aws-sdk-rds 1.101.0 → 1.106.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/lib/aws-sdk-rds.rb +1 -1
- data/lib/aws-sdk-rds/client.rb +187 -66
- data/lib/aws-sdk-rds/client_api.rb +12 -0
- data/lib/aws-sdk-rds/db_cluster.rb +31 -14
- data/lib/aws-sdk-rds/db_cluster_snapshot.rb +17 -0
- data/lib/aws-sdk-rds/db_engine_version.rb +8 -7
- data/lib/aws-sdk-rds/db_instance.rb +46 -33
- data/lib/aws-sdk-rds/db_snapshot.rb +21 -5
- data/lib/aws-sdk-rds/resource.rb +27 -32
- data/lib/aws-sdk-rds/types.rb +156 -92
- metadata +2 -2
@@ -729,6 +729,7 @@ module Aws::RDS
|
|
729
729
|
CopyDBSnapshotMessage.add_member(:copy_tags, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CopyTags"))
|
730
730
|
CopyDBSnapshotMessage.add_member(:pre_signed_url, Shapes::ShapeRef.new(shape: String, location_name: "PreSignedUrl"))
|
731
731
|
CopyDBSnapshotMessage.add_member(:option_group_name, Shapes::ShapeRef.new(shape: String, location_name: "OptionGroupName"))
|
732
|
+
CopyDBSnapshotMessage.add_member(:target_custom_availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "TargetCustomAvailabilityZone"))
|
732
733
|
CopyDBSnapshotMessage.add_member(:destination_region, Shapes::ShapeRef.new(shape: String, location_name: "DestinationRegion", metadata: {"documented"=>false}))
|
733
734
|
CopyDBSnapshotMessage.add_member(:source_region, Shapes::ShapeRef.new(shape: String, location_name: "SourceRegion"))
|
734
735
|
CopyDBSnapshotMessage.struct_class = Types::CopyDBSnapshotMessage
|
@@ -842,6 +843,7 @@ module Aws::RDS
|
|
842
843
|
CreateDBInstanceMessage.add_member(:iops, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Iops"))
|
843
844
|
CreateDBInstanceMessage.add_member(:option_group_name, Shapes::ShapeRef.new(shape: String, location_name: "OptionGroupName"))
|
844
845
|
CreateDBInstanceMessage.add_member(:character_set_name, Shapes::ShapeRef.new(shape: String, location_name: "CharacterSetName"))
|
846
|
+
CreateDBInstanceMessage.add_member(:nchar_character_set_name, Shapes::ShapeRef.new(shape: String, location_name: "NcharCharacterSetName"))
|
845
847
|
CreateDBInstanceMessage.add_member(:publicly_accessible, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "PubliclyAccessible"))
|
846
848
|
CreateDBInstanceMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
847
849
|
CreateDBInstanceMessage.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterIdentifier"))
|
@@ -898,6 +900,7 @@ module Aws::RDS
|
|
898
900
|
CreateDBInstanceReadReplicaMessage.add_member(:domain, Shapes::ShapeRef.new(shape: String, location_name: "Domain"))
|
899
901
|
CreateDBInstanceReadReplicaMessage.add_member(:domain_iam_role_name, Shapes::ShapeRef.new(shape: String, location_name: "DomainIAMRoleName"))
|
900
902
|
CreateDBInstanceReadReplicaMessage.add_member(:replica_mode, Shapes::ShapeRef.new(shape: ReplicaMode, location_name: "ReplicaMode"))
|
903
|
+
CreateDBInstanceReadReplicaMessage.add_member(:max_allocated_storage, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxAllocatedStorage"))
|
901
904
|
CreateDBInstanceReadReplicaMessage.add_member(:destination_region, Shapes::ShapeRef.new(shape: String, location_name: "DestinationRegion", metadata: {"documented"=>false}))
|
902
905
|
CreateDBInstanceReadReplicaMessage.add_member(:source_region, Shapes::ShapeRef.new(shape: String, location_name: "SourceRegion"))
|
903
906
|
CreateDBInstanceReadReplicaMessage.struct_class = Types::CreateDBInstanceReadReplicaMessage
|
@@ -1061,6 +1064,7 @@ module Aws::RDS
|
|
1061
1064
|
DBCluster.add_member(:copy_tags_to_snapshot, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CopyTagsToSnapshot"))
|
1062
1065
|
DBCluster.add_member(:cross_account_clone, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CrossAccountClone"))
|
1063
1066
|
DBCluster.add_member(:domain_memberships, Shapes::ShapeRef.new(shape: DomainMembershipList, location_name: "DomainMemberships"))
|
1067
|
+
DBCluster.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "TagList"))
|
1064
1068
|
DBCluster.add_member(:global_write_forwarding_status, Shapes::ShapeRef.new(shape: WriteForwardingStatus, location_name: "GlobalWriteForwardingStatus"))
|
1065
1069
|
DBCluster.add_member(:global_write_forwarding_requested, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "GlobalWriteForwardingRequested"))
|
1066
1070
|
DBCluster.struct_class = Types::DBCluster
|
@@ -1192,6 +1196,7 @@ module Aws::RDS
|
|
1192
1196
|
DBClusterSnapshot.add_member(:db_cluster_snapshot_arn, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterSnapshotArn"))
|
1193
1197
|
DBClusterSnapshot.add_member(:source_db_cluster_snapshot_arn, Shapes::ShapeRef.new(shape: String, location_name: "SourceDBClusterSnapshotArn"))
|
1194
1198
|
DBClusterSnapshot.add_member(:iam_database_authentication_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "IAMDatabaseAuthenticationEnabled"))
|
1199
|
+
DBClusterSnapshot.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "TagList"))
|
1195
1200
|
DBClusterSnapshot.struct_class = Types::DBClusterSnapshot
|
1196
1201
|
|
1197
1202
|
DBClusterSnapshotAlreadyExistsFault.struct_class = Types::DBClusterSnapshotAlreadyExistsFault
|
@@ -1221,6 +1226,7 @@ module Aws::RDS
|
|
1221
1226
|
DBEngineVersion.add_member(:db_engine_version_description, Shapes::ShapeRef.new(shape: String, location_name: "DBEngineVersionDescription"))
|
1222
1227
|
DBEngineVersion.add_member(:default_character_set, Shapes::ShapeRef.new(shape: CharacterSet, location_name: "DefaultCharacterSet"))
|
1223
1228
|
DBEngineVersion.add_member(:supported_character_sets, Shapes::ShapeRef.new(shape: SupportedCharacterSetsList, location_name: "SupportedCharacterSets"))
|
1229
|
+
DBEngineVersion.add_member(:supported_nchar_character_sets, Shapes::ShapeRef.new(shape: SupportedCharacterSetsList, location_name: "SupportedNcharCharacterSets"))
|
1224
1230
|
DBEngineVersion.add_member(:valid_upgrade_target, Shapes::ShapeRef.new(shape: ValidUpgradeTargetList, location_name: "ValidUpgradeTarget"))
|
1225
1231
|
DBEngineVersion.add_member(:supported_timezones, Shapes::ShapeRef.new(shape: SupportedTimezonesList, location_name: "SupportedTimezones"))
|
1226
1232
|
DBEngineVersion.add_member(:exportable_log_types, Shapes::ShapeRef.new(shape: LogTypeList, location_name: "ExportableLogTypes"))
|
@@ -1269,6 +1275,7 @@ module Aws::RDS
|
|
1269
1275
|
DBInstance.add_member(:iops, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Iops"))
|
1270
1276
|
DBInstance.add_member(:option_group_memberships, Shapes::ShapeRef.new(shape: OptionGroupMembershipList, location_name: "OptionGroupMemberships"))
|
1271
1277
|
DBInstance.add_member(:character_set_name, Shapes::ShapeRef.new(shape: String, location_name: "CharacterSetName"))
|
1278
|
+
DBInstance.add_member(:nchar_character_set_name, Shapes::ShapeRef.new(shape: String, location_name: "NcharCharacterSetName"))
|
1272
1279
|
DBInstance.add_member(:secondary_availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "SecondaryAvailabilityZone"))
|
1273
1280
|
DBInstance.add_member(:publicly_accessible, Shapes::ShapeRef.new(shape: Boolean, location_name: "PubliclyAccessible"))
|
1274
1281
|
DBInstance.add_member(:status_infos, Shapes::ShapeRef.new(shape: DBInstanceStatusInfoList, location_name: "StatusInfos"))
|
@@ -1298,6 +1305,7 @@ module Aws::RDS
|
|
1298
1305
|
DBInstance.add_member(:associated_roles, Shapes::ShapeRef.new(shape: DBInstanceRoles, location_name: "AssociatedRoles"))
|
1299
1306
|
DBInstance.add_member(:listener_endpoint, Shapes::ShapeRef.new(shape: Endpoint, location_name: "ListenerEndpoint"))
|
1300
1307
|
DBInstance.add_member(:max_allocated_storage, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxAllocatedStorage"))
|
1308
|
+
DBInstance.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "TagList"))
|
1301
1309
|
DBInstance.struct_class = Types::DBInstance
|
1302
1310
|
|
1303
1311
|
DBInstanceAlreadyExistsFault.struct_class = Types::DBInstanceAlreadyExistsFault
|
@@ -1507,6 +1515,7 @@ module Aws::RDS
|
|
1507
1515
|
DBSnapshot.add_member(:iam_database_authentication_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "IAMDatabaseAuthenticationEnabled"))
|
1508
1516
|
DBSnapshot.add_member(:processor_features, Shapes::ShapeRef.new(shape: ProcessorFeatureList, location_name: "ProcessorFeatures"))
|
1509
1517
|
DBSnapshot.add_member(:dbi_resource_id, Shapes::ShapeRef.new(shape: String, location_name: "DbiResourceId"))
|
1518
|
+
DBSnapshot.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "TagList"))
|
1510
1519
|
DBSnapshot.struct_class = Types::DBSnapshot
|
1511
1520
|
|
1512
1521
|
DBSnapshotAlreadyExistsFault.struct_class = Types::DBSnapshotAlreadyExistsFault
|
@@ -2952,6 +2961,7 @@ module Aws::RDS
|
|
2952
2961
|
RestoreDBInstanceFromS3Message.add_member(:processor_features, Shapes::ShapeRef.new(shape: ProcessorFeatureList, location_name: "ProcessorFeatures"))
|
2953
2962
|
RestoreDBInstanceFromS3Message.add_member(:use_default_processor_features, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "UseDefaultProcessorFeatures"))
|
2954
2963
|
RestoreDBInstanceFromS3Message.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DeletionProtection"))
|
2964
|
+
RestoreDBInstanceFromS3Message.add_member(:max_allocated_storage, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxAllocatedStorage"))
|
2955
2965
|
RestoreDBInstanceFromS3Message.struct_class = Types::RestoreDBInstanceFromS3Message
|
2956
2966
|
|
2957
2967
|
RestoreDBInstanceFromS3Result.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
|
@@ -2988,6 +2998,7 @@ module Aws::RDS
|
|
2988
2998
|
RestoreDBInstanceToPointInTimeMessage.add_member(:db_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBParameterGroupName"))
|
2989
2999
|
RestoreDBInstanceToPointInTimeMessage.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DeletionProtection"))
|
2990
3000
|
RestoreDBInstanceToPointInTimeMessage.add_member(:source_dbi_resource_id, Shapes::ShapeRef.new(shape: String, location_name: "SourceDbiResourceId"))
|
3001
|
+
RestoreDBInstanceToPointInTimeMessage.add_member(:max_allocated_storage, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxAllocatedStorage"))
|
2991
3002
|
RestoreDBInstanceToPointInTimeMessage.struct_class = Types::RestoreDBInstanceToPointInTimeMessage
|
2992
3003
|
|
2993
3004
|
RestoreDBInstanceToPointInTimeResult.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
|
@@ -3362,6 +3373,7 @@ module Aws::RDS
|
|
3362
3373
|
o.errors << Shapes::ShapeRef.new(shape: InvalidDBSnapshotStateFault)
|
3363
3374
|
o.errors << Shapes::ShapeRef.new(shape: SnapshotQuotaExceededFault)
|
3364
3375
|
o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
|
3376
|
+
o.errors << Shapes::ShapeRef.new(shape: CustomAvailabilityZoneNotFoundFault)
|
3365
3377
|
end)
|
3366
3378
|
|
3367
3379
|
api.add_operation(:copy_option_group, Seahorse::Model::Operation.new.tap do |o|
|
@@ -336,14 +336,11 @@ module Aws::RDS
|
|
336
336
|
# The DB engine mode of the DB cluster, either `provisioned`,
|
337
337
|
# `serverless`, `parallelquery`, `global`, or `multimaster`.
|
338
338
|
#
|
339
|
-
#
|
340
|
-
#
|
341
|
-
#
|
342
|
-
#
|
343
|
-
#
|
344
|
-
# value from `DescribeDBClusters`.
|
345
|
-
#
|
346
|
-
# </note>
|
339
|
+
# For more information, see [ CreateDBCluster][1].
|
340
|
+
#
|
341
|
+
#
|
342
|
+
#
|
343
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_CreateDBCluster.html
|
347
344
|
# @return [String]
|
348
345
|
def engine_mode
|
349
346
|
data[:engine_mode]
|
@@ -439,6 +436,17 @@ module Aws::RDS
|
|
439
436
|
data[:domain_memberships]
|
440
437
|
end
|
441
438
|
|
439
|
+
# A list of tags. For more information, see [Tagging Amazon RDS
|
440
|
+
# Resources][1] in the *Amazon RDS User Guide.*
|
441
|
+
#
|
442
|
+
#
|
443
|
+
#
|
444
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
|
445
|
+
# @return [Array<Types::Tag>]
|
446
|
+
def tag_list
|
447
|
+
data[:tag_list]
|
448
|
+
end
|
449
|
+
|
442
450
|
# Specifies whether a secondary cluster in an Aurora global database has
|
443
451
|
# write forwarding enabled, not enabled, or is in the process of
|
444
452
|
# enabling it.
|
@@ -916,14 +924,23 @@ module Aws::RDS
|
|
916
924
|
#
|
917
925
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch
|
918
926
|
# @option options [String] :engine_mode
|
919
|
-
# The DB engine mode of the DB cluster, either `provisioned
|
927
|
+
# The DB engine mode of the DB cluster, either `provisioned`
|
920
928
|
# `serverless`, `parallelquery`, `global`, or `multimaster`.
|
921
929
|
#
|
922
|
-
#
|
923
|
-
#
|
924
|
-
#
|
930
|
+
# The `parallelquery` engine mode isn't required for Aurora MySQL
|
931
|
+
# version 1.23 and higher 1.x versions, and version 2.09 and higher 2.x
|
932
|
+
# versions.
|
925
933
|
#
|
926
|
-
#
|
934
|
+
# The `global` engine mode isn't required for Aurora MySQL version 1.22
|
935
|
+
# and higher 1.x versions, and `global` engine mode isn't required for
|
936
|
+
# any 2.x versions.
|
937
|
+
#
|
938
|
+
# The `multimaster` engine mode only applies for DB clusters created
|
939
|
+
# with Aurora MySQL version 5.6.10a.
|
940
|
+
#
|
941
|
+
# For Aurora PostgreSQL, the `global` engine mode isn't required, and
|
942
|
+
# both the `parallelquery` and the `multimaster` engine modes currently
|
943
|
+
# aren't supported.
|
927
944
|
#
|
928
945
|
# Limitations and requirements apply to some DB engine modes. For more
|
929
946
|
# information, see the following sections in the *Amazon Aurora User
|
@@ -933,7 +950,7 @@ module Aws::RDS
|
|
933
950
|
#
|
934
951
|
# * [ Limitations of Parallel Query][2]
|
935
952
|
#
|
936
|
-
# * [
|
953
|
+
# * [ Limitations of Aurora Global Databases][3]
|
937
954
|
#
|
938
955
|
# * [ Limitations of Multi-Master Clusters][4]
|
939
956
|
#
|
@@ -162,6 +162,17 @@ module Aws::RDS
|
|
162
162
|
data[:iam_database_authentication_enabled]
|
163
163
|
end
|
164
164
|
|
165
|
+
# A list of tags. For more information, see [Tagging Amazon RDS
|
166
|
+
# Resources][1] in the *Amazon RDS User Guide.*
|
167
|
+
#
|
168
|
+
#
|
169
|
+
#
|
170
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
|
171
|
+
# @return [Array<Types::Tag>]
|
172
|
+
def tag_list
|
173
|
+
data[:tag_list]
|
174
|
+
end
|
175
|
+
|
165
176
|
# @!endgroup
|
166
177
|
|
167
178
|
# @return [Client]
|
@@ -639,6 +650,12 @@ module Aws::RDS
|
|
639
650
|
# @option options [String] :engine_mode
|
640
651
|
# The DB engine mode of the DB cluster, either `provisioned`,
|
641
652
|
# `serverless`, `parallelquery`, `global`, or `multimaster`.
|
653
|
+
#
|
654
|
+
# For more information, see [ CreateDBCluster][1].
|
655
|
+
#
|
656
|
+
#
|
657
|
+
#
|
658
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_CreateDBCluster.html
|
642
659
|
# @option options [Types::ScalingConfiguration] :scaling_configuration
|
643
660
|
# For DB clusters in `serverless` DB engine mode, the scaling properties
|
644
661
|
# of the DB cluster.
|
@@ -71,12 +71,19 @@ module Aws::RDS
|
|
71
71
|
end
|
72
72
|
|
73
73
|
# A list of the character sets supported by this engine for the
|
74
|
-
# `CharacterSetName` parameter of the `CreateDBInstance`
|
74
|
+
# `CharacterSetName` parameter of the `CreateDBInstance` operation.
|
75
75
|
# @return [Array<Types::CharacterSet>]
|
76
76
|
def supported_character_sets
|
77
77
|
data[:supported_character_sets]
|
78
78
|
end
|
79
79
|
|
80
|
+
# A list of the character sets supported by the Oracle DB engine for the
|
81
|
+
# `NcharCharacterSetName` parameter of the `CreateDBInstance` operation.
|
82
|
+
# @return [Array<Types::CharacterSet>]
|
83
|
+
def supported_nchar_character_sets
|
84
|
+
data[:supported_nchar_character_sets]
|
85
|
+
end
|
86
|
+
|
80
87
|
# A list of engine versions that this database engine version can be
|
81
88
|
# upgraded to.
|
82
89
|
# @return [Array<Types::UpgradeTarget>]
|
@@ -112,12 +119,6 @@ module Aws::RDS
|
|
112
119
|
end
|
113
120
|
|
114
121
|
# A list of the supported DB engine modes.
|
115
|
-
#
|
116
|
-
# <note markdown="1"> `global` engine mode only applies for global database clusters created
|
117
|
-
# with Aurora MySQL version 5.6.10a. For higher Aurora MySQL versions,
|
118
|
-
# the clusters in a global database use `provisioned` engine mode.
|
119
|
-
#
|
120
|
-
# </note>
|
121
122
|
# @return [Array<String>]
|
122
123
|
def supported_engine_modes
|
123
124
|
data[:supported_engine_modes]
|
@@ -265,6 +265,14 @@ module Aws::RDS
|
|
265
265
|
data[:character_set_name]
|
266
266
|
end
|
267
267
|
|
268
|
+
# The name of the NCHAR character set for the Oracle DB instance. This
|
269
|
+
# character set specifies the Unicode encoding for data stored in table
|
270
|
+
# columns of type NCHAR, NCLOB, or NVARCHAR2.
|
271
|
+
# @return [String]
|
272
|
+
def nchar_character_set_name
|
273
|
+
data[:nchar_character_set_name]
|
274
|
+
end
|
275
|
+
|
268
276
|
# If present, specifies the name of the secondary Availability Zone for
|
269
277
|
# a DB instance with multi-AZ support.
|
270
278
|
# @return [String]
|
@@ -514,6 +522,17 @@ module Aws::RDS
|
|
514
522
|
data[:max_allocated_storage]
|
515
523
|
end
|
516
524
|
|
525
|
+
# A list of tags. For more information, see [Tagging Amazon RDS
|
526
|
+
# Resources][1] in the *Amazon RDS User Guide.*
|
527
|
+
#
|
528
|
+
#
|
529
|
+
#
|
530
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
|
531
|
+
# @return [Array<Types::Tag>]
|
532
|
+
def tag_list
|
533
|
+
data[:tag_list]
|
534
|
+
end
|
535
|
+
|
517
536
|
# @!endgroup
|
518
537
|
|
519
538
|
# @return [Client]
|
@@ -673,6 +692,7 @@ module Aws::RDS
|
|
673
692
|
# iops: 1,
|
674
693
|
# option_group_name: "String",
|
675
694
|
# character_set_name: "String",
|
695
|
+
# nchar_character_set_name: "String",
|
676
696
|
# publicly_accessible: false,
|
677
697
|
# tags: [
|
678
698
|
# {
|
@@ -1207,8 +1227,8 @@ module Aws::RDS
|
|
1207
1227
|
#
|
1208
1228
|
# **Microsoft SQL Server**
|
1209
1229
|
#
|
1210
|
-
# See [
|
1211
|
-
# User Guide.*
|
1230
|
+
# See [Microsoft SQL Server Versions on Amazon RDS][2] in the *Amazon
|
1231
|
+
# RDS User Guide.*
|
1212
1232
|
#
|
1213
1233
|
# **MySQL**
|
1214
1234
|
#
|
@@ -1227,7 +1247,7 @@ module Aws::RDS
|
|
1227
1247
|
#
|
1228
1248
|
#
|
1229
1249
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MariaDB.html#MariaDB.Concepts.VersionMgmt
|
1230
|
-
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.
|
1250
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.VersionSupport
|
1231
1251
|
# [3]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MySQL.html#MySQL.Concepts.VersionMgmt
|
1232
1252
|
# [4]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.Oracle.PatchComposition.html
|
1233
1253
|
# [5]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts.General.DBVersions
|
@@ -1270,6 +1290,8 @@ module Aws::RDS
|
|
1270
1290
|
#
|
1271
1291
|
# Not applicable. The character set is managed by the DB cluster. For
|
1272
1292
|
# more information, see `CreateDBCluster`.
|
1293
|
+
# @option options [String] :nchar_character_set_name
|
1294
|
+
# The name of the NCHAR character set for the Oracle DB instance.
|
1273
1295
|
# @option options [Boolean] :publicly_accessible
|
1274
1296
|
# A value that indicates whether the DB instance is publicly accessible.
|
1275
1297
|
#
|
@@ -1419,29 +1441,8 @@ module Aws::RDS
|
|
1419
1441
|
# Access Management (IAM) accounts to database accounts. By default,
|
1420
1442
|
# mapping is disabled.
|
1421
1443
|
#
|
1422
|
-
#
|
1423
|
-
#
|
1424
|
-
#
|
1425
|
-
# **Amazon Aurora**
|
1426
|
-
#
|
1427
|
-
# Not applicable. Mapping AWS IAM accounts to database accounts is
|
1428
|
-
# managed by the DB cluster.
|
1429
|
-
#
|
1430
|
-
# **MySQL**
|
1431
|
-
#
|
1432
|
-
# * For MySQL 5.6, minor version 5.6.34 or higher
|
1433
|
-
#
|
1434
|
-
# * For MySQL 5.7, minor version 5.7.16 or higher
|
1435
|
-
#
|
1436
|
-
# * For MySQL 8.0, minor version 8.0.16 or higher
|
1437
|
-
#
|
1438
|
-
# **PostgreSQL**
|
1439
|
-
#
|
1440
|
-
# * For PostgreSQL 9.5, minor version 9.5.15 or higher
|
1441
|
-
#
|
1442
|
-
# * For PostgreSQL 9.6, minor version 9.6.11 or higher
|
1443
|
-
#
|
1444
|
-
# * PostgreSQL 10.6, 10.7, and 10.9
|
1444
|
+
# This setting doesn't apply to Amazon Aurora. Mapping AWS IAM accounts
|
1445
|
+
# to database accounts is managed by the DB cluster.
|
1445
1446
|
#
|
1446
1447
|
# For more information, see [ IAM Database Authentication for MySQL and
|
1447
1448
|
# PostgreSQL][1] in the *Amazon RDS User Guide.*
|
@@ -1478,6 +1479,10 @@ module Aws::RDS
|
|
1478
1479
|
# CloudWatch Logs ][1] in the *Amazon Relational Database Service User
|
1479
1480
|
# Guide*.
|
1480
1481
|
#
|
1482
|
+
# **Amazon Aurora**
|
1483
|
+
#
|
1484
|
+
# Not applicable. CloudWatch Logs exports are managed by the DB cluster.
|
1485
|
+
#
|
1481
1486
|
# **MariaDB**
|
1482
1487
|
#
|
1483
1488
|
# Possible values are `audit`, `error`, `general`, and `slowquery`.
|
@@ -1577,6 +1582,7 @@ module Aws::RDS
|
|
1577
1582
|
# domain: "String",
|
1578
1583
|
# domain_iam_role_name: "String",
|
1579
1584
|
# replica_mode: "open-read-only", # accepts open-read-only, mounted
|
1585
|
+
# max_allocated_storage: 1,
|
1580
1586
|
# source_region: "String",
|
1581
1587
|
# })
|
1582
1588
|
# @param [Hash] options ({})
|
@@ -1822,8 +1828,7 @@ module Aws::RDS
|
|
1822
1828
|
# @option options [Boolean] :enable_iam_database_authentication
|
1823
1829
|
# A value that indicates whether to enable mapping of AWS Identity and
|
1824
1830
|
# Access Management (IAM) accounts to database accounts. By default,
|
1825
|
-
# mapping is disabled.
|
1826
|
-
# see CreateDBInstance.
|
1831
|
+
# mapping is disabled.
|
1827
1832
|
#
|
1828
1833
|
# For more information about IAM database authentication, see [ IAM
|
1829
1834
|
# Database Authentication for MySQL and PostgreSQL][1] in the *Amazon
|
@@ -1913,6 +1918,9 @@ module Aws::RDS
|
|
1913
1918
|
#
|
1914
1919
|
#
|
1915
1920
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/oracle-read-replicas.html
|
1921
|
+
# @option options [Integer] :max_allocated_storage
|
1922
|
+
# The upper limit to which Amazon RDS can automatically scale the
|
1923
|
+
# storage of the DB instance.
|
1916
1924
|
# @option options [String] :destination_region
|
1917
1925
|
# @option options [String] :source_region
|
1918
1926
|
# The source region of the snapshot. This is only needed when the
|
@@ -2310,7 +2318,7 @@ module Aws::RDS
|
|
2310
2318
|
# The version number of the database engine to upgrade to. Changing this
|
2311
2319
|
# parameter results in an outage and the change is applied during the
|
2312
2320
|
# next maintenance window unless the `ApplyImmediately` parameter is
|
2313
|
-
#
|
2321
|
+
# enabled for this request.
|
2314
2322
|
#
|
2315
2323
|
# For major version upgrades, if a nondefault DB parameter group is
|
2316
2324
|
# currently in use, a new DB parameter group in the DB parameter group
|
@@ -2565,8 +2573,10 @@ module Aws::RDS
|
|
2565
2573
|
# @option options [Boolean] :enable_iam_database_authentication
|
2566
2574
|
# A value that indicates whether to enable mapping of AWS Identity and
|
2567
2575
|
# Access Management (IAM) accounts to database accounts. By default,
|
2568
|
-
# mapping is disabled.
|
2569
|
-
#
|
2576
|
+
# mapping is disabled.
|
2577
|
+
#
|
2578
|
+
# This setting doesn't apply to Amazon Aurora. Mapping AWS IAM accounts
|
2579
|
+
# to database accounts is managed by the DB cluster.
|
2570
2580
|
#
|
2571
2581
|
# For more information about IAM database authentication, see [ IAM
|
2572
2582
|
# Database Authentication for MySQL and PostgreSQL][1] in the *Amazon
|
@@ -2798,6 +2808,7 @@ module Aws::RDS
|
|
2798
2808
|
# db_parameter_group_name: "String",
|
2799
2809
|
# deletion_protection: false,
|
2800
2810
|
# source_dbi_resource_id: "String",
|
2811
|
+
# max_allocated_storage: 1,
|
2801
2812
|
# })
|
2802
2813
|
# @param [Hash] options ({})
|
2803
2814
|
# @option options [required, String] :target_db_instance_identifier
|
@@ -2997,8 +3008,7 @@ module Aws::RDS
|
|
2997
3008
|
# @option options [Boolean] :enable_iam_database_authentication
|
2998
3009
|
# A value that indicates whether to enable mapping of AWS Identity and
|
2999
3010
|
# Access Management (IAM) accounts to database accounts. By default,
|
3000
|
-
# mapping is disabled.
|
3001
|
-
# see CreateDBInstance.
|
3011
|
+
# mapping is disabled.
|
3002
3012
|
#
|
3003
3013
|
# For more information about IAM database authentication, see [ IAM
|
3004
3014
|
# Database Authentication for MySQL and PostgreSQL][1] in the *Amazon
|
@@ -3048,6 +3058,9 @@ module Aws::RDS
|
|
3048
3058
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_DeleteInstance.html
|
3049
3059
|
# @option options [String] :source_dbi_resource_id
|
3050
3060
|
# The resource ID of the source DB instance from which to restore.
|
3061
|
+
# @option options [Integer] :max_allocated_storage
|
3062
|
+
# The upper limit to which Amazon RDS can automatically scale the
|
3063
|
+
# storage of the DB instance.
|
3051
3064
|
# @return [DBInstance]
|
3052
3065
|
def restore(options = {})
|
3053
3066
|
options = options.merge(source_db_instance_identifier: @id)
|
@@ -44,7 +44,7 @@ module Aws::RDS
|
|
44
44
|
end
|
45
45
|
alias :db_snapshot_identifier :snapshot_id
|
46
46
|
|
47
|
-
# Specifies when the snapshot was taken in
|
47
|
+
# Specifies when the snapshot was taken in Coordinated Universal Time
|
48
48
|
# (UTC).
|
49
49
|
# @return [Time]
|
50
50
|
def snapshot_create_time
|
@@ -215,6 +215,17 @@ module Aws::RDS
|
|
215
215
|
data[:dbi_resource_id]
|
216
216
|
end
|
217
217
|
|
218
|
+
# A list of tags. For more information, see [Tagging Amazon RDS
|
219
|
+
# Resources][1] in the *Amazon RDS User Guide.*
|
220
|
+
#
|
221
|
+
#
|
222
|
+
#
|
223
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
|
224
|
+
# @return [Array<Types::Tag>]
|
225
|
+
def tag_list
|
226
|
+
data[:tag_list]
|
227
|
+
end
|
228
|
+
|
218
229
|
# @!endgroup
|
219
230
|
|
220
231
|
# @return [Client]
|
@@ -396,6 +407,7 @@ module Aws::RDS
|
|
396
407
|
# copy_tags: false,
|
397
408
|
# pre_signed_url: "String",
|
398
409
|
# option_group_name: "String",
|
410
|
+
# target_custom_availability_zone: "String",
|
399
411
|
# source_region: "String",
|
400
412
|
# })
|
401
413
|
# @param [Hash] options ({})
|
@@ -514,6 +526,11 @@ module Aws::RDS
|
|
514
526
|
#
|
515
527
|
#
|
516
528
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_CopySnapshot.html#USER_CopySnapshot.Options
|
529
|
+
# @option options [String] :target_custom_availability_zone
|
530
|
+
# The external custom Availability Zone (CAZ) identifier for the target
|
531
|
+
# CAZ.
|
532
|
+
#
|
533
|
+
# Example: `rds-caz-aiqhTgQv`.
|
517
534
|
# @option options [String] :destination_region
|
518
535
|
# @option options [String] :source_region
|
519
536
|
# The source region of the snapshot. This is only needed when the
|
@@ -778,8 +795,7 @@ module Aws::RDS
|
|
778
795
|
# @option options [Boolean] :enable_iam_database_authentication
|
779
796
|
# A value that indicates whether to enable mapping of AWS Identity and
|
780
797
|
# Access Management (IAM) accounts to database accounts. By default,
|
781
|
-
# mapping is disabled.
|
782
|
-
# see CreateDBInstance.
|
798
|
+
# mapping is disabled.
|
783
799
|
#
|
784
800
|
# For more information about IAM database authentication, see [ IAM
|
785
801
|
# Database Authentication for MySQL and PostgreSQL][1] in the *Amazon
|
@@ -792,11 +808,11 @@ module Aws::RDS
|
|
792
808
|
# The list of logs that the restored DB instance is to export to
|
793
809
|
# CloudWatch Logs. The values in the list depend on the DB engine being
|
794
810
|
# used. For more information, see [Publishing Database Logs to Amazon
|
795
|
-
# CloudWatch Logs][1] in the *Amazon
|
811
|
+
# CloudWatch Logs][1] in the *Amazon RDS User Guide*.
|
796
812
|
#
|
797
813
|
#
|
798
814
|
#
|
799
|
-
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/
|
815
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch
|
800
816
|
# @option options [Array<Types::ProcessorFeature>] :processor_features
|
801
817
|
# The number of CPU cores and the number of threads per core for the DB
|
802
818
|
# instance class of the DB instance.
|