aws-sdk-chimesdkidentity 1.0.0 → 1.4.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,6 +13,7 @@ module Aws::ChimeSDKIdentity
13
13
 
14
14
  include Seahorse::Model
15
15
 
16
+ AllowMessages = Shapes::StringShape.new(name: 'AllowMessages')
16
17
  AppInstance = Shapes::StructureShape.new(name: 'AppInstance')
17
18
  AppInstanceAdmin = Shapes::StructureShape.new(name: 'AppInstanceAdmin')
18
19
  AppInstanceAdminList = Shapes::ListShape.new(name: 'AppInstanceAdminList')
@@ -21,6 +22,10 @@ module Aws::ChimeSDKIdentity
21
22
  AppInstanceRetentionSettings = Shapes::StructureShape.new(name: 'AppInstanceRetentionSettings')
22
23
  AppInstanceSummary = Shapes::StructureShape.new(name: 'AppInstanceSummary')
23
24
  AppInstanceUser = Shapes::StructureShape.new(name: 'AppInstanceUser')
25
+ AppInstanceUserEndpoint = Shapes::StructureShape.new(name: 'AppInstanceUserEndpoint')
26
+ AppInstanceUserEndpointSummary = Shapes::StructureShape.new(name: 'AppInstanceUserEndpointSummary')
27
+ AppInstanceUserEndpointSummaryList = Shapes::ListShape.new(name: 'AppInstanceUserEndpointSummaryList')
28
+ AppInstanceUserEndpointType = Shapes::StringShape.new(name: 'AppInstanceUserEndpointType')
24
29
  AppInstanceUserList = Shapes::ListShape.new(name: 'AppInstanceUserList')
25
30
  AppInstanceUserSummary = Shapes::StructureShape.new(name: 'AppInstanceUserSummary')
26
31
  BadRequestException = Shapes::StructureShape.new(name: 'BadRequestException')
@@ -37,12 +42,19 @@ module Aws::ChimeSDKIdentity
37
42
  DeleteAppInstanceAdminRequest = Shapes::StructureShape.new(name: 'DeleteAppInstanceAdminRequest')
38
43
  DeleteAppInstanceRequest = Shapes::StructureShape.new(name: 'DeleteAppInstanceRequest')
39
44
  DeleteAppInstanceUserRequest = Shapes::StructureShape.new(name: 'DeleteAppInstanceUserRequest')
45
+ DeregisterAppInstanceUserEndpointRequest = Shapes::StructureShape.new(name: 'DeregisterAppInstanceUserEndpointRequest')
40
46
  DescribeAppInstanceAdminRequest = Shapes::StructureShape.new(name: 'DescribeAppInstanceAdminRequest')
41
47
  DescribeAppInstanceAdminResponse = Shapes::StructureShape.new(name: 'DescribeAppInstanceAdminResponse')
42
48
  DescribeAppInstanceRequest = Shapes::StructureShape.new(name: 'DescribeAppInstanceRequest')
43
49
  DescribeAppInstanceResponse = Shapes::StructureShape.new(name: 'DescribeAppInstanceResponse')
50
+ DescribeAppInstanceUserEndpointRequest = Shapes::StructureShape.new(name: 'DescribeAppInstanceUserEndpointRequest')
51
+ DescribeAppInstanceUserEndpointResponse = Shapes::StructureShape.new(name: 'DescribeAppInstanceUserEndpointResponse')
44
52
  DescribeAppInstanceUserRequest = Shapes::StructureShape.new(name: 'DescribeAppInstanceUserRequest')
45
53
  DescribeAppInstanceUserResponse = Shapes::StructureShape.new(name: 'DescribeAppInstanceUserResponse')
54
+ EndpointAttributes = Shapes::StructureShape.new(name: 'EndpointAttributes')
55
+ EndpointState = Shapes::StructureShape.new(name: 'EndpointState')
56
+ EndpointStatus = Shapes::StringShape.new(name: 'EndpointStatus')
57
+ EndpointStatusReason = Shapes::StringShape.new(name: 'EndpointStatusReason')
46
58
  ErrorCode = Shapes::StringShape.new(name: 'ErrorCode')
