aws-sdk-connect 1.33.0 → 1.38.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.
@@ -18,11 +18,23 @@ module Aws::Connect
18
18
  AgentFirstName = Shapes::StringShape.new(name: 'AgentFirstName')
19
19
  AgentLastName = Shapes::StringShape.new(name: 'AgentLastName')
20
20
  AgentUsername = Shapes::StringShape.new(name: 'AgentUsername')
21
+ AssociateApprovedOriginRequest = Shapes::StructureShape.new(name: 'AssociateApprovedOriginRequest')
22
+ AssociateInstanceStorageConfigRequest = Shapes::StructureShape.new(name: 'AssociateInstanceStorageConfigRequest')
23
+ AssociateInstanceStorageConfigResponse = Shapes::StructureShape.new(name: 'AssociateInstanceStorageConfigResponse')
24
+ AssociateLambdaFunctionRequest = Shapes::StructureShape.new(name: 'AssociateLambdaFunctionRequest')
25
+ AssociateLexBotRequest = Shapes::StructureShape.new(name: 'AssociateLexBotRequest')
21
26
  AssociateRoutingProfileQueuesRequest = Shapes::StructureShape.new(name: 'AssociateRoutingProfileQueuesRequest')
27
+ AssociateSecurityKeyRequest = Shapes::StructureShape.new(name: 'AssociateSecurityKeyRequest')
28
+ AssociateSecurityKeyResponse = Shapes::StructureShape.new(name: 'AssociateSecurityKeyResponse')
29
+ AssociationId = Shapes::StringShape.new(name: 'AssociationId')
30
+ Attribute = Shapes::StructureShape.new(name: 'Attribute')
22
31
  AttributeName = Shapes::StringShape.new(name: 'AttributeName')
23
32
  AttributeValue = Shapes::StringShape.new(name: 'AttributeValue')
24
33
  Attributes = Shapes::MapShape.new(name: 'Attributes')
34
+ AttributesList = Shapes::ListShape.new(name: 'AttributesList')
25
35
  AutoAccept = Shapes::BooleanShape.new(name: 'AutoAccept')
36
+ BotName = Shapes::StringShape.new(name: 'BotName')
37
+ BucketName = Shapes::StringShape.new(name: 'BucketName')
26
38
  Channel = Shapes::StringShape.new(name: 'Channel')
27
39
  Channels = Shapes::ListShape.new(name: 'Channels')
28
40
  ChatContent = Shapes::StringShape.new(name: 'ChatContent')
@@ -43,10 +55,21 @@ module Aws::Connect
43
55
  ContactFlowTypes = Shapes::ListShape.new(name: 'ContactFlowTypes')
44
56
  ContactId = Shapes::StringShape.new(name: 'ContactId')
45
57
  ContactNotFoundException = Shapes::StructureShape.new(name: 'ContactNotFoundException')
58
+ ContactReferences = Shapes::MapShape.new(name: 'ContactReferences')
46
59
  CreateContactFlowRequest = Shapes::StructureShape.new(name: 'CreateContactFlowRequest')
47
60
  CreateContactFlowResponse = Shapes::StructureShape.new(name: 'CreateContactFlowResponse')
61
+ CreateInstanceRequest = Shapes::StructureShape.new(name: 'CreateInstanceRequest')
62
+ CreateInstanceResponse = Shapes::StructureShape.new(name: 'CreateInstanceResponse')
63
+ CreateIntegrationAssociationRequest = Shapes::StructureShape.new(name: 'CreateIntegrationAssociationRequest')
64
+ CreateIntegrationAssociationResponse = Shapes::StructureShape.new(name: 'CreateIntegrationAssociationResponse')
65
+ CreateQuickConnectRequest = Shapes::StructureShape.new(name: 'CreateQuickConnectRequest')
66
+ CreateQuickConnectResponse = Shapes::StructureShape.new(name: 'CreateQuickConnectResponse')
48
67
  CreateRoutingProfileRequest = Shapes::StructureShape.new(name: 'CreateRoutingProfileRequest')
49
68
  CreateRoutingProfileResponse = Shapes::StructureShape.new(name: 'CreateRoutingProfileResponse')
69
+ CreateUseCaseRequest = Shapes::StructureShape.new(name: 'CreateUseCaseRequest')
70
+ CreateUseCaseResponse = Shapes::StructureShape.new(name: 'CreateUseCaseResponse')
71
+ CreateUserHierarchyGroupRequest = Shapes::StructureShape.new(name: 'CreateUserHierarchyGroupRequest')
72
+ CreateUserHierarchyGroupResponse = Shapes::StructureShape.new(name: 'CreateUserHierarchyGroupResponse')
50
73
  CreateUserRequest = Shapes::StructureShape.new(name: 'CreateUserRequest')
51
74
  CreateUserResponse = Shapes::StructureShape.new(name: 'CreateUserResponse')
52
75
  Credentials = Shapes::StructureShape.new(name: 'Credentials')
@@ -58,9 +81,22 @@ module Aws::Connect
58
81
  CurrentMetricResults = Shapes::ListShape.new(name: 'CurrentMetricResults')
59
82
  CurrentMetrics = Shapes::ListShape.new(name: 'CurrentMetrics')
60
83
  Delay = Shapes::IntegerShape.new(name: 'Delay')
84
+ DeleteInstanceRequest = Shapes::StructureShape.new(name: 'DeleteInstanceRequest')
85
+ DeleteIntegrationAssociationRequest = Shapes::StructureShape.new(name: 'DeleteIntegrationAssociationRequest')
86
+ DeleteQuickConnectRequest = Shapes::StructureShape.new(name: 'DeleteQuickConnectRequest')
87
+ DeleteUseCaseRequest = Shapes::StructureShape.new(name: 'DeleteUseCaseRequest')
88
+ DeleteUserHierarchyGroupRequest = Shapes::StructureShape.new(name: 'DeleteUserHierarchyGroupRequest')
61
89
  DeleteUserRequest = Shapes::StructureShape.new(name: 'DeleteUserRequest')
62
90
  DescribeContactFlowRequest = Shapes::StructureShape.new(name: 'DescribeContactFlowRequest')
63
91
  DescribeContactFlowResponse = Shapes::StructureShape.new(name: 'DescribeContactFlowResponse')
92
+ DescribeInstanceAttributeRequest = Shapes::StructureShape.new(name: 'DescribeInstanceAttributeRequest')
93
+ DescribeInstanceAttributeResponse = Shapes::StructureShape.new(name: 'DescribeInstanceAttributeResponse')
94
+ DescribeInstanceRequest = Shapes::StructureShape.new(name: 'DescribeInstanceRequest')
95
+ DescribeInstanceResponse = Shapes::StructureShape.new(name: 'DescribeInstanceResponse')
96
+ DescribeInstanceStorageConfigRequest = Shapes::StructureShape.new(name: 'DescribeInstanceStorageConfigRequest')
97
+ DescribeInstanceStorageConfigResponse = Shapes::StructureShape.new(name: 'DescribeInstanceStorageConfigResponse')
98
+ DescribeQuickConnectRequest = Shapes::StructureShape.new(name: 'DescribeQuickConnectRequest')
99
+ DescribeQuickConnectResponse = Shapes::StructureShape.new(name: 'DescribeQuickConnectResponse')
64
100
  DescribeRoutingProfileRequest = Shapes::StructureShape.new(name: 'DescribeRoutingProfileRequest')
65
101
  DescribeRoutingProfileResponse = Shapes::StructureShape.new(name: 'DescribeRoutingProfileResponse')
66
102
  DescribeUserHierarchyGroupRequest = Shapes::StructureShape.new(name: 'DescribeUserHierarchyGroupRequest')
@@ -69,14 +105,27 @@ module Aws::Connect
69
105
  DescribeUserHierarchyStructureResponse = Shapes::StructureShape.new(name: 'DescribeUserHierarchyStructureResponse')
70
106
  DescribeUserRequest = Shapes::StructureShape.new(name: 'DescribeUserRequest')
71
107
  DescribeUserResponse = Shapes::StructureShape.new(name: 'DescribeUserResponse')
108
+ Description = Shapes::StringShape.new(name: 'Description')
72
109
  DestinationNotAllowedException = Shapes::StructureShape.new(name: 'DestinationNotAllowedException')
73
110
  Dimensions = Shapes::StructureShape.new(name: 'Dimensions')
111
+ DirectoryAlias = Shapes::StringShape.new(name: 'DirectoryAlias')
112
+ DirectoryId = Shapes::StringShape.new(name: 'DirectoryId')
113
+ DirectoryType = Shapes::StringShape.new(name: 'DirectoryType')
74
114
  DirectoryUserId = Shapes::StringShape.new(name: 'DirectoryUserId')
115
+ DisassociateApprovedOriginRequest = Shapes::StructureShape.new(name: 'DisassociateApprovedOriginRequest')
116
+ DisassociateInstanceStorageConfigRequest = Shapes::StructureShape.new(name: 'DisassociateInstanceStorageConfigRequest')
117
+ DisassociateLambdaFunctionRequest = Shapes::StructureShape.new(name: 'DisassociateLambdaFunctionRequest')
118
+ DisassociateLexBotRequest = Shapes::StructureShape.new(name: 'DisassociateLexBotRequest')
75
119
  DisassociateRoutingProfileQueuesRequest = Shapes::StructureShape.new(name: 'DisassociateRoutingProfileQueuesRequest')
120
+ DisassociateSecurityKeyRequest = Shapes::StructureShape.new(name: 'DisassociateSecurityKeyRequest')
76
121
  DisplayName = Shapes::StringShape.new(name: 'DisplayName')
77
122
  DuplicateResourceException = Shapes::StructureShape.new(name: 'DuplicateResourceException')
78
123
  Email = Shapes::StringShape.new(name: 'Email')
124
+ EncryptionConfig = Shapes::StructureShape.new(name: 'EncryptionConfig')
125
+ EncryptionType = Shapes::StringShape.new(name: 'EncryptionType')
79
126
  Filters = Shapes::StructureShape.new(name: 'Filters')
127
+ FunctionArn = Shapes::StringShape.new(name: 'FunctionArn')
128
+ FunctionArnsList = Shapes::ListShape.new(name: 'FunctionArnsList')
80
129
  GetContactAttributesRequest = Shapes::StructureShape.new(name: 'GetContactAttributesRequest')
81
130
  GetContactAttributesResponse = Shapes::StructureShape.new(name: 'GetContactAttributesResponse')
82
131
  GetCurrentMetricDataRequest = Shapes::StructureShape.new(name: 'GetCurrentMetricDataRequest')
@@ -95,8 +144,10 @@ module Aws::Connect
95
144
  HierarchyLevel = Shapes::StructureShape.new(name: 'HierarchyLevel')
96
145
  HierarchyLevelId = Shapes::StringShape.new(name: 'HierarchyLevelId')
97
146
  HierarchyLevelName = Shapes::StringShape.new(name: 'HierarchyLevelName')
147
+ HierarchyLevelUpdate = Shapes::StructureShape.new(name: 'HierarchyLevelUpdate')
98
148
  HierarchyPath = Shapes::StructureShape.new(name: 'HierarchyPath')
99
149
  HierarchyStructure = Shapes::StructureShape.new(name: 'HierarchyStructure')
150
+ HierarchyStructureUpdate = Shapes::StructureShape.new(name: 'HierarchyStructureUpdate')
100
151
  HistoricalMetric = Shapes::StructureShape.new(name: 'HistoricalMetric')
101
152
  HistoricalMetricData = Shapes::StructureShape.new(name: 'HistoricalMetricData')
102
153
  HistoricalMetricDataCollections = Shapes::ListShape.new(name: 'HistoricalMetricDataCollections')
@@ -104,45 +155,97 @@ module Aws::Connect
104
155
  HistoricalMetricResult = Shapes::StructureShape.new(name: 'HistoricalMetricResult')
105
156
  HistoricalMetricResults = Shapes::ListShape.new(name: 'HistoricalMetricResults')
106
157
  HistoricalMetrics = Shapes::ListShape.new(name: 'HistoricalMetrics')
158
+ Hours = Shapes::IntegerShape.new(name: 'Hours')
107
159
  HoursOfOperationId = Shapes::StringShape.new(name: 'HoursOfOperationId')
108
160
  HoursOfOperationName = Shapes::StringShape.new(name: 'HoursOfOperationName')
109
161
  HoursOfOperationSummary = Shapes::StructureShape.new(name: 'HoursOfOperationSummary')
110
162
  HoursOfOperationSummaryList = Shapes::ListShape.new(name: 'HoursOfOperationSummaryList')
163
+ InboundCallsEnabled = Shapes::BooleanShape.new(name: 'InboundCallsEnabled')
164
+ Instance = Shapes::StructureShape.new(name: 'Instance')
165
+ InstanceAttributeType = Shapes::StringShape.new(name: 'InstanceAttributeType')
166
+ InstanceAttributeValue = Shapes::StringShape.new(name: 'InstanceAttributeValue')
111
167
  InstanceId = Shapes::StringShape.new(name: 'InstanceId')
168
+ InstanceStatus = Shapes::StringShape.new(name: 'InstanceStatus')
169
+ InstanceStatusReason = Shapes::StructureShape.new(name: 'InstanceStatusReason')
170
+ InstanceStorageConfig = Shapes::StructureShape.new(name: 'InstanceStorageConfig')
171
+ InstanceStorageConfigs = Shapes::ListShape.new(name: 'InstanceStorageConfigs')
172
+ InstanceStorageResourceType = Shapes::StringShape.new(name: 'InstanceStorageResourceType')
173
+ InstanceSummary = Shapes::StructureShape.new(name: 'InstanceSummary')
174
+ InstanceSummaryList = Shapes::ListShape.new(name: 'InstanceSummaryList')
175
+ IntegrationAssociationId = Shapes::StringShape.new(name: 'IntegrationAssociationId')
176
+ IntegrationAssociationSummary = Shapes::StructureShape.new(name: 'IntegrationAssociationSummary')
177
+ IntegrationAssociationSummaryList = Shapes::ListShape.new(name: 'IntegrationAssociationSummaryList')
178
+ IntegrationType = Shapes::StringShape.new(name: 'IntegrationType')
112
179
  InternalServiceException = Shapes::StructureShape.new(name: 'InternalServiceException')
113
180
  InvalidContactFlowException = Shapes::StructureShape.new(name: 'InvalidContactFlowException')
114
181
  InvalidParameterException = Shapes::StructureShape.new(name: 'InvalidParameterException')
115
182
  InvalidRequestException = Shapes::StructureShape.new(name: 'InvalidRequestException')
183
+ KeyId = Shapes::StringShape.new(name: 'KeyId')
184
+ KinesisFirehoseConfig = Shapes::StructureShape.new(name: 'KinesisFirehoseConfig')
185
+ KinesisStreamConfig = Shapes::StructureShape.new(name: 'KinesisStreamConfig')
186
+ KinesisVideoStreamConfig = Shapes::StructureShape.new(name: 'KinesisVideoStreamConfig')
187
+ LexBot = Shapes::StructureShape.new(name: 'LexBot')
188
+ LexBotsList = Shapes::ListShape.new(name: 'LexBotsList')
189
+ LexRegion = Shapes::StringShape.new(name: 'LexRegion')
116
190
  LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
