aws-sdk-neptune 1.80.0 → 1.82.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: a83e86080efca229cef7e7506588ced15d147df2274b11230d7763f1dd639ccc
4
- data.tar.gz: fa54fe22ef97c4075f3af9fe2b5fcbe2159daaef53dc3f2d04cb433c22efad30
3
+ metadata.gz: 4f2cafcc841964bdc23fc00d728b94f85ba544aa4629db5fcdebffc33be6a05e
4
+ data.tar.gz: 45d218b678066f971e2c09464565b279e47f587f536c1d79da3f24b126923e4a
5
5
  SHA512:
6
- metadata.gz: 33141f839eee000fe141b2dffc3226ad0fdbb16dc0987ca0aaa485be57528769197d785f1d1b431dc7e24d88d09c0f15080b073b725ce1371359fe5a57a3ef8f
7
- data.tar.gz: a48fb922ebb59b8908d80d3df2710afa78463162383f0536c7606490300be4fbe67be1a0091722286fce6ec4e02154f8ae34a55ece73797bcca0758b5f2d5cd6
6
+ metadata.gz: bb516d75f4e20a2fc83af89012d5d7a17aa47d222df02fc626d0aa4b98d45097615468a96fe21d19d44e2cf706c832427ca44b38afb9d8b86d8014544040cb96
7
+ data.tar.gz: 7ad6c6e9ef3dd9d8aa65c23a12b99b3c66a5d12ff234ef11a19eb6afda4b5a1de56e9330557c9948ca05d286b27a0879e7a9a47233e9e8c61d58461b2fb55add
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.82.0 (2025-03-04)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.81.0 (2025-02-18)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.80.0 (2025-02-06)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.80.0
1
+ 1.82.0
@@ -7,35 +7,35 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
- require 'seahorse/client/plugins/content_length.rb'
11
- require 'aws-sdk-core/plugins/credentials_configuration.rb'
12
- require 'aws-sdk-core/plugins/logging.rb'
13
- require 'aws-sdk-core/plugins/param_converter.rb'
14
- require 'aws-sdk-core/plugins/param_validator.rb'
15
- require 'aws-sdk-core/plugins/user_agent.rb'
16
- require 'aws-sdk-core/plugins/helpful_socket_errors.rb'
17
- require 'aws-sdk-core/plugins/retry_errors.rb'
18
- require 'aws-sdk-core/plugins/global_configuration.rb'
19
- require 'aws-sdk-core/plugins/regional_endpoint.rb'
20
- require 'aws-sdk-core/plugins/endpoint_discovery.rb'
21
- require 'aws-sdk-core/plugins/endpoint_pattern.rb'
22
- require 'aws-sdk-core/plugins/response_paging.rb'
23
- require 'aws-sdk-core/plugins/stub_responses.rb'
24
- require 'aws-sdk-core/plugins/idempotency_token.rb'
25
- require 'aws-sdk-core/plugins/invocation_id.rb'
26
- require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
27
- require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
28
- require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
29
- require 'aws-sdk-core/plugins/transfer_encoding.rb'
30
- require 'aws-sdk-core/plugins/http_checksum.rb'
31
- require 'aws-sdk-core/plugins/checksum_algorithm.rb'
32
- require 'aws-sdk-core/plugins/request_compression.rb'
33
- require 'aws-sdk-core/plugins/defaults_mode.rb'
34
- require 'aws-sdk-core/plugins/recursion_detection.rb'
35
- require 'aws-sdk-core/plugins/telemetry.rb'
36
- require 'aws-sdk-core/plugins/sign.rb'
37
- require 'aws-sdk-core/plugins/protocols/query.rb'
38
- require 'aws-sdk-neptune/plugins/cross_region_copying.rb'
10
+ require 'seahorse/client/plugins/content_length'
11
+ require 'aws-sdk-core/plugins/credentials_configuration'
12
+ require 'aws-sdk-core/plugins/logging'
13
+ require 'aws-sdk-core/plugins/param_converter'
14
+ require 'aws-sdk-core/plugins/param_validator'
15
+ require 'aws-sdk-core/plugins/user_agent'
16
+ require 'aws-sdk-core/plugins/helpful_socket_errors'
17
+ require 'aws-sdk-core/plugins/retry_errors'
18
+ require 'aws-sdk-core/plugins/global_configuration'
19
+ require 'aws-sdk-core/plugins/regional_endpoint'
20
+ require 'aws-sdk-core/plugins/endpoint_discovery'
21
+ require 'aws-sdk-core/plugins/endpoint_pattern'
22
+ require 'aws-sdk-core/plugins/response_paging'
23
+ require 'aws-sdk-core/plugins/stub_responses'
24
+ require 'aws-sdk-core/plugins/idempotency_token'
25
+ require 'aws-sdk-core/plugins/invocation_id'
26
+ require 'aws-sdk-core/plugins/jsonvalue_converter'
27
+ require 'aws-sdk-core/plugins/client_metrics_plugin'
28
+ require 'aws-sdk-core/plugins/client_metrics_send_plugin'
29
+ require 'aws-sdk-core/plugins/transfer_encoding'
30
+ require 'aws-sdk-core/plugins/http_checksum'
31
+ require 'aws-sdk-core/plugins/checksum_algorithm'
32
+ require 'aws-sdk-core/plugins/request_compression'
33
+ require 'aws-sdk-core/plugins/defaults_mode'
34
+ require 'aws-sdk-core/plugins/recursion_detection'
35
+ require 'aws-sdk-core/plugins/telemetry'
36
+ require 'aws-sdk-core/plugins/sign'
37
+ require 'aws-sdk-core/plugins/protocols/query'
38
+ require 'aws-sdk-neptune/plugins/cross_region_copying'
39
39
 