47
59
  ForbiddenException = Shapes::StructureShape.new(name: 'ForbiddenException')
48
60
  GetAppInstanceRetentionSettingsRequest = Shapes::StructureShape.new(name: 'GetAppInstanceRetentionSettingsRequest')
@@ -50,31 +62,46 @@ module Aws::ChimeSDKIdentity
50
62
  Identity = Shapes::StructureShape.new(name: 'Identity')
51
63
  ListAppInstanceAdminsRequest = Shapes::StructureShape.new(name: 'ListAppInstanceAdminsRequest')
52
64
  ListAppInstanceAdminsResponse = Shapes::StructureShape.new(name: 'ListAppInstanceAdminsResponse')
65
+ ListAppInstanceUserEndpointsRequest = Shapes::StructureShape.new(name: 'ListAppInstanceUserEndpointsRequest')
66
+ ListAppInstanceUserEndpointsResponse = Shapes::StructureShape.new(name: 'ListAppInstanceUserEndpointsResponse')
53
67
  ListAppInstanceUsersRequest = Shapes::StructureShape.new(name: 'ListAppInstanceUsersRequest')
54
68
  ListAppInstanceUsersResponse = Shapes::StructureShape.new(name: 'ListAppInstanceUsersResponse')
55
69
  ListAppInstancesRequest = Shapes::StructureShape.new(name: 'ListAppInstancesRequest')
56
70
  ListAppInstancesResponse = Shapes::StructureShape.new(name: 'ListAppInstancesResponse')
71
+ ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
72
+ ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
57
73
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
58
74
  Metadata = Shapes::StringShape.new(name: 'Metadata')
59
75
  NextToken = Shapes::StringShape.new(name: 'NextToken')
60
76
  NonEmptyResourceName = Shapes::StringShape.new(name: 'NonEmptyResourceName')
77
+ NonEmptySensitiveString1600 = Shapes::StringShape.new(name: 'NonEmptySensitiveString1600')
61
78
  PutAppInstanceRetentionSettingsRequest = Shapes::StructureShape.new(name: 'PutAppInstanceRetentionSettingsRequest')
62
79
  PutAppInstanceRetentionSettingsResponse = Shapes::StructureShape.new(name: 'PutAppInstanceRetentionSettingsResponse')
80
+ RegisterAppInstanceUserEndpointRequest = Shapes::StructureShape.new(name: 'RegisterAppInstanceUserEndpointRequest')
81
+ RegisterAppInstanceUserEndpointResponse = Shapes::StructureShape.new(name: 'RegisterAppInstanceUserEndpointResponse')
63
82
  ResourceLimitExceededException = Shapes::StructureShape.new(name: 'ResourceLimitExceededException')
64
83
  ResourceName = Shapes::StringShape.new(name: 'ResourceName')
65
84
  RetentionDays = Shapes::IntegerShape.new(name: 'RetentionDays')
85
+ SensitiveChimeArn = Shapes::StringShape.new(name: 'SensitiveChimeArn')
86
+ SensitiveString1600 = Shapes::StringShape.new(name: 'SensitiveString1600')
87
+ SensitiveString64 = Shapes::StringShape.new(name: 'SensitiveString64')
66
88
  ServiceFailureException = Shapes::StructureShape.new(name: 'ServiceFailureException')
67
89
  ServiceUnavailableException = Shapes::StructureShape.new(name: 'ServiceUnavailableException')
68
90
  String = Shapes::StringShape.new(name: 'String')
69
91
  Tag = Shapes::StructureShape.new(name: 'Tag')
70
92
  TagKey = Shapes::StringShape.new(name: 'TagKey')
93
+ TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
71
94
  TagList = Shapes::ListShape.new(name: 'TagList')
95
+ TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
72
96
  TagValue = Shapes::StringShape.new(name: 'TagValue')
73
97
  ThrottledClientException = Shapes::StructureShape.new(name: 'ThrottledClientException')
74
98
  Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
75
99
  UnauthorizedClientException = Shapes::StructureShape.new(name: 'UnauthorizedClientException')
