aws-sdk-simpledb 1.54.0 → 1.55.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0c84ac3a679f93672b6a5961b5146876bd05bd3ae13587043c9ddacf4773522f
4
- data.tar.gz: 9239bdfa1594d9cc1eabdf393dd5dd26e0f4a5aadda971956bd13290edb3f2b9
3
+ metadata.gz: 00fc435b1484e0ba5b0f25e3a3e609078d51d7771d2210dcad98f6662e0068d5
4
+ data.tar.gz: c0b36bb030783d4e42753f822650f1fcc1c0cdbd1ffc62e39e9a4610aa2d4c1f
5
5
  SHA512:
6
- metadata.gz: c50741a95c279737cdc2c85b68f1b6cca8ac578a861c4fc59356db6e2558d172730ed65957fdaf4eb722844d2fbf31f25c6bb08bf98100911d8514073a9f0995
7
- data.tar.gz: 17c675ff59dc5f01cca5bba123b8cd5eed9b520771c30cdaaa288a78fa97a39764b1220c7dc13e94d31024b7c0b1a18419e1c658ed4d84551f4f543d6dcf10f7
6
+ metadata.gz: 601ccc4aa28c4eee6689c5efcfbe72479881e5449ce503b8e0efecca5296dffb7083dcdf52432a25c7db5064942583407d827d1acc2f26998313be2ef18d7f9c
7
+ data.tar.gz: cae16c0abfdaa0f2d7f8765ec9f59394d6654f9758271f849b289e3c67406948a5646b7595edae3a16e3fc6d35300a18f9421dc021fc0c4e5ca9b30b35de41a7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.55.0 (2024-09-20)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.54.0 (2024-09-11)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.54.0
1
+ 1.55.0
@@ -129,13 +129,15 @@ module Aws::SimpleDB
129
129
  # locations will be searched for credentials:
130
130
  #
131
131
  # * `Aws.config[:credentials]`
132
- # * The `:access_key_id`, `:secret_access_key`, and `:session_token` options.
133
- # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
132
+ # * The `:access_key_id`, `:secret_access_key`, `:session_token`, and
133
+ # `:account_id` options.
134
+ # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY'],
135
+ # ENV['AWS_SESSION_TOKEN'], and ENV['AWS_ACCOUNT_ID']
134
136
  # * `~/.aws/credentials`
135
137
  # * `~/.aws/config`
136
138
  # * EC2/ECS IMDS instance profile - When used by default, the timeouts
137
139
  # are very aggressive. Construct and pass an instance of
138
- # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
140
+ # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
139
141
  # enable retries and extended timeouts. Instance profile credential
140
142
  # fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
141
143
  # to true.
@@ -154,6 +156,8 @@ module Aws::SimpleDB
154
156
  #
155
157
  # @option options [String] :access_key_id
156
158
  #
159
+ # @option options [String] :account_id
160
+ #
157
161
  # @option options [Boolean] :active_endpoint_cache (false)
158
162
  # When set to `true`, a thread polling for endpoints will be running in
159
163
  # the background every 60 secs (default). Defaults to `false`.
@@ -962,7 +966,7 @@ module Aws::SimpleDB
962
966
  tracer: tracer
963
967
  )
964
968
  context[:gem_name] = 'aws-sdk-simpledb'
965
- context[:gem_version] = '1.54.0'
969
+ context[:gem_version] = '1.55.0'
966
970
  Seahorse::Client::Request.new(handlers, context)
967
971
  end
968
972
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-simpledb/customizations'
48
48
  # @!group service
49
49
  module Aws::SimpleDB
50
50
 
51
- GEM_VERSION = '1.54.0'
51
+ GEM_VERSION = '1.55.0'
52
52
 
53
53
  end
data/sig/client.rbs CHANGED
@@ -15,6 +15,7 @@ module Aws
15
15
  ?credentials: untyped,
16
16
  ?region: String,
17
17
  ?access_key_id: String,
18
+ ?account_id: String,
18
19
  ?active_endpoint_cache: bool,
19
20
  ?adaptive_retry_wait_to_fill: bool,
20
21
  ?client_side_monitoring: bool,
data/sig/resource.rbs CHANGED
@@ -15,6 +15,7 @@ module Aws
15
15
  ?credentials: untyped,
16
16
  ?region: String,
17
17
  ?access_key_id: String,
18
+ ?account_id: String,
18
19
  ?active_endpoint_cache: bool,
19
20
  ?adaptive_retry_wait_to_fill: bool,
20
21
  ?client_side_monitoring: bool,
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.54.0
4
+ version: 1.55.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-09-11 00:00:00.000000000 Z
11
+ date: 2024-09-20 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.205.0
22
+ version: 3.207.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.205.0
32
+ version: 3.207.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv2
35
35
  requirement: !ruby/object:Gem::Requirement