40
40
  module Aws::Neptune
41
41
  # An API client for Neptune. To construct a client, you need to configure a `:region` and `:credentials`.
@@ -7632,7 +7632,7 @@ module Aws::Neptune
7632
7632
  tracer: tracer
7633
7633
  )
7634
7634
  context[:gem_name] = 'aws-sdk-neptune'
7635
- context[:gem_version] = '1.80.0'
7635
+ context[:gem_version] = '1.82.0'
7636
7636
  Seahorse::Client::Request.new(handlers, context)
7637
7637
  end
7638
7638
 
@@ -28,52 +28,78 @@ module Aws::Neptune
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
  # * {DBClusterEndpointAlreadyExistsFault}
34
36
  # * {DBClusterEndpointNotFoundFault}
35
37
  # * {DBClusterEndpointQuotaExceededFault}
36
38
  # * {DBClusterNotFoundFault}
37
39
  # * {DBClusterParameterGroupNotFoundFault}
40
+ # * This error class is not used. `DBClusterParameterGroupNotFound` is used during parsing instead.
38
41
  # * {DBClusterQuotaExceededFault}
39
42
  # * {DBClusterRoleAlreadyExistsFault}
43
+ # * This error class is not used. `DBClusterRoleAlreadyExists` is used during parsing instead.
40
44
  # * {DBClusterRoleNotFoundFault}
45
+ # * This error class is not used. `DBClusterRoleNotFound` is used during parsing instead.
41
46
  # * {DBClusterRoleQuotaExceededFault}
47
+ # * This error class is not used. `DBClusterRoleQuotaExceeded` is used during parsing instead.
42
48
  # * {DBClusterSnapshotAlreadyExistsFault}
43
49
  # * {DBClusterSnapshotNotFoundFault}
44
50
  # * {DBInstanceAlreadyExistsFault}
51
+ # * This error class is not used. `DBInstanceAlreadyExists` is used during parsing instead.
45
52
  # * {DBInstanceNotFoundFault}
53
+ # * This error class is not used. `DBInstanceNotFound` is used during parsing instead.
46
54
  # * {DBParameterGroupAlreadyExistsFault}
55
+ # * This error class is not used. `DBParameterGroupAlreadyExists` is used during parsing instead.
47
56
  # * {DBParameterGroupNotFoundFault}
57
+ # * This error class is not used. `DBParameterGroupNotFound` is used during parsing instead.
48
58
  # * {DBParameterGroupQuotaExceededFault}