100
+ UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
76
101
  UpdateAppInstanceRequest = Shapes::StructureShape.new(name: 'UpdateAppInstanceRequest')
77
102
  UpdateAppInstanceResponse = Shapes::StructureShape.new(name: 'UpdateAppInstanceResponse')
103
+ UpdateAppInstanceUserEndpointRequest = Shapes::StructureShape.new(name: 'UpdateAppInstanceUserEndpointRequest')
104
+ UpdateAppInstanceUserEndpointResponse = Shapes::StructureShape.new(name: 'UpdateAppInstanceUserEndpointResponse')
78
105
  UpdateAppInstanceUserRequest = Shapes::StructureShape.new(name: 'UpdateAppInstanceUserRequest')
79
106
  UpdateAppInstanceUserResponse = Shapes::StructureShape.new(name: 'UpdateAppInstanceUserResponse')
80
107
  UserId = Shapes::StringShape.new(name: 'UserId')
@@ -114,6 +141,28 @@ module Aws::ChimeSDKIdentity
114
141
  AppInstanceUser.add_member(:last_updated_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdatedTimestamp"))
115
142
  AppInstanceUser.struct_class = Types::AppInstanceUser
116
143
 
144
+ AppInstanceUserEndpoint.add_member(:app_instance_user_arn, Shapes::ShapeRef.new(shape: SensitiveChimeArn, location_name: "AppInstanceUserArn"))
145
+ AppInstanceUserEndpoint.add_member(:endpoint_id, Shapes::ShapeRef.new(shape: SensitiveString64, location_name: "EndpointId"))
146
+ AppInstanceUserEndpoint.add_member(:name, Shapes::ShapeRef.new(shape: SensitiveString1600, location_name: "Name"))
147
+ AppInstanceUserEndpoint.add_member(:type, Shapes::ShapeRef.new(shape: AppInstanceUserEndpointType, location_name: "Type"))
148
+ AppInstanceUserEndpoint.add_member(:resource_arn, Shapes::ShapeRef.new(shape: SensitiveChimeArn, location_name: "ResourceArn"))
149
+ AppInstanceUserEndpoint.add_member(:endpoint_attributes, Shapes::ShapeRef.new(shape: EndpointAttributes, location_name: "EndpointAttributes"))
150
+ AppInstanceUserEndpoint.add_member(:created_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTimestamp"))
151
+ AppInstanceUserEndpoint.add_member(:last_updated_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdatedTimestamp"))
152
+ AppInstanceUserEndpoint.add_member(:allow_messages, Shapes::ShapeRef.new(shape: AllowMessages, location_name: "AllowMessages"))
153
+ AppInstanceUserEndpoint.add_member(:endpoint_state, Shapes::ShapeRef.new(shape: EndpointState, location_name: "EndpointState"))
154
+ AppInstanceUserEndpoint.struct_class = Types::AppInstanceUserEndpoint
155
+
156
+ AppInstanceUserEndpointSummary.add_member(:app_instance_user_arn, Shapes::ShapeRef.new(shape: SensitiveChimeArn, location_name: "AppInstanceUserArn"))
157
+ AppInstanceUserEndpointSummary.add_member(:endpoint_id, Shapes::ShapeRef.new(shape: SensitiveString64, location_name: "EndpointId"))
158
+ AppInstanceUserEndpointSummary.add_member(:name, Shapes::ShapeRef.new(shape: SensitiveString1600, location_name: "Name"))
159
+ AppInstanceUserEndpointSummary.add_member(:type, Shapes::ShapeRef.new(shape: AppInstanceUserEndpointType, location_name: "Type"))
160
+ AppInstanceUserEndpointSummary.add_member(:allow_messages, Shapes::ShapeRef.new(shape: AllowMessages, location_name: "AllowMessages"))
161
+ AppInstanceUserEndpointSummary.add_member(:endpoint_state, Shapes::ShapeRef.new(shape: EndpointState, location_name: "EndpointState"))
162
+ AppInstanceUserEndpointSummary.struct_class = Types::AppInstanceUserEndpointSummary
163
+
164
+ AppInstanceUserEndpointSummaryList.member = Shapes::ShapeRef.new(shape: AppInstanceUserEndpointSummary)
165
+
117
166
  AppInstanceUserList.member = Shapes::ShapeRef.new(shape: AppInstanceUserSummary)
118
167
 
119
168
  AppInstanceUserSummary.add_member(:app_instance_user_arn, Shapes::ShapeRef.new(shape: ChimeArn, location_name: "AppInstanceUserArn"))
@@ -170,6 +219,10 @@ module Aws::ChimeSDKIdentity
170
219
  DeleteAppInstanceUserRequest.add_member(:app_instance_user_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "uri", location_name: "appInstanceUserArn"))
171
220
  DeleteAppInstanceUserRequest.struct_class = Types::DeleteAppInstanceUserRequest
172
221
 
222
+ DeregisterAppInstanceUserEndpointRequest.add_member(:app_instance_user_arn, Shapes::ShapeRef.new(shape: SensitiveChimeArn, required: true, location: "uri", location_name: "appInstanceUserArn"))
223
+ DeregisterAppInstanceUserEndpointRequest.add_member(:endpoint_id, Shapes::ShapeRef.new(shape: SensitiveString64, required: true, location: "uri", location_name: "endpointId"))
224
+ DeregisterAppInstanceUserEndpointRequest.struct_class = Types::DeregisterAppInstanceUserEndpointRequest
225
+
173
226
  DescribeAppInstanceAdminRequest.add_member(:app_instance_admin_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "uri", location_name: "appInstanceAdminArn"))
174
227
  DescribeAppInstanceAdminRequest.add_member(:app_instance_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "uri", location_name: "appInstanceArn"))
