aws-sdk-chimesdkmessaging 1.3.0 → 1.7.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.
@@ -13,25 +13,40 @@ module Aws::ChimeSDKMessaging
13
13
 
14
14
  include Seahorse::Model
15
15
 
16
+ AllowNotifications = Shapes::StringShape.new(name: 'AllowNotifications')
16
17
  AppInstanceUserMembershipSummary = Shapes::StructureShape.new(name: 'AppInstanceUserMembershipSummary')
18
+ AssociateChannelFlowRequest = Shapes::StructureShape.new(name: 'AssociateChannelFlowRequest')
17
19
  BadRequestException = Shapes::StructureShape.new(name: 'BadRequestException')
18
20
  BatchChannelMemberships = Shapes::StructureShape.new(name: 'BatchChannelMemberships')
19
21
  BatchCreateChannelMembershipError = Shapes::StructureShape.new(name: 'BatchCreateChannelMembershipError')
20
22
  BatchCreateChannelMembershipErrors = Shapes::ListShape.new(name: 'BatchCreateChannelMembershipErrors')
21
23
  BatchCreateChannelMembershipRequest = Shapes::StructureShape.new(name: 'BatchCreateChannelMembershipRequest')
22
24
  BatchCreateChannelMembershipResponse = Shapes::StructureShape.new(name: 'BatchCreateChannelMembershipResponse')
25
+ CallbackIdType = Shapes::StringShape.new(name: 'CallbackIdType')
23
26
  Channel = Shapes::StructureShape.new(name: 'Channel')
27
+ ChannelAssociatedWithFlowSummary = Shapes::StructureShape.new(name: 'ChannelAssociatedWithFlowSummary')
28
+ ChannelAssociatedWithFlowSummaryList = Shapes::ListShape.new(name: 'ChannelAssociatedWithFlowSummaryList')
24
29
  ChannelBan = Shapes::StructureShape.new(name: 'ChannelBan')
25
30
  ChannelBanSummary = Shapes::StructureShape.new(name: 'ChannelBanSummary')
26
31
  ChannelBanSummaryList = Shapes::ListShape.new(name: 'ChannelBanSummaryList')
32
+ ChannelFlow = Shapes::StructureShape.new(name: 'ChannelFlow')
33
+ ChannelFlowCallbackRequest = Shapes::StructureShape.new(name: 'ChannelFlowCallbackRequest')
34
+ ChannelFlowCallbackResponse = Shapes::StructureShape.new(name: 'ChannelFlowCallbackResponse')
35
+ ChannelFlowExecutionOrder = Shapes::IntegerShape.new(name: 'ChannelFlowExecutionOrder')
36
+ ChannelFlowSummary = Shapes::StructureShape.new(name: 'ChannelFlowSummary')
37
+ ChannelFlowSummaryList = Shapes::ListShape.new(name: 'ChannelFlowSummaryList')
27
38
  ChannelMembership = Shapes::StructureShape.new(name: 'ChannelMembership')
28
39
  ChannelMembershipForAppInstanceUserSummary = Shapes::StructureShape.new(name: 'ChannelMembershipForAppInstanceUserSummary')
29
40
  ChannelMembershipForAppInstanceUserSummaryList = Shapes::ListShape.new(name: 'ChannelMembershipForAppInstanceUserSummaryList')
41
+ ChannelMembershipPreferences = Shapes::StructureShape.new(name: 'ChannelMembershipPreferences')
30
42
  ChannelMembershipSummary = Shapes::StructureShape.new(name: 'ChannelMembershipSummary')
31
43
  ChannelMembershipSummaryList = Shapes::ListShape.new(name: 'ChannelMembershipSummaryList')
32
44
  ChannelMembershipType = Shapes::StringShape.new(name: 'ChannelMembershipType')
33
45
  ChannelMessage = Shapes::StructureShape.new(name: 'ChannelMessage')
46
+ ChannelMessageCallback = Shapes::StructureShape.new(name: 'ChannelMessageCallback')
34
47
  ChannelMessagePersistenceType = Shapes::StringShape.new(name: 'ChannelMessagePersistenceType')
48
+ ChannelMessageStatus = Shapes::StringShape.new(name: 'ChannelMessageStatus')
49
+ ChannelMessageStatusStructure = Shapes::StructureShape.new(name: 'ChannelMessageStatusStructure')
35
50
  ChannelMessageSummary = Shapes::StructureShape.new(name: 'ChannelMessageSummary')
36
51
  ChannelMessageSummaryList = Shapes::ListShape.new(name: 'ChannelMessageSummaryList')
37
52
  ChannelMessageType = Shapes::StringShape.new(name: 'ChannelMessageType')
@@ -50,6 +65,8 @@ module Aws::ChimeSDKMessaging
50
65
  Content = Shapes::StringShape.new(name: 'Content')
51
66
  CreateChannelBanRequest = Shapes::StructureShape.new(name: 'CreateChannelBanRequest')
52
67
  CreateChannelBanResponse = Shapes::StructureShape.new(name: 'CreateChannelBanResponse')
68
+ CreateChannelFlowRequest = Shapes::StructureShape.new(name: 'CreateChannelFlowRequest')
69
+ CreateChannelFlowResponse = Shapes::StructureShape.new(name: 'CreateChannelFlowResponse')
53
70
  CreateChannelMembershipRequest = Shapes::StructureShape.new(name: 'CreateChannelMembershipRequest')
54
71
  CreateChannelMembershipResponse = Shapes::StructureShape.new(name: 'CreateChannelMembershipResponse')
55
72
  CreateChannelModeratorRequest = Shapes::StructureShape.new(name: 'CreateChannelModeratorRequest')
@@ -57,12 +74,15 @@ module Aws::ChimeSDKMessaging
57
74
  CreateChannelRequest = Shapes::StructureShape.new(name: 'CreateChannelRequest')
58
75
  CreateChannelResponse = Shapes::StructureShape.new(name: 'CreateChannelResponse')
59
76
  DeleteChannelBanRequest = Shapes::StructureShape.new(name: 'DeleteChannelBanRequest')
77
+ DeleteChannelFlowRequest = Shapes::StructureShape.new(name: 'DeleteChannelFlowRequest')
60
78
  DeleteChannelMembershipRequest = Shapes::StructureShape.new(name: 'DeleteChannelMembershipRequest')
61
79
  DeleteChannelMessageRequest = Shapes::StructureShape.new(name: 'DeleteChannelMessageRequest')
62
80
  DeleteChannelModeratorRequest = Shapes::StructureShape.new(name: 'DeleteChannelModeratorRequest')
63
81
  DeleteChannelRequest = Shapes::StructureShape.new(name: 'DeleteChannelRequest')
64
82
  DescribeChannelBanRequest = Shapes::StructureShape.new(name: 'DescribeChannelBanRequest')
65
83
  DescribeChannelBanResponse = Shapes::StructureShape.new(name: 'DescribeChannelBanResponse')
84
+ DescribeChannelFlowRequest = Shapes::StructureShape.new(name: 'DescribeChannelFlowRequest')
85
+ DescribeChannelFlowResponse = Shapes::StructureShape.new(name: 'DescribeChannelFlowResponse')
66
86
  DescribeChannelMembershipForAppInstanceUserRequest = Shapes::StructureShape.new(name: 'DescribeChannelMembershipForAppInstanceUserRequest')
67
87
  DescribeChannelMembershipForAppInstanceUserResponse = Shapes::StructureShape.new(name: 'DescribeChannelMembershipForAppInstanceUserResponse')
68
88
  DescribeChannelMembershipRequest = Shapes::StructureShape.new(name: 'DescribeChannelMembershipRequest')
@@ -73,15 +93,27 @@ module Aws::ChimeSDKMessaging
73
93
  DescribeChannelModeratorResponse = Shapes::StructureShape.new(name: 'DescribeChannelModeratorResponse')
