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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-kinesis/async_client.rb +10 -13
- data/lib/aws-sdk-kinesis/client.rb +10 -13
- data/lib/aws-sdk-kinesis.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '075495c95fc13b06dfc249cddb345920f102d22552468506f9e0f6091b073936'
|
4
|
+
data.tar.gz: 795610e2c51ec2134c5b582640493764a8b0133df4cc87a3cf50c401e60686e4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 69680d8367122390f363410265eba102a705d273e4c2128a1d04cb7f60d695a5a606623c1d94b1d1d8df38864203198c1c160068ec7347c9877d279a119b203b
|
7
|
+
data.tar.gz: f3387f49f0eaf495411f50f73aa654ebbc31b1d4f052df5612ce4507f638b7d5d5e84da994b8ac30b00ac02f5192a5627c03e0f354e6ccd4b6b5a3967ca1091f
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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
|
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
|
-
#
|
137
|
-
#
|
138
|
-
#
|
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
|
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.
|
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
|
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
|
-
#
|
146
|
-
#
|
147
|
-
#
|
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
|
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.
|
3014
|
+
context[:gem_version] = '1.84.0'
|
3018
3015
|
Seahorse::Client::Request.new(handlers, context)
|
3019
3016
|
end
|
3020
3017
|
|
data/lib/aws-sdk-kinesis.rb
CHANGED