aws-sdk-docdb 1.83.0 → 1.84.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: 258f6196e81f348aab104ace9b745ab5e426bdf36d6b817a4bced3e87b457532
4
- data.tar.gz: 240d393f39a14e7354c59c38237f197e2d561c68af29273c946a51ddb956440f
3
+ metadata.gz: 073eff10f9f26b0fa1b062046cb09b277f9713050c742e1ce7d605495046284c
4
+ data.tar.gz: 780b3d8e1bbf13d9edc55c3c8863225b306f00ab0fda3f3301fcec4657636e35
5
5
  SHA512:
6
- metadata.gz: '08d84013564a9fa5c5555c8c0b745f40b111d1782f69429ab2cbca2fda428322fbfc2c94d68df5b01f9796eda8401aee73b4dca759fccce463a97c2f5e9ccd11'
7
- data.tar.gz: 5a76e910b47a019242120eb12deab014f8677010743859698bb2766047588443a5696128149764686816dcb2ecc967a5d9c571a062ac353ca1bb34d6b81f87d6
6
+ metadata.gz: 60a77ba115b1348b1fc6e1f93919be181011859906912fc7476e4aea179efd16dbc64e2a3dab2ecd866f755fa95f540dce9d6f8d057012dae02112a1f8c40d09
7
+ data.tar.gz: 1f263ecc936a587561ec441ade78c92a865ceaf381ef564c63a62ddc2410a6425ffe188f4b659647f52dcbb308b1066e6a71845de431c7ad582ae9e5628832d4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.84.0 (2025-03-04)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.83.0 (2025-02-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.83.0
1
+ 1.84.0
@@ -5743,7 +5743,7 @@ module Aws::DocDB
5743
5743
  tracer: tracer
5744
5744
  )
5745
5745
  context[:gem_name] = 'aws-sdk-docdb'
5746
- context[:gem_version] = '1.83.0'
5746
+ context[:gem_version] = '1.84.0'
5747
5747
  Seahorse::Client::Request.new(handlers, context)
5748
5748
  end
5749
5749
 
@@ -28,44 +28,67 @@ module Aws::DocDB
28
28
  #
29
29
  # ## Error Classes
30
30
  # * {AuthorizationNotFoundFault}
31
+ # * This error class is not used. `AuthorizationNotFound` is used during parsing instead.
31
32
  # * {CertificateNotFoundFault}
33
+ # * This error class is not used. `CertificateNotFound` is used during parsing instead.
32
34
  # * {DBClusterAlreadyExistsFault}
33
35
  # * {DBClusterNotFoundFault}
34
36
  # * {DBClusterParameterGroupNotFoundFault}
37
+ # * This error class is not used. `DBClusterParameterGroupNotFound` is used during parsing instead.
35
38
  # * {DBClusterQuotaExceededFault}
36
39
  # * {DBClusterSnapshotAlreadyExistsFault}
37
40
  # * {DBClusterSnapshotNotFoundFault}
38
41
  # * {DBInstanceAlreadyExistsFault}
42
+ # * This error class is not used. `DBInstanceAlreadyExists` is used during parsing instead.
39
43
  # * {DBInstanceNotFoundFault}
44
+ # * This error class is not used. `DBInstanceNotFound` is used during parsing instead.
40
45
  # * {DBParameterGroupAlreadyExistsFault}
46
+ # * This error class is not used. `DBParameterGroupAlreadyExists` is used during parsing instead.
41
47
  # * {DBParameterGroupNotFoundFault}
48
+ # * This error class is not used. `DBParameterGroupNotFound` is used during parsing instead.
42
49
  # * {DBParameterGroupQuotaExceededFault}
50
+ # * This error class is not used. `DBParameterGroupQuotaExceeded` is used during parsing instead.
43
51
  # * {DBSecurityGroupNotFoundFault}
52
+ # * This error class is not used. `DBSecurityGroupNotFound` is used during parsing instead.
44
53
  # * {DBSnapshotAlreadyExistsFault}
54
+ # * This error class is not used. `DBSnapshotAlreadyExists` is used during parsing instead.
45
55
  # * {DBSnapshotNotFoundFault}
56
+ # * This error class is not used. `DBSnapshotNotFound` is used during parsing instead.
46
57
  # * {DBSubnetGroupAlreadyExistsFault}
58
+ # * This error class is not used. `DBSubnetGroupAlreadyExists` is used during parsing instead.
47
59
  # * {DBSubnetGroupDoesNotCoverEnoughAZs}
48
60
  # * {DBSubnetGroupNotFoundFault}
49
61
  # * {DBSubnetGroupQuotaExceededFault}
