Skip to content

Commit

Permalink
Merge pull request aws#1259 from aws/staging/05cc4e79-6387-48c4-8a59-…
Browse files Browse the repository at this point in the history
…e6032929097c

Pull request: release <- staging/05cc4e79-6387-48c4-8a59-e6032929097c
  • Loading branch information
aws-sdk-java-automation authored Mar 31, 2021
2 parents 59da5ae + 4497163 commit 4f50040
Show file tree
Hide file tree
Showing 333 changed files with 2,923 additions and 3,001 deletions.
108 changes: 108 additions & 0 deletions .changes/2.16.32.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
{
"version": "2.16.32",
"date": "2021-03-31",
"entries": [
{
"type": "feature",
"category": "Amazon Cognito Sync",
"contributor": "",
"description": "Minor documentation updates and link updates."
},
{
"type": "feature",
"category": "AWS Cloud9",
"contributor": "",
"description": "Add ImageId input parameter to CreateEnvironmentEC2 endpoint. New parameter enables creation of environments with different AMIs."
},
{
"type": "feature",
"category": "AWS Batch",
"contributor": "",
"description": "AWS Batch adds support for Amazon EFS File System"
},
{
"type": "feature",
"category": "Amazon Transcribe Service",
"contributor": "",
"description": "Amazon Transcribe now supports creating custom language models in the following languages: British English (en-GB), Australian English (en-AU), Indian Hindi (hi-IN), and US Spanish (es-US)."
},
{
"type": "feature",
"category": "AWS SDK for Java v2",
"contributor": "",
"description": "Updated service endpoint metadata."
},
{
"type": "feature",
"category": "AWS Price List Service",
"contributor": "",
"description": "Minor documentation and link updates."
},
{
"type": "feature",
"category": "Amazon WorkMail",
"contributor": "",
"description": "This release adds support for mobile device access rules management in Amazon WorkMail."
},
{
"type": "feature",
"category": "Amazon Detective",
"contributor": "",
"description": "Added the ability to assign tag values to Detective behavior graphs. Tag values can be used for attribute-based access control, and for cost allocation for billing."
},
{
"type": "feature",
"category": "AWS Data Pipeline",
"contributor": "",
"description": "Minor documentation updates and link updates."
},
{
"type": "feature",
"category": "AWS CloudFormation",
"contributor": "",
"description": "1. Added a new parameter \"RegionConcurrencyType\" in OperationPreferences. 2. Changed the name of \"AccountUrl\" to \"AccountsUrl\" in \"DeploymentTargets\" parameter."
},
{
"type": "feature",
"category": "Amazon Comprehend",
"contributor": "",
"description": "Support for customer managed KMS encryption of Comprehend custom models"
},
{
"type": "feature",
"category": "AWS Direct Connect",
"contributor": "",
"description": "This release adds MACsec support to AWS Direct Connect"
},
{
"type": "feature",
"category": "Amazon Redshift",
"contributor": "",
"description": "Enable customers to share access to their Redshift clusters from other VPCs (including VPCs from other accounts)."
},
{
"type": "feature",
"category": "AWS IoT Wireless",
"contributor": "",
"description": "Add Sidewalk support to APIs: GetWirelessDevice, ListWirelessDevices, GetWirelessDeviceStatistics. Add Gateway connection status in GetWirelessGatewayStatistics API."
},
{
"type": "feature",
"category": "AWS IoT",
"contributor": "",
"description": "Added ability to prefix search on attribute value for ListThings API."
},
{
"type": "feature",
"category": "Amazon Machine Learning",
"contributor": "",
"description": "Minor documentation updates and link updates."
},
{
"type": "feature",
"category": "Amazon CloudHSM",
"contributor": "",
"description": "Minor documentation and link updates."
}
]
}
69 changes: 69 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,72 @@
# __2.16.32__ __2021-03-31__
## __AWS Batch__
- ### Features
- AWS Batch adds support for Amazon EFS File System

## __AWS Cloud9__
- ### Features
- Add ImageId input parameter to CreateEnvironmentEC2 endpoint. New parameter enables creation of environments with different AMIs.

## __AWS CloudFormation__
- ### Features
- 1. Added a new parameter "RegionConcurrencyType" in OperationPreferences. 2. Changed the name of "AccountUrl" to "AccountsUrl" in "DeploymentTargets" parameter.

## __AWS Data Pipeline__
- ### Features
- Minor documentation updates and link updates.

## __AWS Direct Connect__
- ### Features
- This release adds MACsec support to AWS Direct Connect

