aws-sdk-rds 1.217.0 → 1.218.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3ca25bfa0bf82dbea1f0f10f6648fce9c625c1e55bae10c767404513e6a4eb64
4
- data.tar.gz: db1196d9760f21039a84506fc7946fe6166033e230c904b1daf740269883c6f8
3
+ metadata.gz: 2f4f8ce66e1dabf20ddea2db6f8b09d8a10bd4c6acbd97d58e76da2619983e5f
4
+ data.tar.gz: e10a3fce7e6b571e9eb5aa54c15d2a487296a4f466722aead59418b859ff0bdb
5
5
  SHA512:
6
- metadata.gz: 5c0aaecd5a9eb9617ab032e975b2d0b6f2ed00cb74996ace7a2458ac8a169ea127546bf20587b80f09a0676d8f7b568af02fb494b371b2b79ae14dee1a8763d9
7
- data.tar.gz: ee46f2f3b9fa759c23de50385ff160b6b6bad0c894ade3f3523c44ae3c7fd5a9130abce2280ab4da76a71eac839aa7050a57c6160bccf5ef0d20fb11d7a5a048
6
+ metadata.gz: 405727d5f6cc75602187fe13de4126753b7b17be7c5f363eb3b6b46ebfbc40ed2c92770f9aa4d92d4244cf08be51a0cbb7e09340346584a132a2ef68a905b57f
7
+ data.tar.gz: 1408c4ef875e48b5018cbdefd15568b191a0f3f3188e6a4be690c1a4ab6e5903ee929f9413cf29d320688d796c97ab82886f7a643088aeac63923de6d0d18028
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.218.0 (2024-02-23)
5
+ ------------------
6
+
7
+ * Feature - Add pattern and length based validations for DBShardGroupIdentifier
8
+
4
9
  1.217.0 (2024-02-16)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.217.0
1
+ 1.218.0
@@ -9739,7 +9739,7 @@ module Aws::RDS
9739
9739
  # @example Request syntax with placeholder values
9740
9740
  #
9741
9741
  # resp = client.delete_db_shard_group({
9742
- # db_shard_group_identifier: "String", # required
9742
+ # db_shard_group_identifier: "DBShardGroupIdentifier", # required
9743
9743
  # })
9744
9744
  #
9745
9745
  # @example Response structure
@@ -13992,7 +13992,7 @@ module Aws::RDS
13992
13992
  # @example Request syntax with placeholder values
13993
13993
  #
13994
13994
  # resp = client.describe_db_shard_groups({
13995
- # db_shard_group_identifier: "String",
13995
+ # db_shard_group_identifier: "DBShardGroupIdentifier",
13996
13996
  # filters: [
13997
13997
  # {
13998
13998
  # name: "String", # required
@@ -21347,7 +21347,7 @@ module Aws::RDS
21347
21347
  # @example Request syntax with placeholder values
21348
21348
  #
21349
21349
  # resp = client.modify_db_shard_group({
21350
- # db_shard_group_identifier: "String", # required
21350
+ # db_shard_group_identifier: "DBShardGroupIdentifier", # required
21351
21351
  # max_acu: 1.0,
21352
21352
  # })
21353
21353
  #
@@ -23274,7 +23274,7 @@ module Aws::RDS
23274
23274
  # @example Request syntax with placeholder values
23275
23275
  #
23276
23276
  # resp = client.reboot_db_shard_group({
23277
- # db_shard_group_identifier: "String", # required
23277
+ # db_shard_group_identifier: "DBShardGroupIdentifier", # required
23278
23278
  # })
23279
23279
  #
23280
23280
  # @example Response structure
@@ -30414,7 +30414,7 @@ module Aws::RDS
30414
30414
  params: params,
30415
30415
  config: config)
30416
30416
  context[:gem_name] = 'aws-sdk-rds'
30417
- context[:gem_version] = '1.217.0'
30417
+ context[:gem_version] = '1.218.0'
30418
30418
  Seahorse::Client::Request.new(handlers, context)
30419
30419
  end
30420
30420
 
@@ -249,6 +249,7 @@ module Aws::RDS
249
249
  DBSecurityGroups = Shapes::ListShape.new(name: 'DBSecurityGroups')
250
250
  DBShardGroup = Shapes::StructureShape.new(name: 'DBShardGroup')
251
251
  DBShardGroupAlreadyExistsFault = Shapes::StructureShape.new(name: 'DBShardGroupAlreadyExistsFault')
252
+ DBShardGroupIdentifier = Shapes::StringShape.new(name: 'DBShardGroupIdentifier')
252
253
  DBShardGroupNotFoundFault = Shapes::StructureShape.new(name: 'DBShardGroupNotFoundFault')
253
254
  DBShardGroupsList = Shapes::ListShape.new(name: 'DBShardGroupsList')
254
255
  DBSnapshot = Shapes::StructureShape.new(name: 'DBSnapshot')
@@ -1996,7 +1997,7 @@ module Aws::RDS
1996
1997
  DBSecurityGroups.member = Shapes::ShapeRef.new(shape: DBSecurityGroup, location_name: "DBSecurityGroup")
