aws-sdk-rds 1.217.0 → 1.218.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-rds/client.rb +5 -5
- data/lib/aws-sdk-rds/client_api.rb +6 -5
- data/lib/aws-sdk-rds.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2f4f8ce66e1dabf20ddea2db6f8b09d8a10bd4c6acbd97d58e76da2619983e5f
|
4
|
+
data.tar.gz: e10a3fce7e6b571e9eb5aa54c15d2a487296a4f466722aead59418b859ff0bdb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 405727d5f6cc75602187fe13de4126753b7b17be7c5f363eb3b6b46ebfbc40ed2c92770f9aa4d92d4244cf08be51a0cbb7e09340346584a132a2ef68a905b57f
|
7
|
+
data.tar.gz: 1408c4ef875e48b5018cbdefd15568b191a0f3f3188e6a4be690c1a4ab6e5903ee929f9413cf29d320688d796c97ab82886f7a643088aeac63923de6d0d18028
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.218.0
|
data/lib/aws-sdk-rds/client.rb
CHANGED
@@ -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: "
|
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: "
|
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: "
|
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: "
|
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.
|
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:
|
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:
|
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:
|
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:
|
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:
|
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
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.
|
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-
|
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
|