## __AWS IoT__
- ### Features
- Added ability to prefix search on attribute value for ListThings API.

## __AWS IoT Wireless__
- ### Features
- Add Sidewalk support to APIs: GetWirelessDevice, ListWirelessDevices, GetWirelessDeviceStatistics. Add Gateway connection status in GetWirelessGatewayStatistics API.

## __AWS Price List Service__
- ### Features
- Minor documentation and link updates.

## __AWS SDK for Java v2__
- ### Features
- Updated service endpoint metadata.

## __Amazon CloudHSM__
- ### Features
- Minor documentation and link updates.

## __Amazon Cognito Sync__
- ### Features
- Minor documentation updates and link updates.

## __Amazon Comprehend__
- ### Features
- Support for customer managed KMS encryption of Comprehend custom models

## __Amazon Detective__
- ### Features
- Added the ability to assign tag values to Detective behavior graphs. Tag values can be used for attribute-based access control, and for cost allocation for billing.

## __Amazon Machine Learning__
- ### Features
- Minor documentation updates and link updates.

## __Amazon Redshift__
- ### Features
- Enable customers to share access to their Redshift clusters from other VPCs (including VPCs from other accounts).

## __Amazon Transcribe Service__
- ### Features
- Amazon Transcribe now supports creating custom language models in the following languages: British English (en-GB), Australian English (en-AU), Indian Hindi (hi-IN), and US Spanish (es-US).

## __Amazon WorkMail__
- ### Features
- This release adds support for mobile device access rules management in Amazon WorkMail.

# __2.16.31__ __2021-03-30__
## __AWS Config__
- ### Features
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ To automatically manage module versions (currently all modules have the same ver
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>bom</artifactId>
<version>2.16.31</version>
<version>2.16.32</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -83,12 +83,12 @@ Alternatively you can add dependencies for the specific services you use only:
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>ec2</artifactId>
<version>2.16.31</version>
<version>2.16.32</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>s3</artifactId>
<version>2.16.31</version>
<version>2.16.32</version>
</dependency>
```

Expand All @@ -100,7 +100,7 @@ You can import the whole SDK into your project (includes *ALL* services). Please
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java</artifactId>
<version>2.16.31</version>
<version>2.16.32</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion archetypes/archetype-app-quickstart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>archetypes</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.16.31</version>
<version>2.16.32</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion archetypes/archetype-lambda/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>archetypes</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.16.31</version>
<version>2.16.32</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>archetype-lambda</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion archetypes/archetype-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>archetypes</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.16.31</version>
<version>2.16.32</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion archetypes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>aws-sdk-java-pom</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.16.31</version>
<version>2.16.32</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>archetypes</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion aws-sdk-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.16.31</version>
<version>2.16.32</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>aws-sdk-java</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bom-internal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>aws-sdk-java-pom</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.16.31</version>
<version>2.16.32</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.16.31</version>
<version>2.16.32</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>bom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.16.31</version>
<version>2.16.32</version>
</parent>
<artifactId>bundle</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion codegen-lite-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.16.31</version>
<version>2.16.32</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>codegen-lite-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion codegen-lite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.16.31</version>
<version>2.16.32</version>
</parent>
<artifactId>codegen-lite</artifactId>
<name>AWS Java SDK :: Code Generator Lite</name>
Expand Down
2 changes: 1 addition & 1 deletion codegen-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.16.31</version>
<version>2.16.32</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>codegen-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion codegen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.16.31</version>
<version>2.16.32</version>
</parent>
<artifactId>codegen</artifactId>
<name>AWS Java SDK :: Code Generator</name>
Expand Down
2 changes: 1 addition & 1 deletion core/annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>core</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.16.31</version>
<version>2.16.32</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion core/arns/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>core</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.16.31</version>
<version>2.16.32</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion core/auth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>core</artifactId>
<version>2.16.31</version>
<version>2.16.32</version>
</parent>

<artifactId>auth</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/aws-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>core</artifactId>
<version>2.16.31</version>
<version>2.16.32</version>
</parent>

<artifactId>aws-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/metrics-spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>core</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.16.31</version>
<version>2.16.32</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>aws-sdk-java-pom</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.16.31</version>
<version>2.16.32</version>
</parent>

<artifactId>core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/profiles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>core</artifactId>
<version>2.16.31</version>
<version>2.16.32</version>
</parent>

<artifactId>profiles</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/protocols/aws-cbor-protocol/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>protocols</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.16.31</version>
<version>2.16.32</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Loading

0 comments on commit 4f50040

Please sign in to comment.