1997
1998
 
1998
1999
  DBShardGroup.add_member(:db_shard_group_resource_id, Shapes::ShapeRef.new(shape: String, location_name: "DBShardGroupResourceId"))
1999
- DBShardGroup.add_member(:db_shard_group_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBShardGroupIdentifier"))
2000
+ DBShardGroup.add_member(:db_shard_group_identifier, Shapes::ShapeRef.new(shape: DBShardGroupIdentifier, location_name: "DBShardGroupIdentifier"))
2000
2001
  DBShardGroup.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterIdentifier"))
2001
2002
  DBShardGroup.add_member(:max_acu, Shapes::ShapeRef.new(shape: DoubleOptional, location_name: "MaxACU"))
2002
2003
  DBShardGroup.add_member(:compute_redundancy, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "ComputeRedundancy"))
@@ -2193,7 +2194,7 @@ module Aws::RDS
2193
2194
  DeleteDBSecurityGroupMessage.add_member(:db_security_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBSecurityGroupName"))
2194
2195
  DeleteDBSecurityGroupMessage.struct_class = Types::DeleteDBSecurityGroupMessage
2195
2196
 
2196
- DeleteDBShardGroupMessage.add_member(:db_shard_group_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBShardGroupIdentifier"))
2197
+ DeleteDBShardGroupMessage.add_member(:db_shard_group_identifier, Shapes::ShapeRef.new(shape: DBShardGroupIdentifier, required: true, location_name: "DBShardGroupIdentifier"))
2197
2198
  DeleteDBShardGroupMessage.struct_class = Types::DeleteDBShardGroupMessage
2198
2199
 
2199
2200
  DeleteDBSnapshotMessage.add_member(:db_snapshot_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBSnapshotIdentifier"))
@@ -2432,7 +2433,7 @@ module Aws::RDS
2432
2433
  DescribeDBSecurityGroupsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
2433
2434
  DescribeDBSecurityGroupsMessage.struct_class = Types::DescribeDBSecurityGroupsMessage
2434
2435
 
2435
- DescribeDBShardGroupsMessage.add_member(:db_shard_group_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBShardGroupIdentifier"))
2436
+ DescribeDBShardGroupsMessage.add_member(:db_shard_group_identifier, Shapes::ShapeRef.new(shape: DBShardGroupIdentifier, location_name: "DBShardGroupIdentifier"))
2436
2437
  DescribeDBShardGroupsMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
2437
2438
  DescribeDBShardGroupsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
2438
2439
  DescribeDBShardGroupsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: MaxRecords, location_name: "MaxRecords"))
@@ -3187,7 +3188,7 @@ module Aws::RDS
3187
3188
  ModifyDBRecommendationMessage.add_member(:recommended_action_updates, Shapes::ShapeRef.new(shape: RecommendedActionUpdateList, location_name: "RecommendedActionUpdates"))
3188
3189
  ModifyDBRecommendationMessage.struct_class = Types::ModifyDBRecommendationMessage
3189
3190
 
3190
- ModifyDBShardGroupMessage.add_member(:db_shard_group_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBShardGroupIdentifier"))
3191
+ ModifyDBShardGroupMessage.add_member(:db_shard_group_identifier, Shapes::ShapeRef.new(shape: DBShardGroupIdentifier, required: true, location_name: "DBShardGroupIdentifier"))
3191
3192
  ModifyDBShardGroupMessage.add_member(:max_acu, Shapes::ShapeRef.new(shape: DoubleOptional, location_name: "MaxACU"))
3192
3193
  ModifyDBShardGroupMessage.struct_class = Types::ModifyDBShardGroupMessage
3193
3194
 
@@ -3561,7 +3562,7 @@ module Aws::RDS
3561
3562
  RebootDBInstanceResult.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
3562
3563
  RebootDBInstanceResult.struct_class = Types::RebootDBInstanceResult
3563
3564
 
3564
- RebootDBShardGroupMessage.add_member(:db_shard_group_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBShardGroupIdentifier"))
3565
+ RebootDBShardGroupMessage.add_member(:db_shard_group_identifier, Shapes::ShapeRef.new(shape: DBShardGroupIdentifier, required: true, location_name: "DBShardGroupIdentifier"))
3565
3566
  RebootDBShardGroupMessage.struct_class = Types::RebootDBShardGroupMessage
3566
3567
 
3567
3568
  RecommendedAction.add_member(:action_id, Shapes::ShapeRef.new(shape: String, location_name: "ActionId"))
data/lib/aws-sdk-rds.rb CHANGED
@@ -78,6 +78,6 @@ require_relative 'aws-sdk-rds/customizations'
78
78
  # @!group service
79
79
  module Aws::RDS
80
80
 
81
- GEM_VERSION = '1.217.0'
81
+ GEM_VERSION = '1.218.0'
82
82
 
83
83
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-rds
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.217.0
4
+ version: 1.218.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-16 00:00:00.000000000 Z
11
+ date: 2024-02-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core