59
+ # * This error class is not used. `DBParameterGroupQuotaExceeded` is used during parsing instead.
49
60
  # * {DBSecurityGroupNotFoundFault}
61
+ # * This error class is not used. `DBSecurityGroupNotFound` is used during parsing instead.
50
62
  # * {DBSnapshotAlreadyExistsFault}
63
+ # * This error class is not used. `DBSnapshotAlreadyExists` is used during parsing instead.
51
64
  # * {DBSnapshotNotFoundFault}
65
+ # * This error class is not used. `DBSnapshotNotFound` is used during parsing instead.
52
66
  # * {DBSubnetGroupAlreadyExistsFault}
67
+ # * This error class is not used. `DBSubnetGroupAlreadyExists` is used during parsing instead.
53
68
  # * {DBSubnetGroupDoesNotCoverEnoughAZs}
54
69
  # * {DBSubnetGroupNotFoundFault}
55
70
  # * {DBSubnetGroupQuotaExceededFault}
71
+ # * This error class is not used. `DBSubnetGroupQuotaExceeded` is used during parsing instead.
56
72
  # * {DBSubnetQuotaExceededFault}
57
73
  # * {DBUpgradeDependencyFailureFault}
74
+ # * This error class is not used. `DBUpgradeDependencyFailure` is used during parsing instead.
58
75
  # * {DomainNotFoundFault}
59
76
  # * {EventSubscriptionQuotaExceededFault}
77
+ # * This error class is not used. `EventSubscriptionQuotaExceeded` is used during parsing instead.
60
78
  # * {GlobalClusterAlreadyExistsFault}
61
79
  # * {GlobalClusterNotFoundFault}
62
80
  # * {GlobalClusterQuotaExceededFault}
63
81
  # * {InstanceQuotaExceededFault}
82
+ # * This error class is not used. `InstanceQuotaExceeded` is used during parsing instead.
64
83
  # * {InsufficientDBClusterCapacityFault}
65
84
  # * {InsufficientDBInstanceCapacityFault}
85
+ # * This error class is not used. `InsufficientDBInstanceCapacity` is used during parsing instead.
66
86
  # * {InsufficientStorageClusterCapacityFault}
87
+ # * This error class is not used. `InsufficientStorageClusterCapacity` is used during parsing instead.
67
88
  # * {InvalidDBClusterEndpointStateFault}
68
89
  # * {InvalidDBClusterSnapshotStateFault}
69
90
  # * {InvalidDBClusterStateFault}
70
91
  # * {InvalidDBInstanceStateFault}
92
+ # * This error class is not used. `InvalidDBInstanceState` is used during parsing instead.
71
93
  # * {InvalidDBParameterGroupStateFault}
94
+ # * This error class is not used. `InvalidDBParameterGroupState` is used during parsing instead.
72
95
  # * {InvalidDBSecurityGroupStateFault}
96
+ # * This error class is not used. `InvalidDBSecurityGroupState` is used during parsing instead.
73
97
  # * {InvalidDBSnapshotStateFault}
98
+ # * This error class is not used. `InvalidDBSnapshotState` is used during parsing instead.
74
99
  # * {InvalidDBSubnetGroupStateFault}
75
100
  # * {InvalidDBSubnetStateFault}
76
101
  # * {InvalidEventSubscriptionStateFault}
102
+ # * This error class is not used. `InvalidEventSubscriptionState` is used during parsing instead.
77
103
  # * {InvalidGlobalClusterStateFault}
78
104
  # * {InvalidRestoreFault}
79
105
  # * {InvalidSubnet}
@@ -83,24 +109,38 @@ module Aws::Neptune
83
109
  # * {ProvisionedIopsNotAvailableInAZFault}
84
110
  # * {ResourceNotFoundFault}
85
111
  # * {SNSInvalidTopicFault}
112
+ # * This error class is not used. `SNSInvalidTopic` is used during parsing instead.
86
113
  # * {SNSNoAuthorizationFault}
114
+ # * This error class is not used. `SNSNoAuthorization` is used during parsing instead.
87
115
  # * {SNSTopicArnNotFoundFault}
