aws-sdk-docdb 1.15.0 → 1.20.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cbbfa6c3e8726095329fa2926516d8a89192d175ab28225716440d93da421ed0
4
- data.tar.gz: 82e4899a17d0d4292f30b461ff45b8381152d5e984565fb155282148deaa0def
3
+ metadata.gz: 7cf57a9892685893073c6b9ca5a890a05a71ff72c1991f2cf47c75abdc9c5b33
4
+ data.tar.gz: c12d035d64bbe7c8b01949f237765e3a259406b4daf2465e3977ac903ce9bff9
5
5
  SHA512:
6
- metadata.gz: d0a834af8eedd96600ce92b5ba87006b310eb7d20ec9d02d3cfc228aaf438f859b6db7a7c8dec7973223711bb4e88e4612854269b77fe0208ae4703562fcfd4d
7
- data.tar.gz: 0746ca598870a6bd388fa4e834e66824e616e0783fd0cedcc89ca4a1e061ce97f235d4bc419bab3e8a7050ac7ba9b4d6d494ff98630ae81c32188433fea0cd03
6
+ metadata.gz: 85c9f722273272d9fb259290dd1904cdd99e5305748bfa89cd6ec3d6eb1275cb6bbe372347030201719aaf47181ed7f493f7a1966e7facb9d70b54457089f94e
7
+ data.tar.gz: b526555353ca06a51e8088b2d0da9ad87e73a451d0e4708cd1af932aadd6f25fe40f2e0a3c67eebf1d2881c7f0295c9fb5cef258ba97b1c5d5040eb16a9c4930
@@ -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.15.0'
51
+ GEM_VERSION = '1.20.0'
50
52
 
51
53
  end
@@ -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:
@@ -24,6 +26,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
24
26
  require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
25
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
26
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
+ require 'aws-sdk-core/plugins/http_checksum.rb'
27
30
  require 'aws-sdk-core/plugins/signature_v4.rb'
28
31
  require 'aws-sdk-core/plugins/protocols/query.rb'
29
32
 
@@ -69,6 +72,7 @@ module Aws::DocDB
69
72
  add_plugin(Aws::Plugins::ClientMetricsPlugin)
70
73
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
71
74
  add_plugin(Aws::Plugins::TransferEncoding)
75
+ add_plugin(Aws::Plugins::HttpChecksum)
72
76
  add_plugin(Aws::Plugins::SignatureV4)
73
77
  add_plugin(Aws::Plugins::Protocols::Query)
74
78
 
@@ -105,7 +109,7 @@ module Aws::DocDB
105
109
  # @option options [required, String] :region
106
110
  # The AWS region to connect to. The configured `:region` is
107
111
  # used to determine the service `:endpoint`. When not passed,
108
- # a default `:region` is search for in the following locations:
112
+ # a default `:region` is searched for in the following locations:
109
113
  #
110
114
  # * `Aws.config[:region]`
111
115
  # * `ENV['AWS_REGION']`
@@ -161,7 +165,7 @@ module Aws::DocDB
161
165
  # @option options [String] :endpoint
162
166
  # The client endpoint is normally constructed from the `:region`
163
167
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be avalid HTTP(S) URI.
168
+ # to test or custom endpoints. This should be a valid HTTP(S) URI.
165
169
  #
166
170
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
171
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -176,7 +180,7 @@ module Aws::DocDB
176
180
  # requests fetching endpoints information. Defaults to 60 sec.
177
181
  #
178
182
  # @option options [Boolean] :endpoint_discovery (false)
179
- # When set to `true`, endpoint discovery will be enabled for operations when available. Defaults to `false`.
183
+ # When set to `true`, endpoint discovery will be enabled for operations when available.
180
184
  #
181
185
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
182
186
  # The log formatter.
@@ -269,8 +273,7 @@ module Aws::DocDB
269
273
  #
270
274
  # @option options [Integer] :http_read_timeout (60) The default
271
275
  # number of seconds to wait for response data. This value can
272
- # safely be set
273
- # per-request on the session yielded by {#session_for}.
276
+ # safely be set per-request on the session.
274
277
  #
275
278
  # @option options [Float] :http_idle_timeout (5) The number of
276
279
  # seconds a connection is allowed to sit idle before it is
@@ -282,7 +285,7 @@ module Aws::DocDB
282
285
  # request body. This option has no effect unless the request has
283
286
  # "Expect" header set to "100-continue". Defaults to `nil` which
284
287
  # disables this behaviour. This value can safely be set per
285
- # request on the session yielded by {#session_for}.
288
+ # request on the session.
286
289
  #
287
290
  # @option options [Boolean] :http_wire_trace (false) When `true`,