74
94
  DescribeChannelRequest = Shapes::StructureShape.new(name: 'DescribeChannelRequest')
75
95
  DescribeChannelResponse = Shapes::StructureShape.new(name: 'DescribeChannelResponse')
96
+ DisassociateChannelFlowRequest = Shapes::StructureShape.new(name: 'DisassociateChannelFlowRequest')
76
97
  ErrorCode = Shapes::StringShape.new(name: 'ErrorCode')
98
+ FallbackAction = Shapes::StringShape.new(name: 'FallbackAction')
99
+ FilterRule = Shapes::StringShape.new(name: 'FilterRule')
77
100
  ForbiddenException = Shapes::StructureShape.new(name: 'ForbiddenException')
101
+ GetChannelMembershipPreferencesRequest = Shapes::StructureShape.new(name: 'GetChannelMembershipPreferencesRequest')
102
+ GetChannelMembershipPreferencesResponse = Shapes::StructureShape.new(name: 'GetChannelMembershipPreferencesResponse')
78
103
  GetChannelMessageRequest = Shapes::StructureShape.new(name: 'GetChannelMessageRequest')
79
104
  GetChannelMessageResponse = Shapes::StructureShape.new(name: 'GetChannelMessageResponse')
105
+ GetChannelMessageStatusRequest = Shapes::StructureShape.new(name: 'GetChannelMessageStatusRequest')
106
+ GetChannelMessageStatusResponse = Shapes::StructureShape.new(name: 'GetChannelMessageStatusResponse')
80
107
  GetMessagingSessionEndpointRequest = Shapes::StructureShape.new(name: 'GetMessagingSessionEndpointRequest')
81
108
  GetMessagingSessionEndpointResponse = Shapes::StructureShape.new(name: 'GetMessagingSessionEndpointResponse')
82
109
  Identity = Shapes::StructureShape.new(name: 'Identity')
110
+ InvocationType = Shapes::StringShape.new(name: 'InvocationType')
111
+ LambdaConfiguration = Shapes::StructureShape.new(name: 'LambdaConfiguration')
112
+ LambdaFunctionArn = Shapes::StringShape.new(name: 'LambdaFunctionArn')
83
113
  ListChannelBansRequest = Shapes::StructureShape.new(name: 'ListChannelBansRequest')
84
114
  ListChannelBansResponse = Shapes::StructureShape.new(name: 'ListChannelBansResponse')
115
+ ListChannelFlowsRequest = Shapes::StructureShape.new(name: 'ListChannelFlowsRequest')
116
+ ListChannelFlowsResponse = Shapes::StructureShape.new(name: 'ListChannelFlowsResponse')
85
117
  ListChannelMembershipsForAppInstanceUserRequest = Shapes::StructureShape.new(name: 'ListChannelMembershipsForAppInstanceUserRequest')
86
118
  ListChannelMembershipsForAppInstanceUserResponse = Shapes::StructureShape.new(name: 'ListChannelMembershipsForAppInstanceUserResponse')
87
119
  ListChannelMembershipsRequest = Shapes::StructureShape.new(name: 'ListChannelMembershipsRequest')
@@ -90,13 +122,22 @@ module Aws::ChimeSDKMessaging
90
122
  ListChannelMessagesResponse = Shapes::StructureShape.new(name: 'ListChannelMessagesResponse')
91
123
  ListChannelModeratorsRequest = Shapes::StructureShape.new(name: 'ListChannelModeratorsRequest')
92
124
  ListChannelModeratorsResponse = Shapes::StructureShape.new(name: 'ListChannelModeratorsResponse')
125
+ ListChannelsAssociatedWithChannelFlowRequest = Shapes::StructureShape.new(name: 'ListChannelsAssociatedWithChannelFlowRequest')
126
+ ListChannelsAssociatedWithChannelFlowResponse = Shapes::StructureShape.new(name: 'ListChannelsAssociatedWithChannelFlowResponse')
93
127
  ListChannelsModeratedByAppInstanceUserRequest = Shapes::StructureShape.new(name: 'ListChannelsModeratedByAppInstanceUserRequest')
94
128
  ListChannelsModeratedByAppInstanceUserResponse = Shapes::StructureShape.new(name: 'ListChannelsModeratedByAppInstanceUserResponse')
95
129
  ListChannelsRequest = Shapes::StructureShape.new(name: 'ListChannelsRequest')
96
130
  ListChannelsResponse = Shapes::StructureShape.new(name: 'ListChannelsResponse')
131
+ ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
132
+ ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
97
133
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
98
134
  MemberArns = Shapes::ListShape.new(name: 'MemberArns')
99
135
  Members = Shapes::ListShape.new(name: 'Members')
136
+ MessageAttributeMap = Shapes::MapShape.new(name: 'MessageAttributeMap')
137
+ MessageAttributeName = Shapes::StringShape.new(name: 'MessageAttributeName')
138
+ MessageAttributeStringValue = Shapes::StringShape.new(name: 'MessageAttributeStringValue')
139
+ MessageAttributeStringValues = Shapes::ListShape.new(name: 'MessageAttributeStringValues')
140
+ MessageAttributeValue = Shapes::StructureShape.new(name: 'MessageAttributeValue')
100
141
  MessageId = Shapes::StringShape.new(name: 'MessageId')
101
142
  MessagingSessionEndpoint = Shapes::StructureShape.new(name: 'MessagingSessionEndpoint')
102
143
  Metadata = Shapes::StringShape.new(name: 'Metadata')
@@ -105,6 +146,16 @@ module Aws::ChimeSDKMessaging
105
146
  NonEmptyResourceName = Shapes::StringShape.new(name: 'NonEmptyResourceName')
106
147
  NonNullableBoolean = Shapes::BooleanShape.new(name: 'NonNullableBoolean')
107
148
  NotFoundException = Shapes::StructureShape.new(name: 'NotFoundException')
149
+ Processor = Shapes::StructureShape.new(name: 'Processor')
150
+ ProcessorConfiguration = Shapes::StructureShape.new(name: 'ProcessorConfiguration')
151
+ ProcessorList = Shapes::ListShape.new(name: 'ProcessorList')
152
+ PushNotificationBody = Shapes::StringShape.new(name: 'PushNotificationBody')
153
+ PushNotificationConfiguration = Shapes::StructureShape.new(name: 'PushNotificationConfiguration')
154
+ PushNotificationPreferences = Shapes::StructureShape.new(name: 'PushNotificationPreferences')
155
+ PushNotificationTitle = Shapes::StringShape.new(name: 'PushNotificationTitle')
156
+ PushNotificationType = Shapes::StringShape.new(name: 'PushNotificationType')
157
+ PutChannelMembershipPreferencesRequest = Shapes::StructureShape.new(name: 'PutChannelMembershipPreferencesRequest')
158
+ PutChannelMembershipPreferencesResponse = Shapes::StructureShape.new(name: 'PutChannelMembershipPreferencesResponse')
108
159
  RedactChannelMessageRequest = Shapes::StructureShape.new(name: 'RedactChannelMessageRequest')
109
160
  RedactChannelMessageResponse = Shapes::StructureShape.new(name: 'RedactChannelMessageResponse')
110
161
  ResourceLimitExceededException = Shapes::StructureShape.new(name: 'ResourceLimitExceededException')
@@ -114,14 +165,20 @@ module Aws::ChimeSDKMessaging
114
165
  ServiceFailureException = Shapes::StructureShape.new(name: 'ServiceFailureException')
115
166
  ServiceUnavailableException = Shapes::StructureShape.new(name: 'ServiceUnavailableException')
116
167
  SortOrder = Shapes::StringShape.new(name: 'SortOrder')
168
+ StatusDetail = Shapes::StringShape.new(name: 'StatusDetail')
117
169
  String = Shapes::StringShape.new(name: 'String')
