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.
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-chatbot/customizations'
52
52
  # @!group service
53
53
  module Aws::Chatbot
54
54
 
55
- GEM_VERSION = '1.8.0'
55
+ GEM_VERSION = '1.10.0'
56
56
 
57
57
  end
data/sig/client.rbs CHANGED
@@ -48,6 +48,7 @@ module Aws
48
48
  ?sdk_ua_app_id: String,
49
49
  ?secret_access_key: String,
50
50
  ?session_token: String,
51
+ ?sigv4a_signing_region_set: Array[String],
51
52
  ?stub_responses: untyped,
52
53
  ?token_provider: untyped,
53
54
  ?use_dualstack_endpoint: bool,
data/sig/errors.rbs CHANGED
@@ -12,66 +12,97 @@ module Aws
12
12
  end
13
13
 
14
14
  class ConflictException < ::Aws::Errors::ServiceError
15
+ def message: () -> ::String
15
16
  end
16
17
  class CreateChimeWebhookConfigurationException < ::Aws::Errors::ServiceError
18
+ def message: () -> ::String
17
19
  end
18
20
  class CreateSlackChannelConfigurationException < ::Aws::Errors::ServiceError
21
+ def message: () -> ::String
19
22
  end
20
23
  class CreateTeamsChannelConfigurationException < ::Aws::Errors::ServiceError
24
+ def message: () -> ::String
21
25
  end
22
26
  class DeleteChimeWebhookConfigurationException < ::Aws::Errors::ServiceError
27
+ def message: () -> ::String
23
28
  end
24
29
  class DeleteMicrosoftTeamsUserIdentityException < ::Aws::Errors::ServiceError
30
+ def message: () -> ::String
25
31
  end
26
32
  class DeleteSlackChannelConfigurationException < ::Aws::Errors::ServiceError
33
+ def message: () -> ::String
27
34
  end
28
35
  class DeleteSlackUserIdentityException < ::Aws::Errors::ServiceError
36
+ def message: () -> ::String
29
37
  end
30
38
  class DeleteSlackWorkspaceAuthorizationFault < ::Aws::Errors::ServiceError
39
+ def message: () -> ::String
31
40
  end
32
41
  class DeleteTeamsChannelConfigurationException < ::Aws::Errors::ServiceError
42
+ def message: () -> ::String
33
43
  end
34
44
  class DeleteTeamsConfiguredTeamException < ::Aws::Errors::ServiceError
45
+ def message: () -> ::String
35
46
  end
36
47
  class DescribeChimeWebhookConfigurationsException < ::Aws::Errors::ServiceError
48
+ def message: () -> ::String
37
49
  end
38
50
  class DescribeSlackChannelConfigurationsException < ::Aws::Errors::ServiceError
51
+ def message: () -> ::String
39
52
  end
40
53
  class DescribeSlackUserIdentitiesException < ::Aws::Errors::ServiceError
54
+ def message: () -> ::String
41
55
  end
42
56
  class DescribeSlackWorkspacesException < ::Aws::Errors::ServiceError
57
+ def message: () -> ::String
43
58
  end
44
59
  class GetAccountPreferencesException < ::Aws::Errors::ServiceError
60
+ def message: () -> ::String
45
61
  end
46
62
  class GetTeamsChannelConfigurationException < ::Aws::Errors::ServiceError
63
+ def message: () -> ::String
47
64
  end
48
65
  class InternalServiceError < ::Aws::Errors::ServiceError
66
+ def message: () -> ::String
49
67
  end
50
68
  class InvalidParameterException < ::Aws::Errors::ServiceError
69
+ def message: () -> ::String
51
70
  end
52
71
  class InvalidRequestException < ::Aws::Errors::ServiceError
72
+ def message: () -> ::String
53
73
  end
54
74
  class LimitExceededException < ::Aws::Errors::ServiceError
75
+ def message: () -> ::String
55
76
  end
