aws-sdk-keyspacesstreams 1.0.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.
@@ -0,0 +1,61 @@
1
+ # frozen_string_literal: true
2
+
3
+ # WARNING ABOUT GENERATED CODE
4
+ #
5
+ # This file is generated. See the contributing guide for more information:
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
+ #
8
+ # WARNING ABOUT GENERATED CODE
9
+
10
+
11
+ require 'aws-sdk-core'
12
+ require 'aws-sigv4'
13
+
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:keyspacesstreams)
15
+
16
+ # This module provides support for Amazon Keyspaces Streams. This module is available in the
17
+ # `aws-sdk-keyspacesstreams` gem.
18
+ #
19
+ # # Client
20
+ #
21
+ # The {Client} class provides one method for each API operation. Operation
22
+ # methods each accept a hash of request parameters and return a response
23
+ # structure.
24
+ #
25
+ # keyspaces_streams = Aws::KeyspacesStreams::Client.new
26
+ # resp = keyspaces_streams.get_records(params)
27
+ #
28
+ # See {Client} for more information.
29
+ #
30
+ # # Errors
31
+ #
32
+ # Errors returned from Amazon Keyspaces Streams are defined in the
33
+ # {Errors} module and all extend {Errors::ServiceError}.
34
+ #
35
+ # begin
36
+ # # do stuff
37
+ # rescue Aws::KeyspacesStreams::Errors::ServiceError
38
+ # # rescues all Amazon Keyspaces Streams API errors
39
+ # end
40
+ #
41
+ # See {Errors} for more information.
42
+ #
43
+ # @!group service
44
+ module Aws::KeyspacesStreams
45
+ autoload :Types, 'aws-sdk-keyspacesstreams/types'
46
+ autoload :ClientApi, 'aws-sdk-keyspacesstreams/client_api'
47
+ module Plugins
48
+ autoload :Endpoints, 'aws-sdk-keyspacesstreams/plugins/endpoints.rb'
49
+ end
50
+ autoload :Client, 'aws-sdk-keyspacesstreams/client'
51
+ autoload :Errors, 'aws-sdk-keyspacesstreams/errors'
52
+ autoload :Resource, 'aws-sdk-keyspacesstreams/resource'
53
+ autoload :EndpointParameters, 'aws-sdk-keyspacesstreams/endpoint_parameters'
54
+ autoload :EndpointProvider, 'aws-sdk-keyspacesstreams/endpoint_provider'
55
+ autoload :Endpoints, 'aws-sdk-keyspacesstreams/endpoints'
56
+
57
+ GEM_VERSION = '1.0.0'
58
+
59
+ end
60
+
61
+ require_relative 'aws-sdk-keyspacesstreams/customizations'
data/sig/client.rbs ADDED
@@ -0,0 +1,146 @@
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 KeyspacesStreams
10
+ class Client < ::Seahorse::Client::Base
11
+ include ::Aws::ClientStubs
12
+
13
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/KeyspacesStreams/Client.html#initialize-instance_method
14
+ def self.new: (
15
+ ?credentials: untyped,
16
+ ?region: String,
17
+ ?access_key_id: String,
18
+ ?account_id: String,
19
+ ?active_endpoint_cache: bool,
20
+ ?adaptive_retry_wait_to_fill: bool,
21
+ ?client_side_monitoring: bool,
22
+ ?client_side_monitoring_client_id: String,
23
+ ?client_side_monitoring_host: String,
24
+ ?client_side_monitoring_port: Integer,
25
+ ?client_side_monitoring_publisher: untyped,
26
+ ?convert_params: bool,
27
+ ?correct_clock_skew: bool,
28
+ ?defaults_mode: String,
29
+ ?disable_host_prefix_injection: bool,
30
+ ?disable_request_compression: bool,
31
+ ?endpoint: String,
32
+ ?endpoint_cache_max_entries: Integer,
33
+ ?endpoint_cache_max_threads: Integer,
34
+ ?endpoint_cache_poll_interval: Integer,
35
+ ?endpoint_discovery: bool,
36
+ ?ignore_configured_endpoint_urls: bool,
37
+ ?log_formatter: untyped,
38
+ ?log_level: Symbol,
39
+ ?logger: untyped,
40
+ ?max_attempts: Integer,
41
+ ?profile: String,
42
+ ?request_checksum_calculation: String,
43
+ ?request_min_compression_size_bytes: Integer,
44
+ ?response_checksum_validation: String,
45
+ ?retry_backoff: Proc,
46
+ ?retry_base_delay: Float,
47
+ ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
48
+ ?retry_limit: Integer,
49
+ ?retry_max_delay: Integer,
50
+ ?retry_mode: ("legacy" | "standard" | "adaptive"),
51
+ ?sdk_ua_app_id: String,
52
+ ?secret_access_key: String,
53
+ ?session_token: String,
54
+ ?sigv4a_signing_region_set: Array[String],
55
+ ?simple_json: bool,
56
+ ?stub_responses: untyped,
57
+ ?telemetry_provider: Aws::Telemetry::TelemetryProviderBase,
58
+ ?token_provider: untyped,
59
+ ?use_dualstack_endpoint: bool,
60
+ ?use_fips_endpoint: bool,
61
+ ?validate_params: bool,
62
+ ?endpoint_provider: untyped,
63
+ ?http_proxy: String,
64
+ ?http_open_timeout: (Float | Integer),
65
+ ?http_read_timeout: (Float | Integer),
66
+ ?http_idle_timeout: (Float | Integer),
67
+ ?http_continue_timeout: (Float | Integer),
68
+ ?ssl_timeout: (Float | Integer | nil),
69
+ ?http_wire_trace: bool,
70
+ ?ssl_verify_peer: bool,
71
+ ?ssl_ca_bundle: String,
72
+ ?ssl_ca_directory: String,
73
+ ?ssl_ca_store: String,
74
+ ?on_chunk_received: Proc,
75
+ ?on_chunk_sent: Proc,
76
+ ?raise_response_errors: bool
77
+ ) -> instance
78
+ | (?Hash[Symbol, untyped]) -> instance
79
+
80
+
81
+ interface _GetRecordsResponseSuccess
82
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetRecordsOutput]
83
+ def change_records: () -> ::Array[Types::Record]
84
+ def next_shard_iterator: () -> ::String
85
+ end
86
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/KeyspacesStreams/Client.html#get_records-instance_method
87
+ def get_records: (
88
+ shard_iterator: ::String,
89
+ ?max_results: ::Integer
90
+ ) -> _GetRecordsResponseSuccess
91
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetRecordsResponseSuccess
92
+
93
+ interface _GetShardIteratorResponseSuccess
94
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetShardIteratorOutput]
95
+ def shard_iterator: () -> ::String
96
+ end
97
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/KeyspacesStreams/Client.html#get_shard_iterator-instance_method
98
+ def get_shard_iterator: (
99
+ stream_arn: ::String,
100
+ shard_id: ::String,
101
+ shard_iterator_type: ("TRIM_HORIZON" | "LATEST" | "AT_SEQUENCE_NUMBER" | "AFTER_SEQUENCE_NUMBER"),
102
+ ?sequence_number: ::String
103
+ ) -> _GetShardIteratorResponseSuccess
104
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetShardIteratorResponseSuccess
105
+
106
+ interface _GetStreamResponseSuccess
107
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetStreamOutput]
108
+ def stream_arn: () -> ::String
109
+ def stream_label: () -> ::String
110
+ def stream_status: () -> ("ENABLING" | "ENABLED" | "DISABLING" | "DISABLED")
111
+ def stream_view_type: () -> ("NEW_IMAGE" | "OLD_IMAGE" | "NEW_AND_OLD_IMAGES" | "KEYS_ONLY")
112
+ def creation_request_date_time: () -> ::Time
113
+ def keyspace_name: () -> ::String
114
+ def table_name: () -> ::String
115
+ def shards: () -> ::Array[Types::Shard]
116
+ def next_token: () -> ::String
117
+ end
118
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/KeyspacesStreams/Client.html#get_stream-instance_method
119
+ def get_stream: (
120
+ stream_arn: ::String,
121
+ ?max_results: ::Integer,
122
+ ?shard_filter: {
123
+ type: ("CHILD_SHARDS")?,
124
+ shard_id: ::String?
125
+ },
126
+ ?next_token: ::String
127
+ ) -> _GetStreamResponseSuccess
128
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetStreamResponseSuccess
129
+
130
+ interface _ListStreamsResponseSuccess
131
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListStreamsOutput]
132
+ def streams: () -> ::Array[Types::Stream]
133
+ def next_token: () -> ::String
134
+ end
135
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/KeyspacesStreams/Client.html#list_streams-instance_method
136
+ def list_streams: (
137
+ ?keyspace_name: ::String,
138
+ ?table_name: ::String,
139
+ ?max_results: ::Integer,
140
+ ?next_token: ::String
141
+ ) -> _ListStreamsResponseSuccess
142
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListStreamsResponseSuccess
143
+ end
144
+ end
145
+ end
146
+
data/sig/errors.rbs ADDED
@@ -0,0 +1,32 @@
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 KeyspacesStreams
10
+ module Errors
11
+ class ServiceError < ::Aws::Errors::ServiceError
12
+ end
13
+
14
+ class AccessDeniedException < ::Aws::Errors::ServiceError
15
+ def message: () -> ::String
16
+ end
17
+ class InternalServerException < ::Aws::Errors::ServiceError
18
+ def message: () -> ::String
19
+ end
20
+ class ResourceNotFoundException < ::Aws::Errors::ServiceError
21
+ def message: () -> ::String
22
+ end
23
+ class ThrottlingException < ::Aws::Errors::ServiceError
24
+ def message: () -> ::String
25
+ end
26
+ class ValidationException < ::Aws::Errors::ServiceError
27
+ def message: () -> ::String
28
+ def error_code: () -> ::String
29
+ end
30
+ end
31
+ end
32
+ end
data/sig/resource.rbs ADDED
@@ -0,0 +1,85 @@
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 KeyspacesStreams
10
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/KeyspacesStreams/Resource.html
11
+ class Resource
12
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/KeyspacesStreams/Resource.html#initialize-instance_method
13
+ def initialize: (
14
+ ?client: Client,
15
+ ?credentials: untyped,
16
+ ?region: String,
17
+ ?access_key_id: String,
18
+ ?account_id: String,
19
+ ?active_endpoint_cache: bool,
20
+ ?adaptive_retry_wait_to_fill: bool,
21
+ ?client_side_monitoring: bool,
22
+ ?client_side_monitoring_client_id: String,
23
+ ?client_side_monitoring_host: String,
24
+ ?client_side_monitoring_port: Integer,
25
+ ?client_side_monitoring_publisher: untyped,
26
+ ?convert_params: bool,
27
+ ?correct_clock_skew: bool,
28
+ ?defaults_mode: String,
29
+ ?disable_host_prefix_injection: bool,
30
+ ?disable_request_compression: bool,
31
+ ?endpoint: String,
32
+ ?endpoint_cache_max_entries: Integer,
33
+ ?endpoint_cache_max_threads: Integer,
34
+ ?endpoint_cache_poll_interval: Integer,
35
+ ?endpoint_discovery: bool,
36
+ ?ignore_configured_endpoint_urls: bool,
37
+ ?log_formatter: untyped,
38
+ ?log_level: Symbol,
39
+ ?logger: untyped,
40
+ ?max_attempts: Integer,
41
+ ?profile: String,
42
+ ?request_checksum_calculation: String,
43
+ ?request_min_compression_size_bytes: Integer,
44
+ ?response_checksum_validation: String,
45
+ ?retry_backoff: Proc,
46
+ ?retry_base_delay: Float,
47
+ ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
48
+ ?retry_limit: Integer,
49
+ ?retry_max_delay: Integer,
50
+ ?retry_mode: ("legacy" | "standard" | "adaptive"),
51
+ ?sdk_ua_app_id: String,
52
+ ?secret_access_key: String,
53
+ ?session_token: String,
54
+ ?sigv4a_signing_region_set: Array[String],
55
+ ?simple_json: bool,
56
+ ?stub_responses: untyped,
57
+ ?telemetry_provider: Aws::Telemetry::TelemetryProviderBase,
58
+ ?token_provider: untyped,
59
+ ?use_dualstack_endpoint: bool,
60
+ ?use_fips_endpoint: bool,
61
+ ?validate_params: bool,
62
+ ?endpoint_provider: untyped,
63
+ ?http_proxy: String,
64
+ ?http_open_timeout: (Float | Integer),
65
+ ?http_read_timeout: (Float | Integer),
66
+ ?http_idle_timeout: (Float | Integer),
67
+ ?http_continue_timeout: (Float | Integer),
68
+ ?ssl_timeout: (Float | Integer | nil),
69
+ ?http_wire_trace: bool,
70
+ ?ssl_verify_peer: bool,
71
+ ?ssl_ca_bundle: String,
72
+ ?ssl_ca_directory: String,
73
+ ?ssl_ca_store: String,
74
+ ?on_chunk_received: Proc,
75
+ ?on_chunk_sent: Proc,
76
+ ?raise_response_errors: bool
77
+ ) -> void
78
+ | (?Hash[Symbol, untyped]) -> void
79
+
80
+ def client: () -> Client
81
+
82
+
83
+ end
84
+ end
85
+ end
data/sig/types.rbs ADDED
@@ -0,0 +1,245 @@
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::KeyspacesStreams
9
+ module Types
10
+
11
+ class AccessDeniedException
12
+ attr_accessor message: ::String
13
+ SENSITIVE: []
14
+ end
15
+
16
+ class GetRecordsInput
17
+ attr_accessor shard_iterator: ::String
18
+ attr_accessor max_results: ::Integer
19
+ SENSITIVE: []
20
+ end
21
+
22
+ class GetRecordsOutput
23
+ attr_accessor change_records: ::Array[Types::Record]
24
+ attr_accessor next_shard_iterator: ::String
25
+ SENSITIVE: []
26
+ end
27
+
28
+ class GetShardIteratorInput
29
+ attr_accessor stream_arn: ::String
30
+ attr_accessor shard_id: ::String
31
+ attr_accessor shard_iterator_type: ("TRIM_HORIZON" | "LATEST" | "AT_SEQUENCE_NUMBER" | "AFTER_SEQUENCE_NUMBER")
32
+ attr_accessor sequence_number: ::String
33
+ SENSITIVE: []
34
+ end
35
+
36
+ class GetShardIteratorOutput
37
+ attr_accessor shard_iterator: ::String
38
+ SENSITIVE: []
39
+ end
40
+
41
+ class GetStreamInput
42
+ attr_accessor stream_arn: ::String
43
+ attr_accessor max_results: ::Integer
44
+ attr_accessor shard_filter: Types::ShardFilter
45
+ attr_accessor next_token: ::String
46
+ SENSITIVE: []
47
+ end
48
+
49
+ class GetStreamOutput
50
+ attr_accessor stream_arn: ::String
51
+ attr_accessor stream_label: ::String
52
+ attr_accessor stream_status: ("ENABLING" | "ENABLED" | "DISABLING" | "DISABLED")
53
+ attr_accessor stream_view_type: ("NEW_IMAGE" | "OLD_IMAGE" | "NEW_AND_OLD_IMAGES" | "KEYS_ONLY")
54
+ attr_accessor creation_request_date_time: ::Time
55
+ attr_accessor keyspace_name: ::String
56
+ attr_accessor table_name: ::String
57
+ attr_accessor shards: ::Array[Types::Shard]
58
+ attr_accessor next_token: ::String
59
+ SENSITIVE: []
60
+ end
61
+
62
+ class InternalServerException
63
+ attr_accessor message: ::String
64
+ SENSITIVE: []
65
+ end
66
+
67
+ class KeyspacesCell
68
+ attr_accessor value: Types::KeyspacesCellValue
69
+ attr_accessor metadata: Types::KeyspacesMetadata
70
+ SENSITIVE: []
71
+ end
72
+
73
+ class KeyspacesCellMapDefinition
74
+ attr_accessor key: Types::KeyspacesCellValue
75
+ attr_accessor value: Types::KeyspacesCellValue
76
+ attr_accessor metadata: Types::KeyspacesMetadata
77
+ SENSITIVE: []
78
+ end
79
+
80
+ class KeyspacesCellValue
81
+ attr_accessor ascii_t: ::String
82
+ attr_accessor bigint_t: ::String
83
+ attr_accessor blob_t: ::String
84
+ attr_accessor bool_t: bool
85
+ attr_accessor counter_t: ::String
86
+ attr_accessor date_t: ::String
87
+ attr_accessor decimal_t: ::String
88
+ attr_accessor double_t: ::String
89
+ attr_accessor float_t: ::String
90
+ attr_accessor inet_t: ::String
91
+ attr_accessor int_t: ::String
92
+ attr_accessor list_t: ::Array[Types::KeyspacesCell]
93
+ attr_accessor map_t: ::Array[Types::KeyspacesCellMapDefinition]
94
+ attr_accessor set_t: ::Array[Types::KeyspacesCell]
95
+ attr_accessor smallint_t: ::String
96
+ attr_accessor text_t: ::String
97
+ attr_accessor time_t: ::String
98
+ attr_accessor timestamp_t: ::String
99
+ attr_accessor timeuuid_t: ::String
100
+ attr_accessor tinyint_t: ::String
101
+ attr_accessor tuple_t: ::Array[Types::KeyspacesCell]
102
+ attr_accessor uuid_t: ::String
103
+ attr_accessor varchar_t: ::String
104
+ attr_accessor varint_t: ::String
105
+ attr_accessor udt_t: ::Hash[::String, Types::KeyspacesCell]
106
+ attr_accessor unknown: untyped
107
+ SENSITIVE: []
108
+
109
+ class AsciiT < KeyspacesCellValue
110
+ end
111
+ class BigintT < KeyspacesCellValue
112
+ end
113
+ class BlobT < KeyspacesCellValue
114
+ end
115
+ class BoolT < KeyspacesCellValue
116
+ end
117
+ class CounterT < KeyspacesCellValue
118
+ end
119
+ class DateT < KeyspacesCellValue
120
+ end
121
+ class DecimalT < KeyspacesCellValue
122
+ end
123
+ class DoubleT < KeyspacesCellValue
124
+ end
125
+ class FloatT < KeyspacesCellValue
126
+ end
127
+ class InetT < KeyspacesCellValue
128
+ end
129
+ class IntT < KeyspacesCellValue
130
+ end
131
+ class ListT < KeyspacesCellValue
132
+ end
133
+ class MapT < KeyspacesCellValue
134
+ end
135
+ class SetT < KeyspacesCellValue
136
+ end
137
+ class SmallintT < KeyspacesCellValue
138
+ end
139
+ class TextT < KeyspacesCellValue
140
+ end
141
+ class TimeT < KeyspacesCellValue
142
+ end
143
+ class TimestampT < KeyspacesCellValue
144
+ end
145
+ class TimeuuidT < KeyspacesCellValue
146
+ end
147
+ class TinyintT < KeyspacesCellValue
148
+ end
149
+ class TupleT < KeyspacesCellValue
150
+ end
151
+ class UuidT < KeyspacesCellValue
152
+ end
153
+ class VarcharT < KeyspacesCellValue
154
+ end
155
+ class VarintT < KeyspacesCellValue
156
+ end
157
+ class UdtT < KeyspacesCellValue
158
+ end
159
+ class Unknown < KeyspacesCellValue
160
+ end
161
+ end
162
+
163
+ class KeyspacesMetadata
164
+ attr_accessor expiration_time: ::String
165
+ attr_accessor write_time: ::String
166
+ SENSITIVE: []
167
+ end
168
+
169
+ class KeyspacesRow
170
+ attr_accessor value_cells: ::Hash[::String, Types::KeyspacesCell]
171
+ attr_accessor static_cells: ::Hash[::String, Types::KeyspacesCell]
172
+ attr_accessor row_metadata: Types::KeyspacesMetadata
173
+ SENSITIVE: []
174
+ end
175
+
176
+ class ListStreamsInput
177
+ attr_accessor keyspace_name: ::String
178
+ attr_accessor table_name: ::String
179
+ attr_accessor max_results: ::Integer
180
+ attr_accessor next_token: ::String
181
+ SENSITIVE: []
182
+ end
183
+
184
+ class ListStreamsOutput
185
+ attr_accessor streams: ::Array[Types::Stream]
186
+ attr_accessor next_token: ::String
187
+ SENSITIVE: []
188
+ end
189
+
190
+ class Record
191
+ attr_accessor event_version: ::String
192
+ attr_accessor created_at: ::Time
193
+ attr_accessor origin: ("USER" | "REPLICATION" | "TTL")
194
+ attr_accessor partition_keys: ::Hash[::String, Types::KeyspacesCellValue]
195
+ attr_accessor clustering_keys: ::Hash[::String, Types::KeyspacesCellValue]
196
+ attr_accessor new_image: Types::KeyspacesRow
197
+ attr_accessor old_image: Types::KeyspacesRow
198
+ attr_accessor sequence_number: ::String
199
+ SENSITIVE: []
200
+ end
201
+
202
+ class ResourceNotFoundException
203
+ attr_accessor message: ::String
204
+ SENSITIVE: []
205
+ end
206
+
207
+ class SequenceNumberRange
208
+ attr_accessor starting_sequence_number: ::String
209
+ attr_accessor ending_sequence_number: ::String
210
+ SENSITIVE: []
211
+ end
212
+
213
+ class Shard
214
+ attr_accessor shard_id: ::String
215
+ attr_accessor sequence_number_range: Types::SequenceNumberRange
216
+ attr_accessor parent_shard_ids: ::Array[::String]
217
+ SENSITIVE: []
218
+ end
219
+
220
+ class ShardFilter
221
+ attr_accessor type: ("CHILD_SHARDS")
222
+ attr_accessor shard_id: ::String
223
+ SENSITIVE: []
224
+ end
225
+
226
+ class Stream
227
+ attr_accessor stream_arn: ::String
228
+ attr_accessor keyspace_name: ::String
229
+ attr_accessor table_name: ::String
230
+ attr_accessor stream_label: ::String
231
+ SENSITIVE: []
232
+ end
233
+
234
+ class ThrottlingException
235
+ attr_accessor message: ::String
236
+ SENSITIVE: []
237
+ end
238
+
239
+ class ValidationException
240
+ attr_accessor message: ::String
241
+ attr_accessor error_code: ("InvalidFormat" | "TrimmedDataAccess" | "ExpiredIterator" | "ExpiredNextToken")
242
+ SENSITIVE: []
243
+ end
244
+ end
245
+ 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 KeyspacesStreams
10
+ module Waiters
11
+ end
12
+ end
13
+ end
metadata ADDED
@@ -0,0 +1,96 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: aws-sdk-keyspacesstreams
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Amazon Web Services
8
+ bindir: bin
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies:
12
+ - !ruby/object:Gem::Dependency
13
+ name: aws-sdk-core
14
+ requirement: !ruby/object:Gem::Requirement
15
+ requirements:
16
+ - - "~>"
17
+ - !ruby/object:Gem::Version
18
+ version: '3'
19
+ - - ">="
20
+ - !ruby/object:Gem::Version
21
+ version: 3.225.0
22
+ type: :runtime
23
+ prerelease: false
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ requirements:
26
+ - - "~>"
27
+ - !ruby/object:Gem::Version
28
+ version: '3'
29
+ - - ">="
30
+ - !ruby/object:Gem::Version
31
+ version: 3.225.0
32
+ - !ruby/object:Gem::Dependency
33
+ name: aws-sigv4
34
+ requirement: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - "~>"
37
+ - !ruby/object:Gem::Version
38
+ version: '1.5'
39
+ type: :runtime
40
+ prerelease: false
41
+ version_requirements: !ruby/object:Gem::Requirement
42
+ requirements:
43
+ - - "~>"
44
+ - !ruby/object:Gem::Version
45
+ version: '1.5'
46
+ description: Official AWS Ruby gem for Amazon Keyspaces Streams. This gem is part
47
+ of the AWS SDK for Ruby.
48
+ email:
49
+ - aws-dr-rubygems@amazon.com
50
+ executables: []
51
+ extensions: []
52
+ extra_rdoc_files: []
53
+ files:
54
+ - CHANGELOG.md
55
+ - LICENSE.txt
56
+ - VERSION
57
+ - lib/aws-sdk-keyspacesstreams.rb
58
+ - lib/aws-sdk-keyspacesstreams/client.rb
59
+ - lib/aws-sdk-keyspacesstreams/client_api.rb
60
+ - lib/aws-sdk-keyspacesstreams/customizations.rb
61
+ - lib/aws-sdk-keyspacesstreams/endpoint_parameters.rb
62
+ - lib/aws-sdk-keyspacesstreams/endpoint_provider.rb
63
+ - lib/aws-sdk-keyspacesstreams/endpoints.rb
64
+ - lib/aws-sdk-keyspacesstreams/errors.rb
65
+ - lib/aws-sdk-keyspacesstreams/plugins/endpoints.rb
66
+ - lib/aws-sdk-keyspacesstreams/resource.rb
67
+ - lib/aws-sdk-keyspacesstreams/types.rb
68
+ - sig/client.rbs
69
+ - sig/errors.rbs
70
+ - sig/resource.rbs
71
+ - sig/types.rbs
72
+ - sig/waiters.rbs
73
+ homepage: https://github.com/aws/aws-sdk-ruby
74
+ licenses:
75
+ - Apache-2.0
76
+ metadata:
77
+ source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-keyspacesstreams
78
+ changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-keyspacesstreams/CHANGELOG.md
79
+ rdoc_options: []
80
+ require_paths:
81
+ - lib
82
+ required_ruby_version: !ruby/object:Gem::Requirement
83
+ requirements:
84
+ - - ">="
85
+ - !ruby/object:Gem::Version
86
+ version: '2.7'
87
+ required_rubygems_version: !ruby/object:Gem::Requirement
88
+ requirements:
89
+ - - ">="
90
+ - !ruby/object:Gem::Version
91
+ version: '0'
92
+ requirements: []
93
+ rubygems_version: 3.6.7
94
+ specification_version: 4
95
+ summary: AWS SDK for Ruby - Amazon Keyspaces Streams
96
+ test_files: []