aws-sdk-rds 1.300.0 → 1.301.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.
@@ -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')
@@ -773,10 +781,13 @@ module Aws::RDS
773
781
  UserAuthConfigInfo = Shapes::StructureShape.new(name: 'UserAuthConfigInfo')
774
782
  UserAuthConfigInfoList = Shapes::ListShape.new(name: 'UserAuthConfigInfoList')
775
783
  UserAuthConfigList = Shapes::ListShape.new(name: 'UserAuthConfigList')
784
+ ValidAdditionalStorageOptions = Shapes::StructureShape.new(name: 'ValidAdditionalStorageOptions')
776
785
  ValidDBInstanceModificationsMessage = Shapes::StructureShape.new(name: 'ValidDBInstanceModificationsMessage')
777
786
  ValidStorageOptions = Shapes::StructureShape.new(name: 'ValidStorageOptions')
778
787
  ValidStorageOptionsList = Shapes::ListShape.new(name: 'ValidStorageOptionsList')
779
788
  ValidUpgradeTargetList = Shapes::ListShape.new(name: 'ValidUpgradeTargetList')
789
+ ValidVolumeOptions = Shapes::StructureShape.new(name: 'ValidVolumeOptions')
790
+ ValidVolumeOptionsList = Shapes::ListShape.new(name: 'ValidVolumeOptionsList')
780
791
  VpcEncryptionControlViolationException = Shapes::StructureShape.new(name: 'VpcEncryptionControlViolationException', error: {"code" => "VpcEncryptionControlViolationException", "httpStatusCode" => 400, "senderFault" => true})
781
792
  VpcSecurityGroupIdList = Shapes::ListShape.new(name: 'VpcSecurityGroupIdList')
782
793
  VpcSecurityGroupMembership = Shapes::StructureShape.new(name: 'VpcSecurityGroupMembership')
@@ -816,6 +827,27 @@ module Aws::RDS
816
827
  AddTagsToResourceMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, required: true, location_name: "Tags"))
817
828
  AddTagsToResourceMessage.struct_class = Types::AddTagsToResourceMessage
818
829
 
830
+ AdditionalStorageVolume.add_member(:volume_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "VolumeName"))
831
+ AdditionalStorageVolume.add_member(:allocated_storage, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "AllocatedStorage"))
832
+ AdditionalStorageVolume.add_member(:iops, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "IOPS"))
833
+ AdditionalStorageVolume.add_member(:max_allocated_storage, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxAllocatedStorage"))
834
+ AdditionalStorageVolume.add_member(:storage_throughput, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "StorageThroughput"))
835
+ AdditionalStorageVolume.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
836
+ AdditionalStorageVolume.struct_class = Types::AdditionalStorageVolume
837
+
838
+ AdditionalStorageVolumeOutput.add_member(:volume_name, Shapes::ShapeRef.new(shape: String, location_name: "VolumeName"))
839
+ AdditionalStorageVolumeOutput.add_member(:storage_volume_status, Shapes::ShapeRef.new(shape: String, location_name: "StorageVolumeStatus"))
840
+ AdditionalStorageVolumeOutput.add_member(:allocated_storage, Shapes::ShapeRef.new(shape: Integer, location_name: "AllocatedStorage"))
841
+ AdditionalStorageVolumeOutput.add_member(:iops, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "IOPS"))
842
+ AdditionalStorageVolumeOutput.add_member(:max_allocated_storage, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxAllocatedStorage"))
843
+ AdditionalStorageVolumeOutput.add_member(:storage_throughput, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "StorageThroughput"))
844
+ AdditionalStorageVolumeOutput.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
845
+ AdditionalStorageVolumeOutput.struct_class = Types::AdditionalStorageVolumeOutput
846
+
847
+ AdditionalStorageVolumesList.member = Shapes::ShapeRef.new(shape: AdditionalStorageVolume)
848
+
849
+ AdditionalStorageVolumesOutputList.member = Shapes::ShapeRef.new(shape: AdditionalStorageVolumeOutput)
850
+
819
851
  ApplyPendingMaintenanceActionMessage.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceIdentifier"))
820
852
  ApplyPendingMaintenanceActionMessage.add_member(:apply_action, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ApplyAction"))
821
853
  ApplyPendingMaintenanceActionMessage.add_member(:opt_in_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "OptInType"))
@@ -849,6 +881,22 @@ module Aws::RDS
849
881
 
850
882
  AvailabilityZones.member = Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZone")
851
883
 
