aws-sdk-chatbot 1.8.0 → 1.10.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-chatbot/client.rb +233 -133
- data/lib/aws-sdk-chatbot/client_api.rb +73 -42
- data/lib/aws-sdk-chatbot/errors.rb +155 -0
- data/lib/aws-sdk-chatbot/types.rb +620 -260
- data/lib/aws-sdk-chatbot.rb +1 -1
- data/sig/client.rbs +1 -0
- data/sig/errors.rbs +31 -0
- data/sig/resource.rbs +1 -0
- data/sig/types.rbs +102 -40
- metadata +6 -6
@@ -10,24 +10,25 @@
|
|
10
10
|
module Aws::Chatbot
|
11
11
|
module Types
|
12
12
|
|
13
|
-
# Preferences
|
14
|
-
# account.
|
13
|
+
# Preferences related to AWS Chatbot usage in the calling AWS account.
|
15
14
|
#
|
16
15
|
# @!attribute [rw] user_authorization_required
|
17
16
|
# Enables use of a user role requirement in your chat configuration.
|
18
17
|
# @return [Boolean]
|
19
18
|
#
|
20
19
|
# @!attribute [rw] training_data_collection_enabled
|
21
|
-
# Turns on training data collection.
|
22
|
-
#
|
23
|
-
#
|
24
|
-
#
|
25
|
-
#
|
26
|
-
#
|
27
|
-
#
|
28
|
-
#
|
29
|
-
#
|
30
|
-
#
|
20
|
+
# Turns on training data collection.
|
21
|
+
#
|
22
|
+
# This helps improve the AWS Chatbot experience by allowing AWS
|
23
|
+
# Chatbot to store and use your customer information, such as AWS
|
24
|
+
# Chatbot configurations, notifications, user inputs, AWS Chatbot
|
25
|
+
# generated responses, and interaction data. This data helps us to
|
26
|
+
# continuously improve and develop Artificial Intelligence (AI)
|
27
|
+
# technologies. Your data is not shared with any third parties and is
|
28
|
+
# protected using sophisticated controls to prevent unauthorized
|
29
|
+
# access and misuse. AWS Chatbot does not store or use interactions in
|
30
|
+
# chat channels with Amazon Q for training AI technologies for AWS
|
31
|
+
# Chatbot.
|
31
32
|
# @return [Boolean]
|
32
33
|
#
|
33
34
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/AccountPreferences AWS API Documentation
|
@@ -42,25 +43,36 @@ module Aws::Chatbot
|
|
42
43
|
# An AWS Chatbot configuration for Amazon Chime.
|
43
44
|
#
|
44
45
|
# @!attribute [rw] webhook_description
|
45
|
-
#
|
46
|
-
# `RoomName/WebhookName`.
|
47
|
-
#
|
46
|
+
# A description of the webhook. We recommend using the convention
|
47
|
+
# `RoomName/WebhookName`.
|
48
|
+
#
|
49
|
+
# For more information, see [Tutorial: Get started with Amazon
|
50
|
+
# Chime][1] in the <i> AWS Chatbot Administrator Guide</i>.
|
51
|
+
#
|
52
|
+
#
|
53
|
+
#
|
54
|
+
# [1]: https://docs.aws.amazon.com/chatbot/latest/adminguide/chime-setup.html
|
48
55
|
# @return [String]
|
49
56
|
#
|
50
57
|
# @!attribute [rw] chat_configuration_arn
|
51
|
-
# The ARN of the ChimeWebhookConfiguration.
|
58
|
+
# The Amazon Resource Number (ARN) of the ChimeWebhookConfiguration.
|
52
59
|
# @return [String]
|
53
60
|
#
|
54
61
|
# @!attribute [rw] iam_role_arn
|
55
|
-
#
|
56
|
-
#
|
57
|
-
#
|
58
|
-
#
|
62
|
+
# A user-defined role that AWS Chatbot assumes. This is not the
|
63
|
+
# service-linked role.
|
64
|
+
#
|
65
|
+
# For more information, see [IAM policies for AWS Chatbot][1] in the
|
66
|
+
# <i> AWS Chatbot Administrator Guide</i>.
|
67
|
+
#
|
68
|
+
#
|
69
|
+
#
|
70
|
+
# [1]: https://docs.aws.amazon.com/chatbot/latest/adminguide/chatbot-iam-policies.html
|
59
71
|
# @return [String]
|
60
72
|
#
|
61
73
|
# @!attribute [rw] sns_topic_arns
|
62
|
-
# The ARNs of the SNS topics that deliver
|
63
|
-
# Chatbot.
|
74
|
+
# The Amazon Resource Names (ARNs) of the SNS topics that deliver
|
75
|
+
# notifications to AWS Chatbot.
|
64
76
|
# @return [Array<String>]
|
65
77
|
#
|
66
78
|
# @!attribute [rw] configuration_name
|
@@ -68,13 +80,12 @@ module Aws::Chatbot
|
|
68
80
|
# @return [String]
|
69
81
|
#
|
70
82
|
# @!attribute [rw] logging_level
|
71
|
-
#
|
72
|
-
# affects the log entries pushed to Amazon CloudWatch Logs.Logging
|
73
|
-
# levels include ERROR, INFO, or NONE.
|
83
|
+
# Logging levels include `ERROR`, `INFO`, or `NONE`.
|
74
84
|
# @return [String]
|
75
85
|
#
|
76
86
|
# @!attribute [rw] tags
|
77
|
-
# A
|
87
|
+
# A map of tags assigned to a resource. A tag is a string-to-string
|
88
|
+
# map of key-value pairs.
|
78
89
|
# @return [Array<Types::Tag>]
|
79
90
|
#
|
80
91
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/ChimeWebhookConfiguration AWS API Documentation
|
@@ -87,23 +98,28 @@ module Aws::Chatbot
|
|
87
98
|
:configuration_name,
|
88
99
|
:logging_level,
|
89
100
|
:tags)
|
90
|
-
SENSITIVE = []
|
101
|
+
SENSITIVE = [:webhook_description]
|
91
102
|
include Aws::Structure
|
92
103
|
end
|
93
104
|
|
94
|
-
# A Microsoft Teams team that
|
105
|
+
# A Microsoft Teams team that is authorized with AWS Chatbot.
|
95
106
|
#
|
96
107
|
# @!attribute [rw] tenant_id
|
97
108
|
# The ID of the Microsoft Teams tenant.
|
98
109
|
# @return [String]
|
99
110
|
#
|
100
111
|
# @!attribute [rw] team_id
|
101
|
-
# The ID of the Microsoft
|
102
|
-
#
|
103
|
-
#
|
104
|
-
#
|
105
|
-
#
|
106
|
-
#
|
112
|
+
# The ID of the Microsoft Teams authorized with AWS Chatbot.
|
113
|
+
#
|
114
|
+
# To get the team ID, you must perform the initial authorization flow
|
115
|
+
# with Microsoft Teams in the AWS Chatbot console. Then you can copy
|
116
|
+
# and paste the team ID from the console. For more information, see
|
117
|
+
# [Step 1: Configure a Microsoft Teams client][1] in the <i> AWS
|
118
|
+
# Chatbot Administrator Guide</i>.
|
119
|
+
#
|
120
|
+
#
|
121
|
+
#
|
122
|
+
# [1]: https://docs.aws.amazon.com/chatbot/latest/adminguide/teams-setup.html#teams-client-setup
|
107
123
|
# @return [String]
|
108
124
|
#
|
109
125
|
# @!attribute [rw] team_name
|
@@ -122,36 +138,62 @@ module Aws::Chatbot
|
|
122
138
|
|
123
139
|
# There was an issue processing your request.
|
124
140
|
#
|
141
|
+
# @!attribute [rw] message
|
142
|
+
# @return [String]
|
143
|
+
#
|
125
144
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/ConflictException AWS API Documentation
|
126
145
|
#
|
127
|
-
class ConflictException <
|
146
|
+
class ConflictException < Struct.new(
|
147
|
+
:message)
|
148
|
+
SENSITIVE = []
|
149
|
+
include Aws::Structure
|
150
|
+
end
|
128
151
|
|
129
152
|
# We can’t process your request right now because of a server issue. Try
|
130
153
|
# again later.
|
131
154
|
#
|
155
|
+
# @!attribute [rw] message
|
156
|
+
# @return [String]
|
157
|
+
#
|
132
158
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/CreateChimeWebhookConfigurationException AWS API Documentation
|
133
159
|
#
|
134
|
-
class CreateChimeWebhookConfigurationException <
|
160
|
+
class CreateChimeWebhookConfigurationException < Struct.new(
|
161
|
+
:message)
|
162
|
+
SENSITIVE = []
|
163
|
+
include Aws::Structure
|
164
|
+
end
|
135
165
|
|
136
166
|
# @!attribute [rw] webhook_description
|
137
|
-
#
|
138
|
-
# `RoomName/WebhookName`.
|
139
|
-
#
|
167
|
+
# A description of the webhook. We recommend using the convention
|
168
|
+
# `RoomName/WebhookName`.
|
169
|
+
#
|
170
|
+
# For more information, see [Tutorial: Get started with Amazon
|
171
|
+
# Chime][1] in the <i> AWS Chatbot Administrator Guide</i>.
|
172
|
+
#
|
173
|
+
#
|
174
|
+
#
|
175
|
+
# [1]: https://docs.aws.amazon.com/chatbot/latest/adminguide/chime-setup.html
|
140
176
|
# @return [String]
|
141
177
|
#
|
142
178
|
# @!attribute [rw] webhook_url
|
143
|
-
# URL for the Chime webhook.
|
179
|
+
# The URL for the Amazon Chime webhook.
|
144
180
|
# @return [String]
|
145
181
|
#
|
146
182
|
# @!attribute [rw] sns_topic_arns
|
147
|
-
# The ARNs of the SNS topics that deliver
|
148
|
-
# Chatbot.
|
183
|
+
# The Amazon Resource Names (ARNs) of the SNS topics that deliver
|
184
|
+
# notifications to AWS Chatbot.
|
149
185
|
# @return [Array<String>]
|
150
186
|
#
|
151
187
|
# @!attribute [rw] iam_role_arn
|
152
|
-
#
|
153
|
-
#
|
154
|
-
#
|
188
|
+
# A user-defined role that AWS Chatbot assumes. This is not the
|
189
|
+
# service-linked role.
|
190
|
+
#
|
191
|
+
# For more information, see [IAM policies for AWS Chatbot][1] in the
|
192
|
+
# <i> AWS Chatbot Administrator Guide</i>.
|
193
|
+
#
|
194
|
+
#
|
195
|
+
#
|
196
|
+
# [1]: https://docs.aws.amazon.com/chatbot/latest/adminguide/chatbot-iam-policies.html
|
155
197
|
# @return [String]
|
156
198
|
#
|
157
199
|
# @!attribute [rw] configuration_name
|
@@ -159,11 +201,12 @@ module Aws::Chatbot
|
|
159
201
|
# @return [String]
|
160
202
|
#
|
161
203
|
# @!attribute [rw] logging_level
|
162
|
-
# Logging levels include ERROR
|
204
|
+
# Logging levels include `ERROR`, `INFO`, or `NONE`.
|
163
205
|
# @return [String]
|
164
206
|
#
|
165
207
|
# @!attribute [rw] tags
|
166
|
-
# A
|
208
|
+
# A map of tags assigned to a resource. A tag is a string-to-string
|
209
|
+
# map of key-value pairs.
|
167
210
|
# @return [Array<Types::Tag>]
|
168
211
|
#
|
169
212
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/CreateChimeWebhookConfigurationRequest AWS API Documentation
|
@@ -176,12 +219,12 @@ module Aws::Chatbot
|
|
176
219
|
:configuration_name,
|
177
220
|
:logging_level,
|
178
221
|
:tags)
|
179
|
-
SENSITIVE = []
|
222
|
+
SENSITIVE = [:webhook_description, :webhook_url]
|
180
223
|
include Aws::Structure
|
181
224
|
end
|
182
225
|
|
183
226
|
# @!attribute [rw] webhook_configuration
|
184
|
-
# Chime webhook configuration.
|
227
|
+
# An Amazon Chime webhook configuration.
|
185
228
|
# @return [Types::ChimeWebhookConfiguration]
|
186
229
|
#
|
187
230
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/CreateChimeWebhookConfigurationResult AWS API Documentation
|
@@ -195,35 +238,48 @@ module Aws::Chatbot
|
|
195
238
|
# We can’t process your request right now because of a server issue. Try
|
196
239
|
# again later.
|
197
240
|
#
|
241
|
+
# @!attribute [rw] message
|
242
|
+
# @return [String]
|
243
|
+
#
|
198
244
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/CreateSlackChannelConfigurationException AWS API Documentation
|
199
245
|
#
|
200
|
-
class CreateSlackChannelConfigurationException <
|
246
|
+
class CreateSlackChannelConfigurationException < Struct.new(
|
247
|
+
:message)
|
248
|
+
SENSITIVE = []
|
249
|
+
include Aws::Structure
|
250
|
+
end
|
201
251
|
|
202
252
|
# @!attribute [rw] slack_team_id
|
203
253
|
# The ID of the Slack workspace authorized with AWS Chatbot.
|
204
254
|
# @return [String]
|
205
255
|
#
|
206
256
|
# @!attribute [rw] slack_channel_id
|
207
|
-
# The ID of the Slack channel.
|
208
|
-
#
|
209
|
-
#
|
210
|
-
#
|
257
|
+
# The ID of the Slack channel.
|
258
|
+
#
|
259
|
+
# To get this ID, open Slack, right click on the channel name in the
|
260
|
+
# left pane, then choose Copy Link. The channel ID is the 9-character
|
261
|
+
# string at the end of the URL. For example, ABCBBLZZZ.
|
211
262
|
# @return [String]
|
212
263
|
#
|
213
264
|
# @!attribute [rw] slack_channel_name
|
214
|
-
# The name of the Slack
|
265
|
+
# The name of the Slack channel.
|
215
266
|
# @return [String]
|
216
267
|
#
|
217
268
|
# @!attribute [rw] sns_topic_arns
|
218
|
-
# The ARNs of the SNS topics that deliver
|
219
|
-
# Chatbot.
|
269
|
+
# The Amazon Resource Names (ARNs) of the SNS topics that deliver
|
270
|
+
# notifications to AWS Chatbot.
|
220
271
|
# @return [Array<String>]
|
221
272
|
#
|
222
273
|
# @!attribute [rw] iam_role_arn
|
223
|
-
#
|
224
|
-
#
|
225
|
-
#
|
226
|
-
#
|
274
|
+
# A user-defined role that AWS Chatbot assumes. This is not the
|
275
|
+
# service-linked role.
|
276
|
+
#
|
277
|
+
# For more information, see [IAM policies for AWS Chatbot][1] in the
|
278
|
+
# <i> AWS Chatbot Administrator Guide</i>.
|
279
|
+
#
|
280
|
+
#
|
281
|
+
#
|
282
|
+
# [1]: https://docs.aws.amazon.com/chatbot/latest/adminguide/chatbot-iam-policies.html
|
227
283
|
# @return [String]
|
228
284
|
#
|
229
285
|
# @!attribute [rw] configuration_name
|
@@ -231,12 +287,12 @@ module Aws::Chatbot
|
|
231
287
|
# @return [String]
|
232
288
|
#
|
233
289
|
# @!attribute [rw] logging_level
|
234
|
-
# Logging levels include ERROR
|
290
|
+
# Logging levels include `ERROR`, `INFO`, or `NONE`.
|
235
291
|
# @return [String]
|
236
292
|
#
|
237
293
|
# @!attribute [rw] guardrail_policy_arns
|
238
294
|
# The list of IAM policy ARNs that are applied as channel guardrails.
|
239
|
-
# The AWS managed
|
295
|
+
# The AWS managed `AdministratorAccess` policy is applied by default
|
240
296
|
# if this is not set.
|
241
297
|
# @return [Array<String>]
|
242
298
|
#
|
@@ -245,7 +301,8 @@ module Aws::Chatbot
|
|
245
301
|
# @return [Boolean]
|
246
302
|
#
|
247
303
|
# @!attribute [rw] tags
|
248
|
-
# A
|
304
|
+
# A map of tags assigned to a resource. A tag is a string-to-string
|
305
|
+
# map of key-value pairs.
|
249
306
|
# @return [Array<Types::Tag>]
|
250
307
|
#
|
251
308
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/CreateSlackChannelConfigurationRequest AWS API Documentation
|
@@ -261,7 +318,7 @@ module Aws::Chatbot
|
|
261
318
|
:guardrail_policy_arns,
|
262
319
|
:user_authorization_required,
|
263
320
|
:tags)
|
264
|
-
SENSITIVE = []
|
321
|
+
SENSITIVE = [:slack_channel_name]
|
265
322
|
include Aws::Structure
|
266
323
|
end
|
267
324
|
|
@@ -280,9 +337,16 @@ module Aws::Chatbot
|
|
280
337
|
# We can’t process your request right now because of a server issue. Try
|
281
338
|
# again later.
|
282
339
|
#
|
340
|
+
# @!attribute [rw] message
|
341
|
+
# @return [String]
|
342
|
+
#
|
283
343
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/CreateTeamsChannelConfigurationException AWS API Documentation
|
284
344
|
#
|
285
|
-
class CreateTeamsChannelConfigurationException <
|
345
|
+
class CreateTeamsChannelConfigurationException < Struct.new(
|
346
|
+
:message)
|
347
|
+
SENSITIVE = []
|
348
|
+
include Aws::Structure
|
349
|
+
end
|
286
350
|
|
287
351
|
# @!attribute [rw] channel_id
|
288
352
|
# The ID of the Microsoft Teams channel.
|
@@ -293,12 +357,17 @@ module Aws::Chatbot
|
|
293
357
|
# @return [String]
|
294
358
|
#
|
295
359
|
# @!attribute [rw] team_id
|
296
|
-
# The ID of the Microsoft
|
297
|
-
#
|
298
|
-
#
|
299
|
-
#
|
300
|
-
#
|
301
|
-
#
|
360
|
+
# The ID of the Microsoft Teams authorized with AWS Chatbot.
|
361
|
+
#
|
362
|
+
# To get the team ID, you must perform the initial authorization flow
|
363
|
+
# with Microsoft Teams in the AWS Chatbot console. Then you can copy
|
364
|
+
# and paste the team ID from the console. For more information, see
|
365
|
+
# [Step 1: Configure a Microsoft Teams client][1] in the <i> AWS
|
366
|
+
# Chatbot Administrator Guide</i>.
|
367
|
+
#
|
368
|
+
#
|
369
|
+
#
|
370
|
+
# [1]: https://docs.aws.amazon.com/chatbot/latest/adminguide/teams-setup.html#teams-client-setup
|
302
371
|
# @return [String]
|
303
372
|
#
|
304
373
|
# @!attribute [rw] team_name
|
@@ -310,15 +379,20 @@ module Aws::Chatbot
|
|
310
379
|
# @return [String]
|
311
380
|
#
|
312
381
|
# @!attribute [rw] sns_topic_arns
|
313
|
-
# The ARNs of the SNS topics that deliver
|
314
|
-
# Chatbot.
|
382
|
+
# The Amazon Resource Names (ARNs) of the SNS topics that deliver
|
383
|
+
# notifications to AWS Chatbot.
|
315
384
|
# @return [Array<String>]
|
316
385
|
#
|
317
386
|
# @!attribute [rw] iam_role_arn
|
318
|
-
#
|
319
|
-
#
|
320
|
-
#
|
321
|
-
#
|
387
|
+
# A user-defined role that AWS Chatbot assumes. This is not the
|
388
|
+
# service-linked role.
|
389
|
+
#
|
390
|
+
# For more information, see [IAM policies for AWS Chatbot][1] in the
|
391
|
+
# <i> AWS Chatbot Administrator Guide</i>.
|
392
|
+
#
|
393
|
+
#
|
394
|
+
#
|
395
|
+
# [1]: https://docs.aws.amazon.com/chatbot/latest/adminguide/chatbot-iam-policies.html
|
322
396
|
# @return [String]
|
323
397
|
#
|
324
398
|
# @!attribute [rw] configuration_name
|
@@ -326,12 +400,12 @@ module Aws::Chatbot
|
|
326
400
|
# @return [String]
|
327
401
|
#
|
328
402
|
# @!attribute [rw] logging_level
|
329
|
-
# Logging levels include ERROR
|
403
|
+
# Logging levels include `ERROR`, `INFO`, or `NONE`.
|
330
404
|
# @return [String]
|
331
405
|
#
|
332
406
|
# @!attribute [rw] guardrail_policy_arns
|
333
407
|
# The list of IAM policy ARNs that are applied as channel guardrails.
|
334
|
-
# The AWS managed
|
408
|
+
# The AWS managed `AdministratorAccess` policy is applied by default
|
335
409
|
# if this is not set.
|
336
410
|
# @return [Array<String>]
|
337
411
|
#
|
@@ -340,7 +414,8 @@ module Aws::Chatbot
|
|
340
414
|
# @return [Boolean]
|
341
415
|
#
|
342
416
|
# @!attribute [rw] tags
|
343
|
-
# A
|
417
|
+
# A map of tags assigned to a resource. A tag is a string-to-string
|
418
|
+
# map of key-value pairs.
|
344
419
|
# @return [Array<Types::Tag>]
|
345
420
|
#
|
346
421
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/CreateTeamsChannelConfigurationRequest AWS API Documentation
|
@@ -358,7 +433,7 @@ module Aws::Chatbot
|
|
358
433
|
:guardrail_policy_arns,
|
359
434
|
:user_authorization_required,
|
360
435
|
:tags)
|
361
|
-
SENSITIVE = []
|
436
|
+
SENSITIVE = [:channel_name, :team_name]
|
362
437
|
include Aws::Structure
|
363
438
|
end
|
364
439
|
|
@@ -378,12 +453,20 @@ module Aws::Chatbot
|
|
378
453
|
# We can’t process your request right now because of a server issue. Try
|
379
454
|
# again later.
|
380
455
|
#
|
456
|
+
# @!attribute [rw] message
|
457
|
+
# @return [String]
|
458
|
+
#
|
381
459
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/DeleteChimeWebhookConfigurationException AWS API Documentation
|
382
460
|
#
|
383
|
-
class DeleteChimeWebhookConfigurationException <
|
461
|
+
class DeleteChimeWebhookConfigurationException < Struct.new(
|
462
|
+
:message)
|
463
|
+
SENSITIVE = []
|
464
|
+
include Aws::Structure
|
465
|
+
end
|
384
466
|
|
385
467
|
# @!attribute [rw] chat_configuration_arn
|
386
|
-
# The ARN of the ChimeWebhookConfiguration to
|
468
|
+
# The Amazon Resource Name (ARN) of the ChimeWebhookConfiguration to
|
469
|
+
# delete.
|
387
470
|
# @return [String]
|
388
471
|
#
|
389
472
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/DeleteChimeWebhookConfigurationRequest AWS API Documentation
|
@@ -401,9 +484,16 @@ module Aws::Chatbot
|
|
401
484
|
# We can’t process your request right now because of a server issue. Try
|
402
485
|
# again later.
|
403
486
|
#
|
487
|
+
# @!attribute [rw] message
|
488
|
+
# @return [String]
|
489
|
+
#
|
404
490
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/DeleteMicrosoftTeamsUserIdentityException AWS API Documentation
|
405
491
|
#
|
406
|
-
class DeleteMicrosoftTeamsUserIdentityException <
|
492
|
+
class DeleteMicrosoftTeamsUserIdentityException < Struct.new(
|
493
|
+
:message)
|
494
|
+
SENSITIVE = []
|
495
|
+
include Aws::Structure
|
496
|
+
end
|
407
497
|
|
408
498
|
# @!attribute [rw] chat_configuration_arn
|
409
499
|
# The ARN of the MicrosoftTeamsChannelConfiguration associated with
|
@@ -411,7 +501,7 @@ module Aws::Chatbot
|
|
411
501
|
# @return [String]
|
412
502
|
#
|
413
503
|
# @!attribute [rw] user_id
|
414
|
-
#
|
504
|
+
# The Microsoft Teams user ID.
|
415
505
|
# @return [String]
|
416
506
|
#
|
417
507
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/DeleteMicrosoftTeamsUserIdentityRequest AWS API Documentation
|
@@ -430,12 +520,20 @@ module Aws::Chatbot
|
|
430
520
|
# We can’t process your request right now because of a server issue. Try
|
431
521
|
# again later.
|
432
522
|
#
|
523
|
+
# @!attribute [rw] message
|
524
|
+
# @return [String]
|
525
|
+
#
|
433
526
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/DeleteSlackChannelConfigurationException AWS API Documentation
|
434
527
|
#
|
435
|
-
class DeleteSlackChannelConfigurationException <
|
528
|
+
class DeleteSlackChannelConfigurationException < Struct.new(
|
529
|
+
:message)
|
530
|
+
SENSITIVE = []
|
531
|
+
include Aws::Structure
|
532
|
+
end
|
436
533
|
|
437
534
|
# @!attribute [rw] chat_configuration_arn
|
438
|
-
# The ARN of the SlackChannelConfiguration to
|
535
|
+
# The Amazon Resource Name (ARN) of the SlackChannelConfiguration to
|
536
|
+
# delete.
|
439
537
|
# @return [String]
|
440
538
|
#
|
441
539
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/DeleteSlackChannelConfigurationRequest AWS API Documentation
|
@@ -453,9 +551,16 @@ module Aws::Chatbot
|
|
453
551
|
# We can’t process your request right now because of a server issue. Try
|
454
552
|
# again later.
|
455
553
|
#
|
554
|
+
# @!attribute [rw] message
|
555
|
+
# @return [String]
|
556
|
+
#
|
456
557
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/DeleteSlackUserIdentityException AWS API Documentation
|
457
558
|
#
|
458
|
-
class DeleteSlackUserIdentityException <
|
559
|
+
class DeleteSlackUserIdentityException < Struct.new(
|
560
|
+
:message)
|
561
|
+
SENSITIVE = []
|
562
|
+
include Aws::Structure
|
563
|
+
end
|
459
564
|
|
460
565
|
# @!attribute [rw] chat_configuration_arn
|
461
566
|
# The ARN of the SlackChannelConfiguration associated with the user
|
@@ -467,7 +572,7 @@ module Aws::Chatbot
|
|
467
572
|
# @return [String]
|
468
573
|
#
|
469
574
|
# @!attribute [rw] slack_user_id
|
470
|
-
# The ID of the user in Slack
|
575
|
+
# The ID of the user in Slack
|
471
576
|
# @return [String]
|
472
577
|
#
|
473
578
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/DeleteSlackUserIdentityRequest AWS API Documentation
|
@@ -486,9 +591,16 @@ module Aws::Chatbot
|
|
486
591
|
|
487
592
|
# There was an issue deleting your Slack workspace.
|
488
593
|
#
|
594
|
+
# @!attribute [rw] message
|
595
|
+
# @return [String]
|
596
|
+
#
|
489
597
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/DeleteSlackWorkspaceAuthorizationFault AWS API Documentation
|
490
598
|
#
|
491
|
-
class DeleteSlackWorkspaceAuthorizationFault <
|
599
|
+
class DeleteSlackWorkspaceAuthorizationFault < Struct.new(
|
600
|
+
:message)
|
601
|
+
SENSITIVE = []
|
602
|
+
include Aws::Structure
|
603
|
+
end
|
492
604
|
|
493
605
|
# @!attribute [rw] slack_team_id
|
494
606
|
# The ID of the Slack workspace authorized with AWS Chatbot.
|
@@ -509,12 +621,21 @@ module Aws::Chatbot
|
|
509
621
|
# We can’t process your request right now because of a server issue. Try
|
510
622
|
# again later.
|
511
623
|
#
|
624
|
+
# @!attribute [rw] message
|
625
|
+
# @return [String]
|
626
|
+
#
|
512
627
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/DeleteTeamsChannelConfigurationException AWS API Documentation
|
513
628
|
#
|
514
|
-
class DeleteTeamsChannelConfigurationException <
|
629
|
+
class DeleteTeamsChannelConfigurationException < Struct.new(
|
630
|
+
:message)
|
631
|
+
SENSITIVE = []
|
632
|
+
include Aws::Structure
|
633
|
+
end
|
515
634
|
|
516
635
|
# @!attribute [rw] chat_configuration_arn
|
517
|
-
# The ARN of the
|
636
|
+
# The Amazon Resource Name (ARN) of the
|
637
|
+
# MicrosoftTeamsChannelConfiguration associated with the user identity
|
638
|
+
# to delete.
|
518
639
|
# @return [String]
|
519
640
|
#
|
520
641
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/DeleteTeamsChannelConfigurationRequest AWS API Documentation
|
@@ -532,17 +653,29 @@ module Aws::Chatbot
|
|
532
653
|
# We can’t process your request right now because of a server issue. Try
|
533
654
|
# again later.
|
534
655
|
#
|
656
|
+
# @!attribute [rw] message
|
657
|
+
# @return [String]
|
658
|
+
#
|
535
659
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/DeleteTeamsConfiguredTeamException AWS API Documentation
|
536
660
|
#
|
537
|
-
class DeleteTeamsConfiguredTeamException <
|
661
|
+
class DeleteTeamsConfiguredTeamException < Struct.new(
|
662
|
+
:message)
|
663
|
+
SENSITIVE = []
|
664
|
+
include Aws::Structure
|
665
|
+
end
|
538
666
|
|
539
667
|
# @!attribute [rw] team_id
|
540
|
-
# The ID of the Microsoft
|
541
|
-
#
|
542
|
-
#
|
543
|
-
#
|
544
|
-
#
|
545
|
-
#
|
668
|
+
# The ID of the Microsoft Teams team authorized with AWS Chatbot.
|
669
|
+
#
|
670
|
+
# To get the team ID, you must perform the initial authorization flow
|
671
|
+
# with Microsoft Teams in the AWS Chatbot console. Then you can copy
|
672
|
+
# and paste the team ID from the console. For more information, see
|
673
|
+
# [Step 1: Configure a Microsoft Teams client][1] in the <i> AWS
|
674
|
+
# Chatbot Administrator Guide</i>.
|
675
|
+
#
|
676
|
+
#
|
677
|
+
#
|
678
|
+
# [1]: https://docs.aws.amazon.com/chatbot/latest/adminguide/teams-setup.html#teams-client-setup
|
546
679
|
# @return [String]
|
547
680
|
#
|
548
681
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/DeleteTeamsConfiguredTeamRequest AWS API Documentation
|
@@ -560,9 +693,16 @@ module Aws::Chatbot
|
|
560
693
|
# We can’t process your request right now because of a server issue. Try
|
561
694
|
# again later.
|
562
695
|
#
|
696
|
+
# @!attribute [rw] message
|
697
|
+
# @return [String]
|
698
|
+
#
|
563
699
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/DescribeChimeWebhookConfigurationsException AWS API Documentation
|
564
700
|
#
|
565
|
-
class DescribeChimeWebhookConfigurationsException <
|
701
|
+
class DescribeChimeWebhookConfigurationsException < Struct.new(
|
702
|
+
:message)
|
703
|
+
SENSITIVE = []
|
704
|
+
include Aws::Structure
|
705
|
+
end
|
566
706
|
|
567
707
|
# @!attribute [rw] max_results
|
568
708
|
# The maximum number of results to include in the response. If more
|
@@ -579,7 +719,8 @@ module Aws::Chatbot
|
|
579
719
|
# @return [String]
|
580
720
|
#
|
581
721
|
# @!attribute [rw] chat_configuration_arn
|
582
|
-
# An optional ARN of a
|
722
|
+
# An optional Amazon Resource Number (ARN) of a
|
723
|
+
# ChimeWebhookConfiguration to describe.
|
583
724
|
# @return [String]
|
584
725
|
#
|
585
726
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/DescribeChimeWebhookConfigurationsRequest AWS API Documentation
|
@@ -600,7 +741,7 @@ module Aws::Chatbot
|
|
600
741
|
# @return [String]
|
601
742
|
#
|
602
743
|
# @!attribute [rw] webhook_configurations
|
603
|
-
# A list of Chime webhooks associated with the account.
|
744
|
+
# A list of Amazon Chime webhooks associated with the account.
|
604
745
|
# @return [Array<Types::ChimeWebhookConfiguration>]
|
605
746
|
#
|
606
747
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/DescribeChimeWebhookConfigurationsResult AWS API Documentation
|
@@ -615,9 +756,16 @@ module Aws::Chatbot
|
|
615
756
|
# We can’t process your request right now because of a server issue. Try
|
616
757
|
# again later.
|
617
758
|
#
|
759
|
+
# @!attribute [rw] message
|
760
|
+
# @return [String]
|
761
|
+
#
|
618
762
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/DescribeSlackChannelConfigurationsException AWS API Documentation
|
619
763
|
#
|
620
|
-
class DescribeSlackChannelConfigurationsException <
|
764
|
+
class DescribeSlackChannelConfigurationsException < Struct.new(
|
765
|
+
:message)
|
766
|
+
SENSITIVE = []
|
767
|
+
include Aws::Structure
|
768
|
+
end
|
621
769
|
|
622
770
|
# @!attribute [rw] max_results
|
623
771
|
# The maximum number of results to include in the response. If more
|
@@ -634,7 +782,8 @@ module Aws::Chatbot
|
|
634
782
|
# @return [String]
|
635
783
|
#
|
636
784
|
# @!attribute [rw] chat_configuration_arn
|
637
|
-
# An optional ARN of a
|
785
|
+
# An optional Amazon Resource Number (ARN) of a
|
786
|
+
# SlackChannelConfiguration to describe.
|
638
787
|
# @return [String]
|
639
788
|
#
|
640
789
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/DescribeSlackChannelConfigurationsRequest AWS API Documentation
|
@@ -670,13 +819,20 @@ module Aws::Chatbot
|
|
670
819
|
# We can’t process your request right now because of a server issue. Try
|
671
820
|
# again later.
|
672
821
|
#
|
822
|
+
# @!attribute [rw] message
|
823
|
+
# @return [String]
|
824
|
+
#
|
673
825
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/DescribeSlackUserIdentitiesException AWS API Documentation
|
674
826
|
#
|
675
|
-
class DescribeSlackUserIdentitiesException <
|
827
|
+
class DescribeSlackUserIdentitiesException < Struct.new(
|
828
|
+
:message)
|
829
|
+
SENSITIVE = []
|
830
|
+
include Aws::Structure
|
831
|
+
end
|
676
832
|
|
677
833
|
# @!attribute [rw] chat_configuration_arn
|
678
|
-
# The ARN of the SlackChannelConfiguration
|
679
|
-
# identities to describe.
|
834
|
+
# The Amazon Resource Number (ARN) of the SlackChannelConfiguration
|
835
|
+
# associated with the user identities to describe.
|
680
836
|
# @return [String]
|
681
837
|
#
|
682
838
|
# @!attribute [rw] next_token
|
@@ -726,9 +882,16 @@ module Aws::Chatbot
|
|
726
882
|
# We can’t process your request right now because of a server issue. Try
|
727
883
|
# again later.
|
728
884
|
#
|
885
|
+
# @!attribute [rw] message
|
886
|
+
# @return [String]
|
887
|
+
#
|
729
888
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/DescribeSlackWorkspacesException AWS API Documentation
|
730
889
|
#
|
731
|
-
class DescribeSlackWorkspacesException <
|
890
|
+
class DescribeSlackWorkspacesException < Struct.new(
|
891
|
+
:message)
|
892
|
+
SENSITIVE = []
|
893
|
+
include Aws::Structure
|
894
|
+
end
|
732
895
|
|
733
896
|
# @!attribute [rw] max_results
|
734
897
|
# The maximum number of results to include in the response. If more
|
@@ -754,7 +917,7 @@ module Aws::Chatbot
|
|
754
917
|
end
|
755
918
|
|
756
919
|
# @!attribute [rw] slack_workspaces
|
757
|
-
# A list of Slack
|
920
|
+
# A list of Slack workspaces registered with AWS Chatbot.
|
758
921
|
# @return [Array<Types::SlackWorkspace>]
|
759
922
|
#
|
760
923
|
# @!attribute [rw] next_token
|
@@ -776,9 +939,16 @@ module Aws::Chatbot
|
|
776
939
|
# We can’t process your request right now because of a server issue. Try
|
777
940
|
# again later.
|
778
941
|
#
|
942
|
+
# @!attribute [rw] message
|
943
|
+
# @return [String]
|
944
|
+
#
|
779
945
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/GetAccountPreferencesException AWS API Documentation
|
780
946
|
#
|
781
|
-
class GetAccountPreferencesException <
|
947
|
+
class GetAccountPreferencesException < Struct.new(
|
948
|
+
:message)
|
949
|
+
SENSITIVE = []
|
950
|
+
include Aws::Structure
|
951
|
+
end
|
782
952
|
|
783
953
|
# @api private
|
784
954
|
#
|
@@ -787,7 +957,7 @@ module Aws::Chatbot
|
|
787
957
|
class GetAccountPreferencesRequest < Aws::EmptyStructure; end
|
788
958
|
|
789
959
|
# @!attribute [rw] account_preferences
|
790
|
-
#
|
960
|
+
# The preferences related to AWS Chatbot usage in the calling AWS
|
791
961
|
# account.
|
792
962
|
# @return [Types::AccountPreferences]
|
793
963
|
#
|
@@ -802,12 +972,20 @@ module Aws::Chatbot
|
|
802
972
|
# We can’t process your request right now because of a server issue. Try
|
803
973
|
# again later.
|
804
974
|
#
|
975
|
+
# @!attribute [rw] message
|
976
|
+
# @return [String]
|
977
|
+
#
|
805
978
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/GetTeamsChannelConfigurationException AWS API Documentation
|
806
979
|
#
|
807
|
-
class GetTeamsChannelConfigurationException <
|
980
|
+
class GetTeamsChannelConfigurationException < Struct.new(
|
981
|
+
:message)
|
982
|
+
SENSITIVE = []
|
983
|
+
include Aws::Structure
|
984
|
+
end
|
808
985
|
|
809
986
|
# @!attribute [rw] chat_configuration_arn
|
810
|
-
# The ARN of the
|
987
|
+
# The Amazon Resource Number (ARN) of the
|
988
|
+
# MicrosoftTeamsChannelConfiguration to retrieve.
|
811
989
|
# @return [String]
|
812
990
|
#
|
813
991
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/GetTeamsChannelConfigurationRequest AWS API Documentation
|
@@ -831,39 +1009,73 @@ module Aws::Chatbot
|
|
831
1009
|
include Aws::Structure
|
832
1010
|
end
|
833
1011
|
|
834
|
-
#
|
835
|
-
#
|
1012
|
+
# Unexpected error during processing of request.
|
1013
|
+
#
|
1014
|
+
# @!attribute [rw] message
|
1015
|
+
# @return [String]
|
836
1016
|
#
|
837
1017
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/InternalServiceError AWS API Documentation
|
838
1018
|
#
|
839
|
-
class InternalServiceError <
|
1019
|
+
class InternalServiceError < Struct.new(
|
1020
|
+
:message)
|
1021
|
+
SENSITIVE = []
|
1022
|
+
include Aws::Structure
|
1023
|
+
end
|
840
1024
|
|
841
|
-
# Your request input doesn't meet the constraints
|
842
|
-
#
|
1025
|
+
# Your request input doesn't meet the constraints required by AWS
|
1026
|
+
# Chatbot.
|
1027
|
+
#
|
1028
|
+
# @!attribute [rw] message
|
1029
|
+
# @return [String]
|
843
1030
|
#
|
844
1031
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/InvalidParameterException AWS API Documentation
|
845
1032
|
#
|
846
|
-
class InvalidParameterException <
|
1033
|
+
class InvalidParameterException < Struct.new(
|
1034
|
+
:message)
|
1035
|
+
SENSITIVE = []
|
1036
|
+
include Aws::Structure
|
1037
|
+
end
|
847
1038
|
|
848
|
-
# Your request input doesn't meet the constraints
|
849
|
-
#
|
1039
|
+
# Your request input doesn't meet the constraints required by AWS
|
1040
|
+
# Chatbot.
|
1041
|
+
#
|
1042
|
+
# @!attribute [rw] message
|
1043
|
+
# @return [String]
|
850
1044
|
#
|
851
1045
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/InvalidRequestException AWS API Documentation
|
852
1046
|
#
|
853
|
-
class InvalidRequestException <
|
1047
|
+
class InvalidRequestException < Struct.new(
|
1048
|
+
:message)
|
1049
|
+
SENSITIVE = []
|
1050
|
+
include Aws::Structure
|
1051
|
+
end
|
854
1052
|
|
855
1053
|
# You have exceeded a service limit for AWS Chatbot.
|
856
1054
|
#
|
1055
|
+
# @!attribute [rw] message
|
1056
|
+
# @return [String]
|
1057
|
+
#
|
857
1058
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/LimitExceededException AWS API Documentation
|
858
1059
|
#
|
859
|
-
class LimitExceededException <
|
1060
|
+
class LimitExceededException < Struct.new(
|
1061
|
+
:message)
|
1062
|
+
SENSITIVE = []
|
1063
|
+
include Aws::Structure
|
1064
|
+
end
|
860
1065
|
|
861
1066
|
# We can’t process your request right now because of a server issue. Try
|
862
1067
|
# again later.
|
863
1068
|
#
|
1069
|
+
# @!attribute [rw] message
|
1070
|
+
# @return [String]
|
1071
|
+
#
|
864
1072
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/ListMicrosoftTeamsConfiguredTeamsException AWS API Documentation
|
865
1073
|
#
|
866
|
-
class ListMicrosoftTeamsConfiguredTeamsException <
|
1074
|
+
class ListMicrosoftTeamsConfiguredTeamsException < Struct.new(
|
1075
|
+
:message)
|
1076
|
+
SENSITIVE = []
|
1077
|
+
include Aws::Structure
|
1078
|
+
end
|
867
1079
|
|
868
1080
|
# @!attribute [rw] max_results
|
869
1081
|
# The maximum number of results to include in the response. If more
|
@@ -889,8 +1101,8 @@ module Aws::Chatbot
|
|
889
1101
|
end
|
890
1102
|
|
891
1103
|
# @!attribute [rw] configured_teams
|
892
|
-
# A list of teams in Microsoft Teams that
|
893
|
-
#
|
1104
|
+
# A list of teams in Microsoft Teams that are configured with AWS
|
1105
|
+
# Chatbot.
|
894
1106
|
# @return [Array<Types::ConfiguredTeam>]
|
895
1107
|
#
|
896
1108
|
# @!attribute [rw] next_token
|
@@ -912,13 +1124,21 @@ module Aws::Chatbot
|
|
912
1124
|
# We can’t process your request right now because of a server issue. Try
|
913
1125
|
# again later.
|
914
1126
|
#
|
1127
|
+
# @!attribute [rw] message
|
1128
|
+
# @return [String]
|
1129
|
+
#
|
915
1130
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/ListMicrosoftTeamsUserIdentitiesException AWS API Documentation
|
916
1131
|
#
|
917
|
-
class ListMicrosoftTeamsUserIdentitiesException <
|
1132
|
+
class ListMicrosoftTeamsUserIdentitiesException < Struct.new(
|
1133
|
+
:message)
|
1134
|
+
SENSITIVE = []
|
1135
|
+
include Aws::Structure
|
1136
|
+
end
|
918
1137
|
|
919
1138
|
# @!attribute [rw] chat_configuration_arn
|
920
|
-
# The ARN of the
|
921
|
-
#
|
1139
|
+
# The Amazon Resource Number (ARN) of the
|
1140
|
+
# MicrosoftTeamsChannelConfiguration associated with the user
|
1141
|
+
# identities to list.
|
922
1142
|
# @return [String]
|
923
1143
|
#
|
924
1144
|
# @!attribute [rw] next_token
|
@@ -966,7 +1186,7 @@ module Aws::Chatbot
|
|
966
1186
|
end
|
967
1187
|
|
968
1188
|
# @!attribute [rw] resource_arn
|
969
|
-
# The ARN
|
1189
|
+
# The ARN you specified to list the tags of.
|
970
1190
|
# @return [String]
|
971
1191
|
#
|
972
1192
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/ListTagsForResourceRequest AWS API Documentation
|
@@ -978,7 +1198,9 @@ module Aws::Chatbot
|
|
978
1198
|
end
|
979
1199
|
|
980
1200
|
# @!attribute [rw] tags
|
981
|
-
#
|
1201
|
+
# Key-value pairs that are assigned to a resource, usually for the
|
1202
|
+
# purpose of grouping and searching for items. Tags are metadata that
|
1203
|
+
# you define.
|
982
1204
|
# @return [Array<Types::Tag>]
|
983
1205
|
#
|
984
1206
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/ListTagsForResourceResponse AWS API Documentation
|
@@ -992,9 +1214,16 @@ module Aws::Chatbot
|
|
992
1214
|
# We can’t process your request right now because of a server issue. Try
|
993
1215
|
# again later.
|
994
1216
|
#
|
1217
|
+
# @!attribute [rw] message
|
1218
|
+
# @return [String]
|
1219
|
+
#
|
995
1220
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/ListTeamsChannelConfigurationsException AWS API Documentation
|
996
1221
|
#
|
997
|
-
class ListTeamsChannelConfigurationsException <
|
1222
|
+
class ListTeamsChannelConfigurationsException < Struct.new(
|
1223
|
+
:message)
|
1224
|
+
SENSITIVE = []
|
1225
|
+
include Aws::Structure
|
1226
|
+
end
|
998
1227
|
|
999
1228
|
# @!attribute [rw] max_results
|
1000
1229
|
# The maximum number of results to include in the response. If more
|
@@ -1011,12 +1240,17 @@ module Aws::Chatbot
|
|
1011
1240
|
# @return [String]
|
1012
1241
|
#
|
1013
1242
|
# @!attribute [rw] team_id
|
1014
|
-
# The ID of the Microsoft
|
1015
|
-
#
|
1016
|
-
#
|
1017
|
-
#
|
1018
|
-
#
|
1019
|
-
#
|
1243
|
+
# The ID of the Microsoft Teams authorized with AWS Chatbot.
|
1244
|
+
#
|
1245
|
+
# To get the team ID, you must perform the initial authorization flow
|
1246
|
+
# with Microsoft Teams in the AWS Chatbot console. Then you can copy
|
1247
|
+
# and paste the team ID from the console. For more information, see
|
1248
|
+
# [Step 1: Configure a Microsoft Teams client][1] in the <i> AWS
|
1249
|
+
# Chatbot Administrator Guide</i>.
|
1250
|
+
#
|
1251
|
+
#
|
1252
|
+
#
|
1253
|
+
# [1]: https://docs.aws.amazon.com/chatbot/latest/adminguide/teams-setup.html#teams-client-setup
|
1020
1254
|
# @return [String]
|
1021
1255
|
#
|
1022
1256
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/ListTeamsChannelConfigurationsRequest AWS API Documentation
|
@@ -1049,49 +1283,69 @@ module Aws::Chatbot
|
|
1049
1283
|
include Aws::Structure
|
1050
1284
|
end
|
1051
1285
|
|
1052
|
-
# We were
|
1286
|
+
# We were unable to find the resource for your request
|
1287
|
+
#
|
1288
|
+
# @!attribute [rw] message
|
1289
|
+
# @return [String]
|
1053
1290
|
#
|
1054
1291
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/ResourceNotFoundException AWS API Documentation
|
1055
1292
|
#
|
1056
|
-
class ResourceNotFoundException <
|
1293
|
+
class ResourceNotFoundException < Struct.new(
|
1294
|
+
:message)
|
1295
|
+
SENSITIVE = []
|
1296
|
+
include Aws::Structure
|
1297
|
+
end
|
1057
1298
|
|
1058
1299
|
# We can’t process your request right now because of a server issue. Try
|
1059
1300
|
# again later.
|
1060
1301
|
#
|
1302
|
+
# @!attribute [rw] message
|
1303
|
+
# @return [String]
|
1304
|
+
#
|
1061
1305
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/ServiceUnavailableException AWS API Documentation
|
1062
1306
|
#
|
1063
|
-
class ServiceUnavailableException <
|
1307
|
+
class ServiceUnavailableException < Struct.new(
|
1308
|
+
:message)
|
1309
|
+
SENSITIVE = []
|
1310
|
+
include Aws::Structure
|
1311
|
+
end
|
1064
1312
|
|
1065
1313
|
# An AWS Chatbot configuration for Slack.
|
1066
1314
|
#
|
1067
1315
|
# @!attribute [rw] slack_team_name
|
1068
|
-
# Name of the Slack
|
1316
|
+
# Name of the Slack workspace.
|
1069
1317
|
# @return [String]
|
1070
1318
|
#
|
1071
1319
|
# @!attribute [rw] slack_team_id
|
1072
|
-
# The ID of the Slack workspace authorized with
|
1320
|
+
# The ID of the Slack workspace authorized with Amazon Chime.
|
1073
1321
|
# @return [String]
|
1074
1322
|
#
|
1075
1323
|
# @!attribute [rw] slack_channel_id
|
1076
|
-
# The ID of the Slack channel.
|
1077
|
-
#
|
1078
|
-
#
|
1079
|
-
#
|
1324
|
+
# The ID of the Slack channel.
|
1325
|
+
#
|
1326
|
+
# To get this ID, open Slack, right click on the channel name in the
|
1327
|
+
# left pane, then choose Copy Link. The channel ID is the 9-character
|
1328
|
+
# string at the end of the URL. For example, ABCBBLZZZ.
|
1080
1329
|
# @return [String]
|
1081
1330
|
#
|
1082
1331
|
# @!attribute [rw] slack_channel_name
|
1083
|
-
# The name of the Slack
|
1332
|
+
# The name of the Slack channel.
|
1084
1333
|
# @return [String]
|
1085
1334
|
#
|
1086
1335
|
# @!attribute [rw] chat_configuration_arn
|
1087
|
-
# The ARN of the SlackChannelConfiguration.
|
1336
|
+
# The Amazon Resource Number (ARN) of the SlackChannelConfiguration.
|
1088
1337
|
# @return [String]
|
1089
1338
|
#
|
1090
1339
|
# @!attribute [rw] iam_role_arn
|
1091
|
-
#
|
1092
|
-
#
|
1093
|
-
#
|
1094
|
-
#
|
1340
|
+
# A user-defined role that AWS Chatbot assumes. This is not the
|
1341
|
+
# service-linked role.
|
1342
|
+
#
|
1343
|
+
# For more information, see [IAM policies for AWS Chatbot][1] in the
|
1344
|
+
# <i> AWS Chatbot Administrator Guide</i>.
|
1345
|
+
#
|
1346
|
+
#
|
1347
|
+
#
|
1348
|
+
# [1]: https://docs.aws.amazon.com/chatbot/latest/adminguide/chatbot-iam-policies.html
|
1095
1349
|
# @return [String]
|
1096
1350
|
#
|
1097
1351
|
# @!attribute [rw] sns_topic_arns
|
@@ -1104,12 +1358,12 @@ module Aws::Chatbot
|
|
1104
1358
|
# @return [String]
|
1105
1359
|
#
|
1106
1360
|
# @!attribute [rw] logging_level
|
1107
|
-
# Logging levels include ERROR
|
1361
|
+
# Logging levels include `ERROR`, `INFO`, or `NONE`.
|
1108
1362
|
# @return [String]
|
1109
1363
|
#
|
1110
1364
|
# @!attribute [rw] guardrail_policy_arns
|
1111
1365
|
# The list of IAM policy ARNs that are applied as channel guardrails.
|
1112
|
-
# The AWS managed
|
1366
|
+
# The AWS managed `AdministratorAccess` policy is applied by default
|
1113
1367
|
# if this is not set.
|
1114
1368
|
# @return [Array<String>]
|
1115
1369
|
#
|
@@ -1118,7 +1372,8 @@ module Aws::Chatbot
|
|
1118
1372
|
# @return [Boolean]
|
1119
1373
|
#
|
1120
1374
|
# @!attribute [rw] tags
|
1121
|
-
# A
|
1375
|
+
# A map of tags assigned to a resource. A tag is a string-to-string
|
1376
|
+
# map of key-value pairs.
|
1122
1377
|
# @return [Array<Types::Tag>]
|
1123
1378
|
#
|
1124
1379
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/SlackChannelConfiguration AWS API Documentation
|
@@ -1136,22 +1391,27 @@ module Aws::Chatbot
|
|
1136
1391
|
:guardrail_policy_arns,
|
1137
1392
|
:user_authorization_required,
|
1138
1393
|
:tags)
|
1139
|
-
SENSITIVE = []
|
1394
|
+
SENSITIVE = [:slack_channel_name]
|
1140
1395
|
include Aws::Structure
|
1141
1396
|
end
|
1142
1397
|
|
1143
|
-
# Identifes a
|
1398
|
+
# Identifes a user level permission for a channel configuration.
|
1144
1399
|
#
|
1145
1400
|
# @!attribute [rw] iam_role_arn
|
1146
|
-
#
|
1147
|
-
#
|
1148
|
-
#
|
1149
|
-
#
|
1401
|
+
# A user-defined role that AWS Chatbot assumes. This is not the
|
1402
|
+
# service-linked role.
|
1403
|
+
#
|
1404
|
+
# For more information, see [IAM policies for AWS Chatbot][1] in the
|
1405
|
+
# <i> AWS Chatbot Administrator Guide</i>.
|
1406
|
+
#
|
1407
|
+
#
|
1408
|
+
#
|
1409
|
+
# [1]: https://docs.aws.amazon.com/chatbot/latest/adminguide/chatbot-iam-policies.html
|
1150
1410
|
# @return [String]
|
1151
1411
|
#
|
1152
1412
|
# @!attribute [rw] chat_configuration_arn
|
1153
|
-
# The ARN of the SlackChannelConfiguration
|
1154
|
-
# identity.
|
1413
|
+
# The Amazon Resource Number (ARN) of the SlackChannelConfiguration
|
1414
|
+
# associated with the user identity to delete.
|
1155
1415
|
# @return [String]
|
1156
1416
|
#
|
1157
1417
|
# @!attribute [rw] slack_team_id
|
@@ -1159,12 +1419,12 @@ module Aws::Chatbot
|
|
1159
1419
|
# @return [String]
|
1160
1420
|
#
|
1161
1421
|
# @!attribute [rw] slack_user_id
|
1162
|
-
# The ID of the user in Slack
|
1422
|
+
# The ID of the user in Slack
|
1163
1423
|
# @return [String]
|
1164
1424
|
#
|
1165
1425
|
# @!attribute [rw] aws_user_identity
|
1166
|
-
# The AWS user identity ARN used to associate a Slack
|
1167
|
-
#
|
1426
|
+
# The AWS user identity ARN used to associate a Slack user ID with an
|
1427
|
+
# IAM Role.
|
1168
1428
|
# @return [String]
|
1169
1429
|
#
|
1170
1430
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/SlackUserIdentity AWS API Documentation
|
@@ -1179,14 +1439,14 @@ module Aws::Chatbot
|
|
1179
1439
|
include Aws::Structure
|
1180
1440
|
end
|
1181
1441
|
|
1182
|
-
# A Slack
|
1442
|
+
# A Slack workspace.
|
1183
1443
|
#
|
1184
1444
|
# @!attribute [rw] slack_team_id
|
1185
1445
|
# The ID of the Slack workspace authorized with AWS Chatbot.
|
1186
1446
|
# @return [String]
|
1187
1447
|
#
|
1188
1448
|
# @!attribute [rw] slack_team_name
|
1189
|
-
#
|
1449
|
+
# The name of the Slack workspace.
|
1190
1450
|
# @return [String]
|
1191
1451
|
#
|
1192
1452
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/SlackWorkspace AWS API Documentation
|
@@ -1198,14 +1458,25 @@ module Aws::Chatbot
|
|
1198
1458
|
include Aws::Structure
|
1199
1459
|
end
|
1200
1460
|
|
1201
|
-
# A tag
|
1461
|
+
# A key-value pair. A tag consists of a tag key and a tag value. Tag
|
1462
|
+
# keys and tag values are both required, but tag values can be empty
|
1463
|
+
# (null) strings.
|
1464
|
+
#
|
1465
|
+
# Do not include confidential or sensitive information in this field.
|
1466
|
+
#
|
1467
|
+
# For more information, see [User-Defined Tag Restrictions][1] in the
|
1468
|
+
# *AWS Billing and Cost Management User Guide*.
|
1469
|
+
#
|
1470
|
+
#
|
1471
|
+
#
|
1472
|
+
# [1]: https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/allocation-tag-restrictions.html
|
1202
1473
|
#
|
1203
1474
|
# @!attribute [rw] tag_key
|
1204
|
-
# The tag
|
1475
|
+
# The key of the tag.
|
1205
1476
|
# @return [String]
|
1206
1477
|
#
|
1207
1478
|
# @!attribute [rw] tag_value
|
1208
|
-
# The tag
|
1479
|
+
# The value of the tag.
|
1209
1480
|
# @return [String]
|
1210
1481
|
#
|
1211
1482
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/Tag AWS API Documentation
|
@@ -1249,12 +1520,17 @@ module Aws::Chatbot
|
|
1249
1520
|
# @return [String]
|
1250
1521
|
#
|
1251
1522
|
# @!attribute [rw] team_id
|
1252
|
-
# The ID of the Microsoft
|
1253
|
-
#
|
1254
|
-
#
|
1255
|
-
#
|
1256
|
-
#
|
1257
|
-
#
|
1523
|
+
# The ID of the Microsoft Teams authorized with AWS Chatbot.
|
1524
|
+
#
|
1525
|
+
# To get the team ID, you must perform the initial authorization flow
|
1526
|
+
# with Microsoft Teams in the AWS Chatbot console. Then you can copy
|
1527
|
+
# and paste the team ID from the console. For more information, see
|
1528
|
+
# [Step 1: Configure a Microsoft Teams client][1] in the <i> AWS
|
1529
|
+
# Chatbot Administrator Guide</i>.
|
1530
|
+
#
|
1531
|
+
#
|
1532
|
+
#
|
1533
|
+
# [1]: https://docs.aws.amazon.com/chatbot/latest/adminguide/teams-setup.html#teams-client-setup
|
1258
1534
|
# @return [String]
|
1259
1535
|
#
|
1260
1536
|
# @!attribute [rw] team_name
|
@@ -1266,19 +1542,26 @@ module Aws::Chatbot
|
|
1266
1542
|
# @return [String]
|
1267
1543
|
#
|
1268
1544
|
# @!attribute [rw] chat_configuration_arn
|
1269
|
-
# The ARN of the
|
1545
|
+
# The Amazon Resource Name (ARN) of the
|
1546
|
+
# MicrosoftTeamsChannelConfiguration associated with the user identity
|
1547
|
+
# to delete.
|
1270
1548
|
# @return [String]
|
1271
1549
|
#
|
1272
1550
|
# @!attribute [rw] iam_role_arn
|
1273
|
-
#
|
1274
|
-
#
|
1275
|
-
#
|
1276
|
-
#
|
1551
|
+
# A user-defined role that AWS Chatbot assumes. This is not the
|
1552
|
+
# service-linked role.
|
1553
|
+
#
|
1554
|
+
# For more information, see [IAM policies for AWS Chatbot][1] in the
|
1555
|
+
# <i> AWS Chatbot Administrator Guide</i>.
|
1556
|
+
#
|
1557
|
+
#
|
1558
|
+
#
|
1559
|
+
# [1]: https://docs.aws.amazon.com/chatbot/latest/adminguide/chatbot-iam-policies.html
|
1277
1560
|
# @return [String]
|
1278
1561
|
#
|
1279
1562
|
# @!attribute [rw] sns_topic_arns
|
1280
|
-
# The ARNs of the SNS topics that deliver
|
1281
|
-
# Chatbot.
|
1563
|
+
# The Amazon Resource Names (ARNs) of the SNS topics that deliver
|
1564
|
+
# notifications to AWS Chatbot.
|
1282
1565
|
# @return [Array<String>]
|
1283
1566
|
#
|
1284
1567
|
# @!attribute [rw] configuration_name
|
@@ -1286,12 +1569,12 @@ module Aws::Chatbot
|
|
1286
1569
|
# @return [String]
|
1287
1570
|
#
|
1288
1571
|
# @!attribute [rw] logging_level
|
1289
|
-
# Logging levels include ERROR
|
1572
|
+
# Logging levels include `ERROR`, `INFO`, or `NONE`.
|
1290
1573
|
# @return [String]
|
1291
1574
|
#
|
1292
1575
|
# @!attribute [rw] guardrail_policy_arns
|
1293
1576
|
# The list of IAM policy ARNs that are applied as channel guardrails.
|
1294
|
-
# The AWS managed
|
1577
|
+
# The AWS managed `AdministratorAccess` policy is applied by default
|
1295
1578
|
# if this is not set.
|
1296
1579
|
# @return [Array<String>]
|
1297
1580
|
#
|
@@ -1300,7 +1583,8 @@ module Aws::Chatbot
|
|
1300
1583
|
# @return [Boolean]
|
1301
1584
|
#
|
1302
1585
|
# @!attribute [rw] tags
|
1303
|
-
# A
|
1586
|
+
# A map of tags assigned to a resource. A tag is a string-to-string
|
1587
|
+
# map of key-value pairs.
|
1304
1588
|
# @return [Array<Types::Tag>]
|
1305
1589
|
#
|
1306
1590
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/TeamsChannelConfiguration AWS API Documentation
|
@@ -1319,39 +1603,50 @@ module Aws::Chatbot
|
|
1319
1603
|
:guardrail_policy_arns,
|
1320
1604
|
:user_authorization_required,
|
1321
1605
|
:tags)
|
1322
|
-
SENSITIVE = []
|
1606
|
+
SENSITIVE = [:channel_name, :team_name]
|
1323
1607
|
include Aws::Structure
|
1324
1608
|
end
|
1325
1609
|
|
1326
1610
|
# Identifes a user level permission for a channel configuration.
|
1327
1611
|
#
|
1328
1612
|
# @!attribute [rw] iam_role_arn
|
1329
|
-
#
|
1330
|
-
#
|
1331
|
-
#
|
1332
|
-
#
|
1613
|
+
# A user-defined role that AWS Chatbot assumes. This is not the
|
1614
|
+
# service-linked role.
|
1615
|
+
#
|
1616
|
+
# For more information, see [IAM policies for AWS Chatbot][1] in the
|
1617
|
+
# <i> AWS Chatbot Administrator Guide</i>.
|
1618
|
+
#
|
1619
|
+
#
|
1620
|
+
#
|
1621
|
+
# [1]: https://docs.aws.amazon.com/chatbot/latest/adminguide/chatbot-iam-policies.html
|
1333
1622
|
# @return [String]
|
1334
1623
|
#
|
1335
1624
|
# @!attribute [rw] chat_configuration_arn
|
1336
|
-
# The ARN of the
|
1337
|
-
# the user identity
|
1625
|
+
# The Amazon Resource Name (ARN) of the
|
1626
|
+
# MicrosoftTeamsChannelConfiguration associated with the user identity
|
1627
|
+
# to delete.
|
1338
1628
|
# @return [String]
|
1339
1629
|
#
|
1340
1630
|
# @!attribute [rw] team_id
|
1341
|
-
# The ID of the Microsoft
|
1342
|
-
#
|
1343
|
-
#
|
1344
|
-
#
|
1345
|
-
#
|
1346
|
-
#
|
1631
|
+
# The ID of the Microsoft Teams authorized with AWS Chatbot.
|
1632
|
+
#
|
1633
|
+
# To get the team ID, you must perform the initial authorization flow
|
1634
|
+
# with Microsoft Teams in the AWS Chatbot console. Then you can copy
|
1635
|
+
# and paste the team ID from the console. For more information, see
|
1636
|
+
# [Step 1: Configure a Microsoft Teams client][1] in the <i> AWS
|
1637
|
+
# Chatbot Administrator Guide</i>.
|
1638
|
+
#
|
1639
|
+
#
|
1640
|
+
#
|
1641
|
+
# [1]: https://docs.aws.amazon.com/chatbot/latest/adminguide/teams-setup.html#teams-client-setup
|
1347
1642
|
# @return [String]
|
1348
1643
|
#
|
1349
1644
|
# @!attribute [rw] user_id
|
1350
|
-
#
|
1645
|
+
# The Microsoft Teams user ID.
|
1351
1646
|
# @return [String]
|
1352
1647
|
#
|
1353
1648
|
# @!attribute [rw] aws_user_identity
|
1354
|
-
# The AWS user identity ARN used to associate a Microsoft Teams
|
1649
|
+
# The AWS user identity ARN used to associate a Microsoft Teams user
|
1355
1650
|
# Identity with an IAM Role.
|
1356
1651
|
# @return [String]
|
1357
1652
|
#
|
@@ -1379,16 +1674,27 @@ module Aws::Chatbot
|
|
1379
1674
|
|
1380
1675
|
# The supplied list of tags contains too many tags.
|
1381
1676
|
#
|
1677
|
+
# @!attribute [rw] message
|
1678
|
+
# @return [String]
|
1679
|
+
#
|
1382
1680
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/TooManyTagsException AWS API Documentation
|
1383
1681
|
#
|
1384
|
-
class TooManyTagsException <
|
1682
|
+
class TooManyTagsException < Struct.new(
|
1683
|
+
:message)
|
1684
|
+
SENSITIVE = []
|
1685
|
+
include Aws::Structure
|
1686
|
+
end
|
1385
1687
|
|
1386
1688
|
# @!attribute [rw] resource_arn
|
1387
|
-
# The
|
1689
|
+
# The value of the resource that will have the tag removed. An Amazon
|
1690
|
+
# Resource Name (ARN) is an identifier for a specific AWS resource,
|
1691
|
+
# such as a server, user, or role.
|
1388
1692
|
# @return [String]
|
1389
1693
|
#
|
1390
1694
|
# @!attribute [rw] tag_keys
|
1391
|
-
#
|
1695
|
+
# TagKeys are key-value pairs assigned to ARNs that can be used to
|
1696
|
+
# group and search for resources by type. This metadata can be
|
1697
|
+
# attached to resources for any purpose.
|
1392
1698
|
# @return [Array<String>]
|
1393
1699
|
#
|
1394
1700
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/UntagResourceRequest AWS API Documentation
|
@@ -1407,25 +1713,34 @@ module Aws::Chatbot
|
|
1407
1713
|
# We can’t process your request right now because of a server issue. Try
|
1408
1714
|
# again later.
|
1409
1715
|
#
|
1716
|
+
# @!attribute [rw] message
|
1717
|
+
# @return [String]
|
1718
|
+
#
|
1410
1719
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/UpdateAccountPreferencesException AWS API Documentation
|
1411
1720
|
#
|
1412
|
-
class UpdateAccountPreferencesException <
|
1721
|
+
class UpdateAccountPreferencesException < Struct.new(
|
1722
|
+
:message)
|
1723
|
+
SENSITIVE = []
|
1724
|
+
include Aws::Structure
|
1725
|
+
end
|
1413
1726
|
|
1414
1727
|
# @!attribute [rw] user_authorization_required
|
1415
1728
|
# Enables use of a user role requirement in your chat configuration.
|
1416
1729
|
# @return [Boolean]
|
1417
1730
|
#
|
1418
1731
|
# @!attribute [rw] training_data_collection_enabled
|
1419
|
-
# Turns on training data collection.
|
1420
|
-
#
|
1421
|
-
#
|
1422
|
-
#
|
1423
|
-
#
|
1424
|
-
#
|
1425
|
-
#
|
1426
|
-
#
|
1427
|
-
#
|
1428
|
-
#
|
1732
|
+
# Turns on training data collection.
|
1733
|
+
#
|
1734
|
+
# This helps improve the AWS Chatbot experience by allowing AWS
|
1735
|
+
# Chatbot to store and use your customer information, such as AWS
|
1736
|
+
# Chatbot configurations, notifications, user inputs, AWS Chatbot
|
1737
|
+
# generated responses, and interaction data. This data helps us to
|
1738
|
+
# continuously improve and develop Artificial Intelligence (AI)
|
1739
|
+
# technologies. Your data is not shared with any third parties and is
|
1740
|
+
# protected using sophisticated controls to prevent unauthorized
|
1741
|
+
# access and misuse. AWS Chatbot does not store or use interactions in
|
1742
|
+
# chat channels with Amazon Q for training AI technologies for AWS
|
1743
|
+
# Chatbot.
|
1429
1744
|
# @return [Boolean]
|
1430
1745
|
#
|
1431
1746
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/UpdateAccountPreferencesRequest AWS API Documentation
|
@@ -1438,8 +1753,7 @@ module Aws::Chatbot
|
|
1438
1753
|
end
|
1439
1754
|
|
1440
1755
|
# @!attribute [rw] account_preferences
|
1441
|
-
# Preferences
|
1442
|
-
# account.
|
1756
|
+
# Preferences related to AWS Chatbot usage in the calling AWS account.
|
1443
1757
|
# @return [Types::AccountPreferences]
|
1444
1758
|
#
|
1445
1759
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/UpdateAccountPreferencesResult AWS API Documentation
|
@@ -1453,22 +1767,36 @@ module Aws::Chatbot
|
|
1453
1767
|
# We can’t process your request right now because of a server issue. Try
|
1454
1768
|
# again later.
|
1455
1769
|
#
|
1770
|
+
# @!attribute [rw] message
|
1771
|
+
# @return [String]
|
1772
|
+
#
|
1456
1773
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/UpdateChimeWebhookConfigurationException AWS API Documentation
|
1457
1774
|
#
|
1458
|
-
class UpdateChimeWebhookConfigurationException <
|
1775
|
+
class UpdateChimeWebhookConfigurationException < Struct.new(
|
1776
|
+
:message)
|
1777
|
+
SENSITIVE = []
|
1778
|
+
include Aws::Structure
|
1779
|
+
end
|
1459
1780
|
|
1460
1781
|
# @!attribute [rw] chat_configuration_arn
|
1461
|
-
# The ARN of the ChimeWebhookConfiguration to
|
1782
|
+
# The Amazon Resource Number (ARN) of the ChimeWebhookConfiguration to
|
1783
|
+
# update.
|
1462
1784
|
# @return [String]
|
1463
1785
|
#
|
1464
1786
|
# @!attribute [rw] webhook_description
|
1465
|
-
#
|
1466
|
-
# `RoomName/WebhookName`.
|
1467
|
-
#
|
1787
|
+
# A description of the webhook. We recommend using the convention
|
1788
|
+
# `RoomName/WebhookName`.
|
1789
|
+
#
|
1790
|
+
# For more information, see [Tutorial: Get started with Amazon
|
1791
|
+
# Chime][1] in the <i> AWS Chatbot Administrator Guide</i>.
|
1792
|
+
#
|
1793
|
+
#
|
1794
|
+
#
|
1795
|
+
# [1]: https://docs.aws.amazon.com/chatbot/latest/adminguide/chime-setup.html
|
1468
1796
|
# @return [String]
|
1469
1797
|
#
|
1470
1798
|
# @!attribute [rw] webhook_url
|
1471
|
-
# URL for the Chime webhook.
|
1799
|
+
# The URL for the Amazon Chime webhook.
|
1472
1800
|
# @return [String]
|
1473
1801
|
#
|
1474
1802
|
# @!attribute [rw] sns_topic_arns
|
@@ -1477,14 +1805,19 @@ module Aws::Chatbot
|
|
1477
1805
|
# @return [Array<String>]
|
1478
1806
|
#
|
1479
1807
|
# @!attribute [rw] iam_role_arn
|
1480
|
-
#
|
1481
|
-
#
|
1482
|
-
#
|
1483
|
-
#
|
1808
|
+
# A user-defined role that AWS Chatbot assumes. This is not the
|
1809
|
+
# service-linked role.
|
1810
|
+
#
|
1811
|
+
# For more information, see [IAM policies for AWS Chatbot][1] in the
|
1812
|
+
# <i> AWS Chatbot Administrator Guide</i>.
|
1813
|
+
#
|
1814
|
+
#
|
1815
|
+
#
|
1816
|
+
# [1]: https://docs.aws.amazon.com/chatbot/latest/adminguide/chatbot-iam-policies.html
|
1484
1817
|
# @return [String]
|
1485
1818
|
#
|
1486
1819
|
# @!attribute [rw] logging_level
|
1487
|
-
# Logging levels include ERROR
|
1820
|
+
# Logging levels include `ERROR`, `INFO`, or `NONE`.
|
1488
1821
|
# @return [String]
|
1489
1822
|
#
|
1490
1823
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/UpdateChimeWebhookConfigurationRequest AWS API Documentation
|
@@ -1496,12 +1829,12 @@ module Aws::Chatbot
|
|
1496
1829
|
:sns_topic_arns,
|
1497
1830
|
:iam_role_arn,
|
1498
1831
|
:logging_level)
|
1499
|
-
SENSITIVE = []
|
1832
|
+
SENSITIVE = [:webhook_description, :webhook_url]
|
1500
1833
|
include Aws::Structure
|
1501
1834
|
end
|
1502
1835
|
|
1503
1836
|
# @!attribute [rw] webhook_configuration
|
1504
|
-
# Chime webhook configuration.
|
1837
|
+
# A Amazon Chime webhook configuration.
|
1505
1838
|
# @return [Types::ChimeWebhookConfiguration]
|
1506
1839
|
#
|
1507
1840
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/UpdateChimeWebhookConfigurationResult AWS API Documentation
|
@@ -1515,44 +1848,58 @@ module Aws::Chatbot
|
|
1515
1848
|
# We can’t process your request right now because of a server issue. Try
|
1516
1849
|
# again later.
|
1517
1850
|
#
|
1851
|
+
# @!attribute [rw] message
|
1852
|
+
# @return [String]
|
1853
|
+
#
|
1518
1854
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/UpdateSlackChannelConfigurationException AWS API Documentation
|
1519
1855
|
#
|
1520
|
-
class UpdateSlackChannelConfigurationException <
|
1856
|
+
class UpdateSlackChannelConfigurationException < Struct.new(
|
1857
|
+
:message)
|
1858
|
+
SENSITIVE = []
|
1859
|
+
include Aws::Structure
|
1860
|
+
end
|
1521
1861
|
|
1522
1862
|
# @!attribute [rw] chat_configuration_arn
|
1523
|
-
# The ARN of the SlackChannelConfiguration to
|
1863
|
+
# The Amazon Resource Number (ARN) of the SlackChannelConfiguration to
|
1864
|
+
# update.
|
1524
1865
|
# @return [String]
|
1525
1866
|
#
|
1526
1867
|
# @!attribute [rw] slack_channel_id
|
1527
|
-
# The ID of the Slack channel.
|
1528
|
-
#
|
1529
|
-
#
|
1530
|
-
#
|
1868
|
+
# The ID of the Slack channel.
|
1869
|
+
#
|
1870
|
+
# To get this ID, open Slack, right click on the channel name in the
|
1871
|
+
# left pane, then choose Copy Link. The channel ID is the 9-character
|
1872
|
+
# string at the end of the URL. For example, ABCBBLZZZ.
|
1531
1873
|
# @return [String]
|
1532
1874
|
#
|
1533
1875
|
# @!attribute [rw] slack_channel_name
|
1534
|
-
# The name of the Slack
|
1876
|
+
# The name of the Slack channel.
|
1535
1877
|
# @return [String]
|
1536
1878
|
#
|
1537
1879
|
# @!attribute [rw] sns_topic_arns
|
1538
|
-
# The ARNs of the SNS topics that deliver
|
1539
|
-
# Chatbot.
|
1880
|
+
# The Amazon Resource Names (ARNs) of the SNS topics that deliver
|
1881
|
+
# notifications to AWS Chatbot.
|
1540
1882
|
# @return [Array<String>]
|
1541
1883
|
#
|
1542
1884
|
# @!attribute [rw] iam_role_arn
|
1543
|
-
#
|
1544
|
-
#
|
1545
|
-
#
|
1546
|
-
#
|
1885
|
+
# A user-defined role that AWS Chatbot assumes. This is not the
|
1886
|
+
# service-linked role.
|
1887
|
+
#
|
1888
|
+
# For more information, see [IAM policies for AWS Chatbot][1] in the
|
1889
|
+
# <i> AWS Chatbot Administrator Guide</i>.
|
1890
|
+
#
|
1891
|
+
#
|
1892
|
+
#
|
1893
|
+
# [1]: https://docs.aws.amazon.com/chatbot/latest/adminguide/chatbot-iam-policies.html
|
1547
1894
|
# @return [String]
|
1548
1895
|
#
|
1549
1896
|
# @!attribute [rw] logging_level
|
1550
|
-
# Logging levels include ERROR
|
1897
|
+
# Logging levels include `ERROR`, `INFO`, or `NONE`.
|
1551
1898
|
# @return [String]
|
1552
1899
|
#
|
1553
1900
|
# @!attribute [rw] guardrail_policy_arns
|
1554
1901
|
# The list of IAM policy ARNs that are applied as channel guardrails.
|
1555
|
-
# The AWS managed
|
1902
|
+
# The AWS managed `AdministratorAccess` policy is applied by default
|
1556
1903
|
# if this is not set.
|
1557
1904
|
# @return [Array<String>]
|
1558
1905
|
#
|
@@ -1571,7 +1918,7 @@ module Aws::Chatbot
|
|
1571
1918
|
:logging_level,
|
1572
1919
|
:guardrail_policy_arns,
|
1573
1920
|
:user_authorization_required)
|
1574
|
-
SENSITIVE = []
|
1921
|
+
SENSITIVE = [:slack_channel_name]
|
1575
1922
|
include Aws::Structure
|
1576
1923
|
end
|
1577
1924
|
|
@@ -1590,12 +1937,20 @@ module Aws::Chatbot
|
|
1590
1937
|
# We can’t process your request right now because of a server issue. Try
|
1591
1938
|
# again later.
|
1592
1939
|
#
|
1940
|
+
# @!attribute [rw] message
|
1941
|
+
# @return [String]
|
1942
|
+
#
|
1593
1943
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/UpdateTeamsChannelConfigurationException AWS API Documentation
|
1594
1944
|
#
|
1595
|
-
class UpdateTeamsChannelConfigurationException <
|
1945
|
+
class UpdateTeamsChannelConfigurationException < Struct.new(
|
1946
|
+
:message)
|
1947
|
+
SENSITIVE = []
|
1948
|
+
include Aws::Structure
|
1949
|
+
end
|
1596
1950
|
|
1597
1951
|
# @!attribute [rw] chat_configuration_arn
|
1598
|
-
# The ARN of the
|
1952
|
+
# The Amazon Resource Number (ARN) of the TeamsChannelConfiguration to
|
1953
|
+
# update.
|
1599
1954
|
# @return [String]
|
1600
1955
|
#
|
1601
1956
|
# @!attribute [rw] channel_id
|
@@ -1607,24 +1962,29 @@ module Aws::Chatbot
|
|
1607
1962
|
# @return [String]
|
1608
1963
|
#
|
1609
1964
|
# @!attribute [rw] sns_topic_arns
|
1610
|
-
# The ARNs of the SNS topics that deliver
|
1611
|
-
# Chatbot.
|
1965
|
+
# The Amazon Resource Names (ARNs) of the SNS topics that deliver
|
1966
|
+
# notifications to AWS Chatbot.
|
1612
1967
|
# @return [Array<String>]
|
1613
1968
|
#
|
1614
1969
|
# @!attribute [rw] iam_role_arn
|
1615
|
-
#
|
1616
|
-
#
|
1617
|
-
#
|
1618
|
-
#
|
1970
|
+
# A user-defined role that AWS Chatbot assumes. This is not the
|
1971
|
+
# service-linked role.
|
1972
|
+
#
|
1973
|
+
# For more information, see [IAM policies for AWS Chatbot][1] in the
|
1974
|
+
# <i> AWS Chatbot Administrator Guide</i>.
|
1975
|
+
#
|
1976
|
+
#
|
1977
|
+
#
|
1978
|
+
# [1]: https://docs.aws.amazon.com/chatbot/latest/adminguide/chatbot-iam-policies.html
|
1619
1979
|
# @return [String]
|
1620
1980
|
#
|
1621
1981
|
# @!attribute [rw] logging_level
|
1622
|
-
# Logging levels include ERROR
|
1982
|
+
# Logging levels include `ERROR`, `INFO`, or `NONE`.
|
1623
1983
|
# @return [String]
|
1624
1984
|
#
|
1625
1985
|
# @!attribute [rw] guardrail_policy_arns
|
1626
1986
|
# The list of IAM policy ARNs that are applied as channel guardrails.
|
1627
|
-
# The AWS managed
|
1987
|
+
# The AWS managed `AdministratorAccess` policy is applied by default
|
1628
1988
|
# if this is not set.
|
1629
1989
|
# @return [Array<String>]
|
1630
1990
|
#
|
@@ -1643,7 +2003,7 @@ module Aws::Chatbot
|
|
1643
2003
|
:logging_level,
|
1644
2004
|
:guardrail_policy_arns,
|
1645
2005
|
:user_authorization_required)
|
1646
|
-
SENSITIVE = []
|
2006
|
+
SENSITIVE = [:channel_name]
|
1647
2007
|
include Aws::Structure
|
1648
2008
|
end
|
1649
2009
|
|