aws-sdk-rds 1.299.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-rds/client.rb +518 -12
- data/lib/aws-sdk-rds/client_api.rb +89 -0
- data/lib/aws-sdk-rds/db_cluster.rb +14 -0
- data/lib/aws-sdk-rds/db_engine_version.rb +16 -0
- data/lib/aws-sdk-rds/db_instance.rb +96 -0
- data/lib/aws-sdk-rds/db_snapshot.rb +24 -0
- data/lib/aws-sdk-rds/resource.rb +18 -0
- data/lib/aws-sdk-rds/types.rb +522 -30
- data/lib/aws-sdk-rds.rb +1 -1
- data/sig/client.rbs +74 -6
- data/sig/db_cluster.rbs +3 -0
- data/sig/db_engine_version.rbs +6 -0
- data/sig/db_instance.rbs +53 -3
- data/sig/db_snapshot.rbs +14 -1
- data/sig/resource.rbs +11 -1
- data/sig/types.rbs +79 -0
- metadata +3 -3
|
@@ -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')
|
|
@@ -767,15 +775,19 @@ module Aws::RDS
|
|
|
767
775
|
TenantDatabasesMessage = Shapes::StructureShape.new(name: 'TenantDatabasesMessage')
|
|
768
776
|
Timezone = Shapes::StructureShape.new(name: 'Timezone')
|
|
769
777
|
UnsupportedDBEngineVersionFault = Shapes::StructureShape.new(name: 'UnsupportedDBEngineVersionFault', error: {"code" => "UnsupportedDBEngineVersion", "httpStatusCode" => 400, "senderFault" => true})
|
|
778
|
+
UpgradeRolloutOrder = Shapes::StringShape.new(name: 'UpgradeRolloutOrder')
|
|
770
779
|
UpgradeTarget = Shapes::StructureShape.new(name: 'UpgradeTarget')
|
|
771
780
|
UserAuthConfig = Shapes::StructureShape.new(name: 'UserAuthConfig')
|
|
772
781
|
UserAuthConfigInfo = Shapes::StructureShape.new(name: 'UserAuthConfigInfo')
|
|
773
782
|
UserAuthConfigInfoList = Shapes::ListShape.new(name: 'UserAuthConfigInfoList')
|
|
774
783
|
UserAuthConfigList = Shapes::ListShape.new(name: 'UserAuthConfigList')
|
|
784
|
+
ValidAdditionalStorageOptions = Shapes::StructureShape.new(name: 'ValidAdditionalStorageOptions')
|
|
775
785
|
ValidDBInstanceModificationsMessage = Shapes::StructureShape.new(name: 'ValidDBInstanceModificationsMessage')
|
|
776
786
|
ValidStorageOptions = Shapes::StructureShape.new(name: 'ValidStorageOptions')
|
|
777
787
|
ValidStorageOptionsList = Shapes::ListShape.new(name: 'ValidStorageOptionsList')
|
|
778
788
|
ValidUpgradeTargetList = Shapes::ListShape.new(name: 'ValidUpgradeTargetList')
|
|
789
|
+
ValidVolumeOptions = Shapes::StructureShape.new(name: 'ValidVolumeOptions')
|
|
790
|
+
ValidVolumeOptionsList = Shapes::ListShape.new(name: 'ValidVolumeOptionsList')
|
|
779
791
|
VpcEncryptionControlViolationException = Shapes::StructureShape.new(name: 'VpcEncryptionControlViolationException', error: {"code" => "VpcEncryptionControlViolationException", "httpStatusCode" => 400, "senderFault" => true})
|
|
780
792
|
VpcSecurityGroupIdList = Shapes::ListShape.new(name: 'VpcSecurityGroupIdList')
|
|
781
793
|
VpcSecurityGroupMembership = Shapes::StructureShape.new(name: 'VpcSecurityGroupMembership')
|
|
@@ -815,6 +827,27 @@ module Aws::RDS
|
|
|
815
827
|
AddTagsToResourceMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, required: true, location_name: "Tags"))
|
|
816
828
|
AddTagsToResourceMessage.struct_class = Types::AddTagsToResourceMessage
|
|
817
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
|
+
|
|
818
851
|
ApplyPendingMaintenanceActionMessage.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceIdentifier"))
|
|
819
852
|
ApplyPendingMaintenanceActionMessage.add_member(:apply_action, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ApplyAction"))
|
|
820
853
|
ApplyPendingMaintenanceActionMessage.add_member(:opt_in_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "OptInType"))
|
|
@@ -848,6 +881,22 @@ module Aws::RDS
|
|
|
848
881
|
|
|
849
882
|
AvailabilityZones.member = Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZone")
|
|
850
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
|
+
|
|
851
900
|
AvailableProcessorFeature.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
|
|
852
901
|
AvailableProcessorFeature.add_member(:default_value, Shapes::ShapeRef.new(shape: String, location_name: "DefaultValue"))
|
|
853
902
|
AvailableProcessorFeature.add_member(:allowed_values, Shapes::ShapeRef.new(shape: String, location_name: "AllowedValues"))
|
|
@@ -1043,6 +1092,7 @@ module Aws::RDS
|
|
|
1043
1092
|
CreateCustomDBEngineVersionMessage.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
|
1044
1093
|
CreateCustomDBEngineVersionMessage.add_member(:manifest, Shapes::ShapeRef.new(shape: CustomDBEngineVersionManifest, location_name: "Manifest"))
|
|
1045
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"))
|
|
1046
1096
|
CreateCustomDBEngineVersionMessage.struct_class = Types::CreateCustomDBEngineVersionMessage
|
|
1047
1097
|
|
|
1048
1098
|
CreateDBClusterEndpointMessage.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterIdentifier"))
|
|
@@ -1198,6 +1248,7 @@ module Aws::RDS
|
|
|
1198
1248
|
CreateDBInstanceMessage.add_member(:dedicated_log_volume, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DedicatedLogVolume"))
|
|
1199
1249
|
CreateDBInstanceMessage.add_member(:engine_lifecycle_support, Shapes::ShapeRef.new(shape: String, location_name: "EngineLifecycleSupport"))
|
|
1200
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"))
|
|
1201
1252
|
CreateDBInstanceMessage.struct_class = Types::CreateDBInstanceMessage
|
|
1202
1253
|
|
|
1203
1254
|
CreateDBInstanceReadReplicaMessage.add_member(:db_instance_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBInstanceIdentifier"))
|
|
@@ -1247,6 +1298,7 @@ module Aws::RDS
|
|
|
1247
1298
|
CreateDBInstanceReadReplicaMessage.add_member(:dedicated_log_volume, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DedicatedLogVolume"))
|
|
1248
1299
|
CreateDBInstanceReadReplicaMessage.add_member(:upgrade_storage_config, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "UpgradeStorageConfig"))
|
|
1249
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"))
|
|
1250
1302
|
CreateDBInstanceReadReplicaMessage.add_member(:source_region, Shapes::ShapeRef.new(shape: String, location_name: "SourceRegion"))
|
|
1251
1303
|
CreateDBInstanceReadReplicaMessage.struct_class = Types::CreateDBInstanceReadReplicaMessage
|
|
1252
1304
|
|
|
@@ -1424,6 +1476,7 @@ module Aws::RDS
|
|
|
1424
1476
|
DBCluster.add_member(:db_cluster_option_group_memberships, Shapes::ShapeRef.new(shape: DBClusterOptionGroupMemberships, location_name: "DBClusterOptionGroupMemberships"))
|
|
1425
1477
|
DBCluster.add_member(:preferred_backup_window, Shapes::ShapeRef.new(shape: String, location_name: "PreferredBackupWindow"))
|
|
1426
1478
|
DBCluster.add_member(:preferred_maintenance_window, Shapes::ShapeRef.new(shape: String, location_name: "PreferredMaintenanceWindow"))
|
|
1479
|
+
DBCluster.add_member(:upgrade_rollout_order, Shapes::ShapeRef.new(shape: UpgradeRolloutOrder, location_name: "UpgradeRolloutOrder"))
|
|
1427
1480
|
DBCluster.add_member(:replication_source_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationSourceIdentifier"))
|
|
1428
1481
|
DBCluster.add_member(:read_replica_identifiers, Shapes::ShapeRef.new(shape: ReadReplicaIdentifierList, location_name: "ReadReplicaIdentifiers"))
|
|
1429
1482
|
DBCluster.add_member(:status_infos, Shapes::ShapeRef.new(shape: DBClusterStatusInfoList, location_name: "StatusInfos"))
|
|
@@ -1722,6 +1775,8 @@ module Aws::RDS
|
|
|
1722
1775
|
DBEngineVersion.add_member(:supports_local_write_forwarding, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "SupportsLocalWriteForwarding"))
|
|
1723
1776
|
DBEngineVersion.add_member(:supports_integrations, Shapes::ShapeRef.new(shape: Boolean, location_name: "SupportsIntegrations"))
|
|
1724
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"))
|
|
1725
1780
|
DBEngineVersion.struct_class = Types::DBEngineVersion
|
|
1726
1781
|
|
|
1727
1782
|
DBEngineVersionList.member = Shapes::ShapeRef.new(shape: DBEngineVersion, location_name: "DBEngineVersion")
|
|
@@ -1747,6 +1802,7 @@ module Aws::RDS
|
|
|
1747
1802
|
DBInstance.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZone"))
|
|
1748
1803
|
DBInstance.add_member(:db_subnet_group, Shapes::ShapeRef.new(shape: DBSubnetGroup, location_name: "DBSubnetGroup"))
|
|
1749
1804
|
DBInstance.add_member(:preferred_maintenance_window, Shapes::ShapeRef.new(shape: String, location_name: "PreferredMaintenanceWindow"))
|
|
1805
|
+
DBInstance.add_member(:upgrade_rollout_order, Shapes::ShapeRef.new(shape: UpgradeRolloutOrder, location_name: "UpgradeRolloutOrder"))
|
|
1750
1806
|
DBInstance.add_member(:pending_modified_values, Shapes::ShapeRef.new(shape: PendingModifiedValues, location_name: "PendingModifiedValues"))
|
|
1751
1807
|
DBInstance.add_member(:latest_restorable_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "LatestRestorableTime"))
|
|
1752
1808
|
DBInstance.add_member(:multi_az, Shapes::ShapeRef.new(shape: Boolean, location_name: "MultiAZ"))
|
|
@@ -1817,6 +1873,8 @@ module Aws::RDS
|
|
|
1817
1873
|
DBInstance.add_member(:dedicated_log_volume, Shapes::ShapeRef.new(shape: Boolean, location_name: "DedicatedLogVolume"))
|
|
1818
1874
|
DBInstance.add_member(:is_storage_config_upgrade_available, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "IsStorageConfigUpgradeAvailable"))
|
|
1819
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"))
|
|
1820
1878
|
DBInstance.struct_class = Types::DBInstance
|
|
1821
1879
|
|
|
1822
1880
|
DBInstanceAlreadyExistsFault.struct_class = Types::DBInstanceAlreadyExistsFault
|
|
@@ -1852,6 +1910,7 @@ module Aws::RDS
|
|
|
1852
1910
|
DBInstanceAutomatedBackup.add_member(:multi_tenant, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "MultiTenant"))
|
|
1853
1911
|
DBInstanceAutomatedBackup.add_member(:aws_backup_recovery_point_arn, Shapes::ShapeRef.new(shape: String, location_name: "AwsBackupRecoveryPointArn"))
|
|
1854
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"))
|
|
1855
1914
|
DBInstanceAutomatedBackup.struct_class = Types::DBInstanceAutomatedBackup
|
|
1856
1915
|
|
|
1857
1916
|
DBInstanceAutomatedBackupList.member = Shapes::ShapeRef.new(shape: DBInstanceAutomatedBackup, location_name: "DBInstanceAutomatedBackup")
|
|
@@ -2134,6 +2193,7 @@ module Aws::RDS
|
|
|
2134
2193
|
DBSnapshot.add_member(:multi_tenant, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "MultiTenant"))
|
|
2135
2194
|
DBSnapshot.add_member(:dedicated_log_volume, Shapes::ShapeRef.new(shape: Boolean, location_name: "DedicatedLogVolume"))
|
|
2136
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"))
|
|
2137
2197
|
DBSnapshot.struct_class = Types::DBSnapshot
|
|
2138
2198
|
|
|
2139
2199
|
DBSnapshotAlreadyExistsFault.struct_class = Types::DBSnapshotAlreadyExistsFault
|
|
@@ -3095,6 +3155,17 @@ module Aws::RDS
|
|
|
3095
3155
|
ModifyActivityStreamResponse.add_member(:policy_status, Shapes::ShapeRef.new(shape: ActivityStreamPolicyStatus, location_name: "PolicyStatus"))
|
|
3096
3156
|
ModifyActivityStreamResponse.struct_class = Types::ModifyActivityStreamResponse
|
|
3097
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
|
+
|
|
3098
3169
|
ModifyCertificatesMessage.add_member(:certificate_identifier, Shapes::ShapeRef.new(shape: String, location_name: "CertificateIdentifier"))
|
|
3099
3170
|
ModifyCertificatesMessage.add_member(:remove_customer_override, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "RemoveCustomerOverride"))
|
|
3100
3171
|
ModifyCertificatesMessage.struct_class = Types::ModifyCertificatesMessage
|
|
@@ -3247,6 +3318,7 @@ module Aws::RDS
|
|
|
3247
3318
|
ModifyDBInstanceMessage.add_member(:dedicated_log_volume, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DedicatedLogVolume"))
|
|
3248
3319
|
ModifyDBInstanceMessage.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
|
|
3249
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"))
|
|
3250
3322
|
ModifyDBInstanceMessage.struct_class = Types::ModifyDBInstanceMessage
|
|
3251
3323
|
|
|
3252
3324
|
ModifyDBInstanceResult.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
|
|
@@ -3528,6 +3600,8 @@ module Aws::RDS
|
|
|
3528
3600
|
OrderableDBInstanceOption.add_member(:supports_clusters, Shapes::ShapeRef.new(shape: Boolean, location_name: "SupportsClusters"))
|
|
3529
3601
|
OrderableDBInstanceOption.add_member(:supports_dedicated_log_volume, Shapes::ShapeRef.new(shape: Boolean, location_name: "SupportsDedicatedLogVolume"))
|
|
3530
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"))
|
|
3531
3605
|
OrderableDBInstanceOption.struct_class = Types::OrderableDBInstanceOption
|
|
3532
3606
|
|
|
3533
3607
|
OrderableDBInstanceOptionsList.member = Shapes::ShapeRef.new(shape: OrderableDBInstanceOption, location_name: "OrderableDBInstanceOption")
|
|
@@ -3596,6 +3670,7 @@ module Aws::RDS
|
|
|
3596
3670
|
PendingModifiedValues.add_member(:iam_database_authentication_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "IAMDatabaseAuthenticationEnabled"))
|
|
3597
3671
|
PendingModifiedValues.add_member(:dedicated_log_volume, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DedicatedLogVolume"))
|
|
3598
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"))
|
|
3599
3674
|
PendingModifiedValues.struct_class = Types::PendingModifiedValues
|
|
3600
3675
|
|
|
3601
3676
|
PerformanceInsightsMetricDimensionGroup.add_member(:dimensions, Shapes::ShapeRef.new(shape: StringList, location_name: "Dimensions"))
|
|
@@ -3985,6 +4060,7 @@ module Aws::RDS
|
|
|
3985
4060
|
RestoreDBInstanceFromDBSnapshotMessage.add_member(:engine_lifecycle_support, Shapes::ShapeRef.new(shape: String, location_name: "EngineLifecycleSupport"))
|
|
3986
4061
|
RestoreDBInstanceFromDBSnapshotMessage.add_member(:manage_master_user_password, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ManageMasterUserPassword"))
|
|
3987
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"))
|
|
3988
4064
|
RestoreDBInstanceFromDBSnapshotMessage.struct_class = Types::RestoreDBInstanceFromDBSnapshotMessage
|
|
3989
4065
|
|
|
3990
4066
|
RestoreDBInstanceFromDBSnapshotResult.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
|
|
@@ -4042,6 +4118,7 @@ module Aws::RDS
|
|
|
4042
4118
|
RestoreDBInstanceFromS3Message.add_member(:dedicated_log_volume, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DedicatedLogVolume"))
|
|
4043
4119
|
RestoreDBInstanceFromS3Message.add_member(:ca_certificate_identifier, Shapes::ShapeRef.new(shape: String, location_name: "CACertificateIdentifier"))
|
|
4044
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"))
|
|
4045
4122
|
RestoreDBInstanceFromS3Message.struct_class = Types::RestoreDBInstanceFromS3Message
|
|
4046
4123
|
|
|
4047
4124
|
RestoreDBInstanceFromS3Result.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
|
|
@@ -4095,6 +4172,7 @@ module Aws::RDS
|
|
|
4095
4172
|
RestoreDBInstanceToPointInTimeMessage.add_member(:engine_lifecycle_support, Shapes::ShapeRef.new(shape: String, location_name: "EngineLifecycleSupport"))
|
|
4096
4173
|
RestoreDBInstanceToPointInTimeMessage.add_member(:manage_master_user_password, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ManageMasterUserPassword"))
|
|
4097
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"))
|
|
4098
4176
|
RestoreDBInstanceToPointInTimeMessage.struct_class = Types::RestoreDBInstanceToPointInTimeMessage
|
|
4099
4177
|
|
|
4100
4178
|
RestoreDBInstanceToPointInTimeResult.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
|
|
@@ -4404,9 +4482,14 @@ module Aws::RDS
|
|
|
4404
4482
|
|
|
4405
4483
|
UserAuthConfigList.member = Shapes::ShapeRef.new(shape: UserAuthConfig)
|
|
4406
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
|
+
|
|
4407
4489
|
ValidDBInstanceModificationsMessage.add_member(:storage, Shapes::ShapeRef.new(shape: ValidStorageOptionsList, location_name: "Storage"))
|
|
4408
4490
|
ValidDBInstanceModificationsMessage.add_member(:valid_processor_features, Shapes::ShapeRef.new(shape: AvailableProcessorFeatureList, location_name: "ValidProcessorFeatures"))
|
|
4409
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"))
|
|
4410
4493
|
ValidDBInstanceModificationsMessage.struct_class = Types::ValidDBInstanceModificationsMessage
|
|
4411
4494
|
|
|
4412
4495
|
ValidStorageOptions.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
|
|
@@ -4422,6 +4505,12 @@ module Aws::RDS
|
|
|
4422
4505
|
|
|
4423
4506
|
ValidUpgradeTargetList.member = Shapes::ShapeRef.new(shape: UpgradeTarget, location_name: "UpgradeTarget")
|
|
4424
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
|
+
|
|
4425
4514
|
VpcEncryptionControlViolationException.struct_class = Types::VpcEncryptionControlViolationException
|
|
4426
4515
|
|
|
4427
4516
|
VpcSecurityGroupIdList.member = Shapes::ShapeRef.new(shape: String, location_name: "VpcSecurityGroupId")
|
|
@@ -190,6 +190,20 @@ module Aws::RDS
|
|
|
190
190
|
data[:preferred_maintenance_window]
|
|
191
191
|
end
|
|
192
192
|
|
|
193
|
+
# This data type represents the order in which the clusters are
|
|
194
|
+
# upgraded.
|
|
195
|
+
#
|
|
196
|
+
# * \[first\] - Typically used for development or testing environments.
|
|
197
|
+
#
|
|
198
|
+
# * \[second\] - Default order for resources not specifically
|
|
199
|
+
# configured.
|
|
200
|
+
#
|
|
201
|
+
# * \[last\] - Usually reserved for production environments.
|
|
202
|
+
# @return [String]
|
|
203
|
+
def upgrade_rollout_order
|
|
204
|
+
data[:upgrade_rollout_order]
|
|
205
|
+
end
|
|
206
|
+
|
|
193
207
|
# The identifier of the source DB cluster if this DB cluster is a read
|
|
194
208
|
# replica.
|
|
195
209
|
# @return [String]
|
|
@@ -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]
|
|
@@ -153,6 +153,20 @@ module Aws::RDS
|
|
|
153
153
|
data[:preferred_maintenance_window]
|
|
154
154
|
end
|
|
155
155
|
|
|
156
|
+
# This data type represents the order in which the instances are
|
|
157
|
+
# upgraded.
|
|
158
|
+
#
|
|
159
|
+
# * \[first\] - Typically used for development or testing environments.
|
|
160
|
+
#
|
|
161
|
+
# * \[second\] - Default order for resources not specifically
|
|
162
|
+
# configured.
|
|
163
|
+
#
|
|
164
|
+
# * \[last\] - Usually reserved for production environments.
|
|
165
|
+
# @return [String]
|
|
166
|
+
def upgrade_rollout_order
|
|
167
|
+
data[:upgrade_rollout_order]
|
|
168
|
+
end
|
|
169
|
+
|
|
156
170
|
# Information about pending changes to the DB instance. This information
|
|
157
171
|
# is returned only when there are pending changes. Specific changes are
|
|
158
172
|
# identified by subelements.
|
|
@@ -816,6 +830,22 @@ module Aws::RDS
|
|
|
816
830
|
data[:engine_lifecycle_support]
|
|
817
831
|
end
|
|
818
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
|
+
|
|
819
849
|
# @!endgroup
|
|
820
850
|
|
|
821
851
|
# @return [Client]
|
|
@@ -1031,6 +1061,16 @@ module Aws::RDS
|
|
|
1031
1061
|
# dedicated_log_volume: false,
|
|
1032
1062
|
# engine_lifecycle_support: "String",
|
|
1033
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
|
+
# ],
|
|
1034
1074
|
# })
|
|
1035
1075
|
# @param [Hash] options ({})
|
|
1036
1076
|
# @option options [String] :db_name
|
|
@@ -1338,6 +1378,8 @@ module Aws::RDS
|
|
|
1338
1378
|
#
|
|
1339
1379
|
# * `postgres`
|
|
1340
1380
|
#
|
|
1381
|
+
# * `sqlserver-dev-ee`
|
|
1382
|
+
#
|
|
1341
1383
|
# * `sqlserver-ee`
|
|
1342
1384
|
#
|
|
1343
1385
|
# * `sqlserver-se`
|
|
@@ -2273,6 +2315,12 @@ module Aws::RDS
|
|
|
2273
2315
|
#
|
|
2274
2316
|
# This option is only valid for RDS for PostgreSQL and Aurora PostgreSQL
|
|
2275
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.
|
|
2276
2324
|
# @return [DBInstance]
|
|
2277
2325
|
def create(options = {})
|
|
2278
2326
|
options = options.merge(db_instance_identifier: @id)
|
|
@@ -2345,6 +2393,16 @@ module Aws::RDS
|
|
|
2345
2393
|
# dedicated_log_volume: false,
|
|
2346
2394
|
# upgrade_storage_config: false,
|
|
2347
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
|
+
# ],
|
|
2348
2406
|
# source_region: "String",
|
|
2349
2407
|
# })
|
|
2350
2408
|
# @param [Hash] options ({})
|
|
@@ -2980,6 +3038,12 @@ module Aws::RDS
|
|
|
2980
3038
|
#
|
|
2981
3039
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html
|
|
2982
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.
|
|
2983
3047
|
# @option options [String] :source_region
|
|
2984
3048
|
# The source region of the snapshot. This is only needed when the
|
|
2985
3049
|
# shapshot is encrypted and in a different region.
|
|
@@ -3185,6 +3249,17 @@ module Aws::RDS
|
|
|
3185
3249
|
# dedicated_log_volume: false,
|
|
3186
3250
|
# engine: "String",
|
|
3187
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
|
+
# ],
|
|
3188
3263
|
# })
|
|
3189
3264
|
# @param [Hash] options ({})
|
|
3190
3265
|
# @option options [Integer] :allocated_storage
|
|
@@ -4284,6 +4359,11 @@ module Aws::RDS
|
|
|
4284
4359
|
#
|
|
4285
4360
|
# This option is only valid for RDS for PostgreSQL and Aurora PostgreSQL
|
|
4286
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.
|
|
4287
4367
|
# @return [DBInstance]
|
|
4288
4368
|
def modify(options = {})
|
|
4289
4369
|
options = options.merge(db_instance_identifier: @id)
|
|
@@ -4436,6 +4516,16 @@ module Aws::RDS
|
|
|
4436
4516
|
# engine_lifecycle_support: "String",
|
|
4437
4517
|
# manage_master_user_password: false,
|
|
4438
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
|
+
# ],
|
|
4439
4529
|
# })
|
|
4440
4530
|
# @param [Hash] options ({})
|
|
4441
4531
|
# @option options [required, String] :target_db_instance_identifier
|
|
@@ -5036,6 +5126,12 @@ module Aws::RDS
|
|
|
5036
5126
|
# There is a default KMS key for your Amazon Web Services account. Your
|
|
5037
5127
|
# Amazon Web Services account has a different default KMS key for each
|
|
5038
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.
|
|
5039
5135
|
# @return [DBInstance]
|
|
5040
5136
|
def restore(options = {})
|
|
5041
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)
|
data/lib/aws-sdk-rds/resource.rb
CHANGED
|
@@ -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
|