118
170
  Tag = Shapes::StructureShape.new(name: 'Tag')
119
171
  TagKey = Shapes::StringShape.new(name: 'TagKey')
172
+ TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
120
173
  TagList = Shapes::ListShape.new(name: 'TagList')
174
+ TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
121
175
  TagValue = Shapes::StringShape.new(name: 'TagValue')
122
176
  ThrottledClientException = Shapes::StructureShape.new(name: 'ThrottledClientException')
123
177
  Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
124
178
  UnauthorizedClientException = Shapes::StructureShape.new(name: 'UnauthorizedClientException')
179
+ UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
180
+ UpdateChannelFlowRequest = Shapes::StructureShape.new(name: 'UpdateChannelFlowRequest')
181
+ UpdateChannelFlowResponse = Shapes::StructureShape.new(name: 'UpdateChannelFlowResponse')
125
182
  UpdateChannelMessageRequest = Shapes::StructureShape.new(name: 'UpdateChannelMessageRequest')
126
183
  UpdateChannelMessageResponse = Shapes::StructureShape.new(name: 'UpdateChannelMessageResponse')
127
184
  UpdateChannelReadMarkerRequest = Shapes::StructureShape.new(name: 'UpdateChannelReadMarkerRequest')
@@ -134,6 +191,11 @@ module Aws::ChimeSDKMessaging
134
191
  AppInstanceUserMembershipSummary.add_member(:read_marker_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ReadMarkerTimestamp"))
135
192
  AppInstanceUserMembershipSummary.struct_class = Types::AppInstanceUserMembershipSummary
136
193
 
194
+ AssociateChannelFlowRequest.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "uri", location_name: "channelArn"))
195
+ AssociateChannelFlowRequest.add_member(:channel_flow_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location_name: "ChannelFlowArn"))
196
+ AssociateChannelFlowRequest.add_member(:chime_bearer, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "header", location_name: "x-amz-chime-bearer"))
197
+ AssociateChannelFlowRequest.struct_class = Types::AssociateChannelFlowRequest
198
+
137
199
  BadRequestException.add_member(:code, Shapes::ShapeRef.new(shape: ErrorCode, location_name: "Code"))
138
200
  BadRequestException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
139
201
  BadRequestException.struct_class = Types::BadRequestException
@@ -170,8 +232,18 @@ module Aws::ChimeSDKMessaging
170
232
  Channel.add_member(:created_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTimestamp"))
171
233
  Channel.add_member(:last_message_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastMessageTimestamp"))
172
234
  Channel.add_member(:last_updated_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdatedTimestamp"))
235
+ Channel.add_member(:channel_flow_arn, Shapes::ShapeRef.new(shape: ChimeArn, location_name: "ChannelFlowArn"))
173
236
  Channel.struct_class = Types::Channel
174
237
 
238
+ ChannelAssociatedWithFlowSummary.add_member(:name, Shapes::ShapeRef.new(shape: NonEmptyResourceName, location_name: "Name"))
239
+ ChannelAssociatedWithFlowSummary.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChimeArn, location_name: "ChannelArn"))
240
+ ChannelAssociatedWithFlowSummary.add_member(:mode, Shapes::ShapeRef.new(shape: ChannelMode, location_name: "Mode"))
241
+ ChannelAssociatedWithFlowSummary.add_member(:privacy, Shapes::ShapeRef.new(shape: ChannelPrivacy, location_name: "Privacy"))
242
+ ChannelAssociatedWithFlowSummary.add_member(:metadata, Shapes::ShapeRef.new(shape: Metadata, location_name: "Metadata"))
243
+ ChannelAssociatedWithFlowSummary.struct_class = Types::ChannelAssociatedWithFlowSummary
244
+
245
+ ChannelAssociatedWithFlowSummaryList.member = Shapes::ShapeRef.new(shape: ChannelAssociatedWithFlowSummary)
246
+
175
247
  ChannelBan.add_member(:member, Shapes::ShapeRef.new(shape: Identity, location_name: "Member"))
176
248
  ChannelBan.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChimeArn, location_name: "ChannelArn"))
177
249
  ChannelBan.add_member(:created_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTimestamp"))
@@ -183,6 +255,30 @@ module Aws::ChimeSDKMessaging
183
255
 
184
256
  ChannelBanSummaryList.member = Shapes::ShapeRef.new(shape: ChannelBanSummary)
185
257
 
258
+ ChannelFlow.add_member(:channel_flow_arn, Shapes::ShapeRef.new(shape: ChimeArn, location_name: "ChannelFlowArn"))
259
+ ChannelFlow.add_member(:processors, Shapes::ShapeRef.new(shape: ProcessorList, location_name: "Processors"))
260
+ ChannelFlow.add_member(:name, Shapes::ShapeRef.new(shape: NonEmptyResourceName, location_name: "Name"))
261
+ ChannelFlow.add_member(:created_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTimestamp"))
262
+ ChannelFlow.add_member(:last_updated_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdatedTimestamp"))
263
+ ChannelFlow.struct_class = Types::ChannelFlow
264
+
265
+ ChannelFlowCallbackRequest.add_member(:callback_id, Shapes::ShapeRef.new(shape: CallbackIdType, required: true, location_name: "CallbackId", metadata: {"idempotencyToken"=>true}))
266
+ ChannelFlowCallbackRequest.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "uri", location_name: "channelArn"))
267
+ ChannelFlowCallbackRequest.add_member(:delete_resource, Shapes::ShapeRef.new(shape: NonNullableBoolean, location_name: "DeleteResource"))
268
+ ChannelFlowCallbackRequest.add_member(:channel_message, Shapes::ShapeRef.new(shape: ChannelMessageCallback, required: true, location_name: "ChannelMessage"))
269
+ ChannelFlowCallbackRequest.struct_class = Types::ChannelFlowCallbackRequest
270
+
271
+ ChannelFlowCallbackResponse.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChimeArn, location_name: "ChannelArn"))
272
+ ChannelFlowCallbackResponse.add_member(:callback_id, Shapes::ShapeRef.new(shape: CallbackIdType, location_name: "CallbackId"))
273
+ ChannelFlowCallbackResponse.struct_class = Types::ChannelFlowCallbackResponse
274
+
275
+ ChannelFlowSummary.add_member(:channel_flow_arn, Shapes::ShapeRef.new(shape: ChimeArn, location_name: "ChannelFlowArn"))
276
+ ChannelFlowSummary.add_member(:name, Shapes::ShapeRef.new(shape: NonEmptyResourceName, location_name: "Name"))
277
+ ChannelFlowSummary.add_member(:processors, Shapes::ShapeRef.new(shape: ProcessorList, location_name: "Processors"))
278
+ ChannelFlowSummary.struct_class = Types::ChannelFlowSummary
279
+
280
+ ChannelFlowSummaryList.member = Shapes::ShapeRef.new(shape: ChannelFlowSummary)
281
+
186
282
  ChannelMembership.add_member(:invited_by, Shapes::ShapeRef.new(shape: Identity, location_name: "InvitedBy"))
187
283
  ChannelMembership.add_member(:type, Shapes::ShapeRef.new(shape: ChannelMembershipType, location_name: "Type"))
188
284
  ChannelMembership.add_member(:member, Shapes::ShapeRef.new(shape: Identity, location_name: "Member"))
@@ -197,6 +293,9 @@ module Aws::ChimeSDKMessaging
197
293
 
198
294
  ChannelMembershipForAppInstanceUserSummaryList.member = Shapes::ShapeRef.new(shape: ChannelMembershipForAppInstanceUserSummary)
199
295
 
296
+ ChannelMembershipPreferences.add_member(:push_notifications, Shapes::ShapeRef.new(shape: PushNotificationPreferences, location_name: "PushNotifications"))
297
+ ChannelMembershipPreferences.struct_class = Types::ChannelMembershipPreferences
298
+
200
299
  ChannelMembershipSummary.add_member(:member, Shapes::ShapeRef.new(shape: Identity, location_name: "Member"))