56
77
  class ListMicrosoftTeamsConfiguredTeamsException < ::Aws::Errors::ServiceError
78
+ def message: () -> ::String
57
79
  end
58
80
  class ListMicrosoftTeamsUserIdentitiesException < ::Aws::Errors::ServiceError
81
+ def message: () -> ::String
59
82
  end
60
83
  class ListTeamsChannelConfigurationsException < ::Aws::Errors::ServiceError
84
+ def message: () -> ::String
61
85
  end
62
86
  class ResourceNotFoundException < ::Aws::Errors::ServiceError
87
+ def message: () -> ::String
63
88
  end
64
89
  class ServiceUnavailableException < ::Aws::Errors::ServiceError
90
+ def message: () -> ::String
65
91
  end
66
92
  class TooManyTagsException < ::Aws::Errors::ServiceError
93
+ def message: () -> ::String
67
94
  end
68
95
  class UpdateAccountPreferencesException < ::Aws::Errors::ServiceError
96
+ def message: () -> ::String
69
97
  end
70
98
  class UpdateChimeWebhookConfigurationException < ::Aws::Errors::ServiceError
99
+ def message: () -> ::String
71
100
  end
72
101
  class UpdateSlackChannelConfigurationException < ::Aws::Errors::ServiceError
102
+ def message: () -> ::String
73
103
  end
74
104
  class UpdateTeamsChannelConfigurationException < ::Aws::Errors::ServiceError
105
+ def message: () -> ::String
75
106
  end
76
107
  end
77
108
  end
data/sig/resource.rbs CHANGED
@@ -48,6 +48,7 @@ module Aws
48
48
  ?sdk_ua_app_id: String,
49
49
  ?secret_access_key: String,
50
50
  ?session_token: String,
51
+ ?sigv4a_signing_region_set: Array[String],
51
52
  ?stub_responses: untyped,
52
53
  ?token_provider: untyped,
53
54
  ?use_dualstack_endpoint: bool,
data/sig/types.rbs CHANGED
@@ -22,7 +22,7 @@ module Aws::Chatbot
22
22
  attr_accessor configuration_name: ::String
23
23
  attr_accessor logging_level: ::String
24
24
  attr_accessor tags: ::Array[Types::Tag]
25
- SENSITIVE: []
25
+ SENSITIVE: [:webhook_description]
26
26
  end
27
27
 
28
28
  class ConfiguredTeam
@@ -32,10 +32,14 @@ module Aws::Chatbot
32
32
  SENSITIVE: []
33
33
  end
34
34
 
35
- class ConflictException < Aws::EmptyStructure
35
+ class ConflictException
36
+ attr_accessor message: ::String
37
+ SENSITIVE: []
36
38
  end
37
39
 
38
- class CreateChimeWebhookConfigurationException < Aws::EmptyStructure
40
+ class CreateChimeWebhookConfigurationException
41
+ attr_accessor message: ::String
42
+ SENSITIVE: []
39
43
  end
40
44
 
41
45
  class CreateChimeWebhookConfigurationRequest
@@ -46,7 +50,7 @@ module Aws::Chatbot
46
50
  attr_accessor configuration_name: ::String
47
51
  attr_accessor logging_level: ::String
48
52
  attr_accessor tags: ::Array[Types::Tag]
49
- SENSITIVE: []
53
+ SENSITIVE: [:webhook_description, :webhook_url]
50
54
  end
51
55
 
52
56
  class CreateChimeWebhookConfigurationResult
@@ -54,7 +58,9 @@ module Aws::Chatbot
54
58
  SENSITIVE: []
55
59
  end
56
60
 
57
- class CreateSlackChannelConfigurationException < Aws::EmptyStructure
61
+ class CreateSlackChannelConfigurationException
62
+ attr_accessor message: ::String
63
+ SENSITIVE: []
58
64
  end
59
65
 
60
66
  class CreateSlackChannelConfigurationRequest
