aws-sdk-chime 1.79.0 → 1.81.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-chime/client.rb +1 -1
- data/lib/aws-sdk-chime/plugins/endpoints.rb +4 -2
- data/lib/aws-sdk-chime.rb +1 -1
- data/sig/client.rbs +2425 -0
- data/sig/errors.rbs +60 -0
- data/sig/resource.rbs +79 -0
- data/sig/types.rbs +2895 -0
- data/sig/waiters.rbs +13 -0
- metadata +13 -8
data/sig/client.rbs
ADDED
@@ -0,0 +1,2425 @@
|
|
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 Chime
|
10
|
+
class Client < ::Seahorse::Client::Base
|
11
|
+
include ::Aws::ClientStubs
|
12
|
+
|
13
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/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
|
+
interface _AssociatePhoneNumberWithUserResponseSuccess
|
76
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::AssociatePhoneNumberWithUserResponse]
|
77
|
+
end
|
78
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#associate_phone_number_with_user-instance_method
|
79
|
+
def associate_phone_number_with_user: (
|
80
|
+
account_id: ::String,
|
81
|
+
user_id: ::String,
|
82
|
+
e164_phone_number: ::String
|
83
|
+
) -> _AssociatePhoneNumberWithUserResponseSuccess
|
84
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociatePhoneNumberWithUserResponseSuccess
|
85
|
+
|
86
|
+
interface _AssociatePhoneNumbersWithVoiceConnectorResponseSuccess
|
87
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::AssociatePhoneNumbersWithVoiceConnectorResponse]
|
88
|
+
def phone_number_errors: () -> ::Array[Types::PhoneNumberError]
|
89
|
+
end
|
90
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#associate_phone_numbers_with_voice_connector-instance_method
|
91
|
+
def associate_phone_numbers_with_voice_connector: (
|
92
|
+
voice_connector_id: ::String,
|
93
|
+
e164_phone_numbers: Array[::String],
|
94
|
+
?force_associate: bool
|
95
|
+
) -> _AssociatePhoneNumbersWithVoiceConnectorResponseSuccess
|
96
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociatePhoneNumbersWithVoiceConnectorResponseSuccess
|
97
|
+
|
98
|
+
interface _AssociatePhoneNumbersWithVoiceConnectorGroupResponseSuccess
|
99
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::AssociatePhoneNumbersWithVoiceConnectorGroupResponse]
|
100
|
+
def phone_number_errors: () -> ::Array[Types::PhoneNumberError]
|
101
|
+
end
|
102
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#associate_phone_numbers_with_voice_connector_group-instance_method
|
103
|
+
def associate_phone_numbers_with_voice_connector_group: (
|
104
|
+
voice_connector_group_id: ::String,
|
105
|
+
e164_phone_numbers: Array[::String],
|
106
|
+
?force_associate: bool
|
107
|
+
) -> _AssociatePhoneNumbersWithVoiceConnectorGroupResponseSuccess
|
108
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociatePhoneNumbersWithVoiceConnectorGroupResponseSuccess
|
109
|
+
|
110
|
+
interface _AssociateSigninDelegateGroupsWithAccountResponseSuccess
|
111
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::AssociateSigninDelegateGroupsWithAccountResponse]
|
112
|
+
end
|
113
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#associate_signin_delegate_groups_with_account-instance_method
|
114
|
+
def associate_signin_delegate_groups_with_account: (
|
115
|
+
account_id: ::String,
|
116
|
+
signin_delegate_groups: Array[
|
117
|
+
{
|
118
|
+
group_name: ::String?
|
119
|
+
},
|
120
|
+
]
|
121
|
+
) -> _AssociateSigninDelegateGroupsWithAccountResponseSuccess
|
122
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateSigninDelegateGroupsWithAccountResponseSuccess
|
123
|
+
|
124
|
+
interface _BatchCreateAttendeeResponseSuccess
|
125
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::BatchCreateAttendeeResponse]
|
126
|
+
def attendees: () -> ::Array[Types::Attendee]
|
127
|
+
def errors: () -> ::Array[Types::CreateAttendeeError]
|
128
|
+
end
|
129
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#batch_create_attendee-instance_method
|
130
|
+
def batch_create_attendee: (
|
131
|
+
meeting_id: ::String,
|
132
|
+
attendees: Array[
|
133
|
+
{
|
134
|
+
external_user_id: ::String,
|
135
|
+
tags: Array[
|
136
|
+
{
|
137
|
+
key: ::String,
|
138
|
+
value: ::String
|
139
|
+
},
|
140
|
+
]?
|
141
|
+
},
|
142
|
+
]
|
143
|
+
) -> _BatchCreateAttendeeResponseSuccess
|
144
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchCreateAttendeeResponseSuccess
|
145
|
+
|
146
|
+
interface _BatchCreateChannelMembershipResponseSuccess
|
147
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::BatchCreateChannelMembershipResponse]
|
148
|
+
def batch_channel_memberships: () -> Types::BatchChannelMemberships
|
149
|
+
def errors: () -> ::Array[Types::BatchCreateChannelMembershipError]
|
150
|
+
end
|
151
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#batch_create_channel_membership-instance_method
|
152
|
+
def batch_create_channel_membership: (
|
153
|
+
channel_arn: ::String,
|
154
|
+
?type: ("DEFAULT" | "HIDDEN"),
|
155
|
+
member_arns: Array[::String],
|
156
|
+
?chime_bearer: ::String
|
157
|
+
) -> _BatchCreateChannelMembershipResponseSuccess
|
158
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchCreateChannelMembershipResponseSuccess
|
159
|
+
|
160
|
+
interface _BatchCreateRoomMembershipResponseSuccess
|
161
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::BatchCreateRoomMembershipResponse]
|
162
|
+
def errors: () -> ::Array[Types::MemberError]
|
163
|
+
end
|
164
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#batch_create_room_membership-instance_method
|
165
|
+
def batch_create_room_membership: (
|
166
|
+
account_id: ::String,
|
167
|
+
room_id: ::String,
|
168
|
+
membership_item_list: Array[
|
169
|
+
{
|
170
|
+
member_id: ::String?,
|
171
|
+
role: ("Administrator" | "Member")?
|
172
|
+
},
|
173
|
+
]
|
174
|
+
) -> _BatchCreateRoomMembershipResponseSuccess
|
175
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchCreateRoomMembershipResponseSuccess
|
176
|
+
|
177
|
+
interface _BatchDeletePhoneNumberResponseSuccess
|
178
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::BatchDeletePhoneNumberResponse]
|
179
|
+
def phone_number_errors: () -> ::Array[Types::PhoneNumberError]
|
180
|
+
end
|
181
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#batch_delete_phone_number-instance_method
|
182
|
+
def batch_delete_phone_number: (
|
183
|
+
phone_number_ids: Array[::String]
|
184
|
+
) -> _BatchDeletePhoneNumberResponseSuccess
|
185
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchDeletePhoneNumberResponseSuccess
|
186
|
+
|
187
|
+
interface _BatchSuspendUserResponseSuccess
|
188
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::BatchSuspendUserResponse]
|
189
|
+
def user_errors: () -> ::Array[Types::UserError]
|
190
|
+
end
|
191
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#batch_suspend_user-instance_method
|
192
|
+
def batch_suspend_user: (
|
193
|
+
account_id: ::String,
|
194
|
+
user_id_list: Array[::String]
|
195
|
+
) -> _BatchSuspendUserResponseSuccess
|
196
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchSuspendUserResponseSuccess
|
197
|
+
|
198
|
+
interface _BatchUnsuspendUserResponseSuccess
|
199
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::BatchUnsuspendUserResponse]
|
200
|
+
def user_errors: () -> ::Array[Types::UserError]
|
201
|
+
end
|
202
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#batch_unsuspend_user-instance_method
|
203
|
+
def batch_unsuspend_user: (
|
204
|
+
account_id: ::String,
|
205
|
+
user_id_list: Array[::String]
|
206
|
+
) -> _BatchUnsuspendUserResponseSuccess
|
207
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchUnsuspendUserResponseSuccess
|
208
|
+
|
209
|
+
interface _BatchUpdatePhoneNumberResponseSuccess
|
210
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::BatchUpdatePhoneNumberResponse]
|
211
|
+
def phone_number_errors: () -> ::Array[Types::PhoneNumberError]
|
212
|
+
end
|
213
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#batch_update_phone_number-instance_method
|
214
|
+
def batch_update_phone_number: (
|
215
|
+
update_phone_number_request_items: Array[
|
216
|
+
{
|
217
|
+
phone_number_id: ::String,
|
218
|
+
product_type: ("BusinessCalling" | "VoiceConnector" | "SipMediaApplicationDialIn")?,
|
219
|
+
calling_name: ::String?
|
220
|
+
},
|
221
|
+
]
|
222
|
+
) -> _BatchUpdatePhoneNumberResponseSuccess
|
223
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchUpdatePhoneNumberResponseSuccess
|
224
|
+
|
225
|
+
interface _BatchUpdateUserResponseSuccess
|
226
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::BatchUpdateUserResponse]
|
227
|
+
def user_errors: () -> ::Array[Types::UserError]
|
228
|
+
end
|
229
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#batch_update_user-instance_method
|
230
|
+
def batch_update_user: (
|
231
|
+
account_id: ::String,
|
232
|
+
update_user_request_items: Array[
|
233
|
+
{
|
234
|
+
user_id: ::String,
|
235
|
+
license_type: ("Basic" | "Plus" | "Pro" | "ProTrial")?,
|
236
|
+
user_type: ("PrivateUser" | "SharedDevice")?,
|
237
|
+
alexa_for_business_metadata: {
|
238
|
+
is_alexa_for_business_enabled: bool?,
|
239
|
+
alexa_for_business_room_arn: ::String?
|
240
|
+
}?
|
241
|
+
},
|
242
|
+
]
|
243
|
+
) -> _BatchUpdateUserResponseSuccess
|
244
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchUpdateUserResponseSuccess
|
245
|
+
|
246
|
+
interface _CreateAccountResponseSuccess
|
247
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateAccountResponse]
|
248
|
+
def account: () -> Types::Account
|
249
|
+
end
|
250
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#create_account-instance_method
|
251
|
+
def create_account: (
|
252
|
+
name: ::String
|
253
|
+
) -> _CreateAccountResponseSuccess
|
254
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateAccountResponseSuccess
|
255
|
+
|
256
|
+
interface _CreateAppInstanceResponseSuccess
|
257
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateAppInstanceResponse]
|
258
|
+
def app_instance_arn: () -> ::String
|
259
|
+
end
|
260
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#create_app_instance-instance_method
|
261
|
+
def create_app_instance: (
|
262
|
+
name: ::String,
|
263
|
+
?metadata: ::String,
|
264
|
+
client_request_token: ::String,
|
265
|
+
?tags: Array[
|
266
|
+
{
|
267
|
+
key: ::String,
|
268
|
+
value: ::String
|
269
|
+
},
|
270
|
+
]
|
271
|
+
) -> _CreateAppInstanceResponseSuccess
|
272
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateAppInstanceResponseSuccess
|
273
|
+
|
274
|
+
interface _CreateAppInstanceAdminResponseSuccess
|
275
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateAppInstanceAdminResponse]
|
276
|
+
def app_instance_admin: () -> Types::Identity
|
277
|
+
def app_instance_arn: () -> ::String
|
278
|
+
end
|
279
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#create_app_instance_admin-instance_method
|
280
|
+
def create_app_instance_admin: (
|
281
|
+
app_instance_admin_arn: ::String,
|
282
|
+
app_instance_arn: ::String
|
283
|
+
) -> _CreateAppInstanceAdminResponseSuccess
|
284
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateAppInstanceAdminResponseSuccess
|
285
|
+
|
286
|
+
interface _CreateAppInstanceUserResponseSuccess
|
287
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateAppInstanceUserResponse]
|
288
|
+
def app_instance_user_arn: () -> ::String
|
289
|
+
end
|
290
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#create_app_instance_user-instance_method
|
291
|
+
def create_app_instance_user: (
|
292
|
+
app_instance_arn: ::String,
|
293
|
+
app_instance_user_id: ::String,
|
294
|
+
name: ::String,
|
295
|
+
?metadata: ::String,
|
296
|
+
client_request_token: ::String,
|
297
|
+
?tags: Array[
|
298
|
+
{
|
299
|
+
key: ::String,
|
300
|
+
value: ::String
|
301
|
+
},
|
302
|
+
]
|
303
|
+
) -> _CreateAppInstanceUserResponseSuccess
|
304
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateAppInstanceUserResponseSuccess
|
305
|
+
|
306
|
+
interface _CreateAttendeeResponseSuccess
|
307
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateAttendeeResponse]
|
308
|
+
def attendee: () -> Types::Attendee
|
309
|
+
end
|
310
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#create_attendee-instance_method
|
311
|
+
def create_attendee: (
|
312
|
+
meeting_id: ::String,
|
313
|
+
external_user_id: ::String,
|
314
|
+
?tags: Array[
|
315
|
+
{
|
316
|
+
key: ::String,
|
317
|
+
value: ::String
|
318
|
+
},
|
319
|
+
]
|
320
|
+
) -> _CreateAttendeeResponseSuccess
|
321
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateAttendeeResponseSuccess
|
322
|
+
|
323
|
+
interface _CreateBotResponseSuccess
|
324
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateBotResponse]
|
325
|
+
def bot: () -> Types::Bot
|
326
|
+
end
|
327
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#create_bot-instance_method
|
328
|
+
def create_bot: (
|
329
|
+
account_id: ::String,
|
330
|
+
display_name: ::String,
|
331
|
+
?domain: ::String
|
332
|
+
) -> _CreateBotResponseSuccess
|
333
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateBotResponseSuccess
|
334
|
+
|
335
|
+
interface _CreateChannelResponseSuccess
|
336
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateChannelResponse]
|
337
|
+
def channel_arn: () -> ::String
|
338
|
+
end
|
339
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#create_channel-instance_method
|
340
|
+
def create_channel: (
|
341
|
+
app_instance_arn: ::String,
|
342
|
+
name: ::String,
|
343
|
+
?mode: ("UNRESTRICTED" | "RESTRICTED"),
|
344
|
+
?privacy: ("PUBLIC" | "PRIVATE"),
|
345
|
+
?metadata: ::String,
|
346
|
+
client_request_token: ::String,
|
347
|
+
?tags: Array[
|
348
|
+
{
|
349
|
+
key: ::String,
|
350
|
+
value: ::String
|
351
|
+
},
|
352
|
+
],
|
353
|
+
?chime_bearer: ::String
|
354
|
+
) -> _CreateChannelResponseSuccess
|
355
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateChannelResponseSuccess
|
356
|
+
|
357
|
+
interface _CreateChannelBanResponseSuccess
|
358
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateChannelBanResponse]
|
359
|
+
def channel_arn: () -> ::String
|
360
|
+
def member: () -> Types::Identity
|
361
|
+
end
|
362
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#create_channel_ban-instance_method
|
363
|
+
def create_channel_ban: (
|
364
|
+
channel_arn: ::String,
|
365
|
+
member_arn: ::String,
|
366
|
+
?chime_bearer: ::String
|
367
|
+
) -> _CreateChannelBanResponseSuccess
|
368
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateChannelBanResponseSuccess
|
369
|
+
|
370
|
+
interface _CreateChannelMembershipResponseSuccess
|
371
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateChannelMembershipResponse]
|
372
|
+
def channel_arn: () -> ::String
|
373
|
+
def member: () -> Types::Identity
|
374
|
+
end
|
375
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#create_channel_membership-instance_method
|
376
|
+
def create_channel_membership: (
|
377
|
+
channel_arn: ::String,
|
378
|
+
member_arn: ::String,
|
379
|
+
type: ("DEFAULT" | "HIDDEN"),
|
380
|
+
?chime_bearer: ::String
|
381
|
+
) -> _CreateChannelMembershipResponseSuccess
|
382
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateChannelMembershipResponseSuccess
|
383
|
+
|
384
|
+
interface _CreateChannelModeratorResponseSuccess
|
385
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateChannelModeratorResponse]
|
386
|
+
def channel_arn: () -> ::String
|
387
|
+
def channel_moderator: () -> Types::Identity
|
388
|
+
end
|
389
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#create_channel_moderator-instance_method
|
390
|
+
def create_channel_moderator: (
|
391
|
+
channel_arn: ::String,
|
392
|
+
channel_moderator_arn: ::String,
|
393
|
+
?chime_bearer: ::String
|
394
|
+
) -> _CreateChannelModeratorResponseSuccess
|
395
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateChannelModeratorResponseSuccess
|
396
|
+
|
397
|
+
interface _CreateMediaCapturePipelineResponseSuccess
|
398
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateMediaCapturePipelineResponse]
|
399
|
+
def media_capture_pipeline: () -> Types::MediaCapturePipeline
|
400
|
+
end
|
401
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#create_media_capture_pipeline-instance_method
|
402
|
+
def create_media_capture_pipeline: (
|
403
|
+
source_type: ("ChimeSdkMeeting"),
|
404
|
+
source_arn: ::String,
|
405
|
+
sink_type: ("S3Bucket"),
|
406
|
+
sink_arn: ::String,
|
407
|
+
?client_request_token: ::String,
|
408
|
+
?chime_sdk_meeting_configuration: {
|
409
|
+
source_configuration: {
|
410
|
+
selected_video_streams: {
|
411
|
+
attendee_ids: Array[::String]?,
|
412
|
+
external_user_ids: Array[::String]?
|
413
|
+
}?
|
414
|
+
}?,
|
415
|
+
artifacts_configuration: {
|
416
|
+
audio: {
|
417
|
+
mux_type: ("AudioOnly" | "AudioWithActiveSpeakerVideo")
|
418
|
+
},
|
419
|
+
video: {
|
420
|
+
state: ("Enabled" | "Disabled"),
|
421
|
+
mux_type: ("VideoOnly")?
|
422
|
+
},
|
423
|
+
content: {
|
424
|
+
state: ("Enabled" | "Disabled"),
|
425
|
+
mux_type: ("ContentOnly")?
|
426
|
+
}
|
427
|
+
}?
|
428
|
+
}
|
429
|
+
) -> _CreateMediaCapturePipelineResponseSuccess
|
430
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateMediaCapturePipelineResponseSuccess
|
431
|
+
|
432
|
+
interface _CreateMeetingResponseSuccess
|
433
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateMeetingResponse]
|
434
|
+
def meeting: () -> Types::Meeting
|
435
|
+
end
|
436
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#create_meeting-instance_method
|
437
|
+
def create_meeting: (
|
438
|
+
client_request_token: ::String,
|
439
|
+
?external_meeting_id: ::String,
|
440
|
+
?meeting_host_id: ::String,
|
441
|
+
?media_region: ::String,
|
442
|
+
?tags: Array[
|
443
|
+
{
|
444
|
+
key: ::String,
|
445
|
+
value: ::String
|
446
|
+
},
|
447
|
+
],
|
448
|
+
?notifications_configuration: {
|
449
|
+
sns_topic_arn: ::String?,
|
450
|
+
sqs_queue_arn: ::String?
|
451
|
+
}
|
452
|
+
) -> _CreateMeetingResponseSuccess
|
453
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateMeetingResponseSuccess
|
454
|
+
|
455
|
+
interface _CreateMeetingDialOutResponseSuccess
|
456
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateMeetingDialOutResponse]
|
457
|
+
def transaction_id: () -> ::String
|
458
|
+
end
|
459
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#create_meeting_dial_out-instance_method
|
460
|
+
def create_meeting_dial_out: (
|
461
|
+
meeting_id: ::String,
|
462
|
+
from_phone_number: ::String,
|
463
|
+
to_phone_number: ::String,
|
464
|
+
join_token: ::String
|
465
|
+
) -> _CreateMeetingDialOutResponseSuccess
|
466
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateMeetingDialOutResponseSuccess
|
467
|
+
|
468
|
+
interface _CreateMeetingWithAttendeesResponseSuccess
|
469
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateMeetingWithAttendeesResponse]
|
470
|
+
def meeting: () -> Types::Meeting
|
471
|
+
def attendees: () -> ::Array[Types::Attendee]
|
472
|
+
def errors: () -> ::Array[Types::CreateAttendeeError]
|
473
|
+
end
|
474
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#create_meeting_with_attendees-instance_method
|
475
|
+
def create_meeting_with_attendees: (
|
476
|
+
client_request_token: ::String,
|
477
|
+
?external_meeting_id: ::String,
|
478
|
+
?meeting_host_id: ::String,
|
479
|
+
?media_region: ::String,
|
480
|
+
?tags: Array[
|
481
|
+
{
|
482
|
+
key: ::String,
|
483
|
+
value: ::String
|
484
|
+
},
|
485
|
+
],
|
486
|
+
?notifications_configuration: {
|
487
|
+
sns_topic_arn: ::String?,
|
488
|
+
sqs_queue_arn: ::String?
|
489
|
+
},
|
490
|
+
?attendees: Array[
|
491
|
+
{
|
492
|
+
external_user_id: ::String,
|
493
|
+
tags: Array[
|
494
|
+
{
|
495
|
+
key: ::String,
|
496
|
+
value: ::String
|
497
|
+
},
|
498
|
+
]?
|
499
|
+
},
|
500
|
+
]
|
501
|
+
) -> _CreateMeetingWithAttendeesResponseSuccess
|
502
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateMeetingWithAttendeesResponseSuccess
|
503
|
+
|
504
|
+
interface _CreatePhoneNumberOrderResponseSuccess
|
505
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreatePhoneNumberOrderResponse]
|
506
|
+
def phone_number_order: () -> Types::PhoneNumberOrder
|
507
|
+
end
|
508
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#create_phone_number_order-instance_method
|
509
|
+
def create_phone_number_order: (
|
510
|
+
product_type: ("BusinessCalling" | "VoiceConnector" | "SipMediaApplicationDialIn"),
|
511
|
+
e164_phone_numbers: Array[::String]
|
512
|
+
) -> _CreatePhoneNumberOrderResponseSuccess
|
513
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreatePhoneNumberOrderResponseSuccess
|
514
|
+
|
515
|
+
interface _CreateProxySessionResponseSuccess
|
516
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateProxySessionResponse]
|
517
|
+
def proxy_session: () -> Types::ProxySession
|
518
|
+
end
|
519
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#create_proxy_session-instance_method
|
520
|
+
def create_proxy_session: (
|
521
|
+
voice_connector_id: ::String,
|
522
|
+
participant_phone_numbers: Array[::String],
|
523
|
+
?name: ::String,
|
524
|
+
?expiry_minutes: ::Integer,
|
525
|
+
capabilities: Array[("Voice" | "SMS")],
|
526
|
+
?number_selection_behavior: ("PreferSticky" | "AvoidSticky"),
|
527
|
+
?geo_match_level: ("Country" | "AreaCode"),
|
528
|
+
?geo_match_params: {
|
529
|
+
country: ::String,
|
530
|
+
area_code: ::String
|
531
|
+
}
|
532
|
+
) -> _CreateProxySessionResponseSuccess
|
533
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateProxySessionResponseSuccess
|
534
|
+
|
535
|
+
interface _CreateRoomResponseSuccess
|
536
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateRoomResponse]
|
537
|
+
def room: () -> Types::Room
|
538
|
+
end
|
539
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#create_room-instance_method
|
540
|
+
def create_room: (
|
541
|
+
account_id: ::String,
|
542
|
+
name: ::String,
|
543
|
+
?client_request_token: ::String
|
544
|
+
) -> _CreateRoomResponseSuccess
|
545
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateRoomResponseSuccess
|
546
|
+
|
547
|
+
interface _CreateRoomMembershipResponseSuccess
|
548
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateRoomMembershipResponse]
|
549
|
+
def room_membership: () -> Types::RoomMembership
|
550
|
+
end
|
551
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#create_room_membership-instance_method
|
552
|
+
def create_room_membership: (
|
553
|
+
account_id: ::String,
|
554
|
+
room_id: ::String,
|
555
|
+
member_id: ::String,
|
556
|
+
?role: ("Administrator" | "Member")
|
557
|
+
) -> _CreateRoomMembershipResponseSuccess
|
558
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateRoomMembershipResponseSuccess
|
559
|
+
|
560
|
+
interface _CreateSipMediaApplicationResponseSuccess
|
561
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateSipMediaApplicationResponse]
|
562
|
+
def sip_media_application: () -> Types::SipMediaApplication
|
563
|
+
end
|
564
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#create_sip_media_application-instance_method
|
565
|
+
def create_sip_media_application: (
|
566
|
+
aws_region: ::String,
|
567
|
+
name: ::String,
|
568
|
+
endpoints: Array[
|
569
|
+
{
|
570
|
+
lambda_arn: ::String?
|
571
|
+
},
|
572
|
+
]
|
573
|
+
) -> _CreateSipMediaApplicationResponseSuccess
|
574
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateSipMediaApplicationResponseSuccess
|
575
|
+
|
576
|
+
interface _CreateSipMediaApplicationCallResponseSuccess
|
577
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateSipMediaApplicationCallResponse]
|
578
|
+
def sip_media_application_call: () -> Types::SipMediaApplicationCall
|
579
|
+
end
|
580
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#create_sip_media_application_call-instance_method
|
581
|
+
def create_sip_media_application_call: (
|
582
|
+
from_phone_number: ::String,
|
583
|
+
to_phone_number: ::String,
|
584
|
+
sip_media_application_id: ::String,
|
585
|
+
?sip_headers: Hash[::String, ::String]
|
586
|
+
) -> _CreateSipMediaApplicationCallResponseSuccess
|
587
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateSipMediaApplicationCallResponseSuccess
|
588
|
+
|
589
|
+
interface _CreateSipRuleResponseSuccess
|
590
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateSipRuleResponse]
|
591
|
+
def sip_rule: () -> Types::SipRule
|
592
|
+
end
|
593
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#create_sip_rule-instance_method
|
594
|
+
def create_sip_rule: (
|
595
|
+
name: ::String,
|
596
|
+
trigger_type: ("ToPhoneNumber" | "RequestUriHostname"),
|
597
|
+
trigger_value: ::String,
|
598
|
+
?disabled: bool,
|
599
|
+
target_applications: Array[
|
600
|
+
{
|
601
|
+
sip_media_application_id: ::String?,
|
602
|
+
priority: ::Integer?,
|
603
|
+
aws_region: ::String?
|
604
|
+
},
|
605
|
+
]
|
606
|
+
) -> _CreateSipRuleResponseSuccess
|
607
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateSipRuleResponseSuccess
|
608
|
+
|
609
|
+
interface _CreateUserResponseSuccess
|
610
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateUserResponse]
|
611
|
+
def user: () -> Types::User
|
612
|
+
end
|
613
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#create_user-instance_method
|
614
|
+
def create_user: (
|
615
|
+
account_id: ::String,
|
616
|
+
?username: ::String,
|
617
|
+
?email: ::String,
|
618
|
+
?user_type: ("PrivateUser" | "SharedDevice")
|
619
|
+
) -> _CreateUserResponseSuccess
|
620
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateUserResponseSuccess
|
621
|
+
|
622
|
+
interface _CreateVoiceConnectorResponseSuccess
|
623
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateVoiceConnectorResponse]
|
624
|
+
def voice_connector: () -> Types::VoiceConnector
|
625
|
+
end
|
626
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#create_voice_connector-instance_method
|
627
|
+
def create_voice_connector: (
|
628
|
+
name: ::String,
|
629
|
+
?aws_region: ("us-east-1" | "us-west-2"),
|
630
|
+
require_encryption: bool
|
631
|
+
) -> _CreateVoiceConnectorResponseSuccess
|
632
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateVoiceConnectorResponseSuccess
|
633
|
+
|
634
|
+
interface _CreateVoiceConnectorGroupResponseSuccess
|
635
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateVoiceConnectorGroupResponse]
|
636
|
+
def voice_connector_group: () -> Types::VoiceConnectorGroup
|
637
|
+
end
|
638
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#create_voice_connector_group-instance_method
|
639
|
+
def create_voice_connector_group: (
|
640
|
+
name: ::String,
|
641
|
+
?voice_connector_items: Array[
|
642
|
+
{
|
643
|
+
voice_connector_id: ::String,
|
644
|
+
priority: ::Integer
|
645
|
+
},
|
646
|
+
]
|
647
|
+
) -> _CreateVoiceConnectorGroupResponseSuccess
|
648
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateVoiceConnectorGroupResponseSuccess
|
649
|
+
|
650
|
+
interface _DeleteAccountResponseSuccess
|
651
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteAccountResponse]
|
652
|
+
end
|
653
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#delete_account-instance_method
|
654
|
+
def delete_account: (
|
655
|
+
account_id: ::String
|
656
|
+
) -> _DeleteAccountResponseSuccess
|
657
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteAccountResponseSuccess
|
658
|
+
|
659
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#delete_app_instance-instance_method
|
660
|
+
def delete_app_instance: (
|
661
|
+
app_instance_arn: ::String
|
662
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
663
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
664
|
+
|
665
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#delete_app_instance_admin-instance_method
|
666
|
+
def delete_app_instance_admin: (
|
667
|
+
app_instance_admin_arn: ::String,
|
668
|
+
app_instance_arn: ::String
|
669
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
670
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
671
|
+
|
672
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#delete_app_instance_streaming_configurations-instance_method
|
673
|
+
def delete_app_instance_streaming_configurations: (
|
674
|
+
app_instance_arn: ::String
|
675
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
676
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
677
|
+
|
678
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#delete_app_instance_user-instance_method
|
679
|
+
def delete_app_instance_user: (
|
680
|
+
app_instance_user_arn: ::String
|
681
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
682
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
683
|
+
|
684
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#delete_attendee-instance_method
|
685
|
+
def delete_attendee: (
|
686
|
+
meeting_id: ::String,
|
687
|
+
attendee_id: ::String
|
688
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
689
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
690
|
+
|
691
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#delete_channel-instance_method
|
692
|
+
def delete_channel: (
|
693
|
+
channel_arn: ::String,
|
694
|
+
?chime_bearer: ::String
|
695
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
696
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
697
|
+
|
698
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#delete_channel_ban-instance_method
|
699
|
+
def delete_channel_ban: (
|
700
|
+
channel_arn: ::String,
|
701
|
+
member_arn: ::String,
|
702
|
+
?chime_bearer: ::String
|
703
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
704
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
705
|
+
|
706
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#delete_channel_membership-instance_method
|
707
|
+
def delete_channel_membership: (
|
708
|
+
channel_arn: ::String,
|
709
|
+
member_arn: ::String,
|
710
|
+
?chime_bearer: ::String
|
711
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
712
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
713
|
+
|
714
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#delete_channel_message-instance_method
|
715
|
+
def delete_channel_message: (
|
716
|
+
channel_arn: ::String,
|
717
|
+
message_id: ::String,
|
718
|
+
?chime_bearer: ::String
|
719
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
720
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
721
|
+
|
722
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#delete_channel_moderator-instance_method
|
723
|
+
def delete_channel_moderator: (
|
724
|
+
channel_arn: ::String,
|
725
|
+
channel_moderator_arn: ::String,
|
726
|
+
?chime_bearer: ::String
|
727
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
728
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
729
|
+
|
730
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#delete_events_configuration-instance_method
|
731
|
+
def delete_events_configuration: (
|
732
|
+
account_id: ::String,
|
733
|
+
bot_id: ::String
|
734
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
735
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
736
|
+
|
737
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#delete_media_capture_pipeline-instance_method
|
738
|
+
def delete_media_capture_pipeline: (
|
739
|
+
media_pipeline_id: ::String
|
740
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
741
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
742
|
+
|
743
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#delete_meeting-instance_method
|
744
|
+
def delete_meeting: (
|
745
|
+
meeting_id: ::String
|
746
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
747
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
748
|
+
|
749
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#delete_phone_number-instance_method
|
750
|
+
def delete_phone_number: (
|
751
|
+
phone_number_id: ::String
|
752
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
753
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
754
|
+
|
755
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#delete_proxy_session-instance_method
|
756
|
+
def delete_proxy_session: (
|
757
|
+
voice_connector_id: ::String,
|
758
|
+
proxy_session_id: ::String
|
759
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
760
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
761
|
+
|
762
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#delete_room-instance_method
|
763
|
+
def delete_room: (
|
764
|
+
account_id: ::String,
|
765
|
+
room_id: ::String
|
766
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
767
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
768
|
+
|
769
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#delete_room_membership-instance_method
|
770
|
+
def delete_room_membership: (
|
771
|
+
account_id: ::String,
|
772
|
+
room_id: ::String,
|
773
|
+
member_id: ::String
|
774
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
775
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
776
|
+
|
777
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#delete_sip_media_application-instance_method
|
778
|
+
def delete_sip_media_application: (
|
779
|
+
sip_media_application_id: ::String
|
780
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
781
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
782
|
+
|
783
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#delete_sip_rule-instance_method
|
784
|
+
def delete_sip_rule: (
|
785
|
+
sip_rule_id: ::String
|
786
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
787
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
788
|
+
|
789
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#delete_voice_connector-instance_method
|
790
|
+
def delete_voice_connector: (
|
791
|
+
voice_connector_id: ::String
|
792
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
793
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
794
|
+
|
795
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#delete_voice_connector_emergency_calling_configuration-instance_method
|
796
|
+
def delete_voice_connector_emergency_calling_configuration: (
|
797
|
+
voice_connector_id: ::String
|
798
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
799
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
800
|
+
|
801
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#delete_voice_connector_group-instance_method
|
802
|
+
def delete_voice_connector_group: (
|
803
|
+
voice_connector_group_id: ::String
|
804
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
805
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
806
|
+
|
807
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#delete_voice_connector_origination-instance_method
|
808
|
+
def delete_voice_connector_origination: (
|
809
|
+
voice_connector_id: ::String
|
810
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
811
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
812
|
+
|
813
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#delete_voice_connector_proxy-instance_method
|
814
|
+
def delete_voice_connector_proxy: (
|
815
|
+
voice_connector_id: ::String
|
816
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
817
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
818
|
+
|
819
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#delete_voice_connector_streaming_configuration-instance_method
|
820
|
+
def delete_voice_connector_streaming_configuration: (
|
821
|
+
voice_connector_id: ::String
|
822
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
823
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
824
|
+
|
825
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#delete_voice_connector_termination-instance_method
|
826
|
+
def delete_voice_connector_termination: (
|
827
|
+
voice_connector_id: ::String
|
828
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
829
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
830
|
+
|
831
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#delete_voice_connector_termination_credentials-instance_method
|
832
|
+
def delete_voice_connector_termination_credentials: (
|
833
|
+
voice_connector_id: ::String,
|
834
|
+
usernames: Array[::String]
|
835
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
836
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
837
|
+
|
838
|
+
interface _DescribeAppInstanceResponseSuccess
|
839
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeAppInstanceResponse]
|
840
|
+
def app_instance: () -> Types::AppInstance
|
841
|
+
end
|
842
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#describe_app_instance-instance_method
|
843
|
+
def describe_app_instance: (
|
844
|
+
app_instance_arn: ::String
|
845
|
+
) -> _DescribeAppInstanceResponseSuccess
|
846
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeAppInstanceResponseSuccess
|
847
|
+
|
848
|
+
interface _DescribeAppInstanceAdminResponseSuccess
|
849
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeAppInstanceAdminResponse]
|
850
|
+
def app_instance_admin: () -> Types::AppInstanceAdmin
|
851
|
+
end
|
852
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#describe_app_instance_admin-instance_method
|
853
|
+
def describe_app_instance_admin: (
|
854
|
+
app_instance_admin_arn: ::String,
|
855
|
+
app_instance_arn: ::String
|
856
|
+
) -> _DescribeAppInstanceAdminResponseSuccess
|
857
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeAppInstanceAdminResponseSuccess
|
858
|
+
|
859
|
+
interface _DescribeAppInstanceUserResponseSuccess
|
860
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeAppInstanceUserResponse]
|
861
|
+
def app_instance_user: () -> Types::AppInstanceUser
|
862
|
+
end
|
863
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#describe_app_instance_user-instance_method
|
864
|
+
def describe_app_instance_user: (
|
865
|
+
app_instance_user_arn: ::String
|
866
|
+
) -> _DescribeAppInstanceUserResponseSuccess
|
867
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeAppInstanceUserResponseSuccess
|
868
|
+
|
869
|
+
interface _DescribeChannelResponseSuccess
|
870
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeChannelResponse]
|
871
|
+
def channel: () -> Types::Channel
|
872
|
+
end
|
873
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#describe_channel-instance_method
|
874
|
+
def describe_channel: (
|
875
|
+
channel_arn: ::String,
|
876
|
+
?chime_bearer: ::String
|
877
|
+
) -> _DescribeChannelResponseSuccess
|
878
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeChannelResponseSuccess
|
879
|
+
|
880
|
+
interface _DescribeChannelBanResponseSuccess
|
881
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeChannelBanResponse]
|
882
|
+
def channel_ban: () -> Types::ChannelBan
|
883
|
+
end
|
884
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#describe_channel_ban-instance_method
|
885
|
+
def describe_channel_ban: (
|
886
|
+
channel_arn: ::String,
|
887
|
+
member_arn: ::String,
|
888
|
+
?chime_bearer: ::String
|
889
|
+
) -> _DescribeChannelBanResponseSuccess
|
890
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeChannelBanResponseSuccess
|
891
|
+
|
892
|
+
interface _DescribeChannelMembershipResponseSuccess
|
893
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeChannelMembershipResponse]
|
894
|
+
def channel_membership: () -> Types::ChannelMembership
|
895
|
+
end
|
896
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#describe_channel_membership-instance_method
|
897
|
+
def describe_channel_membership: (
|
898
|
+
channel_arn: ::String,
|
899
|
+
member_arn: ::String,
|
900
|
+
?chime_bearer: ::String
|
901
|
+
) -> _DescribeChannelMembershipResponseSuccess
|
902
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeChannelMembershipResponseSuccess
|
903
|
+
|
904
|
+
interface _DescribeChannelMembershipForAppInstanceUserResponseSuccess
|
905
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeChannelMembershipForAppInstanceUserResponse]
|
906
|
+
def channel_membership: () -> Types::ChannelMembershipForAppInstanceUserSummary
|
907
|
+
end
|
908
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#describe_channel_membership_for_app_instance_user-instance_method
|
909
|
+
def describe_channel_membership_for_app_instance_user: (
|
910
|
+
channel_arn: ::String,
|
911
|
+
app_instance_user_arn: ::String,
|
912
|
+
?chime_bearer: ::String
|
913
|
+
) -> _DescribeChannelMembershipForAppInstanceUserResponseSuccess
|
914
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeChannelMembershipForAppInstanceUserResponseSuccess
|
915
|
+
|
916
|
+
interface _DescribeChannelModeratedByAppInstanceUserResponseSuccess
|
917
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeChannelModeratedByAppInstanceUserResponse]
|
918
|
+
def channel: () -> Types::ChannelModeratedByAppInstanceUserSummary
|
919
|
+
end
|
920
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#describe_channel_moderated_by_app_instance_user-instance_method
|
921
|
+
def describe_channel_moderated_by_app_instance_user: (
|
922
|
+
channel_arn: ::String,
|
923
|
+
app_instance_user_arn: ::String,
|
924
|
+
?chime_bearer: ::String
|
925
|
+
) -> _DescribeChannelModeratedByAppInstanceUserResponseSuccess
|
926
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeChannelModeratedByAppInstanceUserResponseSuccess
|
927
|
+
|
928
|
+
interface _DescribeChannelModeratorResponseSuccess
|
929
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeChannelModeratorResponse]
|
930
|
+
def channel_moderator: () -> Types::ChannelModerator
|
931
|
+
end
|
932
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#describe_channel_moderator-instance_method
|
933
|
+
def describe_channel_moderator: (
|
934
|
+
channel_arn: ::String,
|
935
|
+
channel_moderator_arn: ::String,
|
936
|
+
?chime_bearer: ::String
|
937
|
+
) -> _DescribeChannelModeratorResponseSuccess
|
938
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeChannelModeratorResponseSuccess
|
939
|
+
|
940
|
+
interface _DisassociatePhoneNumberFromUserResponseSuccess
|
941
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DisassociatePhoneNumberFromUserResponse]
|
942
|
+
end
|
943
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#disassociate_phone_number_from_user-instance_method
|
944
|
+
def disassociate_phone_number_from_user: (
|
945
|
+
account_id: ::String,
|
946
|
+
user_id: ::String
|
947
|
+
) -> _DisassociatePhoneNumberFromUserResponseSuccess
|
948
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DisassociatePhoneNumberFromUserResponseSuccess
|
949
|
+
|
950
|
+
interface _DisassociatePhoneNumbersFromVoiceConnectorResponseSuccess
|
951
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DisassociatePhoneNumbersFromVoiceConnectorResponse]
|
952
|
+
def phone_number_errors: () -> ::Array[Types::PhoneNumberError]
|
953
|
+
end
|
954
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#disassociate_phone_numbers_from_voice_connector-instance_method
|
955
|
+
def disassociate_phone_numbers_from_voice_connector: (
|
956
|
+
voice_connector_id: ::String,
|
957
|
+
e164_phone_numbers: Array[::String]
|
958
|
+
) -> _DisassociatePhoneNumbersFromVoiceConnectorResponseSuccess
|
959
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DisassociatePhoneNumbersFromVoiceConnectorResponseSuccess
|
960
|
+
|
961
|
+
interface _DisassociatePhoneNumbersFromVoiceConnectorGroupResponseSuccess
|
962
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DisassociatePhoneNumbersFromVoiceConnectorGroupResponse]
|
963
|
+
def phone_number_errors: () -> ::Array[Types::PhoneNumberError]
|
964
|
+
end
|
965
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#disassociate_phone_numbers_from_voice_connector_group-instance_method
|
966
|
+
def disassociate_phone_numbers_from_voice_connector_group: (
|
967
|
+
voice_connector_group_id: ::String,
|
968
|
+
e164_phone_numbers: Array[::String]
|
969
|
+
) -> _DisassociatePhoneNumbersFromVoiceConnectorGroupResponseSuccess
|
970
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DisassociatePhoneNumbersFromVoiceConnectorGroupResponseSuccess
|
971
|
+
|
972
|
+
interface _DisassociateSigninDelegateGroupsFromAccountResponseSuccess
|
973
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DisassociateSigninDelegateGroupsFromAccountResponse]
|
974
|
+
end
|
975
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#disassociate_signin_delegate_groups_from_account-instance_method
|
976
|
+
def disassociate_signin_delegate_groups_from_account: (
|
977
|
+
account_id: ::String,
|
978
|
+
group_names: Array[::String]
|
979
|
+
) -> _DisassociateSigninDelegateGroupsFromAccountResponseSuccess
|
980
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DisassociateSigninDelegateGroupsFromAccountResponseSuccess
|
981
|
+
|
982
|
+
interface _GetAccountResponseSuccess
|
983
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetAccountResponse]
|
984
|
+
def account: () -> Types::Account
|
985
|
+
end
|
986
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#get_account-instance_method
|
987
|
+
def get_account: (
|
988
|
+
account_id: ::String
|
989
|
+
) -> _GetAccountResponseSuccess
|
990
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetAccountResponseSuccess
|
991
|
+
|
992
|
+
interface _GetAccountSettingsResponseSuccess
|
993
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetAccountSettingsResponse]
|
994
|
+
def account_settings: () -> Types::AccountSettings
|
995
|
+
end
|
996
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#get_account_settings-instance_method
|
997
|
+
def get_account_settings: (
|
998
|
+
account_id: ::String
|
999
|
+
) -> _GetAccountSettingsResponseSuccess
|
1000
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetAccountSettingsResponseSuccess
|
1001
|
+
|
1002
|
+
interface _GetAppInstanceRetentionSettingsResponseSuccess
|
1003
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetAppInstanceRetentionSettingsResponse]
|
1004
|
+
def app_instance_retention_settings: () -> Types::AppInstanceRetentionSettings
|
1005
|
+
def initiate_deletion_timestamp: () -> ::Time
|
1006
|
+
end
|
1007
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#get_app_instance_retention_settings-instance_method
|
1008
|
+
def get_app_instance_retention_settings: (
|
1009
|
+
app_instance_arn: ::String
|
1010
|
+
) -> _GetAppInstanceRetentionSettingsResponseSuccess
|
1011
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetAppInstanceRetentionSettingsResponseSuccess
|
1012
|
+
|
1013
|
+
interface _GetAppInstanceStreamingConfigurationsResponseSuccess
|
1014
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetAppInstanceStreamingConfigurationsResponse]
|
1015
|
+
def app_instance_streaming_configurations: () -> ::Array[Types::AppInstanceStreamingConfiguration]
|
1016
|
+
end
|
1017
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#get_app_instance_streaming_configurations-instance_method
|
1018
|
+
def get_app_instance_streaming_configurations: (
|
1019
|
+
app_instance_arn: ::String
|
1020
|
+
) -> _GetAppInstanceStreamingConfigurationsResponseSuccess
|
1021
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetAppInstanceStreamingConfigurationsResponseSuccess
|
1022
|
+
|
1023
|
+
interface _GetAttendeeResponseSuccess
|
1024
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetAttendeeResponse]
|
1025
|
+
def attendee: () -> Types::Attendee
|
1026
|
+
end
|
1027
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#get_attendee-instance_method
|
1028
|
+
def get_attendee: (
|
1029
|
+
meeting_id: ::String,
|
1030
|
+
attendee_id: ::String
|
1031
|
+
) -> _GetAttendeeResponseSuccess
|
1032
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetAttendeeResponseSuccess
|
1033
|
+
|
1034
|
+
interface _GetBotResponseSuccess
|
1035
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetBotResponse]
|
1036
|
+
def bot: () -> Types::Bot
|
1037
|
+
end
|
1038
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#get_bot-instance_method
|
1039
|
+
def get_bot: (
|
1040
|
+
account_id: ::String,
|
1041
|
+
bot_id: ::String
|
1042
|
+
) -> _GetBotResponseSuccess
|
1043
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetBotResponseSuccess
|
1044
|
+
|
1045
|
+
interface _GetChannelMessageResponseSuccess
|
1046
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetChannelMessageResponse]
|
1047
|
+
def channel_message: () -> Types::ChannelMessage
|
1048
|
+
end
|
1049
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#get_channel_message-instance_method
|
1050
|
+
def get_channel_message: (
|
1051
|
+
channel_arn: ::String,
|
1052
|
+
message_id: ::String,
|
1053
|
+
?chime_bearer: ::String
|
1054
|
+
) -> _GetChannelMessageResponseSuccess
|
1055
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetChannelMessageResponseSuccess
|
1056
|
+
|
1057
|
+
interface _GetEventsConfigurationResponseSuccess
|
1058
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetEventsConfigurationResponse]
|
1059
|
+
def events_configuration: () -> Types::EventsConfiguration
|
1060
|
+
end
|
1061
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#get_events_configuration-instance_method
|
1062
|
+
def get_events_configuration: (
|
1063
|
+
account_id: ::String,
|
1064
|
+
bot_id: ::String
|
1065
|
+
) -> _GetEventsConfigurationResponseSuccess
|
1066
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetEventsConfigurationResponseSuccess
|
1067
|
+
|
1068
|
+
interface _GetGlobalSettingsResponseSuccess
|
1069
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetGlobalSettingsResponse]
|
1070
|
+
def business_calling: () -> Types::BusinessCallingSettings
|
1071
|
+
def voice_connector: () -> Types::VoiceConnectorSettings
|
1072
|
+
end
|
1073
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#get_global_settings-instance_method
|
1074
|
+
def get_global_settings: () -> _GetGlobalSettingsResponseSuccess
|
1075
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetGlobalSettingsResponseSuccess
|
1076
|
+
|
1077
|
+
interface _GetMediaCapturePipelineResponseSuccess
|
1078
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetMediaCapturePipelineResponse]
|
1079
|
+
def media_capture_pipeline: () -> Types::MediaCapturePipeline
|
1080
|
+
end
|
1081
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#get_media_capture_pipeline-instance_method
|
1082
|
+
def get_media_capture_pipeline: (
|
1083
|
+
media_pipeline_id: ::String
|
1084
|
+
) -> _GetMediaCapturePipelineResponseSuccess
|
1085
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetMediaCapturePipelineResponseSuccess
|
1086
|
+
|
1087
|
+
interface _GetMeetingResponseSuccess
|
1088
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetMeetingResponse]
|
1089
|
+
def meeting: () -> Types::Meeting
|
1090
|
+
end
|
1091
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#get_meeting-instance_method
|
1092
|
+
def get_meeting: (
|
1093
|
+
meeting_id: ::String
|
1094
|
+
) -> _GetMeetingResponseSuccess
|
1095
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetMeetingResponseSuccess
|
1096
|
+
|
1097
|
+
interface _GetMessagingSessionEndpointResponseSuccess
|
1098
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetMessagingSessionEndpointResponse]
|
1099
|
+
def endpoint: () -> Types::MessagingSessionEndpoint
|
1100
|
+
end
|
1101
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#get_messaging_session_endpoint-instance_method
|
1102
|
+
def get_messaging_session_endpoint: (
|
1103
|
+
) -> _GetMessagingSessionEndpointResponseSuccess
|
1104
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetMessagingSessionEndpointResponseSuccess
|
1105
|
+
|
1106
|
+
interface _GetPhoneNumberResponseSuccess
|
1107
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetPhoneNumberResponse]
|
1108
|
+
def phone_number: () -> Types::PhoneNumber
|
1109
|
+
end
|
1110
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#get_phone_number-instance_method
|
1111
|
+
def get_phone_number: (
|
1112
|
+
phone_number_id: ::String
|
1113
|
+
) -> _GetPhoneNumberResponseSuccess
|
1114
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetPhoneNumberResponseSuccess
|
1115
|
+
|
1116
|
+
interface _GetPhoneNumberOrderResponseSuccess
|
1117
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetPhoneNumberOrderResponse]
|
1118
|
+
def phone_number_order: () -> Types::PhoneNumberOrder
|
1119
|
+
end
|
1120
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#get_phone_number_order-instance_method
|
1121
|
+
def get_phone_number_order: (
|
1122
|
+
phone_number_order_id: ::String
|
1123
|
+
) -> _GetPhoneNumberOrderResponseSuccess
|
1124
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetPhoneNumberOrderResponseSuccess
|
1125
|
+
|
1126
|
+
interface _GetPhoneNumberSettingsResponseSuccess
|
1127
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetPhoneNumberSettingsResponse]
|
1128
|
+
def calling_name: () -> ::String
|
1129
|
+
def calling_name_updated_timestamp: () -> ::Time
|
1130
|
+
end
|
1131
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#get_phone_number_settings-instance_method
|
1132
|
+
def get_phone_number_settings: () -> _GetPhoneNumberSettingsResponseSuccess
|
1133
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetPhoneNumberSettingsResponseSuccess
|
1134
|
+
|
1135
|
+
interface _GetProxySessionResponseSuccess
|
1136
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetProxySessionResponse]
|
1137
|
+
def proxy_session: () -> Types::ProxySession
|
1138
|
+
end
|
1139
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#get_proxy_session-instance_method
|
1140
|
+
def get_proxy_session: (
|
1141
|
+
voice_connector_id: ::String,
|
1142
|
+
proxy_session_id: ::String
|
1143
|
+
) -> _GetProxySessionResponseSuccess
|
1144
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetProxySessionResponseSuccess
|
1145
|
+
|
1146
|
+
interface _GetRetentionSettingsResponseSuccess
|
1147
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetRetentionSettingsResponse]
|
1148
|
+
def retention_settings: () -> Types::RetentionSettings
|
1149
|
+
def initiate_deletion_timestamp: () -> ::Time
|
1150
|
+
end
|
1151
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#get_retention_settings-instance_method
|
1152
|
+
def get_retention_settings: (
|
1153
|
+
account_id: ::String
|
1154
|
+
) -> _GetRetentionSettingsResponseSuccess
|
1155
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetRetentionSettingsResponseSuccess
|
1156
|
+
|
1157
|
+
interface _GetRoomResponseSuccess
|
1158
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetRoomResponse]
|
1159
|
+
def room: () -> Types::Room
|
1160
|
+
end
|
1161
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#get_room-instance_method
|
1162
|
+
def get_room: (
|
1163
|
+
account_id: ::String,
|
1164
|
+
room_id: ::String
|
1165
|
+
) -> _GetRoomResponseSuccess
|
1166
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetRoomResponseSuccess
|
1167
|
+
|
1168
|
+
interface _GetSipMediaApplicationResponseSuccess
|
1169
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetSipMediaApplicationResponse]
|
1170
|
+
def sip_media_application: () -> Types::SipMediaApplication
|
1171
|
+
end
|
1172
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#get_sip_media_application-instance_method
|
1173
|
+
def get_sip_media_application: (
|
1174
|
+
sip_media_application_id: ::String
|
1175
|
+
) -> _GetSipMediaApplicationResponseSuccess
|
1176
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetSipMediaApplicationResponseSuccess
|
1177
|
+
|
1178
|
+
interface _GetSipMediaApplicationLoggingConfigurationResponseSuccess
|
1179
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetSipMediaApplicationLoggingConfigurationResponse]
|
1180
|
+
def sip_media_application_logging_configuration: () -> Types::SipMediaApplicationLoggingConfiguration
|
1181
|
+
end
|
1182
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#get_sip_media_application_logging_configuration-instance_method
|
1183
|
+
def get_sip_media_application_logging_configuration: (
|
1184
|
+
sip_media_application_id: ::String
|
1185
|
+
) -> _GetSipMediaApplicationLoggingConfigurationResponseSuccess
|
1186
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetSipMediaApplicationLoggingConfigurationResponseSuccess
|
1187
|
+
|
1188
|
+
interface _GetSipRuleResponseSuccess
|
1189
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetSipRuleResponse]
|
1190
|
+
def sip_rule: () -> Types::SipRule
|
1191
|
+
end
|
1192
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#get_sip_rule-instance_method
|
1193
|
+
def get_sip_rule: (
|
1194
|
+
sip_rule_id: ::String
|
1195
|
+
) -> _GetSipRuleResponseSuccess
|
1196
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetSipRuleResponseSuccess
|
1197
|
+
|
1198
|
+
interface _GetUserResponseSuccess
|
1199
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetUserResponse]
|
1200
|
+
def user: () -> Types::User
|
1201
|
+
end
|
1202
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#get_user-instance_method
|
1203
|
+
def get_user: (
|
1204
|
+
account_id: ::String,
|
1205
|
+
user_id: ::String
|
1206
|
+
) -> _GetUserResponseSuccess
|
1207
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetUserResponseSuccess
|
1208
|
+
|
1209
|
+
interface _GetUserSettingsResponseSuccess
|
1210
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetUserSettingsResponse]
|
1211
|
+
def user_settings: () -> Types::UserSettings
|
1212
|
+
end
|
1213
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#get_user_settings-instance_method
|
1214
|
+
def get_user_settings: (
|
1215
|
+
account_id: ::String,
|
1216
|
+
user_id: ::String
|
1217
|
+
) -> _GetUserSettingsResponseSuccess
|
1218
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetUserSettingsResponseSuccess
|
1219
|
+
|
1220
|
+
interface _GetVoiceConnectorResponseSuccess
|
1221
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetVoiceConnectorResponse]
|
1222
|
+
def voice_connector: () -> Types::VoiceConnector
|
1223
|
+
end
|
1224
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#get_voice_connector-instance_method
|
1225
|
+
def get_voice_connector: (
|
1226
|
+
voice_connector_id: ::String
|
1227
|
+
) -> _GetVoiceConnectorResponseSuccess
|
1228
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetVoiceConnectorResponseSuccess
|
1229
|
+
|
1230
|
+
interface _GetVoiceConnectorEmergencyCallingConfigurationResponseSuccess
|
1231
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetVoiceConnectorEmergencyCallingConfigurationResponse]
|
1232
|
+
def emergency_calling_configuration: () -> Types::EmergencyCallingConfiguration
|
1233
|
+
end
|
1234
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#get_voice_connector_emergency_calling_configuration-instance_method
|
1235
|
+
def get_voice_connector_emergency_calling_configuration: (
|
1236
|
+
voice_connector_id: ::String
|
1237
|
+
) -> _GetVoiceConnectorEmergencyCallingConfigurationResponseSuccess
|
1238
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetVoiceConnectorEmergencyCallingConfigurationResponseSuccess
|
1239
|
+
|
1240
|
+
interface _GetVoiceConnectorGroupResponseSuccess
|
1241
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetVoiceConnectorGroupResponse]
|
1242
|
+
def voice_connector_group: () -> Types::VoiceConnectorGroup
|
1243
|
+
end
|
1244
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#get_voice_connector_group-instance_method
|
1245
|
+
def get_voice_connector_group: (
|
1246
|
+
voice_connector_group_id: ::String
|
1247
|
+
) -> _GetVoiceConnectorGroupResponseSuccess
|
1248
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetVoiceConnectorGroupResponseSuccess
|
1249
|
+
|
1250
|
+
interface _GetVoiceConnectorLoggingConfigurationResponseSuccess
|
1251
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetVoiceConnectorLoggingConfigurationResponse]
|
1252
|
+
def logging_configuration: () -> Types::LoggingConfiguration
|
1253
|
+
end
|
1254
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#get_voice_connector_logging_configuration-instance_method
|
1255
|
+
def get_voice_connector_logging_configuration: (
|
1256
|
+
voice_connector_id: ::String
|
1257
|
+
) -> _GetVoiceConnectorLoggingConfigurationResponseSuccess
|
1258
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetVoiceConnectorLoggingConfigurationResponseSuccess
|
1259
|
+
|
1260
|
+
interface _GetVoiceConnectorOriginationResponseSuccess
|
1261
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetVoiceConnectorOriginationResponse]
|
1262
|
+
def origination: () -> Types::Origination
|
1263
|
+
end
|
1264
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#get_voice_connector_origination-instance_method
|
1265
|
+
def get_voice_connector_origination: (
|
1266
|
+
voice_connector_id: ::String
|
1267
|
+
) -> _GetVoiceConnectorOriginationResponseSuccess
|
1268
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetVoiceConnectorOriginationResponseSuccess
|
1269
|
+
|
1270
|
+
interface _GetVoiceConnectorProxyResponseSuccess
|
1271
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetVoiceConnectorProxyResponse]
|
1272
|
+
def proxy: () -> Types::Proxy
|
1273
|
+
end
|
1274
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#get_voice_connector_proxy-instance_method
|
1275
|
+
def get_voice_connector_proxy: (
|
1276
|
+
voice_connector_id: ::String
|
1277
|
+
) -> _GetVoiceConnectorProxyResponseSuccess
|
1278
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetVoiceConnectorProxyResponseSuccess
|
1279
|
+
|
1280
|
+
interface _GetVoiceConnectorStreamingConfigurationResponseSuccess
|
1281
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetVoiceConnectorStreamingConfigurationResponse]
|
1282
|
+
def streaming_configuration: () -> Types::StreamingConfiguration
|
1283
|
+
end
|
1284
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#get_voice_connector_streaming_configuration-instance_method
|
1285
|
+
def get_voice_connector_streaming_configuration: (
|
1286
|
+
voice_connector_id: ::String
|
1287
|
+
) -> _GetVoiceConnectorStreamingConfigurationResponseSuccess
|
1288
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetVoiceConnectorStreamingConfigurationResponseSuccess
|
1289
|
+
|
1290
|
+
interface _GetVoiceConnectorTerminationResponseSuccess
|
1291
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetVoiceConnectorTerminationResponse]
|
1292
|
+
def termination: () -> Types::Termination
|
1293
|
+
end
|
1294
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#get_voice_connector_termination-instance_method
|
1295
|
+
def get_voice_connector_termination: (
|
1296
|
+
voice_connector_id: ::String
|
1297
|
+
) -> _GetVoiceConnectorTerminationResponseSuccess
|
1298
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetVoiceConnectorTerminationResponseSuccess
|
1299
|
+
|
1300
|
+
interface _GetVoiceConnectorTerminationHealthResponseSuccess
|
1301
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetVoiceConnectorTerminationHealthResponse]
|
1302
|
+
def termination_health: () -> Types::TerminationHealth
|
1303
|
+
end
|
1304
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#get_voice_connector_termination_health-instance_method
|
1305
|
+
def get_voice_connector_termination_health: (
|
1306
|
+
voice_connector_id: ::String
|
1307
|
+
) -> _GetVoiceConnectorTerminationHealthResponseSuccess
|
1308
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetVoiceConnectorTerminationHealthResponseSuccess
|
1309
|
+
|
1310
|
+
interface _InviteUsersResponseSuccess
|
1311
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::InviteUsersResponse]
|
1312
|
+
def invites: () -> ::Array[Types::Invite]
|
1313
|
+
end
|
1314
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#invite_users-instance_method
|
1315
|
+
def invite_users: (
|
1316
|
+
account_id: ::String,
|
1317
|
+
user_email_list: Array[::String],
|
1318
|
+
?user_type: ("PrivateUser" | "SharedDevice")
|
1319
|
+
) -> _InviteUsersResponseSuccess
|
1320
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _InviteUsersResponseSuccess
|
1321
|
+
|
1322
|
+
interface _ListAccountsResponseSuccess
|
1323
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListAccountsResponse]
|
1324
|
+
def accounts: () -> ::Array[Types::Account]
|
1325
|
+
def next_token: () -> ::String
|
1326
|
+
end
|
1327
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#list_accounts-instance_method
|
1328
|
+
def list_accounts: (
|
1329
|
+
?name: ::String,
|
1330
|
+
?user_email: ::String,
|
1331
|
+
?next_token: ::String,
|
1332
|
+
?max_results: ::Integer
|
1333
|
+
) -> _ListAccountsResponseSuccess
|
1334
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListAccountsResponseSuccess
|
1335
|
+
|
1336
|
+
interface _ListAppInstanceAdminsResponseSuccess
|
1337
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListAppInstanceAdminsResponse]
|
1338
|
+
def app_instance_arn: () -> ::String
|
1339
|
+
def app_instance_admins: () -> ::Array[Types::AppInstanceAdminSummary]
|
1340
|
+
def next_token: () -> ::String
|
1341
|
+
end
|
1342
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#list_app_instance_admins-instance_method
|
1343
|
+
def list_app_instance_admins: (
|
1344
|
+
app_instance_arn: ::String,
|
1345
|
+
?max_results: ::Integer,
|
1346
|
+
?next_token: ::String
|
1347
|
+
) -> _ListAppInstanceAdminsResponseSuccess
|
1348
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListAppInstanceAdminsResponseSuccess
|
1349
|
+
|
1350
|
+
interface _ListAppInstanceUsersResponseSuccess
|
1351
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListAppInstanceUsersResponse]
|
1352
|
+
def app_instance_arn: () -> ::String
|
1353
|
+
def app_instance_users: () -> ::Array[Types::AppInstanceUserSummary]
|
1354
|
+
def next_token: () -> ::String
|
1355
|
+
end
|
1356
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#list_app_instance_users-instance_method
|
1357
|
+
def list_app_instance_users: (
|
1358
|
+
app_instance_arn: ::String,
|
1359
|
+
?max_results: ::Integer,
|
1360
|
+
?next_token: ::String
|
1361
|
+
) -> _ListAppInstanceUsersResponseSuccess
|
1362
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListAppInstanceUsersResponseSuccess
|
1363
|
+
|
1364
|
+
interface _ListAppInstancesResponseSuccess
|
1365
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListAppInstancesResponse]
|
1366
|
+
def app_instances: () -> ::Array[Types::AppInstanceSummary]
|
1367
|
+
def next_token: () -> ::String
|
1368
|
+
end
|
1369
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#list_app_instances-instance_method
|
1370
|
+
def list_app_instances: (
|
1371
|
+
?max_results: ::Integer,
|
1372
|
+
?next_token: ::String
|
1373
|
+
) -> _ListAppInstancesResponseSuccess
|
1374
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListAppInstancesResponseSuccess
|
1375
|
+
|
1376
|
+
interface _ListAttendeeTagsResponseSuccess
|
1377
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListAttendeeTagsResponse]
|
1378
|
+
def tags: () -> ::Array[Types::Tag]
|
1379
|
+
end
|
1380
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#list_attendee_tags-instance_method
|
1381
|
+
def list_attendee_tags: (
|
1382
|
+
meeting_id: ::String,
|
1383
|
+
attendee_id: ::String
|
1384
|
+
) -> _ListAttendeeTagsResponseSuccess
|
1385
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListAttendeeTagsResponseSuccess
|
1386
|
+
|
1387
|
+
interface _ListAttendeesResponseSuccess
|
1388
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListAttendeesResponse]
|
1389
|
+
def attendees: () -> ::Array[Types::Attendee]
|
1390
|
+
def next_token: () -> ::String
|
1391
|
+
end
|
1392
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#list_attendees-instance_method
|
1393
|
+
def list_attendees: (
|
1394
|
+
meeting_id: ::String,
|
1395
|
+
?next_token: ::String,
|
1396
|
+
?max_results: ::Integer
|
1397
|
+
) -> _ListAttendeesResponseSuccess
|
1398
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListAttendeesResponseSuccess
|
1399
|
+
|
1400
|
+
interface _ListBotsResponseSuccess
|
1401
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListBotsResponse]
|
1402
|
+
def bots: () -> ::Array[Types::Bot]
|
1403
|
+
def next_token: () -> ::String
|
1404
|
+
end
|
1405
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#list_bots-instance_method
|
1406
|
+
def list_bots: (
|
1407
|
+
account_id: ::String,
|
1408
|
+
?max_results: ::Integer,
|
1409
|
+
?next_token: ::String
|
1410
|
+
) -> _ListBotsResponseSuccess
|
1411
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListBotsResponseSuccess
|
1412
|
+
|
1413
|
+
interface _ListChannelBansResponseSuccess
|
1414
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListChannelBansResponse]
|
1415
|
+
def channel_arn: () -> ::String
|
1416
|
+
def next_token: () -> ::String
|
1417
|
+
def channel_bans: () -> ::Array[Types::ChannelBanSummary]
|
1418
|
+
end
|
1419
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#list_channel_bans-instance_method
|
1420
|
+
def list_channel_bans: (
|
1421
|
+
channel_arn: ::String,
|
1422
|
+
?max_results: ::Integer,
|
1423
|
+
?next_token: ::String,
|
1424
|
+
?chime_bearer: ::String
|
1425
|
+
) -> _ListChannelBansResponseSuccess
|
1426
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListChannelBansResponseSuccess
|
1427
|
+
|
1428
|
+
interface _ListChannelMembershipsResponseSuccess
|
1429
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListChannelMembershipsResponse]
|
1430
|
+
def channel_arn: () -> ::String
|
1431
|
+
def channel_memberships: () -> ::Array[Types::ChannelMembershipSummary]
|
1432
|
+
def next_token: () -> ::String
|
1433
|
+
end
|
1434
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#list_channel_memberships-instance_method
|
1435
|
+
def list_channel_memberships: (
|
1436
|
+
channel_arn: ::String,
|
1437
|
+
?type: ("DEFAULT" | "HIDDEN"),
|
1438
|
+
?max_results: ::Integer,
|
1439
|
+
?next_token: ::String,
|
1440
|
+
?chime_bearer: ::String
|
1441
|
+
) -> _ListChannelMembershipsResponseSuccess
|
1442
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListChannelMembershipsResponseSuccess
|
1443
|
+
|
1444
|
+
interface _ListChannelMembershipsForAppInstanceUserResponseSuccess
|
1445
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListChannelMembershipsForAppInstanceUserResponse]
|
1446
|
+
def channel_memberships: () -> ::Array[Types::ChannelMembershipForAppInstanceUserSummary]
|
1447
|
+
def next_token: () -> ::String
|
1448
|
+
end
|
1449
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#list_channel_memberships_for_app_instance_user-instance_method
|
1450
|
+
def list_channel_memberships_for_app_instance_user: (
|
1451
|
+
?app_instance_user_arn: ::String,
|
1452
|
+
?max_results: ::Integer,
|
1453
|
+
?next_token: ::String,
|
1454
|
+
?chime_bearer: ::String
|
1455
|
+
) -> _ListChannelMembershipsForAppInstanceUserResponseSuccess
|
1456
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListChannelMembershipsForAppInstanceUserResponseSuccess
|
1457
|
+
|
1458
|
+
interface _ListChannelMessagesResponseSuccess
|
1459
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListChannelMessagesResponse]
|
1460
|
+
def channel_arn: () -> ::String
|
1461
|
+
def next_token: () -> ::String
|
1462
|
+
def channel_messages: () -> ::Array[Types::ChannelMessageSummary]
|
1463
|
+
end
|
1464
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#list_channel_messages-instance_method
|
1465
|
+
def list_channel_messages: (
|
1466
|
+
channel_arn: ::String,
|
1467
|
+
?sort_order: ("ASCENDING" | "DESCENDING"),
|
1468
|
+
?not_before: ::Time,
|
1469
|
+
?not_after: ::Time,
|
1470
|
+
?max_results: ::Integer,
|
1471
|
+
?next_token: ::String,
|
1472
|
+
?chime_bearer: ::String
|
1473
|
+
) -> _ListChannelMessagesResponseSuccess
|
1474
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListChannelMessagesResponseSuccess
|
1475
|
+
|
1476
|
+
interface _ListChannelModeratorsResponseSuccess
|
1477
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListChannelModeratorsResponse]
|
1478
|
+
def channel_arn: () -> ::String
|
1479
|
+
def next_token: () -> ::String
|
1480
|
+
def channel_moderators: () -> ::Array[Types::ChannelModeratorSummary]
|
1481
|
+
end
|
1482
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#list_channel_moderators-instance_method
|
1483
|
+
def list_channel_moderators: (
|
1484
|
+
channel_arn: ::String,
|
1485
|
+
?max_results: ::Integer,
|
1486
|
+
?next_token: ::String,
|
1487
|
+
?chime_bearer: ::String
|
1488
|
+
) -> _ListChannelModeratorsResponseSuccess
|
1489
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListChannelModeratorsResponseSuccess
|
1490
|
+
|
1491
|
+
interface _ListChannelsResponseSuccess
|
1492
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListChannelsResponse]
|
1493
|
+
def channels: () -> ::Array[Types::ChannelSummary]
|
1494
|
+
def next_token: () -> ::String
|
1495
|
+
end
|
1496
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#list_channels-instance_method
|
1497
|
+
def list_channels: (
|
1498
|
+
app_instance_arn: ::String,
|
1499
|
+
?privacy: ("PUBLIC" | "PRIVATE"),
|
1500
|
+
?max_results: ::Integer,
|
1501
|
+
?next_token: ::String,
|
1502
|
+
?chime_bearer: ::String
|
1503
|
+
) -> _ListChannelsResponseSuccess
|
1504
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListChannelsResponseSuccess
|
1505
|
+
|
1506
|
+
interface _ListChannelsModeratedByAppInstanceUserResponseSuccess
|
1507
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListChannelsModeratedByAppInstanceUserResponse]
|
1508
|
+
def channels: () -> ::Array[Types::ChannelModeratedByAppInstanceUserSummary]
|
1509
|
+
def next_token: () -> ::String
|
1510
|
+
end
|
1511
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#list_channels_moderated_by_app_instance_user-instance_method
|
1512
|
+
def list_channels_moderated_by_app_instance_user: (
|
1513
|
+
?app_instance_user_arn: ::String,
|
1514
|
+
?max_results: ::Integer,
|
1515
|
+
?next_token: ::String,
|
1516
|
+
?chime_bearer: ::String
|
1517
|
+
) -> _ListChannelsModeratedByAppInstanceUserResponseSuccess
|
1518
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListChannelsModeratedByAppInstanceUserResponseSuccess
|
1519
|
+
|
1520
|
+
interface _ListMediaCapturePipelinesResponseSuccess
|
1521
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListMediaCapturePipelinesResponse]
|
1522
|
+
def media_capture_pipelines: () -> ::Array[Types::MediaCapturePipeline]
|
1523
|
+
def next_token: () -> ::String
|
1524
|
+
end
|
1525
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#list_media_capture_pipelines-instance_method
|
1526
|
+
def list_media_capture_pipelines: (
|
1527
|
+
?next_token: ::String,
|
1528
|
+
?max_results: ::Integer
|
1529
|
+
) -> _ListMediaCapturePipelinesResponseSuccess
|
1530
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListMediaCapturePipelinesResponseSuccess
|
1531
|
+
|
1532
|
+
interface _ListMeetingTagsResponseSuccess
|
1533
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListMeetingTagsResponse]
|
1534
|
+
def tags: () -> ::Array[Types::Tag]
|
1535
|
+
end
|
1536
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#list_meeting_tags-instance_method
|
1537
|
+
def list_meeting_tags: (
|
1538
|
+
meeting_id: ::String
|
1539
|
+
) -> _ListMeetingTagsResponseSuccess
|
1540
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListMeetingTagsResponseSuccess
|
1541
|
+
|
1542
|
+
interface _ListMeetingsResponseSuccess
|
1543
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListMeetingsResponse]
|
1544
|
+
def meetings: () -> ::Array[Types::Meeting]
|
1545
|
+
def next_token: () -> ::String
|
1546
|
+
end
|
1547
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#list_meetings-instance_method
|
1548
|
+
def list_meetings: (
|
1549
|
+
?next_token: ::String,
|
1550
|
+
?max_results: ::Integer
|
1551
|
+
) -> _ListMeetingsResponseSuccess
|
1552
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListMeetingsResponseSuccess
|
1553
|
+
|
1554
|
+
interface _ListPhoneNumberOrdersResponseSuccess
|
1555
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListPhoneNumberOrdersResponse]
|
1556
|
+
def phone_number_orders: () -> ::Array[Types::PhoneNumberOrder]
|
1557
|
+
def next_token: () -> ::String
|
1558
|
+
end
|
1559
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#list_phone_number_orders-instance_method
|
1560
|
+
def list_phone_number_orders: (
|
1561
|
+
?next_token: ::String,
|
1562
|
+
?max_results: ::Integer
|
1563
|
+
) -> _ListPhoneNumberOrdersResponseSuccess
|
1564
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListPhoneNumberOrdersResponseSuccess
|
1565
|
+
|
1566
|
+
interface _ListPhoneNumbersResponseSuccess
|
1567
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListPhoneNumbersResponse]
|
1568
|
+
def phone_numbers: () -> ::Array[Types::PhoneNumber]
|
1569
|
+
def next_token: () -> ::String
|
1570
|
+
end
|
1571
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#list_phone_numbers-instance_method
|
1572
|
+
def list_phone_numbers: (
|
1573
|
+
?status: ("AcquireInProgress" | "AcquireFailed" | "Unassigned" | "Assigned" | "ReleaseInProgress" | "DeleteInProgress" | "ReleaseFailed" | "DeleteFailed"),
|
1574
|
+
?product_type: ("BusinessCalling" | "VoiceConnector" | "SipMediaApplicationDialIn"),
|
1575
|
+
?filter_name: ("AccountId" | "UserId" | "VoiceConnectorId" | "VoiceConnectorGroupId" | "SipRuleId"),
|
1576
|
+
?filter_value: ::String,
|
1577
|
+
?max_results: ::Integer,
|
1578
|
+
?next_token: ::String
|
1579
|
+
) -> _ListPhoneNumbersResponseSuccess
|
1580
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListPhoneNumbersResponseSuccess
|
1581
|
+
|
1582
|
+
interface _ListProxySessionsResponseSuccess
|
1583
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListProxySessionsResponse]
|
1584
|
+
def proxy_sessions: () -> ::Array[Types::ProxySession]
|
1585
|
+
def next_token: () -> ::String
|
1586
|
+
end
|
1587
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#list_proxy_sessions-instance_method
|
1588
|
+
def list_proxy_sessions: (
|
1589
|
+
voice_connector_id: ::String,
|
1590
|
+
?status: ("Open" | "InProgress" | "Closed"),
|
1591
|
+
?next_token: ::String,
|
1592
|
+
?max_results: ::Integer
|
1593
|
+
) -> _ListProxySessionsResponseSuccess
|
1594
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListProxySessionsResponseSuccess
|
1595
|
+
|
1596
|
+
interface _ListRoomMembershipsResponseSuccess
|
1597
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListRoomMembershipsResponse]
|
1598
|
+
def room_memberships: () -> ::Array[Types::RoomMembership]
|
1599
|
+
def next_token: () -> ::String
|
1600
|
+
end
|
1601
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#list_room_memberships-instance_method
|
1602
|
+
def list_room_memberships: (
|
1603
|
+
account_id: ::String,
|
1604
|
+
room_id: ::String,
|
1605
|
+
?max_results: ::Integer,
|
1606
|
+
?next_token: ::String
|
1607
|
+
) -> _ListRoomMembershipsResponseSuccess
|
1608
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListRoomMembershipsResponseSuccess
|
1609
|
+
|
1610
|
+
interface _ListRoomsResponseSuccess
|
1611
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListRoomsResponse]
|
1612
|
+
def rooms: () -> ::Array[Types::Room]
|
1613
|
+
def next_token: () -> ::String
|
1614
|
+
end
|
1615
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#list_rooms-instance_method
|
1616
|
+
def list_rooms: (
|
1617
|
+
account_id: ::String,
|
1618
|
+
?member_id: ::String,
|
1619
|
+
?max_results: ::Integer,
|
1620
|
+
?next_token: ::String
|
1621
|
+
) -> _ListRoomsResponseSuccess
|
1622
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListRoomsResponseSuccess
|
1623
|
+
|
1624
|
+
interface _ListSipMediaApplicationsResponseSuccess
|
1625
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListSipMediaApplicationsResponse]
|
1626
|
+
def sip_media_applications: () -> ::Array[Types::SipMediaApplication]
|
1627
|
+
def next_token: () -> ::String
|
1628
|
+
end
|
1629
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#list_sip_media_applications-instance_method
|
1630
|
+
def list_sip_media_applications: (
|
1631
|
+
?max_results: ::Integer,
|
1632
|
+
?next_token: ::String
|
1633
|
+
) -> _ListSipMediaApplicationsResponseSuccess
|
1634
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListSipMediaApplicationsResponseSuccess
|
1635
|
+
|
1636
|
+
interface _ListSipRulesResponseSuccess
|
1637
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListSipRulesResponse]
|
1638
|
+
def sip_rules: () -> ::Array[Types::SipRule]
|
1639
|
+
def next_token: () -> ::String
|
1640
|
+
end
|
1641
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#list_sip_rules-instance_method
|
1642
|
+
def list_sip_rules: (
|
1643
|
+
?sip_media_application_id: ::String,
|
1644
|
+
?max_results: ::Integer,
|
1645
|
+
?next_token: ::String
|
1646
|
+
) -> _ListSipRulesResponseSuccess
|
1647
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListSipRulesResponseSuccess
|
1648
|
+
|
1649
|
+
interface _ListSupportedPhoneNumberCountriesResponseSuccess
|
1650
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListSupportedPhoneNumberCountriesResponse]
|
1651
|
+
def phone_number_countries: () -> ::Array[Types::PhoneNumberCountry]
|
1652
|
+
end
|
1653
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#list_supported_phone_number_countries-instance_method
|
1654
|
+
def list_supported_phone_number_countries: (
|
1655
|
+
product_type: ("BusinessCalling" | "VoiceConnector" | "SipMediaApplicationDialIn")
|
1656
|
+
) -> _ListSupportedPhoneNumberCountriesResponseSuccess
|
1657
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListSupportedPhoneNumberCountriesResponseSuccess
|
1658
|
+
|
1659
|
+
interface _ListTagsForResourceResponseSuccess
|
1660
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListTagsForResourceResponse]
|
1661
|
+
def tags: () -> ::Array[Types::Tag]
|
1662
|
+
end
|
1663
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#list_tags_for_resource-instance_method
|
1664
|
+
def list_tags_for_resource: (
|
1665
|
+
resource_arn: ::String
|
1666
|
+
) -> _ListTagsForResourceResponseSuccess
|
1667
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsForResourceResponseSuccess
|
1668
|
+
|
1669
|
+
interface _ListUsersResponseSuccess
|
1670
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListUsersResponse]
|
1671
|
+
def users: () -> ::Array[Types::User]
|
1672
|
+
def next_token: () -> ::String
|
1673
|
+
end
|
1674
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#list_users-instance_method
|
1675
|
+
def list_users: (
|
1676
|
+
account_id: ::String,
|
1677
|
+
?user_email: ::String,
|
1678
|
+
?user_type: ("PrivateUser" | "SharedDevice"),
|
1679
|
+
?max_results: ::Integer,
|
1680
|
+
?next_token: ::String
|
1681
|
+
) -> _ListUsersResponseSuccess
|
1682
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListUsersResponseSuccess
|
1683
|
+
|
1684
|
+
interface _ListVoiceConnectorGroupsResponseSuccess
|
1685
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListVoiceConnectorGroupsResponse]
|
1686
|
+
def voice_connector_groups: () -> ::Array[Types::VoiceConnectorGroup]
|
1687
|
+
def next_token: () -> ::String
|
1688
|
+
end
|
1689
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#list_voice_connector_groups-instance_method
|
1690
|
+
def list_voice_connector_groups: (
|
1691
|
+
?next_token: ::String,
|
1692
|
+
?max_results: ::Integer
|
1693
|
+
) -> _ListVoiceConnectorGroupsResponseSuccess
|
1694
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListVoiceConnectorGroupsResponseSuccess
|
1695
|
+
|
1696
|
+
interface _ListVoiceConnectorTerminationCredentialsResponseSuccess
|
1697
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListVoiceConnectorTerminationCredentialsResponse]
|
1698
|
+
def usernames: () -> ::Array[::String]
|
1699
|
+
end
|
1700
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#list_voice_connector_termination_credentials-instance_method
|
1701
|
+
def list_voice_connector_termination_credentials: (
|
1702
|
+
voice_connector_id: ::String
|
1703
|
+
) -> _ListVoiceConnectorTerminationCredentialsResponseSuccess
|
1704
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListVoiceConnectorTerminationCredentialsResponseSuccess
|
1705
|
+
|
1706
|
+
interface _ListVoiceConnectorsResponseSuccess
|
1707
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListVoiceConnectorsResponse]
|
1708
|
+
def voice_connectors: () -> ::Array[Types::VoiceConnector]
|
1709
|
+
def next_token: () -> ::String
|
1710
|
+
end
|
1711
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#list_voice_connectors-instance_method
|
1712
|
+
def list_voice_connectors: (
|
1713
|
+
?next_token: ::String,
|
1714
|
+
?max_results: ::Integer
|
1715
|
+
) -> _ListVoiceConnectorsResponseSuccess
|
1716
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListVoiceConnectorsResponseSuccess
|
1717
|
+
|
1718
|
+
interface _LogoutUserResponseSuccess
|
1719
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::LogoutUserResponse]
|
1720
|
+
end
|
1721
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#logout_user-instance_method
|
1722
|
+
def logout_user: (
|
1723
|
+
account_id: ::String,
|
1724
|
+
user_id: ::String
|
1725
|
+
) -> _LogoutUserResponseSuccess
|
1726
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _LogoutUserResponseSuccess
|
1727
|
+
|
1728
|
+
interface _PutAppInstanceRetentionSettingsResponseSuccess
|
1729
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::PutAppInstanceRetentionSettingsResponse]
|
1730
|
+
def app_instance_retention_settings: () -> Types::AppInstanceRetentionSettings
|
1731
|
+
def initiate_deletion_timestamp: () -> ::Time
|
1732
|
+
end
|
1733
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#put_app_instance_retention_settings-instance_method
|
1734
|
+
def put_app_instance_retention_settings: (
|
1735
|
+
app_instance_arn: ::String,
|
1736
|
+
app_instance_retention_settings: {
|
1737
|
+
channel_retention_settings: {
|
1738
|
+
retention_days: ::Integer?
|
1739
|
+
}?
|
1740
|
+
}
|
1741
|
+
) -> _PutAppInstanceRetentionSettingsResponseSuccess
|
1742
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutAppInstanceRetentionSettingsResponseSuccess
|
1743
|
+
|
1744
|
+
interface _PutAppInstanceStreamingConfigurationsResponseSuccess
|
1745
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::PutAppInstanceStreamingConfigurationsResponse]
|
1746
|
+
def app_instance_streaming_configurations: () -> ::Array[Types::AppInstanceStreamingConfiguration]
|
1747
|
+
end
|
1748
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#put_app_instance_streaming_configurations-instance_method
|
1749
|
+
def put_app_instance_streaming_configurations: (
|
1750
|
+
app_instance_arn: ::String,
|
1751
|
+
app_instance_streaming_configurations: Array[
|
1752
|
+
{
|
1753
|
+
app_instance_data_type: ("Channel" | "ChannelMessage"),
|
1754
|
+
resource_arn: ::String
|
1755
|
+
},
|
1756
|
+
]
|
1757
|
+
) -> _PutAppInstanceStreamingConfigurationsResponseSuccess
|
1758
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutAppInstanceStreamingConfigurationsResponseSuccess
|
1759
|
+
|
1760
|
+
interface _PutEventsConfigurationResponseSuccess
|
1761
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::PutEventsConfigurationResponse]
|
1762
|
+
def events_configuration: () -> Types::EventsConfiguration
|
1763
|
+
end
|
1764
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#put_events_configuration-instance_method
|
1765
|
+
def put_events_configuration: (
|
1766
|
+
account_id: ::String,
|
1767
|
+
bot_id: ::String,
|
1768
|
+
?outbound_events_https_endpoint: ::String,
|
1769
|
+
?lambda_function_arn: ::String
|
1770
|
+
) -> _PutEventsConfigurationResponseSuccess
|
1771
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutEventsConfigurationResponseSuccess
|
1772
|
+
|
1773
|
+
interface _PutRetentionSettingsResponseSuccess
|
1774
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::PutRetentionSettingsResponse]
|
1775
|
+
def retention_settings: () -> Types::RetentionSettings
|
1776
|
+
def initiate_deletion_timestamp: () -> ::Time
|
1777
|
+
end
|
1778
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#put_retention_settings-instance_method
|
1779
|
+
def put_retention_settings: (
|
1780
|
+
account_id: ::String,
|
1781
|
+
retention_settings: {
|
1782
|
+
room_retention_settings: {
|
1783
|
+
retention_days: ::Integer?
|
1784
|
+
}?,
|
1785
|
+
conversation_retention_settings: {
|
1786
|
+
retention_days: ::Integer?
|
1787
|
+
}?
|
1788
|
+
}
|
1789
|
+
) -> _PutRetentionSettingsResponseSuccess
|
1790
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutRetentionSettingsResponseSuccess
|
1791
|
+
|
1792
|
+
interface _PutSipMediaApplicationLoggingConfigurationResponseSuccess
|
1793
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::PutSipMediaApplicationLoggingConfigurationResponse]
|
1794
|
+
def sip_media_application_logging_configuration: () -> Types::SipMediaApplicationLoggingConfiguration
|
1795
|
+
end
|
1796
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#put_sip_media_application_logging_configuration-instance_method
|
1797
|
+
def put_sip_media_application_logging_configuration: (
|
1798
|
+
sip_media_application_id: ::String,
|
1799
|
+
?sip_media_application_logging_configuration: {
|
1800
|
+
enable_sip_media_application_message_logs: bool?
|
1801
|
+
}
|
1802
|
+
) -> _PutSipMediaApplicationLoggingConfigurationResponseSuccess
|
1803
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutSipMediaApplicationLoggingConfigurationResponseSuccess
|
1804
|
+
|
1805
|
+
interface _PutVoiceConnectorEmergencyCallingConfigurationResponseSuccess
|
1806
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::PutVoiceConnectorEmergencyCallingConfigurationResponse]
|
1807
|
+
def emergency_calling_configuration: () -> Types::EmergencyCallingConfiguration
|
1808
|
+
end
|
1809
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#put_voice_connector_emergency_calling_configuration-instance_method
|
1810
|
+
def put_voice_connector_emergency_calling_configuration: (
|
1811
|
+
voice_connector_id: ::String,
|
1812
|
+
emergency_calling_configuration: {
|
1813
|
+
dnis: Array[
|
1814
|
+
{
|
1815
|
+
emergency_phone_number: ::String,
|
1816
|
+
test_phone_number: ::String?,
|
1817
|
+
calling_country: ::String
|
1818
|
+
},
|
1819
|
+
]?
|
1820
|
+
}
|
1821
|
+
) -> _PutVoiceConnectorEmergencyCallingConfigurationResponseSuccess
|
1822
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutVoiceConnectorEmergencyCallingConfigurationResponseSuccess
|
1823
|
+
|
1824
|
+
interface _PutVoiceConnectorLoggingConfigurationResponseSuccess
|
1825
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::PutVoiceConnectorLoggingConfigurationResponse]
|
1826
|
+
def logging_configuration: () -> Types::LoggingConfiguration
|
1827
|
+
end
|
1828
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#put_voice_connector_logging_configuration-instance_method
|
1829
|
+
def put_voice_connector_logging_configuration: (
|
1830
|
+
voice_connector_id: ::String,
|
1831
|
+
logging_configuration: {
|
1832
|
+
enable_sip_logs: bool?,
|
1833
|
+
enable_media_metric_logs: bool?
|
1834
|
+
}
|
1835
|
+
) -> _PutVoiceConnectorLoggingConfigurationResponseSuccess
|
1836
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutVoiceConnectorLoggingConfigurationResponseSuccess
|
1837
|
+
|
1838
|
+
interface _PutVoiceConnectorOriginationResponseSuccess
|
1839
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::PutVoiceConnectorOriginationResponse]
|
1840
|
+
def origination: () -> Types::Origination
|
1841
|
+
end
|
1842
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#put_voice_connector_origination-instance_method
|
1843
|
+
def put_voice_connector_origination: (
|
1844
|
+
voice_connector_id: ::String,
|
1845
|
+
origination: {
|
1846
|
+
routes: Array[
|
1847
|
+
{
|
1848
|
+
host: ::String?,
|
1849
|
+
port: ::Integer?,
|
1850
|
+
protocol: ("TCP" | "UDP")?,
|
1851
|
+
priority: ::Integer?,
|
1852
|
+
weight: ::Integer?
|
1853
|
+
},
|
1854
|
+
]?,
|
1855
|
+
disabled: bool?
|
1856
|
+
}
|
1857
|
+
) -> _PutVoiceConnectorOriginationResponseSuccess
|
1858
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutVoiceConnectorOriginationResponseSuccess
|
1859
|
+
|
1860
|
+
interface _PutVoiceConnectorProxyResponseSuccess
|
1861
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::PutVoiceConnectorProxyResponse]
|
1862
|
+
def proxy: () -> Types::Proxy
|
1863
|
+
end
|
1864
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#put_voice_connector_proxy-instance_method
|
1865
|
+
def put_voice_connector_proxy: (
|
1866
|
+
voice_connector_id: ::String,
|
1867
|
+
default_session_expiry_minutes: ::Integer,
|
1868
|
+
phone_number_pool_countries: Array[::String],
|
1869
|
+
?fall_back_phone_number: ::String,
|
1870
|
+
?disabled: bool
|
1871
|
+
) -> _PutVoiceConnectorProxyResponseSuccess
|
1872
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutVoiceConnectorProxyResponseSuccess
|
1873
|
+
|
1874
|
+
interface _PutVoiceConnectorStreamingConfigurationResponseSuccess
|
1875
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::PutVoiceConnectorStreamingConfigurationResponse]
|
1876
|
+
def streaming_configuration: () -> Types::StreamingConfiguration
|
1877
|
+
end
|
1878
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#put_voice_connector_streaming_configuration-instance_method
|
1879
|
+
def put_voice_connector_streaming_configuration: (
|
1880
|
+
voice_connector_id: ::String,
|
1881
|
+
streaming_configuration: {
|
1882
|
+
data_retention_in_hours: ::Integer,
|
1883
|
+
disabled: bool?,
|
1884
|
+
streaming_notification_targets: Array[
|
1885
|
+
{
|
1886
|
+
notification_target: ("EventBridge" | "SNS" | "SQS")
|
1887
|
+
},
|
1888
|
+
]?
|
1889
|
+
}
|
1890
|
+
) -> _PutVoiceConnectorStreamingConfigurationResponseSuccess
|
1891
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutVoiceConnectorStreamingConfigurationResponseSuccess
|
1892
|
+
|
1893
|
+
interface _PutVoiceConnectorTerminationResponseSuccess
|
1894
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::PutVoiceConnectorTerminationResponse]
|
1895
|
+
def termination: () -> Types::Termination
|
1896
|
+
end
|
1897
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#put_voice_connector_termination-instance_method
|
1898
|
+
def put_voice_connector_termination: (
|
1899
|
+
voice_connector_id: ::String,
|
1900
|
+
termination: {
|
1901
|
+
cps_limit: ::Integer?,
|
1902
|
+
default_phone_number: ::String?,
|
1903
|
+
calling_regions: Array[::String]?,
|
1904
|
+
cidr_allowed_list: Array[::String]?,
|
1905
|
+
disabled: bool?
|
1906
|
+
}
|
1907
|
+
) -> _PutVoiceConnectorTerminationResponseSuccess
|
1908
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutVoiceConnectorTerminationResponseSuccess
|
1909
|
+
|
1910
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#put_voice_connector_termination_credentials-instance_method
|
1911
|
+
def put_voice_connector_termination_credentials: (
|
1912
|
+
voice_connector_id: ::String,
|
1913
|
+
?credentials: Array[
|
1914
|
+
{
|
1915
|
+
username: ::String?,
|
1916
|
+
password: ::String?
|
1917
|
+
},
|
1918
|
+
]
|
1919
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
1920
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
1921
|
+
|
1922
|
+
interface _RedactChannelMessageResponseSuccess
|
1923
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::RedactChannelMessageResponse]
|
1924
|
+
def channel_arn: () -> ::String
|
1925
|
+
def message_id: () -> ::String
|
1926
|
+
end
|
1927
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#redact_channel_message-instance_method
|
1928
|
+
def redact_channel_message: (
|
1929
|
+
channel_arn: ::String,
|
1930
|
+
message_id: ::String,
|
1931
|
+
?chime_bearer: ::String
|
1932
|
+
) -> _RedactChannelMessageResponseSuccess
|
1933
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RedactChannelMessageResponseSuccess
|
1934
|
+
|
1935
|
+
interface _RedactConversationMessageResponseSuccess
|
1936
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::RedactConversationMessageResponse]
|
1937
|
+
end
|
1938
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#redact_conversation_message-instance_method
|
1939
|
+
def redact_conversation_message: (
|
1940
|
+
account_id: ::String,
|
1941
|
+
conversation_id: ::String,
|
1942
|
+
message_id: ::String
|
1943
|
+
) -> _RedactConversationMessageResponseSuccess
|
1944
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RedactConversationMessageResponseSuccess
|
1945
|
+
|
1946
|
+
interface _RedactRoomMessageResponseSuccess
|
1947
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::RedactRoomMessageResponse]
|
1948
|
+
end
|
1949
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#redact_room_message-instance_method
|
1950
|
+
def redact_room_message: (
|
1951
|
+
account_id: ::String,
|
1952
|
+
room_id: ::String,
|
1953
|
+
message_id: ::String
|
1954
|
+
) -> _RedactRoomMessageResponseSuccess
|
1955
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RedactRoomMessageResponseSuccess
|
1956
|
+
|
1957
|
+
interface _RegenerateSecurityTokenResponseSuccess
|
1958
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::RegenerateSecurityTokenResponse]
|
1959
|
+
def bot: () -> Types::Bot
|
1960
|
+
end
|
1961
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#regenerate_security_token-instance_method
|
1962
|
+
def regenerate_security_token: (
|
1963
|
+
account_id: ::String,
|
1964
|
+
bot_id: ::String
|
1965
|
+
) -> _RegenerateSecurityTokenResponseSuccess
|
1966
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RegenerateSecurityTokenResponseSuccess
|
1967
|
+
|
1968
|
+
interface _ResetPersonalPINResponseSuccess
|
1969
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ResetPersonalPINResponse]
|
1970
|
+
def user: () -> Types::User
|
1971
|
+
end
|
1972
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#reset_personal_pin-instance_method
|
1973
|
+
def reset_personal_pin: (
|
1974
|
+
account_id: ::String,
|
1975
|
+
user_id: ::String
|
1976
|
+
) -> _ResetPersonalPINResponseSuccess
|
1977
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ResetPersonalPINResponseSuccess
|
1978
|
+
|
1979
|
+
interface _RestorePhoneNumberResponseSuccess
|
1980
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::RestorePhoneNumberResponse]
|
1981
|
+
def phone_number: () -> Types::PhoneNumber
|
1982
|
+
end
|
1983
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#restore_phone_number-instance_method
|
1984
|
+
def restore_phone_number: (
|
1985
|
+
phone_number_id: ::String
|
1986
|
+
) -> _RestorePhoneNumberResponseSuccess
|
1987
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RestorePhoneNumberResponseSuccess
|
1988
|
+
|
1989
|
+
interface _SearchAvailablePhoneNumbersResponseSuccess
|
1990
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::SearchAvailablePhoneNumbersResponse]
|
1991
|
+
def e164_phone_numbers: () -> ::Array[::String]
|
1992
|
+
def next_token: () -> ::String
|
1993
|
+
end
|
1994
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#search_available_phone_numbers-instance_method
|
1995
|
+
def search_available_phone_numbers: (
|
1996
|
+
?area_code: ::String,
|
1997
|
+
?city: ::String,
|
1998
|
+
?country: ::String,
|
1999
|
+
?state: ::String,
|
2000
|
+
?toll_free_prefix: ::String,
|
2001
|
+
?phone_number_type: ("Local" | "TollFree"),
|
2002
|
+
?max_results: ::Integer,
|
2003
|
+
?next_token: ::String
|
2004
|
+
) -> _SearchAvailablePhoneNumbersResponseSuccess
|
2005
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SearchAvailablePhoneNumbersResponseSuccess
|
2006
|
+
|
2007
|
+
interface _SendChannelMessageResponseSuccess
|
2008
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::SendChannelMessageResponse]
|
2009
|
+
def channel_arn: () -> ::String
|
2010
|
+
def message_id: () -> ::String
|
2011
|
+
end
|
2012
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#send_channel_message-instance_method
|
2013
|
+
def send_channel_message: (
|
2014
|
+
channel_arn: ::String,
|
2015
|
+
content: ::String,
|
2016
|
+
type: ("STANDARD" | "CONTROL"),
|
2017
|
+
persistence: ("PERSISTENT" | "NON_PERSISTENT"),
|
2018
|
+
?metadata: ::String,
|
2019
|
+
client_request_token: ::String,
|
2020
|
+
?chime_bearer: ::String
|
2021
|
+
) -> _SendChannelMessageResponseSuccess
|
2022
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SendChannelMessageResponseSuccess
|
2023
|
+
|
2024
|
+
interface _StartMeetingTranscriptionResponseSuccess
|
2025
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::StartMeetingTranscriptionResponse]
|
2026
|
+
end
|
2027
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#start_meeting_transcription-instance_method
|
2028
|
+
def start_meeting_transcription: (
|
2029
|
+
meeting_id: ::String,
|
2030
|
+
transcription_configuration: {
|
2031
|
+
engine_transcribe_settings: {
|
2032
|
+
language_code: ("en-US" | "en-GB" | "es-US" | "fr-CA" | "fr-FR" | "en-AU" | "it-IT" | "de-DE" | "pt-BR" | "ja-JP" | "ko-KR" | "zh-CN" | "th-TH" | "hi-IN")?,
|
2033
|
+
vocabulary_filter_method: ("remove" | "mask" | "tag")?,
|
2034
|
+
vocabulary_filter_name: ::String?,
|
2035
|
+
vocabulary_name: ::String?,
|
2036
|
+
region: ("us-east-2" | "us-east-1" | "us-west-2" | "ap-northeast-2" | "ap-southeast-2" | "ap-northeast-1" | "ca-central-1" | "eu-central-1" | "eu-west-1" | "eu-west-2" | "sa-east-1" | "auto")?,
|
2037
|
+
enable_partial_results_stabilization: bool?,
|
2038
|
+
partial_results_stability: ("low" | "medium" | "high")?,
|
2039
|
+
content_identification_type: ("PII")?,
|
2040
|
+
content_redaction_type: ("PII")?,
|
2041
|
+
pii_entity_types: ::String?,
|
2042
|
+
language_model_name: ::String?,
|
2043
|
+
identify_language: bool?,
|
2044
|
+
language_options: ::String?,
|
2045
|
+
preferred_language: ("en-US" | "en-GB" | "es-US" | "fr-CA" | "fr-FR" | "en-AU" | "it-IT" | "de-DE" | "pt-BR" | "ja-JP" | "ko-KR" | "zh-CN" | "th-TH" | "hi-IN")?,
|
2046
|
+
vocabulary_names: ::String?,
|
2047
|
+
vocabulary_filter_names: ::String?
|
2048
|
+
}?,
|
2049
|
+
engine_transcribe_medical_settings: {
|
2050
|
+
language_code: ("en-US"),
|
2051
|
+
specialty: ("PRIMARYCARE" | "CARDIOLOGY" | "NEUROLOGY" | "ONCOLOGY" | "RADIOLOGY" | "UROLOGY"),
|
2052
|
+
type: ("CONVERSATION" | "DICTATION"),
|
2053
|
+
vocabulary_name: ::String?,
|
2054
|
+
region: ("us-east-1" | "us-east-2" | "us-west-2" | "ap-southeast-2" | "ca-central-1" | "eu-west-1" | "auto")?,
|
2055
|
+
content_identification_type: ("PHI")?
|
2056
|
+
}?
|
2057
|
+
}
|
2058
|
+
) -> _StartMeetingTranscriptionResponseSuccess
|
2059
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartMeetingTranscriptionResponseSuccess
|
2060
|
+
|
2061
|
+
interface _StopMeetingTranscriptionResponseSuccess
|
2062
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::StopMeetingTranscriptionResponse]
|
2063
|
+
end
|
2064
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#stop_meeting_transcription-instance_method
|
2065
|
+
def stop_meeting_transcription: (
|
2066
|
+
meeting_id: ::String
|
2067
|
+
) -> _StopMeetingTranscriptionResponseSuccess
|
2068
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StopMeetingTranscriptionResponseSuccess
|
2069
|
+
|
2070
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#tag_attendee-instance_method
|
2071
|
+
def tag_attendee: (
|
2072
|
+
meeting_id: ::String,
|
2073
|
+
attendee_id: ::String,
|
2074
|
+
tags: Array[
|
2075
|
+
{
|
2076
|
+
key: ::String,
|
2077
|
+
value: ::String
|
2078
|
+
},
|
2079
|
+
]
|
2080
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
2081
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
2082
|
+
|
2083
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#tag_meeting-instance_method
|
2084
|
+
def tag_meeting: (
|
2085
|
+
meeting_id: ::String,
|
2086
|
+
tags: Array[
|
2087
|
+
{
|
2088
|
+
key: ::String,
|
2089
|
+
value: ::String
|
2090
|
+
},
|
2091
|
+
]
|
2092
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
2093
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
2094
|
+
|
2095
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#tag_resource-instance_method
|
2096
|
+
def tag_resource: (
|
2097
|
+
resource_arn: ::String,
|
2098
|
+
tags: Array[
|
2099
|
+
{
|
2100
|
+
key: ::String,
|
2101
|
+
value: ::String
|
2102
|
+
},
|
2103
|
+
]
|
2104
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
2105
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
2106
|
+
|
2107
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#untag_attendee-instance_method
|
2108
|
+
def untag_attendee: (
|
2109
|
+
meeting_id: ::String,
|
2110
|
+
attendee_id: ::String,
|
2111
|
+
tag_keys: Array[::String]
|
2112
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
2113
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
2114
|
+
|
2115
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#untag_meeting-instance_method
|
2116
|
+
def untag_meeting: (
|
2117
|
+
meeting_id: ::String,
|
2118
|
+
tag_keys: Array[::String]
|
2119
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
2120
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
2121
|
+
|
2122
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#untag_resource-instance_method
|
2123
|
+
def untag_resource: (
|
2124
|
+
resource_arn: ::String,
|
2125
|
+
tag_keys: Array[::String]
|
2126
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
2127
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
2128
|
+
|
2129
|
+
interface _UpdateAccountResponseSuccess
|
2130
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateAccountResponse]
|
2131
|
+
def account: () -> Types::Account
|
2132
|
+
end
|
2133
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#update_account-instance_method
|
2134
|
+
def update_account: (
|
2135
|
+
account_id: ::String,
|
2136
|
+
?name: ::String,
|
2137
|
+
?default_license: ("Basic" | "Plus" | "Pro" | "ProTrial")
|
2138
|
+
) -> _UpdateAccountResponseSuccess
|
2139
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateAccountResponseSuccess
|
2140
|
+
|
2141
|
+
interface _UpdateAccountSettingsResponseSuccess
|
2142
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateAccountSettingsResponse]
|
2143
|
+
end
|
2144
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#update_account_settings-instance_method
|
2145
|
+
def update_account_settings: (
|
2146
|
+
account_id: ::String,
|
2147
|
+
account_settings: {
|
2148
|
+
disable_remote_control: bool?,
|
2149
|
+
enable_dial_out: bool?
|
2150
|
+
}
|
2151
|
+
) -> _UpdateAccountSettingsResponseSuccess
|
2152
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateAccountSettingsResponseSuccess
|
2153
|
+
|
2154
|
+
interface _UpdateAppInstanceResponseSuccess
|
2155
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateAppInstanceResponse]
|
2156
|
+
def app_instance_arn: () -> ::String
|
2157
|
+
end
|
2158
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#update_app_instance-instance_method
|
2159
|
+
def update_app_instance: (
|
2160
|
+
app_instance_arn: ::String,
|
2161
|
+
name: ::String,
|
2162
|
+
?metadata: ::String
|
2163
|
+
) -> _UpdateAppInstanceResponseSuccess
|
2164
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateAppInstanceResponseSuccess
|
2165
|
+
|
2166
|
+
interface _UpdateAppInstanceUserResponseSuccess
|
2167
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateAppInstanceUserResponse]
|
2168
|
+
def app_instance_user_arn: () -> ::String
|
2169
|
+
end
|
2170
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#update_app_instance_user-instance_method
|
2171
|
+
def update_app_instance_user: (
|
2172
|
+
app_instance_user_arn: ::String,
|
2173
|
+
name: ::String,
|
2174
|
+
?metadata: ::String
|
2175
|
+
) -> _UpdateAppInstanceUserResponseSuccess
|
2176
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateAppInstanceUserResponseSuccess
|
2177
|
+
|
2178
|
+
interface _UpdateBotResponseSuccess
|
2179
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateBotResponse]
|
2180
|
+
def bot: () -> Types::Bot
|
2181
|
+
end
|
2182
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#update_bot-instance_method
|
2183
|
+
def update_bot: (
|
2184
|
+
account_id: ::String,
|
2185
|
+
bot_id: ::String,
|
2186
|
+
?disabled: bool
|
2187
|
+
) -> _UpdateBotResponseSuccess
|
2188
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateBotResponseSuccess
|
2189
|
+
|
2190
|
+
interface _UpdateChannelResponseSuccess
|
2191
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateChannelResponse]
|
2192
|
+
def channel_arn: () -> ::String
|
2193
|
+
end
|
2194
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#update_channel-instance_method
|
2195
|
+
def update_channel: (
|
2196
|
+
channel_arn: ::String,
|
2197
|
+
name: ::String,
|
2198
|
+
mode: ("UNRESTRICTED" | "RESTRICTED"),
|
2199
|
+
?metadata: ::String,
|
2200
|
+
?chime_bearer: ::String
|
2201
|
+
) -> _UpdateChannelResponseSuccess
|
2202
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateChannelResponseSuccess
|
2203
|
+
|
2204
|
+
interface _UpdateChannelMessageResponseSuccess
|
2205
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateChannelMessageResponse]
|
2206
|
+
def channel_arn: () -> ::String
|
2207
|
+
def message_id: () -> ::String
|
2208
|
+
end
|
2209
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#update_channel_message-instance_method
|
2210
|
+
def update_channel_message: (
|
2211
|
+
channel_arn: ::String,
|
2212
|
+
message_id: ::String,
|
2213
|
+
?content: ::String,
|
2214
|
+
?metadata: ::String,
|
2215
|
+
?chime_bearer: ::String
|
2216
|
+
) -> _UpdateChannelMessageResponseSuccess
|
2217
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateChannelMessageResponseSuccess
|
2218
|
+
|
2219
|
+
interface _UpdateChannelReadMarkerResponseSuccess
|
2220
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateChannelReadMarkerResponse]
|
2221
|
+
def channel_arn: () -> ::String
|
2222
|
+
end
|
2223
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#update_channel_read_marker-instance_method
|
2224
|
+
def update_channel_read_marker: (
|
2225
|
+
channel_arn: ::String,
|
2226
|
+
?chime_bearer: ::String
|
2227
|
+
) -> _UpdateChannelReadMarkerResponseSuccess
|
2228
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateChannelReadMarkerResponseSuccess
|
2229
|
+
|
2230
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#update_global_settings-instance_method
|
2231
|
+
def update_global_settings: (
|
2232
|
+
?business_calling: {
|
2233
|
+
cdr_bucket: ::String?
|
2234
|
+
},
|
2235
|
+
?voice_connector: {
|
2236
|
+
cdr_bucket: ::String?
|
2237
|
+
}
|
2238
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
2239
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
2240
|
+
|
2241
|
+
interface _UpdatePhoneNumberResponseSuccess
|
2242
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdatePhoneNumberResponse]
|
2243
|
+
def phone_number: () -> Types::PhoneNumber
|
2244
|
+
end
|
2245
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#update_phone_number-instance_method
|
2246
|
+
def update_phone_number: (
|
2247
|
+
phone_number_id: ::String,
|
2248
|
+
?product_type: ("BusinessCalling" | "VoiceConnector" | "SipMediaApplicationDialIn"),
|
2249
|
+
?calling_name: ::String
|
2250
|
+
) -> _UpdatePhoneNumberResponseSuccess
|
2251
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdatePhoneNumberResponseSuccess
|
2252
|
+
|
2253
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#update_phone_number_settings-instance_method
|
2254
|
+
def update_phone_number_settings: (
|
2255
|
+
calling_name: ::String
|
2256
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
2257
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
2258
|
+
|
2259
|
+
interface _UpdateProxySessionResponseSuccess
|
2260
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateProxySessionResponse]
|
2261
|
+
def proxy_session: () -> Types::ProxySession
|
2262
|
+
end
|
2263
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#update_proxy_session-instance_method
|
2264
|
+
def update_proxy_session: (
|
2265
|
+
voice_connector_id: ::String,
|
2266
|
+
proxy_session_id: ::String,
|
2267
|
+
capabilities: Array[("Voice" | "SMS")],
|
2268
|
+
?expiry_minutes: ::Integer
|
2269
|
+
) -> _UpdateProxySessionResponseSuccess
|
2270
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateProxySessionResponseSuccess
|
2271
|
+
|
2272
|
+
interface _UpdateRoomResponseSuccess
|
2273
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateRoomResponse]
|
2274
|
+
def room: () -> Types::Room
|
2275
|
+
end
|
2276
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#update_room-instance_method
|
2277
|
+
def update_room: (
|
2278
|
+
account_id: ::String,
|
2279
|
+
room_id: ::String,
|
2280
|
+
?name: ::String
|
2281
|
+
) -> _UpdateRoomResponseSuccess
|
2282
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateRoomResponseSuccess
|
2283
|
+
|
2284
|
+
interface _UpdateRoomMembershipResponseSuccess
|
2285
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateRoomMembershipResponse]
|
2286
|
+
def room_membership: () -> Types::RoomMembership
|
2287
|
+
end
|
2288
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#update_room_membership-instance_method
|
2289
|
+
def update_room_membership: (
|
2290
|
+
account_id: ::String,
|
2291
|
+
room_id: ::String,
|
2292
|
+
member_id: ::String,
|
2293
|
+
?role: ("Administrator" | "Member")
|
2294
|
+
) -> _UpdateRoomMembershipResponseSuccess
|
2295
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateRoomMembershipResponseSuccess
|
2296
|
+
|
2297
|
+
interface _UpdateSipMediaApplicationResponseSuccess
|
2298
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateSipMediaApplicationResponse]
|
2299
|
+
def sip_media_application: () -> Types::SipMediaApplication
|
2300
|
+
end
|
2301
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#update_sip_media_application-instance_method
|
2302
|
+
def update_sip_media_application: (
|
2303
|
+
sip_media_application_id: ::String,
|
2304
|
+
?name: ::String,
|
2305
|
+
?endpoints: Array[
|
2306
|
+
{
|
2307
|
+
lambda_arn: ::String?
|
2308
|
+
},
|
2309
|
+
]
|
2310
|
+
) -> _UpdateSipMediaApplicationResponseSuccess
|
2311
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateSipMediaApplicationResponseSuccess
|
2312
|
+
|
2313
|
+
interface _UpdateSipMediaApplicationCallResponseSuccess
|
2314
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateSipMediaApplicationCallResponse]
|
2315
|
+
def sip_media_application_call: () -> Types::SipMediaApplicationCall
|
2316
|
+
end
|
2317
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#update_sip_media_application_call-instance_method
|
2318
|
+
def update_sip_media_application_call: (
|
2319
|
+
sip_media_application_id: ::String,
|
2320
|
+
transaction_id: ::String,
|
2321
|
+
arguments: Hash[::String, ::String]
|
2322
|
+
) -> _UpdateSipMediaApplicationCallResponseSuccess
|
2323
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateSipMediaApplicationCallResponseSuccess
|
2324
|
+
|
2325
|
+
interface _UpdateSipRuleResponseSuccess
|
2326
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateSipRuleResponse]
|
2327
|
+
def sip_rule: () -> Types::SipRule
|
2328
|
+
end
|
2329
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#update_sip_rule-instance_method
|
2330
|
+
def update_sip_rule: (
|
2331
|
+
sip_rule_id: ::String,
|
2332
|
+
name: ::String,
|
2333
|
+
?disabled: bool,
|
2334
|
+
?target_applications: Array[
|
2335
|
+
{
|
2336
|
+
sip_media_application_id: ::String?,
|
2337
|
+
priority: ::Integer?,
|
2338
|
+
aws_region: ::String?
|
2339
|
+
},
|
2340
|
+
]
|
2341
|
+
) -> _UpdateSipRuleResponseSuccess
|
2342
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateSipRuleResponseSuccess
|
2343
|
+
|
2344
|
+
interface _UpdateUserResponseSuccess
|
2345
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateUserResponse]
|
2346
|
+
def user: () -> Types::User
|
2347
|
+
end
|
2348
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#update_user-instance_method
|
2349
|
+
def update_user: (
|
2350
|
+
account_id: ::String,
|
2351
|
+
user_id: ::String,
|
2352
|
+
?license_type: ("Basic" | "Plus" | "Pro" | "ProTrial"),
|
2353
|
+
?user_type: ("PrivateUser" | "SharedDevice"),
|
2354
|
+
?alexa_for_business_metadata: {
|
2355
|
+
is_alexa_for_business_enabled: bool?,
|
2356
|
+
alexa_for_business_room_arn: ::String?
|
2357
|
+
}
|
2358
|
+
) -> _UpdateUserResponseSuccess
|
2359
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateUserResponseSuccess
|
2360
|
+
|
2361
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#update_user_settings-instance_method
|
2362
|
+
def update_user_settings: (
|
2363
|
+
account_id: ::String,
|
2364
|
+
user_id: ::String,
|
2365
|
+
user_settings: {
|
2366
|
+
telephony: {
|
2367
|
+
inbound_calling: bool,
|
2368
|
+
outbound_calling: bool,
|
2369
|
+
sms: bool
|
2370
|
+
}
|
2371
|
+
}
|
2372
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
2373
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
2374
|
+
|
2375
|
+
interface _UpdateVoiceConnectorResponseSuccess
|
2376
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateVoiceConnectorResponse]
|
2377
|
+
def voice_connector: () -> Types::VoiceConnector
|
2378
|
+
end
|
2379
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#update_voice_connector-instance_method
|
2380
|
+
def update_voice_connector: (
|
2381
|
+
voice_connector_id: ::String,
|
2382
|
+
name: ::String,
|
2383
|
+
require_encryption: bool
|
2384
|
+
) -> _UpdateVoiceConnectorResponseSuccess
|
2385
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateVoiceConnectorResponseSuccess
|
2386
|
+
|
2387
|
+
interface _UpdateVoiceConnectorGroupResponseSuccess
|
2388
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateVoiceConnectorGroupResponse]
|
2389
|
+
def voice_connector_group: () -> Types::VoiceConnectorGroup
|
2390
|
+
end
|
2391
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#update_voice_connector_group-instance_method
|
2392
|
+
def update_voice_connector_group: (
|
2393
|
+
voice_connector_group_id: ::String,
|
2394
|
+
name: ::String,
|
2395
|
+
voice_connector_items: Array[
|
2396
|
+
{
|
2397
|
+
voice_connector_id: ::String,
|
2398
|
+
priority: ::Integer
|
2399
|
+
},
|
2400
|
+
]
|
2401
|
+
) -> _UpdateVoiceConnectorGroupResponseSuccess
|
2402
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateVoiceConnectorGroupResponseSuccess
|
2403
|
+
|
2404
|
+
interface _ValidateE911AddressResponseSuccess
|
2405
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ValidateE911AddressResponse]
|
2406
|
+
def validation_result: () -> ::Integer
|
2407
|
+
def address_external_id: () -> ::String
|
2408
|
+
def address: () -> Types::Address
|
2409
|
+
def candidate_address_list: () -> ::Array[Types::CandidateAddress]
|
2410
|
+
end
|
2411
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#validate_e911_address-instance_method
|
2412
|
+
def validate_e911_address: (
|
2413
|
+
aws_account_id: ::String,
|
2414
|
+
street_number: ::String,
|
2415
|
+
street_info: ::String,
|
2416
|
+
city: ::String,
|
2417
|
+
state: ::String,
|
2418
|
+
country: ::String,
|
2419
|
+
postal_code: ::String
|
2420
|
+
) -> _ValidateE911AddressResponseSuccess
|
2421
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ValidateE911AddressResponseSuccess
|
2422
|
+
end
|
2423
|
+
end
|
2424
|
+
end
|
2425
|
+
|