201
300
  ChannelMembershipSummary.struct_class = Types::ChannelMembershipSummary
202
301
 
@@ -213,8 +312,19 @@ module Aws::ChimeSDKMessaging
213
312
  ChannelMessage.add_member(:sender, Shapes::ShapeRef.new(shape: Identity, location_name: "Sender"))
214
313
  ChannelMessage.add_member(:redacted, Shapes::ShapeRef.new(shape: NonNullableBoolean, location_name: "Redacted"))
215
314
  ChannelMessage.add_member(:persistence, Shapes::ShapeRef.new(shape: ChannelMessagePersistenceType, location_name: "Persistence"))
315
+ ChannelMessage.add_member(:status, Shapes::ShapeRef.new(shape: ChannelMessageStatusStructure, location_name: "Status"))
316
+ ChannelMessage.add_member(:message_attributes, Shapes::ShapeRef.new(shape: MessageAttributeMap, location_name: "MessageAttributes"))
216
317
  ChannelMessage.struct_class = Types::ChannelMessage
217
318
 
319
+ ChannelMessageCallback.add_member(:message_id, Shapes::ShapeRef.new(shape: MessageId, required: true, location_name: "MessageId"))
320
+ ChannelMessageCallback.add_member(:content, Shapes::ShapeRef.new(shape: NonEmptyContent, location_name: "Content"))
321
+ ChannelMessageCallback.add_member(:metadata, Shapes::ShapeRef.new(shape: Metadata, location_name: "Metadata"))
322
+ ChannelMessageCallback.struct_class = Types::ChannelMessageCallback
323
+
324
+ ChannelMessageStatusStructure.add_member(:value, Shapes::ShapeRef.new(shape: ChannelMessageStatus, location_name: "Value"))
325
+ ChannelMessageStatusStructure.add_member(:detail, Shapes::ShapeRef.new(shape: StatusDetail, location_name: "Detail"))
326
+ ChannelMessageStatusStructure.struct_class = Types::ChannelMessageStatusStructure
327
+
218
328
  ChannelMessageSummary.add_member(:message_id, Shapes::ShapeRef.new(shape: MessageId, location_name: "MessageId"))
219
329
  ChannelMessageSummary.add_member(:content, Shapes::ShapeRef.new(shape: Content, location_name: "Content"))
220
330
  ChannelMessageSummary.add_member(:metadata, Shapes::ShapeRef.new(shape: Metadata, location_name: "Metadata"))
@@ -224,6 +334,8 @@ module Aws::ChimeSDKMessaging
224
334
  ChannelMessageSummary.add_member(:last_edited_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastEditedTimestamp"))
225
335
  ChannelMessageSummary.add_member(:sender, Shapes::ShapeRef.new(shape: Identity, location_name: "Sender"))
226
336
  ChannelMessageSummary.add_member(:redacted, Shapes::ShapeRef.new(shape: NonNullableBoolean, location_name: "Redacted"))
337
+ ChannelMessageSummary.add_member(:status, Shapes::ShapeRef.new(shape: ChannelMessageStatusStructure, location_name: "Status"))
338
+ ChannelMessageSummary.add_member(:message_attributes, Shapes::ShapeRef.new(shape: MessageAttributeMap, location_name: "MessageAttributes"))
227
339
  ChannelMessageSummary.struct_class = Types::ChannelMessageSummary
228
340
 
229
341
  ChannelMessageSummaryList.member = Shapes::ShapeRef.new(shape: ChannelMessageSummary)
@@ -267,6 +379,16 @@ module Aws::ChimeSDKMessaging
267
379
  CreateChannelBanResponse.add_member(:member, Shapes::ShapeRef.new(shape: Identity, location_name: "Member"))
268
380
  CreateChannelBanResponse.struct_class = Types::CreateChannelBanResponse
269
381
 
382
+ CreateChannelFlowRequest.add_member(:app_instance_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location_name: "AppInstanceArn"))
383
+ CreateChannelFlowRequest.add_member(:processors, Shapes::ShapeRef.new(shape: ProcessorList, required: true, location_name: "Processors"))
384
+ CreateChannelFlowRequest.add_member(:name, Shapes::ShapeRef.new(shape: NonEmptyResourceName, required: true, location_name: "Name"))
385
+ CreateChannelFlowRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
386
+ CreateChannelFlowRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "ClientRequestToken"))
387
+ CreateChannelFlowRequest.struct_class = Types::CreateChannelFlowRequest
388
+
389
+ CreateChannelFlowResponse.add_member(:channel_flow_arn, Shapes::ShapeRef.new(shape: ChimeArn, location_name: "ChannelFlowArn"))
390
+ CreateChannelFlowResponse.struct_class = Types::CreateChannelFlowResponse
391
+
270
392
  CreateChannelMembershipRequest.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "uri", location_name: "channelArn"))
271
393
  CreateChannelMembershipRequest.add_member(:member_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location_name: "MemberArn"))
272
394
  CreateChannelMembershipRequest.add_member(:type, Shapes::ShapeRef.new(shape: ChannelMembershipType, required: true, location_name: "Type"))
@@ -304,6 +426,9 @@ module Aws::ChimeSDKMessaging
304
426
  DeleteChannelBanRequest.add_member(:chime_bearer, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "header", location_name: "x-amz-chime-bearer"))
305
427
  DeleteChannelBanRequest.struct_class = Types::DeleteChannelBanRequest
306
428
 
429
+ DeleteChannelFlowRequest.add_member(:channel_flow_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "uri", location_name: "channelFlowArn"))
430
+ DeleteChannelFlowRequest.struct_class = Types::DeleteChannelFlowRequest
431
+
307
432
  DeleteChannelMembershipRequest.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "uri", location_name: "channelArn"))
308
433
  DeleteChannelMembershipRequest.add_member(:member_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "uri", location_name: "memberArn"))
309
434
  DeleteChannelMembershipRequest.add_member(:chime_bearer, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "header", location_name: "x-amz-chime-bearer"))
@@ -331,6 +456,12 @@ module Aws::ChimeSDKMessaging
331
456
  DescribeChannelBanResponse.add_member(:channel_ban, Shapes::ShapeRef.new(shape: ChannelBan, location_name: "ChannelBan"))
332
457
  DescribeChannelBanResponse.struct_class = Types::DescribeChannelBanResponse
333
458
 
459
+ DescribeChannelFlowRequest.add_member(:channel_flow_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "uri", location_name: "channelFlowArn"))
460
+ DescribeChannelFlowRequest.struct_class = Types::DescribeChannelFlowRequest
461
+
462
+ DescribeChannelFlowResponse.add_member(:channel_flow, Shapes::ShapeRef.new(shape: ChannelFlow, location_name: "ChannelFlow"))
463
+ DescribeChannelFlowResponse.struct_class = Types::DescribeChannelFlowResponse
464
+
334
465
  DescribeChannelMembershipForAppInstanceUserRequest.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "uri", location_name: "channelArn"))
335
466
  DescribeChannelMembershipForAppInstanceUserRequest.add_member(:app_instance_user_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "querystring", location_name: "app-instance-user-arn"))
336
467
  DescribeChannelMembershipForAppInstanceUserRequest.add_member(:chime_bearer, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "header", location_name: "x-amz-chime-bearer"))
@@ -370,10 +501,25 @@ module Aws::ChimeSDKMessaging
370
501
  DescribeChannelResponse.add_member(:channel, Shapes::ShapeRef.new(shape: Channel, location_name: "Channel"))
371
502
  DescribeChannelResponse.struct_class = Types::DescribeChannelResponse
372
503
 