884
+ AvailableAdditionalStorageVolumesOption.add_member(:supports_storage_autoscaling, Shapes::ShapeRef.new(shape: Boolean, location_name: "SupportsStorageAutoscaling"))
885
+ AvailableAdditionalStorageVolumesOption.add_member(:supports_storage_throughput, Shapes::ShapeRef.new(shape: Boolean, location_name: "SupportsStorageThroughput"))
886
+ AvailableAdditionalStorageVolumesOption.add_member(:supports_iops, Shapes::ShapeRef.new(shape: Boolean, location_name: "SupportsIops"))
887
+ AvailableAdditionalStorageVolumesOption.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
888
+ AvailableAdditionalStorageVolumesOption.add_member(:min_storage_size, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MinStorageSize"))
889
+ AvailableAdditionalStorageVolumesOption.add_member(:max_storage_size, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxStorageSize"))
890
+ AvailableAdditionalStorageVolumesOption.add_member(:min_iops, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MinIops"))
891
+ AvailableAdditionalStorageVolumesOption.add_member(:max_iops, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxIops"))
892
+ AvailableAdditionalStorageVolumesOption.add_member(:min_iops_per_gib, Shapes::ShapeRef.new(shape: DoubleOptional, location_name: "MinIopsPerGib"))
893
+ AvailableAdditionalStorageVolumesOption.add_member(:max_iops_per_gib, Shapes::ShapeRef.new(shape: DoubleOptional, location_name: "MaxIopsPerGib"))
894
+ AvailableAdditionalStorageVolumesOption.add_member(:min_storage_throughput, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MinStorageThroughput"))
895
+ AvailableAdditionalStorageVolumesOption.add_member(:max_storage_throughput, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxStorageThroughput"))
896
+ AvailableAdditionalStorageVolumesOption.struct_class = Types::AvailableAdditionalStorageVolumesOption
897
+
898
+ AvailableAdditionalStorageVolumesOptionList.member = Shapes::ShapeRef.new(shape: AvailableAdditionalStorageVolumesOption, location_name: "AvailableAdditionalStorageVolumesOption")
899
+
852
900
  AvailableProcessorFeature.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
853
901
  AvailableProcessorFeature.add_member(:default_value, Shapes::ShapeRef.new(shape: String, location_name: "DefaultValue"))
854
902
  AvailableProcessorFeature.add_member(:allowed_values, Shapes::ShapeRef.new(shape: String, location_name: "AllowedValues"))
@@ -1044,6 +1092,7 @@ module Aws::RDS
1044
1092
  CreateCustomDBEngineVersionMessage.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
1045
1093
  CreateCustomDBEngineVersionMessage.add_member(:manifest, Shapes::ShapeRef.new(shape: CustomDBEngineVersionManifest, location_name: "Manifest"))
1046
1094
  CreateCustomDBEngineVersionMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
1095
+ CreateCustomDBEngineVersionMessage.add_member(:database_installation_files, Shapes::ShapeRef.new(shape: StringList, location_name: "DatabaseInstallationFiles"))
1047
1096
  CreateCustomDBEngineVersionMessage.struct_class = Types::CreateCustomDBEngineVersionMessage
1048
1097
 
1049
1098
  CreateDBClusterEndpointMessage.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterIdentifier"))
@@ -1199,6 +1248,7 @@ module Aws::RDS
1199
1248
  CreateDBInstanceMessage.add_member(:dedicated_log_volume, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DedicatedLogVolume"))
1200
1249
  CreateDBInstanceMessage.add_member(:engine_lifecycle_support, Shapes::ShapeRef.new(shape: String, location_name: "EngineLifecycleSupport"))
1201
1250
  CreateDBInstanceMessage.add_member(:master_user_authentication_type, Shapes::ShapeRef.new(shape: MasterUserAuthenticationType, location_name: "MasterUserAuthenticationType"))
1251
+ CreateDBInstanceMessage.add_member(:additional_storage_volumes, Shapes::ShapeRef.new(shape: AdditionalStorageVolumesList, location_name: "AdditionalStorageVolumes"))
1202
1252
  CreateDBInstanceMessage.struct_class = Types::CreateDBInstanceMessage
1203
1253
 
1204
1254
  CreateDBInstanceReadReplicaMessage.add_member(:db_instance_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBInstanceIdentifier"))
@@ -1248,6 +1298,7 @@ module Aws::RDS
1248
1298
  CreateDBInstanceReadReplicaMessage.add_member(:dedicated_log_volume, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DedicatedLogVolume"))
1249
1299
  CreateDBInstanceReadReplicaMessage.add_member(:upgrade_storage_config, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "UpgradeStorageConfig"))
1250
1300
  CreateDBInstanceReadReplicaMessage.add_member(:ca_certificate_identifier, Shapes::ShapeRef.new(shape: String, location_name: "CACertificateIdentifier"))
1301
+ CreateDBInstanceReadReplicaMessage.add_member(:additional_storage_volumes, Shapes::ShapeRef.new(shape: AdditionalStorageVolumesList, location_name: "AdditionalStorageVolumes"))
1251
1302
  CreateDBInstanceReadReplicaMessage.add_member(:source_region, Shapes::ShapeRef.new(shape: String, location_name: "SourceRegion"))
1252
1303
  CreateDBInstanceReadReplicaMessage.struct_class = Types::CreateDBInstanceReadReplicaMessage
1253
1304
 
@@ -1724,6 +1775,8 @@ module Aws::RDS
1724
1775
  DBEngineVersion.add_member(:supports_local_write_forwarding, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "SupportsLocalWriteForwarding"))
1725
1776
  DBEngineVersion.add_member(:supports_integrations, Shapes::ShapeRef.new(shape: Boolean, location_name: "SupportsIntegrations"))
1726
1777
  DBEngineVersion.add_member(:serverless_v2_features_support, Shapes::ShapeRef.new(shape: ServerlessV2FeaturesSupport, location_name: "ServerlessV2FeaturesSupport"))
1778
+ DBEngineVersion.add_member(:database_installation_files, Shapes::ShapeRef.new(shape: StringList, location_name: "DatabaseInstallationFiles"))
1779
+ DBEngineVersion.add_member(:failure_reason, Shapes::ShapeRef.new(shape: String, location_name: "FailureReason"))
1727
1780
  DBEngineVersion.struct_class = Types::DBEngineVersion
1728
1781
 
1729
1782
  DBEngineVersionList.member = Shapes::ShapeRef.new(shape: DBEngineVersion, location_name: "DBEngineVersion")
@@ -1820,6 +1873,8 @@ module Aws::RDS
1820
1873
  DBInstance.add_member(:dedicated_log_volume, Shapes::ShapeRef.new(shape: Boolean, location_name: "DedicatedLogVolume"))
1821
1874
  DBInstance.add_member(:is_storage_config_upgrade_available, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "IsStorageConfigUpgradeAvailable"))
1822
1875
  DBInstance.add_member(:engine_lifecycle_support, Shapes::ShapeRef.new(shape: String, location_name: "EngineLifecycleSupport"))
1876
+ DBInstance.add_member(:additional_storage_volumes, Shapes::ShapeRef.new(shape: AdditionalStorageVolumesOutputList, location_name: "AdditionalStorageVolumes"))
1877
+ DBInstance.add_member(:storage_volume_status, Shapes::ShapeRef.new(shape: String, location_name: "StorageVolumeStatus"))
1823
1878
  DBInstance.struct_class = Types::DBInstance
1824
1879
 
1825
1880
  DBInstanceAlreadyExistsFault.struct_class = Types::DBInstanceAlreadyExistsFault
@@ -1855,6 +1910,7 @@ module Aws::RDS
1855
1910
  DBInstanceAutomatedBackup.add_member(:multi_tenant, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "MultiTenant"))
1856
1911
  DBInstanceAutomatedBackup.add_member(:aws_backup_recovery_point_arn, Shapes::ShapeRef.new(shape: String, location_name: "AwsBackupRecoveryPointArn"))
1857
1912
  DBInstanceAutomatedBackup.add_member(:dedicated_log_volume, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DedicatedLogVolume"))
1913
+ DBInstanceAutomatedBackup.add_member(:additional_storage_volumes, Shapes::ShapeRef.new(shape: AdditionalStorageVolumesList, location_name: "AdditionalStorageVolumes"))
1858
1914
  DBInstanceAutomatedBackup.struct_class = Types::DBInstanceAutomatedBackup
1859
1915
 
1860
1916
  DBInstanceAutomatedBackupList.member = Shapes::ShapeRef.new(shape: DBInstanceAutomatedBackup, location_name: "DBInstanceAutomatedBackup")
@@ -2137,6 +2193,7 @@ module Aws::RDS
2137
2193
  DBSnapshot.add_member(:multi_tenant, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "MultiTenant"))
2138
2194
  DBSnapshot.add_member(:dedicated_log_volume, Shapes::ShapeRef.new(shape: Boolean, location_name: "DedicatedLogVolume"))
2139
2195
  DBSnapshot.add_member(:snapshot_availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotAvailabilityZone"))
2196
+ DBSnapshot.add_member(:additional_storage_volumes, Shapes::ShapeRef.new(shape: AdditionalStorageVolumesList, location_name: "AdditionalStorageVolumes"))
2140
2197
  DBSnapshot.struct_class = Types::DBSnapshot
2141
2198
 
2142
2199
  DBSnapshotAlreadyExistsFault.struct_class = Types::DBSnapshotAlreadyExistsFault
@@ -3098,6 +3155,17 @@ module Aws::RDS
3098
3155
  ModifyActivityStreamResponse.add_member(:policy_status, Shapes::ShapeRef.new(shape: ActivityStreamPolicyStatus, location_name: "PolicyStatus"))
3099
3156
  ModifyActivityStreamResponse.struct_class = Types::ModifyActivityStreamResponse
3100
3157
 
3158
+ ModifyAdditionalStorageVolume.add_member(:volume_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "VolumeName"))
3159
+ ModifyAdditionalStorageVolume.add_member(:allocated_storage, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "AllocatedStorage"))
3160
+ ModifyAdditionalStorageVolume.add_member(:iops, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "IOPS"))
3161
+ ModifyAdditionalStorageVolume.add_member(:max_allocated_storage, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxAllocatedStorage"))
3162
+ ModifyAdditionalStorageVolume.add_member(:storage_throughput, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "StorageThroughput"))
3163
+ ModifyAdditionalStorageVolume.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
3164
+ ModifyAdditionalStorageVolume.add_member(:set_for_delete, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "SetForDelete"))
3165
+ ModifyAdditionalStorageVolume.struct_class = Types::ModifyAdditionalStorageVolume
3166
+
3167
+ ModifyAdditionalStorageVolumesList.member = Shapes::ShapeRef.new(shape: ModifyAdditionalStorageVolume)
3168
+
3101
3169
  ModifyCertificatesMessage.add_member(:certificate_identifier, Shapes::ShapeRef.new(shape: String, location_name: "CertificateIdentifier"))
3102
3170
  ModifyCertificatesMessage.add_member(:remove_customer_override, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "RemoveCustomerOverride"))
3103
3171
  ModifyCertificatesMessage.struct_class = Types::ModifyCertificatesMessage
@@ -3250,6 +3318,7 @@ module Aws::RDS
3250
3318
  ModifyDBInstanceMessage.add_member(:dedicated_log_volume, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DedicatedLogVolume"))
3251
3319
  ModifyDBInstanceMessage.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
3252
3320
  ModifyDBInstanceMessage.add_member(:master_user_authentication_type, Shapes::ShapeRef.new(shape: MasterUserAuthenticationType, location_name: "MasterUserAuthenticationType"))
3321
+ ModifyDBInstanceMessage.add_member(:additional_storage_volumes, Shapes::ShapeRef.new(shape: ModifyAdditionalStorageVolumesList, location_name: "AdditionalStorageVolumes"))
3253
3322
  ModifyDBInstanceMessage.struct_class = Types::ModifyDBInstanceMessage
3254
3323
 
3255
3324
  ModifyDBInstanceResult.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
@@ -3531,6 +3600,8 @@ module Aws::RDS
3531
3600
  OrderableDBInstanceOption.add_member(:supports_clusters, Shapes::ShapeRef.new(shape: Boolean, location_name: "SupportsClusters"))
3532
3601
  OrderableDBInstanceOption.add_member(:supports_dedicated_log_volume, Shapes::ShapeRef.new(shape: Boolean, location_name: "SupportsDedicatedLogVolume"))
3533
3602
  OrderableDBInstanceOption.add_member(:supports_http_endpoint, Shapes::ShapeRef.new(shape: Boolean, location_name: "SupportsHttpEndpoint"))
3603
+ OrderableDBInstanceOption.add_member(:supports_additional_storage_volumes, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "SupportsAdditionalStorageVolumes"))
3604
+ OrderableDBInstanceOption.add_member(:available_additional_storage_volumes_options, Shapes::ShapeRef.new(shape: AvailableAdditionalStorageVolumesOptionList, location_name: "AvailableAdditionalStorageVolumesOptions"))
3534
3605
  OrderableDBInstanceOption.struct_class = Types::OrderableDBInstanceOption
3535
3606
 
3536
3607
  OrderableDBInstanceOptionsList.member = Shapes::ShapeRef.new(shape: OrderableDBInstanceOption, location_name: "OrderableDBInstanceOption")
@@ -3599,6 +3670,7 @@ module Aws::RDS
3599
3670
  PendingModifiedValues.add_member(:iam_database_authentication_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "IAMDatabaseAuthenticationEnabled"))
