aws-sdk-kinesis 1.83.0 → 1.84.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: b86735191a35fda6475a1b60dd89ee11867af742204b076ef440827a36d2c2d9
4
- data.tar.gz: '018496ffdf05019063d57b759e466687bf0e449f5e7061b3821bee8b863ac424'
3
+ metadata.gz: '075495c95fc13b06dfc249cddb345920f102d22552468506f9e0f6091b073936'
4
+ data.tar.gz: 795610e2c51ec2134c5b582640493764a8b0133df4cc87a3cf50c401e60686e4
5
5
  SHA512:
6
- metadata.gz: 62c6a89310133dbe072231458c4f177ca3f8debb48e8073ba4f4a1ac41b31b7b29dfe7c2e01c5ba2a008b9f63b969053c7d6f2af0e87c06a634d8d77705d4e60
7
- data.tar.gz: 449069d094506bf57be87750e634fee8957b534d66e230da51d8370c6d9d8c461087a08f94dfd13e9fca71e7d1ea60083107949ee165c4ec5eb88b64b9dcda04
6
+ metadata.gz: 69680d8367122390f363410265eba102a705d273e4c2128a1d04cb7f60d695a5a606623c1d94b1d1d8df38864203198c1c160068ec7347c9877d279a119b203b
7
+ data.tar.gz: f3387f49f0eaf495411f50f73aa654ebbc31b1d4f052df5612ce4507f638b7d5d5e84da994b8ac30b00ac02f5192a5627c03e0f354e6ccd4b6b5a3967ca1091f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.84.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.83.0 (2025-07-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.83.0
1
+ 1.84.0
@@ -88,8 +88,8 @@ module Aws::Kinesis
88
88
  # class name or an instance of a plugin class.
89
89
  #
90
90
  # @option options [required, Aws::CredentialProvider] :credentials
91
- # Your AWS credentials used for authentication. This can be an instance of any one of the
92
- # following classes:
91
+ # Your AWS credentials used for authentication. This can be any class that includes and implements
92
+ # `Aws::CredentialProvider`, or instance of any one of the following classes:
93
93
  #
94
94
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
95
95
  # credentials.
@@ -117,8 +117,7 @@ module Aws::Kinesis
117
117
  # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
118
118
  # from the Cognito Identity service.
119
119
  #
120
- # When `:credentials` are not configured directly, the following
121
- # locations will be searched for credentials:
120
+ # When `:credentials` are not configured directly, the following locations will be searched for credentials:
122
121
  #
123
122
  # * `Aws.config[:credentials]`
124
123
  #
@@ -132,12 +131,10 @@ module Aws::Kinesis
132
131
  #
133
132
  # * `~/.aws/config`
134
133
  #
135
- # * EC2/ECS IMDS instance profile - When used by default, the timeouts
136
- # are very aggressive. Construct and pass an instance of
137
- # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
138
- # enable retries and extended timeouts. Instance profile credential
139
- # fetching can be disabled by setting `ENV['AWS_EC2_METADATA_DISABLED']`
140
- # to `true`.
134
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts are very aggressive.
135
+ # Construct and pass an instance of `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
136
+ # enable retries and extended timeouts. Instance profile credential fetching can be disabled by
137
+ # setting `ENV['AWS_EC2_METADATA_DISABLED']` to `true`.
141
138
  #
142
139
  # @option options [required, String] :region
143
140
  # The AWS region to connect to. The configured `:region` is
@@ -344,8 +341,8 @@ module Aws::Kinesis
344
341
  # `Aws::Telemetry::OTelProvider` for telemetry provider.
345
342
  #
346
343
  # @option options [Aws::TokenProvider] :token_provider
347
- # Your Bearer token used for authentication. This can be an instance of any one of the
348
- # following classes:
344
+ # Your Bearer token used for authentication. This can be any class that includes and implements
345
+ # `Aws::TokenProvider`, or instance of any one of the following classes:
349
346
  #
350
347
  # * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
351
348
  # tokens.
@@ -748,7 +745,7 @@ module Aws::Kinesis
748
745
  tracer: tracer
749
746
  )
750
747
  context[:gem_name] = 'aws-sdk-kinesis'
751
- context[:gem_version] = '1.83.0'
748
+ context[:gem_version] = '1.84.0'
752
749
  Seahorse::Client::Request.new(handlers, context)
753
750
  end
754
751
 
@@ -97,8 +97,8 @@ module Aws::Kinesis
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::Kinesis
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::Kinesis
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
@@ -395,8 +392,8 @@ module Aws::Kinesis
395
392
  # `Aws::Telemetry::OTelProvider` for telemetry provider.
396
393
  #
397
394
  # @option options [Aws::TokenProvider] :token_provider
398
- # Your Bearer token used for authentication. This can be an instance of any one of the
399
- # following classes:
395
+ # Your Bearer token used for authentication. This can be any class that includes and implements
396
+ # `Aws::TokenProvider`, or instance of any one of the following classes:
400
397
  #
401
398
  # * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
402
399
  # tokens.
@@ -3014,7 +3011,7 @@ module Aws::Kinesis
3014
3011
  tracer: tracer
3015
3012
  )
3016
3013
  context[:gem_name] = 'aws-sdk-kinesis'
3017
- context[:gem_version] = '1.83.0'
3014
+ context[:gem_version] = '1.84.0'
3018
3015
  Seahorse::Client::Request.new(handlers, context)
3019
3016
  end
3020
3017
 
@@ -57,7 +57,7 @@ module Aws::Kinesis
57
57
  autoload :AsyncClient, 'aws-sdk-kinesis/async_client'
58
58
  autoload :EventStreams, 'aws-sdk-kinesis/event_streams'
59
59
 
60
- GEM_VERSION = '1.83.0'
60
+ GEM_VERSION = '1.84.0'
61
61
 
62
62
  end
63
63
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-kinesis
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.83.0
4
+ version: 1.84.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services