Skip to content

Commit

Permalink
[All] Update AWS SDK version to 2.21.17
Browse files Browse the repository at this point in the history
This enables the resource to access the upcoming Integration resource.

Co-authored-by: Valentin Shirshov <[email protected]>
  • Loading branch information
wbkang and Valentin Shirshov committed Nov 19, 2023
1 parent 9f2a9be commit 4a0e845
Show file tree
Hide file tree
Showing 36 changed files with 48 additions and 24 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
aws-rds-handlers.iml
rpdk.log
# for IntelliJ IDEA
.idea/
4 changes: 2 additions & 2 deletions aws-rds-cfn-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>utils</artifactId>
<version>2.21.6</version>
<version>2.21.17</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>rds</artifactId>
<version>2.21.6</version>
<version>2.21.17</version>
</dependency>
<dependency>
<groupId>software.amazon.cloudformation</groupId>
Expand Down
2 changes: 1 addition & 1 deletion aws-rds-customdbengineversion/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>rds</artifactId>
<version>2.21.6</version>
<version>2.21.17</version>
</dependency>
<dependency>
<groupId>software.amazon.rds.common</groupId>
Expand Down
1 change: 1 addition & 0 deletions aws-rds-dbcluster/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -750,3 +750,4 @@ Returns the <code>Address</code> value.
#### SecretArn

Returns the <code>SecretArn</code> value.

1 change: 1 addition & 0 deletions aws-rds-dbcluster/docs/dbclusterrole.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@ _Required_: Yes
_Type_: String

_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

1 change: 1 addition & 0 deletions aws-rds-dbcluster/docs/endpoint.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ To declare this entity in your AWS CloudFormation template, use the following sy
</pre>

## Properties

1 change: 1 addition & 0 deletions aws-rds-dbcluster/docs/masterusersecret.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ _Required_: No
_Type_: String

_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

1 change: 1 addition & 0 deletions aws-rds-dbcluster/docs/readendpoint.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ To declare this entity in your AWS CloudFormation template, use the following sy
</pre>

## Properties

1 change: 1 addition & 0 deletions aws-rds-dbcluster/docs/scalingconfiguration.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,4 @@ _Required_: No
_Type_: String

_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

1 change: 1 addition & 0 deletions aws-rds-dbcluster/docs/serverlessv2scalingconfiguration.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@ _Required_: No
_Type_: Double

_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

5 changes: 3 additions & 2 deletions aws-rds-dbcluster/docs/tag.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To declare this entity in your AWS CloudFormation template, use the following sy

#### Key

The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

_Required_: Yes

Expand All @@ -40,7 +40,7 @@ _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormati

#### Value

The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

_Required_: No

Expand All @@ -49,3 +49,4 @@ _Type_: String
_Maximum Length_: <code>256</code>

_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

4 changes: 2 additions & 2 deletions aws-rds-dbcluster/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>rds</artifactId>
<version>2.21.6</version>
<version>2.21.17</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>ec2</artifactId>
<version>2.21.6</version>
<version>2.21.17</version>
</dependency>
<!-- https://mvnrepository.com/artifact/software.amazon.cloudformation/aws-cloudformation-rpdk-java-plugin -->
<dependency>
Expand Down
1 change: 1 addition & 0 deletions aws-rds-dbclusterendpoint/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,4 @@ The DNS address of the endpoint.
#### DBClusterEndpointArn

The Amazon Resource Name (ARN) for the endpoint.

1 change: 1 addition & 0 deletions aws-rds-dbclusterendpoint/docs/tag.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,4 @@ _Type_: String
_Maximum Length_: <code>256</code>

_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

2 changes: 1 addition & 1 deletion aws-rds-dbclusterendpoint/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>rds</artifactId>
<version>2.21.6</version>
<version>2.21.17</version>
</dependency>
<!-- https://mvnrepository.com/artifact/software.amazon.cloudformation/aws-cloudformation-rpdk-java-plugin -->
<dependency>
Expand Down
1 change: 1 addition & 0 deletions aws-rds-dbclusterparametergroup/docs/tag.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,4 @@ _Type_: String
_Maximum Length_: <code>256</code>

_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

2 changes: 1 addition & 1 deletion aws-rds-dbclusterparametergroup/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>rds</artifactId>
<version>2.21.6</version>
<version>2.21.17</version>
</dependency>
<!-- https://mvnrepository.com/artifact/software.amazon.cloudformation/aws-cloudformation-rpdk-java-plugin -->
<dependency>
Expand Down
3 changes: 1 addition & 2 deletions aws-rds-dbinstance/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -385,8 +385,6 @@ _Required_: No

_Type_: String

_Pattern_: <code>^$|^[_a-zA-Z][a-zA-Z0-9_]{0,63}$</code>

_Update requires_: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

#### DBParameterGroupName
Expand Down Expand Up @@ -1020,3 +1018,4 @@ Returns the <code>CAIdentifier</code> value.
#### ValidTill