@@ -68,7 +74,7 @@ module Aws::Chatbot
68
74
  attr_accessor guardrail_policy_arns: ::Array[::String]
69
75
  attr_accessor user_authorization_required: bool
70
76
  attr_accessor tags: ::Array[Types::Tag]
71
- SENSITIVE: []
77
+ SENSITIVE: [:slack_channel_name]
72
78
  end
73
79
 
74
80
  class CreateSlackChannelConfigurationResult
@@ -76,7 +82,9 @@ module Aws::Chatbot
76
82
  SENSITIVE: []
77
83
  end
78
84
 
79
- class CreateTeamsChannelConfigurationException < Aws::EmptyStructure
85
+ class CreateTeamsChannelConfigurationException
86
+ attr_accessor message: ::String
87
+ SENSITIVE: []
80
88
  end
81
89
 
82
90
  class CreateTeamsChannelConfigurationRequest
@@ -92,7 +100,7 @@ module Aws::Chatbot
92
100
  attr_accessor guardrail_policy_arns: ::Array[::String]
93
101
  attr_accessor user_authorization_required: bool
94
102
  attr_accessor tags: ::Array[Types::Tag]
95
- SENSITIVE: []
103
+ SENSITIVE: [:channel_name, :team_name]
96
104
  end
97
105
 
98
106
  class CreateTeamsChannelConfigurationResult
@@ -100,7 +108,9 @@ module Aws::Chatbot
100
108
  SENSITIVE: []
101
109
  end
102
110
 
103
- class DeleteChimeWebhookConfigurationException < Aws::EmptyStructure
111
+ class DeleteChimeWebhookConfigurationException
112
+ attr_accessor message: ::String
113
+ SENSITIVE: []
104
114
  end
105
115
 
106
116
  class DeleteChimeWebhookConfigurationRequest
@@ -111,7 +121,9 @@ module Aws::Chatbot
111
121
  class DeleteChimeWebhookConfigurationResult < Aws::EmptyStructure
112
122
  end
113
123
 
114
- class DeleteMicrosoftTeamsUserIdentityException < Aws::EmptyStructure
124
+ class DeleteMicrosoftTeamsUserIdentityException
125
+ attr_accessor message: ::String
126
+ SENSITIVE: []
115
127
  end
116
128
 
117
129
  class DeleteMicrosoftTeamsUserIdentityRequest
@@ -123,7 +135,9 @@ module Aws::Chatbot
123
135
  class DeleteMicrosoftTeamsUserIdentityResult < Aws::EmptyStructure
124
136
  end
125
137
 
126
- class DeleteSlackChannelConfigurationException < Aws::EmptyStructure
138
+ class DeleteSlackChannelConfigurationException
139
+ attr_accessor message: ::String
140
+ SENSITIVE: []
127
141
  end
128
142
 
129
143
  class DeleteSlackChannelConfigurationRequest
@@ -134,7 +148,9 @@ module Aws::Chatbot
134
148
  class DeleteSlackChannelConfigurationResult < Aws::EmptyStructure
135
149
  end
136
150
 
137
- class DeleteSlackUserIdentityException < Aws::EmptyStructure
151
+ class DeleteSlackUserIdentityException
152
+ attr_accessor message: ::String
153
+ SENSITIVE: []
138
154
  end
139
155
 
140
156
  class DeleteSlackUserIdentityRequest
@@ -147,7 +163,9 @@ module Aws::Chatbot
147
163
  class DeleteSlackUserIdentityResult < Aws::EmptyStructure
148
164
  end
149
165
 
150
- class DeleteSlackWorkspaceAuthorizationFault < Aws::EmptyStructure
166
+ class DeleteSlackWorkspaceAuthorizationFault
167
+ attr_accessor message: ::String
168
+ SENSITIVE: []
151
169
  end
152
170
 
153
171
  class DeleteSlackWorkspaceAuthorizationRequest
@@ -158,7 +176,9 @@ module Aws::Chatbot
158
176
  class DeleteSlackWorkspaceAuthorizationResult < Aws::EmptyStructure
