Skip to content

Commit

Permalink
Merge pull request #2201 from aws/staging/2730cff1-c8a7-46b9-a886-383…
Browse files Browse the repository at this point in the history
…4108b9a23

Pull request: release <- staging/2730cff1-c8a7-46b9-a886-3834108b9a23
  • Loading branch information
aws-sdk-java-automation committed Oct 13, 2022
2 parents 5b309ea + 5e860dc commit 2e4067d
Show file tree
Hide file tree
Showing 423 changed files with 1,857 additions and 790 deletions.
126 changes: 126 additions & 0 deletions .changes/2.17.291.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,126 @@
{
"version": "2.17.291",
"date": "2022-10-13",
"entries": [
{
"type": "feature",
"category": "AWS Amplify UI Builder",
"contributor": "",
"description": "We are releasing the ability for fields to be configured as arrays."
},
{
"type": "feature",
"category": "AWS Directory Service",
"contributor": "",
"description": "This release adds support for describing and updating AWS Managed Microsoft AD set up."
},
{
"type": "feature",
"category": "AWS Elemental MediaLive",
"contributor": "",
"description": "AWS Elemental MediaLive now supports forwarding SCTE-35 messages through the Event Signaling and Management (ESAM) API, and can read those SCTE-35 messages from an inactive source."
},
{
"type": "feature",
"category": "AWS Elemental MediaPackage VOD",
"contributor": "",
"description": "This release adds SPEKE v2 support for MediaPackage VOD. Speke v2 is an upgrade to the existing SPEKE API to support multiple encryption keys, based on an encryption contract selected by the customer."
},
{
"type": "feature",
"category": "AWS Identity and Access Management",
"contributor": "",
"description": "Documentation updates for the AWS Identity and Access Management API Reference."
},
{
"type": "feature",
"category": "AWS IoT FleetWise",
"contributor": "",
"description": "Documentation update for AWS IoT FleetWise"
},
{
"type": "feature",
"category": "AWS Panorama",
"contributor": "",
"description": "Pause and resume camera stream processing with SignalApplicationInstanceNodeInstances. Reboot an appliance with CreateJobForDevices. More application state information in DescribeApplicationInstance response."
},
{
"type": "feature",
"category": "AWS RDS DataService",
"contributor": "",
"description": "Doc update to reflect no support for schema parameter on BatchExecuteStatement API"
},
{
"type": "feature",
"category": "AWS Systems Manager Incident Manager",
"contributor": "",
"description": "Update RelatedItem enum to support Tasks"
},
{
"type": "feature",
"category": "AWS Transfer Family",
"contributor": "",
"description": "This release adds an option for customers to configure workflows that are triggered when files are only partially received from a client due to premature session disconnect."
},
{
"type": "feature",
"category": "Amazon Appflow",
"contributor": "",
"description": "With this update, you can choose which Salesforce API is used by Amazon AppFlow to transfer data to or from your Salesforce account. You can choose the Salesforce REST API or Bulk API 2.0. You can also choose for Amazon AppFlow to pick the API automatically."
},
{
"type": "feature",
"category": "Amazon Connect Service",
"contributor": "",
"description": "This release adds support for a secondary email and a mobile number for Amazon Connect instance users."
},
{
"type": "feature",
"category": "Amazon Connect Wisdom Service",
"contributor": "",
"description": "This release updates the GetRecommendations API to include a trigger event list for classifying and grouping recommendations."
},
{
"type": "feature",
"category": "Amazon DynamoDB",
"contributor": "thomasturrell",
"description": "Add locale converter to enhanced DynamoDB client"
},
{
"type": "feature",
"category": "Amazon DynamoDB Enhanced",
"contributor": "",
"description": "Treat @java.beans.Transient as @DynamoDbIgnore in BeanTableSchema and ImmutableTableSchema."
},
{
"type": "feature",
"category": "Amazon EC2 Container Service",
"contributor": "",
"description": "Documentation update to address tickets."
},
{
"type": "feature",
"category": "Amazon GuardDuty",
"contributor": "",
"description": "Add UnprocessedDataSources to CreateDetectorResponse which specifies the data sources that couldn't be enabled during the CreateDetector request. In addition, update documentations."
},
{
"type": "feature",
"category": "Amazon Simple Systems Manager (SSM)",
"contributor": "",
"description": "Support of AmazonLinux2022 by Patch Manager"
},
{
"type": "feature",
"category": "Amazon Translate",
"contributor": "",
"description": "This release enables customers to specify multiple target languages in asynchronous batch translation requests."
},
{
"type": "feature",
"category": "AWS SDK for Java v2",
"contributor": "",
"description": "Updated service endpoint metadata."
}
]
}
86 changes: 86 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,89 @@
# __2.17.291__ __2022-10-13__
## __AWS Amplify UI Builder__
- ### Features
- We are releasing the ability for fields to be configured as arrays.