116
+ # * This error class is not used. `SNSTopicArnNotFound` is used during parsing instead.
88
117
  # * {SharedSnapshotQuotaExceededFault}
118
+ # * This error class is not used. `SharedSnapshotQuotaExceeded` is used during parsing instead.
89
119
  # * {SnapshotQuotaExceededFault}
120
+ # * This error class is not used. `SnapshotQuotaExceeded` is used during parsing instead.
90
121
  # * {SourceNotFoundFault}
122
+ # * This error class is not used. `SourceNotFound` is used during parsing instead.
91
123
  # * {StorageQuotaExceededFault}
124
+ # * This error class is not used. `StorageQuotaExceeded` is used during parsing instead.
92
125
  # * {StorageTypeNotSupportedFault}
126
+ # * This error class is not used. `StorageTypeNotSupported` is used during parsing instead.
93
127
  # * {SubnetAlreadyInUse}
94
128
  # * {SubscriptionAlreadyExistFault}
129
+ # * This error class is not used. `SubscriptionAlreadyExist` is used during parsing instead.
95
130
  # * {SubscriptionCategoryNotFoundFault}
131
+ # * This error class is not used. `SubscriptionCategoryNotFound` is used during parsing instead.
96
132
  # * {SubscriptionNotFoundFault}
133
+ # * This error class is not used. `SubscriptionNotFound` is used during parsing instead.
97
134
  #
98
135
  # Additionally, error classes are dynamically generated for service errors based on the error code
99
136
  # if they are not defined above.
137
+ # Some existing error classes may use a different class name than the one documented.
100
138
  module Errors
101
139
 
102
140
  extend Aws::Errors::DynamicErrors
103
141
 
142
+ # @deprecated This error class is not used during parsing.
143
+ # Please use `AuthorizationNotFound` instead.
104
144
  class AuthorizationNotFoundFault < ServiceError
105
145
 
106
146
  # @param [Seahorse::Client::RequestContext] context
@@ -111,6 +151,8 @@ module Aws::Neptune
111
151
  end
112
152
  end
113
153
 
154
+ # @deprecated This error class is not used during parsing.
155
+ # Please use `CertificateNotFound` instead.
114
156
  class CertificateNotFoundFault < ServiceError
115
157
 
116
158
  # @param [Seahorse::Client::RequestContext] context
@@ -171,6 +213,8 @@ module Aws::Neptune
171
213
  end
172
214
  end
173
215
 
216
+ # @deprecated This error class is not used during parsing.
217
+ # Please use `DBClusterParameterGroupNotFound` instead.
174
218
  class DBClusterParameterGroupNotFoundFault < ServiceError
175
219
 
176
220
  # @param [Seahorse::Client::RequestContext] context
@@ -191,6 +235,8 @@ module Aws::Neptune
191
235
  end
192
236
  end
193
237
 
238
+ # @deprecated This error class is not used during parsing.
239
+ # Please use `DBClusterRoleAlreadyExists` instead.
194
240
  class DBClusterRoleAlreadyExistsFault < ServiceError
195
241
 
196
242
  # @param [Seahorse::Client::RequestContext] context
@@ -201,6 +247,8 @@ module Aws::Neptune
201
247
  end
202
248
  end
203
249
 
250
+ # @deprecated This error class is not used during parsing.
251
+ # Please use `DBClusterRoleNotFound` instead.
204
252
  class DBClusterRoleNotFoundFault < ServiceError
205
253
 
206
254
  # @param [Seahorse::Client::RequestContext] context
@@ -211,6 +259,8 @@ module Aws::Neptune
211
259
  end
212
260
  end
213
261
 
262
+ # @deprecated This error class is not used during parsing.
263
+ # Please use `DBClusterRoleQuotaExceeded` instead.
214
264
  class DBClusterRoleQuotaExceededFault < ServiceError
215
265
 
216
266
  # @param [Seahorse::Client::RequestContext] context
@@ -241,6 +291,8 @@ module Aws::Neptune
241
291
  end
242
292
  end
243
293
 
