aws-sdk-rdsdataservice 1.68.0 → 1.69.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-rdsdataservice/client.rb +1 -1
- data/lib/aws-sdk-rdsdataservice/client_api.rb +9 -0
- data/lib/aws-sdk-rdsdataservice/errors.rb +16 -0
- data/lib/aws-sdk-rdsdataservice/types.rb +16 -3
- data/lib/aws-sdk-rdsdataservice.rb +1 -1
- data/sig/errors.rbs +3 -0
- data/sig/types.rbs +5 -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: 033b60590fffd93d0ee2429a8554343e5eecb230786b5aec8a7e4d7b31eb476c
|
4
|
+
data.tar.gz: 8f57df5f9936175bc4eeb5d7e0ca365af9349fe9c4aeb381e0638bcee7407358
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d27cff185d33e3704b506ca2e6931331e0a826466fd64638772e6aa4ff84f2288ee5db31626cc9d934eb6377cbe7a07e4af64534e0f3e1bdde33526d14216d00
|
7
|
+
data.tar.gz: 717645cfcd9f036d79055e732914affc6534ad4519f48d376a57796e397e700992ddc8ea6378c6233026acdfdc5c4fa1a689c19a44ac6096df0c6bd60036dbc4
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.69.0
|
@@ -1060,7 +1060,7 @@ module Aws::RDSDataService
|
|
1060
1060
|
tracer: tracer
|
1061
1061
|
)
|
1062
1062
|
context[:gem_name] = 'aws-sdk-rdsdataservice'
|
1063
|
-
context[:gem_version] = '1.
|
1063
|
+
context[:gem_version] = '1.69.0'
|
1064
1064
|
Seahorse::Client::Request.new(handlers, context)
|
1065
1065
|
end
|
1066
1066
|
|
@@ -55,6 +55,7 @@ module Aws::RDSDataService
|
|
55
55
|
Id = Shapes::StringShape.new(name: 'Id')
|
56
56
|
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
57
57
|
InternalServerErrorException = Shapes::StructureShape.new(name: 'InternalServerErrorException')
|
58
|
+
InvalidResourceStateException = Shapes::StructureShape.new(name: 'InvalidResourceStateException')
|
58
59
|
InvalidSecretException = Shapes::StructureShape.new(name: 'InvalidSecretException')
|
59
60
|
Long = Shapes::IntegerShape.new(name: 'Long')
|
60
61
|
LongArray = Shapes::ListShape.new(name: 'LongArray')
|
@@ -235,6 +236,9 @@ module Aws::RDSDataService
|
|
235
236
|
|
236
237
|
InternalServerErrorException.struct_class = Types::InternalServerErrorException
|
237
238
|
|
239
|
+
InvalidResourceStateException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
240
|
+
InvalidResourceStateException.struct_class = Types::InvalidResourceStateException
|
241
|
+
|
238
242
|
InvalidSecretException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
239
243
|
InvalidSecretException.struct_class = Types::InvalidSecretException
|
240
244
|
|
@@ -370,6 +374,7 @@ module Aws::RDSDataService
|
|
370
374
|
o.errors << Shapes::ShapeRef.new(shape: DatabaseUnavailableException)
|
371
375
|
o.errors << Shapes::ShapeRef.new(shape: TransactionNotFoundException)
|
372
376
|
o.errors << Shapes::ShapeRef.new(shape: InvalidSecretException)
|
377
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateException)
|
373
378
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableError)
|
374
379
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
375
380
|
o.errors << Shapes::ShapeRef.new(shape: DatabaseNotFoundException)
|
@@ -392,6 +397,7 @@ module Aws::RDSDataService
|
|
392
397
|
o.errors << Shapes::ShapeRef.new(shape: DatabaseUnavailableException)
|
393
398
|
o.errors << Shapes::ShapeRef.new(shape: TransactionNotFoundException)
|
394
399
|
o.errors << Shapes::ShapeRef.new(shape: InvalidSecretException)
|
400
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateException)
|
395
401
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableError)
|
396
402
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
397
403
|
o.errors << Shapes::ShapeRef.new(shape: DatabaseNotFoundException)
|
@@ -413,6 +419,7 @@ module Aws::RDSDataService
|
|
413
419
|
o.errors << Shapes::ShapeRef.new(shape: DatabaseUnavailableException)
|
414
420
|
o.errors << Shapes::ShapeRef.new(shape: TransactionNotFoundException)
|
415
421
|
o.errors << Shapes::ShapeRef.new(shape: InvalidSecretException)
|
422
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateException)
|
416
423
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableError)
|
417
424
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
418
425
|
o.errors << Shapes::ShapeRef.new(shape: DatabaseNotFoundException)
|
@@ -450,6 +457,7 @@ module Aws::RDSDataService
|
|
450
457
|
o.errors << Shapes::ShapeRef.new(shape: DatabaseUnavailableException)
|
451
458
|
o.errors << Shapes::ShapeRef.new(shape: TransactionNotFoundException)
|
452
459
|
o.errors << Shapes::ShapeRef.new(shape: InvalidSecretException)
|
460
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateException)
|
453
461
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableError)
|
454
462
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
455
463
|
o.errors << Shapes::ShapeRef.new(shape: DatabaseNotFoundException)
|
@@ -472,6 +480,7 @@ module Aws::RDSDataService
|
|
472
480
|
o.errors << Shapes::ShapeRef.new(shape: DatabaseUnavailableException)
|
473
481
|
o.errors << Shapes::ShapeRef.new(shape: TransactionNotFoundException)
|
474
482
|
o.errors << Shapes::ShapeRef.new(shape: InvalidSecretException)
|
483
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateException)
|
475
484
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableError)
|
476
485
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
477
486
|
o.errors << Shapes::ShapeRef.new(shape: DatabaseNotFoundException)
|
@@ -36,6 +36,7 @@ module Aws::RDSDataService
|
|
36
36
|
# * {ForbiddenException}
|
37
37
|
# * {HttpEndpointNotEnabledException}
|
38
38
|
# * {InternalServerErrorException}
|
39
|
+
# * {InvalidResourceStateException}
|
39
40
|
# * {InvalidSecretException}
|
40
41
|
# * {NotFoundException}
|
41
42
|
# * {SecretsErrorException}
|
@@ -175,6 +176,21 @@ module Aws::RDSDataService
|
|
175
176
|
end
|
176
177
|
end
|
177
178
|
|
179
|
+
class InvalidResourceStateException < ServiceError
|
180
|
+
|
181
|
+
# @param [Seahorse::Client::RequestContext] context
|
182
|
+
# @param [String] message
|
183
|
+
# @param [Aws::RDSDataService::Types::InvalidResourceStateException] data
|
184
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
185
|
+
super(context, message, data)
|
186
|
+
end
|
187
|
+
|
188
|
+
# @return [String]
|
189
|
+
def message
|
190
|
+
@message || @data[:message]
|
191
|
+
end
|
192
|
+
end
|
193
|
+
|
178
194
|
class InvalidSecretException < ServiceError
|
179
195
|
|
180
196
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -367,9 +367,9 @@ module Aws::RDSDataService
|
|
367
367
|
include Aws::Structure
|
368
368
|
end
|
369
369
|
|
370
|
-
# A request was
|
371
|
-
# was
|
372
|
-
#
|
370
|
+
# A request was cancelled because the Aurora Serverless v2 DB instance
|
371
|
+
# was paused. The Data API request automatically resumes the DB
|
372
|
+
# instance. Wait a few seconds and try again.
|
373
373
|
#
|
374
374
|
# @!attribute [rw] message
|
375
375
|
# @return [String]
|
@@ -705,6 +705,19 @@ module Aws::RDSDataService
|
|
705
705
|
#
|
706
706
|
class InternalServerErrorException < Aws::EmptyStructure; end
|
707
707
|
|
708
|
+
# The resource is in an invalid state.
|
709
|
+
#
|
710
|
+
# @!attribute [rw] message
|
711
|
+
# @return [String]
|
712
|
+
#
|
713
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-data-2018-08-01/InvalidResourceStateException AWS API Documentation
|
714
|
+
#
|
715
|
+
class InvalidResourceStateException < Struct.new(
|
716
|
+
:message)
|
717
|
+
SENSITIVE = []
|
718
|
+
include Aws::Structure
|
719
|
+
end
|
720
|
+
|
708
721
|
# The Secrets Manager secret used with the request isn't valid.
|
709
722
|
#
|
710
723
|
# @!attribute [rw] message
|
data/sig/errors.rbs
CHANGED
@@ -36,6 +36,9 @@ module Aws
|
|
36
36
|
end
|
37
37
|
class InternalServerErrorException < ::Aws::Errors::ServiceError
|
38
38
|
end
|
39
|
+
class InvalidResourceStateException < ::Aws::Errors::ServiceError
|
40
|
+
def message: () -> ::String
|
41
|
+
end
|
39
42
|
class InvalidSecretException < ::Aws::Errors::ServiceError
|
40
43
|
def message: () -> ::String
|
41
44
|
end
|
data/sig/types.rbs
CHANGED
@@ -198,6 +198,11 @@ module Aws::RDSDataService
|
|
198
198
|
class InternalServerErrorException < Aws::EmptyStructure
|
199
199
|
end
|
200
200
|
|
201
|
+
class InvalidResourceStateException
|
202
|
+
attr_accessor message: ::String
|
203
|
+
SENSITIVE: []
|
204
|
+
end
|
205
|
+
|
201
206
|
class InvalidSecretException
|
202
207
|
attr_accessor message: ::String
|
203
208
|
SENSITIVE: []
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-rdsdataservice
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.69.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-
|
11
|
+
date: 2025-02-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|