62
+ # * This error class is not used. `DBSubnetGroupQuotaExceeded` is used during parsing instead.
50
63
  # * {DBSubnetQuotaExceededFault}
51
64
  # * {DBUpgradeDependencyFailureFault}
65
+ # * This error class is not used. `DBUpgradeDependencyFailure` is used during parsing instead.
52
66
  # * {EventSubscriptionQuotaExceededFault}
67
+ # * This error class is not used. `EventSubscriptionQuotaExceeded` is used during parsing instead.
53
68
  # * {GlobalClusterAlreadyExistsFault}
54
69
  # * {GlobalClusterNotFoundFault}
55
70
  # * {GlobalClusterQuotaExceededFault}
56
71
  # * {InstanceQuotaExceededFault}
72
+ # * This error class is not used. `InstanceQuotaExceeded` is used during parsing instead.
57
73
  # * {InsufficientDBClusterCapacityFault}
58
74
  # * {InsufficientDBInstanceCapacityFault}
75
+ # * This error class is not used. `InsufficientDBInstanceCapacity` is used during parsing instead.
59
76
  # * {InsufficientStorageClusterCapacityFault}
77
+ # * This error class is not used. `InsufficientStorageClusterCapacity` is used during parsing instead.
60
78
  # * {InvalidDBClusterSnapshotStateFault}
61
79
  # * {InvalidDBClusterStateFault}
62
80
  # * {InvalidDBInstanceStateFault}
81
+ # * This error class is not used. `InvalidDBInstanceState` is used during parsing instead.
63
82
  # * {InvalidDBParameterGroupStateFault}
83
+ # * This error class is not used. `InvalidDBParameterGroupState` is used during parsing instead.
64
84
  # * {InvalidDBSecurityGroupStateFault}
85
+ # * This error class is not used. `InvalidDBSecurityGroupState` is used during parsing instead.
65
86
  # * {InvalidDBSnapshotStateFault}
87
+ # * This error class is not used. `InvalidDBSnapshotState` is used during parsing instead.
66
88
  # * {InvalidDBSubnetGroupStateFault}
67
89
  # * {InvalidDBSubnetStateFault}
68
90
  # * {InvalidEventSubscriptionStateFault}
91
+ # * This error class is not used. `InvalidEventSubscriptionState` is used during parsing instead.
69
92
  # * {InvalidGlobalClusterStateFault}
70
93
  # * {InvalidRestoreFault}
71
94
  # * {InvalidSubnet}
@@ -73,24 +96,38 @@ module Aws::DocDB
73
96
  # * {KMSKeyNotAccessibleFault}
74
97
  # * {ResourceNotFoundFault}
75
98
  # * {SNSInvalidTopicFault}
99
+ # * This error class is not used. `SNSInvalidTopic` is used during parsing instead.
76
100
  # * {SNSNoAuthorizationFault}
101
+ # * This error class is not used. `SNSNoAuthorization` is used during parsing instead.
77
102
  # * {SNSTopicArnNotFoundFault}
103
+ # * This error class is not used. `SNSTopicArnNotFound` is used during parsing instead.
78
104
  # * {SharedSnapshotQuotaExceededFault}
105
+ # * This error class is not used. `SharedSnapshotQuotaExceeded` is used during parsing instead.
79
106
  # * {SnapshotQuotaExceededFault}
107
+ # * This error class is not used. `SnapshotQuotaExceeded` is used during parsing instead.
80
108
  # * {SourceNotFoundFault}
109
+ # * This error class is not used. `SourceNotFound` is used during parsing instead.
81
110
  # * {StorageQuotaExceededFault}
111
+ # * This error class is not used. `StorageQuotaExceeded` is used during parsing instead.
82
112
  # * {StorageTypeNotSupportedFault}
113
+ # * This error class is not used. `StorageTypeNotSupported` is used during parsing instead.
83
114
  # * {SubnetAlreadyInUse}
84
115
  # * {SubscriptionAlreadyExistFault}
116
+ # * This error class is not used. `SubscriptionAlreadyExist` is used during parsing instead.
85
117
  # * {SubscriptionCategoryNotFoundFault}
118
+ # * This error class is not used. `SubscriptionCategoryNotFound` is used during parsing instead.
86
119
  # * {SubscriptionNotFoundFault}
120
+ # * This error class is not used. `SubscriptionNotFound` is used during parsing instead.
87
121
  #
88
122
  # Additionally, error classes are dynamically generated for service errors based on the error code
89
123
  # if they are not defined above.
124
+ # Some existing error classes may use a different class name than the one documented.
90
125
  module Errors
