aws-sdk-docdb 1.17.0 → 1.23.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-docdb.rb +5 -2
- data/lib/aws-sdk-docdb/client.rb +103 -66
- data/lib/aws-sdk-docdb/client_api.rb +33 -0
- data/lib/aws-sdk-docdb/errors.rb +2 -0
- data/lib/aws-sdk-docdb/resource.rb +2 -0
- data/lib/aws-sdk-docdb/types.rb +157 -38
- data/lib/aws-sdk-docdb/waiters.rb +2 -0
- metadata +4 -4
data/lib/aws-sdk-docdb/errors.rb
CHANGED
data/lib/aws-sdk-docdb/types.rb
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -25,7 +27,7 @@ module Aws::DocDB
|
|
25
27
|
#
|
26
28
|
# @!attribute [rw] resource_name
|
27
29
|
# The Amazon DocumentDB resource that the tags are added to. This
|
28
|
-
# value is an Amazon Resource Name
|
30
|
+
# value is an Amazon Resource Name .
|
29
31
|
# @return [String]
|
30
32
|
#
|
31
33
|
# @!attribute [rw] tags
|
@@ -37,6 +39,7 @@ module Aws::DocDB
|
|
37
39
|
class AddTagsToResourceMessage < Struct.new(
|
38
40
|
:resource_name,
|
39
41
|
:tags)
|
42
|
+
SENSITIVE = []
|
40
43
|
include Aws::Structure
|
41
44
|
end
|
42
45
|
|
@@ -84,6 +87,7 @@ module Aws::DocDB
|
|
84
87
|
:resource_identifier,
|
85
88
|
:apply_action,
|
86
89
|
:opt_in_type)
|
90
|
+
SENSITIVE = []
|
87
91
|
include Aws::Structure
|
88
92
|
end
|
89
93
|
|
@@ -95,6 +99,7 @@ module Aws::DocDB
|
|
95
99
|
#
|
96
100
|
class ApplyPendingMaintenanceActionResult < Struct.new(
|
97
101
|
:resource_pending_maintenance_actions)
|
102
|
+
SENSITIVE = []
|
98
103
|
include Aws::Structure
|
99
104
|
end
|
100
105
|
|
@@ -118,6 +123,7 @@ module Aws::DocDB
|
|
118
123
|
#
|
119
124
|
class AvailabilityZone < Struct.new(
|
120
125
|
:name)
|
126
|
+
SENSITIVE = []
|
121
127
|
include Aws::Structure
|
122
128
|
end
|
123
129
|
|
@@ -166,6 +172,7 @@ module Aws::DocDB
|
|
166
172
|
:valid_from,
|
167
173
|
:valid_till,
|
168
174
|
:certificate_arn)
|
175
|
+
SENSITIVE = []
|
169
176
|
include Aws::Structure
|
170
177
|
end
|
171
178
|
|
@@ -186,6 +193,7 @@ module Aws::DocDB
|
|
186
193
|
class CertificateMessage < Struct.new(
|
187
194
|
:certificates,
|
188
195
|
:marker)
|
196
|
+
SENSITIVE = []
|
189
197
|
include Aws::Structure
|
190
198
|
end
|
191
199
|
|
@@ -223,6 +231,7 @@ module Aws::DocDB
|
|
223
231
|
class CloudwatchLogsExportConfiguration < Struct.new(
|
224
232
|
:enable_log_types,
|
225
233
|
:disable_log_types)
|
234
|
+
SENSITIVE = []
|
226
235
|
include Aws::Structure
|
227
236
|
end
|
228
237
|
|
@@ -258,7 +267,7 @@ module Aws::DocDB
|
|
258
267
|
# * If the source parameter group is in a different AWS Region than
|
259
268
|
# the copy, specify a valid cluster parameter group ARN; for
|
260
269
|
# example,
|
261
|
-
# `arn:aws:rds:us-east-1:123456789012:cluster
|
270
|
+
# `arn:aws:rds:us-east-1:123456789012:sample-cluster:sample-parameter-group`.
|
262
271
|
# @return [String]
|
263
272
|
#
|
264
273
|
# @!attribute [rw] target_db_cluster_parameter_group_identifier
|
@@ -292,6 +301,7 @@ module Aws::DocDB
|
|
292
301
|
:target_db_cluster_parameter_group_identifier,
|
293
302
|
:target_db_cluster_parameter_group_description,
|
294
303
|
:tags)
|
304
|
+
SENSITIVE = []
|
295
305
|
include Aws::Structure
|
296
306
|
end
|
297
307
|
|
@@ -303,6 +313,7 @@ module Aws::DocDB
|
|
303
313
|
#
|
304
314
|
class CopyDBClusterParameterGroupResult < Struct.new(
|
305
315
|
:db_cluster_parameter_group)
|
316
|
+
SENSITIVE = []
|
306
317
|
include Aws::Structure
|
307
318
|
end
|
308
319
|
|
@@ -329,12 +340,9 @@ module Aws::DocDB
|
|
329
340
|
# The identifier of the cluster snapshot to copy. This parameter is
|
330
341
|
# not case sensitive.
|
331
342
|
#
|
332
|
-
# You can't copy an encrypted, shared cluster snapshot from one AWS
|
333
|
-
# Region to another.
|
334
|
-
#
|
335
343
|
# Constraints:
|
336
344
|
#
|
337
|
-
# * Must specify a valid system snapshot in the
|
345
|
+
# * Must specify a valid system snapshot in the *available* state.
|
338
346
|
#
|
339
347
|
# * If the source snapshot is in the same AWS Region as the copy,
|
340
348
|
# specify a valid snapshot identifier.
|
@@ -378,8 +386,8 @@ module Aws::DocDB
|
|
378
386
|
# `KmsKeyId` to the AWS KMS key ID that you want to use to encrypt the
|
379
387
|
# copy of the cluster snapshot in the destination Region. AWS KMS
|
380
388
|
# encryption keys are specific to the AWS Region that they are created
|
381
|
-
# in, and you can't use encryption keys from one Region in
|
382
|
-
# Region.
|
389
|
+
# in, and you can't use encryption keys from one AWS Region in
|
390
|
+
# another AWS Region.
|
383
391
|
#
|
384
392
|
# If you copy an unencrypted cluster snapshot and specify a value for
|
385
393
|
# the `KmsKeyId` parameter, an error is returned.
|
@@ -389,32 +397,35 @@ module Aws::DocDB
|
|
389
397
|
# The URL that contains a Signature Version 4 signed request for the
|
390
398
|
# `CopyDBClusterSnapshot` API action in the AWS Region that contains
|
391
399
|
# the source cluster snapshot to copy. You must use the `PreSignedUrl`
|
392
|
-
# parameter when copying
|
393
|
-
#
|
400
|
+
# parameter when copying a cluster snapshot from another AWS Region.
|
401
|
+
#
|
402
|
+
# If you are using an AWS SDK tool or the AWS CLI, you can specify
|
403
|
+
# `SourceRegion` (or `--source-region` for the AWS CLI) instead of
|
404
|
+
# specifying `PreSignedUrl` manually. Specifying `SourceRegion`
|
405
|
+
# autogenerates a pre-signed URL that is a valid request for the
|
406
|
+
# operation that can be executed in the source AWS Region.
|
394
407
|
#
|
395
408
|
# The presigned URL must be a valid request for the
|
396
|
-
# `
|
397
|
-
# source AWS Region that contains the
|
398
|
-
#
|
399
|
-
#
|
400
|
-
#
|
401
|
-
# * `
|
402
|
-
#
|
403
|
-
#
|
404
|
-
#
|
405
|
-
#
|
406
|
-
#
|
407
|
-
#
|
408
|
-
#
|
409
|
-
#
|
410
|
-
#
|
411
|
-
#
|
412
|
-
#
|
413
|
-
#
|
414
|
-
#
|
415
|
-
#
|
416
|
-
# example:
|
417
|
-
# `arn:aws:rds:us-west-2:123456789012:cluster-snapshot:my-cluster-snapshot-20161115`.
|
409
|
+
# `CopyDBClusterSnapshot` API action that can be executed in the
|
410
|
+
# source AWS Region that contains the cluster snapshot to be copied.
|
411
|
+
# The presigned URL request must contain the following parameter
|
412
|
+
# values:
|
413
|
+
#
|
414
|
+
# * `SourceRegion` - The ID of the region that contains the snapshot
|
415
|
+
# to be copied.
|
416
|
+
#
|
417
|
+
# * `SourceDBClusterSnapshotIdentifier` - The identifier for the the
|
418
|
+
# encrypted cluster snapshot to be copied. This identifier must be
|
419
|
+
# in the Amazon Resource Name (ARN) format for the source AWS
|
420
|
+
# Region. For example, if you are copying an encrypted cluster
|
421
|
+
# snapshot from the us-east-1 AWS Region, then your
|
422
|
+
# `SourceDBClusterSnapshotIdentifier` looks something like the
|
423
|
+
# following:
|
424
|
+
# `arn:aws:rds:us-east-1:12345678012:sample-cluster:sample-cluster-snapshot`.
|
425
|
+
#
|
426
|
+
# * `TargetDBClusterSnapshotIdentifier` - The identifier for the new
|
427
|
+
# cluster snapshot to be created. This parameter isn't case
|
428
|
+
# sensitive.
|
418
429
|
# @return [String]
|
419
430
|
#
|
420
431
|
# @!attribute [rw] copy_tags
|
@@ -436,6 +447,7 @@ module Aws::DocDB
|
|
436
447
|
:pre_signed_url,
|
437
448
|
:copy_tags,
|
438
449
|
:tags)
|
450
|
+
SENSITIVE = []
|
439
451
|
include Aws::Structure
|
440
452
|
end
|
441
453
|
|
@@ -447,6 +459,7 @@ module Aws::DocDB
|
|
447
459
|
#
|
448
460
|
class CopyDBClusterSnapshotResult < Struct.new(
|
449
461
|
:db_cluster_snapshot)
|
462
|
+
SENSITIVE = []
|
450
463
|
include Aws::Structure
|
451
464
|
end
|
452
465
|
|
@@ -477,6 +490,7 @@ module Aws::DocDB
|
|
477
490
|
# ],
|
478
491
|
# storage_encrypted: false,
|
479
492
|
# kms_key_id: "String",
|
493
|
+
# pre_signed_url: "String",
|
480
494
|
# enable_cloudwatch_logs_exports: ["String"],
|
481
495
|
# deletion_protection: false,
|
482
496
|
# }
|
@@ -639,9 +653,20 @@ module Aws::DocDB
|
|
639
653
|
# that AWS Region.
|
640
654
|
# @return [String]
|
641
655
|
#
|
656
|
+
# @!attribute [rw] pre_signed_url
|
657
|
+
# Not currently supported.
|
658
|
+
# @return [String]
|
659
|
+
#
|
642
660
|
# @!attribute [rw] enable_cloudwatch_logs_exports
|
643
661
|
# A list of log types that need to be enabled for exporting to Amazon
|
644
|
-
# CloudWatch Logs.
|
662
|
+
# CloudWatch Logs. You can enable audit logs or profiler logs. For
|
663
|
+
# more information, see [ Auditing Amazon DocumentDB Events][1] and [
|
664
|
+
# Profiling Amazon DocumentDB Operations][2].
|
665
|
+
#
|
666
|
+
#
|
667
|
+
#
|
668
|
+
# [1]: https://docs.aws.amazon.com/documentdb/latest/developerguide/event-auditing.html
|
669
|
+
# [2]: https://docs.aws.amazon.com/documentdb/latest/developerguide/profiling.html
|
645
670
|
# @return [Array<String>]
|
646
671
|
#
|
647
672
|
# @!attribute [rw] deletion_protection
|
@@ -671,8 +696,10 @@ module Aws::DocDB
|
|
671
696
|
:tags,
|
672
697
|
:storage_encrypted,
|
673
698
|
:kms_key_id,
|
699
|
+
:pre_signed_url,
|
674
700
|
:enable_cloudwatch_logs_exports,
|
675
701
|
:deletion_protection)
|
702
|
+
SENSITIVE = []
|
676
703
|
include Aws::Structure
|
677
704
|
end
|
678
705
|
|
@@ -726,6 +753,7 @@ module Aws::DocDB
|
|
726
753
|
:db_parameter_group_family,
|
727
754
|
:description,
|
728
755
|
:tags)
|
756
|
+
SENSITIVE = []
|
729
757
|
include Aws::Structure
|
730
758
|
end
|
731
759
|
|
@@ -737,6 +765,7 @@ module Aws::DocDB
|
|
737
765
|
#
|
738
766
|
class CreateDBClusterParameterGroupResult < Struct.new(
|
739
767
|
:db_cluster_parameter_group)
|
768
|
+
SENSITIVE = []
|
740
769
|
include Aws::Structure
|
741
770
|
end
|
742
771
|
|
@@ -748,6 +777,7 @@ module Aws::DocDB
|
|
748
777
|
#
|
749
778
|
class CreateDBClusterResult < Struct.new(
|
750
779
|
:db_cluster)
|
780
|
+
SENSITIVE = []
|
751
781
|
include Aws::Structure
|
752
782
|
end
|
753
783
|
|
@@ -805,6 +835,7 @@ module Aws::DocDB
|
|
805
835
|
:db_cluster_snapshot_identifier,
|
806
836
|
:db_cluster_identifier,
|
807
837
|
:tags)
|
838
|
+
SENSITIVE = []
|
808
839
|
include Aws::Structure
|
809
840
|
end
|
810
841
|
|
@@ -816,6 +847,7 @@ module Aws::DocDB
|
|
816
847
|
#
|
817
848
|
class CreateDBClusterSnapshotResult < Struct.new(
|
818
849
|
:db_cluster_snapshot)
|
850
|
+
SENSITIVE = []
|
819
851
|
include Aws::Structure
|
820
852
|
end
|
821
853
|
|
@@ -874,10 +906,6 @@ module Aws::DocDB
|
|
874
906
|
# endpoint's AWS Region.
|
875
907
|
#
|
876
908
|
# Example: `us-east-1d`
|
877
|
-
#
|
878
|
-
# Constraint: The `AvailabilityZone` parameter can't be specified if
|
879
|
-
# the `MultiAZ` parameter is set to `true`. The specified Availability
|
880
|
-
# Zone must be in the same AWS Region as the current endpoint.
|
881
909
|
# @return [String]
|
882
910
|
#
|
883
911
|
# @!attribute [rw] preferred_maintenance_window
|
@@ -933,6 +961,7 @@ module Aws::DocDB
|
|
933
961
|
:tags,
|
934
962
|
:db_cluster_identifier,
|
935
963
|
:promotion_tier)
|
964
|
+
SENSITIVE = []
|
936
965
|
include Aws::Structure
|
937
966
|
end
|
938
967
|
|
@@ -944,6 +973,7 @@ module Aws::DocDB
|
|
944
973
|
#
|
945
974
|
class CreateDBInstanceResult < Struct.new(
|
946
975
|
:db_instance)
|
976
|
+
SENSITIVE = []
|
947
977
|
include Aws::Structure
|
948
978
|
end
|
949
979
|
|
@@ -993,6 +1023,7 @@ module Aws::DocDB
|
|
993
1023
|
:db_subnet_group_description,
|
994
1024
|
:subnet_ids,
|
995
1025
|
:tags)
|
1026
|
+
SENSITIVE = []
|
996
1027
|
include Aws::Structure
|
997
1028
|
end
|
998
1029
|
|
@@ -1004,6 +1035,7 @@ module Aws::DocDB
|
|
1004
1035
|
#
|
1005
1036
|
class CreateDBSubnetGroupResult < Struct.new(
|
1006
1037
|
:db_subnet_group)
|
1038
|
+
SENSITIVE = []
|
1007
1039
|
include Aws::Structure
|
1008
1040
|
end
|
1009
1041
|
|
@@ -1196,6 +1228,7 @@ module Aws::DocDB
|
|
1196
1228
|
:cluster_create_time,
|
1197
1229
|
:enabled_cloudwatch_logs_exports,
|
1198
1230
|
:deletion_protection)
|
1231
|
+
SENSITIVE = []
|
1199
1232
|
include Aws::Structure
|
1200
1233
|
end
|
1201
1234
|
|
@@ -1234,6 +1267,7 @@ module Aws::DocDB
|
|
1234
1267
|
:is_cluster_writer,
|
1235
1268
|
:db_cluster_parameter_group_status,
|
1236
1269
|
:promotion_tier)
|
1270
|
+
SENSITIVE = []
|
1237
1271
|
include Aws::Structure
|
1238
1272
|
end
|
1239
1273
|
|
@@ -1254,6 +1288,7 @@ module Aws::DocDB
|
|
1254
1288
|
class DBClusterMessage < Struct.new(
|
1255
1289
|
:marker,
|
1256
1290
|
:db_clusters)
|
1291
|
+
SENSITIVE = []
|
1257
1292
|
include Aws::Structure
|
1258
1293
|
end
|
1259
1294
|
|
@@ -1290,6 +1325,7 @@ module Aws::DocDB
|
|
1290
1325
|
:db_parameter_group_family,
|
1291
1326
|
:description,
|
1292
1327
|
:db_cluster_parameter_group_arn)
|
1328
|
+
SENSITIVE = []
|
1293
1329
|
include Aws::Structure
|
1294
1330
|
end
|
1295
1331
|
|
@@ -1310,6 +1346,7 @@ module Aws::DocDB
|
|
1310
1346
|
class DBClusterParameterGroupDetails < Struct.new(
|
1311
1347
|
:parameters,
|
1312
1348
|
:marker)
|
1349
|
+
SENSITIVE = []
|
1313
1350
|
include Aws::Structure
|
1314
1351
|
end
|
1315
1352
|
|
@@ -1335,6 +1372,7 @@ module Aws::DocDB
|
|
1335
1372
|
#
|
1336
1373
|
class DBClusterParameterGroupNameMessage < Struct.new(
|
1337
1374
|
:db_cluster_parameter_group_name)
|
1375
|
+
SENSITIVE = []
|
1338
1376
|
include Aws::Structure
|
1339
1377
|
end
|
1340
1378
|
|
@@ -1362,6 +1400,7 @@ module Aws::DocDB
|
|
1362
1400
|
class DBClusterParameterGroupsMessage < Struct.new(
|
1363
1401
|
:marker,
|
1364
1402
|
:db_cluster_parameter_groups)
|
1403
|
+
SENSITIVE = []
|
1365
1404
|
include Aws::Structure
|
1366
1405
|
end
|
1367
1406
|
|
@@ -1400,6 +1439,7 @@ module Aws::DocDB
|
|
1400
1439
|
class DBClusterRole < Struct.new(
|
1401
1440
|
:role_arn,
|
1402
1441
|
:status)
|
1442
|
+
SENSITIVE = []
|
1403
1443
|
include Aws::Structure
|
1404
1444
|
end
|
1405
1445
|
|
@@ -1502,6 +1542,7 @@ module Aws::DocDB
|
|
1502
1542
|
:kms_key_id,
|
1503
1543
|
:db_cluster_snapshot_arn,
|
1504
1544
|
:source_db_cluster_snapshot_arn)
|
1545
|
+
SENSITIVE = []
|
1505
1546
|
include Aws::Structure
|
1506
1547
|
end
|
1507
1548
|
|
@@ -1538,6 +1579,7 @@ module Aws::DocDB
|
|
1538
1579
|
class DBClusterSnapshotAttribute < Struct.new(
|
1539
1580
|
:attribute_name,
|
1540
1581
|
:attribute_values)
|
1582
|
+
SENSITIVE = []
|
1541
1583
|
include Aws::Structure
|
1542
1584
|
end
|
1543
1585
|
|
@@ -1557,6 +1599,7 @@ module Aws::DocDB
|
|
1557
1599
|
class DBClusterSnapshotAttributesResult < Struct.new(
|
1558
1600
|
:db_cluster_snapshot_identifier,
|
1559
1601
|
:db_cluster_snapshot_attributes)
|
1602
|
+
SENSITIVE = []
|
1560
1603
|
include Aws::Structure
|
1561
1604
|
end
|
1562
1605
|
|
@@ -1577,6 +1620,7 @@ module Aws::DocDB
|
|
1577
1620
|
class DBClusterSnapshotMessage < Struct.new(
|
1578
1621
|
:marker,
|
1579
1622
|
:db_cluster_snapshots)
|
1623
|
+
SENSITIVE = []
|
1580
1624
|
include Aws::Structure
|
1581
1625
|
end
|
1582
1626
|
|
@@ -1635,6 +1679,7 @@ module Aws::DocDB
|
|
1635
1679
|
:valid_upgrade_target,
|
1636
1680
|
:exportable_log_types,
|
1637
1681
|
:supports_log_exports_to_cloudwatch_logs)
|
1682
|
+
SENSITIVE = []
|
1638
1683
|
include Aws::Structure
|
1639
1684
|
end
|
1640
1685
|
|
@@ -1655,6 +1700,7 @@ module Aws::DocDB
|
|
1655
1700
|
class DBEngineVersionMessage < Struct.new(
|
1656
1701
|
:marker,
|
1657
1702
|
:db_engine_versions)
|
1703
|
+
SENSITIVE = []
|
1658
1704
|
include Aws::Structure
|
1659
1705
|
end
|
1660
1706
|
|
@@ -1816,6 +1862,7 @@ module Aws::DocDB
|
|
1816
1862
|
:promotion_tier,
|
1817
1863
|
:db_instance_arn,
|
1818
1864
|
:enabled_cloudwatch_logs_exports)
|
1865
|
+
SENSITIVE = []
|
1819
1866
|
include Aws::Structure
|
1820
1867
|
end
|
1821
1868
|
|
@@ -1842,6 +1889,7 @@ module Aws::DocDB
|
|
1842
1889
|
class DBInstanceMessage < Struct.new(
|
1843
1890
|
:marker,
|
1844
1891
|
:db_instances)
|
1892
|
+
SENSITIVE = []
|
1845
1893
|
include Aws::Structure
|
1846
1894
|
end
|
1847
1895
|
|
@@ -1879,6 +1927,7 @@ module Aws::DocDB
|
|
1879
1927
|
:normal,
|
1880
1928
|
:status,
|
1881
1929
|
:message)
|
1930
|
+
SENSITIVE = []
|
1882
1931
|
include Aws::Structure
|
1883
1932
|
end
|
1884
1933
|
|
@@ -1955,6 +2004,7 @@ module Aws::DocDB
|
|
1955
2004
|
:subnet_group_status,
|
1956
2005
|
:subnets,
|
1957
2006
|
:db_subnet_group_arn)
|
2007
|
+
SENSITIVE = []
|
1958
2008
|
include Aws::Structure
|
1959
2009
|
end
|
1960
2010
|
|
@@ -1988,6 +2038,7 @@ module Aws::DocDB
|
|
1988
2038
|
class DBSubnetGroupMessage < Struct.new(
|
1989
2039
|
:marker,
|
1990
2040
|
:db_subnet_groups)
|
2041
|
+
SENSITIVE = []
|
1991
2042
|
include Aws::Structure
|
1992
2043
|
end
|
1993
2044
|
|
@@ -2078,6 +2129,7 @@ module Aws::DocDB
|
|
2078
2129
|
:db_cluster_identifier,
|
2079
2130
|
:skip_final_snapshot,
|
2080
2131
|
:final_db_snapshot_identifier)
|
2132
|
+
SENSITIVE = []
|
2081
2133
|
include Aws::Structure
|
2082
2134
|
end
|
2083
2135
|
|
@@ -2106,6 +2158,7 @@ module Aws::DocDB
|
|
2106
2158
|
#
|
2107
2159
|
class DeleteDBClusterParameterGroupMessage < Struct.new(
|
2108
2160
|
:db_cluster_parameter_group_name)
|
2161
|
+
SENSITIVE = []
|
2109
2162
|
include Aws::Structure
|
2110
2163
|
end
|
2111
2164
|
|
@@ -2117,6 +2170,7 @@ module Aws::DocDB
|
|
2117
2170
|
#
|
2118
2171
|
class DeleteDBClusterResult < Struct.new(
|
2119
2172
|
:db_cluster)
|
2173
|
+
SENSITIVE = []
|
2120
2174
|
include Aws::Structure
|
2121
2175
|
end
|
2122
2176
|
|
@@ -2140,6 +2194,7 @@ module Aws::DocDB
|
|
2140
2194
|
#
|
2141
2195
|
class DeleteDBClusterSnapshotMessage < Struct.new(
|
2142
2196
|
:db_cluster_snapshot_identifier)
|
2197
|
+
SENSITIVE = []
|
2143
2198
|
include Aws::Structure
|
2144
2199
|
end
|
2145
2200
|
|
@@ -2151,6 +2206,7 @@ module Aws::DocDB
|
|
2151
2206
|
#
|
2152
2207
|
class DeleteDBClusterSnapshotResult < Struct.new(
|
2153
2208
|
:db_cluster_snapshot)
|
2209
|
+
SENSITIVE = []
|
2154
2210
|
include Aws::Structure
|
2155
2211
|
end
|
2156
2212
|
|
@@ -2178,6 +2234,7 @@ module Aws::DocDB
|
|
2178
2234
|
#
|
2179
2235
|
class DeleteDBInstanceMessage < Struct.new(
|
2180
2236
|
:db_instance_identifier)
|
2237
|
+
SENSITIVE = []
|
2181
2238
|
include Aws::Structure
|
2182
2239
|
end
|
2183
2240
|
|
@@ -2189,6 +2246,7 @@ module Aws::DocDB
|
|
2189
2246
|
#
|
2190
2247
|
class DeleteDBInstanceResult < Struct.new(
|
2191
2248
|
:db_instance)
|
2249
|
+
SENSITIVE = []
|
2192
2250
|
include Aws::Structure
|
2193
2251
|
end
|
2194
2252
|
|
@@ -2220,6 +2278,7 @@ module Aws::DocDB
|
|
2220
2278
|
#
|
2221
2279
|
class DeleteDBSubnetGroupMessage < Struct.new(
|
2222
2280
|
:db_subnet_group_name)
|
2281
|
+
SENSITIVE = []
|
2223
2282
|
include Aws::Structure
|
2224
2283
|
end
|
2225
2284
|
|
@@ -2284,6 +2343,7 @@ module Aws::DocDB
|
|
2284
2343
|
:filters,
|
2285
2344
|
:max_records,
|
2286
2345
|
:marker)
|
2346
|
+
SENSITIVE = []
|
2287
2347
|
include Aws::Structure
|
2288
2348
|
end
|
2289
2349
|
|
@@ -2344,6 +2404,7 @@ module Aws::DocDB
|
|
2344
2404
|
:filters,
|
2345
2405
|
:max_records,
|
2346
2406
|
:marker)
|
2407
|
+
SENSITIVE = []
|
2347
2408
|
include Aws::Structure
|
2348
2409
|
end
|
2349
2410
|
|
@@ -2411,6 +2472,7 @@ module Aws::DocDB
|
|
2411
2472
|
:filters,
|
2412
2473
|
:max_records,
|
2413
2474
|
:marker)
|
2475
|
+
SENSITIVE = []
|
2414
2476
|
include Aws::Structure
|
2415
2477
|
end
|
2416
2478
|
|
@@ -2432,6 +2494,7 @@ module Aws::DocDB
|
|
2432
2494
|
#
|
2433
2495
|
class DescribeDBClusterSnapshotAttributesMessage < Struct.new(
|
2434
2496
|
:db_cluster_snapshot_identifier)
|
2497
|
+
SENSITIVE = []
|
2435
2498
|
include Aws::Structure
|
2436
2499
|
end
|
2437
2500
|
|
@@ -2444,6 +2507,7 @@ module Aws::DocDB
|
|
2444
2507
|
#
|
2445
2508
|
class DescribeDBClusterSnapshotAttributesResult < Struct.new(
|
2446
2509
|
:db_cluster_snapshot_attributes_result)
|
2510
|
+
SENSITIVE = []
|
2447
2511
|
include Aws::Structure
|
2448
2512
|
end
|
2449
2513
|
|
@@ -2567,6 +2631,7 @@ module Aws::DocDB
|
|
2567
2631
|
:marker,
|
2568
2632
|
:include_shared,
|
2569
2633
|
:include_public)
|
2634
|
+
SENSITIVE = []
|
2570
2635
|
include Aws::Structure
|
2571
2636
|
end
|
2572
2637
|
|
@@ -2635,6 +2700,7 @@ module Aws::DocDB
|
|
2635
2700
|
:filters,
|
2636
2701
|
:max_records,
|
2637
2702
|
:marker)
|
2703
|
+
SENSITIVE = []
|
2638
2704
|
include Aws::Structure
|
2639
2705
|
end
|
2640
2706
|
|
@@ -2667,7 +2733,7 @@ module Aws::DocDB
|
|
2667
2733
|
# @!attribute [rw] engine_version
|
2668
2734
|
# The database engine version to return.
|
2669
2735
|
#
|
2670
|
-
# Example: `
|
2736
|
+
# Example: `3.6.0`
|
2671
2737
|
# @return [String]
|
2672
2738
|
#
|
2673
2739
|
# @!attribute [rw] db_parameter_group_family
|
@@ -2730,6 +2796,7 @@ module Aws::DocDB
|
|
2730
2796
|
:default_only,
|
2731
2797
|
:list_supported_character_sets,
|
2732
2798
|
:list_supported_timezones)
|
2799
|
+
SENSITIVE = []
|
2733
2800
|
include Aws::Structure
|
2734
2801
|
end
|
2735
2802
|
|
@@ -2802,6 +2869,7 @@ module Aws::DocDB
|
|
2802
2869
|
:filters,
|
2803
2870
|
:max_records,
|
2804
2871
|
:marker)
|
2872
|
+
SENSITIVE = []
|
2805
2873
|
include Aws::Structure
|
2806
2874
|
end
|
2807
2875
|
|
@@ -2854,6 +2922,7 @@ module Aws::DocDB
|
|
2854
2922
|
:filters,
|
2855
2923
|
:max_records,
|
2856
2924
|
:marker)
|
2925
|
+
SENSITIVE = []
|
2857
2926
|
include Aws::Structure
|
2858
2927
|
end
|
2859
2928
|
|
@@ -2907,6 +2976,7 @@ module Aws::DocDB
|
|
2907
2976
|
:filters,
|
2908
2977
|
:max_records,
|
2909
2978
|
:marker)
|
2979
|
+
SENSITIVE = []
|
2910
2980
|
include Aws::Structure
|
2911
2981
|
end
|
2912
2982
|
|
@@ -2919,6 +2989,7 @@ module Aws::DocDB
|
|
2919
2989
|
#
|
2920
2990
|
class DescribeEngineDefaultClusterParametersResult < Struct.new(
|
2921
2991
|
:engine_defaults)
|
2992
|
+
SENSITIVE = []
|
2922
2993
|
include Aws::Structure
|
2923
2994
|
end
|
2924
2995
|
|
@@ -2953,6 +3024,7 @@ module Aws::DocDB
|
|
2953
3024
|
class DescribeEventCategoriesMessage < Struct.new(
|
2954
3025
|
:source_type,
|
2955
3026
|
:filters)
|
3027
|
+
SENSITIVE = []
|
2956
3028
|
include Aws::Structure
|
2957
3029
|
end
|
2958
3030
|
|
@@ -3065,6 +3137,7 @@ module Aws::DocDB
|
|
3065
3137
|
:filters,
|
3066
3138
|
:max_records,
|
3067
3139
|
:marker)
|
3140
|
+
SENSITIVE = []
|
3068
3141
|
include Aws::Structure
|
3069
3142
|
end
|
3070
3143
|
|
@@ -3145,6 +3218,7 @@ module Aws::DocDB
|
|
3145
3218
|
:filters,
|
3146
3219
|
:max_records,
|
3147
3220
|
:marker)
|
3221
|
+
SENSITIVE = []
|
3148
3222
|
include Aws::Structure
|
3149
3223
|
end
|
3150
3224
|
|
@@ -3208,6 +3282,7 @@ module Aws::DocDB
|
|
3208
3282
|
:filters,
|
3209
3283
|
:marker,
|
3210
3284
|
:max_records)
|
3285
|
+
SENSITIVE = []
|
3211
3286
|
include Aws::Structure
|
3212
3287
|
end
|
3213
3288
|
|
@@ -3234,6 +3309,7 @@ module Aws::DocDB
|
|
3234
3309
|
:address,
|
3235
3310
|
:port,
|
3236
3311
|
:hosted_zone_id)
|
3312
|
+
SENSITIVE = []
|
3237
3313
|
include Aws::Structure
|
3238
3314
|
end
|
3239
3315
|
|
@@ -3261,6 +3337,7 @@ module Aws::DocDB
|
|
3261
3337
|
:db_parameter_group_family,
|
3262
3338
|
:marker,
|
3263
3339
|
:parameters)
|
3340
|
+
SENSITIVE = []
|
3264
3341
|
include Aws::Structure
|
3265
3342
|
end
|
3266
3343
|
|
@@ -3299,6 +3376,7 @@ module Aws::DocDB
|
|
3299
3376
|
:event_categories,
|
3300
3377
|
:date,
|
3301
3378
|
:source_arn)
|
3379
|
+
SENSITIVE = []
|
3302
3380
|
include Aws::Structure
|
3303
3381
|
end
|
3304
3382
|
|
@@ -3317,6 +3395,7 @@ module Aws::DocDB
|
|
3317
3395
|
class EventCategoriesMap < Struct.new(
|
3318
3396
|
:source_type,
|
3319
3397
|
:event_categories)
|
3398
|
+
SENSITIVE = []
|
3320
3399
|
include Aws::Structure
|
3321
3400
|
end
|
3322
3401
|
|
@@ -3330,6 +3409,7 @@ module Aws::DocDB
|
|
3330
3409
|
#
|
3331
3410
|
class EventCategoriesMessage < Struct.new(
|
3332
3411
|
:event_categories_map_list)
|
3412
|
+
SENSITIVE = []
|
3333
3413
|
include Aws::Structure
|
3334
3414
|
end
|
3335
3415
|
|
@@ -3350,6 +3430,7 @@ module Aws::DocDB
|
|
3350
3430
|
class EventsMessage < Struct.new(
|
3351
3431
|
:marker,
|
3352
3432
|
:events)
|
3433
|
+
SENSITIVE = []
|
3353
3434
|
include Aws::Structure
|
3354
3435
|
end
|
3355
3436
|
|
@@ -3386,6 +3467,7 @@ module Aws::DocDB
|
|
3386
3467
|
class FailoverDBClusterMessage < Struct.new(
|
3387
3468
|
:db_cluster_identifier,
|
3388
3469
|
:target_db_instance_identifier)
|
3470
|
+
SENSITIVE = []
|
3389
3471
|
include Aws::Structure
|
3390
3472
|
end
|
3391
3473
|
|
@@ -3397,6 +3479,7 @@ module Aws::DocDB
|
|
3397
3479
|
#
|
3398
3480
|
class FailoverDBClusterResult < Struct.new(
|
3399
3481
|
:db_cluster)
|
3482
|
+
SENSITIVE = []
|
3400
3483
|
include Aws::Structure
|
3401
3484
|
end
|
3402
3485
|
|
@@ -3427,6 +3510,7 @@ module Aws::DocDB
|
|
3427
3510
|
class Filter < Struct.new(
|
3428
3511
|
:name,
|
3429
3512
|
:values)
|
3513
|
+
SENSITIVE = []
|
3430
3514
|
include Aws::Structure
|
3431
3515
|
end
|
3432
3516
|
|
@@ -3563,6 +3647,7 @@ module Aws::DocDB
|
|
3563
3647
|
class ListTagsForResourceMessage < Struct.new(
|
3564
3648
|
:resource_name,
|
3565
3649
|
:filters)
|
3650
|
+
SENSITIVE = []
|
3566
3651
|
include Aws::Structure
|
3567
3652
|
end
|
3568
3653
|
|
@@ -3744,6 +3829,7 @@ module Aws::DocDB
|
|
3744
3829
|
:cloudwatch_logs_export_configuration,
|
3745
3830
|
:engine_version,
|
3746
3831
|
:deletion_protection)
|
3832
|
+
SENSITIVE = []
|
3747
3833
|
include Aws::Structure
|
3748
3834
|
end
|
3749
3835
|
|
@@ -3783,6 +3869,7 @@ module Aws::DocDB
|
|
3783
3869
|
class ModifyDBClusterParameterGroupMessage < Struct.new(
|
3784
3870
|
:db_cluster_parameter_group_name,
|
3785
3871
|
:parameters)
|
3872
|
+
SENSITIVE = []
|
3786
3873
|
include Aws::Structure
|
3787
3874
|
end
|
3788
3875
|
|
@@ -3794,6 +3881,7 @@ module Aws::DocDB
|
|
3794
3881
|
#
|
3795
3882
|
class ModifyDBClusterResult < Struct.new(
|
3796
3883
|
:db_cluster)
|
3884
|
+
SENSITIVE = []
|
3797
3885
|
include Aws::Structure
|
3798
3886
|
end
|
3799
3887
|
|
@@ -3853,6 +3941,7 @@ module Aws::DocDB
|
|
3853
3941
|
:attribute_name,
|
3854
3942
|
:values_to_add,
|
3855
3943
|
:values_to_remove)
|
3944
|
+
SENSITIVE = []
|
3856
3945
|
include Aws::Structure
|
3857
3946
|
end
|
3858
3947
|
|
@@ -3865,6 +3954,7 @@ module Aws::DocDB
|
|
3865
3954
|
#
|
3866
3955
|
class ModifyDBClusterSnapshotAttributeResult < Struct.new(
|
3867
3956
|
:db_cluster_snapshot_attributes_result)
|
3957
|
+
SENSITIVE = []
|
3868
3958
|
include Aws::Structure
|
3869
3959
|
end
|
3870
3960
|
|
@@ -3994,6 +4084,7 @@ module Aws::DocDB
|
|
3994
4084
|
:new_db_instance_identifier,
|
3995
4085
|
:ca_certificate_identifier,
|
3996
4086
|
:promotion_tier)
|
4087
|
+
SENSITIVE = []
|
3997
4088
|
include Aws::Structure
|
3998
4089
|
end
|
3999
4090
|
|
@@ -4005,6 +4096,7 @@ module Aws::DocDB
|
|
4005
4096
|
#
|
4006
4097
|
class ModifyDBInstanceResult < Struct.new(
|
4007
4098
|
:db_instance)
|
4099
|
+
SENSITIVE = []
|
4008
4100
|
include Aws::Structure
|
4009
4101
|
end
|
4010
4102
|
|
@@ -4043,6 +4135,7 @@ module Aws::DocDB
|
|
4043
4135
|
:db_subnet_group_name,
|
4044
4136
|
:db_subnet_group_description,
|
4045
4137
|
:subnet_ids)
|
4138
|
+
SENSITIVE = []
|
4046
4139
|
include Aws::Structure
|
4047
4140
|
end
|
4048
4141
|
|
@@ -4054,6 +4147,7 @@ module Aws::DocDB
|
|
4054
4147
|
#
|
4055
4148
|
class ModifyDBSubnetGroupResult < Struct.new(
|
4056
4149
|
:db_subnet_group)
|
4150
|
+
SENSITIVE = []
|
4057
4151
|
include Aws::Structure
|
4058
4152
|
end
|
4059
4153
|
|
@@ -4092,6 +4186,7 @@ module Aws::DocDB
|
|
4092
4186
|
:license_model,
|
4093
4187
|
:availability_zones,
|
4094
4188
|
:vpc)
|
4189
|
+
SENSITIVE = []
|
4095
4190
|
include Aws::Structure
|
4096
4191
|
end
|
4097
4192
|
|
@@ -4112,6 +4207,7 @@ module Aws::DocDB
|
|
4112
4207
|
class OrderableDBInstanceOptionsMessage < Struct.new(
|
4113
4208
|
:orderable_db_instance_options,
|
4114
4209
|
:marker)
|
4210
|
+
SENSITIVE = []
|
4115
4211
|
include Aws::Structure
|
4116
4212
|
end
|
4117
4213
|
|
@@ -4188,6 +4284,7 @@ module Aws::DocDB
|
|
4188
4284
|
:is_modifiable,
|
4189
4285
|
:minimum_engine_version,
|
4190
4286
|
:apply_method)
|
4287
|
+
SENSITIVE = []
|
4191
4288
|
include Aws::Structure
|
4192
4289
|
end
|
4193
4290
|
|
@@ -4210,6 +4307,7 @@ module Aws::DocDB
|
|
4210
4307
|
class PendingCloudwatchLogsExports < Struct.new(
|
4211
4308
|
:log_types_to_enable,
|
4212
4309
|
:log_types_to_disable)
|
4310
|
+
SENSITIVE = []
|
4213
4311
|
include Aws::Structure
|
4214
4312
|
end
|
4215
4313
|
|
@@ -4258,6 +4356,7 @@ module Aws::DocDB
|
|
4258
4356
|
:opt_in_status,
|
4259
4357
|
:current_apply_date,
|
4260
4358
|
:description)
|
4359
|
+
SENSITIVE = []
|
4261
4360
|
include Aws::Structure
|
4262
4361
|
end
|
4263
4362
|
|
@@ -4278,6 +4377,7 @@ module Aws::DocDB
|
|
4278
4377
|
class PendingMaintenanceActionsMessage < Struct.new(
|
4279
4378
|
:pending_maintenance_actions,
|
4280
4379
|
:marker)
|
4380
|
+
SENSITIVE = []
|
4281
4381
|
include Aws::Structure
|
4282
4382
|
end
|
4283
4383
|
|
@@ -4369,6 +4469,7 @@ module Aws::DocDB
|
|
4369
4469
|
:ca_certificate_identifier,
|
4370
4470
|
:db_subnet_group_name,
|
4371
4471
|
:pending_cloudwatch_logs_exports)
|
4472
|
+
SENSITIVE = []
|
4372
4473
|
include Aws::Structure
|
4373
4474
|
end
|
4374
4475
|
|
@@ -4405,6 +4506,7 @@ module Aws::DocDB
|
|
4405
4506
|
class RebootDBInstanceMessage < Struct.new(
|
4406
4507
|
:db_instance_identifier,
|
4407
4508
|
:force_failover)
|
4509
|
+
SENSITIVE = []
|
4408
4510
|
include Aws::Structure
|
4409
4511
|
end
|
4410
4512
|
|
@@ -4416,6 +4518,7 @@ module Aws::DocDB
|
|
4416
4518
|
#
|
4417
4519
|
class RebootDBInstanceResult < Struct.new(
|
4418
4520
|
:db_instance)
|
4521
|
+
SENSITIVE = []
|
4419
4522
|
include Aws::Structure
|
4420
4523
|
end
|
4421
4524
|
|
@@ -4443,6 +4546,7 @@ module Aws::DocDB
|
|
4443
4546
|
class RemoveTagsFromResourceMessage < Struct.new(
|
4444
4547
|
:resource_name,
|
4445
4548
|
:tag_keys)
|
4549
|
+
SENSITIVE = []
|
4446
4550
|
include Aws::Structure
|
4447
4551
|
end
|
4448
4552
|
|
@@ -4493,6 +4597,7 @@ module Aws::DocDB
|
|
4493
4597
|
:db_cluster_parameter_group_name,
|
4494
4598
|
:reset_all_parameters,
|
4495
4599
|
:parameters)
|
4600
|
+
SENSITIVE = []
|
4496
4601
|
include Aws::Structure
|
4497
4602
|
end
|
4498
4603
|
|
@@ -4519,6 +4624,7 @@ module Aws::DocDB
|
|
4519
4624
|
class ResourcePendingMaintenanceActions < Struct.new(
|
4520
4625
|
:resource_identifier,
|
4521
4626
|
:pending_maintenance_action_details)
|
4627
|
+
SENSITIVE = []
|
4522
4628
|
include Aws::Structure
|
4523
4629
|
end
|
4524
4630
|
|
@@ -4669,6 +4775,7 @@ module Aws::DocDB
|
|
4669
4775
|
:kms_key_id,
|
4670
4776
|
:enable_cloudwatch_logs_exports,
|
4671
4777
|
:deletion_protection)
|
4778
|
+
SENSITIVE = []
|
4672
4779
|
include Aws::Structure
|
4673
4780
|
end
|
4674
4781
|
|
@@ -4680,6 +4787,7 @@ module Aws::DocDB
|
|
4680
4787
|
#
|
4681
4788
|
class RestoreDBClusterFromSnapshotResult < Struct.new(
|
4682
4789
|
:db_cluster)
|
4790
|
+
SENSITIVE = []
|
4683
4791
|
include Aws::Structure
|
4684
4792
|
end
|
4685
4793
|
|
@@ -4841,6 +4949,7 @@ module Aws::DocDB
|
|
4841
4949
|
:kms_key_id,
|
4842
4950
|
:enable_cloudwatch_logs_exports,
|
4843
4951
|
:deletion_protection)
|
4952
|
+
SENSITIVE = []
|
4844
4953
|
include Aws::Structure
|
4845
4954
|
end
|
4846
4955
|
|
@@ -4852,6 +4961,7 @@ module Aws::DocDB
|
|
4852
4961
|
#
|
4853
4962
|
class RestoreDBClusterToPointInTimeResult < Struct.new(
|
4854
4963
|
:db_cluster)
|
4964
|
+
SENSITIVE = []
|
4855
4965
|
include Aws::Structure
|
4856
4966
|
end
|
4857
4967
|
|
@@ -4884,6 +4994,7 @@ module Aws::DocDB
|
|
4884
4994
|
#
|
4885
4995
|
class StartDBClusterMessage < Struct.new(
|
4886
4996
|
:db_cluster_identifier)
|
4997
|
+
SENSITIVE = []
|
4887
4998
|
include Aws::Structure
|
4888
4999
|
end
|
4889
5000
|
|
@@ -4895,6 +5006,7 @@ module Aws::DocDB
|
|
4895
5006
|
#
|
4896
5007
|
class StartDBClusterResult < Struct.new(
|
4897
5008
|
:db_cluster)
|
5009
|
+
SENSITIVE = []
|
4898
5010
|
include Aws::Structure
|
4899
5011
|
end
|
4900
5012
|
|
@@ -4914,6 +5026,7 @@ module Aws::DocDB
|
|
4914
5026
|
#
|
4915
5027
|
class StopDBClusterMessage < Struct.new(
|
4916
5028
|
:db_cluster_identifier)
|
5029
|
+
SENSITIVE = []
|
4917
5030
|
include Aws::Structure
|
4918
5031
|
end
|
4919
5032
|
|
@@ -4925,6 +5038,7 @@ module Aws::DocDB
|
|
4925
5038
|
#
|
4926
5039
|
class StopDBClusterResult < Struct.new(
|
4927
5040
|
:db_cluster)
|
5041
|
+
SENSITIVE = []
|
4928
5042
|
include Aws::Structure
|
4929
5043
|
end
|
4930
5044
|
|
@@ -4962,6 +5076,7 @@ module Aws::DocDB
|
|
4962
5076
|
:subnet_identifier,
|
4963
5077
|
:subnet_availability_zone,
|
4964
5078
|
:subnet_status)
|
5079
|
+
SENSITIVE = []
|
4965
5080
|
include Aws::Structure
|
4966
5081
|
end
|
4967
5082
|
|
@@ -5005,6 +5120,7 @@ module Aws::DocDB
|
|
5005
5120
|
class Tag < Struct.new(
|
5006
5121
|
:key,
|
5007
5122
|
:value)
|
5123
|
+
SENSITIVE = []
|
5008
5124
|
include Aws::Structure
|
5009
5125
|
end
|
5010
5126
|
|
@@ -5018,6 +5134,7 @@ module Aws::DocDB
|
|
5018
5134
|
#
|
5019
5135
|
class TagListMessage < Struct.new(
|
5020
5136
|
:tag_list)
|
5137
|
+
SENSITIVE = []
|
5021
5138
|
include Aws::Structure
|
5022
5139
|
end
|
5023
5140
|
|
@@ -5056,6 +5173,7 @@ module Aws::DocDB
|
|
5056
5173
|
:description,
|
5057
5174
|
:auto_upgrade,
|
5058
5175
|
:is_major_version_upgrade)
|
5176
|
+
SENSITIVE = []
|
5059
5177
|
include Aws::Structure
|
5060
5178
|
end
|
5061
5179
|
|
@@ -5075,6 +5193,7 @@ module Aws::DocDB
|
|
5075
5193
|
class VpcSecurityGroupMembership < Struct.new(
|
5076
5194
|
:vpc_security_group_id,
|
5077
5195
|
:status)
|
5196
|
+
SENSITIVE = []
|
5078
5197
|
include Aws::Structure
|
5079
5198
|
end
|
5080
5199
|
|