288
291
  # HTTP debug output will be sent to the `:logger`.
@@ -2030,6 +2033,8 @@ module Aws::DocDB
2030
2033
  # * {Types::DBClusterMessage#marker #marker} => String
2031
2034
  # * {Types::DBClusterMessage#db_clusters #db_clusters} => Array<Types::DBCluster>
2032
2035
  #
2036
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
2037
+ #
2033
2038
  # @example Request syntax with placeholder values
2034
2039
  #
2035
2040
  # resp = client.describe_db_clusters({
@@ -2153,6 +2158,8 @@ module Aws::DocDB
2153
2158
  # * {Types::DBEngineVersionMessage#marker #marker} => String
2154
2159
  # * {Types::DBEngineVersionMessage#db_engine_versions #db_engine_versions} => Array<Types::DBEngineVersion>
2155
2160
  #
2161
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
2162
+ #
2156
2163
  # @example Request syntax with placeholder values
2157
2164
  #
2158
2165
  # resp = client.describe_db_engine_versions({
@@ -2248,6 +2255,8 @@ module Aws::DocDB
2248
2255
  # * {Types::DBInstanceMessage#marker #marker} => String
2249
2256
  # * {Types::DBInstanceMessage#db_instances #db_instances} => Array<Types::DBInstance>
2250
2257
  #
2258
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
2259
+ #
2251
2260
  # @example Request syntax with placeholder values
2252
2261
  #
2253
2262
  # resp = client.describe_db_instances({
@@ -2326,6 +2335,12 @@ module Aws::DocDB
2326
2335
  # resp.db_instances[0].enabled_cloudwatch_logs_exports #=> Array
2327
2336
  # resp.db_instances[0].enabled_cloudwatch_logs_exports[0] #=> String
2328
2337
  #
2338
+ #
2339
+ # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
2340
+ #
2341
+ # * db_instance_available
2342
+ # * db_instance_deleted
2343
+ #
2329
2344
  # @see http://docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/DescribeDBInstances AWS API Documentation
2330
2345
  #
2331
2346
  # @overload describe_db_instances(params = {})
@@ -2365,6 +2380,8 @@ module Aws::DocDB
2365
2380
  # * {Types::DBSubnetGroupMessage#marker #marker} => String
2366
2381
  # * {Types::DBSubnetGroupMessage#db_subnet_groups #db_subnet_groups} => Array<Types::DBSubnetGroup>
2367
2382
  #
2383
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
2384
+ #
2368
2385
  # @example Request syntax with placeholder values
2369
2386
  #
2370
2387
  # resp = client.describe_db_subnet_groups({
@@ -2591,6 +2608,8 @@ module Aws::DocDB
2591
2608
  # * {Types::EventsMessage#marker #marker} => String
2592
2609
  # * {Types::EventsMessage#events #events} => Array<Types::Event>
2593
2610
  #
2611
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
2612
+ #
2594
2613
  # @example Request syntax with placeholder values
2595
2614
  #
2596
2615
  # resp = client.describe_events({
@@ -2675,6 +2694,8 @@ module Aws::DocDB
2675
2694
  # * {Types::OrderableDBInstanceOptionsMessage#orderable_db_instance_options #orderable_db_instance_options} => Array<Types::OrderableDBInstanceOption>
2676
2695
  # * {Types::OrderableDBInstanceOptionsMessage#marker #marker} => String
2677
2696
  #
2697
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
2698
+ #
2678
2699
  # @example Request syntax with placeholder values
2679
2700
  #
2680
2701
  # resp = client.describe_orderable_db_instance_options({
@@ -4222,7 +4243,7 @@ module Aws::DocDB
4222
4243
  params: params,
4223
4244
  config: config)
4224
4245
  context[:gem_name] = 'aws-sdk-docdb'
4225
- context[:gem_version] = '1.15.0'
4246
+ context[:gem_version] = '1.20.0'
4226
4247
  Seahorse::Client::Request.new(handlers, context)
4227
4248
  end
4228
4249
 
@@ -4288,10 +4309,10 @@ module Aws::DocDB
4288
4309
  # The following table lists the valid waiter names, the operations they call,
4289
4310
  # and the default `:delay` and `:max_attempts` values.
4290
4311
  #
4291
- # | waiter_name | params | :delay | :max_attempts |
4292
- # | --------------------- | ------------------------ | -------- | ------------- |
4293
- # | db_instance_available | {#describe_db_instances} | 30 | 60 |
4294
- # | db_instance_deleted | {#describe_db_instances} | 30 | 60 |
4312
+ # | waiter_name | params | :delay | :max_attempts |
4313
+ # | --------------------- | ------------------------------ | -------- | ------------- |
4314
+ # | db_instance_available | {Client#describe_db_instances} | 30 | 60 |
4315
+ # | db_instance_deleted | {Client#describe_db_instances} | 30 | 60 |
4295
4316
  #