91
126
 
92
127
  extend Aws::Errors::DynamicErrors
93
128
 
129
+ # @deprecated This error class is not used during parsing.
130
+ # Please use `AuthorizationNotFound` instead.
94
131
  class AuthorizationNotFoundFault < ServiceError
95
132
 
96
133
  # @param [Seahorse::Client::RequestContext] context
@@ -101,6 +138,8 @@ module Aws::DocDB
101
138
  end
102
139
  end
103
140
 
141
+ # @deprecated This error class is not used during parsing.
142
+ # Please use `CertificateNotFound` instead.
104
143
  class CertificateNotFoundFault < ServiceError
105
144
 
106
145
  # @param [Seahorse::Client::RequestContext] context
@@ -131,6 +170,8 @@ module Aws::DocDB
131
170
  end
132
171
  end
133
172
 
173
+ # @deprecated This error class is not used during parsing.
174
+ # Please use `DBClusterParameterGroupNotFound` instead.
134
175
  class DBClusterParameterGroupNotFoundFault < ServiceError
135
176
 
136
177
  # @param [Seahorse::Client::RequestContext] context
@@ -171,6 +212,8 @@ module Aws::DocDB
171
212
  end
172
213
  end
173
214
 
215
+ # @deprecated This error class is not used during parsing.
216
+ # Please use `DBInstanceAlreadyExists` instead.
174
217
  class DBInstanceAlreadyExistsFault < ServiceError
175
218
 
176
219
  # @param [Seahorse::Client::RequestContext] context
@@ -181,6 +224,8 @@ module Aws::DocDB
181
224
  end
182
225
  end
183
226
 
227
+ # @deprecated This error class is not used during parsing.
228
+ # Please use `DBInstanceNotFound` instead.
184
229
  class DBInstanceNotFoundFault < ServiceError
185
230
 
186
231
  # @param [Seahorse::Client::RequestContext] context
@@ -191,6 +236,8 @@ module Aws::DocDB
191
236
  end
192
237
  end
193
238
 
239
+ # @deprecated This error class is not used during parsing.
240
+ # Please use `DBParameterGroupAlreadyExists` instead.
194
241
  class DBParameterGroupAlreadyExistsFault < ServiceError
195
242
 
196
243
  # @param [Seahorse::Client::RequestContext] context
@@ -201,6 +248,8 @@ module Aws::DocDB
201
248
  end
202
249
  end
203
250
 
251
+ # @deprecated This error class is not used during parsing.
252
+ # Please use `DBParameterGroupNotFound` instead.
204
253
  class DBParameterGroupNotFoundFault < ServiceError
205
254
 
206
255
  # @param [Seahorse::Client::RequestContext] context
@@ -211,6 +260,8 @@ module Aws::DocDB
211
260
  end
212
261
  end
213
262
 
263
+ # @deprecated This error class is not used during parsing.
264
+ # Please use `DBParameterGroupQuotaExceeded` instead.
214
265
  class DBParameterGroupQuotaExceededFault < ServiceError
215
266
 
216
267
  # @param [Seahorse::Client::RequestContext] context
@@ -221,6 +272,8 @@ module Aws::DocDB
221
272
  end
222
273
  end
223
274
 
275
+ # @deprecated This error class is not used during parsing.
276
+ # Please use `DBSecurityGroupNotFound` instead.
224
277
  class DBSecurityGroupNotFoundFault < ServiceError
225
278
 
226
279
  # @param [Seahorse::Client::RequestContext] context
@@ -231,6 +284,8 @@ module Aws::DocDB
231
284
  end
232
285
  end
233
286
 
287
+ # @deprecated This error class is not used during parsing.
288
+ # Please use `DBSnapshotAlreadyExists` instead.
234
289
  class DBSnapshotAlreadyExistsFault < ServiceError
235
290
 
236
291
  # @param [Seahorse::Client::RequestContext] context
@@ -241,6 +296,8 @@ module Aws::DocDB
241
296
  end
242
297
  end
243
298
 
299
+ # @deprecated This error class is not used during parsing.
300
+ # Please use `DBSnapshotNotFound` instead.
244
301
  class DBSnapshotNotFoundFault < ServiceError
245
302
 
246
303
  # @param [Seahorse::Client::RequestContext] context
@@ -251,6 +308,8 @@ module Aws::DocDB
251
308
  end
252
309
  end
253
310
 
311
+ # @deprecated This error class is not used during parsing.
312
+ # Please use `DBSubnetGroupAlreadyExists` instead.
254
313
  class DBSubnetGroupAlreadyExistsFault < ServiceError
