aws-sdk-simpledb 1.43.0 → 1.45.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-simpledb/client.rb +70 -46
- data/lib/aws-sdk-simpledb/client_api.rb +17 -17
- data/lib/aws-sdk-simpledb.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3c91536db233f16103f3d9b1ce23e688c0c39a39b76d068eb4055abfd269636e
|
4
|
+
data.tar.gz: 92267b5a0bba22ea6e79ed1b55cbdd95d5862395a766c059354a1ab80fdbee51
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 92007b5cf0ab7797da93c21396bf0dedc7e5678eb66e85c9b8284b8bd50347ce0d441f3851756eec2c69bb31d9a70be13b572350884408834f4f5fd94c41ece4
|
7
|
+
data.tar.gz: cf1fc03e804ab08386fef16d551cd1064645329ec9b638df31c6e1dbb52f6c1b88425ef5144c2ed5feb98cb4023b81a7664aab330229a6f88b1c08ea3707ee8d
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.45.0 (2024-04-25)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.44.0 (2024-04-16)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.43.0 (2024-01-26)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.45.0
|
@@ -22,6 +22,7 @@ require 'aws-sdk-core/plugins/endpoint_pattern.rb'
|
|
22
22
|
require 'aws-sdk-core/plugins/response_paging.rb'
|
23
23
|
require 'aws-sdk-core/plugins/stub_responses.rb'
|
24
24
|
require 'aws-sdk-core/plugins/idempotency_token.rb'
|
25
|
+
require 'aws-sdk-core/plugins/invocation_id.rb'
|
25
26
|
require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
|
26
27
|
require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
|
27
28
|
require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
|
@@ -72,6 +73,7 @@ module Aws::SimpleDB
|
|
72
73
|
add_plugin(Aws::Plugins::ResponsePaging)
|
73
74
|
add_plugin(Aws::Plugins::StubResponses)
|
74
75
|
add_plugin(Aws::Plugins::IdempotencyToken)
|
76
|
+
add_plugin(Aws::Plugins::InvocationId)
|
75
77
|
add_plugin(Aws::Plugins::JsonvalueConverter)
|
76
78
|
add_plugin(Aws::Plugins::ClientMetricsPlugin)
|
77
79
|
add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
|
@@ -195,10 +197,17 @@ module Aws::SimpleDB
|
|
195
197
|
# When set to 'true' the request body will not be compressed
|
196
198
|
# for supported operations.
|
197
199
|
#
|
198
|
-
# @option options [String] :endpoint
|
199
|
-
#
|
200
|
-
#
|
201
|
-
#
|
200
|
+
# @option options [String, URI::HTTPS, URI::HTTP] :endpoint
|
201
|
+
# Normally you should not configure the `:endpoint` option
|
202
|
+
# directly. This is normally constructed from the `:region`
|
203
|
+
# option. Configuring `:endpoint` is normally reserved for
|
204
|
+
# connecting to test or custom endpoints. The endpoint should
|
205
|
+
# be a URI formatted like:
|
206
|
+
#
|
207
|
+
# 'http://example.com'
|
208
|
+
# 'https://example.com'
|
209
|
+
# 'http://example.com:123'
|
210
|
+
#
|
202
211
|
#
|
203
212
|
# @option options [Integer] :endpoint_cache_max_entries (1000)
|
204
213
|
# Used for the maximum size limit of the LRU cache storing endpoints data
|
@@ -333,50 +342,65 @@ module Aws::SimpleDB
|
|
333
342
|
# When `true`, request parameters are validated before
|
334
343
|
# sending the request.
|
335
344
|
#
|
336
|
-
# @option options [
|
337
|
-
#
|
338
|
-
#
|
339
|
-
#
|
340
|
-
#
|
341
|
-
#
|
342
|
-
#
|
343
|
-
#
|
344
|
-
#
|
345
|
-
#
|
346
|
-
#
|
347
|
-
# @option options [Float] :
|
348
|
-
#
|
349
|
-
#
|
350
|
-
#
|
351
|
-
#
|
352
|
-
#
|
353
|
-
#
|
354
|
-
#
|
355
|
-
#
|
356
|
-
#
|
357
|
-
#
|
358
|
-
#
|
359
|
-
#
|
360
|
-
#
|
345
|
+
# @option options [Float] :http_continue_timeout (1)
|
346
|
+
# The number of seconds to wait for a 100-continue response before sending the
|
347
|
+
# request body. This option has no effect unless the request has "Expect"
|
348
|
+
# header set to "100-continue". Defaults to `nil` which disables this
|
349
|
+
# behaviour. This value can safely be set per request on the session.
|
350
|
+
#
|
351
|
+
# @option options [Float] :http_idle_timeout (5)
|
352
|
+
# The number of seconds a connection is allowed to sit idle before it
|
353
|
+
# is considered stale. Stale connections are closed and removed from the
|
354
|
+
# pool before making a request.
|
355
|
+
#
|
356
|
+
# @option options [Float] :http_open_timeout (15)
|
357
|
+
# The default number of seconds to wait for response data.
|
358
|
+
# This value can safely be set per-request on the session.
|
359
|
+
#
|
360
|
+
# @option options [URI::HTTP,String] :http_proxy
|
361
|
+
# A proxy to send requests through. Formatted like 'http://proxy.com:123'.
|
362
|
+
#
|
363
|
+
# @option options [Float] :http_read_timeout (60)
|
364
|
+
# The default number of seconds to wait for response data.
|
365
|
+
# This value can safely be set per-request on the session.
|
366
|
+
#
|
367
|
+
# @option options [Boolean] :http_wire_trace (false)
|
368
|
+
# When `true`, HTTP debug output will be sent to the `:logger`.
|
369
|
+
#
|
370
|
+
# @option options [Proc] :on_chunk_received
|
371
|
+
# When a Proc object is provided, it will be used as callback when each chunk
|
372
|
+
# of the response body is received. It provides three arguments: the chunk,
|
373
|
+
# the number of bytes received, and the total number of
|
374
|
+
# bytes in the response (or nil if the server did not send a `content-length`).
|
375
|
+
#
|
376
|
+
# @option options [Proc] :on_chunk_sent
|
377
|
+
# When a Proc object is provided, it will be used as callback when each chunk
|
378
|
+
# of the request body is sent. It provides three arguments: the chunk,
|
379
|
+
# the number of bytes read from the body, and the total number of
|
380
|
+
# bytes in the body.
|
381
|
+
#
|
382
|
+
# @option options [Boolean] :raise_response_errors (true)
|
383
|
+
# When `true`, response errors are raised.
|
384
|
+
#
|
385
|
+
# @option options [String] :ssl_ca_bundle
|
386
|
+
# Full path to the SSL certificate authority bundle file that should be used when
|
387
|
+
# verifying peer certificates. If you do not pass `:ssl_ca_bundle` or
|
388
|
+
# `:ssl_ca_directory` the the system default will be used if available.
|
389
|
+
#
|
390
|
+
# @option options [String] :ssl_ca_directory
|
391
|
+
# Full path of the directory that contains the unbundled SSL certificate
|
392
|
+
# authority files for verifying peer certificates. If you do
|
393
|
+
# not pass `:ssl_ca_bundle` or `:ssl_ca_directory` the the system
|
394
|
+
# default will be used if available.
|
361
395
|
#
|
362
|
-
# @option options [
|
363
|
-
#
|
396
|
+
# @option options [String] :ssl_ca_store
|
397
|
+
# Sets the X509::Store to verify peer certificate.
|
364
398
|
#
|
365
|
-
# @option options [
|
366
|
-
#
|
367
|
-
# connection.
|
399
|
+
# @option options [Float] :ssl_timeout
|
400
|
+
# Sets the SSL timeout in seconds
|
368
401
|
#
|
369
|
-
# @option options [
|
370
|
-
#
|
371
|
-
# verifying peer certificates. If you do not pass
|
372
|
-
# `:ssl_ca_bundle` or `:ssl_ca_directory` the the system default
|
373
|
-
# will be used if available.
|
374
|
-
#
|
375
|
-
# @option options [String] :ssl_ca_directory Full path of the
|
376
|
-
# directory that contains the unbundled SSL certificate
|
377
|
-
# authority files for verifying peer certificates. If you do
|
378
|
-
# not pass `:ssl_ca_bundle` or `:ssl_ca_directory` the the
|
379
|
-
# system default will be used if available.
|
402
|
+
# @option options [Boolean] :ssl_verify_peer (true)
|
403
|
+
# When `true`, SSL peer certificates are verified when establishing a connection.
|
380
404
|
#
|
381
405
|
def initialize(*args)
|
382
406
|
super
|
@@ -902,7 +926,7 @@ module Aws::SimpleDB
|
|
902
926
|
params: params,
|
903
927
|
config: config)
|
904
928
|
context[:gem_name] = 'aws-sdk-simpledb'
|
905
|
-
context[:gem_version] = '1.
|
929
|
+
context[:gem_version] = '1.45.0'
|
906
930
|
Seahorse::Client::Request.new(handlers, context)
|
907
931
|
end
|
908
932
|
|
@@ -14,7 +14,7 @@ module Aws::SimpleDB
|
|
14
14
|
include Seahorse::Model
|
15
15
|
|
16
16
|
Attribute = Shapes::StructureShape.new(name: 'Attribute')
|
17
|
-
AttributeDoesNotExist = Shapes::StructureShape.new(name: 'AttributeDoesNotExist')
|
17
|
+
AttributeDoesNotExist = Shapes::StructureShape.new(name: 'AttributeDoesNotExist', error: {"code"=>"AttributeDoesNotExist", "httpStatusCode"=>404, "senderFault"=>true})
|
18
18
|
AttributeList = Shapes::ListShape.new(name: 'AttributeList', flattened: true)
|
19
19
|
AttributeNameList = Shapes::ListShape.new(name: 'AttributeNameList', flattened: true)
|
20
20
|
BatchDeleteAttributesRequest = Shapes::StructureShape.new(name: 'BatchDeleteAttributesRequest')
|
@@ -28,39 +28,39 @@ module Aws::SimpleDB
|
|
28
28
|
DomainMetadataRequest = Shapes::StructureShape.new(name: 'DomainMetadataRequest')
|
29
29
|
DomainMetadataResult = Shapes::StructureShape.new(name: 'DomainMetadataResult')
|
30
30
|
DomainNameList = Shapes::ListShape.new(name: 'DomainNameList', flattened: true)
|
31
|
-
DuplicateItemName = Shapes::StructureShape.new(name: 'DuplicateItemName')
|
31
|
+
DuplicateItemName = Shapes::StructureShape.new(name: 'DuplicateItemName', error: {"code"=>"DuplicateItemName", "httpStatusCode"=>400, "senderFault"=>true})
|
32
32
|
Float = Shapes::FloatShape.new(name: 'Float')
|
33
33
|
GetAttributesRequest = Shapes::StructureShape.new(name: 'GetAttributesRequest')
|
34
34
|
GetAttributesResult = Shapes::StructureShape.new(name: 'GetAttributesResult')
|
35
35
|
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
36
|
-
InvalidNextToken = Shapes::StructureShape.new(name: 'InvalidNextToken')
|
37
|
-
InvalidNumberPredicates = Shapes::StructureShape.new(name: 'InvalidNumberPredicates')
|
38
|
-
InvalidNumberValueTests = Shapes::StructureShape.new(name: 'InvalidNumberValueTests')
|
39
|
-
InvalidParameterValue = Shapes::StructureShape.new(name: 'InvalidParameterValue')
|
40
|
-
InvalidQueryExpression = Shapes::StructureShape.new(name: 'InvalidQueryExpression')
|
36
|
+
InvalidNextToken = Shapes::StructureShape.new(name: 'InvalidNextToken', error: {"code"=>"InvalidNextToken", "httpStatusCode"=>400, "senderFault"=>true})
|
37
|
+
InvalidNumberPredicates = Shapes::StructureShape.new(name: 'InvalidNumberPredicates', error: {"code"=>"InvalidNumberPredicates", "httpStatusCode"=>400, "senderFault"=>true})
|
38
|
+
InvalidNumberValueTests = Shapes::StructureShape.new(name: 'InvalidNumberValueTests', error: {"code"=>"InvalidNumberValueTests", "httpStatusCode"=>400, "senderFault"=>true})
|
39
|
+
InvalidParameterValue = Shapes::StructureShape.new(name: 'InvalidParameterValue', error: {"code"=>"InvalidParameterValue", "httpStatusCode"=>400, "senderFault"=>true})
|
40
|
+
InvalidQueryExpression = Shapes::StructureShape.new(name: 'InvalidQueryExpression', error: {"code"=>"InvalidQueryExpression", "httpStatusCode"=>400, "senderFault"=>true})
|
41
41
|
Item = Shapes::StructureShape.new(name: 'Item')
|
42
42
|
ItemList = Shapes::ListShape.new(name: 'ItemList', flattened: true)
|
43
43
|
ListDomainsRequest = Shapes::StructureShape.new(name: 'ListDomainsRequest')
|
44
44
|
ListDomainsResult = Shapes::StructureShape.new(name: 'ListDomainsResult')
|
45
45
|
Long = Shapes::IntegerShape.new(name: 'Long')
|
46
|
-
MissingParameter = Shapes::StructureShape.new(name: 'MissingParameter')
|
47
|
-
NoSuchDomain = Shapes::StructureShape.new(name: 'NoSuchDomain')
|
48
|
-
NumberDomainAttributesExceeded = Shapes::StructureShape.new(name: 'NumberDomainAttributesExceeded')
|
49
|
-
NumberDomainBytesExceeded = Shapes::StructureShape.new(name: 'NumberDomainBytesExceeded')
|
50
|
-
NumberDomainsExceeded = Shapes::StructureShape.new(name: 'NumberDomainsExceeded')
|
51
|
-
NumberItemAttributesExceeded = Shapes::StructureShape.new(name: 'NumberItemAttributesExceeded')
|
52
|
-
NumberSubmittedAttributesExceeded = Shapes::StructureShape.new(name: 'NumberSubmittedAttributesExceeded')
|
53
|
-
NumberSubmittedItemsExceeded = Shapes::StructureShape.new(name: 'NumberSubmittedItemsExceeded')
|
46
|
+
MissingParameter = Shapes::StructureShape.new(name: 'MissingParameter', error: {"code"=>"MissingParameter", "httpStatusCode"=>400, "senderFault"=>true})
|
47
|
+
NoSuchDomain = Shapes::StructureShape.new(name: 'NoSuchDomain', error: {"code"=>"NoSuchDomain", "httpStatusCode"=>400, "senderFault"=>true})
|
48
|
+
NumberDomainAttributesExceeded = Shapes::StructureShape.new(name: 'NumberDomainAttributesExceeded', error: {"code"=>"NumberDomainAttributesExceeded", "httpStatusCode"=>409, "senderFault"=>true})
|
49
|
+
NumberDomainBytesExceeded = Shapes::StructureShape.new(name: 'NumberDomainBytesExceeded', error: {"code"=>"NumberDomainBytesExceeded", "httpStatusCode"=>409, "senderFault"=>true})
|
50
|
+
NumberDomainsExceeded = Shapes::StructureShape.new(name: 'NumberDomainsExceeded', error: {"code"=>"NumberDomainsExceeded", "httpStatusCode"=>409, "senderFault"=>true})
|
51
|
+
NumberItemAttributesExceeded = Shapes::StructureShape.new(name: 'NumberItemAttributesExceeded', error: {"code"=>"NumberItemAttributesExceeded", "httpStatusCode"=>409, "senderFault"=>true})
|
52
|
+
NumberSubmittedAttributesExceeded = Shapes::StructureShape.new(name: 'NumberSubmittedAttributesExceeded', error: {"code"=>"NumberSubmittedAttributesExceeded", "httpStatusCode"=>409, "senderFault"=>true})
|
53
|
+
NumberSubmittedItemsExceeded = Shapes::StructureShape.new(name: 'NumberSubmittedItemsExceeded', error: {"code"=>"NumberSubmittedItemsExceeded", "httpStatusCode"=>409, "senderFault"=>true})
|
54
54
|
PutAttributesRequest = Shapes::StructureShape.new(name: 'PutAttributesRequest')
|
55
55
|
ReplaceableAttribute = Shapes::StructureShape.new(name: 'ReplaceableAttribute')
|
56
56
|
ReplaceableAttributeList = Shapes::ListShape.new(name: 'ReplaceableAttributeList', flattened: true)
|
57
57
|
ReplaceableItem = Shapes::StructureShape.new(name: 'ReplaceableItem')
|
58
58
|
ReplaceableItemList = Shapes::ListShape.new(name: 'ReplaceableItemList', flattened: true)
|
59
|
-
RequestTimeout = Shapes::StructureShape.new(name: 'RequestTimeout')
|
59
|
+
RequestTimeout = Shapes::StructureShape.new(name: 'RequestTimeout', error: {"code"=>"RequestTimeout", "httpStatusCode"=>408, "senderFault"=>true})
|
60
60
|
SelectRequest = Shapes::StructureShape.new(name: 'SelectRequest')
|
61
61
|
SelectResult = Shapes::StructureShape.new(name: 'SelectResult')
|
62
62
|
String = Shapes::StringShape.new(name: 'String')
|
63
|
-
TooManyRequestedAttributes = Shapes::StructureShape.new(name: 'TooManyRequestedAttributes')
|
63
|
+
TooManyRequestedAttributes = Shapes::StructureShape.new(name: 'TooManyRequestedAttributes', error: {"code"=>"TooManyRequestedAttributes", "httpStatusCode"=>400, "senderFault"=>true})
|
64
64
|
UpdateCondition = Shapes::StructureShape.new(name: 'UpdateCondition')
|
65
65
|
|
66
66
|
Attribute.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Name"))
|
data/lib/aws-sdk-simpledb.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-simpledb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.45.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-04-25 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.
|
22
|
+
version: 3.193.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.
|
32
|
+
version: 3.193.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv2
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|