175
228
  DescribeAppInstanceAdminRequest.struct_class = Types::DescribeAppInstanceAdminRequest
@@ -183,12 +236,27 @@ module Aws::ChimeSDKIdentity
183
236
  DescribeAppInstanceResponse.add_member(:app_instance, Shapes::ShapeRef.new(shape: AppInstance, location_name: "AppInstance"))
184
237
  DescribeAppInstanceResponse.struct_class = Types::DescribeAppInstanceResponse
185
238
 
239
+ DescribeAppInstanceUserEndpointRequest.add_member(:app_instance_user_arn, Shapes::ShapeRef.new(shape: SensitiveString1600, required: true, location: "uri", location_name: "appInstanceUserArn"))
240
+ DescribeAppInstanceUserEndpointRequest.add_member(:endpoint_id, Shapes::ShapeRef.new(shape: SensitiveString64, required: true, location: "uri", location_name: "endpointId"))
241
+ DescribeAppInstanceUserEndpointRequest.struct_class = Types::DescribeAppInstanceUserEndpointRequest
242
+
243
+ DescribeAppInstanceUserEndpointResponse.add_member(:app_instance_user_endpoint, Shapes::ShapeRef.new(shape: AppInstanceUserEndpoint, location_name: "AppInstanceUserEndpoint"))
244
+ DescribeAppInstanceUserEndpointResponse.struct_class = Types::DescribeAppInstanceUserEndpointResponse
245
+
186
246
  DescribeAppInstanceUserRequest.add_member(:app_instance_user_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "uri", location_name: "appInstanceUserArn"))
187
247
  DescribeAppInstanceUserRequest.struct_class = Types::DescribeAppInstanceUserRequest
188
248
 
189
249
  DescribeAppInstanceUserResponse.add_member(:app_instance_user, Shapes::ShapeRef.new(shape: AppInstanceUser, location_name: "AppInstanceUser"))
190
250
  DescribeAppInstanceUserResponse.struct_class = Types::DescribeAppInstanceUserResponse
191
251
 