191
+ ListApprovedOriginsRequest = Shapes::StructureShape.new(name: 'ListApprovedOriginsRequest')
192
+ ListApprovedOriginsResponse = Shapes::StructureShape.new(name: 'ListApprovedOriginsResponse')
117
193
  ListContactFlowsRequest = Shapes::StructureShape.new(name: 'ListContactFlowsRequest')
118
194
  ListContactFlowsResponse = Shapes::StructureShape.new(name: 'ListContactFlowsResponse')
119
195
  ListHoursOfOperationsRequest = Shapes::StructureShape.new(name: 'ListHoursOfOperationsRequest')
120
196
  ListHoursOfOperationsResponse = Shapes::StructureShape.new(name: 'ListHoursOfOperationsResponse')
197
+ ListInstanceAttributesRequest = Shapes::StructureShape.new(name: 'ListInstanceAttributesRequest')
198
+ ListInstanceAttributesResponse = Shapes::StructureShape.new(name: 'ListInstanceAttributesResponse')
199
+ ListInstanceStorageConfigsRequest = Shapes::StructureShape.new(name: 'ListInstanceStorageConfigsRequest')
200
+ ListInstanceStorageConfigsResponse = Shapes::StructureShape.new(name: 'ListInstanceStorageConfigsResponse')
201
+ ListInstancesRequest = Shapes::StructureShape.new(name: 'ListInstancesRequest')
202
+ ListInstancesResponse = Shapes::StructureShape.new(name: 'ListInstancesResponse')
203
+ ListIntegrationAssociationsRequest = Shapes::StructureShape.new(name: 'ListIntegrationAssociationsRequest')
204
+ ListIntegrationAssociationsResponse = Shapes::StructureShape.new(name: 'ListIntegrationAssociationsResponse')
205
+ ListLambdaFunctionsRequest = Shapes::StructureShape.new(name: 'ListLambdaFunctionsRequest')
206
+ ListLambdaFunctionsResponse = Shapes::StructureShape.new(name: 'ListLambdaFunctionsResponse')
207
+ ListLexBotsRequest = Shapes::StructureShape.new(name: 'ListLexBotsRequest')
208
+ ListLexBotsResponse = Shapes::StructureShape.new(name: 'ListLexBotsResponse')
121
209
  ListPhoneNumbersRequest = Shapes::StructureShape.new(name: 'ListPhoneNumbersRequest')
122
210
  ListPhoneNumbersResponse = Shapes::StructureShape.new(name: 'ListPhoneNumbersResponse')
123
211
  ListPromptsRequest = Shapes::StructureShape.new(name: 'ListPromptsRequest')
124
212
  ListPromptsResponse = Shapes::StructureShape.new(name: 'ListPromptsResponse')
125
213
  ListQueuesRequest = Shapes::StructureShape.new(name: 'ListQueuesRequest')
126
214
  ListQueuesResponse = Shapes::StructureShape.new(name: 'ListQueuesResponse')
215
+ ListQuickConnectsRequest = Shapes::StructureShape.new(name: 'ListQuickConnectsRequest')
216
+ ListQuickConnectsResponse = Shapes::StructureShape.new(name: 'ListQuickConnectsResponse')
127
217
  ListRoutingProfileQueuesRequest = Shapes::StructureShape.new(name: 'ListRoutingProfileQueuesRequest')
128
218
  ListRoutingProfileQueuesResponse = Shapes::StructureShape.new(name: 'ListRoutingProfileQueuesResponse')
129
219
  ListRoutingProfilesRequest = Shapes::StructureShape.new(name: 'ListRoutingProfilesRequest')
130
220
  ListRoutingProfilesResponse = Shapes::StructureShape.new(name: 'ListRoutingProfilesResponse')
221
+ ListSecurityKeysRequest = Shapes::StructureShape.new(name: 'ListSecurityKeysRequest')
222
+ ListSecurityKeysResponse = Shapes::StructureShape.new(name: 'ListSecurityKeysResponse')
131
223
  ListSecurityProfilesRequest = Shapes::StructureShape.new(name: 'ListSecurityProfilesRequest')
132
224
  ListSecurityProfilesResponse = Shapes::StructureShape.new(name: 'ListSecurityProfilesResponse')
133
225
  ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
134
226
  ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
227
+ ListUseCasesRequest = Shapes::StructureShape.new(name: 'ListUseCasesRequest')
228
+ ListUseCasesResponse = Shapes::StructureShape.new(name: 'ListUseCasesResponse')
135
229
  ListUserHierarchyGroupsRequest = Shapes::StructureShape.new(name: 'ListUserHierarchyGroupsRequest')
136
230
  ListUserHierarchyGroupsResponse = Shapes::StructureShape.new(name: 'ListUserHierarchyGroupsResponse')
137
231
  ListUsersRequest = Shapes::StructureShape.new(name: 'ListUsersRequest')
138
232
  ListUsersResponse = Shapes::StructureShape.new(name: 'ListUsersResponse')
233
+ MaxResult10 = Shapes::IntegerShape.new(name: 'MaxResult10')
139
234
  MaxResult100 = Shapes::IntegerShape.new(name: 'MaxResult100')
140
235
  MaxResult1000 = Shapes::IntegerShape.new(name: 'MaxResult1000')
236
+ MaxResult2 = Shapes::IntegerShape.new(name: 'MaxResult2')
237
+ MaxResult25 = Shapes::IntegerShape.new(name: 'MaxResult25')
238
+ MaxResult7 = Shapes::IntegerShape.new(name: 'MaxResult7')
141
239
  MediaConcurrencies = Shapes::ListShape.new(name: 'MediaConcurrencies')
142
240
  MediaConcurrency = Shapes::StructureShape.new(name: 'MediaConcurrency')
143
241
  Message = Shapes::StringShape.new(name: 'Message')
242
+ Name = Shapes::StringShape.new(name: 'Name')
144
243
  NextToken = Shapes::StringShape.new(name: 'NextToken')
244
+ Origin = Shapes::StringShape.new(name: 'Origin')
245
+ OriginsList = Shapes::ListShape.new(name: 'OriginsList')
246
+ OutboundCallsEnabled = Shapes::BooleanShape.new(name: 'OutboundCallsEnabled')
145
247
  OutboundContactNotPermittedException = Shapes::StructureShape.new(name: 'OutboundContactNotPermittedException')
248
+ PEM = Shapes::StringShape.new(name: 'PEM')
146
249
  ParticipantDetails = Shapes::StructureShape.new(name: 'ParticipantDetails')
147
250
  ParticipantId = Shapes::StringShape.new(name: 'ParticipantId')
148
251
  ParticipantToken = Shapes::StringShape.new(name: 'ParticipantToken')
@@ -151,11 +254,13 @@ module Aws::Connect
151
254
  PhoneNumberCountryCode = Shapes::StringShape.new(name: 'PhoneNumberCountryCode')
152
255
  PhoneNumberCountryCodes = Shapes::ListShape.new(name: 'PhoneNumberCountryCodes')
153
256
  PhoneNumberId = Shapes::StringShape.new(name: 'PhoneNumberId')
257
+ PhoneNumberQuickConnectConfig = Shapes::StructureShape.new(name: 'PhoneNumberQuickConnectConfig')
154
258
  PhoneNumberSummary = Shapes::StructureShape.new(name: 'PhoneNumberSummary')
155
259
  PhoneNumberSummaryList = Shapes::ListShape.new(name: 'PhoneNumberSummaryList')
156
260
  PhoneNumberType = Shapes::StringShape.new(name: 'PhoneNumberType')
157
261
  PhoneNumberTypes = Shapes::ListShape.new(name: 'PhoneNumberTypes')
158
262
  PhoneType = Shapes::StringShape.new(name: 'PhoneType')
263
+ Prefix = Shapes::StringShape.new(name: 'Prefix')
159
264
  Priority = Shapes::IntegerShape.new(name: 'Priority')
160
265
  ProblemDetail = Shapes::StructureShape.new(name: 'ProblemDetail')
161
266
  ProblemMessageString = Shapes::StringShape.new(name: 'ProblemMessageString')
@@ -166,13 +271,30 @@ module Aws::Connect
166
271
  PromptSummaryList = Shapes::ListShape.new(name: 'PromptSummaryList')
167
272
  QueueId = Shapes::StringShape.new(name: 'QueueId')
168
273
  QueueName = Shapes::StringShape.new(name: 'QueueName')
274
+ QueueQuickConnectConfig = Shapes::StructureShape.new(name: 'QueueQuickConnectConfig')
169
275
  QueueReference = Shapes::StructureShape.new(name: 'QueueReference')
170
276
  QueueSummary = Shapes::StructureShape.new(name: 'QueueSummary')
171
277
  QueueSummaryList = Shapes::ListShape.new(name: 'QueueSummaryList')
172
278
  QueueType = Shapes::StringShape.new(name: 'QueueType')
173
279
  QueueTypes = Shapes::ListShape.new(name: 'QueueTypes')
174
280
  Queues = Shapes::ListShape.new(name: 'Queues')
281
+ QuickConnect = Shapes::StructureShape.new(name: 'QuickConnect')
282
+ QuickConnectConfig = Shapes::StructureShape.new(name: 'QuickConnectConfig')
283
+ QuickConnectDescription = Shapes::StringShape.new(name: 'QuickConnectDescription')
284
+ QuickConnectId = Shapes::StringShape.new(name: 'QuickConnectId')
285
+ QuickConnectName = Shapes::StringShape.new(name: 'QuickConnectName')
286
+ QuickConnectSummary = Shapes::StructureShape.new(name: 'QuickConnectSummary')
287
+ QuickConnectSummaryList = Shapes::ListShape.new(name: 'QuickConnectSummaryList')
288
+ QuickConnectType = Shapes::StringShape.new(name: 'QuickConnectType')
289
+ QuickConnectTypes = Shapes::ListShape.new(name: 'QuickConnectTypes')
290
+ Reference = Shapes::StructureShape.new(name: 'Reference')
291
+ ReferenceKey = Shapes::StringShape.new(name: 'ReferenceKey')
292
+ ReferenceType = Shapes::StringShape.new(name: 'ReferenceType')
293
+ ReferenceValue = Shapes::StringShape.new(name: 'ReferenceValue')
294
+ ResourceConflictException = Shapes::StructureShape.new(name: 'ResourceConflictException')
295
+ ResourceInUseException = Shapes::StructureShape.new(name: 'ResourceInUseException')
175
296
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
297
+ ResourceType = Shapes::StringShape.new(name: 'ResourceType')
176
298
  ResumeContactRecordingRequest = Shapes::StructureShape.new(name: 'ResumeContactRecordingRequest')
177
299
  ResumeContactRecordingResponse = Shapes::StructureShape.new(name: 'ResumeContactRecordingResponse')
178
300
  RoutingProfile = Shapes::StructureShape.new(name: 'RoutingProfile')
@@ -187,23 +309,33 @@ module Aws::Connect
187
309
  RoutingProfileQueueReferenceList = Shapes::ListShape.new(name: 'RoutingProfileQueueReferenceList')
188
310
  RoutingProfileSummary = Shapes::StructureShape.new(name: 'RoutingProfileSummary')
189
311
  RoutingProfileSummaryList = Shapes::ListShape.new(name: 'RoutingProfileSummaryList')
312
+ S3Config = Shapes::StructureShape.new(name: 'S3Config')
313
+ SecurityKey = Shapes::StructureShape.new(name: 'SecurityKey')
314
+ SecurityKeysList = Shapes::ListShape.new(name: 'SecurityKeysList')
190
315
  SecurityProfileId = Shapes::StringShape.new(name: 'SecurityProfileId')
191
316
  SecurityProfileIds = Shapes::ListShape.new(name: 'SecurityProfileIds')
192
317
  SecurityProfileName = Shapes::StringShape.new(name: 'SecurityProfileName')
193
318
  SecurityProfileSummary = Shapes::StructureShape.new(name: 'SecurityProfileSummary')
194
319
  SecurityProfileSummaryList = Shapes::ListShape.new(name: 'SecurityProfileSummaryList')
195
320
  SecurityToken = Shapes::StringShape.new(name: 'SecurityToken')
321
+ ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
322
+ SourceApplicationName = Shapes::StringShape.new(name: 'SourceApplicationName')
323
+ SourceType = Shapes::StringShape.new(name: 'SourceType')
196
324
  StartChatContactRequest = Shapes::StructureShape.new(name: 'StartChatContactRequest')
197
325
  StartChatContactResponse = Shapes::StructureShape.new(name: 'StartChatContactResponse')
198
326
  StartContactRecordingRequest = Shapes::StructureShape.new(name: 'StartContactRecordingRequest')
199
327
  StartContactRecordingResponse = Shapes::StructureShape.new(name: 'StartContactRecordingResponse')
200
328
  StartOutboundVoiceContactRequest = Shapes::StructureShape.new(name: 'StartOutboundVoiceContactRequest')
201
329
  StartOutboundVoiceContactResponse = Shapes::StructureShape.new(name: 'StartOutboundVoiceContactResponse')
330
+ StartTaskContactRequest = Shapes::StructureShape.new(name: 'StartTaskContactRequest')
331
+ StartTaskContactResponse = Shapes::StructureShape.new(name: 'StartTaskContactResponse')
202
332
  Statistic = Shapes::StringShape.new(name: 'Statistic')
203
333
  StopContactRecordingRequest = Shapes::StructureShape.new(name: 'StopContactRecordingRequest')
204
334
  StopContactRecordingResponse = Shapes::StructureShape.new(name: 'StopContactRecordingResponse')
205
335
  StopContactRequest = Shapes::StructureShape.new(name: 'StopContactRequest')
206
336
  StopContactResponse = Shapes::StructureShape.new(name: 'StopContactResponse')
337
+ StorageType = Shapes::StringShape.new(name: 'StorageType')
338
+ String = Shapes::StringShape.new(name: 'String')
207
339
  SuspendContactRecordingRequest = Shapes::StructureShape.new(name: 'SuspendContactRecordingRequest')
208
340
  SuspendContactRecordingResponse = Shapes::StructureShape.new(name: 'SuspendContactRecordingResponse')
209
341
  TagKey = Shapes::StringShape.new(name: 'TagKey')
@@ -214,26 +346,39 @@ module Aws::Connect
214
346
  Threshold = Shapes::StructureShape.new(name: 'Threshold')
215
347
  ThresholdValue = Shapes::FloatShape.new(name: 'ThresholdValue')
216
348
  ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
349
+ Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
350
+ URI = Shapes::StringShape.new(name: 'URI')
217
351
  Unit = Shapes::StringShape.new(name: 'Unit')
218
352
  UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
219
353
  UpdateContactAttributesRequest = Shapes::StructureShape.new(name: 'UpdateContactAttributesRequest')
220
354
  UpdateContactAttributesResponse = Shapes::StructureShape.new(name: 'UpdateContactAttributesResponse')