## __AWS Directory Service__
- ### Features
- This release adds support for describing and updating AWS Managed Microsoft AD set up.

## __AWS Elemental MediaLive__
- ### Features
- AWS Elemental MediaLive now supports forwarding SCTE-35 messages through the Event Signaling and Management (ESAM) API, and can read those SCTE-35 messages from an inactive source.

## __AWS Elemental MediaPackage VOD__
- ### Features
- This release adds SPEKE v2 support for MediaPackage VOD. Speke v2 is an upgrade to the existing SPEKE API to support multiple encryption keys, based on an encryption contract selected by the customer.

## __AWS Identity and Access Management__
- ### Features
- Documentation updates for the AWS Identity and Access Management API Reference.

## __AWS IoT FleetWise__
- ### Features
- Documentation update for AWS IoT FleetWise

## __AWS Panorama__
- ### Features
- Pause and resume camera stream processing with SignalApplicationInstanceNodeInstances. Reboot an appliance with CreateJobForDevices. More application state information in DescribeApplicationInstance response.

## __AWS RDS DataService__
- ### Features
- Doc update to reflect no support for schema parameter on BatchExecuteStatement API

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

## __AWS Systems Manager Incident Manager__
- ### Features
- Update RelatedItem enum to support Tasks

## __AWS Transfer Family__
- ### Features
- This release adds an option for customers to configure workflows that are triggered when files are only partially received from a client due to premature session disconnect.

## __Amazon Appflow__
- ### Features
- With this update, you can choose which Salesforce API is used by Amazon AppFlow to transfer data to or from your Salesforce account. You can choose the Salesforce REST API or Bulk API 2.0. You can also choose for Amazon AppFlow to pick the API automatically.

## __Amazon Connect Service__
- ### Features
- This release adds support for a secondary email and a mobile number for Amazon Connect instance users.

## __Amazon Connect Wisdom Service__
- ### Features
- This release updates the GetRecommendations API to include a trigger event list for classifying and grouping recommendations.

