aws-sdk-docdb 1.18.1 → 1.19.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-docdb.rb +3 -1
- data/lib/aws-sdk-docdb/client.rb +3 -1
- data/lib/aws-sdk-docdb/client_api.rb +2 -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 +110 -0
- data/lib/aws-sdk-docdb/waiters.rb +2 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c0e14101843392678903c7aeafbd500cf5eedeaa956b25a44c937449eff88fe8
|
4
|
+
data.tar.gz: 3e3357a4dd450cc08d6a896c77d6719f076749655d4e5cae6de2ac264de9f499
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d6dacf13cb6d8b2a4919e7079cc6452d4a8a1de71546f9e406a6943cf148e8e29f1d641a0b693e50917e87a7b79b92c0c7d8e7ef10392eaab50e8ae6144c3729
|
7
|
+
data.tar.gz: 0b860377e4cfac76ee7566adaa5e2ab119a1909d6a1d0d0384d98a4b2c41fc4201d282fe2b6ffaf04a87621d8c61bd16ede5bda7feffdd2d8813ae027232f38f
|
data/lib/aws-sdk-docdb.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:
|
@@ -46,6 +48,6 @@ require_relative 'aws-sdk-docdb/customizations'
|
|
46
48
|
# @service
|
47
49
|
module Aws::DocDB
|
48
50
|
|
49
|
-
GEM_VERSION = '1.
|
51
|
+
GEM_VERSION = '1.19.0'
|
50
52
|
|
51
53
|
end
|
data/lib/aws-sdk-docdb/client.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:
|
@@ -4241,7 +4243,7 @@ module Aws::DocDB
|
|
4241
4243
|
params: params,
|
4242
4244
|
config: config)
|
4243
4245
|
context[:gem_name] = 'aws-sdk-docdb'
|
4244
|
-
context[:gem_version] = '1.
|
4246
|
+
context[:gem_version] = '1.19.0'
|
4245
4247
|
Seahorse::Client::Request.new(handlers, context)
|
4246
4248
|
end
|
4247
4249
|
|
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:
|
@@ -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
|
|
@@ -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
|
|
@@ -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
|
|
@@ -673,6 +686,7 @@ module Aws::DocDB
|
|
673
686
|
:kms_key_id,
|
674
687
|
:enable_cloudwatch_logs_exports,
|
675
688
|
:deletion_protection)
|
689
|
+
SENSITIVE = []
|
676
690
|
include Aws::Structure
|
677
691
|
end
|
678
692
|
|
@@ -726,6 +740,7 @@ module Aws::DocDB
|
|
726
740
|
:db_parameter_group_family,
|
727
741
|
:description,
|
728
742
|
:tags)
|
743
|
+
SENSITIVE = []
|
729
744
|
include Aws::Structure
|
730
745
|
end
|
731
746
|
|
@@ -737,6 +752,7 @@ module Aws::DocDB
|
|
737
752
|
#
|
738
753
|
class CreateDBClusterParameterGroupResult < Struct.new(
|
739
754
|
:db_cluster_parameter_group)
|
755
|
+
SENSITIVE = []
|
740
756
|
include Aws::Structure
|
741
757
|
end
|
742
758
|
|
@@ -748,6 +764,7 @@ module Aws::DocDB
|
|
748
764
|
#
|
749
765
|
class CreateDBClusterResult < Struct.new(
|
750
766
|
:db_cluster)
|
767
|
+
SENSITIVE = []
|
751
768
|
include Aws::Structure
|
752
769
|
end
|
753
770
|
|
@@ -805,6 +822,7 @@ module Aws::DocDB
|
|
805
822
|
:db_cluster_snapshot_identifier,
|
806
823
|
:db_cluster_identifier,
|
807
824
|
:tags)
|
825
|
+
SENSITIVE = []
|
808
826
|
include Aws::Structure
|
809
827
|
end
|
810
828
|
|
@@ -816,6 +834,7 @@ module Aws::DocDB
|
|
816
834
|
#
|
817
835
|
class CreateDBClusterSnapshotResult < Struct.new(
|
818
836
|
:db_cluster_snapshot)
|
837
|
+
SENSITIVE = []
|
819
838
|
include Aws::Structure
|
820
839
|
end
|
821
840
|
|
@@ -933,6 +952,7 @@ module Aws::DocDB
|
|
933
952
|
:tags,
|
934
953
|
:db_cluster_identifier,
|
935
954
|
:promotion_tier)
|
955
|
+
SENSITIVE = []
|
936
956
|
include Aws::Structure
|
937
957
|
end
|
938
958
|
|
@@ -944,6 +964,7 @@ module Aws::DocDB
|
|
944
964
|
#
|
945
965
|
class CreateDBInstanceResult < Struct.new(
|
946
966
|
:db_instance)
|
967
|
+
SENSITIVE = []
|
947
968
|
include Aws::Structure
|
948
969
|
end
|
949
970
|
|
@@ -993,6 +1014,7 @@ module Aws::DocDB
|
|
993
1014
|
:db_subnet_group_description,
|
994
1015
|
:subnet_ids,
|
995
1016
|
:tags)
|
1017
|
+
SENSITIVE = []
|
996
1018
|
include Aws::Structure
|
997
1019
|
end
|
998
1020
|
|
@@ -1004,6 +1026,7 @@ module Aws::DocDB
|
|
1004
1026
|
#
|
1005
1027
|
class CreateDBSubnetGroupResult < Struct.new(
|
1006
1028
|
:db_subnet_group)
|
1029
|
+
SENSITIVE = []
|
1007
1030
|
include Aws::Structure
|
1008
1031
|
end
|
1009
1032
|
|
@@ -1196,6 +1219,7 @@ module Aws::DocDB
|
|
1196
1219
|
:cluster_create_time,
|
1197
1220
|
:enabled_cloudwatch_logs_exports,
|
1198
1221
|
:deletion_protection)
|
1222
|
+
SENSITIVE = []
|
1199
1223
|
include Aws::Structure
|
1200
1224
|
end
|
1201
1225
|
|
@@ -1234,6 +1258,7 @@ module Aws::DocDB
|
|
1234
1258
|
:is_cluster_writer,
|
1235
1259
|
:db_cluster_parameter_group_status,
|
1236
1260
|
:promotion_tier)
|
1261
|
+
SENSITIVE = []
|
1237
1262
|
include Aws::Structure
|
1238
1263
|
end
|
1239
1264
|
|
@@ -1254,6 +1279,7 @@ module Aws::DocDB
|
|
1254
1279
|
class DBClusterMessage < Struct.new(
|
1255
1280
|
:marker,
|
1256
1281
|
:db_clusters)
|
1282
|
+
SENSITIVE = []
|
1257
1283
|
include Aws::Structure
|
1258
1284
|
end
|
1259
1285
|
|
@@ -1290,6 +1316,7 @@ module Aws::DocDB
|
|
1290
1316
|
:db_parameter_group_family,
|
1291
1317
|
:description,
|
1292
1318
|
:db_cluster_parameter_group_arn)
|
1319
|
+
SENSITIVE = []
|
1293
1320
|
include Aws::Structure
|
1294
1321
|
end
|
1295
1322
|
|
@@ -1310,6 +1337,7 @@ module Aws::DocDB
|
|
1310
1337
|
class DBClusterParameterGroupDetails < Struct.new(
|
1311
1338
|
:parameters,
|
1312
1339
|
:marker)
|
1340
|
+
SENSITIVE = []
|
1313
1341
|
include Aws::Structure
|
1314
1342
|
end
|
1315
1343
|
|
@@ -1335,6 +1363,7 @@ module Aws::DocDB
|
|
1335
1363
|
#
|
1336
1364
|
class DBClusterParameterGroupNameMessage < Struct.new(
|
1337
1365
|
:db_cluster_parameter_group_name)
|
1366
|
+
SENSITIVE = []
|
1338
1367
|
include Aws::Structure
|
1339
1368
|
end
|
1340
1369
|
|
@@ -1362,6 +1391,7 @@ module Aws::DocDB
|
|
1362
1391
|
class DBClusterParameterGroupsMessage < Struct.new(
|
1363
1392
|
:marker,
|
1364
1393
|
:db_cluster_parameter_groups)
|
1394
|
+
SENSITIVE = []
|
1365
1395
|
include Aws::Structure
|
1366
1396
|
end
|
1367
1397
|
|
@@ -1400,6 +1430,7 @@ module Aws::DocDB
|
|
1400
1430
|
class DBClusterRole < Struct.new(
|
1401
1431
|
:role_arn,
|
1402
1432
|
:status)
|
1433
|
+
SENSITIVE = []
|
1403
1434
|
include Aws::Structure
|
1404
1435
|
end
|
1405
1436
|
|
@@ -1502,6 +1533,7 @@ module Aws::DocDB
|
|
1502
1533
|
:kms_key_id,
|
1503
1534
|
:db_cluster_snapshot_arn,
|
1504
1535
|
:source_db_cluster_snapshot_arn)
|
1536
|
+
SENSITIVE = []
|
1505
1537
|
include Aws::Structure
|
1506
1538
|
end
|
1507
1539
|
|
@@ -1538,6 +1570,7 @@ module Aws::DocDB
|
|
1538
1570
|
class DBClusterSnapshotAttribute < Struct.new(
|
1539
1571
|
:attribute_name,
|
1540
1572
|
:attribute_values)
|
1573
|
+
SENSITIVE = []
|
1541
1574
|
include Aws::Structure
|
1542
1575
|
end
|
1543
1576
|
|
@@ -1557,6 +1590,7 @@ module Aws::DocDB
|
|
1557
1590
|
class DBClusterSnapshotAttributesResult < Struct.new(
|
1558
1591
|
:db_cluster_snapshot_identifier,
|
1559
1592
|
:db_cluster_snapshot_attributes)
|
1593
|
+
SENSITIVE = []
|
1560
1594
|
include Aws::Structure
|
1561
1595
|
end
|
1562
1596
|
|
@@ -1577,6 +1611,7 @@ module Aws::DocDB
|
|
1577
1611
|
class DBClusterSnapshotMessage < Struct.new(
|
1578
1612
|
:marker,
|
1579
1613
|
:db_cluster_snapshots)
|
1614
|
+
SENSITIVE = []
|
1580
1615
|
include Aws::Structure
|
1581
1616
|
end
|
1582
1617
|
|
@@ -1635,6 +1670,7 @@ module Aws::DocDB
|
|
1635
1670
|
:valid_upgrade_target,
|
1636
1671
|
:exportable_log_types,
|
1637
1672
|
:supports_log_exports_to_cloudwatch_logs)
|
1673
|
+
SENSITIVE = []
|
1638
1674
|
include Aws::Structure
|
1639
1675
|
end
|
1640
1676
|
|
@@ -1655,6 +1691,7 @@ module Aws::DocDB
|
|
1655
1691
|
class DBEngineVersionMessage < Struct.new(
|
1656
1692
|
:marker,
|
1657
1693
|
:db_engine_versions)
|
1694
|
+
SENSITIVE = []
|
1658
1695
|
include Aws::Structure
|
1659
1696
|
end
|
1660
1697
|
|
@@ -1816,6 +1853,7 @@ module Aws::DocDB
|
|
1816
1853
|
:promotion_tier,
|
1817
1854
|
:db_instance_arn,
|
1818
1855
|
:enabled_cloudwatch_logs_exports)
|
1856
|
+
SENSITIVE = []
|
1819
1857
|
include Aws::Structure
|
1820
1858
|
end
|
1821
1859
|
|
@@ -1842,6 +1880,7 @@ module Aws::DocDB
|
|
1842
1880
|
class DBInstanceMessage < Struct.new(
|
1843
1881
|
:marker,
|
1844
1882
|
:db_instances)
|
1883
|
+
SENSITIVE = []
|
1845
1884
|
include Aws::Structure
|
1846
1885
|
end
|
1847
1886
|
|
@@ -1879,6 +1918,7 @@ module Aws::DocDB
|
|
1879
1918
|
:normal,
|
1880
1919
|
:status,
|
1881
1920
|
:message)
|
1921
|
+
SENSITIVE = []
|
1882
1922
|
include Aws::Structure
|
1883
1923
|
end
|
1884
1924
|
|
@@ -1955,6 +1995,7 @@ module Aws::DocDB
|
|
1955
1995
|
:subnet_group_status,
|
1956
1996
|
:subnets,
|
1957
1997
|
:db_subnet_group_arn)
|
1998
|
+
SENSITIVE = []
|
1958
1999
|
include Aws::Structure
|
1959
2000
|
end
|
1960
2001
|
|
@@ -1988,6 +2029,7 @@ module Aws::DocDB
|
|
1988
2029
|
class DBSubnetGroupMessage < Struct.new(
|
1989
2030
|
:marker,
|
1990
2031
|
:db_subnet_groups)
|
2032
|
+
SENSITIVE = []
|
1991
2033
|
include Aws::Structure
|
1992
2034
|
end
|
1993
2035
|
|
@@ -2078,6 +2120,7 @@ module Aws::DocDB
|
|
2078
2120
|
:db_cluster_identifier,
|
2079
2121
|
:skip_final_snapshot,
|
2080
2122
|
:final_db_snapshot_identifier)
|
2123
|
+
SENSITIVE = []
|
2081
2124
|
include Aws::Structure
|
2082
2125
|
end
|
2083
2126
|
|
@@ -2106,6 +2149,7 @@ module Aws::DocDB
|
|
2106
2149
|
#
|
2107
2150
|
class DeleteDBClusterParameterGroupMessage < Struct.new(
|
2108
2151
|
:db_cluster_parameter_group_name)
|
2152
|
+
SENSITIVE = []
|
2109
2153
|
include Aws::Structure
|
2110
2154
|
end
|
2111
2155
|
|
@@ -2117,6 +2161,7 @@ module Aws::DocDB
|
|
2117
2161
|
#
|
2118
2162
|
class DeleteDBClusterResult < Struct.new(
|
2119
2163
|
:db_cluster)
|
2164
|
+
SENSITIVE = []
|
2120
2165
|
include Aws::Structure
|
2121
2166
|
end
|
2122
2167
|
|
@@ -2140,6 +2185,7 @@ module Aws::DocDB
|
|
2140
2185
|
#
|
2141
2186
|
class DeleteDBClusterSnapshotMessage < Struct.new(
|
2142
2187
|
:db_cluster_snapshot_identifier)
|
2188
|
+
SENSITIVE = []
|
2143
2189
|
include Aws::Structure
|
2144
2190
|
end
|
2145
2191
|
|
@@ -2151,6 +2197,7 @@ module Aws::DocDB
|
|
2151
2197
|
#
|
2152
2198
|
class DeleteDBClusterSnapshotResult < Struct.new(
|
2153
2199
|
:db_cluster_snapshot)
|
2200
|
+
SENSITIVE = []
|
2154
2201
|
include Aws::Structure
|
2155
2202
|
end
|
2156
2203
|
|
@@ -2178,6 +2225,7 @@ module Aws::DocDB
|
|
2178
2225
|
#
|
2179
2226
|
class DeleteDBInstanceMessage < Struct.new(
|
2180
2227
|
:db_instance_identifier)
|
2228
|
+
SENSITIVE = []
|
2181
2229
|
include Aws::Structure
|
2182
2230
|
end
|
2183
2231
|
|
@@ -2189,6 +2237,7 @@ module Aws::DocDB
|
|
2189
2237
|
#
|
2190
2238
|
class DeleteDBInstanceResult < Struct.new(
|
2191
2239
|
:db_instance)
|
2240
|
+
SENSITIVE = []
|
2192
2241
|
include Aws::Structure
|
2193
2242
|
end
|
2194
2243
|
|
@@ -2220,6 +2269,7 @@ module Aws::DocDB
|
|
2220
2269
|
#
|
2221
2270
|
class DeleteDBSubnetGroupMessage < Struct.new(
|
2222
2271
|
:db_subnet_group_name)
|
2272
|
+
SENSITIVE = []
|
2223
2273
|
include Aws::Structure
|
2224
2274
|
end
|
2225
2275
|
|
@@ -2284,6 +2334,7 @@ module Aws::DocDB
|
|
2284
2334
|
:filters,
|
2285
2335
|
:max_records,
|
2286
2336
|
:marker)
|
2337
|
+
SENSITIVE = []
|
2287
2338
|
include Aws::Structure
|
2288
2339
|
end
|
2289
2340
|
|
@@ -2344,6 +2395,7 @@ module Aws::DocDB
|
|
2344
2395
|
:filters,
|
2345
2396
|
:max_records,
|
2346
2397
|
:marker)
|
2398
|
+
SENSITIVE = []
|
2347
2399
|
include Aws::Structure
|
2348
2400
|
end
|
2349
2401
|
|
@@ -2411,6 +2463,7 @@ module Aws::DocDB
|
|
2411
2463
|
:filters,
|
2412
2464
|
:max_records,
|
2413
2465
|
:marker)
|
2466
|
+
SENSITIVE = []
|
2414
2467
|
include Aws::Structure
|
2415
2468
|
end
|
2416
2469
|
|
@@ -2432,6 +2485,7 @@ module Aws::DocDB
|
|
2432
2485
|
#
|
2433
2486
|
class DescribeDBClusterSnapshotAttributesMessage < Struct.new(
|
2434
2487
|
:db_cluster_snapshot_identifier)
|
2488
|
+
SENSITIVE = []
|
2435
2489
|
include Aws::Structure
|
2436
2490
|
end
|
2437
2491
|
|
@@ -2444,6 +2498,7 @@ module Aws::DocDB
|
|
2444
2498
|
#
|
2445
2499
|
class DescribeDBClusterSnapshotAttributesResult < Struct.new(
|
2446
2500
|
:db_cluster_snapshot_attributes_result)
|
2501
|
+
SENSITIVE = []
|
2447
2502
|
include Aws::Structure
|
2448
2503
|
end
|
2449
2504
|
|
@@ -2567,6 +2622,7 @@ module Aws::DocDB
|
|
2567
2622
|
:marker,
|
2568
2623
|
:include_shared,
|
2569
2624
|
:include_public)
|
2625
|
+
SENSITIVE = []
|
2570
2626
|
include Aws::Structure
|
2571
2627
|
end
|
2572
2628
|
|
@@ -2635,6 +2691,7 @@ module Aws::DocDB
|
|
2635
2691
|
:filters,
|
2636
2692
|
:max_records,
|
2637
2693
|
:marker)
|
2694
|
+
SENSITIVE = []
|
2638
2695
|
include Aws::Structure
|
2639
2696
|
end
|
2640
2697
|
|
@@ -2730,6 +2787,7 @@ module Aws::DocDB
|
|
2730
2787
|
:default_only,
|
2731
2788
|
:list_supported_character_sets,
|
2732
2789
|
:list_supported_timezones)
|
2790
|
+
SENSITIVE = []
|
2733
2791
|
include Aws::Structure
|
2734
2792
|
end
|
2735
2793
|
|
@@ -2802,6 +2860,7 @@ module Aws::DocDB
|
|
2802
2860
|
:filters,
|
2803
2861
|
:max_records,
|
2804
2862
|
:marker)
|
2863
|
+
SENSITIVE = []
|
2805
2864
|
include Aws::Structure
|
2806
2865
|
end
|
2807
2866
|
|
@@ -2854,6 +2913,7 @@ module Aws::DocDB
|
|
2854
2913
|
:filters,
|
2855
2914
|
:max_records,
|
2856
2915
|
:marker)
|
2916
|
+
SENSITIVE = []
|
2857
2917
|
include Aws::Structure
|
2858
2918
|
end
|
2859
2919
|
|
@@ -2907,6 +2967,7 @@ module Aws::DocDB
|
|
2907
2967
|
:filters,
|
2908
2968
|
:max_records,
|
2909
2969
|
:marker)
|
2970
|
+
SENSITIVE = []
|
2910
2971
|
include Aws::Structure
|
2911
2972
|
end
|
2912
2973
|
|
@@ -2919,6 +2980,7 @@ module Aws::DocDB
|
|
2919
2980
|
#
|
2920
2981
|
class DescribeEngineDefaultClusterParametersResult < Struct.new(
|
2921
2982
|
:engine_defaults)
|
2983
|
+
SENSITIVE = []
|
2922
2984
|
include Aws::Structure
|
2923
2985
|
end
|
2924
2986
|
|
@@ -2953,6 +3015,7 @@ module Aws::DocDB
|
|
2953
3015
|
class DescribeEventCategoriesMessage < Struct.new(
|
2954
3016
|
:source_type,
|
2955
3017
|
:filters)
|
3018
|
+
SENSITIVE = []
|
2956
3019
|
include Aws::Structure
|
2957
3020
|
end
|
2958
3021
|
|
@@ -3065,6 +3128,7 @@ module Aws::DocDB
|
|
3065
3128
|
:filters,
|
3066
3129
|
:max_records,
|
3067
3130
|
:marker)
|
3131
|
+
SENSITIVE = []
|
3068
3132
|
include Aws::Structure
|
3069
3133
|
end
|
3070
3134
|
|
@@ -3145,6 +3209,7 @@ module Aws::DocDB
|
|
3145
3209
|
:filters,
|
3146
3210
|
:max_records,
|
3147
3211
|
:marker)
|
3212
|
+
SENSITIVE = []
|
3148
3213
|
include Aws::Structure
|
3149
3214
|
end
|
3150
3215
|
|
@@ -3208,6 +3273,7 @@ module Aws::DocDB
|
|
3208
3273
|
:filters,
|
3209
3274
|
:marker,
|
3210
3275
|
:max_records)
|
3276
|
+
SENSITIVE = []
|
3211
3277
|
include Aws::Structure
|
3212
3278
|
end
|
3213
3279
|
|
@@ -3234,6 +3300,7 @@ module Aws::DocDB
|
|
3234
3300
|
:address,
|
3235
3301
|
:port,
|
3236
3302
|
:hosted_zone_id)
|
3303
|
+
SENSITIVE = []
|
3237
3304
|
include Aws::Structure
|
3238
3305
|
end
|
3239
3306
|
|
@@ -3261,6 +3328,7 @@ module Aws::DocDB
|
|
3261
3328
|
:db_parameter_group_family,
|
3262
3329
|
:marker,
|
3263
3330
|
:parameters)
|
3331
|
+
SENSITIVE = []
|
3264
3332
|
include Aws::Structure
|
3265
3333
|
end
|
3266
3334
|
|
@@ -3299,6 +3367,7 @@ module Aws::DocDB
|
|
3299
3367
|
:event_categories,
|
3300
3368
|
:date,
|
3301
3369
|
:source_arn)
|
3370
|
+
SENSITIVE = []
|
3302
3371
|
include Aws::Structure
|
3303
3372
|
end
|
3304
3373
|
|
@@ -3317,6 +3386,7 @@ module Aws::DocDB
|
|
3317
3386
|
class EventCategoriesMap < Struct.new(
|
3318
3387
|
:source_type,
|
3319
3388
|
:event_categories)
|
3389
|
+
SENSITIVE = []
|
3320
3390
|
include Aws::Structure
|
3321
3391
|
end
|
3322
3392
|
|
@@ -3330,6 +3400,7 @@ module Aws::DocDB
|
|
3330
3400
|
#
|
3331
3401
|
class EventCategoriesMessage < Struct.new(
|
3332
3402
|
:event_categories_map_list)
|
3403
|
+
SENSITIVE = []
|
3333
3404
|
include Aws::Structure
|
3334
3405
|
end
|
3335
3406
|
|
@@ -3350,6 +3421,7 @@ module Aws::DocDB
|
|
3350
3421
|
class EventsMessage < Struct.new(
|
3351
3422
|
:marker,
|
3352
3423
|
:events)
|
3424
|
+
SENSITIVE = []
|
3353
3425
|
include Aws::Structure
|
3354
3426
|
end
|
3355
3427
|
|
@@ -3386,6 +3458,7 @@ module Aws::DocDB
|
|
3386
3458
|
class FailoverDBClusterMessage < Struct.new(
|
3387
3459
|
:db_cluster_identifier,
|
3388
3460
|
:target_db_instance_identifier)
|
3461
|
+
SENSITIVE = []
|
3389
3462
|
include Aws::Structure
|
3390
3463
|
end
|
3391
3464
|
|
@@ -3397,6 +3470,7 @@ module Aws::DocDB
|
|
3397
3470
|
#
|
3398
3471
|
class FailoverDBClusterResult < Struct.new(
|
3399
3472
|
:db_cluster)
|
3473
|
+
SENSITIVE = []
|
3400
3474
|
include Aws::Structure
|
3401
3475
|
end
|
3402
3476
|
|
@@ -3427,6 +3501,7 @@ module Aws::DocDB
|
|
3427
3501
|
class Filter < Struct.new(
|
3428
3502
|
:name,
|
3429
3503
|
:values)
|
3504
|
+
SENSITIVE = []
|
3430
3505
|
include Aws::Structure
|
3431
3506
|
end
|
3432
3507
|
|
@@ -3563,6 +3638,7 @@ module Aws::DocDB
|
|
3563
3638
|
class ListTagsForResourceMessage < Struct.new(
|
3564
3639
|
:resource_name,
|
3565
3640
|
:filters)
|
3641
|
+
SENSITIVE = []
|
3566
3642
|
include Aws::Structure
|
3567
3643
|
end
|
3568
3644
|
|
@@ -3744,6 +3820,7 @@ module Aws::DocDB
|
|
3744
3820
|
:cloudwatch_logs_export_configuration,
|
3745
3821
|
:engine_version,
|
3746
3822
|
:deletion_protection)
|
3823
|
+
SENSITIVE = []
|
3747
3824
|
include Aws::Structure
|
3748
3825
|
end
|
3749
3826
|
|
@@ -3783,6 +3860,7 @@ module Aws::DocDB
|
|
3783
3860
|
class ModifyDBClusterParameterGroupMessage < Struct.new(
|
3784
3861
|
:db_cluster_parameter_group_name,
|
3785
3862
|
:parameters)
|
3863
|
+
SENSITIVE = []
|
3786
3864
|
include Aws::Structure
|
3787
3865
|
end
|
3788
3866
|
|
@@ -3794,6 +3872,7 @@ module Aws::DocDB
|
|
3794
3872
|
#
|
3795
3873
|
class ModifyDBClusterResult < Struct.new(
|
3796
3874
|
:db_cluster)
|
3875
|
+
SENSITIVE = []
|
3797
3876
|
include Aws::Structure
|
3798
3877
|
end
|
3799
3878
|
|
@@ -3853,6 +3932,7 @@ module Aws::DocDB
|
|
3853
3932
|
:attribute_name,
|
3854
3933
|
:values_to_add,
|
3855
3934
|
:values_to_remove)
|
3935
|
+
SENSITIVE = []
|
3856
3936
|
include Aws::Structure
|
3857
3937
|
end
|
3858
3938
|
|
@@ -3865,6 +3945,7 @@ module Aws::DocDB
|
|
3865
3945
|
#
|
3866
3946
|
class ModifyDBClusterSnapshotAttributeResult < Struct.new(
|
3867
3947
|
:db_cluster_snapshot_attributes_result)
|
3948
|
+
SENSITIVE = []
|
3868
3949
|
include Aws::Structure
|
3869
3950
|
end
|
3870
3951
|
|
@@ -3994,6 +4075,7 @@ module Aws::DocDB
|
|
3994
4075
|
:new_db_instance_identifier,
|
3995
4076
|
:ca_certificate_identifier,
|
3996
4077
|
:promotion_tier)
|
4078
|
+
SENSITIVE = []
|
3997
4079
|
include Aws::Structure
|
3998
4080
|
end
|
3999
4081
|
|
@@ -4005,6 +4087,7 @@ module Aws::DocDB
|
|
4005
4087
|
#
|
4006
4088
|
class ModifyDBInstanceResult < Struct.new(
|
4007
4089
|
:db_instance)
|
4090
|
+
SENSITIVE = []
|
4008
4091
|
include Aws::Structure
|
4009
4092
|
end
|
4010
4093
|
|
@@ -4043,6 +4126,7 @@ module Aws::DocDB
|
|
4043
4126
|
:db_subnet_group_name,
|
4044
4127
|
:db_subnet_group_description,
|
4045
4128
|
:subnet_ids)
|
4129
|
+
SENSITIVE = []
|
4046
4130
|
include Aws::Structure
|
4047
4131
|
end
|
4048
4132
|
|
@@ -4054,6 +4138,7 @@ module Aws::DocDB
|
|
4054
4138
|
#
|
4055
4139
|
class ModifyDBSubnetGroupResult < Struct.new(
|
4056
4140
|
:db_subnet_group)
|
4141
|
+
SENSITIVE = []
|
4057
4142
|
include Aws::Structure
|
4058
4143
|
end
|
4059
4144
|
|
@@ -4092,6 +4177,7 @@ module Aws::DocDB
|
|
4092
4177
|
:license_model,
|
4093
4178
|
:availability_zones,
|
4094
4179
|
:vpc)
|
4180
|
+
SENSITIVE = []
|
4095
4181
|
include Aws::Structure
|
4096
4182
|
end
|
4097
4183
|
|
@@ -4112,6 +4198,7 @@ module Aws::DocDB
|
|
4112
4198
|
class OrderableDBInstanceOptionsMessage < Struct.new(
|
4113
4199
|
:orderable_db_instance_options,
|
4114
4200
|
:marker)
|
4201
|
+
SENSITIVE = []
|
4115
4202
|
include Aws::Structure
|
4116
4203
|
end
|
4117
4204
|
|
@@ -4188,6 +4275,7 @@ module Aws::DocDB
|
|
4188
4275
|
:is_modifiable,
|
4189
4276
|
:minimum_engine_version,
|
4190
4277
|
:apply_method)
|
4278
|
+
SENSITIVE = []
|
4191
4279
|
include Aws::Structure
|
4192
4280
|
end
|
4193
4281
|
|
@@ -4210,6 +4298,7 @@ module Aws::DocDB
|
|
4210
4298
|
class PendingCloudwatchLogsExports < Struct.new(
|
4211
4299
|
:log_types_to_enable,
|
4212
4300
|
:log_types_to_disable)
|
4301
|
+
SENSITIVE = []
|
4213
4302
|
include Aws::Structure
|
4214
4303
|
end
|
4215
4304
|
|
@@ -4258,6 +4347,7 @@ module Aws::DocDB
|
|
4258
4347
|
:opt_in_status,
|
4259
4348
|
:current_apply_date,
|
4260
4349
|
:description)
|
4350
|
+
SENSITIVE = []
|
4261
4351
|
include Aws::Structure
|
4262
4352
|
end
|
4263
4353
|
|
@@ -4278,6 +4368,7 @@ module Aws::DocDB
|
|
4278
4368
|
class PendingMaintenanceActionsMessage < Struct.new(
|
4279
4369
|
:pending_maintenance_actions,
|
4280
4370
|
:marker)
|
4371
|
+
SENSITIVE = []
|
4281
4372
|
include Aws::Structure
|
4282
4373
|
end
|
4283
4374
|
|
@@ -4369,6 +4460,7 @@ module Aws::DocDB
|
|
4369
4460
|
:ca_certificate_identifier,
|
4370
4461
|
:db_subnet_group_name,
|
4371
4462
|
:pending_cloudwatch_logs_exports)
|
4463
|
+
SENSITIVE = []
|
4372
4464
|
include Aws::Structure
|
4373
4465
|
end
|
4374
4466
|
|
@@ -4405,6 +4497,7 @@ module Aws::DocDB
|
|
4405
4497
|
class RebootDBInstanceMessage < Struct.new(
|
4406
4498
|
:db_instance_identifier,
|
4407
4499
|
:force_failover)
|
4500
|
+
SENSITIVE = []
|
4408
4501
|
include Aws::Structure
|
4409
4502
|
end
|
4410
4503
|
|
@@ -4416,6 +4509,7 @@ module Aws::DocDB
|
|
4416
4509
|
#
|
4417
4510
|
class RebootDBInstanceResult < Struct.new(
|
4418
4511
|
:db_instance)
|
4512
|
+
SENSITIVE = []
|
4419
4513
|
include Aws::Structure
|
4420
4514
|
end
|
4421
4515
|
|
@@ -4443,6 +4537,7 @@ module Aws::DocDB
|
|
4443
4537
|
class RemoveTagsFromResourceMessage < Struct.new(
|
4444
4538
|
:resource_name,
|
4445
4539
|
:tag_keys)
|
4540
|
+
SENSITIVE = []
|
4446
4541
|
include Aws::Structure
|
4447
4542
|
end
|
4448
4543
|
|
@@ -4493,6 +4588,7 @@ module Aws::DocDB
|
|
4493
4588
|
:db_cluster_parameter_group_name,
|
4494
4589
|
:reset_all_parameters,
|
4495
4590
|
:parameters)
|
4591
|
+
SENSITIVE = []
|
4496
4592
|
include Aws::Structure
|
4497
4593
|
end
|
4498
4594
|
|
@@ -4519,6 +4615,7 @@ module Aws::DocDB
|
|
4519
4615
|
class ResourcePendingMaintenanceActions < Struct.new(
|
4520
4616
|
:resource_identifier,
|
4521
4617
|
:pending_maintenance_action_details)
|
4618
|
+
SENSITIVE = []
|
4522
4619
|
include Aws::Structure
|
4523
4620
|
end
|
4524
4621
|
|
@@ -4669,6 +4766,7 @@ module Aws::DocDB
|
|
4669
4766
|
:kms_key_id,
|
4670
4767
|
:enable_cloudwatch_logs_exports,
|
4671
4768
|
:deletion_protection)
|
4769
|
+
SENSITIVE = []
|
4672
4770
|
include Aws::Structure
|
4673
4771
|
end
|
4674
4772
|
|
@@ -4680,6 +4778,7 @@ module Aws::DocDB
|
|
4680
4778
|
#
|
4681
4779
|
class RestoreDBClusterFromSnapshotResult < Struct.new(
|
4682
4780
|
:db_cluster)
|
4781
|
+
SENSITIVE = []
|
4683
4782
|
include Aws::Structure
|
4684
4783
|
end
|
4685
4784
|
|
@@ -4841,6 +4940,7 @@ module Aws::DocDB
|
|
4841
4940
|
:kms_key_id,
|
4842
4941
|
:enable_cloudwatch_logs_exports,
|
4843
4942
|
:deletion_protection)
|
4943
|
+
SENSITIVE = []
|
4844
4944
|
include Aws::Structure
|
4845
4945
|
end
|
4846
4946
|
|
@@ -4852,6 +4952,7 @@ module Aws::DocDB
|
|
4852
4952
|
#
|
4853
4953
|
class RestoreDBClusterToPointInTimeResult < Struct.new(
|
4854
4954
|
:db_cluster)
|
4955
|
+
SENSITIVE = []
|
4855
4956
|
include Aws::Structure
|
4856
4957
|
end
|
4857
4958
|
|
@@ -4884,6 +4985,7 @@ module Aws::DocDB
|
|
4884
4985
|
#
|
4885
4986
|
class StartDBClusterMessage < Struct.new(
|
4886
4987
|
:db_cluster_identifier)
|
4988
|
+
SENSITIVE = []
|
4887
4989
|
include Aws::Structure
|
4888
4990
|
end
|
4889
4991
|
|
@@ -4895,6 +4997,7 @@ module Aws::DocDB
|
|
4895
4997
|
#
|
4896
4998
|
class StartDBClusterResult < Struct.new(
|
4897
4999
|
:db_cluster)
|
5000
|
+
SENSITIVE = []
|
4898
5001
|
include Aws::Structure
|
4899
5002
|
end
|
4900
5003
|
|
@@ -4914,6 +5017,7 @@ module Aws::DocDB
|
|
4914
5017
|
#
|
4915
5018
|
class StopDBClusterMessage < Struct.new(
|
4916
5019
|
:db_cluster_identifier)
|
5020
|
+
SENSITIVE = []
|
4917
5021
|
include Aws::Structure
|
4918
5022
|
end
|
4919
5023
|
|
@@ -4925,6 +5029,7 @@ module Aws::DocDB
|
|
4925
5029
|
#
|
4926
5030
|
class StopDBClusterResult < Struct.new(
|
4927
5031
|
:db_cluster)
|
5032
|
+
SENSITIVE = []
|
4928
5033
|
include Aws::Structure
|
4929
5034
|
end
|
4930
5035
|
|
@@ -4962,6 +5067,7 @@ module Aws::DocDB
|
|
4962
5067
|
:subnet_identifier,
|
4963
5068
|
:subnet_availability_zone,
|
4964
5069
|
:subnet_status)
|
5070
|
+
SENSITIVE = []
|
4965
5071
|
include Aws::Structure
|
4966
5072
|
end
|
4967
5073
|
|
@@ -5005,6 +5111,7 @@ module Aws::DocDB
|
|
5005
5111
|
class Tag < Struct.new(
|
5006
5112
|
:key,
|
5007
5113
|
:value)
|
5114
|
+
SENSITIVE = []
|
5008
5115
|
include Aws::Structure
|
5009
5116
|
end
|
5010
5117
|
|
@@ -5018,6 +5125,7 @@ module Aws::DocDB
|
|
5018
5125
|
#
|
5019
5126
|
class TagListMessage < Struct.new(
|
5020
5127
|
:tag_list)
|
5128
|
+
SENSITIVE = []
|
5021
5129
|
include Aws::Structure
|
5022
5130
|
end
|
5023
5131
|
|
@@ -5056,6 +5164,7 @@ module Aws::DocDB
|
|
5056
5164
|
:description,
|
5057
5165
|
:auto_upgrade,
|
5058
5166
|
:is_major_version_upgrade)
|
5167
|
+
SENSITIVE = []
|
5059
5168
|
include Aws::Structure
|
5060
5169
|
end
|
5061
5170
|
|
@@ -5075,6 +5184,7 @@ module Aws::DocDB
|
|
5075
5184
|
class VpcSecurityGroupMembership < Struct.new(
|
5076
5185
|
:vpc_security_group_id,
|
5077
5186
|
:status)
|
5187
|
+
SENSITIVE = []
|
5078
5188
|
include Aws::Structure
|
5079
5189
|
end
|
5080
5190
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-docdb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.19.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-06-
|
11
|
+
date: 2020-06-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|