294
+ # @deprecated This error class is not used during parsing.
295
+ # Please use `DBInstanceAlreadyExists` instead.
244
296
  class DBInstanceAlreadyExistsFault < ServiceError
245
297
 
246
298
  # @param [Seahorse::Client::RequestContext] context
@@ -251,6 +303,8 @@ module Aws::Neptune
251
303
  end
252
304
  end
253
305
 
306
+ # @deprecated This error class is not used during parsing.
307
+ # Please use `DBInstanceNotFound` instead.
254
308
  class DBInstanceNotFoundFault < ServiceError
255
309
 
256
310
  # @param [Seahorse::Client::RequestContext] context
@@ -261,6 +315,8 @@ module Aws::Neptune
261
315
  end
262
316
  end
263
317
 
318
+ # @deprecated This error class is not used during parsing.
319
+ # Please use `DBParameterGroupAlreadyExists` instead.
264
320
  class DBParameterGroupAlreadyExistsFault < ServiceError
265
321
 
266
322
  # @param [Seahorse::Client::RequestContext] context
@@ -271,6 +327,8 @@ module Aws::Neptune
271
327
  end
272
328
  end
273
329
 
330
+ # @deprecated This error class is not used during parsing.
331
+ # Please use `DBParameterGroupNotFound` instead.
274
332
  class DBParameterGroupNotFoundFault < ServiceError
275
333
 
276
334
  # @param [Seahorse::Client::RequestContext] context
@@ -281,6 +339,8 @@ module Aws::Neptune
281
339
  end
282
340
  end
283
341
 
342
+ # @deprecated This error class is not used during parsing.
343
+ # Please use `DBParameterGroupQuotaExceeded` instead.
284
344
  class DBParameterGroupQuotaExceededFault < ServiceError
285
345
 
286
346
  # @param [Seahorse::Client::RequestContext] context
@@ -291,6 +351,8 @@ module Aws::Neptune
291
351
  end
292
352
  end
293
353
 
354
+ # @deprecated This error class is not used during parsing.
355
+ # Please use `DBSecurityGroupNotFound` instead.
294
356
  class DBSecurityGroupNotFoundFault < ServiceError
295
357
 
296
358
  # @param [Seahorse::Client::RequestContext] context
@@ -301,6 +363,8 @@ module Aws::Neptune
301
363
  end
302
364
  end
303
365
 
366
+ # @deprecated This error class is not used during parsing.
367
+ # Please use `DBSnapshotAlreadyExists` instead.
304
368
  class DBSnapshotAlreadyExistsFault < ServiceError
305
369
 
306
370
  # @param [Seahorse::Client::RequestContext] context
@@ -311,6 +375,8 @@ module Aws::Neptune
311
375
  end
312
376
  end
313
377
 
378
+ # @deprecated This error class is not used during parsing.
379
+ # Please use `DBSnapshotNotFound` instead.
314
380
  class DBSnapshotNotFoundFault < ServiceError
315
381
 
316
382
  # @param [Seahorse::Client::RequestContext] context
@@ -321,6 +387,8 @@ module Aws::Neptune
321
387
  end
322
388
  end
323
389
 
390
+ # @deprecated This error class is not used during parsing.
391
+ # Please use `DBSubnetGroupAlreadyExists` instead.
324
392
  class DBSubnetGroupAlreadyExistsFault < ServiceError
325
393
 
326
394
  # @param [Seahorse::Client::RequestContext] context
@@ -351,6 +419,8 @@ module Aws::Neptune
351
419
  end
352
420
  end
353
421
 
422
+ # @deprecated This error class is not used during parsing.
423
+ # Please use `DBSubnetGroupQuotaExceeded` instead.
354
424
  class DBSubnetGroupQuotaExceededFault < ServiceError
355
425
 
356
426
  # @param [Seahorse::Client::RequestContext] context
@@ -371,6 +441,8 @@ module Aws::Neptune
371
441
  end
372
442
  end
373
443
 
444
+ # @deprecated This error class is not used during parsing.
445
+ # Please use `DBUpgradeDependencyFailure` instead.
374
446
  class DBUpgradeDependencyFailureFault < ServiceError
