aws-sdk-kinesis 1.38.0 → 1.52.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: eac4d4cecdba7a2a01bf4c7eaa8fdb618c1241b2095425c14fdee808a03f06d8
4
- data.tar.gz: 6140ade32140e09d1e732a489dcb41642cbb4dda3b4831260d7c3ca173c304ae
3
+ metadata.gz: e3b06954603f48764fd1387596cc5c25e07bf27ac6c357f392003827ffea5a29
4
+ data.tar.gz: c7cb28c04fa0a669bfc265e852276cc490dd90d3bac062abce559b693f9388e0
5
5
  SHA512:
6
- metadata.gz: 9c54f5ba41fd45fccf416c1654397e3fc48a84c33973b5f36f2047968c4478518701f76fedbaea75ace5fb4c44f71897587d48585ff932b08070c7674943e93c
7
- data.tar.gz: 6feebd9c5ebc17f96ddb23398534b9128359c25bd7290c7940252e0acea54418badb2e469121eecfcf06f6c6a529377bc00e10924539888db517c8a8c3e804c2
6
+ metadata.gz: 85312b2e4c4cbb3e84745d5feaaaf068399132a0cb5cfd276d568e143a175b64eb315ebfb6d1115ee1f94c6b2e30f88bf6ce88394c813447dbfb22592fa69511
7
+ data.tar.gz: dd5bfd6b95a01d9716f9bfd5e7848dba72eb2a87cbfe97453a55785f8c84ae0a759f5089fb419b9d02660e52a8779fe204ce928645d79512c146e96b7574ab8a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,78 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.52.0 (2023-09-27)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.51.0 (2023-09-19)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.50.0 (2023-07-11)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.49.0 (2023-07-06)
20
+ ------------------
21
+
22
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
23
+
24
+ 1.48.0 (2023-06-28)
25
+ ------------------
26
+
27
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
28
+
29
+ 1.47.0 (2023-06-15)
30
+ ------------------
31
+
32
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
33
+
34
+ 1.46.0 (2023-05-31)
35
+ ------------------
36
+
37
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
38
+
39
+ 1.45.0 (2023-01-31)
40
+ ------------------
41
+
42
+ * Feature - Enabled FIPS endpoints for GovCloud (US) regions in SDK.
43
+
44
+ 1.44.0 (2023-01-18)
45
+ ------------------
46
+
47
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
48
+
49
+ * Issue - Replace runtime endpoint resolution approach with generated ruby code.
50
+
51
+ 1.43.0 (2022-12-15)
52
+ ------------------
53
+
54
+ * Feature - Added StreamARN parameter for Kinesis Data Streams APIs. Added a new opaque pagination token for ListStreams. SDKs will auto-generate Account Endpoint when accessing Kinesis Data Streams.
55
+
56
+ 1.42.0 (2022-10-25)
57
+ ------------------
58
+
59
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
60
+
61
+ 1.41.0 (2022-02-24)
62
+ ------------------
63
+
64
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
65
+
66
+ 1.40.0 (2022-02-03)
67
+ ------------------
68
+
69
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
70
+
71
+ 1.39.0 (2021-12-21)
72
+ ------------------
73
+
74
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
75
+
4
76
  1.38.0 (2021-11-30)
5
77
  ------------------
6
78
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.38.0
1
+ 1.52.0
@@ -23,8 +23,12 @@ require 'aws-sdk-core/plugins/stub_responses.rb'
23
23
  require 'aws-sdk-core/plugins/idempotency_token.rb'
24
24
  require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
25
25
  require 'aws-sdk-core/plugins/http_checksum.rb'
26
+ require 'aws-sdk-core/plugins/checksum_algorithm.rb'
27
+ require 'aws-sdk-core/plugins/request_compression.rb'
28
+ require 'aws-sdk-core/plugins/defaults_mode.rb'
29
+ require 'aws-sdk-core/plugins/recursion_detection.rb'
26
30
  require 'aws-sdk-core/plugins/invocation_id.rb'
27
- require 'aws-sdk-core/plugins/signature_v4.rb'
31
+ require 'aws-sdk-core/plugins/sign.rb'
28
32
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
29
33
  require 'aws-sdk-core/plugins/event_stream_configuration.rb'
30
34
 
@@ -52,10 +56,15 @@ module Aws::Kinesis
52
56
  add_plugin(Aws::Plugins::IdempotencyToken)
53
57
  add_plugin(Aws::Plugins::JsonvalueConverter)
54
58
  add_plugin(Aws::Plugins::HttpChecksum)
59
+ add_plugin(Aws::Plugins::ChecksumAlgorithm)
60
+ add_plugin(Aws::Plugins::RequestCompression)
61
+ add_plugin(Aws::Plugins::DefaultsMode)
62
+ add_plugin(Aws::Plugins::RecursionDetection)
55
63
  add_plugin(Aws::Plugins::InvocationId)
56
- add_plugin(Aws::Plugins::SignatureV4)
64
+ add_plugin(Aws::Plugins::Sign)
57
65
  add_plugin(Aws::Plugins::Protocols::JsonRpc)
58
66
  add_plugin(Aws::Plugins::EventStreamConfiguration)
67
+ add_plugin(Aws::Kinesis::Plugins::Endpoints)
59
68
 
