aws-sdk-dynamodbstreams 1.51.0 → 1.53.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: 65fd811fb98114bde29ea91e2003ea0f13b0a70731f2b616618682f05dd50d8f
4
- data.tar.gz: a667c9d599222a716bb9ab85a10d672932c95072b8907dc2a2eec0cdf5094078
3
+ metadata.gz: 209dcd76372319bebba2fa9e3de105616fd5f9c7a7bd1f292da497cc32e49fd2
4
+ data.tar.gz: 1b7be992548d72c204156317bc63d1ef14d1a025bbf4d75025b2442bdf2efad1
5
5
  SHA512:
6
- metadata.gz: 1b2d88a1b9feb0820e214b0ef7dc7891f6518791821c24962a6a80990bef6b786902eca42dcb17579490e010da7169d5540d7ac6bf88c3e3857e51f2d3d2120e
7
- data.tar.gz: de1f683530624fc973e585656ba0fa3c055c8f26aee2db262732f25617add9ae17711e26ab7e92dea01dbc2bc6d42a00d57afe2ccda6f30e1bfdbda6702da462
6
+ metadata.gz: 0cd6c791dc412cc9416cba4a37040af951440f3d3beb21cdaad661eaf02fb7d4941ce9fd8bc8b957ef7c434337f7ab7062438d0c92b69b8b35d6de0676b66506
7
+ data.tar.gz: a7024f216668bb5ef460bd87a1f8515da47ec200078df7870fda30f641afb6bca2d53884effe3ce6d05b834c8c5eefe31be229be0ced57ddee7492747dbaa08b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.53.0 (2024-01-26)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.52.0 (2023-11-28)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.51.0 (2023-11-22)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.51.0
1
+ 1.53.0
@@ -854,7 +854,7 @@ module Aws::DynamoDBStreams
854
854
  params: params,
855
855
  config: config)
856
856
  context[:gem_name] = 'aws-sdk-dynamodbstreams'
857
- context[:gem_version] = '1.51.0'
857
+ context[:gem_version] = '1.53.0'
858
858
  Seahorse::Client::Request.new(handlers, context)
859
859
  end
860
860
 