504
+ DisassociateChannelFlowRequest.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "uri", location_name: "channelArn"))
505
+ DisassociateChannelFlowRequest.add_member(:channel_flow_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "uri", location_name: "channelFlowArn"))
506
+ DisassociateChannelFlowRequest.add_member(:chime_bearer, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "header", location_name: "x-amz-chime-bearer"))
507
+ DisassociateChannelFlowRequest.struct_class = Types::DisassociateChannelFlowRequest
508
+
373
509
  ForbiddenException.add_member(:code, Shapes::ShapeRef.new(shape: ErrorCode, location_name: "Code"))
374
510
  ForbiddenException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
375
511
  ForbiddenException.struct_class = Types::ForbiddenException
376
512
 
513
+ GetChannelMembershipPreferencesRequest.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "uri", location_name: "channelArn"))
514
+ GetChannelMembershipPreferencesRequest.add_member(:member_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "uri", location_name: "memberArn"))
515
+ GetChannelMembershipPreferencesRequest.add_member(:chime_bearer, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "header", location_name: "x-amz-chime-bearer"))
516
+ GetChannelMembershipPreferencesRequest.struct_class = Types::GetChannelMembershipPreferencesRequest
517
+
518
+ GetChannelMembershipPreferencesResponse.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChimeArn, location_name: "ChannelArn"))
519
+ GetChannelMembershipPreferencesResponse.add_member(:member, Shapes::ShapeRef.new(shape: Identity, location_name: "Member"))
520
+ GetChannelMembershipPreferencesResponse.add_member(:preferences, Shapes::ShapeRef.new(shape: ChannelMembershipPreferences, location_name: "Preferences"))
521
+ GetChannelMembershipPreferencesResponse.struct_class = Types::GetChannelMembershipPreferencesResponse
522
+
377
523
  GetChannelMessageRequest.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "uri", location_name: "channelArn"))
378
524
  GetChannelMessageRequest.add_member(:message_id, Shapes::ShapeRef.new(shape: MessageId, required: true, location: "uri", location_name: "messageId"))
379
525
  GetChannelMessageRequest.add_member(:chime_bearer, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "header", location_name: "x-amz-chime-bearer"))
@@ -382,6 +528,14 @@ module Aws::ChimeSDKMessaging
382
528
  GetChannelMessageResponse.add_member(:channel_message, Shapes::ShapeRef.new(shape: ChannelMessage, location_name: "ChannelMessage"))
383
529
  GetChannelMessageResponse.struct_class = Types::GetChannelMessageResponse
384
530
 
531
+ GetChannelMessageStatusRequest.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "uri", location_name: "channelArn"))
532
+ GetChannelMessageStatusRequest.add_member(:message_id, Shapes::ShapeRef.new(shape: MessageId, required: true, location: "uri", location_name: "messageId"))
533
+ GetChannelMessageStatusRequest.add_member(:chime_bearer, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "header", location_name: "x-amz-chime-bearer"))
534
+ GetChannelMessageStatusRequest.struct_class = Types::GetChannelMessageStatusRequest
535
+
536
+ GetChannelMessageStatusResponse.add_member(:status, Shapes::ShapeRef.new(shape: ChannelMessageStatusStructure, location_name: "Status"))
537
+ GetChannelMessageStatusResponse.struct_class = Types::GetChannelMessageStatusResponse
538
+
385
539
  GetMessagingSessionEndpointRequest.struct_class = Types::GetMessagingSessionEndpointRequest
386
540
 
387
541
  GetMessagingSessionEndpointResponse.add_member(:endpoint, Shapes::ShapeRef.new(shape: MessagingSessionEndpoint, location_name: "Endpoint"))
@@ -391,6 +545,10 @@ module Aws::ChimeSDKMessaging
391
545
  Identity.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "Name"))
392
546
  Identity.struct_class = Types::Identity
393
547
 
548
+ LambdaConfiguration.add_member(:resource_arn, Shapes::ShapeRef.new(shape: LambdaFunctionArn, required: true, location_name: "ResourceArn"))
549
+ LambdaConfiguration.add_member(:invocation_type, Shapes::ShapeRef.new(shape: InvocationType, required: true, location_name: "InvocationType"))
550
+ LambdaConfiguration.struct_class = Types::LambdaConfiguration
551
+
394
552
  ListChannelBansRequest.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "uri", location_name: "channelArn"))
395
553
  ListChannelBansRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results"))
396
554
  ListChannelBansRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "next-token"))
@@ -402,6 +560,15 @@ module Aws::ChimeSDKMessaging
402
560
  ListChannelBansResponse.add_member(:channel_bans, Shapes::ShapeRef.new(shape: ChannelBanSummaryList, location_name: "ChannelBans"))
403
561
  ListChannelBansResponse.struct_class = Types::ListChannelBansResponse
404
562
 
563
+ ListChannelFlowsRequest.add_member(:app_instance_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "querystring", location_name: "app-instance-arn"))
564
+ ListChannelFlowsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results"))
565
+ ListChannelFlowsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "next-token"))
566
+ ListChannelFlowsRequest.struct_class = Types::ListChannelFlowsRequest
567
+
568
+ ListChannelFlowsResponse.add_member(:channel_flows, Shapes::ShapeRef.new(shape: ChannelFlowSummaryList, location_name: "ChannelFlows"))
569
+ ListChannelFlowsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
570
+ ListChannelFlowsResponse.struct_class = Types::ListChannelFlowsResponse
571
+
405
572
  ListChannelMembershipsForAppInstanceUserRequest.add_member(:app_instance_user_arn, Shapes::ShapeRef.new(shape: ChimeArn, location: "querystring", location_name: "app-instance-user-arn"))
406
573
  ListChannelMembershipsForAppInstanceUserRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results"))
407
574
  ListChannelMembershipsForAppInstanceUserRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "next-token"))
@@ -449,6 +616,15 @@ module Aws::ChimeSDKMessaging
449
616
  ListChannelModeratorsResponse.add_member(:channel_moderators, Shapes::ShapeRef.new(shape: ChannelModeratorSummaryList, location_name: "ChannelModerators"))
450
617
  ListChannelModeratorsResponse.struct_class = Types::ListChannelModeratorsResponse
451
618
 
619
+ ListChannelsAssociatedWithChannelFlowRequest.add_member(:channel_flow_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "querystring", location_name: "channel-flow-arn"))
620
+ ListChannelsAssociatedWithChannelFlowRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results"))
621
+ ListChannelsAssociatedWithChannelFlowRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "next-token"))
622
+ ListChannelsAssociatedWithChannelFlowRequest.struct_class = Types::ListChannelsAssociatedWithChannelFlowRequest
623
+
624
+ ListChannelsAssociatedWithChannelFlowResponse.add_member(:channels, Shapes::ShapeRef.new(shape: ChannelAssociatedWithFlowSummaryList, location_name: "Channels"))
625
+ ListChannelsAssociatedWithChannelFlowResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
626
+ ListChannelsAssociatedWithChannelFlowResponse.struct_class = Types::ListChannelsAssociatedWithChannelFlowResponse
627
+
452
628
  ListChannelsModeratedByAppInstanceUserRequest.add_member(:app_instance_user_arn, Shapes::ShapeRef.new(shape: ChimeArn, location: "querystring", location_name: "app-instance-user-arn"))
453
629
  ListChannelsModeratedByAppInstanceUserRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results"))
454
630
  ListChannelsModeratedByAppInstanceUserRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "next-token"))
@@ -470,10 +646,24 @@ module Aws::ChimeSDKMessaging
470
646
  ListChannelsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
471
647
  ListChannelsResponse.struct_class = Types::ListChannelsResponse
472
648
 
649
+ ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "querystring", location_name: "arn"))
650
+ ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
651
+
652
+ ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
653
+ ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
654
+
473
655
  MemberArns.member = Shapes::ShapeRef.new(shape: ChimeArn)
474
656
 
475
657
  Members.member = Shapes::ShapeRef.new(shape: Identity)