221
355
  UpdateContactFlowContentRequest = Shapes::StructureShape.new(name: 'UpdateContactFlowContentRequest')
222
356
  UpdateContactFlowNameRequest = Shapes::StructureShape.new(name: 'UpdateContactFlowNameRequest')
357
+ UpdateInstanceAttributeRequest = Shapes::StructureShape.new(name: 'UpdateInstanceAttributeRequest')
358
+ UpdateInstanceStorageConfigRequest = Shapes::StructureShape.new(name: 'UpdateInstanceStorageConfigRequest')
359
+ UpdateQuickConnectConfigRequest = Shapes::StructureShape.new(name: 'UpdateQuickConnectConfigRequest')
360
+ UpdateQuickConnectNameRequest = Shapes::StructureShape.new(name: 'UpdateQuickConnectNameRequest')
223
361
  UpdateRoutingProfileConcurrencyRequest = Shapes::StructureShape.new(name: 'UpdateRoutingProfileConcurrencyRequest')
224
362
  UpdateRoutingProfileDefaultOutboundQueueRequest = Shapes::StructureShape.new(name: 'UpdateRoutingProfileDefaultOutboundQueueRequest')
225
363
  UpdateRoutingProfileNameRequest = Shapes::StructureShape.new(name: 'UpdateRoutingProfileNameRequest')
226
364
  UpdateRoutingProfileQueuesRequest = Shapes::StructureShape.new(name: 'UpdateRoutingProfileQueuesRequest')
365
+ UpdateUserHierarchyGroupNameRequest = Shapes::StructureShape.new(name: 'UpdateUserHierarchyGroupNameRequest')
227
366
  UpdateUserHierarchyRequest = Shapes::StructureShape.new(name: 'UpdateUserHierarchyRequest')
367
+ UpdateUserHierarchyStructureRequest = Shapes::StructureShape.new(name: 'UpdateUserHierarchyStructureRequest')
228
368
  UpdateUserIdentityInfoRequest = Shapes::StructureShape.new(name: 'UpdateUserIdentityInfoRequest')
229
369
  UpdateUserPhoneConfigRequest = Shapes::StructureShape.new(name: 'UpdateUserPhoneConfigRequest')
230
370
  UpdateUserRoutingProfileRequest = Shapes::StructureShape.new(name: 'UpdateUserRoutingProfileRequest')
231
371
  UpdateUserSecurityProfilesRequest = Shapes::StructureShape.new(name: 'UpdateUserSecurityProfilesRequest')
372
+ UseCase = Shapes::StructureShape.new(name: 'UseCase')
373
+ UseCaseId = Shapes::StringShape.new(name: 'UseCaseId')
374
+ UseCaseSummaryList = Shapes::ListShape.new(name: 'UseCaseSummaryList')
375
+ UseCaseType = Shapes::StringShape.new(name: 'UseCaseType')
232
376
  User = Shapes::StructureShape.new(name: 'User')
233
377
  UserId = Shapes::StringShape.new(name: 'UserId')
234
378
  UserIdentityInfo = Shapes::StructureShape.new(name: 'UserIdentityInfo')
235
379
  UserNotFoundException = Shapes::StructureShape.new(name: 'UserNotFoundException')
236
380
  UserPhoneConfig = Shapes::StructureShape.new(name: 'UserPhoneConfig')
381
+ UserQuickConnectConfig = Shapes::StructureShape.new(name: 'UserQuickConnectConfig')
237
382
  UserSummary = Shapes::StructureShape.new(name: 'UserSummary')
238
383
  UserSummaryList = Shapes::ListShape.new(name: 'UserSummaryList')
239
384
  Value = Shapes::FloatShape.new(name: 'Value')
@@ -241,14 +386,47 @@ module Aws::Connect
241
386
  VoiceRecordingTrack = Shapes::StringShape.new(name: 'VoiceRecordingTrack')
242
387
  timestamp = Shapes::TimestampShape.new(name: 'timestamp')
243
388
 
389
+ AssociateApprovedOriginRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
390
+ AssociateApprovedOriginRequest.add_member(:origin, Shapes::ShapeRef.new(shape: Origin, required: true, location_name: "Origin"))
391
+ AssociateApprovedOriginRequest.struct_class = Types::AssociateApprovedOriginRequest
392
+
393
+ AssociateInstanceStorageConfigRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
394
+ AssociateInstanceStorageConfigRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: InstanceStorageResourceType, required: true, location_name: "ResourceType"))
395
+ AssociateInstanceStorageConfigRequest.add_member(:storage_config, Shapes::ShapeRef.new(shape: InstanceStorageConfig, required: true, location_name: "StorageConfig"))
396
+ AssociateInstanceStorageConfigRequest.struct_class = Types::AssociateInstanceStorageConfigRequest
397
+
398
+ AssociateInstanceStorageConfigResponse.add_member(:association_id, Shapes::ShapeRef.new(shape: AssociationId, location_name: "AssociationId"))
399
+ AssociateInstanceStorageConfigResponse.struct_class = Types::AssociateInstanceStorageConfigResponse
400
+
401
+ AssociateLambdaFunctionRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
402
+ AssociateLambdaFunctionRequest.add_member(:function_arn, Shapes::ShapeRef.new(shape: FunctionArn, required: true, location_name: "FunctionArn"))
403
+ AssociateLambdaFunctionRequest.struct_class = Types::AssociateLambdaFunctionRequest
404
+
405
+ AssociateLexBotRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
406
+ AssociateLexBotRequest.add_member(:lex_bot, Shapes::ShapeRef.new(shape: LexBot, required: true, location_name: "LexBot"))
407
+ AssociateLexBotRequest.struct_class = Types::AssociateLexBotRequest
408
+
244
409
  AssociateRoutingProfileQueuesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
245
410
  AssociateRoutingProfileQueuesRequest.add_member(:routing_profile_id, Shapes::ShapeRef.new(shape: RoutingProfileId, required: true, location: "uri", location_name: "RoutingProfileId"))
246
411
  AssociateRoutingProfileQueuesRequest.add_member(:queue_configs, Shapes::ShapeRef.new(shape: RoutingProfileQueueConfigList, required: true, location_name: "QueueConfigs"))
247
412
  AssociateRoutingProfileQueuesRequest.struct_class = Types::AssociateRoutingProfileQueuesRequest
248
413
 
414
+ AssociateSecurityKeyRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
415
+ AssociateSecurityKeyRequest.add_member(:key, Shapes::ShapeRef.new(shape: PEM, required: true, location_name: "Key"))
416
+ AssociateSecurityKeyRequest.struct_class = Types::AssociateSecurityKeyRequest
417
+
418
+ AssociateSecurityKeyResponse.add_member(:association_id, Shapes::ShapeRef.new(shape: AssociationId, location_name: "AssociationId"))
419
+ AssociateSecurityKeyResponse.struct_class = Types::AssociateSecurityKeyResponse
420
+
421
+ Attribute.add_member(:attribute_type, Shapes::ShapeRef.new(shape: InstanceAttributeType, location_name: "AttributeType"))
422
+ Attribute.add_member(:value, Shapes::ShapeRef.new(shape: InstanceAttributeValue, location_name: "Value"))
423
+ Attribute.struct_class = Types::Attribute
424
+
249
425
  Attributes.key = Shapes::ShapeRef.new(shape: AttributeName)
250
426
  Attributes.value = Shapes::ShapeRef.new(shape: AttributeValue)
251
427
 
428
+ AttributesList.member = Shapes::ShapeRef.new(shape: Attribute)
429
+
252
430
  Channels.member = Shapes::ShapeRef.new(shape: Channel)
253
431
 
254
432
  ChatMessage.add_member(:content_type, Shapes::ShapeRef.new(shape: ChatContentType, required: true, location_name: "ContentType"))
@@ -280,6 +458,9 @@ module Aws::Connect
280
458
  ContactNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
281
459
  ContactNotFoundException.struct_class = Types::ContactNotFoundException
282
460
 
461
+ ContactReferences.key = Shapes::ShapeRef.new(shape: ReferenceKey)
462
+ ContactReferences.value = Shapes::ShapeRef.new(shape: Reference)
463
+
283
464
  CreateContactFlowRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
284
465
  CreateContactFlowRequest.add_member(:name, Shapes::ShapeRef.new(shape: ContactFlowName, required: true, location_name: "Name"))
285
466
  CreateContactFlowRequest.add_member(:type, Shapes::ShapeRef.new(shape: ContactFlowType, required: true, location_name: "Type"))
@@ -292,6 +473,41 @@ module Aws::Connect
292
473
  CreateContactFlowResponse.add_member(:contact_flow_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ContactFlowArn"))
293
474
  CreateContactFlowResponse.struct_class = Types::CreateContactFlowResponse
294
475
 
476
+ CreateInstanceRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken"))
477
+ CreateInstanceRequest.add_member(:identity_management_type, Shapes::ShapeRef.new(shape: DirectoryType, required: true, location_name: "IdentityManagementType"))
478
+ CreateInstanceRequest.add_member(:instance_alias, Shapes::ShapeRef.new(shape: DirectoryAlias, location_name: "InstanceAlias"))
479
+ CreateInstanceRequest.add_member(:directory_id, Shapes::ShapeRef.new(shape: DirectoryId, location_name: "DirectoryId"))
480
+ CreateInstanceRequest.add_member(:inbound_calls_enabled, Shapes::ShapeRef.new(shape: InboundCallsEnabled, required: true, location_name: "InboundCallsEnabled"))
481
+ CreateInstanceRequest.add_member(:outbound_calls_enabled, Shapes::ShapeRef.new(shape: OutboundCallsEnabled, required: true, location_name: "OutboundCallsEnabled"))
482
+ CreateInstanceRequest.struct_class = Types::CreateInstanceRequest
483
+
484
+ CreateInstanceResponse.add_member(:id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "Id"))
485
+ CreateInstanceResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
486
+ CreateInstanceResponse.struct_class = Types::CreateInstanceResponse
487
+
488
+ CreateIntegrationAssociationRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
489
+ CreateIntegrationAssociationRequest.add_member(:integration_type, Shapes::ShapeRef.new(shape: IntegrationType, required: true, location_name: "IntegrationType"))
490
+ CreateIntegrationAssociationRequest.add_member(:integration_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "IntegrationArn"))
491
+ CreateIntegrationAssociationRequest.add_member(:source_application_url, Shapes::ShapeRef.new(shape: URI, required: true, location_name: "SourceApplicationUrl"))
492
+ CreateIntegrationAssociationRequest.add_member(:source_application_name, Shapes::ShapeRef.new(shape: SourceApplicationName, required: true, location_name: "SourceApplicationName"))
493
+ CreateIntegrationAssociationRequest.add_member(:source_type, Shapes::ShapeRef.new(shape: SourceType, required: true, location_name: "SourceType"))
494
+ CreateIntegrationAssociationRequest.struct_class = Types::CreateIntegrationAssociationRequest
495
+
496
+ CreateIntegrationAssociationResponse.add_member(:integration_association_id, Shapes::ShapeRef.new(shape: IntegrationAssociationId, location_name: "IntegrationAssociationId"))
497
+ CreateIntegrationAssociationResponse.add_member(:integration_association_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "IntegrationAssociationArn"))
498
+ CreateIntegrationAssociationResponse.struct_class = Types::CreateIntegrationAssociationResponse
499
+
500
+ CreateQuickConnectRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
501
+ CreateQuickConnectRequest.add_member(:name, Shapes::ShapeRef.new(shape: QuickConnectName, required: true, location_name: "Name"))
502
+ CreateQuickConnectRequest.add_member(:description, Shapes::ShapeRef.new(shape: QuickConnectDescription, location_name: "Description"))
503
+ CreateQuickConnectRequest.add_member(:quick_connect_config, Shapes::ShapeRef.new(shape: QuickConnectConfig, required: true, location_name: "QuickConnectConfig"))
504
+ CreateQuickConnectRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
505
+ CreateQuickConnectRequest.struct_class = Types::CreateQuickConnectRequest
506
+
507
+ CreateQuickConnectResponse.add_member(:quick_connect_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "QuickConnectARN"))
508
+ CreateQuickConnectResponse.add_member(:quick_connect_id, Shapes::ShapeRef.new(shape: QuickConnectId, location_name: "QuickConnectId"))
509
+ CreateQuickConnectResponse.struct_class = Types::CreateQuickConnectResponse
510
+
295
511
  CreateRoutingProfileRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
296
512
  CreateRoutingProfileRequest.add_member(:name, Shapes::ShapeRef.new(shape: RoutingProfileName, required: true, location_name: "Name"))
297
513
  CreateRoutingProfileRequest.add_member(:description, Shapes::ShapeRef.new(shape: RoutingProfileDescription, required: true, location_name: "Description"))
@@ -305,6 +521,24 @@ module Aws::Connect
305
521
  CreateRoutingProfileResponse.add_member(:routing_profile_id, Shapes::ShapeRef.new(shape: RoutingProfileId, location_name: "RoutingProfileId"))
306
522
  CreateRoutingProfileResponse.struct_class = Types::CreateRoutingProfileResponse
307
523
 
524
+ CreateUseCaseRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
525
+ CreateUseCaseRequest.add_member(:integration_association_id, Shapes::ShapeRef.new(shape: IntegrationAssociationId, required: true, location: "uri", location_name: "IntegrationAssociationId"))
526
+ CreateUseCaseRequest.add_member(:use_case_type, Shapes::ShapeRef.new(shape: UseCaseType, required: true, location_name: "UseCaseType"))
527
+ CreateUseCaseRequest.struct_class = Types::CreateUseCaseRequest
528
+
529
+ CreateUseCaseResponse.add_member(:use_case_id, Shapes::ShapeRef.new(shape: UseCaseId, location_name: "UseCaseId"))
530
+ CreateUseCaseResponse.add_member(:use_case_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "UseCaseArn"))
531
+ CreateUseCaseResponse.struct_class = Types::CreateUseCaseResponse
532
+
533
+ CreateUserHierarchyGroupRequest.add_member(:name, Shapes::ShapeRef.new(shape: HierarchyGroupName, required: true, location_name: "Name"))
534
+ CreateUserHierarchyGroupRequest.add_member(:parent_group_id, Shapes::ShapeRef.new(shape: HierarchyGroupId, location_name: "ParentGroupId"))
535
+ CreateUserHierarchyGroupRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
536
+ CreateUserHierarchyGroupRequest.struct_class = Types::CreateUserHierarchyGroupRequest
537
+
538
+ CreateUserHierarchyGroupResponse.add_member(:hierarchy_group_id, Shapes::ShapeRef.new(shape: HierarchyGroupId, location_name: "HierarchyGroupId"))
539
+ CreateUserHierarchyGroupResponse.add_member(:hierarchy_group_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "HierarchyGroupArn"))
540
+ CreateUserHierarchyGroupResponse.struct_class = Types::CreateUserHierarchyGroupResponse
541
+
308
542
  CreateUserRequest.add_member(:username, Shapes::ShapeRef.new(shape: AgentUsername, required: true, location_name: "Username"))