159
177
  end
160
178
 
161
- class DeleteTeamsChannelConfigurationException < Aws::EmptyStructure
179
+ class DeleteTeamsChannelConfigurationException
180
+ attr_accessor message: ::String
181
+ SENSITIVE: []
162
182
  end
163
183
 
164
184
  class DeleteTeamsChannelConfigurationRequest
@@ -169,7 +189,9 @@ module Aws::Chatbot
169
189
  class DeleteTeamsChannelConfigurationResult < Aws::EmptyStructure
170
190
  end
171
191
 
172
- class DeleteTeamsConfiguredTeamException < Aws::EmptyStructure
192
+ class DeleteTeamsConfiguredTeamException
193
+ attr_accessor message: ::String
194
+ SENSITIVE: []
173
195
  end
174
196
 
175
197
  class DeleteTeamsConfiguredTeamRequest
@@ -180,7 +202,9 @@ module Aws::Chatbot
180
202
  class DeleteTeamsConfiguredTeamResult < Aws::EmptyStructure
181
203
  end
182
204
 
183
- class DescribeChimeWebhookConfigurationsException < Aws::EmptyStructure
205
+ class DescribeChimeWebhookConfigurationsException
206
+ attr_accessor message: ::String
207
+ SENSITIVE: []
184
208
  end
185
209
 
186
210
  class DescribeChimeWebhookConfigurationsRequest
@@ -196,7 +220,9 @@ module Aws::Chatbot
196
220
  SENSITIVE: []
197
221
  end
198
222
 
199
- class DescribeSlackChannelConfigurationsException < Aws::EmptyStructure
223
+ class DescribeSlackChannelConfigurationsException
224
+ attr_accessor message: ::String
225
+ SENSITIVE: []
200
226
  end
201
227
 
202
228
  class DescribeSlackChannelConfigurationsRequest
@@ -212,7 +238,9 @@ module Aws::Chatbot
212
238
  SENSITIVE: []
213
239
  end
214
240
 
215
- class DescribeSlackUserIdentitiesException < Aws::EmptyStructure
241
+ class DescribeSlackUserIdentitiesException
242
+ attr_accessor message: ::String
243
+ SENSITIVE: []
216
244
  end
217
245
 
218
246
  class DescribeSlackUserIdentitiesRequest
@@ -228,7 +256,9 @@ module Aws::Chatbot
228
256
  SENSITIVE: []
229
257
  end
230
258
 
231
- class DescribeSlackWorkspacesException < Aws::EmptyStructure
259
+ class DescribeSlackWorkspacesException
260
+ attr_accessor message: ::String
261
+ SENSITIVE: []
232
262
  end
233
263
 
234
264
  class DescribeSlackWorkspacesRequest
@@ -243,7 +273,9 @@ module Aws::Chatbot
243
273
  SENSITIVE: []
244
274
  end
245
275
 
246
- class GetAccountPreferencesException < Aws::EmptyStructure
276
+ class GetAccountPreferencesException
277
+ attr_accessor message: ::String
278
+ SENSITIVE: []
247
279
  end
248
280
 
249
281
  class GetAccountPreferencesRequest < Aws::EmptyStructure
@@ -254,7 +286,9 @@ module Aws::Chatbot
254
286
  SENSITIVE: []
255
287
  end
256
288
 
257
- class GetTeamsChannelConfigurationException < Aws::EmptyStructure
289
+ class GetTeamsChannelConfigurationException
290
+ attr_accessor message: ::String
291
+ SENSITIVE: []
258
292
  end
259
293
 
260
294
  class GetTeamsChannelConfigurationRequest
@@ -267,19 +301,29 @@ module Aws::Chatbot
267
301
  SENSITIVE: []
268
302
  end
269
303
 
270
- class InternalServiceError < Aws::EmptyStructure
304
+ class InternalServiceError
305
+ attr_accessor message: ::String
306
+ SENSITIVE: []
271
307
  end