476
658
 
659
+ MessageAttributeMap.key = Shapes::ShapeRef.new(shape: MessageAttributeName)
660
+ MessageAttributeMap.value = Shapes::ShapeRef.new(shape: MessageAttributeValue)
661
+
662
+ MessageAttributeStringValues.member = Shapes::ShapeRef.new(shape: MessageAttributeStringValue)
663
+
664
+ MessageAttributeValue.add_member(:string_values, Shapes::ShapeRef.new(shape: MessageAttributeStringValues, location_name: "StringValues"))
665
+ MessageAttributeValue.struct_class = Types::MessageAttributeValue
666
+
477
667
  MessagingSessionEndpoint.add_member(:url, Shapes::ShapeRef.new(shape: UrlType, location_name: "Url"))
478
668
  MessagingSessionEndpoint.struct_class = Types::MessagingSessionEndpoint
479
669
 
@@ -481,6 +671,37 @@ module Aws::ChimeSDKMessaging
481
671
  NotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
482
672
  NotFoundException.struct_class = Types::NotFoundException
483
673
 
674
+ Processor.add_member(:name, Shapes::ShapeRef.new(shape: NonEmptyResourceName, required: true, location_name: "Name"))
675
+ Processor.add_member(:configuration, Shapes::ShapeRef.new(shape: ProcessorConfiguration, required: true, location_name: "Configuration"))
676
+ Processor.add_member(:execution_order, Shapes::ShapeRef.new(shape: ChannelFlowExecutionOrder, required: true, location_name: "ExecutionOrder"))
677
+ Processor.add_member(:fallback_action, Shapes::ShapeRef.new(shape: FallbackAction, required: true, location_name: "FallbackAction"))
678
+ Processor.struct_class = Types::Processor
679
+
680
+ ProcessorConfiguration.add_member(:lambda, Shapes::ShapeRef.new(shape: LambdaConfiguration, required: true, location_name: "Lambda"))
681
+ ProcessorConfiguration.struct_class = Types::ProcessorConfiguration
682
+
683
+ ProcessorList.member = Shapes::ShapeRef.new(shape: Processor)
684
+
685
+ PushNotificationConfiguration.add_member(:title, Shapes::ShapeRef.new(shape: PushNotificationTitle, required: true, location_name: "Title"))
686
+ PushNotificationConfiguration.add_member(:body, Shapes::ShapeRef.new(shape: PushNotificationBody, required: true, location_name: "Body"))
687
+ PushNotificationConfiguration.add_member(:type, Shapes::ShapeRef.new(shape: PushNotificationType, required: true, location_name: "Type"))
688
+ PushNotificationConfiguration.struct_class = Types::PushNotificationConfiguration
689
+
690
+ PushNotificationPreferences.add_member(:allow_notifications, Shapes::ShapeRef.new(shape: AllowNotifications, required: true, location_name: "AllowNotifications"))
691
+ PushNotificationPreferences.add_member(:filter_rule, Shapes::ShapeRef.new(shape: FilterRule, location_name: "FilterRule"))
692
+ PushNotificationPreferences.struct_class = Types::PushNotificationPreferences
693
+
694
+ PutChannelMembershipPreferencesRequest.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "uri", location_name: "channelArn"))
695
+ PutChannelMembershipPreferencesRequest.add_member(:member_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "uri", location_name: "memberArn"))
696
+ PutChannelMembershipPreferencesRequest.add_member(:chime_bearer, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "header", location_name: "x-amz-chime-bearer"))
697
+ PutChannelMembershipPreferencesRequest.add_member(:preferences, Shapes::ShapeRef.new(shape: ChannelMembershipPreferences, required: true, location_name: "Preferences"))
698
+ PutChannelMembershipPreferencesRequest.struct_class = Types::PutChannelMembershipPreferencesRequest
699
+
700
+ PutChannelMembershipPreferencesResponse.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChimeArn, location_name: "ChannelArn"))
701
+ PutChannelMembershipPreferencesResponse.add_member(:member, Shapes::ShapeRef.new(shape: Identity, location_name: "Member"))
702
+ PutChannelMembershipPreferencesResponse.add_member(:preferences, Shapes::ShapeRef.new(shape: ChannelMembershipPreferences, location_name: "Preferences"))
703
+ PutChannelMembershipPreferencesResponse.struct_class = Types::PutChannelMembershipPreferencesResponse
704
+
484
705
  RedactChannelMessageRequest.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "uri", location_name: "channelArn"))
485
706
  RedactChannelMessageRequest.add_member(:message_id, Shapes::ShapeRef.new(shape: MessageId, required: true, location: "uri", location_name: "messageId"))
486
707
  RedactChannelMessageRequest.add_member(:chime_bearer, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "header", location_name: "x-amz-chime-bearer"))
@@ -501,10 +722,13 @@ module Aws::ChimeSDKMessaging
501
722
  SendChannelMessageRequest.add_member(:metadata, Shapes::ShapeRef.new(shape: Metadata, location_name: "Metadata"))
502
723
  SendChannelMessageRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
503
724
  SendChannelMessageRequest.add_member(:chime_bearer, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "header", location_name: "x-amz-chime-bearer"))
725
+ SendChannelMessageRequest.add_member(:push_notification, Shapes::ShapeRef.new(shape: PushNotificationConfiguration, location_name: "PushNotification"))
726
+ SendChannelMessageRequest.add_member(:message_attributes, Shapes::ShapeRef.new(shape: MessageAttributeMap, location_name: "MessageAttributes"))
504
727
  SendChannelMessageRequest.struct_class = Types::SendChannelMessageRequest
505
728
 
506
729
  SendChannelMessageResponse.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChimeArn, location_name: "ChannelArn"))
507
730
  SendChannelMessageResponse.add_member(:message_id, Shapes::ShapeRef.new(shape: MessageId, location_name: "MessageId"))
731
+ SendChannelMessageResponse.add_member(:status, Shapes::ShapeRef.new(shape: ChannelMessageStatusStructure, location_name: "Status"))
508
732
  SendChannelMessageResponse.struct_class = Types::SendChannelMessageResponse
509
733
 
510
734
  ServiceFailureException.add_member(:code, Shapes::ShapeRef.new(shape: ErrorCode, location_name: "Code"))
@@ -519,8 +743,14 @@ module Aws::ChimeSDKMessaging
519
743
  Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, required: true, location_name: "Value"))
520
744
  Tag.struct_class = Types::Tag
521
745
 
746
+ TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
747
+
522
748
  TagList.member = Shapes::ShapeRef.new(shape: Tag)
523
749
 
750
+ TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location_name: "ResourceARN"))
751
+ TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, required: true, location_name: "Tags"))
752
+ TagResourceRequest.struct_class = Types::TagResourceRequest
753
+
524
754
  ThrottledClientException.add_member(:code, Shapes::ShapeRef.new(shape: ErrorCode, location_name: "Code"))
525
755
  ThrottledClientException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
526
756
  ThrottledClientException.struct_class = Types::ThrottledClientException
@@ -529,6 +759,18 @@ module Aws::ChimeSDKMessaging
529
759
  UnauthorizedClientException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
530
760
  UnauthorizedClientException.struct_class = Types::UnauthorizedClientException
531
761
 
762
+ UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location_name: "ResourceARN"))
763
+ UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location_name: "TagKeys"))
764
+ UntagResourceRequest.struct_class = Types::UntagResourceRequest
765
+
766
+ UpdateChannelFlowRequest.add_member(:channel_flow_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "uri", location_name: "channelFlowArn"))
767
+ UpdateChannelFlowRequest.add_member(:processors, Shapes::ShapeRef.new(shape: ProcessorList, required: true, location_name: "Processors"))
768
+ UpdateChannelFlowRequest.add_member(:name, Shapes::ShapeRef.new(shape: NonEmptyResourceName, required: true, location_name: "Name"))
769
+ UpdateChannelFlowRequest.struct_class = Types::UpdateChannelFlowRequest
770
+
771
+ UpdateChannelFlowResponse.add_member(:channel_flow_arn, Shapes::ShapeRef.new(shape: ChimeArn, location_name: "ChannelFlowArn"))
772
+ UpdateChannelFlowResponse.struct_class = Types::UpdateChannelFlowResponse
773
+
532
774
  UpdateChannelMessageRequest.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "uri", location_name: "channelArn"))
