Skip to content

Commit 38fa68b

Browse files
author
AWS
committed
AWS SDK for Java 1.11.761
1 parent 19d2442 commit 38fa68b

File tree

325 files changed

+5788
-1538
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

325 files changed

+5788
-1538
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# __1.11.761__ __2020-04-07__
2+
## __AWS MediaConnect__
3+
- ### Features
4+
- You can now send content from your MediaConnect flow to your virtual private cloud (VPC) without going over the public internet.
5+
6+
## __Amazon API Gateway__
7+
- ### Features
8+
- Documentation updates for Amazon API Gateway.
9+
10+
## __Amazon CodeGuru Reviewer__
11+
- ### Features
12+
- API updates for CodeGuruReviewer
13+
114
# __1.11.760__ __2020-04-06__
215
## __AWS Elastic Beanstalk__
316
- ### Features

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies.
4545
<dependency>
4646
<groupId>com.amazonaws</groupId>
4747
<artifactId>aws-java-sdk-bom</artifactId>
48-
<version>1.11.760</version>
48+
<version>1.11.761</version>
4949
<type>pom</type>
5050
<scope>import</scope>
5151
</dependency>

aws-java-sdk-accessanalyzer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.amazonaws</groupId>
77
<artifactId>aws-java-sdk-pom</artifactId>
8-
<version>1.11.761-SNAPSHOT</version>
8+
<version>1.11.761</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-accessanalyzer</artifactId>

aws-java-sdk-acm/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.amazonaws</groupId>
77
<artifactId>aws-java-sdk-pom</artifactId>
8-
<version>1.11.761-SNAPSHOT</version>
8+
<version>1.11.761</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-acm</artifactId>

aws-java-sdk-acmpca/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.amazonaws</groupId>
77
<artifactId>aws-java-sdk-pom</artifactId>
8-
<version>1.11.761-SNAPSHOT</version>
8+
<version>1.11.761</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-acmpca</artifactId>

aws-java-sdk-alexaforbusiness/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.amazonaws</groupId>
77
<artifactId>aws-java-sdk-pom</artifactId>
8-
<version>1.11.761-SNAPSHOT</version>
8+
<version>1.11.761</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-alexaforbusiness</artifactId>

aws-java-sdk-amplify/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.amazonaws</groupId>
77
<artifactId>aws-java-sdk-pom</artifactId>
8-
<version>1.11.761-SNAPSHOT</version>
8+
<version>1.11.761</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-amplify</artifactId>

aws-java-sdk-api-gateway/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.amazonaws</groupId>
77
<artifactId>aws-java-sdk-pom</artifactId>
8-
<version>1.11.761-SNAPSHOT</version>
8+
<version>1.11.761</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-api-gateway</artifactId>

