Skip to content

Commit b292786

Browse files
author
AWS
committed
AWS SDK for Java 1.11.864
1 parent 585acae commit b292786

File tree

432 files changed

+29434
-5031
lines changed

Some content is hidden

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

432 files changed

+29434
-5031
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
# __1.11.864__ __2020-09-17__
2+
## __AWSKendraFrontendService__
3+
- ### Features
4+
- Amazon Kendra now supports additional file formats and metadata for FAQs.
5+
6+
## __Amazon API Gateway__
7+
- ### Features
8+
- Adds support for mutual TLS authentication for public regional REST Apis
9+
10+
## __Amazon CloudFront__
11+
- ### Features
12+
- Documentation updates for CloudFront
13+
14+
## __Amazon Comprehend__
15+
- ### Features
16+
- Amazon Comprehend now supports detecting Personally Identifiable Information (PII) entities in a document.
17+
18+
## __Amazon Elasticsearch Service__
19+
- ### Features
20+
- Adds support for data plane audit logging in Amazon Elasticsearch Service.
21+
22+
## __Amazon Transcribe Streaming Service__
23+
- ### Features
24+
- Amazon Transcribe now supports channel identification in real-time streaming, which enables you to transcribe multi-channel streaming audio.
25+
26+
## __AmazonApiGatewayV2__
27+
- ### Features
28+
- Adds support for mutual TLS authentication and disableAPIExecuteEndpoint for public regional HTTP Apis
29+
130
# __1.11.863__ __2020-09-16__
231
## __AWS Greengrass__
332
- ### Features

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ dependencies.
4848
<dependency>
4949
<groupId>com.amazonaws</groupId>
5050
<artifactId>aws-java-sdk-bom</artifactId>
51-
<version>1.11.863</version>
51+
<version>1.11.864</version>
5252
<type>pom</type>
5353
<scope>import</scope>
5454
</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.863</version>
8+
<version>1.11.864</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.863</version>
8+
<version>1.11.864</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.863</version>
8+
<version>1.11.864</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.863</version>
8+
<version>1.11.864</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.863</version>
8+
<version>1.11.864</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.863</version>
8+
<version>1.11.864</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/AmazonApiGateway.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1173,6 +1173,8 @@ public interface AmazonApiGateway {
11731173
* @throws BadRequestException
11741174
* The submitted request is not valid, for example, the input is incomplete or incorrect. See the
11751175
* accompanying error message for details.
1176+
* @throws NotFoundException
1177+
* The requested resource is not found. Make sure that the request URI is correct.
11761178
* @throws UnauthorizedException
11771179
* The request is denied because the caller has insufficient permissions.
11781180
* @throws TooManyRequestsException

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3362,6 +3362,8 @@ final GetDeploymentResult executeGetDeployment(GetDeploymentRequest getDeploymen
33623362
* @throws BadRequestException
33633363
* The submitted request is not valid, for example, the input is incomplete or incorrect. See the
33643364
* accompanying error message for details.
3365+
* @throws NotFoundException
3366+
* The requested resource is not found. Make sure that the request URI is correct.
33653367
* @throws UnauthorizedException
33663368
* The request is denied because the caller has insufficient permissions.
33673369
* @throws TooManyRequestsException

0 commit comments

Comments
 (0)