Skip to content

Commit

Permalink
Merge pull request #2267 from aws/staging/5ca6b7ea-9e9f-4745-8ac3-26a…
Browse files Browse the repository at this point in the history
…5ecd1e3db

Pull request: release <- staging/5ca6b7ea-9e9f-4745-8ac3-26a5ecd1e3db
  • Loading branch information
zoewangg committed Nov 28, 2022
2 parents 3e331cd + d969683 commit 85b5ffe
Show file tree
Hide file tree
Showing 447 changed files with 12,288 additions and 3,462 deletions.
120 changes: 120 additions & 0 deletions .changes/2.18.25.json
@@ -0,0 +1,120 @@
{
"version": "2.18.25",
"date": "2022-11-27",
"entries": [
{
"type": "feature",
"category": "AWS Backup",
"contributor": "",
"description": "AWS Backup introduces support for legal hold and application stack backups. AWS Backup Audit Manager introduces support for cross-Region, cross-account reports."
},
{
"type": "feature",
"category": "AWS IoT",
"contributor": "",
"description": "Job scheduling enables the scheduled rollout of a Job with start and end times and a customizable end behavior when end time is reached. This is available for continuous and snapshot jobs. Added support for MQTT5 properties to AWS IoT TopicRule Republish Action."
},
{
"type": "feature",
"category": "AWS IoT Data Plane",
"contributor": "",
"description": "This release adds support for MQTT5 properties to AWS IoT HTTP Publish API."
},
{
"type": "feature",
"category": "AWS IoT Wireless",
"contributor": "",
"description": "This release includes a new feature for customers to calculate the position of their devices by adding three new APIs: UpdateResourcePosition, GetResourcePosition, and GetPositionEstimate."
},
{
"type": "feature",
"category": "AWSKendraFrontendService",
"contributor": "",
"description": "Amazon Kendra now supports preview of table information from HTML tables in the search results. The most relevant cells with their corresponding rows, columns are displayed as a preview in the search result. The most relevant table cell or cells are also highlighted in table preview."
},
{
"type": "feature",
"category": "AWS Organizations",
"contributor": "",
"description": "This release introduces delegated administrator for AWS Organizations, a new feature to help you delegate the management of your Organizations policies, enabling you to govern your AWS organization in a decentralized way. You can now allow member accounts to manage Organizations policies."
},
{
"type": "feature",
"category": "AWS SDK for Java v2",
"contributor": "",
"description": "Added AsyncResponseTransformer.toBlockingInputStream, allowing streaming operation responses to be read as if they're an InputStream."
},
{
"type": "feature",
"category": "Amazon CloudWatch",
"contributor": "",
"description": "Adds cross-account support to the GetMetricData API. Adds cross-account support to the ListMetrics API through the usage of the IncludeLinkedAccounts flag and the new OwningAccounts field."
},
{
"type": "feature",
"category": "Amazon CloudWatch Logs",
"contributor": "",
"description": "Updates to support CloudWatch Logs data protection and CloudWatch cross-account observability"
},
{
"type": "feature",
"category": "Amazon EC2 Container Service",
"contributor": "",
"description": "This release adds support for ECS Service Connect, a new capability that simplifies writing and operating resilient distributed applications. This release updates the TaskDefinition, Cluster, Service mutation APIs with Service connect constructs and also adds a new ListServicesByNamespace API."
},
{
"type": "feature",
"category": "Amazon Elastic File System",
"contributor": "",
"description": "This release adds elastic as a new ThroughputMode value for EFS file systems and adds AFTER_1_DAY as a value for TransitionToIARules."
},
{
"type": "feature",
"category": "Amazon Relational Database Service",
"contributor": "",
"description": "This release enables new Aurora and RDS feature called Blue/Green Deployments that makes updates to databases safer, simpler and faster."
},
{
"type": "feature",
"category": "Amazon Textract",
"contributor": "",
"description": "This release adds support for classifying and splitting lending documents by type, and extracting information by using the Analyze Lending APIs. This release also includes support for summarized information of the processed lending document package, in addition to per document results."
},
{
"type": "feature",
"category": "Amazon Transcribe Service",
"contributor": "",
"description": "This release adds support for 'inputType' for post-call and real-time (streaming) Call Analytics within Amazon Transcribe."
},
{
"type": "feature",
"category": "Amazon Transcribe Streaming Service",
"contributor": "",
"description": "This release adds support for real-time (streaming) and post-call Call Analytics within Amazon Transcribe."
},
{
"type": "feature",
"category": "Application Migration Service",
"contributor": "",
"description": "This release adds support for Application and Wave management. We also now support custom post-launch actions."
},
{
"type": "feature",
"category": "CloudWatch Observability Access Manager",
"contributor": "",
"description": "Amazon CloudWatch Observability Access Manager is a new service that allows configuration of the CloudWatch cross-account observability feature."
},
{
"type": "feature",
"category": "Elastic Disaster Recovery Service",
"contributor": "",
"description": "Non breaking changes to existing APIs, and additional APIs added to support in-AWS failing back using AWS Elastic Disaster Recovery."
},
{
"type": "feature",
"category": "AWS SDK for Java v2",
"contributor": "",
"description": "Updated endpoint and partition metadata."
}
]
}
74 changes: 74 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,77 @@
# __2.18.25__ __2022-11-27__
## __AWS Backup__
- ### Features
- AWS Backup introduces support for legal hold and application stack backups. AWS Backup Audit Manager introduces support for cross-Region, cross-account reports.