4296
4317
  # @raise [Errors::FailureStateError] Raised when the waiter terminates
4297
4318
  # because the waiter has entered a state that it will not transition
@@ -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:
@@ -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:
@@ -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:
@@ -6,13 +8,7 @@
6
8
  # WARNING ABOUT GENERATED CODE
7
9
 
8
10
  module Aws::DocDB
9
- # This class provides a resource oriented interface for DocDB.
10
- # To create a resource object:
11
- # resource = Aws::DocDB::Resource.new(region: 'us-west-2')
12
- # You can supply a client object with custom configuration that will be used for all resource operations.
13
- # If you do not pass +:client+, a default client will be constructed.
14
- # client = Aws::DocDB::Client.new(region: 'us-west-2')
15
- # resource = Aws::DocDB::Resource.new(client: client)
11
+
16
12
  class Resource
17
13
 
18
14
  # @param options ({})
@@ -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
 
@@ -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:
@@ -8,6 +10,68 @@
8
10
  require 'aws-sdk-core/waiters'
9
11
 
10
12
  module Aws::DocDB
13
+ # Waiters are utility methods that poll for a particular state to occur
14
+ # on a client. Waiters can fail after a number of attempts at a polling
15
+ # interval defined for the service client.
16
+ #
17
+ # For a list of operations that can be waited for and the
18
+ # client methods called for each operation, see the table below or the
19
+ # {Client#wait_until} field documentation for the {Client}.
20
+ #
21
+ # # Invoking a Waiter
22
+ # To invoke a waiter, call #wait_until on a {Client}. The first parameter
23
+ # is the waiter name, which is specific to the service client and indicates
24
+ # which operation is being waited for. The second parameter is a hash of
25
+ # parameters that are passed to the client method called by the waiter,
26
+ # which varies according to the waiter name.
27
+ #
28
+ # # Wait Failures
29
+ # To catch errors in a waiter, use WaiterFailed,
30
+ # as shown in the following example.
31
+ #
32
+ # rescue rescue Aws::Waiters::Errors::WaiterFailed => error
33
+ # puts "failed waiting for instance running: #{error.message}
34
+ # end
35
+ #
36
+ # # Configuring a Waiter
37
+ # Each waiter has a default polling interval and a maximum number of
38
+ # attempts it will make before returning control to your program.
39
+ # To set these values, use the `max_attempts` and `delay` parameters
40
+ # in your `#wait_until` call.
41
+ # The following example waits for up to 25 seconds, polling every five seconds.
42
+ #
43
+ # client.wait_until(...) do |w|
44
+ # w.max_attempts = 5
45
+ # w.delay = 5
46
+ # end
47
+ #
48
+ # To disable wait failures, set the value of either of these parameters
49
+ # to `nil`.
50
+ #
51
+ # # Extending a Waiter
52
+ # To modify the behavior of waiters, you can register callbacks that are
53
+ # triggered before each polling attempt and before waiting.
54
+ #
55
+ # The following example implements an exponential backoff in a waiter
56
+ # by doubling the amount of time to wait on every attempt.
57
+ #
58
+ # client.wait_until(...) do |w|
59
+ # w.interval = 0 # disable normal sleep
60
+ # w.before_wait do |n, resp|
61
+ # sleep(n ** 2)
62
+ # end
63
+ # end
64
+ #
65
+ # # Available Waiters
66
+ #
67
+ # The following table lists the valid waiter names, the operations they call,
68
+ # and the default `:delay` and `:max_attempts` values.
69
+ #
70
+ # | waiter_name | params | :delay | :max_attempts |
71
+ # | --------------------- | ------------------------------ | -------- | ------------- |
72
+ # | db_instance_available | {Client#describe_db_instances} | 30 | 60 |
73
+ # | db_instance_deleted | {Client#describe_db_instances} | 30 | 60 |
74
+ #
11
75
  module Waiters
12
76
 
13
77
  class DBInstanceAvailable
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.15.0
4
+ version: 1.20.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-03-16 00:00:00.000000000 Z
11
+ date: 2020-07-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.71.0
22
+ version: 3.99.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.71.0
32
+ version: 3.99.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -81,7 +81,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
83
  requirements: []
84
- rubygems_version: 3.0.3
84
+ rubyforge_project:
85
+ rubygems_version: 2.7.6.2
85
86
  signing_key:
86
87
  specification_version: 4
87
88
  summary: AWS SDK for Ruby - Amazon DocDB