aws-sdk-rdsdataservice 1.65.0 → 1.66.0
Sign up to get free protection for your applications and to get access to all the features.
- 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 +7 -0
- data/lib/aws-sdk-rdsdataservice/errors.rb +16 -0
- data/lib/aws-sdk-rdsdataservice/types.rb +15 -0
- 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: 87e23cddc3ac3ffd9f8f8fcd0ecbc35887c6f11b8af1a9bd723d111f631ccbfa
|
4
|
+
data.tar.gz: ee0bc94ddb204a159d608690c830185f2e7792acb218c5687b9ece88804b9038
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e750861edfa0fb07abe4e27d5b472579dfe1eebcae7cdb246d183908ef3f7e453eb14785233ae291c65b98634d6e81710d049aef4f80236f104c3c631cbfa02e
|
7
|
+
data.tar.gz: 92dc99f39f265e03399b999a632eb4880564697e8cdd42b7603ee616ef73853d879f15fbfd5d1fba6953d1973ea1b8227208cf3e3455bc9fd245174fc735ccda
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.66.0
|
@@ -1037,7 +1037,7 @@ module Aws::RDSDataService
|
|
1037
1037
|
tracer: tracer
|
1038
1038
|
)
|
1039
1039
|
context[:gem_name] = 'aws-sdk-rdsdataservice'
|
1040
|
-
context[:gem_version] = '1.
|
1040
|
+
context[:gem_version] = '1.66.0'
|
1041
1041
|
Seahorse::Client::Request.new(handlers, context)
|
1042
1042
|
end
|
1043
1043
|
|
@@ -37,6 +37,7 @@ module Aws::RDSDataService
|
|
37
37
|
CommitTransactionResponse = Shapes::StructureShape.new(name: 'CommitTransactionResponse')
|
38
38
|
DatabaseErrorException = Shapes::StructureShape.new(name: 'DatabaseErrorException')
|
39
39
|
DatabaseNotFoundException = Shapes::StructureShape.new(name: 'DatabaseNotFoundException')
|
40
|
+
DatabaseResumingException = Shapes::StructureShape.new(name: 'DatabaseResumingException')
|
40
41
|
DatabaseUnavailableException = Shapes::StructureShape.new(name: 'DatabaseUnavailableException')
|
41
42
|
DbName = Shapes::StringShape.new(name: 'DbName')
|
42
43
|
DecimalReturnType = Shapes::StringShape.new(name: 'DecimalReturnType')
|
@@ -169,6 +170,9 @@ module Aws::RDSDataService
|
|
169
170
|
DatabaseNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
170
171
|
DatabaseNotFoundException.struct_class = Types::DatabaseNotFoundException
|
171
172
|
|
173
|
+
DatabaseResumingException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
174
|
+
DatabaseResumingException.struct_class = Types::DatabaseResumingException
|
175
|
+
|
172
176
|
DatabaseUnavailableException.struct_class = Types::DatabaseUnavailableException
|
173
177
|
|
174
178
|
DoubleArray.member = Shapes::ShapeRef.new(shape: BoxedDouble)
|
@@ -362,6 +366,7 @@ module Aws::RDSDataService
|
|
362
366
|
o.errors << Shapes::ShapeRef.new(shape: SecretsErrorException)
|
363
367
|
o.errors << Shapes::ShapeRef.new(shape: HttpEndpointNotEnabledException)
|
364
368
|
o.errors << Shapes::ShapeRef.new(shape: DatabaseErrorException)
|
369
|
+
o.errors << Shapes::ShapeRef.new(shape: DatabaseResumingException)
|
365
370
|
o.errors << Shapes::ShapeRef.new(shape: DatabaseUnavailableException)
|
366
371
|
o.errors << Shapes::ShapeRef.new(shape: TransactionNotFoundException)
|
367
372
|
o.errors << Shapes::ShapeRef.new(shape: InvalidSecretException)
|
@@ -383,6 +388,7 @@ module Aws::RDSDataService
|
|
383
388
|
o.errors << Shapes::ShapeRef.new(shape: SecretsErrorException)
|
384
389
|
o.errors << Shapes::ShapeRef.new(shape: HttpEndpointNotEnabledException)
|
385
390
|
o.errors << Shapes::ShapeRef.new(shape: DatabaseErrorException)
|
391
|
+
o.errors << Shapes::ShapeRef.new(shape: DatabaseResumingException)
|
386
392
|
o.errors << Shapes::ShapeRef.new(shape: DatabaseUnavailableException)
|
387
393
|
o.errors << Shapes::ShapeRef.new(shape: TransactionNotFoundException)
|
388
394
|
o.errors << Shapes::ShapeRef.new(shape: InvalidSecretException)
|
@@ -440,6 +446,7 @@ module Aws::RDSDataService
|
|
440
446
|
o.errors << Shapes::ShapeRef.new(shape: SecretsErrorException)
|
441
447
|
o.errors << Shapes::ShapeRef.new(shape: HttpEndpointNotEnabledException)
|
442
448
|
o.errors << Shapes::ShapeRef.new(shape: DatabaseErrorException)
|
449
|
+
o.errors << Shapes::ShapeRef.new(shape: DatabaseResumingException)
|
443
450
|
o.errors << Shapes::ShapeRef.new(shape: DatabaseUnavailableException)
|
444
451
|
o.errors << Shapes::ShapeRef.new(shape: TransactionNotFoundException)
|
445
452
|
o.errors << Shapes::ShapeRef.new(shape: InvalidSecretException)
|
@@ -31,6 +31,7 @@ module Aws::RDSDataService
|
|
31
31
|
# * {BadRequestException}
|
32
32
|
# * {DatabaseErrorException}
|
33
33
|
# * {DatabaseNotFoundException}
|
34
|
+
# * {DatabaseResumingException}
|
34
35
|
# * {DatabaseUnavailableException}
|
35
36
|
# * {ForbiddenException}
|
36
37
|
# * {HttpEndpointNotEnabledException}
|
@@ -109,6 +110,21 @@ module Aws::RDSDataService
|
|
109
110
|
end
|
110
111
|
end
|
111
112
|
|
113
|
+
class DatabaseResumingException < ServiceError
|
114
|
+
|
115
|
+
# @param [Seahorse::Client::RequestContext] context
|
116
|
+
# @param [String] message
|
117
|
+
# @param [Aws::RDSDataService::Types::DatabaseResumingException] data
|
118
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
119
|
+
super(context, message, data)
|
120
|
+
end
|
121
|
+
|
122
|
+
# @return [String]
|
123
|
+
def message
|
124
|
+
@message || @data[:message]
|
125
|
+
end
|
126
|
+
end
|
127
|
+
|
112
128
|
class DatabaseUnavailableException < ServiceError
|
113
129
|
|
114
130
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -367,6 +367,21 @@ module Aws::RDSDataService
|
|
367
367
|
include Aws::Structure
|
368
368
|
end
|
369
369
|
|
370
|
+
# A request was canceled because the Aurora Serverless v2 DB instance
|
371
|
+
# was in a paused state. The Data API request automatically causes the
|
372
|
+
# DB instance to begin resuming. Wait a few seconds and try again.
|
373
|
+
#
|
374
|
+
# @!attribute [rw] message
|
375
|
+
# @return [String]
|
376
|
+
#
|
377
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-data-2018-08-01/DatabaseResumingException AWS API Documentation
|
378
|
+
#
|
379
|
+
class DatabaseResumingException < Struct.new(
|
380
|
+
:message)
|
381
|
+
SENSITIVE = []
|
382
|
+
include Aws::Structure
|
383
|
+
end
|
384
|
+
|
370
385
|
# The writer instance in the DB cluster isn't available.
|
371
386
|
#
|
372
387
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-data-2018-08-01/DatabaseUnavailableException AWS API Documentation
|
data/sig/errors.rbs
CHANGED
@@ -23,6 +23,9 @@ module Aws
|
|
23
23
|
class DatabaseNotFoundException < ::Aws::Errors::ServiceError
|
24
24
|
def message: () -> ::String
|
25
25
|
end
|
26
|
+
class DatabaseResumingException < ::Aws::Errors::ServiceError
|
27
|
+
def message: () -> ::String
|
28
|
+
end
|
26
29
|
class DatabaseUnavailableException < ::Aws::Errors::ServiceError
|
27
30
|
end
|
28
31
|
class ForbiddenException < ::Aws::Errors::ServiceError
|
data/sig/types.rbs
CHANGED
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.66.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: 2024-
|
11
|
+
date: 2024-11-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|