255
314
 
256
315
  # @param [Seahorse::Client::RequestContext] context
@@ -281,6 +340,8 @@ module Aws::DocDB
281
340
  end
282
341
  end
283
342
 
343
+ # @deprecated This error class is not used during parsing.
344
+ # Please use `DBSubnetGroupQuotaExceeded` instead.
284
345
  class DBSubnetGroupQuotaExceededFault < ServiceError
285
346
 
286
347
  # @param [Seahorse::Client::RequestContext] context
@@ -301,6 +362,8 @@ module Aws::DocDB
301
362
  end
302
363
  end
303
364
 
365
+ # @deprecated This error class is not used during parsing.
366
+ # Please use `DBUpgradeDependencyFailure` instead.
304
367
  class DBUpgradeDependencyFailureFault < ServiceError
305
368
 
306
369
  # @param [Seahorse::Client::RequestContext] context
@@ -311,6 +374,8 @@ module Aws::DocDB
311
374
  end
312
375
  end
313
376
 
377
+ # @deprecated This error class is not used during parsing.
378
+ # Please use `EventSubscriptionQuotaExceeded` instead.
314
379
  class EventSubscriptionQuotaExceededFault < ServiceError
315
380
 
316
381
  # @param [Seahorse::Client::RequestContext] context
@@ -351,6 +416,8 @@ module Aws::DocDB
351
416
  end
352
417
  end
353
418
 
419
+ # @deprecated This error class is not used during parsing.
420
+ # Please use `InstanceQuotaExceeded` instead.
354
421
  class InstanceQuotaExceededFault < ServiceError
355
422
 
356
423
  # @param [Seahorse::Client::RequestContext] context
@@ -371,6 +438,8 @@ module Aws::DocDB
371
438
  end
372
439
  end
373
440
 
441
+ # @deprecated This error class is not used during parsing.
442
+ # Please use `InsufficientDBInstanceCapacity` instead.
374
443
  class InsufficientDBInstanceCapacityFault < ServiceError
375
444
 
376
445
  # @param [Seahorse::Client::RequestContext] context
@@ -381,6 +450,8 @@ module Aws::DocDB
381
450
  end
382
451
  end
383
452
 
453
+ # @deprecated This error class is not used during parsing.
454
+ # Please use `InsufficientStorageClusterCapacity` instead.
384
455
  class InsufficientStorageClusterCapacityFault < ServiceError
385
456
 
386
457
  # @param [Seahorse::Client::RequestContext] context
@@ -411,6 +482,8 @@ module Aws::DocDB
411
482
  end
412
483
  end
413
484
 
485
+ # @deprecated This error class is not used during parsing.
486
+ # Please use `InvalidDBInstanceState` instead.
414
487
  class InvalidDBInstanceStateFault < ServiceError
415
488
 
416
489
  # @param [Seahorse::Client::RequestContext] context
@@ -421,6 +494,8 @@ module Aws::DocDB
421
494
  end
422
495
  end
423
496
 
497
+ # @deprecated This error class is not used during parsing.
498
+ # Please use `InvalidDBParameterGroupState` instead.
424
499
  class InvalidDBParameterGroupStateFault < ServiceError
425
500
 
426
501
  # @param [Seahorse::Client::RequestContext] context
@@ -431,6 +506,8 @@ module Aws::DocDB
431
506
  end
432
507
  end
433
508
 
509
+ # @deprecated This error class is not used during parsing.
510
+ # Please use `InvalidDBSecurityGroupState` instead.
434
511
  class InvalidDBSecurityGroupStateFault < ServiceError
435
512
 
436
513
  # @param [Seahorse::Client::RequestContext] context
@@ -441,6 +518,8 @@ module Aws::DocDB
441
518
  end
442
519
  end
443
520
 
521
+ # @deprecated This error class is not used during parsing.
522
+ # Please use `InvalidDBSnapshotState` instead.
444
523
  class InvalidDBSnapshotStateFault < ServiceError
445
524
 
446
525
  # @param [Seahorse::Client::RequestContext] context
@@ -471,6 +550,8 @@ module Aws::DocDB
471
550
  end
472
551
  end
473
552
 
553
+ # @deprecated This error class is not used during parsing.
554
+ # Please use `InvalidEventSubscriptionState` instead.
474
555
  class InvalidEventSubscriptionStateFault < ServiceError
475
556
 
476
557
  # @param [Seahorse::Client::RequestContext] context
@@ -541,6 +622,8 @@ module Aws::DocDB
541
622
  end
542
623
  end
543
624
 