60
69
  # @option options [required, Aws::CredentialProvider] :credentials
61
70
  # Your AWS credentials. This can be an instance of any one of the
@@ -130,6 +139,14 @@ module Aws::Kinesis
130
139
  # Used only in `standard` and adaptive retry modes. Specifies whether to apply
131
140
  # a clock skew correction and retry requests with skewed client clocks.
132
141
  #
142
+ # @option options [String] :defaults_mode ("legacy")
143
+ # See {Aws::DefaultsModeConfiguration} for a list of the
144
+ # accepted modes and the configuration defaults that are included.
145
+ #
146
+ # @option options [Boolean] :disable_request_compression (false)
147
+ # When set to 'true' the request body will not be compressed
148
+ # for supported operations.
149
+ #
133
150
  # @option options [String] :endpoint
134
151
  # The client endpoint is normally constructed from the `:region`
135
152
  # option. You should only configure an `:endpoint` when connecting
@@ -138,6 +155,10 @@ module Aws::Kinesis
138
155
  # @option options [Proc] :event_stream_handler
139
156
  # When an EventStream or Proc object is provided, it will be used as callback for each chunk of event stream response received along the way.
140
157
  #
158
+ # @option options [Boolean] :ignore_configured_endpoint_urls
159
+ # Setting to true disables use of endpoint URLs provided via environment
160
+ # variables and the shared configuration file.
161
+ #
141
162
  # @option options [Proc] :input_event_stream_handler
142
163
  # When an EventStream or Proc object is provided, it can be used for sending events for the event stream.
143
164
  #
@@ -164,6 +185,11 @@ module Aws::Kinesis
164
185
  # Used when loading credentials from the shared credentials file
165
186
  # at HOME/.aws/credentials. When not specified, 'default' is used.
166
187
  #
188
+ # @option options [Integer] :request_min_compression_size_bytes (10240)
189
+ # The minimum size in bytes that triggers compression for request
190
+ # bodies. The value must be non-negative integer value between 0
191
+ # and 10485780 bytes inclusive.
192
+ #
167
193
  # @option options [Proc] :retry_backoff
168
194
  # A proc or lambda used for backoff. Defaults to 2**retries * retry_base_delay.
169
195
  # This option is only used in the `legacy` retry mode.
@@ -209,6 +235,11 @@ module Aws::Kinesis
209
235
  # in the future.
210
236
  #
211
237
  #
238
+ # @option options [String] :sdk_ua_app_id
239
+ # A unique and opaque application ID that is appended to the
240
+ # User-Agent header as app/<sdk_ua_app_id>. It should have a
241
+ # maximum length of 50.
242
+ #
212
243
  # @option options [String] :secret_access_key
213
244
  #
214
245
  # @option options [String] :session_token
@@ -232,6 +263,19 @@ module Aws::Kinesis
232
263
  # ** Please note ** When response stubbing is enabled, no HTTP
233
264
  # requests are made, and retries are disabled.
234
265
  #
266
+ # @option options [Aws::TokenProvider] :token_provider
267
+ # A Bearer Token Provider. This can be an instance of any one of the
268
+ # following classes:
269
+ #
270
+ # * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
271
+ # tokens.
272
+ #
273
+ # * `Aws::SSOTokenProvider` - Used for loading tokens from AWS SSO using an
274
+ # access token generated from `aws login`.
275
+ #
276
+ # When `:token_provider` is not configured directly, the `Aws::TokenProviderChain`
277
+ # will be used to search for tokens configured for your profile in shared configuration files.
278
+ #
235
279
  # @option options [Boolean] :use_dualstack_endpoint
236
280
  # When set to `true`, dualstack enabled endpoints (with `.aws` TLD)
237
281
  # will be used if available.
@@ -245,6 +289,9 @@ module Aws::Kinesis
245
289
  # When `true`, request parameters are validated before
246
290
  # sending the request.
247
291
  #
292
+ # @option options [Aws::Kinesis::EndpointProvider] :endpoint_provider
293
+ # The endpoint provider used to resolve endpoints. Any object that responds to `#resolve_endpoint(parameters)` where `parameters` is a Struct similar to `Aws::Kinesis::EndpointParameters`
294
+ #
248
295
  def initialize(*args)
249
296
  unless Kernel.const_defined?("HTTP2")
250
297
  raise "Must include http/2 gem to use AsyncClient instances."
@@ -549,7 +596,7 @@ module Aws::Kinesis
549
596
  req = build_request(:subscribe_to_shard, params)
550
597
 
551
598
  req.context[:output_event_stream_handler] = output_event_stream_handler
552
- req.handlers.add(Aws::Binary::DecodeHandler, priority: 95)
599
+ req.handlers.add(Aws::Binary::DecodeHandler, priority: 55)
553
600
 
554
601
  req.send_request(options)
555
602
  end
@@ -568,7 +615,7 @@ module Aws::Kinesis
568
615
  http_response: Seahorse::Client::Http::AsyncResponse.new,
569
616
  config: config)
570
617
  context[:gem_name] = 'aws-sdk-kinesis'
571
- context[:gem_version] = '1.38.0'
618
+ context[:gem_version] = '1.52.0'
572
619
  Seahorse::Client::Request.new(handlers, context)
573
620
  end
574
621