aws-sdk-kinesis 1.78.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: 75e56c4104a876150e1b94002ac34f87ed53ecdaebf1003073b07e147c190e22
4
- data.tar.gz: 528d8cd774986a342502d882cb1281bff0daf6065f4896cc3a477c415459ac05
3
+ metadata.gz: 741f7f76ee6f75b42082c178319fe010a67cb4d67edbaa2e83b8b367d065aa9d
4
+ data.tar.gz: fbb84f57e29eaad9bef904497f15faefd2a5ea0bb8e04c503785213279171e71
5
5
  SHA512:
6
- metadata.gz: cbd63060c6584d76c12cf44beb6c68f7d308900b76f782a5584a9085e28d571d85641488840928e92aa74b62f7a1ac464705e7a36f70c115b17b14d405f86e4e
7
- data.tar.gz: 1ce3d73152403c1c65b8bc123e7bfe1f405244cc0bb473be35aa403eb49a3cc663adc59225a32f6dd02ae6fe8f620eec43a2ed08a2687f2c662a42c2ce80b545
6
+ metadata.gz: b6ffaaffd8f508e1997acd453e65626b242b81fc372b2414f3a96bae6f75f3515088cfdc9a1cdf44eab4ebbf654dabda6a62928d018193707e306f2d5f827bf9
7
+ data.tar.gz: 89cba5437deabb6255d21b74761e3121c21bcf427c7c944369aef9c48623076b6b662abec28d286c100f3498fbcb1e8e0b7fd3d49164c0c37d614cb39a727979
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.80.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.79.0 (2025-05-02)
10
+ ------------------
11
+
12
+ * Feature - Marking ResourceARN as required for Amazon Kinesis Data Streams APIs TagResource, UntagResource, and ListTagsForResource.
13
+
4
14
  1.78.0 (2025-05-01)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.78.0
1
+ 1.80.0
@@ -738,7 +738,7 @@ module Aws::Kinesis
738
738
  tracer: tracer
739
739
  )
740
740
  context[:gem_name] = 'aws-sdk-kinesis'
741
- context[:gem_version] = '1.78.0'
741
+ context[:gem_version] = '1.80.0'
742
742
  Seahorse::Client::Request.new(handlers, context)
743
743
  end
744
744
 
@@ -202,8 +202,7 @@ module Aws::Kinesis
202
202
  # accepted modes and the configuration defaults that are included.
203
203
  #
204
204
  # @option options [Boolean] :disable_host_prefix_injection (false)
205
- # Set to true to disable SDK automatically adding host prefix
206
- # to default service endpoint when available.
205
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
207
206
  #
208
207
  # @option options [Boolean] :disable_request_compression (false)
209
208
  # When set to 'true' the request body will not be compressed
@@ -1907,7 +1906,7 @@ module Aws::Kinesis
1907
1906
  #
1908
1907
  # [1]: https://docs.aws.amazon.com/streams/latest/dev/tagging.html
1909
1908
  #
1910
- # @option params [String] :resource_arn
1909
+ # @option params [required, String] :resource_arn
1911
1910
  # The Amazon Resource Name (ARN) of the Kinesis resource for which to
1912
1911
  # list tags.
1913
1912
  #
@@ -1918,7 +1917,7 @@ module Aws::Kinesis
1918
1917
  # @example Request syntax with placeholder values
1919
1918
  #
1920
1919
  # resp = client.list_tags_for_resource({
1921
- # resource_arn: "ResourceARN",
1920
+ # resource_arn: "ResourceARN", # required
1922
1921
  # })
1923
1922
  #
1924
1923
  # @example Response structure
@@ -2783,7 +2782,7 @@ module Aws::Kinesis
2783
2782
  # Tags may only contain Unicode letters, digits, white space, or these
2784
2783
  # symbols: \_ . : / = + - @.
2785
2784
  #
2786
- # @option params [String] :resource_arn
2785
+ # @option params [required, String] :resource_arn
2787
2786
  # The Amazon Resource Name (ARN) of the Kinesis resource to which to add
2788
2787
  # tags.
2789
2788
  #
@@ -2795,7 +2794,7 @@ module Aws::Kinesis
2795
2794
  # tags: { # required
2796
2795
  # "TagKey" => "TagValue",
2797
2796
  # },
2798
- # resource_arn: "ResourceARN",
2797
+ # resource_arn: "ResourceARN", # required
2799
2798
  # })
2800
2799
  #
2801
2800
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesis-2013-12-02/TagResource AWS API Documentation
@@ -2816,7 +2815,7 @@ module Aws::Kinesis
2816
2815
  # keys are members of this list will be removed from the Kinesis
