aws-sdk-chatbot 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,785 @@
1
+ # frozen_string_literal: true
2
+
3
+ # WARNING ABOUT GENERATED CODE
4
+ #
5
+ # This file is generated. See the contributing guide for more information:
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
+ #
8
+ # WARNING ABOUT GENERATED CODE
9
+
10
+ module Aws::Chatbot
11
+ # @api private
12
+ module ClientApi
13
+
14
+ include Seahorse::Model
15
+
16
+ AccountPreferences = Shapes::StructureShape.new(name: 'AccountPreferences')
17
+ Arn = Shapes::StringShape.new(name: 'Arn')
18
+ AwsUserIdentity = Shapes::StringShape.new(name: 'AwsUserIdentity')
19
+ BooleanAccountPreference = Shapes::BooleanShape.new(name: 'BooleanAccountPreference')
20
+ ChatConfigurationArn = Shapes::StringShape.new(name: 'ChatConfigurationArn')
21
+ ChimeWebhookConfiguration = Shapes::StructureShape.new(name: 'ChimeWebhookConfiguration')
22
+ ChimeWebhookConfigurationList = Shapes::ListShape.new(name: 'ChimeWebhookConfigurationList')
23
+ ChimeWebhookDescription = Shapes::StringShape.new(name: 'ChimeWebhookDescription')
24
+ ChimeWebhookUrl = Shapes::StringShape.new(name: 'ChimeWebhookUrl')
25
+ ConfigurationName = Shapes::StringShape.new(name: 'ConfigurationName')
26
+ ConfiguredTeam = Shapes::StructureShape.new(name: 'ConfiguredTeam')
27
+ ConfiguredTeamsList = Shapes::ListShape.new(name: 'ConfiguredTeamsList')
28
+ ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
29
+ CreateChimeWebhookConfigurationException = Shapes::StructureShape.new(name: 'CreateChimeWebhookConfigurationException')
30
+ CreateChimeWebhookConfigurationRequest = Shapes::StructureShape.new(name: 'CreateChimeWebhookConfigurationRequest')
31
+ CreateChimeWebhookConfigurationResult = Shapes::StructureShape.new(name: 'CreateChimeWebhookConfigurationResult')
32
+ CreateSlackChannelConfigurationException = Shapes::StructureShape.new(name: 'CreateSlackChannelConfigurationException')
33
+ CreateSlackChannelConfigurationRequest = Shapes::StructureShape.new(name: 'CreateSlackChannelConfigurationRequest')
34
+ CreateSlackChannelConfigurationResult = Shapes::StructureShape.new(name: 'CreateSlackChannelConfigurationResult')
35
+ CreateTeamsChannelConfigurationException = Shapes::StructureShape.new(name: 'CreateTeamsChannelConfigurationException')
36
+ CreateTeamsChannelConfigurationRequest = Shapes::StructureShape.new(name: 'CreateTeamsChannelConfigurationRequest')
37
+ CreateTeamsChannelConfigurationResult = Shapes::StructureShape.new(name: 'CreateTeamsChannelConfigurationResult')
38
+ CustomerCwLogLevel = Shapes::StringShape.new(name: 'CustomerCwLogLevel')
39
+ DeleteChimeWebhookConfigurationException = Shapes::StructureShape.new(name: 'DeleteChimeWebhookConfigurationException')
40
+ DeleteChimeWebhookConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteChimeWebhookConfigurationRequest')
41
+ DeleteChimeWebhookConfigurationResult = Shapes::StructureShape.new(name: 'DeleteChimeWebhookConfigurationResult')
42
+ DeleteMicrosoftTeamsUserIdentityException = Shapes::StructureShape.new(name: 'DeleteMicrosoftTeamsUserIdentityException')
43
+ DeleteMicrosoftTeamsUserIdentityRequest = Shapes::StructureShape.new(name: 'DeleteMicrosoftTeamsUserIdentityRequest')
44
+ DeleteMicrosoftTeamsUserIdentityResult = Shapes::StructureShape.new(name: 'DeleteMicrosoftTeamsUserIdentityResult')
45
+ DeleteSlackChannelConfigurationException = Shapes::StructureShape.new(name: 'DeleteSlackChannelConfigurationException')
46
+ DeleteSlackChannelConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteSlackChannelConfigurationRequest')
47
+ DeleteSlackChannelConfigurationResult = Shapes::StructureShape.new(name: 'DeleteSlackChannelConfigurationResult')
48
+ DeleteSlackUserIdentityException = Shapes::StructureShape.new(name: 'DeleteSlackUserIdentityException')
49
+ DeleteSlackUserIdentityRequest = Shapes::StructureShape.new(name: 'DeleteSlackUserIdentityRequest')
50
+ DeleteSlackUserIdentityResult = Shapes::StructureShape.new(name: 'DeleteSlackUserIdentityResult')
51
+ DeleteSlackWorkspaceAuthorizationFault = Shapes::StructureShape.new(name: 'DeleteSlackWorkspaceAuthorizationFault')
52
+ DeleteSlackWorkspaceAuthorizationRequest = Shapes::StructureShape.new(name: 'DeleteSlackWorkspaceAuthorizationRequest')
53
+ DeleteSlackWorkspaceAuthorizationResult = Shapes::StructureShape.new(name: 'DeleteSlackWorkspaceAuthorizationResult')
54
+ DeleteTeamsChannelConfigurationException = Shapes::StructureShape.new(name: 'DeleteTeamsChannelConfigurationException')
55
+ DeleteTeamsChannelConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteTeamsChannelConfigurationRequest')
56
+ DeleteTeamsChannelConfigurationResult = Shapes::StructureShape.new(name: 'DeleteTeamsChannelConfigurationResult')
57
+ DeleteTeamsConfiguredTeamException = Shapes::StructureShape.new(name: 'DeleteTeamsConfiguredTeamException')
58
+ DeleteTeamsConfiguredTeamRequest = Shapes::StructureShape.new(name: 'DeleteTeamsConfiguredTeamRequest')
59
+ DeleteTeamsConfiguredTeamResult = Shapes::StructureShape.new(name: 'DeleteTeamsConfiguredTeamResult')
60
+ DescribeChimeWebhookConfigurationsException = Shapes::StructureShape.new(name: 'DescribeChimeWebhookConfigurationsException')
61
+ DescribeChimeWebhookConfigurationsRequest = Shapes::StructureShape.new(name: 'DescribeChimeWebhookConfigurationsRequest')
62
+ DescribeChimeWebhookConfigurationsResult = Shapes::StructureShape.new(name: 'DescribeChimeWebhookConfigurationsResult')
63
+ DescribeSlackChannelConfigurationsException = Shapes::StructureShape.new(name: 'DescribeSlackChannelConfigurationsException')
64
+ DescribeSlackChannelConfigurationsRequest = Shapes::StructureShape.new(name: 'DescribeSlackChannelConfigurationsRequest')
65
+ DescribeSlackChannelConfigurationsResult = Shapes::StructureShape.new(name: 'DescribeSlackChannelConfigurationsResult')
66
+ DescribeSlackUserIdentitiesException = Shapes::StructureShape.new(name: 'DescribeSlackUserIdentitiesException')
67
+ DescribeSlackUserIdentitiesRequest = Shapes::StructureShape.new(name: 'DescribeSlackUserIdentitiesRequest')
68
+ DescribeSlackUserIdentitiesResult = Shapes::StructureShape.new(name: 'DescribeSlackUserIdentitiesResult')
69
+ DescribeSlackWorkspacesException = Shapes::StructureShape.new(name: 'DescribeSlackWorkspacesException')
70
+ DescribeSlackWorkspacesRequest = Shapes::StructureShape.new(name: 'DescribeSlackWorkspacesRequest')
71
+ DescribeSlackWorkspacesResult = Shapes::StructureShape.new(name: 'DescribeSlackWorkspacesResult')
72
+ GetAccountPreferencesException = Shapes::StructureShape.new(name: 'GetAccountPreferencesException')
73
+ GetAccountPreferencesRequest = Shapes::StructureShape.new(name: 'GetAccountPreferencesRequest')
74
+ GetAccountPreferencesResult = Shapes::StructureShape.new(name: 'GetAccountPreferencesResult')
75
+ GetTeamsChannelConfigurationException = Shapes::StructureShape.new(name: 'GetTeamsChannelConfigurationException')
76
+ GetTeamsChannelConfigurationRequest = Shapes::StructureShape.new(name: 'GetTeamsChannelConfigurationRequest')
77
+ GetTeamsChannelConfigurationResult = Shapes::StructureShape.new(name: 'GetTeamsChannelConfigurationResult')
78
+ GuardrailPolicyArn = Shapes::StringShape.new(name: 'GuardrailPolicyArn')
79
+ GuardrailPolicyArnList = Shapes::ListShape.new(name: 'GuardrailPolicyArnList')
80
+ InvalidParameterException = Shapes::StructureShape.new(name: 'InvalidParameterException')
81
+ InvalidRequestException = Shapes::StructureShape.new(name: 'InvalidRequestException')
82
+ LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
83
+ ListMicrosoftTeamsConfiguredTeamsException = Shapes::StructureShape.new(name: 'ListMicrosoftTeamsConfiguredTeamsException')
84
+ ListMicrosoftTeamsConfiguredTeamsRequest = Shapes::StructureShape.new(name: 'ListMicrosoftTeamsConfiguredTeamsRequest')
85
+ ListMicrosoftTeamsConfiguredTeamsResult = Shapes::StructureShape.new(name: 'ListMicrosoftTeamsConfiguredTeamsResult')
86
+ ListMicrosoftTeamsUserIdentitiesException = Shapes::StructureShape.new(name: 'ListMicrosoftTeamsUserIdentitiesException')
87
+ ListMicrosoftTeamsUserIdentitiesRequest = Shapes::StructureShape.new(name: 'ListMicrosoftTeamsUserIdentitiesRequest')
88
+ ListMicrosoftTeamsUserIdentitiesResult = Shapes::StructureShape.new(name: 'ListMicrosoftTeamsUserIdentitiesResult')
89
+ ListTeamsChannelConfigurationsException = Shapes::StructureShape.new(name: 'ListTeamsChannelConfigurationsException')
90
+ ListTeamsChannelConfigurationsRequest = Shapes::StructureShape.new(name: 'ListTeamsChannelConfigurationsRequest')
91
+ ListTeamsChannelConfigurationsResult = Shapes::StructureShape.new(name: 'ListTeamsChannelConfigurationsResult')
92
+ MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
93
+ PaginationToken = Shapes::StringShape.new(name: 'PaginationToken')
94
+ ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
95
+ SlackChannelConfiguration = Shapes::StructureShape.new(name: 'SlackChannelConfiguration')
96
+ SlackChannelConfigurationList = Shapes::ListShape.new(name: 'SlackChannelConfigurationList')
97
+ SlackChannelDisplayName = Shapes::StringShape.new(name: 'SlackChannelDisplayName')
98
+ SlackChannelId = Shapes::StringShape.new(name: 'SlackChannelId')
99
+ SlackTeamId = Shapes::StringShape.new(name: 'SlackTeamId')
100
+ SlackTeamName = Shapes::StringShape.new(name: 'SlackTeamName')
101
+ SlackUserId = Shapes::StringShape.new(name: 'SlackUserId')
102
+ SlackUserIdentitiesList = Shapes::ListShape.new(name: 'SlackUserIdentitiesList')
103
+ SlackUserIdentity = Shapes::StructureShape.new(name: 'SlackUserIdentity')
104
+ SlackWorkspace = Shapes::StructureShape.new(name: 'SlackWorkspace')
105
+ SlackWorkspacesList = Shapes::ListShape.new(name: 'SlackWorkspacesList')
106
+ SnsTopicArnList = Shapes::ListShape.new(name: 'SnsTopicArnList')
107
+ String = Shapes::StringShape.new(name: 'String')
108
+ TeamChannelConfigurationsList = Shapes::ListShape.new(name: 'TeamChannelConfigurationsList')
109
+ TeamName = Shapes::StringShape.new(name: 'TeamName')
110
+ TeamsChannelConfiguration = Shapes::StructureShape.new(name: 'TeamsChannelConfiguration')
111
+ TeamsChannelId = Shapes::StringShape.new(name: 'TeamsChannelId')
112
+ TeamsChannelName = Shapes::StringShape.new(name: 'TeamsChannelName')
113
+ TeamsUserIdentitiesList = Shapes::ListShape.new(name: 'TeamsUserIdentitiesList')
114
+ TeamsUserIdentity = Shapes::StructureShape.new(name: 'TeamsUserIdentity')
115
+ UUID = Shapes::StringShape.new(name: 'UUID')
116
+ UpdateAccountPreferencesException = Shapes::StructureShape.new(name: 'UpdateAccountPreferencesException')
117
+ UpdateAccountPreferencesRequest = Shapes::StructureShape.new(name: 'UpdateAccountPreferencesRequest')
118
+ UpdateAccountPreferencesResult = Shapes::StructureShape.new(name: 'UpdateAccountPreferencesResult')
119
+ UpdateChimeWebhookConfigurationException = Shapes::StructureShape.new(name: 'UpdateChimeWebhookConfigurationException')
120
+ UpdateChimeWebhookConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateChimeWebhookConfigurationRequest')
121
+ UpdateChimeWebhookConfigurationResult = Shapes::StructureShape.new(name: 'UpdateChimeWebhookConfigurationResult')
122
+ UpdateSlackChannelConfigurationException = Shapes::StructureShape.new(name: 'UpdateSlackChannelConfigurationException')
123
+ UpdateSlackChannelConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateSlackChannelConfigurationRequest')
124
+ UpdateSlackChannelConfigurationResult = Shapes::StructureShape.new(name: 'UpdateSlackChannelConfigurationResult')
125
+ UpdateTeamsChannelConfigurationException = Shapes::StructureShape.new(name: 'UpdateTeamsChannelConfigurationException')
126
+ UpdateTeamsChannelConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateTeamsChannelConfigurationRequest')
127
+ UpdateTeamsChannelConfigurationResult = Shapes::StructureShape.new(name: 'UpdateTeamsChannelConfigurationResult')
128
+
129
+ AccountPreferences.add_member(:user_authorization_required, Shapes::ShapeRef.new(shape: BooleanAccountPreference, location_name: "UserAuthorizationRequired"))
130
+ AccountPreferences.add_member(:training_data_collection_enabled, Shapes::ShapeRef.new(shape: BooleanAccountPreference, location_name: "TrainingDataCollectionEnabled"))
131
+ AccountPreferences.struct_class = Types::AccountPreferences
132
+
133
+ ChimeWebhookConfiguration.add_member(:webhook_description, Shapes::ShapeRef.new(shape: ChimeWebhookDescription, required: true, location_name: "WebhookDescription"))
134
+ ChimeWebhookConfiguration.add_member(:chat_configuration_arn, Shapes::ShapeRef.new(shape: ChatConfigurationArn, required: true, location_name: "ChatConfigurationArn"))
135
+ ChimeWebhookConfiguration.add_member(:iam_role_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "IamRoleArn"))
136
+ ChimeWebhookConfiguration.add_member(:sns_topic_arns, Shapes::ShapeRef.new(shape: SnsTopicArnList, required: true, location_name: "SnsTopicArns"))
137
+ ChimeWebhookConfiguration.add_member(:configuration_name, Shapes::ShapeRef.new(shape: ConfigurationName, location_name: "ConfigurationName"))
138
+ ChimeWebhookConfiguration.add_member(:logging_level, Shapes::ShapeRef.new(shape: CustomerCwLogLevel, location_name: "LoggingLevel"))
139
+ ChimeWebhookConfiguration.struct_class = Types::ChimeWebhookConfiguration
140
+
141
+ ChimeWebhookConfigurationList.member = Shapes::ShapeRef.new(shape: ChimeWebhookConfiguration)
142
+
143
+ ConfiguredTeam.add_member(:tenant_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "TenantId"))
144
+ ConfiguredTeam.add_member(:team_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "TeamId"))
145
+ ConfiguredTeam.add_member(:team_name, Shapes::ShapeRef.new(shape: UUID, location_name: "TeamName", metadata: {"box"=>true}))
146
+ ConfiguredTeam.struct_class = Types::ConfiguredTeam
147
+
148
+ ConfiguredTeamsList.member = Shapes::ShapeRef.new(shape: ConfiguredTeam)
149
+
150
+ ConflictException.struct_class = Types::ConflictException
151
+
152
+ CreateChimeWebhookConfigurationException.struct_class = Types::CreateChimeWebhookConfigurationException
153
+
154
+ CreateChimeWebhookConfigurationRequest.add_member(:webhook_description, Shapes::ShapeRef.new(shape: ChimeWebhookDescription, required: true, location_name: "WebhookDescription"))
155
+ CreateChimeWebhookConfigurationRequest.add_member(:webhook_url, Shapes::ShapeRef.new(shape: ChimeWebhookUrl, required: true, location_name: "WebhookUrl"))
156
+ CreateChimeWebhookConfigurationRequest.add_member(:sns_topic_arns, Shapes::ShapeRef.new(shape: SnsTopicArnList, required: true, location_name: "SnsTopicArns"))
157
+ CreateChimeWebhookConfigurationRequest.add_member(:iam_role_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "IamRoleArn"))
158
+ CreateChimeWebhookConfigurationRequest.add_member(:configuration_name, Shapes::ShapeRef.new(shape: ConfigurationName, required: true, location_name: "ConfigurationName"))
159
+ CreateChimeWebhookConfigurationRequest.add_member(:logging_level, Shapes::ShapeRef.new(shape: CustomerCwLogLevel, location_name: "LoggingLevel"))
160
+ CreateChimeWebhookConfigurationRequest.struct_class = Types::CreateChimeWebhookConfigurationRequest
161
+
162
+ CreateChimeWebhookConfigurationResult.add_member(:webhook_configuration, Shapes::ShapeRef.new(shape: ChimeWebhookConfiguration, location_name: "WebhookConfiguration"))
163
+ CreateChimeWebhookConfigurationResult.struct_class = Types::CreateChimeWebhookConfigurationResult
164
+
165
+ CreateSlackChannelConfigurationException.struct_class = Types::CreateSlackChannelConfigurationException
166
+
167
+ CreateSlackChannelConfigurationRequest.add_member(:slack_team_id, Shapes::ShapeRef.new(shape: SlackTeamId, required: true, location_name: "SlackTeamId"))
168
+ CreateSlackChannelConfigurationRequest.add_member(:slack_channel_id, Shapes::ShapeRef.new(shape: SlackChannelId, required: true, location_name: "SlackChannelId"))
169
+ CreateSlackChannelConfigurationRequest.add_member(:slack_channel_name, Shapes::ShapeRef.new(shape: SlackChannelDisplayName, location_name: "SlackChannelName"))
170
+ CreateSlackChannelConfigurationRequest.add_member(:sns_topic_arns, Shapes::ShapeRef.new(shape: SnsTopicArnList, location_name: "SnsTopicArns"))
171
+ CreateSlackChannelConfigurationRequest.add_member(:iam_role_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "IamRoleArn"))
172
+ CreateSlackChannelConfigurationRequest.add_member(:configuration_name, Shapes::ShapeRef.new(shape: ConfigurationName, required: true, location_name: "ConfigurationName"))
173
+ CreateSlackChannelConfigurationRequest.add_member(:logging_level, Shapes::ShapeRef.new(shape: CustomerCwLogLevel, location_name: "LoggingLevel"))
174
+ CreateSlackChannelConfigurationRequest.add_member(:guardrail_policy_arns, Shapes::ShapeRef.new(shape: GuardrailPolicyArnList, location_name: "GuardrailPolicyArns"))
175
+ CreateSlackChannelConfigurationRequest.add_member(:user_authorization_required, Shapes::ShapeRef.new(shape: BooleanAccountPreference, location_name: "UserAuthorizationRequired"))
176
+ CreateSlackChannelConfigurationRequest.struct_class = Types::CreateSlackChannelConfigurationRequest
177
+
178
+ CreateSlackChannelConfigurationResult.add_member(:channel_configuration, Shapes::ShapeRef.new(shape: SlackChannelConfiguration, location_name: "ChannelConfiguration"))
179
+ CreateSlackChannelConfigurationResult.struct_class = Types::CreateSlackChannelConfigurationResult
180
+
181
+ CreateTeamsChannelConfigurationException.struct_class = Types::CreateTeamsChannelConfigurationException
182
+
183
+ CreateTeamsChannelConfigurationRequest.add_member(:channel_id, Shapes::ShapeRef.new(shape: TeamsChannelId, required: true, location_name: "ChannelId"))
184
+ CreateTeamsChannelConfigurationRequest.add_member(:channel_name, Shapes::ShapeRef.new(shape: TeamsChannelName, location_name: "ChannelName"))
185
+ CreateTeamsChannelConfigurationRequest.add_member(:team_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "TeamId"))
186
+ CreateTeamsChannelConfigurationRequest.add_member(:team_name, Shapes::ShapeRef.new(shape: TeamName, location_name: "TeamName"))
187
+ CreateTeamsChannelConfigurationRequest.add_member(:tenant_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "TenantId"))
188
+ CreateTeamsChannelConfigurationRequest.add_member(:sns_topic_arns, Shapes::ShapeRef.new(shape: SnsTopicArnList, location_name: "SnsTopicArns"))
189
+ CreateTeamsChannelConfigurationRequest.add_member(:iam_role_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "IamRoleArn"))
190
+ CreateTeamsChannelConfigurationRequest.add_member(:configuration_name, Shapes::ShapeRef.new(shape: ConfigurationName, required: true, location_name: "ConfigurationName"))
191
+ CreateTeamsChannelConfigurationRequest.add_member(:logging_level, Shapes::ShapeRef.new(shape: CustomerCwLogLevel, location_name: "LoggingLevel"))
192
+ CreateTeamsChannelConfigurationRequest.add_member(:guardrail_policy_arns, Shapes::ShapeRef.new(shape: GuardrailPolicyArnList, location_name: "GuardrailPolicyArns"))
193
+ CreateTeamsChannelConfigurationRequest.add_member(:user_authorization_required, Shapes::ShapeRef.new(shape: BooleanAccountPreference, location_name: "UserAuthorizationRequired"))
194
+ CreateTeamsChannelConfigurationRequest.struct_class = Types::CreateTeamsChannelConfigurationRequest
195
+
196
+ CreateTeamsChannelConfigurationResult.add_member(:channel_configuration, Shapes::ShapeRef.new(shape: TeamsChannelConfiguration, location_name: "ChannelConfiguration"))
197
+ CreateTeamsChannelConfigurationResult.struct_class = Types::CreateTeamsChannelConfigurationResult
198
+
199
+ DeleteChimeWebhookConfigurationException.struct_class = Types::DeleteChimeWebhookConfigurationException
200
+
201
+ DeleteChimeWebhookConfigurationRequest.add_member(:chat_configuration_arn, Shapes::ShapeRef.new(shape: ChatConfigurationArn, required: true, location_name: "ChatConfigurationArn"))
202
+ DeleteChimeWebhookConfigurationRequest.struct_class = Types::DeleteChimeWebhookConfigurationRequest
203
+
204
+ DeleteChimeWebhookConfigurationResult.struct_class = Types::DeleteChimeWebhookConfigurationResult
205
+
206
+ DeleteMicrosoftTeamsUserIdentityException.struct_class = Types::DeleteMicrosoftTeamsUserIdentityException
207
+
208
+ DeleteMicrosoftTeamsUserIdentityRequest.add_member(:chat_configuration_arn, Shapes::ShapeRef.new(shape: ChatConfigurationArn, required: true, location_name: "ChatConfigurationArn"))
209
+ DeleteMicrosoftTeamsUserIdentityRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "UserId"))
210
+ DeleteMicrosoftTeamsUserIdentityRequest.struct_class = Types::DeleteMicrosoftTeamsUserIdentityRequest
211
+
212
+ DeleteMicrosoftTeamsUserIdentityResult.struct_class = Types::DeleteMicrosoftTeamsUserIdentityResult
213
+
214
+ DeleteSlackChannelConfigurationException.struct_class = Types::DeleteSlackChannelConfigurationException
215
+
216
+ DeleteSlackChannelConfigurationRequest.add_member(:chat_configuration_arn, Shapes::ShapeRef.new(shape: ChatConfigurationArn, required: true, location_name: "ChatConfigurationArn"))
217
+ DeleteSlackChannelConfigurationRequest.struct_class = Types::DeleteSlackChannelConfigurationRequest
218
+
219
+ DeleteSlackChannelConfigurationResult.struct_class = Types::DeleteSlackChannelConfigurationResult
220
+
221
+ DeleteSlackUserIdentityException.struct_class = Types::DeleteSlackUserIdentityException
222
+
223
+ DeleteSlackUserIdentityRequest.add_member(:chat_configuration_arn, Shapes::ShapeRef.new(shape: ChatConfigurationArn, required: true, location_name: "ChatConfigurationArn"))
224
+ DeleteSlackUserIdentityRequest.add_member(:slack_team_id, Shapes::ShapeRef.new(shape: SlackTeamId, required: true, location_name: "SlackTeamId"))
225
+ DeleteSlackUserIdentityRequest.add_member(:slack_user_id, Shapes::ShapeRef.new(shape: SlackUserId, required: true, location_name: "SlackUserId"))
226
+ DeleteSlackUserIdentityRequest.struct_class = Types::DeleteSlackUserIdentityRequest
227
+
228
+ DeleteSlackUserIdentityResult.struct_class = Types::DeleteSlackUserIdentityResult
229
+
230
+ DeleteSlackWorkspaceAuthorizationFault.struct_class = Types::DeleteSlackWorkspaceAuthorizationFault
231
+
232
+ DeleteSlackWorkspaceAuthorizationRequest.add_member(:slack_team_id, Shapes::ShapeRef.new(shape: SlackTeamId, required: true, location_name: "SlackTeamId"))
233
+ DeleteSlackWorkspaceAuthorizationRequest.struct_class = Types::DeleteSlackWorkspaceAuthorizationRequest
234
+
235
+ DeleteSlackWorkspaceAuthorizationResult.struct_class = Types::DeleteSlackWorkspaceAuthorizationResult
236
+
237
+ DeleteTeamsChannelConfigurationException.struct_class = Types::DeleteTeamsChannelConfigurationException
238
+
239
+ DeleteTeamsChannelConfigurationRequest.add_member(:chat_configuration_arn, Shapes::ShapeRef.new(shape: ChatConfigurationArn, required: true, location_name: "ChatConfigurationArn"))
240
+ DeleteTeamsChannelConfigurationRequest.struct_class = Types::DeleteTeamsChannelConfigurationRequest
241
+
242
+ DeleteTeamsChannelConfigurationResult.struct_class = Types::DeleteTeamsChannelConfigurationResult
243
+
244
+ DeleteTeamsConfiguredTeamException.struct_class = Types::DeleteTeamsConfiguredTeamException
245
+
246
+ DeleteTeamsConfiguredTeamRequest.add_member(:team_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "TeamId"))
247
+ DeleteTeamsConfiguredTeamRequest.struct_class = Types::DeleteTeamsConfiguredTeamRequest
248
+
249
+ DeleteTeamsConfiguredTeamResult.struct_class = Types::DeleteTeamsConfiguredTeamResult
250
+
251
+ DescribeChimeWebhookConfigurationsException.struct_class = Types::DescribeChimeWebhookConfigurationsException
252
+
253
+ DescribeChimeWebhookConfigurationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
254
+ DescribeChimeWebhookConfigurationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken", metadata: {"box"=>true}))
255
+ DescribeChimeWebhookConfigurationsRequest.add_member(:chat_configuration_arn, Shapes::ShapeRef.new(shape: ChatConfigurationArn, location_name: "ChatConfigurationArn", metadata: {"box"=>true}))
256
+ DescribeChimeWebhookConfigurationsRequest.struct_class = Types::DescribeChimeWebhookConfigurationsRequest
257
+
258
+ DescribeChimeWebhookConfigurationsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
259
+ DescribeChimeWebhookConfigurationsResult.add_member(:webhook_configurations, Shapes::ShapeRef.new(shape: ChimeWebhookConfigurationList, location_name: "WebhookConfigurations"))
260
+ DescribeChimeWebhookConfigurationsResult.struct_class = Types::DescribeChimeWebhookConfigurationsResult
261
+
262
+ DescribeSlackChannelConfigurationsException.struct_class = Types::DescribeSlackChannelConfigurationsException
263
+
264
+ DescribeSlackChannelConfigurationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
265
+ DescribeSlackChannelConfigurationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken", metadata: {"box"=>true}))
266
+ DescribeSlackChannelConfigurationsRequest.add_member(:chat_configuration_arn, Shapes::ShapeRef.new(shape: ChatConfigurationArn, location_name: "ChatConfigurationArn", metadata: {"box"=>true}))
267
+ DescribeSlackChannelConfigurationsRequest.struct_class = Types::DescribeSlackChannelConfigurationsRequest
268
+
269
+ DescribeSlackChannelConfigurationsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
270
+ DescribeSlackChannelConfigurationsResult.add_member(:slack_channel_configurations, Shapes::ShapeRef.new(shape: SlackChannelConfigurationList, location_name: "SlackChannelConfigurations"))
271
+ DescribeSlackChannelConfigurationsResult.struct_class = Types::DescribeSlackChannelConfigurationsResult
272
+
273
+ DescribeSlackUserIdentitiesException.struct_class = Types::DescribeSlackUserIdentitiesException
274
+
275
+ DescribeSlackUserIdentitiesRequest.add_member(:chat_configuration_arn, Shapes::ShapeRef.new(shape: ChatConfigurationArn, location_name: "ChatConfigurationArn"))
276
+ DescribeSlackUserIdentitiesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
277
+ DescribeSlackUserIdentitiesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
278
+ DescribeSlackUserIdentitiesRequest.struct_class = Types::DescribeSlackUserIdentitiesRequest
279
+
280
+ DescribeSlackUserIdentitiesResult.add_member(:slack_user_identities, Shapes::ShapeRef.new(shape: SlackUserIdentitiesList, location_name: "SlackUserIdentities"))
281
+ DescribeSlackUserIdentitiesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
282
+ DescribeSlackUserIdentitiesResult.struct_class = Types::DescribeSlackUserIdentitiesResult
283
+
284
+ DescribeSlackWorkspacesException.struct_class = Types::DescribeSlackWorkspacesException
285
+
286
+ DescribeSlackWorkspacesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
287
+ DescribeSlackWorkspacesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
288
+ DescribeSlackWorkspacesRequest.struct_class = Types::DescribeSlackWorkspacesRequest
289
+
290
+ DescribeSlackWorkspacesResult.add_member(:slack_workspaces, Shapes::ShapeRef.new(shape: SlackWorkspacesList, location_name: "SlackWorkspaces"))
291
+ DescribeSlackWorkspacesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
292
+ DescribeSlackWorkspacesResult.struct_class = Types::DescribeSlackWorkspacesResult
293
+
294
+ GetAccountPreferencesException.struct_class = Types::GetAccountPreferencesException
295
+
296
+ GetAccountPreferencesRequest.struct_class = Types::GetAccountPreferencesRequest
297
+
298
+ GetAccountPreferencesResult.add_member(:account_preferences, Shapes::ShapeRef.new(shape: AccountPreferences, location_name: "AccountPreferences"))
299
+ GetAccountPreferencesResult.struct_class = Types::GetAccountPreferencesResult
300
+
301
+ GetTeamsChannelConfigurationException.struct_class = Types::GetTeamsChannelConfigurationException
302
+
303
+ GetTeamsChannelConfigurationRequest.add_member(:chat_configuration_arn, Shapes::ShapeRef.new(shape: ChatConfigurationArn, required: true, location_name: "ChatConfigurationArn"))
304
+ GetTeamsChannelConfigurationRequest.struct_class = Types::GetTeamsChannelConfigurationRequest
305
+
306
+ GetTeamsChannelConfigurationResult.add_member(:channel_configuration, Shapes::ShapeRef.new(shape: TeamsChannelConfiguration, location_name: "ChannelConfiguration"))
307
+ GetTeamsChannelConfigurationResult.struct_class = Types::GetTeamsChannelConfigurationResult
308
+
309
+ GuardrailPolicyArnList.member = Shapes::ShapeRef.new(shape: GuardrailPolicyArn)
310
+
311
+ InvalidParameterException.struct_class = Types::InvalidParameterException
312
+
313
+ InvalidRequestException.struct_class = Types::InvalidRequestException
314
+
315
+ LimitExceededException.struct_class = Types::LimitExceededException
316
+
317
+ ListMicrosoftTeamsConfiguredTeamsException.struct_class = Types::ListMicrosoftTeamsConfiguredTeamsException
318
+
319
+ ListMicrosoftTeamsConfiguredTeamsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
320
+ ListMicrosoftTeamsConfiguredTeamsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
321
+ ListMicrosoftTeamsConfiguredTeamsRequest.struct_class = Types::ListMicrosoftTeamsConfiguredTeamsRequest
322
+
323
+ ListMicrosoftTeamsConfiguredTeamsResult.add_member(:configured_teams, Shapes::ShapeRef.new(shape: ConfiguredTeamsList, location_name: "ConfiguredTeams"))
324
+ ListMicrosoftTeamsConfiguredTeamsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
325
+ ListMicrosoftTeamsConfiguredTeamsResult.struct_class = Types::ListMicrosoftTeamsConfiguredTeamsResult
326
+
327
+ ListMicrosoftTeamsUserIdentitiesException.struct_class = Types::ListMicrosoftTeamsUserIdentitiesException
328
+
329
+ ListMicrosoftTeamsUserIdentitiesRequest.add_member(:chat_configuration_arn, Shapes::ShapeRef.new(shape: ChatConfigurationArn, location_name: "ChatConfigurationArn"))
330
+ ListMicrosoftTeamsUserIdentitiesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
331
+ ListMicrosoftTeamsUserIdentitiesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
332
+ ListMicrosoftTeamsUserIdentitiesRequest.struct_class = Types::ListMicrosoftTeamsUserIdentitiesRequest
333
+
334
+ ListMicrosoftTeamsUserIdentitiesResult.add_member(:teams_user_identities, Shapes::ShapeRef.new(shape: TeamsUserIdentitiesList, location_name: "TeamsUserIdentities"))
335
+ ListMicrosoftTeamsUserIdentitiesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
336
+ ListMicrosoftTeamsUserIdentitiesResult.struct_class = Types::ListMicrosoftTeamsUserIdentitiesResult
337
+
338
+ ListTeamsChannelConfigurationsException.struct_class = Types::ListTeamsChannelConfigurationsException
339
+
340
+ ListTeamsChannelConfigurationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
341
+ ListTeamsChannelConfigurationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken", metadata: {"box"=>true}))
342
+ ListTeamsChannelConfigurationsRequest.add_member(:team_id, Shapes::ShapeRef.new(shape: UUID, location_name: "TeamId", metadata: {"box"=>true}))
343
+ ListTeamsChannelConfigurationsRequest.struct_class = Types::ListTeamsChannelConfigurationsRequest
344
+
345
+ ListTeamsChannelConfigurationsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
346
+ ListTeamsChannelConfigurationsResult.add_member(:team_channel_configurations, Shapes::ShapeRef.new(shape: TeamChannelConfigurationsList, location_name: "TeamChannelConfigurations"))
347
+ ListTeamsChannelConfigurationsResult.struct_class = Types::ListTeamsChannelConfigurationsResult
348
+
349
+ ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
350
+
351
+ SlackChannelConfiguration.add_member(:slack_team_name, Shapes::ShapeRef.new(shape: SlackTeamName, required: true, location_name: "SlackTeamName"))
352
+ SlackChannelConfiguration.add_member(:slack_team_id, Shapes::ShapeRef.new(shape: SlackTeamId, required: true, location_name: "SlackTeamId"))
353
+ SlackChannelConfiguration.add_member(:slack_channel_id, Shapes::ShapeRef.new(shape: SlackChannelId, required: true, location_name: "SlackChannelId"))
354
+ SlackChannelConfiguration.add_member(:slack_channel_name, Shapes::ShapeRef.new(shape: SlackChannelDisplayName, required: true, location_name: "SlackChannelName"))
355
+ SlackChannelConfiguration.add_member(:chat_configuration_arn, Shapes::ShapeRef.new(shape: ChatConfigurationArn, required: true, location_name: "ChatConfigurationArn"))
356
+ SlackChannelConfiguration.add_member(:iam_role_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "IamRoleArn"))
357
+ SlackChannelConfiguration.add_member(:sns_topic_arns, Shapes::ShapeRef.new(shape: SnsTopicArnList, required: true, location_name: "SnsTopicArns", metadata: {"box"=>true}))
358
+ SlackChannelConfiguration.add_member(:configuration_name, Shapes::ShapeRef.new(shape: ConfigurationName, location_name: "ConfigurationName"))
359
+ SlackChannelConfiguration.add_member(:logging_level, Shapes::ShapeRef.new(shape: CustomerCwLogLevel, location_name: "LoggingLevel"))
360
+ SlackChannelConfiguration.add_member(:guardrail_policy_arns, Shapes::ShapeRef.new(shape: GuardrailPolicyArnList, location_name: "GuardrailPolicyArns"))
361
+ SlackChannelConfiguration.add_member(:user_authorization_required, Shapes::ShapeRef.new(shape: BooleanAccountPreference, location_name: "UserAuthorizationRequired"))
362
+ SlackChannelConfiguration.struct_class = Types::SlackChannelConfiguration
363
+
364
+ SlackChannelConfigurationList.member = Shapes::ShapeRef.new(shape: SlackChannelConfiguration)
365
+
366
+ SlackUserIdentitiesList.member = Shapes::ShapeRef.new(shape: SlackUserIdentity)
367
+
368
+ SlackUserIdentity.add_member(:iam_role_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "IamRoleArn"))
369
+ SlackUserIdentity.add_member(:chat_configuration_arn, Shapes::ShapeRef.new(shape: ChatConfigurationArn, required: true, location_name: "ChatConfigurationArn"))
370
+ SlackUserIdentity.add_member(:slack_team_id, Shapes::ShapeRef.new(shape: SlackTeamId, required: true, location_name: "SlackTeamId"))
371
+ SlackUserIdentity.add_member(:slack_user_id, Shapes::ShapeRef.new(shape: SlackUserId, required: true, location_name: "SlackUserId"))
372
+ SlackUserIdentity.add_member(:aws_user_identity, Shapes::ShapeRef.new(shape: AwsUserIdentity, location_name: "AwsUserIdentity"))
373
+ SlackUserIdentity.struct_class = Types::SlackUserIdentity
374
+
375
+ SlackWorkspace.add_member(:slack_team_id, Shapes::ShapeRef.new(shape: SlackTeamId, required: true, location_name: "SlackTeamId"))
376
+ SlackWorkspace.add_member(:slack_team_name, Shapes::ShapeRef.new(shape: SlackTeamName, required: true, location_name: "SlackTeamName"))
377
+ SlackWorkspace.struct_class = Types::SlackWorkspace
378
+
379
+ SlackWorkspacesList.member = Shapes::ShapeRef.new(shape: SlackWorkspace)
380
+
381
+ SnsTopicArnList.member = Shapes::ShapeRef.new(shape: Arn)
382
+
383
+ TeamChannelConfigurationsList.member = Shapes::ShapeRef.new(shape: TeamsChannelConfiguration)
384
+
385
+ TeamsChannelConfiguration.add_member(:channel_id, Shapes::ShapeRef.new(shape: TeamsChannelId, required: true, location_name: "ChannelId"))
386
+ TeamsChannelConfiguration.add_member(:channel_name, Shapes::ShapeRef.new(shape: TeamsChannelName, location_name: "ChannelName"))
387
+ TeamsChannelConfiguration.add_member(:team_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "TeamId"))
388
+ TeamsChannelConfiguration.add_member(:team_name, Shapes::ShapeRef.new(shape: String, location_name: "TeamName"))
389
+ TeamsChannelConfiguration.add_member(:tenant_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "TenantId"))
390
+ TeamsChannelConfiguration.add_member(:chat_configuration_arn, Shapes::ShapeRef.new(shape: ChatConfigurationArn, required: true, location_name: "ChatConfigurationArn"))
391
+ TeamsChannelConfiguration.add_member(:iam_role_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "IamRoleArn"))
392
+ TeamsChannelConfiguration.add_member(:sns_topic_arns, Shapes::ShapeRef.new(shape: SnsTopicArnList, required: true, location_name: "SnsTopicArns", metadata: {"box"=>true}))
393
+ TeamsChannelConfiguration.add_member(:configuration_name, Shapes::ShapeRef.new(shape: ConfigurationName, location_name: "ConfigurationName"))
394
+ TeamsChannelConfiguration.add_member(:logging_level, Shapes::ShapeRef.new(shape: CustomerCwLogLevel, location_name: "LoggingLevel"))
395
+ TeamsChannelConfiguration.add_member(:guardrail_policy_arns, Shapes::ShapeRef.new(shape: GuardrailPolicyArnList, location_name: "GuardrailPolicyArns"))
396
+ TeamsChannelConfiguration.add_member(:user_authorization_required, Shapes::ShapeRef.new(shape: BooleanAccountPreference, location_name: "UserAuthorizationRequired"))
397
+ TeamsChannelConfiguration.struct_class = Types::TeamsChannelConfiguration
398
+
399
+ TeamsUserIdentitiesList.member = Shapes::ShapeRef.new(shape: TeamsUserIdentity)
400
+
401
+ TeamsUserIdentity.add_member(:iam_role_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "IamRoleArn"))
402
+ TeamsUserIdentity.add_member(:chat_configuration_arn, Shapes::ShapeRef.new(shape: ChatConfigurationArn, required: true, location_name: "ChatConfigurationArn"))
403
+ TeamsUserIdentity.add_member(:team_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "TeamId"))
404
+ TeamsUserIdentity.add_member(:user_id, Shapes::ShapeRef.new(shape: UUID, location_name: "UserId"))
405
+ TeamsUserIdentity.add_member(:aws_user_identity, Shapes::ShapeRef.new(shape: AwsUserIdentity, location_name: "AwsUserIdentity"))
406
+ TeamsUserIdentity.add_member(:teams_channel_id, Shapes::ShapeRef.new(shape: TeamsChannelId, location_name: "TeamsChannelId"))
407
+ TeamsUserIdentity.add_member(:teams_tenant_id, Shapes::ShapeRef.new(shape: UUID, location_name: "TeamsTenantId"))
408
+ TeamsUserIdentity.struct_class = Types::TeamsUserIdentity
409
+
410
+ UpdateAccountPreferencesException.struct_class = Types::UpdateAccountPreferencesException
411
+
412
+ UpdateAccountPreferencesRequest.add_member(:user_authorization_required, Shapes::ShapeRef.new(shape: BooleanAccountPreference, location_name: "UserAuthorizationRequired"))
413
+ UpdateAccountPreferencesRequest.add_member(:training_data_collection_enabled, Shapes::ShapeRef.new(shape: BooleanAccountPreference, location_name: "TrainingDataCollectionEnabled"))
414
+ UpdateAccountPreferencesRequest.struct_class = Types::UpdateAccountPreferencesRequest
415
+
416
+ UpdateAccountPreferencesResult.add_member(:account_preferences, Shapes::ShapeRef.new(shape: AccountPreferences, location_name: "AccountPreferences"))
417
+ UpdateAccountPreferencesResult.struct_class = Types::UpdateAccountPreferencesResult
418
+
419
+ UpdateChimeWebhookConfigurationException.struct_class = Types::UpdateChimeWebhookConfigurationException
420
+
421
+ UpdateChimeWebhookConfigurationRequest.add_member(:chat_configuration_arn, Shapes::ShapeRef.new(shape: ChatConfigurationArn, required: true, location_name: "ChatConfigurationArn"))
422
+ UpdateChimeWebhookConfigurationRequest.add_member(:webhook_description, Shapes::ShapeRef.new(shape: ChimeWebhookDescription, location_name: "WebhookDescription"))
423
+ UpdateChimeWebhookConfigurationRequest.add_member(:webhook_url, Shapes::ShapeRef.new(shape: ChimeWebhookUrl, location_name: "WebhookUrl"))
424
+ UpdateChimeWebhookConfigurationRequest.add_member(:sns_topic_arns, Shapes::ShapeRef.new(shape: SnsTopicArnList, location_name: "SnsTopicArns"))
425
+ UpdateChimeWebhookConfigurationRequest.add_member(:iam_role_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "IamRoleArn"))
426
+ UpdateChimeWebhookConfigurationRequest.add_member(:logging_level, Shapes::ShapeRef.new(shape: CustomerCwLogLevel, location_name: "LoggingLevel"))
427
+ UpdateChimeWebhookConfigurationRequest.struct_class = Types::UpdateChimeWebhookConfigurationRequest
428
+
429
+ UpdateChimeWebhookConfigurationResult.add_member(:webhook_configuration, Shapes::ShapeRef.new(shape: ChimeWebhookConfiguration, location_name: "WebhookConfiguration"))
430
+ UpdateChimeWebhookConfigurationResult.struct_class = Types::UpdateChimeWebhookConfigurationResult
431
+
432
+ UpdateSlackChannelConfigurationException.struct_class = Types::UpdateSlackChannelConfigurationException
433
+
434
+ UpdateSlackChannelConfigurationRequest.add_member(:chat_configuration_arn, Shapes::ShapeRef.new(shape: ChatConfigurationArn, required: true, location_name: "ChatConfigurationArn"))
435
+ UpdateSlackChannelConfigurationRequest.add_member(:slack_channel_id, Shapes::ShapeRef.new(shape: SlackChannelId, required: true, location_name: "SlackChannelId"))
436
+ UpdateSlackChannelConfigurationRequest.add_member(:slack_channel_name, Shapes::ShapeRef.new(shape: SlackChannelDisplayName, location_name: "SlackChannelName"))
437
+ UpdateSlackChannelConfigurationRequest.add_member(:sns_topic_arns, Shapes::ShapeRef.new(shape: SnsTopicArnList, location_name: "SnsTopicArns"))
438
+ UpdateSlackChannelConfigurationRequest.add_member(:iam_role_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "IamRoleArn"))
439
+ UpdateSlackChannelConfigurationRequest.add_member(:logging_level, Shapes::ShapeRef.new(shape: CustomerCwLogLevel, location_name: "LoggingLevel"))
440
+ UpdateSlackChannelConfigurationRequest.add_member(:guardrail_policy_arns, Shapes::ShapeRef.new(shape: GuardrailPolicyArnList, location_name: "GuardrailPolicyArns"))
441
+ UpdateSlackChannelConfigurationRequest.add_member(:user_authorization_required, Shapes::ShapeRef.new(shape: BooleanAccountPreference, location_name: "UserAuthorizationRequired"))
442
+ UpdateSlackChannelConfigurationRequest.struct_class = Types::UpdateSlackChannelConfigurationRequest
443
+
444
+ UpdateSlackChannelConfigurationResult.add_member(:channel_configuration, Shapes::ShapeRef.new(shape: SlackChannelConfiguration, location_name: "ChannelConfiguration"))
445
+ UpdateSlackChannelConfigurationResult.struct_class = Types::UpdateSlackChannelConfigurationResult
446
+
447
+ UpdateTeamsChannelConfigurationException.struct_class = Types::UpdateTeamsChannelConfigurationException
448
+
449
+ UpdateTeamsChannelConfigurationRequest.add_member(:chat_configuration_arn, Shapes::ShapeRef.new(shape: ChatConfigurationArn, required: true, location_name: "ChatConfigurationArn"))
450
+ UpdateTeamsChannelConfigurationRequest.add_member(:channel_id, Shapes::ShapeRef.new(shape: TeamsChannelId, required: true, location_name: "ChannelId"))
451
+ UpdateTeamsChannelConfigurationRequest.add_member(:channel_name, Shapes::ShapeRef.new(shape: TeamsChannelName, location_name: "ChannelName"))
452
+ UpdateTeamsChannelConfigurationRequest.add_member(:sns_topic_arns, Shapes::ShapeRef.new(shape: SnsTopicArnList, location_name: "SnsTopicArns"))
453
+ UpdateTeamsChannelConfigurationRequest.add_member(:iam_role_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "IamRoleArn"))
454
+ UpdateTeamsChannelConfigurationRequest.add_member(:logging_level, Shapes::ShapeRef.new(shape: CustomerCwLogLevel, location_name: "LoggingLevel"))
455
+ UpdateTeamsChannelConfigurationRequest.add_member(:guardrail_policy_arns, Shapes::ShapeRef.new(shape: GuardrailPolicyArnList, location_name: "GuardrailPolicyArns"))
456
+ UpdateTeamsChannelConfigurationRequest.add_member(:user_authorization_required, Shapes::ShapeRef.new(shape: BooleanAccountPreference, location_name: "UserAuthorizationRequired"))
457
+ UpdateTeamsChannelConfigurationRequest.struct_class = Types::UpdateTeamsChannelConfigurationRequest
458
+
459
+ UpdateTeamsChannelConfigurationResult.add_member(:channel_configuration, Shapes::ShapeRef.new(shape: TeamsChannelConfiguration, location_name: "ChannelConfiguration"))
460
+ UpdateTeamsChannelConfigurationResult.struct_class = Types::UpdateTeamsChannelConfigurationResult
461
+
462
+
463
+ # @api private
464
+ API = Seahorse::Model::Api.new.tap do |api|
465
+
466
+ api.version = "2017-10-11"
467
+
468
+ api.metadata = {
469
+ "apiVersion" => "2017-10-11",
470
+ "endpointPrefix" => "chatbot",
471
+ "jsonVersion" => "1.1",
472
+ "protocol" => "rest-json",
473
+ "serviceFullName" => "chatbot",
474
+ "serviceId" => "chatbot",
475
+ "signatureVersion" => "v4",
476
+ "uid" => "chatbot-2017-10-11",
477
+ }
478
+
479
+ api.add_operation(:create_chime_webhook_configuration, Seahorse::Model::Operation.new.tap do |o|
480
+ o.name = "CreateChimeWebhookConfiguration"
481
+ o.http_method = "POST"
482
+ o.http_request_uri = "/create-chime-webhook-configuration"
483
+ o.input = Shapes::ShapeRef.new(shape: CreateChimeWebhookConfigurationRequest)
484
+ o.output = Shapes::ShapeRef.new(shape: CreateChimeWebhookConfigurationResult)
485
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
486
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
487
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
488
+ o.errors << Shapes::ShapeRef.new(shape: CreateChimeWebhookConfigurationException)
489
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
490
+ end)
491
+
492
+ api.add_operation(:create_microsoft_teams_channel_configuration, Seahorse::Model::Operation.new.tap do |o|
493
+ o.name = "CreateMicrosoftTeamsChannelConfiguration"
494
+ o.http_method = "POST"
495
+ o.http_request_uri = "/create-ms-teams-channel-configuration"
496
+ o.input = Shapes::ShapeRef.new(shape: CreateTeamsChannelConfigurationRequest)
497
+ o.output = Shapes::ShapeRef.new(shape: CreateTeamsChannelConfigurationResult)
498
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
499
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
500
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
501
+ o.errors << Shapes::ShapeRef.new(shape: CreateTeamsChannelConfigurationException)
502
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
503
+ end)
504
+
505
+ api.add_operation(:create_slack_channel_configuration, Seahorse::Model::Operation.new.tap do |o|
506
+ o.name = "CreateSlackChannelConfiguration"
507
+ o.http_method = "POST"
508
+ o.http_request_uri = "/create-slack-channel-configuration"
509
+ o.input = Shapes::ShapeRef.new(shape: CreateSlackChannelConfigurationRequest)
510
+ o.output = Shapes::ShapeRef.new(shape: CreateSlackChannelConfigurationResult)
511
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
512
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
513
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
514
+ o.errors << Shapes::ShapeRef.new(shape: CreateSlackChannelConfigurationException)
515
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
516
+ end)
517
+
518
+ api.add_operation(:delete_chime_webhook_configuration, Seahorse::Model::Operation.new.tap do |o|
519
+ o.name = "DeleteChimeWebhookConfiguration"
520
+ o.http_method = "POST"
521
+ o.http_request_uri = "/delete-chime-webhook-configuration"
522
+ o.input = Shapes::ShapeRef.new(shape: DeleteChimeWebhookConfigurationRequest)
523
+ o.output = Shapes::ShapeRef.new(shape: DeleteChimeWebhookConfigurationResult)
524
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
525
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
526
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
527
+ o.errors << Shapes::ShapeRef.new(shape: DeleteChimeWebhookConfigurationException)
528
+ end)
529
+
530
+ api.add_operation(:delete_microsoft_teams_channel_configuration, Seahorse::Model::Operation.new.tap do |o|
531
+ o.name = "DeleteMicrosoftTeamsChannelConfiguration"
532
+ o.http_method = "POST"
533
+ o.http_request_uri = "/delete-ms-teams-channel-configuration"
534
+ o.input = Shapes::ShapeRef.new(shape: DeleteTeamsChannelConfigurationRequest)
535
+ o.output = Shapes::ShapeRef.new(shape: DeleteTeamsChannelConfigurationResult)
536
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
537
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
538
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
539
+ o.errors << Shapes::ShapeRef.new(shape: DeleteTeamsChannelConfigurationException)
540
+ end)
541
+
542
+ api.add_operation(:delete_microsoft_teams_configured_team, Seahorse::Model::Operation.new.tap do |o|
543
+ o.name = "DeleteMicrosoftTeamsConfiguredTeam"
544
+ o.http_method = "POST"
545
+ o.http_request_uri = "/delete-ms-teams-configured-teams"
546
+ o.input = Shapes::ShapeRef.new(shape: DeleteTeamsConfiguredTeamRequest)
547
+ o.output = Shapes::ShapeRef.new(shape: DeleteTeamsConfiguredTeamResult)
548
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
549
+ o.errors << Shapes::ShapeRef.new(shape: DeleteTeamsConfiguredTeamException)
550
+ end)
551
+
552
+ api.add_operation(:delete_microsoft_teams_user_identity, Seahorse::Model::Operation.new.tap do |o|
553
+ o.name = "DeleteMicrosoftTeamsUserIdentity"
554
+ o.http_method = "POST"
555
+ o.http_request_uri = "/delete-ms-teams-user-identity"
556
+ o.input = Shapes::ShapeRef.new(shape: DeleteMicrosoftTeamsUserIdentityRequest)
557
+ o.output = Shapes::ShapeRef.new(shape: DeleteMicrosoftTeamsUserIdentityResult)
558
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
559
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
560
+ o.errors << Shapes::ShapeRef.new(shape: DeleteMicrosoftTeamsUserIdentityException)
561
+ end)
562
+
563
+ api.add_operation(:delete_slack_channel_configuration, Seahorse::Model::Operation.new.tap do |o|
564
+ o.name = "DeleteSlackChannelConfiguration"
565
+ o.http_method = "POST"
566
+ o.http_request_uri = "/delete-slack-channel-configuration"
567
+ o.input = Shapes::ShapeRef.new(shape: DeleteSlackChannelConfigurationRequest)
568
+ o.output = Shapes::ShapeRef.new(shape: DeleteSlackChannelConfigurationResult)
569
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
570
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
571
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
572
+ o.errors << Shapes::ShapeRef.new(shape: DeleteSlackChannelConfigurationException)
573
+ end)
574
+
575
+ api.add_operation(:delete_slack_user_identity, Seahorse::Model::Operation.new.tap do |o|
576
+ o.name = "DeleteSlackUserIdentity"
577
+ o.http_method = "POST"
578
+ o.http_request_uri = "/delete-slack-user-identity"
579
+ o.input = Shapes::ShapeRef.new(shape: DeleteSlackUserIdentityRequest)
580
+ o.output = Shapes::ShapeRef.new(shape: DeleteSlackUserIdentityResult)
581
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
582
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
583
+ o.errors << Shapes::ShapeRef.new(shape: DeleteSlackUserIdentityException)
584
+ end)
585
+
586
+ api.add_operation(:delete_slack_workspace_authorization, Seahorse::Model::Operation.new.tap do |o|
587
+ o.name = "DeleteSlackWorkspaceAuthorization"
588
+ o.http_method = "POST"
589
+ o.http_request_uri = "/delete-slack-workspace-authorization"
590
+ o.input = Shapes::ShapeRef.new(shape: DeleteSlackWorkspaceAuthorizationRequest)
591
+ o.output = Shapes::ShapeRef.new(shape: DeleteSlackWorkspaceAuthorizationResult)
592
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
593
+ o.errors << Shapes::ShapeRef.new(shape: DeleteSlackWorkspaceAuthorizationFault)
594
+ end)
595
+
596
+ api.add_operation(:describe_chime_webhook_configurations, Seahorse::Model::Operation.new.tap do |o|
597
+ o.name = "DescribeChimeWebhookConfigurations"
598
+ o.http_method = "POST"
599
+ o.http_request_uri = "/describe-chime-webhook-configurations"
600
+ o.input = Shapes::ShapeRef.new(shape: DescribeChimeWebhookConfigurationsRequest)
601
+ o.output = Shapes::ShapeRef.new(shape: DescribeChimeWebhookConfigurationsResult)
602
+ o.errors << Shapes::ShapeRef.new(shape: DescribeChimeWebhookConfigurationsException)
603
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
604
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
605
+ o[:pager] = Aws::Pager.new(
606
+ limit_key: "max_results",
607
+ tokens: {
608
+ "next_token" => "next_token"
609
+ }
610
+ )
611
+ end)
612
+
613
+ api.add_operation(:describe_slack_channel_configurations, Seahorse::Model::Operation.new.tap do |o|
614
+ o.name = "DescribeSlackChannelConfigurations"
615
+ o.http_method = "POST"
616
+ o.http_request_uri = "/describe-slack-channel-configurations"
617
+ o.input = Shapes::ShapeRef.new(shape: DescribeSlackChannelConfigurationsRequest)
618
+ o.output = Shapes::ShapeRef.new(shape: DescribeSlackChannelConfigurationsResult)
619
+ o.errors << Shapes::ShapeRef.new(shape: DescribeSlackChannelConfigurationsException)
620
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
621
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
622
+ o[:pager] = Aws::Pager.new(
623
+ limit_key: "max_results",
624
+ tokens: {
625
+ "next_token" => "next_token"
626
+ }
627
+ )
628
+ end)
629
+
630
+ api.add_operation(:describe_slack_user_identities, Seahorse::Model::Operation.new.tap do |o|
631
+ o.name = "DescribeSlackUserIdentities"
632
+ o.http_method = "POST"
633
+ o.http_request_uri = "/describe-slack-user-identities"
634
+ o.input = Shapes::ShapeRef.new(shape: DescribeSlackUserIdentitiesRequest)
635
+ o.output = Shapes::ShapeRef.new(shape: DescribeSlackUserIdentitiesResult)
636
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
637
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
638
+ o.errors << Shapes::ShapeRef.new(shape: DescribeSlackUserIdentitiesException)
639
+ o[:pager] = Aws::Pager.new(
640
+ limit_key: "max_results",
641
+ tokens: {
642
+ "next_token" => "next_token"
643
+ }
644
+ )
645
+ end)
646
+
647
+ api.add_operation(:describe_slack_workspaces, Seahorse::Model::Operation.new.tap do |o|
648
+ o.name = "DescribeSlackWorkspaces"
649
+ o.http_method = "POST"
650
+ o.http_request_uri = "/describe-slack-workspaces"
651
+ o.input = Shapes::ShapeRef.new(shape: DescribeSlackWorkspacesRequest)
652
+ o.output = Shapes::ShapeRef.new(shape: DescribeSlackWorkspacesResult)
653
+ o.errors << Shapes::ShapeRef.new(shape: DescribeSlackWorkspacesException)
654
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
655
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
656
+ o[:pager] = Aws::Pager.new(
657
+ limit_key: "max_results",
658
+ tokens: {
659
+ "next_token" => "next_token"
660
+ }
661
+ )
662
+ end)
663
+
664
+ api.add_operation(:get_account_preferences, Seahorse::Model::Operation.new.tap do |o|
665
+ o.name = "GetAccountPreferences"
666
+ o.http_method = "POST"
667
+ o.http_request_uri = "/get-account-preferences"
668
+ o.input = Shapes::ShapeRef.new(shape: GetAccountPreferencesRequest)
669
+ o.output = Shapes::ShapeRef.new(shape: GetAccountPreferencesResult)
670
+ o.errors << Shapes::ShapeRef.new(shape: GetAccountPreferencesException)
671
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
672
+ end)
673
+
674
+ api.add_operation(:get_microsoft_teams_channel_configuration, Seahorse::Model::Operation.new.tap do |o|
675
+ o.name = "GetMicrosoftTeamsChannelConfiguration"
676
+ o.http_method = "POST"
677
+ o.http_request_uri = "/get-ms-teams-channel-configuration"
678
+ o.input = Shapes::ShapeRef.new(shape: GetTeamsChannelConfigurationRequest)
679
+ o.output = Shapes::ShapeRef.new(shape: GetTeamsChannelConfigurationResult)
680
+ o.errors << Shapes::ShapeRef.new(shape: GetTeamsChannelConfigurationException)
681
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
682
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
683
+ end)
684
+
685
+ api.add_operation(:list_microsoft_teams_channel_configurations, Seahorse::Model::Operation.new.tap do |o|
686
+ o.name = "ListMicrosoftTeamsChannelConfigurations"
687
+ o.http_method = "POST"
688
+ o.http_request_uri = "/list-ms-teams-channel-configurations"
689
+ o.input = Shapes::ShapeRef.new(shape: ListTeamsChannelConfigurationsRequest)
690
+ o.output = Shapes::ShapeRef.new(shape: ListTeamsChannelConfigurationsResult)
691
+ o.errors << Shapes::ShapeRef.new(shape: ListTeamsChannelConfigurationsException)
692
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
693
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
694
+ o[:pager] = Aws::Pager.new(
695
+ limit_key: "max_results",
696
+ tokens: {
697
+ "next_token" => "next_token"
698
+ }
699
+ )
700
+ end)
701
+
702
+ api.add_operation(:list_microsoft_teams_configured_teams, Seahorse::Model::Operation.new.tap do |o|
703
+ o.name = "ListMicrosoftTeamsConfiguredTeams"
704
+ o.http_method = "POST"
705
+ o.http_request_uri = "/list-ms-teams-configured-teams"
706
+ o.input = Shapes::ShapeRef.new(shape: ListMicrosoftTeamsConfiguredTeamsRequest)
707
+ o.output = Shapes::ShapeRef.new(shape: ListMicrosoftTeamsConfiguredTeamsResult)
708
+ o.errors << Shapes::ShapeRef.new(shape: ListMicrosoftTeamsConfiguredTeamsException)
709
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
710
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
711
+ o[:pager] = Aws::Pager.new(
712
+ limit_key: "max_results",
713
+ tokens: {
714
+ "next_token" => "next_token"
715
+ }
716
+ )
717
+ end)
718
+
719
+ api.add_operation(:list_microsoft_teams_user_identities, Seahorse::Model::Operation.new.tap do |o|
720
+ o.name = "ListMicrosoftTeamsUserIdentities"
721
+ o.http_method = "POST"
722
+ o.http_request_uri = "/list-ms-teams-user-identities"
723
+ o.input = Shapes::ShapeRef.new(shape: ListMicrosoftTeamsUserIdentitiesRequest)
724
+ o.output = Shapes::ShapeRef.new(shape: ListMicrosoftTeamsUserIdentitiesResult)
725
+ o.errors << Shapes::ShapeRef.new(shape: ListMicrosoftTeamsUserIdentitiesException)
726
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
727
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
728
+ o[:pager] = Aws::Pager.new(
729
+ limit_key: "max_results",
730
+ tokens: {
731
+ "next_token" => "next_token"
732
+ }
733
+ )
734
+ end)
735
+
736
+ api.add_operation(:update_account_preferences, Seahorse::Model::Operation.new.tap do |o|
737
+ o.name = "UpdateAccountPreferences"
738
+ o.http_method = "POST"
739
+ o.http_request_uri = "/update-account-preferences"
740
+ o.input = Shapes::ShapeRef.new(shape: UpdateAccountPreferencesRequest)
741
+ o.output = Shapes::ShapeRef.new(shape: UpdateAccountPreferencesResult)
742
+ o.errors << Shapes::ShapeRef.new(shape: UpdateAccountPreferencesException)
743
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
744
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
745
+ end)
746
+
747
+ api.add_operation(:update_chime_webhook_configuration, Seahorse::Model::Operation.new.tap do |o|
748
+ o.name = "UpdateChimeWebhookConfiguration"
749
+ o.http_method = "POST"
750
+ o.http_request_uri = "/update-chime-webhook-configuration"
751
+ o.input = Shapes::ShapeRef.new(shape: UpdateChimeWebhookConfigurationRequest)
752
+ o.output = Shapes::ShapeRef.new(shape: UpdateChimeWebhookConfigurationResult)
753
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
754
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
755
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
756
+ o.errors << Shapes::ShapeRef.new(shape: UpdateChimeWebhookConfigurationException)
757
+ end)
758
+
759
+ api.add_operation(:update_microsoft_teams_channel_configuration, Seahorse::Model::Operation.new.tap do |o|
760
+ o.name = "UpdateMicrosoftTeamsChannelConfiguration"
761
+ o.http_method = "POST"
762
+ o.http_request_uri = "/update-ms-teams-channel-configuration"
763
+ o.input = Shapes::ShapeRef.new(shape: UpdateTeamsChannelConfigurationRequest)
764
+ o.output = Shapes::ShapeRef.new(shape: UpdateTeamsChannelConfigurationResult)
765
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
766
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
767
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
768
+ o.errors << Shapes::ShapeRef.new(shape: UpdateTeamsChannelConfigurationException)
769
+ end)
770
+
771
+ api.add_operation(:update_slack_channel_configuration, Seahorse::Model::Operation.new.tap do |o|
772
+ o.name = "UpdateSlackChannelConfiguration"
773
+ o.http_method = "POST"
774
+ o.http_request_uri = "/update-slack-channel-configuration"
775
+ o.input = Shapes::ShapeRef.new(shape: UpdateSlackChannelConfigurationRequest)
776
+ o.output = Shapes::ShapeRef.new(shape: UpdateSlackChannelConfigurationResult)
777
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
778
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
779
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
780
+ o.errors << Shapes::ShapeRef.new(shape: UpdateSlackChannelConfigurationException)
781
+ end)
782
+ end
783
+
784
+ end
785
+ end