309
543
  CreateUserRequest.add_member(:password, Shapes::ShapeRef.new(shape: Password, location_name: "Password"))
310
544
  CreateUserRequest.add_member(:identity_info, Shapes::ShapeRef.new(shape: UserIdentityInfo, location_name: "IdentityInfo"))
@@ -345,6 +579,26 @@ module Aws::Connect
345
579
 
346
580
  CurrentMetrics.member = Shapes::ShapeRef.new(shape: CurrentMetric)
347
581
 
582
+ DeleteInstanceRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
583
+ DeleteInstanceRequest.struct_class = Types::DeleteInstanceRequest
584
+
585
+ DeleteIntegrationAssociationRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
586
+ DeleteIntegrationAssociationRequest.add_member(:integration_association_id, Shapes::ShapeRef.new(shape: IntegrationAssociationId, required: true, location: "uri", location_name: "IntegrationAssociationId"))
587
+ DeleteIntegrationAssociationRequest.struct_class = Types::DeleteIntegrationAssociationRequest
588
+
589
+ DeleteQuickConnectRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
590
+ DeleteQuickConnectRequest.add_member(:quick_connect_id, Shapes::ShapeRef.new(shape: QuickConnectId, required: true, location: "uri", location_name: "QuickConnectId"))
591
+ DeleteQuickConnectRequest.struct_class = Types::DeleteQuickConnectRequest
592
+
593
+ DeleteUseCaseRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
594
+ DeleteUseCaseRequest.add_member(:integration_association_id, Shapes::ShapeRef.new(shape: IntegrationAssociationId, required: true, location: "uri", location_name: "IntegrationAssociationId"))
595
+ DeleteUseCaseRequest.add_member(:use_case_id, Shapes::ShapeRef.new(shape: UseCaseId, required: true, location: "uri", location_name: "UseCaseId"))
596
+ DeleteUseCaseRequest.struct_class = Types::DeleteUseCaseRequest
597
+
598
+ DeleteUserHierarchyGroupRequest.add_member(:hierarchy_group_id, Shapes::ShapeRef.new(shape: HierarchyGroupId, required: true, location: "uri", location_name: "HierarchyGroupId"))
599
+ DeleteUserHierarchyGroupRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
600
+ DeleteUserHierarchyGroupRequest.struct_class = Types::DeleteUserHierarchyGroupRequest
601
+
348
602
  DeleteUserRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
349
603
  DeleteUserRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, required: true, location: "uri", location_name: "UserId"))
350
604
  DeleteUserRequest.struct_class = Types::DeleteUserRequest
@@ -356,6 +610,34 @@ module Aws::Connect
356
610
  DescribeContactFlowResponse.add_member(:contact_flow, Shapes::ShapeRef.new(shape: ContactFlow, location_name: "ContactFlow"))
357
611
  DescribeContactFlowResponse.struct_class = Types::DescribeContactFlowResponse
358
612
 
613
+ DescribeInstanceAttributeRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
614
+ DescribeInstanceAttributeRequest.add_member(:attribute_type, Shapes::ShapeRef.new(shape: InstanceAttributeType, required: true, location: "uri", location_name: "AttributeType"))
615
+ DescribeInstanceAttributeRequest.struct_class = Types::DescribeInstanceAttributeRequest
616
+
617
+ DescribeInstanceAttributeResponse.add_member(:attribute, Shapes::ShapeRef.new(shape: Attribute, location_name: "Attribute"))
618
+ DescribeInstanceAttributeResponse.struct_class = Types::DescribeInstanceAttributeResponse
619
+
620
+ DescribeInstanceRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
621
+ DescribeInstanceRequest.struct_class = Types::DescribeInstanceRequest
622
+
623
+ DescribeInstanceResponse.add_member(:instance, Shapes::ShapeRef.new(shape: Instance, location_name: "Instance"))
624
+ DescribeInstanceResponse.struct_class = Types::DescribeInstanceResponse
625
+
626
+ DescribeInstanceStorageConfigRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
627
+ DescribeInstanceStorageConfigRequest.add_member(:association_id, Shapes::ShapeRef.new(shape: AssociationId, required: true, location: "uri", location_name: "AssociationId"))
628
+ DescribeInstanceStorageConfigRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: InstanceStorageResourceType, required: true, location: "querystring", location_name: "resourceType"))
629
+ DescribeInstanceStorageConfigRequest.struct_class = Types::DescribeInstanceStorageConfigRequest
630
+
631
+ DescribeInstanceStorageConfigResponse.add_member(:storage_config, Shapes::ShapeRef.new(shape: InstanceStorageConfig, location_name: "StorageConfig"))
632
+ DescribeInstanceStorageConfigResponse.struct_class = Types::DescribeInstanceStorageConfigResponse
633
+
634
+ DescribeQuickConnectRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
635
+ DescribeQuickConnectRequest.add_member(:quick_connect_id, Shapes::ShapeRef.new(shape: QuickConnectId, required: true, location: "uri", location_name: "QuickConnectId"))
636
+ DescribeQuickConnectRequest.struct_class = Types::DescribeQuickConnectRequest
637
+
638
+ DescribeQuickConnectResponse.add_member(:quick_connect, Shapes::ShapeRef.new(shape: QuickConnect, location_name: "QuickConnect"))
639
+ DescribeQuickConnectResponse.struct_class = Types::DescribeQuickConnectResponse
640
+
359
641
  DescribeRoutingProfileRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
360
642
  DescribeRoutingProfileRequest.add_member(:routing_profile_id, Shapes::ShapeRef.new(shape: RoutingProfileId, required: true, location: "uri", location_name: "RoutingProfileId"))
361
643
  DescribeRoutingProfileRequest.struct_class = Types::DescribeRoutingProfileRequest
@@ -390,18 +672,46 @@ module Aws::Connect
390
672
  Dimensions.add_member(:channel, Shapes::ShapeRef.new(shape: Channel, location_name: "Channel"))
391
673
  Dimensions.struct_class = Types::Dimensions
392
674
 
675
+ DisassociateApprovedOriginRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
676
+ DisassociateApprovedOriginRequest.add_member(:origin, Shapes::ShapeRef.new(shape: Origin, required: true, location: "querystring", location_name: "origin"))
677
+ DisassociateApprovedOriginRequest.struct_class = Types::DisassociateApprovedOriginRequest
678
+
679
+ DisassociateInstanceStorageConfigRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
680
+ DisassociateInstanceStorageConfigRequest.add_member(:association_id, Shapes::ShapeRef.new(shape: AssociationId, required: true, location: "uri", location_name: "AssociationId"))
681
+ DisassociateInstanceStorageConfigRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: InstanceStorageResourceType, required: true, location: "querystring", location_name: "resourceType"))
682
+ DisassociateInstanceStorageConfigRequest.struct_class = Types::DisassociateInstanceStorageConfigRequest
683
+
684
+ DisassociateLambdaFunctionRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
685
+ DisassociateLambdaFunctionRequest.add_member(:function_arn, Shapes::ShapeRef.new(shape: FunctionArn, required: true, location: "querystring", location_name: "functionArn"))
686
+ DisassociateLambdaFunctionRequest.struct_class = Types::DisassociateLambdaFunctionRequest
687
+
688
+ DisassociateLexBotRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
689
+ DisassociateLexBotRequest.add_member(:bot_name, Shapes::ShapeRef.new(shape: BotName, required: true, location: "querystring", location_name: "botName"))
690
+ DisassociateLexBotRequest.add_member(:lex_region, Shapes::ShapeRef.new(shape: LexRegion, required: true, location: "querystring", location_name: "lexRegion"))
691
+ DisassociateLexBotRequest.struct_class = Types::DisassociateLexBotRequest
692
+
393
693
  DisassociateRoutingProfileQueuesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
394
694
  DisassociateRoutingProfileQueuesRequest.add_member(:routing_profile_id, Shapes::ShapeRef.new(shape: RoutingProfileId, required: true, location: "uri", location_name: "RoutingProfileId"))
395
695
  DisassociateRoutingProfileQueuesRequest.add_member(:queue_references, Shapes::ShapeRef.new(shape: RoutingProfileQueueReferenceList, required: true, location_name: "QueueReferences"))
396
696
  DisassociateRoutingProfileQueuesRequest.struct_class = Types::DisassociateRoutingProfileQueuesRequest
397
697
 
698
+ DisassociateSecurityKeyRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
699
+ DisassociateSecurityKeyRequest.add_member(:association_id, Shapes::ShapeRef.new(shape: AssociationId, required: true, location: "uri", location_name: "AssociationId"))
700
+ DisassociateSecurityKeyRequest.struct_class = Types::DisassociateSecurityKeyRequest
701
+
398
702
  DuplicateResourceException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
399
703
  DuplicateResourceException.struct_class = Types::DuplicateResourceException
400
704
 
705
+ EncryptionConfig.add_member(:encryption_type, Shapes::ShapeRef.new(shape: EncryptionType, required: true, location_name: "EncryptionType"))
706
+ EncryptionConfig.add_member(:key_id, Shapes::ShapeRef.new(shape: KeyId, required: true, location_name: "KeyId"))
707
+ EncryptionConfig.struct_class = Types::EncryptionConfig
708
+
401
709
  Filters.add_member(:queues, Shapes::ShapeRef.new(shape: Queues, location_name: "Queues"))
402
710
  Filters.add_member(:channels, Shapes::ShapeRef.new(shape: Channels, location_name: "Channels"))
403
711
  Filters.struct_class = Types::Filters
404
712
 
713
+ FunctionArnsList.member = Shapes::ShapeRef.new(shape: FunctionArn)
714
+
405
715
  GetContactAttributesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
406
716
  GetContactAttributesRequest.add_member(:initial_contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location: "uri", location_name: "InitialContactId"))
407
717
  GetContactAttributesRequest.struct_class = Types::GetContactAttributesRequest
@@ -463,6 +773,9 @@ module Aws::Connect
463
773
  HierarchyLevel.add_member(:name, Shapes::ShapeRef.new(shape: HierarchyLevelName, location_name: "Name"))
464
774
  HierarchyLevel.struct_class = Types::HierarchyLevel
465
775
 
776
+ HierarchyLevelUpdate.add_member(:name, Shapes::ShapeRef.new(shape: HierarchyLevelName, required: true, location_name: "Name"))
777
+ HierarchyLevelUpdate.struct_class = Types::HierarchyLevelUpdate
778
+
466
779
  HierarchyPath.add_member(:level_one, Shapes::ShapeRef.new(shape: HierarchyGroupSummary, location_name: "LevelOne"))
467
780
  HierarchyPath.add_member(:level_two, Shapes::ShapeRef.new(shape: HierarchyGroupSummary, location_name: "LevelTwo"))
468
781
  HierarchyPath.add_member(:level_three, Shapes::ShapeRef.new(shape: HierarchyGroupSummary, location_name: "LevelThree"))
@@ -477,6 +790,13 @@ module Aws::Connect
477
790
  HierarchyStructure.add_member(:level_five, Shapes::ShapeRef.new(shape: HierarchyLevel, location_name: "LevelFive"))
478
791
  HierarchyStructure.struct_class = Types::HierarchyStructure
479
792
 
793
+ HierarchyStructureUpdate.add_member(:level_one, Shapes::ShapeRef.new(shape: HierarchyLevelUpdate, location_name: "LevelOne"))
794
+ HierarchyStructureUpdate.add_member(:level_two, Shapes::ShapeRef.new(shape: HierarchyLevelUpdate, location_name: "LevelTwo"))
795
+ HierarchyStructureUpdate.add_member(:level_three, Shapes::ShapeRef.new(shape: HierarchyLevelUpdate, location_name: "LevelThree"))
796
+ HierarchyStructureUpdate.add_member(:level_four, Shapes::ShapeRef.new(shape: HierarchyLevelUpdate, location_name: "LevelFour"))
797
+ HierarchyStructureUpdate.add_member(:level_five, Shapes::ShapeRef.new(shape: HierarchyLevelUpdate, location_name: "LevelFive"))
798
+ HierarchyStructureUpdate.struct_class = Types::HierarchyStructureUpdate
799
+
480
800
  HistoricalMetric.add_member(:name, Shapes::ShapeRef.new(shape: HistoricalMetricName, location_name: "Name"))
481
801
  HistoricalMetric.add_member(:threshold, Shapes::ShapeRef.new(shape: Threshold, location_name: "Threshold", metadata: {"box"=>true}))
482
802
  HistoricalMetric.add_member(:statistic, Shapes::ShapeRef.new(shape: Statistic, location_name: "Statistic"))
@@ -504,6 +824,56 @@ module Aws::Connect
504
824
 
505
825
  HoursOfOperationSummaryList.member = Shapes::ShapeRef.new(shape: HoursOfOperationSummary)
506
826
 