2817
2816
  # resource.
2818
2817
  #
2819
- # @option params [String] :resource_arn
2818
+ # @option params [required, String] :resource_arn
2820
2819
  # The Amazon Resource Name (ARN) of the Kinesis resource from which to
2821
2820
  # remove tags.
2822
2821
  #
@@ -2826,7 +2825,7 @@ module Aws::Kinesis
2826
2825
  #
2827
2826
  # resp = client.untag_resource({
2828
2827
  # tag_keys: ["TagKey"], # required
2829
- # resource_arn: "ResourceARN",
2828
+ # resource_arn: "ResourceARN", # required
2830
2829
  # })
2831
2830
  #
2832
2831
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesis-2013-12-02/UntagResource AWS API Documentation
@@ -3005,7 +3004,7 @@ module Aws::Kinesis
3005
3004
  tracer: tracer
3006
3005
  )
3007
3006
  context[:gem_name] = 'aws-sdk-kinesis'
3008
- context[:gem_version] = '1.78.0'
3007
+ context[:gem_version] = '1.80.0'
3009
3008
  Seahorse::Client::Request.new(handlers, context)
3010
3009
  end
3011
3010
 
@@ -369,7 +369,7 @@ module Aws::Kinesis
369
369
  ListStreamsOutput.add_member(:stream_summaries, Shapes::ShapeRef.new(shape: StreamSummaryList, location_name: "StreamSummaries"))
370
370
  ListStreamsOutput.struct_class = Types::ListStreamsOutput
371
371
 
372
- ListTagsForResourceInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceARN, location_name: "ResourceARN", metadata: {"contextParam" => {"name" => "ResourceARN"}}))
372
+ ListTagsForResourceInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location_name: "ResourceARN", metadata: {"contextParam" => {"name" => "ResourceARN"}}))
373
373
  ListTagsForResourceInput.struct_class = Types::ListTagsForResourceInput
374
374
 
375
375
  ListTagsForResourceOutput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
@@ -587,11 +587,11 @@ module Aws::Kinesis
587
587
  TagMap.value = Shapes::ShapeRef.new(shape: TagValue)
588
588
 
589
589
  TagResourceInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, required: true, location_name: "Tags"))
590
- TagResourceInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceARN, location_name: "ResourceARN", metadata: {"contextParam" => {"name" => "ResourceARN"}}))
590
+ TagResourceInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location_name: "ResourceARN", metadata: {"contextParam" => {"name" => "ResourceARN"}}))
591
591
  TagResourceInput.struct_class = Types::TagResourceInput
592
592
 
593
593
  UntagResourceInput.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location_name: "TagKeys"))
594
- UntagResourceInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceARN, location_name: "ResourceARN", metadata: {"contextParam" => {"name" => "ResourceARN"}}))
594
+ UntagResourceInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location_name: "ResourceARN", metadata: {"contextParam" => {"name" => "ResourceARN"}}))
595
595
  UntagResourceInput.struct_class = Types::UntagResourceInput
596
596
 
597
597
  UpdateShardCountInput.add_member(:stream_name, Shapes::ShapeRef.new(shape: StreamName, location_name: "StreamName"))
@@ -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.78.0'
60
+ GEM_VERSION = '1.80.0'
61
61
 
62
62
  end
63
63
 
data/sig/client.rbs CHANGED
@@ -312,9 +312,9 @@ module Aws
312
312
  end
313
313
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Kinesis/Client.html#list_tags_for_resource-instance_method
314
314
  def list_tags_for_resource: (
315
- ?resource_arn: ::String
315
+ resource_arn: ::String
316
316
  ) -> _ListTagsForResourceResponseSuccess
317
- | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsForResourceResponseSuccess
317
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsForResourceResponseSuccess
318
318
 
319
319
  interface _ListTagsForStreamResponseSuccess
320
320
  include ::Seahorse::Client::_ResponseSuccess[Types::ListTagsForStreamOutput]
@@ -433,14 +433,14 @@ module Aws
433
433
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Kinesis/Client.html#tag_resource-instance_method
434
434
  def tag_resource: (
435
435
  tags: Hash[::String, ::String],
436
- ?resource_arn: ::String
436
+ resource_arn: ::String
437
437
  ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
438
438
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
439
439
 
440
440
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Kinesis/Client.html#untag_resource-instance_method
441
441
  def untag_resource: (
442
442
  tag_keys: Array[::String],
443
- ?resource_arn: ::String
443
+ resource_arn: ::String
444
444
  ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
445
445
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
446
446
 
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.78.0
4
+ version: 1.80.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services