## __AWS IoT__
- ### Features
- Job scheduling enables the scheduled rollout of a Job with start and end times and a customizable end behavior when end time is reached. This is available for continuous and snapshot jobs. Added support for MQTT5 properties to AWS IoT TopicRule Republish Action.

## __AWS IoT Data Plane__
- ### Features
- This release adds support for MQTT5 properties to AWS IoT HTTP Publish API.

## __AWS IoT Wireless__
- ### Features
- This release includes a new feature for customers to calculate the position of their devices by adding three new APIs: UpdateResourcePosition, GetResourcePosition, and GetPositionEstimate.

## __AWS Organizations__
- ### Features
- This release introduces delegated administrator for AWS Organizations, a new feature to help you delegate the management of your Organizations policies, enabling you to govern your AWS organization in a decentralized way. You can now allow member accounts to manage Organizations policies.

## __AWS SDK for Java v2__
- ### Features
- Added AsyncResponseTransformer.toBlockingInputStream, allowing streaming operation responses to be read as if they're an InputStream.
- Updated endpoint and partition metadata.

## __AWSKendraFrontendService__
- ### Features
- Amazon Kendra now supports preview of table information from HTML tables in the search results. The most relevant cells with their corresponding rows, columns are displayed as a preview in the search result. The most relevant table cell or cells are also highlighted in table preview.

## __Amazon CloudWatch__
- ### Features
- Adds cross-account support to the GetMetricData API. Adds cross-account support to the ListMetrics API through the usage of the IncludeLinkedAccounts flag and the new OwningAccounts field.

## __Amazon CloudWatch Logs__
- ### Features
- Updates to support CloudWatch Logs data protection and CloudWatch cross-account observability

## __Amazon EC2 Container Service__
- ### Features
- This release adds support for ECS Service Connect, a new capability that simplifies writing and operating resilient distributed applications. This release updates the TaskDefinition, Cluster, Service mutation APIs with Service connect constructs and also adds a new ListServicesByNamespace API.

## __Amazon Elastic File System__
- ### Features
- This release adds elastic as a new ThroughputMode value for EFS file systems and adds AFTER_1_DAY as a value for TransitionToIARules.

## __Amazon Relational Database Service__
- ### Features
- This release enables new Aurora and RDS feature called Blue/Green Deployments that makes updates to databases safer, simpler and faster.

## __Amazon Textract__
- ### Features
- This release adds support for classifying and splitting lending documents by type, and extracting information by using the Analyze Lending APIs. This release also includes support for summarized information of the processed lending document package, in addition to per document results.

## __Amazon Transcribe Service__
- ### Features
- This release adds support for 'inputType' for post-call and real-time (streaming) Call Analytics within Amazon Transcribe.