@@ -14,6 +14,7 @@ module Aws::DynamoDBStreams
14
14
  option(
15
15
  :endpoint_provider,
16
16
  doc_type: 'Aws::DynamoDBStreams::EndpointProvider',
17
+ rbs_type: 'untyped',
17
18
  docstring: 'The endpoint provider used to resolve endpoints. Any '\
18
19
  'object that responds to `#resolve_endpoint(parameters)` '\
19
20
  'where `parameters` is a Struct similar to '\
@@ -25,16 +26,17 @@ module Aws::DynamoDBStreams
25
26
  # @api private
26
27
  class Handler < Seahorse::Client::Handler
27
28
  def call(context)
28
- # If endpoint was discovered, do not resolve or apply the endpoint.
29
29
  unless context[:discovered_endpoint]
30
30
  params = parameters_for_operation(context)
31
31
  endpoint = context.config.endpoint_provider.resolve_endpoint(params)
32
32
 
33
33
  context.http_request.endpoint = endpoint.url
34
34
  apply_endpoint_headers(context, endpoint.headers)
35
+
36
+ context[:endpoint_params] = params
37
+ context[:endpoint_properties] = endpoint.properties
35
38
  end
36
39
 
37
- context[:endpoint_params] = params
38
40
  context[:auth_scheme] =
39
41
  Aws::Endpoints.resolve_auth_scheme(context, endpoint)
40
42
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-dynamodbstreams/customizations'
52
52
  # @!group service
53
53
  module Aws::DynamoDBStreams
54
54
 
55
- GEM_VERSION = '1.51.0'
55
+ GEM_VERSION = '1.53.0'
56
56
 
57
57
  end
data/sig/client.rbs ADDED
@@ -0,0 +1,129 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module DynamoDBStreams
10
+ class Client < ::Seahorse::Client::Base
11
+ include ::Aws::ClientStubs
12
+
13
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DynamoDBStreams/Client.html#initialize-instance_method
14
+ def self.new: (
15
+ ?credentials: untyped,
16
+ ?region: String,
17
+ ?access_key_id: String,
18
+ ?active_endpoint_cache: bool,
19
+ ?adaptive_retry_wait_to_fill: bool,
20
+ ?client_side_monitoring: bool,
21
+ ?client_side_monitoring_client_id: String,
22
+ ?client_side_monitoring_host: String,
23
+ ?client_side_monitoring_port: Integer,
24
+ ?client_side_monitoring_publisher: untyped,
25
+ ?convert_params: bool,
26
+ ?correct_clock_skew: bool,
27
+ ?defaults_mode: String,
28
+ ?disable_host_prefix_injection: bool,
29
+ ?disable_request_compression: bool,
30
+ ?endpoint: String,
31
+ ?endpoint_cache_max_entries: Integer,
32
+ ?endpoint_cache_max_threads: Integer,
33
+ ?endpoint_cache_poll_interval: Integer,
34
+ ?endpoint_discovery: bool,
35
+ ?ignore_configured_endpoint_urls: bool,
36
+ ?log_formatter: untyped,
37
+ ?log_level: Symbol,
38
+ ?logger: untyped,
39
+ ?max_attempts: Integer,
40
+ ?profile: String,
41
+ ?request_min_compression_size_bytes: Integer,
42
+ ?retry_backoff: Proc,
43
+ ?retry_base_delay: Float,
44
+ ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
45
+ ?retry_limit: Integer,
46
+ ?retry_max_delay: Integer,
47
+ ?retry_mode: ("legacy" | "standard" | "adaptive"),
48
+ ?sdk_ua_app_id: String,
49
+ ?secret_access_key: String,
50
+ ?session_token: String,
51
+ ?simple_attributes: bool,
52
+ ?simple_json: bool,
53
+ ?stub_responses: untyped,
54
+ ?token_provider: untyped,
55
+ ?use_dualstack_endpoint: bool,
56
+ ?use_fips_endpoint: bool,
57
+ ?validate_params: bool,
58
+ ?endpoint_provider: untyped,
59
+ ?http_proxy: String,
60
+ ?http_open_timeout: (Float | Integer),
61
+ ?http_read_timeout: (Float | Integer),
62
+ ?http_idle_timeout: (Float | Integer),
63
+ ?http_continue_timeout: (Float | Integer),
64
+ ?ssl_timeout: (Float | Integer | nil),
65
+ ?http_wire_trace: bool,
66
+ ?ssl_verify_peer: bool,
67
+ ?ssl_ca_bundle: String,
68
+ ?ssl_ca_directory: String,
69
+ ?ssl_ca_store: String,
70
+ ?on_chunk_received: Proc,
71
+ ?on_chunk_sent: Proc,
72
+ ?raise_response_errors: bool
73
+ ) -> instance
74
+ | (?Hash[Symbol, untyped]) -> instance
75
+
76
+
77
+ interface _DescribeStreamResponseSuccess
78
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeStreamOutput]
79
+ def stream_description: () -> Types::StreamDescription
80
+ end
81
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DynamoDBStreams/Client.html#describe_stream-instance_method
82
+ def describe_stream: (
83
+ stream_arn: ::String,
84
+ ?limit: ::Integer,
85
+ ?exclusive_start_shard_id: ::String
86
+ ) -> _DescribeStreamResponseSuccess
87
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeStreamResponseSuccess
88
+
89
+ interface _GetRecordsResponseSuccess
90
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetRecordsOutput]
91
+ def records: () -> ::Array[Types::Record]
92
+ def next_shard_iterator: () -> ::String
93
+ end
94
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DynamoDBStreams/Client.html#get_records-instance_method
95
+ def get_records: (
96
+ shard_iterator: ::String,
97
+ ?limit: ::Integer
98
+ ) -> _GetRecordsResponseSuccess
99
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetRecordsResponseSuccess
100
+
101
+ interface _GetShardIteratorResponseSuccess
102
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetShardIteratorOutput]
103
+ def shard_iterator: () -> ::String
104
+ end
105
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DynamoDBStreams/Client.html#get_shard_iterator-instance_method
106
+ def get_shard_iterator: (
107
+ stream_arn: ::String,
108
+ shard_id: ::String,
109
+ shard_iterator_type: ("TRIM_HORIZON" | "LATEST" | "AT_SEQUENCE_NUMBER" | "AFTER_SEQUENCE_NUMBER"),
110
+ ?sequence_number: ::String
111
+ ) -> _GetShardIteratorResponseSuccess
112
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetShardIteratorResponseSuccess
113
+
114
+ interface _ListStreamsResponseSuccess
115
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListStreamsOutput]
116
+ def streams: () -> ::Array[Types::Stream]
117
+ def last_evaluated_stream_arn: () -> ::String
118
+ end
119
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DynamoDBStreams/Client.html#list_streams-instance_method
120
+ def list_streams: (
121
+ ?table_name: ::String,
122
+ ?limit: ::Integer,
123
+ ?exclusive_start_stream_arn: ::String
124
+ ) -> _ListStreamsResponseSuccess
125
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListStreamsResponseSuccess
126
+ end
127
+ end
128
+ end
129
+
data/sig/errors.rbs ADDED
@@ -0,0 +1,31 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module DynamoDBStreams
10
+ module Errors
11
+ class ServiceError < ::Aws::Errors::ServiceError
12
+ end
13
+
14
+ class ExpiredIteratorException < ::Aws::Errors::ServiceError
15
+ def message: () -> ::String
16
+ end
17
+ class InternalServerError < ::Aws::Errors::ServiceError
18
+ def message: () -> ::String
19
+ end
20
+ class LimitExceededException < ::Aws::Errors::ServiceError
21
+ def message: () -> ::String
22
+ end
23
+ class ResourceNotFoundException < ::Aws::Errors::ServiceError
24
+ def message: () -> ::String
25
+ end
26
+ class TrimmedDataAccessException < ::Aws::Errors::ServiceError
27
+ def message: () -> ::String
28
+ end
29
+ end
30
+ end
31
+ end
data/sig/resource.rbs ADDED
@@ -0,0 +1,81 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module DynamoDBStreams
10
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DynamoDBStreams/Resource.html
11
+ class Resource
12
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DynamoDBStreams/Resource.html#initialize-instance_method
13
+ def initialize: (
14
+ ?client: Client,
15
+ ?credentials: untyped,
16
+ ?region: String,
17
+ ?access_key_id: String,
18
+ ?active_endpoint_cache: bool,
19
+ ?adaptive_retry_wait_to_fill: bool,
20
+ ?client_side_monitoring: bool,
21
+ ?client_side_monitoring_client_id: String,
22
+ ?client_side_monitoring_host: String,
23
+ ?client_side_monitoring_port: Integer,
24
+ ?client_side_monitoring_publisher: untyped,
25
+ ?convert_params: bool,
26
+ ?correct_clock_skew: bool,
27
+ ?defaults_mode: String,
28
+ ?disable_host_prefix_injection: bool,
29
+ ?disable_request_compression: bool,
30
+ ?endpoint: String,
31
+ ?endpoint_cache_max_entries: Integer,
32
+ ?endpoint_cache_max_threads: Integer,
33
+ ?endpoint_cache_poll_interval: Integer,
34
+ ?endpoint_discovery: bool,
35
+ ?ignore_configured_endpoint_urls: bool,
36
+ ?log_formatter: untyped,
37
+ ?log_level: Symbol,
38
+ ?logger: untyped,
39
+ ?max_attempts: Integer,
40
+ ?profile: String,
41
+ ?request_min_compression_size_bytes: Integer,
42
+ ?retry_backoff: Proc,
43
+ ?retry_base_delay: Float,
44
+ ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
45
+ ?retry_limit: Integer,
46
+ ?retry_max_delay: Integer,
47
+ ?retry_mode: ("legacy" | "standard" | "adaptive"),
48
+ ?sdk_ua_app_id: String,
49
+ ?secret_access_key: String,
50
+ ?session_token: String,
51
+ ?simple_attributes: bool,
52
+ ?simple_json: bool,
53
+ ?stub_responses: untyped,
54
+ ?token_provider: untyped,
55
+ ?use_dualstack_endpoint: bool,
56
+ ?use_fips_endpoint: bool,
57
+ ?validate_params: bool,
58
+ ?endpoint_provider: untyped,
59
+ ?http_proxy: String,
60
+ ?http_open_timeout: (Float | Integer),
61
+ ?http_read_timeout: (Float | Integer),
62
+ ?http_idle_timeout: (Float | Integer),
63
+ ?http_continue_timeout: (Float | Integer),
64
+ ?ssl_timeout: (Float | Integer | nil),
65
+ ?http_wire_trace: bool,
66
+ ?ssl_verify_peer: bool,
67
+ ?ssl_ca_bundle: String,
68
+ ?ssl_ca_directory: String,
69
+ ?ssl_ca_store: String,
70
+ ?on_chunk_received: Proc,
71
+ ?on_chunk_sent: Proc,
72
+ ?raise_response_errors: bool
73
+ ) -> void
74
+ | (?Hash[Symbol, untyped]) -> void
75
+
76
+ def client: () -> Client
77
+
78
+
79
+ end
80
+ end
81
+ end
data/sig/types.rbs ADDED
@@ -0,0 +1,167 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws::DynamoDBStreams
9
+ module Types
10
+
11
+ class AttributeValue
12
+ attr_accessor s: ::String
13
+ attr_accessor n: ::String
14
+ attr_accessor b: ::String
15
+ attr_accessor ss: ::Array[::String]
16
+ attr_accessor ns: ::Array[::String]
17
+ attr_accessor bs: ::Array[::String]
18
+ attr_accessor m: ::Hash[::String, Types::AttributeValue]
19
+ attr_accessor l: ::Array[Types::AttributeValue]
20
+ attr_accessor null: bool
21
+ attr_accessor bool: bool
22
+ SENSITIVE: []
23
+ end
24
+
25
+ class DescribeStreamInput
26
+ attr_accessor stream_arn: ::String
27
+ attr_accessor limit: ::Integer
28
+ attr_accessor exclusive_start_shard_id: ::String
29
+ SENSITIVE: []
30
+ end
31
+
32
+ class DescribeStreamOutput
33
+ attr_accessor stream_description: Types::StreamDescription
34
+ SENSITIVE: []
35
+ end
36
+
37
+ class ExpiredIteratorException
38
+ attr_accessor message: ::String
39
+ SENSITIVE: []
40
+ end
41
+
42
+ class GetRecordsInput
43
+ attr_accessor shard_iterator: ::String
44
+ attr_accessor limit: ::Integer
45
+ SENSITIVE: []
46
+ end
47
+
48
+ class GetRecordsOutput
49
+ attr_accessor records: ::Array[Types::Record]
50
+ attr_accessor next_shard_iterator: ::String
51
+ SENSITIVE: []
52
+ end
53
+
54
+ class GetShardIteratorInput
55
+ attr_accessor stream_arn: ::String
56
+ attr_accessor shard_id: ::String
57
+ attr_accessor shard_iterator_type: ("TRIM_HORIZON" | "LATEST" | "AT_SEQUENCE_NUMBER" | "AFTER_SEQUENCE_NUMBER")
58
+ attr_accessor sequence_number: ::String
59
+ SENSITIVE: []
60
+ end
61
+
62
+ class GetShardIteratorOutput
63
+ attr_accessor shard_iterator: ::String
64
+ SENSITIVE: []
65
+ end
66
+
67
+ class Identity
68
+ attr_accessor principal_id: ::String
69
+ attr_accessor type: ::String
70
+ SENSITIVE: []
71
+ end
72
+
73
+ class InternalServerError
74
+ attr_accessor message: ::String
75
+ SENSITIVE: []
76
+ end
77
+
78
+ class KeySchemaElement
79
+ attr_accessor attribute_name: ::String
80
+ attr_accessor key_type: ("HASH" | "RANGE")
81
+ SENSITIVE: []
82
+ end
83
+
84
+ class LimitExceededException
85
+ attr_accessor message: ::String
86
+ SENSITIVE: []
87
+ end
88
+
89
+ class ListStreamsInput
90
+ attr_accessor table_name: ::String
91
+ attr_accessor limit: ::Integer
92
+ attr_accessor exclusive_start_stream_arn: ::String
93
+ SENSITIVE: []
94
+ end
95
+
96
+ class ListStreamsOutput
97
+ attr_accessor streams: ::Array[Types::Stream]
98
+ attr_accessor last_evaluated_stream_arn: ::String
99
+ SENSITIVE: []
100
+ end
101
+
102
+ class Record
103
+ attr_accessor event_id: ::String
104
+ attr_accessor event_name: ("INSERT" | "MODIFY" | "REMOVE")
105
+ attr_accessor event_version: ::String
106
+ attr_accessor event_source: ::String
107
+ attr_accessor aws_region: ::String
108
+ attr_accessor dynamodb: Types::StreamRecord
109
+ attr_accessor user_identity: Types::Identity
110
+ SENSITIVE: []
111
+ end
112
+
113
+ class ResourceNotFoundException
114
+ attr_accessor message: ::String
115
+ SENSITIVE: []
116
+ end
117
+
118
+ class SequenceNumberRange
119
+ attr_accessor starting_sequence_number: ::String
120
+ attr_accessor ending_sequence_number: ::String
121
+ SENSITIVE: []
122
+ end
123
+
124
+ class Shard
125
+ attr_accessor shard_id: ::String
126
+ attr_accessor sequence_number_range: Types::SequenceNumberRange
127
+ attr_accessor parent_shard_id: ::String
128
+ SENSITIVE: []
129
+ end
130
+
131
+ class Stream
132
+ attr_accessor stream_arn: ::String
133
+ attr_accessor table_name: ::String
134
+ attr_accessor stream_label: ::String
135
+ SENSITIVE: []
136
+ end
137
+
138
+ class StreamDescription
139
+ attr_accessor stream_arn: ::String
140
+ attr_accessor stream_label: ::String
141
+ attr_accessor stream_status: ("ENABLING" | "ENABLED" | "DISABLING" | "DISABLED")
142
+ attr_accessor stream_view_type: ("NEW_IMAGE" | "OLD_IMAGE" | "NEW_AND_OLD_IMAGES" | "KEYS_ONLY")
143
+ attr_accessor creation_request_date_time: ::Time
144
+ attr_accessor table_name: ::String
145
+ attr_accessor key_schema: ::Array[Types::KeySchemaElement]
146
+ attr_accessor shards: ::Array[Types::Shard]
147
+ attr_accessor last_evaluated_shard_id: ::String
148
+ SENSITIVE: []
149
+ end
150
+
151
+ class StreamRecord
152
+ attr_accessor approximate_creation_date_time: ::Time
153
+ attr_accessor keys: ::Hash[::String, Types::AttributeValue]
154
+ attr_accessor new_image: ::Hash[::String, Types::AttributeValue]
155
+ attr_accessor old_image: ::Hash[::String, Types::AttributeValue]
156
+ attr_accessor sequence_number: ::String
157
+ attr_accessor size_bytes: ::Integer
158
+ attr_accessor stream_view_type: ("NEW_IMAGE" | "OLD_IMAGE" | "NEW_AND_OLD_IMAGES" | "KEYS_ONLY")
159
+ SENSITIVE: []
160
+ end
161
+
162
+ class TrimmedDataAccessException
163
+ attr_accessor message: ::String
164
+ SENSITIVE: []
165
+ end
166
+ end
167
+ end
data/sig/waiters.rbs ADDED
@@ -0,0 +1,13 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module DynamoDBStreams
10
+ module Waiters
11
+ end
12
+ end
13
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-dynamodbstreams
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.51.0
4
+ version: 1.53.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-22 00:00:00.000000000 Z
11
+ date: 2024-01-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.188.0
22
+ version: 3.191.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.188.0
32
+ version: 3.191.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -69,13 +69,18 @@ files:
69
69
  - lib/aws-sdk-dynamodbstreams/plugins/simple_attributes.rb
70
70
  - lib/aws-sdk-dynamodbstreams/resource.rb
71
71
  - lib/aws-sdk-dynamodbstreams/types.rb
72
+ - sig/client.rbs
73
+ - sig/errors.rbs
74
+ - sig/resource.rbs
75
+ - sig/types.rbs
76
+ - sig/waiters.rbs
72
77
  homepage: https://github.com/aws/aws-sdk-ruby
73
78
  licenses:
74
79
  - Apache-2.0
75
80
  metadata:
76
81
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-dynamodbstreams
77
82
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-dynamodbstreams/CHANGELOG.md
78
- post_install_message:
83
+ post_install_message:
79
84
  rdoc_options: []
80
85
  require_paths:
81
86
  - lib
@@ -90,8 +95,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
90
95
  - !ruby/object:Gem::Version
91
96
  version: '0'
92
97
  requirements: []
93
- rubygems_version: 3.1.6
94
- signing_key:
98
+ rubygems_version: 3.4.10
99
+ signing_key:
95
100
  specification_version: 4
96
101
  summary: AWS SDK for Ruby - Amazon DynamoDB Streams
97
102
  test_files: []