375
447
 
376
448
  # @param [Seahorse::Client::RequestContext] context
@@ -391,6 +463,8 @@ module Aws::Neptune
391
463
  end
392
464
  end
393
465
 
466
+ # @deprecated This error class is not used during parsing.
467
+ # Please use `EventSubscriptionQuotaExceeded` instead.
394
468
  class EventSubscriptionQuotaExceededFault < ServiceError
395
469
 
396
470
  # @param [Seahorse::Client::RequestContext] context
@@ -431,6 +505,8 @@ module Aws::Neptune
431
505
  end
432
506
  end
433
507
 
508
+ # @deprecated This error class is not used during parsing.
509
+ # Please use `InstanceQuotaExceeded` instead.
434
510
  class InstanceQuotaExceededFault < ServiceError
435
511
 
436
512
  # @param [Seahorse::Client::RequestContext] context
@@ -451,6 +527,8 @@ module Aws::Neptune
451
527
  end
452
528
  end
453
529
 
530
+ # @deprecated This error class is not used during parsing.
531
+ # Please use `InsufficientDBInstanceCapacity` instead.
454
532
  class InsufficientDBInstanceCapacityFault < ServiceError
455
533
 
456
534
  # @param [Seahorse::Client::RequestContext] context
@@ -461,6 +539,8 @@ module Aws::Neptune
461
539
  end
462
540
  end
463
541
 
542
+ # @deprecated This error class is not used during parsing.
543
+ # Please use `InsufficientStorageClusterCapacity` instead.
464
544
  class InsufficientStorageClusterCapacityFault < ServiceError
465
545
 
466
546
  # @param [Seahorse::Client::RequestContext] context
@@ -501,6 +581,8 @@ module Aws::Neptune
501
581
  end
502
582
  end
503
583
 
584
+ # @deprecated This error class is not used during parsing.
585
+ # Please use `InvalidDBInstanceState` instead.
504
586
  class InvalidDBInstanceStateFault < ServiceError
505
587
 
506
588
  # @param [Seahorse::Client::RequestContext] context
@@ -511,6 +593,8 @@ module Aws::Neptune
511
593
  end
512
594
  end
513
595
 
596
+ # @deprecated This error class is not used during parsing.
597
+ # Please use `InvalidDBParameterGroupState` instead.
514
598
  class InvalidDBParameterGroupStateFault < ServiceError
515
599
 
516
600
  # @param [Seahorse::Client::RequestContext] context
@@ -521,6 +605,8 @@ module Aws::Neptune
521
605
  end
522
606
  end
523
607
 
608
+ # @deprecated This error class is not used during parsing.
609
+ # Please use `InvalidDBSecurityGroupState` instead.
524
610
  class InvalidDBSecurityGroupStateFault < ServiceError
525
611
 
526
612
  # @param [Seahorse::Client::RequestContext] context
@@ -531,6 +617,8 @@ module Aws::Neptune
531
617
  end
532
618
  end
533
619
 
620
+ # @deprecated This error class is not used during parsing.
621
+ # Please use `InvalidDBSnapshotState` instead.
534
622
  class InvalidDBSnapshotStateFault < ServiceError
535
623
 
536
624
  # @param [Seahorse::Client::RequestContext] context
@@ -561,6 +649,8 @@ module Aws::Neptune
561
649
  end
562
650
  end
563
651
 
652
+ # @deprecated This error class is not used during parsing.
653
+ # Please use `InvalidEventSubscriptionState` instead.
564
654
  class InvalidEventSubscriptionStateFault < ServiceError
565
655
 
566
656
  # @param [Seahorse::Client::RequestContext] context
@@ -651,6 +741,8 @@ module Aws::Neptune
651
741
  end
652
742
  end
653
743
 
744
+ # @deprecated This error class is not used during parsing.
745
+ # Please use `SNSInvalidTopic` instead.
654
746
  class SNSInvalidTopicFault < ServiceError
655
747
 
656
748
  # @param [Seahorse::Client::RequestContext] context
@@ -661,6 +753,8 @@ module Aws::Neptune
661
753
  end
662
754
  end