## __Amazon Transcribe Streaming Service__
- ### Features
- This release adds support for real-time (streaming) and post-call Call Analytics within Amazon Transcribe.

## __Application Migration Service__
- ### Features
- This release adds support for Application and Wave management. We also now support custom post-launch actions.

## __CloudWatch Observability Access Manager__
- ### Features
- Amazon CloudWatch Observability Access Manager is a new service that allows configuration of the CloudWatch cross-account observability feature.

## __Elastic Disaster Recovery Service__
- ### Features
- Non breaking changes to existing APIs, and additional APIs added to support in-AWS failing back using AWS Elastic Disaster Recovery.

# __2.18.24__ __2022-11-23__
## __AWS SDK for Java v2__
- ### Features
Expand Down
8 changes: 4 additions & 4 deletions README.md
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.18.24</version>
<version>2.18.25</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.18.24</version>
<version>2.18.25</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>s3</artifactId>
<version>2.18.24</version>
<version>2.18.25</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.18.24</version>
<version>2.18.25</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion archetypes/archetype-app-quickstart/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>archetypes</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.18.24</version>
<version>2.18.25</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion archetypes/archetype-lambda/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>archetypes</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.18.24</version>
<version>2.18.25</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>archetype-lambda</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion archetypes/archetype-tools/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>archetypes</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.18.24</version>
<version>2.18.25</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion archetypes/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>aws-sdk-java-pom</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.18.24</version>
<version>2.18.25</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>archetypes</artifactId>
Expand Down
7 changes: 6 additions & 1 deletion aws-sdk-java/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.18.24</version>
<version>2.18.25</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>aws-sdk-java</artifactId>
Expand Down Expand Up @@ -1628,6 +1628,11 @@ Amazon AutoScaling, etc).</description>
<artifactId>iotroborunner</artifactId>
<version>${awsjavasdk.version}</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>oam</artifactId>
<version>${awsjavasdk.version}</version>
</dependency>
</dependencies>
<build>
<finalName>${project.artifactId}-${project.version}</finalName>
Expand Down
2 changes: 1 addition & 1 deletion bom-internal/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>aws-sdk-java-pom</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.18.24</version>
<version>2.18.25</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
7 changes: 6 additions & 1 deletion bom/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.18.24</version>
<version>2.18.25</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>bom</artifactId>
Expand Down Expand Up @@ -1768,6 +1768,11 @@
<artifactId>iotroborunner</artifactId>
<version>${awsjavasdk.version}</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>oam</artifactId>
<version>${awsjavasdk.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>
2 changes: 1 addition & 1 deletion bundle/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.18.24</version>
<version>2.18.25</version>
</parent>
<artifactId>bundle</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion codegen-lite-maven-plugin/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.18.24</version>
<version>2.18.25</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>codegen-lite-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion codegen-lite/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.18.24</version>
<version>2.18.25</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
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.18.24</version>
<version>2.18.25</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>codegen-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion codegen/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.18.24</version>
<version>2.18.25</version>
</parent>
<artifactId>codegen</artifactId>
<name>AWS Java SDK :: Code Generator</name>
Expand Down
Expand Up @@ -39,8 +39,10 @@ public final class NewAndLegacyEventStreamProcessor implements CodegenCustomizat
Map<String, Set<String>> approvedEventStreams = new HashMap<>();

approvedEventStreams.put("Kinesis", new HashSet<>(Arrays.asList("SubscribeToShardEventStream")));
approvedEventStreams.put("Transcribe Streaming",
new HashSet<>(Arrays.asList("AudioStream", "TranscriptResultStream", "MedicalTranscriptResultStream")));
approvedEventStreams.put("Transcribe Streaming", new HashSet<>(Arrays.asList("AudioStream",
"TranscriptResultStream",
"MedicalTranscriptResultStream",
"CallAnalyticsTranscriptResultStream")));

APPROVED_EVENT_STREAMS = Collections.unmodifiableMap(approvedEventStreams);
}
Expand Down
2 changes: 1 addition & 1 deletion core/annotations/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>core</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.18.24</version>
<version>2.18.25</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion core/arns/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>core</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.18.24</version>
<version>2.18.25</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 85b5ffe

Please sign in to comment.