aws-sdk-chimesdkmessaging 1.26.0 → 1.28.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.
data/sig/client.rbs ADDED
@@ -0,0 +1,806 @@
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 ChimeSDKMessaging
10
+ class Client < ::Seahorse::Client::Base
11
+ include ::Aws::ClientStubs
12
+
13
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMessaging/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
+ ?stub_responses: untyped,
52
+ ?token_provider: untyped,
53
+ ?use_dualstack_endpoint: bool,
54
+ ?use_fips_endpoint: bool,
55
+ ?validate_params: bool,
56
+ ?endpoint_provider: untyped,
57
+ ?http_proxy: String,
58
+ ?http_open_timeout: (Float | Integer),
59
+ ?http_read_timeout: (Float | Integer),
60
+ ?http_idle_timeout: (Float | Integer),
61
+ ?http_continue_timeout: (Float | Integer),
62
+ ?ssl_timeout: (Float | Integer | nil),
63
+ ?http_wire_trace: bool,
64
+ ?ssl_verify_peer: bool,
65
+ ?ssl_ca_bundle: String,
66
+ ?ssl_ca_directory: String,
67
+ ?ssl_ca_store: String,
68
+ ?on_chunk_received: Proc,
69
+ ?on_chunk_sent: Proc,
70
+ ?raise_response_errors: bool
71
+ ) -> instance
72
+ | (?Hash[Symbol, untyped]) -> instance
73
+
74
+
75
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMessaging/Client.html#associate_channel_flow-instance_method
76
+ def associate_channel_flow: (
77
+ channel_arn: ::String,
78
+ channel_flow_arn: ::String,
79
+ chime_bearer: ::String
80
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
81
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
82
+
83
+ interface _BatchCreateChannelMembershipResponseSuccess
84
+ include ::Seahorse::Client::_ResponseSuccess[Types::BatchCreateChannelMembershipResponse]
85
+ def batch_channel_memberships: () -> Types::BatchChannelMemberships
86
+ def errors: () -> ::Array[Types::BatchCreateChannelMembershipError]
87
+ end
88
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMessaging/Client.html#batch_create_channel_membership-instance_method
89
+ def batch_create_channel_membership: (
90
+ channel_arn: ::String,
91
+ ?type: ("DEFAULT" | "HIDDEN"),
92
+ member_arns: Array[::String],
93
+ chime_bearer: ::String,
94
+ ?sub_channel_id: ::String
95
+ ) -> _BatchCreateChannelMembershipResponseSuccess
96
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchCreateChannelMembershipResponseSuccess
97
+
98
+ interface _ChannelFlowCallbackResponseSuccess
99
+ include ::Seahorse::Client::_ResponseSuccess[Types::ChannelFlowCallbackResponse]
100
+ def channel_arn: () -> ::String
101
+ def callback_id: () -> ::String
102
+ end
103
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMessaging/Client.html#channel_flow_callback-instance_method
104
+ def channel_flow_callback: (
105
+ callback_id: ::String,
106
+ channel_arn: ::String,
107
+ ?delete_resource: bool,
108
+ channel_message: {
109
+ message_id: ::String,
110
+ content: ::String?,
111
+ metadata: ::String?,
112
+ push_notification: {
113
+ title: ::String?,
114
+ body: ::String?,
115
+ type: ("DEFAULT" | "VOIP")?
116
+ }?,
117
+ message_attributes: Hash[::String, {
118
+ string_values: Array[::String]?
119
+ }]?,
120
+ sub_channel_id: ::String?,
121
+ content_type: ::String?
122
+ }
123
+ ) -> _ChannelFlowCallbackResponseSuccess
124
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ChannelFlowCallbackResponseSuccess
125
+
126
+ interface _CreateChannelResponseSuccess
127
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateChannelResponse]
128
+ def channel_arn: () -> ::String
129
+ end
130
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMessaging/Client.html#create_channel-instance_method
131
+ def create_channel: (
132
+ app_instance_arn: ::String,
133
+ name: ::String,
134
+ ?mode: ("UNRESTRICTED" | "RESTRICTED"),
135
+ ?privacy: ("PUBLIC" | "PRIVATE"),
136
+ ?metadata: ::String,
137
+ client_request_token: ::String,
138
+ ?tags: Array[
139
+ {
140
+ key: ::String,
141
+ value: ::String
142
+ },
143
+ ],
144
+ chime_bearer: ::String,
145
+ ?channel_id: ::String,
146
+ ?member_arns: Array[::String],
147
+ ?moderator_arns: Array[::String],
148
+ ?elastic_channel_configuration: {
149
+ maximum_sub_channels: ::Integer,
150
+ target_memberships_per_sub_channel: ::Integer,
151
+ minimum_membership_percentage: ::Integer
152
+ },
153
+ ?expiration_settings: {
154
+ expiration_days: ::Integer,
155
+ expiration_criterion: ("CREATED_TIMESTAMP" | "LAST_MESSAGE_TIMESTAMP")
156
+ }
157
+ ) -> _CreateChannelResponseSuccess
158
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateChannelResponseSuccess
159
+
160
+ interface _CreateChannelBanResponseSuccess
161
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateChannelBanResponse]
162
+ def channel_arn: () -> ::String
163
+ def member: () -> Types::Identity
164
+ end
165
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMessaging/Client.html#create_channel_ban-instance_method
166
+ def create_channel_ban: (
167
+ channel_arn: ::String,
168
+ member_arn: ::String,
169
+ chime_bearer: ::String
170
+ ) -> _CreateChannelBanResponseSuccess
171
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateChannelBanResponseSuccess
172
+
173
+ interface _CreateChannelFlowResponseSuccess
174
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateChannelFlowResponse]
175
+ def channel_flow_arn: () -> ::String
176
+ end
177
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMessaging/Client.html#create_channel_flow-instance_method
178
+ def create_channel_flow: (
179
+ app_instance_arn: ::String,
180
+ processors: Array[
181
+ {
182
+ name: ::String,
183
+ configuration: {
184
+ lambda: {
185
+ resource_arn: ::String,
186
+ invocation_type: ("ASYNC")
187
+ }
188
+ },
189
+ execution_order: ::Integer,
190
+ fallback_action: ("CONTINUE" | "ABORT")
191
+ },
192
+ ],
193
+ name: ::String,
194
+ ?tags: Array[
195
+ {
196
+ key: ::String,
197
+ value: ::String
198
+ },
199
+ ],
200
+ client_request_token: ::String
201
+ ) -> _CreateChannelFlowResponseSuccess
202
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateChannelFlowResponseSuccess
203
+
204
+ interface _CreateChannelMembershipResponseSuccess
205
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateChannelMembershipResponse]
206
+ def channel_arn: () -> ::String
207
+ def member: () -> Types::Identity
208
+ def sub_channel_id: () -> ::String
209
+ end
210
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMessaging/Client.html#create_channel_membership-instance_method
211
+ def create_channel_membership: (
212
+ channel_arn: ::String,
213
+ member_arn: ::String,
214
+ type: ("DEFAULT" | "HIDDEN"),
215
+ chime_bearer: ::String,
216
+ ?sub_channel_id: ::String
217
+ ) -> _CreateChannelMembershipResponseSuccess
218
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateChannelMembershipResponseSuccess
219
+
220
+ interface _CreateChannelModeratorResponseSuccess
221
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateChannelModeratorResponse]
222
+ def channel_arn: () -> ::String
223
+ def channel_moderator: () -> Types::Identity
224
+ end
225
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMessaging/Client.html#create_channel_moderator-instance_method
226
+ def create_channel_moderator: (
227
+ channel_arn: ::String,
228
+ channel_moderator_arn: ::String,
229
+ chime_bearer: ::String
230
+ ) -> _CreateChannelModeratorResponseSuccess
231
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateChannelModeratorResponseSuccess
232
+
233
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMessaging/Client.html#delete_channel-instance_method
234
+ def delete_channel: (
235
+ channel_arn: ::String,
236
+ chime_bearer: ::String
237
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
238
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
239
+
240
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMessaging/Client.html#delete_channel_ban-instance_method
241
+ def delete_channel_ban: (
242
+ channel_arn: ::String,
243
+ member_arn: ::String,
244
+ chime_bearer: ::String
245
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
246
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
247
+
248
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMessaging/Client.html#delete_channel_flow-instance_method
249
+ def delete_channel_flow: (
250
+ channel_flow_arn: ::String
251
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
252
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
253
+
254
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMessaging/Client.html#delete_channel_membership-instance_method
255
+ def delete_channel_membership: (
256
+ channel_arn: ::String,
257
+ member_arn: ::String,
258
+ chime_bearer: ::String,
259
+ ?sub_channel_id: ::String
260
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
261
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
262
+
263
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMessaging/Client.html#delete_channel_message-instance_method
264
+ def delete_channel_message: (
265
+ channel_arn: ::String,
266
+ message_id: ::String,
267
+ chime_bearer: ::String,
268
+ ?sub_channel_id: ::String
269
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
270
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
271
+
272
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMessaging/Client.html#delete_channel_moderator-instance_method
273
+ def delete_channel_moderator: (
274
+ channel_arn: ::String,
275
+ channel_moderator_arn: ::String,
276
+ chime_bearer: ::String
277
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
278
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
279
+
280
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMessaging/Client.html#delete_messaging_streaming_configurations-instance_method
281
+ def delete_messaging_streaming_configurations: (
282
+ app_instance_arn: ::String
283
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
284
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
285
+
286
+ interface _DescribeChannelResponseSuccess
287
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeChannelResponse]
288
+ def channel: () -> Types::Channel
289
+ end
290
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMessaging/Client.html#describe_channel-instance_method
291
+ def describe_channel: (
292
+ channel_arn: ::String,
293
+ chime_bearer: ::String
294
+ ) -> _DescribeChannelResponseSuccess
295
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeChannelResponseSuccess
296
+
297
+ interface _DescribeChannelBanResponseSuccess
298
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeChannelBanResponse]
299
+ def channel_ban: () -> Types::ChannelBan
300
+ end
301
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMessaging/Client.html#describe_channel_ban-instance_method
302
+ def describe_channel_ban: (
303
+ channel_arn: ::String,
304
+ member_arn: ::String,
305
+ chime_bearer: ::String
306
+ ) -> _DescribeChannelBanResponseSuccess
307
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeChannelBanResponseSuccess
308
+
309
+ interface _DescribeChannelFlowResponseSuccess
310
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeChannelFlowResponse]
311
+ def channel_flow: () -> Types::ChannelFlow
312
+ end
313
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMessaging/Client.html#describe_channel_flow-instance_method
314
+ def describe_channel_flow: (
315
+ channel_flow_arn: ::String
316
+ ) -> _DescribeChannelFlowResponseSuccess
317
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeChannelFlowResponseSuccess
318
+
319
+ interface _DescribeChannelMembershipResponseSuccess
320
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeChannelMembershipResponse]
321
+ def channel_membership: () -> Types::ChannelMembership
322
+ end
323
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMessaging/Client.html#describe_channel_membership-instance_method
324
+ def describe_channel_membership: (
325
+ channel_arn: ::String,
326
+ member_arn: ::String,
327
+ chime_bearer: ::String,
328
+ ?sub_channel_id: ::String
329
+ ) -> _DescribeChannelMembershipResponseSuccess
330
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeChannelMembershipResponseSuccess
331
+
332
+ interface _DescribeChannelMembershipForAppInstanceUserResponseSuccess
333
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeChannelMembershipForAppInstanceUserResponse]
334
+ def channel_membership: () -> Types::ChannelMembershipForAppInstanceUserSummary
335
+ end
336
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMessaging/Client.html#describe_channel_membership_for_app_instance_user-instance_method
337
+ def describe_channel_membership_for_app_instance_user: (
338
+ channel_arn: ::String,
339
+ app_instance_user_arn: ::String,
340
+ chime_bearer: ::String
341
+ ) -> _DescribeChannelMembershipForAppInstanceUserResponseSuccess
342
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeChannelMembershipForAppInstanceUserResponseSuccess
343
+
344
+ interface _DescribeChannelModeratedByAppInstanceUserResponseSuccess
345
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeChannelModeratedByAppInstanceUserResponse]
346
+ def channel: () -> Types::ChannelModeratedByAppInstanceUserSummary
347
+ end
348
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMessaging/Client.html#describe_channel_moderated_by_app_instance_user-instance_method
349
+ def describe_channel_moderated_by_app_instance_user: (
350
+ channel_arn: ::String,
351
+ app_instance_user_arn: ::String,
352
+ chime_bearer: ::String
353
+ ) -> _DescribeChannelModeratedByAppInstanceUserResponseSuccess
354
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeChannelModeratedByAppInstanceUserResponseSuccess
355
+
356
+ interface _DescribeChannelModeratorResponseSuccess
357
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeChannelModeratorResponse]
358
+ def channel_moderator: () -> Types::ChannelModerator
359
+ end
360
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMessaging/Client.html#describe_channel_moderator-instance_method
361
+ def describe_channel_moderator: (
362
+ channel_arn: ::String,
363
+ channel_moderator_arn: ::String,
364
+ chime_bearer: ::String
365
+ ) -> _DescribeChannelModeratorResponseSuccess
366
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeChannelModeratorResponseSuccess
367
+
368
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMessaging/Client.html#disassociate_channel_flow-instance_method
369
+ def disassociate_channel_flow: (
370
+ channel_arn: ::String,
371
+ channel_flow_arn: ::String,
372
+ chime_bearer: ::String
373
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
374
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
375
+
376
+ interface _GetChannelMembershipPreferencesResponseSuccess
377
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetChannelMembershipPreferencesResponse]
378
+ def channel_arn: () -> ::String
379
+ def member: () -> Types::Identity
380
+ def preferences: () -> Types::ChannelMembershipPreferences
381
+ end
382
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMessaging/Client.html#get_channel_membership_preferences-instance_method
383
+ def get_channel_membership_preferences: (
384
+ channel_arn: ::String,
385
+ member_arn: ::String,
386
+ chime_bearer: ::String
387
+ ) -> _GetChannelMembershipPreferencesResponseSuccess
388
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetChannelMembershipPreferencesResponseSuccess
389
+
390
+ interface _GetChannelMessageResponseSuccess
391
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetChannelMessageResponse]
392
+ def channel_message: () -> Types::ChannelMessage
393
+ end
394
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMessaging/Client.html#get_channel_message-instance_method
395
+ def get_channel_message: (
396
+ channel_arn: ::String,
397
+ message_id: ::String,
398
+ chime_bearer: ::String,
399
+ ?sub_channel_id: ::String
400
+ ) -> _GetChannelMessageResponseSuccess
401
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetChannelMessageResponseSuccess
402
+
403
+ interface _GetChannelMessageStatusResponseSuccess
404
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetChannelMessageStatusResponse]
405
+ def status: () -> Types::ChannelMessageStatusStructure
406
+ end
407
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMessaging/Client.html#get_channel_message_status-instance_method
408
+ def get_channel_message_status: (
409
+ channel_arn: ::String,
410
+ message_id: ::String,
411
+ chime_bearer: ::String,
412
+ ?sub_channel_id: ::String
413
+ ) -> _GetChannelMessageStatusResponseSuccess
414
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetChannelMessageStatusResponseSuccess
415
+
416
+ interface _GetMessagingSessionEndpointResponseSuccess
417
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetMessagingSessionEndpointResponse]
418
+ def endpoint: () -> Types::MessagingSessionEndpoint
419
+ end
420
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMessaging/Client.html#get_messaging_session_endpoint-instance_method
421
+ def get_messaging_session_endpoint: (
422
+ ) -> _GetMessagingSessionEndpointResponseSuccess
423
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetMessagingSessionEndpointResponseSuccess
424
+
425
+ interface _GetMessagingStreamingConfigurationsResponseSuccess
426
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetMessagingStreamingConfigurationsResponse]
427
+ def streaming_configurations: () -> ::Array[Types::StreamingConfiguration]
428
+ end
429
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMessaging/Client.html#get_messaging_streaming_configurations-instance_method
430
+ def get_messaging_streaming_configurations: (
431
+ app_instance_arn: ::String
432
+ ) -> _GetMessagingStreamingConfigurationsResponseSuccess
433
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetMessagingStreamingConfigurationsResponseSuccess
434
+
435
+ interface _ListChannelBansResponseSuccess
436
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListChannelBansResponse]
437
+ def channel_arn: () -> ::String
438
+ def next_token: () -> ::String
439
+ def channel_bans: () -> ::Array[Types::ChannelBanSummary]
440
+ end
441
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMessaging/Client.html#list_channel_bans-instance_method
442
+ def list_channel_bans: (
443
+ channel_arn: ::String,
444
+ ?max_results: ::Integer,
445
+ ?next_token: ::String,
446
+ chime_bearer: ::String
447
+ ) -> _ListChannelBansResponseSuccess
448
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListChannelBansResponseSuccess
449
+
450
+ interface _ListChannelFlowsResponseSuccess
451
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListChannelFlowsResponse]
452
+ def channel_flows: () -> ::Array[Types::ChannelFlowSummary]
453
+ def next_token: () -> ::String
454
+ end
455
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMessaging/Client.html#list_channel_flows-instance_method
456
+ def list_channel_flows: (
457
+ app_instance_arn: ::String,
458
+ ?max_results: ::Integer,
459
+ ?next_token: ::String
460
+ ) -> _ListChannelFlowsResponseSuccess
461
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListChannelFlowsResponseSuccess
462
+
463
+ interface _ListChannelMembershipsResponseSuccess
464
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListChannelMembershipsResponse]
465
+ def channel_arn: () -> ::String
466
+ def channel_memberships: () -> ::Array[Types::ChannelMembershipSummary]
467
+ def next_token: () -> ::String
468
+ end
469
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMessaging/Client.html#list_channel_memberships-instance_method
470
+ def list_channel_memberships: (
471
+ channel_arn: ::String,
472
+ ?type: ("DEFAULT" | "HIDDEN"),
473
+ ?max_results: ::Integer,
474
+ ?next_token: ::String,
475
+ chime_bearer: ::String,
476
+ ?sub_channel_id: ::String
477
+ ) -> _ListChannelMembershipsResponseSuccess
478
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListChannelMembershipsResponseSuccess
479
+
480
+ interface _ListChannelMembershipsForAppInstanceUserResponseSuccess
481
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListChannelMembershipsForAppInstanceUserResponse]
482
+ def channel_memberships: () -> ::Array[Types::ChannelMembershipForAppInstanceUserSummary]
483
+ def next_token: () -> ::String
484
+ end
485
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMessaging/Client.html#list_channel_memberships_for_app_instance_user-instance_method
486
+ def list_channel_memberships_for_app_instance_user: (
487
+ ?app_instance_user_arn: ::String,
488
+ ?max_results: ::Integer,
489
+ ?next_token: ::String,
490
+ chime_bearer: ::String
491
+ ) -> _ListChannelMembershipsForAppInstanceUserResponseSuccess
492
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListChannelMembershipsForAppInstanceUserResponseSuccess
493
+
494
+ interface _ListChannelMessagesResponseSuccess
495
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListChannelMessagesResponse]
496
+ def channel_arn: () -> ::String
497
+ def next_token: () -> ::String
498
+ def channel_messages: () -> ::Array[Types::ChannelMessageSummary]
499
+ def sub_channel_id: () -> ::String
500
+ end
501
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMessaging/Client.html#list_channel_messages-instance_method
502
+ def list_channel_messages: (
503
+ channel_arn: ::String,
504
+ ?sort_order: ("ASCENDING" | "DESCENDING"),
505
+ ?not_before: ::Time,
506
+ ?not_after: ::Time,
507
+ ?max_results: ::Integer,
508
+ ?next_token: ::String,
509
+ chime_bearer: ::String,
510
+ ?sub_channel_id: ::String
511
+ ) -> _ListChannelMessagesResponseSuccess
512
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListChannelMessagesResponseSuccess
513
+
514
+ interface _ListChannelModeratorsResponseSuccess
515
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListChannelModeratorsResponse]
516
+ def channel_arn: () -> ::String
517
+ def next_token: () -> ::String
518
+ def channel_moderators: () -> ::Array[Types::ChannelModeratorSummary]
519
+ end
520
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMessaging/Client.html#list_channel_moderators-instance_method
521
+ def list_channel_moderators: (
522
+ channel_arn: ::String,
523
+ ?max_results: ::Integer,
524
+ ?next_token: ::String,
525
+ chime_bearer: ::String
526
+ ) -> _ListChannelModeratorsResponseSuccess
527
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListChannelModeratorsResponseSuccess
528
+
529
+ interface _ListChannelsResponseSuccess
530
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListChannelsResponse]
531
+ def channels: () -> ::Array[Types::ChannelSummary]
532
+ def next_token: () -> ::String
533
+ end
534
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMessaging/Client.html#list_channels-instance_method
535
+ def list_channels: (
536
+ app_instance_arn: ::String,
537
+ ?privacy: ("PUBLIC" | "PRIVATE"),
538
+ ?max_results: ::Integer,
539
+ ?next_token: ::String,
540
+ chime_bearer: ::String
541
+ ) -> _ListChannelsResponseSuccess
542
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListChannelsResponseSuccess
543
+
544
+ interface _ListChannelsAssociatedWithChannelFlowResponseSuccess
545
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListChannelsAssociatedWithChannelFlowResponse]
546
+ def channels: () -> ::Array[Types::ChannelAssociatedWithFlowSummary]
547
+ def next_token: () -> ::String
548
+ end
549
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMessaging/Client.html#list_channels_associated_with_channel_flow-instance_method
550
+ def list_channels_associated_with_channel_flow: (
551
+ channel_flow_arn: ::String,
552
+ ?max_results: ::Integer,
553
+ ?next_token: ::String
554
+ ) -> _ListChannelsAssociatedWithChannelFlowResponseSuccess
555
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListChannelsAssociatedWithChannelFlowResponseSuccess
556
+
557
+ interface _ListChannelsModeratedByAppInstanceUserResponseSuccess
558
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListChannelsModeratedByAppInstanceUserResponse]
559
+ def channels: () -> ::Array[Types::ChannelModeratedByAppInstanceUserSummary]
560
+ def next_token: () -> ::String
561
+ end
562
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMessaging/Client.html#list_channels_moderated_by_app_instance_user-instance_method
563
+ def list_channels_moderated_by_app_instance_user: (
564
+ ?app_instance_user_arn: ::String,
565
+ ?max_results: ::Integer,
566
+ ?next_token: ::String,
567
+ chime_bearer: ::String
568
+ ) -> _ListChannelsModeratedByAppInstanceUserResponseSuccess
569
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListChannelsModeratedByAppInstanceUserResponseSuccess
570
+
571
+ interface _ListSubChannelsResponseSuccess
572
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListSubChannelsResponse]
573
+ def channel_arn: () -> ::String
574
+ def sub_channels: () -> ::Array[Types::SubChannelSummary]
575
+ def next_token: () -> ::String
576
+ end
577
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMessaging/Client.html#list_sub_channels-instance_method
578
+ def list_sub_channels: (
579
+ channel_arn: ::String,
580
+ chime_bearer: ::String,
581
+ ?max_results: ::Integer,
582
+ ?next_token: ::String
583
+ ) -> _ListSubChannelsResponseSuccess
584
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListSubChannelsResponseSuccess
585
+
586
+ interface _ListTagsForResourceResponseSuccess
587
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListTagsForResourceResponse]
588
+ def tags: () -> ::Array[Types::Tag]
589
+ end
590
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMessaging/Client.html#list_tags_for_resource-instance_method
591
+ def list_tags_for_resource: (
592
+ resource_arn: ::String
593
+ ) -> _ListTagsForResourceResponseSuccess
594
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsForResourceResponseSuccess
595
+
596
+ interface _PutChannelExpirationSettingsResponseSuccess
597
+ include ::Seahorse::Client::_ResponseSuccess[Types::PutChannelExpirationSettingsResponse]
598
+ def channel_arn: () -> ::String
599
+ def expiration_settings: () -> Types::ExpirationSettings
600
+ end
601
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMessaging/Client.html#put_channel_expiration_settings-instance_method
602
+ def put_channel_expiration_settings: (
603
+ channel_arn: ::String,
604
+ ?chime_bearer: ::String,
605
+ ?expiration_settings: {
606
+ expiration_days: ::Integer,
607
+ expiration_criterion: ("CREATED_TIMESTAMP" | "LAST_MESSAGE_TIMESTAMP")
608
+ }
609
+ ) -> _PutChannelExpirationSettingsResponseSuccess
610
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutChannelExpirationSettingsResponseSuccess
611
+
612
+ interface _PutChannelMembershipPreferencesResponseSuccess
613
+ include ::Seahorse::Client::_ResponseSuccess[Types::PutChannelMembershipPreferencesResponse]
614
+ def channel_arn: () -> ::String
615
+ def member: () -> Types::Identity
616
+ def preferences: () -> Types::ChannelMembershipPreferences
617
+ end
618
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMessaging/Client.html#put_channel_membership_preferences-instance_method
619
+ def put_channel_membership_preferences: (
620
+ channel_arn: ::String,
621
+ member_arn: ::String,
622
+ chime_bearer: ::String,
623
+ preferences: {
624
+ push_notifications: {
625
+ allow_notifications: ("ALL" | "NONE" | "FILTERED"),
626
+ filter_rule: ::String?
627
+ }?
628
+ }
629
+ ) -> _PutChannelMembershipPreferencesResponseSuccess
630
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutChannelMembershipPreferencesResponseSuccess
631
+
632
+ interface _PutMessagingStreamingConfigurationsResponseSuccess
633
+ include ::Seahorse::Client::_ResponseSuccess[Types::PutMessagingStreamingConfigurationsResponse]
634
+ def streaming_configurations: () -> ::Array[Types::StreamingConfiguration]
635
+ end
636
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMessaging/Client.html#put_messaging_streaming_configurations-instance_method
637
+ def put_messaging_streaming_configurations: (
638
+ app_instance_arn: ::String,
639
+ streaming_configurations: Array[
640
+ {
641
+ data_type: ("Channel" | "ChannelMessage"),
642
+ resource_arn: ::String
643
+ },
644
+ ]
645
+ ) -> _PutMessagingStreamingConfigurationsResponseSuccess
646
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutMessagingStreamingConfigurationsResponseSuccess
647
+
648
+ interface _RedactChannelMessageResponseSuccess
649
+ include ::Seahorse::Client::_ResponseSuccess[Types::RedactChannelMessageResponse]
650
+ def channel_arn: () -> ::String
651
+ def message_id: () -> ::String
652
+ def sub_channel_id: () -> ::String
653
+ end
654
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMessaging/Client.html#redact_channel_message-instance_method
655
+ def redact_channel_message: (
656
+ channel_arn: ::String,
657
+ message_id: ::String,
658
+ chime_bearer: ::String,
659
+ ?sub_channel_id: ::String
660
+ ) -> _RedactChannelMessageResponseSuccess
661
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RedactChannelMessageResponseSuccess
662
+
663
+ interface _SearchChannelsResponseSuccess
664
+ include ::Seahorse::Client::_ResponseSuccess[Types::SearchChannelsResponse]
665
+ def channels: () -> ::Array[Types::ChannelSummary]
666
+ def next_token: () -> ::String
667
+ end
668
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMessaging/Client.html#search_channels-instance_method
669
+ def search_channels: (
670
+ ?chime_bearer: ::String,
671
+ fields: Array[
672
+ {
673
+ key: ("MEMBERS"),
674
+ values: Array[::String],
675
+ operator: ("EQUALS" | "INCLUDES")
676
+ },
677
+ ],
678
+ ?max_results: ::Integer,
679
+ ?next_token: ::String
680
+ ) -> _SearchChannelsResponseSuccess
681
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SearchChannelsResponseSuccess
682
+
683
+ interface _SendChannelMessageResponseSuccess
684
+ include ::Seahorse::Client::_ResponseSuccess[Types::SendChannelMessageResponse]
685
+ def channel_arn: () -> ::String
686
+ def message_id: () -> ::String
687
+ def status: () -> Types::ChannelMessageStatusStructure
688
+ def sub_channel_id: () -> ::String
689
+ end
690
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMessaging/Client.html#send_channel_message-instance_method
691
+ def send_channel_message: (
692
+ channel_arn: ::String,
693
+ content: ::String,
694
+ type: ("STANDARD" | "CONTROL"),
695
+ persistence: ("PERSISTENT" | "NON_PERSISTENT"),
696
+ ?metadata: ::String,
697
+ client_request_token: ::String,
698
+ chime_bearer: ::String,
699
+ ?push_notification: {
700
+ title: ::String?,
701
+ body: ::String?,
702
+ type: ("DEFAULT" | "VOIP")?
703
+ },
704
+ ?message_attributes: Hash[::String, {
705
+ string_values: Array[::String]?
706
+ }],
707
+ ?sub_channel_id: ::String,
708
+ ?content_type: ::String,
709
+ ?target: Array[
710
+ {
711
+ member_arn: ::String?
712
+ },
713
+ ]
714
+ ) -> _SendChannelMessageResponseSuccess
715
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SendChannelMessageResponseSuccess
716
+
717
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMessaging/Client.html#tag_resource-instance_method
718
+ def tag_resource: (
719
+ resource_arn: ::String,
720
+ tags: Array[
721
+ {
722
+ key: ::String,
723
+ value: ::String
724
+ },
725
+ ]
726
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
727
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
728
+
729
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMessaging/Client.html#untag_resource-instance_method
730
+ def untag_resource: (
731
+ resource_arn: ::String,
732
+ tag_keys: Array[::String]
733
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
734
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
735
+
736
+ interface _UpdateChannelResponseSuccess
737
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateChannelResponse]
738
+ def channel_arn: () -> ::String
739
+ end
740
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMessaging/Client.html#update_channel-instance_method
741
+ def update_channel: (
742
+ channel_arn: ::String,
743
+ ?name: ::String,
744
+ ?mode: ("UNRESTRICTED" | "RESTRICTED"),
745
+ ?metadata: ::String,
746
+ chime_bearer: ::String
747
+ ) -> _UpdateChannelResponseSuccess
748
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateChannelResponseSuccess
749
+
750
+ interface _UpdateChannelFlowResponseSuccess
751
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateChannelFlowResponse]
752
+ def channel_flow_arn: () -> ::String
753
+ end
754
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMessaging/Client.html#update_channel_flow-instance_method
755
+ def update_channel_flow: (
756
+ channel_flow_arn: ::String,
757
+ processors: Array[
758
+ {
759
+ name: ::String,
760
+ configuration: {
761
+ lambda: {
762
+ resource_arn: ::String,
763
+ invocation_type: ("ASYNC")
764
+ }
765
+ },
766
+ execution_order: ::Integer,
767
+ fallback_action: ("CONTINUE" | "ABORT")
768
+ },
769
+ ],
770
+ name: ::String
771
+ ) -> _UpdateChannelFlowResponseSuccess
772
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateChannelFlowResponseSuccess
773
+
774
+ interface _UpdateChannelMessageResponseSuccess
775
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateChannelMessageResponse]
776
+ def channel_arn: () -> ::String
777
+ def message_id: () -> ::String
778
+ def status: () -> Types::ChannelMessageStatusStructure
779
+ def sub_channel_id: () -> ::String
780
+ end
781
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMessaging/Client.html#update_channel_message-instance_method
782
+ def update_channel_message: (
783
+ channel_arn: ::String,
784
+ message_id: ::String,
785
+ content: ::String,
786
+ ?metadata: ::String,
787
+ chime_bearer: ::String,
788
+ ?sub_channel_id: ::String,
789
+ ?content_type: ::String
790
+ ) -> _UpdateChannelMessageResponseSuccess
791
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateChannelMessageResponseSuccess
792
+
793
+ interface _UpdateChannelReadMarkerResponseSuccess
794
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateChannelReadMarkerResponse]
795
+ def channel_arn: () -> ::String
796
+ end
797
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMessaging/Client.html#update_channel_read_marker-instance_method
798
+ def update_channel_read_marker: (
799
+ channel_arn: ::String,
800
+ chime_bearer: ::String
801
+ ) -> _UpdateChannelReadMarkerResponseSuccess
802
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateChannelReadMarkerResponseSuccess
803
+ end
804
+ end
805
+ end
806
+