Skip to content

Commit

Permalink
AWS SDK for Java 1.11.761
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS committed Apr 7, 2020
1 parent 19d2442 commit 38fa68b
Show file tree
Hide file tree
Showing 325 changed files with 5,788 additions and 1,538 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.761__ __2020-04-07__
## __AWS MediaConnect__
- ### Features
- You can now send content from your MediaConnect flow to your virtual private cloud (VPC) without going over the public internet.

## __Amazon API Gateway__
- ### Features
- Documentation updates for Amazon API Gateway.

## __Amazon CodeGuru Reviewer__
- ### Features
- API updates for CodeGuruReviewer

# __1.11.760__ __2020-04-06__
## __AWS Elastic Beanstalk__
- ### Features
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies.
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-bom</artifactId>
<version>1.11.760</version>
<version>1.11.761</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.761-SNAPSHOT</version>
<version>1.11.761</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.761-SNAPSHOT</version>
<version>1.11.761</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.761-SNAPSHOT</version>
<version>1.11.761</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.761-SNAPSHOT</version>
<version>1.11.761</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.761-SNAPSHOT</version>
<version>1.11.761</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.761-SNAPSHOT</version>
<version>1.11.761</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-api-gateway</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ public class AccessLogSettings implements Serializable, Cloneable, StructuredPoj
private String format;
/**
* <p>
* The ARN of the CloudWatch Logs log group to receive access logs.
* The Amazon Resource Name (ARN) of the CloudWatch Logs log group or Kinesis Data Firehose delivery stream to
* receive access logs. If you specify a Kinesis Data Firehose delivery stream, the stream name must begin with
* <code>amazon-apigateway-</code>.
* </p>
*/
private String destinationArn;
Expand Down Expand Up @@ -94,11 +96,15 @@ public AccessLogSettings withFormat(String format) {

/**
* <p>
* The ARN of the CloudWatch Logs log group to receive access logs.
* The Amazon Resource Name (ARN) of the CloudWatch Logs log group or Kinesis Data Firehose delivery stream to
* receive access logs. If you specify a Kinesis Data Firehose delivery stream, the stream name must begin with
* <code>amazon-apigateway-</code>.
* </p>
*
* @param destinationArn
* The ARN of the CloudWatch Logs log group to receive access logs.
* The Amazon Resource Name (ARN) of the CloudWatch Logs log group or Kinesis Data Firehose delivery stream
* to receive access logs. If you specify a Kinesis Data Firehose delivery stream, the stream name must begin
* with <code>amazon-apigateway-</code>.
*/

public void setDestinationArn(String destinationArn) {
Expand All @@ -107,10 +113,14 @@ public void setDestinationArn(String destinationArn) {

/**
* <p>
* The ARN of the CloudWatch Logs log group to receive access logs.
* The Amazon Resource Name (ARN) of the CloudWatch Logs log group or Kinesis Data Firehose delivery stream to
* receive access logs. If you specify a Kinesis Data Firehose delivery stream, the stream name must begin with
* <code>amazon-apigateway-</code>.
* </p>
*
* @return The ARN of the CloudWatch Logs log group to receive access logs.
* @return The Amazon Resource Name (ARN) of the CloudWatch Logs log group or Kinesis Data Firehose delivery stream
* to receive access logs. If you specify a Kinesis Data Firehose delivery stream, the stream name must
* begin with <code>amazon-apigateway-</code>.
*/

public String getDestinationArn() {
Expand All @@ -119,11 +129,15 @@ public String getDestinationArn() {

/**
* <p>
* The ARN of the CloudWatch Logs log group to receive access logs.
* The Amazon Resource Name (ARN) of the CloudWatch Logs log group or Kinesis Data Firehose delivery stream to
* receive access logs. If you specify a Kinesis Data Firehose delivery stream, the stream name must begin with
* <code>amazon-apigateway-</code>.
* </p>
*
* @param destinationArn
* The ARN of the CloudWatch Logs log group to receive access logs.
* The Amazon Resource Name (ARN) of the CloudWatch Logs log group or Kinesis Data Firehose delivery stream
* to receive access logs. If you specify a Kinesis Data Firehose delivery stream, the stream name must begin
* with <code>amazon-apigateway-</code>.
* @return Returns a reference to this object so that method calls can be chained together.
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public class CreateApiKeyRequest extends com.amazonaws.AmazonWebServiceRequest i
/**
* <p>
* Specifies whether (<code>true</code>) or not (<code>false</code>) the key identifier is distinct from the created
* API key value.
* API key value. This parameter is deprecated and should not be used.
* </p>
*/
private Boolean generateDistinctId;
Expand Down Expand Up @@ -211,12 +211,12 @@ public Boolean isEnabled() {
/**
* <p>
* Specifies whether (<code>true</code>) or not (<code>false</code>) the key identifier is distinct from the created
* API key value.
* API key value. This parameter is deprecated and should not be used.
* </p>
*
* @param generateDistinctId
* Specifies whether (<code>true</code>) or not (<code>false</code>) the key identifier is distinct from the
* created API key value.
* created API key value. This parameter is deprecated and should not be used.
*/

public void setGenerateDistinctId(Boolean generateDistinctId) {
Expand All @@ -226,11 +226,11 @@ public void setGenerateDistinctId(Boolean generateDistinctId) {
/**
* <p>
* Specifies whether (<code>true</code>) or not (<code>false</code>) the key identifier is distinct from the created
* API key value.
* API key value. This parameter is deprecated and should not be used.
* </p>
*
* @return Specifies whether (<code>true</code>) or not (<code>false</code>) the key identifier is distinct from the
* created API key value.
* created API key value. This parameter is deprecated and should not be used.
*/

public Boolean getGenerateDistinctId() {
Expand All @@ -240,12 +240,12 @@ public Boolean getGenerateDistinctId() {
/**
* <p>
* Specifies whether (<code>true</code>) or not (<code>false</code>) the key identifier is distinct from the created
* API key value.
* API key value. This parameter is deprecated and should not be used.
* </p>
*
* @param generateDistinctId
* Specifies whether (<code>true</code>) or not (<code>false</code>) the key identifier is distinct from the
* created API key value.
* created API key value. This parameter is deprecated and should not be used.
* @return Returns a reference to this object so that method calls can be chained together.
*/

Expand All @@ -257,11 +257,11 @@ public CreateApiKeyRequest withGenerateDistinctId(Boolean generateDistinctId) {
/**
* <p>
* Specifies whether (<code>true</code>) or not (<code>false</code>) the key identifier is distinct from the created
* API key value.
* API key value. This parameter is deprecated and should not be used.
* </p>
*
* @return Specifies whether (<code>true</code>) or not (<code>false</code>) the key identifier is distinct from the
* created API key value.
* created API key value. This parameter is deprecated and should not be used.
*/

public Boolean isGenerateDistinctId() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public class CreateBasePathMappingRequest extends com.amazonaws.AmazonWebService
private String restApiId;
/**
* <p>
* The name of the API's stage that you want to use for this mapping. Specify '(none)' if you do not want callers to
* The name of the API's stage that you want to use for this mapping. Specify '(none)' if you want callers to
* explicitly specify the stage name after any base path name.
* </p>
*/
Expand Down Expand Up @@ -187,13 +187,13 @@ public CreateBasePathMappingRequest withRestApiId(String restApiId) {

/**
* <p>
* The name of the API's stage that you want to use for this mapping. Specify '(none)' if you do not want callers to
* The name of the API's stage that you want to use for this mapping. Specify '(none)' if you want callers to
* explicitly specify the stage name after any base path name.
* </p>
*
* @param stage
* The name of the API's stage that you want to use for this mapping. Specify '(none)' if you do not want
* callers to explicitly specify the stage name after any base path name.
* The name of the API's stage that you want to use for this mapping. Specify '(none)' if you want callers to
* explicitly specify the stage name after any base path name.
*/

public void setStage(String stage) {
Expand All @@ -202,12 +202,12 @@ public void setStage(String stage) {

/**
* <p>
* The name of the API's stage that you want to use for this mapping. Specify '(none)' if you do not want callers to
* The name of the API's stage that you want to use for this mapping. Specify '(none)' if you want callers to
* explicitly specify the stage name after any base path name.
* </p>
*
* @return The name of the API's stage that you want to use for this mapping. Specify '(none)' if you do not want
* callers to explicitly specify the stage name after any base path name.
* @return The name of the API's stage that you want to use for this mapping. Specify '(none)' if you want callers
* to explicitly specify the stage name after any base path name.
*/

public String getStage() {
Expand All @@ -216,13 +216,13 @@ public String getStage() {

/**
* <p>
* The name of the API's stage that you want to use for this mapping. Specify '(none)' if you do not want callers to
* The name of the API's stage that you want to use for this mapping. Specify '(none)' if you want callers to
* explicitly specify the stage name after any base path name.
* </p>
*
* @param stage
* The name of the API's stage that you want to use for this mapping. Specify '(none)' if you do not want
* callers to explicitly specify the stage name after any base path name.
* The name of the API's stage that you want to use for this mapping. Specify '(none)' if you want callers to
* explicitly specify the stage name after any base path name.
* @return Returns a reference to this object so that method calls can be chained together.
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class CreateVpcLinkRequest extends com.amazonaws.AmazonWebServiceRequest
private String description;
/**
* <p>
* [Required] The ARNs of network load balancers of the VPC targeted by the VPC link. The network load balancers
* [Required] The ARN of the network load balancer of the VPC targeted by the VPC link. The network load balancer
* must be owned by the same AWS account of the API owner.
* </p>
*/
Expand Down Expand Up @@ -136,12 +136,12 @@ public CreateVpcLinkRequest withDescription(String description) {

/**
* <p>
* [Required] The ARNs of network load balancers of the VPC targeted by the VPC link. The network load balancers
* [Required] The ARN of the network load balancer of the VPC targeted by the VPC link. The network load balancer
* must be owned by the same AWS account of the API owner.
* </p>
*
* @return [Required] The ARNs of network load balancers of the VPC targeted by the VPC link. The network load
* balancers must be owned by the same AWS account of the API owner.
* @return [Required] The ARN of the network load balancer of the VPC targeted by the VPC link. The network load
* balancer must be owned by the same AWS account of the API owner.
*/

public java.util.List<String> getTargetArns() {
Expand All @@ -150,13 +150,13 @@ public java.util.List<String> getTargetArns() {

/**
* <p>
* [Required] The ARNs of network load balancers of the VPC targeted by the VPC link. The network load balancers
* [Required] The ARN of the network load balancer of the VPC targeted by the VPC link. The network load balancer
* must be owned by the same AWS account of the API owner.
* </p>
*
* @param targetArns
* [Required] The ARNs of network load balancers of the VPC targeted by the VPC link. The network load
* balancers must be owned by the same AWS account of the API owner.
* [Required] The ARN of the network load balancer of the VPC targeted by the VPC link. The network load
* balancer must be owned by the same AWS account of the API owner.
*/

public void setTargetArns(java.util.Collection<String> targetArns) {
Expand All @@ -170,7 +170,7 @@ public void setTargetArns(java.util.Collection<String> targetArns) {

/**
* <p>
* [Required] The ARNs of network load balancers of the VPC targeted by the VPC link. The network load balancers
* [Required] The ARN of the network load balancer of the VPC targeted by the VPC link. The network load balancer
* must be owned by the same AWS account of the API owner.
* </p>
* <p>
Expand All @@ -180,8 +180,8 @@ public void setTargetArns(java.util.Collection<String> targetArns) {
* </p>
*
* @param targetArns
* [Required] The ARNs of network load balancers of the VPC targeted by the VPC link. The network load
* balancers must be owned by the same AWS account of the API owner.
* [Required] The ARN of the network load balancer of the VPC targeted by the VPC link. The network load
* balancer must be owned by the same AWS account of the API owner.
* @return Returns a reference to this object so that method calls can be chained together.
*/

Expand All @@ -197,13 +197,13 @@ public CreateVpcLinkRequest withTargetArns(String... targetArns) {

/**
* <p>
* [Required] The ARNs of network load balancers of the VPC targeted by the VPC link. The network load balancers
* [Required] The ARN of the network load balancer of the VPC targeted by the VPC link. The network load balancer
* must be owned by the same AWS account of the API owner.
* </p>
*
* @param targetArns
* [Required] The ARNs of network load balancers of the VPC targeted by the VPC link. The network load
* balancers must be owned by the same AWS account of the API owner.
* [Required] The ARN of the network load balancer of the VPC targeted by the VPC link. The network load
* balancer must be owned by the same AWS account of the API owner.
* @return Returns a reference to this object so that method calls can be chained together.
*/

Expand Down
Loading

0 comments on commit 38fa68b

Please sign in to comment.