aws-sdk-rds 1.61.0 → 1.62.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 +17 -1
- data/lib/aws-sdk-rds/client_api.rb +7 -5
- data/lib/aws-sdk-rds/db_cluster.rb +7 -0
- data/lib/aws-sdk-rds/resource.rb +4 -0
- data/lib/aws-sdk-rds/types.rb +15 -2
- 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: 0f7a5d6f76ca4462d37b68531aca1240359cba7d
|
4
|
+
data.tar.gz: 842a39c404d21f5a30a4a91e6c6518a510d24190
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 80f98271857e00359d4d23bd3ee2ad28ed9ff0572eb09dbee1de669605c49fe560709e460f44f4bfa3ff362db9ce6f6f6d4d0aaee78e040b485ca86c44c23012
|
7
|
+
data.tar.gz: 5fd667fbffdf13089ad2ee9c5b1b95a38dedbb3578fa3fa4e71d4ff6fe170dbb1bf06f61297b5bba8b5c92ee722b5a8cd43c981beacbdcc1acdd987d2edaf32a
|
data/lib/aws-sdk-rds.rb
CHANGED
data/lib/aws-sdk-rds/client.rb
CHANGED
@@ -2053,6 +2053,7 @@ module Aws::RDS
|
|
2053
2053
|
# resp.db_cluster.activity_stream_kms_key_id #=> String
|
2054
2054
|
# resp.db_cluster.activity_stream_kinesis_stream_name #=> String
|
2055
2055
|
# resp.db_cluster.copy_tags_to_snapshot #=> Boolean
|
2056
|
+
# resp.db_cluster.cross_account_clone #=> Boolean
|
2056
2057
|
#
|
2057
2058
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBCluster AWS API Documentation
|
2058
2059
|
#
|
@@ -4829,6 +4830,7 @@ module Aws::RDS
|
|
4829
4830
|
# resp.db_cluster.activity_stream_kms_key_id #=> String
|
4830
4831
|
# resp.db_cluster.activity_stream_kinesis_stream_name #=> String
|
4831
4832
|
# resp.db_cluster.copy_tags_to_snapshot #=> Boolean
|
4833
|
+
# resp.db_cluster.cross_account_clone #=> Boolean
|
4832
4834
|
#
|
4833
4835
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBCluster AWS API Documentation
|
4834
4836
|
#
|
@@ -6505,6 +6507,10 @@ module Aws::RDS
|
|
6505
6507
|
# response includes only records beyond the marker, up to the value
|
6506
6508
|
# specified by `MaxRecords`.
|
6507
6509
|
#
|
6510
|
+
# @option params [Boolean] :include_shared
|
6511
|
+
# Optional Boolean parameter that specifies whether the output includes
|
6512
|
+
# information about clusters shared from other AWS accounts.
|
6513
|
+
#
|
6508
6514
|
# @return [Types::DBClusterMessage] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
6509
6515
|
#
|
6510
6516
|
# * {Types::DBClusterMessage#marker #marker} => String
|
@@ -6535,6 +6541,7 @@ module Aws::RDS
|
|
6535
6541
|
# ],
|
6536
6542
|
# max_records: 1,
|
6537
6543
|
# marker: "String",
|
6544
|
+
# include_shared: false,
|
6538
6545
|
# })
|
6539
6546
|
#
|
6540
6547
|
# @example Response structure
|
@@ -6610,6 +6617,7 @@ module Aws::RDS
|
|
6610
6617
|
# resp.db_clusters[0].activity_stream_kms_key_id #=> String
|
6611
6618
|
# resp.db_clusters[0].activity_stream_kinesis_stream_name #=> String
|
6612
6619
|
# resp.db_clusters[0].copy_tags_to_snapshot #=> Boolean
|
6620
|
+
# resp.db_clusters[0].cross_account_clone #=> Boolean
|
6613
6621
|
#
|
6614
6622
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBClusters AWS API Documentation
|
6615
6623
|
#
|
@@ -9448,6 +9456,7 @@ module Aws::RDS
|
|
9448
9456
|
# resp.db_cluster.activity_stream_kms_key_id #=> String
|
9449
9457
|
# resp.db_cluster.activity_stream_kinesis_stream_name #=> String
|
9450
9458
|
# resp.db_cluster.copy_tags_to_snapshot #=> Boolean
|
9459
|
+
# resp.db_cluster.cross_account_clone #=> Boolean
|
9451
9460
|
#
|
9452
9461
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/FailoverDBCluster AWS API Documentation
|
9453
9462
|
#
|
@@ -9989,6 +9998,7 @@ module Aws::RDS
|
|
9989
9998
|
# resp.db_cluster.activity_stream_kms_key_id #=> String
|
9990
9999
|
# resp.db_cluster.activity_stream_kinesis_stream_name #=> String
|
9991
10000
|
# resp.db_cluster.copy_tags_to_snapshot #=> Boolean
|
10001
|
+
# resp.db_cluster.cross_account_clone #=> Boolean
|
9992
10002
|
#
|
9993
10003
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBCluster AWS API Documentation
|
9994
10004
|
#
|
@@ -12062,6 +12072,7 @@ module Aws::RDS
|
|
12062
12072
|
# resp.db_cluster.activity_stream_kms_key_id #=> String
|
12063
12073
|
# resp.db_cluster.activity_stream_kinesis_stream_name #=> String
|
12064
12074
|
# resp.db_cluster.copy_tags_to_snapshot #=> Boolean
|
12075
|
+
# resp.db_cluster.cross_account_clone #=> Boolean
|
12065
12076
|
#
|
12066
12077
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/PromoteReadReplicaDBCluster AWS API Documentation
|
12067
12078
|
#
|
@@ -13159,6 +13170,7 @@ module Aws::RDS
|
|
13159
13170
|
# resp.db_cluster.activity_stream_kms_key_id #=> String
|
13160
13171
|
# resp.db_cluster.activity_stream_kinesis_stream_name #=> String
|
13161
13172
|
# resp.db_cluster.copy_tags_to_snapshot #=> Boolean
|
13173
|
+
# resp.db_cluster.cross_account_clone #=> Boolean
|
13162
13174
|
#
|
13163
13175
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBClusterFromS3 AWS API Documentation
|
13164
13176
|
#
|
@@ -13470,6 +13482,7 @@ module Aws::RDS
|
|
13470
13482
|
# resp.db_cluster.activity_stream_kms_key_id #=> String
|
13471
13483
|
# resp.db_cluster.activity_stream_kinesis_stream_name #=> String
|
13472
13484
|
# resp.db_cluster.copy_tags_to_snapshot #=> Boolean
|
13485
|
+
# resp.db_cluster.cross_account_clone #=> Boolean
|
13473
13486
|
#
|
13474
13487
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBClusterFromSnapshot AWS API Documentation
|
13475
13488
|
#
|
@@ -13802,6 +13815,7 @@ module Aws::RDS
|
|
13802
13815
|
# resp.db_cluster.activity_stream_kms_key_id #=> String
|
13803
13816
|
# resp.db_cluster.activity_stream_kinesis_stream_name #=> String
|
13804
13817
|
# resp.db_cluster.copy_tags_to_snapshot #=> Boolean
|
13818
|
+
# resp.db_cluster.cross_account_clone #=> Boolean
|
13805
13819
|
#
|
13806
13820
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBClusterToPointInTime AWS API Documentation
|
13807
13821
|
#
|
@@ -15708,6 +15722,7 @@ module Aws::RDS
|
|
15708
15722
|
# resp.db_cluster.activity_stream_kms_key_id #=> String
|
15709
15723
|
# resp.db_cluster.activity_stream_kinesis_stream_name #=> String
|
15710
15724
|
# resp.db_cluster.copy_tags_to_snapshot #=> Boolean
|
15725
|
+
# resp.db_cluster.cross_account_clone #=> Boolean
|
15711
15726
|
#
|
15712
15727
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StartDBCluster AWS API Documentation
|
15713
15728
|
#
|
@@ -16022,6 +16037,7 @@ module Aws::RDS
|
|
16022
16037
|
# resp.db_cluster.activity_stream_kms_key_id #=> String
|
16023
16038
|
# resp.db_cluster.activity_stream_kinesis_stream_name #=> String
|
16024
16039
|
# resp.db_cluster.copy_tags_to_snapshot #=> Boolean
|
16040
|
+
# resp.db_cluster.cross_account_clone #=> Boolean
|
16025
16041
|
#
|
16026
16042
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StopDBCluster AWS API Documentation
|
16027
16043
|
#
|
@@ -16206,7 +16222,7 @@ module Aws::RDS
|
|
16206
16222
|
params: params,
|
16207
16223
|
config: config)
|
16208
16224
|
context[:gem_name] = 'aws-sdk-rds'
|
16209
|
-
context[:gem_version] = '1.
|
16225
|
+
context[:gem_version] = '1.62.0'
|
16210
16226
|
Seahorse::Client::Request.new(handlers, context)
|
16211
16227
|
end
|
16212
16228
|
|
@@ -854,7 +854,7 @@ module Aws::RDS
|
|
854
854
|
DBCluster.add_member(:endpoint, Shapes::ShapeRef.new(shape: String, location_name: "Endpoint"))
|
855
855
|
DBCluster.add_member(:reader_endpoint, Shapes::ShapeRef.new(shape: String, location_name: "ReaderEndpoint"))
|
856
856
|
DBCluster.add_member(:custom_endpoints, Shapes::ShapeRef.new(shape: StringList, location_name: "CustomEndpoints"))
|
857
|
-
DBCluster.add_member(:multi_az, Shapes::ShapeRef.new(shape:
|
857
|
+
DBCluster.add_member(:multi_az, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "MultiAZ"))
|
858
858
|
DBCluster.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
|
859
859
|
DBCluster.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
|
860
860
|
DBCluster.add_member(:latest_restorable_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "LatestRestorableTime"))
|
@@ -873,7 +873,7 @@ module Aws::RDS
|
|
873
873
|
DBCluster.add_member(:db_cluster_resource_id, Shapes::ShapeRef.new(shape: String, location_name: "DbClusterResourceId"))
|
874
874
|
DBCluster.add_member(:db_cluster_arn, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterArn"))
|
875
875
|
DBCluster.add_member(:associated_roles, Shapes::ShapeRef.new(shape: DBClusterRoles, location_name: "AssociatedRoles"))
|
876
|
-
DBCluster.add_member(:iam_database_authentication_enabled, Shapes::ShapeRef.new(shape:
|
876
|
+
DBCluster.add_member(:iam_database_authentication_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "IAMDatabaseAuthenticationEnabled"))
|
877
877
|
DBCluster.add_member(:clone_group_id, Shapes::ShapeRef.new(shape: String, location_name: "CloneGroupId"))
|
878
878
|
DBCluster.add_member(:cluster_create_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "ClusterCreateTime"))
|
879
879
|
DBCluster.add_member(:earliest_backtrack_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "EarliestBacktrackTime"))
|
@@ -883,13 +883,14 @@ module Aws::RDS
|
|
883
883
|
DBCluster.add_member(:capacity, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Capacity"))
|
884
884
|
DBCluster.add_member(:engine_mode, Shapes::ShapeRef.new(shape: String, location_name: "EngineMode"))
|
885
885
|
DBCluster.add_member(:scaling_configuration_info, Shapes::ShapeRef.new(shape: ScalingConfigurationInfo, location_name: "ScalingConfigurationInfo"))
|
886
|
-
DBCluster.add_member(:deletion_protection, Shapes::ShapeRef.new(shape:
|
887
|
-
DBCluster.add_member(:http_endpoint_enabled, Shapes::ShapeRef.new(shape:
|
886
|
+
DBCluster.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DeletionProtection"))
|
887
|
+
DBCluster.add_member(:http_endpoint_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "HttpEndpointEnabled"))
|
888
888
|
DBCluster.add_member(:activity_stream_mode, Shapes::ShapeRef.new(shape: ActivityStreamMode, location_name: "ActivityStreamMode"))
|
889
889
|
DBCluster.add_member(:activity_stream_status, Shapes::ShapeRef.new(shape: ActivityStreamStatus, location_name: "ActivityStreamStatus"))
|
890
890
|
DBCluster.add_member(:activity_stream_kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "ActivityStreamKmsKeyId"))
|
891
891
|
DBCluster.add_member(:activity_stream_kinesis_stream_name, Shapes::ShapeRef.new(shape: String, location_name: "ActivityStreamKinesisStreamName"))
|
892
|
-
DBCluster.add_member(:copy_tags_to_snapshot, Shapes::ShapeRef.new(shape:
|
892
|
+
DBCluster.add_member(:copy_tags_to_snapshot, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CopyTagsToSnapshot"))
|
893
|
+
DBCluster.add_member(:cross_account_clone, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CrossAccountClone"))
|
893
894
|
DBCluster.struct_class = Types::DBCluster
|
894
895
|
|
895
896
|
DBClusterBacktrack.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterIdentifier"))
|
@@ -1378,6 +1379,7 @@ module Aws::RDS
|
|
1378
1379
|
DescribeDBClustersMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
1379
1380
|
DescribeDBClustersMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
|
1380
1381
|
DescribeDBClustersMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
1382
|
+
DescribeDBClustersMessage.add_member(:include_shared, Shapes::ShapeRef.new(shape: Boolean, location_name: "IncludeShared"))
|
1381
1383
|
DescribeDBClustersMessage.struct_class = Types::DescribeDBClustersMessage
|
1382
1384
|
|
1383
1385
|
DescribeDBEngineVersionsMessage.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
|
@@ -413,6 +413,13 @@ module Aws::RDS
|
|
413
413
|
data[:copy_tags_to_snapshot]
|
414
414
|
end
|
415
415
|
|
416
|
+
# Specifies whether the DB cluster is a clone of a DB cluster owned by a
|
417
|
+
# different AWS account.
|
418
|
+
# @return [Boolean]
|
419
|
+
def cross_account_clone
|
420
|
+
data[:cross_account_clone]
|
421
|
+
end
|
422
|
+
|
416
423
|
# @!endgroup
|
417
424
|
|
418
425
|
# @return [Client]
|
data/lib/aws-sdk-rds/resource.rb
CHANGED
@@ -1668,6 +1668,7 @@ module Aws::RDS
|
|
1668
1668
|
# values: ["String"], # required
|
1669
1669
|
# },
|
1670
1670
|
# ],
|
1671
|
+
# include_shared: false,
|
1671
1672
|
# })
|
1672
1673
|
# @param [Hash] options ({})
|
1673
1674
|
# @option options [String] :db_cluster_identifier
|
@@ -1690,6 +1691,9 @@ module Aws::RDS
|
|
1690
1691
|
# information about the DB clusters identified by these ARNs.
|
1691
1692
|
#
|
1692
1693
|
# ^
|
1694
|
+
# @option options [Boolean] :include_shared
|
1695
|
+
# Optional Boolean parameter that specifies whether the output includes
|
1696
|
+
# information about clusters shared from other AWS accounts.
|
1693
1697
|
# @return [DBCluster::Collection]
|
1694
1698
|
def db_clusters(options = {})
|
1695
1699
|
batches = Enumerator.new do |y|
|
data/lib/aws-sdk-rds/types.rb
CHANGED
@@ -4179,6 +4179,11 @@ module Aws::RDS
|
|
4179
4179
|
# of the DB cluster.
|
4180
4180
|
# @return [Boolean]
|
4181
4181
|
#
|
4182
|
+
# @!attribute [rw] cross_account_clone
|
4183
|
+
# Specifies whether the DB cluster is a clone of a DB cluster owned by
|
4184
|
+
# a different AWS account.
|
4185
|
+
# @return [Boolean]
|
4186
|
+
#
|
4182
4187
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBCluster AWS API Documentation
|
4183
4188
|
#
|
4184
4189
|
class DBCluster < Struct.new(
|
@@ -4231,7 +4236,8 @@ module Aws::RDS
|
|
4231
4236
|
:activity_stream_status,
|
4232
4237
|
:activity_stream_kms_key_id,
|
4233
4238
|
:activity_stream_kinesis_stream_name,
|
4234
|
-
:copy_tags_to_snapshot
|
4239
|
+
:copy_tags_to_snapshot,
|
4240
|
+
:cross_account_clone)
|
4235
4241
|
include Aws::Structure
|
4236
4242
|
end
|
4237
4243
|
|
@@ -7203,6 +7209,7 @@ module Aws::RDS
|
|
7203
7209
|
# ],
|
7204
7210
|
# max_records: 1,
|
7205
7211
|
# marker: "String",
|
7212
|
+
# include_shared: false,
|
7206
7213
|
# }
|
7207
7214
|
#
|
7208
7215
|
# @!attribute [rw] db_cluster_identifier
|
@@ -7247,13 +7254,19 @@ module Aws::RDS
|
|
7247
7254
|
# specified by `MaxRecords`.
|
7248
7255
|
# @return [String]
|
7249
7256
|
#
|
7257
|
+
# @!attribute [rw] include_shared
|
7258
|
+
# Optional Boolean parameter that specifies whether the output
|
7259
|
+
# includes information about clusters shared from other AWS accounts.
|
7260
|
+
# @return [Boolean]
|
7261
|
+
#
|
7250
7262
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBClustersMessage AWS API Documentation
|
7251
7263
|
#
|
7252
7264
|
class DescribeDBClustersMessage < Struct.new(
|
7253
7265
|
:db_cluster_identifier,
|
7254
7266
|
:filters,
|
7255
7267
|
:max_records,
|
7256
|
-
:marker
|
7268
|
+
:marker,
|
7269
|
+
:include_shared)
|
7257
7270
|
include Aws::Structure
|
7258
7271
|
end
|
7259
7272
|
|
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.62.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: 2019-07-
|
11
|
+
date: 2019-07-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sigv4
|