Skip to content

Commit

Permalink
AWS SDK for Java 1.11.869
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS committed Sep 24, 2020
1 parent a18575e commit 9a87dd5
Show file tree
Hide file tree
Showing 372 changed files with 6,372 additions and 942 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# __1.11.869__ __2020-09-24__
## __AWS Amplify__
- ### Features
- Allow Oauth Token in CreateApp call to be a maximum of 1000 characters instead of 100

## __AWS Savings Plans__
- ### Features
- Introducing Queued SavingsPlans that will enable customers to queue their purchase request of Savings Plans for future dates.

## __Amazon Elastic Kubernetes Service__
- ### Features
- Amazon EKS now supports configuring your cluster's service CIDR during cluster creation.

## __Amazon Textract__
- ### Features
- AWS Textract now supports output results for asynchronous jobs to customer specified s3 bucket.

## __Amazon Transcribe Service__
- ### Features
- Amazon Transcribe now supports WebM, OGG, AMR and AMR-WB as input formats. You can also specify an output key as a location within your S3 buckets to store the output of your transcription jobs.

## __Synthetics__
- ### Features
- AWS Synthetics now supports AWS X-Ray Active Tracing feature. RunConfig is now an optional parameter with timeout updated from (60 - 900 seconds) to (3 - 840 seconds).