252
+ EndpointAttributes.add_member(:device_token, Shapes::ShapeRef.new(shape: NonEmptySensitiveString1600, required: true, location_name: "DeviceToken"))
253
+ EndpointAttributes.add_member(:voip_device_token, Shapes::ShapeRef.new(shape: NonEmptySensitiveString1600, location_name: "VoipDeviceToken"))
254
+ EndpointAttributes.struct_class = Types::EndpointAttributes
255
+
256
+ EndpointState.add_member(:status, Shapes::ShapeRef.new(shape: EndpointStatus, required: true, location_name: "Status"))
257
+ EndpointState.add_member(:status_reason, Shapes::ShapeRef.new(shape: EndpointStatusReason, location_name: "StatusReason"))
258
+ EndpointState.struct_class = Types::EndpointState
259
+
192
260
  ForbiddenException.add_member(:code, Shapes::ShapeRef.new(shape: ErrorCode, location_name: "Code"))
193
261
  ForbiddenException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
194
262
  ForbiddenException.struct_class = Types::ForbiddenException
@@ -214,6 +282,15 @@ module Aws::ChimeSDKIdentity
214
282
  ListAppInstanceAdminsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
215
283
  ListAppInstanceAdminsResponse.struct_class = Types::ListAppInstanceAdminsResponse
216
284
 
285
+ ListAppInstanceUserEndpointsRequest.add_member(:app_instance_user_arn, Shapes::ShapeRef.new(shape: SensitiveChimeArn, required: true, location: "uri", location_name: "appInstanceUserArn"))
286
+ ListAppInstanceUserEndpointsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results"))
287
+ ListAppInstanceUserEndpointsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "next-token"))
288
+ ListAppInstanceUserEndpointsRequest.struct_class = Types::ListAppInstanceUserEndpointsRequest
289
+
290
+ ListAppInstanceUserEndpointsResponse.add_member(:app_instance_user_endpoints, Shapes::ShapeRef.new(shape: AppInstanceUserEndpointSummaryList, location_name: "AppInstanceUserEndpoints"))
291
+ ListAppInstanceUserEndpointsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
292
+ ListAppInstanceUserEndpointsResponse.struct_class = Types::ListAppInstanceUserEndpointsResponse
293
+
217
294
  ListAppInstanceUsersRequest.add_member(:app_instance_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "querystring", location_name: "app-instance-arn"))
218
295
  ListAppInstanceUsersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results"))
219
296
  ListAppInstanceUsersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "next-token"))
@@ -232,6 +309,12 @@ module Aws::ChimeSDKIdentity
232
309
  ListAppInstancesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
233
310
  ListAppInstancesResponse.struct_class = Types::ListAppInstancesResponse
234
311
 
312
+ ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "querystring", location_name: "arn"))
313
+ ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
314
+
315
+ ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
316
+ ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
317
+
235
318
  PutAppInstanceRetentionSettingsRequest.add_member(:app_instance_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "uri", location_name: "appInstanceArn"))
236
319
  PutAppInstanceRetentionSettingsRequest.add_member(:app_instance_retention_settings, Shapes::ShapeRef.new(shape: AppInstanceRetentionSettings, required: true, location_name: "AppInstanceRetentionSettings"))
237
320
  PutAppInstanceRetentionSettingsRequest.struct_class = Types::PutAppInstanceRetentionSettingsRequest
@@ -240,6 +323,19 @@ module Aws::ChimeSDKIdentity
240
323
  PutAppInstanceRetentionSettingsResponse.add_member(:initiate_deletion_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "InitiateDeletionTimestamp"))
241
324
  PutAppInstanceRetentionSettingsResponse.struct_class = Types::PutAppInstanceRetentionSettingsResponse
242
325
 