aws-java-sdk-api-gateway/src/main/java/com/amazonaws/services/apigateway/model/AccessLogSettings.java

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ public class AccessLogSettings implements Serializable, Cloneable, StructuredPoj
3535
private String format;
3636
/**
3737
* <p>
38-
* The ARN of the CloudWatch Logs log group to receive access logs.
38+
* The Amazon Resource Name (ARN) of the CloudWatch Logs log group or Kinesis Data Firehose delivery stream to
39+
* receive access logs. If you specify a Kinesis Data Firehose delivery stream, the stream name must begin with
40+
* <code>amazon-apigateway-</code>.
3941
* </p>
4042
*/
4143
private String destinationArn;
@@ -94,11 +96,15 @@ public AccessLogSettings withFormat(String format) {
9496

9597
/**
9698
* <p>
97-
* The ARN of the CloudWatch Logs log group to receive access logs.
99+
* The Amazon Resource Name (ARN) of the CloudWatch Logs log group or Kinesis Data Firehose delivery stream to
100+
* receive access logs. If you specify a Kinesis Data Firehose delivery stream, the stream name must begin with
101+
* <code>amazon-apigateway-</code>.
98102
* </p>
99103
*
100104
* @param destinationArn
101-
* The ARN of the CloudWatch Logs log group to receive access logs.
105+
* The Amazon Resource Name (ARN) of the CloudWatch Logs log group or Kinesis Data Firehose delivery stream
106+
* to receive access logs. If you specify a Kinesis Data Firehose delivery stream, the stream name must begin
107+
* with <code>amazon-apigateway-</code>.
102108
*/
103109

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

108114
/**
109115
* <p>
110-
* The ARN of the CloudWatch Logs log group to receive access logs.
116+
* The Amazon Resource Name (ARN) of the CloudWatch Logs log group or Kinesis Data Firehose delivery stream to
117+
* receive access logs. If you specify a Kinesis Data Firehose delivery stream, the stream name must begin with
118+
* <code>amazon-apigateway-</code>.
111119
* </p>
112120
*
113-
* @return The ARN of the CloudWatch Logs log group to receive access logs.
121+
* @return The Amazon Resource Name (ARN) of the CloudWatch Logs log group or Kinesis Data Firehose delivery stream
122+
* to receive access logs. If you specify a Kinesis Data Firehose delivery stream, the stream name must
123+
* begin with <code>amazon-apigateway-</code>.
114124
*/
115125

116126
public String getDestinationArn() {
@@ -119,11 +129,15 @@ public String getDestinationArn() {
119129

120130
/**
121131
* <p>
122-
* The ARN of the CloudWatch Logs log group to receive access logs.
132+
* The Amazon Resource Name (ARN) of the CloudWatch Logs log group or Kinesis Data Firehose delivery stream to
133+
* receive access logs. If you specify a Kinesis Data Firehose delivery stream, the stream name must begin with
134+
* <code>amazon-apigateway-</code>.
123135
* </p>
124136
*
125137
* @param destinationArn
126-
* The ARN of the CloudWatch Logs log group to receive access logs.
138+
* The Amazon Resource Name (ARN) of the CloudWatch Logs log group or Kinesis Data Firehose delivery stream
139+
* to receive access logs. If you specify a Kinesis Data Firehose delivery stream, the stream name must begin
140+
* with <code>amazon-apigateway-</code>.
127141
* @return Returns a reference to this object so that method calls can be chained together.
128142
*/
129143

aws-java-sdk-api-gateway/src/main/java/com/amazonaws/services/apigateway/model/CreateApiKeyRequest.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public class CreateApiKeyRequest extends com.amazonaws.AmazonWebServiceRequest i
4646
/**
4747
* <p>
4848
* Specifies whether (<code>true</code>) or not (<code>false</code>) the key identifier is distinct from the created
49-
* API key value.
49+
* API key value. This parameter is deprecated and should not be used.
5050
* </p>
5151
*/
5252
private Boolean generateDistinctId;
@@ -211,12 +211,12 @@ public Boolean isEnabled() {
211211
/**
212212
* <p>
213213
* Specifies whether (<code>true</code>) or not (<code>false</code>) the key identifier is distinct from the created
214-
* API key value.
214+
* API key value. This parameter is deprecated and should not be used.
215215
* </p>
216216
*
217217
* @param generateDistinctId
218218
* Specifies whether (<code>true</code>) or not (<code>false</code>) the key identifier is distinct from the
219-
* created API key value.
219+
* created API key value. This parameter is deprecated and should not be used.
220220
*/
221221

222222
public void setGenerateDistinctId(Boolean generateDistinctId) {
@@ -226,11 +226,11 @@ public void setGenerateDistinctId(Boolean generateDistinctId) {
226226
/**
227227
* <p>
228228
* Specifies whether (<code>true</code>) or not (<code>false</code>) the key identifier is distinct from the created
229-
* API key value.
229+
* API key value. This parameter is deprecated and should not be used.
230230
* </p>
231231
*
232232
* @return Specifies whether (<code>true</code>) or not (<code>false</code>) the key identifier is distinct from the
233-
* created API key value.
233+
* created API key value. This parameter is deprecated and should not be used.
234234
*/
235235

236236
public Boolean getGenerateDistinctId() {
@@ -240,12 +240,12 @@ public Boolean getGenerateDistinctId() {
240240
/**
241241
* <p>
242242
* Specifies whether (<code>true</code>) or not (<code>false</code>) the key identifier is distinct from the created
243-
* API key value.
243+
* API key value. This parameter is deprecated and should not be used.
244244
* </p>
245245
*
246246
* @param generateDistinctId
247247
* Specifies whether (<code>true</code>) or not (<code>false</code>) the key identifier is distinct from the
248-
* created API key value.
248+
* created API key value. This parameter is deprecated and should not be used.
249249
* @return Returns a reference to this object so that method calls can be chained together.
250250
*/
251251

@@ -257,11 +257,11 @@ public CreateApiKeyRequest withGenerateDistinctId(Boolean generateDistinctId) {
257257
/**
258258
* <p>
259259
* Specifies whether (<code>true</code>) or not (<code>false</code>) the key identifier is distinct from the created
260-
* API key value.
260+
* API key value. This parameter is deprecated and should not be used.
261261
* </p>
262262
*
263263
* @return Specifies whether (<code>true</code>) or not (<code>false</code>) the key identifier is distinct from the
264-
* created API key value.
264+
* created API key value. This parameter is deprecated and should not be used.
265265
*/
266266

267267
public Boolean isGenerateDistinctId() {

0 commit comments

Comments
 (0)