533
775
  UpdateChannelMessageRequest.add_member(:message_id, Shapes::ShapeRef.new(shape: MessageId, required: true, location: "uri", location_name: "messageId"))
534
776
  UpdateChannelMessageRequest.add_member(:content, Shapes::ShapeRef.new(shape: Content, location_name: "Content"))
@@ -538,6 +780,7 @@ module Aws::ChimeSDKMessaging
538
780
 
539
781
  UpdateChannelMessageResponse.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChimeArn, location_name: "ChannelArn"))
540
782
  UpdateChannelMessageResponse.add_member(:message_id, Shapes::ShapeRef.new(shape: MessageId, location_name: "MessageId"))
783
+ UpdateChannelMessageResponse.add_member(:status, Shapes::ShapeRef.new(shape: ChannelMessageStatusStructure, location_name: "Status"))
541
784
  UpdateChannelMessageResponse.struct_class = Types::UpdateChannelMessageResponse
542
785
 
543
786
  UpdateChannelReadMarkerRequest.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "uri", location_name: "channelArn"))
@@ -574,6 +817,22 @@ module Aws::ChimeSDKMessaging
574
817
  "uid" => "chime-sdk-messaging-2021-05-15",
575
818
  }
576
819
 
820
+ api.add_operation(:associate_channel_flow, Seahorse::Model::Operation.new.tap do |o|
821
+ o.name = "AssociateChannelFlow"
822
+ o.http_method = "PUT"
823
+ o.http_request_uri = "/channels/{channelArn}/channel-flow"
824
+ o.input = Shapes::ShapeRef.new(shape: AssociateChannelFlowRequest)
825
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
826
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
827
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
828
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
829
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
830
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
831
+ o.errors << Shapes::ShapeRef.new(shape: ThrottledClientException)
832
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
833
+ o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
834
+ end)
835
+
577
836
  api.add_operation(:batch_create_channel_membership, Seahorse::Model::Operation.new.tap do |o|
578
837
  o.name = "BatchCreateChannelMembership"
579
838
  o.http_method = "POST"
@@ -588,6 +847,21 @@ module Aws::ChimeSDKMessaging
588
847
  o.errors << Shapes::ShapeRef.new(shape: ThrottledClientException)
589
848
  end)
590
849
 
850
+ api.add_operation(:channel_flow_callback, Seahorse::Model::Operation.new.tap do |o|
851
+ o.name = "ChannelFlowCallback"
852
+ o.http_method = "POST"
853
+ o.http_request_uri = "/channels/{channelArn}?operation=channel-flow-callback"
854
+ o.input = Shapes::ShapeRef.new(shape: ChannelFlowCallbackRequest)
855
+ o.output = Shapes::ShapeRef.new(shape: ChannelFlowCallbackResponse)
856
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
857
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
858
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
859
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
860
+ o.errors << Shapes::ShapeRef.new(shape: ThrottledClientException)
861
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
862
+ o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
863
+ end)
864
+
591
865
  api.add_operation(:create_channel, Seahorse::Model::Operation.new.tap do |o|
592
866
  o.name = "CreateChannel"
593
867
  o.http_method = "POST"
@@ -620,6 +894,22 @@ module Aws::ChimeSDKMessaging
620
894
  o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
621
895
  end)
622
896
 
897
+ api.add_operation(:create_channel_flow, Seahorse::Model::Operation.new.tap do |o|
898
+ o.name = "CreateChannelFlow"
899
+ o.http_method = "POST"
900
+ o.http_request_uri = "/channel-flows"
901
+ o.input = Shapes::ShapeRef.new(shape: CreateChannelFlowRequest)
902
+ o.output = Shapes::ShapeRef.new(shape: CreateChannelFlowResponse)
903
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
904
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
905
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
906
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
907
+ o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceededException)
908
+ o.errors << Shapes::ShapeRef.new(shape: ThrottledClientException)
909
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
910
+ o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
911
+ end)
912
+
623
913
  api.add_operation(:create_channel_membership, Seahorse::Model::Operation.new.tap do |o|
624
914
  o.name = "CreateChannelMembership"
625
915
  o.http_method = "POST"
@@ -680,6 +970,21 @@ module Aws::ChimeSDKMessaging
680
970
  o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
681
971
  end)
682
972
 
973
+ api.add_operation(:delete_channel_flow, Seahorse::Model::Operation.new.tap do |o|
974
+ o.name = "DeleteChannelFlow"
975
+ o.http_method = "DELETE"
976
+ o.http_request_uri = "/channel-flows/{channelFlowArn}"
977
+ o.input = Shapes::ShapeRef.new(shape: DeleteChannelFlowRequest)
978
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
979
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
980
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
981
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
982
+ o.errors << Shapes::ShapeRef.new(shape: ThrottledClientException)
983
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
984
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
985
+ o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
986
+ end)
987
+
683
988
  api.add_operation(:delete_channel_membership, Seahorse::Model::Operation.new.tap do |o|
684
989
  o.name = "DeleteChannelMembership"
685
990
  o.http_method = "DELETE"
@@ -752,6 +1057,20 @@ module Aws::ChimeSDKMessaging
752
1057
  o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
753
1058
  end)
754
1059
 
1060
+ api.add_operation(:describe_channel_flow, Seahorse::Model::Operation.new.tap do |o|
1061
+ o.name = "DescribeChannelFlow"
1062
+ o.http_method = "GET"
1063
+ o.http_request_uri = "/channel-flows/{channelFlowArn}"
1064
+ o.input = Shapes::ShapeRef.new(shape: DescribeChannelFlowRequest)
1065
+ o.output = Shapes::ShapeRef.new(shape: DescribeChannelFlowResponse)
1066
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1067
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1068
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
1069
+ o.errors << Shapes::ShapeRef.new(shape: ThrottledClientException)
1070
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1071
+ o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
1072
+ end)
1073
+
755
1074
  api.add_operation(:describe_channel_membership, Seahorse::Model::Operation.new.tap do |o|
756
1075
  o.name = "DescribeChannelMembership"
757
1076
  o.http_method = "GET"
@@ -810,6 +1129,36 @@ module Aws::ChimeSDKMessaging
810
1129
  o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
811
1130
  end)
812
1131
 
1132
+ api.add_operation(:disassociate_channel_flow, Seahorse::Model::Operation.new.tap do |o|
1133
+ o.name = "DisassociateChannelFlow"
1134
+ o.http_method = "DELETE"
1135
+ o.http_request_uri = "/channels/{channelArn}/channel-flow/{channelFlowArn}"
1136
+ o.input = Shapes::ShapeRef.new(shape: DisassociateChannelFlowRequest)
1137
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1138
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1139
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1140
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1141
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
1142
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1143
+ o.errors << Shapes::ShapeRef.new(shape: ThrottledClientException)
1144
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1145
+ o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
1146
+ end)
1147
+
1148
+ api.add_operation(:get_channel_membership_preferences, Seahorse::Model::Operation.new.tap do |o|
1149
+ o.name = "GetChannelMembershipPreferences"
1150
+ o.http_method = "GET"
1151
+ o.http_request_uri = "/channels/{channelArn}/memberships/{memberArn}/preferences"
1152
+ o.input = Shapes::ShapeRef.new(shape: GetChannelMembershipPreferencesRequest)
1153
+ o.output = Shapes::ShapeRef.new(shape: GetChannelMembershipPreferencesResponse)
1154
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1155
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
1156
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1157
+ o.errors << Shapes::ShapeRef.new(shape: ThrottledClientException)
1158
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1159
+ o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
1160
+ end)
1161
+
813
1162
  api.add_operation(:get_channel_message, Seahorse::Model::Operation.new.tap do |o|
814
1163
  o.name = "GetChannelMessage"
815
1164
  o.http_method = "GET"
@@ -825,6 +1174,20 @@ module Aws::ChimeSDKMessaging
825
1174
  o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
826
1175
  end)