827
+ Instance.add_member(:id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "Id"))
828
+ Instance.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
829
+ Instance.add_member(:identity_management_type, Shapes::ShapeRef.new(shape: DirectoryType, location_name: "IdentityManagementType"))
830
+ Instance.add_member(:instance_alias, Shapes::ShapeRef.new(shape: DirectoryAlias, location_name: "InstanceAlias"))
831
+ Instance.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTime"))
832
+ Instance.add_member(:service_role, Shapes::ShapeRef.new(shape: ARN, location_name: "ServiceRole"))
833
+ Instance.add_member(:instance_status, Shapes::ShapeRef.new(shape: InstanceStatus, location_name: "InstanceStatus"))
834
+ Instance.add_member(:status_reason, Shapes::ShapeRef.new(shape: InstanceStatusReason, location_name: "StatusReason"))
835
+ Instance.add_member(:inbound_calls_enabled, Shapes::ShapeRef.new(shape: InboundCallsEnabled, location_name: "InboundCallsEnabled"))
836
+ Instance.add_member(:outbound_calls_enabled, Shapes::ShapeRef.new(shape: OutboundCallsEnabled, location_name: "OutboundCallsEnabled"))
837
+ Instance.struct_class = Types::Instance
838
+
839
+ InstanceStatusReason.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
840
+ InstanceStatusReason.struct_class = Types::InstanceStatusReason
841
+
842
+ InstanceStorageConfig.add_member(:association_id, Shapes::ShapeRef.new(shape: AssociationId, location_name: "AssociationId"))
843
+ InstanceStorageConfig.add_member(:storage_type, Shapes::ShapeRef.new(shape: StorageType, required: true, location_name: "StorageType"))
844
+ InstanceStorageConfig.add_member(:s3_config, Shapes::ShapeRef.new(shape: S3Config, location_name: "S3Config"))
845
+ InstanceStorageConfig.add_member(:kinesis_video_stream_config, Shapes::ShapeRef.new(shape: KinesisVideoStreamConfig, location_name: "KinesisVideoStreamConfig"))
846
+ InstanceStorageConfig.add_member(:kinesis_stream_config, Shapes::ShapeRef.new(shape: KinesisStreamConfig, location_name: "KinesisStreamConfig"))
847
+ InstanceStorageConfig.add_member(:kinesis_firehose_config, Shapes::ShapeRef.new(shape: KinesisFirehoseConfig, location_name: "KinesisFirehoseConfig"))
848
+ InstanceStorageConfig.struct_class = Types::InstanceStorageConfig
849
+
850
+ InstanceStorageConfigs.member = Shapes::ShapeRef.new(shape: InstanceStorageConfig)
851
+
852
+ InstanceSummary.add_member(:id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "Id"))
853
+ InstanceSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
854
+ InstanceSummary.add_member(:identity_management_type, Shapes::ShapeRef.new(shape: DirectoryType, location_name: "IdentityManagementType"))
855
+ InstanceSummary.add_member(:instance_alias, Shapes::ShapeRef.new(shape: DirectoryAlias, location_name: "InstanceAlias"))
856
+ InstanceSummary.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTime"))
857
+ InstanceSummary.add_member(:service_role, Shapes::ShapeRef.new(shape: ARN, location_name: "ServiceRole"))
858
+ InstanceSummary.add_member(:instance_status, Shapes::ShapeRef.new(shape: InstanceStatus, location_name: "InstanceStatus"))
859
+ InstanceSummary.add_member(:inbound_calls_enabled, Shapes::ShapeRef.new(shape: InboundCallsEnabled, location_name: "InboundCallsEnabled"))
860
+ InstanceSummary.add_member(:outbound_calls_enabled, Shapes::ShapeRef.new(shape: OutboundCallsEnabled, location_name: "OutboundCallsEnabled"))
861
+ InstanceSummary.struct_class = Types::InstanceSummary
862
+
863
+ InstanceSummaryList.member = Shapes::ShapeRef.new(shape: InstanceSummary)
864
+
865
+ IntegrationAssociationSummary.add_member(:integration_association_id, Shapes::ShapeRef.new(shape: IntegrationAssociationId, location_name: "IntegrationAssociationId"))
866
+ IntegrationAssociationSummary.add_member(:integration_association_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "IntegrationAssociationArn"))
867
+ IntegrationAssociationSummary.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId"))
868
+ IntegrationAssociationSummary.add_member(:integration_type, Shapes::ShapeRef.new(shape: IntegrationType, location_name: "IntegrationType"))
869
+ IntegrationAssociationSummary.add_member(:integration_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "IntegrationArn"))
870
+ IntegrationAssociationSummary.add_member(:source_application_url, Shapes::ShapeRef.new(shape: URI, location_name: "SourceApplicationUrl"))
871
+ IntegrationAssociationSummary.add_member(:source_application_name, Shapes::ShapeRef.new(shape: SourceApplicationName, location_name: "SourceApplicationName"))
872
+ IntegrationAssociationSummary.add_member(:source_type, Shapes::ShapeRef.new(shape: SourceType, location_name: "SourceType"))
873
+ IntegrationAssociationSummary.struct_class = Types::IntegrationAssociationSummary
874
+
875
+ IntegrationAssociationSummaryList.member = Shapes::ShapeRef.new(shape: IntegrationAssociationSummary)
876
+
507
877
  InternalServiceException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
508
878
  InternalServiceException.struct_class = Types::InternalServiceException
509
879
 
@@ -516,9 +886,35 @@ module Aws::Connect
516
886
  InvalidRequestException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
517
887
  InvalidRequestException.struct_class = Types::InvalidRequestException
518
888
 
889
+ KinesisFirehoseConfig.add_member(:firehose_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "FirehoseArn"))
890
+ KinesisFirehoseConfig.struct_class = Types::KinesisFirehoseConfig
891
+
892
+ KinesisStreamConfig.add_member(:stream_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "StreamArn"))
893
+ KinesisStreamConfig.struct_class = Types::KinesisStreamConfig
894
+
895
+ KinesisVideoStreamConfig.add_member(:prefix, Shapes::ShapeRef.new(shape: Prefix, required: true, location_name: "Prefix"))
896
+ KinesisVideoStreamConfig.add_member(:retention_period_hours, Shapes::ShapeRef.new(shape: Hours, required: true, location_name: "RetentionPeriodHours"))
897
+ KinesisVideoStreamConfig.add_member(:encryption_config, Shapes::ShapeRef.new(shape: EncryptionConfig, required: true, location_name: "EncryptionConfig"))
898
+ KinesisVideoStreamConfig.struct_class = Types::KinesisVideoStreamConfig
899
+
900
+ LexBot.add_member(:name, Shapes::ShapeRef.new(shape: BotName, location_name: "Name"))
901
+ LexBot.add_member(:lex_region, Shapes::ShapeRef.new(shape: LexRegion, location_name: "LexRegion"))
902
+ LexBot.struct_class = Types::LexBot
903
+
904
+ LexBotsList.member = Shapes::ShapeRef.new(shape: LexBot)
905
+
519
906
  LimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
520
907
  LimitExceededException.struct_class = Types::LimitExceededException
521
908
 
909
+ ListApprovedOriginsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
910
+ ListApprovedOriginsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
911
+ ListApprovedOriginsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult25, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
912
+ ListApprovedOriginsRequest.struct_class = Types::ListApprovedOriginsRequest
913
+
914
+ ListApprovedOriginsResponse.add_member(:origins, Shapes::ShapeRef.new(shape: OriginsList, location_name: "Origins"))
915
+ ListApprovedOriginsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
916
+ ListApprovedOriginsResponse.struct_class = Types::ListApprovedOriginsResponse
917
+
522
918
  ListContactFlowsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
523
919
  ListContactFlowsRequest.add_member(:contact_flow_types, Shapes::ShapeRef.new(shape: ContactFlowTypes, location: "querystring", location_name: "contactFlowTypes"))
524
920
  ListContactFlowsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
@@ -538,6 +934,60 @@ module Aws::Connect
538
934
  ListHoursOfOperationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
539
935
  ListHoursOfOperationsResponse.struct_class = Types::ListHoursOfOperationsResponse
540
936
 
937
+ ListInstanceAttributesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
938
+ ListInstanceAttributesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
939
+ ListInstanceAttributesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult7, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
940
+ ListInstanceAttributesRequest.struct_class = Types::ListInstanceAttributesRequest
941
+
942
+ ListInstanceAttributesResponse.add_member(:attributes, Shapes::ShapeRef.new(shape: AttributesList, location_name: "Attributes"))
943
+ ListInstanceAttributesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
944
+ ListInstanceAttributesResponse.struct_class = Types::ListInstanceAttributesResponse
945
+
946
+ ListInstanceStorageConfigsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
947
+ ListInstanceStorageConfigsRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: InstanceStorageResourceType, required: true, location: "querystring", location_name: "resourceType"))
948
+ ListInstanceStorageConfigsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
949
+ ListInstanceStorageConfigsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult10, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
950
+ ListInstanceStorageConfigsRequest.struct_class = Types::ListInstanceStorageConfigsRequest
951
+
952
+ ListInstanceStorageConfigsResponse.add_member(:storage_configs, Shapes::ShapeRef.new(shape: InstanceStorageConfigs, location_name: "StorageConfigs"))
953
+ ListInstanceStorageConfigsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
954
+ ListInstanceStorageConfigsResponse.struct_class = Types::ListInstanceStorageConfigsResponse
955
+
956
+ ListInstancesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
957
+ ListInstancesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult10, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
958
+ ListInstancesRequest.struct_class = Types::ListInstancesRequest
959
+
960
+ ListInstancesResponse.add_member(:instance_summary_list, Shapes::ShapeRef.new(shape: InstanceSummaryList, location_name: "InstanceSummaryList"))
961
+ ListInstancesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
962
+ ListInstancesResponse.struct_class = Types::ListInstancesResponse
963
+
964
+ ListIntegrationAssociationsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
965
+ ListIntegrationAssociationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
966
+ ListIntegrationAssociationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
967
+ ListIntegrationAssociationsRequest.struct_class = Types::ListIntegrationAssociationsRequest
968
+
969
+ ListIntegrationAssociationsResponse.add_member(:integration_association_summary_list, Shapes::ShapeRef.new(shape: IntegrationAssociationSummaryList, location_name: "IntegrationAssociationSummaryList"))
970
+ ListIntegrationAssociationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
971
+ ListIntegrationAssociationsResponse.struct_class = Types::ListIntegrationAssociationsResponse
972
+
973
+ ListLambdaFunctionsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
974
+ ListLambdaFunctionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
975
+ ListLambdaFunctionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult25, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
976
+ ListLambdaFunctionsRequest.struct_class = Types::ListLambdaFunctionsRequest
977
+
978
+ ListLambdaFunctionsResponse.add_member(:lambda_functions, Shapes::ShapeRef.new(shape: FunctionArnsList, location_name: "LambdaFunctions"))
979
+ ListLambdaFunctionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
980
+ ListLambdaFunctionsResponse.struct_class = Types::ListLambdaFunctionsResponse
981
+
982
+ ListLexBotsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
983
+ ListLexBotsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
984
+ ListLexBotsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult25, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
985
+ ListLexBotsRequest.struct_class = Types::ListLexBotsRequest
986
+
987
+ ListLexBotsResponse.add_member(:lex_bots, Shapes::ShapeRef.new(shape: LexBotsList, location_name: "LexBots"))
988
+ ListLexBotsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
989
+ ListLexBotsResponse.struct_class = Types::ListLexBotsResponse
990
+
541
991
  ListPhoneNumbersRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
542
992
  ListPhoneNumbersRequest.add_member(:phone_number_types, Shapes::ShapeRef.new(shape: PhoneNumberTypes, location: "querystring", location_name: "phoneNumberTypes"))
543
993
  ListPhoneNumbersRequest.add_member(:phone_number_country_codes, Shapes::ShapeRef.new(shape: PhoneNumberCountryCodes, location: "querystring", location_name: "phoneNumberCountryCodes"))
@@ -568,6 +1018,16 @@ module Aws::Connect
568
1018
  ListQueuesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
569
1019
  ListQueuesResponse.struct_class = Types::ListQueuesResponse
570
1020
 
1021
+ ListQuickConnectsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
1022
+ ListQuickConnectsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1023
+ ListQuickConnectsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
1024
+ ListQuickConnectsRequest.add_member(:quick_connect_types, Shapes::ShapeRef.new(shape: QuickConnectTypes, location: "querystring", location_name: "QuickConnectTypes"))
1025
+ ListQuickConnectsRequest.struct_class = Types::ListQuickConnectsRequest
1026
+
1027
+ ListQuickConnectsResponse.add_member(:quick_connect_summary_list, Shapes::ShapeRef.new(shape: QuickConnectSummaryList, location_name: "QuickConnectSummaryList"))
1028
+ ListQuickConnectsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1029
+ ListQuickConnectsResponse.struct_class = Types::ListQuickConnectsResponse
1030
+
571
1031
  ListRoutingProfileQueuesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
572
1032
  ListRoutingProfileQueuesRequest.add_member(:routing_profile_id, Shapes::ShapeRef.new(shape: RoutingProfileId, required: true, location: "uri", location_name: "RoutingProfileId"))
573
1033
  ListRoutingProfileQueuesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
@@ -587,6 +1047,15 @@ module Aws::Connect
587
1047
  ListRoutingProfilesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
588
1048
  ListRoutingProfilesResponse.struct_class = Types::ListRoutingProfilesResponse
589
1049
 
1050
+ ListSecurityKeysRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
1051
+ ListSecurityKeysRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1052
+ ListSecurityKeysRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult2, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
1053
+ ListSecurityKeysRequest.struct_class = Types::ListSecurityKeysRequest
1054
+
1055
+ ListSecurityKeysResponse.add_member(:security_keys, Shapes::ShapeRef.new(shape: SecurityKeysList, location_name: "SecurityKeys"))
1056
+ ListSecurityKeysResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1057
+ ListSecurityKeysResponse.struct_class = Types::ListSecurityKeysResponse
1058
+
590
1059
  ListSecurityProfilesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
591
1060
  ListSecurityProfilesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
592
1061
  ListSecurityProfilesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
@@ -602,6 +1071,16 @@ module Aws::Connect
602
1071
  ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
603
1072
  ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
604
1073
 
1074
+ ListUseCasesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
1075
+ ListUseCasesRequest.add_member(:integration_association_id, Shapes::ShapeRef.new(shape: IntegrationAssociationId, required: true, location: "uri", location_name: "IntegrationAssociationId"))
1076
+ ListUseCasesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1077
+ ListUseCasesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
1078
+ ListUseCasesRequest.struct_class = Types::ListUseCasesRequest
1079
+
1080
+ ListUseCasesResponse.add_member(:use_case_summary_list, Shapes::ShapeRef.new(shape: UseCaseSummaryList, location_name: "UseCaseSummaryList"))
1081
+ ListUseCasesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1082
+ ListUseCasesResponse.struct_class = Types::ListUseCasesResponse
1083
+
605
1084
  ListUserHierarchyGroupsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
606
1085
  ListUserHierarchyGroupsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
607
1086
  ListUserHierarchyGroupsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
@@ -626,6 +1105,8 @@ module Aws::Connect
626
1105
  MediaConcurrency.add_member(:concurrency, Shapes::ShapeRef.new(shape: Concurrency, required: true, location_name: "Concurrency"))
627
1106
  MediaConcurrency.struct_class = Types::MediaConcurrency
628
1107
 
1108
+ OriginsList.member = Shapes::ShapeRef.new(shape: Origin)
1109
+
629
1110
  OutboundContactNotPermittedException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
630
1111
  OutboundContactNotPermittedException.struct_class = Types::OutboundContactNotPermittedException
631
1112
 
@@ -634,6 +1115,9 @@ module Aws::Connect
634
1115
 
635
1116
  PhoneNumberCountryCodes.member = Shapes::ShapeRef.new(shape: PhoneNumberCountryCode)
636
1117
 
1118
+ PhoneNumberQuickConnectConfig.add_member(:phone_number, Shapes::ShapeRef.new(shape: PhoneNumber, required: true, location_name: "PhoneNumber"))
1119
+ PhoneNumberQuickConnectConfig.struct_class = Types::PhoneNumberQuickConnectConfig
1120
+
637
1121
  PhoneNumberSummary.add_member(:id, Shapes::ShapeRef.new(shape: PhoneNumberId, location_name: "Id"))
638
1122
  PhoneNumberSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
639
1123
  PhoneNumberSummary.add_member(:phone_number, Shapes::ShapeRef.new(shape: PhoneNumber, location_name: "PhoneNumber"))
@@ -657,6 +1141,10 @@ module Aws::Connect
657
1141
 
658
1142
  PromptSummaryList.member = Shapes::ShapeRef.new(shape: PromptSummary)
659
1143
 
1144
+ QueueQuickConnectConfig.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location_name: "QueueId"))
1145
+ QueueQuickConnectConfig.add_member(:contact_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, required: true, location_name: "ContactFlowId"))
1146
+ QueueQuickConnectConfig.struct_class = Types::QueueQuickConnectConfig
1147
+
660
1148
  QueueReference.add_member(:id, Shapes::ShapeRef.new(shape: QueueId, location_name: "Id"))
661
1149
  QueueReference.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
