Skip to content

Commit

Permalink
Merge branch 'master' into arn-parse-exception-message
Browse files Browse the repository at this point in the history
  • Loading branch information
L-Applin authored Mar 13, 2023
2 parents 6f8fb04 + 8a68ef9 commit 8a4ce99
Show file tree
Hide file tree
Showing 461 changed files with 7,439 additions and 10,148 deletions.
66 changes: 66 additions & 0 deletions .changes/2.20.20.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
{
"version": "2.20.20",
"date": "2023-03-08",
"entries": [
{
"type": "feature",
"category": "AWS Elemental MediaPackage",
"contributor": "",
"description": "This release provides the date and time live resources were created."
},
{
"type": "feature",
"category": "AWS Elemental MediaPackage VOD",
"contributor": "",
"description": "This release provides the date and time VOD resources were created."
},
{
"type": "feature",
"category": "AWS Lake Formation",
"contributor": "",
"description": "This release adds two new API support \"GetDataCellsFiler\" and \"UpdateDataCellsFilter\", and also updates the corresponding documentation."
},
{
"type": "feature",
"category": "Amazon Athena",
"contributor": "",
"description": "A new field SubstatementType is added to GetQueryExecution API, so customers have an error free way to detect the query type and interpret the result."
},
{
"type": "feature",
"category": "Amazon DynamoDB",
"contributor": "",
"description": "Adds deletion protection support to DynamoDB tables. Tables with deletion protection enabled cannot be deleted. Deletion protection is disabled by default, can be enabled via the CreateTable or UpdateTable APIs, and is visible in TableDescription. This setting is not replicated for Global Tables."
},
{
"type": "feature",
"category": "Amazon Elastic Compute Cloud",
"contributor": "",
"description": "Introducing Amazon EC2 C7g, M7g and R7g instances, powered by the latest generation AWS Graviton3 processors and deliver up to 25% better performance over Graviton2-based instances."
},
{
"type": "feature",
"category": "Amazon Route 53 Resolver",
"contributor": "",
"description": "Add dual-stack and IPv6 support for Route 53 Resolver Endpoint,Add IPv6 target IP in Route 53 Resolver Forwarding Rule"
},
{
"type": "feature",
"category": "Amazon S3",
"contributor": "",
"description": "Adding PartType field to UploadPartRequest to indicate whether the part is the last part or not."
},
{
"type": "feature",
"category": "Amazon SageMaker Service",
"contributor": "",
"description": "There needs to be a user identity to specify the SageMaker user who perform each action regarding the entity. However, these is a not a unified concept of user identity across SageMaker service that could be used today."
},
{
"type": "feature",
"category": "AWS SDK for Java v2",
"contributor": "",
"description": "Updated endpoint and partition metadata."
}
]
}
66 changes: 66 additions & 0 deletions .changes/2.20.21.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
{
"version": "2.20.21",
"date": "2023-03-09",
"entries": [
{
"type": "feature",
"category": "AWS Cloud Map",
"contributor": "",
"description": "Updated all AWS Cloud Map APIs to provide consistent throttling exception (RequestLimitExceeded)"
},
{
"type": "feature",
"category": "AWS Network Manager",
"contributor": "",
"description": "This update provides example usage for TransitGatewayRouteTableArn."
},
{
"type": "feature",
"category": "Amazon CloudWatch Evidently",
"contributor": "",
"description": "Updated entity override documentation"
},
{
"type": "feature",
"category": "Amazon Connect Service",
"contributor": "",
"description": "This release adds a new API, GetMetricDataV2, which returns metric data for Amazon Connect."
},
{
"type": "feature",
"category": "Amazon QuickSight",
"contributor": "",
"description": "This release has two changes: add state persistence feature for embedded dashboard and console in GenerateEmbedUrlForRegisteredUser API; add properties for hidden collapsed row dimensions in PivotTableOptions."
},
{
"type": "feature",
"category": "Amazon SageMaker Service",
"contributor": "",
"description": "Amazon SageMaker Inference now allows SSM access to customer's model container by setting the \"EnableSSMAccess\" parameter for a ProductionVariant in CreateEndpointConfig API."
},
{
"type": "feature",
"category": "Amazon Simple Email Service",
"contributor": "",
"description": "This release introduces a new recommendation in Virtual Deliverability Manager Advisor, which detects missing or misconfigured Brand Indicator for Message Identification (BIMI) DNS records for customer sending identities."
},
{
"type": "feature",
"category": "CodeArtifact",
"contributor": "",
"description": "This release introduces the generic package format, a mechanism for storing arbitrary binary assets. It also adds a new API, PublishPackageVersion, to allow for publishing generic packages."
},
{
"type": "feature",
"category": "Redshift Data API Service",
"contributor": "",
"description": "Added support for Redshift Serverless workgroup-arn wherever the WorkgroupName parameter is available."
},
{
"type": "feature",
"category": "AWS SDK for Java v2",
"contributor": "",
"description": "Updated endpoint and partition metadata."
}
]
}
24 changes: 24 additions & 0 deletions .changes/2.20.22.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"version": "2.20.22",
"date": "2023-03-10",
"entries": [
{
"type": "feature",
"category": "AWS Secrets Manager",
"contributor": "",
"description": "The type definitions of SecretString and SecretBinary now have a minimum length of 1 in the model to match the exception thrown when you pass in empty values."
},
{
"type": "feature",
"category": "Amazon Interactive Video Service Chat",
"contributor": "",
"description": "This release adds a new exception returned when calling AWS IVS chat UpdateLoggingConfiguration. Now UpdateLoggingConfiguration can return ConflictException when invalid updates are made in sequence to Logging Configurations."
},
{
"type": "feature",
"category": "AWS SDK for Java v2",
"contributor": "",
"description": "Updated endpoint and partition metadata."
}
]
}
6 changes: 0 additions & 6 deletions .changes/next-release/feature-AmazonS3-b8fa198.json

