aws-sdk-rds 1.230.0 → 1.232.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 +452 -21
- 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 +116 -5
- data/lib/aws-sdk-rds/db_snapshot.rb +61 -4
- data/lib/aws-sdk-rds/event_subscription.rb +6 -6
- data/lib/aws-sdk-rds/resource.rb +112 -10
- data/lib/aws-sdk-rds/types.rb +486 -33
- 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)
|
@@ -237,7 +237,7 @@ module Aws::RDS
|
|
237
237
|
end
|
238
238
|
|
239
239
|
# The license model information for this DB instance. This setting
|
240
|
-
# doesn't apply to RDS Custom DB instances.
|
240
|
+
# doesn't apply to Amazon Aurora or RDS Custom DB instances.
|
241
241
|
# @return [String]
|
242
242
|
def license_model
|
243
243
|
data[:license_model]
|
@@ -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
|
@@ -1600,12 +1609,22 @@ module Aws::RDS
|
|
1600
1609
|
# @option options [String] :license_model
|
1601
1610
|
# The license model information for this DB instance.
|
1602
1611
|
#
|
1612
|
+
# <note markdown="1"> License models for RDS for Db2 require additional configuration. The
|
1613
|
+
# Bring Your Own License (BYOL) model requires a custom parameter group.
|
1614
|
+
# The Db2 license through Amazon Web Services Marketplace model requires
|
1615
|
+
# an Amazon Web Services Marketplace subscription. For more information,
|
1616
|
+
# see [RDS for Db2 licensing options][1] in the *Amazon RDS User Guide*.
|
1617
|
+
#
|
1618
|
+
# The default for RDS for Db2 is `bring-your-own-license`.
|
1619
|
+
#
|
1620
|
+
# </note>
|
1621
|
+
#
|
1603
1622
|
# This setting doesn't apply to Amazon Aurora or RDS Custom DB
|
1604
1623
|
# instances.
|
1605
1624
|
#
|
1606
1625
|
# Valid Values:
|
1607
1626
|
#
|
1608
|
-
# * RDS for Db2 - `bring-your-own-license`
|
1627
|
+
# * RDS for Db2 - `bring-your-own-license | marketplace-license`
|
1609
1628
|
#
|
1610
1629
|
# * RDS for MariaDB - `general-public-license`
|
1611
1630
|
#
|
@@ -1616,6 +1635,10 @@ module Aws::RDS
|
|
1616
1635
|
# * RDS for Oracle - `bring-your-own-license | license-included`
|
1617
1636
|
#
|
1618
1637
|
# * RDS for PostgreSQL - `postgresql-license`
|
1638
|
+
#
|
1639
|
+
#
|
1640
|
+
#
|
1641
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/db2-licensing.html
|
1619
1642
|
# @option options [Integer] :iops
|
1620
1643
|
# The amount of Provisioned IOPS (input/output operations per second) to
|
1621
1644
|
# initially allocate for the DB instance. For information about valid
|
@@ -2170,6 +2193,37 @@ module Aws::RDS
|
|
2170
2193
|
# * If you specify the multi-tenant configuration when you create your
|
2171
2194
|
# DB instance, you can't later modify this DB instance to use the
|
2172
2195
|
# single-tenant configuration.
|
2196
|
+
# @option options [String] :engine_lifecycle_support
|
2197
|
+
# The life cycle type for this DB instance.
|
2198
|
+
#
|
2199
|
+
# <note markdown="1"> By default, this value is set to `open-source-rds-extended-support`,
|
2200
|
+
# which enrolls your DB instance into Amazon RDS Extended Support. At
|
2201
|
+
# the end of standard support, you can avoid charges for Extended
|
2202
|
+
# Support by setting the value to
|
2203
|
+
# `open-source-rds-extended-support-disabled`. In this case, creating
|
2204
|
+
# the DB instance will fail if the DB major version is past its end of
|
2205
|
+
# standard support date.
|
2206
|
+
#
|
2207
|
+
# </note>
|
2208
|
+
#
|
2209
|
+
# This setting applies only to RDS for MySQL and RDS for PostgreSQL. For
|
2210
|
+
# Amazon Aurora DB instances, the life cycle type is managed by the DB
|
2211
|
+
# cluster.
|
2212
|
+
#
|
2213
|
+
# You can use this setting to enroll your DB instance into Amazon RDS
|
2214
|
+
# Extended Support. With RDS Extended Support, you can run the selected
|
2215
|
+
# major engine version on your DB instance past the end of standard
|
2216
|
+
# support for that engine version. For more information, see [Using
|
2217
|
+
# Amazon RDS Extended Support][1] in the *Amazon RDS User Guide*.
|
2218
|
+
#
|
2219
|
+
# Valid Values: `open-source-rds-extended-support |
|
2220
|
+
# open-source-rds-extended-support-disabled`
|
2221
|
+
#
|
2222
|
+
# Default: `open-source-rds-extended-support`
|
2223
|
+
#
|
2224
|
+
#
|
2225
|
+
#
|
2226
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/extended-support.html
|
2173
2227
|
# @return [DBInstance]
|
2174
2228
|
def create(options = {})
|
2175
2229
|
options = options.merge(db_instance_identifier: @id)
|
@@ -4174,6 +4228,7 @@ module Aws::RDS
|
|
4174
4228
|
# allocated_storage: 1,
|
4175
4229
|
# dedicated_log_volume: false,
|
4176
4230
|
# ca_certificate_identifier: "String",
|
4231
|
+
# engine_lifecycle_support: "String",
|
4177
4232
|
# })
|
4178
4233
|
# @param [Hash] options ({})
|
4179
4234
|
# @option options [required, String] :target_db_instance_identifier
|
@@ -4288,12 +4343,36 @@ module Aws::RDS
|
|
4288
4343
|
# @option options [String] :license_model
|
4289
4344
|
# The license model information for the restored DB instance.
|
4290
4345
|
#
|
4291
|
-
#
|
4346
|
+
# <note markdown="1"> License models for RDS for Db2 require additional configuration. The
|
4347
|
+
# Bring Your Own License (BYOL) model requires a custom parameter group.
|
4348
|
+
# The Db2 license through Amazon Web Services Marketplace model requires
|
4349
|
+
# an Amazon Web Services Marketplace subscription. For more information,
|
4350
|
+
# see [RDS for Db2 licensing options][1] in the *Amazon RDS User Guide*.
|
4292
4351
|
#
|
4293
|
-
#
|
4294
|
-
#
|
4352
|
+
# </note>
|
4353
|
+
#
|
4354
|
+
# This setting doesn't apply to Amazon Aurora or RDS Custom DB
|
4355
|
+
# instances.
|
4356
|
+
#
|
4357
|
+
# Valid Values:
|
4358
|
+
#
|
4359
|
+
# * RDS for Db2 - `bring-your-own-license | marketplace-license`
|
4360
|
+
#
|
4361
|
+
# * RDS for MariaDB - `general-public-license`
|
4362
|
+
#
|
4363
|
+
# * RDS for Microsoft SQL Server - `license-included`
|
4364
|
+
#
|
4365
|
+
# * RDS for MySQL - `general-public-license`
|
4366
|
+
#
|
4367
|
+
# * RDS for Oracle - `bring-your-own-license | license-included`
|
4368
|
+
#
|
4369
|
+
# * RDS for PostgreSQL - `postgresql-license`
|
4295
4370
|
#
|
4296
4371
|
# Default: Same as the source.
|
4372
|
+
#
|
4373
|
+
#
|
4374
|
+
#
|
4375
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/db2-licensing.html
|
4297
4376
|
# @option options [String] :db_name
|
4298
4377
|
# The database name for the restored DB instance.
|
4299
4378
|
#
|
@@ -4663,6 +4742,38 @@ module Aws::RDS
|
|
4663
4742
|
#
|
4664
4743
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html
|
4665
4744
|
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html
|
4745
|
+
# @option options [String] :engine_lifecycle_support
|
4746
|
+
# The life cycle type for this DB instance.
|
4747
|
+
#
|
4748
|
+
# <note markdown="1"> By default, this value is set to `open-source-rds-extended-support`,
|
4749
|
+
# which enrolls your DB instance into Amazon RDS Extended Support. At
|
4750
|
+
# the end of standard support, you can avoid charges for Extended
|
4751
|
+
# Support by setting the value to
|
4752
|
+
# `open-source-rds-extended-support-disabled`. In this case, RDS
|
4753
|
+
# automatically upgrades your restored DB instance to a higher engine
|
4754
|
+
# version, if the major engine version is past its end of standard
|
4755
|
+
# support date.
|
4756
|
+
#
|
4757
|
+
# </note>
|
4758
|
+
#
|
4759
|
+
# You can use this setting to enroll your DB instance into Amazon RDS
|
4760
|
+
# Extended Support. With RDS Extended Support, you can run the selected
|
4761
|
+
# major engine version on your DB instance past the end of standard
|
4762
|
+
# support for that engine version. For more information, see [Using
|
4763
|
+
# Amazon RDS Extended Support][1] in the *Amazon RDS User Guide*.
|
4764
|
+
#
|
4765
|
+
# This setting applies only to RDS for MySQL and RDS for PostgreSQL. For
|
4766
|
+
# Amazon Aurora DB instances, the life cycle type is managed by the DB
|
4767
|
+
# cluster.
|
4768
|
+
#
|
4769
|
+
# Valid Values: `open-source-rds-extended-support |
|
4770
|
+
# open-source-rds-extended-support-disabled`
|
4771
|
+
#
|
4772
|
+
# Default: `open-source-rds-extended-support`
|
4773
|
+
#
|
4774
|
+
#
|
4775
|
+
#
|
4776
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/extended-support.html
|
4666
4777
|
# @return [DBInstance]
|
4667
4778
|
def restore(options = {})
|
4668
4779
|
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
|
@@ -790,12 +791,36 @@ module Aws::RDS
|
|
790
791
|
# @option options [String] :license_model
|
791
792
|
# License model information for the restored DB instance.
|
792
793
|
#
|
793
|
-
#
|
794
|
+
# <note markdown="1"> License models for RDS for Db2 require additional configuration. The
|
795
|
+
# Bring Your Own License (BYOL) model requires a custom parameter group.
|
796
|
+
# The Db2 license through Amazon Web Services Marketplace model requires
|
797
|
+
# an Amazon Web Services Marketplace subscription. For more information,
|
798
|
+
# see [RDS for Db2 licensing options][1] in the *Amazon RDS User Guide*.
|
799
|
+
#
|
800
|
+
# </note>
|
801
|
+
#
|
802
|
+
# This setting doesn't apply to Amazon Aurora or RDS Custom DB
|
803
|
+
# instances.
|
804
|
+
#
|
805
|
+
# Valid Values:
|
806
|
+
#
|
807
|
+
# * RDS for Db2 - `bring-your-own-license | marketplace-license`
|
808
|
+
#
|
809
|
+
# * RDS for MariaDB - `general-public-license`
|
810
|
+
#
|
811
|
+
# * RDS for Microsoft SQL Server - `license-included`
|
812
|
+
#
|
813
|
+
# * RDS for MySQL - `general-public-license`
|
814
|
+
#
|
815
|
+
# * RDS for Oracle - `bring-your-own-license | license-included`
|
816
|
+
#
|
817
|
+
# * RDS for PostgreSQL - `postgresql-license`
|
794
818
|
#
|
795
|
-
# Default: Same as source.
|
819
|
+
# Default: Same as the source.
|
796
820
|
#
|
797
|
-
#
|
798
|
-
#
|
821
|
+
#
|
822
|
+
#
|
823
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/db2-licensing.html
|
799
824
|
# @option options [String] :db_name
|
800
825
|
# The name of the database for the restored DB instance.
|
801
826
|
#
|
@@ -1170,6 +1195,38 @@ module Aws::RDS
|
|
1170
1195
|
#
|
1171
1196
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html
|
1172
1197
|
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html
|
1198
|
+
# @option options [String] :engine_lifecycle_support
|
1199
|
+
# The life cycle type for this DB instance.
|
1200
|
+
#
|
1201
|
+
# <note markdown="1"> By default, this value is set to `open-source-rds-extended-support`,
|
1202
|
+
# which enrolls your DB instance into Amazon RDS Extended Support. At
|
1203
|
+
# the end of standard support, you can avoid charges for Extended
|
1204
|
+
# Support by setting the value to
|
1205
|
+
# `open-source-rds-extended-support-disabled`. In this case, RDS
|
1206
|
+
# automatically upgrades your restored DB instance to a higher engine
|
1207
|
+
# version, if the major engine version is past its end of standard
|
1208
|
+
# support date.
|
1209
|
+
#
|
1210
|
+
# </note>
|
1211
|
+
#
|
1212
|
+
# You can use this setting to enroll your DB instance into Amazon RDS
|
1213
|
+
# Extended Support. With RDS Extended Support, you can run the selected
|
1214
|
+
# major engine version on your DB instance past the end of standard
|
1215
|
+
# support for that engine version. For more information, see [Using
|
1216
|
+
# Amazon RDS Extended Support][1] in the *Amazon RDS User Guide*.
|
1217
|
+
#
|
1218
|
+
# This setting applies only to RDS for MySQL and RDS for PostgreSQL. For
|
1219
|
+
# Amazon Aurora DB instances, the life cycle type is managed by the DB
|
1220
|
+
# cluster.
|
1221
|
+
#
|
1222
|
+
# Valid Values: `open-source-rds-extended-support |
|
1223
|
+
# open-source-rds-extended-support-disabled`
|
1224
|
+
#
|
1225
|
+
# Default: `open-source-rds-extended-support`
|
1226
|
+
#
|
1227
|
+
#
|
1228
|
+
#
|
1229
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/extended-support.html
|
1173
1230
|
# @return [DBInstance]
|
1174
1231
|
def restore(options = {})
|
1175
1232
|
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
|