aws-sdk-rds 1.230.0 → 1.231.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-rds/client.rb +382 -13
- data/lib/aws-sdk-rds/client_api.rb +12 -0
- data/lib/aws-sdk-rds/db_cluster.rb +107 -6
- data/lib/aws-sdk-rds/db_cluster_snapshot.rb +37 -0
- data/lib/aws-sdk-rds/db_instance.rb +73 -0
- data/lib/aws-sdk-rds/db_snapshot.rb +33 -0
- data/lib/aws-sdk-rds/event_subscription.rb +6 -6
- data/lib/aws-sdk-rds/resource.rb +97 -9
- data/lib/aws-sdk-rds/types.rb +412 -24
- data/lib/aws-sdk-rds.rb +1 -1
- data/sig/client.rbs +16 -7
- data/sig/db_cluster.rbs +6 -1
- data/sig/db_cluster_snapshot.rbs +2 -1
- data/sig/db_instance.rbs +7 -2
- data/sig/db_snapshot.rbs +2 -1
- data/sig/resource.rbs +3 -1
- data/sig/types.rbs +12 -0
- metadata +2 -2
@@ -1077,6 +1077,7 @@ module Aws::RDS
|
|
1077
1077
|
CreateDBClusterMessage.add_member(:master_user_secret_kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "MasterUserSecretKmsKeyId"))
|
1078
1078
|
CreateDBClusterMessage.add_member(:enable_local_write_forwarding, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnableLocalWriteForwarding"))
|
1079
1079
|
CreateDBClusterMessage.add_member(:ca_certificate_identifier, Shapes::ShapeRef.new(shape: String, location_name: "CACertificateIdentifier"))
|
1080
|
+
CreateDBClusterMessage.add_member(:engine_lifecycle_support, Shapes::ShapeRef.new(shape: String, location_name: "EngineLifecycleSupport"))
|
1080
1081
|
CreateDBClusterMessage.add_member(:source_region, Shapes::ShapeRef.new(shape: String, location_name: "SourceRegion"))
|
1081
1082
|
CreateDBClusterMessage.struct_class = Types::CreateDBClusterMessage
|
1082
1083
|
|
@@ -1162,6 +1163,7 @@ module Aws::RDS
|
|
1162
1163
|
CreateDBInstanceMessage.add_member(:db_system_id, Shapes::ShapeRef.new(shape: String, location_name: "DBSystemId"))
|
1163
1164
|
CreateDBInstanceMessage.add_member(:dedicated_log_volume, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DedicatedLogVolume"))
|
1164
1165
|
CreateDBInstanceMessage.add_member(:multi_tenant, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "MultiTenant"))
|
1166
|
+
CreateDBInstanceMessage.add_member(:engine_lifecycle_support, Shapes::ShapeRef.new(shape: String, location_name: "EngineLifecycleSupport"))
|
1165
1167
|
CreateDBInstanceMessage.struct_class = Types::CreateDBInstanceMessage
|
1166
1168
|
|
1167
1169
|
CreateDBInstanceReadReplicaMessage.add_member(:db_instance_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBInstanceIdentifier"))
|
@@ -1301,6 +1303,7 @@ module Aws::RDS
|
|
1301
1303
|
CreateGlobalClusterMessage.add_member(:source_db_cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SourceDBClusterIdentifier"))
|
1302
1304
|
CreateGlobalClusterMessage.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
|
1303
1305
|
CreateGlobalClusterMessage.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
|
1306
|
+
CreateGlobalClusterMessage.add_member(:engine_lifecycle_support, Shapes::ShapeRef.new(shape: String, location_name: "EngineLifecycleSupport"))
|
1304
1307
|
CreateGlobalClusterMessage.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DeletionProtection"))
|
1305
1308
|
CreateGlobalClusterMessage.add_member(:database_name, Shapes::ShapeRef.new(shape: String, location_name: "DatabaseName"))
|
1306
1309
|
CreateGlobalClusterMessage.add_member(:storage_encrypted, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "StorageEncrypted"))
|
@@ -1432,6 +1435,7 @@ module Aws::RDS
|
|
1432
1435
|
DBCluster.add_member(:limitless_database, Shapes::ShapeRef.new(shape: LimitlessDatabase, location_name: "LimitlessDatabase"))
|
1433
1436
|
DBCluster.add_member(:storage_throughput, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "StorageThroughput"))
|
1434
1437
|
DBCluster.add_member(:certificate_details, Shapes::ShapeRef.new(shape: CertificateDetails, location_name: "CertificateDetails"))
|
1438
|
+
DBCluster.add_member(:engine_lifecycle_support, Shapes::ShapeRef.new(shape: String, location_name: "EngineLifecycleSupport"))
|
1435
1439
|
DBCluster.struct_class = Types::DBCluster
|
1436
1440
|
|
1437
1441
|
DBClusterAlreadyExistsFault.struct_class = Types::DBClusterAlreadyExistsFault
|
@@ -1761,6 +1765,7 @@ module Aws::RDS
|
|
1761
1765
|
DBInstance.add_member(:dedicated_log_volume, Shapes::ShapeRef.new(shape: Boolean, location_name: "DedicatedLogVolume"))
|
1762
1766
|
DBInstance.add_member(:is_storage_config_upgrade_available, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "IsStorageConfigUpgradeAvailable"))
|
1763
1767
|
DBInstance.add_member(:multi_tenant, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "MultiTenant"))
|
1768
|
+
DBInstance.add_member(:engine_lifecycle_support, Shapes::ShapeRef.new(shape: String, location_name: "EngineLifecycleSupport"))
|
1764
1769
|
DBInstance.struct_class = Types::DBInstance
|
1765
1770
|
|
1766
1771
|
DBInstanceAlreadyExistsFault.struct_class = Types::DBInstanceAlreadyExistsFault
|
@@ -2812,6 +2817,7 @@ module Aws::RDS
|
|
2812
2817
|
GlobalCluster.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
|
2813
2818
|
GlobalCluster.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
|
2814
2819
|
GlobalCluster.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
|
2820
|
+
GlobalCluster.add_member(:engine_lifecycle_support, Shapes::ShapeRef.new(shape: String, location_name: "EngineLifecycleSupport"))
|
2815
2821
|
GlobalCluster.add_member(:database_name, Shapes::ShapeRef.new(shape: String, location_name: "DatabaseName"))
|
2816
2822
|
GlobalCluster.add_member(:storage_encrypted, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "StorageEncrypted"))
|
2817
2823
|
GlobalCluster.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DeletionProtection"))
|
@@ -3760,6 +3766,7 @@ module Aws::RDS
|
|
3760
3766
|
RestoreDBClusterFromS3Message.add_member(:manage_master_user_password, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ManageMasterUserPassword"))
|
3761
3767
|
RestoreDBClusterFromS3Message.add_member(:master_user_secret_kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "MasterUserSecretKmsKeyId"))
|
3762
3768
|
RestoreDBClusterFromS3Message.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
|
3769
|
+
RestoreDBClusterFromS3Message.add_member(:engine_lifecycle_support, Shapes::ShapeRef.new(shape: String, location_name: "EngineLifecycleSupport"))
|
3763
3770
|
RestoreDBClusterFromS3Message.struct_class = Types::RestoreDBClusterFromS3Message
|
3764
3771
|
|
3765
3772
|
RestoreDBClusterFromS3Result.add_member(:db_cluster, Shapes::ShapeRef.new(shape: DBCluster, location_name: "DBCluster"))
|
@@ -3794,6 +3801,7 @@ module Aws::RDS
|
|
3794
3801
|
RestoreDBClusterFromSnapshotMessage.add_member(:serverless_v2_scaling_configuration, Shapes::ShapeRef.new(shape: ServerlessV2ScalingConfiguration, location_name: "ServerlessV2ScalingConfiguration"))
|
3795
3802
|
RestoreDBClusterFromSnapshotMessage.add_member(:network_type, Shapes::ShapeRef.new(shape: String, location_name: "NetworkType"))
|
3796
3803
|
RestoreDBClusterFromSnapshotMessage.add_member(:rds_custom_cluster_configuration, Shapes::ShapeRef.new(shape: RdsCustomClusterConfiguration, location_name: "RdsCustomClusterConfiguration"))
|
3804
|
+
RestoreDBClusterFromSnapshotMessage.add_member(:engine_lifecycle_support, Shapes::ShapeRef.new(shape: String, location_name: "EngineLifecycleSupport"))
|
3797
3805
|
RestoreDBClusterFromSnapshotMessage.struct_class = Types::RestoreDBClusterFromSnapshotMessage
|
3798
3806
|
|
3799
3807
|
RestoreDBClusterFromSnapshotResult.add_member(:db_cluster, Shapes::ShapeRef.new(shape: DBCluster, location_name: "DBCluster"))
|
@@ -3828,6 +3836,7 @@ module Aws::RDS
|
|
3828
3836
|
RestoreDBClusterToPointInTimeMessage.add_member(:network_type, Shapes::ShapeRef.new(shape: String, location_name: "NetworkType"))
|
3829
3837
|
RestoreDBClusterToPointInTimeMessage.add_member(:source_db_cluster_resource_id, Shapes::ShapeRef.new(shape: String, location_name: "SourceDbClusterResourceId"))
|
3830
3838
|
RestoreDBClusterToPointInTimeMessage.add_member(:rds_custom_cluster_configuration, Shapes::ShapeRef.new(shape: RdsCustomClusterConfiguration, location_name: "RdsCustomClusterConfiguration"))
|
3839
|
+
RestoreDBClusterToPointInTimeMessage.add_member(:engine_lifecycle_support, Shapes::ShapeRef.new(shape: String, location_name: "EngineLifecycleSupport"))
|
3831
3840
|
RestoreDBClusterToPointInTimeMessage.struct_class = Types::RestoreDBClusterToPointInTimeMessage
|
3832
3841
|
|
3833
3842
|
RestoreDBClusterToPointInTimeResult.add_member(:db_cluster, Shapes::ShapeRef.new(shape: DBCluster, location_name: "DBCluster"))
|
@@ -3874,6 +3883,7 @@ module Aws::RDS
|
|
3874
3883
|
RestoreDBInstanceFromDBSnapshotMessage.add_member(:allocated_storage, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "AllocatedStorage"))
|
3875
3884
|
RestoreDBInstanceFromDBSnapshotMessage.add_member(:dedicated_log_volume, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DedicatedLogVolume"))
|
3876
3885
|
RestoreDBInstanceFromDBSnapshotMessage.add_member(:ca_certificate_identifier, Shapes::ShapeRef.new(shape: String, location_name: "CACertificateIdentifier"))
|
3886
|
+
RestoreDBInstanceFromDBSnapshotMessage.add_member(:engine_lifecycle_support, Shapes::ShapeRef.new(shape: String, location_name: "EngineLifecycleSupport"))
|
3877
3887
|
RestoreDBInstanceFromDBSnapshotMessage.struct_class = Types::RestoreDBInstanceFromDBSnapshotMessage
|
3878
3888
|
|
3879
3889
|
RestoreDBInstanceFromDBSnapshotResult.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
|
@@ -3929,6 +3939,7 @@ module Aws::RDS
|
|
3929
3939
|
RestoreDBInstanceFromS3Message.add_member(:master_user_secret_kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "MasterUserSecretKmsKeyId"))
|
3930
3940
|
RestoreDBInstanceFromS3Message.add_member(:dedicated_log_volume, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DedicatedLogVolume"))
|
3931
3941
|
RestoreDBInstanceFromS3Message.add_member(:ca_certificate_identifier, Shapes::ShapeRef.new(shape: String, location_name: "CACertificateIdentifier"))
|
3942
|
+
RestoreDBInstanceFromS3Message.add_member(:engine_lifecycle_support, Shapes::ShapeRef.new(shape: String, location_name: "EngineLifecycleSupport"))
|
3932
3943
|
RestoreDBInstanceFromS3Message.struct_class = Types::RestoreDBInstanceFromS3Message
|
3933
3944
|
|
3934
3945
|
RestoreDBInstanceFromS3Result.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
|
@@ -3979,6 +3990,7 @@ module Aws::RDS
|
|
3979
3990
|
RestoreDBInstanceToPointInTimeMessage.add_member(:allocated_storage, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "AllocatedStorage"))
|
3980
3991
|
RestoreDBInstanceToPointInTimeMessage.add_member(:dedicated_log_volume, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DedicatedLogVolume"))
|
3981
3992
|
RestoreDBInstanceToPointInTimeMessage.add_member(:ca_certificate_identifier, Shapes::ShapeRef.new(shape: String, location_name: "CACertificateIdentifier"))
|
3993
|
+
RestoreDBInstanceToPointInTimeMessage.add_member(:engine_lifecycle_support, Shapes::ShapeRef.new(shape: String, location_name: "EngineLifecycleSupport"))
|
3982
3994
|
RestoreDBInstanceToPointInTimeMessage.struct_class = Types::RestoreDBInstanceToPointInTimeMessage
|
3983
3995
|
|
3984
3996
|
RestoreDBInstanceToPointInTimeResult.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
|
@@ -712,6 +712,14 @@ module Aws::RDS
|
|
712
712
|
data[:certificate_details]
|
713
713
|
end
|
714
714
|
|
715
|
+
# The life cycle type for the DB cluster.
|
716
|
+
#
|
717
|
+
# For more information, see CreateDBCluster.
|
718
|
+
# @return [String]
|
719
|
+
def engine_lifecycle_support
|
720
|
+
data[:engine_lifecycle_support]
|
721
|
+
end
|
722
|
+
|
715
723
|
# @!endgroup
|
716
724
|
|
717
725
|
# @return [Client]
|
@@ -924,22 +932,28 @@ module Aws::RDS
|
|
924
932
|
# master_user_secret_kms_key_id: "String",
|
925
933
|
# enable_local_write_forwarding: false,
|
926
934
|
# ca_certificate_identifier: "String",
|
935
|
+
# engine_lifecycle_support: "String",
|
927
936
|
# source_region: "String",
|
928
937
|
# })
|
929
938
|
# @param [Hash] options ({})
|
930
939
|
# @option options [Array<String>] :availability_zones
|
931
|
-
# A list of Availability Zones (AZs) where
|
932
|
-
#
|
940
|
+
# A list of Availability Zones (AZs) where you specifically want to
|
941
|
+
# create DB instances in the DB cluster.
|
933
942
|
#
|
934
|
-
# For information on
|
935
|
-
# see [Choosing the Regions and Availability Zones][1] in the *Amazon
|
943
|
+
# For information on AZs, see [Availability Zones][1] in the *Amazon
|
936
944
|
# Aurora User Guide*.
|
937
945
|
#
|
938
946
|
# Valid for Cluster Type: Aurora DB clusters only
|
939
947
|
#
|
948
|
+
# Constraints:
|
949
|
+
#
|
950
|
+
# * Can't specify more than three AZs.
|
951
|
+
#
|
952
|
+
# ^
|
953
|
+
#
|
940
954
|
#
|
941
955
|
#
|
942
|
-
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.RegionsAndAvailabilityZones.html
|
956
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.RegionsAndAvailabilityZones.html#Concepts.RegionsAndAvailabilityZones.AvailabilityZones
|
943
957
|
# @option options [Integer] :backup_retention_period
|
944
958
|
# The number of days for which automated backups are retained.
|
945
959
|
#
|
@@ -999,7 +1013,22 @@ module Aws::RDS
|
|
999
1013
|
#
|
1000
1014
|
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
1001
1015
|
#
|
1002
|
-
# Valid Values:
|
1016
|
+
# Valid Values:
|
1017
|
+
#
|
1018
|
+
# * `aurora-mysql`
|
1019
|
+
#
|
1020
|
+
# * `aurora-postgresql`
|
1021
|
+
#
|
1022
|
+
# * `mysql`
|
1023
|
+
#
|
1024
|
+
# * `postgres`
|
1025
|
+
#
|
1026
|
+
# * `neptune` - For information about using Amazon Neptune, see the [
|
1027
|
+
# *Amazon Neptune User Guide* ][1].
|
1028
|
+
#
|
1029
|
+
#
|
1030
|
+
#
|
1031
|
+
# [1]: https://docs.aws.amazon.com/neptune/latest/userguide/intro.html
|
1003
1032
|
# @option options [String] :engine_version
|
1004
1033
|
# The version number of the database engine to use.
|
1005
1034
|
#
|
@@ -1689,6 +1718,41 @@ module Aws::RDS
|
|
1689
1718
|
#
|
1690
1719
|
#
|
1691
1720
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html
|
1721
|
+
# @option options [String] :engine_lifecycle_support
|
1722
|
+
# The life cycle type for this DB cluster.
|
1723
|
+
#
|
1724
|
+
# <note markdown="1"> By default, this value is set to `open-source-rds-extended-support`,
|
1725
|
+
# which enrolls your DB cluster into Amazon RDS Extended Support. At the
|
1726
|
+
# end of standard support, you can avoid charges for Extended Support by
|
1727
|
+
# setting the value to `open-source-rds-extended-support-disabled`. In
|
1728
|
+
# this case, creating the DB cluster will fail if the DB major version
|
1729
|
+
# is past its end of standard support date.
|
1730
|
+
#
|
1731
|
+
# </note>
|
1732
|
+
#
|
1733
|
+
# You can use this setting to enroll your DB cluster into Amazon RDS
|
1734
|
+
# Extended Support. With RDS Extended Support, you can run the selected
|
1735
|
+
# major engine version on your DB cluster past the end of standard
|
1736
|
+
# support for that engine version. For more information, see the
|
1737
|
+
# following sections:
|
1738
|
+
#
|
1739
|
+
# * Amazon Aurora (PostgreSQL only) - [Using Amazon RDS Extended
|
1740
|
+
# Support][1] in the *Amazon Aurora User Guide*
|
1741
|
+
#
|
1742
|
+
# * Amazon RDS - [Using Amazon RDS Extended Support][2] in the *Amazon
|
1743
|
+
# RDS User Guide*
|
1744
|
+
#
|
1745
|
+
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
1746
|
+
#
|
1747
|
+
# Valid Values: `open-source-rds-extended-support |
|
1748
|
+
# open-source-rds-extended-support-disabled`
|
1749
|
+
#
|
1750
|
+
# Default: `open-source-rds-extended-support`
|
1751
|
+
#
|
1752
|
+
#
|
1753
|
+
#
|
1754
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/extended-support.html
|
1755
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/extended-support.html
|
1692
1756
|
# @option options [String] :source_region
|
1693
1757
|
# The source region of the snapshot. This is only needed when the
|
1694
1758
|
# shapshot is encrypted and in a different region.
|
@@ -2592,6 +2656,7 @@ module Aws::RDS
|
|
2592
2656
|
# transit_gateway_multicast_domain_id: "String",
|
2593
2657
|
# replica_mode: "open-read-only", # accepts open-read-only, mounted
|
2594
2658
|
# },
|
2659
|
+
# engine_lifecycle_support: "String",
|
2595
2660
|
# })
|
2596
2661
|
# @param [Hash] options ({})
|
2597
2662
|
# @option options [required, String] :db_cluster_identifier
|
@@ -2951,6 +3016,42 @@ module Aws::RDS
|
|
2951
3016
|
# The resource ID of the source DB cluster from which to restore.
|
2952
3017
|
# @option options [Types::RdsCustomClusterConfiguration] :rds_custom_cluster_configuration
|
2953
3018
|
# Reserved for future use.
|
3019
|
+
# @option options [String] :engine_lifecycle_support
|
3020
|
+
# The life cycle type for this DB cluster.
|
3021
|
+
#
|
3022
|
+
# <note markdown="1"> By default, this value is set to `open-source-rds-extended-support`,
|
3023
|
+
# which enrolls your DB cluster into Amazon RDS Extended Support. At the
|
3024
|
+
# end of standard support, you can avoid charges for Extended Support by
|
3025
|
+
# setting the value to `open-source-rds-extended-support-disabled`. In
|
3026
|
+
# this case, RDS automatically upgrades your restored DB cluster to a
|
3027
|
+
# higher engine version, if the major engine version is past its end of
|
3028
|
+
# standard support date.
|
3029
|
+
#
|
3030
|
+
# </note>
|
3031
|
+
#
|
3032
|
+
# You can use this setting to enroll your DB cluster into Amazon RDS
|
3033
|
+
# Extended Support. With RDS Extended Support, you can run the selected
|
3034
|
+
# major engine version on your DB cluster past the end of standard
|
3035
|
+
# support for that engine version. For more information, see the
|
3036
|
+
# following sections:
|
3037
|
+
#
|
3038
|
+
# * Amazon Aurora (PostgreSQL only) - [Using Amazon RDS Extended
|
3039
|
+
# Support][1] in the *Amazon Aurora User Guide*
|
3040
|
+
#
|
3041
|
+
# * Amazon RDS - [Using Amazon RDS Extended Support][2] in the *Amazon
|
3042
|
+
# RDS User Guide*
|
3043
|
+
#
|
3044
|
+
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
3045
|
+
#
|
3046
|
+
# Valid Values: `open-source-rds-extended-support |
|
3047
|
+
# open-source-rds-extended-support-disabled`
|
3048
|
+
#
|
3049
|
+
# Default: `open-source-rds-extended-support`
|
3050
|
+
#
|
3051
|
+
#
|
3052
|
+
#
|
3053
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/extended-support.html
|
3054
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/extended-support.html
|
2954
3055
|
# @return [DBCluster]
|
2955
3056
|
def restore(options = {})
|
2956
3057
|
options = options.merge(source_db_cluster_identifier: @id)
|
@@ -591,6 +591,7 @@ module Aws::RDS
|
|
591
591
|
# transit_gateway_multicast_domain_id: "String",
|
592
592
|
# replica_mode: "open-read-only", # accepts open-read-only, mounted
|
593
593
|
# },
|
594
|
+
# engine_lifecycle_support: "String",
|
594
595
|
# })
|
595
596
|
# @param [Hash] options ({})
|
596
597
|
# @option options [Array<String>] :availability_zones
|
@@ -971,6 +972,42 @@ module Aws::RDS
|
|
971
972
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html
|
972
973
|
# @option options [Types::RdsCustomClusterConfiguration] :rds_custom_cluster_configuration
|
973
974
|
# Reserved for future use.
|
975
|
+
# @option options [String] :engine_lifecycle_support
|
976
|
+
# The life cycle type for this DB cluster.
|
977
|
+
#
|
978
|
+
# <note markdown="1"> By default, this value is set to `open-source-rds-extended-support`,
|
979
|
+
# which enrolls your DB cluster into Amazon RDS Extended Support. At the
|
980
|
+
# end of standard support, you can avoid charges for Extended Support by
|
981
|
+
# setting the value to `open-source-rds-extended-support-disabled`. In
|
982
|
+
# this case, RDS automatically upgrades your restored DB cluster to a
|
983
|
+
# higher engine version, if the major engine version is past its end of
|
984
|
+
# standard support date.
|
985
|
+
#
|
986
|
+
# </note>
|
987
|
+
#
|
988
|
+
# You can use this setting to enroll your DB cluster into Amazon RDS
|
989
|
+
# Extended Support. With RDS Extended Support, you can run the selected
|
990
|
+
# major engine version on your DB cluster past the end of standard
|
991
|
+
# support for that engine version. For more information, see the
|
992
|
+
# following sections:
|
993
|
+
#
|
994
|
+
# * Amazon Aurora (PostgreSQL only) - [Using Amazon RDS Extended
|
995
|
+
# Support][1] in the *Amazon Aurora User Guide*
|
996
|
+
#
|
997
|
+
# * Amazon RDS - [Using Amazon RDS Extended Support][2] in the *Amazon
|
998
|
+
# RDS User Guide*
|
999
|
+
#
|
1000
|
+
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
1001
|
+
#
|
1002
|
+
# Valid Values: `open-source-rds-extended-support |
|
1003
|
+
# open-source-rds-extended-support-disabled`
|
1004
|
+
#
|
1005
|
+
# Default: `open-source-rds-extended-support`
|
1006
|
+
#
|
1007
|
+
#
|
1008
|
+
#
|
1009
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/extended-support.html
|
1010
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/extended-support.html
|
974
1011
|
# @return [DBCluster]
|
975
1012
|
def restore(options = {})
|
976
1013
|
options = options.merge(snapshot_identifier: @snapshot_id)
|
@@ -786,6 +786,14 @@ module Aws::RDS
|
|
786
786
|
data[:multi_tenant]
|
787
787
|
end
|
788
788
|
|
789
|
+
# The life cycle type for the DB instance.
|
790
|
+
#
|
791
|
+
# For more information, see CreateDBInstance.
|
792
|
+
# @return [String]
|
793
|
+
def engine_lifecycle_support
|
794
|
+
data[:engine_lifecycle_support]
|
795
|
+
end
|
796
|
+
|
789
797
|
# @!endgroup
|
790
798
|
|
791
799
|
# @return [Client]
|
@@ -998,6 +1006,7 @@ module Aws::RDS
|
|
998
1006
|
# db_system_id: "String",
|
999
1007
|
# dedicated_log_volume: false,
|
1000
1008
|
# multi_tenant: false,
|
1009
|
+
# engine_lifecycle_support: "String",
|
1001
1010
|
# })
|
1002
1011
|
# @param [Hash] options ({})
|
1003
1012
|
# @option options [String] :db_name
|
@@ -2170,6 +2179,37 @@ module Aws::RDS
|
|
2170
2179
|
# * If you specify the multi-tenant configuration when you create your
|
2171
2180
|
# DB instance, you can't later modify this DB instance to use the
|
2172
2181
|
# single-tenant configuration.
|
2182
|
+
# @option options [String] :engine_lifecycle_support
|
2183
|
+
# The life cycle type for this DB instance.
|
2184
|
+
#
|
2185
|
+
# <note markdown="1"> By default, this value is set to `open-source-rds-extended-support`,
|
2186
|
+
# which enrolls your DB instance into Amazon RDS Extended Support. At
|
2187
|
+
# the end of standard support, you can avoid charges for Extended
|
2188
|
+
# Support by setting the value to
|
2189
|
+
# `open-source-rds-extended-support-disabled`. In this case, creating
|
2190
|
+
# the DB instance will fail if the DB major version is past its end of
|
2191
|
+
# standard support date.
|
2192
|
+
#
|
2193
|
+
# </note>
|
2194
|
+
#
|
2195
|
+
# This setting applies only to RDS for MySQL and RDS for PostgreSQL. For
|
2196
|
+
# Amazon Aurora DB instances, the life cycle type is managed by the DB
|
2197
|
+
# cluster.
|
2198
|
+
#
|
2199
|
+
# You can use this setting to enroll your DB instance into Amazon RDS
|
2200
|
+
# Extended Support. With RDS Extended Support, you can run the selected
|
2201
|
+
# major engine version on your DB instance past the end of standard
|
2202
|
+
# support for that engine version. For more information, see [Using
|
2203
|
+
# Amazon RDS Extended Support][1] in the *Amazon RDS User Guide*.
|
2204
|
+
#
|
2205
|
+
# Valid Values: `open-source-rds-extended-support |
|
2206
|
+
# open-source-rds-extended-support-disabled`
|
2207
|
+
#
|
2208
|
+
# Default: `open-source-rds-extended-support`
|
2209
|
+
#
|
2210
|
+
#
|
2211
|
+
#
|
2212
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/extended-support.html
|
2173
2213
|
# @return [DBInstance]
|
2174
2214
|
def create(options = {})
|
2175
2215
|
options = options.merge(db_instance_identifier: @id)
|
@@ -4174,6 +4214,7 @@ module Aws::RDS
|
|
4174
4214
|
# allocated_storage: 1,
|
4175
4215
|
# dedicated_log_volume: false,
|
4176
4216
|
# ca_certificate_identifier: "String",
|
4217
|
+
# engine_lifecycle_support: "String",
|
4177
4218
|
# })
|
4178
4219
|
# @param [Hash] options ({})
|
4179
4220
|
# @option options [required, String] :target_db_instance_identifier
|
@@ -4663,6 +4704,38 @@ module Aws::RDS
|
|
4663
4704
|
#
|
4664
4705
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html
|
4665
4706
|
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html
|
4707
|
+
# @option options [String] :engine_lifecycle_support
|
4708
|
+
# The life cycle type for this DB instance.
|
4709
|
+
#
|
4710
|
+
# <note markdown="1"> By default, this value is set to `open-source-rds-extended-support`,
|
4711
|
+
# which enrolls your DB instance into Amazon RDS Extended Support. At
|
4712
|
+
# the end of standard support, you can avoid charges for Extended
|
4713
|
+
# Support by setting the value to
|
4714
|
+
# `open-source-rds-extended-support-disabled`. In this case, RDS
|
4715
|
+
# automatically upgrades your restored DB instance to a higher engine
|
4716
|
+
# version, if the major engine version is past its end of standard
|
4717
|
+
# support date.
|
4718
|
+
#
|
4719
|
+
# </note>
|
4720
|
+
#
|
4721
|
+
# You can use this setting to enroll your DB instance into Amazon RDS
|
4722
|
+
# Extended Support. With RDS Extended Support, you can run the selected
|
4723
|
+
# major engine version on your DB instance past the end of standard
|
4724
|
+
# support for that engine version. For more information, see [Using
|
4725
|
+
# Amazon RDS Extended Support][1] in the *Amazon RDS User Guide*.
|
4726
|
+
#
|
4727
|
+
# This setting applies only to RDS for MySQL and RDS for PostgreSQL. For
|
4728
|
+
# Amazon Aurora DB instances, the life cycle type is managed by the DB
|
4729
|
+
# cluster.
|
4730
|
+
#
|
4731
|
+
# Valid Values: `open-source-rds-extended-support |
|
4732
|
+
# open-source-rds-extended-support-disabled`
|
4733
|
+
#
|
4734
|
+
# Default: `open-source-rds-extended-support`
|
4735
|
+
#
|
4736
|
+
#
|
4737
|
+
#
|
4738
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/extended-support.html
|
4666
4739
|
# @return [DBInstance]
|
4667
4740
|
def restore(options = {})
|
4668
4741
|
options = options.merge(source_db_instance_identifier: @id)
|
@@ -707,6 +707,7 @@ module Aws::RDS
|
|
707
707
|
# allocated_storage: 1,
|
708
708
|
# dedicated_log_volume: false,
|
709
709
|
# ca_certificate_identifier: "String",
|
710
|
+
# engine_lifecycle_support: "String",
|
710
711
|
# })
|
711
712
|
# @param [Hash] options ({})
|
712
713
|
# @option options [required, String] :db_instance_identifier
|
@@ -1170,6 +1171,38 @@ module Aws::RDS
|
|
1170
1171
|
#
|
1171
1172
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html
|
1172
1173
|
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html
|
1174
|
+
# @option options [String] :engine_lifecycle_support
|
1175
|
+
# The life cycle type for this DB instance.
|
1176
|
+
#
|
1177
|
+
# <note markdown="1"> By default, this value is set to `open-source-rds-extended-support`,
|
1178
|
+
# which enrolls your DB instance into Amazon RDS Extended Support. At
|
1179
|
+
# the end of standard support, you can avoid charges for Extended
|
1180
|
+
# Support by setting the value to
|
1181
|
+
# `open-source-rds-extended-support-disabled`. In this case, RDS
|
1182
|
+
# automatically upgrades your restored DB instance to a higher engine
|
1183
|
+
# version, if the major engine version is past its end of standard
|
1184
|
+
# support date.
|
1185
|
+
#
|
1186
|
+
# </note>
|
1187
|
+
#
|
1188
|
+
# You can use this setting to enroll your DB instance into Amazon RDS
|
1189
|
+
# Extended Support. With RDS Extended Support, you can run the selected
|
1190
|
+
# major engine version on your DB instance past the end of standard
|
1191
|
+
# support for that engine version. For more information, see [Using
|
1192
|
+
# Amazon RDS Extended Support][1] in the *Amazon RDS User Guide*.
|
1193
|
+
#
|
1194
|
+
# This setting applies only to RDS for MySQL and RDS for PostgreSQL. For
|
1195
|
+
# Amazon Aurora DB instances, the life cycle type is managed by the DB
|
1196
|
+
# cluster.
|
1197
|
+
#
|
1198
|
+
# Valid Values: `open-source-rds-extended-support |
|
1199
|
+
# open-source-rds-extended-support-disabled`
|
1200
|
+
#
|
1201
|
+
# Default: `open-source-rds-extended-support`
|
1202
|
+
#
|
1203
|
+
#
|
1204
|
+
#
|
1205
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/extended-support.html
|
1173
1206
|
# @return [DBInstance]
|
1174
1207
|
def restore(options = {})
|
1175
1208
|
options = options.merge(db_snapshot_identifier: @snapshot_id)
|
@@ -320,9 +320,9 @@ module Aws::RDS
|
|
320
320
|
# parameter to `db-instance`. For RDS Proxy events, specify `db-proxy`.
|
321
321
|
# If this value isn't specified, all events are returned.
|
322
322
|
#
|
323
|
-
# Valid Values
|
324
|
-
#
|
325
|
-
#
|
323
|
+
# Valid Values:` db-instance | db-cluster | db-parameter-group |
|
324
|
+
# db-security-group | db-snapshot | db-cluster-snapshot | db-proxy |
|
325
|
+
# zero-etl | custom-engine-version | blue-green-deployment `
|
326
326
|
# @option options [Array<String>] :event_categories
|
327
327
|
# A list of event categories for a particular source type (`SourceType`)
|
328
328
|
# that you want to subscribe to. You can see a list of the categories
|
@@ -426,9 +426,9 @@ module Aws::RDS
|
|
426
426
|
# set this parameter to db-instance. For RDS Proxy events, specify
|
427
427
|
# `db-proxy`. If this value isn't specified, all events are returned.
|
428
428
|
#
|
429
|
-
# Valid Values
|
430
|
-
#
|
431
|
-
#
|
429
|
+
# Valid Values:` db-instance | db-cluster | db-parameter-group |
|
430
|
+
# db-security-group | db-snapshot | db-cluster-snapshot | db-proxy |
|
431
|
+
# zero-etl | custom-engine-version | blue-green-deployment `
|
432
432
|
# @option options [Array<String>] :event_categories
|
433
433
|
# A list of event categories for a source type (`SourceType`) that you
|
434
434
|
# want to subscribe to. You can see a list of the categories for a given
|
data/lib/aws-sdk-rds/resource.rb
CHANGED
@@ -110,22 +110,28 @@ module Aws::RDS
|
|
110
110
|
# master_user_secret_kms_key_id: "String",
|
111
111
|
# enable_local_write_forwarding: false,
|
112
112
|
# ca_certificate_identifier: "String",
|
113
|
+
# engine_lifecycle_support: "String",
|
113
114
|
# source_region: "String",
|
114
115
|
# })
|
115
116
|
# @param [Hash] options ({})
|
116
117
|
# @option options [Array<String>] :availability_zones
|
117
|
-
# A list of Availability Zones (AZs) where
|
118
|
-
#
|
118
|
+
# A list of Availability Zones (AZs) where you specifically want to
|
119
|
+
# create DB instances in the DB cluster.
|
119
120
|
#
|
120
|
-
# For information on
|
121
|
-
# see [Choosing the Regions and Availability Zones][1] in the *Amazon
|
121
|
+
# For information on AZs, see [Availability Zones][1] in the *Amazon
|
122
122
|
# Aurora User Guide*.
|
123
123
|
#
|
124
124
|
# Valid for Cluster Type: Aurora DB clusters only
|
125
125
|
#
|
126
|
+
# Constraints:
|
127
|
+
#
|
128
|
+
# * Can't specify more than three AZs.
|
129
|
+
#
|
130
|
+
# ^
|
131
|
+
#
|
126
132
|
#
|
127
133
|
#
|
128
|
-
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.RegionsAndAvailabilityZones.html
|
134
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.RegionsAndAvailabilityZones.html#Concepts.RegionsAndAvailabilityZones.AvailabilityZones
|
129
135
|
# @option options [Integer] :backup_retention_period
|
130
136
|
# The number of days for which automated backups are retained.
|
131
137
|
#
|
@@ -201,7 +207,22 @@ module Aws::RDS
|
|
201
207
|
#
|
202
208
|
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
203
209
|
#
|
204
|
-
# Valid Values:
|
210
|
+
# Valid Values:
|
211
|
+
#
|
212
|
+
# * `aurora-mysql`
|
213
|
+
#
|
214
|
+
# * `aurora-postgresql`
|
215
|
+
#
|
216
|
+
# * `mysql`
|
217
|
+
#
|
218
|
+
# * `postgres`
|
219
|
+
#
|
220
|
+
# * `neptune` - For information about using Amazon Neptune, see the [
|
221
|
+
# *Amazon Neptune User Guide* ][1].
|
222
|
+
#
|
223
|
+
#
|
224
|
+
#
|
225
|
+
# [1]: https://docs.aws.amazon.com/neptune/latest/userguide/intro.html
|
205
226
|
# @option options [String] :engine_version
|
206
227
|
# The version number of the database engine to use.
|
207
228
|
#
|
@@ -891,6 +912,41 @@ module Aws::RDS
|
|
891
912
|
#
|
892
913
|
#
|
893
914
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html
|
915
|
+
# @option options [String] :engine_lifecycle_support
|
916
|
+
# The life cycle type for this DB cluster.
|
917
|
+
#
|
918
|
+
# <note markdown="1"> By default, this value is set to `open-source-rds-extended-support`,
|
919
|
+
# which enrolls your DB cluster into Amazon RDS Extended Support. At the
|
920
|
+
# end of standard support, you can avoid charges for Extended Support by
|
921
|
+
# setting the value to `open-source-rds-extended-support-disabled`. In
|
922
|
+
# this case, creating the DB cluster will fail if the DB major version
|
923
|
+
# is past its end of standard support date.
|
924
|
+
#
|
925
|
+
# </note>
|
926
|
+
#
|
927
|
+
# You can use this setting to enroll your DB cluster into Amazon RDS
|
928
|
+
# Extended Support. With RDS Extended Support, you can run the selected
|
929
|
+
# major engine version on your DB cluster past the end of standard
|
930
|
+
# support for that engine version. For more information, see the
|
931
|
+
# following sections:
|
932
|
+
#
|
933
|
+
# * Amazon Aurora (PostgreSQL only) - [Using Amazon RDS Extended
|
934
|
+
# Support][1] in the *Amazon Aurora User Guide*
|
935
|
+
#
|
936
|
+
# * Amazon RDS - [Using Amazon RDS Extended Support][2] in the *Amazon
|
937
|
+
# RDS User Guide*
|
938
|
+
#
|
939
|
+
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
940
|
+
#
|
941
|
+
# Valid Values: `open-source-rds-extended-support |
|
942
|
+
# open-source-rds-extended-support-disabled`
|
943
|
+
#
|
944
|
+
# Default: `open-source-rds-extended-support`
|
945
|
+
#
|
946
|
+
#
|
947
|
+
#
|
948
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/extended-support.html
|
949
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/extended-support.html
|
894
950
|
# @option options [String] :source_region
|
895
951
|
# The source region of the snapshot. This is only needed when the
|
896
952
|
# shapshot is encrypted and in a different region.
|
@@ -1072,6 +1128,7 @@ module Aws::RDS
|
|
1072
1128
|
# db_system_id: "String",
|
1073
1129
|
# dedicated_log_volume: false,
|
1074
1130
|
# multi_tenant: false,
|
1131
|
+
# engine_lifecycle_support: "String",
|
1075
1132
|
# })
|
1076
1133
|
# @param [Hash] options ({})
|
1077
1134
|
# @option options [String] :db_name
|
@@ -2257,6 +2314,37 @@ module Aws::RDS
|
|
2257
2314
|
# * If you specify the multi-tenant configuration when you create your
|
2258
2315
|
# DB instance, you can't later modify this DB instance to use the
|
2259
2316
|
# single-tenant configuration.
|
2317
|
+
# @option options [String] :engine_lifecycle_support
|
2318
|
+
# The life cycle type for this DB instance.
|
2319
|
+
#
|
2320
|
+
# <note markdown="1"> By default, this value is set to `open-source-rds-extended-support`,
|
2321
|
+
# which enrolls your DB instance into Amazon RDS Extended Support. At
|
2322
|
+
# the end of standard support, you can avoid charges for Extended
|
2323
|
+
# Support by setting the value to
|
2324
|
+
# `open-source-rds-extended-support-disabled`. In this case, creating
|
2325
|
+
# the DB instance will fail if the DB major version is past its end of
|
2326
|
+
# standard support date.
|
2327
|
+
#
|
2328
|
+
# </note>
|
2329
|
+
#
|
2330
|
+
# This setting applies only to RDS for MySQL and RDS for PostgreSQL. For
|
2331
|
+
# Amazon Aurora DB instances, the life cycle type is managed by the DB
|
2332
|
+
# cluster.
|
2333
|
+
#
|
2334
|
+
# You can use this setting to enroll your DB instance into Amazon RDS
|
2335
|
+
# Extended Support. With RDS Extended Support, you can run the selected
|
2336
|
+
# major engine version on your DB instance past the end of standard
|
2337
|
+
# support for that engine version. For more information, see [Using
|
2338
|
+
# Amazon RDS Extended Support][1] in the *Amazon RDS User Guide*.
|
2339
|
+
#
|
2340
|
+
# Valid Values: `open-source-rds-extended-support |
|
2341
|
+
# open-source-rds-extended-support-disabled`
|
2342
|
+
#
|
2343
|
+
# Default: `open-source-rds-extended-support`
|
2344
|
+
#
|
2345
|
+
#
|
2346
|
+
#
|
2347
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/extended-support.html
|
2260
2348
|
# @return [DBInstance]
|
2261
2349
|
def create_db_instance(options = {})
|
2262
2350
|
resp = Aws::Plugins::UserAgent.feature('resource') do
|
@@ -2495,9 +2583,9 @@ module Aws::RDS
|
|
2495
2583
|
# parameter to `db-instance`. For RDS Proxy events, specify `db-proxy`.
|
2496
2584
|
# If this value isn't specified, all events are returned.
|
2497
2585
|
#
|
2498
|
-
# Valid Values
|
2499
|
-
#
|
2500
|
-
#
|
2586
|
+
# Valid Values:` db-instance | db-cluster | db-parameter-group |
|
2587
|
+
# db-security-group | db-snapshot | db-cluster-snapshot | db-proxy |
|
2588
|
+
# zero-etl | custom-engine-version | blue-green-deployment `
|
2501
2589
|
# @option options [Array<String>] :event_categories
|
2502
2590
|
# A list of event categories for a particular source type (`SourceType`)
|
2503
2591
|
# that you want to subscribe to. You can see a list of the categories
|