aws-sdk-connect 1.225.0 → 1.227.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connect/client.rb +4274 -441
- data/lib/aws-sdk-connect/client_api.rb +2254 -45
- data/lib/aws-sdk-connect/types.rb +10716 -5508
- data/lib/aws-sdk-connect.rb +1 -1
- data/sig/client.rbs +1332 -31
- data/sig/types.rbs +1358 -27
- metadata +3 -3
|
@@ -18,6 +18,7 @@ module Aws::Connect
|
|
|
18
18
|
AWSAccountId = Shapes::StringShape.new(name: 'AWSAccountId')
|
|
19
19
|
AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
|
|
20
20
|
AccessTokenDuration = Shapes::IntegerShape.new(name: 'AccessTokenDuration')
|
|
21
|
+
AccessType = Shapes::StringShape.new(name: 'AccessType')
|
|
21
22
|
ActionSummaries = Shapes::ListShape.new(name: 'ActionSummaries')
|
|
22
23
|
ActionSummary = Shapes::StructureShape.new(name: 'ActionSummary')
|
|
23
24
|
ActionType = Shapes::StringShape.new(name: 'ActionType')
|
|
@@ -61,11 +62,16 @@ module Aws::Connect
|
|
|
61
62
|
AgentUsername = Shapes::StringShape.new(name: 'AgentUsername')
|
|
62
63
|
AgentsCriteria = Shapes::StructureShape.new(name: 'AgentsCriteria')
|
|
63
64
|
AgentsMinOneMaxHundred = Shapes::ListShape.new(name: 'AgentsMinOneMaxHundred')
|
|
65
|
+
AiAgentInfo = Shapes::StructureShape.new(name: 'AiAgentInfo')
|
|
66
|
+
AiAgentVersionId = Shapes::StringShape.new(name: 'AiAgentVersionId')
|
|
67
|
+
AiAgents = Shapes::ListShape.new(name: 'AiAgents')
|
|
68
|
+
AiUseCase = Shapes::StringShape.new(name: 'AiUseCase')
|
|
64
69
|
AliasArn = Shapes::StringShape.new(name: 'AliasArn')
|
|
65
70
|
AliasConfiguration = Shapes::StructureShape.new(name: 'AliasConfiguration')
|
|
66
71
|
AliasConfigurationList = Shapes::ListShape.new(name: 'AliasConfigurationList')
|
|
67
72
|
AllowedAccessControlTags = Shapes::MapShape.new(name: 'AllowedAccessControlTags')
|
|
68
73
|
AllowedCapabilities = Shapes::StructureShape.new(name: 'AllowedCapabilities')
|
|
74
|
+
AllowedFlowModules = Shapes::ListShape.new(name: 'AllowedFlowModules')
|
|
69
75
|
AllowedMonitorCapabilities = Shapes::ListShape.new(name: 'AllowedMonitorCapabilities')
|
|
70
76
|
AllowedUserAction = Shapes::StringShape.new(name: 'AllowedUserAction')
|
|
71
77
|
AllowedUserActions = Shapes::ListShape.new(name: 'AllowedUserActions')
|
|
@@ -77,6 +83,7 @@ module Aws::Connect
|
|
|
77
83
|
AnsweringMachineDetectionStatus = Shapes::StringShape.new(name: 'AnsweringMachineDetectionStatus')
|
|
78
84
|
Application = Shapes::StructureShape.new(name: 'Application')
|
|
79
85
|
ApplicationPermissions = Shapes::ListShape.new(name: 'ApplicationPermissions')
|
|
86
|
+
ApplicationType = Shapes::StringShape.new(name: 'ApplicationType')
|
|
80
87
|
Applications = Shapes::ListShape.new(name: 'Applications')
|
|
81
88
|
ApproximateTotalCount = Shapes::IntegerShape.new(name: 'ApproximateTotalCount')
|
|
82
89
|
ArtifactId = Shapes::StringShape.new(name: 'ArtifactId')
|
|
@@ -104,9 +111,12 @@ module Aws::Connect
|
|
|
104
111
|
AssociateRoutingProfileQueuesRequest = Shapes::StructureShape.new(name: 'AssociateRoutingProfileQueuesRequest')
|
|
105
112
|
AssociateSecurityKeyRequest = Shapes::StructureShape.new(name: 'AssociateSecurityKeyRequest')
|
|
106
113
|
AssociateSecurityKeyResponse = Shapes::StructureShape.new(name: 'AssociateSecurityKeyResponse')
|
|
114
|
+
AssociateSecurityProfilesRequest = Shapes::StructureShape.new(name: 'AssociateSecurityProfilesRequest')
|
|
107
115
|
AssociateTrafficDistributionGroupUserRequest = Shapes::StructureShape.new(name: 'AssociateTrafficDistributionGroupUserRequest')
|
|
108
116
|
AssociateTrafficDistributionGroupUserResponse = Shapes::StructureShape.new(name: 'AssociateTrafficDistributionGroupUserResponse')
|
|
109
117
|
AssociateUserProficienciesRequest = Shapes::StructureShape.new(name: 'AssociateUserProficienciesRequest')
|
|
118
|
+
AssociateWorkspaceRequest = Shapes::StructureShape.new(name: 'AssociateWorkspaceRequest')
|
|
119
|
+
AssociateWorkspaceResponse = Shapes::StructureShape.new(name: 'AssociateWorkspaceResponse')
|
|
110
120
|
AssociatedContactSummary = Shapes::StructureShape.new(name: 'AssociatedContactSummary')
|
|
111
121
|
AssociatedContactSummaryList = Shapes::ListShape.new(name: 'AssociatedContactSummaryList')
|
|
112
122
|
AssociatedQueueIdList = Shapes::ListShape.new(name: 'AssociatedQueueIdList')
|
|
@@ -124,7 +134,10 @@ module Aws::Connect
|
|
|
124
134
|
Attribute = Shapes::StructureShape.new(name: 'Attribute')
|
|
125
135
|
AttributeAndCondition = Shapes::StructureShape.new(name: 'AttributeAndCondition')
|
|
126
136
|
AttributeCondition = Shapes::StructureShape.new(name: 'AttributeCondition')
|
|
137
|
+
AttributeIds = Shapes::ListShape.new(name: 'AttributeIds')
|
|
138
|
+
AttributeList = Shapes::ListShape.new(name: 'AttributeList')
|
|
127
139
|
AttributeName = Shapes::StringShape.new(name: 'AttributeName')
|
|
140
|
+
AttributeNameList = Shapes::ListShape.new(name: 'AttributeNameList')
|
|
128
141
|
AttributeOrConditionList = Shapes::ListShape.new(name: 'AttributeOrConditionList')
|
|
129
142
|
AttributeValue = Shapes::StringShape.new(name: 'AttributeValue')
|
|
130
143
|
Attributes = Shapes::MapShape.new(name: 'Attributes')
|
|
@@ -151,6 +164,24 @@ module Aws::Connect
|
|
|
151
164
|
AwsRegion = Shapes::StringShape.new(name: 'AwsRegion')
|
|
152
165
|
BatchAssociateAnalyticsDataSetRequest = Shapes::StructureShape.new(name: 'BatchAssociateAnalyticsDataSetRequest')
|
|
153
166
|
BatchAssociateAnalyticsDataSetResponse = Shapes::StructureShape.new(name: 'BatchAssociateAnalyticsDataSetResponse')
|
|
167
|
+
BatchCreateDataTableValueFailureResult = Shapes::StructureShape.new(name: 'BatchCreateDataTableValueFailureResult')
|
|
168
|
+
BatchCreateDataTableValueFailureResultList = Shapes::ListShape.new(name: 'BatchCreateDataTableValueFailureResultList')
|
|
169
|
+
BatchCreateDataTableValueRequest = Shapes::StructureShape.new(name: 'BatchCreateDataTableValueRequest')
|
|
170
|
+
BatchCreateDataTableValueResponse = Shapes::StructureShape.new(name: 'BatchCreateDataTableValueResponse')
|
|
171
|
+
BatchCreateDataTableValueSuccessResult = Shapes::StructureShape.new(name: 'BatchCreateDataTableValueSuccessResult')
|
|
172
|
+
BatchCreateDataTableValueSuccessResultList = Shapes::ListShape.new(name: 'BatchCreateDataTableValueSuccessResultList')
|
|
173
|
+
BatchDeleteDataTableValueFailureResult = Shapes::StructureShape.new(name: 'BatchDeleteDataTableValueFailureResult')
|
|
174
|
+
BatchDeleteDataTableValueFailureResultList = Shapes::ListShape.new(name: 'BatchDeleteDataTableValueFailureResultList')
|
|
175
|
+
BatchDeleteDataTableValueRequest = Shapes::StructureShape.new(name: 'BatchDeleteDataTableValueRequest')
|
|
176
|
+
BatchDeleteDataTableValueResponse = Shapes::StructureShape.new(name: 'BatchDeleteDataTableValueResponse')
|
|
177
|
+
BatchDeleteDataTableValueSuccessResult = Shapes::StructureShape.new(name: 'BatchDeleteDataTableValueSuccessResult')
|
|
178
|
+
BatchDeleteDataTableValueSuccessResultList = Shapes::ListShape.new(name: 'BatchDeleteDataTableValueSuccessResultList')
|
|
179
|
+
BatchDescribeDataTableValueFailureResult = Shapes::StructureShape.new(name: 'BatchDescribeDataTableValueFailureResult')
|
|
180
|
+
BatchDescribeDataTableValueFailureResultList = Shapes::ListShape.new(name: 'BatchDescribeDataTableValueFailureResultList')
|
|
181
|
+
BatchDescribeDataTableValueRequest = Shapes::StructureShape.new(name: 'BatchDescribeDataTableValueRequest')
|
|
182
|
+
BatchDescribeDataTableValueResponse = Shapes::StructureShape.new(name: 'BatchDescribeDataTableValueResponse')
|
|
183
|
+
BatchDescribeDataTableValueSuccessResult = Shapes::StructureShape.new(name: 'BatchDescribeDataTableValueSuccessResult')
|
|
184
|
+
BatchDescribeDataTableValueSuccessResultList = Shapes::ListShape.new(name: 'BatchDescribeDataTableValueSuccessResultList')
|
|
154
185
|
BatchDisassociateAnalyticsDataSetRequest = Shapes::StructureShape.new(name: 'BatchDisassociateAnalyticsDataSetRequest')
|
|
155
186
|
BatchDisassociateAnalyticsDataSetResponse = Shapes::StructureShape.new(name: 'BatchDisassociateAnalyticsDataSetResponse')
|
|
156
187
|
BatchGetAttachedFileMetadataRequest = Shapes::StructureShape.new(name: 'BatchGetAttachedFileMetadataRequest')
|
|
@@ -159,6 +190,12 @@ module Aws::Connect
|
|
|
159
190
|
BatchGetFlowAssociationResponse = Shapes::StructureShape.new(name: 'BatchGetFlowAssociationResponse')
|
|
160
191
|
BatchPutContactRequest = Shapes::StructureShape.new(name: 'BatchPutContactRequest')
|
|
161
192
|
BatchPutContactResponse = Shapes::StructureShape.new(name: 'BatchPutContactResponse')
|
|
193
|
+
BatchUpdateDataTableValueFailureResult = Shapes::StructureShape.new(name: 'BatchUpdateDataTableValueFailureResult')
|
|
194
|
+
BatchUpdateDataTableValueFailureResultList = Shapes::ListShape.new(name: 'BatchUpdateDataTableValueFailureResultList')
|
|
195
|
+
BatchUpdateDataTableValueRequest = Shapes::StructureShape.new(name: 'BatchUpdateDataTableValueRequest')
|
|
196
|
+
BatchUpdateDataTableValueResponse = Shapes::StructureShape.new(name: 'BatchUpdateDataTableValueResponse')
|
|
197
|
+
BatchUpdateDataTableValueSuccessResult = Shapes::StructureShape.new(name: 'BatchUpdateDataTableValueSuccessResult')
|
|
198
|
+
BatchUpdateDataTableValueSuccessResultList = Shapes::ListShape.new(name: 'BatchUpdateDataTableValueSuccessResultList')
|
|
162
199
|
BehaviorType = Shapes::StringShape.new(name: 'BehaviorType')
|
|
163
200
|
Body = Shapes::StringShape.new(name: 'Body')
|
|
164
201
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
|
@@ -216,10 +253,17 @@ module Aws::Connect
|
|
|
216
253
|
ContactEvaluations = Shapes::MapShape.new(name: 'ContactEvaluations')
|
|
217
254
|
ContactFilter = Shapes::StructureShape.new(name: 'ContactFilter')
|
|
218
255
|
ContactFlow = Shapes::StructureShape.new(name: 'ContactFlow')
|
|
256
|
+
ContactFlowAttributeAndCondition = Shapes::StructureShape.new(name: 'ContactFlowAttributeAndCondition')
|
|
257
|
+
ContactFlowAttributeFilter = Shapes::StructureShape.new(name: 'ContactFlowAttributeFilter')
|
|
258
|
+
ContactFlowAttributeOrConditionList = Shapes::ListShape.new(name: 'ContactFlowAttributeOrConditionList')
|
|
219
259
|
ContactFlowContent = Shapes::StringShape.new(name: 'ContactFlowContent')
|
|
220
260
|
ContactFlowDescription = Shapes::StringShape.new(name: 'ContactFlowDescription')
|
|
221
261
|
ContactFlowId = Shapes::StringShape.new(name: 'ContactFlowId')
|
|
222
262
|
ContactFlowModule = Shapes::StructureShape.new(name: 'ContactFlowModule')
|
|
263
|
+
ContactFlowModuleAlias = Shapes::StringShape.new(name: 'ContactFlowModuleAlias')
|
|
264
|
+
ContactFlowModuleAliasInfo = Shapes::StructureShape.new(name: 'ContactFlowModuleAliasInfo')
|
|
265
|
+
ContactFlowModuleAliasSummary = Shapes::StructureShape.new(name: 'ContactFlowModuleAliasSummary')
|
|
266
|
+
ContactFlowModuleAliasSummaryList = Shapes::ListShape.new(name: 'ContactFlowModuleAliasSummaryList')
|
|
223
267
|
ContactFlowModuleContent = Shapes::StringShape.new(name: 'ContactFlowModuleContent')
|
|
224
268
|
ContactFlowModuleDescription = Shapes::StringShape.new(name: 'ContactFlowModuleDescription')
|
|
225
269
|
ContactFlowModuleId = Shapes::StringShape.new(name: 'ContactFlowModuleId')
|
|
@@ -231,6 +275,8 @@ module Aws::Connect
|
|
|
231
275
|
ContactFlowModuleState = Shapes::StringShape.new(name: 'ContactFlowModuleState')
|
|
232
276
|
ContactFlowModuleStatus = Shapes::StringShape.new(name: 'ContactFlowModuleStatus')
|
|
233
277
|
ContactFlowModuleSummary = Shapes::StructureShape.new(name: 'ContactFlowModuleSummary')
|
|
278
|
+
ContactFlowModuleVersionSummary = Shapes::StructureShape.new(name: 'ContactFlowModuleVersionSummary')
|
|
279
|
+
ContactFlowModuleVersionSummaryList = Shapes::ListShape.new(name: 'ContactFlowModuleVersionSummaryList')
|
|
234
280
|
ContactFlowModulesSummaryList = Shapes::ListShape.new(name: 'ContactFlowModulesSummaryList')
|
|
235
281
|
ContactFlowName = Shapes::StringShape.new(name: 'ContactFlowName')
|
|
236
282
|
ContactFlowNotPublishedException = Shapes::StructureShape.new(name: 'ContactFlowNotPublishedException')
|
|
@@ -243,11 +289,14 @@ module Aws::Connect
|
|
|
243
289
|
ContactFlowSummary = Shapes::StructureShape.new(name: 'ContactFlowSummary')
|
|
244
290
|
ContactFlowSummaryList = Shapes::ListShape.new(name: 'ContactFlowSummaryList')
|
|
245
291
|
ContactFlowType = Shapes::StringShape.new(name: 'ContactFlowType')
|
|
292
|
+
ContactFlowTypeCondition = Shapes::StructureShape.new(name: 'ContactFlowTypeCondition')
|
|
246
293
|
ContactFlowTypes = Shapes::ListShape.new(name: 'ContactFlowTypes')
|
|
247
294
|
ContactFlowVersionSummary = Shapes::StructureShape.new(name: 'ContactFlowVersionSummary')
|
|
248
295
|
ContactFlowVersionSummaryList = Shapes::ListShape.new(name: 'ContactFlowVersionSummaryList')
|
|
249
296
|
ContactId = Shapes::StringShape.new(name: 'ContactId')
|
|
250
297
|
ContactInitiationMethod = Shapes::StringShape.new(name: 'ContactInitiationMethod')
|
|
298
|
+
ContactInteractionType = Shapes::StringShape.new(name: 'ContactInteractionType')
|
|
299
|
+
ContactMediaProcessingFailureMode = Shapes::StringShape.new(name: 'ContactMediaProcessingFailureMode')
|
|
251
300
|
ContactMetricInfo = Shapes::StructureShape.new(name: 'ContactMetricInfo')
|
|
252
301
|
ContactMetricName = Shapes::StringShape.new(name: 'ContactMetricName')
|
|
253
302
|
ContactMetricResult = Shapes::StructureShape.new(name: 'ContactMetricResult')
|
|
@@ -255,6 +304,7 @@ module Aws::Connect
|
|
|
255
304
|
ContactMetricValue = Shapes::UnionShape.new(name: 'ContactMetricValue')
|
|
256
305
|
ContactMetrics = Shapes::ListShape.new(name: 'ContactMetrics')
|
|
257
306
|
ContactNotFoundException = Shapes::StructureShape.new(name: 'ContactNotFoundException')
|
|
307
|
+
ContactParticipantRole = Shapes::StringShape.new(name: 'ContactParticipantRole')
|
|
258
308
|
ContactRecordingType = Shapes::StringShape.new(name: 'ContactRecordingType')
|
|
259
309
|
ContactReferences = Shapes::MapShape.new(name: 'ContactReferences')
|
|
260
310
|
ContactSearchSummary = Shapes::StructureShape.new(name: 'ContactSearchSummary')
|
|
@@ -278,14 +328,22 @@ module Aws::Connect
|
|
|
278
328
|
CreateAgentStatusRequest = Shapes::StructureShape.new(name: 'CreateAgentStatusRequest')
|
|
279
329
|
CreateAgentStatusResponse = Shapes::StructureShape.new(name: 'CreateAgentStatusResponse')
|
|
280
330
|
CreateCaseActionDefinition = Shapes::StructureShape.new(name: 'CreateCaseActionDefinition')
|
|
331
|
+
CreateContactFlowModuleAliasRequest = Shapes::StructureShape.new(name: 'CreateContactFlowModuleAliasRequest')
|
|
332
|
+
CreateContactFlowModuleAliasResponse = Shapes::StructureShape.new(name: 'CreateContactFlowModuleAliasResponse')
|
|
281
333
|
CreateContactFlowModuleRequest = Shapes::StructureShape.new(name: 'CreateContactFlowModuleRequest')
|
|
282
334
|
CreateContactFlowModuleResponse = Shapes::StructureShape.new(name: 'CreateContactFlowModuleResponse')
|
|
335
|
+
CreateContactFlowModuleVersionRequest = Shapes::StructureShape.new(name: 'CreateContactFlowModuleVersionRequest')
|
|
336
|
+
CreateContactFlowModuleVersionResponse = Shapes::StructureShape.new(name: 'CreateContactFlowModuleVersionResponse')
|
|
283
337
|
CreateContactFlowRequest = Shapes::StructureShape.new(name: 'CreateContactFlowRequest')
|
|
284
338
|
CreateContactFlowResponse = Shapes::StructureShape.new(name: 'CreateContactFlowResponse')
|
|
285
339
|
CreateContactFlowVersionRequest = Shapes::StructureShape.new(name: 'CreateContactFlowVersionRequest')
|
|
286
340
|
CreateContactFlowVersionResponse = Shapes::StructureShape.new(name: 'CreateContactFlowVersionResponse')
|
|
287
341
|
CreateContactRequest = Shapes::StructureShape.new(name: 'CreateContactRequest')
|
|
288
342
|
CreateContactResponse = Shapes::StructureShape.new(name: 'CreateContactResponse')
|
|
343
|
+
CreateDataTableAttributeRequest = Shapes::StructureShape.new(name: 'CreateDataTableAttributeRequest')
|
|
344
|
+
CreateDataTableAttributeResponse = Shapes::StructureShape.new(name: 'CreateDataTableAttributeResponse')
|
|
345
|
+
CreateDataTableRequest = Shapes::StructureShape.new(name: 'CreateDataTableRequest')
|
|
346
|
+
CreateDataTableResponse = Shapes::StructureShape.new(name: 'CreateDataTableResponse')
|
|
289
347
|
CreateEmailAddressRequest = Shapes::StructureShape.new(name: 'CreateEmailAddressRequest')
|
|
290
348
|
CreateEmailAddressResponse = Shapes::StructureShape.new(name: 'CreateEmailAddressResponse')
|
|
291
349
|
CreateEvaluationFormRequest = Shapes::StructureShape.new(name: 'CreateEvaluationFormRequest')
|
|
@@ -334,6 +392,10 @@ module Aws::Connect
|
|
|
334
392
|
CreateViewVersionResponse = Shapes::StructureShape.new(name: 'CreateViewVersionResponse')
|
|
335
393
|
CreateVocabularyRequest = Shapes::StructureShape.new(name: 'CreateVocabularyRequest')
|
|
336
394
|
CreateVocabularyResponse = Shapes::StructureShape.new(name: 'CreateVocabularyResponse')
|
|
395
|
+
CreateWorkspacePageRequest = Shapes::StructureShape.new(name: 'CreateWorkspacePageRequest')
|
|
396
|
+
CreateWorkspacePageResponse = Shapes::StructureShape.new(name: 'CreateWorkspacePageResponse')
|
|
397
|
+
CreateWorkspaceRequest = Shapes::StructureShape.new(name: 'CreateWorkspaceRequest')
|
|
398
|
+
CreateWorkspaceResponse = Shapes::StructureShape.new(name: 'CreateWorkspaceResponse')
|
|
337
399
|
CreatedByInfo = Shapes::UnionShape.new(name: 'CreatedByInfo')
|
|
338
400
|
Credentials = Shapes::StructureShape.new(name: 'Credentials')
|
|
339
401
|
CrossChannelBehavior = Shapes::StructureShape.new(name: 'CrossChannelBehavior')
|
|
@@ -354,6 +416,35 @@ module Aws::Connect
|
|
|
354
416
|
CustomerVoiceActivity = Shapes::StructureShape.new(name: 'CustomerVoiceActivity')
|
|
355
417
|
DataSetId = Shapes::StringShape.new(name: 'DataSetId')
|
|
356
418
|
DataSetIds = Shapes::ListShape.new(name: 'DataSetIds')
|
|
419
|
+
DataTable = Shapes::StructureShape.new(name: 'DataTable')
|
|
420
|
+
DataTableAccessControlConfiguration = Shapes::StructureShape.new(name: 'DataTableAccessControlConfiguration')
|
|
421
|
+
DataTableAttribute = Shapes::StructureShape.new(name: 'DataTableAttribute')
|
|
422
|
+
DataTableAttributeValueType = Shapes::StringShape.new(name: 'DataTableAttributeValueType')
|
|
423
|
+
DataTableDeleteValueIdentifier = Shapes::StructureShape.new(name: 'DataTableDeleteValueIdentifier')
|
|
424
|
+
DataTableDeleteValueIdentifierList = Shapes::ListShape.new(name: 'DataTableDeleteValueIdentifierList')
|
|
425
|
+
DataTableDescription = Shapes::StringShape.new(name: 'DataTableDescription')
|
|
426
|
+
DataTableEvaluatedValue = Shapes::StructureShape.new(name: 'DataTableEvaluatedValue')
|
|
427
|
+
DataTableEvaluatedValueList = Shapes::ListShape.new(name: 'DataTableEvaluatedValueList')
|
|
428
|
+
DataTableId = Shapes::StringShape.new(name: 'DataTableId')
|
|
429
|
+
DataTableList = Shapes::ListShape.new(name: 'DataTableList')
|
|
430
|
+
DataTableLockLevel = Shapes::StringShape.new(name: 'DataTableLockLevel')
|
|
431
|
+
DataTableLockVersion = Shapes::StructureShape.new(name: 'DataTableLockVersion')
|
|
432
|
+
DataTableName = Shapes::StringShape.new(name: 'DataTableName')
|
|
433
|
+
DataTableSearchConditionList = Shapes::ListShape.new(name: 'DataTableSearchConditionList')
|
|
434
|
+
DataTableSearchCriteria = Shapes::StructureShape.new(name: 'DataTableSearchCriteria')
|
|
435
|
+
DataTableSearchFilter = Shapes::StructureShape.new(name: 'DataTableSearchFilter')
|
|
436
|
+
DataTableStatus = Shapes::StringShape.new(name: 'DataTableStatus')
|
|
437
|
+
DataTableSummary = Shapes::StructureShape.new(name: 'DataTableSummary')
|
|
438
|
+
DataTableSummaryList = Shapes::ListShape.new(name: 'DataTableSummaryList')
|
|
439
|
+
DataTableValue = Shapes::StructureShape.new(name: 'DataTableValue')
|
|
440
|
+
DataTableValueEvaluationSet = Shapes::StructureShape.new(name: 'DataTableValueEvaluationSet')
|
|
441
|
+
DataTableValueEvaluationSetList = Shapes::ListShape.new(name: 'DataTableValueEvaluationSetList')
|
|
442
|
+
DataTableValueIdentifier = Shapes::StructureShape.new(name: 'DataTableValueIdentifier')
|
|
443
|
+
DataTableValueIdentifierList = Shapes::ListShape.new(name: 'DataTableValueIdentifierList')
|
|
444
|
+
DataTableValueList = Shapes::ListShape.new(name: 'DataTableValueList')
|
|
445
|
+
DataTableValueSummary = Shapes::StructureShape.new(name: 'DataTableValueSummary')
|
|
446
|
+
DataTableValueSummaryList = Shapes::ListShape.new(name: 'DataTableValueSummaryList')
|
|
447
|
+
DataTableVersion = Shapes::StringShape.new(name: 'DataTableVersion')
|
|
357
448
|
DateComparisonType = Shapes::StringShape.new(name: 'DateComparisonType')
|
|
358
449
|
DateCondition = Shapes::StructureShape.new(name: 'DateCondition')
|
|
359
450
|
DateReference = Shapes::StructureShape.new(name: 'DateReference')
|
|
@@ -371,12 +462,20 @@ module Aws::Connect
|
|
|
371
462
|
DeleteAttachedFileRequest = Shapes::StructureShape.new(name: 'DeleteAttachedFileRequest')
|
|
372
463
|
DeleteAttachedFileResponse = Shapes::StructureShape.new(name: 'DeleteAttachedFileResponse')
|
|
373
464
|
DeleteContactEvaluationRequest = Shapes::StructureShape.new(name: 'DeleteContactEvaluationRequest')
|
|
465
|
+
DeleteContactFlowModuleAliasRequest = Shapes::StructureShape.new(name: 'DeleteContactFlowModuleAliasRequest')
|
|
466
|
+
DeleteContactFlowModuleAliasResponse = Shapes::StructureShape.new(name: 'DeleteContactFlowModuleAliasResponse')
|
|
374
467
|
DeleteContactFlowModuleRequest = Shapes::StructureShape.new(name: 'DeleteContactFlowModuleRequest')
|
|
375
468
|
DeleteContactFlowModuleResponse = Shapes::StructureShape.new(name: 'DeleteContactFlowModuleResponse')
|
|
469
|
+
DeleteContactFlowModuleVersionRequest = Shapes::StructureShape.new(name: 'DeleteContactFlowModuleVersionRequest')
|
|
470
|
+
DeleteContactFlowModuleVersionResponse = Shapes::StructureShape.new(name: 'DeleteContactFlowModuleVersionResponse')
|
|
376
471
|
DeleteContactFlowRequest = Shapes::StructureShape.new(name: 'DeleteContactFlowRequest')
|
|
377
472
|
DeleteContactFlowResponse = Shapes::StructureShape.new(name: 'DeleteContactFlowResponse')
|
|
378
473
|
DeleteContactFlowVersionRequest = Shapes::StructureShape.new(name: 'DeleteContactFlowVersionRequest')
|
|
379
474
|
DeleteContactFlowVersionResponse = Shapes::StructureShape.new(name: 'DeleteContactFlowVersionResponse')
|
|
475
|
+
DeleteDataTableAttributeRequest = Shapes::StructureShape.new(name: 'DeleteDataTableAttributeRequest')
|
|
476
|
+
DeleteDataTableAttributeResponse = Shapes::StructureShape.new(name: 'DeleteDataTableAttributeResponse')
|
|
477
|
+
DeleteDataTableRequest = Shapes::StructureShape.new(name: 'DeleteDataTableRequest')
|
|
478
|
+
DeleteDataTableResponse = Shapes::StructureShape.new(name: 'DeleteDataTableResponse')
|
|
380
479
|
DeleteEmailAddressRequest = Shapes::StructureShape.new(name: 'DeleteEmailAddressRequest')
|
|
381
480
|
DeleteEmailAddressResponse = Shapes::StructureShape.new(name: 'DeleteEmailAddressResponse')
|
|
382
481
|
DeleteEvaluationFormRequest = Shapes::StructureShape.new(name: 'DeleteEvaluationFormRequest')
|
|
@@ -406,18 +505,30 @@ module Aws::Connect
|
|
|
406
505
|
DeleteViewVersionResponse = Shapes::StructureShape.new(name: 'DeleteViewVersionResponse')
|
|
407
506
|
DeleteVocabularyRequest = Shapes::StructureShape.new(name: 'DeleteVocabularyRequest')
|
|
408
507
|
DeleteVocabularyResponse = Shapes::StructureShape.new(name: 'DeleteVocabularyResponse')
|
|
508
|
+
DeleteWorkspaceMediaRequest = Shapes::StructureShape.new(name: 'DeleteWorkspaceMediaRequest')
|
|
509
|
+
DeleteWorkspaceMediaResponse = Shapes::StructureShape.new(name: 'DeleteWorkspaceMediaResponse')
|
|
510
|
+
DeleteWorkspacePageRequest = Shapes::StructureShape.new(name: 'DeleteWorkspacePageRequest')
|
|
511
|
+
DeleteWorkspacePageResponse = Shapes::StructureShape.new(name: 'DeleteWorkspacePageResponse')
|
|
512
|
+
DeleteWorkspaceRequest = Shapes::StructureShape.new(name: 'DeleteWorkspaceRequest')
|
|
513
|
+
DeleteWorkspaceResponse = Shapes::StructureShape.new(name: 'DeleteWorkspaceResponse')
|
|
409
514
|
DescribeAgentStatusRequest = Shapes::StructureShape.new(name: 'DescribeAgentStatusRequest')
|
|
410
515
|
DescribeAgentStatusResponse = Shapes::StructureShape.new(name: 'DescribeAgentStatusResponse')
|
|
411
516
|
DescribeAuthenticationProfileRequest = Shapes::StructureShape.new(name: 'DescribeAuthenticationProfileRequest')
|
|
412
517
|
DescribeAuthenticationProfileResponse = Shapes::StructureShape.new(name: 'DescribeAuthenticationProfileResponse')
|
|
413
518
|
DescribeContactEvaluationRequest = Shapes::StructureShape.new(name: 'DescribeContactEvaluationRequest')
|
|
414
519
|
DescribeContactEvaluationResponse = Shapes::StructureShape.new(name: 'DescribeContactEvaluationResponse')
|
|
520
|
+
DescribeContactFlowModuleAliasRequest = Shapes::StructureShape.new(name: 'DescribeContactFlowModuleAliasRequest')
|
|
521
|
+
DescribeContactFlowModuleAliasResponse = Shapes::StructureShape.new(name: 'DescribeContactFlowModuleAliasResponse')
|
|
415
522
|
DescribeContactFlowModuleRequest = Shapes::StructureShape.new(name: 'DescribeContactFlowModuleRequest')
|
|
416
523
|
DescribeContactFlowModuleResponse = Shapes::StructureShape.new(name: 'DescribeContactFlowModuleResponse')
|
|
417
524
|
DescribeContactFlowRequest = Shapes::StructureShape.new(name: 'DescribeContactFlowRequest')
|
|
418
525
|
DescribeContactFlowResponse = Shapes::StructureShape.new(name: 'DescribeContactFlowResponse')
|
|
419
526
|
DescribeContactRequest = Shapes::StructureShape.new(name: 'DescribeContactRequest')
|
|
420
527
|
DescribeContactResponse = Shapes::StructureShape.new(name: 'DescribeContactResponse')
|
|
528
|
+
DescribeDataTableAttributeRequest = Shapes::StructureShape.new(name: 'DescribeDataTableAttributeRequest')
|
|
529
|
+
DescribeDataTableAttributeResponse = Shapes::StructureShape.new(name: 'DescribeDataTableAttributeResponse')
|
|
530
|
+
DescribeDataTableRequest = Shapes::StructureShape.new(name: 'DescribeDataTableRequest')
|
|
531
|
+
DescribeDataTableResponse = Shapes::StructureShape.new(name: 'DescribeDataTableResponse')
|
|
421
532
|
DescribeEmailAddressRequest = Shapes::StructureShape.new(name: 'DescribeEmailAddressRequest')
|
|
422
533
|
DescribeEmailAddressResponse = Shapes::StructureShape.new(name: 'DescribeEmailAddressResponse')
|
|
423
534
|
DescribeEvaluationFormRequest = Shapes::StructureShape.new(name: 'DescribeEvaluationFormRequest')
|
|
@@ -460,6 +571,8 @@ module Aws::Connect
|
|
|
460
571
|
DescribeViewResponse = Shapes::StructureShape.new(name: 'DescribeViewResponse')
|
|
461
572
|
DescribeVocabularyRequest = Shapes::StructureShape.new(name: 'DescribeVocabularyRequest')
|
|
462
573
|
DescribeVocabularyResponse = Shapes::StructureShape.new(name: 'DescribeVocabularyResponse')
|
|
574
|
+
DescribeWorkspaceRequest = Shapes::StructureShape.new(name: 'DescribeWorkspaceRequest')
|
|
575
|
+
DescribeWorkspaceResponse = Shapes::StructureShape.new(name: 'DescribeWorkspaceResponse')
|
|
463
576
|
Description = Shapes::StringShape.new(name: 'Description')
|
|
464
577
|
Description250 = Shapes::StringShape.new(name: 'Description250')
|
|
465
578
|
DestinationId = Shapes::StringShape.new(name: 'DestinationId')
|
|
@@ -489,9 +602,12 @@ module Aws::Connect
|
|
|
489
602
|
DisassociateQueueQuickConnectsRequest = Shapes::StructureShape.new(name: 'DisassociateQueueQuickConnectsRequest')
|
|
490
603
|
DisassociateRoutingProfileQueuesRequest = Shapes::StructureShape.new(name: 'DisassociateRoutingProfileQueuesRequest')
|
|
491
604
|
DisassociateSecurityKeyRequest = Shapes::StructureShape.new(name: 'DisassociateSecurityKeyRequest')
|
|
605
|
+
DisassociateSecurityProfilesRequest = Shapes::StructureShape.new(name: 'DisassociateSecurityProfilesRequest')
|
|
492
606
|
DisassociateTrafficDistributionGroupUserRequest = Shapes::StructureShape.new(name: 'DisassociateTrafficDistributionGroupUserRequest')
|
|
493
607
|
DisassociateTrafficDistributionGroupUserResponse = Shapes::StructureShape.new(name: 'DisassociateTrafficDistributionGroupUserResponse')
|
|
494
608
|
DisassociateUserProficienciesRequest = Shapes::StructureShape.new(name: 'DisassociateUserProficienciesRequest')
|
|
609
|
+
DisassociateWorkspaceRequest = Shapes::StructureShape.new(name: 'DisassociateWorkspaceRequest')
|
|
610
|
+
DisassociateWorkspaceResponse = Shapes::StructureShape.new(name: 'DisassociateWorkspaceResponse')
|
|
495
611
|
DisconnectDetails = Shapes::StructureShape.new(name: 'DisconnectDetails')
|
|
496
612
|
DisconnectReason = Shapes::StructureShape.new(name: 'DisconnectReason')
|
|
497
613
|
DisconnectReasonCode = Shapes::StringShape.new(name: 'DisconnectReasonCode')
|
|
@@ -540,10 +656,14 @@ module Aws::Connect
|
|
|
540
656
|
EndpointDisplayName = Shapes::StringShape.new(name: 'EndpointDisplayName')
|
|
541
657
|
EndpointInfo = Shapes::StructureShape.new(name: 'EndpointInfo')
|
|
542
658
|
EndpointType = Shapes::StringShape.new(name: 'EndpointType')
|
|
659
|
+
EntityArn = Shapes::StringShape.new(name: 'EntityArn')
|
|
660
|
+
EntityType = Shapes::StringShape.new(name: 'EntityType')
|
|
543
661
|
ErrorCode = Shapes::StringShape.new(name: 'ErrorCode')
|
|
544
662
|
ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
|
|
545
663
|
ErrorResult = Shapes::StructureShape.new(name: 'ErrorResult')
|
|
546
664
|
ErrorResults = Shapes::ListShape.new(name: 'ErrorResults')
|
|
665
|
+
EvaluateDataTableValuesRequest = Shapes::StructureShape.new(name: 'EvaluateDataTableValuesRequest')
|
|
666
|
+
EvaluateDataTableValuesResponse = Shapes::StructureShape.new(name: 'EvaluateDataTableValuesResponse')
|
|
547
667
|
Evaluation = Shapes::StructureShape.new(name: 'Evaluation')
|
|
548
668
|
EvaluationAcknowledgement = Shapes::StructureShape.new(name: 'EvaluationAcknowledgement')
|
|
549
669
|
EvaluationAcknowledgementSummary = Shapes::StructureShape.new(name: 'EvaluationAcknowledgementSummary')
|
|
@@ -551,6 +671,7 @@ module Aws::Connect
|
|
|
551
671
|
EvaluationAnswerData = Shapes::UnionShape.new(name: 'EvaluationAnswerData')
|
|
552
672
|
EvaluationAnswerDataNumericValue = Shapes::FloatShape.new(name: 'EvaluationAnswerDataNumericValue')
|
|
553
673
|
EvaluationAnswerDataStringValue = Shapes::StringShape.new(name: 'EvaluationAnswerDataStringValue')
|
|
674
|
+
EvaluationAnswerDataStringValueList = Shapes::ListShape.new(name: 'EvaluationAnswerDataStringValueList')
|
|
554
675
|
EvaluationAnswerInput = Shapes::StructureShape.new(name: 'EvaluationAnswerInput')
|
|
555
676
|
EvaluationAnswerOutput = Shapes::StructureShape.new(name: 'EvaluationAnswerOutput')
|
|
556
677
|
EvaluationAnswersInputMap = Shapes::MapShape.new(name: 'EvaluationAnswersInputMap')
|
|
@@ -559,6 +680,7 @@ module Aws::Connect
|
|
|
559
680
|
EvaluationAutomationRuleCategory = Shapes::StructureShape.new(name: 'EvaluationAutomationRuleCategory')
|
|
560
681
|
EvaluationAutomationRuleCategoryList = Shapes::ListShape.new(name: 'EvaluationAutomationRuleCategoryList')
|
|
561
682
|
EvaluationContactLensAnswerAnalysisDetails = Shapes::StructureShape.new(name: 'EvaluationContactLensAnswerAnalysisDetails')
|
|
683
|
+
EvaluationContactParticipant = Shapes::StructureShape.new(name: 'EvaluationContactParticipant')
|
|
562
684
|
EvaluationForm = Shapes::StructureShape.new(name: 'EvaluationForm')
|
|
563
685
|
EvaluationFormAutoEvaluationConfiguration = Shapes::StructureShape.new(name: 'EvaluationFormAutoEvaluationConfiguration')
|
|
564
686
|
EvaluationFormContent = Shapes::StructureShape.new(name: 'EvaluationFormContent')
|
|
@@ -580,6 +702,16 @@ module Aws::Connect
|
|
|
580
702
|
EvaluationFormItemSourceValuesComparator = Shapes::StringShape.new(name: 'EvaluationFormItemSourceValuesComparator')
|
|
581
703
|
EvaluationFormItemWeight = Shapes::FloatShape.new(name: 'EvaluationFormItemWeight')
|
|
582
704
|
EvaluationFormItemsList = Shapes::ListShape.new(name: 'EvaluationFormItemsList')
|
|
705
|
+
EvaluationFormLanguageCode = Shapes::StringShape.new(name: 'EvaluationFormLanguageCode')
|
|
706
|
+
EvaluationFormLanguageConfiguration = Shapes::StructureShape.new(name: 'EvaluationFormLanguageConfiguration')
|
|
707
|
+
EvaluationFormMultiSelectQuestionAutomation = Shapes::StructureShape.new(name: 'EvaluationFormMultiSelectQuestionAutomation')
|
|
708
|
+
EvaluationFormMultiSelectQuestionAutomationOption = Shapes::UnionShape.new(name: 'EvaluationFormMultiSelectQuestionAutomationOption')
|
|
709
|
+
EvaluationFormMultiSelectQuestionAutomationOptionList = Shapes::ListShape.new(name: 'EvaluationFormMultiSelectQuestionAutomationOptionList')
|
|
710
|
+
EvaluationFormMultiSelectQuestionDisplayMode = Shapes::StringShape.new(name: 'EvaluationFormMultiSelectQuestionDisplayMode')
|
|
711
|
+
EvaluationFormMultiSelectQuestionOption = Shapes::StructureShape.new(name: 'EvaluationFormMultiSelectQuestionOption')
|
|
712
|
+
EvaluationFormMultiSelectQuestionOptionList = Shapes::ListShape.new(name: 'EvaluationFormMultiSelectQuestionOptionList')
|
|
713
|
+
EvaluationFormMultiSelectQuestionOptionText = Shapes::StringShape.new(name: 'EvaluationFormMultiSelectQuestionOptionText')
|
|
714
|
+
EvaluationFormMultiSelectQuestionProperties = Shapes::StructureShape.new(name: 'EvaluationFormMultiSelectQuestionProperties')
|
|
583
715
|
EvaluationFormNumericQuestionAutomation = Shapes::UnionShape.new(name: 'EvaluationFormNumericQuestionAutomation')
|
|
584
716
|
EvaluationFormNumericQuestionOption = Shapes::StructureShape.new(name: 'EvaluationFormNumericQuestionOption')
|
|
585
717
|
EvaluationFormNumericQuestionOptionList = Shapes::ListShape.new(name: 'EvaluationFormNumericQuestionOptionList')
|
|
@@ -612,6 +744,7 @@ module Aws::Connect
|
|
|
612
744
|
EvaluationFormSingleSelectQuestionProperties = Shapes::StructureShape.new(name: 'EvaluationFormSingleSelectQuestionProperties')
|
|
613
745
|
EvaluationFormSummary = Shapes::StructureShape.new(name: 'EvaluationFormSummary')
|
|
614
746
|
EvaluationFormSummaryList = Shapes::ListShape.new(name: 'EvaluationFormSummaryList')
|
|
747
|
+
EvaluationFormTargetConfiguration = Shapes::StructureShape.new(name: 'EvaluationFormTargetConfiguration')
|
|
615
748
|
EvaluationFormTextQuestionAutomation = Shapes::StructureShape.new(name: 'EvaluationFormTextQuestionAutomation')
|
|
616
749
|
EvaluationFormTextQuestionProperties = Shapes::StructureShape.new(name: 'EvaluationFormTextQuestionProperties')
|
|
617
750
|
EvaluationFormTitle = Shapes::StringShape.new(name: 'EvaluationFormTitle')
|
|
@@ -660,6 +793,9 @@ module Aws::Connect
|
|
|
660
793
|
ExportLocation = Shapes::StringShape.new(name: 'ExportLocation')
|
|
661
794
|
Expression = Shapes::StructureShape.new(name: 'Expression')
|
|
662
795
|
Expressions = Shapes::ListShape.new(name: 'Expressions')
|
|
796
|
+
ExternalInvocationConfiguration = Shapes::StructureShape.new(name: 'ExternalInvocationConfiguration')
|
|
797
|
+
FailedBatchAssociationSummary = Shapes::StructureShape.new(name: 'FailedBatchAssociationSummary')
|
|
798
|
+
FailedBatchAssociationSummaryList = Shapes::ListShape.new(name: 'FailedBatchAssociationSummaryList')
|
|
663
799
|
FailedRequest = Shapes::StructureShape.new(name: 'FailedRequest')
|
|
664
800
|
FailedRequestList = Shapes::ListShape.new(name: 'FailedRequestList')
|
|
665
801
|
FailureReasonCode = Shapes::StringShape.new(name: 'FailureReasonCode')
|
|
@@ -675,6 +811,8 @@ module Aws::Connect
|
|
|
675
811
|
FileStatusType = Shapes::StringShape.new(name: 'FileStatusType')
|
|
676
812
|
FileUseCaseType = Shapes::StringShape.new(name: 'FileUseCaseType')
|
|
677
813
|
FilterV2 = Shapes::StructureShape.new(name: 'FilterV2')
|
|
814
|
+
FilterV2StringCondition = Shapes::StructureShape.new(name: 'FilterV2StringCondition')
|
|
815
|
+
FilterV2StringConditionComparisonOperator = Shapes::StringShape.new(name: 'FilterV2StringConditionComparisonOperator')
|
|
678
816
|
FilterValueList = Shapes::ListShape.new(name: 'FilterValueList')
|
|
679
817
|
Filters = Shapes::StructureShape.new(name: 'Filters')
|
|
680
818
|
FiltersV2List = Shapes::ListShape.new(name: 'FiltersV2List')
|
|
@@ -682,6 +820,13 @@ module Aws::Connect
|
|
|
682
820
|
FlowAssociationSummary = Shapes::StructureShape.new(name: 'FlowAssociationSummary')
|
|
683
821
|
FlowAssociationSummaryList = Shapes::ListShape.new(name: 'FlowAssociationSummaryList')
|
|
684
822
|
FlowContentSha256 = Shapes::StringShape.new(name: 'FlowContentSha256')
|
|
823
|
+
FlowModule = Shapes::StructureShape.new(name: 'FlowModule')
|
|
824
|
+
FlowModuleContentSha256 = Shapes::StringShape.new(name: 'FlowModuleContentSha256')
|
|
825
|
+
FlowModuleId = Shapes::StringShape.new(name: 'FlowModuleId')
|
|
826
|
+
FlowModuleSettings = Shapes::StringShape.new(name: 'FlowModuleSettings')
|
|
827
|
+
FlowModuleType = Shapes::StringShape.new(name: 'FlowModuleType')
|
|
828
|
+
FlowQuickConnectConfig = Shapes::StructureShape.new(name: 'FlowQuickConnectConfig')
|
|
829
|
+
FontFamily = Shapes::StructureShape.new(name: 'FontFamily')
|
|
685
830
|
FormId = Shapes::StringShape.new(name: 'FormId')
|
|
686
831
|
FragmentNumber = Shapes::StringShape.new(name: 'FragmentNumber')
|
|
687
832
|
FunctionArn = Shapes::StringShape.new(name: 'FunctionArn')
|
|
@@ -713,6 +858,7 @@ module Aws::Connect
|
|
|
713
858
|
GetTrafficDistributionRequest = Shapes::StructureShape.new(name: 'GetTrafficDistributionRequest')
|
|
714
859
|
GetTrafficDistributionResponse = Shapes::StructureShape.new(name: 'GetTrafficDistributionResponse')
|
|
715
860
|
GlobalSignInEndpoint = Shapes::StringShape.new(name: 'GlobalSignInEndpoint')
|
|
861
|
+
GranularAccessControlConfiguration = Shapes::StructureShape.new(name: 'GranularAccessControlConfiguration')
|
|
716
862
|
Grouping = Shapes::StringShape.new(name: 'Grouping')
|
|
717
863
|
GroupingV2 = Shapes::StringShape.new(name: 'GroupingV2')
|
|
718
864
|
Groupings = Shapes::ListShape.new(name: 'Groupings')
|
|
@@ -768,10 +914,14 @@ module Aws::Connect
|
|
|
768
914
|
HoursOfOperationSummary = Shapes::StructureShape.new(name: 'HoursOfOperationSummary')
|
|
769
915
|
HoursOfOperationSummaryList = Shapes::ListShape.new(name: 'HoursOfOperationSummaryList')
|
|
770
916
|
HoursOfOperationTimeSlice = Shapes::StructureShape.new(name: 'HoursOfOperationTimeSlice')
|
|
917
|
+
IAMRestrictedPrimaryValue = Shapes::StringShape.new(name: 'IAMRestrictedPrimaryValue')
|
|
771
918
|
ISO8601Datetime = Shapes::StringShape.new(name: 'ISO8601Datetime')
|
|
772
919
|
IdempotencyException = Shapes::StructureShape.new(name: 'IdempotencyException')
|
|
920
|
+
ImagesLogo = Shapes::StructureShape.new(name: 'ImagesLogo')
|
|
773
921
|
ImportPhoneNumberRequest = Shapes::StructureShape.new(name: 'ImportPhoneNumberRequest')
|
|
774
922
|
ImportPhoneNumberResponse = Shapes::StructureShape.new(name: 'ImportPhoneNumberResponse')
|
|
923
|
+
ImportWorkspaceMediaRequest = Shapes::StructureShape.new(name: 'ImportWorkspaceMediaRequest')
|
|
924
|
+
ImportWorkspaceMediaResponse = Shapes::StructureShape.new(name: 'ImportWorkspaceMediaResponse')
|
|
775
925
|
InactivityDuration = Shapes::IntegerShape.new(name: 'InactivityDuration')
|
|
776
926
|
InboundAdditionalRecipients = Shapes::StructureShape.new(name: 'InboundAdditionalRecipients')
|
|
777
927
|
InboundCallsEnabled = Shapes::BooleanShape.new(name: 'InboundCallsEnabled')
|
|
@@ -783,6 +933,7 @@ module Aws::Connect
|
|
|
783
933
|
Index = Shapes::IntegerShape.new(name: 'Index')
|
|
784
934
|
InitiateAs = Shapes::StringShape.new(name: 'InitiateAs')
|
|
785
935
|
InitiationMethodList = Shapes::ListShape.new(name: 'InitiationMethodList')
|
|
936
|
+
InputData = Shapes::StringShape.new(name: 'InputData')
|
|
786
937
|
InputPredefinedAttributeConfiguration = Shapes::StructureShape.new(name: 'InputPredefinedAttributeConfiguration')
|
|
787
938
|
Instance = Shapes::StructureShape.new(name: 'Instance')
|
|
788
939
|
InstanceArn = Shapes::StringShape.new(name: 'InstanceArn')
|
|
@@ -824,6 +975,7 @@ module Aws::Connect
|
|
|
824
975
|
KinesisStreamConfig = Shapes::StructureShape.new(name: 'KinesisStreamConfig')
|
|
825
976
|
KinesisVideoStreamConfig = Shapes::StructureShape.new(name: 'KinesisVideoStreamConfig')
|
|
826
977
|
LargeNextToken = Shapes::StringShape.new(name: 'LargeNextToken')
|
|
978
|
+
LengthBoundary = Shapes::IntegerShape.new(name: 'LengthBoundary')
|
|
827
979
|
LexBot = Shapes::StructureShape.new(name: 'LexBot')
|
|
828
980
|
LexBotConfig = Shapes::StructureShape.new(name: 'LexBotConfig')
|
|
829
981
|
LexBotConfigList = Shapes::ListShape.new(name: 'LexBotConfigList')
|
|
@@ -850,6 +1002,10 @@ module Aws::Connect
|
|
|
850
1002
|
ListCondition = Shapes::StructureShape.new(name: 'ListCondition')
|
|
851
1003
|
ListContactEvaluationsRequest = Shapes::StructureShape.new(name: 'ListContactEvaluationsRequest')
|
|
852
1004
|
ListContactEvaluationsResponse = Shapes::StructureShape.new(name: 'ListContactEvaluationsResponse')
|
|
1005
|
+
ListContactFlowModuleAliasesRequest = Shapes::StructureShape.new(name: 'ListContactFlowModuleAliasesRequest')
|
|
1006
|
+
ListContactFlowModuleAliasesResponse = Shapes::StructureShape.new(name: 'ListContactFlowModuleAliasesResponse')
|
|
1007
|
+
ListContactFlowModuleVersionsRequest = Shapes::StructureShape.new(name: 'ListContactFlowModuleVersionsRequest')
|
|
1008
|
+
ListContactFlowModuleVersionsResponse = Shapes::StructureShape.new(name: 'ListContactFlowModuleVersionsResponse')
|
|
853
1009
|
ListContactFlowModulesRequest = Shapes::StructureShape.new(name: 'ListContactFlowModulesRequest')
|
|
854
1010
|
ListContactFlowModulesResponse = Shapes::StructureShape.new(name: 'ListContactFlowModulesResponse')
|
|
855
1011
|
ListContactFlowVersionsRequest = Shapes::StructureShape.new(name: 'ListContactFlowVersionsRequest')
|
|
@@ -858,8 +1014,18 @@ module Aws::Connect
|
|
|
858
1014
|
ListContactFlowsResponse = Shapes::StructureShape.new(name: 'ListContactFlowsResponse')
|
|
859
1015
|
ListContactReferencesRequest = Shapes::StructureShape.new(name: 'ListContactReferencesRequest')
|
|
860
1016
|
ListContactReferencesResponse = Shapes::StructureShape.new(name: 'ListContactReferencesResponse')
|
|
1017
|
+
ListDataTableAttributesRequest = Shapes::StructureShape.new(name: 'ListDataTableAttributesRequest')
|
|
1018
|
+
ListDataTableAttributesResponse = Shapes::StructureShape.new(name: 'ListDataTableAttributesResponse')
|
|
1019
|
+
ListDataTablePrimaryValuesRequest = Shapes::StructureShape.new(name: 'ListDataTablePrimaryValuesRequest')
|
|
1020
|
+
ListDataTablePrimaryValuesResponse = Shapes::StructureShape.new(name: 'ListDataTablePrimaryValuesResponse')
|
|
1021
|
+
ListDataTableValuesRequest = Shapes::StructureShape.new(name: 'ListDataTableValuesRequest')
|
|
1022
|
+
ListDataTableValuesResponse = Shapes::StructureShape.new(name: 'ListDataTableValuesResponse')
|
|
1023
|
+
ListDataTablesRequest = Shapes::StructureShape.new(name: 'ListDataTablesRequest')
|
|
1024
|
+
ListDataTablesResponse = Shapes::StructureShape.new(name: 'ListDataTablesResponse')
|
|
861
1025
|
ListDefaultVocabulariesRequest = Shapes::StructureShape.new(name: 'ListDefaultVocabulariesRequest')
|
|
862
1026
|
ListDefaultVocabulariesResponse = Shapes::StructureShape.new(name: 'ListDefaultVocabulariesResponse')
|
|
1027
|
+
ListEntitySecurityProfilesRequest = Shapes::StructureShape.new(name: 'ListEntitySecurityProfilesRequest')
|
|
1028
|
+
ListEntitySecurityProfilesResponse = Shapes::StructureShape.new(name: 'ListEntitySecurityProfilesResponse')
|
|
863
1029
|
ListEvaluationFormVersionsRequest = Shapes::StructureShape.new(name: 'ListEvaluationFormVersionsRequest')
|
|
864
1030
|
ListEvaluationFormVersionsResponse = Shapes::StructureShape.new(name: 'ListEvaluationFormVersionsResponse')
|
|
865
1031
|
ListEvaluationFormsRequest = Shapes::StructureShape.new(name: 'ListEvaluationFormsRequest')
|
|
@@ -913,6 +1079,8 @@ module Aws::Connect
|
|
|
913
1079
|
ListSecurityKeysResponse = Shapes::StructureShape.new(name: 'ListSecurityKeysResponse')
|
|
914
1080
|
ListSecurityProfileApplicationsRequest = Shapes::StructureShape.new(name: 'ListSecurityProfileApplicationsRequest')
|
|
915
1081
|
ListSecurityProfileApplicationsResponse = Shapes::StructureShape.new(name: 'ListSecurityProfileApplicationsResponse')
|
|
1082
|
+
ListSecurityProfileFlowModulesRequest = Shapes::StructureShape.new(name: 'ListSecurityProfileFlowModulesRequest')
|
|
1083
|
+
ListSecurityProfileFlowModulesResponse = Shapes::StructureShape.new(name: 'ListSecurityProfileFlowModulesResponse')
|
|
916
1084
|
ListSecurityProfilePermissionsRequest = Shapes::StructureShape.new(name: 'ListSecurityProfilePermissionsRequest')
|
|
917
1085
|
ListSecurityProfilePermissionsResponse = Shapes::StructureShape.new(name: 'ListSecurityProfilePermissionsResponse')
|
|
918
1086
|
ListSecurityProfilesRequest = Shapes::StructureShape.new(name: 'ListSecurityProfilesRequest')
|
|
@@ -937,6 +1105,12 @@ module Aws::Connect
|
|
|
937
1105
|
ListViewVersionsResponse = Shapes::StructureShape.new(name: 'ListViewVersionsResponse')
|
|
938
1106
|
ListViewsRequest = Shapes::StructureShape.new(name: 'ListViewsRequest')
|
|
939
1107
|
ListViewsResponse = Shapes::StructureShape.new(name: 'ListViewsResponse')
|
|
1108
|
+
ListWorkspaceMediaRequest = Shapes::StructureShape.new(name: 'ListWorkspaceMediaRequest')
|
|
1109
|
+
ListWorkspaceMediaResponse = Shapes::StructureShape.new(name: 'ListWorkspaceMediaResponse')
|
|
1110
|
+
ListWorkspacePagesRequest = Shapes::StructureShape.new(name: 'ListWorkspacePagesRequest')
|
|
1111
|
+
ListWorkspacePagesResponse = Shapes::StructureShape.new(name: 'ListWorkspacePagesResponse')
|
|
1112
|
+
ListWorkspacesRequest = Shapes::StructureShape.new(name: 'ListWorkspacesRequest')
|
|
1113
|
+
ListWorkspacesResponse = Shapes::StructureShape.new(name: 'ListWorkspacesResponse')
|
|
940
1114
|
Long = Shapes::IntegerShape.new(name: 'Long')
|
|
941
1115
|
MatchCriteria = Shapes::StructureShape.new(name: 'MatchCriteria')
|
|
942
1116
|
MaxResult10 = Shapes::IntegerShape.new(name: 'MaxResult10')
|
|
@@ -951,9 +1125,13 @@ module Aws::Connect
|
|
|
951
1125
|
MaximumResultReturnedException = Shapes::StructureShape.new(name: 'MaximumResultReturnedException')
|
|
952
1126
|
MediaConcurrencies = Shapes::ListShape.new(name: 'MediaConcurrencies')
|
|
953
1127
|
MediaConcurrency = Shapes::StructureShape.new(name: 'MediaConcurrency')
|
|
1128
|
+
MediaItem = Shapes::StructureShape.new(name: 'MediaItem')
|
|
1129
|
+
MediaList = Shapes::ListShape.new(name: 'MediaList')
|
|
954
1130
|
MediaPlacement = Shapes::StructureShape.new(name: 'MediaPlacement')
|
|
955
1131
|
MediaRegion = Shapes::StringShape.new(name: 'MediaRegion')
|
|
1132
|
+
MediaSource = Shapes::StringShape.new(name: 'MediaSource')
|
|
956
1133
|
MediaStreamType = Shapes::StringShape.new(name: 'MediaStreamType')
|
|
1134
|
+
MediaType = Shapes::StringShape.new(name: 'MediaType')
|
|
957
1135
|
Meeting = Shapes::StructureShape.new(name: 'Meeting')
|
|
958
1136
|
MeetingFeatureStatus = Shapes::StringShape.new(name: 'MeetingFeatureStatus')
|
|
959
1137
|
MeetingFeaturesConfiguration = Shapes::StructureShape.new(name: 'MeetingFeaturesConfiguration')
|
|
@@ -967,6 +1145,7 @@ module Aws::Connect
|
|
|
967
1145
|
MetricFilterV2 = Shapes::StructureShape.new(name: 'MetricFilterV2')
|
|
968
1146
|
MetricFilterValueList = Shapes::ListShape.new(name: 'MetricFilterValueList')
|
|
969
1147
|
MetricFiltersV2List = Shapes::ListShape.new(name: 'MetricFiltersV2List')
|
|
1148
|
+
MetricId = Shapes::StringShape.new(name: 'MetricId')
|
|
970
1149
|
MetricInterval = Shapes::StructureShape.new(name: 'MetricInterval')
|
|
971
1150
|
MetricNameV2 = Shapes::StringShape.new(name: 'MetricNameV2')
|
|
972
1151
|
MetricResultV2 = Shapes::StructureShape.new(name: 'MetricResultV2')
|
|
@@ -977,12 +1156,19 @@ module Aws::Connect
|
|
|
977
1156
|
MonitorCapability = Shapes::StringShape.new(name: 'MonitorCapability')
|
|
978
1157
|
MonitorContactRequest = Shapes::StructureShape.new(name: 'MonitorContactRequest')
|
|
979
1158
|
MonitorContactResponse = Shapes::StructureShape.new(name: 'MonitorContactResponse')
|
|
1159
|
+
MultiSelectQuestionRuleCategoryAutomation = Shapes::StructureShape.new(name: 'MultiSelectQuestionRuleCategoryAutomation')
|
|
1160
|
+
MultiSelectQuestionRuleCategoryAutomationCondition = Shapes::StringShape.new(name: 'MultiSelectQuestionRuleCategoryAutomationCondition')
|
|
1161
|
+
MultiSelectQuestionRuleCategoryAutomationLabel = Shapes::StringShape.new(name: 'MultiSelectQuestionRuleCategoryAutomationLabel')
|
|
980
1162
|
Name = Shapes::StringShape.new(name: 'Name')
|
|
981
1163
|
Name128 = Shapes::StringShape.new(name: 'Name128')
|
|
982
1164
|
NameCriteria = Shapes::StructureShape.new(name: 'NameCriteria')
|
|
983
1165
|
Namespace = Shapes::StringShape.new(name: 'Namespace')
|
|
984
1166
|
NewChatCreated = Shapes::BooleanShape.new(name: 'NewChatCreated')
|
|
985
1167
|
NewSessionDetails = Shapes::StructureShape.new(name: 'NewSessionDetails')
|
|
1168
|
+
NextContactEntry = Shapes::StructureShape.new(name: 'NextContactEntry')
|
|
1169
|
+
NextContactMetadata = Shapes::UnionShape.new(name: 'NextContactMetadata')
|
|
1170
|
+
NextContactType = Shapes::StringShape.new(name: 'NextContactType')
|
|
1171
|
+
NextContacts = Shapes::ListShape.new(name: 'NextContacts')
|
|
986
1172
|
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
|
987
1173
|
NextToken2500 = Shapes::StringShape.new(name: 'NextToken2500')
|
|
988
1174
|
NotificationContentType = Shapes::StringShape.new(name: 'NotificationContentType')
|
|
@@ -1020,7 +1206,13 @@ module Aws::Connect
|
|
|
1020
1206
|
OverrideDays = Shapes::StringShape.new(name: 'OverrideDays')
|
|
1021
1207
|
OverrideTimeSlice = Shapes::StructureShape.new(name: 'OverrideTimeSlice')
|
|
1022
1208
|
PEM = Shapes::StringShape.new(name: 'PEM')
|
|
1209
|
+
Page = Shapes::StringShape.new(name: 'Page')
|
|
1210
|
+
PaletteCanvas = Shapes::StructureShape.new(name: 'PaletteCanvas')
|
|
1211
|
+
PaletteHeader = Shapes::StructureShape.new(name: 'PaletteHeader')
|
|
1212
|
+
PaletteNavigation = Shapes::StructureShape.new(name: 'PaletteNavigation')
|
|
1213
|
+
PalettePrimary = Shapes::StructureShape.new(name: 'PalettePrimary')
|
|
1023
1214
|
ParticipantCapabilities = Shapes::StructureShape.new(name: 'ParticipantCapabilities')
|
|
1215
|
+
ParticipantConfiguration = Shapes::StructureShape.new(name: 'ParticipantConfiguration')
|
|
1024
1216
|
ParticipantDetails = Shapes::StructureShape.new(name: 'ParticipantDetails')
|
|
1025
1217
|
ParticipantDetailsToAdd = Shapes::StructureShape.new(name: 'ParticipantDetailsToAdd')
|
|
1026
1218
|
ParticipantId = Shapes::StringShape.new(name: 'ParticipantId')
|
|
@@ -1061,6 +1253,8 @@ module Aws::Connect
|
|
|
1061
1253
|
PhoneType = Shapes::StringShape.new(name: 'PhoneType')
|
|
1062
1254
|
PlatformName = Shapes::StringShape.new(name: 'PlatformName')
|
|
1063
1255
|
PlatformVersion = Shapes::StringShape.new(name: 'PlatformVersion')
|
|
1256
|
+
PositiveAndNegativeDouble = Shapes::FloatShape.new(name: 'PositiveAndNegativeDouble')
|
|
1257
|
+
PositiveDouble = Shapes::FloatShape.new(name: 'PositiveDouble')
|
|
1064
1258
|
PostAcceptPreviewTimeoutDurationInSeconds = Shapes::IntegerShape.new(name: 'PostAcceptPreviewTimeoutDurationInSeconds')
|
|
1065
1259
|
PostAcceptTimeoutConfig = Shapes::StructureShape.new(name: 'PostAcceptTimeoutConfig')
|
|
1066
1260
|
PotentialAudioQualityIssue = Shapes::StringShape.new(name: 'PotentialAudioQualityIssue')
|
|
@@ -1082,6 +1276,18 @@ module Aws::Connect
|
|
|
1082
1276
|
PredefinedAttributeValues = Shapes::UnionShape.new(name: 'PredefinedAttributeValues')
|
|
1083
1277
|
Prefix = Shapes::StringShape.new(name: 'Prefix')
|
|
1084
1278
|
Preview = Shapes::StructureShape.new(name: 'Preview')
|
|
1279
|
+
PrimaryAttributeAccessControlConfigurationItem = Shapes::StructureShape.new(name: 'PrimaryAttributeAccessControlConfigurationItem')
|
|
1280
|
+
PrimaryAttributeContextKeyName = Shapes::StringShape.new(name: 'PrimaryAttributeContextKeyName')
|
|
1281
|
+
PrimaryAttributeValue = Shapes::StructureShape.new(name: 'PrimaryAttributeValue')
|
|
1282
|
+
PrimaryAttributeValueFilter = Shapes::StructureShape.new(name: 'PrimaryAttributeValueFilter')
|
|
1283
|
+
PrimaryAttributeValueFilters = Shapes::ListShape.new(name: 'PrimaryAttributeValueFilters')
|
|
1284
|
+
PrimaryAttributeValuesSet = Shapes::ListShape.new(name: 'PrimaryAttributeValuesSet')
|
|
1285
|
+
PrimaryValue = Shapes::StructureShape.new(name: 'PrimaryValue')
|
|
1286
|
+
PrimaryValueList = Shapes::ListShape.new(name: 'PrimaryValueList')
|
|
1287
|
+
PrimaryValueResponse = Shapes::StructureShape.new(name: 'PrimaryValueResponse')
|
|
1288
|
+
PrimaryValuesList = Shapes::ListShape.new(name: 'PrimaryValuesList')
|
|
1289
|
+
PrimaryValuesResponseSet = Shapes::ListShape.new(name: 'PrimaryValuesResponseSet')
|
|
1290
|
+
PrimaryValuesSet = Shapes::ListShape.new(name: 'PrimaryValuesSet')
|
|
1085
1291
|
Priority = Shapes::IntegerShape.new(name: 'Priority')
|
|
1086
1292
|
ProblemDetail = Shapes::StructureShape.new(name: 'ProblemDetail')
|
|
1087
1293
|
ProblemMessageString = Shapes::StringShape.new(name: 'ProblemMessageString')
|
|
@@ -1132,6 +1338,7 @@ module Aws::Connect
|
|
|
1132
1338
|
Queues = Shapes::ListShape.new(name: 'Queues')
|
|
1133
1339
|
QuickConnect = Shapes::StructureShape.new(name: 'QuickConnect')
|
|
1134
1340
|
QuickConnectConfig = Shapes::StructureShape.new(name: 'QuickConnectConfig')
|
|
1341
|
+
QuickConnectContactData = Shapes::StructureShape.new(name: 'QuickConnectContactData')
|
|
1135
1342
|
QuickConnectDescription = Shapes::StringShape.new(name: 'QuickConnectDescription')
|
|
1136
1343
|
QuickConnectId = Shapes::StringShape.new(name: 'QuickConnectId')
|
|
1137
1344
|
QuickConnectName = Shapes::StringShape.new(name: 'QuickConnectName')
|
|
@@ -1187,6 +1394,8 @@ module Aws::Connect
|
|
|
1187
1394
|
RealTimeContactAnalysisTranscriptItemsWithContent = Shapes::ListShape.new(name: 'RealTimeContactAnalysisTranscriptItemsWithContent')
|
|
1188
1395
|
RealtimeContactAnalysisSegment = Shapes::UnionShape.new(name: 'RealtimeContactAnalysisSegment')
|
|
1189
1396
|
RealtimeContactAnalysisSegments = Shapes::ListShape.new(name: 'RealtimeContactAnalysisSegments')
|
|
1397
|
+
RecordIds = Shapes::ListShape.new(name: 'RecordIds')
|
|
1398
|
+
RecordPrimaryValue = Shapes::StructureShape.new(name: 'RecordPrimaryValue')
|
|
1190
1399
|
RecordingDeletionReason = Shapes::StringShape.new(name: 'RecordingDeletionReason')
|
|
1191
1400
|
RecordingInfo = Shapes::StructureShape.new(name: 'RecordingInfo')
|
|
1192
1401
|
RecordingLocation = Shapes::StringShape.new(name: 'RecordingLocation')
|
|
@@ -1195,6 +1404,7 @@ module Aws::Connect
|
|
|
1195
1404
|
Reference = Shapes::StructureShape.new(name: 'Reference')
|
|
1196
1405
|
ReferenceArn = Shapes::StringShape.new(name: 'ReferenceArn')
|
|
1197
1406
|
ReferenceId = Shapes::StringShape.new(name: 'ReferenceId')
|
|
1407
|
+
ReferenceIdList = Shapes::ListShape.new(name: 'ReferenceIdList')
|
|
1198
1408
|
ReferenceKey = Shapes::StringShape.new(name: 'ReferenceKey')
|
|
1199
1409
|
ReferenceStatus = Shapes::StringShape.new(name: 'ReferenceStatus')
|
|
1200
1410
|
ReferenceStatusReason = Shapes::StringShape.new(name: 'ReferenceStatusReason')
|
|
@@ -1227,6 +1437,7 @@ module Aws::Connect
|
|
|
1227
1437
|
ResourceType = Shapes::StringShape.new(name: 'ResourceType')
|
|
1228
1438
|
ResourceTypeList = Shapes::ListShape.new(name: 'ResourceTypeList')
|
|
1229
1439
|
ResourceVersion = Shapes::IntegerShape.new(name: 'ResourceVersion')
|
|
1440
|
+
ResponseMode = Shapes::StringShape.new(name: 'ResponseMode')
|
|
1230
1441
|
ResumeContactRecordingRequest = Shapes::StructureShape.new(name: 'ResumeContactRecordingRequest')
|
|
1231
1442
|
ResumeContactRecordingResponse = Shapes::StructureShape.new(name: 'ResumeContactRecordingResponse')
|
|
1232
1443
|
ResumeContactRequest = Shapes::StructureShape.new(name: 'ResumeContactRequest')
|
|
@@ -1296,6 +1507,8 @@ module Aws::Connect
|
|
|
1296
1507
|
SearchContactsTimeRangeType = Shapes::StringShape.new(name: 'SearchContactsTimeRangeType')
|
|
1297
1508
|
SearchContactsTimestampCondition = Shapes::StructureShape.new(name: 'SearchContactsTimestampCondition')
|
|
1298
1509
|
SearchCriteria = Shapes::StructureShape.new(name: 'SearchCriteria')
|
|
1510
|
+
SearchDataTablesRequest = Shapes::StructureShape.new(name: 'SearchDataTablesRequest')
|
|
1511
|
+
SearchDataTablesResponse = Shapes::StructureShape.new(name: 'SearchDataTablesResponse')
|
|
1299
1512
|
SearchEmailAddressesRequest = Shapes::StructureShape.new(name: 'SearchEmailAddressesRequest')
|
|
1300
1513
|
SearchEmailAddressesResponse = Shapes::StructureShape.new(name: 'SearchEmailAddressesResponse')
|
|
1301
1514
|
SearchEvaluationFormsRequest = Shapes::StructureShape.new(name: 'SearchEvaluationFormsRequest')
|
|
@@ -1324,8 +1537,14 @@ module Aws::Connect
|
|
|
1324
1537
|
SearchUserHierarchyGroupsResponse = Shapes::StructureShape.new(name: 'SearchUserHierarchyGroupsResponse')
|
|
1325
1538
|
SearchUsersRequest = Shapes::StructureShape.new(name: 'SearchUsersRequest')
|
|
1326
1539
|
SearchUsersResponse = Shapes::StructureShape.new(name: 'SearchUsersResponse')
|
|
1540
|
+
SearchViewsRequest = Shapes::StructureShape.new(name: 'SearchViewsRequest')
|
|
1541
|
+
SearchViewsResponse = Shapes::StructureShape.new(name: 'SearchViewsResponse')
|
|
1327
1542
|
SearchVocabulariesRequest = Shapes::StructureShape.new(name: 'SearchVocabulariesRequest')
|
|
1328
1543
|
SearchVocabulariesResponse = Shapes::StructureShape.new(name: 'SearchVocabulariesResponse')
|
|
1544
|
+
SearchWorkspaceAssociationsRequest = Shapes::StructureShape.new(name: 'SearchWorkspaceAssociationsRequest')
|
|
1545
|
+
SearchWorkspaceAssociationsResponse = Shapes::StructureShape.new(name: 'SearchWorkspaceAssociationsResponse')
|
|
1546
|
+
SearchWorkspacesRequest = Shapes::StructureShape.new(name: 'SearchWorkspacesRequest')
|
|
1547
|
+
SearchWorkspacesResponse = Shapes::StructureShape.new(name: 'SearchWorkspacesResponse')
|
|
1329
1548
|
SearchableAgentCriteriaStep = Shapes::StructureShape.new(name: 'SearchableAgentCriteriaStep')
|
|
1330
1549
|
SearchableContactAttributeKey = Shapes::StringShape.new(name: 'SearchableContactAttributeKey')
|
|
1331
1550
|
SearchableContactAttributeValue = Shapes::StringShape.new(name: 'SearchableContactAttributeValue')
|
|
@@ -1349,6 +1568,7 @@ module Aws::Connect
|
|
|
1349
1568
|
SecurityProfileDescription = Shapes::StringShape.new(name: 'SecurityProfileDescription')
|
|
1350
1569
|
SecurityProfileId = Shapes::StringShape.new(name: 'SecurityProfileId')
|
|
1351
1570
|
SecurityProfileIds = Shapes::ListShape.new(name: 'SecurityProfileIds')
|
|
1571
|
+
SecurityProfileItem = Shapes::StructureShape.new(name: 'SecurityProfileItem')
|
|
1352
1572
|
SecurityProfileName = Shapes::StringShape.new(name: 'SecurityProfileName')
|
|
1353
1573
|
SecurityProfilePermission = Shapes::StringShape.new(name: 'SecurityProfilePermission')
|
|
1354
1574
|
SecurityProfilePolicyKey = Shapes::StringShape.new(name: 'SecurityProfilePolicyKey')
|
|
@@ -1358,6 +1578,8 @@ module Aws::Connect
|
|
|
1358
1578
|
SecurityProfileSearchSummary = Shapes::StructureShape.new(name: 'SecurityProfileSearchSummary')
|
|
1359
1579
|
SecurityProfileSummary = Shapes::StructureShape.new(name: 'SecurityProfileSummary')
|
|
1360
1580
|
SecurityProfileSummaryList = Shapes::ListShape.new(name: 'SecurityProfileSummaryList')
|
|
1581
|
+
SecurityProfiles = Shapes::ListShape.new(name: 'SecurityProfiles')
|
|
1582
|
+
SecurityProfiles100 = Shapes::ListShape.new(name: 'SecurityProfiles100')
|
|
1361
1583
|
SecurityProfilesSearchFilter = Shapes::StructureShape.new(name: 'SecurityProfilesSearchFilter')
|
|
1362
1584
|
SecurityProfilesSearchSummaryList = Shapes::ListShape.new(name: 'SecurityProfilesSearchSummaryList')
|
|
1363
1585
|
SecurityToken = Shapes::StringShape.new(name: 'SecurityToken')
|
|
@@ -1386,6 +1608,7 @@ module Aws::Connect
|
|
|
1386
1608
|
SlaFieldValueUnionList = Shapes::ListShape.new(name: 'SlaFieldValueUnionList')
|
|
1387
1609
|
SlaName = Shapes::StringShape.new(name: 'SlaName')
|
|
1388
1610
|
SlaType = Shapes::StringShape.new(name: 'SlaType')
|
|
1611
|
+
Slug = Shapes::StringShape.new(name: 'Slug')
|
|
1389
1612
|
SnapshotVersion = Shapes::StringShape.new(name: 'SnapshotVersion')
|
|
1390
1613
|
Sort = Shapes::StructureShape.new(name: 'Sort')
|
|
1391
1614
|
SortOrder = Shapes::StringShape.new(name: 'SortOrder')
|
|
@@ -1400,6 +1623,8 @@ module Aws::Connect
|
|
|
1400
1623
|
StartChatContactResponse = Shapes::StructureShape.new(name: 'StartChatContactResponse')
|
|
1401
1624
|
StartContactEvaluationRequest = Shapes::StructureShape.new(name: 'StartContactEvaluationRequest')
|
|
1402
1625
|
StartContactEvaluationResponse = Shapes::StructureShape.new(name: 'StartContactEvaluationResponse')
|
|
1626
|
+
StartContactMediaProcessingRequest = Shapes::StructureShape.new(name: 'StartContactMediaProcessingRequest')
|
|
1627
|
+
StartContactMediaProcessingResponse = Shapes::StructureShape.new(name: 'StartContactMediaProcessingResponse')
|
|
1403
1628
|
StartContactRecordingRequest = Shapes::StructureShape.new(name: 'StartContactRecordingRequest')
|
|
1404
1629
|
StartContactRecordingResponse = Shapes::StructureShape.new(name: 'StartContactRecordingResponse')
|
|
1405
1630
|
StartContactStreamingRequest = Shapes::StructureShape.new(name: 'StartContactStreamingRequest')
|
|
@@ -1424,6 +1649,8 @@ module Aws::Connect
|
|
|
1424
1649
|
Status = Shapes::StringShape.new(name: 'Status')
|
|
1425
1650
|
Step = Shapes::StructureShape.new(name: 'Step')
|
|
1426
1651
|
Steps = Shapes::ListShape.new(name: 'Steps')
|
|
1652
|
+
StopContactMediaProcessingRequest = Shapes::StructureShape.new(name: 'StopContactMediaProcessingRequest')
|
|
1653
|
+
StopContactMediaProcessingResponse = Shapes::StructureShape.new(name: 'StopContactMediaProcessingResponse')
|
|
1427
1654
|
StopContactRecordingRequest = Shapes::StructureShape.new(name: 'StopContactRecordingRequest')
|
|
1428
1655
|
StopContactRecordingResponse = Shapes::StructureShape.new(name: 'StopContactRecordingResponse')
|
|
1429
1656
|
StopContactRequest = Shapes::StructureShape.new(name: 'StopContactRequest')
|
|
@@ -1441,6 +1668,8 @@ module Aws::Connect
|
|
|
1441
1668
|
SubmitContactEvaluationRequest = Shapes::StructureShape.new(name: 'SubmitContactEvaluationRequest')
|
|
1442
1669
|
SubmitContactEvaluationResponse = Shapes::StructureShape.new(name: 'SubmitContactEvaluationResponse')
|
|
1443
1670
|
Subtype = Shapes::StringShape.new(name: 'Subtype')
|
|
1671
|
+
SuccessfulBatchAssociationSummary = Shapes::StructureShape.new(name: 'SuccessfulBatchAssociationSummary')
|
|
1672
|
+
SuccessfulBatchAssociationSummaryList = Shapes::ListShape.new(name: 'SuccessfulBatchAssociationSummaryList')
|
|
1444
1673
|
SuccessfulRequest = Shapes::StructureShape.new(name: 'SuccessfulRequest')
|
|
1445
1674
|
SuccessfulRequestList = Shapes::ListShape.new(name: 'SuccessfulRequestList')
|
|
1446
1675
|
SupportedMessagingContentType = Shapes::StringShape.new(name: 'SupportedMessagingContentType')
|
|
@@ -1493,6 +1722,8 @@ module Aws::Connect
|
|
|
1493
1722
|
TemplateAttributes = Shapes::StructureShape.new(name: 'TemplateAttributes')
|
|
1494
1723
|
TemplateId = Shapes::StringShape.new(name: 'TemplateId')
|
|
1495
1724
|
TemplatedMessageConfig = Shapes::StructureShape.new(name: 'TemplatedMessageConfig')
|
|
1725
|
+
ThemeImageLink = Shapes::StringShape.new(name: 'ThemeImageLink')
|
|
1726
|
+
ThemeString = Shapes::StringShape.new(name: 'ThemeString')
|
|
1496
1727
|
Threshold = Shapes::StructureShape.new(name: 'Threshold')
|
|
1497
1728
|
ThresholdCollections = Shapes::ListShape.new(name: 'ThresholdCollections')
|
|
1498
1729
|
ThresholdV2 = Shapes::StructureShape.new(name: 'ThresholdV2')
|
|
@@ -1523,6 +1754,7 @@ module Aws::Connect
|
|
|
1523
1754
|
URI = Shapes::StringShape.new(name: 'URI')
|
|
1524
1755
|
URLExpiryInSeconds = Shapes::IntegerShape.new(name: 'URLExpiryInSeconds')
|
|
1525
1756
|
Unit = Shapes::StringShape.new(name: 'Unit')
|
|
1757
|
+
UnprocessedTranscriptLocation = Shapes::StringShape.new(name: 'UnprocessedTranscriptLocation')
|
|
1526
1758
|
UntagContactRequest = Shapes::StructureShape.new(name: 'UntagContactRequest')
|
|
1527
1759
|
UntagContactResponse = Shapes::StructureShape.new(name: 'UntagContactResponse')
|
|
1528
1760
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
|
@@ -1538,6 +1770,8 @@ module Aws::Connect
|
|
|
1538
1770
|
UpdateContactFlowContentResponse = Shapes::StructureShape.new(name: 'UpdateContactFlowContentResponse')
|
|
1539
1771
|
UpdateContactFlowMetadataRequest = Shapes::StructureShape.new(name: 'UpdateContactFlowMetadataRequest')
|
|
1540
1772
|
UpdateContactFlowMetadataResponse = Shapes::StructureShape.new(name: 'UpdateContactFlowMetadataResponse')
|
|
1773
|
+
UpdateContactFlowModuleAliasRequest = Shapes::StructureShape.new(name: 'UpdateContactFlowModuleAliasRequest')
|
|
1774
|
+
UpdateContactFlowModuleAliasResponse = Shapes::StructureShape.new(name: 'UpdateContactFlowModuleAliasResponse')
|
|
1541
1775
|
UpdateContactFlowModuleContentRequest = Shapes::StructureShape.new(name: 'UpdateContactFlowModuleContentRequest')
|
|
1542
1776
|
UpdateContactFlowModuleContentResponse = Shapes::StructureShape.new(name: 'UpdateContactFlowModuleContentResponse')
|
|
1543
1777
|
UpdateContactFlowModuleMetadataRequest = Shapes::StructureShape.new(name: 'UpdateContactFlowModuleMetadataRequest')
|
|
@@ -1550,6 +1784,12 @@ module Aws::Connect
|
|
|
1550
1784
|
UpdateContactRoutingDataResponse = Shapes::StructureShape.new(name: 'UpdateContactRoutingDataResponse')
|
|
1551
1785
|
UpdateContactScheduleRequest = Shapes::StructureShape.new(name: 'UpdateContactScheduleRequest')
|
|
1552
1786
|
UpdateContactScheduleResponse = Shapes::StructureShape.new(name: 'UpdateContactScheduleResponse')
|
|
1787
|
+
UpdateDataTableAttributeRequest = Shapes::StructureShape.new(name: 'UpdateDataTableAttributeRequest')
|
|
1788
|
+
UpdateDataTableAttributeResponse = Shapes::StructureShape.new(name: 'UpdateDataTableAttributeResponse')
|
|
1789
|
+
UpdateDataTableMetadataRequest = Shapes::StructureShape.new(name: 'UpdateDataTableMetadataRequest')
|
|
1790
|
+
UpdateDataTableMetadataResponse = Shapes::StructureShape.new(name: 'UpdateDataTableMetadataResponse')
|
|
1791
|
+
UpdateDataTablePrimaryValuesRequest = Shapes::StructureShape.new(name: 'UpdateDataTablePrimaryValuesRequest')
|
|
1792
|
+
UpdateDataTablePrimaryValuesResponse = Shapes::StructureShape.new(name: 'UpdateDataTablePrimaryValuesResponse')
|
|
1553
1793
|
UpdateEmailAddressMetadataRequest = Shapes::StructureShape.new(name: 'UpdateEmailAddressMetadataRequest')
|
|
1554
1794
|
UpdateEmailAddressMetadataResponse = Shapes::StructureShape.new(name: 'UpdateEmailAddressMetadataResponse')
|
|
1555
1795
|
UpdateEvaluationFormRequest = Shapes::StructureShape.new(name: 'UpdateEvaluationFormRequest')
|
|
@@ -1602,6 +1842,14 @@ module Aws::Connect
|
|
|
1602
1842
|
UpdateViewContentResponse = Shapes::StructureShape.new(name: 'UpdateViewContentResponse')
|
|
1603
1843
|
UpdateViewMetadataRequest = Shapes::StructureShape.new(name: 'UpdateViewMetadataRequest')
|
|
1604
1844
|
UpdateViewMetadataResponse = Shapes::StructureShape.new(name: 'UpdateViewMetadataResponse')
|
|
1845
|
+
UpdateWorkspaceMetadataRequest = Shapes::StructureShape.new(name: 'UpdateWorkspaceMetadataRequest')
|
|
1846
|
+
UpdateWorkspaceMetadataResponse = Shapes::StructureShape.new(name: 'UpdateWorkspaceMetadataResponse')
|
|
1847
|
+
UpdateWorkspacePageRequest = Shapes::StructureShape.new(name: 'UpdateWorkspacePageRequest')
|
|
1848
|
+
UpdateWorkspacePageResponse = Shapes::StructureShape.new(name: 'UpdateWorkspacePageResponse')
|
|
1849
|
+
UpdateWorkspaceThemeRequest = Shapes::StructureShape.new(name: 'UpdateWorkspaceThemeRequest')
|
|
1850
|
+
UpdateWorkspaceThemeResponse = Shapes::StructureShape.new(name: 'UpdateWorkspaceThemeResponse')
|
|
1851
|
+
UpdateWorkspaceVisibilityRequest = Shapes::StructureShape.new(name: 'UpdateWorkspaceVisibilityRequest')
|
|
1852
|
+
UpdateWorkspaceVisibilityResponse = Shapes::StructureShape.new(name: 'UpdateWorkspaceVisibilityResponse')
|
|
1605
1853
|
UploadUrlMetadata = Shapes::StructureShape.new(name: 'UploadUrlMetadata')
|
|
1606
1854
|
Url = Shapes::StringShape.new(name: 'Url')
|
|
1607
1855
|
UrlMetadataSignedHeaders = Shapes::MapShape.new(name: 'UrlMetadataSignedHeaders')
|
|
@@ -1642,7 +1890,12 @@ module Aws::Connect
|
|
|
1642
1890
|
UserSummary = Shapes::StructureShape.new(name: 'UserSummary')
|
|
1643
1891
|
UserSummaryList = Shapes::ListShape.new(name: 'UserSummaryList')
|
|
1644
1892
|
UserTagMap = Shapes::MapShape.new(name: 'UserTagMap')
|
|
1893
|
+
Validation = Shapes::StructureShape.new(name: 'Validation')
|
|
1894
|
+
ValidationEnum = Shapes::StructureShape.new(name: 'ValidationEnum')
|
|
1895
|
+
ValidationEnumValues = Shapes::ListShape.new(name: 'ValidationEnumValues')
|
|
1645
1896
|
Value = Shapes::FloatShape.new(name: 'Value')
|
|
1897
|
+
ValueBoundary = Shapes::IntegerShape.new(name: 'ValueBoundary')
|
|
1898
|
+
ValueList = Shapes::ListShape.new(name: 'ValueList')
|
|
1646
1899
|
VersionNumber = Shapes::IntegerShape.new(name: 'VersionNumber')
|
|
1647
1900
|
VideoCapability = Shapes::StringShape.new(name: 'VideoCapability')
|
|
1648
1901
|
View = Shapes::StructureShape.new(name: 'View')
|
|
@@ -1655,6 +1908,10 @@ module Aws::Connect
|
|
|
1655
1908
|
ViewInputContent = Shapes::StructureShape.new(name: 'ViewInputContent')
|
|
1656
1909
|
ViewInputSchema = Shapes::StringShape.new(name: 'ViewInputSchema')
|
|
1657
1910
|
ViewName = Shapes::StringShape.new(name: 'ViewName')
|
|
1911
|
+
ViewSearchConditionList = Shapes::ListShape.new(name: 'ViewSearchConditionList')
|
|
1912
|
+
ViewSearchCriteria = Shapes::StructureShape.new(name: 'ViewSearchCriteria')
|
|
1913
|
+
ViewSearchFilter = Shapes::StructureShape.new(name: 'ViewSearchFilter')
|
|
1914
|
+
ViewSearchSummaryList = Shapes::ListShape.new(name: 'ViewSearchSummaryList')
|
|
1658
1915
|
ViewStatus = Shapes::StringShape.new(name: 'ViewStatus')
|
|
1659
1916
|
ViewSummary = Shapes::StructureShape.new(name: 'ViewSummary')
|
|
1660
1917
|
ViewTemplate = Shapes::StringShape.new(name: 'ViewTemplate')
|
|
@@ -1666,6 +1923,7 @@ module Aws::Connect
|
|
|
1666
1923
|
ViewsInstanceId = Shapes::StringShape.new(name: 'ViewsInstanceId')
|
|
1667
1924
|
ViewsNextToken = Shapes::StringShape.new(name: 'ViewsNextToken')
|
|
1668
1925
|
ViewsSummaryList = Shapes::ListShape.new(name: 'ViewsSummaryList')
|
|
1926
|
+
Visibility = Shapes::StringShape.new(name: 'Visibility')
|
|
1669
1927
|
Vocabulary = Shapes::StructureShape.new(name: 'Vocabulary')
|
|
1670
1928
|
VocabularyContent = Shapes::StringShape.new(name: 'VocabularyContent')
|
|
1671
1929
|
VocabularyFailureReason = Shapes::StringShape.new(name: 'VocabularyFailureReason')
|
|
@@ -1680,6 +1938,37 @@ module Aws::Connect
|
|
|
1680
1938
|
VoiceRecordingConfiguration = Shapes::StructureShape.new(name: 'VoiceRecordingConfiguration')
|
|
1681
1939
|
VoiceRecordingTrack = Shapes::StringShape.new(name: 'VoiceRecordingTrack')
|
|
1682
1940
|
WisdomInfo = Shapes::StructureShape.new(name: 'WisdomInfo')
|
|
1941
|
+
Workspace = Shapes::StructureShape.new(name: 'Workspace')
|
|
1942
|
+
WorkspaceAssociatedResourceId = Shapes::StringShape.new(name: 'WorkspaceAssociatedResourceId')
|
|
1943
|
+
WorkspaceAssociatedResourceName = Shapes::StringShape.new(name: 'WorkspaceAssociatedResourceName')
|
|
1944
|
+
WorkspaceAssociatedResourceType = Shapes::StringShape.new(name: 'WorkspaceAssociatedResourceType')
|
|
1945
|
+
WorkspaceAssociationSearchConditionList = Shapes::ListShape.new(name: 'WorkspaceAssociationSearchConditionList')
|
|
1946
|
+
WorkspaceAssociationSearchCriteria = Shapes::StructureShape.new(name: 'WorkspaceAssociationSearchCriteria')
|
|
1947
|
+
WorkspaceAssociationSearchFilter = Shapes::StructureShape.new(name: 'WorkspaceAssociationSearchFilter')
|
|
1948
|
+
WorkspaceAssociationSearchSummary = Shapes::StructureShape.new(name: 'WorkspaceAssociationSearchSummary')
|
|
1949
|
+
WorkspaceAssociationSearchSummaryList = Shapes::ListShape.new(name: 'WorkspaceAssociationSearchSummaryList')
|
|
1950
|
+
WorkspaceBatchErrorMessage = Shapes::StringShape.new(name: 'WorkspaceBatchErrorMessage')
|
|
1951
|
+
WorkspaceDescription = Shapes::StringShape.new(name: 'WorkspaceDescription')
|
|
1952
|
+
WorkspaceErrorCode = Shapes::StringShape.new(name: 'WorkspaceErrorCode')
|
|
1953
|
+
WorkspaceFontFamily = Shapes::StringShape.new(name: 'WorkspaceFontFamily')
|
|
1954
|
+
WorkspaceId = Shapes::StringShape.new(name: 'WorkspaceId')
|
|
1955
|
+
WorkspaceName = Shapes::StringShape.new(name: 'WorkspaceName')
|
|
1956
|
+
WorkspacePage = Shapes::StructureShape.new(name: 'WorkspacePage')
|
|
1957
|
+
WorkspacePageList = Shapes::ListShape.new(name: 'WorkspacePageList')
|
|
1958
|
+
WorkspaceResourceArnList = Shapes::ListShape.new(name: 'WorkspaceResourceArnList')
|
|
1959
|
+
WorkspaceSearchConditionList = Shapes::ListShape.new(name: 'WorkspaceSearchConditionList')
|
|
1960
|
+
WorkspaceSearchCriteria = Shapes::StructureShape.new(name: 'WorkspaceSearchCriteria')
|
|
1961
|
+
WorkspaceSearchFilter = Shapes::StructureShape.new(name: 'WorkspaceSearchFilter')
|
|
1962
|
+
WorkspaceSearchSummary = Shapes::StructureShape.new(name: 'WorkspaceSearchSummary')
|
|
1963
|
+
WorkspaceSearchSummaryList = Shapes::ListShape.new(name: 'WorkspaceSearchSummaryList')
|
|
1964
|
+
WorkspaceSummary = Shapes::StructureShape.new(name: 'WorkspaceSummary')
|
|
1965
|
+
WorkspaceSummaryList = Shapes::ListShape.new(name: 'WorkspaceSummaryList')
|
|
1966
|
+
WorkspaceTheme = Shapes::StructureShape.new(name: 'WorkspaceTheme')
|
|
1967
|
+
WorkspaceThemeConfig = Shapes::StructureShape.new(name: 'WorkspaceThemeConfig')
|
|
1968
|
+
WorkspaceThemeImages = Shapes::StructureShape.new(name: 'WorkspaceThemeImages')
|
|
1969
|
+
WorkspaceThemePalette = Shapes::StructureShape.new(name: 'WorkspaceThemePalette')
|
|
1970
|
+
WorkspaceThemeTypography = Shapes::StructureShape.new(name: 'WorkspaceThemeTypography')
|
|
1971
|
+
WorkspaceTitle = Shapes::StringShape.new(name: 'WorkspaceTitle')
|
|
1683
1972
|
resourceArnListMaxLimit100 = Shapes::ListShape.new(name: 'resourceArnListMaxLimit100')
|
|
1684
1973
|
timestamp = Shapes::TimestampShape.new(name: 'timestamp')
|
|
1685
1974
|
|
|
@@ -1806,6 +2095,13 @@ module Aws::Connect
|
|
|
1806
2095
|
|
|
1807
2096
|
AgentsMinOneMaxHundred.member = Shapes::ShapeRef.new(shape: UserId)
|
|
1808
2097
|
|
|
2098
|
+
AiAgentInfo.add_member(:ai_use_case, Shapes::ShapeRef.new(shape: AiUseCase, location_name: "AiUseCase"))
|
|
2099
|
+
AiAgentInfo.add_member(:ai_agent_version_id, Shapes::ShapeRef.new(shape: AiAgentVersionId, location_name: "AiAgentVersionId"))
|
|
2100
|
+
AiAgentInfo.add_member(:ai_agent_escalated, Shapes::ShapeRef.new(shape: Boolean, location_name: "AiAgentEscalated"))
|
|
2101
|
+
AiAgentInfo.struct_class = Types::AiAgentInfo
|
|
2102
|
+
|
|
2103
|
+
AiAgents.member = Shapes::ShapeRef.new(shape: AiAgentInfo)
|
|
2104
|
+
|
|
1809
2105
|
AliasConfiguration.add_member(:email_address_id, Shapes::ShapeRef.new(shape: EmailAddressId, required: true, location_name: "EmailAddressId"))
|
|
1810
2106
|
AliasConfiguration.struct_class = Types::AliasConfiguration
|
|
1811
2107
|
|
|
@@ -1818,6 +2114,8 @@ module Aws::Connect
|
|
|
1818
2114
|
AllowedCapabilities.add_member(:agent, Shapes::ShapeRef.new(shape: ParticipantCapabilities, location_name: "Agent"))
|
|
1819
2115
|
AllowedCapabilities.struct_class = Types::AllowedCapabilities
|
|
1820
2116
|
|
|
2117
|
+
AllowedFlowModules.member = Shapes::ShapeRef.new(shape: FlowModule)
|
|
2118
|
+
|
|
1821
2119
|
AllowedMonitorCapabilities.member = Shapes::ShapeRef.new(shape: MonitorCapability)
|
|
1822
2120
|
|
|
1823
2121
|
AllowedUserActions.member = Shapes::ShapeRef.new(shape: AllowedUserAction)
|
|
@@ -1843,6 +2141,7 @@ module Aws::Connect
|
|
|
1843
2141
|
|
|
1844
2142
|
Application.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, location_name: "Namespace"))
|
|
1845
2143
|
Application.add_member(:application_permissions, Shapes::ShapeRef.new(shape: ApplicationPermissions, location_name: "ApplicationPermissions"))
|
|
2144
|
+
Application.add_member(:type, Shapes::ShapeRef.new(shape: ApplicationType, location_name: "Type"))
|
|
1846
2145
|
Application.struct_class = Types::Application
|
|
1847
2146
|
|
|
1848
2147
|
ApplicationPermissions.member = Shapes::ShapeRef.new(shape: Permission)
|
|
@@ -1950,6 +2249,12 @@ module Aws::Connect
|
|
|
1950
2249
|
AssociateSecurityKeyResponse.add_member(:association_id, Shapes::ShapeRef.new(shape: AssociationId, location_name: "AssociationId"))
|
|
1951
2250
|
AssociateSecurityKeyResponse.struct_class = Types::AssociateSecurityKeyResponse
|
|
1952
2251
|
|
|
2252
|
+
AssociateSecurityProfilesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
2253
|
+
AssociateSecurityProfilesRequest.add_member(:security_profiles, Shapes::ShapeRef.new(shape: SecurityProfiles, required: true, location_name: "SecurityProfiles"))
|
|
2254
|
+
AssociateSecurityProfilesRequest.add_member(:entity_type, Shapes::ShapeRef.new(shape: EntityType, required: true, location_name: "EntityType"))
|
|
2255
|
+
AssociateSecurityProfilesRequest.add_member(:entity_arn, Shapes::ShapeRef.new(shape: EntityArn, required: true, location_name: "EntityArn"))
|
|
2256
|
+
AssociateSecurityProfilesRequest.struct_class = Types::AssociateSecurityProfilesRequest
|
|
2257
|
+
|
|
1953
2258
|
AssociateTrafficDistributionGroupUserRequest.add_member(:traffic_distribution_group_id, Shapes::ShapeRef.new(shape: TrafficDistributionGroupIdOrArn, required: true, location: "uri", location_name: "TrafficDistributionGroupId"))
|
|
1954
2259
|
AssociateTrafficDistributionGroupUserRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, required: true, location_name: "UserId"))
|
|
1955
2260
|
AssociateTrafficDistributionGroupUserRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
|
@@ -1962,6 +2267,15 @@ module Aws::Connect
|
|
|
1962
2267
|
AssociateUserProficienciesRequest.add_member(:user_proficiencies, Shapes::ShapeRef.new(shape: UserProficiencyList, required: true, location_name: "UserProficiencies"))
|
|
1963
2268
|
AssociateUserProficienciesRequest.struct_class = Types::AssociateUserProficienciesRequest
|
|
1964
2269
|
|
|
2270
|
+
AssociateWorkspaceRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
2271
|
+
AssociateWorkspaceRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: WorkspaceId, required: true, location: "uri", location_name: "WorkspaceId"))
|
|
2272
|
+
AssociateWorkspaceRequest.add_member(:resource_arns, Shapes::ShapeRef.new(shape: WorkspaceResourceArnList, required: true, location_name: "ResourceArns"))
|
|
2273
|
+
AssociateWorkspaceRequest.struct_class = Types::AssociateWorkspaceRequest
|
|
2274
|
+
|
|
2275
|
+
AssociateWorkspaceResponse.add_member(:successful_list, Shapes::ShapeRef.new(shape: SuccessfulBatchAssociationSummaryList, location_name: "SuccessfulList"))
|
|
2276
|
+
AssociateWorkspaceResponse.add_member(:failed_list, Shapes::ShapeRef.new(shape: FailedBatchAssociationSummaryList, location_name: "FailedList"))
|
|
2277
|
+
AssociateWorkspaceResponse.struct_class = Types::AssociateWorkspaceResponse
|
|
2278
|
+
|
|
1965
2279
|
AssociatedContactSummary.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "ContactId"))
|
|
1966
2280
|
AssociatedContactSummary.add_member(:contact_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ContactArn"))
|
|
1967
2281
|
AssociatedContactSummary.add_member(:initiation_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "InitiationTimestamp"))
|
|
@@ -2024,6 +2338,12 @@ module Aws::Connect
|
|
|
2024
2338
|
AttributeCondition.add_member(:comparison_operator, Shapes::ShapeRef.new(shape: ComparisonOperator, location_name: "ComparisonOperator"))
|
|
2025
2339
|
AttributeCondition.struct_class = Types::AttributeCondition
|
|
2026
2340
|
|
|
2341
|
+
AttributeIds.member = Shapes::ShapeRef.new(shape: DataTableId)
|
|
2342
|
+
|
|
2343
|
+
AttributeList.member = Shapes::ShapeRef.new(shape: DataTableAttribute)
|
|
2344
|
+
|
|
2345
|
+
AttributeNameList.member = Shapes::ShapeRef.new(shape: DataTableName)
|
|
2346
|
+
|
|
2027
2347
|
AttributeOrConditionList.member = Shapes::ShapeRef.new(shape: AttributeAndCondition)
|
|
2028
2348
|
|
|
2029
2349
|
Attributes.key = Shapes::ShapeRef.new(shape: AttributeName)
|
|
@@ -2090,6 +2410,81 @@ module Aws::Connect
|
|
|
2090
2410
|
BatchAssociateAnalyticsDataSetResponse.add_member(:errors, Shapes::ShapeRef.new(shape: ErrorResults, location_name: "Errors"))
|
|
2091
2411
|
BatchAssociateAnalyticsDataSetResponse.struct_class = Types::BatchAssociateAnalyticsDataSetResponse
|
|
2092
2412
|
|
|
2413
|
+
BatchCreateDataTableValueFailureResult.add_member(:primary_values, Shapes::ShapeRef.new(shape: PrimaryValuesSet, required: true, location_name: "PrimaryValues"))
|
|
2414
|
+
BatchCreateDataTableValueFailureResult.add_member(:attribute_name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location_name: "AttributeName"))
|
|
2415
|
+
BatchCreateDataTableValueFailureResult.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
|
|
2416
|
+
BatchCreateDataTableValueFailureResult.struct_class = Types::BatchCreateDataTableValueFailureResult
|
|
2417
|
+
|
|
2418
|
+
BatchCreateDataTableValueFailureResultList.member = Shapes::ShapeRef.new(shape: BatchCreateDataTableValueFailureResult)
|
|
2419
|
+
|
|
2420
|
+
BatchCreateDataTableValueRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
2421
|
+
BatchCreateDataTableValueRequest.add_member(:data_table_id, Shapes::ShapeRef.new(shape: DataTableId, required: true, location: "uri", location_name: "DataTableId"))
|
|
2422
|
+
BatchCreateDataTableValueRequest.add_member(:values, Shapes::ShapeRef.new(shape: DataTableValueList, required: true, location_name: "Values"))
|
|
2423
|
+
BatchCreateDataTableValueRequest.struct_class = Types::BatchCreateDataTableValueRequest
|
|
2424
|
+
|
|
2425
|
+
BatchCreateDataTableValueResponse.add_member(:successful, Shapes::ShapeRef.new(shape: BatchCreateDataTableValueSuccessResultList, required: true, location_name: "Successful"))
|
|
2426
|
+
BatchCreateDataTableValueResponse.add_member(:failed, Shapes::ShapeRef.new(shape: BatchCreateDataTableValueFailureResultList, required: true, location_name: "Failed"))
|
|
2427
|
+
BatchCreateDataTableValueResponse.struct_class = Types::BatchCreateDataTableValueResponse
|
|
2428
|
+
|
|
2429
|
+
BatchCreateDataTableValueSuccessResult.add_member(:primary_values, Shapes::ShapeRef.new(shape: PrimaryValuesSet, required: true, location_name: "PrimaryValues"))
|
|
2430
|
+
BatchCreateDataTableValueSuccessResult.add_member(:attribute_name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location_name: "AttributeName"))
|
|
2431
|
+
BatchCreateDataTableValueSuccessResult.add_member(:record_id, Shapes::ShapeRef.new(shape: DataTableId, required: true, location_name: "RecordId"))
|
|
2432
|
+
BatchCreateDataTableValueSuccessResult.add_member(:lock_version, Shapes::ShapeRef.new(shape: DataTableLockVersion, required: true, location_name: "LockVersion"))
|
|
2433
|
+
BatchCreateDataTableValueSuccessResult.struct_class = Types::BatchCreateDataTableValueSuccessResult
|
|
2434
|
+
|
|
2435
|
+
BatchCreateDataTableValueSuccessResultList.member = Shapes::ShapeRef.new(shape: BatchCreateDataTableValueSuccessResult)
|
|
2436
|
+
|
|
2437
|
+
BatchDeleteDataTableValueFailureResult.add_member(:primary_values, Shapes::ShapeRef.new(shape: PrimaryValuesSet, required: true, location_name: "PrimaryValues"))
|
|
2438
|
+
BatchDeleteDataTableValueFailureResult.add_member(:attribute_name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location_name: "AttributeName"))
|
|
2439
|
+
BatchDeleteDataTableValueFailureResult.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
|
|
2440
|
+
BatchDeleteDataTableValueFailureResult.struct_class = Types::BatchDeleteDataTableValueFailureResult
|
|
2441
|
+
|
|
2442
|
+
BatchDeleteDataTableValueFailureResultList.member = Shapes::ShapeRef.new(shape: BatchDeleteDataTableValueFailureResult)
|
|
2443
|
+
|
|
2444
|
+
BatchDeleteDataTableValueRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
2445
|
+
BatchDeleteDataTableValueRequest.add_member(:data_table_id, Shapes::ShapeRef.new(shape: DataTableId, required: true, location: "uri", location_name: "DataTableId"))
|
|
2446
|
+
BatchDeleteDataTableValueRequest.add_member(:values, Shapes::ShapeRef.new(shape: DataTableDeleteValueIdentifierList, required: true, location_name: "Values"))
|
|
2447
|
+
BatchDeleteDataTableValueRequest.struct_class = Types::BatchDeleteDataTableValueRequest
|
|
2448
|
+
|
|
2449
|
+
BatchDeleteDataTableValueResponse.add_member(:successful, Shapes::ShapeRef.new(shape: BatchDeleteDataTableValueSuccessResultList, required: true, location_name: "Successful"))
|
|
2450
|
+
BatchDeleteDataTableValueResponse.add_member(:failed, Shapes::ShapeRef.new(shape: BatchDeleteDataTableValueFailureResultList, required: true, location_name: "Failed"))
|
|
2451
|
+
BatchDeleteDataTableValueResponse.struct_class = Types::BatchDeleteDataTableValueResponse
|
|
2452
|
+
|
|
2453
|
+
BatchDeleteDataTableValueSuccessResult.add_member(:primary_values, Shapes::ShapeRef.new(shape: PrimaryValuesSet, required: true, location_name: "PrimaryValues"))
|
|
2454
|
+
BatchDeleteDataTableValueSuccessResult.add_member(:attribute_name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location_name: "AttributeName"))
|
|
2455
|
+
BatchDeleteDataTableValueSuccessResult.add_member(:lock_version, Shapes::ShapeRef.new(shape: DataTableLockVersion, required: true, location_name: "LockVersion"))
|
|
2456
|
+
BatchDeleteDataTableValueSuccessResult.struct_class = Types::BatchDeleteDataTableValueSuccessResult
|
|
2457
|
+
|
|
2458
|
+
BatchDeleteDataTableValueSuccessResultList.member = Shapes::ShapeRef.new(shape: BatchDeleteDataTableValueSuccessResult)
|
|
2459
|
+
|
|
2460
|
+
BatchDescribeDataTableValueFailureResult.add_member(:primary_values, Shapes::ShapeRef.new(shape: PrimaryValuesSet, required: true, location_name: "PrimaryValues"))
|
|
2461
|
+
BatchDescribeDataTableValueFailureResult.add_member(:attribute_name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location_name: "AttributeName"))
|
|
2462
|
+
BatchDescribeDataTableValueFailureResult.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
|
|
2463
|
+
BatchDescribeDataTableValueFailureResult.struct_class = Types::BatchDescribeDataTableValueFailureResult
|
|
2464
|
+
|
|
2465
|
+
BatchDescribeDataTableValueFailureResultList.member = Shapes::ShapeRef.new(shape: BatchDescribeDataTableValueFailureResult)
|
|
2466
|
+
|
|
2467
|
+
BatchDescribeDataTableValueRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
2468
|
+
BatchDescribeDataTableValueRequest.add_member(:data_table_id, Shapes::ShapeRef.new(shape: DataTableId, required: true, location: "uri", location_name: "DataTableId"))
|
|
2469
|
+
BatchDescribeDataTableValueRequest.add_member(:values, Shapes::ShapeRef.new(shape: DataTableValueIdentifierList, required: true, location_name: "Values"))
|
|
2470
|
+
BatchDescribeDataTableValueRequest.struct_class = Types::BatchDescribeDataTableValueRequest
|
|
2471
|
+
|
|
2472
|
+
BatchDescribeDataTableValueResponse.add_member(:successful, Shapes::ShapeRef.new(shape: BatchDescribeDataTableValueSuccessResultList, required: true, location_name: "Successful"))
|
|
2473
|
+
BatchDescribeDataTableValueResponse.add_member(:failed, Shapes::ShapeRef.new(shape: BatchDescribeDataTableValueFailureResultList, required: true, location_name: "Failed"))
|
|
2474
|
+
BatchDescribeDataTableValueResponse.struct_class = Types::BatchDescribeDataTableValueResponse
|
|
2475
|
+
|
|
2476
|
+
BatchDescribeDataTableValueSuccessResult.add_member(:record_id, Shapes::ShapeRef.new(shape: DataTableId, required: true, location_name: "RecordId"))
|
|
2477
|
+
BatchDescribeDataTableValueSuccessResult.add_member(:attribute_id, Shapes::ShapeRef.new(shape: DataTableId, required: true, location_name: "AttributeId"))
|
|
2478
|
+
BatchDescribeDataTableValueSuccessResult.add_member(:primary_values, Shapes::ShapeRef.new(shape: PrimaryValuesResponseSet, required: true, location_name: "PrimaryValues"))
|
|
2479
|
+
BatchDescribeDataTableValueSuccessResult.add_member(:attribute_name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location_name: "AttributeName"))
|
|
2480
|
+
BatchDescribeDataTableValueSuccessResult.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "Value"))
|
|
2481
|
+
BatchDescribeDataTableValueSuccessResult.add_member(:lock_version, Shapes::ShapeRef.new(shape: DataTableLockVersion, required: true, location_name: "LockVersion"))
|
|
2482
|
+
BatchDescribeDataTableValueSuccessResult.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
|
2483
|
+
BatchDescribeDataTableValueSuccessResult.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
|
|
2484
|
+
BatchDescribeDataTableValueSuccessResult.struct_class = Types::BatchDescribeDataTableValueSuccessResult
|
|
2485
|
+
|
|
2486
|
+
BatchDescribeDataTableValueSuccessResultList.member = Shapes::ShapeRef.new(shape: BatchDescribeDataTableValueSuccessResult)
|
|
2487
|
+
|
|
2093
2488
|
BatchDisassociateAnalyticsDataSetRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
2094
2489
|
BatchDisassociateAnalyticsDataSetRequest.add_member(:data_set_ids, Shapes::ShapeRef.new(shape: DataSetIds, required: true, location_name: "DataSetIds"))
|
|
2095
2490
|
BatchDisassociateAnalyticsDataSetRequest.add_member(:target_account_id, Shapes::ShapeRef.new(shape: AWSAccountId, location_name: "TargetAccountId"))
|
|
@@ -2125,6 +2520,29 @@ module Aws::Connect
|
|
|
2125
2520
|
BatchPutContactResponse.add_member(:failed_request_list, Shapes::ShapeRef.new(shape: FailedRequestList, location_name: "FailedRequestList"))
|
|
2126
2521
|
BatchPutContactResponse.struct_class = Types::BatchPutContactResponse
|
|
2127
2522
|
|
|
2523
|
+
BatchUpdateDataTableValueFailureResult.add_member(:primary_values, Shapes::ShapeRef.new(shape: PrimaryValuesSet, required: true, location_name: "PrimaryValues"))
|
|
2524
|
+
BatchUpdateDataTableValueFailureResult.add_member(:attribute_name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location_name: "AttributeName"))
|
|
2525
|
+
BatchUpdateDataTableValueFailureResult.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
|
|
2526
|
+
BatchUpdateDataTableValueFailureResult.struct_class = Types::BatchUpdateDataTableValueFailureResult
|
|
2527
|
+
|
|
2528
|
+
BatchUpdateDataTableValueFailureResultList.member = Shapes::ShapeRef.new(shape: BatchUpdateDataTableValueFailureResult)
|
|
2529
|
+
|
|
2530
|
+
BatchUpdateDataTableValueRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
2531
|
+
BatchUpdateDataTableValueRequest.add_member(:data_table_id, Shapes::ShapeRef.new(shape: DataTableId, required: true, location: "uri", location_name: "DataTableId"))
|
|
2532
|
+
BatchUpdateDataTableValueRequest.add_member(:values, Shapes::ShapeRef.new(shape: DataTableValueList, required: true, location_name: "Values"))
|
|
2533
|
+
BatchUpdateDataTableValueRequest.struct_class = Types::BatchUpdateDataTableValueRequest
|
|
2534
|
+
|
|
2535
|
+
BatchUpdateDataTableValueResponse.add_member(:successful, Shapes::ShapeRef.new(shape: BatchUpdateDataTableValueSuccessResultList, required: true, location_name: "Successful"))
|
|
2536
|
+
BatchUpdateDataTableValueResponse.add_member(:failed, Shapes::ShapeRef.new(shape: BatchUpdateDataTableValueFailureResultList, required: true, location_name: "Failed"))
|
|
2537
|
+
BatchUpdateDataTableValueResponse.struct_class = Types::BatchUpdateDataTableValueResponse
|
|
2538
|
+
|
|
2539
|
+
BatchUpdateDataTableValueSuccessResult.add_member(:primary_values, Shapes::ShapeRef.new(shape: PrimaryValuesSet, required: true, location_name: "PrimaryValues"))
|
|
2540
|
+
BatchUpdateDataTableValueSuccessResult.add_member(:attribute_name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location_name: "AttributeName"))
|
|
2541
|
+
BatchUpdateDataTableValueSuccessResult.add_member(:lock_version, Shapes::ShapeRef.new(shape: DataTableLockVersion, required: true, location_name: "LockVersion"))
|
|
2542
|
+
BatchUpdateDataTableValueSuccessResult.struct_class = Types::BatchUpdateDataTableValueSuccessResult
|
|
2543
|
+
|
|
2544
|
+
BatchUpdateDataTableValueSuccessResultList.member = Shapes::ShapeRef.new(shape: BatchUpdateDataTableValueSuccessResult)
|
|
2545
|
+
|
|
2128
2546
|
BooleanCondition.add_member(:field_name, Shapes::ShapeRef.new(shape: String, location_name: "FieldName"))
|
|
2129
2547
|
BooleanCondition.add_member(:comparison_type, Shapes::ShapeRef.new(shape: BooleanComparisonType, location_name: "ComparisonType"))
|
|
2130
2548
|
BooleanCondition.struct_class = Types::BooleanCondition
|
|
@@ -2275,6 +2693,7 @@ module Aws::Connect
|
|
|
2275
2693
|
Contact.add_member(:contact_details, Shapes::ShapeRef.new(shape: ContactDetails, location_name: "ContactDetails"))
|
|
2276
2694
|
Contact.add_member(:outbound_strategy, Shapes::ShapeRef.new(shape: OutboundStrategy, location_name: "OutboundStrategy"))
|
|
2277
2695
|
Contact.add_member(:attributes, Shapes::ShapeRef.new(shape: Attributes, location_name: "Attributes"))
|
|
2696
|
+
Contact.add_member(:next_contacts, Shapes::ShapeRef.new(shape: NextContacts, location_name: "NextContacts"))
|
|
2278
2697
|
Contact.struct_class = Types::Contact
|
|
2279
2698
|
|
|
2280
2699
|
ContactAnalysis.add_member(:transcript, Shapes::ShapeRef.new(shape: Transcript, location_name: "Transcript"))
|
|
@@ -2331,6 +2750,18 @@ module Aws::Connect
|
|
|
2331
2750
|
ContactFlow.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
|
|
2332
2751
|
ContactFlow.struct_class = Types::ContactFlow
|
|
2333
2752
|
|
|
2753
|
+
ContactFlowAttributeAndCondition.add_member(:tag_conditions, Shapes::ShapeRef.new(shape: TagAndConditionList, location_name: "TagConditions"))
|
|
2754
|
+
ContactFlowAttributeAndCondition.add_member(:contact_flow_type_condition, Shapes::ShapeRef.new(shape: ContactFlowTypeCondition, location_name: "ContactFlowTypeCondition"))
|
|
2755
|
+
ContactFlowAttributeAndCondition.struct_class = Types::ContactFlowAttributeAndCondition
|
|
2756
|
+
|
|
2757
|
+
ContactFlowAttributeFilter.add_member(:or_conditions, Shapes::ShapeRef.new(shape: ContactFlowAttributeOrConditionList, location_name: "OrConditions"))
|
|
2758
|
+
ContactFlowAttributeFilter.add_member(:and_condition, Shapes::ShapeRef.new(shape: ContactFlowAttributeAndCondition, location_name: "AndCondition"))
|
|
2759
|
+
ContactFlowAttributeFilter.add_member(:tag_condition, Shapes::ShapeRef.new(shape: TagCondition, location_name: "TagCondition"))
|
|
2760
|
+
ContactFlowAttributeFilter.add_member(:contact_flow_type_condition, Shapes::ShapeRef.new(shape: ContactFlowTypeCondition, location_name: "ContactFlowTypeCondition"))
|
|
2761
|
+
ContactFlowAttributeFilter.struct_class = Types::ContactFlowAttributeFilter
|
|
2762
|
+
|
|
2763
|
+
ContactFlowAttributeOrConditionList.member = Shapes::ShapeRef.new(shape: ContactFlowAttributeAndCondition)
|
|
2764
|
+
|
|
2334
2765
|
ContactFlowModule.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
|
|
2335
2766
|
ContactFlowModule.add_member(:id, Shapes::ShapeRef.new(shape: ContactFlowModuleId, location_name: "Id"))
|
|
2336
2767
|
ContactFlowModule.add_member(:name, Shapes::ShapeRef.new(shape: ContactFlowModuleName, location_name: "Name"))
|
|
@@ -2339,8 +2770,33 @@ module Aws::Connect
|
|
|
2339
2770
|
ContactFlowModule.add_member(:state, Shapes::ShapeRef.new(shape: ContactFlowModuleState, location_name: "State"))
|
|
2340
2771
|
ContactFlowModule.add_member(:status, Shapes::ShapeRef.new(shape: ContactFlowModuleStatus, location_name: "Status"))
|
|
2341
2772
|
ContactFlowModule.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
|
2773
|
+
ContactFlowModule.add_member(:flow_module_content_sha_256, Shapes::ShapeRef.new(shape: FlowModuleContentSha256, location_name: "FlowModuleContentSha256"))
|
|
2774
|
+
ContactFlowModule.add_member(:version, Shapes::ShapeRef.new(shape: ResourceVersion, location_name: "Version"))
|
|
2775
|
+
ContactFlowModule.add_member(:version_description, Shapes::ShapeRef.new(shape: ContactFlowModuleDescription, location_name: "VersionDescription"))
|
|
2776
|
+
ContactFlowModule.add_member(:settings, Shapes::ShapeRef.new(shape: FlowModuleSettings, location_name: "Settings"))
|
|
2777
|
+
ContactFlowModule.add_member(:external_invocation_configuration, Shapes::ShapeRef.new(shape: ExternalInvocationConfiguration, location_name: "ExternalInvocationConfiguration"))
|
|
2342
2778
|
ContactFlowModule.struct_class = Types::ContactFlowModule
|
|
2343
2779
|
|
|
2780
|
+
ContactFlowModuleAliasInfo.add_member(:contact_flow_module_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "ContactFlowModuleId"))
|
|
2781
|
+
ContactFlowModuleAliasInfo.add_member(:contact_flow_module_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ContactFlowModuleArn"))
|
|
2782
|
+
ContactFlowModuleAliasInfo.add_member(:alias_id, Shapes::ShapeRef.new(shape: ContactFlowModuleAlias, location_name: "AliasId"))
|
|
2783
|
+
ContactFlowModuleAliasInfo.add_member(:version, Shapes::ShapeRef.new(shape: ResourceVersion, location_name: "Version"))
|
|
2784
|
+
ContactFlowModuleAliasInfo.add_member(:name, Shapes::ShapeRef.new(shape: ContactFlowModuleAlias, location_name: "Name"))
|
|
2785
|
+
ContactFlowModuleAliasInfo.add_member(:description, Shapes::ShapeRef.new(shape: ContactFlowModuleDescription, location_name: "Description"))
|
|
2786
|
+
ContactFlowModuleAliasInfo.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
|
|
2787
|
+
ContactFlowModuleAliasInfo.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
|
2788
|
+
ContactFlowModuleAliasInfo.struct_class = Types::ContactFlowModuleAliasInfo
|
|
2789
|
+
|
|
2790
|
+
ContactFlowModuleAliasSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
|
|
2791
|
+
ContactFlowModuleAliasSummary.add_member(:alias_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "AliasId"))
|
|
2792
|
+
ContactFlowModuleAliasSummary.add_member(:version, Shapes::ShapeRef.new(shape: ResourceVersion, location_name: "Version"))
|
|
2793
|
+
ContactFlowModuleAliasSummary.add_member(:alias_name, Shapes::ShapeRef.new(shape: ContactFlowModuleName, location_name: "AliasName"))
|
|
2794
|
+
ContactFlowModuleAliasSummary.add_member(:alias_description, Shapes::ShapeRef.new(shape: ContactFlowModuleDescription, location_name: "AliasDescription"))
|
|
2795
|
+
ContactFlowModuleAliasSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
|
2796
|
+
ContactFlowModuleAliasSummary.struct_class = Types::ContactFlowModuleAliasSummary
|
|
2797
|
+
|
|
2798
|
+
ContactFlowModuleAliasSummaryList.member = Shapes::ShapeRef.new(shape: ContactFlowModuleAliasSummary)
|
|
2799
|
+
|
|
2344
2800
|
ContactFlowModuleSearchConditionList.member = Shapes::ShapeRef.new(shape: ContactFlowModuleSearchCriteria)
|
|
2345
2801
|
|
|
2346
2802
|
ContactFlowModuleSearchCriteria.add_member(:or_conditions, Shapes::ShapeRef.new(shape: ContactFlowModuleSearchConditionList, location_name: "OrConditions"))
|
|
@@ -2361,6 +2817,13 @@ module Aws::Connect
|
|
|
2361
2817
|
ContactFlowModuleSummary.add_member(:state, Shapes::ShapeRef.new(shape: ContactFlowModuleState, location_name: "State"))
|
|
2362
2818
|
ContactFlowModuleSummary.struct_class = Types::ContactFlowModuleSummary
|
|
2363
2819
|
|
|
2820
|
+
ContactFlowModuleVersionSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
|
|
2821
|
+
ContactFlowModuleVersionSummary.add_member(:version_description, Shapes::ShapeRef.new(shape: ContactFlowModuleDescription, location_name: "VersionDescription"))
|
|
2822
|
+
ContactFlowModuleVersionSummary.add_member(:version, Shapes::ShapeRef.new(shape: ResourceVersion, location_name: "Version"))
|
|
2823
|
+
ContactFlowModuleVersionSummary.struct_class = Types::ContactFlowModuleVersionSummary
|
|
2824
|
+
|
|
2825
|
+
ContactFlowModuleVersionSummaryList.member = Shapes::ShapeRef.new(shape: ContactFlowModuleVersionSummary)
|
|
2826
|
+
|
|
2364
2827
|
ContactFlowModulesSummaryList.member = Shapes::ShapeRef.new(shape: ContactFlowModuleSummary)
|
|
2365
2828
|
|
|
2366
2829
|
ContactFlowNotPublishedException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
|
|
@@ -2377,6 +2840,7 @@ module Aws::Connect
|
|
|
2377
2840
|
ContactFlowSearchCriteria.struct_class = Types::ContactFlowSearchCriteria
|
|
2378
2841
|
|
|
2379
2842
|
ContactFlowSearchFilter.add_member(:tag_filter, Shapes::ShapeRef.new(shape: ControlPlaneTagFilter, location_name: "TagFilter"))
|
|
2843
|
+
ContactFlowSearchFilter.add_member(:flow_attribute_filter, Shapes::ShapeRef.new(shape: ContactFlowAttributeFilter, location_name: "FlowAttributeFilter"))
|
|
2380
2844
|
ContactFlowSearchFilter.struct_class = Types::ContactFlowSearchFilter
|
|
2381
2845
|
|
|
2382
2846
|
ContactFlowSearchSummaryList.member = Shapes::ShapeRef.new(shape: ContactFlow)
|
|
@@ -2391,6 +2855,9 @@ module Aws::Connect
|
|
|
2391
2855
|
|
|
2392
2856
|
ContactFlowSummaryList.member = Shapes::ShapeRef.new(shape: ContactFlowSummary)
|
|
2393
2857
|
|
|
2858
|
+
ContactFlowTypeCondition.add_member(:contact_flow_type, Shapes::ShapeRef.new(shape: ContactFlowType, location_name: "ContactFlowType"))
|
|
2859
|
+
ContactFlowTypeCondition.struct_class = Types::ContactFlowTypeCondition
|
|
2860
|
+
|
|
2394
2861
|
ContactFlowTypes.member = Shapes::ShapeRef.new(shape: ContactFlowType)
|
|
2395
2862
|
|
|
2396
2863
|
ContactFlowVersionSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
|
|
@@ -2495,18 +2962,41 @@ module Aws::Connect
|
|
|
2495
2962
|
CreateCaseActionDefinition.add_member(:template_id, Shapes::ShapeRef.new(shape: TemplateId, required: true, location_name: "TemplateId"))
|
|
2496
2963
|
CreateCaseActionDefinition.struct_class = Types::CreateCaseActionDefinition
|
|
2497
2964
|
|
|
2965
|
+
CreateContactFlowModuleAliasRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceIdOrArn, required: true, location: "uri", location_name: "InstanceId"))
|
|
2966
|
+
CreateContactFlowModuleAliasRequest.add_member(:description, Shapes::ShapeRef.new(shape: ContactFlowDescription, location_name: "Description"))
|
|
2967
|
+
CreateContactFlowModuleAliasRequest.add_member(:contact_flow_module_id, Shapes::ShapeRef.new(shape: ContactFlowModuleId, required: true, location: "uri", location_name: "ContactFlowModuleId"))
|
|
2968
|
+
CreateContactFlowModuleAliasRequest.add_member(:contact_flow_module_version, Shapes::ShapeRef.new(shape: ResourceVersion, required: true, location_name: "ContactFlowModuleVersion"))
|
|
2969
|
+
CreateContactFlowModuleAliasRequest.add_member(:alias_name, Shapes::ShapeRef.new(shape: ContactFlowModuleAlias, required: true, location_name: "AliasName"))
|
|
2970
|
+
CreateContactFlowModuleAliasRequest.struct_class = Types::CreateContactFlowModuleAliasRequest
|
|
2971
|
+
|
|
2972
|
+
CreateContactFlowModuleAliasResponse.add_member(:contact_flow_module_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ContactFlowModuleArn"))
|
|
2973
|
+
CreateContactFlowModuleAliasResponse.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "Id"))
|
|
2974
|
+
CreateContactFlowModuleAliasResponse.struct_class = Types::CreateContactFlowModuleAliasResponse
|
|
2975
|
+
|
|
2498
2976
|
CreateContactFlowModuleRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
2499
2977
|
CreateContactFlowModuleRequest.add_member(:name, Shapes::ShapeRef.new(shape: ContactFlowModuleName, required: true, location_name: "Name"))
|
|
2500
2978
|
CreateContactFlowModuleRequest.add_member(:description, Shapes::ShapeRef.new(shape: ContactFlowModuleDescription, location_name: "Description"))
|
|
2501
2979
|
CreateContactFlowModuleRequest.add_member(:content, Shapes::ShapeRef.new(shape: ContactFlowModuleContent, required: true, location_name: "Content"))
|
|
2502
2980
|
CreateContactFlowModuleRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
|
2503
2981
|
CreateContactFlowModuleRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
|
2982
|
+
CreateContactFlowModuleRequest.add_member(:settings, Shapes::ShapeRef.new(shape: FlowModuleSettings, location_name: "Settings"))
|
|
2983
|
+
CreateContactFlowModuleRequest.add_member(:external_invocation_configuration, Shapes::ShapeRef.new(shape: ExternalInvocationConfiguration, location_name: "ExternalInvocationConfiguration"))
|
|
2504
2984
|
CreateContactFlowModuleRequest.struct_class = Types::CreateContactFlowModuleRequest
|
|
2505
2985
|
|
|
2506
2986
|
CreateContactFlowModuleResponse.add_member(:id, Shapes::ShapeRef.new(shape: ContactFlowModuleId, location_name: "Id"))
|
|
2507
2987
|
CreateContactFlowModuleResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
|
|
2508
2988
|
CreateContactFlowModuleResponse.struct_class = Types::CreateContactFlowModuleResponse
|
|
2509
2989
|
|
|
2990
|
+
CreateContactFlowModuleVersionRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
2991
|
+
CreateContactFlowModuleVersionRequest.add_member(:description, Shapes::ShapeRef.new(shape: ContactFlowModuleDescription, location_name: "Description"))
|
|
2992
|
+
CreateContactFlowModuleVersionRequest.add_member(:contact_flow_module_id, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "ContactFlowModuleId"))
|
|
2993
|
+
CreateContactFlowModuleVersionRequest.add_member(:flow_module_content_sha_256, Shapes::ShapeRef.new(shape: FlowModuleContentSha256, location_name: "FlowModuleContentSha256"))
|
|
2994
|
+
CreateContactFlowModuleVersionRequest.struct_class = Types::CreateContactFlowModuleVersionRequest
|
|
2995
|
+
|
|
2996
|
+
CreateContactFlowModuleVersionResponse.add_member(:contact_flow_module_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ContactFlowModuleArn"))
|
|
2997
|
+
CreateContactFlowModuleVersionResponse.add_member(:version, Shapes::ShapeRef.new(shape: ResourceVersion, location_name: "Version"))
|
|
2998
|
+
CreateContactFlowModuleVersionResponse.struct_class = Types::CreateContactFlowModuleVersionResponse
|
|
2999
|
+
|
|
2510
3000
|
CreateContactFlowRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
2511
3001
|
CreateContactFlowRequest.add_member(:name, Shapes::ShapeRef.new(shape: ContactFlowName, required: true, location_name: "Name"))
|
|
2512
3002
|
CreateContactFlowRequest.add_member(:type, Shapes::ShapeRef.new(shape: ContactFlowType, required: true, location_name: "Type"))
|
|
@@ -2554,6 +3044,34 @@ module Aws::Connect
|
|
|
2554
3044
|
CreateContactResponse.add_member(:contact_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ContactArn"))
|
|
2555
3045
|
CreateContactResponse.struct_class = Types::CreateContactResponse
|
|
2556
3046
|
|
|
3047
|
+
CreateDataTableAttributeRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
3048
|
+
CreateDataTableAttributeRequest.add_member(:data_table_id, Shapes::ShapeRef.new(shape: DataTableId, required: true, location: "uri", location_name: "DataTableId"))
|
|
3049
|
+
CreateDataTableAttributeRequest.add_member(:name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location_name: "Name"))
|
|
3050
|
+
CreateDataTableAttributeRequest.add_member(:value_type, Shapes::ShapeRef.new(shape: DataTableAttributeValueType, required: true, location_name: "ValueType"))
|
|
3051
|
+
CreateDataTableAttributeRequest.add_member(:description, Shapes::ShapeRef.new(shape: DataTableDescription, location_name: "Description"))
|
|
3052
|
+
CreateDataTableAttributeRequest.add_member(:primary, Shapes::ShapeRef.new(shape: Boolean, location_name: "Primary"))
|
|
3053
|
+
CreateDataTableAttributeRequest.add_member(:validation, Shapes::ShapeRef.new(shape: Validation, location_name: "Validation"))
|
|
3054
|
+
CreateDataTableAttributeRequest.struct_class = Types::CreateDataTableAttributeRequest
|
|
3055
|
+
|
|
3056
|
+
CreateDataTableAttributeResponse.add_member(:name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location_name: "Name"))
|
|
3057
|
+
CreateDataTableAttributeResponse.add_member(:attribute_id, Shapes::ShapeRef.new(shape: DataTableId, location_name: "AttributeId"))
|
|
3058
|
+
CreateDataTableAttributeResponse.add_member(:lock_version, Shapes::ShapeRef.new(shape: DataTableLockVersion, required: true, location_name: "LockVersion"))
|
|
3059
|
+
CreateDataTableAttributeResponse.struct_class = Types::CreateDataTableAttributeResponse
|
|
3060
|
+
|
|
3061
|
+
CreateDataTableRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
3062
|
+
CreateDataTableRequest.add_member(:name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location_name: "Name"))
|
|
3063
|
+
CreateDataTableRequest.add_member(:description, Shapes::ShapeRef.new(shape: DataTableDescription, location_name: "Description"))
|
|
3064
|
+
CreateDataTableRequest.add_member(:time_zone, Shapes::ShapeRef.new(shape: TimeZone, required: true, location_name: "TimeZone"))
|
|
3065
|
+
CreateDataTableRequest.add_member(:value_lock_level, Shapes::ShapeRef.new(shape: DataTableLockLevel, required: true, location_name: "ValueLockLevel"))
|
|
3066
|
+
CreateDataTableRequest.add_member(:status, Shapes::ShapeRef.new(shape: DataTableStatus, required: true, location_name: "Status"))
|
|
3067
|
+
CreateDataTableRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
|
3068
|
+
CreateDataTableRequest.struct_class = Types::CreateDataTableRequest
|
|
3069
|
+
|
|
3070
|
+
CreateDataTableResponse.add_member(:id, Shapes::ShapeRef.new(shape: DataTableId, required: true, location_name: "Id"))
|
|
3071
|
+
CreateDataTableResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "Arn"))
|
|
3072
|
+
CreateDataTableResponse.add_member(:lock_version, Shapes::ShapeRef.new(shape: DataTableLockVersion, required: true, location_name: "LockVersion"))
|
|
3073
|
+
CreateDataTableResponse.struct_class = Types::CreateDataTableResponse
|
|
3074
|
+
|
|
2557
3075
|
CreateEmailAddressRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
|
2558
3076
|
CreateEmailAddressRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
2559
3077
|
CreateEmailAddressRequest.add_member(:email_address, Shapes::ShapeRef.new(shape: EmailAddress, required: true, location_name: "EmailAddress"))
|
|
@@ -2573,7 +3091,10 @@ module Aws::Connect
|
|
|
2573
3091
|
CreateEvaluationFormRequest.add_member(:scoring_strategy, Shapes::ShapeRef.new(shape: EvaluationFormScoringStrategy, location_name: "ScoringStrategy"))
|
|
2574
3092
|
CreateEvaluationFormRequest.add_member(:auto_evaluation_configuration, Shapes::ShapeRef.new(shape: EvaluationFormAutoEvaluationConfiguration, location_name: "AutoEvaluationConfiguration"))
|
|
2575
3093
|
CreateEvaluationFormRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
|
3094
|
+
CreateEvaluationFormRequest.add_member(:as_draft, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "AsDraft"))
|
|
2576
3095
|
CreateEvaluationFormRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
|
3096
|
+
CreateEvaluationFormRequest.add_member(:target_configuration, Shapes::ShapeRef.new(shape: EvaluationFormTargetConfiguration, location_name: "TargetConfiguration"))
|
|
3097
|
+
CreateEvaluationFormRequest.add_member(:language_configuration, Shapes::ShapeRef.new(shape: EvaluationFormLanguageConfiguration, location_name: "LanguageConfiguration"))
|
|
2577
3098
|
CreateEvaluationFormRequest.struct_class = Types::CreateEvaluationFormRequest
|
|
2578
3099
|
|
|
2579
3100
|
CreateEvaluationFormResponse.add_member(:evaluation_form_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "EvaluationFormId"))
|
|
@@ -2743,6 +3264,8 @@ module Aws::Connect
|
|
|
2743
3264
|
CreateSecurityProfileRequest.add_member(:applications, Shapes::ShapeRef.new(shape: Applications, location_name: "Applications"))
|
|
2744
3265
|
CreateSecurityProfileRequest.add_member(:hierarchy_restricted_resources, Shapes::ShapeRef.new(shape: HierarchyRestrictedResourceList, location_name: "HierarchyRestrictedResources"))
|
|
2745
3266
|
CreateSecurityProfileRequest.add_member(:allowed_access_control_hierarchy_group_id, Shapes::ShapeRef.new(shape: HierarchyGroupId, location_name: "AllowedAccessControlHierarchyGroupId"))
|
|
3267
|
+
CreateSecurityProfileRequest.add_member(:allowed_flow_modules, Shapes::ShapeRef.new(shape: AllowedFlowModules, location_name: "AllowedFlowModules"))
|
|
3268
|
+
CreateSecurityProfileRequest.add_member(:granular_access_control_configuration, Shapes::ShapeRef.new(shape: GranularAccessControlConfiguration, location_name: "GranularAccessControlConfiguration"))
|
|
2746
3269
|
CreateSecurityProfileRequest.struct_class = Types::CreateSecurityProfileRequest
|
|
2747
3270
|
|
|
2748
3271
|
CreateSecurityProfileResponse.add_member(:security_profile_id, Shapes::ShapeRef.new(shape: SecurityProfileId, location_name: "SecurityProfileId"))
|
|
@@ -2846,6 +3369,28 @@ module Aws::Connect
|
|
|
2846
3369
|
CreateVocabularyResponse.add_member(:state, Shapes::ShapeRef.new(shape: VocabularyState, required: true, location_name: "State"))
|
|
2847
3370
|
CreateVocabularyResponse.struct_class = Types::CreateVocabularyResponse
|
|
2848
3371
|
|
|
3372
|
+
CreateWorkspacePageRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
3373
|
+
CreateWorkspacePageRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: WorkspaceId, required: true, location: "uri", location_name: "WorkspaceId"))
|
|
3374
|
+
CreateWorkspacePageRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "ResourceArn"))
|
|
3375
|
+
CreateWorkspacePageRequest.add_member(:page, Shapes::ShapeRef.new(shape: Page, required: true, location_name: "Page"))
|
|
3376
|
+
CreateWorkspacePageRequest.add_member(:slug, Shapes::ShapeRef.new(shape: Slug, location_name: "Slug"))
|
|
3377
|
+
CreateWorkspacePageRequest.add_member(:input_data, Shapes::ShapeRef.new(shape: InputData, location_name: "InputData"))
|
|
3378
|
+
CreateWorkspacePageRequest.struct_class = Types::CreateWorkspacePageRequest
|
|
3379
|
+
|
|
3380
|
+
CreateWorkspacePageResponse.struct_class = Types::CreateWorkspacePageResponse
|
|
3381
|
+
|
|
3382
|
+
CreateWorkspaceRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
3383
|
+
CreateWorkspaceRequest.add_member(:name, Shapes::ShapeRef.new(shape: WorkspaceName, required: true, location_name: "Name"))
|
|
3384
|
+
CreateWorkspaceRequest.add_member(:description, Shapes::ShapeRef.new(shape: WorkspaceDescription, location_name: "Description"))
|
|
3385
|
+
CreateWorkspaceRequest.add_member(:theme, Shapes::ShapeRef.new(shape: WorkspaceTheme, location_name: "Theme"))
|
|
3386
|
+
CreateWorkspaceRequest.add_member(:title, Shapes::ShapeRef.new(shape: WorkspaceTitle, location_name: "Title"))
|
|
3387
|
+
CreateWorkspaceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
|
3388
|
+
CreateWorkspaceRequest.struct_class = Types::CreateWorkspaceRequest
|
|
3389
|
+
|
|
3390
|
+
CreateWorkspaceResponse.add_member(:workspace_id, Shapes::ShapeRef.new(shape: WorkspaceId, required: true, location_name: "WorkspaceId"))
|
|
3391
|
+
CreateWorkspaceResponse.add_member(:workspace_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "WorkspaceArn"))
|
|
3392
|
+
CreateWorkspaceResponse.struct_class = Types::CreateWorkspaceResponse
|
|
3393
|
+
|
|
2849
3394
|
CreatedByInfo.add_member(:connect_user_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ConnectUserArn"))
|
|
2850
3395
|
CreatedByInfo.add_member(:aws_identity_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "AWSIdentityArn"))
|
|
2851
3396
|
CreatedByInfo.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
@@ -2900,6 +3445,119 @@ module Aws::Connect
|
|
|
2900
3445
|
|
|
2901
3446
|
DataSetIds.member = Shapes::ShapeRef.new(shape: DataSetId)
|
|
2902
3447
|
|
|
3448
|
+
DataTable.add_member(:name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location_name: "Name"))
|
|
3449
|
+
DataTable.add_member(:id, Shapes::ShapeRef.new(shape: DataTableId, required: true, location_name: "Id"))
|
|
3450
|
+
DataTable.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "Arn"))
|
|
3451
|
+
DataTable.add_member(:time_zone, Shapes::ShapeRef.new(shape: TimeZone, required: true, location_name: "TimeZone"))
|
|
3452
|
+
DataTable.add_member(:description, Shapes::ShapeRef.new(shape: DataTableDescription, location_name: "Description"))
|
|
3453
|
+
DataTable.add_member(:value_lock_level, Shapes::ShapeRef.new(shape: DataTableLockLevel, location_name: "ValueLockLevel"))
|
|
3454
|
+
DataTable.add_member(:lock_version, Shapes::ShapeRef.new(shape: DataTableLockVersion, location_name: "LockVersion"))
|
|
3455
|
+
DataTable.add_member(:version, Shapes::ShapeRef.new(shape: DataTableVersion, location_name: "Version"))
|
|
3456
|
+
DataTable.add_member(:version_description, Shapes::ShapeRef.new(shape: DataTableDescription, location_name: "VersionDescription"))
|
|
3457
|
+
DataTable.add_member(:status, Shapes::ShapeRef.new(shape: DataTableStatus, location_name: "Status"))
|
|
3458
|
+
DataTable.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTime"))
|
|
3459
|
+
DataTable.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedTime"))
|
|
3460
|
+
DataTable.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
|
|
3461
|
+
DataTable.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
|
3462
|
+
DataTable.struct_class = Types::DataTable
|
|
3463
|
+
|
|
3464
|
+
DataTableAccessControlConfiguration.add_member(:primary_attribute_access_control_configuration, Shapes::ShapeRef.new(shape: PrimaryAttributeAccessControlConfigurationItem, location_name: "PrimaryAttributeAccessControlConfiguration"))
|
|
3465
|
+
DataTableAccessControlConfiguration.struct_class = Types::DataTableAccessControlConfiguration
|
|
3466
|
+
|
|
3467
|
+
DataTableAttribute.add_member(:attribute_id, Shapes::ShapeRef.new(shape: DataTableId, location_name: "AttributeId"))
|
|
3468
|
+
DataTableAttribute.add_member(:name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location_name: "Name"))
|
|
3469
|
+
DataTableAttribute.add_member(:value_type, Shapes::ShapeRef.new(shape: DataTableAttributeValueType, required: true, location_name: "ValueType"))
|
|
3470
|
+
DataTableAttribute.add_member(:description, Shapes::ShapeRef.new(shape: DataTableDescription, location_name: "Description"))
|
|
3471
|
+
DataTableAttribute.add_member(:data_table_id, Shapes::ShapeRef.new(shape: DataTableId, location_name: "DataTableId"))
|
|
3472
|
+
DataTableAttribute.add_member(:data_table_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "DataTableArn"))
|
|
3473
|
+
DataTableAttribute.add_member(:primary, Shapes::ShapeRef.new(shape: Boolean, location_name: "Primary"))
|
|
3474
|
+
DataTableAttribute.add_member(:version, Shapes::ShapeRef.new(shape: DataTableVersion, location_name: "Version"))
|
|
3475
|
+
DataTableAttribute.add_member(:lock_version, Shapes::ShapeRef.new(shape: DataTableLockVersion, location_name: "LockVersion"))
|
|
3476
|
+
DataTableAttribute.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
|
3477
|
+
DataTableAttribute.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
|
|
3478
|
+
DataTableAttribute.add_member(:validation, Shapes::ShapeRef.new(shape: Validation, location_name: "Validation"))
|
|
3479
|
+
DataTableAttribute.struct_class = Types::DataTableAttribute
|
|
3480
|
+
|
|
3481
|
+
DataTableDeleteValueIdentifier.add_member(:primary_values, Shapes::ShapeRef.new(shape: PrimaryValuesSet, location_name: "PrimaryValues"))
|
|
3482
|
+
DataTableDeleteValueIdentifier.add_member(:attribute_name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location_name: "AttributeName"))
|
|
3483
|
+
DataTableDeleteValueIdentifier.add_member(:lock_version, Shapes::ShapeRef.new(shape: DataTableLockVersion, required: true, location_name: "LockVersion"))
|
|
3484
|
+
DataTableDeleteValueIdentifier.struct_class = Types::DataTableDeleteValueIdentifier
|
|
3485
|
+
|
|
3486
|
+
DataTableDeleteValueIdentifierList.member = Shapes::ShapeRef.new(shape: DataTableDeleteValueIdentifier)
|
|
3487
|
+
|
|
3488
|
+
DataTableEvaluatedValue.add_member(:record_id, Shapes::ShapeRef.new(shape: DataTableId, required: true, location_name: "RecordId"))
|
|
3489
|
+
DataTableEvaluatedValue.add_member(:primary_values, Shapes::ShapeRef.new(shape: PrimaryValuesSet, required: true, location_name: "PrimaryValues"))
|
|
3490
|
+
DataTableEvaluatedValue.add_member(:attribute_name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location_name: "AttributeName"))
|
|
3491
|
+
DataTableEvaluatedValue.add_member(:value_type, Shapes::ShapeRef.new(shape: DataTableAttributeValueType, required: true, location_name: "ValueType"))
|
|
3492
|
+
DataTableEvaluatedValue.add_member(:found, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "Found"))
|
|
3493
|
+
DataTableEvaluatedValue.add_member(:error, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "Error"))
|
|
3494
|
+
DataTableEvaluatedValue.add_member(:evaluated_value, Shapes::ShapeRef.new(shape: String, required: true, location_name: "EvaluatedValue"))
|
|
3495
|
+
DataTableEvaluatedValue.struct_class = Types::DataTableEvaluatedValue
|
|
3496
|
+
|
|
3497
|
+
DataTableEvaluatedValueList.member = Shapes::ShapeRef.new(shape: DataTableEvaluatedValue)
|
|
3498
|
+
|
|
3499
|
+
DataTableList.member = Shapes::ShapeRef.new(shape: DataTable)
|
|
3500
|
+
|
|
3501
|
+
DataTableLockVersion.add_member(:data_table, Shapes::ShapeRef.new(shape: String, location_name: "DataTable"))
|
|
3502
|
+
DataTableLockVersion.add_member(:attribute, Shapes::ShapeRef.new(shape: String, location_name: "Attribute"))
|
|
3503
|
+
DataTableLockVersion.add_member(:primary_values, Shapes::ShapeRef.new(shape: String, location_name: "PrimaryValues"))
|
|
3504
|
+
DataTableLockVersion.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "Value"))
|
|
3505
|
+
DataTableLockVersion.struct_class = Types::DataTableLockVersion
|
|
3506
|
+
|
|
3507
|
+
DataTableSearchConditionList.member = Shapes::ShapeRef.new(shape: DataTableSearchCriteria)
|
|
3508
|
+
|
|
3509
|
+
DataTableSearchCriteria.add_member(:or_conditions, Shapes::ShapeRef.new(shape: DataTableSearchConditionList, location_name: "OrConditions"))
|
|
3510
|
+
DataTableSearchCriteria.add_member(:and_conditions, Shapes::ShapeRef.new(shape: DataTableSearchConditionList, location_name: "AndConditions"))
|
|
3511
|
+
DataTableSearchCriteria.add_member(:string_condition, Shapes::ShapeRef.new(shape: StringCondition, location_name: "StringCondition"))
|
|
3512
|
+
DataTableSearchCriteria.struct_class = Types::DataTableSearchCriteria
|
|
3513
|
+
|
|
3514
|
+
DataTableSearchFilter.add_member(:attribute_filter, Shapes::ShapeRef.new(shape: ControlPlaneAttributeFilter, location_name: "AttributeFilter"))
|
|
3515
|
+
DataTableSearchFilter.struct_class = Types::DataTableSearchFilter
|
|
3516
|
+
|
|
3517
|
+
DataTableSummary.add_member(:name, Shapes::ShapeRef.new(shape: DataTableName, location_name: "Name"))
|
|
3518
|
+
DataTableSummary.add_member(:id, Shapes::ShapeRef.new(shape: DataTableId, location_name: "Id"))
|
|
3519
|
+
DataTableSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
|
|
3520
|
+
DataTableSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
|
3521
|
+
DataTableSummary.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
|
|
3522
|
+
DataTableSummary.struct_class = Types::DataTableSummary
|
|
3523
|
+
|
|
3524
|
+
DataTableSummaryList.member = Shapes::ShapeRef.new(shape: DataTableSummary)
|
|
3525
|
+
|
|
3526
|
+
DataTableValue.add_member(:primary_values, Shapes::ShapeRef.new(shape: PrimaryValuesSet, location_name: "PrimaryValues"))
|
|
3527
|
+
DataTableValue.add_member(:attribute_name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location_name: "AttributeName"))
|
|
3528
|
+
DataTableValue.add_member(:value, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Value"))
|
|
3529
|
+
DataTableValue.add_member(:lock_version, Shapes::ShapeRef.new(shape: DataTableLockVersion, location_name: "LockVersion"))
|
|
3530
|
+
DataTableValue.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
|
3531
|
+
DataTableValue.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
|
|
3532
|
+
DataTableValue.struct_class = Types::DataTableValue
|
|
3533
|
+
|
|
3534
|
+
DataTableValueEvaluationSet.add_member(:primary_values, Shapes::ShapeRef.new(shape: PrimaryValuesSet, location_name: "PrimaryValues"))
|
|
3535
|
+
DataTableValueEvaluationSet.add_member(:attribute_names, Shapes::ShapeRef.new(shape: AttributeNameList, required: true, location_name: "AttributeNames"))
|
|
3536
|
+
DataTableValueEvaluationSet.struct_class = Types::DataTableValueEvaluationSet
|
|
3537
|
+
|
|
3538
|
+
DataTableValueEvaluationSetList.member = Shapes::ShapeRef.new(shape: DataTableValueEvaluationSet)
|
|
3539
|
+
|
|
3540
|
+
DataTableValueIdentifier.add_member(:primary_values, Shapes::ShapeRef.new(shape: PrimaryValuesSet, location_name: "PrimaryValues"))
|
|
3541
|
+
DataTableValueIdentifier.add_member(:attribute_name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location_name: "AttributeName"))
|
|
3542
|
+
DataTableValueIdentifier.struct_class = Types::DataTableValueIdentifier
|
|
3543
|
+
|
|
3544
|
+
DataTableValueIdentifierList.member = Shapes::ShapeRef.new(shape: DataTableValueIdentifier)
|
|
3545
|
+
|
|
3546
|
+
DataTableValueList.member = Shapes::ShapeRef.new(shape: DataTableValue)
|
|
3547
|
+
|
|
3548
|
+
DataTableValueSummary.add_member(:record_id, Shapes::ShapeRef.new(shape: DataTableId, location_name: "RecordId"))
|
|
3549
|
+
DataTableValueSummary.add_member(:attribute_id, Shapes::ShapeRef.new(shape: DataTableId, location_name: "AttributeId"))
|
|
3550
|
+
DataTableValueSummary.add_member(:primary_values, Shapes::ShapeRef.new(shape: PrimaryValuesResponseSet, required: true, location_name: "PrimaryValues"))
|
|
3551
|
+
DataTableValueSummary.add_member(:attribute_name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location_name: "AttributeName"))
|
|
3552
|
+
DataTableValueSummary.add_member(:value_type, Shapes::ShapeRef.new(shape: DataTableAttributeValueType, required: true, location_name: "ValueType"))
|
|
3553
|
+
DataTableValueSummary.add_member(:value, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Value"))
|
|
3554
|
+
DataTableValueSummary.add_member(:lock_version, Shapes::ShapeRef.new(shape: DataTableLockVersion, location_name: "LockVersion"))
|
|
3555
|
+
DataTableValueSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
|
3556
|
+
DataTableValueSummary.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
|
|
3557
|
+
DataTableValueSummary.struct_class = Types::DataTableValueSummary
|
|
3558
|
+
|
|
3559
|
+
DataTableValueSummaryList.member = Shapes::ShapeRef.new(shape: DataTableValueSummary)
|
|
3560
|
+
|
|
2903
3561
|
DateCondition.add_member(:field_name, Shapes::ShapeRef.new(shape: String, location_name: "FieldName"))
|
|
2904
3562
|
DateCondition.add_member(:value, Shapes::ShapeRef.new(shape: DateYearMonthDayFormat, location_name: "Value"))
|
|
2905
3563
|
DateCondition.add_member(:comparison_type, Shapes::ShapeRef.new(shape: DateComparisonType, location_name: "ComparisonType"))
|
|
@@ -2950,12 +3608,26 @@ module Aws::Connect
|
|
|
2950
3608
|
DeleteContactEvaluationRequest.add_member(:evaluation_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "EvaluationId"))
|
|
2951
3609
|
DeleteContactEvaluationRequest.struct_class = Types::DeleteContactEvaluationRequest
|
|
2952
3610
|
|
|
3611
|
+
DeleteContactFlowModuleAliasRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceIdOrArn, required: true, location: "uri", location_name: "InstanceId"))
|
|
3612
|
+
DeleteContactFlowModuleAliasRequest.add_member(:contact_flow_module_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "ContactFlowModuleId"))
|
|
3613
|
+
DeleteContactFlowModuleAliasRequest.add_member(:alias_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "AliasId"))
|
|
3614
|
+
DeleteContactFlowModuleAliasRequest.struct_class = Types::DeleteContactFlowModuleAliasRequest
|
|
3615
|
+
|
|
3616
|
+
DeleteContactFlowModuleAliasResponse.struct_class = Types::DeleteContactFlowModuleAliasResponse
|
|
3617
|
+
|
|
2953
3618
|
DeleteContactFlowModuleRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
2954
3619
|
DeleteContactFlowModuleRequest.add_member(:contact_flow_module_id, Shapes::ShapeRef.new(shape: ContactFlowModuleId, required: true, location: "uri", location_name: "ContactFlowModuleId"))
|
|
2955
3620
|
DeleteContactFlowModuleRequest.struct_class = Types::DeleteContactFlowModuleRequest
|
|
2956
3621
|
|
|
2957
3622
|
DeleteContactFlowModuleResponse.struct_class = Types::DeleteContactFlowModuleResponse
|
|
2958
3623
|
|
|
3624
|
+
DeleteContactFlowModuleVersionRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
3625
|
+
DeleteContactFlowModuleVersionRequest.add_member(:contact_flow_module_id, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "ContactFlowModuleId"))
|
|
3626
|
+
DeleteContactFlowModuleVersionRequest.add_member(:contact_flow_module_version, Shapes::ShapeRef.new(shape: ResourceVersion, required: true, location: "uri", location_name: "ContactFlowModuleVersion"))
|
|
3627
|
+
DeleteContactFlowModuleVersionRequest.struct_class = Types::DeleteContactFlowModuleVersionRequest
|
|
3628
|
+
|
|
3629
|
+
DeleteContactFlowModuleVersionResponse.struct_class = Types::DeleteContactFlowModuleVersionResponse
|
|
3630
|
+
|
|
2959
3631
|
DeleteContactFlowRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
2960
3632
|
DeleteContactFlowRequest.add_member(:contact_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, required: true, location: "uri", location_name: "ContactFlowId"))
|
|
2961
3633
|
DeleteContactFlowRequest.struct_class = Types::DeleteContactFlowRequest
|
|
@@ -2969,6 +3641,20 @@ module Aws::Connect
|
|
|
2969
3641
|
|
|
2970
3642
|
DeleteContactFlowVersionResponse.struct_class = Types::DeleteContactFlowVersionResponse
|
|
2971
3643
|
|
|
3644
|
+
DeleteDataTableAttributeRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
3645
|
+
DeleteDataTableAttributeRequest.add_member(:data_table_id, Shapes::ShapeRef.new(shape: DataTableId, required: true, location: "uri", location_name: "DataTableId"))
|
|
3646
|
+
DeleteDataTableAttributeRequest.add_member(:attribute_name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location: "uri", location_name: "AttributeName"))
|
|
3647
|
+
DeleteDataTableAttributeRequest.struct_class = Types::DeleteDataTableAttributeRequest
|
|
3648
|
+
|
|
3649
|
+
DeleteDataTableAttributeResponse.add_member(:lock_version, Shapes::ShapeRef.new(shape: DataTableLockVersion, required: true, location_name: "LockVersion"))
|
|
3650
|
+
DeleteDataTableAttributeResponse.struct_class = Types::DeleteDataTableAttributeResponse
|
|
3651
|
+
|
|
3652
|
+
DeleteDataTableRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
3653
|
+
DeleteDataTableRequest.add_member(:data_table_id, Shapes::ShapeRef.new(shape: DataTableId, required: true, location: "uri", location_name: "DataTableId"))
|
|
3654
|
+
DeleteDataTableRequest.struct_class = Types::DeleteDataTableRequest
|
|
3655
|
+
|
|
3656
|
+
DeleteDataTableResponse.struct_class = Types::DeleteDataTableResponse
|
|
3657
|
+
|
|
2972
3658
|
DeleteEmailAddressRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
2973
3659
|
DeleteEmailAddressRequest.add_member(:email_address_id, Shapes::ShapeRef.new(shape: EmailAddressId, required: true, location: "uri", location_name: "EmailAddressId"))
|
|
2974
3660
|
DeleteEmailAddressRequest.struct_class = Types::DeleteEmailAddressRequest
|
|
@@ -3078,6 +3764,26 @@ module Aws::Connect
|
|
|
3078
3764
|
DeleteVocabularyResponse.add_member(:state, Shapes::ShapeRef.new(shape: VocabularyState, required: true, location_name: "State"))
|
|
3079
3765
|
DeleteVocabularyResponse.struct_class = Types::DeleteVocabularyResponse
|
|
3080
3766
|
|
|
3767
|
+
DeleteWorkspaceMediaRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
3768
|
+
DeleteWorkspaceMediaRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: WorkspaceId, required: true, location: "uri", location_name: "WorkspaceId"))
|
|
3769
|
+
DeleteWorkspaceMediaRequest.add_member(:media_type, Shapes::ShapeRef.new(shape: MediaType, required: true, location: "querystring", location_name: "mediaType", metadata: {"box" => true}))
|
|
3770
|
+
DeleteWorkspaceMediaRequest.struct_class = Types::DeleteWorkspaceMediaRequest
|
|
3771
|
+
|
|
3772
|
+
DeleteWorkspaceMediaResponse.struct_class = Types::DeleteWorkspaceMediaResponse
|
|
3773
|
+
|
|
3774
|
+
DeleteWorkspacePageRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
3775
|
+
DeleteWorkspacePageRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: WorkspaceId, required: true, location: "uri", location_name: "WorkspaceId"))
|
|
3776
|
+
DeleteWorkspacePageRequest.add_member(:page, Shapes::ShapeRef.new(shape: Page, required: true, location: "uri", location_name: "Page"))
|
|
3777
|
+
DeleteWorkspacePageRequest.struct_class = Types::DeleteWorkspacePageRequest
|
|
3778
|
+
|
|
3779
|
+
DeleteWorkspacePageResponse.struct_class = Types::DeleteWorkspacePageResponse
|
|
3780
|
+
|
|
3781
|
+
DeleteWorkspaceRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
3782
|
+
DeleteWorkspaceRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: WorkspaceId, required: true, location: "uri", location_name: "WorkspaceId"))
|
|
3783
|
+
DeleteWorkspaceRequest.struct_class = Types::DeleteWorkspaceRequest
|
|
3784
|
+
|
|
3785
|
+
DeleteWorkspaceResponse.struct_class = Types::DeleteWorkspaceResponse
|
|
3786
|
+
|
|
3081
3787
|
DescribeAgentStatusRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
3082
3788
|
DescribeAgentStatusRequest.add_member(:agent_status_id, Shapes::ShapeRef.new(shape: AgentStatusId, required: true, location: "uri", location_name: "AgentStatusId"))
|
|
3083
3789
|
DescribeAgentStatusRequest.struct_class = Types::DescribeAgentStatusRequest
|
|
@@ -3100,6 +3806,14 @@ module Aws::Connect
|
|
|
3100
3806
|
DescribeContactEvaluationResponse.add_member(:evaluation_form, Shapes::ShapeRef.new(shape: EvaluationFormContent, required: true, location_name: "EvaluationForm"))
|
|
3101
3807
|
DescribeContactEvaluationResponse.struct_class = Types::DescribeContactEvaluationResponse
|
|
3102
3808
|
|
|
3809
|
+
DescribeContactFlowModuleAliasRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceIdOrArn, required: true, location: "uri", location_name: "InstanceId"))
|
|
3810
|
+
DescribeContactFlowModuleAliasRequest.add_member(:contact_flow_module_id, Shapes::ShapeRef.new(shape: ContactFlowModuleId, required: true, location: "uri", location_name: "ContactFlowModuleId"))
|
|
3811
|
+
DescribeContactFlowModuleAliasRequest.add_member(:alias_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "AliasId"))
|
|
3812
|
+
DescribeContactFlowModuleAliasRequest.struct_class = Types::DescribeContactFlowModuleAliasRequest
|
|
3813
|
+
|
|
3814
|
+
DescribeContactFlowModuleAliasResponse.add_member(:contact_flow_module_alias, Shapes::ShapeRef.new(shape: ContactFlowModuleAliasInfo, location_name: "ContactFlowModuleAlias"))
|
|
3815
|
+
DescribeContactFlowModuleAliasResponse.struct_class = Types::DescribeContactFlowModuleAliasResponse
|
|
3816
|
+
|
|
3103
3817
|
DescribeContactFlowModuleRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
3104
3818
|
DescribeContactFlowModuleRequest.add_member(:contact_flow_module_id, Shapes::ShapeRef.new(shape: ContactFlowModuleId, required: true, location: "uri", location_name: "ContactFlowModuleId"))
|
|
3105
3819
|
DescribeContactFlowModuleRequest.struct_class = Types::DescribeContactFlowModuleRequest
|
|
@@ -3121,6 +3835,21 @@ module Aws::Connect
|
|
|
3121
3835
|
DescribeContactResponse.add_member(:contact, Shapes::ShapeRef.new(shape: Contact, location_name: "Contact"))
|
|
3122
3836
|
DescribeContactResponse.struct_class = Types::DescribeContactResponse
|
|
3123
3837
|
|
|
3838
|
+
DescribeDataTableAttributeRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
3839
|
+
DescribeDataTableAttributeRequest.add_member(:data_table_id, Shapes::ShapeRef.new(shape: DataTableId, required: true, location: "uri", location_name: "DataTableId"))
|
|
3840
|
+
DescribeDataTableAttributeRequest.add_member(:attribute_name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location: "uri", location_name: "AttributeName"))
|
|
3841
|
+
DescribeDataTableAttributeRequest.struct_class = Types::DescribeDataTableAttributeRequest
|
|
3842
|
+
|
|
3843
|
+
DescribeDataTableAttributeResponse.add_member(:attribute, Shapes::ShapeRef.new(shape: DataTableAttribute, required: true, location_name: "Attribute"))
|
|
3844
|
+
DescribeDataTableAttributeResponse.struct_class = Types::DescribeDataTableAttributeResponse
|
|
3845
|
+
|
|
3846
|
+
DescribeDataTableRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
3847
|
+
DescribeDataTableRequest.add_member(:data_table_id, Shapes::ShapeRef.new(shape: DataTableId, required: true, location: "uri", location_name: "DataTableId"))
|
|
3848
|
+
DescribeDataTableRequest.struct_class = Types::DescribeDataTableRequest
|
|
3849
|
+
|
|
3850
|
+
DescribeDataTableResponse.add_member(:data_table, Shapes::ShapeRef.new(shape: DataTable, required: true, location_name: "DataTable"))
|
|
3851
|
+
DescribeDataTableResponse.struct_class = Types::DescribeDataTableResponse
|
|
3852
|
+
|
|
3124
3853
|
DescribeEmailAddressRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
3125
3854
|
DescribeEmailAddressRequest.add_member(:email_address_id, Shapes::ShapeRef.new(shape: EmailAddressId, required: true, location: "uri", location_name: "EmailAddressId"))
|
|
3126
3855
|
DescribeEmailAddressRequest.struct_class = Types::DescribeEmailAddressRequest
|
|
@@ -3276,6 +4005,13 @@ module Aws::Connect
|
|
|
3276
4005
|
DescribeVocabularyResponse.add_member(:vocabulary, Shapes::ShapeRef.new(shape: Vocabulary, required: true, location_name: "Vocabulary"))
|
|
3277
4006
|
DescribeVocabularyResponse.struct_class = Types::DescribeVocabularyResponse
|
|
3278
4007
|
|
|
4008
|
+
DescribeWorkspaceRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
4009
|
+
DescribeWorkspaceRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: WorkspaceId, required: true, location: "uri", location_name: "WorkspaceId"))
|
|
4010
|
+
DescribeWorkspaceRequest.struct_class = Types::DescribeWorkspaceRequest
|
|
4011
|
+
|
|
4012
|
+
DescribeWorkspaceResponse.add_member(:workspace, Shapes::ShapeRef.new(shape: Workspace, required: true, location_name: "Workspace"))
|
|
4013
|
+
DescribeWorkspaceResponse.struct_class = Types::DescribeWorkspaceResponse
|
|
4014
|
+
|
|
3279
4015
|
DestinationNotAllowedException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
|
|
3280
4016
|
DestinationNotAllowedException.struct_class = Types::DestinationNotAllowedException
|
|
3281
4017
|
|
|
@@ -3362,6 +4098,12 @@ module Aws::Connect
|
|
|
3362
4098
|
DisassociateSecurityKeyRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
3363
4099
|
DisassociateSecurityKeyRequest.struct_class = Types::DisassociateSecurityKeyRequest
|
|
3364
4100
|
|
|
4101
|
+
DisassociateSecurityProfilesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
4102
|
+
DisassociateSecurityProfilesRequest.add_member(:security_profiles, Shapes::ShapeRef.new(shape: SecurityProfiles, required: true, location_name: "SecurityProfiles"))
|
|
4103
|
+
DisassociateSecurityProfilesRequest.add_member(:entity_type, Shapes::ShapeRef.new(shape: EntityType, required: true, location_name: "EntityType"))
|
|
4104
|
+
DisassociateSecurityProfilesRequest.add_member(:entity_arn, Shapes::ShapeRef.new(shape: EntityArn, required: true, location_name: "EntityArn"))
|
|
4105
|
+
DisassociateSecurityProfilesRequest.struct_class = Types::DisassociateSecurityProfilesRequest
|
|
4106
|
+
|
|
3365
4107
|
DisassociateTrafficDistributionGroupUserRequest.add_member(:traffic_distribution_group_id, Shapes::ShapeRef.new(shape: TrafficDistributionGroupIdOrArn, required: true, location: "uri", location_name: "TrafficDistributionGroupId"))
|
|
3366
4108
|
DisassociateTrafficDistributionGroupUserRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, required: true, location: "querystring", location_name: "UserId"))
|
|
3367
4109
|
DisassociateTrafficDistributionGroupUserRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "querystring", location_name: "InstanceId"))
|
|
@@ -3374,6 +4116,15 @@ module Aws::Connect
|
|
|
3374
4116
|
DisassociateUserProficienciesRequest.add_member(:user_proficiencies, Shapes::ShapeRef.new(shape: UserProficiencyDisassociateList, required: true, location_name: "UserProficiencies"))
|
|
3375
4117
|
DisassociateUserProficienciesRequest.struct_class = Types::DisassociateUserProficienciesRequest
|
|
3376
4118
|
|
|
4119
|
+
DisassociateWorkspaceRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
4120
|
+
DisassociateWorkspaceRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: WorkspaceId, required: true, location: "uri", location_name: "WorkspaceId"))
|
|
4121
|
+
DisassociateWorkspaceRequest.add_member(:resource_arns, Shapes::ShapeRef.new(shape: WorkspaceResourceArnList, required: true, location_name: "ResourceArns"))
|
|
4122
|
+
DisassociateWorkspaceRequest.struct_class = Types::DisassociateWorkspaceRequest
|
|
4123
|
+
|
|
4124
|
+
DisassociateWorkspaceResponse.add_member(:successful_list, Shapes::ShapeRef.new(shape: SuccessfulBatchAssociationSummaryList, location_name: "SuccessfulList"))
|
|
4125
|
+
DisassociateWorkspaceResponse.add_member(:failed_list, Shapes::ShapeRef.new(shape: FailedBatchAssociationSummaryList, location_name: "FailedList"))
|
|
4126
|
+
DisassociateWorkspaceResponse.struct_class = Types::DisassociateWorkspaceResponse
|
|
4127
|
+
|
|
3377
4128
|
DisconnectDetails.add_member(:potential_disconnect_issue, Shapes::ShapeRef.new(shape: PotentialDisconnectIssue, location_name: "PotentialDisconnectIssue"))
|
|
3378
4129
|
DisconnectDetails.struct_class = Types::DisconnectDetails
|
|
3379
4130
|
|
|
@@ -3478,6 +4229,18 @@ module Aws::Connect
|
|
|
3478
4229
|
|
|
3479
4230
|
ErrorResults.member = Shapes::ShapeRef.new(shape: ErrorResult)
|
|
3480
4231
|
|
|
4232
|
+
EvaluateDataTableValuesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
4233
|
+
EvaluateDataTableValuesRequest.add_member(:data_table_id, Shapes::ShapeRef.new(shape: DataTableId, required: true, location: "uri", location_name: "DataTableId"))
|
|
4234
|
+
EvaluateDataTableValuesRequest.add_member(:values, Shapes::ShapeRef.new(shape: DataTableValueEvaluationSetList, required: true, location_name: "Values"))
|
|
4235
|
+
EvaluateDataTableValuesRequest.add_member(:time_zone, Shapes::ShapeRef.new(shape: TimeZone, location_name: "TimeZone"))
|
|
4236
|
+
EvaluateDataTableValuesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
4237
|
+
EvaluateDataTableValuesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
|
|
4238
|
+
EvaluateDataTableValuesRequest.struct_class = Types::EvaluateDataTableValuesRequest
|
|
4239
|
+
|
|
4240
|
+
EvaluateDataTableValuesResponse.add_member(:values, Shapes::ShapeRef.new(shape: DataTableEvaluatedValueList, required: true, location_name: "Values"))
|
|
4241
|
+
EvaluateDataTableValuesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
4242
|
+
EvaluateDataTableValuesResponse.struct_class = Types::EvaluateDataTableValuesResponse
|
|
4243
|
+
|
|
3481
4244
|
Evaluation.add_member(:evaluation_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "EvaluationId"))
|
|
3482
4245
|
Evaluation.add_member(:evaluation_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "EvaluationArn"))
|
|
3483
4246
|
Evaluation.add_member(:metadata, Shapes::ShapeRef.new(shape: EvaluationMetadata, required: true, location_name: "Metadata"))
|
|
@@ -3503,14 +4266,20 @@ module Aws::Connect
|
|
|
3503
4266
|
|
|
3504
4267
|
EvaluationAnswerData.add_member(:string_value, Shapes::ShapeRef.new(shape: EvaluationAnswerDataStringValue, location_name: "StringValue"))
|
|
3505
4268
|
EvaluationAnswerData.add_member(:numeric_value, Shapes::ShapeRef.new(shape: EvaluationAnswerDataNumericValue, location_name: "NumericValue"))
|
|
4269
|
+
EvaluationAnswerData.add_member(:string_values, Shapes::ShapeRef.new(shape: EvaluationAnswerDataStringValueList, location_name: "StringValues"))
|
|
4270
|
+
EvaluationAnswerData.add_member(:date_time_value, Shapes::ShapeRef.new(shape: ISO8601Datetime, location_name: "DateTimeValue"))
|
|
3506
4271
|
EvaluationAnswerData.add_member(:not_applicable, Shapes::ShapeRef.new(shape: Boolean, location_name: "NotApplicable"))
|
|
3507
4272
|
EvaluationAnswerData.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
3508
4273
|
EvaluationAnswerData.add_member_subclass(:string_value, Types::EvaluationAnswerData::StringValue)
|
|
3509
4274
|
EvaluationAnswerData.add_member_subclass(:numeric_value, Types::EvaluationAnswerData::NumericValue)
|
|
4275
|
+
EvaluationAnswerData.add_member_subclass(:string_values, Types::EvaluationAnswerData::StringValues)
|
|
4276
|
+
EvaluationAnswerData.add_member_subclass(:date_time_value, Types::EvaluationAnswerData::DateTimeValue)
|
|
3510
4277
|
EvaluationAnswerData.add_member_subclass(:not_applicable, Types::EvaluationAnswerData::NotApplicable)
|
|
3511
4278
|
EvaluationAnswerData.add_member_subclass(:unknown, Types::EvaluationAnswerData::Unknown)
|
|
3512
4279
|
EvaluationAnswerData.struct_class = Types::EvaluationAnswerData
|
|
3513
4280
|
|
|
4281
|
+
EvaluationAnswerDataStringValueList.member = Shapes::ShapeRef.new(shape: EvaluationAnswerDataStringValue)
|
|
4282
|
+
|
|
3514
4283
|
EvaluationAnswerInput.add_member(:value, Shapes::ShapeRef.new(shape: EvaluationAnswerData, location_name: "Value"))
|
|
3515
4284
|
EvaluationAnswerInput.struct_class = Types::EvaluationAnswerInput
|
|
3516
4285
|
|
|
@@ -3535,6 +4304,10 @@ module Aws::Connect
|
|
|
3535
4304
|
EvaluationContactLensAnswerAnalysisDetails.add_member(:matched_rule_categories, Shapes::ShapeRef.new(shape: EvaluationAutomationRuleCategoryList, location_name: "MatchedRuleCategories"))
|
|
3536
4305
|
EvaluationContactLensAnswerAnalysisDetails.struct_class = Types::EvaluationContactLensAnswerAnalysisDetails
|
|
3537
4306
|
|
|
4307
|
+
EvaluationContactParticipant.add_member(:contact_participant_role, Shapes::ShapeRef.new(shape: ContactParticipantRole, location_name: "ContactParticipantRole"))
|
|
4308
|
+
EvaluationContactParticipant.add_member(:contact_participant_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "ContactParticipantId"))
|
|
4309
|
+
EvaluationContactParticipant.struct_class = Types::EvaluationContactParticipant
|
|
4310
|
+
|
|
3538
4311
|
EvaluationForm.add_member(:evaluation_form_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "EvaluationFormId"))
|
|
3539
4312
|
EvaluationForm.add_member(:evaluation_form_version, Shapes::ShapeRef.new(shape: VersionNumber, required: true, location_name: "EvaluationFormVersion"))
|
|
3540
4313
|
EvaluationForm.add_member(:locked, Shapes::ShapeRef.new(shape: EvaluationFormVersionIsLocked, required: true, location_name: "Locked"))
|
|
@@ -3550,6 +4323,8 @@ module Aws::Connect
|
|
|
3550
4323
|
EvaluationForm.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "LastModifiedBy"))
|
|
3551
4324
|
EvaluationForm.add_member(:auto_evaluation_configuration, Shapes::ShapeRef.new(shape: EvaluationFormAutoEvaluationConfiguration, location_name: "AutoEvaluationConfiguration"))
|
|
3552
4325
|
EvaluationForm.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
|
4326
|
+
EvaluationForm.add_member(:target_configuration, Shapes::ShapeRef.new(shape: EvaluationFormTargetConfiguration, location_name: "TargetConfiguration"))
|
|
4327
|
+
EvaluationForm.add_member(:language_configuration, Shapes::ShapeRef.new(shape: EvaluationFormLanguageConfiguration, location_name: "LanguageConfiguration"))
|
|
3553
4328
|
EvaluationForm.struct_class = Types::EvaluationForm
|
|
3554
4329
|
|
|
3555
4330
|
EvaluationFormAutoEvaluationConfiguration.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "Enabled"))
|
|
@@ -3563,6 +4338,8 @@ module Aws::Connect
|
|
|
3563
4338
|
EvaluationFormContent.add_member(:items, Shapes::ShapeRef.new(shape: EvaluationFormItemsList, required: true, location_name: "Items"))
|
|
3564
4339
|
EvaluationFormContent.add_member(:scoring_strategy, Shapes::ShapeRef.new(shape: EvaluationFormScoringStrategy, location_name: "ScoringStrategy"))
|
|
3565
4340
|
EvaluationFormContent.add_member(:auto_evaluation_configuration, Shapes::ShapeRef.new(shape: EvaluationFormAutoEvaluationConfiguration, location_name: "AutoEvaluationConfiguration"))
|
|
4341
|
+
EvaluationFormContent.add_member(:target_configuration, Shapes::ShapeRef.new(shape: EvaluationFormTargetConfiguration, location_name: "TargetConfiguration"))
|
|
4342
|
+
EvaluationFormContent.add_member(:language_configuration, Shapes::ShapeRef.new(shape: EvaluationFormLanguageConfiguration, location_name: "LanguageConfiguration"))
|
|
3566
4343
|
EvaluationFormContent.struct_class = Types::EvaluationFormContent
|
|
3567
4344
|
|
|
3568
4345
|
EvaluationFormItem.add_member(:section, Shapes::ShapeRef.new(shape: EvaluationFormSection, location_name: "Section"))
|
|
@@ -3609,6 +4386,33 @@ module Aws::Connect
|
|
|
3609
4386
|
|
|
3610
4387
|
EvaluationFormItemsList.member = Shapes::ShapeRef.new(shape: EvaluationFormItem)
|
|
3611
4388
|
|
|
4389
|
+
EvaluationFormLanguageConfiguration.add_member(:form_language, Shapes::ShapeRef.new(shape: EvaluationFormLanguageCode, location_name: "FormLanguage"))
|
|
4390
|
+
EvaluationFormLanguageConfiguration.struct_class = Types::EvaluationFormLanguageConfiguration
|
|
4391
|
+
|
|
4392
|
+
EvaluationFormMultiSelectQuestionAutomation.add_member(:options, Shapes::ShapeRef.new(shape: EvaluationFormMultiSelectQuestionAutomationOptionList, location_name: "Options"))
|
|
4393
|
+
EvaluationFormMultiSelectQuestionAutomation.add_member(:default_option_ref_ids, Shapes::ShapeRef.new(shape: ReferenceIdList, location_name: "DefaultOptionRefIds"))
|
|
4394
|
+
EvaluationFormMultiSelectQuestionAutomation.add_member(:answer_source, Shapes::ShapeRef.new(shape: EvaluationFormQuestionAutomationAnswerSource, location_name: "AnswerSource"))
|
|
4395
|
+
EvaluationFormMultiSelectQuestionAutomation.struct_class = Types::EvaluationFormMultiSelectQuestionAutomation
|
|
4396
|
+
|
|
4397
|
+
EvaluationFormMultiSelectQuestionAutomationOption.add_member(:rule_category, Shapes::ShapeRef.new(shape: MultiSelectQuestionRuleCategoryAutomation, location_name: "RuleCategory"))
|
|
4398
|
+
EvaluationFormMultiSelectQuestionAutomationOption.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
4399
|
+
EvaluationFormMultiSelectQuestionAutomationOption.add_member_subclass(:rule_category, Types::EvaluationFormMultiSelectQuestionAutomationOption::RuleCategory)
|
|
4400
|
+
EvaluationFormMultiSelectQuestionAutomationOption.add_member_subclass(:unknown, Types::EvaluationFormMultiSelectQuestionAutomationOption::Unknown)
|
|
4401
|
+
EvaluationFormMultiSelectQuestionAutomationOption.struct_class = Types::EvaluationFormMultiSelectQuestionAutomationOption
|
|
4402
|
+
|
|
4403
|
+
EvaluationFormMultiSelectQuestionAutomationOptionList.member = Shapes::ShapeRef.new(shape: EvaluationFormMultiSelectQuestionAutomationOption)
|
|
4404
|
+
|
|
4405
|
+
EvaluationFormMultiSelectQuestionOption.add_member(:ref_id, Shapes::ShapeRef.new(shape: ReferenceId, required: true, location_name: "RefId"))
|
|
4406
|
+
EvaluationFormMultiSelectQuestionOption.add_member(:text, Shapes::ShapeRef.new(shape: EvaluationFormMultiSelectQuestionOptionText, required: true, location_name: "Text"))
|
|
4407
|
+
EvaluationFormMultiSelectQuestionOption.struct_class = Types::EvaluationFormMultiSelectQuestionOption
|
|
4408
|
+
|
|
4409
|
+
EvaluationFormMultiSelectQuestionOptionList.member = Shapes::ShapeRef.new(shape: EvaluationFormMultiSelectQuestionOption)
|
|
4410
|
+
|
|
4411
|
+
EvaluationFormMultiSelectQuestionProperties.add_member(:options, Shapes::ShapeRef.new(shape: EvaluationFormMultiSelectQuestionOptionList, required: true, location_name: "Options"))
|
|
4412
|
+
EvaluationFormMultiSelectQuestionProperties.add_member(:display_as, Shapes::ShapeRef.new(shape: EvaluationFormMultiSelectQuestionDisplayMode, location_name: "DisplayAs"))
|
|
4413
|
+
EvaluationFormMultiSelectQuestionProperties.add_member(:automation, Shapes::ShapeRef.new(shape: EvaluationFormMultiSelectQuestionAutomation, location_name: "Automation"))
|
|
4414
|
+
EvaluationFormMultiSelectQuestionProperties.struct_class = Types::EvaluationFormMultiSelectQuestionProperties
|
|
4415
|
+
|
|
3612
4416
|
EvaluationFormNumericQuestionAutomation.add_member(:property_value, Shapes::ShapeRef.new(shape: NumericQuestionPropertyValueAutomation, location_name: "PropertyValue"))
|
|
3613
4417
|
EvaluationFormNumericQuestionAutomation.add_member(:answer_source, Shapes::ShapeRef.new(shape: EvaluationFormQuestionAutomationAnswerSource, location_name: "AnswerSource"))
|
|
3614
4418
|
EvaluationFormNumericQuestionAutomation.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
@@ -3648,10 +4452,12 @@ module Aws::Connect
|
|
|
3648
4452
|
EvaluationFormQuestionTypeProperties.add_member(:numeric, Shapes::ShapeRef.new(shape: EvaluationFormNumericQuestionProperties, location_name: "Numeric"))
|
|
3649
4453
|
EvaluationFormQuestionTypeProperties.add_member(:single_select, Shapes::ShapeRef.new(shape: EvaluationFormSingleSelectQuestionProperties, location_name: "SingleSelect"))
|
|
3650
4454
|
EvaluationFormQuestionTypeProperties.add_member(:text, Shapes::ShapeRef.new(shape: EvaluationFormTextQuestionProperties, location_name: "Text"))
|
|
4455
|
+
EvaluationFormQuestionTypeProperties.add_member(:multi_select, Shapes::ShapeRef.new(shape: EvaluationFormMultiSelectQuestionProperties, location_name: "MultiSelect"))
|
|
3651
4456
|
EvaluationFormQuestionTypeProperties.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
3652
4457
|
EvaluationFormQuestionTypeProperties.add_member_subclass(:numeric, Types::EvaluationFormQuestionTypeProperties::Numeric)
|
|
3653
4458
|
EvaluationFormQuestionTypeProperties.add_member_subclass(:single_select, Types::EvaluationFormQuestionTypeProperties::SingleSelect)
|
|
3654
4459
|
EvaluationFormQuestionTypeProperties.add_member_subclass(:text, Types::EvaluationFormQuestionTypeProperties::Text)
|
|
4460
|
+
EvaluationFormQuestionTypeProperties.add_member_subclass(:multi_select, Types::EvaluationFormQuestionTypeProperties::MultiSelect)
|
|
3655
4461
|
EvaluationFormQuestionTypeProperties.add_member_subclass(:unknown, Types::EvaluationFormQuestionTypeProperties::Unknown)
|
|
3656
4462
|
EvaluationFormQuestionTypeProperties.struct_class = Types::EvaluationFormQuestionTypeProperties
|
|
3657
4463
|
|
|
@@ -3686,6 +4492,8 @@ module Aws::Connect
|
|
|
3686
4492
|
EvaluationFormSearchSummary.add_member(:latest_version, Shapes::ShapeRef.new(shape: VersionNumber, required: true, location_name: "LatestVersion", metadata: {"box" => true}))
|
|
3687
4493
|
EvaluationFormSearchSummary.add_member(:active_version, Shapes::ShapeRef.new(shape: VersionNumber, location_name: "ActiveVersion", metadata: {"box" => true}))
|
|
3688
4494
|
EvaluationFormSearchSummary.add_member(:auto_evaluation_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "AutoEvaluationEnabled"))
|
|
4495
|
+
EvaluationFormSearchSummary.add_member(:evaluation_form_language, Shapes::ShapeRef.new(shape: EvaluationFormLanguageCode, location_name: "EvaluationFormLanguage"))
|
|
4496
|
+
EvaluationFormSearchSummary.add_member(:contact_interaction_type, Shapes::ShapeRef.new(shape: ContactInteractionType, location_name: "ContactInteractionType"))
|
|
3689
4497
|
EvaluationFormSearchSummary.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
|
3690
4498
|
EvaluationFormSearchSummary.struct_class = Types::EvaluationFormSearchSummary
|
|
3691
4499
|
|
|
@@ -3740,6 +4548,9 @@ module Aws::Connect
|
|
|
3740
4548
|
|
|
3741
4549
|
EvaluationFormSummaryList.member = Shapes::ShapeRef.new(shape: EvaluationFormSummary)
|
|
3742
4550
|
|
|
4551
|
+
EvaluationFormTargetConfiguration.add_member(:contact_interaction_type, Shapes::ShapeRef.new(shape: ContactInteractionType, required: true, location_name: "ContactInteractionType"))
|
|
4552
|
+
EvaluationFormTargetConfiguration.struct_class = Types::EvaluationFormTargetConfiguration
|
|
4553
|
+
|
|
3743
4554
|
EvaluationFormTextQuestionAutomation.add_member(:answer_source, Shapes::ShapeRef.new(shape: EvaluationFormQuestionAutomationAnswerSource, location_name: "AnswerSource"))
|
|
3744
4555
|
EvaluationFormTextQuestionAutomation.struct_class = Types::EvaluationFormTextQuestionAutomation
|
|
3745
4556
|
|
|
@@ -3770,6 +4581,8 @@ module Aws::Connect
|
|
|
3770
4581
|
EvaluationMetadata.add_member(:score, Shapes::ShapeRef.new(shape: EvaluationScore, location_name: "Score"))
|
|
3771
4582
|
EvaluationMetadata.add_member(:auto_evaluation, Shapes::ShapeRef.new(shape: AutoEvaluationDetails, location_name: "AutoEvaluation"))
|
|
3772
4583
|
EvaluationMetadata.add_member(:acknowledgement, Shapes::ShapeRef.new(shape: EvaluationAcknowledgement, location_name: "Acknowledgement"))
|
|
4584
|
+
EvaluationMetadata.add_member(:contact_participant, Shapes::ShapeRef.new(shape: EvaluationContactParticipant, location_name: "ContactParticipant"))
|
|
4585
|
+
EvaluationMetadata.add_member(:sampling_job_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "SamplingJobId"))
|
|
3773
4586
|
EvaluationMetadata.struct_class = Types::EvaluationMetadata
|
|
3774
4587
|
|
|
3775
4588
|
EvaluationNote.add_member(:value, Shapes::ShapeRef.new(shape: EvaluationNoteString, location_name: "Value"))
|
|
@@ -3792,6 +4605,7 @@ module Aws::Connect
|
|
|
3792
4605
|
EvaluationScore.add_member(:percentage, Shapes::ShapeRef.new(shape: EvaluationScorePercentage, location_name: "Percentage"))
|
|
3793
4606
|
EvaluationScore.add_member(:not_applicable, Shapes::ShapeRef.new(shape: Boolean, location_name: "NotApplicable"))
|
|
3794
4607
|
EvaluationScore.add_member(:automatic_fail, Shapes::ShapeRef.new(shape: Boolean, location_name: "AutomaticFail"))
|
|
4608
|
+
EvaluationScore.add_member(:applied_weight, Shapes::ShapeRef.new(shape: Double, location_name: "AppliedWeight"))
|
|
3795
4609
|
EvaluationScore.struct_class = Types::EvaluationScore
|
|
3796
4610
|
|
|
3797
4611
|
EvaluationScoresMap.key = Shapes::ShapeRef.new(shape: ResourceId)
|
|
@@ -3823,12 +4637,17 @@ module Aws::Connect
|
|
|
3823
4637
|
EvaluationSearchMetadata.add_member(:acknowledged_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "AcknowledgedTime"))
|
|
3824
4638
|
EvaluationSearchMetadata.add_member(:acknowledged_by, Shapes::ShapeRef.new(shape: ARN, location_name: "AcknowledgedBy"))
|
|
3825
4639
|
EvaluationSearchMetadata.add_member(:acknowledger_comment, Shapes::ShapeRef.new(shape: EvaluationAcknowledgerCommentString, location_name: "AcknowledgerComment"))
|
|
4640
|
+
EvaluationSearchMetadata.add_member(:sampling_job_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "SamplingJobId"))
|
|
4641
|
+
EvaluationSearchMetadata.add_member(:review_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "ReviewId"))
|
|
4642
|
+
EvaluationSearchMetadata.add_member(:contact_participant_role, Shapes::ShapeRef.new(shape: ContactParticipantRole, location_name: "ContactParticipantRole"))
|
|
4643
|
+
EvaluationSearchMetadata.add_member(:contact_participant_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "ContactParticipantId"))
|
|
3826
4644
|
EvaluationSearchMetadata.struct_class = Types::EvaluationSearchMetadata
|
|
3827
4645
|
|
|
3828
4646
|
EvaluationSearchSummary.add_member(:evaluation_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "EvaluationId"))
|
|
3829
4647
|
EvaluationSearchSummary.add_member(:evaluation_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "EvaluationArn"))
|
|
3830
4648
|
EvaluationSearchSummary.add_member(:evaluation_form_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "EvaluationFormId"))
|
|
3831
4649
|
EvaluationSearchSummary.add_member(:evaluation_form_version, Shapes::ShapeRef.new(shape: VersionNumber, required: true, location_name: "EvaluationFormVersion", metadata: {"box" => true}))
|
|
4650
|
+
EvaluationSearchSummary.add_member(:evaluation_form_title, Shapes::ShapeRef.new(shape: EvaluationFormTitle, location_name: "EvaluationFormTitle"))
|
|
3832
4651
|
EvaluationSearchSummary.add_member(:metadata, Shapes::ShapeRef.new(shape: EvaluationSearchMetadata, required: true, location_name: "Metadata"))
|
|
3833
4652
|
EvaluationSearchSummary.add_member(:status, Shapes::ShapeRef.new(shape: EvaluationStatus, required: true, location_name: "Status"))
|
|
3834
4653
|
EvaluationSearchSummary.add_member(:evaluation_type, Shapes::ShapeRef.new(shape: EvaluationType, location_name: "EvaluationType"))
|
|
@@ -3865,6 +4684,7 @@ module Aws::Connect
|
|
|
3865
4684
|
EvaluationSummary.add_member(:evaluation_type, Shapes::ShapeRef.new(shape: EvaluationType, location_name: "EvaluationType"))
|
|
3866
4685
|
EvaluationSummary.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedTime"))
|
|
3867
4686
|
EvaluationSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedTime"))
|
|
4687
|
+
EvaluationSummary.add_member(:contact_participant, Shapes::ShapeRef.new(shape: EvaluationContactParticipant, location_name: "ContactParticipant"))
|
|
3868
4688
|
EvaluationSummary.struct_class = Types::EvaluationSummary
|
|
3869
4689
|
|
|
3870
4690
|
EvaluationSummaryList.member = Shapes::ShapeRef.new(shape: EvaluationSummary)
|
|
@@ -3896,6 +4716,16 @@ module Aws::Connect
|
|
|
3896
4716
|
|
|
3897
4717
|
Expressions.member = Shapes::ShapeRef.new(shape: Expression)
|
|
3898
4718
|
|
|
4719
|
+
ExternalInvocationConfiguration.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "Enabled"))
|
|
4720
|
+
ExternalInvocationConfiguration.struct_class = Types::ExternalInvocationConfiguration
|
|
4721
|
+
|
|
4722
|
+
FailedBatchAssociationSummary.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ResourceArn"))
|
|
4723
|
+
FailedBatchAssociationSummary.add_member(:error_code, Shapes::ShapeRef.new(shape: WorkspaceErrorCode, location_name: "ErrorCode"))
|
|
4724
|
+
FailedBatchAssociationSummary.add_member(:error_message, Shapes::ShapeRef.new(shape: WorkspaceBatchErrorMessage, location_name: "ErrorMessage"))
|
|
4725
|
+
FailedBatchAssociationSummary.struct_class = Types::FailedBatchAssociationSummary
|
|
4726
|
+
|
|
4727
|
+
FailedBatchAssociationSummaryList.member = Shapes::ShapeRef.new(shape: FailedBatchAssociationSummary)
|
|
4728
|
+
|
|
3899
4729
|
FailedRequest.add_member(:request_identifier, Shapes::ShapeRef.new(shape: RequestIdentifier, location_name: "RequestIdentifier"))
|
|
3900
4730
|
FailedRequest.add_member(:failure_reason_code, Shapes::ShapeRef.new(shape: FailureReasonCode, location_name: "FailureReasonCode"))
|
|
3901
4731
|
FailedRequest.add_member(:failure_reason_message, Shapes::ShapeRef.new(shape: String, location_name: "FailureReasonMessage"))
|
|
@@ -3919,8 +4749,12 @@ module Aws::Connect
|
|
|
3919
4749
|
|
|
3920
4750
|
FilterV2.add_member(:filter_key, Shapes::ShapeRef.new(shape: ResourceArnOrId, location_name: "FilterKey"))
|
|
3921
4751
|
FilterV2.add_member(:filter_values, Shapes::ShapeRef.new(shape: FilterValueList, location_name: "FilterValues"))
|
|
4752
|
+
FilterV2.add_member(:string_condition, Shapes::ShapeRef.new(shape: FilterV2StringCondition, location_name: "StringCondition"))
|
|
3922
4753
|
FilterV2.struct_class = Types::FilterV2
|
|
3923
4754
|
|
|
4755
|
+
FilterV2StringCondition.add_member(:comparison, Shapes::ShapeRef.new(shape: FilterV2StringConditionComparisonOperator, location_name: "Comparison"))
|
|
4756
|
+
FilterV2StringCondition.struct_class = Types::FilterV2StringCondition
|
|
4757
|
+
|
|
3924
4758
|
FilterValueList.member = Shapes::ShapeRef.new(shape: ResourceArnOrId)
|
|
3925
4759
|
|
|
3926
4760
|
Filters.add_member(:queues, Shapes::ShapeRef.new(shape: Queues, location_name: "Queues"))
|
|
@@ -3939,6 +4773,16 @@ module Aws::Connect
|
|
|
3939
4773
|
|
|
3940
4774
|
FlowAssociationSummaryList.member = Shapes::ShapeRef.new(shape: FlowAssociationSummary)
|
|
3941
4775
|
|
|
4776
|
+
FlowModule.add_member(:type, Shapes::ShapeRef.new(shape: FlowModuleType, location_name: "Type"))
|
|
4777
|
+
FlowModule.add_member(:flow_module_id, Shapes::ShapeRef.new(shape: FlowModuleId, location_name: "FlowModuleId"))
|
|
4778
|
+
FlowModule.struct_class = Types::FlowModule
|
|
4779
|
+
|
|
4780
|
+
FlowQuickConnectConfig.add_member(:contact_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, required: true, location_name: "ContactFlowId"))
|
|
4781
|
+
FlowQuickConnectConfig.struct_class = Types::FlowQuickConnectConfig
|
|
4782
|
+
|
|
4783
|
+
FontFamily.add_member(:default, Shapes::ShapeRef.new(shape: WorkspaceFontFamily, location_name: "Default"))
|
|
4784
|
+
FontFamily.struct_class = Types::FontFamily
|
|
4785
|
+
|
|
3942
4786
|
FunctionArnsList.member = Shapes::ShapeRef.new(shape: FunctionArn)
|
|
3943
4787
|
|
|
3944
4788
|
GetAttachedFileRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
@@ -4101,6 +4945,9 @@ module Aws::Connect
|
|
|
4101
4945
|
GetTrafficDistributionResponse.add_member(:agent_config, Shapes::ShapeRef.new(shape: AgentConfig, location_name: "AgentConfig"))
|
|
4102
4946
|
GetTrafficDistributionResponse.struct_class = Types::GetTrafficDistributionResponse
|
|
4103
4947
|
|
|
4948
|
+
GranularAccessControlConfiguration.add_member(:data_table_access_control_configuration, Shapes::ShapeRef.new(shape: DataTableAccessControlConfiguration, location_name: "DataTableAccessControlConfiguration"))
|
|
4949
|
+
GranularAccessControlConfiguration.struct_class = Types::GranularAccessControlConfiguration
|
|
4950
|
+
|
|
4104
4951
|
Groupings.member = Shapes::ShapeRef.new(shape: Grouping)
|
|
4105
4952
|
|
|
4106
4953
|
GroupingsV2.member = Shapes::ShapeRef.new(shape: GroupingV2)
|
|
@@ -4274,6 +5121,10 @@ module Aws::Connect
|
|
|
4274
5121
|
IdempotencyException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
|
|
4275
5122
|
IdempotencyException.struct_class = Types::IdempotencyException
|
|
4276
5123
|
|
|
5124
|
+
ImagesLogo.add_member(:default, Shapes::ShapeRef.new(shape: ThemeImageLink, location_name: "Default"))
|
|
5125
|
+
ImagesLogo.add_member(:favicon, Shapes::ShapeRef.new(shape: ThemeImageLink, location_name: "Favicon"))
|
|
5126
|
+
ImagesLogo.struct_class = Types::ImagesLogo
|
|
5127
|
+
|
|
4277
5128
|
ImportPhoneNumberRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
|
4278
5129
|
ImportPhoneNumberRequest.add_member(:source_phone_number_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "SourcePhoneNumberArn"))
|
|
4279
5130
|
ImportPhoneNumberRequest.add_member(:phone_number_description, Shapes::ShapeRef.new(shape: PhoneNumberDescription, location_name: "PhoneNumberDescription"))
|
|
@@ -4285,6 +5136,14 @@ module Aws::Connect
|
|
|
4285
5136
|
ImportPhoneNumberResponse.add_member(:phone_number_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "PhoneNumberArn"))
|
|
4286
5137
|
ImportPhoneNumberResponse.struct_class = Types::ImportPhoneNumberResponse
|
|
4287
5138
|
|
|
5139
|
+
ImportWorkspaceMediaRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
5140
|
+
ImportWorkspaceMediaRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: WorkspaceId, required: true, location: "uri", location_name: "WorkspaceId"))
|
|
5141
|
+
ImportWorkspaceMediaRequest.add_member(:media_type, Shapes::ShapeRef.new(shape: MediaType, required: true, location_name: "MediaType"))
|
|
5142
|
+
ImportWorkspaceMediaRequest.add_member(:media_source, Shapes::ShapeRef.new(shape: MediaSource, required: true, location_name: "MediaSource"))
|
|
5143
|
+
ImportWorkspaceMediaRequest.struct_class = Types::ImportWorkspaceMediaRequest
|
|
5144
|
+
|
|
5145
|
+
ImportWorkspaceMediaResponse.struct_class = Types::ImportWorkspaceMediaResponse
|
|
5146
|
+
|
|
4288
5147
|
InboundAdditionalRecipients.add_member(:to_addresses, Shapes::ShapeRef.new(shape: EmailAddressRecipientList, location_name: "ToAddresses"))
|
|
4289
5148
|
InboundAdditionalRecipients.add_member(:cc_addresses, Shapes::ShapeRef.new(shape: EmailAddressRecipientList, location_name: "CcAddresses"))
|
|
4290
5149
|
InboundAdditionalRecipients.struct_class = Types::InboundAdditionalRecipients
|
|
@@ -4499,6 +5358,26 @@ module Aws::Connect
|
|
|
4499
5358
|
ListContactEvaluationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
4500
5359
|
ListContactEvaluationsResponse.struct_class = Types::ListContactEvaluationsResponse
|
|
4501
5360
|
|
|
5361
|
+
ListContactFlowModuleAliasesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceIdOrArn, required: true, location: "uri", location_name: "InstanceId"))
|
|
5362
|
+
ListContactFlowModuleAliasesRequest.add_member(:contact_flow_module_id, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "ContactFlowModuleId"))
|
|
5363
|
+
ListContactFlowModuleAliasesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
5364
|
+
ListContactFlowModuleAliasesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
|
|
5365
|
+
ListContactFlowModuleAliasesRequest.struct_class = Types::ListContactFlowModuleAliasesRequest
|
|
5366
|
+
|
|
5367
|
+
ListContactFlowModuleAliasesResponse.add_member(:contact_flow_module_alias_summary_list, Shapes::ShapeRef.new(shape: ContactFlowModuleAliasSummaryList, location_name: "ContactFlowModuleAliasSummaryList"))
|
|
5368
|
+
ListContactFlowModuleAliasesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
5369
|
+
ListContactFlowModuleAliasesResponse.struct_class = Types::ListContactFlowModuleAliasesResponse
|
|
5370
|
+
|
|
5371
|
+
ListContactFlowModuleVersionsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
5372
|
+
ListContactFlowModuleVersionsRequest.add_member(:contact_flow_module_id, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "ContactFlowModuleId"))
|
|
5373
|
+
ListContactFlowModuleVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
5374
|
+
ListContactFlowModuleVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
|
|
5375
|
+
ListContactFlowModuleVersionsRequest.struct_class = Types::ListContactFlowModuleVersionsRequest
|
|
5376
|
+
|
|
5377
|
+
ListContactFlowModuleVersionsResponse.add_member(:contact_flow_module_version_summary_list, Shapes::ShapeRef.new(shape: ContactFlowModuleVersionSummaryList, location_name: "ContactFlowModuleVersionSummaryList"))
|
|
5378
|
+
ListContactFlowModuleVersionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
5379
|
+
ListContactFlowModuleVersionsResponse.struct_class = Types::ListContactFlowModuleVersionsResponse
|
|
5380
|
+
|
|
4502
5381
|
ListContactFlowModulesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
4503
5382
|
ListContactFlowModulesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
4504
5383
|
ListContactFlowModulesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
|
|
@@ -4539,6 +5418,50 @@ module Aws::Connect
|
|
|
4539
5418
|
ListContactReferencesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
4540
5419
|
ListContactReferencesResponse.struct_class = Types::ListContactReferencesResponse
|
|
4541
5420
|
|
|
5421
|
+
ListDataTableAttributesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
5422
|
+
ListDataTableAttributesRequest.add_member(:data_table_id, Shapes::ShapeRef.new(shape: DataTableId, required: true, location: "uri", location_name: "DataTableId"))
|
|
5423
|
+
ListDataTableAttributesRequest.add_member(:attribute_ids, Shapes::ShapeRef.new(shape: AttributeIds, location_name: "AttributeIds"))
|
|
5424
|
+
ListDataTableAttributesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
5425
|
+
ListDataTableAttributesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
|
|
5426
|
+
ListDataTableAttributesRequest.struct_class = Types::ListDataTableAttributesRequest
|
|
5427
|
+
|
|
5428
|
+
ListDataTableAttributesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
5429
|
+
ListDataTableAttributesResponse.add_member(:attributes, Shapes::ShapeRef.new(shape: AttributeList, required: true, location_name: "Attributes"))
|
|
5430
|
+
ListDataTableAttributesResponse.struct_class = Types::ListDataTableAttributesResponse
|
|
5431
|
+
|
|
5432
|
+
ListDataTablePrimaryValuesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
5433
|
+
ListDataTablePrimaryValuesRequest.add_member(:data_table_id, Shapes::ShapeRef.new(shape: DataTableId, required: true, location: "uri", location_name: "DataTableId"))
|
|
5434
|
+
ListDataTablePrimaryValuesRequest.add_member(:record_ids, Shapes::ShapeRef.new(shape: RecordIds, location_name: "RecordIds"))
|
|
5435
|
+
ListDataTablePrimaryValuesRequest.add_member(:primary_attribute_values, Shapes::ShapeRef.new(shape: PrimaryAttributeValueFilters, location_name: "PrimaryAttributeValues"))
|
|
5436
|
+
ListDataTablePrimaryValuesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
5437
|
+
ListDataTablePrimaryValuesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
|
|
5438
|
+
ListDataTablePrimaryValuesRequest.struct_class = Types::ListDataTablePrimaryValuesRequest
|
|
5439
|
+
|
|
5440
|
+
ListDataTablePrimaryValuesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
5441
|
+
ListDataTablePrimaryValuesResponse.add_member(:primary_values_list, Shapes::ShapeRef.new(shape: PrimaryValuesList, required: true, location_name: "PrimaryValuesList"))
|
|
5442
|
+
ListDataTablePrimaryValuesResponse.struct_class = Types::ListDataTablePrimaryValuesResponse
|
|
5443
|
+
|
|
5444
|
+
ListDataTableValuesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
5445
|
+
ListDataTableValuesRequest.add_member(:data_table_id, Shapes::ShapeRef.new(shape: DataTableId, required: true, location: "uri", location_name: "DataTableId"))
|
|
5446
|
+
ListDataTableValuesRequest.add_member(:record_ids, Shapes::ShapeRef.new(shape: RecordIds, location_name: "RecordIds"))
|
|
5447
|
+
ListDataTableValuesRequest.add_member(:primary_attribute_values, Shapes::ShapeRef.new(shape: PrimaryAttributeValueFilters, location_name: "PrimaryAttributeValues"))
|
|
5448
|
+
ListDataTableValuesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
5449
|
+
ListDataTableValuesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
|
|
5450
|
+
ListDataTableValuesRequest.struct_class = Types::ListDataTableValuesRequest
|
|
5451
|
+
|
|
5452
|
+
ListDataTableValuesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
5453
|
+
ListDataTableValuesResponse.add_member(:values, Shapes::ShapeRef.new(shape: DataTableValueSummaryList, required: true, location_name: "Values"))
|
|
5454
|
+
ListDataTableValuesResponse.struct_class = Types::ListDataTableValuesResponse
|
|
5455
|
+
|
|
5456
|
+
ListDataTablesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
5457
|
+
ListDataTablesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
5458
|
+
ListDataTablesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
|
|
5459
|
+
ListDataTablesRequest.struct_class = Types::ListDataTablesRequest
|
|
5460
|
+
|
|
5461
|
+
ListDataTablesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
5462
|
+
ListDataTablesResponse.add_member(:data_table_summary_list, Shapes::ShapeRef.new(shape: DataTableSummaryList, required: true, location_name: "DataTableSummaryList"))
|
|
5463
|
+
ListDataTablesResponse.struct_class = Types::ListDataTablesResponse
|
|
5464
|
+
|
|
4542
5465
|
ListDefaultVocabulariesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
4543
5466
|
ListDefaultVocabulariesRequest.add_member(:language_code, Shapes::ShapeRef.new(shape: VocabularyLanguageCode, location_name: "LanguageCode"))
|
|
4544
5467
|
ListDefaultVocabulariesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults"))
|
|
@@ -4549,6 +5472,17 @@ module Aws::Connect
|
|
|
4549
5472
|
ListDefaultVocabulariesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: VocabularyNextToken, location_name: "NextToken"))
|
|
4550
5473
|
ListDefaultVocabulariesResponse.struct_class = Types::ListDefaultVocabulariesResponse
|
|
4551
5474
|
|
|
5475
|
+
ListEntitySecurityProfilesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
5476
|
+
ListEntitySecurityProfilesRequest.add_member(:entity_type, Shapes::ShapeRef.new(shape: EntityType, required: true, location_name: "EntityType"))
|
|
5477
|
+
ListEntitySecurityProfilesRequest.add_member(:entity_arn, Shapes::ShapeRef.new(shape: EntityArn, required: true, location_name: "EntityArn"))
|
|
5478
|
+
ListEntitySecurityProfilesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken2500, location_name: "NextToken"))
|
|
5479
|
+
ListEntitySecurityProfilesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults"))
|
|
5480
|
+
ListEntitySecurityProfilesRequest.struct_class = Types::ListEntitySecurityProfilesRequest
|
|
5481
|
+
|
|
5482
|
+
ListEntitySecurityProfilesResponse.add_member(:security_profiles, Shapes::ShapeRef.new(shape: SecurityProfiles100, location_name: "SecurityProfiles"))
|
|
5483
|
+
ListEntitySecurityProfilesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken2500, location_name: "NextToken"))
|
|
5484
|
+
ListEntitySecurityProfilesResponse.struct_class = Types::ListEntitySecurityProfilesResponse
|
|
5485
|
+
|
|
4552
5486
|
ListEvaluationFormVersionsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
4553
5487
|
ListEvaluationFormVersionsRequest.add_member(:evaluation_form_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "EvaluationFormId"))
|
|
4554
5488
|
ListEvaluationFormVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
|
|
@@ -4821,6 +5755,18 @@ module Aws::Connect
|
|
|
4821
5755
|
ListSecurityProfileApplicationsResponse.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
|
|
4822
5756
|
ListSecurityProfileApplicationsResponse.struct_class = Types::ListSecurityProfileApplicationsResponse
|
|
4823
5757
|
|
|
5758
|
+
ListSecurityProfileFlowModulesRequest.add_member(:security_profile_id, Shapes::ShapeRef.new(shape: SecurityProfileId, required: true, location: "uri", location_name: "SecurityProfileId"))
|
|
5759
|
+
ListSecurityProfileFlowModulesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
5760
|
+
ListSecurityProfileFlowModulesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
5761
|
+
ListSecurityProfileFlowModulesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults"))
|
|
5762
|
+
ListSecurityProfileFlowModulesRequest.struct_class = Types::ListSecurityProfileFlowModulesRequest
|
|
5763
|
+
|
|
5764
|
+
ListSecurityProfileFlowModulesResponse.add_member(:allowed_flow_modules, Shapes::ShapeRef.new(shape: AllowedFlowModules, location_name: "AllowedFlowModules"))
|
|
5765
|
+
ListSecurityProfileFlowModulesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
5766
|
+
ListSecurityProfileFlowModulesResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
|
5767
|
+
ListSecurityProfileFlowModulesResponse.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
|
|
5768
|
+
ListSecurityProfileFlowModulesResponse.struct_class = Types::ListSecurityProfileFlowModulesResponse
|
|
5769
|
+
|
|
4824
5770
|
ListSecurityProfilePermissionsRequest.add_member(:security_profile_id, Shapes::ShapeRef.new(shape: SecurityProfileId, required: true, location: "uri", location_name: "SecurityProfileId"))
|
|
4825
5771
|
ListSecurityProfilePermissionsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
4826
5772
|
ListSecurityProfilePermissionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
@@ -4937,6 +5883,32 @@ module Aws::Connect
|
|
|
4937
5883
|
ListViewsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: ViewsNextToken, location_name: "NextToken"))
|
|
4938
5884
|
ListViewsResponse.struct_class = Types::ListViewsResponse
|
|
4939
5885
|
|
|
5886
|
+
ListWorkspaceMediaRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
5887
|
+
ListWorkspaceMediaRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: WorkspaceId, required: true, location: "uri", location_name: "WorkspaceId"))
|
|
5888
|
+
ListWorkspaceMediaRequest.struct_class = Types::ListWorkspaceMediaRequest
|
|
5889
|
+
|
|
5890
|
+
ListWorkspaceMediaResponse.add_member(:media, Shapes::ShapeRef.new(shape: MediaList, location_name: "Media"))
|
|
5891
|
+
ListWorkspaceMediaResponse.struct_class = Types::ListWorkspaceMediaResponse
|
|
5892
|
+
|
|
5893
|
+
ListWorkspacePagesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
5894
|
+
ListWorkspacePagesRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: WorkspaceId, required: true, location: "uri", location_name: "WorkspaceId"))
|
|
5895
|
+
ListWorkspacePagesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
5896
|
+
ListWorkspacePagesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location: "querystring", location_name: "maxResults"))
|
|
5897
|
+
ListWorkspacePagesRequest.struct_class = Types::ListWorkspacePagesRequest
|
|
5898
|
+
|
|
5899
|
+
ListWorkspacePagesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
5900
|
+
ListWorkspacePagesResponse.add_member(:workspace_page_list, Shapes::ShapeRef.new(shape: WorkspacePageList, required: true, location_name: "WorkspacePageList"))
|
|
5901
|
+
ListWorkspacePagesResponse.struct_class = Types::ListWorkspacePagesResponse
|
|
5902
|
+
|
|
5903
|
+
ListWorkspacesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
5904
|
+
ListWorkspacesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
5905
|
+
ListWorkspacesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
|
|
5906
|
+
ListWorkspacesRequest.struct_class = Types::ListWorkspacesRequest
|
|
5907
|
+
|
|
5908
|
+
ListWorkspacesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
5909
|
+
ListWorkspacesResponse.add_member(:workspace_summary_list, Shapes::ShapeRef.new(shape: WorkspaceSummaryList, required: true, location_name: "WorkspaceSummaryList"))
|
|
5910
|
+
ListWorkspacesResponse.struct_class = Types::ListWorkspacesResponse
|
|
5911
|
+
|
|
4940
5912
|
MatchCriteria.add_member(:agents_criteria, Shapes::ShapeRef.new(shape: AgentsCriteria, location_name: "AgentsCriteria"))
|
|
4941
5913
|
MatchCriteria.struct_class = Types::MatchCriteria
|
|
4942
5914
|
|
|
@@ -4950,6 +5922,12 @@ module Aws::Connect
|
|
|
4950
5922
|
MediaConcurrency.add_member(:cross_channel_behavior, Shapes::ShapeRef.new(shape: CrossChannelBehavior, location_name: "CrossChannelBehavior"))
|
|
4951
5923
|
MediaConcurrency.struct_class = Types::MediaConcurrency
|
|
4952
5924
|
|
|
5925
|
+
MediaItem.add_member(:type, Shapes::ShapeRef.new(shape: MediaType, location_name: "Type"))
|
|
5926
|
+
MediaItem.add_member(:source, Shapes::ShapeRef.new(shape: MediaSource, location_name: "Source"))
|
|
5927
|
+
MediaItem.struct_class = Types::MediaItem
|
|
5928
|
+
|
|
5929
|
+
MediaList.member = Shapes::ShapeRef.new(shape: MediaItem)
|
|
5930
|
+
|
|
4953
5931
|
MediaPlacement.add_member(:audio_host_url, Shapes::ShapeRef.new(shape: URI, location_name: "AudioHostUrl"))
|
|
4954
5932
|
MediaPlacement.add_member(:audio_fallback_url, Shapes::ShapeRef.new(shape: URI, location_name: "AudioFallbackUrl"))
|
|
4955
5933
|
MediaPlacement.add_member(:signaling_url, Shapes::ShapeRef.new(shape: URI, location_name: "SignalingUrl"))
|
|
@@ -4995,6 +5973,7 @@ module Aws::Connect
|
|
|
4995
5973
|
|
|
4996
5974
|
MetricV2.add_member(:name, Shapes::ShapeRef.new(shape: MetricNameV2, location_name: "Name"))
|
|
4997
5975
|
MetricV2.add_member(:threshold, Shapes::ShapeRef.new(shape: ThresholdCollections, location_name: "Threshold"))
|
|
5976
|
+
MetricV2.add_member(:metric_id, Shapes::ShapeRef.new(shape: MetricId, location_name: "MetricId"))
|
|
4998
5977
|
MetricV2.add_member(:metric_filters, Shapes::ShapeRef.new(shape: MetricFiltersV2List, location_name: "MetricFilters"))
|
|
4999
5978
|
MetricV2.struct_class = Types::MetricV2
|
|
5000
5979
|
|
|
@@ -5011,6 +5990,11 @@ module Aws::Connect
|
|
|
5011
5990
|
MonitorContactResponse.add_member(:contact_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ContactArn"))
|
|
5012
5991
|
MonitorContactResponse.struct_class = Types::MonitorContactResponse
|
|
5013
5992
|
|
|
5993
|
+
MultiSelectQuestionRuleCategoryAutomation.add_member(:category, Shapes::ShapeRef.new(shape: MultiSelectQuestionRuleCategoryAutomationLabel, required: true, location_name: "Category"))
|
|
5994
|
+
MultiSelectQuestionRuleCategoryAutomation.add_member(:condition, Shapes::ShapeRef.new(shape: MultiSelectQuestionRuleCategoryAutomationCondition, required: true, location_name: "Condition"))
|
|
5995
|
+
MultiSelectQuestionRuleCategoryAutomation.add_member(:option_ref_ids, Shapes::ShapeRef.new(shape: ReferenceIdList, required: true, location_name: "OptionRefIds"))
|
|
5996
|
+
MultiSelectQuestionRuleCategoryAutomation.struct_class = Types::MultiSelectQuestionRuleCategoryAutomation
|
|
5997
|
+
|
|
5014
5998
|
NameCriteria.add_member(:search_text, Shapes::ShapeRef.new(shape: SearchTextList, required: true, location_name: "SearchText"))
|
|
5015
5999
|
NameCriteria.add_member(:match_type, Shapes::ShapeRef.new(shape: SearchContactsMatchType, required: true, location_name: "MatchType"))
|
|
5016
6000
|
NameCriteria.struct_class = Types::NameCriteria
|
|
@@ -5021,6 +6005,18 @@ module Aws::Connect
|
|
|
5021
6005
|
NewSessionDetails.add_member(:streaming_configuration, Shapes::ShapeRef.new(shape: ChatStreamingConfiguration, location_name: "StreamingConfiguration"))
|
|
5022
6006
|
NewSessionDetails.struct_class = Types::NewSessionDetails
|
|
5023
6007
|
|
|
6008
|
+
NextContactEntry.add_member(:type, Shapes::ShapeRef.new(shape: NextContactType, location_name: "Type"))
|
|
6009
|
+
NextContactEntry.add_member(:next_contact_metadata, Shapes::ShapeRef.new(shape: NextContactMetadata, location_name: "NextContactMetadata"))
|
|
6010
|
+
NextContactEntry.struct_class = Types::NextContactEntry
|
|
6011
|
+
|
|
6012
|
+
NextContactMetadata.add_member(:quick_connect_contact_data, Shapes::ShapeRef.new(shape: QuickConnectContactData, location_name: "QuickConnectContactData"))
|
|
6013
|
+
NextContactMetadata.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
6014
|
+
NextContactMetadata.add_member_subclass(:quick_connect_contact_data, Types::NextContactMetadata::QuickConnectContactData)
|
|
6015
|
+
NextContactMetadata.add_member_subclass(:unknown, Types::NextContactMetadata::Unknown)
|
|
6016
|
+
NextContactMetadata.struct_class = Types::NextContactMetadata
|
|
6017
|
+
|
|
6018
|
+
NextContacts.member = Shapes::ShapeRef.new(shape: NextContactEntry)
|
|
6019
|
+
|
|
5024
6020
|
NotificationRecipientType.add_member(:user_tags, Shapes::ShapeRef.new(shape: UserTagMap, location_name: "UserTags"))
|
|
5025
6021
|
NotificationRecipientType.add_member(:user_ids, Shapes::ShapeRef.new(shape: UserIdList, location_name: "UserIds"))
|
|
5026
6022
|
NotificationRecipientType.struct_class = Types::NotificationRecipientType
|
|
@@ -5084,10 +6080,38 @@ module Aws::Connect
|
|
|
5084
6080
|
OverrideTimeSlice.add_member(:minutes, Shapes::ShapeRef.new(shape: MinutesLimit60, required: true, location_name: "Minutes", metadata: {"box" => true}))
|
|
5085
6081
|
OverrideTimeSlice.struct_class = Types::OverrideTimeSlice
|
|
5086
6082
|
|
|
6083
|
+
PaletteCanvas.add_member(:container_background, Shapes::ShapeRef.new(shape: ThemeString, location_name: "ContainerBackground"))
|
|
6084
|
+
PaletteCanvas.add_member(:page_background, Shapes::ShapeRef.new(shape: ThemeString, location_name: "PageBackground"))
|
|
6085
|
+
PaletteCanvas.add_member(:active_background, Shapes::ShapeRef.new(shape: ThemeString, location_name: "ActiveBackground"))
|
|
6086
|
+
PaletteCanvas.struct_class = Types::PaletteCanvas
|
|
6087
|
+
|
|
6088
|
+
PaletteHeader.add_member(:background, Shapes::ShapeRef.new(shape: ThemeString, location_name: "Background"))
|
|
6089
|
+
PaletteHeader.add_member(:text, Shapes::ShapeRef.new(shape: ThemeString, location_name: "Text"))
|
|
6090
|
+
PaletteHeader.add_member(:text_hover, Shapes::ShapeRef.new(shape: ThemeString, location_name: "TextHover"))
|
|
6091
|
+
PaletteHeader.add_member(:invert_actions_colors, Shapes::ShapeRef.new(shape: Boolean, location_name: "InvertActionsColors"))
|
|
6092
|
+
PaletteHeader.struct_class = Types::PaletteHeader
|
|
6093
|
+
|
|
6094
|
+
PaletteNavigation.add_member(:background, Shapes::ShapeRef.new(shape: ThemeString, location_name: "Background"))
|
|
6095
|
+
PaletteNavigation.add_member(:text_background_hover, Shapes::ShapeRef.new(shape: ThemeString, location_name: "TextBackgroundHover"))
|
|
6096
|
+
PaletteNavigation.add_member(:text_background_active, Shapes::ShapeRef.new(shape: ThemeString, location_name: "TextBackgroundActive"))
|
|
6097
|
+
PaletteNavigation.add_member(:text, Shapes::ShapeRef.new(shape: ThemeString, location_name: "Text"))
|
|
6098
|
+
PaletteNavigation.add_member(:text_hover, Shapes::ShapeRef.new(shape: ThemeString, location_name: "TextHover"))
|
|
6099
|
+
PaletteNavigation.add_member(:text_active, Shapes::ShapeRef.new(shape: ThemeString, location_name: "TextActive"))
|
|
6100
|
+
PaletteNavigation.add_member(:invert_actions_colors, Shapes::ShapeRef.new(shape: Boolean, location_name: "InvertActionsColors"))
|
|
6101
|
+
PaletteNavigation.struct_class = Types::PaletteNavigation
|
|
6102
|
+
|
|
6103
|
+
PalettePrimary.add_member(:default, Shapes::ShapeRef.new(shape: ThemeString, location_name: "Default"))
|
|
6104
|
+
PalettePrimary.add_member(:active, Shapes::ShapeRef.new(shape: ThemeString, location_name: "Active"))
|
|
6105
|
+
PalettePrimary.add_member(:contrast_text, Shapes::ShapeRef.new(shape: ThemeString, location_name: "ContrastText"))
|
|
6106
|
+
PalettePrimary.struct_class = Types::PalettePrimary
|
|
6107
|
+
|
|
5087
6108
|
ParticipantCapabilities.add_member(:video, Shapes::ShapeRef.new(shape: VideoCapability, location_name: "Video"))
|
|
5088
6109
|
ParticipantCapabilities.add_member(:screen_share, Shapes::ShapeRef.new(shape: ScreenShareCapability, location_name: "ScreenShare"))
|
|
5089
6110
|
ParticipantCapabilities.struct_class = Types::ParticipantCapabilities
|
|
5090
6111
|
|
|
6112
|
+
ParticipantConfiguration.add_member(:response_mode, Shapes::ShapeRef.new(shape: ResponseMode, location_name: "ResponseMode"))
|
|
6113
|
+
ParticipantConfiguration.struct_class = Types::ParticipantConfiguration
|
|
6114
|
+
|
|
5091
6115
|
ParticipantDetails.add_member(:display_name, Shapes::ShapeRef.new(shape: DisplayName, required: true, location_name: "DisplayName"))
|
|
5092
6116
|
ParticipantDetails.struct_class = Types::ParticipantDetails
|
|
5093
6117
|
|
|
@@ -5206,6 +6230,39 @@ module Aws::Connect
|
|
|
5206
6230
|
Preview.add_member(:allowed_user_actions, Shapes::ShapeRef.new(shape: AllowedUserActions, required: true, location_name: "AllowedUserActions"))
|
|
5207
6231
|
Preview.struct_class = Types::Preview
|
|
5208
6232
|
|
|
6233
|
+
PrimaryAttributeAccessControlConfigurationItem.add_member(:primary_attribute_values, Shapes::ShapeRef.new(shape: PrimaryAttributeValuesSet, location_name: "PrimaryAttributeValues"))
|
|
6234
|
+
PrimaryAttributeAccessControlConfigurationItem.struct_class = Types::PrimaryAttributeAccessControlConfigurationItem
|
|
6235
|
+
|
|
6236
|
+
PrimaryAttributeValue.add_member(:access_type, Shapes::ShapeRef.new(shape: AccessType, location_name: "AccessType"))
|
|
6237
|
+
PrimaryAttributeValue.add_member(:attribute_name, Shapes::ShapeRef.new(shape: PrimaryAttributeContextKeyName, location_name: "AttributeName"))
|
|
6238
|
+
PrimaryAttributeValue.add_member(:values, Shapes::ShapeRef.new(shape: PrimaryValueList, location_name: "Values"))
|
|
6239
|
+
PrimaryAttributeValue.struct_class = Types::PrimaryAttributeValue
|
|
6240
|
+
|
|
6241
|
+
PrimaryAttributeValueFilter.add_member(:attribute_name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location_name: "AttributeName"))
|
|
6242
|
+
PrimaryAttributeValueFilter.add_member(:values, Shapes::ShapeRef.new(shape: ValueList, required: true, location_name: "Values"))
|
|
6243
|
+
PrimaryAttributeValueFilter.struct_class = Types::PrimaryAttributeValueFilter
|
|
6244
|
+
|
|
6245
|
+
PrimaryAttributeValueFilters.member = Shapes::ShapeRef.new(shape: PrimaryAttributeValueFilter)
|
|
6246
|
+
|
|
6247
|
+
PrimaryAttributeValuesSet.member = Shapes::ShapeRef.new(shape: PrimaryAttributeValue)
|
|
6248
|
+
|
|
6249
|
+
PrimaryValue.add_member(:attribute_name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location_name: "AttributeName"))
|
|
6250
|
+
PrimaryValue.add_member(:value, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Value"))
|
|
6251
|
+
PrimaryValue.struct_class = Types::PrimaryValue
|
|
6252
|
+
|
|
6253
|
+
PrimaryValueList.member = Shapes::ShapeRef.new(shape: IAMRestrictedPrimaryValue)
|
|
6254
|
+
|
|
6255
|
+
PrimaryValueResponse.add_member(:attribute_name, Shapes::ShapeRef.new(shape: DataTableName, location_name: "AttributeName"))
|
|
6256
|
+
PrimaryValueResponse.add_member(:attribute_id, Shapes::ShapeRef.new(shape: DataTableId, location_name: "AttributeId"))
|
|
6257
|
+
PrimaryValueResponse.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "Value"))
|
|
6258
|
+
PrimaryValueResponse.struct_class = Types::PrimaryValueResponse
|
|
6259
|
+
|
|
6260
|
+
PrimaryValuesList.member = Shapes::ShapeRef.new(shape: RecordPrimaryValue)
|
|
6261
|
+
|
|
6262
|
+
PrimaryValuesResponseSet.member = Shapes::ShapeRef.new(shape: PrimaryValueResponse)
|
|
6263
|
+
|
|
6264
|
+
PrimaryValuesSet.member = Shapes::ShapeRef.new(shape: PrimaryValue)
|
|
6265
|
+
|
|
5209
6266
|
ProblemDetail.add_member(:message, Shapes::ShapeRef.new(shape: ProblemMessageString, location_name: "message"))
|
|
5210
6267
|
ProblemDetail.struct_class = Types::ProblemDetail
|
|
5211
6268
|
|
|
@@ -5335,8 +6392,16 @@ module Aws::Connect
|
|
|
5335
6392
|
QuickConnectConfig.add_member(:user_config, Shapes::ShapeRef.new(shape: UserQuickConnectConfig, location_name: "UserConfig"))
|
|
5336
6393
|
QuickConnectConfig.add_member(:queue_config, Shapes::ShapeRef.new(shape: QueueQuickConnectConfig, location_name: "QueueConfig"))
|
|
5337
6394
|
QuickConnectConfig.add_member(:phone_config, Shapes::ShapeRef.new(shape: PhoneNumberQuickConnectConfig, location_name: "PhoneConfig"))
|
|
6395
|
+
QuickConnectConfig.add_member(:flow_config, Shapes::ShapeRef.new(shape: FlowQuickConnectConfig, location_name: "FlowConfig"))
|
|
5338
6396
|
QuickConnectConfig.struct_class = Types::QuickConnectConfig
|
|
5339
6397
|
|
|
6398
|
+
QuickConnectContactData.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "ContactId"))
|
|
6399
|
+
QuickConnectContactData.add_member(:initiation_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "InitiationTimestamp"))
|
|
6400
|
+
QuickConnectContactData.add_member(:quick_connect_id, Shapes::ShapeRef.new(shape: QuickConnectId, location_name: "QuickConnectId"))
|
|
6401
|
+
QuickConnectContactData.add_member(:quick_connect_name, Shapes::ShapeRef.new(shape: QuickConnectName, location_name: "QuickConnectName"))
|
|
6402
|
+
QuickConnectContactData.add_member(:quick_connect_type, Shapes::ShapeRef.new(shape: QuickConnectType, location_name: "QuickConnectType"))
|
|
6403
|
+
QuickConnectContactData.struct_class = Types::QuickConnectContactData
|
|
6404
|
+
|
|
5340
6405
|
QuickConnectSearchConditionList.member = Shapes::ShapeRef.new(shape: QuickConnectSearchCriteria)
|
|
5341
6406
|
|
|
5342
6407
|
QuickConnectSearchCriteria.add_member(:or_conditions, Shapes::ShapeRef.new(shape: QuickConnectSearchConditionList, location_name: "OrConditions"))
|
|
@@ -5482,6 +6547,14 @@ module Aws::Connect
|
|
|
5482
6547
|
|
|
5483
6548
|
RealtimeContactAnalysisSegments.member = Shapes::ShapeRef.new(shape: RealtimeContactAnalysisSegment)
|
|
5484
6549
|
|
|
6550
|
+
RecordIds.member = Shapes::ShapeRef.new(shape: DataTableId)
|
|
6551
|
+
|
|
6552
|
+
RecordPrimaryValue.add_member(:record_id, Shapes::ShapeRef.new(shape: DataTableId, location_name: "RecordId"))
|
|
6553
|
+
RecordPrimaryValue.add_member(:primary_values, Shapes::ShapeRef.new(shape: PrimaryValuesResponseSet, location_name: "PrimaryValues"))
|
|
6554
|
+
RecordPrimaryValue.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
|
6555
|
+
RecordPrimaryValue.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
|
|
6556
|
+
RecordPrimaryValue.struct_class = Types::RecordPrimaryValue
|
|
6557
|
+
|
|
5485
6558
|
RecordingInfo.add_member(:storage_type, Shapes::ShapeRef.new(shape: StorageType, location_name: "StorageType"))
|
|
5486
6559
|
RecordingInfo.add_member(:location, Shapes::ShapeRef.new(shape: RecordingLocation, location_name: "Location"))
|
|
5487
6560
|
RecordingInfo.add_member(:media_stream_type, Shapes::ShapeRef.new(shape: MediaStreamType, location_name: "MediaStreamType"))
|
|
@@ -5492,6 +6565,7 @@ module Aws::Connect
|
|
|
5492
6565
|
RecordingInfo.add_member(:stop_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "StopTimestamp"))
|
|
5493
6566
|
RecordingInfo.add_member(:status, Shapes::ShapeRef.new(shape: RecordingStatus, location_name: "Status"))
|
|
5494
6567
|
RecordingInfo.add_member(:deletion_reason, Shapes::ShapeRef.new(shape: RecordingDeletionReason, location_name: "DeletionReason"))
|
|
6568
|
+
RecordingInfo.add_member(:unprocessed_transcript_location, Shapes::ShapeRef.new(shape: UnprocessedTranscriptLocation, location_name: "UnprocessedTranscriptLocation"))
|
|
5495
6569
|
RecordingInfo.struct_class = Types::RecordingInfo
|
|
5496
6570
|
|
|
5497
6571
|
Recordings.member = Shapes::ShapeRef.new(shape: RecordingInfo)
|
|
@@ -5503,9 +6577,12 @@ module Aws::Connect
|
|
|
5503
6577
|
Reference.add_member(:status_reason, Shapes::ShapeRef.new(shape: ReferenceStatusReason, location_name: "StatusReason"))
|
|
5504
6578
|
Reference.struct_class = Types::Reference
|
|
5505
6579
|
|
|
6580
|
+
ReferenceIdList.member = Shapes::ShapeRef.new(shape: ReferenceId)
|
|
6581
|
+
|
|
5506
6582
|
ReferenceSummary.add_member(:url, Shapes::ShapeRef.new(shape: UrlReference, location_name: "Url"))
|
|
5507
6583
|
ReferenceSummary.add_member(:attachment, Shapes::ShapeRef.new(shape: AttachmentReference, location_name: "Attachment"))
|
|
5508
6584
|
ReferenceSummary.add_member(:email_message, Shapes::ShapeRef.new(shape: EmailMessageReference, location_name: "EmailMessage"))
|
|
6585
|
+
ReferenceSummary.add_member(:email_message_plain_text, Shapes::ShapeRef.new(shape: EmailMessageReference, location_name: "EmailMessagePlainText"))
|
|
5509
6586
|
ReferenceSummary.add_member(:string, Shapes::ShapeRef.new(shape: StringReference, location_name: "String"))
|
|
5510
6587
|
ReferenceSummary.add_member(:number, Shapes::ShapeRef.new(shape: NumberReference, location_name: "Number"))
|
|
5511
6588
|
ReferenceSummary.add_member(:date, Shapes::ShapeRef.new(shape: DateReference, location_name: "Date"))
|
|
@@ -5514,6 +6591,7 @@ module Aws::Connect
|
|
|
5514
6591
|
ReferenceSummary.add_member_subclass(:url, Types::ReferenceSummary::Url)
|
|
5515
6592
|
ReferenceSummary.add_member_subclass(:attachment, Types::ReferenceSummary::Attachment)
|
|
5516
6593
|
ReferenceSummary.add_member_subclass(:email_message, Types::ReferenceSummary::EmailMessage)
|
|
6594
|
+
ReferenceSummary.add_member_subclass(:email_message_plain_text, Types::ReferenceSummary::EmailMessagePlainText)
|
|
5517
6595
|
ReferenceSummary.add_member_subclass(:string, Types::ReferenceSummary::String)
|
|
5518
6596
|
ReferenceSummary.add_member_subclass(:number, Types::ReferenceSummary::Number)
|
|
5519
6597
|
ReferenceSummary.add_member_subclass(:date, Types::ReferenceSummary::Date)
|
|
@@ -5845,6 +6923,18 @@ module Aws::Connect
|
|
|
5845
6923
|
SearchCriteria.add_member(:searchable_segment_attributes, Shapes::ShapeRef.new(shape: SearchableSegmentAttributes, location_name: "SearchableSegmentAttributes"))
|
|
5846
6924
|
SearchCriteria.struct_class = Types::SearchCriteria
|
|
5847
6925
|
|
|
6926
|
+
SearchDataTablesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
|
6927
|
+
SearchDataTablesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
6928
|
+
SearchDataTablesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location_name: "MaxResults", metadata: {"box" => true}))
|
|
6929
|
+
SearchDataTablesRequest.add_member(:search_filter, Shapes::ShapeRef.new(shape: DataTableSearchFilter, location_name: "SearchFilter"))
|
|
6930
|
+
SearchDataTablesRequest.add_member(:search_criteria, Shapes::ShapeRef.new(shape: DataTableSearchCriteria, location_name: "SearchCriteria"))
|
|
6931
|
+
SearchDataTablesRequest.struct_class = Types::SearchDataTablesRequest
|
|
6932
|
+
|
|
6933
|
+
SearchDataTablesResponse.add_member(:data_tables, Shapes::ShapeRef.new(shape: DataTableList, location_name: "DataTables"))
|
|
6934
|
+
SearchDataTablesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
6935
|
+
SearchDataTablesResponse.add_member(:approximate_total_count, Shapes::ShapeRef.new(shape: ApproximateTotalCount, location_name: "ApproximateTotalCount"))
|
|
6936
|
+
SearchDataTablesResponse.struct_class = Types::SearchDataTablesResponse
|
|
6937
|
+
|
|
5848
6938
|
SearchEmailAddressesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
|
5849
6939
|
SearchEmailAddressesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults"))
|
|
5850
6940
|
SearchEmailAddressesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken2500, location_name: "NextToken"))
|
|
@@ -6001,6 +7091,18 @@ module Aws::Connect
|
|
|
6001
7091
|
SearchUsersResponse.add_member(:approximate_total_count, Shapes::ShapeRef.new(shape: ApproximateTotalCount, location_name: "ApproximateTotalCount"))
|
|
6002
7092
|
SearchUsersResponse.struct_class = Types::SearchUsersResponse
|
|
6003
7093
|
|
|
7094
|
+
SearchViewsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceIdOrArn, required: true, location_name: "InstanceId"))
|
|
7095
|
+
SearchViewsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken2500, location_name: "NextToken"))
|
|
7096
|
+
SearchViewsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults", metadata: {"box" => true}))
|
|
7097
|
+
SearchViewsRequest.add_member(:search_filter, Shapes::ShapeRef.new(shape: ViewSearchFilter, location_name: "SearchFilter"))
|
|
7098
|
+
SearchViewsRequest.add_member(:search_criteria, Shapes::ShapeRef.new(shape: ViewSearchCriteria, location_name: "SearchCriteria"))
|
|
7099
|
+
SearchViewsRequest.struct_class = Types::SearchViewsRequest
|
|
7100
|
+
|
|
7101
|
+
SearchViewsResponse.add_member(:views, Shapes::ShapeRef.new(shape: ViewSearchSummaryList, location_name: "Views"))
|
|
7102
|
+
SearchViewsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken2500, location_name: "NextToken"))
|
|
7103
|
+
SearchViewsResponse.add_member(:approximate_total_count, Shapes::ShapeRef.new(shape: ApproximateTotalCount, location_name: "ApproximateTotalCount"))
|
|
7104
|
+
SearchViewsResponse.struct_class = Types::SearchViewsResponse
|
|
7105
|
+
|
|
6004
7106
|
SearchVocabulariesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
6005
7107
|
SearchVocabulariesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult100, location_name: "MaxResults"))
|
|
6006
7108
|
SearchVocabulariesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: VocabularyNextToken, location_name: "NextToken"))
|
|
@@ -6013,6 +7115,30 @@ module Aws::Connect
|
|
|
6013
7115
|
SearchVocabulariesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: VocabularyNextToken, location_name: "NextToken"))
|
|
6014
7116
|
SearchVocabulariesResponse.struct_class = Types::SearchVocabulariesResponse
|
|
6015
7117
|
|
|
7118
|
+
SearchWorkspaceAssociationsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
|
7119
|
+
SearchWorkspaceAssociationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken2500, location_name: "NextToken"))
|
|
7120
|
+
SearchWorkspaceAssociationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult500, location_name: "MaxResults", metadata: {"box" => true}))
|
|
7121
|
+
SearchWorkspaceAssociationsRequest.add_member(:search_filter, Shapes::ShapeRef.new(shape: WorkspaceAssociationSearchFilter, location_name: "SearchFilter"))
|
|
7122
|
+
SearchWorkspaceAssociationsRequest.add_member(:search_criteria, Shapes::ShapeRef.new(shape: WorkspaceAssociationSearchCriteria, location_name: "SearchCriteria"))
|
|
7123
|
+
SearchWorkspaceAssociationsRequest.struct_class = Types::SearchWorkspaceAssociationsRequest
|
|
7124
|
+
|
|
7125
|
+
SearchWorkspaceAssociationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
7126
|
+
SearchWorkspaceAssociationsResponse.add_member(:workspace_associations, Shapes::ShapeRef.new(shape: WorkspaceAssociationSearchSummaryList, location_name: "WorkspaceAssociations"))
|
|
7127
|
+
SearchWorkspaceAssociationsResponse.add_member(:approximate_total_count, Shapes::ShapeRef.new(shape: ApproximateTotalCount, location_name: "ApproximateTotalCount"))
|
|
7128
|
+
SearchWorkspaceAssociationsResponse.struct_class = Types::SearchWorkspaceAssociationsResponse
|
|
7129
|
+
|
|
7130
|
+
SearchWorkspacesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
|
7131
|
+
SearchWorkspacesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken2500, location_name: "NextToken"))
|
|
7132
|
+
SearchWorkspacesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult500, location_name: "MaxResults", metadata: {"box" => true}))
|
|
7133
|
+
SearchWorkspacesRequest.add_member(:search_filter, Shapes::ShapeRef.new(shape: WorkspaceSearchFilter, location_name: "SearchFilter"))
|
|
7134
|
+
SearchWorkspacesRequest.add_member(:search_criteria, Shapes::ShapeRef.new(shape: WorkspaceSearchCriteria, location_name: "SearchCriteria"))
|
|
7135
|
+
SearchWorkspacesRequest.struct_class = Types::SearchWorkspacesRequest
|
|
7136
|
+
|
|
7137
|
+
SearchWorkspacesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
7138
|
+
SearchWorkspacesResponse.add_member(:workspaces, Shapes::ShapeRef.new(shape: WorkspaceSearchSummaryList, location_name: "Workspaces"))
|
|
7139
|
+
SearchWorkspacesResponse.add_member(:approximate_total_count, Shapes::ShapeRef.new(shape: ApproximateTotalCount, location_name: "ApproximateTotalCount"))
|
|
7140
|
+
SearchWorkspacesResponse.struct_class = Types::SearchWorkspacesResponse
|
|
7141
|
+
|
|
6016
7142
|
SearchableAgentCriteriaStep.add_member(:agent_ids, Shapes::ShapeRef.new(shape: AgentResourceIdList, location_name: "AgentIds"))
|
|
6017
7143
|
SearchableAgentCriteriaStep.add_member(:match_type, Shapes::ShapeRef.new(shape: SearchContactsMatchType, location_name: "MatchType"))
|
|
6018
7144
|
SearchableAgentCriteriaStep.struct_class = Types::SearchableAgentCriteriaStep
|
|
@@ -6068,10 +7194,14 @@ module Aws::Connect
|
|
|
6068
7194
|
SecurityProfile.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
|
|
6069
7195
|
SecurityProfile.add_member(:hierarchy_restricted_resources, Shapes::ShapeRef.new(shape: HierarchyRestrictedResourceList, location_name: "HierarchyRestrictedResources"))
|
|
6070
7196
|
SecurityProfile.add_member(:allowed_access_control_hierarchy_group_id, Shapes::ShapeRef.new(shape: HierarchyGroupId, location_name: "AllowedAccessControlHierarchyGroupId"))
|
|
7197
|
+
SecurityProfile.add_member(:granular_access_control_configuration, Shapes::ShapeRef.new(shape: GranularAccessControlConfiguration, location_name: "GranularAccessControlConfiguration"))
|
|
6071
7198
|
SecurityProfile.struct_class = Types::SecurityProfile
|
|
6072
7199
|
|
|
6073
7200
|
SecurityProfileIds.member = Shapes::ShapeRef.new(shape: SecurityProfileId)
|
|
6074
7201
|
|
|
7202
|
+
SecurityProfileItem.add_member(:id, Shapes::ShapeRef.new(shape: SecurityProfileId, location_name: "Id"))
|
|
7203
|
+
SecurityProfileItem.struct_class = Types::SecurityProfileItem
|
|
7204
|
+
|
|
6075
7205
|
SecurityProfileSearchConditionList.member = Shapes::ShapeRef.new(shape: SecurityProfileSearchCriteria)
|
|
6076
7206
|
|
|
6077
7207
|
SecurityProfileSearchCriteria.add_member(:or_conditions, Shapes::ShapeRef.new(shape: SecurityProfileSearchConditionList, location_name: "OrConditions"))
|
|
@@ -6096,6 +7226,10 @@ module Aws::Connect
|
|
|
6096
7226
|
|
|
6097
7227
|
SecurityProfileSummaryList.member = Shapes::ShapeRef.new(shape: SecurityProfileSummary)
|
|
6098
7228
|
|
|
7229
|
+
SecurityProfiles.member = Shapes::ShapeRef.new(shape: SecurityProfileItem)
|
|
7230
|
+
|
|
7231
|
+
SecurityProfiles100.member = Shapes::ShapeRef.new(shape: SecurityProfileItem)
|
|
7232
|
+
|
|
6099
7233
|
SecurityProfilesSearchFilter.add_member(:tag_filter, Shapes::ShapeRef.new(shape: ControlPlaneTagFilter, location_name: "TagFilter"))
|
|
6100
7234
|
SecurityProfilesSearchFilter.struct_class = Types::SecurityProfilesSearchFilter
|
|
6101
7235
|
|
|
@@ -6206,6 +7340,7 @@ module Aws::Connect
|
|
|
6206
7340
|
StartChatContactRequest.add_member(:contact_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, required: true, location_name: "ContactFlowId"))
|
|
6207
7341
|
StartChatContactRequest.add_member(:attributes, Shapes::ShapeRef.new(shape: Attributes, location_name: "Attributes"))
|
|
6208
7342
|
StartChatContactRequest.add_member(:participant_details, Shapes::ShapeRef.new(shape: ParticipantDetails, required: true, location_name: "ParticipantDetails"))
|
|
7343
|
+
StartChatContactRequest.add_member(:participant_configuration, Shapes::ShapeRef.new(shape: ParticipantConfiguration, location_name: "ParticipantConfiguration"))
|
|
6209
7344
|
StartChatContactRequest.add_member(:initial_message, Shapes::ShapeRef.new(shape: ChatMessage, location_name: "InitialMessage"))
|
|
6210
7345
|
StartChatContactRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
|
6211
7346
|
StartChatContactRequest.add_member(:chat_duration_in_minutes, Shapes::ShapeRef.new(shape: ChatDurationInMinutes, location_name: "ChatDurationInMinutes"))
|
|
@@ -6234,6 +7369,14 @@ module Aws::Connect
|
|
|
6234
7369
|
StartContactEvaluationResponse.add_member(:evaluation_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "EvaluationArn"))
|
|
6235
7370
|
StartContactEvaluationResponse.struct_class = Types::StartContactEvaluationResponse
|
|
6236
7371
|
|
|
7372
|
+
StartContactMediaProcessingRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId"))
|
|
7373
|
+
StartContactMediaProcessingRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "ContactId"))
|
|
7374
|
+
StartContactMediaProcessingRequest.add_member(:processor_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ProcessorArn"))
|
|
7375
|
+
StartContactMediaProcessingRequest.add_member(:failure_mode, Shapes::ShapeRef.new(shape: ContactMediaProcessingFailureMode, location_name: "FailureMode"))
|
|
7376
|
+
StartContactMediaProcessingRequest.struct_class = Types::StartContactMediaProcessingRequest
|
|
7377
|
+
|
|
7378
|
+
StartContactMediaProcessingResponse.struct_class = Types::StartContactMediaProcessingResponse
|
|
7379
|
+
|
|
6237
7380
|
StartContactRecordingRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
|
6238
7381
|
StartContactRecordingRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location_name: "ContactId"))
|
|
6239
7382
|
StartContactRecordingRequest.add_member(:initial_contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location_name: "InitialContactId"))
|
|
@@ -6376,6 +7519,12 @@ module Aws::Connect
|
|
|
6376
7519
|
|
|
6377
7520
|
Steps.member = Shapes::ShapeRef.new(shape: Step)
|
|
6378
7521
|
|
|
7522
|
+
StopContactMediaProcessingRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId"))
|
|
7523
|
+
StopContactMediaProcessingRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "ContactId"))
|
|
7524
|
+
StopContactMediaProcessingRequest.struct_class = Types::StopContactMediaProcessingRequest
|
|
7525
|
+
|
|
7526
|
+
StopContactMediaProcessingResponse.struct_class = Types::StopContactMediaProcessingResponse
|
|
7527
|
+
|
|
6379
7528
|
StopContactRecordingRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
|
6380
7529
|
StopContactRecordingRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location_name: "ContactId"))
|
|
6381
7530
|
StopContactRecordingRequest.add_member(:initial_contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location_name: "InitialContactId"))
|
|
@@ -6421,6 +7570,11 @@ module Aws::Connect
|
|
|
6421
7570
|
SubmitContactEvaluationResponse.add_member(:evaluation_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "EvaluationArn"))
|
|
6422
7571
|
SubmitContactEvaluationResponse.struct_class = Types::SubmitContactEvaluationResponse
|
|
6423
7572
|
|
|
7573
|
+
SuccessfulBatchAssociationSummary.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ResourceArn"))
|
|
7574
|
+
SuccessfulBatchAssociationSummary.struct_class = Types::SuccessfulBatchAssociationSummary
|
|
7575
|
+
|
|
7576
|
+
SuccessfulBatchAssociationSummaryList.member = Shapes::ShapeRef.new(shape: SuccessfulBatchAssociationSummary)
|
|
7577
|
+
|
|
6424
7578
|
SuccessfulRequest.add_member(:request_identifier, Shapes::ShapeRef.new(shape: RequestIdentifier, location_name: "RequestIdentifier"))
|
|
6425
7579
|
SuccessfulRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "ContactId"))
|
|
6426
7580
|
SuccessfulRequest.struct_class = Types::SuccessfulRequest
|
|
@@ -6665,9 +7819,20 @@ module Aws::Connect
|
|
|
6665
7819
|
|
|
6666
7820
|
UpdateContactFlowMetadataResponse.struct_class = Types::UpdateContactFlowMetadataResponse
|
|
6667
7821
|
|
|
7822
|
+
UpdateContactFlowModuleAliasRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceIdOrArn, required: true, location: "uri", location_name: "InstanceId"))
|
|
7823
|
+
UpdateContactFlowModuleAliasRequest.add_member(:contact_flow_module_id, Shapes::ShapeRef.new(shape: ContactFlowModuleId, required: true, location: "uri", location_name: "ContactFlowModuleId"))
|
|
7824
|
+
UpdateContactFlowModuleAliasRequest.add_member(:alias_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "AliasId"))
|
|
7825
|
+
UpdateContactFlowModuleAliasRequest.add_member(:name, Shapes::ShapeRef.new(shape: ContactFlowModuleName, location_name: "Name"))
|
|
7826
|
+
UpdateContactFlowModuleAliasRequest.add_member(:description, Shapes::ShapeRef.new(shape: ContactFlowModuleDescription, location_name: "Description"))
|
|
7827
|
+
UpdateContactFlowModuleAliasRequest.add_member(:contact_flow_module_version, Shapes::ShapeRef.new(shape: ResourceVersion, location_name: "ContactFlowModuleVersion"))
|
|
7828
|
+
UpdateContactFlowModuleAliasRequest.struct_class = Types::UpdateContactFlowModuleAliasRequest
|
|
7829
|
+
|
|
7830
|
+
UpdateContactFlowModuleAliasResponse.struct_class = Types::UpdateContactFlowModuleAliasResponse
|
|
7831
|
+
|
|
6668
7832
|
UpdateContactFlowModuleContentRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
6669
7833
|
UpdateContactFlowModuleContentRequest.add_member(:contact_flow_module_id, Shapes::ShapeRef.new(shape: ContactFlowModuleId, required: true, location: "uri", location_name: "ContactFlowModuleId"))
|
|
6670
|
-
UpdateContactFlowModuleContentRequest.add_member(:content, Shapes::ShapeRef.new(shape: ContactFlowModuleContent,
|
|
7834
|
+
UpdateContactFlowModuleContentRequest.add_member(:content, Shapes::ShapeRef.new(shape: ContactFlowModuleContent, location_name: "Content"))
|
|
7835
|
+
UpdateContactFlowModuleContentRequest.add_member(:settings, Shapes::ShapeRef.new(shape: FlowModuleSettings, location_name: "Settings"))
|
|
6671
7836
|
UpdateContactFlowModuleContentRequest.struct_class = Types::UpdateContactFlowModuleContentRequest
|
|
6672
7837
|
|
|
6673
7838
|
UpdateContactFlowModuleContentResponse.struct_class = Types::UpdateContactFlowModuleContentResponse
|
|
@@ -6719,6 +7884,41 @@ module Aws::Connect
|
|
|
6719
7884
|
|
|
6720
7885
|
UpdateContactScheduleResponse.struct_class = Types::UpdateContactScheduleResponse
|
|
6721
7886
|
|
|
7887
|
+
UpdateDataTableAttributeRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
7888
|
+
UpdateDataTableAttributeRequest.add_member(:data_table_id, Shapes::ShapeRef.new(shape: DataTableId, required: true, location: "uri", location_name: "DataTableId"))
|
|
7889
|
+
UpdateDataTableAttributeRequest.add_member(:attribute_name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location: "uri", location_name: "AttributeName"))
|
|
7890
|
+
UpdateDataTableAttributeRequest.add_member(:name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location_name: "Name"))
|
|
7891
|
+
UpdateDataTableAttributeRequest.add_member(:value_type, Shapes::ShapeRef.new(shape: DataTableAttributeValueType, required: true, location_name: "ValueType"))
|
|
7892
|
+
UpdateDataTableAttributeRequest.add_member(:description, Shapes::ShapeRef.new(shape: DataTableDescription, location_name: "Description"))
|
|
7893
|
+
UpdateDataTableAttributeRequest.add_member(:primary, Shapes::ShapeRef.new(shape: Boolean, location_name: "Primary"))
|
|
7894
|
+
UpdateDataTableAttributeRequest.add_member(:validation, Shapes::ShapeRef.new(shape: Validation, location_name: "Validation"))
|
|
7895
|
+
UpdateDataTableAttributeRequest.struct_class = Types::UpdateDataTableAttributeRequest
|
|
7896
|
+
|
|
7897
|
+
UpdateDataTableAttributeResponse.add_member(:name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location_name: "Name"))
|
|
7898
|
+
UpdateDataTableAttributeResponse.add_member(:lock_version, Shapes::ShapeRef.new(shape: DataTableLockVersion, required: true, location_name: "LockVersion"))
|
|
7899
|
+
UpdateDataTableAttributeResponse.struct_class = Types::UpdateDataTableAttributeResponse
|
|
7900
|
+
|
|
7901
|
+
UpdateDataTableMetadataRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
7902
|
+
UpdateDataTableMetadataRequest.add_member(:data_table_id, Shapes::ShapeRef.new(shape: DataTableId, required: true, location: "uri", location_name: "DataTableId"))
|
|
7903
|
+
UpdateDataTableMetadataRequest.add_member(:name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location_name: "Name"))
|
|
7904
|
+
UpdateDataTableMetadataRequest.add_member(:description, Shapes::ShapeRef.new(shape: DataTableDescription, location_name: "Description"))
|
|
7905
|
+
UpdateDataTableMetadataRequest.add_member(:value_lock_level, Shapes::ShapeRef.new(shape: DataTableLockLevel, required: true, location_name: "ValueLockLevel"))
|
|
7906
|
+
UpdateDataTableMetadataRequest.add_member(:time_zone, Shapes::ShapeRef.new(shape: TimeZone, required: true, location_name: "TimeZone"))
|
|
7907
|
+
UpdateDataTableMetadataRequest.struct_class = Types::UpdateDataTableMetadataRequest
|
|
7908
|
+
|
|
7909
|
+
UpdateDataTableMetadataResponse.add_member(:lock_version, Shapes::ShapeRef.new(shape: DataTableLockVersion, required: true, location_name: "LockVersion"))
|
|
7910
|
+
UpdateDataTableMetadataResponse.struct_class = Types::UpdateDataTableMetadataResponse
|
|
7911
|
+
|
|
7912
|
+
UpdateDataTablePrimaryValuesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
7913
|
+
UpdateDataTablePrimaryValuesRequest.add_member(:data_table_id, Shapes::ShapeRef.new(shape: DataTableId, required: true, location: "uri", location_name: "DataTableId"))
|
|
7914
|
+
UpdateDataTablePrimaryValuesRequest.add_member(:primary_values, Shapes::ShapeRef.new(shape: PrimaryValuesSet, required: true, location_name: "PrimaryValues"))
|
|
7915
|
+
UpdateDataTablePrimaryValuesRequest.add_member(:new_primary_values, Shapes::ShapeRef.new(shape: PrimaryValuesSet, required: true, location_name: "NewPrimaryValues"))
|
|
7916
|
+
UpdateDataTablePrimaryValuesRequest.add_member(:lock_version, Shapes::ShapeRef.new(shape: DataTableLockVersion, required: true, location_name: "LockVersion"))
|
|
7917
|
+
UpdateDataTablePrimaryValuesRequest.struct_class = Types::UpdateDataTablePrimaryValuesRequest
|
|
7918
|
+
|
|
7919
|
+
UpdateDataTablePrimaryValuesResponse.add_member(:lock_version, Shapes::ShapeRef.new(shape: DataTableLockVersion, required: true, location_name: "LockVersion"))
|
|
7920
|
+
UpdateDataTablePrimaryValuesResponse.struct_class = Types::UpdateDataTablePrimaryValuesResponse
|
|
7921
|
+
|
|
6722
7922
|
UpdateEmailAddressMetadataRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
6723
7923
|
UpdateEmailAddressMetadataRequest.add_member(:email_address_id, Shapes::ShapeRef.new(shape: EmailAddressId, required: true, location: "uri", location_name: "EmailAddressId"))
|
|
6724
7924
|
UpdateEmailAddressMetadataRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
|
@@ -6739,7 +7939,10 @@ module Aws::Connect
|
|
|
6739
7939
|
UpdateEvaluationFormRequest.add_member(:items, Shapes::ShapeRef.new(shape: EvaluationFormItemsList, required: true, location_name: "Items"))
|
|
6740
7940
|
UpdateEvaluationFormRequest.add_member(:scoring_strategy, Shapes::ShapeRef.new(shape: EvaluationFormScoringStrategy, location_name: "ScoringStrategy"))
|
|
6741
7941
|
UpdateEvaluationFormRequest.add_member(:auto_evaluation_configuration, Shapes::ShapeRef.new(shape: EvaluationFormAutoEvaluationConfiguration, location_name: "AutoEvaluationConfiguration"))
|
|
7942
|
+
UpdateEvaluationFormRequest.add_member(:as_draft, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "AsDraft"))
|
|
6742
7943
|
UpdateEvaluationFormRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
|
7944
|
+
UpdateEvaluationFormRequest.add_member(:target_configuration, Shapes::ShapeRef.new(shape: EvaluationFormTargetConfiguration, location_name: "TargetConfiguration"))
|
|
7945
|
+
UpdateEvaluationFormRequest.add_member(:language_configuration, Shapes::ShapeRef.new(shape: EvaluationFormLanguageConfiguration, location_name: "LanguageConfiguration"))
|
|
6743
7946
|
UpdateEvaluationFormRequest.struct_class = Types::UpdateEvaluationFormRequest
|
|
6744
7947
|
|
|
6745
7948
|
UpdateEvaluationFormResponse.add_member(:evaluation_form_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "EvaluationFormId"))
|
|
@@ -6918,6 +8121,8 @@ module Aws::Connect
|
|
|
6918
8121
|
UpdateSecurityProfileRequest.add_member(:applications, Shapes::ShapeRef.new(shape: Applications, location_name: "Applications"))
|
|
6919
8122
|
UpdateSecurityProfileRequest.add_member(:hierarchy_restricted_resources, Shapes::ShapeRef.new(shape: HierarchyRestrictedResourceList, location_name: "HierarchyRestrictedResources"))
|
|
6920
8123
|
UpdateSecurityProfileRequest.add_member(:allowed_access_control_hierarchy_group_id, Shapes::ShapeRef.new(shape: HierarchyGroupId, location_name: "AllowedAccessControlHierarchyGroupId"))
|
|
8124
|
+
UpdateSecurityProfileRequest.add_member(:allowed_flow_modules, Shapes::ShapeRef.new(shape: AllowedFlowModules, location_name: "AllowedFlowModules"))
|
|
8125
|
+
UpdateSecurityProfileRequest.add_member(:granular_access_control_configuration, Shapes::ShapeRef.new(shape: GranularAccessControlConfiguration, location_name: "GranularAccessControlConfiguration"))
|
|
6921
8126
|
UpdateSecurityProfileRequest.struct_class = Types::UpdateSecurityProfileRequest
|
|
6922
8127
|
|
|
6923
8128
|
UpdateTaskTemplateRequest.add_member(:task_template_id, Shapes::ShapeRef.new(shape: TaskTemplateId, required: true, location: "uri", location_name: "TaskTemplateId"))
|
|
@@ -7011,6 +8216,40 @@ module Aws::Connect
|
|
|
7011
8216
|
|
|
7012
8217
|
UpdateViewMetadataResponse.struct_class = Types::UpdateViewMetadataResponse
|
|
7013
8218
|
|
|
8219
|
+
UpdateWorkspaceMetadataRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
8220
|
+
UpdateWorkspaceMetadataRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: WorkspaceId, required: true, location: "uri", location_name: "WorkspaceId"))
|
|
8221
|
+
UpdateWorkspaceMetadataRequest.add_member(:name, Shapes::ShapeRef.new(shape: WorkspaceName, location_name: "Name"))
|
|
8222
|
+
UpdateWorkspaceMetadataRequest.add_member(:description, Shapes::ShapeRef.new(shape: WorkspaceDescription, location_name: "Description"))
|
|
8223
|
+
UpdateWorkspaceMetadataRequest.add_member(:title, Shapes::ShapeRef.new(shape: WorkspaceTitle, location_name: "Title"))
|
|
8224
|
+
UpdateWorkspaceMetadataRequest.struct_class = Types::UpdateWorkspaceMetadataRequest
|
|
8225
|
+
|
|
8226
|
+
UpdateWorkspaceMetadataResponse.struct_class = Types::UpdateWorkspaceMetadataResponse
|
|
8227
|
+
|
|
8228
|
+
UpdateWorkspacePageRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
8229
|
+
UpdateWorkspacePageRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: WorkspaceId, required: true, location: "uri", location_name: "WorkspaceId"))
|
|
8230
|
+
UpdateWorkspacePageRequest.add_member(:page, Shapes::ShapeRef.new(shape: Page, required: true, location: "uri", location_name: "Page"))
|
|
8231
|
+
UpdateWorkspacePageRequest.add_member(:new_page, Shapes::ShapeRef.new(shape: Page, location_name: "NewPage"))
|
|
8232
|
+
UpdateWorkspacePageRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ResourceArn"))
|
|
8233
|
+
UpdateWorkspacePageRequest.add_member(:slug, Shapes::ShapeRef.new(shape: Slug, location_name: "Slug"))
|
|
8234
|
+
UpdateWorkspacePageRequest.add_member(:input_data, Shapes::ShapeRef.new(shape: InputData, location_name: "InputData"))
|
|
8235
|
+
UpdateWorkspacePageRequest.struct_class = Types::UpdateWorkspacePageRequest
|
|
8236
|
+
|
|
8237
|
+
UpdateWorkspacePageResponse.struct_class = Types::UpdateWorkspacePageResponse
|
|
8238
|
+
|
|
8239
|
+
UpdateWorkspaceThemeRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
8240
|
+
UpdateWorkspaceThemeRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: WorkspaceId, required: true, location: "uri", location_name: "WorkspaceId"))
|
|
8241
|
+
UpdateWorkspaceThemeRequest.add_member(:theme, Shapes::ShapeRef.new(shape: WorkspaceTheme, location_name: "Theme"))
|
|
8242
|
+
UpdateWorkspaceThemeRequest.struct_class = Types::UpdateWorkspaceThemeRequest
|
|
8243
|
+
|
|
8244
|
+
UpdateWorkspaceThemeResponse.struct_class = Types::UpdateWorkspaceThemeResponse
|
|
8245
|
+
|
|
8246
|
+
UpdateWorkspaceVisibilityRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
8247
|
+
UpdateWorkspaceVisibilityRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: WorkspaceId, required: true, location: "uri", location_name: "WorkspaceId"))
|
|
8248
|
+
UpdateWorkspaceVisibilityRequest.add_member(:visibility, Shapes::ShapeRef.new(shape: Visibility, required: true, location_name: "Visibility"))
|
|
8249
|
+
UpdateWorkspaceVisibilityRequest.struct_class = Types::UpdateWorkspaceVisibilityRequest
|
|
8250
|
+
|
|
8251
|
+
UpdateWorkspaceVisibilityResponse.struct_class = Types::UpdateWorkspaceVisibilityResponse
|
|
8252
|
+
|
|
7014
8253
|
UploadUrlMetadata.add_member(:url, Shapes::ShapeRef.new(shape: MetadataUrl, location_name: "Url"))
|
|
7015
8254
|
UploadUrlMetadata.add_member(:url_expiry, Shapes::ShapeRef.new(shape: ISO8601Datetime, location_name: "UrlExpiry"))
|
|
7016
8255
|
UploadUrlMetadata.add_member(:headers_to_include, Shapes::ShapeRef.new(shape: UrlMetadataSignedHeaders, location_name: "HeadersToInclude"))
|
|
@@ -7164,6 +8403,27 @@ module Aws::Connect
|
|
|
7164
8403
|
UserTagMap.key = Shapes::ShapeRef.new(shape: String)
|
|
7165
8404
|
UserTagMap.value = Shapes::ShapeRef.new(shape: String)
|
|
7166
8405
|
|
|
8406
|
+
Validation.add_member(:min_length, Shapes::ShapeRef.new(shape: LengthBoundary, location_name: "MinLength"))
|
|
8407
|
+
Validation.add_member(:max_length, Shapes::ShapeRef.new(shape: LengthBoundary, location_name: "MaxLength"))
|
|
8408
|
+
Validation.add_member(:min_values, Shapes::ShapeRef.new(shape: ValueBoundary, location_name: "MinValues"))
|
|
8409
|
+
Validation.add_member(:max_values, Shapes::ShapeRef.new(shape: ValueBoundary, location_name: "MaxValues"))
|
|
8410
|
+
Validation.add_member(:ignore_case, Shapes::ShapeRef.new(shape: Boolean, location_name: "IgnoreCase"))
|
|
8411
|
+
Validation.add_member(:minimum, Shapes::ShapeRef.new(shape: PositiveAndNegativeDouble, location_name: "Minimum"))
|
|
8412
|
+
Validation.add_member(:maximum, Shapes::ShapeRef.new(shape: PositiveAndNegativeDouble, location_name: "Maximum"))
|
|
8413
|
+
Validation.add_member(:exclusive_minimum, Shapes::ShapeRef.new(shape: PositiveAndNegativeDouble, location_name: "ExclusiveMinimum"))
|
|
8414
|
+
Validation.add_member(:exclusive_maximum, Shapes::ShapeRef.new(shape: PositiveAndNegativeDouble, location_name: "ExclusiveMaximum"))
|
|
8415
|
+
Validation.add_member(:multiple_of, Shapes::ShapeRef.new(shape: PositiveDouble, location_name: "MultipleOf"))
|
|
8416
|
+
Validation.add_member(:enum, Shapes::ShapeRef.new(shape: ValidationEnum, location_name: "Enum"))
|
|
8417
|
+
Validation.struct_class = Types::Validation
|
|
8418
|
+
|
|
8419
|
+
ValidationEnum.add_member(:strict, Shapes::ShapeRef.new(shape: Boolean, location_name: "Strict"))
|
|
8420
|
+
ValidationEnum.add_member(:values, Shapes::ShapeRef.new(shape: ValidationEnumValues, location_name: "Values"))
|
|
8421
|
+
ValidationEnum.struct_class = Types::ValidationEnum
|
|
8422
|
+
|
|
8423
|
+
ValidationEnumValues.member = Shapes::ShapeRef.new(shape: String)
|
|
8424
|
+
|
|
8425
|
+
ValueList.member = Shapes::ShapeRef.new(shape: String)
|
|
8426
|
+
|
|
7167
8427
|
View.add_member(:id, Shapes::ShapeRef.new(shape: ViewId, location_name: "Id"))
|
|
7168
8428
|
View.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
|
|
7169
8429
|
View.add_member(:name, Shapes::ShapeRef.new(shape: ViewName, location_name: "Name"))
|
|
@@ -7190,6 +8450,20 @@ module Aws::Connect
|
|
|
7190
8450
|
ViewInputContent.add_member(:actions, Shapes::ShapeRef.new(shape: ViewActions, location_name: "Actions"))
|
|
7191
8451
|
ViewInputContent.struct_class = Types::ViewInputContent
|
|
7192
8452
|
|
|
8453
|
+
ViewSearchConditionList.member = Shapes::ShapeRef.new(shape: ViewSearchCriteria)
|
|
8454
|
+
|
|
8455
|
+
ViewSearchCriteria.add_member(:or_conditions, Shapes::ShapeRef.new(shape: ViewSearchConditionList, location_name: "OrConditions"))
|
|
8456
|
+
ViewSearchCriteria.add_member(:and_conditions, Shapes::ShapeRef.new(shape: ViewSearchConditionList, location_name: "AndConditions"))
|
|
8457
|
+
ViewSearchCriteria.add_member(:string_condition, Shapes::ShapeRef.new(shape: StringCondition, location_name: "StringCondition"))
|
|
8458
|
+
ViewSearchCriteria.add_member(:view_type_condition, Shapes::ShapeRef.new(shape: ViewType, location_name: "ViewTypeCondition"))
|
|
8459
|
+
ViewSearchCriteria.add_member(:view_status_condition, Shapes::ShapeRef.new(shape: ViewStatus, location_name: "ViewStatusCondition"))
|
|
8460
|
+
ViewSearchCriteria.struct_class = Types::ViewSearchCriteria
|
|
8461
|
+
|
|
8462
|
+
ViewSearchFilter.add_member(:attribute_filter, Shapes::ShapeRef.new(shape: ControlPlaneAttributeFilter, location_name: "AttributeFilter"))
|
|
8463
|
+
ViewSearchFilter.struct_class = Types::ViewSearchFilter
|
|
8464
|
+
|
|
8465
|
+
ViewSearchSummaryList.member = Shapes::ShapeRef.new(shape: View)
|
|
8466
|
+
|
|
7193
8467
|
ViewSummary.add_member(:id, Shapes::ShapeRef.new(shape: ViewId, location_name: "Id"))
|
|
7194
8468
|
ViewSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
|
|
7195
8469
|
ViewSummary.add_member(:name, Shapes::ShapeRef.new(shape: ViewName, location_name: "Name"))
|
|
@@ -7238,8 +8512,103 @@ module Aws::Connect
|
|
|
7238
8512
|
VoiceRecordingConfiguration.struct_class = Types::VoiceRecordingConfiguration
|
|
7239
8513
|
|
|
7240
8514
|
WisdomInfo.add_member(:session_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "SessionArn"))
|
|
8515
|
+
WisdomInfo.add_member(:ai_agents, Shapes::ShapeRef.new(shape: AiAgents, location_name: "AiAgents"))
|
|
7241
8516
|
WisdomInfo.struct_class = Types::WisdomInfo
|
|
7242
8517
|
|
|
8518
|
+
Workspace.add_member(:visibility, Shapes::ShapeRef.new(shape: Visibility, location_name: "Visibility"))
|
|
8519
|
+
Workspace.add_member(:id, Shapes::ShapeRef.new(shape: WorkspaceId, required: true, location_name: "Id"))
|
|
8520
|
+
Workspace.add_member(:name, Shapes::ShapeRef.new(shape: WorkspaceName, required: true, location_name: "Name"))
|
|
8521
|
+
Workspace.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "Arn"))
|
|
8522
|
+
Workspace.add_member(:description, Shapes::ShapeRef.new(shape: WorkspaceDescription, location_name: "Description"))
|
|
8523
|
+
Workspace.add_member(:theme, Shapes::ShapeRef.new(shape: WorkspaceTheme, location_name: "Theme"))
|
|
8524
|
+
Workspace.add_member(:title, Shapes::ShapeRef.new(shape: WorkspaceTitle, location_name: "Title"))
|
|
8525
|
+
Workspace.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedTime"))
|
|
8526
|
+
Workspace.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
|
|
8527
|
+
Workspace.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
|
8528
|
+
Workspace.struct_class = Types::Workspace
|
|
8529
|
+
|
|
8530
|
+
WorkspaceAssociationSearchConditionList.member = Shapes::ShapeRef.new(shape: WorkspaceAssociationSearchCriteria)
|
|
8531
|
+
|
|
8532
|
+
WorkspaceAssociationSearchCriteria.add_member(:or_conditions, Shapes::ShapeRef.new(shape: WorkspaceAssociationSearchConditionList, location_name: "OrConditions"))
|
|
8533
|
+
WorkspaceAssociationSearchCriteria.add_member(:and_conditions, Shapes::ShapeRef.new(shape: WorkspaceAssociationSearchConditionList, location_name: "AndConditions"))
|
|
8534
|
+
WorkspaceAssociationSearchCriteria.add_member(:string_condition, Shapes::ShapeRef.new(shape: StringCondition, location_name: "StringCondition"))
|
|
8535
|
+
WorkspaceAssociationSearchCriteria.struct_class = Types::WorkspaceAssociationSearchCriteria
|
|
8536
|
+
|
|
8537
|
+
WorkspaceAssociationSearchFilter.add_member(:attribute_filter, Shapes::ShapeRef.new(shape: ControlPlaneAttributeFilter, location_name: "AttributeFilter"))
|
|
8538
|
+
WorkspaceAssociationSearchFilter.struct_class = Types::WorkspaceAssociationSearchFilter
|
|
8539
|
+
|
|
8540
|
+
WorkspaceAssociationSearchSummary.add_member(:workspace_id, Shapes::ShapeRef.new(shape: WorkspaceId, location_name: "WorkspaceId"))
|
|
8541
|
+
WorkspaceAssociationSearchSummary.add_member(:workspace_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "WorkspaceArn"))
|
|
8542
|
+
WorkspaceAssociationSearchSummary.add_member(:resource_id, Shapes::ShapeRef.new(shape: WorkspaceAssociatedResourceId, location_name: "ResourceId"))
|
|
8543
|
+
WorkspaceAssociationSearchSummary.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ResourceArn"))
|
|
8544
|
+
WorkspaceAssociationSearchSummary.add_member(:resource_type, Shapes::ShapeRef.new(shape: WorkspaceAssociatedResourceType, location_name: "ResourceType"))
|
|
8545
|
+
WorkspaceAssociationSearchSummary.add_member(:resource_name, Shapes::ShapeRef.new(shape: WorkspaceAssociatedResourceName, location_name: "ResourceName"))
|
|
8546
|
+
WorkspaceAssociationSearchSummary.struct_class = Types::WorkspaceAssociationSearchSummary
|
|
8547
|
+
|
|
8548
|
+
WorkspaceAssociationSearchSummaryList.member = Shapes::ShapeRef.new(shape: WorkspaceAssociationSearchSummary)
|
|
8549
|
+
|
|
8550
|
+
WorkspacePage.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ResourceArn"))
|
|
8551
|
+
WorkspacePage.add_member(:page, Shapes::ShapeRef.new(shape: Page, location_name: "Page"))
|
|
8552
|
+
WorkspacePage.add_member(:slug, Shapes::ShapeRef.new(shape: Slug, location_name: "Slug"))
|
|
8553
|
+
WorkspacePage.add_member(:input_data, Shapes::ShapeRef.new(shape: InputData, location_name: "InputData"))
|
|
8554
|
+
WorkspacePage.struct_class = Types::WorkspacePage
|
|
8555
|
+
|
|
8556
|
+
WorkspacePageList.member = Shapes::ShapeRef.new(shape: WorkspacePage)
|
|
8557
|
+
|
|
8558
|
+
WorkspaceResourceArnList.member = Shapes::ShapeRef.new(shape: ARN)
|
|
8559
|
+
|
|
8560
|
+
WorkspaceSearchConditionList.member = Shapes::ShapeRef.new(shape: WorkspaceSearchCriteria)
|
|
8561
|
+
|
|
8562
|
+
WorkspaceSearchCriteria.add_member(:or_conditions, Shapes::ShapeRef.new(shape: WorkspaceSearchConditionList, location_name: "OrConditions"))
|
|
8563
|
+
WorkspaceSearchCriteria.add_member(:and_conditions, Shapes::ShapeRef.new(shape: WorkspaceSearchConditionList, location_name: "AndConditions"))
|
|
8564
|
+
WorkspaceSearchCriteria.add_member(:string_condition, Shapes::ShapeRef.new(shape: StringCondition, location_name: "StringCondition"))
|
|
8565
|
+
WorkspaceSearchCriteria.struct_class = Types::WorkspaceSearchCriteria
|
|
8566
|
+
|
|
8567
|
+
WorkspaceSearchFilter.add_member(:attribute_filter, Shapes::ShapeRef.new(shape: ControlPlaneAttributeFilter, location_name: "AttributeFilter"))
|
|
8568
|
+
WorkspaceSearchFilter.struct_class = Types::WorkspaceSearchFilter
|
|
8569
|
+
|
|
8570
|
+
WorkspaceSearchSummary.add_member(:id, Shapes::ShapeRef.new(shape: WorkspaceId, location_name: "Id"))
|
|
8571
|
+
WorkspaceSearchSummary.add_member(:name, Shapes::ShapeRef.new(shape: WorkspaceName, location_name: "Name"))
|
|
8572
|
+
WorkspaceSearchSummary.add_member(:visibility, Shapes::ShapeRef.new(shape: Visibility, location_name: "Visibility"))
|
|
8573
|
+
WorkspaceSearchSummary.add_member(:description, Shapes::ShapeRef.new(shape: WorkspaceDescription, location_name: "Description"))
|
|
8574
|
+
WorkspaceSearchSummary.add_member(:title, Shapes::ShapeRef.new(shape: WorkspaceTitle, location_name: "Title"))
|
|
8575
|
+
WorkspaceSearchSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
|
|
8576
|
+
WorkspaceSearchSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAt"))
|
|
8577
|
+
WorkspaceSearchSummary.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
|
8578
|
+
WorkspaceSearchSummary.struct_class = Types::WorkspaceSearchSummary
|
|
8579
|
+
|
|
8580
|
+
WorkspaceSearchSummaryList.member = Shapes::ShapeRef.new(shape: WorkspaceSearchSummary)
|
|
8581
|
+
|
|
8582
|
+
WorkspaceSummary.add_member(:id, Shapes::ShapeRef.new(shape: WorkspaceId, location_name: "Id"))
|
|
8583
|
+
WorkspaceSummary.add_member(:name, Shapes::ShapeRef.new(shape: WorkspaceName, location_name: "Name"))
|
|
8584
|
+
WorkspaceSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
|
|
8585
|
+
WorkspaceSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
|
8586
|
+
WorkspaceSummary.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
|
|
8587
|
+
WorkspaceSummary.struct_class = Types::WorkspaceSummary
|
|
8588
|
+
|
|
8589
|
+
WorkspaceSummaryList.member = Shapes::ShapeRef.new(shape: WorkspaceSummary)
|
|
8590
|
+
|
|
8591
|
+
WorkspaceTheme.add_member(:light, Shapes::ShapeRef.new(shape: WorkspaceThemeConfig, location_name: "Light"))
|
|
8592
|
+
WorkspaceTheme.add_member(:dark, Shapes::ShapeRef.new(shape: WorkspaceThemeConfig, location_name: "Dark"))
|
|
8593
|
+
WorkspaceTheme.struct_class = Types::WorkspaceTheme
|
|
8594
|
+
|
|
8595
|
+
WorkspaceThemeConfig.add_member(:palette, Shapes::ShapeRef.new(shape: WorkspaceThemePalette, location_name: "Palette"))
|
|
8596
|
+
WorkspaceThemeConfig.add_member(:images, Shapes::ShapeRef.new(shape: WorkspaceThemeImages, location_name: "Images"))
|
|
8597
|
+
WorkspaceThemeConfig.add_member(:typography, Shapes::ShapeRef.new(shape: WorkspaceThemeTypography, location_name: "Typography"))
|
|
8598
|
+
WorkspaceThemeConfig.struct_class = Types::WorkspaceThemeConfig
|
|
8599
|
+
|
|
8600
|
+
WorkspaceThemeImages.add_member(:logo, Shapes::ShapeRef.new(shape: ImagesLogo, location_name: "Logo"))
|
|
8601
|
+
WorkspaceThemeImages.struct_class = Types::WorkspaceThemeImages
|
|
8602
|
+
|
|
8603
|
+
WorkspaceThemePalette.add_member(:header, Shapes::ShapeRef.new(shape: PaletteHeader, location_name: "Header"))
|
|
8604
|
+
WorkspaceThemePalette.add_member(:navigation, Shapes::ShapeRef.new(shape: PaletteNavigation, location_name: "Navigation"))
|
|
8605
|
+
WorkspaceThemePalette.add_member(:canvas, Shapes::ShapeRef.new(shape: PaletteCanvas, location_name: "Canvas"))
|
|
8606
|
+
WorkspaceThemePalette.add_member(:primary, Shapes::ShapeRef.new(shape: PalettePrimary, location_name: "Primary"))
|
|
8607
|
+
WorkspaceThemePalette.struct_class = Types::WorkspaceThemePalette
|
|
8608
|
+
|
|
8609
|
+
WorkspaceThemeTypography.add_member(:font_family, Shapes::ShapeRef.new(shape: FontFamily, location_name: "FontFamily"))
|
|
8610
|
+
WorkspaceThemeTypography.struct_class = Types::WorkspaceThemeTypography
|
|
8611
|
+
|
|
7243
8612
|
resourceArnListMaxLimit100.member = Shapes::ShapeRef.new(shape: ARN)
|
|
7244
8613
|
|
|
7245
8614
|
|
|
@@ -7475,6 +8844,21 @@ module Aws::Connect
|
|
|
7475
8844
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
7476
8845
|
end)
|
|
7477
8846
|
|
|
8847
|
+
api.add_operation(:associate_security_profiles, Seahorse::Model::Operation.new.tap do |o|
|
|
8848
|
+
o.name = "AssociateSecurityProfiles"
|
|
8849
|
+
o.http_method = "POST"
|
|
8850
|
+
o.http_request_uri = "/associate-security-profiles/{InstanceId}"
|
|
8851
|
+
o.input = Shapes::ShapeRef.new(shape: AssociateSecurityProfilesRequest)
|
|
8852
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
|
8853
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
8854
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
8855
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
8856
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
8857
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
8858
|
+
o.errors << Shapes::ShapeRef.new(shape: ConditionalOperationFailedException)
|
|
8859
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
|
|
8860
|
+
end)
|
|
8861
|
+
|
|
7478
8862
|
api.add_operation(:associate_traffic_distribution_group_user, Seahorse::Model::Operation.new.tap do |o|
|
|
7479
8863
|
o.name = "AssociateTrafficDistributionGroupUser"
|
|
7480
8864
|
o.http_method = "PUT"
|
|
@@ -7502,6 +8886,21 @@ module Aws::Connect
|
|
|
7502
8886
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
7503
8887
|
end)
|
|
7504
8888
|
|
|
8889
|
+
api.add_operation(:associate_workspace, Seahorse::Model::Operation.new.tap do |o|
|
|
8890
|
+
o.name = "AssociateWorkspace"
|
|
8891
|
+
o.http_method = "POST"
|
|
8892
|
+
o.http_request_uri = "/workspaces/{InstanceId}/{WorkspaceId}/associate"
|
|
8893
|
+
o.input = Shapes::ShapeRef.new(shape: AssociateWorkspaceRequest)
|
|
8894
|
+
o.output = Shapes::ShapeRef.new(shape: AssociateWorkspaceResponse)
|
|
8895
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
8896
|
+
o.errors << Shapes::ShapeRef.new(shape: DuplicateResourceException)
|
|
8897
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
8898
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
8899
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
8900
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
8901
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
8902
|
+
end)
|
|
8903
|
+
|
|
7505
8904
|
api.add_operation(:batch_associate_analytics_data_set, Seahorse::Model::Operation.new.tap do |o|
|
|
7506
8905
|
o.name = "BatchAssociateAnalyticsDataSet"
|
|
7507
8906
|
o.http_method = "PUT"
|
|
@@ -7515,6 +8914,52 @@ module Aws::Connect
|
|
|
7515
8914
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
7516
8915
|
end)
|
|
7517
8916
|
|
|
8917
|
+
api.add_operation(:batch_create_data_table_value, Seahorse::Model::Operation.new.tap do |o|
|
|
8918
|
+
o.name = "BatchCreateDataTableValue"
|
|
8919
|
+
o.http_method = "POST"
|
|
8920
|
+
o.http_request_uri = "/data-tables/{InstanceId}/{DataTableId}/values/create"
|
|
8921
|
+
o.input = Shapes::ShapeRef.new(shape: BatchCreateDataTableValueRequest)
|
|
8922
|
+
o.output = Shapes::ShapeRef.new(shape: BatchCreateDataTableValueResponse)
|
|
8923
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
8924
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
8925
|
+
o.errors << Shapes::ShapeRef.new(shape: DuplicateResourceException)
|
|
8926
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
8927
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
8928
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
8929
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
8930
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
8931
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
8932
|
+
end)
|
|
8933
|
+
|
|
8934
|
+
api.add_operation(:batch_delete_data_table_value, Seahorse::Model::Operation.new.tap do |o|
|
|
8935
|
+
o.name = "BatchDeleteDataTableValue"
|
|
8936
|
+
o.http_method = "POST"
|
|
8937
|
+
o.http_request_uri = "/data-tables/{InstanceId}/{DataTableId}/values/delete"
|
|
8938
|
+
o.input = Shapes::ShapeRef.new(shape: BatchDeleteDataTableValueRequest)
|
|
8939
|
+
o.output = Shapes::ShapeRef.new(shape: BatchDeleteDataTableValueResponse)
|
|
8940
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
8941
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
8942
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
8943
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
8944
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
8945
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
8946
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
8947
|
+
end)
|
|
8948
|
+
|
|
8949
|
+
api.add_operation(:batch_describe_data_table_value, Seahorse::Model::Operation.new.tap do |o|
|
|
8950
|
+
o.name = "BatchDescribeDataTableValue"
|
|
8951
|
+
o.http_method = "POST"
|
|
8952
|
+
o.http_request_uri = "/data-tables/{InstanceId}/{DataTableId}/values/describe"
|
|
8953
|
+
o.input = Shapes::ShapeRef.new(shape: BatchDescribeDataTableValueRequest)
|
|
8954
|
+
o.output = Shapes::ShapeRef.new(shape: BatchDescribeDataTableValueResponse)
|
|
8955
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
8956
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
8957
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
8958
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
8959
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
8960
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
8961
|
+
end)
|
|
8962
|
+
|
|
7518
8963
|
api.add_operation(:batch_disassociate_analytics_data_set, Seahorse::Model::Operation.new.tap do |o|
|
|
7519
8964
|
o.name = "BatchDisassociateAnalyticsDataSet"
|
|
7520
8965
|
o.http_method = "POST"
|
|
@@ -7569,6 +9014,21 @@ module Aws::Connect
|
|
|
7569
9014
|
o.errors << Shapes::ShapeRef.new(shape: IdempotencyException)
|
|
7570
9015
|
end)
|
|
7571
9016
|
|
|
9017
|
+
api.add_operation(:batch_update_data_table_value, Seahorse::Model::Operation.new.tap do |o|
|
|
9018
|
+
o.name = "BatchUpdateDataTableValue"
|
|
9019
|
+
o.http_method = "POST"
|
|
9020
|
+
o.http_request_uri = "/data-tables/{InstanceId}/{DataTableId}/values/update"
|
|
9021
|
+
o.input = Shapes::ShapeRef.new(shape: BatchUpdateDataTableValueRequest)
|
|
9022
|
+
o.output = Shapes::ShapeRef.new(shape: BatchUpdateDataTableValueResponse)
|
|
9023
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
9024
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
9025
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
9026
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
9027
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
9028
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
9029
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
9030
|
+
end)
|
|
9031
|
+
|
|
7572
9032
|
api.add_operation(:claim_phone_number, Seahorse::Model::Operation.new.tap do |o|
|
|
7573
9033
|
o.name = "ClaimPhoneNumber"
|
|
7574
9034
|
o.http_method = "POST"
|
|
@@ -7662,13 +9122,14 @@ module Aws::Connect
|
|
|
7662
9122
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
7663
9123
|
end)
|
|
7664
9124
|
|
|
7665
|
-
api.add_operation(:
|
|
7666
|
-
o.name = "
|
|
9125
|
+
api.add_operation(:create_contact_flow_module_alias, Seahorse::Model::Operation.new.tap do |o|
|
|
9126
|
+
o.name = "CreateContactFlowModuleAlias"
|
|
7667
9127
|
o.http_method = "PUT"
|
|
7668
|
-
o.http_request_uri = "/contact-
|
|
7669
|
-
o.input = Shapes::ShapeRef.new(shape:
|
|
7670
|
-
o.output = Shapes::ShapeRef.new(shape:
|
|
9128
|
+
o.http_request_uri = "/contact-flow-modules/{InstanceId}/{ContactFlowModuleId}/alias"
|
|
9129
|
+
o.input = Shapes::ShapeRef.new(shape: CreateContactFlowModuleAliasRequest)
|
|
9130
|
+
o.output = Shapes::ShapeRef.new(shape: CreateContactFlowModuleAliasResponse)
|
|
7671
9131
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
9132
|
+
o.errors << Shapes::ShapeRef.new(shape: DuplicateResourceException)
|
|
7672
9133
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
7673
9134
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
7674
9135
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
|
@@ -7677,26 +9138,90 @@ module Aws::Connect
|
|
|
7677
9138
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
7678
9139
|
end)
|
|
7679
9140
|
|
|
7680
|
-
api.add_operation(:
|
|
7681
|
-
o.name = "
|
|
9141
|
+
api.add_operation(:create_contact_flow_module_version, Seahorse::Model::Operation.new.tap do |o|
|
|
9142
|
+
o.name = "CreateContactFlowModuleVersion"
|
|
7682
9143
|
o.http_method = "PUT"
|
|
7683
|
-
o.http_request_uri = "/
|
|
7684
|
-
o.input = Shapes::ShapeRef.new(shape:
|
|
7685
|
-
o.output = Shapes::ShapeRef.new(shape:
|
|
9144
|
+
o.http_request_uri = "/contact-flow-modules/{InstanceId}/{ContactFlowModuleId}/version"
|
|
9145
|
+
o.input = Shapes::ShapeRef.new(shape: CreateContactFlowModuleVersionRequest)
|
|
9146
|
+
o.output = Shapes::ShapeRef.new(shape: CreateContactFlowModuleVersionResponse)
|
|
9147
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
9148
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
9149
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
9150
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
|
7686
9151
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
7687
9152
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
7688
|
-
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
7689
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
7690
9153
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
7691
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
7692
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
7693
|
-
o.errors << Shapes::ShapeRef.new(shape: IdempotencyException)
|
|
7694
|
-
o.errors << Shapes::ShapeRef.new(shape: DuplicateResourceException)
|
|
7695
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
|
|
7696
9154
|
end)
|
|
7697
9155
|
|
|
7698
|
-
api.add_operation(:
|
|
7699
|
-
o.name = "
|
|
9156
|
+
api.add_operation(:create_contact_flow_version, Seahorse::Model::Operation.new.tap do |o|
|
|
9157
|
+
o.name = "CreateContactFlowVersion"
|
|
9158
|
+
o.http_method = "PUT"
|
|
9159
|
+
o.http_request_uri = "/contact-flows/{InstanceId}/{ContactFlowId}/version"
|
|
9160
|
+
o.input = Shapes::ShapeRef.new(shape: CreateContactFlowVersionRequest)
|
|
9161
|
+
o.output = Shapes::ShapeRef.new(shape: CreateContactFlowVersionResponse)
|
|
9162
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
9163
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
9164
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
9165
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
|
9166
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
9167
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
9168
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
9169
|
+
end)
|
|
9170
|
+
|
|
9171
|
+
api.add_operation(:create_data_table, Seahorse::Model::Operation.new.tap do |o|
|
|
9172
|
+
o.name = "CreateDataTable"
|
|
9173
|
+
o.http_method = "PUT"
|
|
9174
|
+
o.http_request_uri = "/data-tables/{InstanceId}"
|
|
9175
|
+
o.input = Shapes::ShapeRef.new(shape: CreateDataTableRequest)
|
|
9176
|
+
o.output = Shapes::ShapeRef.new(shape: CreateDataTableResponse)
|
|
9177
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
9178
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
9179
|
+
o.errors << Shapes::ShapeRef.new(shape: DuplicateResourceException)
|
|
9180
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
9181
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
9182
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
9183
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
9184
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
9185
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
9186
|
+
end)
|
|
9187
|
+
|
|
9188
|
+
api.add_operation(:create_data_table_attribute, Seahorse::Model::Operation.new.tap do |o|
|
|
9189
|
+
o.name = "CreateDataTableAttribute"
|
|
9190
|
+
o.http_method = "PUT"
|
|
9191
|
+
o.http_request_uri = "/data-tables/{InstanceId}/{DataTableId}/attributes"
|
|
9192
|
+
o.input = Shapes::ShapeRef.new(shape: CreateDataTableAttributeRequest)
|
|
9193
|
+
o.output = Shapes::ShapeRef.new(shape: CreateDataTableAttributeResponse)
|
|
9194
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
9195
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
9196
|
+
o.errors << Shapes::ShapeRef.new(shape: DuplicateResourceException)
|
|
9197
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
9198
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
9199
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
9200
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
9201
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
9202
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
9203
|
+
end)
|
|
9204
|
+
|
|
9205
|
+
api.add_operation(:create_email_address, Seahorse::Model::Operation.new.tap do |o|
|
|
9206
|
+
o.name = "CreateEmailAddress"
|
|
9207
|
+
o.http_method = "PUT"
|
|
9208
|
+
o.http_request_uri = "/email-addresses/{InstanceId}"
|
|
9209
|
+
o.input = Shapes::ShapeRef.new(shape: CreateEmailAddressRequest)
|
|
9210
|
+
o.output = Shapes::ShapeRef.new(shape: CreateEmailAddressResponse)
|
|
9211
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
9212
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
9213
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
9214
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
9215
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
9216
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
9217
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
9218
|
+
o.errors << Shapes::ShapeRef.new(shape: IdempotencyException)
|
|
9219
|
+
o.errors << Shapes::ShapeRef.new(shape: DuplicateResourceException)
|
|
9220
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
|
|
9221
|
+
end)
|
|
9222
|
+
|
|
9223
|
+
api.add_operation(:create_evaluation_form, Seahorse::Model::Operation.new.tap do |o|
|
|
9224
|
+
o.name = "CreateEvaluationForm"
|
|
7700
9225
|
o.http_method = "PUT"
|
|
7701
9226
|
o.http_request_uri = "/evaluation-forms/{InstanceId}"
|
|
7702
9227
|
o.input = Shapes::ShapeRef.new(shape: CreateEvaluationFormRequest)
|
|
@@ -8032,6 +9557,41 @@ module Aws::Connect
|
|
|
8032
9557
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
8033
9558
|
end)
|
|
8034
9559
|
|
|
9560
|
+
api.add_operation(:create_workspace, Seahorse::Model::Operation.new.tap do |o|
|
|
9561
|
+
o.name = "CreateWorkspace"
|
|
9562
|
+
o.http_method = "PUT"
|
|
9563
|
+
o.http_request_uri = "/workspaces/{InstanceId}"
|
|
9564
|
+
o.input = Shapes::ShapeRef.new(shape: CreateWorkspaceRequest)
|
|
9565
|
+
o.output = Shapes::ShapeRef.new(shape: CreateWorkspaceResponse)
|
|
9566
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
9567
|
+
o.errors << Shapes::ShapeRef.new(shape: DuplicateResourceException)
|
|
9568
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
9569
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
9570
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
9571
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
9572
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
9573
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
|
9574
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
9575
|
+
end)
|
|
9576
|
+
|
|
9577
|
+
api.add_operation(:create_workspace_page, Seahorse::Model::Operation.new.tap do |o|
|
|
9578
|
+
o.name = "CreateWorkspacePage"
|
|
9579
|
+
o.http_method = "PUT"
|
|
9580
|
+
o.http_request_uri = "/workspaces/{InstanceId}/{WorkspaceId}/pages"
|
|
9581
|
+
o.input = Shapes::ShapeRef.new(shape: CreateWorkspacePageRequest)
|
|
9582
|
+
o.output = Shapes::ShapeRef.new(shape: CreateWorkspacePageResponse)
|
|
9583
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
9584
|
+
o.errors << Shapes::ShapeRef.new(shape: DuplicateResourceException)
|
|
9585
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
9586
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
9587
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
9588
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
9589
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
9590
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
|
|
9591
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
|
9592
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
9593
|
+
end)
|
|
9594
|
+
|
|
8035
9595
|
api.add_operation(:deactivate_evaluation_form, Seahorse::Model::Operation.new.tap do |o|
|
|
8036
9596
|
o.name = "DeactivateEvaluationForm"
|
|
8037
9597
|
o.http_method = "POST"
|
|
@@ -8099,6 +9659,34 @@ module Aws::Connect
|
|
|
8099
9659
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
8100
9660
|
end)
|
|
8101
9661
|
|
|
9662
|
+
api.add_operation(:delete_contact_flow_module_alias, Seahorse::Model::Operation.new.tap do |o|
|
|
9663
|
+
o.name = "DeleteContactFlowModuleAlias"
|
|
9664
|
+
o.http_method = "DELETE"
|
|
9665
|
+
o.http_request_uri = "/contact-flow-modules/{InstanceId}/{ContactFlowModuleId}/alias/{AliasId}"
|
|
9666
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteContactFlowModuleAliasRequest)
|
|
9667
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteContactFlowModuleAliasResponse)
|
|
9668
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
9669
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
9670
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
9671
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
9672
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
9673
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
9674
|
+
end)
|
|
9675
|
+
|
|
9676
|
+
api.add_operation(:delete_contact_flow_module_version, Seahorse::Model::Operation.new.tap do |o|
|
|
9677
|
+
o.name = "DeleteContactFlowModuleVersion"
|
|
9678
|
+
o.http_method = "DELETE"
|
|
9679
|
+
o.http_request_uri = "/contact-flow-modules/{InstanceId}/{ContactFlowModuleId}/version/{ContactFlowModuleVersion}"
|
|
9680
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteContactFlowModuleVersionRequest)
|
|
9681
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteContactFlowModuleVersionResponse)
|
|
9682
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
9683
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
9684
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
9685
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
9686
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
9687
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
9688
|
+
end)
|
|
9689
|
+
|
|
8102
9690
|
api.add_operation(:delete_contact_flow_version, Seahorse::Model::Operation.new.tap do |o|
|
|
8103
9691
|
o.name = "DeleteContactFlowVersion"
|
|
8104
9692
|
o.http_method = "DELETE"
|
|
@@ -8113,6 +9701,36 @@ module Aws::Connect
|
|
|
8113
9701
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
8114
9702
|
end)
|
|
8115
9703
|
|
|
9704
|
+
api.add_operation(:delete_data_table, Seahorse::Model::Operation.new.tap do |o|
|
|
9705
|
+
o.name = "DeleteDataTable"
|
|
9706
|
+
o.http_method = "DELETE"
|
|
9707
|
+
o.http_request_uri = "/data-tables/{InstanceId}/{DataTableId}"
|
|
9708
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteDataTableRequest)
|
|
9709
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteDataTableResponse)
|
|
9710
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
9711
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
9712
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
9713
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
9714
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
9715
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
9716
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
9717
|
+
end)
|
|
9718
|
+
|
|
9719
|
+
api.add_operation(:delete_data_table_attribute, Seahorse::Model::Operation.new.tap do |o|
|
|
9720
|
+
o.name = "DeleteDataTableAttribute"
|
|
9721
|
+
o.http_method = "DELETE"
|
|
9722
|
+
o.http_request_uri = "/data-tables/{InstanceId}/{DataTableId}/attributes/{AttributeName}"
|
|
9723
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteDataTableAttributeRequest)
|
|
9724
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteDataTableAttributeResponse)
|
|
9725
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
9726
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
9727
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
9728
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
9729
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
9730
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
9731
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
9732
|
+
end)
|
|
9733
|
+
|
|
8116
9734
|
api.add_operation(:delete_email_address, Seahorse::Model::Operation.new.tap do |o|
|
|
8117
9735
|
o.name = "DeleteEmailAddress"
|
|
8118
9736
|
o.http_method = "DELETE"
|
|
@@ -8408,6 +10026,48 @@ module Aws::Connect
|
|
|
8408
10026
|
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
|
8409
10027
|
end)
|
|
8410
10028
|
|
|
10029
|
+
api.add_operation(:delete_workspace, Seahorse::Model::Operation.new.tap do |o|
|
|
10030
|
+
o.name = "DeleteWorkspace"
|
|
10031
|
+
o.http_method = "DELETE"
|
|
10032
|
+
o.http_request_uri = "/workspaces/{InstanceId}/{WorkspaceId}"
|
|
10033
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteWorkspaceRequest)
|
|
10034
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteWorkspaceResponse)
|
|
10035
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
10036
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
10037
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
10038
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
10039
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
10040
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
10041
|
+
end)
|
|
10042
|
+
|
|
10043
|
+
api.add_operation(:delete_workspace_media, Seahorse::Model::Operation.new.tap do |o|
|
|
10044
|
+
o.name = "DeleteWorkspaceMedia"
|
|
10045
|
+
o.http_method = "DELETE"
|
|
10046
|
+
o.http_request_uri = "/workspaces/{InstanceId}/{WorkspaceId}/media"
|
|
10047
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteWorkspaceMediaRequest)
|
|
10048
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteWorkspaceMediaResponse)
|
|
10049
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
10050
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
10051
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
10052
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
10053
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
10054
|
+
end)
|
|
10055
|
+
|
|
10056
|
+
api.add_operation(:delete_workspace_page, Seahorse::Model::Operation.new.tap do |o|
|
|
10057
|
+
o.name = "DeleteWorkspacePage"
|
|
10058
|
+
o.http_method = "DELETE"
|
|
10059
|
+
o.http_request_uri = "/workspaces/{InstanceId}/{WorkspaceId}/pages/{Page}"
|
|
10060
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteWorkspacePageRequest)
|
|
10061
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteWorkspacePageResponse)
|
|
10062
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
10063
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
10064
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
10065
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
10066
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
10067
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
10068
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
|
|
10069
|
+
end)
|
|
10070
|
+
|
|
8411
10071
|
api.add_operation(:describe_agent_status, Seahorse::Model::Operation.new.tap do |o|
|
|
8412
10072
|
o.name = "DescribeAgentStatus"
|
|
8413
10073
|
o.http_method = "GET"
|
|
@@ -8487,6 +10147,48 @@ module Aws::Connect
|
|
|
8487
10147
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
8488
10148
|
end)
|
|
8489
10149
|
|
|
10150
|
+
api.add_operation(:describe_contact_flow_module_alias, Seahorse::Model::Operation.new.tap do |o|
|
|
10151
|
+
o.name = "DescribeContactFlowModuleAlias"
|
|
10152
|
+
o.http_method = "GET"
|
|
10153
|
+
o.http_request_uri = "/contact-flow-modules/{InstanceId}/{ContactFlowModuleId}/alias/{AliasId}"
|
|
10154
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeContactFlowModuleAliasRequest)
|
|
10155
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeContactFlowModuleAliasResponse)
|
|
10156
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
10157
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
10158
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
10159
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
10160
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
10161
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
10162
|
+
end)
|
|
10163
|
+
|
|
10164
|
+
api.add_operation(:describe_data_table, Seahorse::Model::Operation.new.tap do |o|
|
|
10165
|
+
o.name = "DescribeDataTable"
|
|
10166
|
+
o.http_method = "GET"
|
|
10167
|
+
o.http_request_uri = "/data-tables/{InstanceId}/{DataTableId}"
|
|
10168
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeDataTableRequest)
|
|
10169
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeDataTableResponse)
|
|
10170
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
10171
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
10172
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
10173
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
10174
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
10175
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
10176
|
+
end)
|
|
10177
|
+
|
|
10178
|
+
api.add_operation(:describe_data_table_attribute, Seahorse::Model::Operation.new.tap do |o|
|
|
10179
|
+
o.name = "DescribeDataTableAttribute"
|
|
10180
|
+
o.http_method = "GET"
|
|
10181
|
+
o.http_request_uri = "/data-tables/{InstanceId}/{DataTableId}/attributes/{AttributeName}"
|
|
10182
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeDataTableAttributeRequest)
|
|
10183
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeDataTableAttributeResponse)
|
|
10184
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
10185
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
10186
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
10187
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
10188
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
10189
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
10190
|
+
end)
|
|
10191
|
+
|
|
8490
10192
|
api.add_operation(:describe_email_address, Seahorse::Model::Operation.new.tap do |o|
|
|
8491
10193
|
o.name = "DescribeEmailAddress"
|
|
8492
10194
|
o.http_method = "GET"
|
|
@@ -8759,6 +10461,20 @@ module Aws::Connect
|
|
|
8759
10461
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
8760
10462
|
end)
|
|
8761
10463
|
|
|
10464
|
+
api.add_operation(:describe_workspace, Seahorse::Model::Operation.new.tap do |o|
|
|
10465
|
+
o.name = "DescribeWorkspace"
|
|
10466
|
+
o.http_method = "GET"
|
|
10467
|
+
o.http_request_uri = "/workspaces/{InstanceId}/{WorkspaceId}"
|
|
10468
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeWorkspaceRequest)
|
|
10469
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeWorkspaceResponse)
|
|
10470
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
10471
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
10472
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
10473
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
10474
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
10475
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
10476
|
+
end)
|
|
10477
|
+
|
|
8762
10478
|
api.add_operation(:disassociate_analytics_data_set, Seahorse::Model::Operation.new.tap do |o|
|
|
8763
10479
|
o.name = "DisassociateAnalyticsDataSet"
|
|
8764
10480
|
o.http_method = "POST"
|
|
@@ -8917,6 +10633,21 @@ module Aws::Connect
|
|
|
8917
10633
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
8918
10634
|
end)
|
|
8919
10635
|
|
|
10636
|
+
api.add_operation(:disassociate_security_profiles, Seahorse::Model::Operation.new.tap do |o|
|
|
10637
|
+
o.name = "DisassociateSecurityProfiles"
|
|
10638
|
+
o.http_method = "POST"
|
|
10639
|
+
o.http_request_uri = "/disassociate-security-profiles/{InstanceId}"
|
|
10640
|
+
o.input = Shapes::ShapeRef.new(shape: DisassociateSecurityProfilesRequest)
|
|
10641
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
|
10642
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
10643
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
10644
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
10645
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
10646
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
10647
|
+
o.errors << Shapes::ShapeRef.new(shape: ConditionalOperationFailedException)
|
|
10648
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
|
|
10649
|
+
end)
|
|
10650
|
+
|
|
8920
10651
|
api.add_operation(:disassociate_traffic_distribution_group_user, Seahorse::Model::Operation.new.tap do |o|
|
|
8921
10652
|
o.name = "DisassociateTrafficDistributionGroupUser"
|
|
8922
10653
|
o.http_method = "DELETE"
|
|
@@ -8944,6 +10675,20 @@ module Aws::Connect
|
|
|
8944
10675
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
8945
10676
|
end)
|
|
8946
10677
|
|
|
10678
|
+
api.add_operation(:disassociate_workspace, Seahorse::Model::Operation.new.tap do |o|
|
|
10679
|
+
o.name = "DisassociateWorkspace"
|
|
10680
|
+
o.http_method = "POST"
|
|
10681
|
+
o.http_request_uri = "/workspaces/{InstanceId}/{WorkspaceId}/disassociate"
|
|
10682
|
+
o.input = Shapes::ShapeRef.new(shape: DisassociateWorkspaceRequest)
|
|
10683
|
+
o.output = Shapes::ShapeRef.new(shape: DisassociateWorkspaceResponse)
|
|
10684
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
10685
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
10686
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
10687
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
10688
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
10689
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
10690
|
+
end)
|
|
10691
|
+
|
|
8947
10692
|
api.add_operation(:dismiss_user_contact, Seahorse::Model::Operation.new.tap do |o|
|
|
8948
10693
|
o.name = "DismissUserContact"
|
|
8949
10694
|
o.http_method = "POST"
|
|
@@ -8958,6 +10703,26 @@ module Aws::Connect
|
|
|
8958
10703
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
8959
10704
|
end)
|
|
8960
10705
|
|
|
10706
|
+
api.add_operation(:evaluate_data_table_values, Seahorse::Model::Operation.new.tap do |o|
|
|
10707
|
+
o.name = "EvaluateDataTableValues"
|
|
10708
|
+
o.http_method = "POST"
|
|
10709
|
+
o.http_request_uri = "/data-tables/{InstanceId}/{DataTableId}/values/evaluate"
|
|
10710
|
+
o.input = Shapes::ShapeRef.new(shape: EvaluateDataTableValuesRequest)
|
|
10711
|
+
o.output = Shapes::ShapeRef.new(shape: EvaluateDataTableValuesResponse)
|
|
10712
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
10713
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
10714
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
10715
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
10716
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
10717
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
10718
|
+
o[:pager] = Aws::Pager.new(
|
|
10719
|
+
limit_key: "max_results",
|
|
10720
|
+
tokens: {
|
|
10721
|
+
"next_token" => "next_token"
|
|
10722
|
+
}
|
|
10723
|
+
)
|
|
10724
|
+
end)
|
|
10725
|
+
|
|
8961
10726
|
api.add_operation(:get_attached_file, Seahorse::Model::Operation.new.tap do |o|
|
|
8962
10727
|
o.name = "GetAttachedFile"
|
|
8963
10728
|
o.http_method = "GET"
|
|
@@ -9166,6 +10931,19 @@ module Aws::Connect
|
|
|
9166
10931
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
9167
10932
|
end)
|
|
9168
10933
|
|
|
10934
|
+
api.add_operation(:import_workspace_media, Seahorse::Model::Operation.new.tap do |o|
|
|
10935
|
+
o.name = "ImportWorkspaceMedia"
|
|
10936
|
+
o.http_method = "POST"
|
|
10937
|
+
o.http_request_uri = "/workspaces/{InstanceId}/{WorkspaceId}/media"
|
|
10938
|
+
o.input = Shapes::ShapeRef.new(shape: ImportWorkspaceMediaRequest)
|
|
10939
|
+
o.output = Shapes::ShapeRef.new(shape: ImportWorkspaceMediaResponse)
|
|
10940
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
10941
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
10942
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
10943
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
10944
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
10945
|
+
end)
|
|
10946
|
+
|
|
9169
10947
|
api.add_operation(:list_agent_statuses, Seahorse::Model::Operation.new.tap do |o|
|
|
9170
10948
|
o.name = "ListAgentStatuses"
|
|
9171
10949
|
o.http_method = "GET"
|
|
@@ -9297,6 +11075,46 @@ module Aws::Connect
|
|
|
9297
11075
|
)
|
|
9298
11076
|
end)
|
|
9299
11077
|
|
|
11078
|
+
api.add_operation(:list_contact_flow_module_aliases, Seahorse::Model::Operation.new.tap do |o|
|
|
11079
|
+
o.name = "ListContactFlowModuleAliases"
|
|
11080
|
+
o.http_method = "GET"
|
|
11081
|
+
o.http_request_uri = "/contact-flow-modules/{InstanceId}/{ContactFlowModuleId}/aliases"
|
|
11082
|
+
o.input = Shapes::ShapeRef.new(shape: ListContactFlowModuleAliasesRequest)
|
|
11083
|
+
o.output = Shapes::ShapeRef.new(shape: ListContactFlowModuleAliasesResponse)
|
|
11084
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
11085
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
11086
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
11087
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
11088
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
11089
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
11090
|
+
o[:pager] = Aws::Pager.new(
|
|
11091
|
+
limit_key: "max_results",
|
|
11092
|
+
tokens: {
|
|
11093
|
+
"next_token" => "next_token"
|
|
11094
|
+
}
|
|
11095
|
+
)
|
|
11096
|
+
end)
|
|
11097
|
+
|
|
11098
|
+
api.add_operation(:list_contact_flow_module_versions, Seahorse::Model::Operation.new.tap do |o|
|
|
11099
|
+
o.name = "ListContactFlowModuleVersions"
|
|
11100
|
+
o.http_method = "GET"
|
|
11101
|
+
o.http_request_uri = "/contact-flow-modules/{InstanceId}/{ContactFlowModuleId}/versions"
|
|
11102
|
+
o.input = Shapes::ShapeRef.new(shape: ListContactFlowModuleVersionsRequest)
|
|
11103
|
+
o.output = Shapes::ShapeRef.new(shape: ListContactFlowModuleVersionsResponse)
|
|
11104
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
11105
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
11106
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
11107
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
11108
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
11109
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
11110
|
+
o[:pager] = Aws::Pager.new(
|
|
11111
|
+
limit_key: "max_results",
|
|
11112
|
+
tokens: {
|
|
11113
|
+
"next_token" => "next_token"
|
|
11114
|
+
}
|
|
11115
|
+
)
|
|
11116
|
+
end)
|
|
11117
|
+
|
|
9300
11118
|
api.add_operation(:list_contact_flow_modules, Seahorse::Model::Operation.new.tap do |o|
|
|
9301
11119
|
o.name = "ListContactFlowModules"
|
|
9302
11120
|
o.http_method = "GET"
|
|
@@ -9307,8 +11125,85 @@ module Aws::Connect
|
|
|
9307
11125
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
9308
11126
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
9309
11127
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
9310
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
11128
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
11129
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
11130
|
+
o[:pager] = Aws::Pager.new(
|
|
11131
|
+
limit_key: "max_results",
|
|
11132
|
+
tokens: {
|
|
11133
|
+
"next_token" => "next_token"
|
|
11134
|
+
}
|
|
11135
|
+
)
|
|
11136
|
+
end)
|
|
11137
|
+
|
|
11138
|
+
api.add_operation(:list_contact_flow_versions, Seahorse::Model::Operation.new.tap do |o|
|
|
11139
|
+
o.name = "ListContactFlowVersions"
|
|
11140
|
+
o.http_method = "GET"
|
|
11141
|
+
o.http_request_uri = "/contact-flows/{InstanceId}/{ContactFlowId}/versions"
|
|
11142
|
+
o.input = Shapes::ShapeRef.new(shape: ListContactFlowVersionsRequest)
|
|
11143
|
+
o.output = Shapes::ShapeRef.new(shape: ListContactFlowVersionsResponse)
|
|
11144
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
11145
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
11146
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
11147
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
11148
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
11149
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
11150
|
+
o[:pager] = Aws::Pager.new(
|
|
11151
|
+
limit_key: "max_results",
|
|
11152
|
+
tokens: {
|
|
11153
|
+
"next_token" => "next_token"
|
|
11154
|
+
}
|
|
11155
|
+
)
|
|
11156
|
+
end)
|
|
11157
|
+
|
|
11158
|
+
api.add_operation(:list_contact_flows, Seahorse::Model::Operation.new.tap do |o|
|
|
11159
|
+
o.name = "ListContactFlows"
|
|
11160
|
+
o.http_method = "GET"
|
|
11161
|
+
o.http_request_uri = "/contact-flows-summary/{InstanceId}"
|
|
11162
|
+
o.input = Shapes::ShapeRef.new(shape: ListContactFlowsRequest)
|
|
11163
|
+
o.output = Shapes::ShapeRef.new(shape: ListContactFlowsResponse)
|
|
11164
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
11165
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
11166
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
11167
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
11168
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
11169
|
+
o[:pager] = Aws::Pager.new(
|
|
11170
|
+
limit_key: "max_results",
|
|
11171
|
+
tokens: {
|
|
11172
|
+
"next_token" => "next_token"
|
|
11173
|
+
}
|
|
11174
|
+
)
|
|
11175
|
+
end)
|
|
11176
|
+
|
|
11177
|
+
api.add_operation(:list_contact_references, Seahorse::Model::Operation.new.tap do |o|
|
|
11178
|
+
o.name = "ListContactReferences"
|
|
11179
|
+
o.http_method = "GET"
|
|
11180
|
+
o.http_request_uri = "/contact/references/{InstanceId}/{ContactId}"
|
|
11181
|
+
o.input = Shapes::ShapeRef.new(shape: ListContactReferencesRequest)
|
|
11182
|
+
o.output = Shapes::ShapeRef.new(shape: ListContactReferencesResponse)
|
|
11183
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
11184
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
11185
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
11186
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
11187
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
11188
|
+
o[:pager] = Aws::Pager.new(
|
|
11189
|
+
tokens: {
|
|
11190
|
+
"next_token" => "next_token"
|
|
11191
|
+
}
|
|
11192
|
+
)
|
|
11193
|
+
end)
|
|
11194
|
+
|
|
11195
|
+
api.add_operation(:list_data_table_attributes, Seahorse::Model::Operation.new.tap do |o|
|
|
11196
|
+
o.name = "ListDataTableAttributes"
|
|
11197
|
+
o.http_method = "POST"
|
|
11198
|
+
o.http_request_uri = "/data-tables/{InstanceId}/{DataTableId}/attributes"
|
|
11199
|
+
o.input = Shapes::ShapeRef.new(shape: ListDataTableAttributesRequest)
|
|
11200
|
+
o.output = Shapes::ShapeRef.new(shape: ListDataTableAttributesResponse)
|
|
11201
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
11202
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
9311
11203
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
11204
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
11205
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
11206
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
9312
11207
|
o[:pager] = Aws::Pager.new(
|
|
9313
11208
|
limit_key: "max_results",
|
|
9314
11209
|
tokens: {
|
|
@@ -9317,18 +11212,18 @@ module Aws::Connect
|
|
|
9317
11212
|
)
|
|
9318
11213
|
end)
|
|
9319
11214
|
|
|
9320
|
-
api.add_operation(:
|
|
9321
|
-
o.name = "
|
|
9322
|
-
o.http_method = "
|
|
9323
|
-
o.http_request_uri = "/
|
|
9324
|
-
o.input = Shapes::ShapeRef.new(shape:
|
|
9325
|
-
o.output = Shapes::ShapeRef.new(shape:
|
|
9326
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
9327
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
9328
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
9329
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
11215
|
+
api.add_operation(:list_data_table_primary_values, Seahorse::Model::Operation.new.tap do |o|
|
|
11216
|
+
o.name = "ListDataTablePrimaryValues"
|
|
11217
|
+
o.http_method = "POST"
|
|
11218
|
+
o.http_request_uri = "/data-tables/{InstanceId}/{DataTableId}/values/list-primary"
|
|
11219
|
+
o.input = Shapes::ShapeRef.new(shape: ListDataTablePrimaryValuesRequest)
|
|
11220
|
+
o.output = Shapes::ShapeRef.new(shape: ListDataTablePrimaryValuesResponse)
|
|
9330
11221
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
11222
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
11223
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
9331
11224
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
11225
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
11226
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
9332
11227
|
o[:pager] = Aws::Pager.new(
|
|
9333
11228
|
limit_key: "max_results",
|
|
9334
11229
|
tokens: {
|
|
@@ -9337,17 +11232,18 @@ module Aws::Connect
|
|
|
9337
11232
|
)
|
|
9338
11233
|
end)
|
|
9339
11234
|
|
|
9340
|
-
api.add_operation(:
|
|
9341
|
-
o.name = "
|
|
9342
|
-
o.http_method = "
|
|
9343
|
-
o.http_request_uri = "/
|
|
9344
|
-
o.input = Shapes::ShapeRef.new(shape:
|
|
9345
|
-
o.output = Shapes::ShapeRef.new(shape:
|
|
11235
|
+
api.add_operation(:list_data_table_values, Seahorse::Model::Operation.new.tap do |o|
|
|
11236
|
+
o.name = "ListDataTableValues"
|
|
11237
|
+
o.http_method = "POST"
|
|
11238
|
+
o.http_request_uri = "/data-tables/{InstanceId}/{DataTableId}/values/list"
|
|
11239
|
+
o.input = Shapes::ShapeRef.new(shape: ListDataTableValuesRequest)
|
|
11240
|
+
o.output = Shapes::ShapeRef.new(shape: ListDataTableValuesResponse)
|
|
9346
11241
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
9347
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
9348
11242
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
9349
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
9350
11243
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
11244
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
11245
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
11246
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
9351
11247
|
o[:pager] = Aws::Pager.new(
|
|
9352
11248
|
limit_key: "max_results",
|
|
9353
11249
|
tokens: {
|
|
@@ -9356,18 +11252,20 @@ module Aws::Connect
|
|
|
9356
11252
|
)
|
|
9357
11253
|
end)
|
|
9358
11254
|
|
|
9359
|
-
api.add_operation(:
|
|
9360
|
-
o.name = "
|
|
11255
|
+
api.add_operation(:list_data_tables, Seahorse::Model::Operation.new.tap do |o|
|
|
11256
|
+
o.name = "ListDataTables"
|
|
9361
11257
|
o.http_method = "GET"
|
|
9362
|
-
o.http_request_uri = "/
|
|
9363
|
-
o.input = Shapes::ShapeRef.new(shape:
|
|
9364
|
-
o.output = Shapes::ShapeRef.new(shape:
|
|
11258
|
+
o.http_request_uri = "/data-tables/{InstanceId}"
|
|
11259
|
+
o.input = Shapes::ShapeRef.new(shape: ListDataTablesRequest)
|
|
11260
|
+
o.output = Shapes::ShapeRef.new(shape: ListDataTablesResponse)
|
|
9365
11261
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
9366
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
9367
11262
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
9368
11263
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
9369
11264
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
11265
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
11266
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
9370
11267
|
o[:pager] = Aws::Pager.new(
|
|
11268
|
+
limit_key: "max_results",
|
|
9371
11269
|
tokens: {
|
|
9372
11270
|
"next_token" => "next_token"
|
|
9373
11271
|
}
|
|
@@ -9392,6 +11290,19 @@ module Aws::Connect
|
|
|
9392
11290
|
)
|
|
9393
11291
|
end)
|
|
9394
11292
|
|
|
11293
|
+
api.add_operation(:list_entity_security_profiles, Seahorse::Model::Operation.new.tap do |o|
|
|
11294
|
+
o.name = "ListEntitySecurityProfiles"
|
|
11295
|
+
o.http_method = "POST"
|
|
11296
|
+
o.http_request_uri = "/entity-security-profiles-summary/{InstanceId}"
|
|
11297
|
+
o.input = Shapes::ShapeRef.new(shape: ListEntitySecurityProfilesRequest)
|
|
11298
|
+
o.output = Shapes::ShapeRef.new(shape: ListEntitySecurityProfilesResponse)
|
|
11299
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
11300
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
11301
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
11302
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
11303
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
11304
|
+
end)
|
|
11305
|
+
|
|
9395
11306
|
api.add_operation(:list_evaluation_form_versions, Seahorse::Model::Operation.new.tap do |o|
|
|
9396
11307
|
o.name = "ListEvaluationFormVersions"
|
|
9397
11308
|
o.http_method = "GET"
|
|
@@ -9863,6 +11774,19 @@ module Aws::Connect
|
|
|
9863
11774
|
)
|
|
9864
11775
|
end)
|
|
9865
11776
|
|
|
11777
|
+
api.add_operation(:list_security_profile_flow_modules, Seahorse::Model::Operation.new.tap do |o|
|
|
11778
|
+
o.name = "ListSecurityProfileFlowModules"
|
|
11779
|
+
o.http_method = "GET"
|
|
11780
|
+
o.http_request_uri = "/security-profiles-flow-modules/{InstanceId}/{SecurityProfileId}"
|
|
11781
|
+
o.input = Shapes::ShapeRef.new(shape: ListSecurityProfileFlowModulesRequest)
|
|
11782
|
+
o.output = Shapes::ShapeRef.new(shape: ListSecurityProfileFlowModulesResponse)
|
|
11783
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
11784
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
11785
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
11786
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
11787
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
11788
|
+
end)
|
|
11789
|
+
|
|
9866
11790
|
api.add_operation(:list_security_profile_permissions, Seahorse::Model::Operation.new.tap do |o|
|
|
9867
11791
|
o.name = "ListSecurityProfilePermissions"
|
|
9868
11792
|
o.http_method = "GET"
|
|
@@ -10085,6 +12009,60 @@ module Aws::Connect
|
|
|
10085
12009
|
)
|
|
10086
12010
|
end)
|
|
10087
12011
|
|
|
12012
|
+
api.add_operation(:list_workspace_media, Seahorse::Model::Operation.new.tap do |o|
|
|
12013
|
+
o.name = "ListWorkspaceMedia"
|
|
12014
|
+
o.http_method = "GET"
|
|
12015
|
+
o.http_request_uri = "/workspaces/{InstanceId}/{WorkspaceId}/media"
|
|
12016
|
+
o.input = Shapes::ShapeRef.new(shape: ListWorkspaceMediaRequest)
|
|
12017
|
+
o.output = Shapes::ShapeRef.new(shape: ListWorkspaceMediaResponse)
|
|
12018
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
12019
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
12020
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
12021
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
12022
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
12023
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
12024
|
+
end)
|
|
12025
|
+
|
|
12026
|
+
api.add_operation(:list_workspace_pages, Seahorse::Model::Operation.new.tap do |o|
|
|
12027
|
+
o.name = "ListWorkspacePages"
|
|
12028
|
+
o.http_method = "GET"
|
|
12029
|
+
o.http_request_uri = "/workspaces/{InstanceId}/{WorkspaceId}/pages"
|
|
12030
|
+
o.input = Shapes::ShapeRef.new(shape: ListWorkspacePagesRequest)
|
|
12031
|
+
o.output = Shapes::ShapeRef.new(shape: ListWorkspacePagesResponse)
|
|
12032
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
12033
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
12034
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
12035
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
12036
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
12037
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
12038
|
+
o[:pager] = Aws::Pager.new(
|
|
12039
|
+
limit_key: "max_results",
|
|
12040
|
+
tokens: {
|
|
12041
|
+
"next_token" => "next_token"
|
|
12042
|
+
}
|
|
12043
|
+
)
|
|
12044
|
+
end)
|
|
12045
|
+
|
|
12046
|
+
api.add_operation(:list_workspaces, Seahorse::Model::Operation.new.tap do |o|
|
|
12047
|
+
o.name = "ListWorkspaces"
|
|
12048
|
+
o.http_method = "GET"
|
|
12049
|
+
o.http_request_uri = "/workspaces/{InstanceId}"
|
|
12050
|
+
o.input = Shapes::ShapeRef.new(shape: ListWorkspacesRequest)
|
|
12051
|
+
o.output = Shapes::ShapeRef.new(shape: ListWorkspacesResponse)
|
|
12052
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
12053
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
12054
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
12055
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
12056
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
12057
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
12058
|
+
o[:pager] = Aws::Pager.new(
|
|
12059
|
+
limit_key: "max_results",
|
|
12060
|
+
tokens: {
|
|
12061
|
+
"next_token" => "next_token"
|
|
12062
|
+
}
|
|
12063
|
+
)
|
|
12064
|
+
end)
|
|
12065
|
+
|
|
10088
12066
|
api.add_operation(:monitor_contact, Seahorse::Model::Operation.new.tap do |o|
|
|
10089
12067
|
o.name = "MonitorContact"
|
|
10090
12068
|
o.http_method = "POST"
|
|
@@ -10294,6 +12272,25 @@ module Aws::Connect
|
|
|
10294
12272
|
)
|
|
10295
12273
|
end)
|
|
10296
12274
|
|
|
12275
|
+
api.add_operation(:search_data_tables, Seahorse::Model::Operation.new.tap do |o|
|
|
12276
|
+
o.name = "SearchDataTables"
|
|
12277
|
+
o.http_method = "POST"
|
|
12278
|
+
o.http_request_uri = "/search-data-tables"
|
|
12279
|
+
o.input = Shapes::ShapeRef.new(shape: SearchDataTablesRequest)
|
|
12280
|
+
o.output = Shapes::ShapeRef.new(shape: SearchDataTablesResponse)
|
|
12281
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
12282
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
12283
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
12284
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
12285
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
12286
|
+
o[:pager] = Aws::Pager.new(
|
|
12287
|
+
limit_key: "max_results",
|
|
12288
|
+
tokens: {
|
|
12289
|
+
"next_token" => "next_token"
|
|
12290
|
+
}
|
|
12291
|
+
)
|
|
12292
|
+
end)
|
|
12293
|
+
|
|
10297
12294
|
api.add_operation(:search_email_addresses, Seahorse::Model::Operation.new.tap do |o|
|
|
10298
12295
|
o.name = "SearchEmailAddresses"
|
|
10299
12296
|
o.http_method = "POST"
|
|
@@ -10531,6 +12528,26 @@ module Aws::Connect
|
|
|
10531
12528
|
)
|
|
10532
12529
|
end)
|
|
10533
12530
|
|
|
12531
|
+
api.add_operation(:search_views, Seahorse::Model::Operation.new.tap do |o|
|
|
12532
|
+
o.name = "SearchViews"
|
|
12533
|
+
o.http_method = "POST"
|
|
12534
|
+
o.http_request_uri = "/search-views"
|
|
12535
|
+
o.input = Shapes::ShapeRef.new(shape: SearchViewsRequest)
|
|
12536
|
+
o.output = Shapes::ShapeRef.new(shape: SearchViewsResponse)
|
|
12537
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
12538
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
12539
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
12540
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
12541
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
12542
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
12543
|
+
o[:pager] = Aws::Pager.new(
|
|
12544
|
+
limit_key: "max_results",
|
|
12545
|
+
tokens: {
|
|
12546
|
+
"next_token" => "next_token"
|
|
12547
|
+
}
|
|
12548
|
+
)
|
|
12549
|
+
end)
|
|
12550
|
+
|
|
10534
12551
|
api.add_operation(:search_vocabularies, Seahorse::Model::Operation.new.tap do |o|
|
|
10535
12552
|
o.name = "SearchVocabularies"
|
|
10536
12553
|
o.http_method = "POST"
|
|
@@ -10549,6 +12566,46 @@ module Aws::Connect
|
|
|
10549
12566
|
)
|
|
10550
12567
|
end)
|
|
10551
12568
|
|
|
12569
|
+
api.add_operation(:search_workspace_associations, Seahorse::Model::Operation.new.tap do |o|
|
|
12570
|
+
o.name = "SearchWorkspaceAssociations"
|
|
12571
|
+
o.http_method = "POST"
|
|
12572
|
+
o.http_request_uri = "/search-workspace-associations"
|
|
12573
|
+
o.input = Shapes::ShapeRef.new(shape: SearchWorkspaceAssociationsRequest)
|
|
12574
|
+
o.output = Shapes::ShapeRef.new(shape: SearchWorkspaceAssociationsResponse)
|
|
12575
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
12576
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
12577
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
12578
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
12579
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
12580
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
12581
|
+
o[:pager] = Aws::Pager.new(
|
|
12582
|
+
limit_key: "max_results",
|
|
12583
|
+
tokens: {
|
|
12584
|
+
"next_token" => "next_token"
|
|
12585
|
+
}
|
|
12586
|
+
)
|
|
12587
|
+
end)
|
|
12588
|
+
|
|
12589
|
+
api.add_operation(:search_workspaces, Seahorse::Model::Operation.new.tap do |o|
|
|
12590
|
+
o.name = "SearchWorkspaces"
|
|
12591
|
+
o.http_method = "POST"
|
|
12592
|
+
o.http_request_uri = "/search-workspaces"
|
|
12593
|
+
o.input = Shapes::ShapeRef.new(shape: SearchWorkspacesRequest)
|
|
12594
|
+
o.output = Shapes::ShapeRef.new(shape: SearchWorkspacesResponse)
|
|
12595
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
12596
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
12597
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
12598
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
12599
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
12600
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
12601
|
+
o[:pager] = Aws::Pager.new(
|
|
12602
|
+
limit_key: "max_results",
|
|
12603
|
+
tokens: {
|
|
12604
|
+
"next_token" => "next_token"
|
|
12605
|
+
}
|
|
12606
|
+
)
|
|
12607
|
+
end)
|
|
12608
|
+
|
|
10552
12609
|
api.add_operation(:send_chat_integration_event, Seahorse::Model::Operation.new.tap do |o|
|
|
10553
12610
|
o.name = "SendChatIntegrationEvent"
|
|
10554
12611
|
o.http_method = "POST"
|
|
@@ -10618,6 +12675,21 @@ module Aws::Connect
|
|
|
10618
12675
|
o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
|
|
10619
12676
|
end)
|
|
10620
12677
|
|
|
12678
|
+
api.add_operation(:start_contact_media_processing, Seahorse::Model::Operation.new.tap do |o|
|
|
12679
|
+
o.name = "StartContactMediaProcessing"
|
|
12680
|
+
o.http_method = "POST"
|
|
12681
|
+
o.http_request_uri = "/contact/start-contact-media-processing"
|
|
12682
|
+
o.input = Shapes::ShapeRef.new(shape: StartContactMediaProcessingRequest)
|
|
12683
|
+
o.output = Shapes::ShapeRef.new(shape: StartContactMediaProcessingResponse)
|
|
12684
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
12685
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
12686
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
12687
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
12688
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
12689
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
|
12690
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
12691
|
+
end)
|
|
12692
|
+
|
|
10621
12693
|
api.add_operation(:start_contact_recording, Seahorse::Model::Operation.new.tap do |o|
|
|
10622
12694
|
o.name = "StartContactRecording"
|
|
10623
12695
|
o.http_method = "POST"
|
|
@@ -10757,6 +12829,20 @@ module Aws::Connect
|
|
|
10757
12829
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
10758
12830
|
end)
|
|
10759
12831
|
|
|
12832
|
+
api.add_operation(:stop_contact_media_processing, Seahorse::Model::Operation.new.tap do |o|
|
|
12833
|
+
o.name = "StopContactMediaProcessing"
|
|
12834
|
+
o.http_method = "POST"
|
|
12835
|
+
o.http_request_uri = "/contact/stop-contact-media-processing"
|
|
12836
|
+
o.input = Shapes::ShapeRef.new(shape: StopContactMediaProcessingRequest)
|
|
12837
|
+
o.output = Shapes::ShapeRef.new(shape: StopContactMediaProcessingResponse)
|
|
12838
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
12839
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
12840
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
12841
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
12842
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
12843
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
|
12844
|
+
end)
|
|
12845
|
+
|
|
10760
12846
|
api.add_operation(:stop_contact_recording, Seahorse::Model::Operation.new.tap do |o|
|
|
10761
12847
|
o.name = "StopContactRecording"
|
|
10762
12848
|
o.http_method = "POST"
|
|
@@ -10967,6 +13053,22 @@ module Aws::Connect
|
|
|
10967
13053
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
10968
13054
|
end)
|
|
10969
13055
|
|
|
13056
|
+
api.add_operation(:update_contact_flow_module_alias, Seahorse::Model::Operation.new.tap do |o|
|
|
13057
|
+
o.name = "UpdateContactFlowModuleAlias"
|
|
13058
|
+
o.http_method = "POST"
|
|
13059
|
+
o.http_request_uri = "/contact-flow-modules/{InstanceId}/{ContactFlowModuleId}/alias/{AliasId}"
|
|
13060
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateContactFlowModuleAliasRequest)
|
|
13061
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateContactFlowModuleAliasResponse)
|
|
13062
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
13063
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
13064
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
13065
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
13066
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
13067
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
13068
|
+
o.errors << Shapes::ShapeRef.new(shape: ConditionalOperationFailedException)
|
|
13069
|
+
o.errors << Shapes::ShapeRef.new(shape: DuplicateResourceException)
|
|
13070
|
+
end)
|
|
13071
|
+
|
|
10970
13072
|
api.add_operation(:update_contact_flow_module_content, Seahorse::Model::Operation.new.tap do |o|
|
|
10971
13073
|
o.name = "UpdateContactFlowModuleContent"
|
|
10972
13074
|
o.http_method = "POST"
|
|
@@ -11038,6 +13140,54 @@ module Aws::Connect
|
|
|
11038
13140
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
11039
13141
|
end)
|
|
11040
13142
|
|
|
13143
|
+
api.add_operation(:update_data_table_attribute, Seahorse::Model::Operation.new.tap do |o|
|
|
13144
|
+
o.name = "UpdateDataTableAttribute"
|
|
13145
|
+
o.http_method = "POST"
|
|
13146
|
+
o.http_request_uri = "/data-tables/{InstanceId}/{DataTableId}/attributes/{AttributeName}"
|
|
13147
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateDataTableAttributeRequest)
|
|
13148
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateDataTableAttributeResponse)
|
|
13149
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
13150
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
13151
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
13152
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
13153
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
13154
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
13155
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
13156
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
|
13157
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
13158
|
+
end)
|
|
13159
|
+
|
|
13160
|
+
api.add_operation(:update_data_table_metadata, Seahorse::Model::Operation.new.tap do |o|
|
|
13161
|
+
o.name = "UpdateDataTableMetadata"
|
|
13162
|
+
o.http_method = "POST"
|
|
13163
|
+
o.http_request_uri = "/data-tables/{InstanceId}/{DataTableId}"
|
|
13164
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateDataTableMetadataRequest)
|
|
13165
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateDataTableMetadataResponse)
|
|
13166
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
13167
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
13168
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
13169
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
13170
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
13171
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
13172
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
13173
|
+
o.errors << Shapes::ShapeRef.new(shape: DuplicateResourceException)
|
|
13174
|
+
end)
|
|
13175
|
+
|
|
13176
|
+
api.add_operation(:update_data_table_primary_values, Seahorse::Model::Operation.new.tap do |o|
|
|
13177
|
+
o.name = "UpdateDataTablePrimaryValues"
|
|
13178
|
+
o.http_method = "POST"
|
|
13179
|
+
o.http_request_uri = "/data-tables/{InstanceId}/{DataTableId}/values/update-primary"
|
|
13180
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateDataTablePrimaryValuesRequest)
|
|
13181
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateDataTablePrimaryValuesResponse)
|
|
13182
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
13183
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
13184
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
13185
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
13186
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
13187
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
13188
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
13189
|
+
end)
|
|
13190
|
+
|
|
11041
13191
|
api.add_operation(:update_email_address_metadata, Seahorse::Model::Operation.new.tap do |o|
|
|
11042
13192
|
o.name = "UpdateEmailAddressMetadata"
|
|
11043
13193
|
o.http_method = "POST"
|
|
@@ -11571,6 +13721,65 @@ module Aws::Connect
|
|
|
11571
13721
|
o.errors << Shapes::ShapeRef.new(shape: DuplicateResourceException)
|
|
11572
13722
|
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
|
11573
13723
|
end)
|
|
13724
|
+
|
|
13725
|
+
api.add_operation(:update_workspace_metadata, Seahorse::Model::Operation.new.tap do |o|
|
|
13726
|
+
o.name = "UpdateWorkspaceMetadata"
|
|
13727
|
+
o.http_method = "POST"
|
|
13728
|
+
o.http_request_uri = "/workspaces/{InstanceId}/{WorkspaceId}/metadata"
|
|
13729
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateWorkspaceMetadataRequest)
|
|
13730
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateWorkspaceMetadataResponse)
|
|
13731
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
13732
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
13733
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
13734
|
+
o.errors << Shapes::ShapeRef.new(shape: DuplicateResourceException)
|
|
13735
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
13736
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
13737
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
13738
|
+
end)
|
|
13739
|
+
|
|
13740
|
+
api.add_operation(:update_workspace_page, Seahorse::Model::Operation.new.tap do |o|
|
|
13741
|
+
o.name = "UpdateWorkspacePage"
|
|
13742
|
+
o.http_method = "POST"
|
|
13743
|
+
o.http_request_uri = "/workspaces/{InstanceId}/{WorkspaceId}/pages/{Page}"
|
|
13744
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateWorkspacePageRequest)
|
|
13745
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateWorkspacePageResponse)
|
|
13746
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
13747
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
13748
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
13749
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
13750
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
13751
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
13752
|
+
o.errors << Shapes::ShapeRef.new(shape: DuplicateResourceException)
|
|
13753
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
|
|
13754
|
+
end)
|
|
13755
|
+
|
|
13756
|
+
api.add_operation(:update_workspace_theme, Seahorse::Model::Operation.new.tap do |o|
|
|
13757
|
+
o.name = "UpdateWorkspaceTheme"
|
|
13758
|
+
o.http_method = "POST"
|
|
13759
|
+
o.http_request_uri = "/workspaces/{InstanceId}/{WorkspaceId}/theme"
|
|
13760
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateWorkspaceThemeRequest)
|
|
13761
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateWorkspaceThemeResponse)
|
|
13762
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
13763
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
13764
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
13765
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
13766
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
13767
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
13768
|
+
end)
|
|
13769
|
+
|
|
13770
|
+
api.add_operation(:update_workspace_visibility, Seahorse::Model::Operation.new.tap do |o|
|
|
13771
|
+
o.name = "UpdateWorkspaceVisibility"
|
|
13772
|
+
o.http_method = "POST"
|
|
13773
|
+
o.http_request_uri = "/workspaces/{InstanceId}/{WorkspaceId}/visibility"
|
|
13774
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateWorkspaceVisibilityRequest)
|
|
13775
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateWorkspaceVisibilityResponse)
|
|
13776
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
13777
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
13778
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
13779
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
13780
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
13781
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
13782
|
+
end)
|
|
11574
13783
|
end
|
|
11575
13784
|
|
|
11576
13785
|
end
|