aws-sdk-rds 1.200.0 → 1.201.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-rds/client.rb +598 -6
- data/lib/aws-sdk-rds/client_api.rb +202 -0
- data/lib/aws-sdk-rds/db_instance.rb +48 -8
- data/lib/aws-sdk-rds/db_snapshot.rb +8 -0
- data/lib/aws-sdk-rds/endpoints.rb +70 -0
- data/lib/aws-sdk-rds/errors.rb +44 -0
- data/lib/aws-sdk-rds/event_subscription.rb +2 -2
- data/lib/aws-sdk-rds/plugins/endpoints.rb +10 -0
- data/lib/aws-sdk-rds/resource.rb +16 -0
- data/lib/aws-sdk-rds/types.rb +720 -22
- data/lib/aws-sdk-rds/waiters.rb +101 -0
- data/lib/aws-sdk-rds.rb +1 -1
- metadata +2 -2
@@ -118,6 +118,8 @@ module Aws::RDS
|
|
118
118
|
CreateIntegrationMessage = Shapes::StructureShape.new(name: 'CreateIntegrationMessage')
|
119
119
|
CreateOptionGroupMessage = Shapes::StructureShape.new(name: 'CreateOptionGroupMessage')
|
120
120
|
CreateOptionGroupResult = Shapes::StructureShape.new(name: 'CreateOptionGroupResult')
|
121
|
+
CreateTenantDatabaseMessage = Shapes::StructureShape.new(name: 'CreateTenantDatabaseMessage')
|
122
|
+
CreateTenantDatabaseResult = Shapes::StructureShape.new(name: 'CreateTenantDatabaseResult')
|
121
123
|
CustomAvailabilityZoneNotFoundFault = Shapes::StructureShape.new(name: 'CustomAvailabilityZoneNotFoundFault')
|
122
124
|
CustomDBEngineVersionAMI = Shapes::StructureShape.new(name: 'CustomDBEngineVersionAMI')
|
123
125
|
CustomDBEngineVersionAlreadyExistsFault = Shapes::StructureShape.new(name: 'CustomDBEngineVersionAlreadyExistsFault')
|
@@ -244,6 +246,10 @@ module Aws::RDS
|
|
244
246
|
DBSnapshotList = Shapes::ListShape.new(name: 'DBSnapshotList')
|
245
247
|
DBSnapshotMessage = Shapes::StructureShape.new(name: 'DBSnapshotMessage')
|
246
248
|
DBSnapshotNotFoundFault = Shapes::StructureShape.new(name: 'DBSnapshotNotFoundFault')
|
249
|
+
DBSnapshotTenantDatabase = Shapes::StructureShape.new(name: 'DBSnapshotTenantDatabase')
|
250
|
+
DBSnapshotTenantDatabaseNotFoundFault = Shapes::StructureShape.new(name: 'DBSnapshotTenantDatabaseNotFoundFault')
|
251
|
+
DBSnapshotTenantDatabasesList = Shapes::ListShape.new(name: 'DBSnapshotTenantDatabasesList')
|
252
|
+
DBSnapshotTenantDatabasesMessage = Shapes::StructureShape.new(name: 'DBSnapshotTenantDatabasesMessage')
|
247
253
|
DBSubnetGroup = Shapes::StructureShape.new(name: 'DBSubnetGroup')
|
248
254
|
DBSubnetGroupAlreadyExistsFault = Shapes::StructureShape.new(name: 'DBSubnetGroupAlreadyExistsFault')
|
249
255
|
DBSubnetGroupDoesNotCoverEnoughAZs = Shapes::StructureShape.new(name: 'DBSubnetGroupDoesNotCoverEnoughAZs')
|
@@ -285,6 +291,8 @@ module Aws::RDS
|
|
285
291
|
DeleteGlobalClusterResult = Shapes::StructureShape.new(name: 'DeleteGlobalClusterResult')
|
286
292
|
DeleteIntegrationMessage = Shapes::StructureShape.new(name: 'DeleteIntegrationMessage')
|
287
293
|
DeleteOptionGroupMessage = Shapes::StructureShape.new(name: 'DeleteOptionGroupMessage')
|
294
|
+
DeleteTenantDatabaseMessage = Shapes::StructureShape.new(name: 'DeleteTenantDatabaseMessage')
|
295
|
+
DeleteTenantDatabaseResult = Shapes::StructureShape.new(name: 'DeleteTenantDatabaseResult')
|
288
296
|
DeregisterDBProxyTargetsRequest = Shapes::StructureShape.new(name: 'DeregisterDBProxyTargetsRequest')
|
289
297
|
DeregisterDBProxyTargetsResponse = Shapes::StructureShape.new(name: 'DeregisterDBProxyTargetsResponse')
|
290
298
|
DescribeAccountAttributesMessage = Shapes::StructureShape.new(name: 'DescribeAccountAttributesMessage')
|
@@ -320,6 +328,7 @@ module Aws::RDS
|
|
320
328
|
DescribeDBSecurityGroupsMessage = Shapes::StructureShape.new(name: 'DescribeDBSecurityGroupsMessage')
|
321
329
|
DescribeDBSnapshotAttributesMessage = Shapes::StructureShape.new(name: 'DescribeDBSnapshotAttributesMessage')
|
322
330
|
DescribeDBSnapshotAttributesResult = Shapes::StructureShape.new(name: 'DescribeDBSnapshotAttributesResult')
|
331
|
+
DescribeDBSnapshotTenantDatabasesMessage = Shapes::StructureShape.new(name: 'DescribeDBSnapshotTenantDatabasesMessage')
|
323
332
|
DescribeDBSnapshotsMessage = Shapes::StructureShape.new(name: 'DescribeDBSnapshotsMessage')
|
324
333
|
DescribeDBSubnetGroupsMessage = Shapes::StructureShape.new(name: 'DescribeDBSubnetGroupsMessage')
|
325
334
|
DescribeEngineDefaultClusterParametersMessage = Shapes::StructureShape.new(name: 'DescribeEngineDefaultClusterParametersMessage')
|
@@ -340,6 +349,7 @@ module Aws::RDS
|
|
340
349
|
DescribeReservedDBInstancesMessage = Shapes::StructureShape.new(name: 'DescribeReservedDBInstancesMessage')
|
341
350
|
DescribeReservedDBInstancesOfferingsMessage = Shapes::StructureShape.new(name: 'DescribeReservedDBInstancesOfferingsMessage')
|
342
351
|
DescribeSourceRegionsMessage = Shapes::StructureShape.new(name: 'DescribeSourceRegionsMessage')
|
352
|
+
DescribeTenantDatabasesMessage = Shapes::StructureShape.new(name: 'DescribeTenantDatabasesMessage')
|
343
353
|
DescribeValidDBInstanceModificationsMessage = Shapes::StructureShape.new(name: 'DescribeValidDBInstanceModificationsMessage')
|
344
354
|
DescribeValidDBInstanceModificationsResult = Shapes::StructureShape.new(name: 'DescribeValidDBInstanceModificationsResult')
|
345
355
|
Description = Shapes::StringShape.new(name: 'Description')
|
@@ -495,6 +505,8 @@ module Aws::RDS
|
|
495
505
|
ModifyGlobalClusterResult = Shapes::StructureShape.new(name: 'ModifyGlobalClusterResult')
|
496
506
|
ModifyOptionGroupMessage = Shapes::StructureShape.new(name: 'ModifyOptionGroupMessage')
|
497
507
|
ModifyOptionGroupResult = Shapes::StructureShape.new(name: 'ModifyOptionGroupResult')
|
508
|
+
ModifyTenantDatabaseMessage = Shapes::StructureShape.new(name: 'ModifyTenantDatabaseMessage')
|
509
|
+
ModifyTenantDatabaseResult = Shapes::StructureShape.new(name: 'ModifyTenantDatabaseResult')
|
498
510
|
NetworkTypeNotSupported = Shapes::StructureShape.new(name: 'NetworkTypeNotSupported')
|
499
511
|
Option = Shapes::StructureShape.new(name: 'Option')
|
500
512
|
OptionConfiguration = Shapes::StructureShape.new(name: 'OptionConfiguration')
|
@@ -600,6 +612,7 @@ module Aws::RDS
|
|
600
612
|
SNSTopicArnNotFoundFault = Shapes::StructureShape.new(name: 'SNSTopicArnNotFoundFault')
|
601
613
|
ScalingConfiguration = Shapes::StructureShape.new(name: 'ScalingConfiguration')
|
602
614
|
ScalingConfigurationInfo = Shapes::StructureShape.new(name: 'ScalingConfigurationInfo')
|
615
|
+
SensitiveString = Shapes::StringShape.new(name: 'SensitiveString')
|
603
616
|
ServerlessV2ScalingConfiguration = Shapes::StructureShape.new(name: 'ServerlessV2ScalingConfiguration')
|
604
617
|
ServerlessV2ScalingConfigurationInfo = Shapes::StructureShape.new(name: 'ServerlessV2ScalingConfigurationInfo')
|
605
618
|
SharedSnapshotQuotaExceededFault = Shapes::StructureShape.new(name: 'SharedSnapshotQuotaExceededFault')
|
@@ -670,6 +683,13 @@ module Aws::RDS
|
|
670
683
|
TargetRole = Shapes::StringShape.new(name: 'TargetRole')
|
671
684
|
TargetState = Shapes::StringShape.new(name: 'TargetState')
|
672
685
|
TargetType = Shapes::StringShape.new(name: 'TargetType')
|
686
|
+
TenantDatabase = Shapes::StructureShape.new(name: 'TenantDatabase')
|
687
|
+
TenantDatabaseAlreadyExistsFault = Shapes::StructureShape.new(name: 'TenantDatabaseAlreadyExistsFault')
|
688
|
+
TenantDatabaseNotFoundFault = Shapes::StructureShape.new(name: 'TenantDatabaseNotFoundFault')
|
689
|
+
TenantDatabasePendingModifiedValues = Shapes::StructureShape.new(name: 'TenantDatabasePendingModifiedValues')
|
690
|
+
TenantDatabaseQuotaExceededFault = Shapes::StructureShape.new(name: 'TenantDatabaseQuotaExceededFault')
|
691
|
+
TenantDatabasesList = Shapes::ListShape.new(name: 'TenantDatabasesList')
|
692
|
+
TenantDatabasesMessage = Shapes::StructureShape.new(name: 'TenantDatabasesMessage')
|
673
693
|
Timezone = Shapes::StructureShape.new(name: 'Timezone')
|
674
694
|
UpgradeTarget = Shapes::StructureShape.new(name: 'UpgradeTarget')
|
675
695
|
UserAuthConfig = Shapes::StructureShape.new(name: 'UserAuthConfig')
|
@@ -1078,6 +1098,7 @@ module Aws::RDS
|
|
1078
1098
|
CreateDBInstanceMessage.add_member(:ca_certificate_identifier, Shapes::ShapeRef.new(shape: String, location_name: "CACertificateIdentifier"))
|
1079
1099
|
CreateDBInstanceMessage.add_member(:db_system_id, Shapes::ShapeRef.new(shape: String, location_name: "DBSystemId"))
|
1080
1100
|
CreateDBInstanceMessage.add_member(:dedicated_log_volume, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DedicatedLogVolume"))
|
1101
|
+
CreateDBInstanceMessage.add_member(:multi_tenant, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "MultiTenant"))
|
1081
1102
|
CreateDBInstanceMessage.struct_class = Types::CreateDBInstanceMessage
|
1082
1103
|
|
1083
1104
|
CreateDBInstanceReadReplicaMessage.add_member(:db_instance_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBInstanceIdentifier"))
|
@@ -1235,6 +1256,18 @@ module Aws::RDS
|
|
1235
1256
|
CreateOptionGroupResult.add_member(:option_group, Shapes::ShapeRef.new(shape: OptionGroup, location_name: "OptionGroup"))
|
1236
1257
|
CreateOptionGroupResult.struct_class = Types::CreateOptionGroupResult
|
1237
1258
|
|
1259
|
+
CreateTenantDatabaseMessage.add_member(:db_instance_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBInstanceIdentifier"))
|
1260
|
+
CreateTenantDatabaseMessage.add_member(:tenant_db_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TenantDBName"))
|
1261
|
+
CreateTenantDatabaseMessage.add_member(:master_username, Shapes::ShapeRef.new(shape: String, required: true, location_name: "MasterUsername"))
|
1262
|
+
CreateTenantDatabaseMessage.add_member(:master_user_password, Shapes::ShapeRef.new(shape: SensitiveString, required: true, location_name: "MasterUserPassword"))
|
1263
|
+
CreateTenantDatabaseMessage.add_member(:character_set_name, Shapes::ShapeRef.new(shape: String, location_name: "CharacterSetName"))
|
1264
|
+
CreateTenantDatabaseMessage.add_member(:nchar_character_set_name, Shapes::ShapeRef.new(shape: String, location_name: "NcharCharacterSetName"))
|
1265
|
+
CreateTenantDatabaseMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
1266
|
+
CreateTenantDatabaseMessage.struct_class = Types::CreateTenantDatabaseMessage
|
1267
|
+
|
1268
|
+
CreateTenantDatabaseResult.add_member(:tenant_database, Shapes::ShapeRef.new(shape: TenantDatabase, location_name: "TenantDatabase"))
|
1269
|
+
CreateTenantDatabaseResult.struct_class = Types::CreateTenantDatabaseResult
|
1270
|
+
|
1238
1271
|
CustomAvailabilityZoneNotFoundFault.struct_class = Types::CustomAvailabilityZoneNotFoundFault
|
1239
1272
|
|
1240
1273
|
CustomDBEngineVersionAMI.add_member(:image_id, Shapes::ShapeRef.new(shape: String, location_name: "ImageId"))
|
@@ -1639,6 +1672,7 @@ module Aws::RDS
|
|
1639
1672
|
DBInstance.add_member(:percent_progress, Shapes::ShapeRef.new(shape: String, location_name: "PercentProgress"))
|
1640
1673
|
DBInstance.add_member(:dedicated_log_volume, Shapes::ShapeRef.new(shape: Boolean, location_name: "DedicatedLogVolume"))
|
1641
1674
|
DBInstance.add_member(:is_storage_config_upgrade_available, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "IsStorageConfigUpgradeAvailable"))
|
1675
|
+
DBInstance.add_member(:multi_tenant, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "MultiTenant"))
|
1642
1676
|
DBInstance.struct_class = Types::DBInstance
|
1643
1677
|
|
1644
1678
|
DBInstanceAlreadyExistsFault.struct_class = Types::DBInstanceAlreadyExistsFault
|
@@ -1673,6 +1707,7 @@ module Aws::RDS
|
|
1673
1707
|
DBInstanceAutomatedBackup.add_member(:storage_throughput, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "StorageThroughput"))
|
1674
1708
|
DBInstanceAutomatedBackup.add_member(:aws_backup_recovery_point_arn, Shapes::ShapeRef.new(shape: String, location_name: "AwsBackupRecoveryPointArn"))
|
1675
1709
|
DBInstanceAutomatedBackup.add_member(:dedicated_log_volume, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DedicatedLogVolume"))
|
1710
|
+
DBInstanceAutomatedBackup.add_member(:multi_tenant, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "MultiTenant"))
|
1676
1711
|
DBInstanceAutomatedBackup.struct_class = Types::DBInstanceAutomatedBackup
|
1677
1712
|
|
1678
1713
|
DBInstanceAutomatedBackupList.member = Shapes::ShapeRef.new(shape: DBInstanceAutomatedBackup, location_name: "DBInstanceAutomatedBackup")
|
@@ -1890,6 +1925,7 @@ module Aws::RDS
|
|
1890
1925
|
DBSnapshot.add_member(:storage_throughput, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "StorageThroughput"))
|
1891
1926
|
DBSnapshot.add_member(:db_system_id, Shapes::ShapeRef.new(shape: String, location_name: "DBSystemId"))
|
1892
1927
|
DBSnapshot.add_member(:dedicated_log_volume, Shapes::ShapeRef.new(shape: Boolean, location_name: "DedicatedLogVolume"))
|
1928
|
+
DBSnapshot.add_member(:multi_tenant, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "MultiTenant"))
|
1893
1929
|
DBSnapshot.struct_class = Types::DBSnapshot
|
1894
1930
|
|
1895
1931
|
DBSnapshotAlreadyExistsFault.struct_class = Types::DBSnapshotAlreadyExistsFault
|
@@ -1912,6 +1948,29 @@ module Aws::RDS
|
|
1912
1948
|
|
1913
1949
|
DBSnapshotNotFoundFault.struct_class = Types::DBSnapshotNotFoundFault
|
1914
1950
|
|
1951
|
+
DBSnapshotTenantDatabase.add_member(:db_snapshot_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBSnapshotIdentifier"))
|
1952
|
+
DBSnapshotTenantDatabase.add_member(:db_instance_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBInstanceIdentifier"))
|
1953
|
+
DBSnapshotTenantDatabase.add_member(:dbi_resource_id, Shapes::ShapeRef.new(shape: String, location_name: "DbiResourceId"))
|
1954
|
+
DBSnapshotTenantDatabase.add_member(:engine_name, Shapes::ShapeRef.new(shape: String, location_name: "EngineName"))
|
1955
|
+
DBSnapshotTenantDatabase.add_member(:snapshot_type, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotType"))
|
1956
|
+
DBSnapshotTenantDatabase.add_member(:tenant_database_create_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "TenantDatabaseCreateTime"))
|
1957
|
+
DBSnapshotTenantDatabase.add_member(:tenant_db_name, Shapes::ShapeRef.new(shape: String, location_name: "TenantDBName"))
|
1958
|
+
DBSnapshotTenantDatabase.add_member(:master_username, Shapes::ShapeRef.new(shape: String, location_name: "MasterUsername"))
|
1959
|
+
DBSnapshotTenantDatabase.add_member(:tenant_database_resource_id, Shapes::ShapeRef.new(shape: String, location_name: "TenantDatabaseResourceId"))
|
1960
|
+
DBSnapshotTenantDatabase.add_member(:character_set_name, Shapes::ShapeRef.new(shape: String, location_name: "CharacterSetName"))
|
1961
|
+
DBSnapshotTenantDatabase.add_member(:db_snapshot_tenant_database_arn, Shapes::ShapeRef.new(shape: String, location_name: "DBSnapshotTenantDatabaseARN"))
|
1962
|
+
DBSnapshotTenantDatabase.add_member(:nchar_character_set_name, Shapes::ShapeRef.new(shape: String, location_name: "NcharCharacterSetName"))
|
1963
|
+
DBSnapshotTenantDatabase.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "TagList"))
|
1964
|
+
DBSnapshotTenantDatabase.struct_class = Types::DBSnapshotTenantDatabase
|
1965
|
+
|
1966
|
+
DBSnapshotTenantDatabaseNotFoundFault.struct_class = Types::DBSnapshotTenantDatabaseNotFoundFault
|
1967
|
+
|
1968
|
+
DBSnapshotTenantDatabasesList.member = Shapes::ShapeRef.new(shape: DBSnapshotTenantDatabase, location_name: "DBSnapshotTenantDatabase")
|
1969
|
+
|
1970
|
+
DBSnapshotTenantDatabasesMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
1971
|
+
DBSnapshotTenantDatabasesMessage.add_member(:db_snapshot_tenant_databases, Shapes::ShapeRef.new(shape: DBSnapshotTenantDatabasesList, location_name: "DBSnapshotTenantDatabases"))
|
1972
|
+
DBSnapshotTenantDatabasesMessage.struct_class = Types::DBSnapshotTenantDatabasesMessage
|
1973
|
+
|
1915
1974
|
DBSubnetGroup.add_member(:db_subnet_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBSubnetGroupName"))
|
1916
1975
|
DBSubnetGroup.add_member(:db_subnet_group_description, Shapes::ShapeRef.new(shape: String, location_name: "DBSubnetGroupDescription"))
|
1917
1976
|
DBSubnetGroup.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "VpcId"))
|
@@ -2040,6 +2099,15 @@ module Aws::RDS
|
|
2040
2099
|
DeleteOptionGroupMessage.add_member(:option_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "OptionGroupName"))
|
2041
2100
|
DeleteOptionGroupMessage.struct_class = Types::DeleteOptionGroupMessage
|
2042
2101
|
|
2102
|
+
DeleteTenantDatabaseMessage.add_member(:db_instance_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBInstanceIdentifier"))
|
2103
|
+
DeleteTenantDatabaseMessage.add_member(:tenant_db_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TenantDBName"))
|
2104
|
+
DeleteTenantDatabaseMessage.add_member(:skip_final_snapshot, Shapes::ShapeRef.new(shape: Boolean, location_name: "SkipFinalSnapshot"))
|
2105
|
+
DeleteTenantDatabaseMessage.add_member(:final_db_snapshot_identifier, Shapes::ShapeRef.new(shape: String, location_name: "FinalDBSnapshotIdentifier"))
|
2106
|
+
DeleteTenantDatabaseMessage.struct_class = Types::DeleteTenantDatabaseMessage
|
2107
|
+
|
2108
|
+
DeleteTenantDatabaseResult.add_member(:tenant_database, Shapes::ShapeRef.new(shape: TenantDatabase, location_name: "TenantDatabase"))
|
2109
|
+
DeleteTenantDatabaseResult.struct_class = Types::DeleteTenantDatabaseResult
|
2110
|
+
|
2043
2111
|
DeregisterDBProxyTargetsRequest.add_member(:db_proxy_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBProxyName"))
|
2044
2112
|
DeregisterDBProxyTargetsRequest.add_member(:target_group_name, Shapes::ShapeRef.new(shape: String, location_name: "TargetGroupName"))
|
2045
2113
|
DeregisterDBProxyTargetsRequest.add_member(:db_instance_identifiers, Shapes::ShapeRef.new(shape: StringList, location_name: "DBInstanceIdentifiers"))
|
@@ -2238,6 +2306,15 @@ module Aws::RDS
|
|
2238
2306
|
DescribeDBSnapshotAttributesResult.add_member(:db_snapshot_attributes_result, Shapes::ShapeRef.new(shape: DBSnapshotAttributesResult, location_name: "DBSnapshotAttributesResult"))
|
2239
2307
|
DescribeDBSnapshotAttributesResult.struct_class = Types::DescribeDBSnapshotAttributesResult
|
2240
2308
|
|
2309
|
+
DescribeDBSnapshotTenantDatabasesMessage.add_member(:db_instance_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBInstanceIdentifier"))
|
2310
|
+
DescribeDBSnapshotTenantDatabasesMessage.add_member(:db_snapshot_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBSnapshotIdentifier"))
|
2311
|
+
DescribeDBSnapshotTenantDatabasesMessage.add_member(:snapshot_type, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotType"))
|
2312
|
+
DescribeDBSnapshotTenantDatabasesMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
2313
|
+
DescribeDBSnapshotTenantDatabasesMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
|
2314
|
+
DescribeDBSnapshotTenantDatabasesMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
2315
|
+
DescribeDBSnapshotTenantDatabasesMessage.add_member(:dbi_resource_id, Shapes::ShapeRef.new(shape: String, location_name: "DbiResourceId"))
|
2316
|
+
DescribeDBSnapshotTenantDatabasesMessage.struct_class = Types::DescribeDBSnapshotTenantDatabasesMessage
|
2317
|
+
|
2241
2318
|
DescribeDBSnapshotsMessage.add_member(:db_instance_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBInstanceIdentifier"))
|
2242
2319
|
DescribeDBSnapshotsMessage.add_member(:db_snapshot_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBSnapshotIdentifier"))
|
2243
2320
|
DescribeDBSnapshotsMessage.add_member(:snapshot_type, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotType"))
|
@@ -2380,6 +2457,13 @@ module Aws::RDS
|
|
2380
2457
|
DescribeSourceRegionsMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
2381
2458
|
DescribeSourceRegionsMessage.struct_class = Types::DescribeSourceRegionsMessage
|
2382
2459
|
|
2460
|
+
DescribeTenantDatabasesMessage.add_member(:db_instance_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBInstanceIdentifier"))
|
2461
|
+
DescribeTenantDatabasesMessage.add_member(:tenant_db_name, Shapes::ShapeRef.new(shape: String, location_name: "TenantDBName"))
|
2462
|
+
DescribeTenantDatabasesMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
2463
|
+
DescribeTenantDatabasesMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
2464
|
+
DescribeTenantDatabasesMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
|
2465
|
+
DescribeTenantDatabasesMessage.struct_class = Types::DescribeTenantDatabasesMessage
|
2466
|
+
|
2383
2467
|
DescribeValidDBInstanceModificationsMessage.add_member(:db_instance_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBInstanceIdentifier"))
|
2384
2468
|
DescribeValidDBInstanceModificationsMessage.struct_class = Types::DescribeValidDBInstanceModificationsMessage
|
2385
2469
|
|
@@ -2862,6 +2946,7 @@ module Aws::RDS
|
|
2862
2946
|
ModifyDBInstanceMessage.add_member(:master_user_secret_kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "MasterUserSecretKmsKeyId"))
|
2863
2947
|
ModifyDBInstanceMessage.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
|
2864
2948
|
ModifyDBInstanceMessage.add_member(:dedicated_log_volume, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DedicatedLogVolume"))
|
2949
|
+
ModifyDBInstanceMessage.add_member(:multi_tenant, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "MultiTenant"))
|
2865
2950
|
ModifyDBInstanceMessage.struct_class = Types::ModifyDBInstanceMessage
|
2866
2951
|
|
2867
2952
|
ModifyDBInstanceResult.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
|
@@ -2955,6 +3040,15 @@ module Aws::RDS
|
|
2955
3040
|
ModifyOptionGroupResult.add_member(:option_group, Shapes::ShapeRef.new(shape: OptionGroup, location_name: "OptionGroup"))
|
2956
3041
|
ModifyOptionGroupResult.struct_class = Types::ModifyOptionGroupResult
|
2957
3042
|
|
3043
|
+
ModifyTenantDatabaseMessage.add_member(:db_instance_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBInstanceIdentifier"))
|
3044
|
+
ModifyTenantDatabaseMessage.add_member(:tenant_db_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TenantDBName"))
|
3045
|
+
ModifyTenantDatabaseMessage.add_member(:master_user_password, Shapes::ShapeRef.new(shape: SensitiveString, location_name: "MasterUserPassword"))
|
3046
|
+
ModifyTenantDatabaseMessage.add_member(:new_tenant_db_name, Shapes::ShapeRef.new(shape: String, location_name: "NewTenantDBName"))
|
3047
|
+
ModifyTenantDatabaseMessage.struct_class = Types::ModifyTenantDatabaseMessage
|
3048
|
+
|
3049
|
+
ModifyTenantDatabaseResult.add_member(:tenant_database, Shapes::ShapeRef.new(shape: TenantDatabase, location_name: "TenantDatabase"))
|
3050
|
+
ModifyTenantDatabaseResult.struct_class = Types::ModifyTenantDatabaseResult
|
3051
|
+
|
2958
3052
|
NetworkTypeNotSupported.struct_class = Types::NetworkTypeNotSupported
|
2959
3053
|
|
2960
3054
|
Option.add_member(:option_name, Shapes::ShapeRef.new(shape: String, location_name: "OptionName"))
|
@@ -3178,6 +3272,7 @@ module Aws::RDS
|
|
3178
3272
|
PendingModifiedValues.add_member(:storage_throughput, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "StorageThroughput"))
|
3179
3273
|
PendingModifiedValues.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
|
3180
3274
|
PendingModifiedValues.add_member(:dedicated_log_volume, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DedicatedLogVolume"))
|
3275
|
+
PendingModifiedValues.add_member(:multi_tenant, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "MultiTenant"))
|
3181
3276
|
PendingModifiedValues.struct_class = Types::PendingModifiedValues
|
3182
3277
|
|
3183
3278
|
PointInTimeRestoreNotEnabledFault.struct_class = Types::PointInTimeRestoreNotEnabledFault
|
@@ -3828,6 +3923,37 @@ module Aws::RDS
|
|
3828
3923
|
|
3829
3924
|
TargetList.member = Shapes::ShapeRef.new(shape: DBProxyTarget)
|
3830
3925
|
|
3926
|
+
TenantDatabase.add_member(:tenant_database_create_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "TenantDatabaseCreateTime"))
|
3927
|
+
TenantDatabase.add_member(:db_instance_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBInstanceIdentifier"))
|
3928
|
+
TenantDatabase.add_member(:tenant_db_name, Shapes::ShapeRef.new(shape: String, location_name: "TenantDBName"))
|
3929
|
+
TenantDatabase.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
|
3930
|
+
TenantDatabase.add_member(:master_username, Shapes::ShapeRef.new(shape: String, location_name: "MasterUsername"))
|
3931
|
+
TenantDatabase.add_member(:dbi_resource_id, Shapes::ShapeRef.new(shape: String, location_name: "DbiResourceId"))
|
3932
|
+
TenantDatabase.add_member(:tenant_database_resource_id, Shapes::ShapeRef.new(shape: String, location_name: "TenantDatabaseResourceId"))
|
3933
|
+
TenantDatabase.add_member(:tenant_database_arn, Shapes::ShapeRef.new(shape: String, location_name: "TenantDatabaseARN"))
|
3934
|
+
TenantDatabase.add_member(:character_set_name, Shapes::ShapeRef.new(shape: String, location_name: "CharacterSetName"))
|
3935
|
+
TenantDatabase.add_member(:nchar_character_set_name, Shapes::ShapeRef.new(shape: String, location_name: "NcharCharacterSetName"))
|
3936
|
+
TenantDatabase.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: Boolean, location_name: "DeletionProtection"))
|
3937
|
+
TenantDatabase.add_member(:pending_modified_values, Shapes::ShapeRef.new(shape: TenantDatabasePendingModifiedValues, location_name: "PendingModifiedValues"))
|
3938
|
+
TenantDatabase.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "TagList"))
|
3939
|
+
TenantDatabase.struct_class = Types::TenantDatabase
|
3940
|
+
|
3941
|
+
TenantDatabaseAlreadyExistsFault.struct_class = Types::TenantDatabaseAlreadyExistsFault
|
3942
|
+
|
3943
|
+
TenantDatabaseNotFoundFault.struct_class = Types::TenantDatabaseNotFoundFault
|
3944
|
+
|
3945
|
+
TenantDatabasePendingModifiedValues.add_member(:master_user_password, Shapes::ShapeRef.new(shape: SensitiveString, location_name: "MasterUserPassword"))
|
3946
|
+
TenantDatabasePendingModifiedValues.add_member(:tenant_db_name, Shapes::ShapeRef.new(shape: String, location_name: "TenantDBName"))
|
3947
|
+
TenantDatabasePendingModifiedValues.struct_class = Types::TenantDatabasePendingModifiedValues
|
3948
|
+
|
3949
|
+
TenantDatabaseQuotaExceededFault.struct_class = Types::TenantDatabaseQuotaExceededFault
|
3950
|
+
|
3951
|
+
TenantDatabasesList.member = Shapes::ShapeRef.new(shape: TenantDatabase, location_name: "TenantDatabase")
|
3952
|
+
|
3953
|
+
TenantDatabasesMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
3954
|
+
TenantDatabasesMessage.add_member(:tenant_databases, Shapes::ShapeRef.new(shape: TenantDatabasesList, location_name: "TenantDatabases"))
|
3955
|
+
TenantDatabasesMessage.struct_class = Types::TenantDatabasesMessage
|
3956
|
+
|
3831
3957
|
Timezone.add_member(:timezone_name, Shapes::ShapeRef.new(shape: String, location_name: "TimezoneName"))
|
3832
3958
|
Timezone.struct_class = Types::Timezone
|
3833
3959
|
|
@@ -3955,6 +4081,8 @@ module Aws::RDS
|
|
3955
4081
|
o.errors << Shapes::ShapeRef.new(shape: DBProxyTargetGroupNotFoundFault)
|
3956
4082
|
o.errors << Shapes::ShapeRef.new(shape: BlueGreenDeploymentNotFoundFault)
|
3957
4083
|
o.errors << Shapes::ShapeRef.new(shape: IntegrationNotFoundFault)
|
4084
|
+
o.errors << Shapes::ShapeRef.new(shape: TenantDatabaseNotFoundFault)
|
4085
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSnapshotTenantDatabaseNotFoundFault)
|
3958
4086
|
end)
|
3959
4087
|
|
3960
4088
|
api.add_operation(:apply_pending_maintenance_action, Seahorse::Model::Operation.new.tap do |o|
|
@@ -4183,6 +4311,7 @@ module Aws::RDS
|
|
4183
4311
|
o.errors << Shapes::ShapeRef.new(shape: BackupPolicyNotFoundFault)
|
4184
4312
|
o.errors << Shapes::ShapeRef.new(shape: NetworkTypeNotSupported)
|
4185
4313
|
o.errors << Shapes::ShapeRef.new(shape: CertificateNotFoundFault)
|
4314
|
+
o.errors << Shapes::ShapeRef.new(shape: TenantDatabaseQuotaExceededFault)
|
4186
4315
|
end)
|
4187
4316
|
|
4188
4317
|
api.add_operation(:create_db_instance_read_replica, Seahorse::Model::Operation.new.tap do |o|
|
@@ -4213,6 +4342,7 @@ module Aws::RDS
|
|
4213
4342
|
o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
|
4214
4343
|
o.errors << Shapes::ShapeRef.new(shape: DomainNotFoundFault)
|
4215
4344
|
o.errors << Shapes::ShapeRef.new(shape: NetworkTypeNotSupported)
|
4345
|
+
o.errors << Shapes::ShapeRef.new(shape: TenantDatabaseQuotaExceededFault)
|
4216
4346
|
end)
|
4217
4347
|
|
4218
4348
|
api.add_operation(:create_db_parameter_group, Seahorse::Model::Operation.new.tap do |o|
|
@@ -4336,6 +4466,18 @@ module Aws::RDS
|
|
4336
4466
|
o.errors << Shapes::ShapeRef.new(shape: OptionGroupQuotaExceededFault)
|
4337
4467
|
end)
|
4338
4468
|
|
4469
|
+
api.add_operation(:create_tenant_database, Seahorse::Model::Operation.new.tap do |o|
|
4470
|
+
o.name = "CreateTenantDatabase"
|
4471
|
+
o.http_method = "POST"
|
4472
|
+
o.http_request_uri = "/"
|
4473
|
+
o.input = Shapes::ShapeRef.new(shape: CreateTenantDatabaseMessage)
|
4474
|
+
o.output = Shapes::ShapeRef.new(shape: CreateTenantDatabaseResult)
|
4475
|
+
o.errors << Shapes::ShapeRef.new(shape: DBInstanceNotFoundFault)
|
4476
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBInstanceStateFault)
|
4477
|
+
o.errors << Shapes::ShapeRef.new(shape: TenantDatabaseAlreadyExistsFault)
|
4478
|
+
o.errors << Shapes::ShapeRef.new(shape: TenantDatabaseQuotaExceededFault)
|
4479
|
+
end)
|
4480
|
+
|
4339
4481
|
api.add_operation(:delete_blue_green_deployment, Seahorse::Model::Operation.new.tap do |o|
|
4340
4482
|
o.name = "DeleteBlueGreenDeployment"
|
4341
4483
|
o.http_method = "POST"
|
@@ -4537,6 +4679,17 @@ module Aws::RDS
|
|
4537
4679
|
o.errors << Shapes::ShapeRef.new(shape: InvalidOptionGroupStateFault)
|
4538
4680
|
end)
|
4539
4681
|
|
4682
|
+
api.add_operation(:delete_tenant_database, Seahorse::Model::Operation.new.tap do |o|
|
4683
|
+
o.name = "DeleteTenantDatabase"
|
4684
|
+
o.http_method = "POST"
|
4685
|
+
o.http_request_uri = "/"
|
4686
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteTenantDatabaseMessage)
|
4687
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteTenantDatabaseResult)
|
4688
|
+
o.errors << Shapes::ShapeRef.new(shape: DBInstanceNotFoundFault)
|
4689
|
+
o.errors << Shapes::ShapeRef.new(shape: TenantDatabaseNotFoundFault)
|
4690
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBInstanceStateFault)
|
4691
|
+
end)
|
4692
|
+
|
4540
4693
|
api.add_operation(:deregister_db_proxy_targets, Seahorse::Model::Operation.new.tap do |o|
|
4541
4694
|
o.name = "DeregisterDBProxyTargets"
|
4542
4695
|
o.http_method = "POST"
|
@@ -4881,6 +5034,21 @@ module Aws::RDS
|
|
4881
5034
|
o.errors << Shapes::ShapeRef.new(shape: DBSnapshotNotFoundFault)
|
4882
5035
|
end)
|
4883
5036
|
|
5037
|
+
api.add_operation(:describe_db_snapshot_tenant_databases, Seahorse::Model::Operation.new.tap do |o|
|
5038
|
+
o.name = "DescribeDBSnapshotTenantDatabases"
|
5039
|
+
o.http_method = "POST"
|
5040
|
+
o.http_request_uri = "/"
|
5041
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeDBSnapshotTenantDatabasesMessage)
|
5042
|
+
o.output = Shapes::ShapeRef.new(shape: DBSnapshotTenantDatabasesMessage)
|
5043
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSnapshotNotFoundFault)
|
5044
|
+
o[:pager] = Aws::Pager.new(
|
5045
|
+
limit_key: "max_records",
|
5046
|
+
tokens: {
|
5047
|
+
"marker" => "marker"
|
5048
|
+
}
|
5049
|
+
)
|
5050
|
+
end)
|
5051
|
+
|
4884
5052
|
api.add_operation(:describe_db_snapshots, Seahorse::Model::Operation.new.tap do |o|
|
4885
5053
|
o.name = "DescribeDBSnapshots"
|
4886
5054
|
o.http_method = "POST"
|
@@ -5117,6 +5285,21 @@ module Aws::RDS
|
|
5117
5285
|
)
|
5118
5286
|
end)
|
5119
5287
|
|
5288
|
+
api.add_operation(:describe_tenant_databases, Seahorse::Model::Operation.new.tap do |o|
|
5289
|
+
o.name = "DescribeTenantDatabases"
|
5290
|
+
o.http_method = "POST"
|
5291
|
+
o.http_request_uri = "/"
|
5292
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeTenantDatabasesMessage)
|
5293
|
+
o.output = Shapes::ShapeRef.new(shape: TenantDatabasesMessage)
|
5294
|
+
o.errors << Shapes::ShapeRef.new(shape: DBInstanceNotFoundFault)
|
5295
|
+
o[:pager] = Aws::Pager.new(
|
5296
|
+
limit_key: "max_records",
|
5297
|
+
tokens: {
|
5298
|
+
"marker" => "marker"
|
5299
|
+
}
|
5300
|
+
)
|
5301
|
+
end)
|
5302
|
+
|
5120
5303
|
api.add_operation(:describe_valid_db_instance_modifications, Seahorse::Model::Operation.new.tap do |o|
|
5121
5304
|
o.name = "DescribeValidDBInstanceModifications"
|
5122
5305
|
o.http_method = "POST"
|
@@ -5180,6 +5363,8 @@ module Aws::RDS
|
|
5180
5363
|
o.errors << Shapes::ShapeRef.new(shape: DBProxyTargetGroupNotFoundFault)
|
5181
5364
|
o.errors << Shapes::ShapeRef.new(shape: BlueGreenDeploymentNotFoundFault)
|
5182
5365
|
o.errors << Shapes::ShapeRef.new(shape: IntegrationNotFoundFault)
|
5366
|
+
o.errors << Shapes::ShapeRef.new(shape: TenantDatabaseNotFoundFault)
|
5367
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSnapshotTenantDatabaseNotFoundFault)
|
5183
5368
|
end)
|
5184
5369
|
|
5185
5370
|
api.add_operation(:modify_activity_stream, Seahorse::Model::Operation.new.tap do |o|
|
@@ -5305,6 +5490,7 @@ module Aws::RDS
|
|
5305
5490
|
o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
|
5306
5491
|
o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterStateFault)
|
5307
5492
|
o.errors << Shapes::ShapeRef.new(shape: NetworkTypeNotSupported)
|
5493
|
+
o.errors << Shapes::ShapeRef.new(shape: TenantDatabaseQuotaExceededFault)
|
5308
5494
|
end)
|
5309
5495
|
|
5310
5496
|
api.add_operation(:modify_db_parameter_group, Seahorse::Model::Operation.new.tap do |o|
|
@@ -5420,6 +5606,18 @@ module Aws::RDS
|
|
5420
5606
|
o.errors << Shapes::ShapeRef.new(shape: OptionGroupNotFoundFault)
|
5421
5607
|
end)
|
5422
5608
|
|
5609
|
+
api.add_operation(:modify_tenant_database, Seahorse::Model::Operation.new.tap do |o|
|
5610
|
+
o.name = "ModifyTenantDatabase"
|
5611
|
+
o.http_method = "POST"
|
5612
|
+
o.http_request_uri = "/"
|
5613
|
+
o.input = Shapes::ShapeRef.new(shape: ModifyTenantDatabaseMessage)
|
5614
|
+
o.output = Shapes::ShapeRef.new(shape: ModifyTenantDatabaseResult)
|
5615
|
+
o.errors << Shapes::ShapeRef.new(shape: DBInstanceNotFoundFault)
|
5616
|
+
o.errors << Shapes::ShapeRef.new(shape: TenantDatabaseNotFoundFault)
|
5617
|
+
o.errors << Shapes::ShapeRef.new(shape: TenantDatabaseAlreadyExistsFault)
|
5618
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBInstanceStateFault)
|
5619
|
+
end)
|
5620
|
+
|
5423
5621
|
api.add_operation(:promote_read_replica, Seahorse::Model::Operation.new.tap do |o|
|
5424
5622
|
o.name = "PromoteReadReplica"
|
5425
5623
|
o.http_method = "POST"
|
@@ -5545,6 +5743,8 @@ module Aws::RDS
|
|
5545
5743
|
o.errors << Shapes::ShapeRef.new(shape: DBProxyTargetGroupNotFoundFault)
|
5546
5744
|
o.errors << Shapes::ShapeRef.new(shape: BlueGreenDeploymentNotFoundFault)
|
5547
5745
|
o.errors << Shapes::ShapeRef.new(shape: IntegrationNotFoundFault)
|
5746
|
+
o.errors << Shapes::ShapeRef.new(shape: TenantDatabaseNotFoundFault)
|
5747
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSnapshotTenantDatabaseNotFoundFault)
|
5548
5748
|
end)
|
5549
5749
|
|
5550
5750
|
api.add_operation(:reset_db_cluster_parameter_group, Seahorse::Model::Operation.new.tap do |o|
|
@@ -5674,6 +5874,7 @@ module Aws::RDS
|
|
5674
5874
|
o.errors << Shapes::ShapeRef.new(shape: BackupPolicyNotFoundFault)
|
5675
5875
|
o.errors << Shapes::ShapeRef.new(shape: NetworkTypeNotSupported)
|
5676
5876
|
o.errors << Shapes::ShapeRef.new(shape: DBClusterSnapshotNotFoundFault)
|
5877
|
+
o.errors << Shapes::ShapeRef.new(shape: TenantDatabaseQuotaExceededFault)
|
5677
5878
|
end)
|
5678
5879
|
|
5679
5880
|
api.add_operation(:restore_db_instance_from_s3, Seahorse::Model::Operation.new.tap do |o|
|
@@ -5731,6 +5932,7 @@ module Aws::RDS
|
|
5731
5932
|
o.errors << Shapes::ShapeRef.new(shape: DBParameterGroupNotFoundFault)
|
5732
5933
|
o.errors << Shapes::ShapeRef.new(shape: DBInstanceAutomatedBackupNotFoundFault)
|
5733
5934
|
o.errors << Shapes::ShapeRef.new(shape: NetworkTypeNotSupported)
|
5935
|
+
o.errors << Shapes::ShapeRef.new(shape: TenantDatabaseQuotaExceededFault)
|
5734
5936
|
end)
|
5735
5937
|
|
5736
5938
|
api.add_operation(:revoke_db_security_group_ingress, Seahorse::Model::Operation.new.tap do |o|
|
@@ -72,10 +72,10 @@ module Aws::RDS
|
|
72
72
|
data[:master_username]
|
73
73
|
end
|
74
74
|
|
75
|
-
#
|
76
|
-
#
|
77
|
-
#
|
78
|
-
#
|
75
|
+
# The initial database name that you provided (if required) when you
|
76
|
+
# created the DB instance. This name is returned for the life of your DB
|
77
|
+
# instance. For an RDS for Oracle CDB instance, the name identifies the
|
78
|
+
# PDB rather than the CDB.
|
79
79
|
# @return [String]
|
80
80
|
def db_name
|
81
81
|
data[:db_name]
|
@@ -778,6 +778,13 @@ module Aws::RDS
|
|
778
778
|
data[:is_storage_config_upgrade_available]
|
779
779
|
end
|
780
780
|
|
781
|
+
# Specifies whether the DB instance is in the multi-tenant configuration
|
782
|
+
# (TRUE) or the single-tenant configuration (FALSE).
|
783
|
+
# @return [Boolean]
|
784
|
+
def multi_tenant
|
785
|
+
data[:multi_tenant]
|
786
|
+
end
|
787
|
+
|
781
788
|
# @!endgroup
|
782
789
|
|
783
790
|
# @return [Client]
|
@@ -989,6 +996,7 @@ module Aws::RDS
|
|
989
996
|
# ca_certificate_identifier: "String",
|
990
997
|
# db_system_id: "String",
|
991
998
|
# dedicated_log_volume: false,
|
999
|
+
# multi_tenant: false,
|
992
1000
|
# })
|
993
1001
|
# @param [Hash] options ({})
|
994
1002
|
# @option options [String] :db_name
|
@@ -2091,6 +2099,21 @@ module Aws::RDS
|
|
2091
2099
|
# @option options [Boolean] :dedicated_log_volume
|
2092
2100
|
# Indicates whether the DB instance has a dedicated log volume (DLV)
|
2093
2101
|
# enabled.
|
2102
|
+
# @option options [Boolean] :multi_tenant
|
2103
|
+
# Specifies whether to use the multi-tenant configuration or the
|
2104
|
+
# single-tenant configuration (default). This parameter only applies to
|
2105
|
+
# RDS for Oracle container database (CDB) engines.
|
2106
|
+
#
|
2107
|
+
# Note the following restrictions:
|
2108
|
+
#
|
2109
|
+
# * The DB engine that you specify in the request must support the
|
2110
|
+
# multi-tenant configuration. If you attempt to enable the
|
2111
|
+
# multi-tenant configuration on a DB engine that doesn't support it,
|
2112
|
+
# the request fails.
|
2113
|
+
#
|
2114
|
+
# * If you specify the multi-tenant configuration when you create your
|
2115
|
+
# DB instance, you can't later modify this DB instance to use the
|
2116
|
+
# single-tenant configuration.
|
2094
2117
|
# @return [DBInstance]
|
2095
2118
|
def create(options = {})
|
2096
2119
|
options = options.merge(db_instance_identifier: @id)
|
@@ -2916,6 +2939,7 @@ module Aws::RDS
|
|
2916
2939
|
# master_user_secret_kms_key_id: "String",
|
2917
2940
|
# engine: "String",
|
2918
2941
|
# dedicated_log_volume: false,
|
2942
|
+
# multi_tenant: false,
|
2919
2943
|
# })
|
2920
2944
|
# @param [Hash] options ({})
|
2921
2945
|
# @option options [Integer] :allocated_storage
|
@@ -2952,8 +2976,8 @@ module Aws::RDS
|
|
2952
2976
|
# version at the same time, the currently running engine version must
|
2953
2977
|
# be supported on the specified DB instance class. Otherwise, the
|
2954
2978
|
# operation returns an error. In this case, first run the operation to
|
2955
|
-
#
|
2956
|
-
#
|
2979
|
+
# upgrade the engine version, and then run it again to modify the DB
|
2980
|
+
# instance class.
|
2957
2981
|
#
|
2958
2982
|
# ^
|
2959
2983
|
#
|
@@ -3220,8 +3244,8 @@ module Aws::RDS
|
|
3220
3244
|
# instance class at the same time, the currently running engine
|
3221
3245
|
# version must be supported on the specified DB instance class.
|
3222
3246
|
# Otherwise, the operation returns an error. In this case, first run
|
3223
|
-
# the operation to
|
3224
|
-
# to
|
3247
|
+
# the operation to upgrade the engine version, and then run it again
|
3248
|
+
# to modify the DB instance class.
|
3225
3249
|
#
|
3226
3250
|
# ^
|
3227
3251
|
# @option options [Boolean] :allow_major_version_upgrade
|
@@ -3889,6 +3913,22 @@ module Aws::RDS
|
|
3889
3913
|
# @option options [Boolean] :dedicated_log_volume
|
3890
3914
|
# Indicates whether the DB instance has a dedicated log volume (DLV)
|
3891
3915
|
# enabled.
|
3916
|
+
# @option options [Boolean] :multi_tenant
|
3917
|
+
# Specifies whether the to convert your DB instance from the
|
3918
|
+
# single-tenant configuration to the multi-tenant configuration. This
|
3919
|
+
# parameter is supported only for RDS for Oracle CDB instances.
|
3920
|
+
#
|
3921
|
+
# During the conversion, RDS creates an initial tenant database and
|
3922
|
+
# associates the DB name, master user name, character set, and national
|
3923
|
+
# character set metadata with this database. The tags associated with
|
3924
|
+
# the instance also propagate to the initial tenant database. You can
|
3925
|
+
# add more tenant databases to your DB instance by using the
|
3926
|
+
# `CreateTenantDatabase` operation.
|
3927
|
+
#
|
3928
|
+
# The conversion to the multi-tenant configuration is permanent and
|
3929
|
+
# irreversible, so you can't later convert back to the single-tenant
|
3930
|
+
# configuration. When you specify this parameter, you must also specify
|
3931
|
+
# `ApplyImmediately`.
|
3892
3932
|
# @return [DBInstance]
|
3893
3933
|
def modify(options = {})
|
3894
3934
|
options = options.merge(db_instance_identifier: @id)
|
@@ -280,6 +280,14 @@ module Aws::RDS
|
|
280
280
|
data[:dedicated_log_volume]
|
281
281
|
end
|
282
282
|
|
283
|
+
# Indicates whether the snapshot is of a DB instance using the
|
284
|
+
# multi-tenant configuration (TRUE) or the single-tenant configuration
|
285
|
+
# (FALSE).
|
286
|
+
# @return [Boolean]
|
287
|
+
def multi_tenant
|
288
|
+
data[:multi_tenant]
|
289
|
+
end
|
290
|
+
|
283
291
|
# @!endgroup
|
284
292
|
|
285
293
|
# @return [Client]
|