aws-sdk-rds 1.77.0 → 1.78.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-rds.rb +1 -1
- data/lib/aws-sdk-rds/client.rb +145 -13
- data/lib/aws-sdk-rds/client_api.rb +17 -0
- data/lib/aws-sdk-rds/db_cluster.rb +49 -0
- data/lib/aws-sdk-rds/db_cluster_snapshot.rb +8 -0
- data/lib/aws-sdk-rds/resource.rb +16 -0
- data/lib/aws-sdk-rds/types.rb +111 -7
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0c4c0f23901d0c7b9f171e882cd74c986f7594e7
|
4
|
+
data.tar.gz: '085649e37d8b1f68ccb342cc47911786edc7f346'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2d7f9a99dddbd37be3b8af181131bcbbd3902156c778b44e3f71b798ce0970008abf49671c44d4301a3bb2a8a3674b577749e451bf17ac433dc5bbe091bd9209
|
7
|
+
data.tar.gz: 14a5ab0a3344eb5ca57faae1a613480abc8838f0f4c74b12589bcea915b1b7e4a2f071c72f0f6b951af7b6a55a3241a41a9fca1fbe42f94aa878111aaa1c3d63
|
data/lib/aws-sdk-rds.rb
CHANGED
data/lib/aws-sdk-rds/client.rb
CHANGED
@@ -2122,6 +2122,22 @@ module Aws::RDS
|
|
2122
2122
|
# A value that indicates whether to copy all tags from the DB cluster to
|
2123
2123
|
# snapshots of the DB cluster. The default is not to copy them.
|
2124
2124
|
#
|
2125
|
+
# @option params [String] :domain
|
2126
|
+
# The Active Directory directory ID to create the DB cluster in.
|
2127
|
+
#
|
2128
|
+
# For Amazon Aurora DB clusters, Amazon RDS can use Kerberos
|
2129
|
+
# Authentication to authenticate users that connect to the DB cluster.
|
2130
|
+
# For more information, see [Using Kerberos Authentication for Aurora
|
2131
|
+
# MySQL][1] in the *Amazon Aurora User Guide*.
|
2132
|
+
#
|
2133
|
+
#
|
2134
|
+
#
|
2135
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurmysql-kerberos.html
|
2136
|
+
#
|
2137
|
+
# @option params [String] :domain_iam_role_name
|
2138
|
+
# Specify the name of the IAM role to be used when making API calls to
|
2139
|
+
# the Directory Service.
|
2140
|
+
#
|
2125
2141
|
# @option params [String] :source_region
|
2126
2142
|
# The source region of the snapshot. This is only needed when the
|
2127
2143
|
# shapshot is encrypted and in a different region.
|
@@ -2201,6 +2217,8 @@ module Aws::RDS
|
|
2201
2217
|
# global_cluster_identifier: "String",
|
2202
2218
|
# enable_http_endpoint: false,
|
2203
2219
|
# copy_tags_to_snapshot: false,
|
2220
|
+
# domain: "String",
|
2221
|
+
# domain_iam_role_name: "String",
|
2204
2222
|
# source_region: "String",
|
2205
2223
|
# })
|
2206
2224
|
#
|
@@ -2276,6 +2294,11 @@ module Aws::RDS
|
|
2276
2294
|
# resp.db_cluster.activity_stream_kinesis_stream_name #=> String
|
2277
2295
|
# resp.db_cluster.copy_tags_to_snapshot #=> Boolean
|
2278
2296
|
# resp.db_cluster.cross_account_clone #=> Boolean
|
2297
|
+
# resp.db_cluster.domain_memberships #=> Array
|
2298
|
+
# resp.db_cluster.domain_memberships[0].domain #=> String
|
2299
|
+
# resp.db_cluster.domain_memberships[0].status #=> String
|
2300
|
+
# resp.db_cluster.domain_memberships[0].fqdn #=> String
|
2301
|
+
# resp.db_cluster.domain_memberships[0].iam_role_name #=> String
|
2279
2302
|
#
|
2280
2303
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBCluster AWS API Documentation
|
2281
2304
|
#
|
@@ -5329,6 +5352,11 @@ module Aws::RDS
|
|
5329
5352
|
# resp.db_cluster.activity_stream_kinesis_stream_name #=> String
|
5330
5353
|
# resp.db_cluster.copy_tags_to_snapshot #=> Boolean
|
5331
5354
|
# resp.db_cluster.cross_account_clone #=> Boolean
|
5355
|
+
# resp.db_cluster.domain_memberships #=> Array
|
5356
|
+
# resp.db_cluster.domain_memberships[0].domain #=> String
|
5357
|
+
# resp.db_cluster.domain_memberships[0].status #=> String
|
5358
|
+
# resp.db_cluster.domain_memberships[0].fqdn #=> String
|
5359
|
+
# resp.db_cluster.domain_memberships[0].iam_role_name #=> String
|
5332
5360
|
#
|
5333
5361
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBCluster AWS API Documentation
|
5334
5362
|
#
|
@@ -7344,6 +7372,11 @@ module Aws::RDS
|
|
7344
7372
|
# resp.db_clusters[0].activity_stream_kinesis_stream_name #=> String
|
7345
7373
|
# resp.db_clusters[0].copy_tags_to_snapshot #=> Boolean
|
7346
7374
|
# resp.db_clusters[0].cross_account_clone #=> Boolean
|
7375
|
+
# resp.db_clusters[0].domain_memberships #=> Array
|
7376
|
+
# resp.db_clusters[0].domain_memberships[0].domain #=> String
|
7377
|
+
# resp.db_clusters[0].domain_memberships[0].status #=> String
|
7378
|
+
# resp.db_clusters[0].domain_memberships[0].fqdn #=> String
|
7379
|
+
# resp.db_clusters[0].domain_memberships[0].iam_role_name #=> String
|
7347
7380
|
#
|
7348
7381
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBClusters AWS API Documentation
|
7349
7382
|
#
|
@@ -10623,6 +10656,11 @@ module Aws::RDS
|
|
10623
10656
|
# resp.db_cluster.activity_stream_kinesis_stream_name #=> String
|
10624
10657
|
# resp.db_cluster.copy_tags_to_snapshot #=> Boolean
|
10625
10658
|
# resp.db_cluster.cross_account_clone #=> Boolean
|
10659
|
+
# resp.db_cluster.domain_memberships #=> Array
|
10660
|
+
# resp.db_cluster.domain_memberships[0].domain #=> String
|
10661
|
+
# resp.db_cluster.domain_memberships[0].status #=> String
|
10662
|
+
# resp.db_cluster.domain_memberships[0].fqdn #=> String
|
10663
|
+
# resp.db_cluster.domain_memberships[0].iam_role_name #=> String
|
10626
10664
|
#
|
10627
10665
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/FailoverDBCluster AWS API Documentation
|
10628
10666
|
#
|
@@ -11202,6 +11240,15 @@ module Aws::RDS
|
|
11202
11240
|
# * The `DBInstanceParameterGroupName` parameter is only valid in
|
11203
11241
|
# combination with the `AllowMajorVersionUpgrade` parameter.
|
11204
11242
|
#
|
11243
|
+
# @option params [String] :domain
|
11244
|
+
# The Active Directory directory ID to move the DB cluster to. Specify
|
11245
|
+
# `none` to remove the cluster from its current domain. The domain must
|
11246
|
+
# be created prior to this operation.
|
11247
|
+
#
|
11248
|
+
# @option params [String] :domain_iam_role_name
|
11249
|
+
# Specify the name of the IAM role to be used when making API calls to
|
11250
|
+
# the Directory Service.
|
11251
|
+
#
|
11205
11252
|
# @option params [Types::ScalingConfiguration] :scaling_configuration
|
11206
11253
|
# The scaling properties of the DB cluster. You can only modify scaling
|
11207
11254
|
# properties for DB clusters in `serverless` DB engine mode.
|
@@ -11279,6 +11326,8 @@ module Aws::RDS
|
|
11279
11326
|
# engine_version: "String",
|
11280
11327
|
# allow_major_version_upgrade: false,
|
11281
11328
|
# db_instance_parameter_group_name: "String",
|
11329
|
+
# domain: "String",
|
11330
|
+
# domain_iam_role_name: "String",
|
11282
11331
|
# scaling_configuration: {
|
11283
11332
|
# min_capacity: 1,
|
11284
11333
|
# max_capacity: 1,
|
@@ -11363,6 +11412,11 @@ module Aws::RDS
|
|
11363
11412
|
# resp.db_cluster.activity_stream_kinesis_stream_name #=> String
|
11364
11413
|
# resp.db_cluster.copy_tags_to_snapshot #=> Boolean
|
11365
11414
|
# resp.db_cluster.cross_account_clone #=> Boolean
|
11415
|
+
# resp.db_cluster.domain_memberships #=> Array
|
11416
|
+
# resp.db_cluster.domain_memberships[0].domain #=> String
|
11417
|
+
# resp.db_cluster.domain_memberships[0].status #=> String
|
11418
|
+
# resp.db_cluster.domain_memberships[0].fqdn #=> String
|
11419
|
+
# resp.db_cluster.domain_memberships[0].iam_role_name #=> String
|
11366
11420
|
#
|
11367
11421
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBCluster AWS API Documentation
|
11368
11422
|
#
|
@@ -13663,6 +13717,11 @@ module Aws::RDS
|
|
13663
13717
|
# resp.db_cluster.activity_stream_kinesis_stream_name #=> String
|
13664
13718
|
# resp.db_cluster.copy_tags_to_snapshot #=> Boolean
|
13665
13719
|
# resp.db_cluster.cross_account_clone #=> Boolean
|
13720
|
+
# resp.db_cluster.domain_memberships #=> Array
|
13721
|
+
# resp.db_cluster.domain_memberships[0].domain #=> String
|
13722
|
+
# resp.db_cluster.domain_memberships[0].status #=> String
|
13723
|
+
# resp.db_cluster.domain_memberships[0].fqdn #=> String
|
13724
|
+
# resp.db_cluster.domain_memberships[0].iam_role_name #=> String
|
13666
13725
|
#
|
13667
13726
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/PromoteReadReplicaDBCluster AWS API Documentation
|
13668
13727
|
#
|
@@ -14726,6 +14785,23 @@ module Aws::RDS
|
|
14726
14785
|
# cluster to snapshots of the restored DB cluster. The default is not to
|
14727
14786
|
# copy them.
|
14728
14787
|
#
|
14788
|
+
# @option params [String] :domain
|
14789
|
+
# Specify the Active Directory directory ID to restore the DB cluster
|
14790
|
+
# in. The domain must be created prior to this operation.
|
14791
|
+
#
|
14792
|
+
# For Amazon Aurora DB clusters, Amazon RDS can use Kerberos
|
14793
|
+
# Authentication to authenticate users that connect to the DB cluster.
|
14794
|
+
# For more information, see [Using Kerberos Authentication for Aurora
|
14795
|
+
# MySQL][1] in the *Amazon Aurora User Guide*.
|
14796
|
+
#
|
14797
|
+
#
|
14798
|
+
#
|
14799
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurmysql-kerberos.html
|
14800
|
+
#
|
14801
|
+
# @option params [String] :domain_iam_role_name
|
14802
|
+
# Specify the name of the IAM role to be used when making API calls to
|
14803
|
+
# the Directory Service.
|
14804
|
+
#
|
14729
14805
|
# @return [Types::RestoreDBClusterFromS3Result] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
14730
14806
|
#
|
14731
14807
|
# * {Types::RestoreDBClusterFromS3Result#db_cluster #db_cluster} => Types::DBCluster
|
@@ -14767,6 +14843,8 @@ module Aws::RDS
|
|
14767
14843
|
# enable_cloudwatch_logs_exports: ["String"],
|
14768
14844
|
# deletion_protection: false,
|
14769
14845
|
# copy_tags_to_snapshot: false,
|
14846
|
+
# domain: "String",
|
14847
|
+
# domain_iam_role_name: "String",
|
14770
14848
|
# })
|
14771
14849
|
#
|
14772
14850
|
# @example Response structure
|
@@ -14841,6 +14919,11 @@ module Aws::RDS
|
|
14841
14919
|
# resp.db_cluster.activity_stream_kinesis_stream_name #=> String
|
14842
14920
|
# resp.db_cluster.copy_tags_to_snapshot #=> Boolean
|
14843
14921
|
# resp.db_cluster.cross_account_clone #=> Boolean
|
14922
|
+
# resp.db_cluster.domain_memberships #=> Array
|
14923
|
+
# resp.db_cluster.domain_memberships[0].domain #=> String
|
14924
|
+
# resp.db_cluster.domain_memberships[0].status #=> String
|
14925
|
+
# resp.db_cluster.domain_memberships[0].fqdn #=> String
|
14926
|
+
# resp.db_cluster.domain_memberships[0].iam_role_name #=> String
|
14844
14927
|
#
|
14845
14928
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBClusterFromS3 AWS API Documentation
|
14846
14929
|
#
|
@@ -14852,24 +14935,24 @@ module Aws::RDS
|
|
14852
14935
|
end
|
14853
14936
|
|
14854
14937
|
# Creates a new DB cluster from a DB snapshot or DB cluster snapshot.
|
14855
|
-
# This action only applies to Aurora DB clusters.
|
14856
|
-
#
|
14857
|
-
# The target DB cluster is created from the source snapshot with a
|
14858
|
-
# default configuration. If you don't specify a security group, the new
|
14859
|
-
# DB cluster is associated with the default security group.
|
14860
14938
|
#
|
14861
|
-
#
|
14862
|
-
#
|
14863
|
-
#
|
14864
|
-
# identifier of the restored DB cluster in `DBClusterIdentifier`. You
|
14865
|
-
# can create DB instances only after the `RestoreDBClusterFromSnapshot`
|
14866
|
-
# action has completed and the DB cluster is available.
|
14939
|
+
# If a DB snapshot is specified, the target DB cluster is created from
|
14940
|
+
# the source DB snapshot with a default configuration and default
|
14941
|
+
# security group.
|
14867
14942
|
#
|
14868
|
-
#
|
14943
|
+
# If a DB cluster snapshot is specified, the target DB cluster is
|
14944
|
+
# created from the source DB cluster restore point with the same
|
14945
|
+
# configuration as the original source DB cluster. If you don't specify
|
14946
|
+
# a security group, the new DB cluster is associated with the default
|
14947
|
+
# security group.
|
14869
14948
|
#
|
14870
14949
|
# For more information on Amazon Aurora, see [ What Is Amazon
|
14871
14950
|
# Aurora?][1] in the *Amazon Aurora User Guide.*
|
14872
14951
|
#
|
14952
|
+
# <note markdown="1"> This action only applies to Aurora DB clusters.
|
14953
|
+
#
|
14954
|
+
# </note>
|
14955
|
+
#
|
14873
14956
|
#
|
14874
14957
|
#
|
14875
14958
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html
|
@@ -15064,6 +15147,14 @@ module Aws::RDS
|
|
15064
15147
|
# cluster to snapshots of the restored DB cluster. The default is not to
|
15065
15148
|
# copy them.
|
15066
15149
|
#
|
15150
|
+
# @option params [String] :domain
|
15151
|
+
# Specify the Active Directory directory ID to restore the DB cluster
|
15152
|
+
# in. The domain must be created prior to this operation.
|
15153
|
+
#
|
15154
|
+
# @option params [String] :domain_iam_role_name
|
15155
|
+
# Specify the name of the IAM role to be used when making API calls to
|
15156
|
+
# the Directory Service.
|
15157
|
+
#
|
15067
15158
|
# @return [Types::RestoreDBClusterFromSnapshotResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
15068
15159
|
#
|
15069
15160
|
# * {Types::RestoreDBClusterFromSnapshotResult#db_cluster #db_cluster} => Types::DBCluster
|
@@ -15119,6 +15210,8 @@ module Aws::RDS
|
|
15119
15210
|
# db_cluster_parameter_group_name: "String",
|
15120
15211
|
# deletion_protection: false,
|
15121
15212
|
# copy_tags_to_snapshot: false,
|
15213
|
+
# domain: "String",
|
15214
|
+
# domain_iam_role_name: "String",
|
15122
15215
|
# })
|
15123
15216
|
#
|
15124
15217
|
# @example Response structure
|
@@ -15193,6 +15286,11 @@ module Aws::RDS
|
|
15193
15286
|
# resp.db_cluster.activity_stream_kinesis_stream_name #=> String
|
15194
15287
|
# resp.db_cluster.copy_tags_to_snapshot #=> Boolean
|
15195
15288
|
# resp.db_cluster.cross_account_clone #=> Boolean
|
15289
|
+
# resp.db_cluster.domain_memberships #=> Array
|
15290
|
+
# resp.db_cluster.domain_memberships[0].domain #=> String
|
15291
|
+
# resp.db_cluster.domain_memberships[0].status #=> String
|
15292
|
+
# resp.db_cluster.domain_memberships[0].fqdn #=> String
|
15293
|
+
# resp.db_cluster.domain_memberships[0].iam_role_name #=> String
|
15196
15294
|
#
|
15197
15295
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBClusterFromSnapshot AWS API Documentation
|
15198
15296
|
#
|
@@ -15413,6 +15511,23 @@ module Aws::RDS
|
|
15413
15511
|
# cluster to snapshots of the restored DB cluster. The default is not to
|
15414
15512
|
# copy them.
|
15415
15513
|
#
|
15514
|
+
# @option params [String] :domain
|
15515
|
+
# Specify the Active Directory directory ID to restore the DB cluster
|
15516
|
+
# in. The domain must be created prior to this operation.
|
15517
|
+
#
|
15518
|
+
# For Amazon Aurora DB clusters, Amazon RDS can use Kerberos
|
15519
|
+
# Authentication to authenticate users that connect to the DB cluster.
|
15520
|
+
# For more information, see [Using Kerberos Authentication for Aurora
|
15521
|
+
# MySQL][1] in the *Amazon Aurora User Guide*.
|
15522
|
+
#
|
15523
|
+
#
|
15524
|
+
#
|
15525
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurmysql-kerberos.html
|
15526
|
+
#
|
15527
|
+
# @option params [String] :domain_iam_role_name
|
15528
|
+
# Specify the name of the IAM role to be used when making API calls to
|
15529
|
+
# the Directory Service.
|
15530
|
+
#
|
15416
15531
|
# @return [Types::RestoreDBClusterToPointInTimeResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
15417
15532
|
#
|
15418
15533
|
# * {Types::RestoreDBClusterToPointInTimeResult#db_cluster #db_cluster} => Types::DBCluster
|
@@ -15459,6 +15574,8 @@ module Aws::RDS
|
|
15459
15574
|
# db_cluster_parameter_group_name: "String",
|
15460
15575
|
# deletion_protection: false,
|
15461
15576
|
# copy_tags_to_snapshot: false,
|
15577
|
+
# domain: "String",
|
15578
|
+
# domain_iam_role_name: "String",
|
15462
15579
|
# })
|
15463
15580
|
#
|
15464
15581
|
# @example Response structure
|
@@ -15533,6 +15650,11 @@ module Aws::RDS
|
|
15533
15650
|
# resp.db_cluster.activity_stream_kinesis_stream_name #=> String
|
15534
15651
|
# resp.db_cluster.copy_tags_to_snapshot #=> Boolean
|
15535
15652
|
# resp.db_cluster.cross_account_clone #=> Boolean
|
15653
|
+
# resp.db_cluster.domain_memberships #=> Array
|
15654
|
+
# resp.db_cluster.domain_memberships[0].domain #=> String
|
15655
|
+
# resp.db_cluster.domain_memberships[0].status #=> String
|
15656
|
+
# resp.db_cluster.domain_memberships[0].fqdn #=> String
|
15657
|
+
# resp.db_cluster.domain_memberships[0].iam_role_name #=> String
|
15536
15658
|
#
|
15537
15659
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBClusterToPointInTime AWS API Documentation
|
15538
15660
|
#
|
@@ -17494,6 +17616,11 @@ module Aws::RDS
|
|
17494
17616
|
# resp.db_cluster.activity_stream_kinesis_stream_name #=> String
|
17495
17617
|
# resp.db_cluster.copy_tags_to_snapshot #=> Boolean
|
17496
17618
|
# resp.db_cluster.cross_account_clone #=> Boolean
|
17619
|
+
# resp.db_cluster.domain_memberships #=> Array
|
17620
|
+
# resp.db_cluster.domain_memberships[0].domain #=> String
|
17621
|
+
# resp.db_cluster.domain_memberships[0].status #=> String
|
17622
|
+
# resp.db_cluster.domain_memberships[0].fqdn #=> String
|
17623
|
+
# resp.db_cluster.domain_memberships[0].iam_role_name #=> String
|
17497
17624
|
#
|
17498
17625
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StartDBCluster AWS API Documentation
|
17499
17626
|
#
|
@@ -17913,6 +18040,11 @@ module Aws::RDS
|
|
17913
18040
|
# resp.db_cluster.activity_stream_kinesis_stream_name #=> String
|
17914
18041
|
# resp.db_cluster.copy_tags_to_snapshot #=> Boolean
|
17915
18042
|
# resp.db_cluster.cross_account_clone #=> Boolean
|
18043
|
+
# resp.db_cluster.domain_memberships #=> Array
|
18044
|
+
# resp.db_cluster.domain_memberships[0].domain #=> String
|
18045
|
+
# resp.db_cluster.domain_memberships[0].status #=> String
|
18046
|
+
# resp.db_cluster.domain_memberships[0].fqdn #=> String
|
18047
|
+
# resp.db_cluster.domain_memberships[0].iam_role_name #=> String
|
17916
18048
|
#
|
17917
18049
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StopDBCluster AWS API Documentation
|
17918
18050
|
#
|
@@ -18097,7 +18229,7 @@ module Aws::RDS
|
|
18097
18229
|
params: params,
|
18098
18230
|
config: config)
|
18099
18231
|
context[:gem_name] = 'aws-sdk-rds'
|
18100
|
-
context[:gem_version] = '1.
|
18232
|
+
context[:gem_version] = '1.78.0'
|
18101
18233
|
Seahorse::Client::Request.new(handlers, context)
|
18102
18234
|
end
|
18103
18235
|
|
@@ -773,6 +773,8 @@ module Aws::RDS
|
|
773
773
|
CreateDBClusterMessage.add_member(:global_cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "GlobalClusterIdentifier"))
|
774
774
|
CreateDBClusterMessage.add_member(:enable_http_endpoint, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnableHttpEndpoint"))
|
775
775
|
CreateDBClusterMessage.add_member(:copy_tags_to_snapshot, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CopyTagsToSnapshot"))
|
776
|
+
CreateDBClusterMessage.add_member(:domain, Shapes::ShapeRef.new(shape: String, location_name: "Domain"))
|
777
|
+
CreateDBClusterMessage.add_member(:domain_iam_role_name, Shapes::ShapeRef.new(shape: String, location_name: "DomainIAMRoleName"))
|
776
778
|
CreateDBClusterMessage.add_member(:destination_region, Shapes::ShapeRef.new(shape: String, location_name: "DestinationRegion", metadata: {"documented"=>false}))
|
777
779
|
CreateDBClusterMessage.add_member(:source_region, Shapes::ShapeRef.new(shape: String, location_name: "SourceRegion"))
|
778
780
|
CreateDBClusterMessage.struct_class = Types::CreateDBClusterMessage
|
@@ -1031,6 +1033,7 @@ module Aws::RDS
|
|
1031
1033
|
DBCluster.add_member(:activity_stream_kinesis_stream_name, Shapes::ShapeRef.new(shape: String, location_name: "ActivityStreamKinesisStreamName"))
|
1032
1034
|
DBCluster.add_member(:copy_tags_to_snapshot, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CopyTagsToSnapshot"))
|
1033
1035
|
DBCluster.add_member(:cross_account_clone, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CrossAccountClone"))
|
1036
|
+
DBCluster.add_member(:domain_memberships, Shapes::ShapeRef.new(shape: DomainMembershipList, location_name: "DomainMemberships"))
|
1034
1037
|
DBCluster.struct_class = Types::DBCluster
|
1035
1038
|
|
1036
1039
|
DBClusterBacktrack.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterIdentifier"))
|
@@ -2066,6 +2069,8 @@ module Aws::RDS
|
|
2066
2069
|
ModifyDBClusterMessage.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
|
2067
2070
|
ModifyDBClusterMessage.add_member(:allow_major_version_upgrade, Shapes::ShapeRef.new(shape: Boolean, location_name: "AllowMajorVersionUpgrade"))
|
2068
2071
|
ModifyDBClusterMessage.add_member(:db_instance_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBInstanceParameterGroupName"))
|
2072
|
+
ModifyDBClusterMessage.add_member(:domain, Shapes::ShapeRef.new(shape: String, location_name: "Domain"))
|
2073
|
+
ModifyDBClusterMessage.add_member(:domain_iam_role_name, Shapes::ShapeRef.new(shape: String, location_name: "DomainIAMRoleName"))
|
2069
2074
|
ModifyDBClusterMessage.add_member(:scaling_configuration, Shapes::ShapeRef.new(shape: ScalingConfiguration, location_name: "ScalingConfiguration"))
|
2070
2075
|
ModifyDBClusterMessage.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DeletionProtection"))
|
2071
2076
|
ModifyDBClusterMessage.add_member(:enable_http_endpoint, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnableHttpEndpoint"))
|
@@ -2584,6 +2589,8 @@ module Aws::RDS
|
|
2584
2589
|
RestoreDBClusterFromS3Message.add_member(:enable_cloudwatch_logs_exports, Shapes::ShapeRef.new(shape: LogTypeList, location_name: "EnableCloudwatchLogsExports"))
|
2585
2590
|
RestoreDBClusterFromS3Message.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DeletionProtection"))
|
2586
2591
|
RestoreDBClusterFromS3Message.add_member(:copy_tags_to_snapshot, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CopyTagsToSnapshot"))
|
2592
|
+
RestoreDBClusterFromS3Message.add_member(:domain, Shapes::ShapeRef.new(shape: String, location_name: "Domain"))
|
2593
|
+
RestoreDBClusterFromS3Message.add_member(:domain_iam_role_name, Shapes::ShapeRef.new(shape: String, location_name: "DomainIAMRoleName"))
|
2587
2594
|
RestoreDBClusterFromS3Message.struct_class = Types::RestoreDBClusterFromS3Message
|
2588
2595
|
|
2589
2596
|
RestoreDBClusterFromS3Result.add_member(:db_cluster, Shapes::ShapeRef.new(shape: DBCluster, location_name: "DBCluster"))
|
@@ -2609,6 +2616,8 @@ module Aws::RDS
|
|
2609
2616
|
RestoreDBClusterFromSnapshotMessage.add_member(:db_cluster_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterParameterGroupName"))
|
2610
2617
|
RestoreDBClusterFromSnapshotMessage.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DeletionProtection"))
|
2611
2618
|
RestoreDBClusterFromSnapshotMessage.add_member(:copy_tags_to_snapshot, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CopyTagsToSnapshot"))
|
2619
|
+
RestoreDBClusterFromSnapshotMessage.add_member(:domain, Shapes::ShapeRef.new(shape: String, location_name: "Domain"))
|
2620
|
+
RestoreDBClusterFromSnapshotMessage.add_member(:domain_iam_role_name, Shapes::ShapeRef.new(shape: String, location_name: "DomainIAMRoleName"))
|
2612
2621
|
RestoreDBClusterFromSnapshotMessage.struct_class = Types::RestoreDBClusterFromSnapshotMessage
|
2613
2622
|
|
2614
2623
|
RestoreDBClusterFromSnapshotResult.add_member(:db_cluster, Shapes::ShapeRef.new(shape: DBCluster, location_name: "DBCluster"))
|
@@ -2631,6 +2640,8 @@ module Aws::RDS
|
|
2631
2640
|
RestoreDBClusterToPointInTimeMessage.add_member(:db_cluster_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterParameterGroupName"))
|
2632
2641
|
RestoreDBClusterToPointInTimeMessage.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DeletionProtection"))
|
2633
2642
|
RestoreDBClusterToPointInTimeMessage.add_member(:copy_tags_to_snapshot, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CopyTagsToSnapshot"))
|
2643
|
+
RestoreDBClusterToPointInTimeMessage.add_member(:domain, Shapes::ShapeRef.new(shape: String, location_name: "Domain"))
|
2644
|
+
RestoreDBClusterToPointInTimeMessage.add_member(:domain_iam_role_name, Shapes::ShapeRef.new(shape: String, location_name: "DomainIAMRoleName"))
|
2634
2645
|
RestoreDBClusterToPointInTimeMessage.struct_class = Types::RestoreDBClusterToPointInTimeMessage
|
2635
2646
|
|
2636
2647
|
RestoreDBClusterToPointInTimeResult.add_member(:db_cluster, Shapes::ShapeRef.new(shape: DBCluster, location_name: "DBCluster"))
|
@@ -3502,6 +3513,7 @@ module Aws::RDS
|
|
3502
3513
|
o.errors << Shapes::ShapeRef.new(shape: DBProxyTargetNotFoundFault)
|
3503
3514
|
o.errors << Shapes::ShapeRef.new(shape: DBProxyTargetGroupNotFoundFault)
|
3504
3515
|
o.errors << Shapes::ShapeRef.new(shape: DBProxyNotFoundFault)
|
3516
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBProxyStateFault)
|
3505
3517
|
end)
|
3506
3518
|
|
3507
3519
|
api.add_operation(:describe_account_attributes, Seahorse::Model::Operation.new.tap do |o|
|
@@ -3716,7 +3728,9 @@ module Aws::RDS
|
|
3716
3728
|
o.http_request_uri = "/"
|
3717
3729
|
o.input = Shapes::ShapeRef.new(shape: DescribeDBProxyTargetGroupsRequest)
|
3718
3730
|
o.output = Shapes::ShapeRef.new(shape: DescribeDBProxyTargetGroupsResponse)
|
3731
|
+
o.errors << Shapes::ShapeRef.new(shape: DBProxyNotFoundFault)
|
3719
3732
|
o.errors << Shapes::ShapeRef.new(shape: DBProxyTargetGroupNotFoundFault)
|
3733
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBProxyStateFault)
|
3720
3734
|
o[:pager] = Aws::Pager.new(
|
3721
3735
|
limit_key: "max_records",
|
3722
3736
|
tokens: {
|
@@ -3734,6 +3748,7 @@ module Aws::RDS
|
|
3734
3748
|
o.errors << Shapes::ShapeRef.new(shape: DBProxyNotFoundFault)
|
3735
3749
|
o.errors << Shapes::ShapeRef.new(shape: DBProxyTargetNotFoundFault)
|
3736
3750
|
o.errors << Shapes::ShapeRef.new(shape: DBProxyTargetGroupNotFoundFault)
|
3751
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBProxyStateFault)
|
3737
3752
|
o[:pager] = Aws::Pager.new(
|
3738
3753
|
limit_key: "max_records",
|
3739
3754
|
tokens: {
|
@@ -4177,6 +4192,7 @@ module Aws::RDS
|
|
4177
4192
|
o.output = Shapes::ShapeRef.new(shape: ModifyDBProxyTargetGroupResponse)
|
4178
4193
|
o.errors << Shapes::ShapeRef.new(shape: DBProxyNotFoundFault)
|
4179
4194
|
o.errors << Shapes::ShapeRef.new(shape: DBProxyTargetGroupNotFoundFault)
|
4195
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBProxyStateFault)
|
4180
4196
|
end)
|
4181
4197
|
|
4182
4198
|
api.add_operation(:modify_db_snapshot, Seahorse::Model::Operation.new.tap do |o|
|
@@ -4300,6 +4316,7 @@ module Aws::RDS
|
|
4300
4316
|
o.errors << Shapes::ShapeRef.new(shape: DBProxyTargetAlreadyRegisteredFault)
|
4301
4317
|
o.errors << Shapes::ShapeRef.new(shape: InvalidDBInstanceStateFault)
|
4302
4318
|
o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterStateFault)
|
4319
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBProxyStateFault)
|
4303
4320
|
end)
|
4304
4321
|
|
4305
4322
|
api.add_operation(:remove_from_global_cluster, Seahorse::Model::Operation.new.tap do |o|
|
@@ -421,6 +421,13 @@ module Aws::RDS
|
|
421
421
|
data[:cross_account_clone]
|
422
422
|
end
|
423
423
|
|
424
|
+
# The Active Directory Domain membership records associated with the DB
|
425
|
+
# cluster.
|
426
|
+
# @return [Array<Types::DomainMembership>]
|
427
|
+
def domain_memberships
|
428
|
+
data[:domain_memberships]
|
429
|
+
end
|
430
|
+
|
424
431
|
# @!endgroup
|
425
432
|
|
426
433
|
# @return [Client]
|
@@ -596,6 +603,8 @@ module Aws::RDS
|
|
596
603
|
# global_cluster_identifier: "String",
|
597
604
|
# enable_http_endpoint: false,
|
598
605
|
# copy_tags_to_snapshot: false,
|
606
|
+
# domain: "String",
|
607
|
+
# domain_iam_role_name: "String",
|
599
608
|
# source_region: "String",
|
600
609
|
# })
|
601
610
|
# @param [Hash] options ({})
|
@@ -913,6 +922,20 @@ module Aws::RDS
|
|
913
922
|
# @option options [Boolean] :copy_tags_to_snapshot
|
914
923
|
# A value that indicates whether to copy all tags from the DB cluster to
|
915
924
|
# snapshots of the DB cluster. The default is not to copy them.
|
925
|
+
# @option options [String] :domain
|
926
|
+
# The Active Directory directory ID to create the DB cluster in.
|
927
|
+
#
|
928
|
+
# For Amazon Aurora DB clusters, Amazon RDS can use Kerberos
|
929
|
+
# Authentication to authenticate users that connect to the DB cluster.
|
930
|
+
# For more information, see [Using Kerberos Authentication for Aurora
|
931
|
+
# MySQL][1] in the *Amazon Aurora User Guide*.
|
932
|
+
#
|
933
|
+
#
|
934
|
+
#
|
935
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurmysql-kerberos.html
|
936
|
+
# @option options [String] :domain_iam_role_name
|
937
|
+
# Specify the name of the IAM role to be used when making API calls to
|
938
|
+
# the Directory Service.
|
916
939
|
# @option options [String] :destination_region
|
917
940
|
# @option options [String] :source_region
|
918
941
|
# The source region of the snapshot. This is only needed when the
|
@@ -1058,6 +1081,8 @@ module Aws::RDS
|
|
1058
1081
|
# engine_version: "String",
|
1059
1082
|
# allow_major_version_upgrade: false,
|
1060
1083
|
# db_instance_parameter_group_name: "String",
|
1084
|
+
# domain: "String",
|
1085
|
+
# domain_iam_role_name: "String",
|
1061
1086
|
# scaling_configuration: {
|
1062
1087
|
# min_capacity: 1,
|
1063
1088
|
# max_capacity: 1,
|
@@ -1255,6 +1280,13 @@ module Aws::RDS
|
|
1255
1280
|
#
|
1256
1281
|
# * The `DBInstanceParameterGroupName` parameter is only valid in
|
1257
1282
|
# combination with the `AllowMajorVersionUpgrade` parameter.
|
1283
|
+
# @option options [String] :domain
|
1284
|
+
# The Active Directory directory ID to move the DB cluster to. Specify
|
1285
|
+
# `none` to remove the cluster from its current domain. The domain must
|
1286
|
+
# be created prior to this operation.
|
1287
|
+
# @option options [String] :domain_iam_role_name
|
1288
|
+
# Specify the name of the IAM role to be used when making API calls to
|
1289
|
+
# the Directory Service.
|
1258
1290
|
# @option options [Types::ScalingConfiguration] :scaling_configuration
|
1259
1291
|
# The scaling properties of the DB cluster. You can only modify scaling
|
1260
1292
|
# properties for DB clusters in `serverless` DB engine mode.
|
@@ -1316,6 +1348,8 @@ module Aws::RDS
|
|
1316
1348
|
# db_cluster_parameter_group_name: "String",
|
1317
1349
|
# deletion_protection: false,
|
1318
1350
|
# copy_tags_to_snapshot: false,
|
1351
|
+
# domain: "String",
|
1352
|
+
# domain_iam_role_name: "String",
|
1319
1353
|
# })
|
1320
1354
|
# @param [Hash] options ({})
|
1321
1355
|
# @option options [required, String] :db_cluster_identifier
|
@@ -1476,6 +1510,21 @@ module Aws::RDS
|
|
1476
1510
|
# A value that indicates whether to copy all tags from the restored DB
|
1477
1511
|
# cluster to snapshots of the restored DB cluster. The default is not to
|
1478
1512
|
# copy them.
|
1513
|
+
# @option options [String] :domain
|
1514
|
+
# Specify the Active Directory directory ID to restore the DB cluster
|
1515
|
+
# in. The domain must be created prior to this operation.
|
1516
|
+
#
|
1517
|
+
# For Amazon Aurora DB clusters, Amazon RDS can use Kerberos
|
1518
|
+
# Authentication to authenticate users that connect to the DB cluster.
|
1519
|
+
# For more information, see [Using Kerberos Authentication for Aurora
|
1520
|
+
# MySQL][1] in the *Amazon Aurora User Guide*.
|
1521
|
+
#
|
1522
|
+
#
|
1523
|
+
#
|
1524
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurmysql-kerberos.html
|
1525
|
+
# @option options [String] :domain_iam_role_name
|
1526
|
+
# Specify the name of the IAM role to be used when making API calls to
|
1527
|
+
# the Directory Service.
|
1479
1528
|
# @return [DBCluster]
|
1480
1529
|
def restore(options = {})
|
1481
1530
|
options = options.merge(source_db_cluster_identifier: @id)
|
@@ -495,6 +495,8 @@ module Aws::RDS
|
|
495
495
|
# db_cluster_parameter_group_name: "String",
|
496
496
|
# deletion_protection: false,
|
497
497
|
# copy_tags_to_snapshot: false,
|
498
|
+
# domain: "String",
|
499
|
+
# domain_iam_role_name: "String",
|
498
500
|
# })
|
499
501
|
# @param [Hash] options ({})
|
500
502
|
# @option options [Array<String>] :availability_zones
|
@@ -654,6 +656,12 @@ module Aws::RDS
|
|
654
656
|
# A value that indicates whether to copy all tags from the restored DB
|
655
657
|
# cluster to snapshots of the restored DB cluster. The default is not to
|
656
658
|
# copy them.
|
659
|
+
# @option options [String] :domain
|
660
|
+
# Specify the Active Directory directory ID to restore the DB cluster
|
661
|
+
# in. The domain must be created prior to this operation.
|
662
|
+
# @option options [String] :domain_iam_role_name
|
663
|
+
# Specify the name of the IAM role to be used when making API calls to
|
664
|
+
# the Directory Service.
|
657
665
|
# @return [DBCluster]
|
658
666
|
def restore(options = {})
|
659
667
|
options = options.merge(snapshot_identifier: @snapshot_id)
|
data/lib/aws-sdk-rds/resource.rb
CHANGED
@@ -65,6 +65,8 @@ module Aws::RDS
|
|
65
65
|
# global_cluster_identifier: "String",
|
66
66
|
# enable_http_endpoint: false,
|
67
67
|
# copy_tags_to_snapshot: false,
|
68
|
+
# domain: "String",
|
69
|
+
# domain_iam_role_name: "String",
|
68
70
|
# source_region: "String",
|
69
71
|
# })
|
70
72
|
# @param [Hash] options ({})
|
@@ -395,6 +397,20 @@ module Aws::RDS
|
|
395
397
|
# @option options [Boolean] :copy_tags_to_snapshot
|
396
398
|
# A value that indicates whether to copy all tags from the DB cluster to
|
397
399
|
# snapshots of the DB cluster. The default is not to copy them.
|
400
|
+
# @option options [String] :domain
|
401
|
+
# The Active Directory directory ID to create the DB cluster in.
|
402
|
+
#
|
403
|
+
# For Amazon Aurora DB clusters, Amazon RDS can use Kerberos
|
404
|
+
# Authentication to authenticate users that connect to the DB cluster.
|
405
|
+
# For more information, see [Using Kerberos Authentication for Aurora
|
406
|
+
# MySQL][1] in the *Amazon Aurora User Guide*.
|
407
|
+
#
|
408
|
+
#
|
409
|
+
#
|
410
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurmysql-kerberos.html
|
411
|
+
# @option options [String] :domain_iam_role_name
|
412
|
+
# Specify the name of the IAM role to be used when making API calls to
|
413
|
+
# the Directory Service.
|
398
414
|
# @option options [String] :destination_region
|
399
415
|
# @option options [String] :source_region
|
400
416
|
# The source region of the snapshot. This is only needed when the
|
data/lib/aws-sdk-rds/types.rb
CHANGED
@@ -1663,6 +1663,8 @@ module Aws::RDS
|
|
1663
1663
|
# global_cluster_identifier: "String",
|
1664
1664
|
# enable_http_endpoint: false,
|
1665
1665
|
# copy_tags_to_snapshot: false,
|
1666
|
+
# domain: "String",
|
1667
|
+
# domain_iam_role_name: "String",
|
1666
1668
|
# source_region: "String",
|
1667
1669
|
# }
|
1668
1670
|
#
|
@@ -2055,6 +2057,24 @@ module Aws::RDS
|
|
2055
2057
|
# to snapshots of the DB cluster. The default is not to copy them.
|
2056
2058
|
# @return [Boolean]
|
2057
2059
|
#
|
2060
|
+
# @!attribute [rw] domain
|
2061
|
+
# The Active Directory directory ID to create the DB cluster in.
|
2062
|
+
#
|
2063
|
+
# For Amazon Aurora DB clusters, Amazon RDS can use Kerberos
|
2064
|
+
# Authentication to authenticate users that connect to the DB cluster.
|
2065
|
+
# For more information, see [Using Kerberos Authentication for Aurora
|
2066
|
+
# MySQL][1] in the *Amazon Aurora User Guide*.
|
2067
|
+
#
|
2068
|
+
#
|
2069
|
+
#
|
2070
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurmysql-kerberos.html
|
2071
|
+
# @return [String]
|
2072
|
+
#
|
2073
|
+
# @!attribute [rw] domain_iam_role_name
|
2074
|
+
# Specify the name of the IAM role to be used when making API calls to
|
2075
|
+
# the Directory Service.
|
2076
|
+
# @return [String]
|
2077
|
+
#
|
2058
2078
|
# @!attribute [rw] destination_region
|
2059
2079
|
# @return [String]
|
2060
2080
|
#
|
@@ -2096,6 +2116,8 @@ module Aws::RDS
|
|
2096
2116
|
:global_cluster_identifier,
|
2097
2117
|
:enable_http_endpoint,
|
2098
2118
|
:copy_tags_to_snapshot,
|
2119
|
+
:domain,
|
2120
|
+
:domain_iam_role_name,
|
2099
2121
|
:destination_region,
|
2100
2122
|
:source_region)
|
2101
2123
|
include Aws::Structure
|
@@ -4807,6 +4829,11 @@ module Aws::RDS
|
|
4807
4829
|
# a different AWS account.
|
4808
4830
|
# @return [Boolean]
|
4809
4831
|
#
|
4832
|
+
# @!attribute [rw] domain_memberships
|
4833
|
+
# The Active Directory Domain membership records associated with the
|
4834
|
+
# DB cluster.
|
4835
|
+
# @return [Array<Types::DomainMembership>]
|
4836
|
+
#
|
4810
4837
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBCluster AWS API Documentation
|
4811
4838
|
#
|
4812
4839
|
class DBCluster < Struct.new(
|
@@ -4860,7 +4887,8 @@ module Aws::RDS
|
|
4860
4887
|
:activity_stream_kms_key_id,
|
4861
4888
|
:activity_stream_kinesis_stream_name,
|
4862
4889
|
:copy_tags_to_snapshot,
|
4863
|
-
:cross_account_clone
|
4890
|
+
:cross_account_clone,
|
4891
|
+
:domain_memberships)
|
4864
4892
|
include Aws::Structure
|
4865
4893
|
end
|
4866
4894
|
|
@@ -10442,15 +10470,16 @@ module Aws::RDS
|
|
10442
10470
|
end
|
10443
10471
|
|
10444
10472
|
# An Active Directory Domain membership record associated with the DB
|
10445
|
-
# instance.
|
10473
|
+
# instance or cluster.
|
10446
10474
|
#
|
10447
10475
|
# @!attribute [rw] domain
|
10448
10476
|
# The identifier of the Active Directory Domain.
|
10449
10477
|
# @return [String]
|
10450
10478
|
#
|
10451
10479
|
# @!attribute [rw] status
|
10452
|
-
# The status of the
|
10453
|
-
#
|
10480
|
+
# The status of the Active Directory Domain membership for the DB
|
10481
|
+
# instance or cluster. Values include joined, pending-join, failed,
|
10482
|
+
# and so on.
|
10454
10483
|
# @return [String]
|
10455
10484
|
#
|
10456
10485
|
# @!attribute [rw] fqdn
|
@@ -11606,6 +11635,8 @@ module Aws::RDS
|
|
11606
11635
|
# engine_version: "String",
|
11607
11636
|
# allow_major_version_upgrade: false,
|
11608
11637
|
# db_instance_parameter_group_name: "String",
|
11638
|
+
# domain: "String",
|
11639
|
+
# domain_iam_role_name: "String",
|
11609
11640
|
# scaling_configuration: {
|
11610
11641
|
# min_capacity: 1,
|
11611
11642
|
# max_capacity: 1,
|
@@ -11847,6 +11878,17 @@ module Aws::RDS
|
|
11847
11878
|
# combination with the `AllowMajorVersionUpgrade` parameter.
|
11848
11879
|
# @return [String]
|
11849
11880
|
#
|
11881
|
+
# @!attribute [rw] domain
|
11882
|
+
# The Active Directory directory ID to move the DB cluster to. Specify
|
11883
|
+
# `none` to remove the cluster from its current domain. The domain
|
11884
|
+
# must be created prior to this operation.
|
11885
|
+
# @return [String]
|
11886
|
+
#
|
11887
|
+
# @!attribute [rw] domain_iam_role_name
|
11888
|
+
# Specify the name of the IAM role to be used when making API calls to
|
11889
|
+
# the Directory Service.
|
11890
|
+
# @return [String]
|
11891
|
+
#
|
11850
11892
|
# @!attribute [rw] scaling_configuration
|
11851
11893
|
# The scaling properties of the DB cluster. You can only modify
|
11852
11894
|
# scaling properties for DB clusters in `serverless` DB engine mode.
|
@@ -11901,6 +11943,8 @@ module Aws::RDS
|
|
11901
11943
|
:engine_version,
|
11902
11944
|
:allow_major_version_upgrade,
|
11903
11945
|
:db_instance_parameter_group_name,
|
11946
|
+
:domain,
|
11947
|
+
:domain_iam_role_name,
|
11904
11948
|
:scaling_configuration,
|
11905
11949
|
:deletion_protection,
|
11906
11950
|
:enable_http_endpoint,
|
@@ -15307,6 +15351,8 @@ module Aws::RDS
|
|
15307
15351
|
# enable_cloudwatch_logs_exports: ["String"],
|
15308
15352
|
# deletion_protection: false,
|
15309
15353
|
# copy_tags_to_snapshot: false,
|
15354
|
+
# domain: "String",
|
15355
|
+
# domain_iam_role_name: "String",
|
15310
15356
|
# }
|
15311
15357
|
#
|
15312
15358
|
# @!attribute [rw] availability_zones
|
@@ -15608,6 +15654,25 @@ module Aws::RDS
|
|
15608
15654
|
# to copy them.
|
15609
15655
|
# @return [Boolean]
|
15610
15656
|
#
|
15657
|
+
# @!attribute [rw] domain
|
15658
|
+
# Specify the Active Directory directory ID to restore the DB cluster
|
15659
|
+
# in. The domain must be created prior to this operation.
|
15660
|
+
#
|
15661
|
+
# For Amazon Aurora DB clusters, Amazon RDS can use Kerberos
|
15662
|
+
# Authentication to authenticate users that connect to the DB cluster.
|
15663
|
+
# For more information, see [Using Kerberos Authentication for Aurora
|
15664
|
+
# MySQL][1] in the *Amazon Aurora User Guide*.
|
15665
|
+
#
|
15666
|
+
#
|
15667
|
+
#
|
15668
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurmysql-kerberos.html
|
15669
|
+
# @return [String]
|
15670
|
+
#
|
15671
|
+
# @!attribute [rw] domain_iam_role_name
|
15672
|
+
# Specify the name of the IAM role to be used when making API calls to
|
15673
|
+
# the Directory Service.
|
15674
|
+
# @return [String]
|
15675
|
+
#
|
15611
15676
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBClusterFromS3Message AWS API Documentation
|
15612
15677
|
#
|
15613
15678
|
class RestoreDBClusterFromS3Message < Struct.new(
|
@@ -15639,7 +15704,9 @@ module Aws::RDS
|
|
15639
15704
|
:backtrack_window,
|
15640
15705
|
:enable_cloudwatch_logs_exports,
|
15641
15706
|
:deletion_protection,
|
15642
|
-
:copy_tags_to_snapshot
|
15707
|
+
:copy_tags_to_snapshot,
|
15708
|
+
:domain,
|
15709
|
+
:domain_iam_role_name)
|
15643
15710
|
include Aws::Structure
|
15644
15711
|
end
|
15645
15712
|
|
@@ -15692,6 +15759,8 @@ module Aws::RDS
|
|
15692
15759
|
# db_cluster_parameter_group_name: "String",
|
15693
15760
|
# deletion_protection: false,
|
15694
15761
|
# copy_tags_to_snapshot: false,
|
15762
|
+
# domain: "String",
|
15763
|
+
# domain_iam_role_name: "String",
|
15695
15764
|
# }
|
15696
15765
|
#
|
15697
15766
|
# @!attribute [rw] availability_zones
|
@@ -15906,6 +15975,16 @@ module Aws::RDS
|
|
15906
15975
|
# to copy them.
|
15907
15976
|
# @return [Boolean]
|
15908
15977
|
#
|
15978
|
+
# @!attribute [rw] domain
|
15979
|
+
# Specify the Active Directory directory ID to restore the DB cluster
|
15980
|
+
# in. The domain must be created prior to this operation.
|
15981
|
+
# @return [String]
|
15982
|
+
#
|
15983
|
+
# @!attribute [rw] domain_iam_role_name
|
15984
|
+
# Specify the name of the IAM role to be used when making API calls to
|
15985
|
+
# the Directory Service.
|
15986
|
+
# @return [String]
|
15987
|
+
#
|
15909
15988
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBClusterFromSnapshotMessage AWS API Documentation
|
15910
15989
|
#
|
15911
15990
|
class RestoreDBClusterFromSnapshotMessage < Struct.new(
|
@@ -15928,7 +16007,9 @@ module Aws::RDS
|
|
15928
16007
|
:scaling_configuration,
|
15929
16008
|
:db_cluster_parameter_group_name,
|
15930
16009
|
:deletion_protection,
|
15931
|
-
:copy_tags_to_snapshot
|
16010
|
+
:copy_tags_to_snapshot,
|
16011
|
+
:domain,
|
16012
|
+
:domain_iam_role_name)
|
15932
16013
|
include Aws::Structure
|
15933
16014
|
end
|
15934
16015
|
|
@@ -15972,6 +16053,8 @@ module Aws::RDS
|
|
15972
16053
|
# db_cluster_parameter_group_name: "String",
|
15973
16054
|
# deletion_protection: false,
|
15974
16055
|
# copy_tags_to_snapshot: false,
|
16056
|
+
# domain: "String",
|
16057
|
+
# domain_iam_role_name: "String",
|
15975
16058
|
# }
|
15976
16059
|
#
|
15977
16060
|
# @!attribute [rw] db_cluster_identifier
|
@@ -16174,6 +16257,25 @@ module Aws::RDS
|
|
16174
16257
|
# to copy them.
|
16175
16258
|
# @return [Boolean]
|
16176
16259
|
#
|
16260
|
+
# @!attribute [rw] domain
|
16261
|
+
# Specify the Active Directory directory ID to restore the DB cluster
|
16262
|
+
# in. The domain must be created prior to this operation.
|
16263
|
+
#
|
16264
|
+
# For Amazon Aurora DB clusters, Amazon RDS can use Kerberos
|
16265
|
+
# Authentication to authenticate users that connect to the DB cluster.
|
16266
|
+
# For more information, see [Using Kerberos Authentication for Aurora
|
16267
|
+
# MySQL][1] in the *Amazon Aurora User Guide*.
|
16268
|
+
#
|
16269
|
+
#
|
16270
|
+
#
|
16271
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurmysql-kerberos.html
|
16272
|
+
# @return [String]
|
16273
|
+
#
|
16274
|
+
# @!attribute [rw] domain_iam_role_name
|
16275
|
+
# Specify the name of the IAM role to be used when making API calls to
|
16276
|
+
# the Directory Service.
|
16277
|
+
# @return [String]
|
16278
|
+
#
|
16177
16279
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBClusterToPointInTimeMessage AWS API Documentation
|
16178
16280
|
#
|
16179
16281
|
class RestoreDBClusterToPointInTimeMessage < Struct.new(
|
@@ -16193,7 +16295,9 @@ module Aws::RDS
|
|
16193
16295
|
:enable_cloudwatch_logs_exports,
|
16194
16296
|
:db_cluster_parameter_group_name,
|
16195
16297
|
:deletion_protection,
|
16196
|
-
:copy_tags_to_snapshot
|
16298
|
+
:copy_tags_to_snapshot,
|
16299
|
+
:domain,
|
16300
|
+
:domain_iam_role_name)
|
16197
16301
|
include Aws::Structure
|
16198
16302
|
end
|
16199
16303
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-rds
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.78.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-02-
|
11
|
+
date: 2020-02-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sigv4
|