326
+ RegisterAppInstanceUserEndpointRequest.add_member(:app_instance_user_arn, Shapes::ShapeRef.new(shape: SensitiveChimeArn, required: true, location: "uri", location_name: "appInstanceUserArn"))
327
+ RegisterAppInstanceUserEndpointRequest.add_member(:name, Shapes::ShapeRef.new(shape: SensitiveString1600, location_name: "Name"))
328
+ RegisterAppInstanceUserEndpointRequest.add_member(:type, Shapes::ShapeRef.new(shape: AppInstanceUserEndpointType, required: true, location_name: "Type"))
329
+ RegisterAppInstanceUserEndpointRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: SensitiveChimeArn, required: true, location_name: "ResourceArn"))
330
+ RegisterAppInstanceUserEndpointRequest.add_member(:endpoint_attributes, Shapes::ShapeRef.new(shape: EndpointAttributes, required: true, location_name: "EndpointAttributes"))
331
+ RegisterAppInstanceUserEndpointRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
332
+ RegisterAppInstanceUserEndpointRequest.add_member(:allow_messages, Shapes::ShapeRef.new(shape: AllowMessages, location_name: "AllowMessages"))
333
+ RegisterAppInstanceUserEndpointRequest.struct_class = Types::RegisterAppInstanceUserEndpointRequest
334
+
335
+ RegisterAppInstanceUserEndpointResponse.add_member(:app_instance_user_arn, Shapes::ShapeRef.new(shape: SensitiveChimeArn, location_name: "AppInstanceUserArn"))
336
+ RegisterAppInstanceUserEndpointResponse.add_member(:endpoint_id, Shapes::ShapeRef.new(shape: SensitiveString64, location_name: "EndpointId"))
337
+ RegisterAppInstanceUserEndpointResponse.struct_class = Types::RegisterAppInstanceUserEndpointResponse
338
+
243
339
  ResourceLimitExceededException.add_member(:code, Shapes::ShapeRef.new(shape: ErrorCode, location_name: "Code"))
244
340
  ResourceLimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
245
341
  ResourceLimitExceededException.struct_class = Types::ResourceLimitExceededException
@@ -256,8 +352,14 @@ module Aws::ChimeSDKIdentity
256
352
  Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, required: true, location_name: "Value"))
257
353
  Tag.struct_class = Types::Tag
258
354
 
355
+ TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
356
+
259
357
  TagList.member = Shapes::ShapeRef.new(shape: Tag)
260
358
 
359
+ TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location_name: "ResourceARN"))
360
+ TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, required: true, location_name: "Tags"))
361
+ TagResourceRequest.struct_class = Types::TagResourceRequest
362
+
261
363
  ThrottledClientException.add_member(:code, Shapes::ShapeRef.new(shape: ErrorCode, location_name: "Code"))
262
364
  ThrottledClientException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
263
365
  ThrottledClientException.struct_class = Types::ThrottledClientException
@@ -266,6 +368,10 @@ module Aws::ChimeSDKIdentity
266
368
  UnauthorizedClientException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
267
369
  UnauthorizedClientException.struct_class = Types::UnauthorizedClientException
268
370
 
371
+ UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location_name: "ResourceARN"))
372
+ UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location_name: "TagKeys"))
373
+ UntagResourceRequest.struct_class = Types::UntagResourceRequest
374
+
269
375
  UpdateAppInstanceRequest.add_member(:app_instance_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "uri", location_name: "appInstanceArn"))
270
376
  UpdateAppInstanceRequest.add_member(:name, Shapes::ShapeRef.new(shape: NonEmptyResourceName, required: true, location_name: "Name"))
271
377
  UpdateAppInstanceRequest.add_member(:metadata, Shapes::ShapeRef.new(shape: Metadata, required: true, location_name: "Metadata"))
@@ -274,6 +380,16 @@ module Aws::ChimeSDKIdentity
274
380
  UpdateAppInstanceResponse.add_member(:app_instance_arn, Shapes::ShapeRef.new(shape: ChimeArn, location_name: "AppInstanceArn"))
275
381
  UpdateAppInstanceResponse.struct_class = Types::UpdateAppInstanceResponse
276
382
 