This file was deleted.

95 changes: 95 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,98 @@
# __2.20.22__ __2023-03-10__
## __AWS SDK for Java v2__
- ### Features
- Updated endpoint and partition metadata.

## __AWS Secrets Manager__
- ### Features
- The type definitions of SecretString and SecretBinary now have a minimum length of 1 in the model to match the exception thrown when you pass in empty values.

## __Amazon Interactive Video Service Chat__
- ### Features
- This release adds a new exception returned when calling AWS IVS chat UpdateLoggingConfiguration. Now UpdateLoggingConfiguration can return ConflictException when invalid updates are made in sequence to Logging Configurations.

# __2.20.21__ __2023-03-09__
## __AWS Cloud Map__
- ### Features
- Updated all AWS Cloud Map APIs to provide consistent throttling exception (RequestLimitExceeded)

## __AWS Network Manager__
- ### Features
- This update provides example usage for TransitGatewayRouteTableArn.

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

## __Amazon CloudWatch Evidently__
- ### Features
- Updated entity override documentation

## __Amazon Connect Service__
- ### Features
- This release adds a new API, GetMetricDataV2, which returns metric data for Amazon Connect.

## __Amazon QuickSight__
- ### Features
- This release has two changes: add state persistence feature for embedded dashboard and console in GenerateEmbedUrlForRegisteredUser API; add properties for hidden collapsed row dimensions in PivotTableOptions.

## __Amazon SageMaker Service__
- ### Features
- Amazon SageMaker Inference now allows SSM access to customer's model container by setting the "EnableSSMAccess" parameter for a ProductionVariant in CreateEndpointConfig API.

## __Amazon Simple Email Service__
- ### Features
- This release introduces a new recommendation in Virtual Deliverability Manager Advisor, which detects missing or misconfigured Brand Indicator for Message Identification (BIMI) DNS records for customer sending identities.

## __CodeArtifact__
- ### Features
- This release introduces the generic package format, a mechanism for storing arbitrary binary assets. It also adds a new API, PublishPackageVersion, to allow for publishing generic packages.

## __Redshift Data API Service__
- ### Features
- Added support for Redshift Serverless workgroup-arn wherever the WorkgroupName parameter is available.

# __2.20.20__ __2023-03-08__
## __AWS Elemental MediaPackage__
- ### Features
- This release provides the date and time live resources were created.

## __AWS Elemental MediaPackage VOD__
- ### Features
- This release provides the date and time VOD resources were created.

## __AWS Lake Formation__
- ### Features
- This release adds two new API support "GetDataCellsFiler" and "UpdateDataCellsFilter", and also updates the corresponding documentation.

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

## __Amazon Athena__
- ### Features
- A new field SubstatementType is added to GetQueryExecution API, so customers have an error free way to detect the query type and interpret the result.

## __Amazon DynamoDB__
- ### Features
- Adds deletion protection support to DynamoDB tables. Tables with deletion protection enabled cannot be deleted. Deletion protection is disabled by default, can be enabled via the CreateTable or UpdateTable APIs, and is visible in TableDescription. This setting is not replicated for Global Tables.

## __Amazon Elastic Compute Cloud__
- ### Features
- Introducing Amazon EC2 C7g, M7g and R7g instances, powered by the latest generation AWS Graviton3 processors and deliver up to 25% better performance over Graviton2-based instances.

## __Amazon Route 53 Resolver__
- ### Features
- Add dual-stack and IPv6 support for Route 53 Resolver Endpoint,Add IPv6 target IP in Route 53 Resolver Forwarding Rule

## __Amazon S3__
- ### Features
- Adding PartType field to UploadPartRequest to indicate whether the part is the last part or not.

## __Amazon SageMaker Service__
- ### Features
- There needs to be a user identity to specify the SageMaker user who perform each action regarding the entity. However, these is a not a unified concept of user identity across SageMaker service that could be used today.

# __2.20.19__ __2023-03-07__
## __AWS Database Migration Service__
- ### 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.20.19</version>
<version>2.20.22</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.20.19</version>
<version>2.20.22</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>s3</artifactId>
<version>2.20.19</version>
<version>2.20.22</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.20.19</version>
<version>2.20.22</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.20.20-SNAPSHOT</version>
<version>2.20.23-SNAPSHOT</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.20.20-SNAPSHOT</version>
<version>2.20.23-SNAPSHOT</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.20.20-SNAPSHOT</version>
<version>2.20.23-SNAPSHOT</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.20.20-SNAPSHOT</version>
<version>2.20.23-SNAPSHOT</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.20.20-SNAPSHOT</version>
<version>2.20.23-SNAPSHOT</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.20.20-SNAPSHOT</version>
<version>2.20.23-SNAPSHOT</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.20.20-SNAPSHOT</version>
<version>2.20.23-SNAPSHOT</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.20.20-SNAPSHOT</version>
<version>2.20.23-SNAPSHOT</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.20.20-SNAPSHOT</version>
<version>2.20.23-SNAPSHOT</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.20.20-SNAPSHOT</version>
<version>2.20.23-SNAPSHOT</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.20.20-SNAPSHOT</version>
<version>2.20.23-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>codegen-maven-plugin</artifactId>
Expand Down
Loading

0 comments on commit 8a4ce99

Please sign in to comment.