aws-sdk-dynamodbstreams 1.79.0 → 1.80.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: d14d6b40b182e439283715fa465080139f490abc8c9241a0e3d35f2fef1f3838
4
- data.tar.gz: 109859d5d62f4295f3c19bcc77d4f4c7a75d5a20a523e1a0b966403545a053d1
3
+ metadata.gz: a8145cfe7679e5580893537924ba7958634a10409faf984d5987c05f0228e6d6
4
+ data.tar.gz: ef2c6e2d812adc311b96e38208d28b600639dff06ca09590b8969ddabc76e602
5
5
  SHA512:
6
- metadata.gz: 1cc3245f027ad3efed41ced9c9170ec678b3c687d7bc4810bb6eb133d89e3b3566b24c1a956ceb5ba31891c9e9871ceae380a1fcbe13ab6f9d5a5ec88775f09c
7
- data.tar.gz: 04167ea4a9effa5f6a43729911cdd950d56099480b9339c6f7865e1b73e42851a961918732928ef8a4398a95c47f5287f0fbc9ee247124ace2946ac6e98b05ac
6
+ metadata.gz: 769c296b51711b3b81046854ff7cef10439ce0bd7909b4f687bab9ed675f506226e6c58980e59a6c71486506c23dcb4d8cf33b0fff459d72f4924dc1f387aa48
7
+ data.tar.gz: 22b76cd392f6c10fb3ff1d081495f4be6648b19fceff3d0f50e79a12cd4280c564fc04c7c8eae1daf0a411bcddf5c49a65e29c47177c0d6c860a7c256d431633
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.80.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.79.0 (2025-07-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.79.0
1
+ 1.80.0
@@ -97,8 +97,8 @@ module Aws::DynamoDBStreams
97
97
  # class name or an instance of a plugin class.
98
98
  #
99
99
  # @option options [required, Aws::CredentialProvider] :credentials
100
- # Your AWS credentials used for authentication. This can be an instance of any one of the
101
- # following classes:
100
+ # Your AWS credentials used for authentication. This can be any class that includes and implements
101
+ # `Aws::CredentialProvider`, or instance of any one of the following classes:
102
102
  #
103
103
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
104
104
  # credentials.
@@ -126,8 +126,7 @@ module Aws::DynamoDBStreams
126
126
  # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
127
127
  # from the Cognito Identity service.
128
128
  #
129
- # When `:credentials` are not configured directly, the following
130
- # locations will be searched for credentials:
129
+ # When `:credentials` are not configured directly, the following locations will be searched for credentials:
131
130
  #
132
131
  # * `Aws.config[:credentials]`
133
132
  #
@@ -141,12 +140,10 @@ module Aws::DynamoDBStreams
141
140
  #
142
141
  # * `~/.aws/config`
143
142
  #
144
- # * EC2/ECS IMDS instance profile - When used by default, the timeouts
145
- # are very aggressive. Construct and pass an instance of
146
- # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
147
- # enable retries and extended timeouts. Instance profile credential
148
- # fetching can be disabled by setting `ENV['AWS_EC2_METADATA_DISABLED']`
149
- # to `true`.
143
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts are very aggressive.
144
+ # Construct and pass an instance of `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
145
+ # enable retries and extended timeouts. Instance profile credential fetching can be disabled by
146
+ # setting `ENV['AWS_EC2_METADATA_DISABLED']` to `true`.
150
147
  #
151
148
  # @option options [required, String] :region
152
149
  # The AWS region to connect to. The configured `:region` is
@@ -390,8 +387,8 @@ module Aws::DynamoDBStreams
390
387
  # `Aws::Telemetry::OTelProvider` for telemetry provider.
391
388
  #
392
389
  # @option options [Aws::TokenProvider] :token_provider
393
- # Your Bearer token used for authentication. This can be an instance of any one of the
394
- # following classes:
390
+ # Your Bearer token used for authentication. This can be any class that includes and implements
391
+ # `Aws::TokenProvider`, or instance of any one of the following classes:
395
392
  #
396
393
  # * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
397
394
  # tokens.
@@ -955,7 +952,7 @@ module Aws::DynamoDBStreams
955
952
  tracer: tracer
956
953
  )
957
954
  context[:gem_name] = 'aws-sdk-dynamodbstreams'
958
- context[:gem_version] = '1.79.0'
955
+ context[:gem_version] = '1.80.0'
959
956
  Seahorse::Client::Request.new(handlers, context)
960
957
  end
961
958
 
@@ -54,7 +54,7 @@ module Aws::DynamoDBStreams
54
54
  autoload :EndpointProvider, 'aws-sdk-dynamodbstreams/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-dynamodbstreams/endpoints'
56
56
 
57
- GEM_VERSION = '1.79.0'
57
+ GEM_VERSION = '1.80.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-dynamodbstreams
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.79.0
4
+ version: 1.80.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services