383
+ UpdateAppInstanceUserEndpointRequest.add_member(:app_instance_user_arn, Shapes::ShapeRef.new(shape: SensitiveChimeArn, required: true, location: "uri", location_name: "appInstanceUserArn"))
384
+ UpdateAppInstanceUserEndpointRequest.add_member(:endpoint_id, Shapes::ShapeRef.new(shape: SensitiveString64, required: true, location: "uri", location_name: "endpointId"))
385
+ UpdateAppInstanceUserEndpointRequest.add_member(:name, Shapes::ShapeRef.new(shape: SensitiveString1600, location_name: "Name"))
386
+ UpdateAppInstanceUserEndpointRequest.add_member(:allow_messages, Shapes::ShapeRef.new(shape: AllowMessages, location_name: "AllowMessages"))
387
+ UpdateAppInstanceUserEndpointRequest.struct_class = Types::UpdateAppInstanceUserEndpointRequest
388
+
389
+ UpdateAppInstanceUserEndpointResponse.add_member(:app_instance_user_arn, Shapes::ShapeRef.new(shape: SensitiveChimeArn, location_name: "AppInstanceUserArn"))
390
+ UpdateAppInstanceUserEndpointResponse.add_member(:endpoint_id, Shapes::ShapeRef.new(shape: SensitiveString64, location_name: "EndpointId"))
391
+ UpdateAppInstanceUserEndpointResponse.struct_class = Types::UpdateAppInstanceUserEndpointResponse
392
+
277
393
  UpdateAppInstanceUserRequest.add_member(:app_instance_user_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location: "uri", location_name: "appInstanceUserArn"))
278
394
  UpdateAppInstanceUserRequest.add_member(:name, Shapes::ShapeRef.new(shape: UserName, required: true, location_name: "Name"))
279
395
  UpdateAppInstanceUserRequest.add_member(:metadata, Shapes::ShapeRef.new(shape: Metadata, required: true, location_name: "Metadata"))
@@ -394,6 +510,20 @@ module Aws::ChimeSDKIdentity
394
510
  o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
395
511
  end)
396
512
 
513
+ api.add_operation(:deregister_app_instance_user_endpoint, Seahorse::Model::Operation.new.tap do |o|
514
+ o.name = "DeregisterAppInstanceUserEndpoint"
515
+ o.http_method = "DELETE"
516
+ o.http_request_uri = "/app-instance-users/{appInstanceUserArn}/endpoints/{endpointId}"
517
+ o.input = Shapes::ShapeRef.new(shape: DeregisterAppInstanceUserEndpointRequest)
518
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
519
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
520
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
521
+ o.errors << Shapes::ShapeRef.new(shape: ThrottledClientException)
522
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
523
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
524
+ o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
525
+ end)
526
+
397
527
  api.add_operation(:describe_app_instance, Seahorse::Model::Operation.new.tap do |o|
398
528
  o.name = "DescribeAppInstance"
399
529
  o.http_method = "GET"
@@ -436,6 +566,20 @@ module Aws::ChimeSDKIdentity
436
566
  o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
437
567
  end)
438
568
 
569
+ api.add_operation(:describe_app_instance_user_endpoint, Seahorse::Model::Operation.new.tap do |o|
570
+ o.name = "DescribeAppInstanceUserEndpoint"
571
+ o.http_method = "GET"
572
+ o.http_request_uri = "/app-instance-users/{appInstanceUserArn}/endpoints/{endpointId}"
573
+ o.input = Shapes::ShapeRef.new(shape: DescribeAppInstanceUserEndpointRequest)
574
+ o.output = Shapes::ShapeRef.new(shape: DescribeAppInstanceUserEndpointResponse)
575
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
576
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
577
+ o.errors << Shapes::ShapeRef.new(shape: ThrottledClientException)
578
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
579
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
580
+ o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
581
+ end)
582
+
439
583
  api.add_operation(:get_app_instance_retention_settings, Seahorse::Model::Operation.new.tap do |o|
440
584
  o.name = "GetAppInstanceRetentionSettings"
441
585
  o.http_method = "GET"
@@ -471,6 +615,26 @@ module Aws::ChimeSDKIdentity
471
615
  )
472
616
  end)
473
617
 