827
1176
 
1177
+ api.add_operation(:get_channel_message_status, Seahorse::Model::Operation.new.tap do |o|
1178
+ o.name = "GetChannelMessageStatus"
1179
+ o.http_method = "GET"
1180
+ o.http_request_uri = "/channels/{channelArn}/messages/{messageId}?scope=message-status"
1181
+ o.input = Shapes::ShapeRef.new(shape: GetChannelMessageStatusRequest)
1182
+ o.output = Shapes::ShapeRef.new(shape: GetChannelMessageStatusResponse)
1183
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1184
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1185
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
1186
+ o.errors << Shapes::ShapeRef.new(shape: ThrottledClientException)
1187
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1188
+ o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
1189
+ end)
1190
+
828
1191
  api.add_operation(:get_messaging_session_endpoint, Seahorse::Model::Operation.new.tap do |o|
829
1192
  o.name = "GetMessagingSessionEndpoint"
830
1193
  o.http_method = "GET"
@@ -858,6 +1221,26 @@ module Aws::ChimeSDKMessaging
858
1221
  )
859
1222
  end)
860
1223
 
1224
+ api.add_operation(:list_channel_flows, Seahorse::Model::Operation.new.tap do |o|
1225
+ o.name = "ListChannelFlows"
1226
+ o.http_method = "GET"
1227
+ o.http_request_uri = "/channel-flows"
1228
+ o.input = Shapes::ShapeRef.new(shape: ListChannelFlowsRequest)
1229
+ o.output = Shapes::ShapeRef.new(shape: ListChannelFlowsResponse)
1230
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1231
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1232
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
1233
+ o.errors << Shapes::ShapeRef.new(shape: ThrottledClientException)
1234
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1235
+ o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
1236
+ o[:pager] = Aws::Pager.new(
1237
+ limit_key: "max_results",
1238
+ tokens: {
1239
+ "next_token" => "next_token"
1240
+ }
1241
+ )
1242
+ end)
1243
+
861
1244
  api.add_operation(:list_channel_memberships, Seahorse::Model::Operation.new.tap do |o|
862
1245
  o.name = "ListChannelMemberships"
863
1246
  o.http_method = "GET"
@@ -958,6 +1341,26 @@ module Aws::ChimeSDKMessaging
958
1341
  )
959
1342
  end)
960
1343
 
1344
+ api.add_operation(:list_channels_associated_with_channel_flow, Seahorse::Model::Operation.new.tap do |o|
1345
+ o.name = "ListChannelsAssociatedWithChannelFlow"
1346
+ o.http_method = "GET"
1347
+ o.http_request_uri = "/channels?scope=channel-flow-associations"
1348
+ o.input = Shapes::ShapeRef.new(shape: ListChannelsAssociatedWithChannelFlowRequest)
1349
+ o.output = Shapes::ShapeRef.new(shape: ListChannelsAssociatedWithChannelFlowResponse)
1350
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1351
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1352
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
1353
+ o.errors << Shapes::ShapeRef.new(shape: ThrottledClientException)
1354
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1355
+ o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
1356
+ o[:pager] = Aws::Pager.new(
1357
+ limit_key: "max_results",
1358
+ tokens: {
1359
+ "next_token" => "next_token"
1360
+ }
1361
+ )
1362
+ end)
1363
+
961
1364
  api.add_operation(:list_channels_moderated_by_app_instance_user, Seahorse::Model::Operation.new.tap do |o|
962
1365
  o.name = "ListChannelsModeratedByAppInstanceUser"
963
1366
  o.http_method = "GET"
@@ -978,6 +1381,35 @@ module Aws::ChimeSDKMessaging
978
1381
  )
979
1382
  end)
980
1383
 
1384
+ api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
1385
+ o.name = "ListTagsForResource"
1386
+ o.http_method = "GET"
1387
+ o.http_request_uri = "/tags"
1388
+ o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
1389
+ o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
1390
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1391
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1392
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
1393
+ o.errors << Shapes::ShapeRef.new(shape: ThrottledClientException)
1394
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1395
+ o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
1396
+ end)
1397
+
1398
+ api.add_operation(:put_channel_membership_preferences, Seahorse::Model::Operation.new.tap do |o|
1399
+ o.name = "PutChannelMembershipPreferences"
1400
+ o.http_method = "PUT"
1401
+ o.http_request_uri = "/channels/{channelArn}/memberships/{memberArn}/preferences"
1402
+ o.input = Shapes::ShapeRef.new(shape: PutChannelMembershipPreferencesRequest)
1403
+ o.output = Shapes::ShapeRef.new(shape: PutChannelMembershipPreferencesResponse)
1404
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1405
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1406
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
1407
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1408
+ o.errors << Shapes::ShapeRef.new(shape: ThrottledClientException)
1409
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1410
+ o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
1411
+ end)
1412
+
981
1413
  api.add_operation(:redact_channel_message, Seahorse::Model::Operation.new.tap do |o|
982
1414
  o.name = "RedactChannelMessage"
983
1415
  o.http_method = "POST"
@@ -1007,6 +1439,35 @@ module Aws::ChimeSDKMessaging
1007
1439
  o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
1008
1440
  end)
1009
1441
 
1442
+ api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
1443
+ o.name = "TagResource"
1444
+ o.http_method = "POST"
1445
+ o.http_request_uri = "/tags?operation=tag-resource"
1446
+ o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
1447
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1448
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1449
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1450
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
1451
+ o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceededException)
1452
+ o.errors << Shapes::ShapeRef.new(shape: ThrottledClientException)
1453
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1454
+ o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
1455
+ end)
1456
+
1457
+ api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
1458
+ o.name = "UntagResource"
1459
+ o.http_method = "POST"
1460
+ o.http_request_uri = "/tags?operation=untag-resource"
1461
+ o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
1462
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1463
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1464
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1465
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
1466
+ o.errors << Shapes::ShapeRef.new(shape: ThrottledClientException)
1467
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1468
+ o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
1469
+ end)
1470
+
1010
1471
  api.add_operation(:update_channel, Seahorse::Model::Operation.new.tap do |o|
1011
1472
  o.name = "UpdateChannel"
1012
1473
  o.http_method = "PUT"
@@ -1022,6 +1483,21 @@ module Aws::ChimeSDKMessaging
1022
1483
  o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
1023
1484
  end)
1024
1485
 
1486
+ api.add_operation(:update_channel_flow, Seahorse::Model::Operation.new.tap do |o|
1487
+ o.name = "UpdateChannelFlow"
1488
+ o.http_method = "PUT"
1489
+ o.http_request_uri = "/channel-flows/{channelFlowArn}"
1490
+ o.input = Shapes::ShapeRef.new(shape: UpdateChannelFlowRequest)
1491
+ o.output = Shapes::ShapeRef.new(shape: UpdateChannelFlowResponse)
1492
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1493
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1494
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
1495
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1496
+ o.errors << Shapes::ShapeRef.new(shape: ThrottledClientException)
1497
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1498
+ o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
1499
+ end)
1500
+
1025
1501
  api.add_operation(:update_channel_message, Seahorse::Model::Operation.new.tap do |o|
1026
1502
  o.name = "UpdateChannelMessage"
1027
1503
  o.http_method = "PUT"