272
308
 
273
- class InvalidParameterException < Aws::EmptyStructure
309
+ class InvalidParameterException
310
+ attr_accessor message: ::String
311
+ SENSITIVE: []
274
312
  end
275
313
 
276
- class InvalidRequestException < Aws::EmptyStructure
314
+ class InvalidRequestException
315
+ attr_accessor message: ::String
316
+ SENSITIVE: []
277
317
  end
278
318
 
279
- class LimitExceededException < Aws::EmptyStructure
319
+ class LimitExceededException
320
+ attr_accessor message: ::String
321
+ SENSITIVE: []
280
322
  end
281
323
 
282
- class ListMicrosoftTeamsConfiguredTeamsException < Aws::EmptyStructure
324
+ class ListMicrosoftTeamsConfiguredTeamsException
325
+ attr_accessor message: ::String
326
+ SENSITIVE: []
283
327
  end
284
328
 
285
329
  class ListMicrosoftTeamsConfiguredTeamsRequest
@@ -294,7 +338,9 @@ module Aws::Chatbot
294
338
  SENSITIVE: []
295
339
  end
296
340
 
297
- class ListMicrosoftTeamsUserIdentitiesException < Aws::EmptyStructure
341
+ class ListMicrosoftTeamsUserIdentitiesException
342
+ attr_accessor message: ::String
343
+ SENSITIVE: []
298
344
  end
299
345
 
300
346
  class ListMicrosoftTeamsUserIdentitiesRequest
@@ -320,7 +366,9 @@ module Aws::Chatbot
320
366
  SENSITIVE: []
321
367
  end
322
368
 
323
- class ListTeamsChannelConfigurationsException < Aws::EmptyStructure
369
+ class ListTeamsChannelConfigurationsException
370
+ attr_accessor message: ::String
371
+ SENSITIVE: []
324
372
  end
325
373
 
326
374
  class ListTeamsChannelConfigurationsRequest
@@ -336,10 +384,14 @@ module Aws::Chatbot
336
384
  SENSITIVE: []
337
385
  end
338
386
 
339
- class ResourceNotFoundException < Aws::EmptyStructure
387
+ class ResourceNotFoundException
388
+ attr_accessor message: ::String
389
+ SENSITIVE: []
340
390
  end
341
391
 
342
- class ServiceUnavailableException < Aws::EmptyStructure
392
+ class ServiceUnavailableException
393
+ attr_accessor message: ::String
394
+ SENSITIVE: []
343
395
  end
344
396
 
345
397
  class SlackChannelConfiguration
@@ -355,7 +407,7 @@ module Aws::Chatbot
355
407
  attr_accessor guardrail_policy_arns: ::Array[::String]
356
408
  attr_accessor user_authorization_required: bool
357
409
  attr_accessor tags: ::Array[Types::Tag]
358
- SENSITIVE: []
410
+ SENSITIVE: [:slack_channel_name]
359
411
  end
360
412
 
361
413
  class SlackUserIdentity
@@ -402,7 +454,7 @@ module Aws::Chatbot
402
454
  attr_accessor guardrail_policy_arns: ::Array[::String]
403
455
  attr_accessor user_authorization_required: bool
404
456
  attr_accessor tags: ::Array[Types::Tag]
405
- SENSITIVE: []
457
+ SENSITIVE: [:channel_name, :team_name]
406
458
  end
407
459
 
408
460
  class TeamsUserIdentity
@@ -416,7 +468,9 @@ module Aws::Chatbot
416
468
  SENSITIVE: []
417
469
  end
418
470
 
419
- class TooManyTagsException < Aws::EmptyStructure
471
+ class TooManyTagsException
472
+ attr_accessor message: ::String
473
+ SENSITIVE: []
420
474
  end
421
475
 
422
476
  class UntagResourceRequest
