aws-sdk-alexaforbusiness 1.67.0 → 1.68.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-alexaforbusiness/client.rb +1 -1
- data/lib/aws-sdk-alexaforbusiness/plugins/endpoints.rb +1 -0
- data/lib/aws-sdk-alexaforbusiness.rb +1 -1
- data/sig/client.rbs +1427 -0
- data/sig/errors.rbs +62 -0
- data/sig/resource.rbs +80 -0
- data/sig/types.rbs +1646 -0
- data/sig/waiters.rbs +13 -0
- metadata +13 -8
data/sig/client.rbs
ADDED
@@ -0,0 +1,1427 @@
|
|
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 AlexaForBusiness
|
10
|
+
class Client < ::Seahorse::Client::Base
|
11
|
+
include ::Aws::ClientStubs
|
12
|
+
|
13
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#initialize-instance_method
|
14
|
+
def self.new: (
|
15
|
+
?credentials: untyped,
|
16
|
+
?region: String,
|
17
|
+
?access_key_id: String,
|
18
|
+
?active_endpoint_cache: bool,
|
19
|
+
?adaptive_retry_wait_to_fill: bool,
|
20
|
+
?client_side_monitoring: bool,
|
21
|
+
?client_side_monitoring_client_id: String,
|
22
|
+
?client_side_monitoring_host: String,
|
23
|
+
?client_side_monitoring_port: Integer,
|
24
|
+
?client_side_monitoring_publisher: untyped,
|
25
|
+
?convert_params: bool,
|
26
|
+
?correct_clock_skew: bool,
|
27
|
+
?defaults_mode: String,
|
28
|
+
?disable_host_prefix_injection: bool,
|
29
|
+
?disable_request_compression: bool,
|
30
|
+
?endpoint: String,
|
31
|
+
?endpoint_cache_max_entries: Integer,
|
32
|
+
?endpoint_cache_max_threads: Integer,
|
33
|
+
?endpoint_cache_poll_interval: Integer,
|
34
|
+
?endpoint_discovery: bool,
|
35
|
+
?ignore_configured_endpoint_urls: bool,
|
36
|
+
?log_formatter: untyped,
|
37
|
+
?log_level: Symbol,
|
38
|
+
?logger: untyped,
|
39
|
+
?max_attempts: Integer,
|
40
|
+
?profile: String,
|
41
|
+
?request_min_compression_size_bytes: Integer,
|
42
|
+
?retry_backoff: Proc,
|
43
|
+
?retry_base_delay: Float,
|
44
|
+
?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
|
45
|
+
?retry_limit: Integer,
|
46
|
+
?retry_max_delay: Integer,
|
47
|
+
?retry_mode: ("legacy" | "standard" | "adaptive"),
|
48
|
+
?sdk_ua_app_id: String,
|
49
|
+
?secret_access_key: String,
|
50
|
+
?session_token: String,
|
51
|
+
?simple_json: bool,
|
52
|
+
?stub_responses: untyped,
|
53
|
+
?token_provider: untyped,
|
54
|
+
?use_dualstack_endpoint: bool,
|
55
|
+
?use_fips_endpoint: bool,
|
56
|
+
?validate_params: bool,
|
57
|
+
?endpoint_provider: untyped,
|
58
|
+
?http_proxy: String,
|
59
|
+
?http_open_timeout: (Float | Integer),
|
60
|
+
?http_read_timeout: (Float | Integer),
|
61
|
+
?http_idle_timeout: (Float | Integer),
|
62
|
+
?http_continue_timeout: (Float | Integer),
|
63
|
+
?ssl_timeout: (Float | Integer | nil),
|
64
|
+
?http_wire_trace: bool,
|
65
|
+
?ssl_verify_peer: bool,
|
66
|
+
?ssl_ca_bundle: String,
|
67
|
+
?ssl_ca_directory: String,
|
68
|
+
?ssl_ca_store: String,
|
69
|
+
?on_chunk_received: Proc,
|
70
|
+
?on_chunk_sent: Proc,
|
71
|
+
?raise_response_errors: bool
|
72
|
+
) -> instance
|
73
|
+
| (?Hash[Symbol, untyped]) -> instance
|
74
|
+
|
75
|
+
|
76
|
+
interface _ApproveSkillResponseSuccess
|
77
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ApproveSkillResponse]
|
78
|
+
end
|
79
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#approve_skill-instance_method
|
80
|
+
def approve_skill: (
|
81
|
+
skill_id: ::String
|
82
|
+
) -> _ApproveSkillResponseSuccess
|
83
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ApproveSkillResponseSuccess
|
84
|
+
|
85
|
+
interface _AssociateContactWithAddressBookResponseSuccess
|
86
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::AssociateContactWithAddressBookResponse]
|
87
|
+
end
|
88
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#associate_contact_with_address_book-instance_method
|
89
|
+
def associate_contact_with_address_book: (
|
90
|
+
contact_arn: ::String,
|
91
|
+
address_book_arn: ::String
|
92
|
+
) -> _AssociateContactWithAddressBookResponseSuccess
|
93
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateContactWithAddressBookResponseSuccess
|
94
|
+
|
95
|
+
interface _AssociateDeviceWithNetworkProfileResponseSuccess
|
96
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::AssociateDeviceWithNetworkProfileResponse]
|
97
|
+
end
|
98
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#associate_device_with_network_profile-instance_method
|
99
|
+
def associate_device_with_network_profile: (
|
100
|
+
device_arn: ::String,
|
101
|
+
network_profile_arn: ::String
|
102
|
+
) -> _AssociateDeviceWithNetworkProfileResponseSuccess
|
103
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateDeviceWithNetworkProfileResponseSuccess
|
104
|
+
|
105
|
+
interface _AssociateDeviceWithRoomResponseSuccess
|
106
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::AssociateDeviceWithRoomResponse]
|
107
|
+
end
|
108
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#associate_device_with_room-instance_method
|
109
|
+
def associate_device_with_room: (
|
110
|
+
?device_arn: ::String,
|
111
|
+
?room_arn: ::String
|
112
|
+
) -> _AssociateDeviceWithRoomResponseSuccess
|
113
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateDeviceWithRoomResponseSuccess
|
114
|
+
|
115
|
+
interface _AssociateSkillGroupWithRoomResponseSuccess
|
116
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::AssociateSkillGroupWithRoomResponse]
|
117
|
+
end
|
118
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#associate_skill_group_with_room-instance_method
|
119
|
+
def associate_skill_group_with_room: (
|
120
|
+
?skill_group_arn: ::String,
|
121
|
+
?room_arn: ::String
|
122
|
+
) -> _AssociateSkillGroupWithRoomResponseSuccess
|
123
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateSkillGroupWithRoomResponseSuccess
|
124
|
+
|
125
|
+
interface _AssociateSkillWithSkillGroupResponseSuccess
|
126
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::AssociateSkillWithSkillGroupResponse]
|
127
|
+
end
|
128
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#associate_skill_with_skill_group-instance_method
|
129
|
+
def associate_skill_with_skill_group: (
|
130
|
+
?skill_group_arn: ::String,
|
131
|
+
skill_id: ::String
|
132
|
+
) -> _AssociateSkillWithSkillGroupResponseSuccess
|
133
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateSkillWithSkillGroupResponseSuccess
|
134
|
+
|
135
|
+
interface _AssociateSkillWithUsersResponseSuccess
|
136
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::AssociateSkillWithUsersResponse]
|
137
|
+
end
|
138
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#associate_skill_with_users-instance_method
|
139
|
+
def associate_skill_with_users: (
|
140
|
+
skill_id: ::String
|
141
|
+
) -> _AssociateSkillWithUsersResponseSuccess
|
142
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateSkillWithUsersResponseSuccess
|
143
|
+
|
144
|
+
interface _CreateAddressBookResponseSuccess
|
145
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateAddressBookResponse]
|
146
|
+
def address_book_arn: () -> ::String
|
147
|
+
end
|
148
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#create_address_book-instance_method
|
149
|
+
def create_address_book: (
|
150
|
+
name: ::String,
|
151
|
+
?description: ::String,
|
152
|
+
?client_request_token: ::String,
|
153
|
+
?tags: Array[
|
154
|
+
{
|
155
|
+
key: ::String,
|
156
|
+
value: ::String
|
157
|
+
},
|
158
|
+
]
|
159
|
+
) -> _CreateAddressBookResponseSuccess
|
160
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateAddressBookResponseSuccess
|
161
|
+
|
162
|
+
interface _CreateBusinessReportScheduleResponseSuccess
|
163
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateBusinessReportScheduleResponse]
|
164
|
+
def schedule_arn: () -> ::String
|
165
|
+
end
|
166
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#create_business_report_schedule-instance_method
|
167
|
+
def create_business_report_schedule: (
|
168
|
+
?schedule_name: ::String,
|
169
|
+
?s3_bucket_name: ::String,
|
170
|
+
?s3_key_prefix: ::String,
|
171
|
+
format: ("CSV" | "CSV_ZIP"),
|
172
|
+
content_range: {
|
173
|
+
interval: ("ONE_DAY" | "ONE_WEEK" | "THIRTY_DAYS")
|
174
|
+
},
|
175
|
+
?recurrence: {
|
176
|
+
start_date: ::String?
|
177
|
+
},
|
178
|
+
?client_request_token: ::String,
|
179
|
+
?tags: Array[
|
180
|
+
{
|
181
|
+
key: ::String,
|
182
|
+
value: ::String
|
183
|
+
},
|
184
|
+
]
|
185
|
+
) -> _CreateBusinessReportScheduleResponseSuccess
|
186
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateBusinessReportScheduleResponseSuccess
|
187
|
+
|
188
|
+
interface _CreateConferenceProviderResponseSuccess
|
189
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateConferenceProviderResponse]
|
190
|
+
def conference_provider_arn: () -> ::String
|
191
|
+
end
|
192
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#create_conference_provider-instance_method
|
193
|
+
def create_conference_provider: (
|
194
|
+
conference_provider_name: ::String,
|
195
|
+
conference_provider_type: ("CHIME" | "BLUEJEANS" | "FUZE" | "GOOGLE_HANGOUTS" | "POLYCOM" | "RINGCENTRAL" | "SKYPE_FOR_BUSINESS" | "WEBEX" | "ZOOM" | "CUSTOM"),
|
196
|
+
?ip_dial_in: {
|
197
|
+
endpoint: ::String,
|
198
|
+
comms_protocol: ("SIP" | "SIPS" | "H323")
|
199
|
+
},
|
200
|
+
?pstn_dial_in: {
|
201
|
+
country_code: ::String,
|
202
|
+
phone_number: ::String,
|
203
|
+
one_click_id_delay: ::String,
|
204
|
+
one_click_pin_delay: ::String
|
205
|
+
},
|
206
|
+
meeting_setting: {
|
207
|
+
require_pin: ("YES" | "NO" | "OPTIONAL")
|
208
|
+
},
|
209
|
+
?client_request_token: ::String,
|
210
|
+
?tags: Array[
|
211
|
+
{
|
212
|
+
key: ::String,
|
213
|
+
value: ::String
|
214
|
+
},
|
215
|
+
]
|
216
|
+
) -> _CreateConferenceProviderResponseSuccess
|
217
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateConferenceProviderResponseSuccess
|
218
|
+
|
219
|
+
interface _CreateContactResponseSuccess
|
220
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateContactResponse]
|
221
|
+
def contact_arn: () -> ::String
|
222
|
+
end
|
223
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#create_contact-instance_method
|
224
|
+
def create_contact: (
|
225
|
+
?display_name: ::String,
|
226
|
+
first_name: ::String,
|
227
|
+
?last_name: ::String,
|
228
|
+
?phone_number: ::String,
|
229
|
+
?phone_numbers: Array[
|
230
|
+
{
|
231
|
+
number: ::String,
|
232
|
+
type: ("MOBILE" | "WORK" | "HOME")
|
233
|
+
},
|
234
|
+
],
|
235
|
+
?sip_addresses: Array[
|
236
|
+
{
|
237
|
+
uri: ::String,
|
238
|
+
type: ("WORK")
|
239
|
+
},
|
240
|
+
],
|
241
|
+
?client_request_token: ::String,
|
242
|
+
?tags: Array[
|
243
|
+
{
|
244
|
+
key: ::String,
|
245
|
+
value: ::String
|
246
|
+
},
|
247
|
+
]
|
248
|
+
) -> _CreateContactResponseSuccess
|
249
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateContactResponseSuccess
|
250
|
+
|
251
|
+
interface _CreateGatewayGroupResponseSuccess
|
252
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateGatewayGroupResponse]
|
253
|
+
def gateway_group_arn: () -> ::String
|
254
|
+
end
|
255
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#create_gateway_group-instance_method
|
256
|
+
def create_gateway_group: (
|
257
|
+
name: ::String,
|
258
|
+
?description: ::String,
|
259
|
+
client_request_token: ::String,
|
260
|
+
?tags: Array[
|
261
|
+
{
|
262
|
+
key: ::String,
|
263
|
+
value: ::String
|
264
|
+
},
|
265
|
+
]
|
266
|
+
) -> _CreateGatewayGroupResponseSuccess
|
267
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateGatewayGroupResponseSuccess
|
268
|
+
|
269
|
+
interface _CreateNetworkProfileResponseSuccess
|
270
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateNetworkProfileResponse]
|
271
|
+
def network_profile_arn: () -> ::String
|
272
|
+
end
|
273
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#create_network_profile-instance_method
|
274
|
+
def create_network_profile: (
|
275
|
+
network_profile_name: ::String,
|
276
|
+
?description: ::String,
|
277
|
+
ssid: ::String,
|
278
|
+
security_type: ("OPEN" | "WEP" | "WPA_PSK" | "WPA2_PSK" | "WPA2_ENTERPRISE"),
|
279
|
+
?eap_method: ("EAP_TLS"),
|
280
|
+
?current_password: ::String,
|
281
|
+
?next_password: ::String,
|
282
|
+
?certificate_authority_arn: ::String,
|
283
|
+
?trust_anchors: Array[::String],
|
284
|
+
client_request_token: ::String,
|
285
|
+
?tags: Array[
|
286
|
+
{
|
287
|
+
key: ::String,
|
288
|
+
value: ::String
|
289
|
+
},
|
290
|
+
]
|
291
|
+
) -> _CreateNetworkProfileResponseSuccess
|
292
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateNetworkProfileResponseSuccess
|
293
|
+
|
294
|
+
interface _CreateProfileResponseSuccess
|
295
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateProfileResponse]
|
296
|
+
def profile_arn: () -> ::String
|
297
|
+
end
|
298
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#create_profile-instance_method
|
299
|
+
def create_profile: (
|
300
|
+
profile_name: ::String,
|
301
|
+
timezone: ::String,
|
302
|
+
address: ::String,
|
303
|
+
distance_unit: ("METRIC" | "IMPERIAL"),
|
304
|
+
temperature_unit: ("FAHRENHEIT" | "CELSIUS"),
|
305
|
+
wake_word: ("ALEXA" | "AMAZON" | "ECHO" | "COMPUTER"),
|
306
|
+
?locale: ::String,
|
307
|
+
?client_request_token: ::String,
|
308
|
+
?setup_mode_disabled: bool,
|
309
|
+
?max_volume_limit: ::Integer,
|
310
|
+
?pstn_enabled: bool,
|
311
|
+
?data_retention_opt_in: bool,
|
312
|
+
?meeting_room_configuration: {
|
313
|
+
room_utilization_metrics_enabled: bool?,
|
314
|
+
end_of_meeting_reminder: {
|
315
|
+
reminder_at_minutes: Array[::Integer],
|
316
|
+
reminder_type: ("ANNOUNCEMENT_TIME_CHECK" | "ANNOUNCEMENT_VARIABLE_TIME_LEFT" | "CHIME" | "KNOCK"),
|
317
|
+
enabled: bool
|
318
|
+
}?,
|
319
|
+
instant_booking: {
|
320
|
+
duration_in_minutes: ::Integer,
|
321
|
+
enabled: bool
|
322
|
+
}?,
|
323
|
+
require_check_in: {
|
324
|
+
release_after_minutes: ::Integer,
|
325
|
+
enabled: bool
|
326
|
+
}?,
|
327
|
+
proactive_join: {
|
328
|
+
enabled_by_motion: bool
|
329
|
+
}?
|
330
|
+
},
|
331
|
+
?tags: Array[
|
332
|
+
{
|
333
|
+
key: ::String,
|
334
|
+
value: ::String
|
335
|
+
},
|
336
|
+
]
|
337
|
+
) -> _CreateProfileResponseSuccess
|
338
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateProfileResponseSuccess
|
339
|
+
|
340
|
+
interface _CreateRoomResponseSuccess
|
341
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateRoomResponse]
|
342
|
+
def room_arn: () -> ::String
|
343
|
+
end
|
344
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#create_room-instance_method
|
345
|
+
def create_room: (
|
346
|
+
room_name: ::String,
|
347
|
+
?description: ::String,
|
348
|
+
?profile_arn: ::String,
|
349
|
+
?provider_calendar_id: ::String,
|
350
|
+
?client_request_token: ::String,
|
351
|
+
?tags: Array[
|
352
|
+
{
|
353
|
+
key: ::String,
|
354
|
+
value: ::String
|
355
|
+
},
|
356
|
+
]
|
357
|
+
) -> _CreateRoomResponseSuccess
|
358
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateRoomResponseSuccess
|
359
|
+
|
360
|
+
interface _CreateSkillGroupResponseSuccess
|
361
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateSkillGroupResponse]
|
362
|
+
def skill_group_arn: () -> ::String
|
363
|
+
end
|
364
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#create_skill_group-instance_method
|
365
|
+
def create_skill_group: (
|
366
|
+
skill_group_name: ::String,
|
367
|
+
?description: ::String,
|
368
|
+
?client_request_token: ::String,
|
369
|
+
?tags: Array[
|
370
|
+
{
|
371
|
+
key: ::String,
|
372
|
+
value: ::String
|
373
|
+
},
|
374
|
+
]
|
375
|
+
) -> _CreateSkillGroupResponseSuccess
|
376
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateSkillGroupResponseSuccess
|
377
|
+
|
378
|
+
interface _CreateUserResponseSuccess
|
379
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateUserResponse]
|
380
|
+
def user_arn: () -> ::String
|
381
|
+
end
|
382
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#create_user-instance_method
|
383
|
+
def create_user: (
|
384
|
+
user_id: ::String,
|
385
|
+
?first_name: ::String,
|
386
|
+
?last_name: ::String,
|
387
|
+
?email: ::String,
|
388
|
+
?client_request_token: ::String,
|
389
|
+
?tags: Array[
|
390
|
+
{
|
391
|
+
key: ::String,
|
392
|
+
value: ::String
|
393
|
+
},
|
394
|
+
]
|
395
|
+
) -> _CreateUserResponseSuccess
|
396
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateUserResponseSuccess
|
397
|
+
|
398
|
+
interface _DeleteAddressBookResponseSuccess
|
399
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteAddressBookResponse]
|
400
|
+
end
|
401
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#delete_address_book-instance_method
|
402
|
+
def delete_address_book: (
|
403
|
+
address_book_arn: ::String
|
404
|
+
) -> _DeleteAddressBookResponseSuccess
|
405
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteAddressBookResponseSuccess
|
406
|
+
|
407
|
+
interface _DeleteBusinessReportScheduleResponseSuccess
|
408
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteBusinessReportScheduleResponse]
|
409
|
+
end
|
410
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#delete_business_report_schedule-instance_method
|
411
|
+
def delete_business_report_schedule: (
|
412
|
+
schedule_arn: ::String
|
413
|
+
) -> _DeleteBusinessReportScheduleResponseSuccess
|
414
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteBusinessReportScheduleResponseSuccess
|
415
|
+
|
416
|
+
interface _DeleteConferenceProviderResponseSuccess
|
417
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteConferenceProviderResponse]
|
418
|
+
end
|
419
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#delete_conference_provider-instance_method
|
420
|
+
def delete_conference_provider: (
|
421
|
+
conference_provider_arn: ::String
|
422
|
+
) -> _DeleteConferenceProviderResponseSuccess
|
423
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteConferenceProviderResponseSuccess
|
424
|
+
|
425
|
+
interface _DeleteContactResponseSuccess
|
426
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteContactResponse]
|
427
|
+
end
|
428
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#delete_contact-instance_method
|
429
|
+
def delete_contact: (
|
430
|
+
contact_arn: ::String
|
431
|
+
) -> _DeleteContactResponseSuccess
|
432
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteContactResponseSuccess
|
433
|
+
|
434
|
+
interface _DeleteDeviceResponseSuccess
|
435
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteDeviceResponse]
|
436
|
+
end
|
437
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#delete_device-instance_method
|
438
|
+
def delete_device: (
|
439
|
+
device_arn: ::String
|
440
|
+
) -> _DeleteDeviceResponseSuccess
|
441
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteDeviceResponseSuccess
|
442
|
+
|
443
|
+
interface _DeleteDeviceUsageDataResponseSuccess
|
444
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteDeviceUsageDataResponse]
|
445
|
+
end
|
446
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#delete_device_usage_data-instance_method
|
447
|
+
def delete_device_usage_data: (
|
448
|
+
device_arn: ::String,
|
449
|
+
device_usage_type: ("VOICE")
|
450
|
+
) -> _DeleteDeviceUsageDataResponseSuccess
|
451
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteDeviceUsageDataResponseSuccess
|
452
|
+
|
453
|
+
interface _DeleteGatewayGroupResponseSuccess
|
454
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteGatewayGroupResponse]
|
455
|
+
end
|
456
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#delete_gateway_group-instance_method
|
457
|
+
def delete_gateway_group: (
|
458
|
+
gateway_group_arn: ::String
|
459
|
+
) -> _DeleteGatewayGroupResponseSuccess
|
460
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteGatewayGroupResponseSuccess
|
461
|
+
|
462
|
+
interface _DeleteNetworkProfileResponseSuccess
|
463
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteNetworkProfileResponse]
|
464
|
+
end
|
465
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#delete_network_profile-instance_method
|
466
|
+
def delete_network_profile: (
|
467
|
+
network_profile_arn: ::String
|
468
|
+
) -> _DeleteNetworkProfileResponseSuccess
|
469
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteNetworkProfileResponseSuccess
|
470
|
+
|
471
|
+
interface _DeleteProfileResponseSuccess
|
472
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteProfileResponse]
|
473
|
+
end
|
474
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#delete_profile-instance_method
|
475
|
+
def delete_profile: (
|
476
|
+
?profile_arn: ::String
|
477
|
+
) -> _DeleteProfileResponseSuccess
|
478
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteProfileResponseSuccess
|
479
|
+
|
480
|
+
interface _DeleteRoomResponseSuccess
|
481
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteRoomResponse]
|
482
|
+
end
|
483
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#delete_room-instance_method
|
484
|
+
def delete_room: (
|
485
|
+
?room_arn: ::String
|
486
|
+
) -> _DeleteRoomResponseSuccess
|
487
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteRoomResponseSuccess
|
488
|
+
|
489
|
+
interface _DeleteRoomSkillParameterResponseSuccess
|
490
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteRoomSkillParameterResponse]
|
491
|
+
end
|
492
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#delete_room_skill_parameter-instance_method
|
493
|
+
def delete_room_skill_parameter: (
|
494
|
+
?room_arn: ::String,
|
495
|
+
skill_id: ::String,
|
496
|
+
parameter_key: ::String
|
497
|
+
) -> _DeleteRoomSkillParameterResponseSuccess
|
498
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteRoomSkillParameterResponseSuccess
|
499
|
+
|
500
|
+
interface _DeleteSkillAuthorizationResponseSuccess
|
501
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteSkillAuthorizationResponse]
|
502
|
+
end
|
503
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#delete_skill_authorization-instance_method
|
504
|
+
def delete_skill_authorization: (
|
505
|
+
skill_id: ::String,
|
506
|
+
?room_arn: ::String
|
507
|
+
) -> _DeleteSkillAuthorizationResponseSuccess
|
508
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteSkillAuthorizationResponseSuccess
|
509
|
+
|
510
|
+
interface _DeleteSkillGroupResponseSuccess
|
511
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteSkillGroupResponse]
|
512
|
+
end
|
513
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#delete_skill_group-instance_method
|
514
|
+
def delete_skill_group: (
|
515
|
+
?skill_group_arn: ::String
|
516
|
+
) -> _DeleteSkillGroupResponseSuccess
|
517
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteSkillGroupResponseSuccess
|
518
|
+
|
519
|
+
interface _DeleteUserResponseSuccess
|
520
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteUserResponse]
|
521
|
+
end
|
522
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#delete_user-instance_method
|
523
|
+
def delete_user: (
|
524
|
+
?user_arn: ::String,
|
525
|
+
enrollment_id: ::String
|
526
|
+
) -> _DeleteUserResponseSuccess
|
527
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteUserResponseSuccess
|
528
|
+
|
529
|
+
interface _DisassociateContactFromAddressBookResponseSuccess
|
530
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DisassociateContactFromAddressBookResponse]
|
531
|
+
end
|
532
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#disassociate_contact_from_address_book-instance_method
|
533
|
+
def disassociate_contact_from_address_book: (
|
534
|
+
contact_arn: ::String,
|
535
|
+
address_book_arn: ::String
|
536
|
+
) -> _DisassociateContactFromAddressBookResponseSuccess
|
537
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DisassociateContactFromAddressBookResponseSuccess
|
538
|
+
|
539
|
+
interface _DisassociateDeviceFromRoomResponseSuccess
|
540
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DisassociateDeviceFromRoomResponse]
|
541
|
+
end
|
542
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#disassociate_device_from_room-instance_method
|
543
|
+
def disassociate_device_from_room: (
|
544
|
+
?device_arn: ::String
|
545
|
+
) -> _DisassociateDeviceFromRoomResponseSuccess
|
546
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DisassociateDeviceFromRoomResponseSuccess
|
547
|
+
|
548
|
+
interface _DisassociateSkillFromSkillGroupResponseSuccess
|
549
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DisassociateSkillFromSkillGroupResponse]
|
550
|
+
end
|
551
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#disassociate_skill_from_skill_group-instance_method
|
552
|
+
def disassociate_skill_from_skill_group: (
|
553
|
+
?skill_group_arn: ::String,
|
554
|
+
skill_id: ::String
|
555
|
+
) -> _DisassociateSkillFromSkillGroupResponseSuccess
|
556
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DisassociateSkillFromSkillGroupResponseSuccess
|
557
|
+
|
558
|
+
interface _DisassociateSkillFromUsersResponseSuccess
|
559
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DisassociateSkillFromUsersResponse]
|
560
|
+
end
|
561
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#disassociate_skill_from_users-instance_method
|
562
|
+
def disassociate_skill_from_users: (
|
563
|
+
skill_id: ::String
|
564
|
+
) -> _DisassociateSkillFromUsersResponseSuccess
|
565
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DisassociateSkillFromUsersResponseSuccess
|
566
|
+
|
567
|
+
interface _DisassociateSkillGroupFromRoomResponseSuccess
|
568
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DisassociateSkillGroupFromRoomResponse]
|
569
|
+
end
|
570
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#disassociate_skill_group_from_room-instance_method
|
571
|
+
def disassociate_skill_group_from_room: (
|
572
|
+
?skill_group_arn: ::String,
|
573
|
+
?room_arn: ::String
|
574
|
+
) -> _DisassociateSkillGroupFromRoomResponseSuccess
|
575
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DisassociateSkillGroupFromRoomResponseSuccess
|
576
|
+
|
577
|
+
interface _ForgetSmartHomeAppliancesResponseSuccess
|
578
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ForgetSmartHomeAppliancesResponse]
|
579
|
+
end
|
580
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#forget_smart_home_appliances-instance_method
|
581
|
+
def forget_smart_home_appliances: (
|
582
|
+
room_arn: ::String
|
583
|
+
) -> _ForgetSmartHomeAppliancesResponseSuccess
|
584
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ForgetSmartHomeAppliancesResponseSuccess
|
585
|
+
|
586
|
+
interface _GetAddressBookResponseSuccess
|
587
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetAddressBookResponse]
|
588
|
+
def address_book: () -> Types::AddressBook
|
589
|
+
end
|
590
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#get_address_book-instance_method
|
591
|
+
def get_address_book: (
|
592
|
+
address_book_arn: ::String
|
593
|
+
) -> _GetAddressBookResponseSuccess
|
594
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetAddressBookResponseSuccess
|
595
|
+
|
596
|
+
interface _GetConferencePreferenceResponseSuccess
|
597
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetConferencePreferenceResponse]
|
598
|
+
def preference: () -> Types::ConferencePreference
|
599
|
+
end
|
600
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#get_conference_preference-instance_method
|
601
|
+
def get_conference_preference: (
|
602
|
+
) -> _GetConferencePreferenceResponseSuccess
|
603
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetConferencePreferenceResponseSuccess
|
604
|
+
|
605
|
+
interface _GetConferenceProviderResponseSuccess
|
606
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetConferenceProviderResponse]
|
607
|
+
def conference_provider: () -> Types::ConferenceProvider
|
608
|
+
end
|
609
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#get_conference_provider-instance_method
|
610
|
+
def get_conference_provider: (
|
611
|
+
conference_provider_arn: ::String
|
612
|
+
) -> _GetConferenceProviderResponseSuccess
|
613
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetConferenceProviderResponseSuccess
|
614
|
+
|
615
|
+
interface _GetContactResponseSuccess
|
616
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetContactResponse]
|
617
|
+
def contact: () -> Types::Contact
|
618
|
+
end
|
619
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#get_contact-instance_method
|
620
|
+
def get_contact: (
|
621
|
+
contact_arn: ::String
|
622
|
+
) -> _GetContactResponseSuccess
|
623
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetContactResponseSuccess
|
624
|
+
|
625
|
+
interface _GetDeviceResponseSuccess
|
626
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetDeviceResponse]
|
627
|
+
def device: () -> Types::Device
|
628
|
+
end
|
629
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#get_device-instance_method
|
630
|
+
def get_device: (
|
631
|
+
?device_arn: ::String
|
632
|
+
) -> _GetDeviceResponseSuccess
|
633
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetDeviceResponseSuccess
|
634
|
+
|
635
|
+
interface _GetGatewayResponseSuccess
|
636
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetGatewayResponse]
|
637
|
+
def gateway: () -> Types::Gateway
|
638
|
+
end
|
639
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#get_gateway-instance_method
|
640
|
+
def get_gateway: (
|
641
|
+
gateway_arn: ::String
|
642
|
+
) -> _GetGatewayResponseSuccess
|
643
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetGatewayResponseSuccess
|
644
|
+
|
645
|
+
interface _GetGatewayGroupResponseSuccess
|
646
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetGatewayGroupResponse]
|
647
|
+
def gateway_group: () -> Types::GatewayGroup
|
648
|
+
end
|
649
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#get_gateway_group-instance_method
|
650
|
+
def get_gateway_group: (
|
651
|
+
gateway_group_arn: ::String
|
652
|
+
) -> _GetGatewayGroupResponseSuccess
|
653
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetGatewayGroupResponseSuccess
|
654
|
+
|
655
|
+
interface _GetInvitationConfigurationResponseSuccess
|
656
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetInvitationConfigurationResponse]
|
657
|
+
def organization_name: () -> ::String
|
658
|
+
def contact_email: () -> ::String
|
659
|
+
def private_skill_ids: () -> ::Array[::String]
|
660
|
+
end
|
661
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#get_invitation_configuration-instance_method
|
662
|
+
def get_invitation_configuration: (
|
663
|
+
) -> _GetInvitationConfigurationResponseSuccess
|
664
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetInvitationConfigurationResponseSuccess
|
665
|
+
|
666
|
+
interface _GetNetworkProfileResponseSuccess
|
667
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetNetworkProfileResponse]
|
668
|
+
def network_profile: () -> Types::NetworkProfile
|
669
|
+
end
|
670
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#get_network_profile-instance_method
|
671
|
+
def get_network_profile: (
|
672
|
+
network_profile_arn: ::String
|
673
|
+
) -> _GetNetworkProfileResponseSuccess
|
674
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetNetworkProfileResponseSuccess
|
675
|
+
|
676
|
+
interface _GetProfileResponseSuccess
|
677
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetProfileResponse]
|
678
|
+
def profile: () -> Types::Profile
|
679
|
+
end
|
680
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#get_profile-instance_method
|
681
|
+
def get_profile: (
|
682
|
+
?profile_arn: ::String
|
683
|
+
) -> _GetProfileResponseSuccess
|
684
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetProfileResponseSuccess
|
685
|
+
|
686
|
+
interface _GetRoomResponseSuccess
|
687
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetRoomResponse]
|
688
|
+
def room: () -> Types::Room
|
689
|
+
end
|
690
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#get_room-instance_method
|
691
|
+
def get_room: (
|
692
|
+
?room_arn: ::String
|
693
|
+
) -> _GetRoomResponseSuccess
|
694
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetRoomResponseSuccess
|
695
|
+
|
696
|
+
interface _GetRoomSkillParameterResponseSuccess
|
697
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetRoomSkillParameterResponse]
|
698
|
+
def room_skill_parameter: () -> Types::RoomSkillParameter
|
699
|
+
end
|
700
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#get_room_skill_parameter-instance_method
|
701
|
+
def get_room_skill_parameter: (
|
702
|
+
?room_arn: ::String,
|
703
|
+
skill_id: ::String,
|
704
|
+
parameter_key: ::String
|
705
|
+
) -> _GetRoomSkillParameterResponseSuccess
|
706
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetRoomSkillParameterResponseSuccess
|
707
|
+
|
708
|
+
interface _GetSkillGroupResponseSuccess
|
709
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetSkillGroupResponse]
|
710
|
+
def skill_group: () -> Types::SkillGroup
|
711
|
+
end
|
712
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#get_skill_group-instance_method
|
713
|
+
def get_skill_group: (
|
714
|
+
?skill_group_arn: ::String
|
715
|
+
) -> _GetSkillGroupResponseSuccess
|
716
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetSkillGroupResponseSuccess
|
717
|
+
|
718
|
+
interface _ListBusinessReportSchedulesResponseSuccess
|
719
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListBusinessReportSchedulesResponse]
|
720
|
+
def business_report_schedules: () -> ::Array[Types::BusinessReportSchedule]
|
721
|
+
def next_token: () -> ::String
|
722
|
+
end
|
723
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#list_business_report_schedules-instance_method
|
724
|
+
def list_business_report_schedules: (
|
725
|
+
?next_token: ::String,
|
726
|
+
?max_results: ::Integer
|
727
|
+
) -> _ListBusinessReportSchedulesResponseSuccess
|
728
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListBusinessReportSchedulesResponseSuccess
|
729
|
+
|
730
|
+
interface _ListConferenceProvidersResponseSuccess
|
731
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListConferenceProvidersResponse]
|
732
|
+
def conference_providers: () -> ::Array[Types::ConferenceProvider]
|
733
|
+
def next_token: () -> ::String
|
734
|
+
end
|
735
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#list_conference_providers-instance_method
|
736
|
+
def list_conference_providers: (
|
737
|
+
?next_token: ::String,
|
738
|
+
?max_results: ::Integer
|
739
|
+
) -> _ListConferenceProvidersResponseSuccess
|
740
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListConferenceProvidersResponseSuccess
|
741
|
+
|
742
|
+
interface _ListDeviceEventsResponseSuccess
|
743
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListDeviceEventsResponse]
|
744
|
+
def device_events: () -> ::Array[Types::DeviceEvent]
|
745
|
+
def next_token: () -> ::String
|
746
|
+
end
|
747
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#list_device_events-instance_method
|
748
|
+
def list_device_events: (
|
749
|
+
device_arn: ::String,
|
750
|
+
?event_type: ("CONNECTION_STATUS" | "DEVICE_STATUS"),
|
751
|
+
?next_token: ::String,
|
752
|
+
?max_results: ::Integer
|
753
|
+
) -> _ListDeviceEventsResponseSuccess
|
754
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListDeviceEventsResponseSuccess
|
755
|
+
|
756
|
+
interface _ListGatewayGroupsResponseSuccess
|
757
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListGatewayGroupsResponse]
|
758
|
+
def gateway_groups: () -> ::Array[Types::GatewayGroupSummary]
|
759
|
+
def next_token: () -> ::String
|
760
|
+
end
|
761
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#list_gateway_groups-instance_method
|
762
|
+
def list_gateway_groups: (
|
763
|
+
?next_token: ::String,
|
764
|
+
?max_results: ::Integer
|
765
|
+
) -> _ListGatewayGroupsResponseSuccess
|
766
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListGatewayGroupsResponseSuccess
|
767
|
+
|
768
|
+
interface _ListGatewaysResponseSuccess
|
769
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListGatewaysResponse]
|
770
|
+
def gateways: () -> ::Array[Types::GatewaySummary]
|
771
|
+
def next_token: () -> ::String
|
772
|
+
end
|
773
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#list_gateways-instance_method
|
774
|
+
def list_gateways: (
|
775
|
+
?gateway_group_arn: ::String,
|
776
|
+
?next_token: ::String,
|
777
|
+
?max_results: ::Integer
|
778
|
+
) -> _ListGatewaysResponseSuccess
|
779
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListGatewaysResponseSuccess
|
780
|
+
|
781
|
+
interface _ListSkillsResponseSuccess
|
782
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListSkillsResponse]
|
783
|
+
def skill_summaries: () -> ::Array[Types::SkillSummary]
|
784
|
+
def next_token: () -> ::String
|
785
|
+
end
|
786
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#list_skills-instance_method
|
787
|
+
def list_skills: (
|
788
|
+
?skill_group_arn: ::String,
|
789
|
+
?enablement_type: ("ENABLED" | "PENDING"),
|
790
|
+
?skill_type: ("PUBLIC" | "PRIVATE" | "ALL"),
|
791
|
+
?next_token: ::String,
|
792
|
+
?max_results: ::Integer
|
793
|
+
) -> _ListSkillsResponseSuccess
|
794
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListSkillsResponseSuccess
|
795
|
+
|
796
|
+
interface _ListSkillsStoreCategoriesResponseSuccess
|
797
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListSkillsStoreCategoriesResponse]
|
798
|
+
def category_list: () -> ::Array[Types::Category]
|
799
|
+
def next_token: () -> ::String
|
800
|
+
end
|
801
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#list_skills_store_categories-instance_method
|
802
|
+
def list_skills_store_categories: (
|
803
|
+
?next_token: ::String,
|
804
|
+
?max_results: ::Integer
|
805
|
+
) -> _ListSkillsStoreCategoriesResponseSuccess
|
806
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListSkillsStoreCategoriesResponseSuccess
|
807
|
+
|
808
|
+
interface _ListSkillsStoreSkillsByCategoryResponseSuccess
|
809
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListSkillsStoreSkillsByCategoryResponse]
|
810
|
+
def skills_store_skills: () -> ::Array[Types::SkillsStoreSkill]
|
811
|
+
def next_token: () -> ::String
|
812
|
+
end
|
813
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#list_skills_store_skills_by_category-instance_method
|
814
|
+
def list_skills_store_skills_by_category: (
|
815
|
+
category_id: ::Integer,
|
816
|
+
?next_token: ::String,
|
817
|
+
?max_results: ::Integer
|
818
|
+
) -> _ListSkillsStoreSkillsByCategoryResponseSuccess
|
819
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListSkillsStoreSkillsByCategoryResponseSuccess
|
820
|
+
|
821
|
+
interface _ListSmartHomeAppliancesResponseSuccess
|
822
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListSmartHomeAppliancesResponse]
|
823
|
+
def smart_home_appliances: () -> ::Array[Types::SmartHomeAppliance]
|
824
|
+
def next_token: () -> ::String
|
825
|
+
end
|
826
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#list_smart_home_appliances-instance_method
|
827
|
+
def list_smart_home_appliances: (
|
828
|
+
room_arn: ::String,
|
829
|
+
?max_results: ::Integer,
|
830
|
+
?next_token: ::String
|
831
|
+
) -> _ListSmartHomeAppliancesResponseSuccess
|
832
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListSmartHomeAppliancesResponseSuccess
|
833
|
+
|
834
|
+
interface _ListTagsResponseSuccess
|
835
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListTagsResponse]
|
836
|
+
def tags: () -> ::Array[Types::Tag]
|
837
|
+
def next_token: () -> ::String
|
838
|
+
end
|
839
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#list_tags-instance_method
|
840
|
+
def list_tags: (
|
841
|
+
arn: ::String,
|
842
|
+
?next_token: ::String,
|
843
|
+
?max_results: ::Integer
|
844
|
+
) -> _ListTagsResponseSuccess
|
845
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsResponseSuccess
|
846
|
+
|
847
|
+
interface _PutConferencePreferenceResponseSuccess
|
848
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::PutConferencePreferenceResponse]
|
849
|
+
end
|
850
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#put_conference_preference-instance_method
|
851
|
+
def put_conference_preference: (
|
852
|
+
conference_preference: {
|
853
|
+
default_conference_provider_arn: ::String?
|
854
|
+
}
|
855
|
+
) -> _PutConferencePreferenceResponseSuccess
|
856
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutConferencePreferenceResponseSuccess
|
857
|
+
|
858
|
+
interface _PutInvitationConfigurationResponseSuccess
|
859
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::PutInvitationConfigurationResponse]
|
860
|
+
end
|
861
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#put_invitation_configuration-instance_method
|
862
|
+
def put_invitation_configuration: (
|
863
|
+
organization_name: ::String,
|
864
|
+
?contact_email: ::String,
|
865
|
+
?private_skill_ids: Array[::String]
|
866
|
+
) -> _PutInvitationConfigurationResponseSuccess
|
867
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutInvitationConfigurationResponseSuccess
|
868
|
+
|
869
|
+
interface _PutRoomSkillParameterResponseSuccess
|
870
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::PutRoomSkillParameterResponse]
|
871
|
+
end
|
872
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#put_room_skill_parameter-instance_method
|
873
|
+
def put_room_skill_parameter: (
|
874
|
+
?room_arn: ::String,
|
875
|
+
skill_id: ::String,
|
876
|
+
room_skill_parameter: {
|
877
|
+
parameter_key: ::String,
|
878
|
+
parameter_value: ::String
|
879
|
+
}
|
880
|
+
) -> _PutRoomSkillParameterResponseSuccess
|
881
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutRoomSkillParameterResponseSuccess
|
882
|
+
|
883
|
+
interface _PutSkillAuthorizationResponseSuccess
|
884
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::PutSkillAuthorizationResponse]
|
885
|
+
end
|
886
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#put_skill_authorization-instance_method
|
887
|
+
def put_skill_authorization: (
|
888
|
+
authorization_result: Hash[::String, ::String],
|
889
|
+
skill_id: ::String,
|
890
|
+
?room_arn: ::String
|
891
|
+
) -> _PutSkillAuthorizationResponseSuccess
|
892
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutSkillAuthorizationResponseSuccess
|
893
|
+
|
894
|
+
interface _RegisterAVSDeviceResponseSuccess
|
895
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::RegisterAVSDeviceResponse]
|
896
|
+
def device_arn: () -> ::String
|
897
|
+
end
|
898
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#register_avs_device-instance_method
|
899
|
+
def register_avs_device: (
|
900
|
+
client_id: ::String,
|
901
|
+
user_code: ::String,
|
902
|
+
product_id: ::String,
|
903
|
+
?device_serial_number: ::String,
|
904
|
+
amazon_id: ::String,
|
905
|
+
?room_arn: ::String,
|
906
|
+
?tags: Array[
|
907
|
+
{
|
908
|
+
key: ::String,
|
909
|
+
value: ::String
|
910
|
+
},
|
911
|
+
]
|
912
|
+
) -> _RegisterAVSDeviceResponseSuccess
|
913
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RegisterAVSDeviceResponseSuccess
|
914
|
+
|
915
|
+
interface _RejectSkillResponseSuccess
|
916
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::RejectSkillResponse]
|
917
|
+
end
|
918
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#reject_skill-instance_method
|
919
|
+
def reject_skill: (
|
920
|
+
skill_id: ::String
|
921
|
+
) -> _RejectSkillResponseSuccess
|
922
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RejectSkillResponseSuccess
|
923
|
+
|
924
|
+
interface _ResolveRoomResponseSuccess
|
925
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ResolveRoomResponse]
|
926
|
+
def room_arn: () -> ::String
|
927
|
+
def room_name: () -> ::String
|
928
|
+
def room_skill_parameters: () -> ::Array[Types::RoomSkillParameter]
|
929
|
+
end
|
930
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#resolve_room-instance_method
|
931
|
+
def resolve_room: (
|
932
|
+
user_id: ::String,
|
933
|
+
skill_id: ::String
|
934
|
+
) -> _ResolveRoomResponseSuccess
|
935
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ResolveRoomResponseSuccess
|
936
|
+
|
937
|
+
interface _RevokeInvitationResponseSuccess
|
938
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::RevokeInvitationResponse]
|
939
|
+
end
|
940
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#revoke_invitation-instance_method
|
941
|
+
def revoke_invitation: (
|
942
|
+
?user_arn: ::String,
|
943
|
+
?enrollment_id: ::String
|
944
|
+
) -> _RevokeInvitationResponseSuccess
|
945
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RevokeInvitationResponseSuccess
|
946
|
+
|
947
|
+
interface _SearchAddressBooksResponseSuccess
|
948
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::SearchAddressBooksResponse]
|
949
|
+
def address_books: () -> ::Array[Types::AddressBookData]
|
950
|
+
def next_token: () -> ::String
|
951
|
+
def total_count: () -> ::Integer
|
952
|
+
end
|
953
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#search_address_books-instance_method
|
954
|
+
def search_address_books: (
|
955
|
+
?filters: Array[
|
956
|
+
{
|
957
|
+
key: ::String,
|
958
|
+
values: Array[::String]
|
959
|
+
},
|
960
|
+
],
|
961
|
+
?sort_criteria: Array[
|
962
|
+
{
|
963
|
+
key: ::String,
|
964
|
+
value: ("ASC" | "DESC")
|
965
|
+
},
|
966
|
+
],
|
967
|
+
?next_token: ::String,
|
968
|
+
?max_results: ::Integer
|
969
|
+
) -> _SearchAddressBooksResponseSuccess
|
970
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SearchAddressBooksResponseSuccess
|
971
|
+
|
972
|
+
interface _SearchContactsResponseSuccess
|
973
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::SearchContactsResponse]
|
974
|
+
def contacts: () -> ::Array[Types::ContactData]
|
975
|
+
def next_token: () -> ::String
|
976
|
+
def total_count: () -> ::Integer
|
977
|
+
end
|
978
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#search_contacts-instance_method
|
979
|
+
def search_contacts: (
|
980
|
+
?filters: Array[
|
981
|
+
{
|
982
|
+
key: ::String,
|
983
|
+
values: Array[::String]
|
984
|
+
},
|
985
|
+
],
|
986
|
+
?sort_criteria: Array[
|
987
|
+
{
|
988
|
+
key: ::String,
|
989
|
+
value: ("ASC" | "DESC")
|
990
|
+
},
|
991
|
+
],
|
992
|
+
?next_token: ::String,
|
993
|
+
?max_results: ::Integer
|
994
|
+
) -> _SearchContactsResponseSuccess
|
995
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SearchContactsResponseSuccess
|
996
|
+
|
997
|
+
interface _SearchDevicesResponseSuccess
|
998
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::SearchDevicesResponse]
|
999
|
+
def devices: () -> ::Array[Types::DeviceData]
|
1000
|
+
def next_token: () -> ::String
|
1001
|
+
def total_count: () -> ::Integer
|
1002
|
+
end
|
1003
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#search_devices-instance_method
|
1004
|
+
def search_devices: (
|
1005
|
+
?next_token: ::String,
|
1006
|
+
?max_results: ::Integer,
|
1007
|
+
?filters: Array[
|
1008
|
+
{
|
1009
|
+
key: ::String,
|
1010
|
+
values: Array[::String]
|
1011
|
+
},
|
1012
|
+
],
|
1013
|
+
?sort_criteria: Array[
|
1014
|
+
{
|
1015
|
+
key: ::String,
|
1016
|
+
value: ("ASC" | "DESC")
|
1017
|
+
},
|
1018
|
+
]
|
1019
|
+
) -> _SearchDevicesResponseSuccess
|
1020
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SearchDevicesResponseSuccess
|
1021
|
+
|
1022
|
+
interface _SearchNetworkProfilesResponseSuccess
|
1023
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::SearchNetworkProfilesResponse]
|
1024
|
+
def network_profiles: () -> ::Array[Types::NetworkProfileData]
|
1025
|
+
def next_token: () -> ::String
|
1026
|
+
def total_count: () -> ::Integer
|
1027
|
+
end
|
1028
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#search_network_profiles-instance_method
|
1029
|
+
def search_network_profiles: (
|
1030
|
+
?next_token: ::String,
|
1031
|
+
?max_results: ::Integer,
|
1032
|
+
?filters: Array[
|
1033
|
+
{
|
1034
|
+
key: ::String,
|
1035
|
+
values: Array[::String]
|
1036
|
+
},
|
1037
|
+
],
|
1038
|
+
?sort_criteria: Array[
|
1039
|
+
{
|
1040
|
+
key: ::String,
|
1041
|
+
value: ("ASC" | "DESC")
|
1042
|
+
},
|
1043
|
+
]
|
1044
|
+
) -> _SearchNetworkProfilesResponseSuccess
|
1045
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SearchNetworkProfilesResponseSuccess
|
1046
|
+
|
1047
|
+
interface _SearchProfilesResponseSuccess
|
1048
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::SearchProfilesResponse]
|
1049
|
+
def profiles: () -> ::Array[Types::ProfileData]
|
1050
|
+
def next_token: () -> ::String
|
1051
|
+
def total_count: () -> ::Integer
|
1052
|
+
end
|
1053
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#search_profiles-instance_method
|
1054
|
+
def search_profiles: (
|
1055
|
+
?next_token: ::String,
|
1056
|
+
?max_results: ::Integer,
|
1057
|
+
?filters: Array[
|
1058
|
+
{
|
1059
|
+
key: ::String,
|
1060
|
+
values: Array[::String]
|
1061
|
+
},
|
1062
|
+
],
|
1063
|
+
?sort_criteria: Array[
|
1064
|
+
{
|
1065
|
+
key: ::String,
|
1066
|
+
value: ("ASC" | "DESC")
|
1067
|
+
},
|
1068
|
+
]
|
1069
|
+
) -> _SearchProfilesResponseSuccess
|
1070
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SearchProfilesResponseSuccess
|
1071
|
+
|
1072
|
+
interface _SearchRoomsResponseSuccess
|
1073
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::SearchRoomsResponse]
|
1074
|
+
def rooms: () -> ::Array[Types::RoomData]
|
1075
|
+
def next_token: () -> ::String
|
1076
|
+
def total_count: () -> ::Integer
|
1077
|
+
end
|
1078
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#search_rooms-instance_method
|
1079
|
+
def search_rooms: (
|
1080
|
+
?next_token: ::String,
|
1081
|
+
?max_results: ::Integer,
|
1082
|
+
?filters: Array[
|
1083
|
+
{
|
1084
|
+
key: ::String,
|
1085
|
+
values: Array[::String]
|
1086
|
+
},
|
1087
|
+
],
|
1088
|
+
?sort_criteria: Array[
|
1089
|
+
{
|
1090
|
+
key: ::String,
|
1091
|
+
value: ("ASC" | "DESC")
|
1092
|
+
},
|
1093
|
+
]
|
1094
|
+
) -> _SearchRoomsResponseSuccess
|
1095
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SearchRoomsResponseSuccess
|
1096
|
+
|
1097
|
+
interface _SearchSkillGroupsResponseSuccess
|
1098
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::SearchSkillGroupsResponse]
|
1099
|
+
def skill_groups: () -> ::Array[Types::SkillGroupData]
|
1100
|
+
def next_token: () -> ::String
|
1101
|
+
def total_count: () -> ::Integer
|
1102
|
+
end
|
1103
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#search_skill_groups-instance_method
|
1104
|
+
def search_skill_groups: (
|
1105
|
+
?next_token: ::String,
|
1106
|
+
?max_results: ::Integer,
|
1107
|
+
?filters: Array[
|
1108
|
+
{
|
1109
|
+
key: ::String,
|
1110
|
+
values: Array[::String]
|
1111
|
+
},
|
1112
|
+
],
|
1113
|
+
?sort_criteria: Array[
|
1114
|
+
{
|
1115
|
+
key: ::String,
|
1116
|
+
value: ("ASC" | "DESC")
|
1117
|
+
},
|
1118
|
+
]
|
1119
|
+
) -> _SearchSkillGroupsResponseSuccess
|
1120
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SearchSkillGroupsResponseSuccess
|
1121
|
+
|
1122
|
+
interface _SearchUsersResponseSuccess
|
1123
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::SearchUsersResponse]
|
1124
|
+
def users: () -> ::Array[Types::UserData]
|
1125
|
+
def next_token: () -> ::String
|
1126
|
+
def total_count: () -> ::Integer
|
1127
|
+
end
|
1128
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#search_users-instance_method
|
1129
|
+
def search_users: (
|
1130
|
+
?next_token: ::String,
|
1131
|
+
?max_results: ::Integer,
|
1132
|
+
?filters: Array[
|
1133
|
+
{
|
1134
|
+
key: ::String,
|
1135
|
+
values: Array[::String]
|
1136
|
+
},
|
1137
|
+
],
|
1138
|
+
?sort_criteria: Array[
|
1139
|
+
{
|
1140
|
+
key: ::String,
|
1141
|
+
value: ("ASC" | "DESC")
|
1142
|
+
},
|
1143
|
+
]
|
1144
|
+
) -> _SearchUsersResponseSuccess
|
1145
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SearchUsersResponseSuccess
|
1146
|
+
|
1147
|
+
interface _SendAnnouncementResponseSuccess
|
1148
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::SendAnnouncementResponse]
|
1149
|
+
def announcement_arn: () -> ::String
|
1150
|
+
end
|
1151
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#send_announcement-instance_method
|
1152
|
+
def send_announcement: (
|
1153
|
+
room_filters: Array[
|
1154
|
+
{
|
1155
|
+
key: ::String,
|
1156
|
+
values: Array[::String]
|
1157
|
+
},
|
1158
|
+
],
|
1159
|
+
content: {
|
1160
|
+
text_list: Array[
|
1161
|
+
{
|
1162
|
+
locale: ("en-US"),
|
1163
|
+
value: ::String
|
1164
|
+
},
|
1165
|
+
]?,
|
1166
|
+
ssml_list: Array[
|
1167
|
+
{
|
1168
|
+
locale: ("en-US"),
|
1169
|
+
value: ::String
|
1170
|
+
},
|
1171
|
+
]?,
|
1172
|
+
audio_list: Array[
|
1173
|
+
{
|
1174
|
+
locale: ("en-US"),
|
1175
|
+
location: ::String
|
1176
|
+
},
|
1177
|
+
]?
|
1178
|
+
},
|
1179
|
+
?time_to_live_in_seconds: ::Integer,
|
1180
|
+
client_request_token: ::String
|
1181
|
+
) -> _SendAnnouncementResponseSuccess
|
1182
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SendAnnouncementResponseSuccess
|
1183
|
+
|
1184
|
+
interface _SendInvitationResponseSuccess
|
1185
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::SendInvitationResponse]
|
1186
|
+
end
|
1187
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#send_invitation-instance_method
|
1188
|
+
def send_invitation: (
|
1189
|
+
?user_arn: ::String
|
1190
|
+
) -> _SendInvitationResponseSuccess
|
1191
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SendInvitationResponseSuccess
|
1192
|
+
|
1193
|
+
interface _StartDeviceSyncResponseSuccess
|
1194
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::StartDeviceSyncResponse]
|
1195
|
+
end
|
1196
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#start_device_sync-instance_method
|
1197
|
+
def start_device_sync: (
|
1198
|
+
?room_arn: ::String,
|
1199
|
+
?device_arn: ::String,
|
1200
|
+
features: Array[("BLUETOOTH" | "VOLUME" | "NOTIFICATIONS" | "LISTS" | "SKILLS" | "NETWORK_PROFILE" | "SETTINGS" | "ALL")]
|
1201
|
+
) -> _StartDeviceSyncResponseSuccess
|
1202
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartDeviceSyncResponseSuccess
|
1203
|
+
|
1204
|
+
interface _StartSmartHomeApplianceDiscoveryResponseSuccess
|
1205
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::StartSmartHomeApplianceDiscoveryResponse]
|
1206
|
+
end
|
1207
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#start_smart_home_appliance_discovery-instance_method
|
1208
|
+
def start_smart_home_appliance_discovery: (
|
1209
|
+
room_arn: ::String
|
1210
|
+
) -> _StartSmartHomeApplianceDiscoveryResponseSuccess
|
1211
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartSmartHomeApplianceDiscoveryResponseSuccess
|
1212
|
+
|
1213
|
+
interface _TagResourceResponseSuccess
|
1214
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::TagResourceResponse]
|
1215
|
+
end
|
1216
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#tag_resource-instance_method
|
1217
|
+
def tag_resource: (
|
1218
|
+
arn: ::String,
|
1219
|
+
tags: Array[
|
1220
|
+
{
|
1221
|
+
key: ::String,
|
1222
|
+
value: ::String
|
1223
|
+
},
|
1224
|
+
]
|
1225
|
+
) -> _TagResourceResponseSuccess
|
1226
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
|
1227
|
+
|
1228
|
+
interface _UntagResourceResponseSuccess
|
1229
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UntagResourceResponse]
|
1230
|
+
end
|
1231
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#untag_resource-instance_method
|
1232
|
+
def untag_resource: (
|
1233
|
+
arn: ::String,
|
1234
|
+
tag_keys: Array[::String]
|
1235
|
+
) -> _UntagResourceResponseSuccess
|
1236
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UntagResourceResponseSuccess
|
1237
|
+
|
1238
|
+
interface _UpdateAddressBookResponseSuccess
|
1239
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateAddressBookResponse]
|
1240
|
+
end
|
1241
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#update_address_book-instance_method
|
1242
|
+
def update_address_book: (
|
1243
|
+
address_book_arn: ::String,
|
1244
|
+
?name: ::String,
|
1245
|
+
?description: ::String
|
1246
|
+
) -> _UpdateAddressBookResponseSuccess
|
1247
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateAddressBookResponseSuccess
|
1248
|
+
|
1249
|
+
interface _UpdateBusinessReportScheduleResponseSuccess
|
1250
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateBusinessReportScheduleResponse]
|
1251
|
+
end
|
1252
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#update_business_report_schedule-instance_method
|
1253
|
+
def update_business_report_schedule: (
|
1254
|
+
schedule_arn: ::String,
|
1255
|
+
?s3_bucket_name: ::String,
|
1256
|
+
?s3_key_prefix: ::String,
|
1257
|
+
?format: ("CSV" | "CSV_ZIP"),
|
1258
|
+
?schedule_name: ::String,
|
1259
|
+
?recurrence: {
|
1260
|
+
start_date: ::String?
|
1261
|
+
}
|
1262
|
+
) -> _UpdateBusinessReportScheduleResponseSuccess
|
1263
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateBusinessReportScheduleResponseSuccess
|
1264
|
+
|
1265
|
+
interface _UpdateConferenceProviderResponseSuccess
|
1266
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateConferenceProviderResponse]
|
1267
|
+
end
|
1268
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#update_conference_provider-instance_method
|
1269
|
+
def update_conference_provider: (
|
1270
|
+
conference_provider_arn: ::String,
|
1271
|
+
conference_provider_type: ("CHIME" | "BLUEJEANS" | "FUZE" | "GOOGLE_HANGOUTS" | "POLYCOM" | "RINGCENTRAL" | "SKYPE_FOR_BUSINESS" | "WEBEX" | "ZOOM" | "CUSTOM"),
|
1272
|
+
?ip_dial_in: {
|
1273
|
+
endpoint: ::String,
|
1274
|
+
comms_protocol: ("SIP" | "SIPS" | "H323")
|
1275
|
+
},
|
1276
|
+
?pstn_dial_in: {
|
1277
|
+
country_code: ::String,
|
1278
|
+
phone_number: ::String,
|
1279
|
+
one_click_id_delay: ::String,
|
1280
|
+
one_click_pin_delay: ::String
|
1281
|
+
},
|
1282
|
+
meeting_setting: {
|
1283
|
+
require_pin: ("YES" | "NO" | "OPTIONAL")
|
1284
|
+
}
|
1285
|
+
) -> _UpdateConferenceProviderResponseSuccess
|
1286
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateConferenceProviderResponseSuccess
|
1287
|
+
|
1288
|
+
interface _UpdateContactResponseSuccess
|
1289
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateContactResponse]
|
1290
|
+
end
|
1291
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#update_contact-instance_method
|
1292
|
+
def update_contact: (
|
1293
|
+
contact_arn: ::String,
|
1294
|
+
?display_name: ::String,
|
1295
|
+
?first_name: ::String,
|
1296
|
+
?last_name: ::String,
|
1297
|
+
?phone_number: ::String,
|
1298
|
+
?phone_numbers: Array[
|
1299
|
+
{
|
1300
|
+
number: ::String,
|
1301
|
+
type: ("MOBILE" | "WORK" | "HOME")
|
1302
|
+
},
|
1303
|
+
],
|
1304
|
+
?sip_addresses: Array[
|
1305
|
+
{
|
1306
|
+
uri: ::String,
|
1307
|
+
type: ("WORK")
|
1308
|
+
},
|
1309
|
+
]
|
1310
|
+
) -> _UpdateContactResponseSuccess
|
1311
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateContactResponseSuccess
|
1312
|
+
|
1313
|
+
interface _UpdateDeviceResponseSuccess
|
1314
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateDeviceResponse]
|
1315
|
+
end
|
1316
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#update_device-instance_method
|
1317
|
+
def update_device: (
|
1318
|
+
?device_arn: ::String,
|
1319
|
+
?device_name: ::String
|
1320
|
+
) -> _UpdateDeviceResponseSuccess
|
1321
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateDeviceResponseSuccess
|
1322
|
+
|
1323
|
+
interface _UpdateGatewayResponseSuccess
|
1324
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateGatewayResponse]
|
1325
|
+
end
|
1326
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#update_gateway-instance_method
|
1327
|
+
def update_gateway: (
|
1328
|
+
gateway_arn: ::String,
|
1329
|
+
?name: ::String,
|
1330
|
+
?description: ::String,
|
1331
|
+
?software_version: ::String
|
1332
|
+
) -> _UpdateGatewayResponseSuccess
|
1333
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateGatewayResponseSuccess
|
1334
|
+
|
1335
|
+
interface _UpdateGatewayGroupResponseSuccess
|
1336
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateGatewayGroupResponse]
|
1337
|
+
end
|
1338
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#update_gateway_group-instance_method
|
1339
|
+
def update_gateway_group: (
|
1340
|
+
gateway_group_arn: ::String,
|
1341
|
+
?name: ::String,
|
1342
|
+
?description: ::String
|
1343
|
+
) -> _UpdateGatewayGroupResponseSuccess
|
1344
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateGatewayGroupResponseSuccess
|
1345
|
+
|
1346
|
+
interface _UpdateNetworkProfileResponseSuccess
|
1347
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateNetworkProfileResponse]
|
1348
|
+
end
|
1349
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#update_network_profile-instance_method
|
1350
|
+
def update_network_profile: (
|
1351
|
+
network_profile_arn: ::String,
|
1352
|
+
?network_profile_name: ::String,
|
1353
|
+
?description: ::String,
|
1354
|
+
?current_password: ::String,
|
1355
|
+
?next_password: ::String,
|
1356
|
+
?certificate_authority_arn: ::String,
|
1357
|
+
?trust_anchors: Array[::String]
|
1358
|
+
) -> _UpdateNetworkProfileResponseSuccess
|
1359
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateNetworkProfileResponseSuccess
|
1360
|
+
|
1361
|
+
interface _UpdateProfileResponseSuccess
|
1362
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateProfileResponse]
|
1363
|
+
end
|
1364
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#update_profile-instance_method
|
1365
|
+
def update_profile: (
|
1366
|
+
?profile_arn: ::String,
|
1367
|
+
?profile_name: ::String,
|
1368
|
+
?is_default: bool,
|
1369
|
+
?timezone: ::String,
|
1370
|
+
?address: ::String,
|
1371
|
+
?distance_unit: ("METRIC" | "IMPERIAL"),
|
1372
|
+
?temperature_unit: ("FAHRENHEIT" | "CELSIUS"),
|
1373
|
+
?wake_word: ("ALEXA" | "AMAZON" | "ECHO" | "COMPUTER"),
|
1374
|
+
?locale: ::String,
|
1375
|
+
?setup_mode_disabled: bool,
|
1376
|
+
?max_volume_limit: ::Integer,
|
1377
|
+
?pstn_enabled: bool,
|
1378
|
+
?data_retention_opt_in: bool,
|
1379
|
+
?meeting_room_configuration: {
|
1380
|
+
room_utilization_metrics_enabled: bool?,
|
1381
|
+
end_of_meeting_reminder: {
|
1382
|
+
reminder_at_minutes: Array[::Integer]?,
|
1383
|
+
reminder_type: ("ANNOUNCEMENT_TIME_CHECK" | "ANNOUNCEMENT_VARIABLE_TIME_LEFT" | "CHIME" | "KNOCK")?,
|
1384
|
+
enabled: bool?
|
1385
|
+
}?,
|
1386
|
+
instant_booking: {
|
1387
|
+
duration_in_minutes: ::Integer?,
|
1388
|
+
enabled: bool?
|
1389
|
+
}?,
|
1390
|
+
require_check_in: {
|
1391
|
+
release_after_minutes: ::Integer?,
|
1392
|
+
enabled: bool?
|
1393
|
+
}?,
|
1394
|
+
proactive_join: {
|
1395
|
+
enabled_by_motion: bool
|
1396
|
+
}?
|
1397
|
+
}
|
1398
|
+
) -> _UpdateProfileResponseSuccess
|
1399
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateProfileResponseSuccess
|
1400
|
+
|
1401
|
+
interface _UpdateRoomResponseSuccess
|
1402
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateRoomResponse]
|
1403
|
+
end
|
1404
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#update_room-instance_method
|
1405
|
+
def update_room: (
|
1406
|
+
?room_arn: ::String,
|
1407
|
+
?room_name: ::String,
|
1408
|
+
?description: ::String,
|
1409
|
+
?provider_calendar_id: ::String,
|
1410
|
+
?profile_arn: ::String
|
1411
|
+
) -> _UpdateRoomResponseSuccess
|
1412
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateRoomResponseSuccess
|
1413
|
+
|
1414
|
+
interface _UpdateSkillGroupResponseSuccess
|
1415
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateSkillGroupResponse]
|
1416
|
+
end
|
1417
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AlexaForBusiness/Client.html#update_skill_group-instance_method
|
1418
|
+
def update_skill_group: (
|
1419
|
+
?skill_group_arn: ::String,
|
1420
|
+
?skill_group_name: ::String,
|
1421
|
+
?description: ::String
|
1422
|
+
) -> _UpdateSkillGroupResponseSuccess
|
1423
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateSkillGroupResponseSuccess
|
1424
|
+
end
|
1425
|
+
end
|
1426
|
+
end
|
1427
|
+
|