Returns the <code>ValidTill</code> value.

1 change: 1 addition & 0 deletions aws-rds-dbinstance/docs/certificatedetails.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ To declare this entity in your AWS CloudFormation template, use the following sy
</pre>

## Properties

1 change: 1 addition & 0 deletions aws-rds-dbinstance/docs/dbinstancerole.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ _Required_: Yes
_Type_: String

_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

1 change: 1 addition & 0 deletions aws-rds-dbinstance/docs/endpoint.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ To declare this entity in your AWS CloudFormation template, use the following sy
</pre>

## Properties

1 change: 1 addition & 0 deletions aws-rds-dbinstance/docs/masterusersecret.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ _Required_: No
_Type_: String

_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

1 change: 1 addition & 0 deletions aws-rds-dbinstance/docs/processorfeature.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@ _Required_: No
_Type_: String

_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

5 changes: 3 additions & 2 deletions aws-rds-dbinstance/docs/tag.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To declare this entity in your AWS CloudFormation template, use the following sy

#### Key

The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

_Required_: Yes

Expand All @@ -40,7 +40,7 @@ _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormati

#### Value

The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

_Required_: No

Expand All @@ -49,3 +49,4 @@ _Type_: String
_Maximum Length_: <code>256</code>

_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

4 changes: 2 additions & 2 deletions aws-rds-dbinstance/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>rds</artifactId>
<version>2.21.6</version>
<version>2.21.17</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>ec2</artifactId>
<version>2.21.6</version>
<version>2.21.17</version>
</dependency>
<!-- https://mvnrepository.com/artifact/software.amazon.cloudformation/aws-cloudformation-rpdk-java-plugin -->
<dependency>
Expand Down
1 change: 1 addition & 0 deletions aws-rds-dbparametergroup/docs/tag.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,4 @@ _Type_: String
_Maximum Length_: <code>256</code>

_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

2 changes: 1 addition & 1 deletion aws-rds-dbparametergroup/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>rds</artifactId>
<version>2.21.6</version>
<version>2.21.17</version>
</dependency>
<!-- https://mvnrepository.com/artifact/software.amazon.cloudformation/aws-cloudformation-rpdk-java-plugin -->
<dependency>
Expand Down
5 changes: 3 additions & 2 deletions aws-rds-dbsubnetgroup/docs/tag.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To declare this entity in your AWS CloudFormation template, use the following sy

#### Key

The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

_Required_: Yes

Expand All @@ -40,7 +40,7 @@ _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormati

#### Value

The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

_Required_: No

Expand All @@ -49,3 +49,4 @@ _Type_: String
_Maximum Length_: <code>256</code>

_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

2 changes: 1 addition & 1 deletion aws-rds-dbsubnetgroup/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>rds</artifactId>
<version>2.21.6</version>
<version>2.21.17</version>
</dependency>
<!-- https://mvnrepository.com/artifact/software.amazon.cloudformation/aws-cloudformation-rpdk-java-plugin -->
<dependency>
Expand Down
1 change: 1 addition & 0 deletions aws-rds-eventsubscription/docs/tag.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,4 @@ _Type_: String
_Maximum Length_: <code>256</code>

_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

2 changes: 1 addition & 1 deletion aws-rds-eventsubscription/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>rds</artifactId>
<version>2.21.6</version>
<version>2.21.17</version>
</dependency>
<!-- https://mvnrepository.com/artifact/software.amazon.cloudformation/aws-cloudformation-rpdk-java-plugin -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion aws-rds-globalcluster/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>rds</artifactId>
<version>2.21.6</version>
<version>2.21.17</version>
</dependency>
<!-- https://mvnrepository.com/artifact/software.amazon.cloudformation/aws-cloudformation-rpdk-java-plugin -->
<dependency>
Expand Down
1 change: 1 addition & 0 deletions aws-rds-optiongroup/docs/optionconfiguration.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,4 @@ _Required_: No
_Type_: List of String

_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

1 change: 1 addition & 0 deletions aws-rds-optiongroup/docs/optionsetting.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@ _Required_: No
_Type_: String

_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

5 changes: 3 additions & 2 deletions aws-rds-optiongroup/docs/tag.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To declare this entity in your AWS CloudFormation template, use the following sy

#### Key

The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

_Required_: Yes

Expand All @@ -40,7 +40,7 @@ _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormati

#### Value

The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

_Required_: No

Expand All @@ -49,3 +49,4 @@ _Type_: String
_Maximum Length_: <code>256</code>

_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

2 changes: 1 addition & 1 deletion aws-rds-optiongroup/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>rds</artifactId>
<version>2.21.6</version>
<version>2.21.17</version>
</dependency>
<!-- https://mvnrepository.com/artifact/software.amazon.cloudformation/aws-cloudformation-rpdk-java-plugin -->
<dependency>
Expand Down

0 comments on commit 4a0e845

Please sign in to comment.