aws-sdk-simpledb 1.67.0 → 1.68.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: a0b8bb8c6babd60d1e019ddb8ec0d6889e2acbf55f622390460db61eae2f0a1a
4
- data.tar.gz: ab3a61dc0caecf6126df6ace970c62d753a1bcbfe8058e076ba4bf0e0cb800c4
3
+ metadata.gz: '0392a80aeab03365a49532442d1457f394bac9a916a09158cc6fddfb63ca95ff'
4
+ data.tar.gz: 688e64252b8ca4479df94266d0587ca81b44337b6c43b55bc4c3fd35d65f73c4
5
5
  SHA512:
6
- metadata.gz: 96837f7d83bd7738714bf0eae86e04aec4d5e06ae4b9ebd24f75e4a612de5e2768581c60fa31c8a3ce5ad1ba50afe09123ff2b0c567c86b53541be259188f5e3
7
- data.tar.gz: 0e12aa78febf833a5cbc2c6ea86eaec5edc94b3425a462558b5d83f7540f9426c9299f7df5893f73eef601b2adf56d396faaf3fd0d9522115fb3cae00c5cf876
6
+ metadata.gz: 1b24e261c718ec5874c367a0b9c2ab632c9fa3a0f66b7c2771f8494490b79c8a7c8426345960e647dec2fc66f55453234b365ac055dec85b40a54e2fb596909a
7
+ data.tar.gz: 948b3188a9fd9107dec6a4b25757f6405b807c362eff8a8dbf7aa7bbe78185838b759c58f04da063c027bd450ac3b0756c4fc1f98ae2011d1b7df75339b15ffb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.68.0 (2025-08-04)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.67.0 (2025-07-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.67.0
1
+ 1.68.0
@@ -94,8 +94,8 @@ module Aws::SimpleDB
94
94
  # class name or an instance of a plugin class.
95
95
  #
96
96
  # @option options [required, Aws::CredentialProvider] :credentials
97
- # Your AWS credentials used for authentication. This can be an instance of any one of the
98
- # following classes:
97
+ # Your AWS credentials used for authentication. This can be any class that includes and implements
98
+ # `Aws::CredentialProvider`, or instance of any one of the following classes:
99
99
  #
100
100
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
101
101
  # credentials.
@@ -123,8 +123,7 @@ module Aws::SimpleDB
123
123
  # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
124
124
  # from the Cognito Identity service.
125
125
  #
126
- # When `:credentials` are not configured directly, the following
127
- # locations will be searched for credentials:
126
+ # When `:credentials` are not configured directly, the following locations will be searched for credentials:
128
127
  #
129
128
  # * `Aws.config[:credentials]`
130
129
  #
@@ -138,12 +137,10 @@ module Aws::SimpleDB
138
137
  #
139
138
  # * `~/.aws/config`
140
139
  #
141
- # * EC2/ECS IMDS instance profile - When used by default, the timeouts
142
- # are very aggressive. Construct and pass an instance of
143
- # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
144
- # enable retries and extended timeouts. Instance profile credential
145
- # fetching can be disabled by setting `ENV['AWS_EC2_METADATA_DISABLED']`
146
- # to `true`.
140
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts are very aggressive.
141
+ # Construct and pass an instance of `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
142
+ # enable retries and extended timeouts. Instance profile credential fetching can be disabled by
143
+ # setting `ENV['AWS_EC2_METADATA_DISABLED']` to `true`.
147
144
  #
148
145
  # @option options [required, String] :region
149
146
  # The AWS region to connect to. The configured `:region` is
@@ -376,8 +373,8 @@ module Aws::SimpleDB
376
373
  # `Aws::Telemetry::OTelProvider` for telemetry provider.
377
374
  #
378
375
  # @option options [Aws::TokenProvider] :token_provider
379
- # Your Bearer token used for authentication. This can be an instance of any one of the
380
- # following classes:
376
+ # Your Bearer token used for authentication. This can be any class that includes and implements
377
+ # `Aws::TokenProvider`, or instance of any one of the following classes:
381
378
  #
382
379
  # * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
383
380
  # tokens.
@@ -996,7 +993,7 @@ module Aws::SimpleDB
996
993
  tracer: tracer
997
994
  )
998
995
  context[:gem_name] = 'aws-sdk-simpledb'
999
- context[:gem_version] = '1.67.0'
996
+ context[:gem_version] = '1.68.0'
1000
997
  Seahorse::Client::Request.new(handlers, context)
1001
998
  end
1002
999
 
@@ -48,7 +48,7 @@ module Aws::SimpleDB
48
48
  autoload :Errors, 'aws-sdk-simpledb/errors'
49
49
  autoload :Resource, 'aws-sdk-simpledb/resource'
50
50
 
51
- GEM_VERSION = '1.67.0'
51
+ GEM_VERSION = '1.68.0'
52
52
 
53
53
  end
54
54
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-simpledb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.67.0
4
+ version: 1.68.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services