aws-sdk-chatbot 1.16.0 → 1.17.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-chatbot/client.rb +25 -1
- data/lib/aws-sdk-chatbot/client_api.rb +12 -0
- data/lib/aws-sdk-chatbot/types.rb +70 -5
- data/lib/aws-sdk-chatbot.rb +1 -1
- data/sig/types.rbs +10 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 53d41261a1252bda8fc2583585f6861bf4332fa79bd30f67c167feb6c6c29fc9
|
|
4
|
+
data.tar.gz: 66e70c37cc65cc0bfba681844387a3f074a4bca69e3aa5b18fc51776f0033e76
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7e9534501f54dcdab438dbbf79fba98969fa1be922682041ad1c033e737ee7fdb753fa0a81951ba9e44188f1accdb6e31697444ef8945999e599e7db557146e6
|
|
7
|
+
data.tar.gz: ad16e3dde624d4083d7dff4921a41b6315f70f5e56311d0e3ce5c7b14d6fd02576636e0b8ddd616e048bfe9fabef0a37e8a71c75f2e6214d8583d90fe9a2a275
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.17.0
|
|
@@ -521,6 +521,8 @@ module Aws::Chatbot
|
|
|
521
521
|
# resp.webhook_configuration.tags #=> Array
|
|
522
522
|
# resp.webhook_configuration.tags[0].tag_key #=> String
|
|
523
523
|
# resp.webhook_configuration.tags[0].tag_value #=> String
|
|
524
|
+
# resp.webhook_configuration.state #=> String
|
|
525
|
+
# resp.webhook_configuration.state_reason #=> String
|
|
524
526
|
#
|
|
525
527
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/CreateChimeWebhookConfiguration AWS API Documentation
|
|
526
528
|
#
|
|
@@ -636,6 +638,8 @@ module Aws::Chatbot
|
|
|
636
638
|
# resp.channel_configuration.tags #=> Array
|
|
637
639
|
# resp.channel_configuration.tags[0].tag_key #=> String
|
|
638
640
|
# resp.channel_configuration.tags[0].tag_value #=> String
|
|
641
|
+
# resp.channel_configuration.state #=> String
|
|
642
|
+
# resp.channel_configuration.state_reason #=> String
|
|
639
643
|
#
|
|
640
644
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/CreateMicrosoftTeamsChannelConfiguration AWS API Documentation
|
|
641
645
|
#
|
|
@@ -736,6 +740,8 @@ module Aws::Chatbot
|
|
|
736
740
|
# resp.channel_configuration.tags #=> Array
|
|
737
741
|
# resp.channel_configuration.tags[0].tag_key #=> String
|
|
738
742
|
# resp.channel_configuration.tags[0].tag_value #=> String
|
|
743
|
+
# resp.channel_configuration.state #=> String
|
|
744
|
+
# resp.channel_configuration.state_reason #=> String
|
|
739
745
|
#
|
|
740
746
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/CreateSlackChannelConfiguration AWS API Documentation
|
|
741
747
|
#
|
|
@@ -979,6 +985,8 @@ module Aws::Chatbot
|
|
|
979
985
|
# resp.webhook_configurations[0].tags #=> Array
|
|
980
986
|
# resp.webhook_configurations[0].tags[0].tag_key #=> String
|
|
981
987
|
# resp.webhook_configurations[0].tags[0].tag_value #=> String
|
|
988
|
+
# resp.webhook_configurations[0].state #=> String
|
|
989
|
+
# resp.webhook_configurations[0].state_reason #=> String
|
|
982
990
|
#
|
|
983
991
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/DescribeChimeWebhookConfigurations AWS API Documentation
|
|
984
992
|
#
|
|
@@ -1042,6 +1050,8 @@ module Aws::Chatbot
|
|
|
1042
1050
|
# resp.slack_channel_configurations[0].tags #=> Array
|
|
1043
1051
|
# resp.slack_channel_configurations[0].tags[0].tag_key #=> String
|
|
1044
1052
|
# resp.slack_channel_configurations[0].tags[0].tag_value #=> String
|
|
1053
|
+
# resp.slack_channel_configurations[0].state #=> String
|
|
1054
|
+
# resp.slack_channel_configurations[0].state_reason #=> String
|
|
1045
1055
|
#
|
|
1046
1056
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/DescribeSlackChannelConfigurations AWS API Documentation
|
|
1047
1057
|
#
|
|
@@ -1136,6 +1146,8 @@ module Aws::Chatbot
|
|
|
1136
1146
|
# resp.slack_workspaces #=> Array
|
|
1137
1147
|
# resp.slack_workspaces[0].slack_team_id #=> String
|
|
1138
1148
|
# resp.slack_workspaces[0].slack_team_name #=> String
|
|
1149
|
+
# resp.slack_workspaces[0].state #=> String
|
|
1150
|
+
# resp.slack_workspaces[0].state_reason #=> String
|
|
1139
1151
|
# resp.next_token #=> String
|
|
1140
1152
|
#
|
|
1141
1153
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/DescribeSlackWorkspaces AWS API Documentation
|
|
@@ -1202,6 +1214,8 @@ module Aws::Chatbot
|
|
|
1202
1214
|
# resp.channel_configuration.tags #=> Array
|
|
1203
1215
|
# resp.channel_configuration.tags[0].tag_key #=> String
|
|
1204
1216
|
# resp.channel_configuration.tags[0].tag_value #=> String
|
|
1217
|
+
# resp.channel_configuration.state #=> String
|
|
1218
|
+
# resp.channel_configuration.state_reason #=> String
|
|
1205
1219
|
#
|
|
1206
1220
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/GetMicrosoftTeamsChannelConfiguration AWS API Documentation
|
|
1207
1221
|
#
|
|
@@ -1275,6 +1289,8 @@ module Aws::Chatbot
|
|
|
1275
1289
|
# resp.team_channel_configurations[0].tags #=> Array
|
|
1276
1290
|
# resp.team_channel_configurations[0].tags[0].tag_key #=> String
|
|
1277
1291
|
# resp.team_channel_configurations[0].tags[0].tag_value #=> String
|
|
1292
|
+
# resp.team_channel_configurations[0].state #=> String
|
|
1293
|
+
# resp.team_channel_configurations[0].state_reason #=> String
|
|
1278
1294
|
#
|
|
1279
1295
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/ListMicrosoftTeamsChannelConfigurations AWS API Documentation
|
|
1280
1296
|
#
|
|
@@ -1318,6 +1334,8 @@ module Aws::Chatbot
|
|
|
1318
1334
|
# resp.configured_teams[0].tenant_id #=> String
|
|
1319
1335
|
# resp.configured_teams[0].team_id #=> String
|
|
1320
1336
|
# resp.configured_teams[0].team_name #=> String
|
|
1337
|
+
# resp.configured_teams[0].state #=> String
|
|
1338
|
+
# resp.configured_teams[0].state_reason #=> String
|
|
1321
1339
|
# resp.next_token #=> String
|
|
1322
1340
|
#
|
|
1323
1341
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/ListMicrosoftTeamsConfiguredTeams AWS API Documentation
|
|
@@ -1586,6 +1604,8 @@ module Aws::Chatbot
|
|
|
1586
1604
|
# resp.webhook_configuration.tags #=> Array
|
|
1587
1605
|
# resp.webhook_configuration.tags[0].tag_key #=> String
|
|
1588
1606
|
# resp.webhook_configuration.tags[0].tag_value #=> String
|
|
1607
|
+
# resp.webhook_configuration.state #=> String
|
|
1608
|
+
# resp.webhook_configuration.state_reason #=> String
|
|
1589
1609
|
#
|
|
1590
1610
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/UpdateChimeWebhookConfiguration AWS API Documentation
|
|
1591
1611
|
#
|
|
@@ -1670,6 +1690,8 @@ module Aws::Chatbot
|
|
|
1670
1690
|
# resp.channel_configuration.tags #=> Array
|
|
1671
1691
|
# resp.channel_configuration.tags[0].tag_key #=> String
|
|
1672
1692
|
# resp.channel_configuration.tags[0].tag_value #=> String
|
|
1693
|
+
# resp.channel_configuration.state #=> String
|
|
1694
|
+
# resp.channel_configuration.state_reason #=> String
|
|
1673
1695
|
#
|
|
1674
1696
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/UpdateMicrosoftTeamsChannelConfiguration AWS API Documentation
|
|
1675
1697
|
#
|
|
@@ -1757,6 +1779,8 @@ module Aws::Chatbot
|
|
|
1757
1779
|
# resp.channel_configuration.tags #=> Array
|
|
1758
1780
|
# resp.channel_configuration.tags[0].tag_key #=> String
|
|
1759
1781
|
# resp.channel_configuration.tags[0].tag_value #=> String
|
|
1782
|
+
# resp.channel_configuration.state #=> String
|
|
1783
|
+
# resp.channel_configuration.state_reason #=> String
|
|
1760
1784
|
#
|
|
1761
1785
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/UpdateSlackChannelConfiguration AWS API Documentation
|
|
1762
1786
|
#
|
|
@@ -1785,7 +1809,7 @@ module Aws::Chatbot
|
|
|
1785
1809
|
tracer: tracer
|
|
1786
1810
|
)
|
|
1787
1811
|
context[:gem_name] = 'aws-sdk-chatbot'
|
|
1788
|
-
context[:gem_version] = '1.
|
|
1812
|
+
context[:gem_version] = '1.17.0'
|
|
1789
1813
|
Seahorse::Client::Request.new(handlers, context)
|
|
1790
1814
|
end
|
|
1791
1815
|
|
|
@@ -98,6 +98,7 @@ module Aws::Chatbot
|
|
|
98
98
|
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
|
99
99
|
PaginationToken = Shapes::StringShape.new(name: 'PaginationToken')
|
|
100
100
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
|
101
|
+
ResourceState = Shapes::StringShape.new(name: 'ResourceState')
|
|
101
102
|
ServiceUnavailableException = Shapes::StructureShape.new(name: 'ServiceUnavailableException')
|
|
102
103
|
SlackChannelConfiguration = Shapes::StructureShape.new(name: 'SlackChannelConfiguration')
|
|
103
104
|
SlackChannelConfigurationList = Shapes::ListShape.new(name: 'SlackChannelConfigurationList')
|
|
@@ -111,6 +112,7 @@ module Aws::Chatbot
|
|
|
111
112
|
SlackWorkspace = Shapes::StructureShape.new(name: 'SlackWorkspace')
|
|
112
113
|
SlackWorkspacesList = Shapes::ListShape.new(name: 'SlackWorkspacesList')
|
|
113
114
|
SnsTopicArnList = Shapes::ListShape.new(name: 'SnsTopicArnList')
|
|
115
|
+
String = Shapes::StringShape.new(name: 'String')
|
|
114
116
|
Tag = Shapes::StructureShape.new(name: 'Tag')
|
|
115
117
|
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
|
116
118
|
TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
|
|
@@ -154,6 +156,8 @@ module Aws::Chatbot
|
|
|
154
156
|
ChimeWebhookConfiguration.add_member(:configuration_name, Shapes::ShapeRef.new(shape: ConfigurationName, location_name: "ConfigurationName"))
|
|
155
157
|
ChimeWebhookConfiguration.add_member(:logging_level, Shapes::ShapeRef.new(shape: CustomerCwLogLevel, location_name: "LoggingLevel"))
|
|
156
158
|
ChimeWebhookConfiguration.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
|
159
|
+
ChimeWebhookConfiguration.add_member(:state, Shapes::ShapeRef.new(shape: ResourceState, location_name: "State"))
|
|
160
|
+
ChimeWebhookConfiguration.add_member(:state_reason, Shapes::ShapeRef.new(shape: String, location_name: "StateReason"))
|
|
157
161
|
ChimeWebhookConfiguration.struct_class = Types::ChimeWebhookConfiguration
|
|
158
162
|
|
|
159
163
|
ChimeWebhookConfigurationList.member = Shapes::ShapeRef.new(shape: ChimeWebhookConfiguration)
|
|
@@ -161,6 +165,8 @@ module Aws::Chatbot
|
|
|
161
165
|
ConfiguredTeam.add_member(:tenant_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "TenantId"))
|
|
162
166
|
ConfiguredTeam.add_member(:team_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "TeamId"))
|
|
163
167
|
ConfiguredTeam.add_member(:team_name, Shapes::ShapeRef.new(shape: UUID, location_name: "TeamName"))
|
|
168
|
+
ConfiguredTeam.add_member(:state, Shapes::ShapeRef.new(shape: ResourceState, location_name: "State"))
|
|
169
|
+
ConfiguredTeam.add_member(:state_reason, Shapes::ShapeRef.new(shape: String, location_name: "StateReason"))
|
|
164
170
|
ConfiguredTeam.struct_class = Types::ConfiguredTeam
|
|
165
171
|
|
|
166
172
|
ConfiguredTeamsList.member = Shapes::ShapeRef.new(shape: ConfiguredTeam)
|
|
@@ -417,6 +423,8 @@ module Aws::Chatbot
|
|
|
417
423
|
SlackChannelConfiguration.add_member(:guardrail_policy_arns, Shapes::ShapeRef.new(shape: GuardrailPolicyArnList, location_name: "GuardrailPolicyArns"))
|
|
418
424
|
SlackChannelConfiguration.add_member(:user_authorization_required, Shapes::ShapeRef.new(shape: BooleanAccountPreference, location_name: "UserAuthorizationRequired"))
|
|
419
425
|
SlackChannelConfiguration.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
|
426
|
+
SlackChannelConfiguration.add_member(:state, Shapes::ShapeRef.new(shape: ResourceState, location_name: "State"))
|
|
427
|
+
SlackChannelConfiguration.add_member(:state_reason, Shapes::ShapeRef.new(shape: String, location_name: "StateReason"))
|
|
420
428
|
SlackChannelConfiguration.struct_class = Types::SlackChannelConfiguration
|
|
421
429
|
|
|
422
430
|
SlackChannelConfigurationList.member = Shapes::ShapeRef.new(shape: SlackChannelConfiguration)
|
|
@@ -432,6 +440,8 @@ module Aws::Chatbot
|
|
|
432
440
|
|
|
433
441
|
SlackWorkspace.add_member(:slack_team_id, Shapes::ShapeRef.new(shape: SlackTeamId, required: true, location_name: "SlackTeamId"))
|
|
434
442
|
SlackWorkspace.add_member(:slack_team_name, Shapes::ShapeRef.new(shape: SlackTeamName, required: true, location_name: "SlackTeamName"))
|
|
443
|
+
SlackWorkspace.add_member(:state, Shapes::ShapeRef.new(shape: ResourceState, location_name: "State"))
|
|
444
|
+
SlackWorkspace.add_member(:state_reason, Shapes::ShapeRef.new(shape: String, location_name: "StateReason"))
|
|
435
445
|
SlackWorkspace.struct_class = Types::SlackWorkspace
|
|
436
446
|
|
|
437
447
|
SlackWorkspacesList.member = Shapes::ShapeRef.new(shape: SlackWorkspace)
|
|
@@ -469,6 +479,8 @@ module Aws::Chatbot
|
|
|
469
479
|
TeamsChannelConfiguration.add_member(:guardrail_policy_arns, Shapes::ShapeRef.new(shape: GuardrailPolicyArnList, location_name: "GuardrailPolicyArns"))
|
|
470
480
|
TeamsChannelConfiguration.add_member(:user_authorization_required, Shapes::ShapeRef.new(shape: BooleanAccountPreference, location_name: "UserAuthorizationRequired"))
|
|
471
481
|
TeamsChannelConfiguration.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
|
482
|
+
TeamsChannelConfiguration.add_member(:state, Shapes::ShapeRef.new(shape: ResourceState, location_name: "State"))
|
|
483
|
+
TeamsChannelConfiguration.add_member(:state_reason, Shapes::ShapeRef.new(shape: String, location_name: "StateReason"))
|
|
472
484
|
TeamsChannelConfiguration.struct_class = Types::TeamsChannelConfiguration
|
|
473
485
|
|
|
474
486
|
TeamsUserIdentitiesList.member = Shapes::ShapeRef.new(shape: TeamsUserIdentity)
|
|
@@ -88,6 +88,17 @@ module Aws::Chatbot
|
|
|
88
88
|
# map of key-value pairs.
|
|
89
89
|
# @return [Array<Types::Tag>]
|
|
90
90
|
#
|
|
91
|
+
# @!attribute [rw] state
|
|
92
|
+
# Either `ENABLED` or `DISABLED`. The resource returns `DISABLED` if
|
|
93
|
+
# the organization's AWS Chatbot policy has explicitly denied that
|
|
94
|
+
# configuration. For example, if Amazon Chime is disabled.
|
|
95
|
+
# @return [String]
|
|
96
|
+
#
|
|
97
|
+
# @!attribute [rw] state_reason
|
|
98
|
+
# Provided if State is `DISABLED`. Provides context as to why the
|
|
99
|
+
# resource is disabled.
|
|
100
|
+
# @return [String]
|
|
101
|
+
#
|
|
91
102
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/ChimeWebhookConfiguration AWS API Documentation
|
|
92
103
|
#
|
|
93
104
|
class ChimeWebhookConfiguration < Struct.new(
|
|
@@ -97,7 +108,9 @@ module Aws::Chatbot
|
|
|
97
108
|
:sns_topic_arns,
|
|
98
109
|
:configuration_name,
|
|
99
110
|
:logging_level,
|
|
100
|
-
:tags
|
|
111
|
+
:tags,
|
|
112
|
+
:state,
|
|
113
|
+
:state_reason)
|
|
101
114
|
SENSITIVE = [:webhook_description]
|
|
102
115
|
include Aws::Structure
|
|
103
116
|
end
|
|
@@ -126,12 +139,25 @@ module Aws::Chatbot
|
|
|
126
139
|
# The name of the Microsoft Teams Team.
|
|
127
140
|
# @return [String]
|
|
128
141
|
#
|
|
142
|
+
# @!attribute [rw] state
|
|
143
|
+
# Either `ENABLED` or `DISABLED`. The resource returns `DISABLED` if
|
|
144
|
+
# the organization's AWS Chatbot policy has explicitly denied that
|
|
145
|
+
# configuration. For example, if Amazon Chime is disabled.
|
|
146
|
+
# @return [String]
|
|
147
|
+
#
|
|
148
|
+
# @!attribute [rw] state_reason
|
|
149
|
+
# Provided if State is `DISABLED`. Provides context as to why the
|
|
150
|
+
# resource is disabled.
|
|
151
|
+
# @return [String]
|
|
152
|
+
#
|
|
129
153
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/ConfiguredTeam AWS API Documentation
|
|
130
154
|
#
|
|
131
155
|
class ConfiguredTeam < Struct.new(
|
|
132
156
|
:tenant_id,
|
|
133
157
|
:team_id,
|
|
134
|
-
:team_name
|
|
158
|
+
:team_name,
|
|
159
|
+
:state,
|
|
160
|
+
:state_reason)
|
|
135
161
|
SENSITIVE = []
|
|
136
162
|
include Aws::Structure
|
|
137
163
|
end
|
|
@@ -1376,6 +1402,17 @@ module Aws::Chatbot
|
|
|
1376
1402
|
# map of key-value pairs.
|
|
1377
1403
|
# @return [Array<Types::Tag>]
|
|
1378
1404
|
#
|
|
1405
|
+
# @!attribute [rw] state
|
|
1406
|
+
# Either `ENABLED` or `DISABLED`. The resource returns `DISABLED` if
|
|
1407
|
+
# the organization's AWS Chatbot policy has explicitly denied that
|
|
1408
|
+
# configuration. For example, if Amazon Chime is disabled.
|
|
1409
|
+
# @return [String]
|
|
1410
|
+
#
|
|
1411
|
+
# @!attribute [rw] state_reason
|
|
1412
|
+
# Provided if State is `DISABLED`. Provides context as to why the
|
|
1413
|
+
# resource is disabled.
|
|
1414
|
+
# @return [String]
|
|
1415
|
+
#
|
|
1379
1416
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/SlackChannelConfiguration AWS API Documentation
|
|
1380
1417
|
#
|
|
1381
1418
|
class SlackChannelConfiguration < Struct.new(
|
|
@@ -1390,7 +1427,9 @@ module Aws::Chatbot
|
|
|
1390
1427
|
:logging_level,
|
|
1391
1428
|
:guardrail_policy_arns,
|
|
1392
1429
|
:user_authorization_required,
|
|
1393
|
-
:tags
|
|
1430
|
+
:tags,
|
|
1431
|
+
:state,
|
|
1432
|
+
:state_reason)
|
|
1394
1433
|
SENSITIVE = [:slack_channel_name]
|
|
1395
1434
|
include Aws::Structure
|
|
1396
1435
|
end
|
|
@@ -1449,11 +1488,24 @@ module Aws::Chatbot
|
|
|
1449
1488
|
# The name of the Slack workspace.
|
|
1450
1489
|
# @return [String]
|
|
1451
1490
|
#
|
|
1491
|
+
# @!attribute [rw] state
|
|
1492
|
+
# Either `ENABLED` or `DISABLED`. The resource returns `DISABLED` if
|
|
1493
|
+
# the organization's AWS Chatbot policy has explicitly denied that
|
|
1494
|
+
# configuration. For example, if Amazon Chime is disabled.
|
|
1495
|
+
# @return [String]
|
|
1496
|
+
#
|
|
1497
|
+
# @!attribute [rw] state_reason
|
|
1498
|
+
# Provided if State is `DISABLED`. Provides context as to why the
|
|
1499
|
+
# resource is disabled.
|
|
1500
|
+
# @return [String]
|
|
1501
|
+
#
|
|
1452
1502
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/SlackWorkspace AWS API Documentation
|
|
1453
1503
|
#
|
|
1454
1504
|
class SlackWorkspace < Struct.new(
|
|
1455
1505
|
:slack_team_id,
|
|
1456
|
-
:slack_team_name
|
|
1506
|
+
:slack_team_name,
|
|
1507
|
+
:state,
|
|
1508
|
+
:state_reason)
|
|
1457
1509
|
SENSITIVE = []
|
|
1458
1510
|
include Aws::Structure
|
|
1459
1511
|
end
|
|
@@ -1587,6 +1639,17 @@ module Aws::Chatbot
|
|
|
1587
1639
|
# map of key-value pairs.
|
|
1588
1640
|
# @return [Array<Types::Tag>]
|
|
1589
1641
|
#
|
|
1642
|
+
# @!attribute [rw] state
|
|
1643
|
+
# Either `ENABLED` or `DISABLED`. The resource returns `DISABLED` if
|
|
1644
|
+
# the organization's AWS Chatbot policy has explicitly denied that
|
|
1645
|
+
# configuration. For example, if Amazon Chime is disabled.
|
|
1646
|
+
# @return [String]
|
|
1647
|
+
#
|
|
1648
|
+
# @!attribute [rw] state_reason
|
|
1649
|
+
# Provided if State is `DISABLED`. Provides context as to why the
|
|
1650
|
+
# resource is disabled.
|
|
1651
|
+
# @return [String]
|
|
1652
|
+
#
|
|
1590
1653
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/TeamsChannelConfiguration AWS API Documentation
|
|
1591
1654
|
#
|
|
1592
1655
|
class TeamsChannelConfiguration < Struct.new(
|
|
@@ -1602,7 +1665,9 @@ module Aws::Chatbot
|
|
|
1602
1665
|
:logging_level,
|
|
1603
1666
|
:guardrail_policy_arns,
|
|
1604
1667
|
:user_authorization_required,
|
|
1605
|
-
:tags
|
|
1668
|
+
:tags,
|
|
1669
|
+
:state,
|
|
1670
|
+
:state_reason)
|
|
1606
1671
|
SENSITIVE = [:channel_name, :team_name]
|
|
1607
1672
|
include Aws::Structure
|
|
1608
1673
|
end
|
data/lib/aws-sdk-chatbot.rb
CHANGED
data/sig/types.rbs
CHANGED
|
@@ -22,6 +22,8 @@ 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
|
+
attr_accessor state: ::String
|
|
26
|
+
attr_accessor state_reason: ::String
|
|
25
27
|
SENSITIVE: [:webhook_description]
|
|
26
28
|
end
|
|
27
29
|
|
|
@@ -29,6 +31,8 @@ module Aws::Chatbot
|
|
|
29
31
|
attr_accessor tenant_id: ::String
|
|
30
32
|
attr_accessor team_id: ::String
|
|
31
33
|
attr_accessor team_name: ::String
|
|
34
|
+
attr_accessor state: ::String
|
|
35
|
+
attr_accessor state_reason: ::String
|
|
32
36
|
SENSITIVE: []
|
|
33
37
|
end
|
|
34
38
|
|
|
@@ -407,6 +411,8 @@ module Aws::Chatbot
|
|
|
407
411
|
attr_accessor guardrail_policy_arns: ::Array[::String]
|
|
408
412
|
attr_accessor user_authorization_required: bool
|
|
409
413
|
attr_accessor tags: ::Array[Types::Tag]
|
|
414
|
+
attr_accessor state: ::String
|
|
415
|
+
attr_accessor state_reason: ::String
|
|
410
416
|
SENSITIVE: [:slack_channel_name]
|
|
411
417
|
end
|
|
412
418
|
|
|
@@ -422,6 +428,8 @@ module Aws::Chatbot
|
|
|
422
428
|
class SlackWorkspace
|
|
423
429
|
attr_accessor slack_team_id: ::String
|
|
424
430
|
attr_accessor slack_team_name: ::String
|
|
431
|
+
attr_accessor state: ::String
|
|
432
|
+
attr_accessor state_reason: ::String
|
|
425
433
|
SENSITIVE: []
|
|
426
434
|
end
|
|
427
435
|
|
|
@@ -454,6 +462,8 @@ module Aws::Chatbot
|
|
|
454
462
|
attr_accessor guardrail_policy_arns: ::Array[::String]
|
|
455
463
|
attr_accessor user_authorization_required: bool
|
|
456
464
|
attr_accessor tags: ::Array[Types::Tag]
|
|
465
|
+
attr_accessor state: ::String
|
|
466
|
+
attr_accessor state_reason: ::String
|
|
457
467
|
SENSITIVE: [:channel_name, :team_name]
|
|
458
468
|
end
|
|
459
469
|
|
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.
|
|
4
|
+
version: 1.17.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-09-
|
|
11
|
+
date: 2024-09-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|