618
+ api.add_operation(:list_app_instance_user_endpoints, Seahorse::Model::Operation.new.tap do |o|
619
+ o.name = "ListAppInstanceUserEndpoints"
620
+ o.http_method = "GET"
621
+ o.http_request_uri = "/app-instance-users/{appInstanceUserArn}/endpoints"
622
+ o.input = Shapes::ShapeRef.new(shape: ListAppInstanceUserEndpointsRequest)
623
+ o.output = Shapes::ShapeRef.new(shape: ListAppInstanceUserEndpointsResponse)
624
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
625
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
626
+ o.errors << Shapes::ShapeRef.new(shape: ThrottledClientException)
627
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
628
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
629
+ o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
630
+ o[:pager] = Aws::Pager.new(
631
+ limit_key: "max_results",
632
+ tokens: {
633
+ "next_token" => "next_token"
634
+ }
635
+ )
636
+ end)
637
+
474
638
  api.add_operation(:list_app_instance_users, Seahorse::Model::Operation.new.tap do |o|
475
639
  o.name = "ListAppInstanceUsers"
476
640
  o.http_method = "GET"
@@ -511,6 +675,20 @@ module Aws::ChimeSDKIdentity
511
675
  )
512
676
  end)
513
677
 
678
+ api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
679
+ o.name = "ListTagsForResource"
680
+ o.http_method = "GET"
681
+ o.http_request_uri = "/tags"
682
+ o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
683
+ o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
684
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
685
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
686
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
687
+ o.errors << Shapes::ShapeRef.new(shape: ThrottledClientException)
688
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
689
+ o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
690
+ end)
691
+
514
692
  api.add_operation(:put_app_instance_retention_settings, Seahorse::Model::Operation.new.tap do |o|
515
693
  o.name = "PutAppInstanceRetentionSettings"
516
694
  o.http_method = "PUT"
@@ -525,6 +703,51 @@ module Aws::ChimeSDKIdentity
525
703
  o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
526
704
  end)
527
705
 
706
+ api.add_operation(:register_app_instance_user_endpoint, Seahorse::Model::Operation.new.tap do |o|
707
+ o.name = "RegisterAppInstanceUserEndpoint"
708
+ o.http_method = "POST"
709
+ o.http_request_uri = "/app-instance-users/{appInstanceUserArn}/endpoints"
710
+ o.input = Shapes::ShapeRef.new(shape: RegisterAppInstanceUserEndpointRequest)
711
+ o.output = Shapes::ShapeRef.new(shape: RegisterAppInstanceUserEndpointResponse)
712
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
713
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
714
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
715
+ o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceededException)
716
+ o.errors << Shapes::ShapeRef.new(shape: ThrottledClientException)
717
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
718
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
719
+ o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
720
+ end)
721
+
722
+ api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
723
+ o.name = "TagResource"
724
+ o.http_method = "POST"
725
+ o.http_request_uri = "/tags?operation=tag-resource"
726
+ o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
727
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
728
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
729
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
730
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
731
+ o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceededException)
732
+ o.errors << Shapes::ShapeRef.new(shape: ThrottledClientException)
733
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
734
+ o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
735
+ end)
736
+
737
+ api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
738
+ o.name = "UntagResource"
739
+ o.http_method = "POST"
740
+ o.http_request_uri = "/tags?operation=untag-resource"
741
+ o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
742
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
743
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
744
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
745
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
746
+ o.errors << Shapes::ShapeRef.new(shape: ThrottledClientException)
747
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
748
+ o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
749
+ end)
750
+
528
751
  api.add_operation(:update_app_instance, Seahorse::Model::Operation.new.tap do |o|
529
752
  o.name = "UpdateAppInstance"
530
753
  o.http_method = "PUT"
@@ -555,6 +778,21 @@ module Aws::ChimeSDKIdentity
555
778
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
556
779
  o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
557
780
  end)
781
+
782
+ api.add_operation(:update_app_instance_user_endpoint, Seahorse::Model::Operation.new.tap do |o|
783
+ o.name = "UpdateAppInstanceUserEndpoint"
784
+ o.http_method = "PUT"
785
+ o.http_request_uri = "/app-instance-users/{appInstanceUserArn}/endpoints/{endpointId}"
786
+ o.input = Shapes::ShapeRef.new(shape: UpdateAppInstanceUserEndpointRequest)
787
+ o.output = Shapes::ShapeRef.new(shape: UpdateAppInstanceUserEndpointResponse)
788
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
789
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
790
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
791
+ o.errors << Shapes::ShapeRef.new(shape: ThrottledClientException)
792
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
793
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
794
+ o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
795
+ end)
558
796
  end
559
797
 
560
798
  end