Skip to content

Commit 5171bde

Browse files
author
AWS
committedOct 15, 2020
AWS SDK for Java 1.11.881
1 parent 5694fc5 commit 5171bde

File tree

673 files changed

+111096
-49878
lines changed

Some content is hidden

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

673 files changed

+111096
-49878
lines changed
 

‎CHANGELOG.md

+62
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,64 @@
1+
# __1.11.881__ __2020-10-15__
2+
## __AWS Budgets__
3+
- ### Features
4+
- This release introduces AWS Budgets Actions, allowing you to define an explicit response(or set of responses) to take when your budget exceeds it's action threshold.
5+
6+
## __AWS Cost Explorer Service__
7+
- ### Features
8+
- This release improves email validation for subscriptions on the SDK endpoints.
9+
10+
## __AWS Database Migration Service__
11+
- ### Features
12+
- When creating Endpoints, Replication Instances, and Replication Tasks, the feature provides you the option to specify friendly name to the resources.
13+
14+
## __AWS Glue__
15+
- ### Features
16+
- API Documentation updates for Glue Get-Plan API
17+
18+
## __AWS Ground Station__
19+
- ### Features
20+
- Adds error message attribute to DescribeContact DataflowDetails
21+
22+
## __AWS IoT__
23+
- ### Features
24+
- Add new variable, lastStatusChangeDate, to DescribeDomainConfiguration API
25+
26+
## __AWS Transfer Family__
27+
- ### Features
28+
- Add support to associate VPC Security Groups at server creation.
29+
30+
## __AWS X-Ray__
31+
- ### Features
32+
- Enhancing CreateGroup, UpdateGroup, GetGroup and GetGroups APIs to support configuring X-Ray Insights Notifications. Adding TraceLimit information into X-Ray BatchGetTraces API response.
33+
34+
## __Access Analyzer__
35+
- ### Features
36+
- This release adds support for the ApplyArchiveRule api in IAM Access Analyzer. The ApplyArchiveRule api allows users to apply an archive rule retroactively to existing findings in an analyzer.
37+
38+
## __Amazon Macie 2__
39+
- ### Features
40+
- This release of the Amazon Macie API adds support for pausing and resuming classification jobs. Also, sensitive data findings now include location data for up to 15 occurrences of sensitive data.
41+
42+
## __Amazon Rekognition__
43+
- ### Features
44+
- This SDK Release introduces new API (DetectProtectiveEquipment) for Amazon Rekognition. This release also adds ServiceQuotaExceeded exception to Amazon Rekognition IndexFaces API.
45+
46+
## __Amazon Relational Database Service__
47+
- ### Features
48+
- Return tags for all resources in the output of DescribeDBInstances, DescribeDBSnapshots, DescribeDBClusters, and DescribeDBClusterSnapshots API operations.
49+
50+
## __Amazon Simple Systems Manager (SSM)__
51+
- ### Features
52+
- This Patch Manager release now supports searching for available packages from Amazon Linux and Amazon Linux 2 via the DescribeAvailablePatches API.
53+
54+
## __Amazon WorkMail__
55+
- ### Features
56+
- Add CreateOrganization and DeleteOrganization API operations.
57+
58+
## __Amazon WorkSpaces__
59+
- ### Features
60+
- Documentation updates for WorkSpaces
61+
162
# __1.11.880__ __2020-10-09__
263
## __AWS Amplify__
364
- ### Features
@@ -4158,6 +4219,7 @@
41584219
## __Amazon Elastic Compute Cloud__
41594220
- ### Features
41604221
- This release adds support for RunInstances to specify the metadata options for new instances; adds a new API, ModifyInstanceMetadataOptions, which lets you modify the metadata options for a running or stopped instance; and adds support for CreateCustomerGateway to specify a device name.
4222+
- Upgrades to Instance Metadata Service version 2 (IMDS v2). With IMDS v2, a session token is used to make requests for EC2 instance metadata and credentials.
41614223

41624224
## __Auto Scaling__
41634225
- ### Features

‎README.md

+1-1
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.880</version>
51+
<version>1.11.881</version>
5252
<type>pom</type>
5353
<scope>import</scope>
5454
</dependency>

0 commit comments

Comments
 (0)