662
1150
  QueueReference.struct_class = Types::QueueReference
@@ -673,6 +1161,42 @@ module Aws::Connect
673
1161
 
674
1162
  Queues.member = Shapes::ShapeRef.new(shape: QueueId)
675
1163
 
1164
+ QuickConnect.add_member(:quick_connect_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "QuickConnectARN"))
1165
+ QuickConnect.add_member(:quick_connect_id, Shapes::ShapeRef.new(shape: QuickConnectId, location_name: "QuickConnectId"))
1166
+ QuickConnect.add_member(:name, Shapes::ShapeRef.new(shape: QuickConnectName, location_name: "Name"))
1167
+ QuickConnect.add_member(:description, Shapes::ShapeRef.new(shape: QuickConnectDescription, location_name: "Description"))
1168
+ QuickConnect.add_member(:quick_connect_config, Shapes::ShapeRef.new(shape: QuickConnectConfig, location_name: "QuickConnectConfig"))
1169
+ QuickConnect.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
1170
+ QuickConnect.struct_class = Types::QuickConnect
1171
+
1172
+ QuickConnectConfig.add_member(:quick_connect_type, Shapes::ShapeRef.new(shape: QuickConnectType, required: true, location_name: "QuickConnectType"))
1173
+ QuickConnectConfig.add_member(:user_config, Shapes::ShapeRef.new(shape: UserQuickConnectConfig, location_name: "UserConfig"))
1174
+ QuickConnectConfig.add_member(:queue_config, Shapes::ShapeRef.new(shape: QueueQuickConnectConfig, location_name: "QueueConfig"))
1175
+ QuickConnectConfig.add_member(:phone_config, Shapes::ShapeRef.new(shape: PhoneNumberQuickConnectConfig, location_name: "PhoneConfig"))
1176
+ QuickConnectConfig.struct_class = Types::QuickConnectConfig
1177
+
1178
+ QuickConnectSummary.add_member(:id, Shapes::ShapeRef.new(shape: QuickConnectId, location_name: "Id"))
1179
+ QuickConnectSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
1180
+ QuickConnectSummary.add_member(:name, Shapes::ShapeRef.new(shape: QuickConnectName, location_name: "Name"))
1181
+ QuickConnectSummary.add_member(:quick_connect_type, Shapes::ShapeRef.new(shape: QuickConnectType, location_name: "QuickConnectType"))
1182
+ QuickConnectSummary.struct_class = Types::QuickConnectSummary
1183
+
1184
+ QuickConnectSummaryList.member = Shapes::ShapeRef.new(shape: QuickConnectSummary)
1185
+
1186
+ QuickConnectTypes.member = Shapes::ShapeRef.new(shape: QuickConnectType)
1187
+
1188
+ Reference.add_member(:value, Shapes::ShapeRef.new(shape: ReferenceValue, required: true, location_name: "Value"))
1189
+ Reference.add_member(:type, Shapes::ShapeRef.new(shape: ReferenceType, required: true, location_name: "Type"))
1190
+ Reference.struct_class = Types::Reference
1191
+
1192
+ ResourceConflictException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
1193
+ ResourceConflictException.struct_class = Types::ResourceConflictException
1194
+
1195
+ ResourceInUseException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
1196
+ ResourceInUseException.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
1197
+ ResourceInUseException.add_member(:resource_id, Shapes::ShapeRef.new(shape: ARN, location_name: "ResourceId"))
1198
+ ResourceInUseException.struct_class = Types::ResourceInUseException
1199
+
676
1200
  ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
677
1201
  ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
678
1202
 
@@ -723,6 +1247,18 @@ module Aws::Connect
723
1247
 
724
1248
  RoutingProfileSummaryList.member = Shapes::ShapeRef.new(shape: RoutingProfileSummary)
725
1249
 
1250
+ S3Config.add_member(:bucket_name, Shapes::ShapeRef.new(shape: BucketName, required: true, location_name: "BucketName"))
1251
+ S3Config.add_member(:bucket_prefix, Shapes::ShapeRef.new(shape: Prefix, required: true, location_name: "BucketPrefix"))
1252
+ S3Config.add_member(:encryption_config, Shapes::ShapeRef.new(shape: EncryptionConfig, location_name: "EncryptionConfig"))
1253
+ S3Config.struct_class = Types::S3Config
1254
+
1255
+ SecurityKey.add_member(:association_id, Shapes::ShapeRef.new(shape: AssociationId, location_name: "AssociationId"))
1256
+ SecurityKey.add_member(:key, Shapes::ShapeRef.new(shape: PEM, location_name: "Key"))
1257
+ SecurityKey.add_member(:creation_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreationTime"))
1258
+ SecurityKey.struct_class = Types::SecurityKey
1259
+
1260
+ SecurityKeysList.member = Shapes::ShapeRef.new(shape: SecurityKey)
1261
+
726
1262
  SecurityProfileIds.member = Shapes::ShapeRef.new(shape: SecurityProfileId)
727
1263
 
728
1264
  SecurityProfileSummary.add_member(:id, Shapes::ShapeRef.new(shape: SecurityProfileId, location_name: "Id"))
@@ -732,6 +1268,9 @@ module Aws::Connect
732
1268
 
733
1269
  SecurityProfileSummaryList.member = Shapes::ShapeRef.new(shape: SecurityProfileSummary)
734
1270
 
1271
+ ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
1272
+ ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
1273
+
735
1274
  StartChatContactRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
736
1275
  StartChatContactRequest.add_member(:contact_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, required: true, location_name: "ContactFlowId"))
737
1276
  StartChatContactRequest.add_member(:attributes, Shapes::ShapeRef.new(shape: Attributes, location_name: "Attributes"))
@@ -765,6 +1304,19 @@ module Aws::Connect
765
1304
  StartOutboundVoiceContactResponse.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "ContactId"))
766
1305
  StartOutboundVoiceContactResponse.struct_class = Types::StartOutboundVoiceContactResponse
767
1306
 
1307
+ StartTaskContactRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
1308
+ StartTaskContactRequest.add_member(:previous_contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "PreviousContactId"))
1309
+ StartTaskContactRequest.add_member(:contact_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, required: true, location_name: "ContactFlowId"))
1310
+ StartTaskContactRequest.add_member(:attributes, Shapes::ShapeRef.new(shape: Attributes, location_name: "Attributes"))
1311
+ StartTaskContactRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "Name"))
1312
+ StartTaskContactRequest.add_member(:references, Shapes::ShapeRef.new(shape: ContactReferences, location_name: "References"))
1313
+ StartTaskContactRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
1314
+ StartTaskContactRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
1315
+ StartTaskContactRequest.struct_class = Types::StartTaskContactRequest
1316
+
1317
+ StartTaskContactResponse.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "ContactId"))
1318
+ StartTaskContactResponse.struct_class = Types::StartTaskContactResponse
1319
+
768
1320
  StopContactRecordingRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
769
1321
  StopContactRecordingRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location_name: "ContactId"))
770
1322
  StopContactRecordingRequest.add_member(:initial_contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location_name: "InitialContactId"))
@@ -823,6 +1375,28 @@ module Aws::Connect
823
1375
  UpdateContactFlowNameRequest.add_member(:description, Shapes::ShapeRef.new(shape: ContactFlowDescription, location_name: "Description"))
824
1376
  UpdateContactFlowNameRequest.struct_class = Types::UpdateContactFlowNameRequest
825
1377
 
1378
+ UpdateInstanceAttributeRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
1379
+ UpdateInstanceAttributeRequest.add_member(:attribute_type, Shapes::ShapeRef.new(shape: InstanceAttributeType, required: true, location: "uri", location_name: "AttributeType"))
1380
+ UpdateInstanceAttributeRequest.add_member(:value, Shapes::ShapeRef.new(shape: InstanceAttributeValue, required: true, location_name: "Value"))
1381
+ UpdateInstanceAttributeRequest.struct_class = Types::UpdateInstanceAttributeRequest
1382
+
1383
+ UpdateInstanceStorageConfigRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
1384
+ UpdateInstanceStorageConfigRequest.add_member(:association_id, Shapes::ShapeRef.new(shape: AssociationId, required: true, location: "uri", location_name: "AssociationId"))
1385
+ UpdateInstanceStorageConfigRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: InstanceStorageResourceType, required: true, location: "querystring", location_name: "resourceType"))
1386
+ UpdateInstanceStorageConfigRequest.add_member(:storage_config, Shapes::ShapeRef.new(shape: InstanceStorageConfig, required: true, location_name: "StorageConfig"))
1387
+ UpdateInstanceStorageConfigRequest.struct_class = Types::UpdateInstanceStorageConfigRequest
1388
+
1389
+ UpdateQuickConnectConfigRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
1390
+ UpdateQuickConnectConfigRequest.add_member(:quick_connect_id, Shapes::ShapeRef.new(shape: QuickConnectId, required: true, location: "uri", location_name: "QuickConnectId"))
1391
+ UpdateQuickConnectConfigRequest.add_member(:quick_connect_config, Shapes::ShapeRef.new(shape: QuickConnectConfig, required: true, location_name: "QuickConnectConfig"))
1392
+ UpdateQuickConnectConfigRequest.struct_class = Types::UpdateQuickConnectConfigRequest
1393
+
1394
+ UpdateQuickConnectNameRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
1395
+ UpdateQuickConnectNameRequest.add_member(:quick_connect_id, Shapes::ShapeRef.new(shape: QuickConnectId, required: true, location: "uri", location_name: "QuickConnectId"))
1396
+ UpdateQuickConnectNameRequest.add_member(:name, Shapes::ShapeRef.new(shape: QuickConnectName, location_name: "Name"))
1397
+ UpdateQuickConnectNameRequest.add_member(:description, Shapes::ShapeRef.new(shape: QuickConnectDescription, location_name: "Description"))
1398
+ UpdateQuickConnectNameRequest.struct_class = Types::UpdateQuickConnectNameRequest
1399
+
826
1400
  UpdateRoutingProfileConcurrencyRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
827
1401
  UpdateRoutingProfileConcurrencyRequest.add_member(:routing_profile_id, Shapes::ShapeRef.new(shape: RoutingProfileId, required: true, location: "uri", location_name: "RoutingProfileId"))
828
1402
  UpdateRoutingProfileConcurrencyRequest.add_member(:media_concurrencies, Shapes::ShapeRef.new(shape: MediaConcurrencies, required: true, location_name: "MediaConcurrencies"))
@@ -844,11 +1418,20 @@ module Aws::Connect
844
1418
  UpdateRoutingProfileQueuesRequest.add_member(:queue_configs, Shapes::ShapeRef.new(shape: RoutingProfileQueueConfigList, required: true, location_name: "QueueConfigs"))
845
1419
  UpdateRoutingProfileQueuesRequest.struct_class = Types::UpdateRoutingProfileQueuesRequest
846
1420
 
1421
+ UpdateUserHierarchyGroupNameRequest.add_member(:name, Shapes::ShapeRef.new(shape: HierarchyGroupName, required: true, location_name: "Name"))
1422
+ UpdateUserHierarchyGroupNameRequest.add_member(:hierarchy_group_id, Shapes::ShapeRef.new(shape: HierarchyGroupId, required: true, location: "uri", location_name: "HierarchyGroupId"))
1423
+ UpdateUserHierarchyGroupNameRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
1424
+ UpdateUserHierarchyGroupNameRequest.struct_class = Types::UpdateUserHierarchyGroupNameRequest
1425
+
847
1426
  UpdateUserHierarchyRequest.add_member(:hierarchy_group_id, Shapes::ShapeRef.new(shape: HierarchyGroupId, location_name: "HierarchyGroupId"))
848
1427
  UpdateUserHierarchyRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, required: true, location: "uri", location_name: "UserId"))
849
1428
  UpdateUserHierarchyRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
850
1429
  UpdateUserHierarchyRequest.struct_class = Types::UpdateUserHierarchyRequest
851
1430
 
1431
+ UpdateUserHierarchyStructureRequest.add_member(:hierarchy_structure, Shapes::ShapeRef.new(shape: HierarchyStructureUpdate, required: true, location_name: "HierarchyStructure"))
1432
+ UpdateUserHierarchyStructureRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
1433
+ UpdateUserHierarchyStructureRequest.struct_class = Types::UpdateUserHierarchyStructureRequest
1434
+
852
1435
  UpdateUserIdentityInfoRequest.add_member(:identity_info, Shapes::ShapeRef.new(shape: UserIdentityInfo, required: true, location_name: "IdentityInfo"))
853
1436
  UpdateUserIdentityInfoRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, required: true, location: "uri", location_name: "UserId"))
854
1437
  UpdateUserIdentityInfoRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
@@ -869,6 +1452,13 @@ module Aws::Connect
869
1452
  UpdateUserSecurityProfilesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
870
1453
  UpdateUserSecurityProfilesRequest.struct_class = Types::UpdateUserSecurityProfilesRequest
871
1454
 
1455
+ UseCase.add_member(:use_case_id, Shapes::ShapeRef.new(shape: UseCaseId, location_name: "UseCaseId"))
1456
+ UseCase.add_member(:use_case_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "UseCaseArn"))
1457
+ UseCase.add_member(:use_case_type, Shapes::ShapeRef.new(shape: UseCaseType, location_name: "UseCaseType"))
1458
+ UseCase.struct_class = Types::UseCase
1459
+
1460
+ UseCaseSummaryList.member = Shapes::ShapeRef.new(shape: UseCase)
1461
+
872
1462
  User.add_member(:id, Shapes::ShapeRef.new(shape: UserId, location_name: "Id"))
873
1463
  User.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
874
1464
  User.add_member(:username, Shapes::ShapeRef.new(shape: AgentUsername, location_name: "Username"))
@@ -895,6 +1485,10 @@ module Aws::Connect
895
1485
  UserPhoneConfig.add_member(:desk_phone_number, Shapes::ShapeRef.new(shape: PhoneNumber, location_name: "DeskPhoneNumber"))
896
1486
  UserPhoneConfig.struct_class = Types::UserPhoneConfig
897
1487
 
1488
+ UserQuickConnectConfig.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, required: true, location_name: "UserId"))
1489
+ UserQuickConnectConfig.add_member(:contact_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, required: true, location_name: "ContactFlowId"))
1490
+ UserQuickConnectConfig.struct_class = Types::UserQuickConnectConfig
1491
+
898
1492
  UserSummary.add_member(:id, Shapes::ShapeRef.new(shape: UserId, location_name: "Id"))
899
1493
  UserSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
900
1494
  UserSummary.add_member(:username, Shapes::ShapeRef.new(shape: AgentUsername, location_name: "Username"))
@@ -924,6 +1518,65 @@ module Aws::Connect
924
1518
  "uid" => "connect-2017-08-08",
925
1519
  }
926
1520
 