## __Amazon DynamoDB__
- ### Features
- Add locale converter to enhanced DynamoDB client
- Contributed by: [@thomasturrell](https://github.com/thomasturrell)

## __Amazon DynamoDB Enhanced__
- ### Features
- Treat @java.beans.Transient as @DynamoDbIgnore in BeanTableSchema and ImmutableTableSchema.

## __Amazon EC2 Container Service__
- ### Features
- Documentation update to address tickets.

## __Amazon GuardDuty__
- ### Features
- Add UnprocessedDataSources to CreateDetectorResponse which specifies the data sources that couldn't be enabled during the CreateDetector request. In addition, update documentations.

## __Amazon Simple Systems Manager (SSM)__
- ### Features
- Support of AmazonLinux2022 by Patch Manager

## __Amazon Translate__
- ### Features
- This release enables customers to specify multiple target languages in asynchronous batch translation requests.

## __Contributors__
Special thanks to the following contributors to this release:

[@thomasturrell](https://github.com/thomasturrell)
# __2.17.290__ __2022-10-07__
## __AWS IoT Greengrass V2__
- ### Features
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ To automatically manage module versions (currently all modules have the same ver
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>bom</artifactId>
<version>2.17.290</version>
<version>2.17.291</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -86,12 +86,12 @@ Alternatively you can add dependencies for the specific services you use only:
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>ec2</artifactId>
<version>2.17.290</version>
<version>2.17.291</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>s3</artifactId>
<version>2.17.290</version>
<version>2.17.291</version>
</dependency>
```

Expand All @@ -103,7 +103,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.17.290</version>
<version>2.17.291</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.17.290</version>
<version>2.17.291</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.17.290</version>
<version>2.17.291</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.17.290</version>
<version>2.17.291</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.17.290</version>
<version>2.17.291</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.17.290</version>
<version>2.17.291</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.17.290</version>
<version>2.17.291</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.17.290</version>
<version>2.17.291</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>bom</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@
release-scripts: Allowed to use classes from java.xml for XML writing.
sdk-benchmarks: Allowed to use classes from javax.servlet.http for benchmark servlets.
-->
<property name="legalPackages" value="software.amazon.awssdk.codegen:javax.lang.model, software.amazon.awssdk.codegen:javax.lang.model.element, software.amazon.awssdk.codegen:javax.lang.model.type, software.amazon.awssdk.protocols.query:javax.xml.stream, software.amazon.awssdk.protocols.query:javax.xml.stream.events, software.amazon.awssdk.protocol.asserts.marshalling:javax.xml, software.amazon.awssdk.protocol.asserts.marshalling:javax.xml.parsers, software.amazon.awssdk.protocol.asserts.marshalling:javax.xml.transform, software.amazon.awssdk.protocol.asserts.marshalling:javax.xml.transform.dom, software.amazon.awssdk.protocol.asserts.marshalling:javax.xml.transform.stream, software.amazon.awssdk.enhanced.dynamodb.mapper:java.beans, software.amazon.awssdk.release:javax.xml, software.amazon.awssdk.release:javax.xml.parsers, software.amazon.awssdk.release:javax.xml.transform, software.amazon.awssdk.release:javax.xml.xpath, software.amazon.awssdk.release:javax.xml.transform.dom, software.amazon.awssdk.release:javax.xml.transform.stream, software.amazon.awssdk.benchmark:javax.servlet.http"/>
<property name="legalPackages" value="software.amazon.awssdk.codegen:javax.lang.model, software.amazon.awssdk.codegen:javax.lang.model.element, software.amazon.awssdk.codegen:javax.lang.model.type, software.amazon.awssdk.protocols.query:javax.xml.stream, software.amazon.awssdk.protocols.query:javax.xml.stream.events, software.amazon.awssdk.protocol.asserts.marshalling:javax.xml, software.amazon.awssdk.protocol.asserts.marshalling:javax.xml.parsers, software.amazon.awssdk.protocol.asserts.marshalling:javax.xml.transform, software.amazon.awssdk.protocol.asserts.marshalling:javax.xml.transform.dom, software.amazon.awssdk.protocol.asserts.marshalling:javax.xml.transform.stream, software.amazon.awssdk.enhanced.dynamodb:java.beans, software.amazon.awssdk.release:javax.xml, software.amazon.awssdk.release:javax.xml.parsers, software.amazon.awssdk.release:javax.xml.transform, software.amazon.awssdk.release:javax.xml.xpath, software.amazon.awssdk.release:javax.xml.transform.dom, software.amazon.awssdk.release:javax.xml.transform.stream, software.amazon.awssdk.benchmark:javax.servlet.http"/>
</module>
</module>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
</Match>

<Match>
<Class name="software.amazon.awssdk.http.crt.internal.AwsCrtResponseBodyPublisher" />
<Class name="software.amazon.awssdk.http.crt.internal.response.CrtResponseBodyPublisher" />
<Method name="subscribe"/>
<Bug pattern="SIC_INNER_SHOULD_BE_STATIC_ANON"/>
</Match>
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.17.290</version>
<version>2.17.291</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.17.290</version>
<version>2.17.291</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.17.290</version>
<version>2.17.291</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.17.290</version>
<version>2.17.291</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.17.290</version>
<version>2.17.291</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.17.290</version>
<version>2.17.291</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.17.290</version>
<version>2.17.291</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Loading

0 comments on commit 2e4067d

Please sign in to comment.