663
755
 
756
+ # @deprecated This error class is not used during parsing.
757
+ # Please use `SNSNoAuthorization` instead.
664
758
  class SNSNoAuthorizationFault < ServiceError
665
759
 
666
760
  # @param [Seahorse::Client::RequestContext] context
@@ -671,6 +765,8 @@ module Aws::Neptune
671
765
  end
672
766
  end
673
767
 
768
+ # @deprecated This error class is not used during parsing.
769
+ # Please use `SNSTopicArnNotFound` instead.
674
770
  class SNSTopicArnNotFoundFault < ServiceError
675
771
 
676
772
  # @param [Seahorse::Client::RequestContext] context
@@ -681,6 +777,8 @@ module Aws::Neptune
681
777
  end
682
778
  end
683
779
 
780
+ # @deprecated This error class is not used during parsing.
781
+ # Please use `SharedSnapshotQuotaExceeded` instead.
684
782
  class SharedSnapshotQuotaExceededFault < ServiceError
685
783
 
686
784
  # @param [Seahorse::Client::RequestContext] context
@@ -691,6 +789,8 @@ module Aws::Neptune
691
789
  end
692
790
  end
693
791
 
792
+ # @deprecated This error class is not used during parsing.
793
+ # Please use `SnapshotQuotaExceeded` instead.
694
794
  class SnapshotQuotaExceededFault < ServiceError
695
795
 
696
796
  # @param [Seahorse::Client::RequestContext] context
@@ -701,6 +801,8 @@ module Aws::Neptune
701
801
  end
702
802
  end
703
803
 
804
+ # @deprecated This error class is not used during parsing.
805
+ # Please use `SourceNotFound` instead.
704
806
  class SourceNotFoundFault < ServiceError
705
807
 
706
808
  # @param [Seahorse::Client::RequestContext] context
@@ -711,6 +813,8 @@ module Aws::Neptune
711
813
  end
712
814
  end
713
815
 
816
+ # @deprecated This error class is not used during parsing.
817
+ # Please use `StorageQuotaExceeded` instead.
714
818
  class StorageQuotaExceededFault < ServiceError
715
819
 
716
820
  # @param [Seahorse::Client::RequestContext] context
@@ -721,6 +825,8 @@ module Aws::Neptune
721
825
  end
722
826
  end
723
827
 
828
+ # @deprecated This error class is not used during parsing.
829
+ # Please use `StorageTypeNotSupported` instead.
724
830
  class StorageTypeNotSupportedFault < ServiceError
725
831
 
726
832
  # @param [Seahorse::Client::RequestContext] context
@@ -741,6 +847,8 @@ module Aws::Neptune
741
847
  end
742
848
  end
743
849
 
850
+ # @deprecated This error class is not used during parsing.
851
+ # Please use `SubscriptionAlreadyExist` instead.
744
852
  class SubscriptionAlreadyExistFault < ServiceError
745
853
 
746
854
  # @param [Seahorse::Client::RequestContext] context
@@ -751,6 +859,8 @@ module Aws::Neptune
751
859
  end
752
860
  end
753
861
 
862
+ # @deprecated This error class is not used during parsing.
863
+ # Please use `SubscriptionCategoryNotFound` instead.
754
864
  class SubscriptionCategoryNotFoundFault < ServiceError
755
865
 
756
866
  # @param [Seahorse::Client::RequestContext] context
@@ -761,6 +871,8 @@ module Aws::Neptune
761
871
  end
762
872
  end
763
873
 
874
+ # @deprecated This error class is not used during parsing.
875
+ # Please use `SubscriptionNotFound` instead.
764
876
  class SubscriptionNotFoundFault < ServiceError
765
877
 
766
878
  # @param [Seahorse::Client::RequestContext] context
@@ -55,7 +55,7 @@ module Aws::Neptune
55
55
  autoload :EndpointProvider, 'aws-sdk-neptune/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-neptune/endpoints'
57
57
 
58
- GEM_VERSION = '1.80.0'
58
+ GEM_VERSION = '1.82.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-neptune
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.80.0
4
+ version: 1.82.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-06 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