Skip to content
This repository was archived by the owner on Apr 15, 2020. It is now read-only.

Add support for AWS IAM accounts. Update signature to V4. #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>net.distributary.tahseen</groupId>
<artifactId>aws-java-sdk-awis</artifactId>
<packaging>jar</packaging>
<version>0.1</version>
<version>0.2</version>

<name>aws-java-sdk-awis</name>
<description>Amazon Alexa Web Information Service client</description>
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2015.09.10 at 11:19:43 PM PDT
// Generated on: 2018.01.10 at 03:27:02 PM EET
//


Expand All @@ -25,7 +25,7 @@
* &lt;complexContent&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
* &lt;sequence&gt;
* &lt;element name="Balance" type="{http://alexa.amazonaws.com/doc/2005-10-05/}UnsignedIntegerType"/&gt;
* &lt;element name="Balance" type="{http://awis.amazonaws.com/doc/2005-10-05}UnsignedIntegerType"/&gt;
* &lt;/sequence&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
Expand Down
34 changes: 17 additions & 17 deletions src/main/java/net/distributary/tahseen/awis/generated/Alexa.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2015.09.10 at 11:19:43 PM PDT
// Generated on: 2018.01.10 at 03:27:02 PM EET
//


Expand All @@ -28,24 +28,24 @@
* &lt;complexContent&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
* &lt;sequence&gt;
* &lt;element name="Request" type="{http://alexa.amazonaws.com/doc/2005-10-05/}RequestType" minOccurs="0"/&gt;
* &lt;element name="CategoryBrowse" type="{http://alexa.amazonaws.com/doc/2005-10-05/}CategoryBrowseType" minOccurs="0"/&gt;
* &lt;element name="CategoryListings" type="{http://alexa.amazonaws.com/doc/2005-10-05/}CategoryListingsType" minOccurs="0"/&gt;
* &lt;element name="ContactInfo" type="{http://alexa.amazonaws.com/doc/2005-10-05/}ContactInfoType" minOccurs="0"/&gt;
* &lt;element name="ContentData" type="{http://alexa.amazonaws.com/doc/2005-10-05/}ContentDataType" minOccurs="0"/&gt;
* &lt;element name="CrawlData" type="{http://alexa.amazonaws.com/doc/2005-10-05/}CrawlType" minOccurs="0"/&gt;
* &lt;element name="Related" type="{http://alexa.amazonaws.com/doc/2005-10-05/}RelatedType" minOccurs="0"/&gt;
* &lt;element name="SitesLinkingIn" type="{http://alexa.amazonaws.com/doc/2005-10-05/}SitesLinkingInType" minOccurs="0"/&gt;
* &lt;element name="TrafficData" type="{http://alexa.amazonaws.com/doc/2005-10-05/}TrafficDataType" minOccurs="0"/&gt;
* &lt;element name="TrafficHistory" type="{http://alexa.amazonaws.com/doc/2005-10-05/}TrafficHistoryType" minOccurs="0"/&gt;
* &lt;element name="Request" type="{http://awis.amazonaws.com/doc/2005-10-05}RequestType" minOccurs="0"/&gt;
* &lt;element name="CategoryBrowse" type="{http://awis.amazonaws.com/doc/2005-10-05}CategoryBrowseType" minOccurs="0"/&gt;
* &lt;element name="CategoryListings" type="{http://awis.amazonaws.com/doc/2005-10-05}CategoryListingsType" minOccurs="0"/&gt;
* &lt;element name="ContactInfo" type="{http://awis.amazonaws.com/doc/2005-10-05}ContactInfoType" minOccurs="0"/&gt;
* &lt;element name="ContentData" type="{http://awis.amazonaws.com/doc/2005-10-05}ContentDataType" minOccurs="0"/&gt;
* &lt;element name="CrawlData" type="{http://awis.amazonaws.com/doc/2005-10-05}CrawlType" minOccurs="0"/&gt;
* &lt;element name="Related" type="{http://awis.amazonaws.com/doc/2005-10-05}RelatedType" minOccurs="0"/&gt;
* &lt;element name="SitesLinkingIn" type="{http://awis.amazonaws.com/doc/2005-10-05}SitesLinkingInType" minOccurs="0"/&gt;
* &lt;element name="TrafficData" type="{http://awis.amazonaws.com/doc/2005-10-05}TrafficDataType" minOccurs="0"/&gt;
* &lt;element name="TrafficHistory" type="{http://awis.amazonaws.com/doc/2005-10-05}TrafficHistoryType" minOccurs="0"/&gt;
* &lt;element name="UniqueId" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/&gt;
* &lt;element name="WebMapData" minOccurs="0"&gt;
* &lt;complexType&gt;
* &lt;complexContent&gt;
* &lt;extension base="{http://alexa.amazonaws.com/doc/2005-10-05/}UrlServiceType"&gt;
* &lt;extension base="{http://awis.amazonaws.com/doc/2005-10-05}UrlServiceType"&gt;
* &lt;sequence&gt;
* &lt;element name="LinksPointingIn" type="{http://alexa.amazonaws.com/doc/2005-10-05/}WebMapSubType" minOccurs="0"/&gt;
* &lt;element name="LinksPointingOut" type="{http://alexa.amazonaws.com/doc/2005-10-05/}WebMapSubType" minOccurs="0"/&gt;
* &lt;element name="LinksPointingIn" type="{http://awis.amazonaws.com/doc/2005-10-05}WebMapSubType" minOccurs="0"/&gt;
* &lt;element name="LinksPointingOut" type="{http://awis.amazonaws.com/doc/2005-10-05}WebMapSubType" minOccurs="0"/&gt;
* &lt;/sequence&gt;
* &lt;/extension&gt;
* &lt;/complexContent&gt;
Expand Down Expand Up @@ -401,10 +401,10 @@ public void setWebMapData(Alexa.WebMapData value) {
* <pre>
* &lt;complexType&gt;
* &lt;complexContent&gt;
* &lt;extension base="{http://alexa.amazonaws.com/doc/2005-10-05/}UrlServiceType"&gt;
* &lt;extension base="{http://awis.amazonaws.com/doc/2005-10-05}UrlServiceType"&gt;
* &lt;sequence&gt;
* &lt;element name="LinksPointingIn" type="{http://alexa.amazonaws.com/doc/2005-10-05/}WebMapSubType" minOccurs="0"/&gt;
* &lt;element name="LinksPointingOut" type="{http://alexa.amazonaws.com/doc/2005-10-05/}WebMapSubType" minOccurs="0"/&gt;
* &lt;element name="LinksPointingIn" type="{http://awis.amazonaws.com/doc/2005-10-05}WebMapSubType" minOccurs="0"/&gt;
* &lt;element name="LinksPointingOut" type="{http://awis.amazonaws.com/doc/2005-10-05}WebMapSubType" minOccurs="0"/&gt;
* &lt;/sequence&gt;
* &lt;/extension&gt;
* &lt;/complexContent&gt;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2015.09.10 at 11:19:43 PM PDT
// Generated on: 2018.01.10 at 03:27:02 PM EET
//


Expand All @@ -27,7 +27,7 @@
* &lt;complexContent&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
* &lt;sequence&gt;
* &lt;element ref="{http://alexa.amazonaws.com/doc/2005-10-05/}Alexa" maxOccurs="unbounded"/&gt;
* &lt;element ref="{http://awis.amazonaws.com/doc/2005-10-05}Alexa" maxOccurs="unbounded"/&gt;
* &lt;/sequence&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2015.09.10 at 11:19:43 PM PDT
// Generated on: 2018.01.10 at 03:27:02 PM EET
//


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2015.09.10 at 11:19:43 PM PDT
// Generated on: 2018.01.10 at 03:27:02 PM EET
//


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2015.09.10 at 11:19:43 PM PDT
// Generated on: 2018.01.10 at 03:27:02 PM EET
//


Expand All @@ -26,7 +26,7 @@
* &lt;complexContent&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
* &lt;sequence&gt;
* &lt;element name="Category" type="{http://alexa.amazonaws.com/doc/2005-10-05/}CategoryType" maxOccurs="unbounded"/&gt;
* &lt;element name="Category" type="{http://awis.amazonaws.com/doc/2005-10-05}CategoryType" maxOccurs="unbounded"/&gt;
* &lt;/sequence&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2015.09.10 at 11:19:43 PM PDT
// Generated on: 2018.01.10 at 03:27:02 PM EET
//


Expand All @@ -25,7 +25,7 @@
* &lt;complexContent&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
* &lt;sequence&gt;
* &lt;element name="Request" type="{http://alexa.amazonaws.com/doc/2005-10-05/}CategoryBrowseRequest" minOccurs="0"/&gt;
* &lt;element name="Request" type="{http://awis.amazonaws.com/doc/2005-10-05}CategoryBrowseRequest" minOccurs="0"/&gt;
* &lt;/sequence&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2015.09.10 at 11:19:43 PM PDT
// Generated on: 2018.01.10 at 03:27:02 PM EET
//


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2015.09.10 at 11:19:43 PM PDT
// Generated on: 2018.01.10 at 03:27:02 PM EET
//


Expand Down Expand Up @@ -32,9 +32,9 @@
* &lt;complexContent&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
* &lt;sequence&gt;
* &lt;element ref="{http://alexa.amazonaws.com/doc/2005-10-05/}OperationRequest" maxOccurs="unbounded" minOccurs="0"/&gt;
* &lt;element ref="{http://alexa.amazonaws.com/doc/2005-10-05/}CategoryBrowseResult" maxOccurs="unbounded" minOccurs="0"/&gt;
* &lt;element ref="{http://alexa.amazonaws.com/doc/2005-10-05/}ResponseStatus" minOccurs="0"/&gt;
* &lt;element ref="{http://awis.amazonaws.com/doc/2005-10-05}OperationRequest" maxOccurs="unbounded" minOccurs="0"/&gt;
* &lt;element ref="{http://awis.amazonaws.com/doc/2005-10-05}CategoryBrowseResult" maxOccurs="unbounded" minOccurs="0"/&gt;
* &lt;element ref="{http://awis.amazonaws.com/doc/2005-10-05}ResponseStatus" minOccurs="0"/&gt;
* &lt;/sequence&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
Expand Down Expand Up @@ -93,9 +93,9 @@ public void setResponse(CategoryBrowseResponse.Response value) {
* &lt;complexContent&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
* &lt;sequence&gt;
* &lt;element ref="{http://alexa.amazonaws.com/doc/2005-10-05/}OperationRequest" maxOccurs="unbounded" minOccurs="0"/&gt;
* &lt;element ref="{http://alexa.amazonaws.com/doc/2005-10-05/}CategoryBrowseResult" maxOccurs="unbounded" minOccurs="0"/&gt;
* &lt;element ref="{http://alexa.amazonaws.com/doc/2005-10-05/}ResponseStatus" minOccurs="0"/&gt;
* &lt;element ref="{http://awis.amazonaws.com/doc/2005-10-05}OperationRequest" maxOccurs="unbounded" minOccurs="0"/&gt;
* &lt;element ref="{http://awis.amazonaws.com/doc/2005-10-05}CategoryBrowseResult" maxOccurs="unbounded" minOccurs="0"/&gt;
* &lt;element ref="{http://awis.amazonaws.com/doc/2005-10-05}ResponseStatus" minOccurs="0"/&gt;
* &lt;/sequence&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2015.09.10 at 11:19:43 PM PDT
// Generated on: 2018.01.10 at 03:27:02 PM EET
//


Expand All @@ -25,9 +25,9 @@
* &lt;complexContent&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
* &lt;sequence&gt;
* &lt;element ref="{http://alexa.amazonaws.com/doc/2005-10-05/}Request" minOccurs="0"/&gt;
* &lt;element ref="{http://alexa.amazonaws.com/doc/2005-10-05/}Errors" minOccurs="0"/&gt;
* &lt;element ref="{http://alexa.amazonaws.com/doc/2005-10-05/}Alexa" minOccurs="0"/&gt;
* &lt;element ref="{http://awis.amazonaws.com/doc/2005-10-05}Request" minOccurs="0"/&gt;
* &lt;element ref="{http://awis.amazonaws.com/doc/2005-10-05}Errors" minOccurs="0"/&gt;
* &lt;element ref="{http://awis.amazonaws.com/doc/2005-10-05}Alexa" minOccurs="0"/&gt;
* &lt;/sequence&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2015.09.10 at 11:19:43 PM PDT
// Generated on: 2018.01.10 at 03:27:02 PM EET
//


Expand All @@ -24,10 +24,10 @@
* &lt;complexContent&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
* &lt;sequence&gt;
* &lt;element name="Categories" type="{http://alexa.amazonaws.com/doc/2005-10-05/}CategoriesType" minOccurs="0"/&gt;
* &lt;element name="LanguageCategories" type="{http://alexa.amazonaws.com/doc/2005-10-05/}CategoriesType" minOccurs="0"/&gt;
* &lt;element name="RelatedCategories" type="{http://alexa.amazonaws.com/doc/2005-10-05/}CategoriesType" minOccurs="0"/&gt;
* &lt;element name="LetterBars" type="{http://alexa.amazonaws.com/doc/2005-10-05/}LetterBarsType" minOccurs="0"/&gt;
* &lt;element name="Categories" type="{http://awis.amazonaws.com/doc/2005-10-05}CategoriesType" minOccurs="0"/&gt;
* &lt;element name="LanguageCategories" type="{http://awis.amazonaws.com/doc/2005-10-05}CategoriesType" minOccurs="0"/&gt;
* &lt;element name="RelatedCategories" type="{http://awis.amazonaws.com/doc/2005-10-05}CategoriesType" minOccurs="0"/&gt;
* &lt;element name="LetterBars" type="{http://awis.amazonaws.com/doc/2005-10-05}LetterBarsType" minOccurs="0"/&gt;
* &lt;/sequence&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2015.09.10 at 11:19:43 PM PDT
// Generated on: 2018.01.10 at 03:27:02 PM EET
//


Expand All @@ -25,7 +25,7 @@
* &lt;complexContent&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
* &lt;sequence&gt;
* &lt;element name="Request" type="{http://alexa.amazonaws.com/doc/2005-10-05/}CategoryListingsRequest" minOccurs="0"/&gt;
* &lt;element name="Request" type="{http://awis.amazonaws.com/doc/2005-10-05}CategoryListingsRequest" minOccurs="0"/&gt;
* &lt;/sequence&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2015.09.10 at 11:19:43 PM PDT
// Generated on: 2018.01.10 at 03:27:02 PM EET
//


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2015.09.10 at 11:19:43 PM PDT
// Generated on: 2018.01.10 at 03:27:02 PM EET
//


Expand Down Expand Up @@ -32,9 +32,9 @@
* &lt;complexContent&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
* &lt;sequence&gt;
* &lt;element ref="{http://alexa.amazonaws.com/doc/2005-10-05/}OperationRequest" maxOccurs="unbounded" minOccurs="0"/&gt;
* &lt;element ref="{http://alexa.amazonaws.com/doc/2005-10-05/}CategoryListingsResult" maxOccurs="unbounded" minOccurs="0"/&gt;
* &lt;element ref="{http://alexa.amazonaws.com/doc/2005-10-05/}ResponseStatus" minOccurs="0"/&gt;
* &lt;element ref="{http://awis.amazonaws.com/doc/2005-10-05}OperationRequest" maxOccurs="unbounded" minOccurs="0"/&gt;
* &lt;element ref="{http://awis.amazonaws.com/doc/2005-10-05}CategoryListingsResult" maxOccurs="unbounded" minOccurs="0"/&gt;
* &lt;element ref="{http://awis.amazonaws.com/doc/2005-10-05}ResponseStatus" minOccurs="0"/&gt;
* &lt;/sequence&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
Expand Down Expand Up @@ -93,9 +93,9 @@ public void setResponse(CategoryListingsResponse.Response value) {
* &lt;complexContent&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
* &lt;sequence&gt;
* &lt;element ref="{http://alexa.amazonaws.com/doc/2005-10-05/}OperationRequest" maxOccurs="unbounded" minOccurs="0"/&gt;
* &lt;element ref="{http://alexa.amazonaws.com/doc/2005-10-05/}CategoryListingsResult" maxOccurs="unbounded" minOccurs="0"/&gt;
* &lt;element ref="{http://alexa.amazonaws.com/doc/2005-10-05/}ResponseStatus" minOccurs="0"/&gt;
* &lt;element ref="{http://awis.amazonaws.com/doc/2005-10-05}OperationRequest" maxOccurs="unbounded" minOccurs="0"/&gt;
* &lt;element ref="{http://awis.amazonaws.com/doc/2005-10-05}CategoryListingsResult" maxOccurs="unbounded" minOccurs="0"/&gt;
* &lt;element ref="{http://awis.amazonaws.com/doc/2005-10-05}ResponseStatus" minOccurs="0"/&gt;
* &lt;/sequence&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
Expand Down
Loading