1521
+ api.add_operation(:associate_approved_origin, Seahorse::Model::Operation.new.tap do |o|
1522
+ o.name = "AssociateApprovedOrigin"
1523
+ o.http_method = "PUT"
1524
+ o.http_request_uri = "/instance/{InstanceId}/approved-origin"
1525
+ o.input = Shapes::ShapeRef.new(shape: AssociateApprovedOriginRequest)
1526
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1527
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1528
+ o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
1529
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1530
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1531
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1532
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1533
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1534
+ end)
1535
+
1536
+ api.add_operation(:associate_instance_storage_config, Seahorse::Model::Operation.new.tap do |o|
1537
+ o.name = "AssociateInstanceStorageConfig"
1538
+ o.http_method = "PUT"
1539
+ o.http_request_uri = "/instance/{InstanceId}/storage-config"
1540
+ o.input = Shapes::ShapeRef.new(shape: AssociateInstanceStorageConfigRequest)
1541
+ o.output = Shapes::ShapeRef.new(shape: AssociateInstanceStorageConfigResponse)
1542
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1543
+ o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
1544
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1545
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1546
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1547
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1548
+ end)
1549
+
1550
+ api.add_operation(:associate_lambda_function, Seahorse::Model::Operation.new.tap do |o|
1551
+ o.name = "AssociateLambdaFunction"
1552
+ o.http_method = "PUT"
1553
+ o.http_request_uri = "/instance/{InstanceId}/lambda-function"
1554
+ o.input = Shapes::ShapeRef.new(shape: AssociateLambdaFunctionRequest)
1555
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1556
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1557
+ o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
1558
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1559
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1560
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1561
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1562
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1563
+ end)
1564
+
1565
+ api.add_operation(:associate_lex_bot, Seahorse::Model::Operation.new.tap do |o|
1566
+ o.name = "AssociateLexBot"
1567
+ o.http_method = "PUT"
1568
+ o.http_request_uri = "/instance/{InstanceId}/lex-bot"
1569
+ o.input = Shapes::ShapeRef.new(shape: AssociateLexBotRequest)
1570
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1571
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1572
+ o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
1573
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1574
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1575
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1576
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1577
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1578
+ end)
1579
+
927
1580
  api.add_operation(:associate_routing_profile_queues, Seahorse::Model::Operation.new.tap do |o|
928
1581
  o.name = "AssociateRoutingProfileQueues"
929
1582
  o.http_method = "POST"
@@ -937,6 +1590,21 @@ module Aws::Connect
937
1590
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
938
1591
  end)
939
1592
 
1593
+ api.add_operation(:associate_security_key, Seahorse::Model::Operation.new.tap do |o|
1594
+ o.name = "AssociateSecurityKey"
1595
+ o.http_method = "PUT"
1596
+ o.http_request_uri = "/instance/{InstanceId}/security-key"
1597
+ o.input = Shapes::ShapeRef.new(shape: AssociateSecurityKeyRequest)
1598
+ o.output = Shapes::ShapeRef.new(shape: AssociateSecurityKeyResponse)
1599
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1600
+ o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
1601
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1602
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1603
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1604
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1605
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1606
+ end)
1607
+
940
1608
  api.add_operation(:create_contact_flow, Seahorse::Model::Operation.new.tap do |o|
941
1609
  o.name = "CreateContactFlow"
942
1610
  o.http_method = "PUT"
@@ -953,6 +1621,47 @@ module Aws::Connect
953
1621
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
954
1622
  end)
955
1623
 
1624
+ api.add_operation(:create_instance, Seahorse::Model::Operation.new.tap do |o|
1625
+ o.name = "CreateInstance"
1626
+ o.http_method = "PUT"
1627
+ o.http_request_uri = "/instance"
1628
+ o.input = Shapes::ShapeRef.new(shape: CreateInstanceRequest)
1629
+ o.output = Shapes::ShapeRef.new(shape: CreateInstanceResponse)
1630
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1631
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1632
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1633
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1634
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1635
+ end)
1636
+
1637
+ api.add_operation(:create_integration_association, Seahorse::Model::Operation.new.tap do |o|
1638
+ o.name = "CreateIntegrationAssociation"
1639
+ o.http_method = "PUT"
1640
+ o.http_request_uri = "/instance/{InstanceId}/integration-associations"
1641
+ o.input = Shapes::ShapeRef.new(shape: CreateIntegrationAssociationRequest)
1642
+ o.output = Shapes::ShapeRef.new(shape: CreateIntegrationAssociationResponse)
1643
+ o.errors << Shapes::ShapeRef.new(shape: DuplicateResourceException)
1644
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1645
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1646
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1647
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1648
+ end)
1649
+
1650
+ api.add_operation(:create_quick_connect, Seahorse::Model::Operation.new.tap do |o|
1651
+ o.name = "CreateQuickConnect"
1652
+ o.http_method = "PUT"
1653
+ o.http_request_uri = "/quick-connects/{InstanceId}"
1654
+ o.input = Shapes::ShapeRef.new(shape: CreateQuickConnectRequest)
1655
+ o.output = Shapes::ShapeRef.new(shape: CreateQuickConnectResponse)
1656
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1657
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1658
+ o.errors << Shapes::ShapeRef.new(shape: DuplicateResourceException)
1659
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1660
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1661
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1662
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1663
+ end)
1664
+
956
1665
  api.add_operation(:create_routing_profile, Seahorse::Model::Operation.new.tap do |o|
957
1666
  o.name = "CreateRoutingProfile"
958
1667
  o.http_method = "PUT"
@@ -968,6 +1677,19 @@ module Aws::Connect
968
1677
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
969
1678
  end)
970
1679
 
1680
+ api.add_operation(:create_use_case, Seahorse::Model::Operation.new.tap do |o|
1681
+ o.name = "CreateUseCase"
1682
+ o.http_method = "PUT"
1683
+ o.http_request_uri = "/instance/{InstanceId}/integration-associations/{IntegrationAssociationId}/use-cases"
1684
+ o.input = Shapes::ShapeRef.new(shape: CreateUseCaseRequest)
1685
+ o.output = Shapes::ShapeRef.new(shape: CreateUseCaseResponse)
1686
+ o.errors << Shapes::ShapeRef.new(shape: DuplicateResourceException)
1687
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1688
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1689
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1690
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1691
+ end)
1692
+
971
1693
  api.add_operation(:create_user, Seahorse::Model::Operation.new.tap do |o|
972
1694
  o.name = "CreateUser"
973
1695
  o.http_method = "PUT"
@@ -983,6 +1705,69 @@ module Aws::Connect
983
1705
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
984
1706
  end)
985
1707
 
1708
+ api.add_operation(:create_user_hierarchy_group, Seahorse::Model::Operation.new.tap do |o|
1709
+ o.name = "CreateUserHierarchyGroup"
1710
+ o.http_method = "PUT"
1711
+ o.http_request_uri = "/user-hierarchy-groups/{InstanceId}"
1712
+ o.input = Shapes::ShapeRef.new(shape: CreateUserHierarchyGroupRequest)
1713
+ o.output = Shapes::ShapeRef.new(shape: CreateUserHierarchyGroupResponse)
1714
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1715
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1716
+ o.errors << Shapes::ShapeRef.new(shape: DuplicateResourceException)
1717
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1718
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1719
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1720
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1721
+ end)
1722
+
1723
+ api.add_operation(:delete_instance, Seahorse::Model::Operation.new.tap do |o|
1724
+ o.name = "DeleteInstance"
1725
+ o.http_method = "DELETE"
1726
+ o.http_request_uri = "/instance/{InstanceId}"
1727
+ o.input = Shapes::ShapeRef.new(shape: DeleteInstanceRequest)
1728
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1729
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1730
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1731
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1732
+ end)
1733
+
1734
+ api.add_operation(:delete_integration_association, Seahorse::Model::Operation.new.tap do |o|
1735
+ o.name = "DeleteIntegrationAssociation"
1736
+ o.http_method = "DELETE"
1737
+ o.http_request_uri = "/instance/{InstanceId}/integration-associations/{IntegrationAssociationId}"
1738
+ o.input = Shapes::ShapeRef.new(shape: DeleteIntegrationAssociationRequest)
1739
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1740
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1741
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1742
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1743
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1744
+ end)
1745
+
1746
+ api.add_operation(:delete_quick_connect, Seahorse::Model::Operation.new.tap do |o|
1747
+ o.name = "DeleteQuickConnect"
1748
+ o.http_method = "DELETE"
1749
+ o.http_request_uri = "/quick-connects/{InstanceId}/{QuickConnectId}"
1750
+ o.input = Shapes::ShapeRef.new(shape: DeleteQuickConnectRequest)
1751
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1752
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1753
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1754
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1755
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1756
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1757
+ end)
1758
+
1759
+ api.add_operation(:delete_use_case, Seahorse::Model::Operation.new.tap do |o|
1760
+ o.name = "DeleteUseCase"
1761
+ o.http_method = "DELETE"
1762
+ o.http_request_uri = "/instance/{InstanceId}/integration-associations/{IntegrationAssociationId}/use-cases/{UseCaseId}"
1763
+ o.input = Shapes::ShapeRef.new(shape: DeleteUseCaseRequest)
1764
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1765
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1766
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1767
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1768
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1769
+ end)
1770
+
986
1771
  api.add_operation(:delete_user, Seahorse::Model::Operation.new.tap do |o|
987
1772
  o.name = "DeleteUser"
988
1773
  o.http_method = "DELETE"
@@ -996,6 +1781,20 @@ module Aws::Connect
996
1781
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
997
1782
  end)
998
1783
 
1784
+ api.add_operation(:delete_user_hierarchy_group, Seahorse::Model::Operation.new.tap do |o|
1785
+ o.name = "DeleteUserHierarchyGroup"
1786
+ o.http_method = "DELETE"
1787
+ o.http_request_uri = "/user-hierarchy-groups/{InstanceId}/{HierarchyGroupId}"
1788
+ o.input = Shapes::ShapeRef.new(shape: DeleteUserHierarchyGroupRequest)
1789
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1790
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1791
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1792
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1793
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
1794
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1795
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1796
+ end)
1797
+
999
1798
  api.add_operation(:describe_contact_flow, Seahorse::Model::Operation.new.tap do |o|
1000
1799
  o.name = "DescribeContactFlow"
1001
1800
  o.http_method = "GET"
@@ -1010,6 +1809,56 @@ module Aws::Connect
1010
1809
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1011
1810
  end)
1012
1811
 
1812
+ api.add_operation(:describe_instance, Seahorse::Model::Operation.new.tap do |o|
1813
+ o.name = "DescribeInstance"
1814
+ o.http_method = "GET"
1815
+ o.http_request_uri = "/instance/{InstanceId}"
1816
+ o.input = Shapes::ShapeRef.new(shape: DescribeInstanceRequest)
1817
+ o.output = Shapes::ShapeRef.new(shape: DescribeInstanceResponse)
1818
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1819
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1820
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1821
+ end)
1822
+
1823
+ api.add_operation(:describe_instance_attribute, Seahorse::Model::Operation.new.tap do |o|
1824
+ o.name = "DescribeInstanceAttribute"
1825
+ o.http_method = "GET"
1826
+ o.http_request_uri = "/instance/{InstanceId}/attribute/{AttributeType}"
1827
+ o.input = Shapes::ShapeRef.new(shape: DescribeInstanceAttributeRequest)
1828
+ o.output = Shapes::ShapeRef.new(shape: DescribeInstanceAttributeResponse)
1829
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1830
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1831
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1832
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1833
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1834
+ end)
1835
+
1836
+ api.add_operation(:describe_instance_storage_config, Seahorse::Model::Operation.new.tap do |o|
1837
+ o.name = "DescribeInstanceStorageConfig"
1838
+ o.http_method = "GET"
1839
+ o.http_request_uri = "/instance/{InstanceId}/storage-config/{AssociationId}"
1840
+ o.input = Shapes::ShapeRef.new(shape: DescribeInstanceStorageConfigRequest)
1841
+ o.output = Shapes::ShapeRef.new(shape: DescribeInstanceStorageConfigResponse)
1842
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1843
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1844
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1845
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1846
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1847
+ end)
1848
+
1849
+ api.add_operation(:describe_quick_connect, Seahorse::Model::Operation.new.tap do |o|
1850
+ o.name = "DescribeQuickConnect"
1851
+ o.http_method = "GET"
1852
+ o.http_request_uri = "/quick-connects/{InstanceId}/{QuickConnectId}"
1853
+ o.input = Shapes::ShapeRef.new(shape: DescribeQuickConnectRequest)
1854
+ o.output = Shapes::ShapeRef.new(shape: DescribeQuickConnectResponse)
1855
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1856
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1857
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1858
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1859
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1860
+ end)
1861
+
1013
1862
  api.add_operation(:describe_routing_profile, Seahorse::Model::Operation.new.tap do |o|
1014
1863
  o.name = "DescribeRoutingProfile"
1015
1864
  o.http_method = "GET"
@@ -1062,6 +1911,58 @@ module Aws::Connect
1062
1911
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1063
1912
  end)
1064
1913
 
1914
+ api.add_operation(:disassociate_approved_origin, Seahorse::Model::Operation.new.tap do |o|
1915
+ o.name = "DisassociateApprovedOrigin"
1916
+ o.http_method = "DELETE"
1917
+ o.http_request_uri = "/instance/{InstanceId}/approved-origin"
1918
+ o.input = Shapes::ShapeRef.new(shape: DisassociateApprovedOriginRequest)
1919
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1920
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1921
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1922
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1923
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1924
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1925
+ end)
1926
+
1927
+ api.add_operation(:disassociate_instance_storage_config, Seahorse::Model::Operation.new.tap do |o|
1928
+ o.name = "DisassociateInstanceStorageConfig"
1929
+ o.http_method = "DELETE"
1930
+ o.http_request_uri = "/instance/{InstanceId}/storage-config/{AssociationId}"
1931
+ o.input = Shapes::ShapeRef.new(shape: DisassociateInstanceStorageConfigRequest)
1932
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1933
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1934
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1935
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1936
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1937
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1938
+ end)
1939
+
1940
+ api.add_operation(:disassociate_lambda_function, Seahorse::Model::Operation.new.tap do |o|
1941
+ o.name = "DisassociateLambdaFunction"
1942
+ o.http_method = "DELETE"
1943
+ o.http_request_uri = "/instance/{InstanceId}/lambda-function"
1944
+ o.input = Shapes::ShapeRef.new(shape: DisassociateLambdaFunctionRequest)
1945
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1946
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1947
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1948
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1949
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1950
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1951
+ end)
1952
+
1953
+ api.add_operation(:disassociate_lex_bot, Seahorse::Model::Operation.new.tap do |o|
1954
+ o.name = "DisassociateLexBot"
1955
+ o.http_method = "DELETE"
1956
+ o.http_request_uri = "/instance/{InstanceId}/lex-bot"
1957
+ o.input = Shapes::ShapeRef.new(shape: DisassociateLexBotRequest)
1958
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1959
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1960
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1961
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1962
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1963
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1964
+ end)
1965
+
1065
1966
  api.add_operation(:disassociate_routing_profile_queues, Seahorse::Model::Operation.new.tap do |o|
1066
1967
  o.name = "DisassociateRoutingProfileQueues"
1067
1968
  o.http_method = "POST"
@@ -1075,6 +1976,19 @@ module Aws::Connect
1075
1976
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1076
1977
  end)
