Skip to content

Commit

Permalink
AWS SDK for Java 1.11.847
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS committed Aug 20, 2020
1 parent b75779a commit 225efb4
Show file tree
Hide file tree
Showing 337 changed files with 4,901 additions and 1,613 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# __1.11.847__ __2020-08-20__
## __Amazon Chime__
- ### Features
- Documentation updates for chime

## __Amazon FSx__
- ### Features
- Documentation updates for Amazon FSx

## __AmazonApiGatewayV2__
- ### Features
- Customers can now create Amazon API Gateway HTTP APIs that route requests to AWS AppConfig, Amazon EventBridge, Amazon Kinesis Data Streams, Amazon SQS, and AWS Step Functions.

# __1.11.846__ __2020-08-19__
## __AWS Lake Formation__
- ### 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.846</version>
<version>1.11.847</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.846</version>
<version>1.11.847</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.846</version>
<version>1.11.847</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.846</version>
<version>1.11.847</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.846</version>
<version>1.11.847</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.846</version>
<version>1.11.847</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-amplify</artifactId>
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.846</version>
<version>1.11.847</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.846</version>
<version>1.11.847</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.846</version>
<version>1.11.847</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-apigatewayv2</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ public class Api implements Serializable, Cloneable, StructuredPojo {
* </p>
*/
private String apiEndpoint;
/**
* <p>
* Specifies whether an API is managed by API Gateway. You can't update or delete a managed API by using API
* Gateway. A managed API can be deleted only through the tooling or service that created it.
* </p>
*/
private Boolean apiGatewayManaged;
/**
* <p>
* The API ID.
Expand Down Expand Up @@ -162,6 +169,66 @@ public Api withApiEndpoint(String apiEndpoint) {
return this;
}

/**
* <p>
* Specifies whether an API is managed by API Gateway. You can't update or delete a managed API by using API
* Gateway. A managed API can be deleted only through the tooling or service that created it.
* </p>
*
* @param apiGatewayManaged
* Specifies whether an API is managed by API Gateway. You can't update or delete a managed API by using API
* Gateway. A managed API can be deleted only through the tooling or service that created it.
*/

public void setApiGatewayManaged(Boolean apiGatewayManaged) {
this.apiGatewayManaged = apiGatewayManaged;
}

/**
* <p>
* Specifies whether an API is managed by API Gateway. You can't update or delete a managed API by using API
* Gateway. A managed API can be deleted only through the tooling or service that created it.
* </p>
*
* @return Specifies whether an API is managed by API Gateway. You can't update or delete a managed API by using API
* Gateway. A managed API can be deleted only through the tooling or service that created it.
*/

public Boolean getApiGatewayManaged() {
return this.apiGatewayManaged;
}

/**
* <p>
* Specifies whether an API is managed by API Gateway. You can't update or delete a managed API by using API
* Gateway. A managed API can be deleted only through the tooling or service that created it.
* </p>
*
* @param apiGatewayManaged
* Specifies whether an API is managed by API Gateway. You can't update or delete a managed API by using API
* Gateway. A managed API can be deleted only through the tooling or service that created it.
* @return Returns a reference to this object so that method calls can be chained together.
*/

public Api withApiGatewayManaged(Boolean apiGatewayManaged) {
setApiGatewayManaged(apiGatewayManaged);
return this;
}

/**
* <p>
* Specifies whether an API is managed by API Gateway. You can't update or delete a managed API by using API
* Gateway. A managed API can be deleted only through the tooling or service that created it.
* </p>
*
* @return Specifies whether an API is managed by API Gateway. You can't update or delete a managed API by using API
* Gateway. A managed API can be deleted only through the tooling or service that created it.
*/

public Boolean isApiGatewayManaged() {
return this.apiGatewayManaged;
}

/**
* <p>
* The API ID.
Expand Down Expand Up @@ -847,6 +914,8 @@ public String toString() {
sb.append("{");
if (getApiEndpoint() != null)
sb.append("ApiEndpoint: ").append(getApiEndpoint()).append(",");
if (getApiGatewayManaged() != null)
sb.append("ApiGatewayManaged: ").append(getApiGatewayManaged()).append(",");
if (getApiId() != null)
sb.append("ApiId: ").append(getApiId()).append(",");
if (getApiKeySelectionExpression() != null)
Expand Down Expand Up @@ -891,6 +960,10 @@ public boolean equals(Object obj) {
return false;
if (other.getApiEndpoint() != null && other.getApiEndpoint().equals(this.getApiEndpoint()) == false)
return false;
if (other.getApiGatewayManaged() == null ^ this.getApiGatewayManaged() == null)
return false;
if (other.getApiGatewayManaged() != null && other.getApiGatewayManaged().equals(this.getApiGatewayManaged()) == false)
return false;
if (other.getApiId() == null ^ this.getApiId() == null)
return false;
if (other.getApiId() != null && other.getApiId().equals(this.getApiId()) == false)
Expand Down Expand Up @@ -952,6 +1025,7 @@ public int hashCode() {
int hashCode = 1;

hashCode = prime * hashCode + ((getApiEndpoint() == null) ? 0 : getApiEndpoint().hashCode());
hashCode = prime * hashCode + ((getApiGatewayManaged() == null) ? 0 : getApiGatewayManaged().hashCode());
hashCode = prime * hashCode + ((getApiId() == null) ? 0 : getApiId().hashCode());
hashCode = prime * hashCode + ((getApiKeySelectionExpression() == null) ? 0 : getApiKeySelectionExpression().hashCode());
hashCode = prime * hashCode + ((getCorsConfiguration() == null) ? 0 : getCorsConfiguration().hashCode());
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ public class CreateApiResult extends com.amazonaws.AmazonWebServiceResult<com.am
* </p>
*/
private String apiEndpoint;
/**
* <p>
* Specifies whether an API is managed by API Gateway. You can't update or delete a managed API by using API
* Gateway. A managed API can be deleted only through the tooling or service that created it.
* </p>
*/
private Boolean apiGatewayManaged;
/**
* <p>
* The API ID.
Expand Down Expand Up @@ -155,6 +162,66 @@ public CreateApiResult withApiEndpoint(String apiEndpoint) {
return this;
}

/**
* <p>
* Specifies whether an API is managed by API Gateway. You can't update or delete a managed API by using API
* Gateway. A managed API can be deleted only through the tooling or service that created it.
* </p>
*
* @param apiGatewayManaged
* Specifies whether an API is managed by API Gateway. You can't update or delete a managed API by using API
* Gateway. A managed API can be deleted only through the tooling or service that created it.
*/

public void setApiGatewayManaged(Boolean apiGatewayManaged) {
this.apiGatewayManaged = apiGatewayManaged;
}

/**
* <p>
* Specifies whether an API is managed by API Gateway. You can't update or delete a managed API by using API
* Gateway. A managed API can be deleted only through the tooling or service that created it.
* </p>
*
* @return Specifies whether an API is managed by API Gateway. You can't update or delete a managed API by using API
* Gateway. A managed API can be deleted only through the tooling or service that created it.
*/

public Boolean getApiGatewayManaged() {
return this.apiGatewayManaged;
}

/**
* <p>
* Specifies whether an API is managed by API Gateway. You can't update or delete a managed API by using API
* Gateway. A managed API can be deleted only through the tooling or service that created it.
* </p>
*
* @param apiGatewayManaged
* Specifies whether an API is managed by API Gateway. You can't update or delete a managed API by using API
* Gateway. A managed API can be deleted only through the tooling or service that created it.
* @return Returns a reference to this object so that method calls can be chained together.
*/

public CreateApiResult withApiGatewayManaged(Boolean apiGatewayManaged) {
setApiGatewayManaged(apiGatewayManaged);
return this;
}

/**
* <p>
* Specifies whether an API is managed by API Gateway. You can't update or delete a managed API by using API
* Gateway. A managed API can be deleted only through the tooling or service that created it.
* </p>
*
* @return Specifies whether an API is managed by API Gateway. You can't update or delete a managed API by using API
* Gateway. A managed API can be deleted only through the tooling or service that created it.
*/

public Boolean isApiGatewayManaged() {
return this.apiGatewayManaged;
}

/**
* <p>
* The API ID.
Expand Down Expand Up @@ -840,6 +907,8 @@ public String toString() {
sb.append("{");
if (getApiEndpoint() != null)
sb.append("ApiEndpoint: ").append(getApiEndpoint()).append(",");
if (getApiGatewayManaged() != null)
sb.append("ApiGatewayManaged: ").append(getApiGatewayManaged()).append(",");
if (getApiId() != null)
sb.append("ApiId: ").append(getApiId()).append(",");
if (getApiKeySelectionExpression() != null)
Expand Down Expand Up @@ -884,6 +953,10 @@ public boolean equals(Object obj) {
return false;
if (other.getApiEndpoint() != null && other.getApiEndpoint().equals(this.getApiEndpoint()) == false)
return false;
if (other.getApiGatewayManaged() == null ^ this.getApiGatewayManaged() == null)
return false;
if (other.getApiGatewayManaged() != null && other.getApiGatewayManaged().equals(this.getApiGatewayManaged()) == false)
return false;
if (other.getApiId() == null ^ this.getApiId() == null)
return false;
if (other.getApiId() != null && other.getApiId().equals(this.getApiId()) == false)
Expand Down Expand Up @@ -945,6 +1018,7 @@ public int hashCode() {
int hashCode = 1;

hashCode = prime * hashCode + ((getApiEndpoint() == null) ? 0 : getApiEndpoint().hashCode());
hashCode = prime * hashCode + ((getApiGatewayManaged() == null) ? 0 : getApiGatewayManaged().hashCode());
hashCode = prime * hashCode + ((getApiId() == null) ? 0 : getApiId().hashCode());
hashCode = prime * hashCode + ((getApiKeySelectionExpression() == null) ? 0 : getApiKeySelectionExpression().hashCode());
hashCode = prime * hashCode + ((getCorsConfiguration() == null) ? 0 : getCorsConfiguration().hashCode());
Expand Down
Loading

0 comments on commit 225efb4

Please sign in to comment.