625
+ # @deprecated This error class is not used during parsing.
626
+ # Please use `SNSInvalidTopic` instead.
544
627
  class SNSInvalidTopicFault < ServiceError
545
628
 
546
629
  # @param [Seahorse::Client::RequestContext] context
@@ -551,6 +634,8 @@ module Aws::DocDB
551
634
  end
552
635
  end
553
636
 
637
+ # @deprecated This error class is not used during parsing.
638
+ # Please use `SNSNoAuthorization` instead.
554
639
  class SNSNoAuthorizationFault < ServiceError
555
640
 
556
641
  # @param [Seahorse::Client::RequestContext] context
@@ -561,6 +646,8 @@ module Aws::DocDB
561
646
  end
562
647
  end
563
648
 
649
+ # @deprecated This error class is not used during parsing.
650
+ # Please use `SNSTopicArnNotFound` instead.
564
651
  class SNSTopicArnNotFoundFault < ServiceError
565
652
 
566
653
  # @param [Seahorse::Client::RequestContext] context
@@ -571,6 +658,8 @@ module Aws::DocDB
571
658
  end
572
659
  end
573
660
 
661
+ # @deprecated This error class is not used during parsing.
662
+ # Please use `SharedSnapshotQuotaExceeded` instead.
574
663
  class SharedSnapshotQuotaExceededFault < ServiceError
575
664
 
576
665
  # @param [Seahorse::Client::RequestContext] context
@@ -581,6 +670,8 @@ module Aws::DocDB
581
670
  end
582
671
  end
583
672
 
673
+ # @deprecated This error class is not used during parsing.
674
+ # Please use `SnapshotQuotaExceeded` instead.
584
675
  class SnapshotQuotaExceededFault < ServiceError
585
676
 
586
677
  # @param [Seahorse::Client::RequestContext] context
@@ -591,6 +682,8 @@ module Aws::DocDB
591
682
  end
592
683
  end
593
684
 
685
+ # @deprecated This error class is not used during parsing.
686
+ # Please use `SourceNotFound` instead.
594
687
  class SourceNotFoundFault < ServiceError
595
688
 
596
689
  # @param [Seahorse::Client::RequestContext] context
@@ -601,6 +694,8 @@ module Aws::DocDB
601
694
  end
602
695
  end
603
696
 
697
+ # @deprecated This error class is not used during parsing.
698
+ # Please use `StorageQuotaExceeded` instead.
604
699
  class StorageQuotaExceededFault < ServiceError
605
700
 
606
701
  # @param [Seahorse::Client::RequestContext] context
@@ -611,6 +706,8 @@ module Aws::DocDB
611
706
  end
612
707
  end
613
708
 
709
+ # @deprecated This error class is not used during parsing.
710
+ # Please use `StorageTypeNotSupported` instead.
614
711
  class StorageTypeNotSupportedFault < ServiceError
615
712
 
616
713
  # @param [Seahorse::Client::RequestContext] context
@@ -631,6 +728,8 @@ module Aws::DocDB
631
728
  end
632
729
  end
633
730
 
731
+ # @deprecated This error class is not used during parsing.
732
+ # Please use `SubscriptionAlreadyExist` instead.
634
733
  class SubscriptionAlreadyExistFault < ServiceError
635
734
 
636
735
  # @param [Seahorse::Client::RequestContext] context
@@ -641,6 +740,8 @@ module Aws::DocDB
641
740
  end
642
741
  end
643
742
 
743
+ # @deprecated This error class is not used during parsing.
744
+ # Please use `SubscriptionCategoryNotFound` instead.
644
745
  class SubscriptionCategoryNotFoundFault < ServiceError
645
746
 
646
747
  # @param [Seahorse::Client::RequestContext] context
@@ -651,6 +752,8 @@ module Aws::DocDB
651
752
  end
652
753
  end
653
754
 
755
+ # @deprecated This error class is not used during parsing.
756
+ # Please use `SubscriptionNotFound` instead.
654
757
  class SubscriptionNotFoundFault < ServiceError
655
758
 
656
759
  # @param [Seahorse::Client::RequestContext] context
data/lib/aws-sdk-docdb.rb CHANGED
@@ -55,7 +55,7 @@ module Aws::DocDB
55
55
  autoload :EndpointProvider, 'aws-sdk-docdb/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-docdb/endpoints'
57
57
 
58
- GEM_VERSION = '1.83.0'
58
+ GEM_VERSION = '1.84.0'
59
59
 
60
60
  end
61
61
 
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.83.0
4
+ version: 1.84.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: 2025-02-18 00:00:00.000000000 Z
11
+ date: 2025-03-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core