aws-sdk-rds 1.300.0 → 1.302.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-rds/client.rb +740 -12
- data/lib/aws-sdk-rds/client_api.rb +108 -0
- data/lib/aws-sdk-rds/db_cluster.rb +38 -0
- data/lib/aws-sdk-rds/db_cluster_snapshot.rb +19 -0
- data/lib/aws-sdk-rds/db_engine_version.rb +16 -0
- data/lib/aws-sdk-rds/db_instance.rb +177 -0
- data/lib/aws-sdk-rds/db_snapshot.rb +43 -0
- data/lib/aws-sdk-rds/resource.rb +56 -0
- data/lib/aws-sdk-rds/types.rb +689 -35
- data/lib/aws-sdk-rds.rb +1 -1
- data/sig/client.rbs +205 -10
- data/sig/db_cluster.rbs +23 -1
- data/sig/db_cluster_snapshot.rbs +12 -1
- data/sig/db_engine_version.rbs +6 -0
- data/sig/db_instance.rbs +106 -4
- data/sig/db_snapshot.rbs +25 -1
- data/sig/resource.rbs +33 -1
- data/sig/types.rbs +97 -0
- metadata +1 -1
|
@@ -26,6 +26,10 @@ module Aws::RDS
|
|
|
26
26
|
AddSourceIdentifierToSubscriptionMessage = Shapes::StructureShape.new(name: 'AddSourceIdentifierToSubscriptionMessage')
|
|
27
27
|
AddSourceIdentifierToSubscriptionResult = Shapes::StructureShape.new(name: 'AddSourceIdentifierToSubscriptionResult')
|
|
28
28
|
AddTagsToResourceMessage = Shapes::StructureShape.new(name: 'AddTagsToResourceMessage')
|
|
29
|
+
AdditionalStorageVolume = Shapes::StructureShape.new(name: 'AdditionalStorageVolume')
|
|
30
|
+
AdditionalStorageVolumeOutput = Shapes::StructureShape.new(name: 'AdditionalStorageVolumeOutput')
|
|
31
|
+
AdditionalStorageVolumesList = Shapes::ListShape.new(name: 'AdditionalStorageVolumesList')
|
|
32
|
+
AdditionalStorageVolumesOutputList = Shapes::ListShape.new(name: 'AdditionalStorageVolumesOutputList')
|
|
29
33
|
ApplyMethod = Shapes::StringShape.new(name: 'ApplyMethod')
|
|
30
34
|
ApplyPendingMaintenanceActionMessage = Shapes::StructureShape.new(name: 'ApplyPendingMaintenanceActionMessage')
|
|
31
35
|
ApplyPendingMaintenanceActionResult = Shapes::StructureShape.new(name: 'ApplyPendingMaintenanceActionResult')
|
|
@@ -43,6 +47,8 @@ module Aws::RDS
|
|
|
43
47
|
AvailabilityZone = Shapes::StructureShape.new(name: 'AvailabilityZone')
|
|
44
48
|
AvailabilityZoneList = Shapes::ListShape.new(name: 'AvailabilityZoneList')
|
|
45
49
|
AvailabilityZones = Shapes::ListShape.new(name: 'AvailabilityZones')
|
|
50
|
+
AvailableAdditionalStorageVolumesOption = Shapes::StructureShape.new(name: 'AvailableAdditionalStorageVolumesOption')
|
|
51
|
+
AvailableAdditionalStorageVolumesOptionList = Shapes::ListShape.new(name: 'AvailableAdditionalStorageVolumesOptionList')
|
|
46
52
|
AvailableProcessorFeature = Shapes::StructureShape.new(name: 'AvailableProcessorFeature')
|
|
47
53
|
AvailableProcessorFeatureList = Shapes::ListShape.new(name: 'AvailableProcessorFeatureList')
|
|
48
54
|
AwsBackupRecoveryPointArn = Shapes::StringShape.new(name: 'AwsBackupRecoveryPointArn')
|
|
@@ -527,6 +533,8 @@ module Aws::RDS
|
|
|
527
533
|
MinimumEngineVersionPerAllowedValueList = Shapes::ListShape.new(name: 'MinimumEngineVersionPerAllowedValueList')
|
|
528
534
|
ModifyActivityStreamRequest = Shapes::StructureShape.new(name: 'ModifyActivityStreamRequest')
|
|
529
535
|
ModifyActivityStreamResponse = Shapes::StructureShape.new(name: 'ModifyActivityStreamResponse')
|
|
536
|
+
ModifyAdditionalStorageVolume = Shapes::StructureShape.new(name: 'ModifyAdditionalStorageVolume')
|
|
537
|
+
ModifyAdditionalStorageVolumesList = Shapes::ListShape.new(name: 'ModifyAdditionalStorageVolumesList')
|
|
530
538
|
ModifyCertificatesMessage = Shapes::StructureShape.new(name: 'ModifyCertificatesMessage')
|
|
531
539
|
ModifyCertificatesResult = Shapes::StructureShape.new(name: 'ModifyCertificatesResult')
|
|
532
540
|
ModifyCurrentDBClusterCapacityMessage = Shapes::StructureShape.new(name: 'ModifyCurrentDBClusterCapacityMessage')
|
|
@@ -745,6 +753,8 @@ module Aws::RDS
|
|
|
745
753
|
Tag = Shapes::StructureShape.new(name: 'Tag')
|
|
746
754
|
TagList = Shapes::ListShape.new(name: 'TagList')
|
|
747
755
|
TagListMessage = Shapes::StructureShape.new(name: 'TagListMessage')
|
|
756
|
+
TagSpecification = Shapes::StructureShape.new(name: 'TagSpecification')
|
|
757
|
+
TagSpecificationList = Shapes::ListShape.new(name: 'TagSpecificationList')
|
|
748
758
|
TargetConnectionNetworkType = Shapes::StringShape.new(name: 'TargetConnectionNetworkType')
|
|
749
759
|
TargetDBClusterParameterGroupName = Shapes::StringShape.new(name: 'TargetDBClusterParameterGroupName')
|
|
750
760
|
TargetDBInstanceClass = Shapes::StringShape.new(name: 'TargetDBInstanceClass')
|
|
@@ -773,10 +783,13 @@ module Aws::RDS
|
|
|
773
783
|
UserAuthConfigInfo = Shapes::StructureShape.new(name: 'UserAuthConfigInfo')
|
|
774
784
|
UserAuthConfigInfoList = Shapes::ListShape.new(name: 'UserAuthConfigInfoList')
|
|
775
785
|
UserAuthConfigList = Shapes::ListShape.new(name: 'UserAuthConfigList')
|
|
786
|
+
ValidAdditionalStorageOptions = Shapes::StructureShape.new(name: 'ValidAdditionalStorageOptions')
|
|
776
787
|
ValidDBInstanceModificationsMessage = Shapes::StructureShape.new(name: 'ValidDBInstanceModificationsMessage')
|
|
777
788
|
ValidStorageOptions = Shapes::StructureShape.new(name: 'ValidStorageOptions')
|
|
778
789
|
ValidStorageOptionsList = Shapes::ListShape.new(name: 'ValidStorageOptionsList')
|
|
779
790
|
ValidUpgradeTargetList = Shapes::ListShape.new(name: 'ValidUpgradeTargetList')
|
|
791
|
+
ValidVolumeOptions = Shapes::StructureShape.new(name: 'ValidVolumeOptions')
|
|
792
|
+
ValidVolumeOptionsList = Shapes::ListShape.new(name: 'ValidVolumeOptionsList')
|
|
780
793
|
VpcEncryptionControlViolationException = Shapes::StructureShape.new(name: 'VpcEncryptionControlViolationException', error: {"code" => "VpcEncryptionControlViolationException", "httpStatusCode" => 400, "senderFault" => true})
|
|
781
794
|
VpcSecurityGroupIdList = Shapes::ListShape.new(name: 'VpcSecurityGroupIdList')
|
|
782
795
|
VpcSecurityGroupMembership = Shapes::StructureShape.new(name: 'VpcSecurityGroupMembership')
|
|
@@ -816,6 +829,27 @@ module Aws::RDS
|
|
|
816
829
|
AddTagsToResourceMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, required: true, location_name: "Tags"))
|
|
817
830
|
AddTagsToResourceMessage.struct_class = Types::AddTagsToResourceMessage
|
|
818
831
|
|
|
832
|
+
AdditionalStorageVolume.add_member(:volume_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "VolumeName"))
|
|
833
|
+
AdditionalStorageVolume.add_member(:allocated_storage, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "AllocatedStorage"))
|
|
834
|
+
AdditionalStorageVolume.add_member(:iops, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "IOPS"))
|
|
835
|
+
AdditionalStorageVolume.add_member(:max_allocated_storage, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxAllocatedStorage"))
|
|
836
|
+
AdditionalStorageVolume.add_member(:storage_throughput, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "StorageThroughput"))
|
|
837
|
+
AdditionalStorageVolume.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
|
|
838
|
+
AdditionalStorageVolume.struct_class = Types::AdditionalStorageVolume
|
|
839
|
+
|
|
840
|
+
AdditionalStorageVolumeOutput.add_member(:volume_name, Shapes::ShapeRef.new(shape: String, location_name: "VolumeName"))
|
|
841
|
+
AdditionalStorageVolumeOutput.add_member(:storage_volume_status, Shapes::ShapeRef.new(shape: String, location_name: "StorageVolumeStatus"))
|
|
842
|
+
AdditionalStorageVolumeOutput.add_member(:allocated_storage, Shapes::ShapeRef.new(shape: Integer, location_name: "AllocatedStorage"))
|
|
843
|
+
AdditionalStorageVolumeOutput.add_member(:iops, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "IOPS"))
|
|
844
|
+
AdditionalStorageVolumeOutput.add_member(:max_allocated_storage, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxAllocatedStorage"))
|
|
845
|
+
AdditionalStorageVolumeOutput.add_member(:storage_throughput, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "StorageThroughput"))
|
|
846
|
+
AdditionalStorageVolumeOutput.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
|
|
847
|
+
AdditionalStorageVolumeOutput.struct_class = Types::AdditionalStorageVolumeOutput
|
|
848
|
+
|
|
849
|
+
AdditionalStorageVolumesList.member = Shapes::ShapeRef.new(shape: AdditionalStorageVolume)
|
|
850
|
+
|
|
851
|
+
AdditionalStorageVolumesOutputList.member = Shapes::ShapeRef.new(shape: AdditionalStorageVolumeOutput)
|
|
852
|
+
|
|
819
853
|
ApplyPendingMaintenanceActionMessage.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceIdentifier"))
|
|
820
854
|
ApplyPendingMaintenanceActionMessage.add_member(:apply_action, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ApplyAction"))
|
|
821
855
|
ApplyPendingMaintenanceActionMessage.add_member(:opt_in_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "OptInType"))
|
|
@@ -849,6 +883,22 @@ module Aws::RDS
|
|
|
849
883
|
|
|
850
884
|
AvailabilityZones.member = Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZone")
|
|
851
885
|
|
|
886
|
+
AvailableAdditionalStorageVolumesOption.add_member(:supports_storage_autoscaling, Shapes::ShapeRef.new(shape: Boolean, location_name: "SupportsStorageAutoscaling"))
|
|
887
|
+
AvailableAdditionalStorageVolumesOption.add_member(:supports_storage_throughput, Shapes::ShapeRef.new(shape: Boolean, location_name: "SupportsStorageThroughput"))
|
|
888
|
+
AvailableAdditionalStorageVolumesOption.add_member(:supports_iops, Shapes::ShapeRef.new(shape: Boolean, location_name: "SupportsIops"))
|
|
889
|
+
AvailableAdditionalStorageVolumesOption.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
|
|
890
|
+
AvailableAdditionalStorageVolumesOption.add_member(:min_storage_size, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MinStorageSize"))
|
|
891
|
+
AvailableAdditionalStorageVolumesOption.add_member(:max_storage_size, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxStorageSize"))
|
|
892
|
+
AvailableAdditionalStorageVolumesOption.add_member(:min_iops, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MinIops"))
|
|
893
|
+
AvailableAdditionalStorageVolumesOption.add_member(:max_iops, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxIops"))
|
|
894
|
+
AvailableAdditionalStorageVolumesOption.add_member(:min_iops_per_gib, Shapes::ShapeRef.new(shape: DoubleOptional, location_name: "MinIopsPerGib"))
|
|
895
|
+
AvailableAdditionalStorageVolumesOption.add_member(:max_iops_per_gib, Shapes::ShapeRef.new(shape: DoubleOptional, location_name: "MaxIopsPerGib"))
|
|
896
|
+
AvailableAdditionalStorageVolumesOption.add_member(:min_storage_throughput, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MinStorageThroughput"))
|
|
897
|
+
AvailableAdditionalStorageVolumesOption.add_member(:max_storage_throughput, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxStorageThroughput"))
|
|
898
|
+
AvailableAdditionalStorageVolumesOption.struct_class = Types::AvailableAdditionalStorageVolumesOption
|
|
899
|
+
|
|
900
|
+
AvailableAdditionalStorageVolumesOptionList.member = Shapes::ShapeRef.new(shape: AvailableAdditionalStorageVolumesOption, location_name: "AvailableAdditionalStorageVolumesOption")
|
|
901
|
+
|
|
852
902
|
AvailableProcessorFeature.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
|
|
853
903
|
AvailableProcessorFeature.add_member(:default_value, Shapes::ShapeRef.new(shape: String, location_name: "DefaultValue"))
|
|
854
904
|
AvailableProcessorFeature.add_member(:allowed_values, Shapes::ShapeRef.new(shape: String, location_name: "AllowedValues"))
|
|
@@ -1044,6 +1094,7 @@ module Aws::RDS
|
|
|
1044
1094
|
CreateCustomDBEngineVersionMessage.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
|
1045
1095
|
CreateCustomDBEngineVersionMessage.add_member(:manifest, Shapes::ShapeRef.new(shape: CustomDBEngineVersionManifest, location_name: "Manifest"))
|
|
1046
1096
|
CreateCustomDBEngineVersionMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
|
1097
|
+
CreateCustomDBEngineVersionMessage.add_member(:database_installation_files, Shapes::ShapeRef.new(shape: StringList, location_name: "DatabaseInstallationFiles"))
|
|
1047
1098
|
CreateCustomDBEngineVersionMessage.struct_class = Types::CreateCustomDBEngineVersionMessage
|
|
1048
1099
|
|
|
1049
1100
|
CreateDBClusterEndpointMessage.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterIdentifier"))
|
|
@@ -1110,6 +1161,7 @@ module Aws::RDS
|
|
|
1110
1161
|
CreateDBClusterMessage.add_member(:master_user_secret_kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "MasterUserSecretKmsKeyId"))
|
|
1111
1162
|
CreateDBClusterMessage.add_member(:ca_certificate_identifier, Shapes::ShapeRef.new(shape: String, location_name: "CACertificateIdentifier"))
|
|
1112
1163
|
CreateDBClusterMessage.add_member(:engine_lifecycle_support, Shapes::ShapeRef.new(shape: String, location_name: "EngineLifecycleSupport"))
|
|
1164
|
+
CreateDBClusterMessage.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecifications"))
|
|
1113
1165
|
CreateDBClusterMessage.add_member(:master_user_authentication_type, Shapes::ShapeRef.new(shape: MasterUserAuthenticationType, location_name: "MasterUserAuthenticationType"))
|
|
1114
1166
|
CreateDBClusterMessage.add_member(:source_region, Shapes::ShapeRef.new(shape: String, location_name: "SourceRegion"))
|
|
1115
1167
|
CreateDBClusterMessage.struct_class = Types::CreateDBClusterMessage
|
|
@@ -1198,7 +1250,9 @@ module Aws::RDS
|
|
|
1198
1250
|
CreateDBInstanceMessage.add_member(:multi_tenant, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "MultiTenant"))
|
|
1199
1251
|
CreateDBInstanceMessage.add_member(:dedicated_log_volume, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DedicatedLogVolume"))
|
|
1200
1252
|
CreateDBInstanceMessage.add_member(:engine_lifecycle_support, Shapes::ShapeRef.new(shape: String, location_name: "EngineLifecycleSupport"))
|
|
1253
|
+
CreateDBInstanceMessage.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecifications"))
|
|
1201
1254
|
CreateDBInstanceMessage.add_member(:master_user_authentication_type, Shapes::ShapeRef.new(shape: MasterUserAuthenticationType, location_name: "MasterUserAuthenticationType"))
|
|
1255
|
+
CreateDBInstanceMessage.add_member(:additional_storage_volumes, Shapes::ShapeRef.new(shape: AdditionalStorageVolumesList, location_name: "AdditionalStorageVolumes"))
|
|
1202
1256
|
CreateDBInstanceMessage.struct_class = Types::CreateDBInstanceMessage
|
|
1203
1257
|
|
|
1204
1258
|
CreateDBInstanceReadReplicaMessage.add_member(:db_instance_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBInstanceIdentifier"))
|
|
@@ -1248,6 +1302,8 @@ module Aws::RDS
|
|
|
1248
1302
|
CreateDBInstanceReadReplicaMessage.add_member(:dedicated_log_volume, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DedicatedLogVolume"))
|
|
1249
1303
|
CreateDBInstanceReadReplicaMessage.add_member(:upgrade_storage_config, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "UpgradeStorageConfig"))
|
|
1250
1304
|
CreateDBInstanceReadReplicaMessage.add_member(:ca_certificate_identifier, Shapes::ShapeRef.new(shape: String, location_name: "CACertificateIdentifier"))
|
|
1305
|
+
CreateDBInstanceReadReplicaMessage.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecifications"))
|
|
1306
|
+
CreateDBInstanceReadReplicaMessage.add_member(:additional_storage_volumes, Shapes::ShapeRef.new(shape: AdditionalStorageVolumesList, location_name: "AdditionalStorageVolumes"))
|
|
1251
1307
|
CreateDBInstanceReadReplicaMessage.add_member(:source_region, Shapes::ShapeRef.new(shape: String, location_name: "SourceRegion"))
|
|
1252
1308
|
CreateDBInstanceReadReplicaMessage.struct_class = Types::CreateDBInstanceReadReplicaMessage
|
|
1253
1309
|
|
|
@@ -1516,6 +1572,7 @@ module Aws::RDS
|
|
|
1516
1572
|
DBClusterAutomatedBackup.add_member(:iops, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Iops"))
|
|
1517
1573
|
DBClusterAutomatedBackup.add_member(:storage_throughput, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "StorageThroughput"))
|
|
1518
1574
|
DBClusterAutomatedBackup.add_member(:aws_backup_recovery_point_arn, Shapes::ShapeRef.new(shape: String, location_name: "AwsBackupRecoveryPointArn"))
|
|
1575
|
+
DBClusterAutomatedBackup.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "TagList"))
|
|
1519
1576
|
DBClusterAutomatedBackup.struct_class = Types::DBClusterAutomatedBackup
|
|
1520
1577
|
|
|
1521
1578
|
DBClusterAutomatedBackupList.member = Shapes::ShapeRef.new(shape: DBClusterAutomatedBackup, location_name: "DBClusterAutomatedBackup")
|
|
@@ -1724,6 +1781,8 @@ module Aws::RDS
|
|
|
1724
1781
|
DBEngineVersion.add_member(:supports_local_write_forwarding, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "SupportsLocalWriteForwarding"))
|
|
1725
1782
|
DBEngineVersion.add_member(:supports_integrations, Shapes::ShapeRef.new(shape: Boolean, location_name: "SupportsIntegrations"))
|
|
1726
1783
|
DBEngineVersion.add_member(:serverless_v2_features_support, Shapes::ShapeRef.new(shape: ServerlessV2FeaturesSupport, location_name: "ServerlessV2FeaturesSupport"))
|
|
1784
|
+
DBEngineVersion.add_member(:database_installation_files, Shapes::ShapeRef.new(shape: StringList, location_name: "DatabaseInstallationFiles"))
|
|
1785
|
+
DBEngineVersion.add_member(:failure_reason, Shapes::ShapeRef.new(shape: String, location_name: "FailureReason"))
|
|
1727
1786
|
DBEngineVersion.struct_class = Types::DBEngineVersion
|
|
1728
1787
|
|
|
1729
1788
|
DBEngineVersionList.member = Shapes::ShapeRef.new(shape: DBEngineVersion, location_name: "DBEngineVersion")
|
|
@@ -1820,6 +1879,8 @@ module Aws::RDS
|
|
|
1820
1879
|
DBInstance.add_member(:dedicated_log_volume, Shapes::ShapeRef.new(shape: Boolean, location_name: "DedicatedLogVolume"))
|
|
1821
1880
|
DBInstance.add_member(:is_storage_config_upgrade_available, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "IsStorageConfigUpgradeAvailable"))
|
|
1822
1881
|
DBInstance.add_member(:engine_lifecycle_support, Shapes::ShapeRef.new(shape: String, location_name: "EngineLifecycleSupport"))
|
|
1882
|
+
DBInstance.add_member(:additional_storage_volumes, Shapes::ShapeRef.new(shape: AdditionalStorageVolumesOutputList, location_name: "AdditionalStorageVolumes"))
|
|
1883
|
+
DBInstance.add_member(:storage_volume_status, Shapes::ShapeRef.new(shape: String, location_name: "StorageVolumeStatus"))
|
|
1823
1884
|
DBInstance.struct_class = Types::DBInstance
|
|
1824
1885
|
|
|
1825
1886
|
DBInstanceAlreadyExistsFault.struct_class = Types::DBInstanceAlreadyExistsFault
|
|
@@ -1854,7 +1915,9 @@ module Aws::RDS
|
|
|
1854
1915
|
DBInstanceAutomatedBackup.add_member(:backup_target, Shapes::ShapeRef.new(shape: String, location_name: "BackupTarget"))
|
|
1855
1916
|
DBInstanceAutomatedBackup.add_member(:multi_tenant, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "MultiTenant"))
|
|
1856
1917
|
DBInstanceAutomatedBackup.add_member(:aws_backup_recovery_point_arn, Shapes::ShapeRef.new(shape: String, location_name: "AwsBackupRecoveryPointArn"))
|
|
1918
|
+
DBInstanceAutomatedBackup.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "TagList"))
|
|
1857
1919
|
DBInstanceAutomatedBackup.add_member(:dedicated_log_volume, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DedicatedLogVolume"))
|
|
1920
|
+
DBInstanceAutomatedBackup.add_member(:additional_storage_volumes, Shapes::ShapeRef.new(shape: AdditionalStorageVolumesList, location_name: "AdditionalStorageVolumes"))
|
|
1858
1921
|
DBInstanceAutomatedBackup.struct_class = Types::DBInstanceAutomatedBackup
|
|
1859
1922
|
|
|
1860
1923
|
DBInstanceAutomatedBackupList.member = Shapes::ShapeRef.new(shape: DBInstanceAutomatedBackup, location_name: "DBInstanceAutomatedBackup")
|
|
@@ -2137,6 +2200,7 @@ module Aws::RDS
|
|
|
2137
2200
|
DBSnapshot.add_member(:multi_tenant, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "MultiTenant"))
|
|
2138
2201
|
DBSnapshot.add_member(:dedicated_log_volume, Shapes::ShapeRef.new(shape: Boolean, location_name: "DedicatedLogVolume"))
|
|
2139
2202
|
DBSnapshot.add_member(:snapshot_availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotAvailabilityZone"))
|
|
2203
|
+
DBSnapshot.add_member(:additional_storage_volumes, Shapes::ShapeRef.new(shape: AdditionalStorageVolumesList, location_name: "AdditionalStorageVolumes"))
|
|
2140
2204
|
DBSnapshot.struct_class = Types::DBSnapshot
|
|
2141
2205
|
|
|
2142
2206
|
DBSnapshotAlreadyExistsFault.struct_class = Types::DBSnapshotAlreadyExistsFault
|
|
@@ -3098,6 +3162,17 @@ module Aws::RDS
|
|
|
3098
3162
|
ModifyActivityStreamResponse.add_member(:policy_status, Shapes::ShapeRef.new(shape: ActivityStreamPolicyStatus, location_name: "PolicyStatus"))
|
|
3099
3163
|
ModifyActivityStreamResponse.struct_class = Types::ModifyActivityStreamResponse
|
|
3100
3164
|
|
|
3165
|
+
ModifyAdditionalStorageVolume.add_member(:volume_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "VolumeName"))
|
|
3166
|
+
ModifyAdditionalStorageVolume.add_member(:allocated_storage, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "AllocatedStorage"))
|
|
3167
|
+
ModifyAdditionalStorageVolume.add_member(:iops, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "IOPS"))
|
|
3168
|
+
ModifyAdditionalStorageVolume.add_member(:max_allocated_storage, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxAllocatedStorage"))
|
|
3169
|
+
ModifyAdditionalStorageVolume.add_member(:storage_throughput, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "StorageThroughput"))
|
|
3170
|
+
ModifyAdditionalStorageVolume.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
|
|
3171
|
+
ModifyAdditionalStorageVolume.add_member(:set_for_delete, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "SetForDelete"))
|
|
3172
|
+
ModifyAdditionalStorageVolume.struct_class = Types::ModifyAdditionalStorageVolume
|
|
3173
|
+
|
|
3174
|
+
ModifyAdditionalStorageVolumesList.member = Shapes::ShapeRef.new(shape: ModifyAdditionalStorageVolume)
|
|
3175
|
+
|
|
3101
3176
|
ModifyCertificatesMessage.add_member(:certificate_identifier, Shapes::ShapeRef.new(shape: String, location_name: "CertificateIdentifier"))
|
|
3102
3177
|
ModifyCertificatesMessage.add_member(:remove_customer_override, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "RemoveCustomerOverride"))
|
|
3103
3178
|
ModifyCertificatesMessage.struct_class = Types::ModifyCertificatesMessage
|
|
@@ -3249,7 +3324,9 @@ module Aws::RDS
|
|
|
3249
3324
|
ModifyDBInstanceMessage.add_member(:multi_tenant, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "MultiTenant"))
|
|
3250
3325
|
ModifyDBInstanceMessage.add_member(:dedicated_log_volume, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DedicatedLogVolume"))
|
|
3251
3326
|
ModifyDBInstanceMessage.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
|
|
3327
|
+
ModifyDBInstanceMessage.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecifications"))
|
|
3252
3328
|
ModifyDBInstanceMessage.add_member(:master_user_authentication_type, Shapes::ShapeRef.new(shape: MasterUserAuthenticationType, location_name: "MasterUserAuthenticationType"))
|
|
3329
|
+
ModifyDBInstanceMessage.add_member(:additional_storage_volumes, Shapes::ShapeRef.new(shape: ModifyAdditionalStorageVolumesList, location_name: "AdditionalStorageVolumes"))
|
|
3253
3330
|
ModifyDBInstanceMessage.struct_class = Types::ModifyDBInstanceMessage
|
|
3254
3331
|
|
|
3255
3332
|
ModifyDBInstanceResult.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
|
|
@@ -3531,6 +3608,8 @@ module Aws::RDS
|
|
|
3531
3608
|
OrderableDBInstanceOption.add_member(:supports_clusters, Shapes::ShapeRef.new(shape: Boolean, location_name: "SupportsClusters"))
|
|
3532
3609
|
OrderableDBInstanceOption.add_member(:supports_dedicated_log_volume, Shapes::ShapeRef.new(shape: Boolean, location_name: "SupportsDedicatedLogVolume"))
|
|
3533
3610
|
OrderableDBInstanceOption.add_member(:supports_http_endpoint, Shapes::ShapeRef.new(shape: Boolean, location_name: "SupportsHttpEndpoint"))
|
|
3611
|
+
OrderableDBInstanceOption.add_member(:supports_additional_storage_volumes, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "SupportsAdditionalStorageVolumes"))
|
|
3612
|
+
OrderableDBInstanceOption.add_member(:available_additional_storage_volumes_options, Shapes::ShapeRef.new(shape: AvailableAdditionalStorageVolumesOptionList, location_name: "AvailableAdditionalStorageVolumesOptions"))
|
|
3534
3613
|
OrderableDBInstanceOption.struct_class = Types::OrderableDBInstanceOption
|
|
3535
3614
|
|
|
3536
3615
|
OrderableDBInstanceOptionsList.member = Shapes::ShapeRef.new(shape: OrderableDBInstanceOption, location_name: "OrderableDBInstanceOption")
|
|
@@ -3599,6 +3678,7 @@ module Aws::RDS
|
|
|
3599
3678
|
PendingModifiedValues.add_member(:iam_database_authentication_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "IAMDatabaseAuthenticationEnabled"))
|
|
3600
3679
|
PendingModifiedValues.add_member(:dedicated_log_volume, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DedicatedLogVolume"))
|
|
3601
3680
|
PendingModifiedValues.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
|
|
3681
|
+
PendingModifiedValues.add_member(:additional_storage_volumes, Shapes::ShapeRef.new(shape: AdditionalStorageVolumesList, location_name: "AdditionalStorageVolumes"))
|
|
3602
3682
|
PendingModifiedValues.struct_class = Types::PendingModifiedValues
|
|
3603
3683
|
|
|
3604
3684
|
PerformanceInsightsMetricDimensionGroup.add_member(:dimensions, Shapes::ShapeRef.new(shape: StringList, location_name: "Dimensions"))
|
|
@@ -3633,6 +3713,7 @@ module Aws::RDS
|
|
|
3633
3713
|
PromoteReadReplicaMessage.add_member(:db_instance_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBInstanceIdentifier"))
|
|
3634
3714
|
PromoteReadReplicaMessage.add_member(:backup_retention_period, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "BackupRetentionPeriod"))
|
|
3635
3715
|
PromoteReadReplicaMessage.add_member(:preferred_backup_window, Shapes::ShapeRef.new(shape: String, location_name: "PreferredBackupWindow"))
|
|
3716
|
+
PromoteReadReplicaMessage.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecifications"))
|
|
3636
3717
|
PromoteReadReplicaMessage.struct_class = Types::PromoteReadReplicaMessage
|
|
3637
3718
|
|
|
3638
3719
|
PromoteReadReplicaResult.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
|
|
@@ -3859,6 +3940,7 @@ module Aws::RDS
|
|
|
3859
3940
|
RestoreDBClusterFromS3Message.add_member(:manage_master_user_password, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ManageMasterUserPassword"))
|
|
3860
3941
|
RestoreDBClusterFromS3Message.add_member(:master_user_secret_kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "MasterUserSecretKmsKeyId"))
|
|
3861
3942
|
RestoreDBClusterFromS3Message.add_member(:engine_lifecycle_support, Shapes::ShapeRef.new(shape: String, location_name: "EngineLifecycleSupport"))
|
|
3943
|
+
RestoreDBClusterFromS3Message.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecifications"))
|
|
3862
3944
|
RestoreDBClusterFromS3Message.struct_class = Types::RestoreDBClusterFromS3Message
|
|
3863
3945
|
|
|
3864
3946
|
RestoreDBClusterFromS3Result.add_member(:db_cluster, Shapes::ShapeRef.new(shape: DBCluster, location_name: "DBCluster"))
|
|
@@ -3899,6 +3981,7 @@ module Aws::RDS
|
|
|
3899
3981
|
RestoreDBClusterFromSnapshotMessage.add_member(:performance_insights_kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "PerformanceInsightsKMSKeyId"))
|
|
3900
3982
|
RestoreDBClusterFromSnapshotMessage.add_member(:performance_insights_retention_period, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "PerformanceInsightsRetentionPeriod"))
|
|
3901
3983
|
RestoreDBClusterFromSnapshotMessage.add_member(:engine_lifecycle_support, Shapes::ShapeRef.new(shape: String, location_name: "EngineLifecycleSupport"))
|
|
3984
|
+
RestoreDBClusterFromSnapshotMessage.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecifications"))
|
|
3902
3985
|
RestoreDBClusterFromSnapshotMessage.struct_class = Types::RestoreDBClusterFromSnapshotMessage
|
|
3903
3986
|
|
|
3904
3987
|
RestoreDBClusterFromSnapshotResult.add_member(:db_cluster, Shapes::ShapeRef.new(shape: DBCluster, location_name: "DBCluster"))
|
|
@@ -3939,6 +4022,7 @@ module Aws::RDS
|
|
|
3939
4022
|
RestoreDBClusterToPointInTimeMessage.add_member(:performance_insights_kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "PerformanceInsightsKMSKeyId"))
|
|
3940
4023
|
RestoreDBClusterToPointInTimeMessage.add_member(:performance_insights_retention_period, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "PerformanceInsightsRetentionPeriod"))
|
|
3941
4024
|
RestoreDBClusterToPointInTimeMessage.add_member(:engine_lifecycle_support, Shapes::ShapeRef.new(shape: String, location_name: "EngineLifecycleSupport"))
|
|
4025
|
+
RestoreDBClusterToPointInTimeMessage.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecifications"))
|
|
3942
4026
|
RestoreDBClusterToPointInTimeMessage.struct_class = Types::RestoreDBClusterToPointInTimeMessage
|
|
3943
4027
|
|
|
3944
4028
|
RestoreDBClusterToPointInTimeResult.add_member(:db_cluster, Shapes::ShapeRef.new(shape: DBCluster, location_name: "DBCluster"))
|
|
@@ -3986,8 +4070,10 @@ module Aws::RDS
|
|
|
3986
4070
|
RestoreDBInstanceFromDBSnapshotMessage.add_member(:dedicated_log_volume, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DedicatedLogVolume"))
|
|
3987
4071
|
RestoreDBInstanceFromDBSnapshotMessage.add_member(:ca_certificate_identifier, Shapes::ShapeRef.new(shape: String, location_name: "CACertificateIdentifier"))
|
|
3988
4072
|
RestoreDBInstanceFromDBSnapshotMessage.add_member(:engine_lifecycle_support, Shapes::ShapeRef.new(shape: String, location_name: "EngineLifecycleSupport"))
|
|
4073
|
+
RestoreDBInstanceFromDBSnapshotMessage.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecifications"))
|
|
3989
4074
|
RestoreDBInstanceFromDBSnapshotMessage.add_member(:manage_master_user_password, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ManageMasterUserPassword"))
|
|
3990
4075
|
RestoreDBInstanceFromDBSnapshotMessage.add_member(:master_user_secret_kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "MasterUserSecretKmsKeyId"))
|
|
4076
|
+
RestoreDBInstanceFromDBSnapshotMessage.add_member(:additional_storage_volumes, Shapes::ShapeRef.new(shape: AdditionalStorageVolumesList, location_name: "AdditionalStorageVolumes"))
|
|
3991
4077
|
RestoreDBInstanceFromDBSnapshotMessage.struct_class = Types::RestoreDBInstanceFromDBSnapshotMessage
|
|
3992
4078
|
|
|
3993
4079
|
RestoreDBInstanceFromDBSnapshotResult.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
|
|
@@ -4045,6 +4131,8 @@ module Aws::RDS
|
|
|
4045
4131
|
RestoreDBInstanceFromS3Message.add_member(:dedicated_log_volume, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DedicatedLogVolume"))
|
|
4046
4132
|
RestoreDBInstanceFromS3Message.add_member(:ca_certificate_identifier, Shapes::ShapeRef.new(shape: String, location_name: "CACertificateIdentifier"))
|
|
4047
4133
|
RestoreDBInstanceFromS3Message.add_member(:engine_lifecycle_support, Shapes::ShapeRef.new(shape: String, location_name: "EngineLifecycleSupport"))
|
|
4134
|
+
RestoreDBInstanceFromS3Message.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecifications"))
|
|
4135
|
+
RestoreDBInstanceFromS3Message.add_member(:additional_storage_volumes, Shapes::ShapeRef.new(shape: AdditionalStorageVolumesList, location_name: "AdditionalStorageVolumes"))
|
|
4048
4136
|
RestoreDBInstanceFromS3Message.struct_class = Types::RestoreDBInstanceFromS3Message
|
|
4049
4137
|
|
|
4050
4138
|
RestoreDBInstanceFromS3Result.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
|
|
@@ -4096,8 +4184,10 @@ module Aws::RDS
|
|
|
4096
4184
|
RestoreDBInstanceToPointInTimeMessage.add_member(:dedicated_log_volume, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DedicatedLogVolume"))
|
|
4097
4185
|
RestoreDBInstanceToPointInTimeMessage.add_member(:ca_certificate_identifier, Shapes::ShapeRef.new(shape: String, location_name: "CACertificateIdentifier"))
|
|
4098
4186
|
RestoreDBInstanceToPointInTimeMessage.add_member(:engine_lifecycle_support, Shapes::ShapeRef.new(shape: String, location_name: "EngineLifecycleSupport"))
|
|
4187
|
+
RestoreDBInstanceToPointInTimeMessage.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecifications"))
|
|
4099
4188
|
RestoreDBInstanceToPointInTimeMessage.add_member(:manage_master_user_password, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ManageMasterUserPassword"))
|
|
4100
4189
|
RestoreDBInstanceToPointInTimeMessage.add_member(:master_user_secret_kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "MasterUserSecretKmsKeyId"))
|
|
4190
|
+
RestoreDBInstanceToPointInTimeMessage.add_member(:additional_storage_volumes, Shapes::ShapeRef.new(shape: AdditionalStorageVolumesList, location_name: "AdditionalStorageVolumes"))
|
|
4101
4191
|
RestoreDBInstanceToPointInTimeMessage.struct_class = Types::RestoreDBInstanceToPointInTimeMessage
|
|
4102
4192
|
|
|
4103
4193
|
RestoreDBInstanceToPointInTimeResult.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
|
|
@@ -4205,6 +4295,7 @@ module Aws::RDS
|
|
|
4205
4295
|
StartDBInstanceAutomatedBackupsReplicationMessage.add_member(:backup_retention_period, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "BackupRetentionPeriod"))
|
|
4206
4296
|
StartDBInstanceAutomatedBackupsReplicationMessage.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
|
|
4207
4297
|
StartDBInstanceAutomatedBackupsReplicationMessage.add_member(:pre_signed_url, Shapes::ShapeRef.new(shape: SensitiveString, location_name: "PreSignedUrl"))
|
|
4298
|
+
StartDBInstanceAutomatedBackupsReplicationMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
|
4208
4299
|
StartDBInstanceAutomatedBackupsReplicationMessage.add_member(:source_region, Shapes::ShapeRef.new(shape: String, location_name: "SourceRegion"))
|
|
4209
4300
|
StartDBInstanceAutomatedBackupsReplicationMessage.struct_class = Types::StartDBInstanceAutomatedBackupsReplicationMessage
|
|
4210
4301
|
|
|
@@ -4327,6 +4418,12 @@ module Aws::RDS
|
|
|
4327
4418
|
TagListMessage.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "TagList"))
|
|
4328
4419
|
TagListMessage.struct_class = Types::TagListMessage
|
|
4329
4420
|
|
|
4421
|
+
TagSpecification.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, location_name: "ResourceType"))
|
|
4422
|
+
TagSpecification.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
|
4423
|
+
TagSpecification.struct_class = Types::TagSpecification
|
|
4424
|
+
|
|
4425
|
+
TagSpecificationList.member = Shapes::ShapeRef.new(shape: TagSpecification, location_name: "item")
|
|
4426
|
+
|
|
4330
4427
|
TargetGroupList.member = Shapes::ShapeRef.new(shape: DBProxyTargetGroup)
|
|
4331
4428
|
|
|
4332
4429
|
TargetHealth.add_member(:state, Shapes::ShapeRef.new(shape: TargetState, location_name: "State"))
|
|
@@ -4407,9 +4504,14 @@ module Aws::RDS
|
|
|
4407
4504
|
|
|
4408
4505
|
UserAuthConfigList.member = Shapes::ShapeRef.new(shape: UserAuthConfig)
|
|
4409
4506
|
|
|
4507
|
+
ValidAdditionalStorageOptions.add_member(:supports_additional_storage_volumes, Shapes::ShapeRef.new(shape: Boolean, location_name: "SupportsAdditionalStorageVolumes"))
|
|
4508
|
+
ValidAdditionalStorageOptions.add_member(:volumes, Shapes::ShapeRef.new(shape: ValidVolumeOptionsList, location_name: "Volumes"))
|
|
4509
|
+
ValidAdditionalStorageOptions.struct_class = Types::ValidAdditionalStorageOptions
|
|
4510
|
+
|
|
4410
4511
|
ValidDBInstanceModificationsMessage.add_member(:storage, Shapes::ShapeRef.new(shape: ValidStorageOptionsList, location_name: "Storage"))
|
|
4411
4512
|
ValidDBInstanceModificationsMessage.add_member(:valid_processor_features, Shapes::ShapeRef.new(shape: AvailableProcessorFeatureList, location_name: "ValidProcessorFeatures"))
|
|
4412
4513
|
ValidDBInstanceModificationsMessage.add_member(:supports_dedicated_log_volume, Shapes::ShapeRef.new(shape: Boolean, location_name: "SupportsDedicatedLogVolume"))
|
|
4514
|
+
ValidDBInstanceModificationsMessage.add_member(:additional_storage, Shapes::ShapeRef.new(shape: ValidAdditionalStorageOptions, location_name: "AdditionalStorage"))
|
|
4413
4515
|
ValidDBInstanceModificationsMessage.struct_class = Types::ValidDBInstanceModificationsMessage
|
|
4414
4516
|
|
|
4415
4517
|
ValidStorageOptions.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
|
|
@@ -4425,6 +4527,12 @@ module Aws::RDS
|
|
|
4425
4527
|
|
|
4426
4528
|
ValidUpgradeTargetList.member = Shapes::ShapeRef.new(shape: UpgradeTarget, location_name: "UpgradeTarget")
|
|
4427
4529
|
|
|
4530
|
+
ValidVolumeOptions.add_member(:volume_name, Shapes::ShapeRef.new(shape: String, location_name: "VolumeName"))
|
|
4531
|
+
ValidVolumeOptions.add_member(:storage, Shapes::ShapeRef.new(shape: ValidStorageOptionsList, location_name: "Storage"))
|
|
4532
|
+
ValidVolumeOptions.struct_class = Types::ValidVolumeOptions
|
|
4533
|
+
|
|
4534
|
+
ValidVolumeOptionsList.member = Shapes::ShapeRef.new(shape: ValidVolumeOptions)
|
|
4535
|
+
|
|
4428
4536
|
VpcEncryptionControlViolationException.struct_class = Types::VpcEncryptionControlViolationException
|
|
4429
4537
|
|
|
4430
4538
|
VpcSecurityGroupIdList.member = Shapes::ShapeRef.new(shape: String, location_name: "VpcSecurityGroupId")
|
|
@@ -1007,6 +1007,17 @@ module Aws::RDS
|
|
|
1007
1007
|
# master_user_secret_kms_key_id: "String",
|
|
1008
1008
|
# ca_certificate_identifier: "String",
|
|
1009
1009
|
# engine_lifecycle_support: "String",
|
|
1010
|
+
# tag_specifications: [
|
|
1011
|
+
# {
|
|
1012
|
+
# resource_type: "String",
|
|
1013
|
+
# tags: [
|
|
1014
|
+
# {
|
|
1015
|
+
# key: "String",
|
|
1016
|
+
# value: "String",
|
|
1017
|
+
# },
|
|
1018
|
+
# ],
|
|
1019
|
+
# },
|
|
1020
|
+
# ],
|
|
1010
1021
|
# master_user_authentication_type: "password", # accepts password, iam-db-auth
|
|
1011
1022
|
# source_region: "String",
|
|
1012
1023
|
# })
|
|
@@ -1859,6 +1870,14 @@ module Aws::RDS
|
|
|
1859
1870
|
#
|
|
1860
1871
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/extended-support.html
|
|
1861
1872
|
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/extended-support.html
|
|
1873
|
+
# @option options [Array<Types::TagSpecification>] :tag_specifications
|
|
1874
|
+
# Tags to assign to resources associated with the DB cluster.
|
|
1875
|
+
#
|
|
1876
|
+
# Valid Values:
|
|
1877
|
+
#
|
|
1878
|
+
# * `cluster-auto-backup` - The DB cluster's automated backup.
|
|
1879
|
+
#
|
|
1880
|
+
# ^
|
|
1862
1881
|
# @option options [String] :master_user_authentication_type
|
|
1863
1882
|
# Specifies the authentication type for the master user. With IAM master
|
|
1864
1883
|
# user authentication, you can configure the master DB user with IAM
|
|
@@ -2831,6 +2850,17 @@ module Aws::RDS
|
|
|
2831
2850
|
# performance_insights_kms_key_id: "String",
|
|
2832
2851
|
# performance_insights_retention_period: 1,
|
|
2833
2852
|
# engine_lifecycle_support: "String",
|
|
2853
|
+
# tag_specifications: [
|
|
2854
|
+
# {
|
|
2855
|
+
# resource_type: "String",
|
|
2856
|
+
# tags: [
|
|
2857
|
+
# {
|
|
2858
|
+
# key: "String",
|
|
2859
|
+
# value: "String",
|
|
2860
|
+
# },
|
|
2861
|
+
# ],
|
|
2862
|
+
# },
|
|
2863
|
+
# ],
|
|
2834
2864
|
# })
|
|
2835
2865
|
# @param [Hash] options ({})
|
|
2836
2866
|
# @option options [required, String] :db_cluster_identifier
|
|
@@ -3283,6 +3313,14 @@ module Aws::RDS
|
|
|
3283
3313
|
#
|
|
3284
3314
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/extended-support.html
|
|
3285
3315
|
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/extended-support.html
|
|
3316
|
+
# @option options [Array<Types::TagSpecification>] :tag_specifications
|
|
3317
|
+
# Tags to assign to resources associated with the DB cluster.
|
|
3318
|
+
#
|
|
3319
|
+
# Valid Values:
|
|
3320
|
+
#
|
|
3321
|
+
# * `cluster-auto-backup` - The DB cluster's automated backup.
|
|
3322
|
+
#
|
|
3323
|
+
# ^
|
|
3286
3324
|
# @return [DBCluster]
|
|
3287
3325
|
def restore(options = {})
|
|
3288
3326
|
options = options.merge(source_db_cluster_identifier: @id)
|
|
@@ -606,6 +606,17 @@ module Aws::RDS
|
|
|
606
606
|
# performance_insights_kms_key_id: "String",
|
|
607
607
|
# performance_insights_retention_period: 1,
|
|
608
608
|
# engine_lifecycle_support: "String",
|
|
609
|
+
# tag_specifications: [
|
|
610
|
+
# {
|
|
611
|
+
# resource_type: "String",
|
|
612
|
+
# tags: [
|
|
613
|
+
# {
|
|
614
|
+
# key: "String",
|
|
615
|
+
# value: "String",
|
|
616
|
+
# },
|
|
617
|
+
# ],
|
|
618
|
+
# },
|
|
619
|
+
# ],
|
|
609
620
|
# })
|
|
610
621
|
# @param [Hash] options ({})
|
|
611
622
|
# @option options [Array<String>] :availability_zones
|
|
@@ -1074,6 +1085,14 @@ module Aws::RDS
|
|
|
1074
1085
|
#
|
|
1075
1086
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/extended-support.html
|
|
1076
1087
|
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/extended-support.html
|
|
1088
|
+
# @option options [Array<Types::TagSpecification>] :tag_specifications
|
|
1089
|
+
# Tags to assign to resources associated with the DB cluster.
|
|
1090
|
+
#
|
|
1091
|
+
# Valid Values:
|
|
1092
|
+
#
|
|
1093
|
+
# * `cluster-auto-backup` - The DB cluster's automated backup.
|
|
1094
|
+
#
|
|
1095
|
+
# ^
|
|
1077
1096
|
# @return [DBCluster]
|
|
1078
1097
|
def restore(options = {})
|
|
1079
1098
|
options = options.merge(snapshot_identifier: @snapshot_id)
|
|
@@ -317,6 +317,22 @@ module Aws::RDS
|
|
|
317
317
|
data[:serverless_v2_features_support]
|
|
318
318
|
end
|
|
319
319
|
|
|
320
|
+
# The database installation files (ISO and EXE) uploaded to Amazon S3
|
|
321
|
+
# for your database engine version to import to Amazon RDS. Required for
|
|
322
|
+
# `sqlserver-dev-ee`.
|
|
323
|
+
# @return [Array<String>]
|
|
324
|
+
def database_installation_files
|
|
325
|
+
data[:database_installation_files]
|
|
326
|
+
end
|
|
327
|
+
|
|
328
|
+
# The reason that the custom engine version creation for
|
|
329
|
+
# `sqlserver-dev-ee` failed with an `incompatible-installation-media`
|
|
330
|
+
# status.
|
|
331
|
+
# @return [String]
|
|
332
|
+
def failure_reason
|
|
333
|
+
data[:failure_reason]
|
|
334
|
+
end
|
|
335
|
+
|
|
320
336
|
# @!endgroup
|
|
321
337
|
|
|
322
338
|
# @return [Client]
|