1077
1978
 
1979
+ api.add_operation(:disassociate_security_key, Seahorse::Model::Operation.new.tap do |o|
1980
+ o.name = "DisassociateSecurityKey"
1981
+ o.http_method = "DELETE"
1982
+ o.http_request_uri = "/instance/{InstanceId}/security-key/{AssociationId}"
1983
+ o.input = Shapes::ShapeRef.new(shape: DisassociateSecurityKeyRequest)
1984
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1985
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1986
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1987
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1988
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1989
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1990
+ end)
1991
+
1078
1992
  api.add_operation(:get_contact_attributes, Seahorse::Model::Operation.new.tap do |o|
1079
1993
  o.name = "GetContactAttributes"
1080
1994
  o.http_method = "GET"
@@ -1138,6 +2052,25 @@ module Aws::Connect
1138
2052
  )
1139
2053
  end)
1140
2054
 
2055
+ api.add_operation(:list_approved_origins, Seahorse::Model::Operation.new.tap do |o|
2056
+ o.name = "ListApprovedOrigins"
2057
+ o.http_method = "GET"
2058
+ o.http_request_uri = "/instance/{InstanceId}/approved-origins"
2059
+ o.input = Shapes::ShapeRef.new(shape: ListApprovedOriginsRequest)
2060
+ o.output = Shapes::ShapeRef.new(shape: ListApprovedOriginsResponse)
2061
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2062
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2063
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2064
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
2065
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2066
+ o[:pager] = Aws::Pager.new(
2067
+ limit_key: "max_results",
2068
+ tokens: {
2069
+ "next_token" => "next_token"
2070
+ }
2071
+ )
2072
+ end)
2073
+
1141
2074
  api.add_operation(:list_contact_flows, Seahorse::Model::Operation.new.tap do |o|
1142
2075
  o.name = "ListContactFlows"
1143
2076
  o.http_method = "GET"
@@ -1176,6 +2109,116 @@ module Aws::Connect
1176
2109
  )
1177
2110
  end)
1178
2111
 
2112
+ api.add_operation(:list_instance_attributes, Seahorse::Model::Operation.new.tap do |o|
2113
+ o.name = "ListInstanceAttributes"
2114
+ o.http_method = "GET"
2115
+ o.http_request_uri = "/instance/{InstanceId}/attributes"
2116
+ o.input = Shapes::ShapeRef.new(shape: ListInstanceAttributesRequest)
2117
+ o.output = Shapes::ShapeRef.new(shape: ListInstanceAttributesResponse)
2118
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2119
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2120
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2121
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
2122
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2123
+ o[:pager] = Aws::Pager.new(
2124
+ limit_key: "max_results",
2125
+ tokens: {
2126
+ "next_token" => "next_token"
2127
+ }
2128
+ )
2129
+ end)
2130
+
2131
+ api.add_operation(:list_instance_storage_configs, Seahorse::Model::Operation.new.tap do |o|
2132
+ o.name = "ListInstanceStorageConfigs"
2133
+ o.http_method = "GET"
2134
+ o.http_request_uri = "/instance/{InstanceId}/storage-configs"
2135
+ o.input = Shapes::ShapeRef.new(shape: ListInstanceStorageConfigsRequest)
2136
+ o.output = Shapes::ShapeRef.new(shape: ListInstanceStorageConfigsResponse)
2137
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2138
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2139
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2140
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
2141
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2142
+ o[:pager] = Aws::Pager.new(
2143
+ limit_key: "max_results",
2144
+ tokens: {
2145
+ "next_token" => "next_token"
2146
+ }
2147
+ )
2148
+ end)
2149
+
2150
+ api.add_operation(:list_instances, Seahorse::Model::Operation.new.tap do |o|
2151
+ o.name = "ListInstances"
2152
+ o.http_method = "GET"
2153
+ o.http_request_uri = "/instance"
2154
+ o.input = Shapes::ShapeRef.new(shape: ListInstancesRequest)
2155
+ o.output = Shapes::ShapeRef.new(shape: ListInstancesResponse)
2156
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2157
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2158
+ o[:pager] = Aws::Pager.new(
2159
+ limit_key: "max_results",
2160
+ tokens: {
2161
+ "next_token" => "next_token"
2162
+ }
2163
+ )
2164
+ end)
2165
+
2166
+ api.add_operation(:list_integration_associations, Seahorse::Model::Operation.new.tap do |o|
2167
+ o.name = "ListIntegrationAssociations"
2168
+ o.http_method = "GET"
2169
+ o.http_request_uri = "/instance/{InstanceId}/integration-associations"
2170
+ o.input = Shapes::ShapeRef.new(shape: ListIntegrationAssociationsRequest)
2171
+ o.output = Shapes::ShapeRef.new(shape: ListIntegrationAssociationsResponse)
2172
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2173
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2174
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2175
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2176
+ o[:pager] = Aws::Pager.new(
2177
+ limit_key: "max_results",
2178
+ tokens: {
2179
+ "next_token" => "next_token"
2180
+ }
2181
+ )
2182
+ end)
2183
+
2184
+ api.add_operation(:list_lambda_functions, Seahorse::Model::Operation.new.tap do |o|
2185
+ o.name = "ListLambdaFunctions"
2186
+ o.http_method = "GET"
2187
+ o.http_request_uri = "/instance/{InstanceId}/lambda-functions"
2188
+ o.input = Shapes::ShapeRef.new(shape: ListLambdaFunctionsRequest)
2189
+ o.output = Shapes::ShapeRef.new(shape: ListLambdaFunctionsResponse)
2190
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2191
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2192
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2193
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
2194
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2195
+ o[:pager] = Aws::Pager.new(
2196
+ limit_key: "max_results",
2197
+ tokens: {
2198
+ "next_token" => "next_token"
2199
+ }
2200
+ )
2201
+ end)
2202
+
2203
+ api.add_operation(:list_lex_bots, Seahorse::Model::Operation.new.tap do |o|
2204
+ o.name = "ListLexBots"
2205
+ o.http_method = "GET"
2206
+ o.http_request_uri = "/instance/{InstanceId}/lex-bots"
2207
+ o.input = Shapes::ShapeRef.new(shape: ListLexBotsRequest)
2208
+ o.output = Shapes::ShapeRef.new(shape: ListLexBotsResponse)
2209
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2210
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2211
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2212
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
2213
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2214
+ o[:pager] = Aws::Pager.new(
2215
+ limit_key: "max_results",
2216
+ tokens: {
2217
+ "next_token" => "next_token"
2218
+ }
2219
+ )
2220
+ end)
2221
+
1179
2222
  api.add_operation(:list_phone_numbers, Seahorse::Model::Operation.new.tap do |o|
1180
2223
  o.name = "ListPhoneNumbers"
1181
2224
  o.http_method = "GET"
@@ -1233,6 +2276,25 @@ module Aws::Connect
1233
2276
  )
1234
2277
  end)
1235
2278
 
2279
+ api.add_operation(:list_quick_connects, Seahorse::Model::Operation.new.tap do |o|
2280
+ o.name = "ListQuickConnects"
2281
+ o.http_method = "GET"
2282
+ o.http_request_uri = "/quick-connects/{InstanceId}"
2283
+ o.input = Shapes::ShapeRef.new(shape: ListQuickConnectsRequest)
2284
+ o.output = Shapes::ShapeRef.new(shape: ListQuickConnectsResponse)
2285
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2286
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
2287
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2288
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2289
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2290
+ o[:pager] = Aws::Pager.new(
2291
+ limit_key: "max_results",
2292
+ tokens: {
2293
+ "next_token" => "next_token"
2294
+ }
2295
+ )
2296
+ end)
2297
+
1236
2298
  api.add_operation(:list_routing_profile_queues, Seahorse::Model::Operation.new.tap do |o|
1237
2299
  o.name = "ListRoutingProfileQueues"
1238
2300
  o.http_method = "GET"
@@ -1271,6 +2333,25 @@ module Aws::Connect
1271
2333
  )
1272
2334
  end)
1273
2335
 
2336
+ api.add_operation(:list_security_keys, Seahorse::Model::Operation.new.tap do |o|
2337
+ o.name = "ListSecurityKeys"
2338
+ o.http_method = "GET"
2339
+ o.http_request_uri = "/instance/{InstanceId}/security-keys"
2340
+ o.input = Shapes::ShapeRef.new(shape: ListSecurityKeysRequest)
2341
+ o.output = Shapes::ShapeRef.new(shape: ListSecurityKeysResponse)
2342
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2343
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2344
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2345
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
2346
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2347
+ o[:pager] = Aws::Pager.new(
2348
+ limit_key: "max_results",
2349
+ tokens: {
2350
+ "next_token" => "next_token"
2351
+ }
2352
+ )
2353
+ end)
2354
+
1274
2355
  api.add_operation(:list_security_profiles, Seahorse::Model::Operation.new.tap do |o|
1275
2356
  o.name = "ListSecurityProfiles"
1276
2357
  o.http_method = "GET"
@@ -1303,6 +2384,24 @@ module Aws::Connect
1303
2384
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1304
2385
  end)
1305
2386
 
2387
+ api.add_operation(:list_use_cases, Seahorse::Model::Operation.new.tap do |o|
2388
+ o.name = "ListUseCases"
2389
+ o.http_method = "GET"
2390
+ o.http_request_uri = "/instance/{InstanceId}/integration-associations/{IntegrationAssociationId}/use-cases"
2391
+ o.input = Shapes::ShapeRef.new(shape: ListUseCasesRequest)
2392
+ o.output = Shapes::ShapeRef.new(shape: ListUseCasesResponse)
2393
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2394
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2395
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2396
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2397
+ o[:pager] = Aws::Pager.new(
2398
+ limit_key: "max_results",
2399
+ tokens: {
2400
+ "next_token" => "next_token"
2401
+ }
2402
+ )
2403
+ end)
2404
+
1306
2405
  api.add_operation(:list_user_hierarchy_groups, Seahorse::Model::Operation.new.tap do |o|
1307
2406
  o.name = "ListUserHierarchyGroups"
1308
2407
  o.http_method = "GET"
@@ -1392,6 +2491,20 @@ module Aws::Connect
1392
2491
  o.errors << Shapes::ShapeRef.new(shape: OutboundContactNotPermittedException)
1393
2492
  end)
1394
2493
 
2494
+ api.add_operation(:start_task_contact, Seahorse::Model::Operation.new.tap do |o|
2495
+ o.name = "StartTaskContact"
2496
+ o.http_method = "PUT"
2497
+ o.http_request_uri = "/contact/task"
2498
+ o.input = Shapes::ShapeRef.new(shape: StartTaskContactRequest)
2499
+ o.output = Shapes::ShapeRef.new(shape: StartTaskContactResponse)
2500
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2501
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
2502
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2503
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2504
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
2505
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2506
+ end)
2507
+
1395
2508
  api.add_operation(:stop_contact, Seahorse::Model::Operation.new.tap do |o|
1396
2509
  o.name = "StopContact"
1397
2510
  o.http_method = "POST"
@@ -1493,6 +2606,58 @@ module Aws::Connect
1493
2606
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1494
2607
  end)
1495
2608
 
2609
+ api.add_operation(:update_instance_attribute, Seahorse::Model::Operation.new.tap do |o|
2610
+ o.name = "UpdateInstanceAttribute"
2611
+ o.http_method = "POST"
2612
+ o.http_request_uri = "/instance/{InstanceId}/attribute/{AttributeType}"
2613
+ o.input = Shapes::ShapeRef.new(shape: UpdateInstanceAttributeRequest)
2614
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
2615
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2616
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2617
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2618
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
2619
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2620
+ end)
2621
+
2622
+ api.add_operation(:update_instance_storage_config, Seahorse::Model::Operation.new.tap do |o|
2623
+ o.name = "UpdateInstanceStorageConfig"
2624
+ o.http_method = "POST"
2625
+ o.http_request_uri = "/instance/{InstanceId}/storage-config/{AssociationId}"
2626
+ o.input = Shapes::ShapeRef.new(shape: UpdateInstanceStorageConfigRequest)
2627
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
2628
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2629
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2630
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2631
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
2632
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2633
+ end)
2634
+
2635
+ api.add_operation(:update_quick_connect_config, Seahorse::Model::Operation.new.tap do |o|
2636
+ o.name = "UpdateQuickConnectConfig"
2637
+ o.http_method = "POST"
2638
+ o.http_request_uri = "/quick-connects/{InstanceId}/{QuickConnectId}/config"
2639
+ o.input = Shapes::ShapeRef.new(shape: UpdateQuickConnectConfigRequest)
2640
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
2641
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2642
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
2643
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2644
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2645
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2646
+ end)
2647
+
2648
+ api.add_operation(:update_quick_connect_name, Seahorse::Model::Operation.new.tap do |o|
2649
+ o.name = "UpdateQuickConnectName"
2650
+ o.http_method = "POST"
2651
+ o.http_request_uri = "/quick-connects/{InstanceId}/{QuickConnectId}/name"
2652
+ o.input = Shapes::ShapeRef.new(shape: UpdateQuickConnectNameRequest)
2653
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
2654
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2655
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
2656
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2657
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2658
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2659
+ end)
2660
+
1496
2661
  api.add_operation(:update_routing_profile_concurrency, Seahorse::Model::Operation.new.tap do |o|
1497
2662
  o.name = "UpdateRoutingProfileConcurrency"
1498
2663
  o.http_method = "POST"
@@ -1559,6 +2724,34 @@ module Aws::Connect
1559
2724
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1560
2725
  end)
1561
2726
 
2727
+ api.add_operation(:update_user_hierarchy_group_name, Seahorse::Model::Operation.new.tap do |o|
2728
+ o.name = "UpdateUserHierarchyGroupName"
2729
+ o.http_method = "POST"
2730
+ o.http_request_uri = "/user-hierarchy-groups/{InstanceId}/{HierarchyGroupId}/name"
2731
+ o.input = Shapes::ShapeRef.new(shape: UpdateUserHierarchyGroupNameRequest)
2732
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
2733
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2734
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
2735
+ o.errors << Shapes::ShapeRef.new(shape: DuplicateResourceException)
2736
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2737
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2738
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2739
+ end)
2740
+
2741
+ api.add_operation(:update_user_hierarchy_structure, Seahorse::Model::Operation.new.tap do |o|
2742
+ o.name = "UpdateUserHierarchyStructure"
2743
+ o.http_method = "POST"
2744
+ o.http_request_uri = "/user-hierarchy-structure/{InstanceId}"
2745
+ o.input = Shapes::ShapeRef.new(shape: UpdateUserHierarchyStructureRequest)
2746
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
2747
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2748
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
2749
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2750
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
2751
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2752
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2753
+ end)
2754
+
1562
2755
  api.add_operation(:update_user_identity_info, Seahorse::Model::Operation.new.tap do |o|
1563
2756
  o.name = "UpdateUserIdentityInfo"
1564
2757
  o.http_method = "POST"