3600
3671
  PendingModifiedValues.add_member(:dedicated_log_volume, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DedicatedLogVolume"))
3601
3672
  PendingModifiedValues.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
3673
+ PendingModifiedValues.add_member(:additional_storage_volumes, Shapes::ShapeRef.new(shape: AdditionalStorageVolumesList, location_name: "AdditionalStorageVolumes"))
3602
3674
  PendingModifiedValues.struct_class = Types::PendingModifiedValues
3603
3675
 
3604
3676
  PerformanceInsightsMetricDimensionGroup.add_member(:dimensions, Shapes::ShapeRef.new(shape: StringList, location_name: "Dimensions"))
@@ -3988,6 +4060,7 @@ module Aws::RDS
3988
4060
  RestoreDBInstanceFromDBSnapshotMessage.add_member(:engine_lifecycle_support, Shapes::ShapeRef.new(shape: String, location_name: "EngineLifecycleSupport"))
3989
4061
  RestoreDBInstanceFromDBSnapshotMessage.add_member(:manage_master_user_password, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ManageMasterUserPassword"))
3990
4062
  RestoreDBInstanceFromDBSnapshotMessage.add_member(:master_user_secret_kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "MasterUserSecretKmsKeyId"))
4063
+ RestoreDBInstanceFromDBSnapshotMessage.add_member(:additional_storage_volumes, Shapes::ShapeRef.new(shape: AdditionalStorageVolumesList, location_name: "AdditionalStorageVolumes"))
3991
4064
  RestoreDBInstanceFromDBSnapshotMessage.struct_class = Types::RestoreDBInstanceFromDBSnapshotMessage
3992
4065
 
3993
4066
  RestoreDBInstanceFromDBSnapshotResult.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
@@ -4045,6 +4118,7 @@ module Aws::RDS
4045
4118
  RestoreDBInstanceFromS3Message.add_member(:dedicated_log_volume, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DedicatedLogVolume"))
4046
4119
  RestoreDBInstanceFromS3Message.add_member(:ca_certificate_identifier, Shapes::ShapeRef.new(shape: String, location_name: "CACertificateIdentifier"))
4047
4120
  RestoreDBInstanceFromS3Message.add_member(:engine_lifecycle_support, Shapes::ShapeRef.new(shape: String, location_name: "EngineLifecycleSupport"))
4121
+ RestoreDBInstanceFromS3Message.add_member(:additional_storage_volumes, Shapes::ShapeRef.new(shape: AdditionalStorageVolumesList, location_name: "AdditionalStorageVolumes"))
4048
4122
  RestoreDBInstanceFromS3Message.struct_class = Types::RestoreDBInstanceFromS3Message
4049
4123
 
4050
4124
  RestoreDBInstanceFromS3Result.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
@@ -4098,6 +4172,7 @@ module Aws::RDS
4098
4172
  RestoreDBInstanceToPointInTimeMessage.add_member(:engine_lifecycle_support, Shapes::ShapeRef.new(shape: String, location_name: "EngineLifecycleSupport"))
4099
4173
  RestoreDBInstanceToPointInTimeMessage.add_member(:manage_master_user_password, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ManageMasterUserPassword"))
4100
4174
  RestoreDBInstanceToPointInTimeMessage.add_member(:master_user_secret_kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "MasterUserSecretKmsKeyId"))
4175
+ RestoreDBInstanceToPointInTimeMessage.add_member(:additional_storage_volumes, Shapes::ShapeRef.new(shape: AdditionalStorageVolumesList, location_name: "AdditionalStorageVolumes"))
4101
4176
  RestoreDBInstanceToPointInTimeMessage.struct_class = Types::RestoreDBInstanceToPointInTimeMessage
4102
4177
 
4103
4178
  RestoreDBInstanceToPointInTimeResult.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
@@ -4407,9 +4482,14 @@ module Aws::RDS
4407
4482
 
4408
4483
  UserAuthConfigList.member = Shapes::ShapeRef.new(shape: UserAuthConfig)
4409
4484
 
4485
+ ValidAdditionalStorageOptions.add_member(:supports_additional_storage_volumes, Shapes::ShapeRef.new(shape: Boolean, location_name: "SupportsAdditionalStorageVolumes"))
4486
+ ValidAdditionalStorageOptions.add_member(:volumes, Shapes::ShapeRef.new(shape: ValidVolumeOptionsList, location_name: "Volumes"))
4487
+ ValidAdditionalStorageOptions.struct_class = Types::ValidAdditionalStorageOptions
4488
+
4410
4489
  ValidDBInstanceModificationsMessage.add_member(:storage, Shapes::ShapeRef.new(shape: ValidStorageOptionsList, location_name: "Storage"))
4411
4490
  ValidDBInstanceModificationsMessage.add_member(:valid_processor_features, Shapes::ShapeRef.new(shape: AvailableProcessorFeatureList, location_name: "ValidProcessorFeatures"))
4412
4491
  ValidDBInstanceModificationsMessage.add_member(:supports_dedicated_log_volume, Shapes::ShapeRef.new(shape: Boolean, location_name: "SupportsDedicatedLogVolume"))
4492
+ ValidDBInstanceModificationsMessage.add_member(:additional_storage, Shapes::ShapeRef.new(shape: ValidAdditionalStorageOptions, location_name: "AdditionalStorage"))
4413
4493
  ValidDBInstanceModificationsMessage.struct_class = Types::ValidDBInstanceModificationsMessage
4414
4494
 
4415
4495
  ValidStorageOptions.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
@@ -4425,6 +4505,12 @@ module Aws::RDS
4425
4505
 
4426
4506
  ValidUpgradeTargetList.member = Shapes::ShapeRef.new(shape: UpgradeTarget, location_name: "UpgradeTarget")
4427
4507
 
4508
+ ValidVolumeOptions.add_member(:volume_name, Shapes::ShapeRef.new(shape: String, location_name: "VolumeName"))
4509
+ ValidVolumeOptions.add_member(:storage, Shapes::ShapeRef.new(shape: ValidStorageOptionsList, location_name: "Storage"))
4510
+ ValidVolumeOptions.struct_class = Types::ValidVolumeOptions
4511
+
4512
+ ValidVolumeOptionsList.member = Shapes::ShapeRef.new(shape: ValidVolumeOptions)
4513
+
4428
4514
  VpcEncryptionControlViolationException.struct_class = Types::VpcEncryptionControlViolationException
4429
4515
 
4430
4516
  VpcSecurityGroupIdList.member = Shapes::ShapeRef.new(shape: String, location_name: "VpcSecurityGroupId")
@@ -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]
@@ -830,6 +830,22 @@ module Aws::RDS
830
830
  data[:engine_lifecycle_support]
831
831
  end
832
832
 
833
+ # The additional storage volumes associated with the DB instance. RDS
834
+ # supports additional storage volumes for RDS for Oracle and RDS for SQL
835
+ # Server.
836
+ # @return [Array<Types::AdditionalStorageVolumeOutput>]
837
+ def additional_storage_volumes
838
+ data[:additional_storage_volumes]
839
+ end
840
+
841
+ # The detailed status information for storage volumes associated with
842
+ # the DB instance. This information helps identify which specific volume
843
+ # is causing the instance to be in a storage-full state.
844
+ # @return [String]
845
+ def storage_volume_status
846
+ data[:storage_volume_status]
847
+ end
848
+
833
849
  # @!endgroup
834
850
 
835
851
  # @return [Client]
@@ -1045,6 +1061,16 @@ module Aws::RDS
1045
1061
  # dedicated_log_volume: false,
1046
1062
  # engine_lifecycle_support: "String",
1047
1063
  # master_user_authentication_type: "password", # accepts password, iam-db-auth
1064
+ # additional_storage_volumes: [
1065
+ # {
1066
+ # volume_name: "String", # required
1067
+ # allocated_storage: 1,
1068
+ # iops: 1,
1069
+ # max_allocated_storage: 1,
1070
+ # storage_throughput: 1,
1071
+ # storage_type: "String",
1072
+ # },
1073
+ # ],
1048
1074
  # })
1049
1075
  # @param [Hash] options ({})
1050
1076
  # @option options [String] :db_name
@@ -1352,6 +1378,8 @@ module Aws::RDS
1352
1378
  #
1353
1379
  # * `postgres`
1354
1380
  #
1381
+ # * `sqlserver-dev-ee`
1382
+ #
1355
1383
  # * `sqlserver-ee`
1356
1384
  #
1357
1385
  # * `sqlserver-se`
@@ -2287,6 +2315,12 @@ module Aws::RDS
2287
2315
  #
2288
2316
  # This option is only valid for RDS for PostgreSQL and Aurora PostgreSQL
2289
2317
  # engines.
2318
+ # @option options [Array<Types::AdditionalStorageVolume>] :additional_storage_volumes
2319
+ # A list of additional storage volumes to create for the DB instance.
2320
+ # You can create up to three additional storage volumes using the names
2321
+ # `rdsdbdata2`, `rdsdbdata3`, and `rdsdbdata4`. Additional storage
2322
+ # volumes are supported for RDS for Oracle and RDS for SQL Server DB
2323
+ # instances only.
2290
2324
  # @return [DBInstance]
2291
2325
  def create(options = {})
2292
2326
  options = options.merge(db_instance_identifier: @id)
@@ -2359,6 +2393,16 @@ module Aws::RDS
2359
2393
  # dedicated_log_volume: false,
2360
2394
  # upgrade_storage_config: false,
2361
2395
  # ca_certificate_identifier: "String",
2396
+ # additional_storage_volumes: [
2397
+ # {
2398
+ # volume_name: "String", # required
2399
+ # allocated_storage: 1,
2400
+ # iops: 1,
2401
+ # max_allocated_storage: 1,
2402
+ # storage_throughput: 1,
2403
+ # storage_type: "String",
2404
+ # },
2405
+ # ],
2362
2406
  # source_region: "String",
2363
2407
  # })
2364
2408
  # @param [Hash] options ({})
@@ -2994,6 +3038,12 @@ module Aws::RDS
2994
3038
  #
2995
3039
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html
2996
3040
  # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html
3041
+ # @option options [Array<Types::AdditionalStorageVolume>] :additional_storage_volumes
3042
+ # A list of additional storage volumes to create for the DB instance.
3043
+ # You can create up to three additional storage volumes using the names
3044
+ # `rdsdbdata2`, `rdsdbdata3`, and `rdsdbdata4`. Additional storage
3045
+ # volumes are supported for RDS for Oracle and RDS for SQL Server DB
3046
+ # instances only.
2997
3047
  # @option options [String] :source_region
2998
3048
  # The source region of the snapshot. This is only needed when the
2999
3049
  # shapshot is encrypted and in a different region.
@@ -3199,6 +3249,17 @@ module Aws::RDS
3199
3249
  # dedicated_log_volume: false,
3200
3250
  # engine: "String",
3201
3251
  # master_user_authentication_type: "password", # accepts password, iam-db-auth
3252
+ # additional_storage_volumes: [
3253
+ # {
3254
+ # volume_name: "String", # required
3255
+ # allocated_storage: 1,
3256
+ # iops: 1,
3257
+ # max_allocated_storage: 1,
3258
+ # storage_throughput: 1,
3259
+ # storage_type: "String",
3260
+ # set_for_delete: false,
3261
+ # },
3262
+ # ],
3202
3263
  # })
3203
3264
  # @param [Hash] options ({})
3204
3265
  # @option options [Integer] :allocated_storage
@@ -4298,6 +4359,11 @@ module Aws::RDS
4298
4359
  #
4299
4360
  # This option is only valid for RDS for PostgreSQL and Aurora PostgreSQL
4300
4361
  # engines.
4362
+ # @option options [Array<Types::ModifyAdditionalStorageVolume>] :additional_storage_volumes
4363
+ # A list of additional storage volumes to modify or delete for the DB
4364
+ # instance. You can create up to 3 additional storage volumes.
4365
+ # Additional storage volumes are supported for RDS for Oracle and RDS
4366
+ # for SQL Server DB instances only.
4301
4367
  # @return [DBInstance]
4302
4368
  def modify(options = {})
4303
4369
  options = options.merge(db_instance_identifier: @id)
@@ -4450,6 +4516,16 @@ module Aws::RDS
4450
4516
  # engine_lifecycle_support: "String",
4451
4517
  # manage_master_user_password: false,
4452
4518
  # master_user_secret_kms_key_id: "String",
4519
+ # additional_storage_volumes: [
4520
+ # {
4521
+ # volume_name: "String", # required
4522
+ # allocated_storage: 1,
4523
+ # iops: 1,
4524
+ # max_allocated_storage: 1,
4525
+ # storage_throughput: 1,
4526
+ # storage_type: "String",
4527
+ # },
4528
+ # ],
4453
4529
  # })
4454
4530
  # @param [Hash] options ({})
4455
4531
  # @option options [required, String] :target_db_instance_identifier
@@ -5050,6 +5126,12 @@ module Aws::RDS
5050
5126
  # There is a default KMS key for your Amazon Web Services account. Your
5051
5127
  # Amazon Web Services account has a different default KMS key for each
5052
5128
  # Amazon Web Services Region.
5129
+ # @option options [Array<Types::AdditionalStorageVolume>] :additional_storage_volumes
5130
+ # A list of additional storage volumes to restore to the DB instance.
5131
+ # You can restore up to three additional storage volumes using the names
5132
+ # `rdsdbdata2`, `rdsdbdata3`, and `rdsdbdata4`. Additional storage
5133
+ # volumes are supported for RDS for Oracle and RDS for SQL Server DB
5134
+ # instances only.
5053
5135
  # @return [DBInstance]
5054
5136
  def restore(options = {})
5055
5137
  options = options.merge(source_db_instance_identifier: @id)
@@ -300,6 +300,14 @@ module Aws::RDS
300
300
  data[:snapshot_availability_zone]
301
301
  end
302
302
 
303
+ # The additional storage volumes associated with the DB snapshot. RDS
304
+ # supports additional storage volumes for RDS for Oracle and RDS for SQL
305
+ # Server.
306
+ # @return [Array<Types::AdditionalStorageVolume>]
307
+ def additional_storage_volumes
308
+ data[:additional_storage_volumes]
309
+ end
310
+
303
311
  # @!endgroup
304
312
 
305
313
  # @return [Client]
@@ -746,6 +754,16 @@ module Aws::RDS
746
754
  # engine_lifecycle_support: "String",
747
755
  # manage_master_user_password: false,
748
756
  # master_user_secret_kms_key_id: "String",
757
+ # additional_storage_volumes: [
758
+ # {
759
+ # volume_name: "String", # required
760
+ # allocated_storage: 1,
761
+ # iops: 1,
762
+ # max_allocated_storage: 1,
763
+ # storage_throughput: 1,
764
+ # storage_type: "String",
765
+ # },
766
+ # ],
749
767
  # })
750
768
  # @param [Hash] options ({})
751
769
  # @option options [required, String] :db_instance_identifier
@@ -1319,6 +1337,12 @@ module Aws::RDS
1319
1337
  # There is a default KMS key for your Amazon Web Services account. Your
1320
1338
  # Amazon Web Services account has a different default KMS key for each
1321
1339
  # Amazon Web Services Region.
1340
+ # @option options [Array<Types::AdditionalStorageVolume>] :additional_storage_volumes
1341
+ # A list of additional storage volumes to create for the DB instance.
1342
+ # You can create up to three additional storage volumes using the names
1343
+ # `rdsdbdata2`, `rdsdbdata3`, and `rdsdbdata4`. Additional storage
1344
+ # volumes are supported for RDS for Oracle and RDS for SQL Server DB
1345
+ # instances only.
1322
1346
  # @return [DBInstance]
1323
1347
  def restore(options = {})
1324
1348
  options = options.merge(db_snapshot_identifier: @snapshot_id)
@@ -1181,6 +1181,16 @@ module Aws::RDS
1181
1181
  # dedicated_log_volume: false,
1182
1182
  # engine_lifecycle_support: "String",
1183
1183
  # master_user_authentication_type: "password", # accepts password, iam-db-auth
1184
+ # additional_storage_volumes: [
1185
+ # {
1186
+ # volume_name: "String", # required
1187
+ # allocated_storage: 1,
1188
+ # iops: 1,
1189
+ # max_allocated_storage: 1,
1190
+ # storage_throughput: 1,
1191
+ # storage_type: "String",
1192
+ # },
1193
+ # ],
1184
1194
  # })
1185
1195
  # @param [Hash] options ({})
1186
1196
  # @option options [String] :db_name
@@ -1501,6 +1511,8 @@ module Aws::RDS
1501
1511
  #
1502
1512
  # * `postgres`
1503
1513
  #
1514
+ # * `sqlserver-dev-ee`
1515
+ #
1504
1516
  # * `sqlserver-ee`
1505
1517
  #
1506
1518
  # * `sqlserver-se`
@@ -2436,6 +2448,12 @@ module Aws::RDS
2436
2448
  #
2437
2449
  # This option is only valid for RDS for PostgreSQL and Aurora PostgreSQL
2438
2450
  # engines.
2451
+ # @option options [Array<Types::AdditionalStorageVolume>] :additional_storage_volumes
2452
+ # A list of additional storage volumes to create for the DB instance.
2453
+ # You can create up to three additional storage volumes using the names
2454
+ # `rdsdbdata2`, `rdsdbdata3`, and `rdsdbdata4`. Additional storage
2455
+ # volumes are supported for RDS for Oracle and RDS for SQL Server DB
2456
+ # instances only.
2439
2457
  # @return [DBInstance]
2440
2458
  def create_db_instance(options = {})
2441
2459
  resp = Aws::Plugins::UserAgent.metric('RESOURCE_MODEL') do