# __1.11.868__ __2020-09-23__
## __AWS Backup__
- ### Features
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies.
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-bom</artifactId>
<version>1.11.868</version>
<version>1.11.869</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion aws-java-sdk-accessanalyzer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-pom</artifactId>
<version>1.11.868</version>
<version>1.11.869</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-accessanalyzer</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion aws-java-sdk-acm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-pom</artifactId>
<version>1.11.868</version>
<version>1.11.869</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-acm</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion aws-java-sdk-acmpca/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-pom</artifactId>
<version>1.11.868</version>
<version>1.11.869</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-acmpca</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion aws-java-sdk-alexaforbusiness/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-pom</artifactId>
<version>1.11.868</version>
<version>1.11.869</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-alexaforbusiness</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion aws-java-sdk-amplify/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-pom</artifactId>
<version>1.11.868</version>
<version>1.11.869</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-amplify</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,39 @@ public class CustomRule implements Serializable, Cloneable, StructuredPojo {
* <p>
* The status code for a URL rewrite or redirect rule.
* </p>
* <dl>
* <dt>200</dt>
* <dd>
* <p>
* Represents a 200 rewrite rule.
* </p>
* </dd>
* <dt>301</dt>
* <dd>
* <p>
* Represents a 301 (moved pemanently) redirect rule. This and all future requests should be directed to the target
* URL.
* </p>
* </dd>
* <dt>302</dt>
* <dd>
* <p>
* Represents a 302 temporary redirect rule.
* </p>
* </dd>
* <dt>404</dt>
* <dd>
* <p>
* Represents a 404 redirect rule.
* </p>
* </dd>
* <dt>404-200</dt>
* <dd>
* <p>
* Represents a 404 rewrite rule.
* </p>
* </dd>
* </dl>
*/
private String status;
/**
Expand Down Expand Up @@ -137,9 +170,74 @@ public CustomRule withTarget(String target) {
* <p>
* The status code for a URL rewrite or redirect rule.
* </p>
* <dl>
* <dt>200</dt>
* <dd>
* <p>
* Represents a 200 rewrite rule.
* </p>
* </dd>
* <dt>301</dt>
* <dd>
* <p>
* Represents a 301 (moved pemanently) redirect rule. This and all future requests should be directed to the target
* URL.
* </p>
* </dd>
* <dt>302</dt>
* <dd>
* <p>
* Represents a 302 temporary redirect rule.
* </p>
* </dd>
* <dt>404</dt>
* <dd>
* <p>
* Represents a 404 redirect rule.
* </p>
* </dd>
* <dt>404-200</dt>
* <dd>
* <p>
* Represents a 404 rewrite rule.
* </p>
* </dd>
* </dl>
*
* @param status
* The status code for a URL rewrite or redirect rule.
* The status code for a URL rewrite or redirect rule. </p>
* <dl>
* <dt>200</dt>
* <dd>
* <p>
* Represents a 200 rewrite rule.
* </p>
* </dd>
* <dt>301</dt>
* <dd>
* <p>
* Represents a 301 (moved pemanently) redirect rule. This and all future requests should be directed to the
* target URL.
* </p>
* </dd>
* <dt>302</dt>
* <dd>
* <p>
* Represents a 302 temporary redirect rule.
* </p>
* </dd>
* <dt>404</dt>
* <dd>
* <p>
* Represents a 404 redirect rule.
* </p>
* </dd>
* <dt>404-200</dt>
* <dd>
* <p>
* Represents a 404 rewrite rule.
* </p>
* </dd>
*/

public void setStatus(String status) {
Expand All @@ -150,8 +248,73 @@ public void setStatus(String status) {
* <p>
* The status code for a URL rewrite or redirect rule.
* </p>
* <dl>
* <dt>200</dt>
* <dd>
* <p>
* Represents a 200 rewrite rule.
* </p>
* </dd>
* <dt>301</dt>
* <dd>
* <p>
* Represents a 301 (moved pemanently) redirect rule. This and all future requests should be directed to the target
* URL.
* </p>
* </dd>
* <dt>302</dt>
* <dd>
* <p>
* Represents a 302 temporary redirect rule.
* </p>
* </dd>
* <dt>404</dt>
* <dd>
* <p>
* Represents a 404 redirect rule.
* </p>
* </dd>
* <dt>404-200</dt>
* <dd>
* <p>
* Represents a 404 rewrite rule.
* </p>
* </dd>
* </dl>
*
* @return The status code for a URL rewrite or redirect rule.
* @return The status code for a URL rewrite or redirect rule. </p>
* <dl>
* <dt>200</dt>
* <dd>
* <p>
* Represents a 200 rewrite rule.
* </p>
* </dd>
* <dt>301</dt>
* <dd>
* <p>
* Represents a 301 (moved pemanently) redirect rule. This and all future requests should be directed to the
* target URL.
* </p>
* </dd>
* <dt>302</dt>
* <dd>
* <p>
* Represents a 302 temporary redirect rule.
* </p>
* </dd>
* <dt>404</dt>
* <dd>
* <p>
* Represents a 404 redirect rule.
* </p>
* </dd>
* <dt>404-200</dt>
* <dd>
* <p>
* Represents a 404 rewrite rule.
* </p>
* </dd>
*/

public String getStatus() {
Expand All @@ -162,9 +325,74 @@ public String getStatus() {
* <p>
* The status code for a URL rewrite or redirect rule.
* </p>
* <dl>
* <dt>200</dt>
* <dd>
* <p>
* Represents a 200 rewrite rule.
* </p>
* </dd>
* <dt>301</dt>
* <dd>
* <p>
* Represents a 301 (moved pemanently) redirect rule. This and all future requests should be directed to the target
* URL.
* </p>
* </dd>
* <dt>302</dt>
* <dd>
* <p>
* Represents a 302 temporary redirect rule.
* </p>
* </dd>
* <dt>404</dt>
* <dd>
* <p>
* Represents a 404 redirect rule.
* </p>
* </dd>
* <dt>404-200</dt>
* <dd>
* <p>
* Represents a 404 rewrite rule.
* </p>
* </dd>
* </dl>
*
* @param status
* The status code for a URL rewrite or redirect rule.
* The status code for a URL rewrite or redirect rule. </p>
* <dl>
* <dt>200</dt>
* <dd>
* <p>
* Represents a 200 rewrite rule.
* </p>
* </dd>
* <dt>301</dt>
* <dd>
* <p>
* Represents a 301 (moved pemanently) redirect rule. This and all future requests should be directed to the
* target URL.
* </p>
* </dd>
* <dt>302</dt>
* <dd>
* <p>
* Represents a 302 temporary redirect rule.
* </p>
* </dd>
* <dt>404</dt>
* <dd>
* <p>
* Represents a 404 redirect rule.
* </p>
* </dd>
* <dt>404-200</dt>
* <dd>
* <p>
* Represents a 404 rewrite rule.
* </p>
* </dd>
* @return Returns a reference to this object so that method calls can be chained together.
*/

Expand Down
2 changes: 1 addition & 1 deletion aws-java-sdk-api-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-pom</artifactId>
<version>1.11.868</version>
<version>1.11.869</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-api-gateway</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion aws-java-sdk-apigatewaymanagementapi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-pom</artifactId>
<version>1.11.868</version>
<version>1.11.869</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-apigatewaymanagementapi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion aws-java-sdk-apigatewayv2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-pom</artifactId>
<version>1.11.868</version>
<version>1.11.869</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-apigatewayv2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion aws-java-sdk-appconfig/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-pom</artifactId>
<version>1.11.868</version>
<version>1.11.869</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-appconfig</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion aws-java-sdk-appflow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-pom</artifactId>
<version>1.11.868</version>
<version>1.11.869</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-appflow</artifactId>
Expand Down
Loading

0 comments on commit 9a87dd5

Please sign in to comment.