aws-sdk-rds 1.296.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 +25 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-rds/client.rb +560 -72
- data/lib/aws-sdk-rds/client_api.rb +104 -0
- data/lib/aws-sdk-rds/db_cluster.rb +30 -25
- data/lib/aws-sdk-rds/db_engine_version.rb +16 -0
- data/lib/aws-sdk-rds/db_instance.rb +110 -23
- data/lib/aws-sdk-rds/db_snapshot.rb +24 -0
- data/lib/aws-sdk-rds/errors.rb +11 -0
- data/lib/aws-sdk-rds/resource.rb +47 -47
- data/lib/aws-sdk-rds/types.rb +559 -76
- data/lib/aws-sdk-rds.rb +1 -1
- data/sig/client.rbs +75 -7
- data/sig/db_cluster.rbs +5 -2
- data/sig/db_engine_version.rbs +6 -0
- data/sig/db_instance.rbs +53 -3
- data/sig/db_snapshot.rbs +14 -1
- data/sig/errors.rbs +2 -0
- data/sig/resource.rbs +12 -2
- data/sig/types.rbs +84 -2
- 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,20 @@ 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')
|
|
791
|
+
VpcEncryptionControlViolationException = Shapes::StructureShape.new(name: 'VpcEncryptionControlViolationException', error: {"code" => "VpcEncryptionControlViolationException", "httpStatusCode" => 400, "senderFault" => true})
|
|
779
792
|
VpcSecurityGroupIdList = Shapes::ListShape.new(name: 'VpcSecurityGroupIdList')
|
|
780
793
|
VpcSecurityGroupMembership = Shapes::StructureShape.new(name: 'VpcSecurityGroupMembership')
|
|
781
794
|
VpcSecurityGroupMembershipList = Shapes::ListShape.new(name: 'VpcSecurityGroupMembershipList')
|
|
@@ -814,6 +827,27 @@ module Aws::RDS
|
|
|
814
827
|
AddTagsToResourceMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, required: true, location_name: "Tags"))
|
|
815
828
|
AddTagsToResourceMessage.struct_class = Types::AddTagsToResourceMessage
|
|
816
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
|
+
|
|
817
851
|
ApplyPendingMaintenanceActionMessage.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceIdentifier"))
|
|
818
852
|
ApplyPendingMaintenanceActionMessage.add_member(:apply_action, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ApplyAction"))
|
|
819
853
|
ApplyPendingMaintenanceActionMessage.add_member(:opt_in_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "OptInType"))
|
|
@@ -847,6 +881,22 @@ module Aws::RDS
|
|
|
847
881
|
|
|
848
882
|
AvailabilityZones.member = Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZone")
|
|
849
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
|
+
|
|
850
900
|
AvailableProcessorFeature.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
|
|
851
901
|
AvailableProcessorFeature.add_member(:default_value, Shapes::ShapeRef.new(shape: String, location_name: "DefaultValue"))
|
|
852
902
|
AvailableProcessorFeature.add_member(:allowed_values, Shapes::ShapeRef.new(shape: String, location_name: "AllowedValues"))
|
|
@@ -1042,6 +1092,7 @@ module Aws::RDS
|
|
|
1042
1092
|
CreateCustomDBEngineVersionMessage.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
|
1043
1093
|
CreateCustomDBEngineVersionMessage.add_member(:manifest, Shapes::ShapeRef.new(shape: CustomDBEngineVersionManifest, location_name: "Manifest"))
|
|
1044
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"))
|
|
1045
1096
|
CreateCustomDBEngineVersionMessage.struct_class = Types::CreateCustomDBEngineVersionMessage
|
|
1046
1097
|
|
|
1047
1098
|
CreateDBClusterEndpointMessage.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterIdentifier"))
|
|
@@ -1197,6 +1248,7 @@ module Aws::RDS
|
|
|
1197
1248
|
CreateDBInstanceMessage.add_member(:dedicated_log_volume, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DedicatedLogVolume"))
|
|
1198
1249
|
CreateDBInstanceMessage.add_member(:engine_lifecycle_support, Shapes::ShapeRef.new(shape: String, location_name: "EngineLifecycleSupport"))
|
|
1199
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"))
|
|
1200
1252
|
CreateDBInstanceMessage.struct_class = Types::CreateDBInstanceMessage
|
|
1201
1253
|
|
|
1202
1254
|
CreateDBInstanceReadReplicaMessage.add_member(:db_instance_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBInstanceIdentifier"))
|
|
@@ -1246,6 +1298,7 @@ module Aws::RDS
|
|
|
1246
1298
|
CreateDBInstanceReadReplicaMessage.add_member(:dedicated_log_volume, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DedicatedLogVolume"))
|
|
1247
1299
|
CreateDBInstanceReadReplicaMessage.add_member(:upgrade_storage_config, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "UpgradeStorageConfig"))
|
|
1248
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"))
|
|
1249
1302
|
CreateDBInstanceReadReplicaMessage.add_member(:source_region, Shapes::ShapeRef.new(shape: String, location_name: "SourceRegion"))
|
|
1250
1303
|
CreateDBInstanceReadReplicaMessage.struct_class = Types::CreateDBInstanceReadReplicaMessage
|
|
1251
1304
|
|
|
@@ -1423,6 +1476,7 @@ module Aws::RDS
|
|
|
1423
1476
|
DBCluster.add_member(:db_cluster_option_group_memberships, Shapes::ShapeRef.new(shape: DBClusterOptionGroupMemberships, location_name: "DBClusterOptionGroupMemberships"))
|
|
1424
1477
|
DBCluster.add_member(:preferred_backup_window, Shapes::ShapeRef.new(shape: String, location_name: "PreferredBackupWindow"))
|
|
1425
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"))
|
|
1426
1480
|
DBCluster.add_member(:replication_source_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationSourceIdentifier"))
|
|
1427
1481
|
DBCluster.add_member(:read_replica_identifiers, Shapes::ShapeRef.new(shape: ReadReplicaIdentifierList, location_name: "ReadReplicaIdentifiers"))
|
|
1428
1482
|
DBCluster.add_member(:status_infos, Shapes::ShapeRef.new(shape: DBClusterStatusInfoList, location_name: "StatusInfos"))
|
|
@@ -1721,6 +1775,8 @@ module Aws::RDS
|
|
|
1721
1775
|
DBEngineVersion.add_member(:supports_local_write_forwarding, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "SupportsLocalWriteForwarding"))
|
|
1722
1776
|
DBEngineVersion.add_member(:supports_integrations, Shapes::ShapeRef.new(shape: Boolean, location_name: "SupportsIntegrations"))
|
|
1723
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"))
|
|
1724
1780
|
DBEngineVersion.struct_class = Types::DBEngineVersion
|
|
1725
1781
|
|
|
1726
1782
|
DBEngineVersionList.member = Shapes::ShapeRef.new(shape: DBEngineVersion, location_name: "DBEngineVersion")
|
|
@@ -1746,6 +1802,7 @@ module Aws::RDS
|
|
|
1746
1802
|
DBInstance.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZone"))
|
|
1747
1803
|
DBInstance.add_member(:db_subnet_group, Shapes::ShapeRef.new(shape: DBSubnetGroup, location_name: "DBSubnetGroup"))
|
|
1748
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"))
|
|
1749
1806
|
DBInstance.add_member(:pending_modified_values, Shapes::ShapeRef.new(shape: PendingModifiedValues, location_name: "PendingModifiedValues"))
|
|
1750
1807
|
DBInstance.add_member(:latest_restorable_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "LatestRestorableTime"))
|
|
1751
1808
|
DBInstance.add_member(:multi_az, Shapes::ShapeRef.new(shape: Boolean, location_name: "MultiAZ"))
|
|
@@ -1816,6 +1873,8 @@ module Aws::RDS
|
|
|
1816
1873
|
DBInstance.add_member(:dedicated_log_volume, Shapes::ShapeRef.new(shape: Boolean, location_name: "DedicatedLogVolume"))
|
|
1817
1874
|
DBInstance.add_member(:is_storage_config_upgrade_available, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "IsStorageConfigUpgradeAvailable"))
|
|
1818
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"))
|
|
1819
1878
|
DBInstance.struct_class = Types::DBInstance
|
|
1820
1879
|
|
|
1821
1880
|
DBInstanceAlreadyExistsFault.struct_class = Types::DBInstanceAlreadyExistsFault
|
|
@@ -1851,6 +1910,7 @@ module Aws::RDS
|
|
|
1851
1910
|
DBInstanceAutomatedBackup.add_member(:multi_tenant, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "MultiTenant"))
|
|
1852
1911
|
DBInstanceAutomatedBackup.add_member(:aws_backup_recovery_point_arn, Shapes::ShapeRef.new(shape: String, location_name: "AwsBackupRecoveryPointArn"))
|
|
1853
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"))
|
|
1854
1914
|
DBInstanceAutomatedBackup.struct_class = Types::DBInstanceAutomatedBackup
|
|
1855
1915
|
|
|
1856
1916
|
DBInstanceAutomatedBackupList.member = Shapes::ShapeRef.new(shape: DBInstanceAutomatedBackup, location_name: "DBInstanceAutomatedBackup")
|
|
@@ -2133,6 +2193,7 @@ module Aws::RDS
|
|
|
2133
2193
|
DBSnapshot.add_member(:multi_tenant, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "MultiTenant"))
|
|
2134
2194
|
DBSnapshot.add_member(:dedicated_log_volume, Shapes::ShapeRef.new(shape: Boolean, location_name: "DedicatedLogVolume"))
|
|
2135
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"))
|
|
2136
2197
|
DBSnapshot.struct_class = Types::DBSnapshot
|
|
2137
2198
|
|
|
2138
2199
|
DBSnapshotAlreadyExistsFault.struct_class = Types::DBSnapshotAlreadyExistsFault
|
|
@@ -3094,6 +3155,17 @@ module Aws::RDS
|
|
|
3094
3155
|
ModifyActivityStreamResponse.add_member(:policy_status, Shapes::ShapeRef.new(shape: ActivityStreamPolicyStatus, location_name: "PolicyStatus"))
|
|
3095
3156
|
ModifyActivityStreamResponse.struct_class = Types::ModifyActivityStreamResponse
|
|
3096
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
|
+
|
|
3097
3169
|
ModifyCertificatesMessage.add_member(:certificate_identifier, Shapes::ShapeRef.new(shape: String, location_name: "CertificateIdentifier"))
|
|
3098
3170
|
ModifyCertificatesMessage.add_member(:remove_customer_override, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "RemoveCustomerOverride"))
|
|
3099
3171
|
ModifyCertificatesMessage.struct_class = Types::ModifyCertificatesMessage
|
|
@@ -3246,6 +3318,7 @@ module Aws::RDS
|
|
|
3246
3318
|
ModifyDBInstanceMessage.add_member(:dedicated_log_volume, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DedicatedLogVolume"))
|
|
3247
3319
|
ModifyDBInstanceMessage.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
|
|
3248
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"))
|
|
3249
3322
|
ModifyDBInstanceMessage.struct_class = Types::ModifyDBInstanceMessage
|
|
3250
3323
|
|
|
3251
3324
|
ModifyDBInstanceResult.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
|
|
@@ -3527,6 +3600,8 @@ module Aws::RDS
|
|
|
3527
3600
|
OrderableDBInstanceOption.add_member(:supports_clusters, Shapes::ShapeRef.new(shape: Boolean, location_name: "SupportsClusters"))
|
|
3528
3601
|
OrderableDBInstanceOption.add_member(:supports_dedicated_log_volume, Shapes::ShapeRef.new(shape: Boolean, location_name: "SupportsDedicatedLogVolume"))
|
|
3529
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"))
|
|
3530
3605
|
OrderableDBInstanceOption.struct_class = Types::OrderableDBInstanceOption
|
|
3531
3606
|
|
|
3532
3607
|
OrderableDBInstanceOptionsList.member = Shapes::ShapeRef.new(shape: OrderableDBInstanceOption, location_name: "OrderableDBInstanceOption")
|
|
@@ -3595,6 +3670,7 @@ module Aws::RDS
|
|
|
3595
3670
|
PendingModifiedValues.add_member(:iam_database_authentication_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "IAMDatabaseAuthenticationEnabled"))
|
|
3596
3671
|
PendingModifiedValues.add_member(:dedicated_log_volume, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DedicatedLogVolume"))
|
|
3597
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"))
|
|
3598
3674
|
PendingModifiedValues.struct_class = Types::PendingModifiedValues
|
|
3599
3675
|
|
|
3600
3676
|
PerformanceInsightsMetricDimensionGroup.add_member(:dimensions, Shapes::ShapeRef.new(shape: StringList, location_name: "Dimensions"))
|
|
@@ -3984,6 +4060,7 @@ module Aws::RDS
|
|
|
3984
4060
|
RestoreDBInstanceFromDBSnapshotMessage.add_member(:engine_lifecycle_support, Shapes::ShapeRef.new(shape: String, location_name: "EngineLifecycleSupport"))
|
|
3985
4061
|
RestoreDBInstanceFromDBSnapshotMessage.add_member(:manage_master_user_password, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ManageMasterUserPassword"))
|
|
3986
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"))
|
|
3987
4064
|
RestoreDBInstanceFromDBSnapshotMessage.struct_class = Types::RestoreDBInstanceFromDBSnapshotMessage
|
|
3988
4065
|
|
|
3989
4066
|
RestoreDBInstanceFromDBSnapshotResult.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
|
|
@@ -4041,6 +4118,7 @@ module Aws::RDS
|
|
|
4041
4118
|
RestoreDBInstanceFromS3Message.add_member(:dedicated_log_volume, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DedicatedLogVolume"))
|
|
4042
4119
|
RestoreDBInstanceFromS3Message.add_member(:ca_certificate_identifier, Shapes::ShapeRef.new(shape: String, location_name: "CACertificateIdentifier"))
|
|
4043
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"))
|
|
4044
4122
|
RestoreDBInstanceFromS3Message.struct_class = Types::RestoreDBInstanceFromS3Message
|
|
4045
4123
|
|
|
4046
4124
|
RestoreDBInstanceFromS3Result.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
|
|
@@ -4094,6 +4172,7 @@ module Aws::RDS
|
|
|
4094
4172
|
RestoreDBInstanceToPointInTimeMessage.add_member(:engine_lifecycle_support, Shapes::ShapeRef.new(shape: String, location_name: "EngineLifecycleSupport"))
|
|
4095
4173
|
RestoreDBInstanceToPointInTimeMessage.add_member(:manage_master_user_password, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ManageMasterUserPassword"))
|
|
4096
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"))
|
|
4097
4176
|
RestoreDBInstanceToPointInTimeMessage.struct_class = Types::RestoreDBInstanceToPointInTimeMessage
|
|
4098
4177
|
|
|
4099
4178
|
RestoreDBInstanceToPointInTimeResult.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
|
|
@@ -4403,9 +4482,14 @@ module Aws::RDS
|
|
|
4403
4482
|
|
|
4404
4483
|
UserAuthConfigList.member = Shapes::ShapeRef.new(shape: UserAuthConfig)
|
|
4405
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
|
+
|
|
4406
4489
|
ValidDBInstanceModificationsMessage.add_member(:storage, Shapes::ShapeRef.new(shape: ValidStorageOptionsList, location_name: "Storage"))
|
|
4407
4490
|
ValidDBInstanceModificationsMessage.add_member(:valid_processor_features, Shapes::ShapeRef.new(shape: AvailableProcessorFeatureList, location_name: "ValidProcessorFeatures"))
|
|
4408
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"))
|
|
4409
4493
|
ValidDBInstanceModificationsMessage.struct_class = Types::ValidDBInstanceModificationsMessage
|
|
4410
4494
|
|
|
4411
4495
|
ValidStorageOptions.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
|
|
@@ -4421,6 +4505,14 @@ module Aws::RDS
|
|
|
4421
4505
|
|
|
4422
4506
|
ValidUpgradeTargetList.member = Shapes::ShapeRef.new(shape: UpgradeTarget, location_name: "UpgradeTarget")
|
|
4423
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
|
+
|
|
4514
|
+
VpcEncryptionControlViolationException.struct_class = Types::VpcEncryptionControlViolationException
|
|
4515
|
+
|
|
4424
4516
|
VpcSecurityGroupIdList.member = Shapes::ShapeRef.new(shape: String, location_name: "VpcSecurityGroupId")
|
|
4425
4517
|
|
|
4426
4518
|
VpcSecurityGroupMembership.add_member(:vpc_security_group_id, Shapes::ShapeRef.new(shape: String, location_name: "VpcSecurityGroupId"))
|
|
@@ -4673,6 +4765,7 @@ module Aws::RDS
|
|
|
4673
4765
|
o.errors << Shapes::ShapeRef.new(shape: DomainNotFoundFault)
|
|
4674
4766
|
o.errors << Shapes::ShapeRef.new(shape: StorageTypeNotSupportedFault)
|
|
4675
4767
|
o.errors << Shapes::ShapeRef.new(shape: OptionGroupNotFoundFault)
|
|
4768
|
+
o.errors << Shapes::ShapeRef.new(shape: VpcEncryptionControlViolationException)
|
|
4676
4769
|
end)
|
|
4677
4770
|
|
|
4678
4771
|
api.add_operation(:create_db_cluster_endpoint, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -4740,6 +4833,7 @@ module Aws::RDS
|
|
|
4740
4833
|
o.errors << Shapes::ShapeRef.new(shape: BackupPolicyNotFoundFault)
|
|
4741
4834
|
o.errors << Shapes::ShapeRef.new(shape: CertificateNotFoundFault)
|
|
4742
4835
|
o.errors << Shapes::ShapeRef.new(shape: TenantDatabaseQuotaExceededFault)
|
|
4836
|
+
o.errors << Shapes::ShapeRef.new(shape: VpcEncryptionControlViolationException)
|
|
4743
4837
|
end)
|
|
4744
4838
|
|
|
4745
4839
|
api.add_operation(:create_db_instance_read_replica, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -4772,6 +4866,7 @@ module Aws::RDS
|
|
|
4772
4866
|
o.errors << Shapes::ShapeRef.new(shape: DomainNotFoundFault)
|
|
4773
4867
|
o.errors << Shapes::ShapeRef.new(shape: TenantDatabaseQuotaExceededFault)
|
|
4774
4868
|
o.errors << Shapes::ShapeRef.new(shape: CertificateNotFoundFault)
|
|
4869
|
+
o.errors << Shapes::ShapeRef.new(shape: VpcEncryptionControlViolationException)
|
|
4775
4870
|
end)
|
|
4776
4871
|
|
|
4777
4872
|
api.add_operation(:create_db_parameter_group, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -5958,6 +6053,7 @@ module Aws::RDS
|
|
|
5958
6053
|
o.errors << Shapes::ShapeRef.new(shape: StorageTypeNotAvailableFault)
|
|
5959
6054
|
o.errors << Shapes::ShapeRef.new(shape: OptionGroupNotFoundFault)
|
|
5960
6055
|
o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
|
|
6056
|
+
o.errors << Shapes::ShapeRef.new(shape: VpcEncryptionControlViolationException)
|
|
5961
6057
|
end)
|
|
5962
6058
|
|
|
5963
6059
|
api.add_operation(:modify_db_cluster_endpoint, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -6021,6 +6117,7 @@ module Aws::RDS
|
|
|
6021
6117
|
o.errors << Shapes::ShapeRef.new(shape: NetworkTypeNotSupported)
|
|
6022
6118
|
o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterStateFault)
|
|
6023
6119
|
o.errors << Shapes::ShapeRef.new(shape: TenantDatabaseQuotaExceededFault)
|
|
6120
|
+
o.errors << Shapes::ShapeRef.new(shape: VpcEncryptionControlViolationException)
|
|
6024
6121
|
end)
|
|
6025
6122
|
|
|
6026
6123
|
api.add_operation(:modify_db_parameter_group, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -6403,6 +6500,7 @@ module Aws::RDS
|
|
|
6403
6500
|
o.errors << Shapes::ShapeRef.new(shape: StorageTypeNotSupportedFault)
|
|
6404
6501
|
o.errors << Shapes::ShapeRef.new(shape: InvalidDBInstanceStateFault)
|
|
6405
6502
|
o.errors << Shapes::ShapeRef.new(shape: InsufficientDBInstanceCapacityFault)
|
|
6503
|
+
o.errors << Shapes::ShapeRef.new(shape: VpcEncryptionControlViolationException)
|
|
6406
6504
|
end)
|
|
6407
6505
|
|
|
6408
6506
|
api.add_operation(:restore_db_cluster_to_point_in_time, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -6433,6 +6531,7 @@ module Aws::RDS
|
|
|
6433
6531
|
o.errors << Shapes::ShapeRef.new(shape: StorageTypeNotSupportedFault)
|
|
6434
6532
|
o.errors << Shapes::ShapeRef.new(shape: DBClusterAutomatedBackupNotFoundFault)
|
|
6435
6533
|
o.errors << Shapes::ShapeRef.new(shape: InsufficientDBInstanceCapacityFault)
|
|
6534
|
+
o.errors << Shapes::ShapeRef.new(shape: VpcEncryptionControlViolationException)
|
|
6436
6535
|
end)
|
|
6437
6536
|
|
|
6438
6537
|
api.add_operation(:restore_db_instance_from_db_snapshot, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -6465,6 +6564,7 @@ module Aws::RDS
|
|
|
6465
6564
|
o.errors << Shapes::ShapeRef.new(shape: DBClusterSnapshotNotFoundFault)
|
|
6466
6565
|
o.errors << Shapes::ShapeRef.new(shape: CertificateNotFoundFault)
|
|
6467
6566
|
o.errors << Shapes::ShapeRef.new(shape: TenantDatabaseQuotaExceededFault)
|
|
6567
|
+
o.errors << Shapes::ShapeRef.new(shape: VpcEncryptionControlViolationException)
|
|
6468
6568
|
end)
|
|
6469
6569
|
|
|
6470
6570
|
api.add_operation(:restore_db_instance_from_s3, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -6492,6 +6592,7 @@ module Aws::RDS
|
|
|
6492
6592
|
o.errors << Shapes::ShapeRef.new(shape: NetworkTypeNotSupported)
|
|
6493
6593
|
o.errors << Shapes::ShapeRef.new(shape: BackupPolicyNotFoundFault)
|
|
6494
6594
|
o.errors << Shapes::ShapeRef.new(shape: CertificateNotFoundFault)
|
|
6595
|
+
o.errors << Shapes::ShapeRef.new(shape: VpcEncryptionControlViolationException)
|
|
6495
6596
|
end)
|
|
6496
6597
|
|
|
6497
6598
|
api.add_operation(:restore_db_instance_to_point_in_time, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -6525,6 +6626,7 @@ module Aws::RDS
|
|
|
6525
6626
|
o.errors << Shapes::ShapeRef.new(shape: DBInstanceAutomatedBackupNotFoundFault)
|
|
6526
6627
|
o.errors << Shapes::ShapeRef.new(shape: TenantDatabaseQuotaExceededFault)
|
|
6527
6628
|
o.errors << Shapes::ShapeRef.new(shape: CertificateNotFoundFault)
|
|
6629
|
+
o.errors << Shapes::ShapeRef.new(shape: VpcEncryptionControlViolationException)
|
|
6528
6630
|
end)
|
|
6529
6631
|
|
|
6530
6632
|
api.add_operation(:revoke_db_security_group_ingress, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -6563,6 +6665,7 @@ module Aws::RDS
|
|
|
6563
6665
|
o.errors << Shapes::ShapeRef.new(shape: InvalidDBInstanceStateFault)
|
|
6564
6666
|
o.errors << Shapes::ShapeRef.new(shape: InvalidDBShardGroupStateFault)
|
|
6565
6667
|
o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
|
|
6668
|
+
o.errors << Shapes::ShapeRef.new(shape: VpcEncryptionControlViolationException)
|
|
6566
6669
|
end)
|
|
6567
6670
|
|
|
6568
6671
|
api.add_operation(:start_db_instance, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -6582,6 +6685,7 @@ module Aws::RDS
|
|
|
6582
6685
|
o.errors << Shapes::ShapeRef.new(shape: DBClusterNotFoundFault)
|
|
6583
6686
|
o.errors << Shapes::ShapeRef.new(shape: AuthorizationNotFoundFault)
|
|
6584
6687
|
o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
|
|
6688
|
+
o.errors << Shapes::ShapeRef.new(shape: VpcEncryptionControlViolationException)
|
|
6585
6689
|
end)
|
|
6586
6690
|
|
|
6587
6691
|
api.add_operation(:start_db_instance_automated_backups_replication, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -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]
|
|
@@ -986,7 +1000,7 @@ module Aws::RDS
|
|
|
986
1000
|
# performance_insights_kms_key_id: "String",
|
|
987
1001
|
# performance_insights_retention_period: 1,
|
|
988
1002
|
# enable_limitless_database: false,
|
|
989
|
-
# cluster_scalability_type: "standard", # accepts standard, limitless
|
|
1003
|
+
# cluster_scalability_type: "standard", # accepts standard, limitless
|
|
990
1004
|
# db_system_id: "String",
|
|
991
1005
|
# manage_master_user_password: false,
|
|
992
1006
|
# enable_local_write_forwarding: false,
|
|
@@ -1512,40 +1526,31 @@ module Aws::RDS
|
|
|
1512
1526
|
# @option options [Boolean] :publicly_accessible
|
|
1513
1527
|
# Specifies whether the DB cluster is publicly accessible.
|
|
1514
1528
|
#
|
|
1529
|
+
# Valid for Cluster Type: Multi-AZ DB clusters only
|
|
1530
|
+
#
|
|
1515
1531
|
# When the DB cluster is publicly accessible and you connect from
|
|
1516
|
-
# outside of the DB cluster's virtual private cloud (VPC), its
|
|
1517
|
-
#
|
|
1532
|
+
# outside of the DB cluster's virtual private cloud (VPC), its domain
|
|
1533
|
+
# name system (DNS) endpoint resolves to the public IP address. When you
|
|
1518
1534
|
# connect from within the same VPC as the DB cluster, the endpoint
|
|
1519
1535
|
# resolves to the private IP address. Access to the DB cluster is
|
|
1520
|
-
#
|
|
1521
|
-
# access isn't permitted if the security group assigned to the DB
|
|
1522
|
-
# cluster doesn't permit it.
|
|
1536
|
+
# controlled by its security group settings.
|
|
1523
1537
|
#
|
|
1524
1538
|
# When the DB cluster isn't publicly accessible, it is an internal DB
|
|
1525
1539
|
# cluster with a DNS name that resolves to a private IP address.
|
|
1526
1540
|
#
|
|
1527
|
-
#
|
|
1541
|
+
# The default behavior when `PubliclyAccessible` is not specified
|
|
1542
|
+
# depends on whether a `DBSubnetGroup` is specified.
|
|
1528
1543
|
#
|
|
1529
|
-
#
|
|
1530
|
-
# `
|
|
1544
|
+
# If `DBSubnetGroup` isn't specified, `PubliclyAccessible` defaults to
|
|
1545
|
+
# `true`.
|
|
1531
1546
|
#
|
|
1532
|
-
# If `
|
|
1533
|
-
#
|
|
1547
|
+
# If `DBSubnetGroup` is specified, `PubliclyAccessible` defaults to
|
|
1548
|
+
# `false` unless the value of `DBSubnetGroup` is `default`, in which
|
|
1549
|
+
# case `PubliclyAccessible` defaults to `true`.
|
|
1534
1550
|
#
|
|
1535
|
-
#
|
|
1536
|
-
#
|
|
1537
|
-
#
|
|
1538
|
-
# * If the default VPC in the target Region has an internet gateway
|
|
1539
|
-
# attached to it, the DB cluster is public.
|
|
1540
|
-
#
|
|
1541
|
-
# If `DBSubnetGroupName` is specified, and `PubliclyAccessible` isn't
|
|
1542
|
-
# specified, the following applies:
|
|
1543
|
-
#
|
|
1544
|
-
# * If the subnets are part of a VPC that doesn’t have an internet
|
|
1545
|
-
# gateway attached to it, the DB cluster is private.
|
|
1546
|
-
#
|
|
1547
|
-
# * If the subnets are part of a VPC that has an internet gateway
|
|
1548
|
-
# attached to it, the DB cluster is public.
|
|
1551
|
+
# If `PubliclyAccessible` is true and the VPC that the `DBSubnetGroup`
|
|
1552
|
+
# is in doesn't have an internet gateway attached to it, Amazon RDS
|
|
1553
|
+
# returns an error.
|
|
1549
1554
|
# @option options [Boolean] :auto_minor_version_upgrade
|
|
1550
1555
|
# Specifies whether minor engine upgrades are applied automatically to
|
|
1551
1556
|
# the DB cluster during the maintenance window. By default, minor engine
|
|
@@ -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]
|