@@ -428,7 +482,9 @@ module Aws::Chatbot
428
482
  class UntagResourceResponse < Aws::EmptyStructure
429
483
  end
430
484
 
431
- class UpdateAccountPreferencesException < Aws::EmptyStructure
485
+ class UpdateAccountPreferencesException
486
+ attr_accessor message: ::String
487
+ SENSITIVE: []
432
488
  end
433
489
 
434
490
  class UpdateAccountPreferencesRequest
@@ -442,7 +498,9 @@ module Aws::Chatbot
442
498
  SENSITIVE: []
443
499
  end
444
500
 
445
- class UpdateChimeWebhookConfigurationException < Aws::EmptyStructure
501
+ class UpdateChimeWebhookConfigurationException
502
+ attr_accessor message: ::String
503
+ SENSITIVE: []
446
504
  end
447
505
 
448
506
  class UpdateChimeWebhookConfigurationRequest
@@ -452,7 +510,7 @@ module Aws::Chatbot
452
510
  attr_accessor sns_topic_arns: ::Array[::String]
453
511
  attr_accessor iam_role_arn: ::String
454
512
  attr_accessor logging_level: ::String
455
- SENSITIVE: []
513
+ SENSITIVE: [:webhook_description, :webhook_url]
456
514
  end
457
515
 
458
516
  class UpdateChimeWebhookConfigurationResult
@@ -460,7 +518,9 @@ module Aws::Chatbot
460
518
  SENSITIVE: []
461
519
  end
462
520
 
463
- class UpdateSlackChannelConfigurationException < Aws::EmptyStructure
521
+ class UpdateSlackChannelConfigurationException
522
+ attr_accessor message: ::String
523
+ SENSITIVE: []
464
524
  end
465
525
 
466
526
  class UpdateSlackChannelConfigurationRequest
@@ -472,7 +532,7 @@ module Aws::Chatbot
472
532
  attr_accessor logging_level: ::String
473
533
  attr_accessor guardrail_policy_arns: ::Array[::String]
474
534
  attr_accessor user_authorization_required: bool
475
- SENSITIVE: []
535
+ SENSITIVE: [:slack_channel_name]
476
536
  end
477
537
 
478
538
  class UpdateSlackChannelConfigurationResult
@@ -480,7 +540,9 @@ module Aws::Chatbot
480
540
  SENSITIVE: []
481
541
  end
482
542
 
483
- class UpdateTeamsChannelConfigurationException < Aws::EmptyStructure
543
+ class UpdateTeamsChannelConfigurationException
544
+ attr_accessor message: ::String
545
+ SENSITIVE: []
484
546
  end
485
547
 
486
548
  class UpdateTeamsChannelConfigurationRequest
@@ -492,7 +554,7 @@ module Aws::Chatbot
492
554
  attr_accessor logging_level: ::String
493
555
  attr_accessor guardrail_policy_arns: ::Array[::String]
494
556
  attr_accessor user_authorization_required: bool
495
- SENSITIVE: []
557
+ SENSITIVE: [:channel_name]
496
558
  end
497
559
 
498
560
  class UpdateTeamsChannelConfigurationResult
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-chatbot
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.0
4
+ version: 1.10.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-06-28 00:00:00.000000000 Z
11
+ date: 2024-08-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.199.0
22
+ version: 3.201.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,21 +29,21 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.199.0
32
+ version: 3.201.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
36
36
  requirements:
37
37
  - - "~>"
38
38
  - !ruby/object:Gem::Version
39
- version: '1.1'
39
+ version: '1.5'
40
40
  type: :runtime
41
41
  prerelease: false
42
42
  version_requirements: !ruby/object:Gem::Requirement
43
43
  requirements:
44
44
  - - "~>"
45
45
  - !ruby/object:Gem::Version
46
- version: '1.1'
46
+ version: '1.5'
47
47
  description: Official AWS Ruby gem for AWS Chatbot. This gem is part of the AWS SDK
48
48
  for Ruby.
49
49
  email: