aws-sdk-connect 1.225.0 → 1.226.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connect/client.rb +409 -3
- data/lib/aws-sdk-connect/client_api.rb +266 -1
- data/lib/aws-sdk-connect/types.rb +524 -3
- data/lib/aws-sdk-connect.rb +1 -1
- data/sig/client.rbs +112 -2
- data/sig/types.rbs +144 -0
- metadata +3 -3
|
@@ -220,6 +220,10 @@ module Aws::Connect
|
|
|
220
220
|
ContactFlowDescription = Shapes::StringShape.new(name: 'ContactFlowDescription')
|
|
221
221
|
ContactFlowId = Shapes::StringShape.new(name: 'ContactFlowId')
|
|
222
222
|
ContactFlowModule = Shapes::StructureShape.new(name: 'ContactFlowModule')
|
|
223
|
+
ContactFlowModuleAlias = Shapes::StringShape.new(name: 'ContactFlowModuleAlias')
|
|
224
|
+
ContactFlowModuleAliasInfo = Shapes::StructureShape.new(name: 'ContactFlowModuleAliasInfo')
|
|
225
|
+
ContactFlowModuleAliasSummary = Shapes::StructureShape.new(name: 'ContactFlowModuleAliasSummary')
|
|
226
|
+
ContactFlowModuleAliasSummaryList = Shapes::ListShape.new(name: 'ContactFlowModuleAliasSummaryList')
|
|
223
227
|
ContactFlowModuleContent = Shapes::StringShape.new(name: 'ContactFlowModuleContent')
|
|
224
228
|
ContactFlowModuleDescription = Shapes::StringShape.new(name: 'ContactFlowModuleDescription')
|
|
225
229
|
ContactFlowModuleId = Shapes::StringShape.new(name: 'ContactFlowModuleId')
|
|
@@ -231,6 +235,8 @@ module Aws::Connect
|
|
|
231
235
|
ContactFlowModuleState = Shapes::StringShape.new(name: 'ContactFlowModuleState')
|
|
232
236
|
ContactFlowModuleStatus = Shapes::StringShape.new(name: 'ContactFlowModuleStatus')
|
|
233
237
|
ContactFlowModuleSummary = Shapes::StructureShape.new(name: 'ContactFlowModuleSummary')
|
|
238
|
+
ContactFlowModuleVersionSummary = Shapes::StructureShape.new(name: 'ContactFlowModuleVersionSummary')
|
|
239
|
+
ContactFlowModuleVersionSummaryList = Shapes::ListShape.new(name: 'ContactFlowModuleVersionSummaryList')
|
|
234
240
|
ContactFlowModulesSummaryList = Shapes::ListShape.new(name: 'ContactFlowModulesSummaryList')
|
|
235
241
|
ContactFlowName = Shapes::StringShape.new(name: 'ContactFlowName')
|
|
236
242
|
ContactFlowNotPublishedException = Shapes::StructureShape.new(name: 'ContactFlowNotPublishedException')
|
|
@@ -278,8 +284,12 @@ module Aws::Connect
|
|
|
278
284
|
CreateAgentStatusRequest = Shapes::StructureShape.new(name: 'CreateAgentStatusRequest')
|
|
279
285
|
CreateAgentStatusResponse = Shapes::StructureShape.new(name: 'CreateAgentStatusResponse')
|
|
280
286
|
CreateCaseActionDefinition = Shapes::StructureShape.new(name: 'CreateCaseActionDefinition')
|
|
287
|
+
CreateContactFlowModuleAliasRequest = Shapes::StructureShape.new(name: 'CreateContactFlowModuleAliasRequest')
|
|
288
|
+
CreateContactFlowModuleAliasResponse = Shapes::StructureShape.new(name: 'CreateContactFlowModuleAliasResponse')
|
|
281
289
|
CreateContactFlowModuleRequest = Shapes::StructureShape.new(name: 'CreateContactFlowModuleRequest')
|
|
282
290
|
CreateContactFlowModuleResponse = Shapes::StructureShape.new(name: 'CreateContactFlowModuleResponse')
|
|
291
|
+
CreateContactFlowModuleVersionRequest = Shapes::StructureShape.new(name: 'CreateContactFlowModuleVersionRequest')
|
|
292
|
+
CreateContactFlowModuleVersionResponse = Shapes::StructureShape.new(name: 'CreateContactFlowModuleVersionResponse')
|
|
283
293
|
CreateContactFlowRequest = Shapes::StructureShape.new(name: 'CreateContactFlowRequest')
|
|
284
294
|
CreateContactFlowResponse = Shapes::StructureShape.new(name: 'CreateContactFlowResponse')
|
|
285
295
|
CreateContactFlowVersionRequest = Shapes::StructureShape.new(name: 'CreateContactFlowVersionRequest')
|
|
@@ -371,8 +381,12 @@ module Aws::Connect
|
|
|
371
381
|
DeleteAttachedFileRequest = Shapes::StructureShape.new(name: 'DeleteAttachedFileRequest')
|
|
372
382
|
DeleteAttachedFileResponse = Shapes::StructureShape.new(name: 'DeleteAttachedFileResponse')
|
|
373
383
|
DeleteContactEvaluationRequest = Shapes::StructureShape.new(name: 'DeleteContactEvaluationRequest')
|
|
384
|
+
DeleteContactFlowModuleAliasRequest = Shapes::StructureShape.new(name: 'DeleteContactFlowModuleAliasRequest')
|
|
385
|
+
DeleteContactFlowModuleAliasResponse = Shapes::StructureShape.new(name: 'DeleteContactFlowModuleAliasResponse')
|
|
374
386
|
DeleteContactFlowModuleRequest = Shapes::StructureShape.new(name: 'DeleteContactFlowModuleRequest')
|
|
375
387
|
DeleteContactFlowModuleResponse = Shapes::StructureShape.new(name: 'DeleteContactFlowModuleResponse')
|
|
388
|
+
DeleteContactFlowModuleVersionRequest = Shapes::StructureShape.new(name: 'DeleteContactFlowModuleVersionRequest')
|
|
389
|
+
DeleteContactFlowModuleVersionResponse = Shapes::StructureShape.new(name: 'DeleteContactFlowModuleVersionResponse')
|
|
376
390
|
DeleteContactFlowRequest = Shapes::StructureShape.new(name: 'DeleteContactFlowRequest')
|
|
377
391
|
DeleteContactFlowResponse = Shapes::StructureShape.new(name: 'DeleteContactFlowResponse')
|
|
378
392
|
DeleteContactFlowVersionRequest = Shapes::StructureShape.new(name: 'DeleteContactFlowVersionRequest')
|
|
@@ -412,6 +426,8 @@ module Aws::Connect
|
|
|
412
426
|
DescribeAuthenticationProfileResponse = Shapes::StructureShape.new(name: 'DescribeAuthenticationProfileResponse')
|
|
413
427
|
DescribeContactEvaluationRequest = Shapes::StructureShape.new(name: 'DescribeContactEvaluationRequest')
|
|
414
428
|
DescribeContactEvaluationResponse = Shapes::StructureShape.new(name: 'DescribeContactEvaluationResponse')
|
|
429
|
+
DescribeContactFlowModuleAliasRequest = Shapes::StructureShape.new(name: 'DescribeContactFlowModuleAliasRequest')
|
|
430
|
+
DescribeContactFlowModuleAliasResponse = Shapes::StructureShape.new(name: 'DescribeContactFlowModuleAliasResponse')
|
|
415
431
|
DescribeContactFlowModuleRequest = Shapes::StructureShape.new(name: 'DescribeContactFlowModuleRequest')
|
|
416
432
|
DescribeContactFlowModuleResponse = Shapes::StructureShape.new(name: 'DescribeContactFlowModuleResponse')
|
|
417
433
|
DescribeContactFlowRequest = Shapes::StructureShape.new(name: 'DescribeContactFlowRequest')
|
|
@@ -660,6 +676,7 @@ module Aws::Connect
|
|
|
660
676
|
ExportLocation = Shapes::StringShape.new(name: 'ExportLocation')
|
|
661
677
|
Expression = Shapes::StructureShape.new(name: 'Expression')
|
|
662
678
|
Expressions = Shapes::ListShape.new(name: 'Expressions')
|
|
679
|
+
ExternalInvocationConfiguration = Shapes::StructureShape.new(name: 'ExternalInvocationConfiguration')
|
|
663
680
|
FailedRequest = Shapes::StructureShape.new(name: 'FailedRequest')
|
|
664
681
|
FailedRequestList = Shapes::ListShape.new(name: 'FailedRequestList')
|
|
665
682
|
FailureReasonCode = Shapes::StringShape.new(name: 'FailureReasonCode')
|
|
@@ -682,6 +699,8 @@ module Aws::Connect
|
|
|
682
699
|
FlowAssociationSummary = Shapes::StructureShape.new(name: 'FlowAssociationSummary')
|
|
683
700
|
FlowAssociationSummaryList = Shapes::ListShape.new(name: 'FlowAssociationSummaryList')
|
|
684
701
|
FlowContentSha256 = Shapes::StringShape.new(name: 'FlowContentSha256')
|
|
702
|
+
FlowModuleContentSha256 = Shapes::StringShape.new(name: 'FlowModuleContentSha256')
|
|
703
|
+
FlowModuleSettings = Shapes::StringShape.new(name: 'FlowModuleSettings')
|
|
685
704
|
FormId = Shapes::StringShape.new(name: 'FormId')
|
|
686
705
|
FragmentNumber = Shapes::StringShape.new(name: 'FragmentNumber')
|
|
687
706
|
FunctionArn = Shapes::StringShape.new(name: 'FunctionArn')
|
|
@@ -850,6 +869,10 @@ module Aws::Connect
|
|
|
850
869
|
ListCondition = Shapes::StructureShape.new(name: 'ListCondition')
|
|
851
870
|
ListContactEvaluationsRequest = Shapes::StructureShape.new(name: 'ListContactEvaluationsRequest')
|
|
852
871
|
ListContactEvaluationsResponse = Shapes::StructureShape.new(name: 'ListContactEvaluationsResponse')
|
|
872
|
+
ListContactFlowModuleAliasesRequest = Shapes::StructureShape.new(name: 'ListContactFlowModuleAliasesRequest')
|
|
873
|
+
ListContactFlowModuleAliasesResponse = Shapes::StructureShape.new(name: 'ListContactFlowModuleAliasesResponse')
|
|
874
|
+
ListContactFlowModuleVersionsRequest = Shapes::StructureShape.new(name: 'ListContactFlowModuleVersionsRequest')
|
|
875
|
+
ListContactFlowModuleVersionsResponse = Shapes::StructureShape.new(name: 'ListContactFlowModuleVersionsResponse')
|
|
853
876
|
ListContactFlowModulesRequest = Shapes::StructureShape.new(name: 'ListContactFlowModulesRequest')
|
|
854
877
|
ListContactFlowModulesResponse = Shapes::StructureShape.new(name: 'ListContactFlowModulesResponse')
|
|
855
878
|
ListContactFlowVersionsRequest = Shapes::StructureShape.new(name: 'ListContactFlowVersionsRequest')
|
|
@@ -1538,6 +1561,8 @@ module Aws::Connect
|
|
|
1538
1561
|
UpdateContactFlowContentResponse = Shapes::StructureShape.new(name: 'UpdateContactFlowContentResponse')
|
|
1539
1562
|
UpdateContactFlowMetadataRequest = Shapes::StructureShape.new(name: 'UpdateContactFlowMetadataRequest')
|
|
1540
1563
|
UpdateContactFlowMetadataResponse = Shapes::StructureShape.new(name: 'UpdateContactFlowMetadataResponse')
|
|
1564
|
+
UpdateContactFlowModuleAliasRequest = Shapes::StructureShape.new(name: 'UpdateContactFlowModuleAliasRequest')
|
|
1565
|
+
UpdateContactFlowModuleAliasResponse = Shapes::StructureShape.new(name: 'UpdateContactFlowModuleAliasResponse')
|
|
1541
1566
|
UpdateContactFlowModuleContentRequest = Shapes::StructureShape.new(name: 'UpdateContactFlowModuleContentRequest')
|
|
1542
1567
|
UpdateContactFlowModuleContentResponse = Shapes::StructureShape.new(name: 'UpdateContactFlowModuleContentResponse')
|
|
1543
1568
|
UpdateContactFlowModuleMetadataRequest = Shapes::StructureShape.new(name: 'UpdateContactFlowModuleMetadataRequest')
|
|
@@ -2339,8 +2364,33 @@ module Aws::Connect
|
|
|
2339
2364
|
ContactFlowModule.add_member(:state, Shapes::ShapeRef.new(shape: ContactFlowModuleState, location_name: "State"))
|
|
2340
2365
|
ContactFlowModule.add_member(:status, Shapes::ShapeRef.new(shape: ContactFlowModuleStatus, location_name: "Status"))
|
|
2341
2366
|
ContactFlowModule.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
|
2367
|
+
ContactFlowModule.add_member(:flow_module_content_sha_256, Shapes::ShapeRef.new(shape: FlowModuleContentSha256, location_name: "FlowModuleContentSha256"))
|
|
2368
|
+
ContactFlowModule.add_member(:version, Shapes::ShapeRef.new(shape: ResourceVersion, location_name: "Version"))
|
|
2369
|
+
ContactFlowModule.add_member(:version_description, Shapes::ShapeRef.new(shape: ContactFlowModuleDescription, location_name: "VersionDescription"))
|
|
2370
|
+
ContactFlowModule.add_member(:settings, Shapes::ShapeRef.new(shape: FlowModuleSettings, location_name: "Settings"))
|
|
2371
|
+
ContactFlowModule.add_member(:external_invocation_configuration, Shapes::ShapeRef.new(shape: ExternalInvocationConfiguration, location_name: "ExternalInvocationConfiguration"))
|
|
2342
2372
|
ContactFlowModule.struct_class = Types::ContactFlowModule
|
|
2343
2373
|
|
|
2374
|
+
ContactFlowModuleAliasInfo.add_member(:contact_flow_module_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "ContactFlowModuleId"))
|
|
2375
|
+
ContactFlowModuleAliasInfo.add_member(:contact_flow_module_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ContactFlowModuleArn"))
|
|
2376
|
+
ContactFlowModuleAliasInfo.add_member(:alias_id, Shapes::ShapeRef.new(shape: ContactFlowModuleAlias, location_name: "AliasId"))
|
|
2377
|
+
ContactFlowModuleAliasInfo.add_member(:version, Shapes::ShapeRef.new(shape: ResourceVersion, location_name: "Version"))
|
|
2378
|
+
ContactFlowModuleAliasInfo.add_member(:name, Shapes::ShapeRef.new(shape: ContactFlowModuleAlias, location_name: "Name"))
|
|
2379
|
+
ContactFlowModuleAliasInfo.add_member(:description, Shapes::ShapeRef.new(shape: ContactFlowModuleDescription, location_name: "Description"))
|
|
2380
|
+
ContactFlowModuleAliasInfo.add_member(:last_modified_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "LastModifiedRegion"))
|
|
2381
|
+
ContactFlowModuleAliasInfo.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
|
2382
|
+
ContactFlowModuleAliasInfo.struct_class = Types::ContactFlowModuleAliasInfo
|
|
2383
|
+
|
|
2384
|
+
ContactFlowModuleAliasSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
|
|
2385
|
+
ContactFlowModuleAliasSummary.add_member(:alias_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "AliasId"))
|
|
2386
|
+
ContactFlowModuleAliasSummary.add_member(:version, Shapes::ShapeRef.new(shape: ResourceVersion, location_name: "Version"))
|
|
2387
|
+
ContactFlowModuleAliasSummary.add_member(:alias_name, Shapes::ShapeRef.new(shape: ContactFlowModuleName, location_name: "AliasName"))
|
|
2388
|
+
ContactFlowModuleAliasSummary.add_member(:alias_description, Shapes::ShapeRef.new(shape: ContactFlowModuleDescription, location_name: "AliasDescription"))
|
|
2389
|
+
ContactFlowModuleAliasSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
|
2390
|
+
ContactFlowModuleAliasSummary.struct_class = Types::ContactFlowModuleAliasSummary
|
|
2391
|
+
|
|
2392
|
+
ContactFlowModuleAliasSummaryList.member = Shapes::ShapeRef.new(shape: ContactFlowModuleAliasSummary)
|
|
2393
|
+
|
|
2344
2394
|
ContactFlowModuleSearchConditionList.member = Shapes::ShapeRef.new(shape: ContactFlowModuleSearchCriteria)
|
|
2345
2395
|
|
|
2346
2396
|
ContactFlowModuleSearchCriteria.add_member(:or_conditions, Shapes::ShapeRef.new(shape: ContactFlowModuleSearchConditionList, location_name: "OrConditions"))
|
|
@@ -2361,6 +2411,13 @@ module Aws::Connect
|
|
|
2361
2411
|
ContactFlowModuleSummary.add_member(:state, Shapes::ShapeRef.new(shape: ContactFlowModuleState, location_name: "State"))
|
|
2362
2412
|
ContactFlowModuleSummary.struct_class = Types::ContactFlowModuleSummary
|
|
2363
2413
|
|
|
2414
|
+
ContactFlowModuleVersionSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
|
|
2415
|
+
ContactFlowModuleVersionSummary.add_member(:version_description, Shapes::ShapeRef.new(shape: ContactFlowModuleDescription, location_name: "VersionDescription"))
|
|
2416
|
+
ContactFlowModuleVersionSummary.add_member(:version, Shapes::ShapeRef.new(shape: ResourceVersion, location_name: "Version"))
|
|
2417
|
+
ContactFlowModuleVersionSummary.struct_class = Types::ContactFlowModuleVersionSummary
|
|
2418
|
+
|
|
2419
|
+
ContactFlowModuleVersionSummaryList.member = Shapes::ShapeRef.new(shape: ContactFlowModuleVersionSummary)
|
|
2420
|
+
|
|
2364
2421
|
ContactFlowModulesSummaryList.member = Shapes::ShapeRef.new(shape: ContactFlowModuleSummary)
|
|
2365
2422
|
|
|
2366
2423
|
ContactFlowNotPublishedException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
|
|
@@ -2495,18 +2552,41 @@ module Aws::Connect
|
|
|
2495
2552
|
CreateCaseActionDefinition.add_member(:template_id, Shapes::ShapeRef.new(shape: TemplateId, required: true, location_name: "TemplateId"))
|
|
2496
2553
|
CreateCaseActionDefinition.struct_class = Types::CreateCaseActionDefinition
|
|
2497
2554
|
|
|
2555
|
+
CreateContactFlowModuleAliasRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceIdOrArn, required: true, location: "uri", location_name: "InstanceId"))
|
|
2556
|
+
CreateContactFlowModuleAliasRequest.add_member(:description, Shapes::ShapeRef.new(shape: ContactFlowDescription, location_name: "Description"))
|
|
2557
|
+
CreateContactFlowModuleAliasRequest.add_member(:contact_flow_module_id, Shapes::ShapeRef.new(shape: ContactFlowModuleId, required: true, location: "uri", location_name: "ContactFlowModuleId"))
|
|
2558
|
+
CreateContactFlowModuleAliasRequest.add_member(:contact_flow_module_version, Shapes::ShapeRef.new(shape: ResourceVersion, required: true, location_name: "ContactFlowModuleVersion"))
|
|
2559
|
+
CreateContactFlowModuleAliasRequest.add_member(:alias_name, Shapes::ShapeRef.new(shape: ContactFlowModuleAlias, required: true, location_name: "AliasName"))
|
|
2560
|
+
CreateContactFlowModuleAliasRequest.struct_class = Types::CreateContactFlowModuleAliasRequest
|
|
2561
|
+
|
|
2562
|
+
CreateContactFlowModuleAliasResponse.add_member(:contact_flow_module_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ContactFlowModuleArn"))
|
|
2563
|
+
CreateContactFlowModuleAliasResponse.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "Id"))
|
|
2564
|
+
CreateContactFlowModuleAliasResponse.struct_class = Types::CreateContactFlowModuleAliasResponse
|
|
2565
|
+
|
|
2498
2566
|
CreateContactFlowModuleRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
2499
2567
|
CreateContactFlowModuleRequest.add_member(:name, Shapes::ShapeRef.new(shape: ContactFlowModuleName, required: true, location_name: "Name"))
|
|
2500
2568
|
CreateContactFlowModuleRequest.add_member(:description, Shapes::ShapeRef.new(shape: ContactFlowModuleDescription, location_name: "Description"))
|
|
2501
2569
|
CreateContactFlowModuleRequest.add_member(:content, Shapes::ShapeRef.new(shape: ContactFlowModuleContent, required: true, location_name: "Content"))
|
|
2502
2570
|
CreateContactFlowModuleRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
|
2503
2571
|
CreateContactFlowModuleRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
|
2572
|
+
CreateContactFlowModuleRequest.add_member(:settings, Shapes::ShapeRef.new(shape: FlowModuleSettings, location_name: "Settings"))
|
|
2573
|
+
CreateContactFlowModuleRequest.add_member(:external_invocation_configuration, Shapes::ShapeRef.new(shape: ExternalInvocationConfiguration, location_name: "ExternalInvocationConfiguration"))
|
|
2504
2574
|
CreateContactFlowModuleRequest.struct_class = Types::CreateContactFlowModuleRequest
|
|
2505
2575
|
|
|
2506
2576
|
CreateContactFlowModuleResponse.add_member(:id, Shapes::ShapeRef.new(shape: ContactFlowModuleId, location_name: "Id"))
|
|
2507
2577
|
CreateContactFlowModuleResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
|
|
2508
2578
|
CreateContactFlowModuleResponse.struct_class = Types::CreateContactFlowModuleResponse
|
|
2509
2579
|
|
|
2580
|
+
CreateContactFlowModuleVersionRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
2581
|
+
CreateContactFlowModuleVersionRequest.add_member(:description, Shapes::ShapeRef.new(shape: ContactFlowModuleDescription, location_name: "Description"))
|
|
2582
|
+
CreateContactFlowModuleVersionRequest.add_member(:contact_flow_module_id, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "ContactFlowModuleId"))
|
|
2583
|
+
CreateContactFlowModuleVersionRequest.add_member(:flow_module_content_sha_256, Shapes::ShapeRef.new(shape: FlowModuleContentSha256, location_name: "FlowModuleContentSha256"))
|
|
2584
|
+
CreateContactFlowModuleVersionRequest.struct_class = Types::CreateContactFlowModuleVersionRequest
|
|
2585
|
+
|
|
2586
|
+
CreateContactFlowModuleVersionResponse.add_member(:contact_flow_module_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ContactFlowModuleArn"))
|
|
2587
|
+
CreateContactFlowModuleVersionResponse.add_member(:version, Shapes::ShapeRef.new(shape: ResourceVersion, location_name: "Version"))
|
|
2588
|
+
CreateContactFlowModuleVersionResponse.struct_class = Types::CreateContactFlowModuleVersionResponse
|
|
2589
|
+
|
|
2510
2590
|
CreateContactFlowRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
2511
2591
|
CreateContactFlowRequest.add_member(:name, Shapes::ShapeRef.new(shape: ContactFlowName, required: true, location_name: "Name"))
|
|
2512
2592
|
CreateContactFlowRequest.add_member(:type, Shapes::ShapeRef.new(shape: ContactFlowType, required: true, location_name: "Type"))
|
|
@@ -2950,12 +3030,26 @@ module Aws::Connect
|
|
|
2950
3030
|
DeleteContactEvaluationRequest.add_member(:evaluation_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "EvaluationId"))
|
|
2951
3031
|
DeleteContactEvaluationRequest.struct_class = Types::DeleteContactEvaluationRequest
|
|
2952
3032
|
|
|
3033
|
+
DeleteContactFlowModuleAliasRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceIdOrArn, required: true, location: "uri", location_name: "InstanceId"))
|
|
3034
|
+
DeleteContactFlowModuleAliasRequest.add_member(:contact_flow_module_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "ContactFlowModuleId"))
|
|
3035
|
+
DeleteContactFlowModuleAliasRequest.add_member(:alias_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "AliasId"))
|
|
3036
|
+
DeleteContactFlowModuleAliasRequest.struct_class = Types::DeleteContactFlowModuleAliasRequest
|
|
3037
|
+
|
|
3038
|
+
DeleteContactFlowModuleAliasResponse.struct_class = Types::DeleteContactFlowModuleAliasResponse
|
|
3039
|
+
|
|
2953
3040
|
DeleteContactFlowModuleRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
2954
3041
|
DeleteContactFlowModuleRequest.add_member(:contact_flow_module_id, Shapes::ShapeRef.new(shape: ContactFlowModuleId, required: true, location: "uri", location_name: "ContactFlowModuleId"))
|
|
2955
3042
|
DeleteContactFlowModuleRequest.struct_class = Types::DeleteContactFlowModuleRequest
|
|
2956
3043
|
|
|
2957
3044
|
DeleteContactFlowModuleResponse.struct_class = Types::DeleteContactFlowModuleResponse
|
|
2958
3045
|
|
|
3046
|
+
DeleteContactFlowModuleVersionRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
3047
|
+
DeleteContactFlowModuleVersionRequest.add_member(:contact_flow_module_id, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "ContactFlowModuleId"))
|
|
3048
|
+
DeleteContactFlowModuleVersionRequest.add_member(:contact_flow_module_version, Shapes::ShapeRef.new(shape: ResourceVersion, required: true, location: "uri", location_name: "ContactFlowModuleVersion"))
|
|
3049
|
+
DeleteContactFlowModuleVersionRequest.struct_class = Types::DeleteContactFlowModuleVersionRequest
|
|
3050
|
+
|
|
3051
|
+
DeleteContactFlowModuleVersionResponse.struct_class = Types::DeleteContactFlowModuleVersionResponse
|
|
3052
|
+
|
|
2959
3053
|
DeleteContactFlowRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
2960
3054
|
DeleteContactFlowRequest.add_member(:contact_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, required: true, location: "uri", location_name: "ContactFlowId"))
|
|
2961
3055
|
DeleteContactFlowRequest.struct_class = Types::DeleteContactFlowRequest
|
|
@@ -3100,6 +3194,14 @@ module Aws::Connect
|
|
|
3100
3194
|
DescribeContactEvaluationResponse.add_member(:evaluation_form, Shapes::ShapeRef.new(shape: EvaluationFormContent, required: true, location_name: "EvaluationForm"))
|
|
3101
3195
|
DescribeContactEvaluationResponse.struct_class = Types::DescribeContactEvaluationResponse
|
|
3102
3196
|
|
|
3197
|
+
DescribeContactFlowModuleAliasRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceIdOrArn, required: true, location: "uri", location_name: "InstanceId"))
|
|
3198
|
+
DescribeContactFlowModuleAliasRequest.add_member(:contact_flow_module_id, Shapes::ShapeRef.new(shape: ContactFlowModuleId, required: true, location: "uri", location_name: "ContactFlowModuleId"))
|
|
3199
|
+
DescribeContactFlowModuleAliasRequest.add_member(:alias_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "AliasId"))
|
|
3200
|
+
DescribeContactFlowModuleAliasRequest.struct_class = Types::DescribeContactFlowModuleAliasRequest
|
|
3201
|
+
|
|
3202
|
+
DescribeContactFlowModuleAliasResponse.add_member(:contact_flow_module_alias, Shapes::ShapeRef.new(shape: ContactFlowModuleAliasInfo, location_name: "ContactFlowModuleAlias"))
|
|
3203
|
+
DescribeContactFlowModuleAliasResponse.struct_class = Types::DescribeContactFlowModuleAliasResponse
|
|
3204
|
+
|
|
3103
3205
|
DescribeContactFlowModuleRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
3104
3206
|
DescribeContactFlowModuleRequest.add_member(:contact_flow_module_id, Shapes::ShapeRef.new(shape: ContactFlowModuleId, required: true, location: "uri", location_name: "ContactFlowModuleId"))
|
|
3105
3207
|
DescribeContactFlowModuleRequest.struct_class = Types::DescribeContactFlowModuleRequest
|
|
@@ -3896,6 +3998,9 @@ module Aws::Connect
|
|
|
3896
3998
|
|
|
3897
3999
|
Expressions.member = Shapes::ShapeRef.new(shape: Expression)
|
|
3898
4000
|
|
|
4001
|
+
ExternalInvocationConfiguration.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "Enabled"))
|
|
4002
|
+
ExternalInvocationConfiguration.struct_class = Types::ExternalInvocationConfiguration
|
|
4003
|
+
|
|
3899
4004
|
FailedRequest.add_member(:request_identifier, Shapes::ShapeRef.new(shape: RequestIdentifier, location_name: "RequestIdentifier"))
|
|
3900
4005
|
FailedRequest.add_member(:failure_reason_code, Shapes::ShapeRef.new(shape: FailureReasonCode, location_name: "FailureReasonCode"))
|
|
3901
4006
|
FailedRequest.add_member(:failure_reason_message, Shapes::ShapeRef.new(shape: String, location_name: "FailureReasonMessage"))
|
|
@@ -4499,6 +4604,26 @@ module Aws::Connect
|
|
|
4499
4604
|
ListContactEvaluationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
4500
4605
|
ListContactEvaluationsResponse.struct_class = Types::ListContactEvaluationsResponse
|
|
4501
4606
|
|
|
4607
|
+
ListContactFlowModuleAliasesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceIdOrArn, required: true, location: "uri", location_name: "InstanceId"))
|
|
4608
|
+
ListContactFlowModuleAliasesRequest.add_member(:contact_flow_module_id, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "ContactFlowModuleId"))
|
|
4609
|
+
ListContactFlowModuleAliasesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
4610
|
+
ListContactFlowModuleAliasesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
|
|
4611
|
+
ListContactFlowModuleAliasesRequest.struct_class = Types::ListContactFlowModuleAliasesRequest
|
|
4612
|
+
|
|
4613
|
+
ListContactFlowModuleAliasesResponse.add_member(:contact_flow_module_alias_summary_list, Shapes::ShapeRef.new(shape: ContactFlowModuleAliasSummaryList, location_name: "ContactFlowModuleAliasSummaryList"))
|
|
4614
|
+
ListContactFlowModuleAliasesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
4615
|
+
ListContactFlowModuleAliasesResponse.struct_class = Types::ListContactFlowModuleAliasesResponse
|
|
4616
|
+
|
|
4617
|
+
ListContactFlowModuleVersionsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
4618
|
+
ListContactFlowModuleVersionsRequest.add_member(:contact_flow_module_id, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "ContactFlowModuleId"))
|
|
4619
|
+
ListContactFlowModuleVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
4620
|
+
ListContactFlowModuleVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
|
|
4621
|
+
ListContactFlowModuleVersionsRequest.struct_class = Types::ListContactFlowModuleVersionsRequest
|
|
4622
|
+
|
|
4623
|
+
ListContactFlowModuleVersionsResponse.add_member(:contact_flow_module_version_summary_list, Shapes::ShapeRef.new(shape: ContactFlowModuleVersionSummaryList, location_name: "ContactFlowModuleVersionSummaryList"))
|
|
4624
|
+
ListContactFlowModuleVersionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
4625
|
+
ListContactFlowModuleVersionsResponse.struct_class = Types::ListContactFlowModuleVersionsResponse
|
|
4626
|
+
|
|
4502
4627
|
ListContactFlowModulesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
4503
4628
|
ListContactFlowModulesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
4504
4629
|
ListContactFlowModulesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResult1000, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
|
|
@@ -6665,9 +6790,20 @@ module Aws::Connect
|
|
|
6665
6790
|
|
|
6666
6791
|
UpdateContactFlowMetadataResponse.struct_class = Types::UpdateContactFlowMetadataResponse
|
|
6667
6792
|
|
|
6793
|
+
UpdateContactFlowModuleAliasRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceIdOrArn, required: true, location: "uri", location_name: "InstanceId"))
|
|
6794
|
+
UpdateContactFlowModuleAliasRequest.add_member(:contact_flow_module_id, Shapes::ShapeRef.new(shape: ContactFlowModuleId, required: true, location: "uri", location_name: "ContactFlowModuleId"))
|
|
6795
|
+
UpdateContactFlowModuleAliasRequest.add_member(:alias_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "AliasId"))
|
|
6796
|
+
UpdateContactFlowModuleAliasRequest.add_member(:name, Shapes::ShapeRef.new(shape: ContactFlowModuleName, location_name: "Name"))
|
|
6797
|
+
UpdateContactFlowModuleAliasRequest.add_member(:description, Shapes::ShapeRef.new(shape: ContactFlowModuleDescription, location_name: "Description"))
|
|
6798
|
+
UpdateContactFlowModuleAliasRequest.add_member(:contact_flow_module_version, Shapes::ShapeRef.new(shape: ResourceVersion, location_name: "ContactFlowModuleVersion"))
|
|
6799
|
+
UpdateContactFlowModuleAliasRequest.struct_class = Types::UpdateContactFlowModuleAliasRequest
|
|
6800
|
+
|
|
6801
|
+
UpdateContactFlowModuleAliasResponse.struct_class = Types::UpdateContactFlowModuleAliasResponse
|
|
6802
|
+
|
|
6668
6803
|
UpdateContactFlowModuleContentRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
6669
6804
|
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,
|
|
6805
|
+
UpdateContactFlowModuleContentRequest.add_member(:content, Shapes::ShapeRef.new(shape: ContactFlowModuleContent, location_name: "Content"))
|
|
6806
|
+
UpdateContactFlowModuleContentRequest.add_member(:settings, Shapes::ShapeRef.new(shape: FlowModuleSettings, location_name: "Settings"))
|
|
6671
6807
|
UpdateContactFlowModuleContentRequest.struct_class = Types::UpdateContactFlowModuleContentRequest
|
|
6672
6808
|
|
|
6673
6809
|
UpdateContactFlowModuleContentResponse.struct_class = Types::UpdateContactFlowModuleContentResponse
|
|
@@ -7662,6 +7798,37 @@ module Aws::Connect
|
|
|
7662
7798
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
7663
7799
|
end)
|
|
7664
7800
|
|
|
7801
|
+
api.add_operation(:create_contact_flow_module_alias, Seahorse::Model::Operation.new.tap do |o|
|
|
7802
|
+
o.name = "CreateContactFlowModuleAlias"
|
|
7803
|
+
o.http_method = "PUT"
|
|
7804
|
+
o.http_request_uri = "/contact-flow-modules/{InstanceId}/{ContactFlowModuleId}/alias"
|
|
7805
|
+
o.input = Shapes::ShapeRef.new(shape: CreateContactFlowModuleAliasRequest)
|
|
7806
|
+
o.output = Shapes::ShapeRef.new(shape: CreateContactFlowModuleAliasResponse)
|
|
7807
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
7808
|
+
o.errors << Shapes::ShapeRef.new(shape: DuplicateResourceException)
|
|
7809
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
7810
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
7811
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
|
7812
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
7813
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
7814
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
7815
|
+
end)
|
|
7816
|
+
|
|
7817
|
+
api.add_operation(:create_contact_flow_module_version, Seahorse::Model::Operation.new.tap do |o|
|
|
7818
|
+
o.name = "CreateContactFlowModuleVersion"
|
|
7819
|
+
o.http_method = "PUT"
|
|
7820
|
+
o.http_request_uri = "/contact-flow-modules/{InstanceId}/{ContactFlowModuleId}/version"
|
|
7821
|
+
o.input = Shapes::ShapeRef.new(shape: CreateContactFlowModuleVersionRequest)
|
|
7822
|
+
o.output = Shapes::ShapeRef.new(shape: CreateContactFlowModuleVersionResponse)
|
|
7823
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
7824
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
7825
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
7826
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
|
7827
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
7828
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
7829
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
7830
|
+
end)
|
|
7831
|
+
|
|
7665
7832
|
api.add_operation(:create_contact_flow_version, Seahorse::Model::Operation.new.tap do |o|
|
|
7666
7833
|
o.name = "CreateContactFlowVersion"
|
|
7667
7834
|
o.http_method = "PUT"
|
|
@@ -8099,6 +8266,34 @@ module Aws::Connect
|
|
|
8099
8266
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
8100
8267
|
end)
|
|
8101
8268
|
|
|
8269
|
+
api.add_operation(:delete_contact_flow_module_alias, Seahorse::Model::Operation.new.tap do |o|
|
|
8270
|
+
o.name = "DeleteContactFlowModuleAlias"
|
|
8271
|
+
o.http_method = "DELETE"
|
|
8272
|
+
o.http_request_uri = "/contact-flow-modules/{InstanceId}/{ContactFlowModuleId}/alias/{AliasId}"
|
|
8273
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteContactFlowModuleAliasRequest)
|
|
8274
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteContactFlowModuleAliasResponse)
|
|
8275
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
8276
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
8277
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
8278
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
8279
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
8280
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
8281
|
+
end)
|
|
8282
|
+
|
|
8283
|
+
api.add_operation(:delete_contact_flow_module_version, Seahorse::Model::Operation.new.tap do |o|
|
|
8284
|
+
o.name = "DeleteContactFlowModuleVersion"
|
|
8285
|
+
o.http_method = "DELETE"
|
|
8286
|
+
o.http_request_uri = "/contact-flow-modules/{InstanceId}/{ContactFlowModuleId}/version/{ContactFlowModuleVersion}"
|
|
8287
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteContactFlowModuleVersionRequest)
|
|
8288
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteContactFlowModuleVersionResponse)
|
|
8289
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
8290
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
8291
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
8292
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
8293
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
8294
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
8295
|
+
end)
|
|
8296
|
+
|
|
8102
8297
|
api.add_operation(:delete_contact_flow_version, Seahorse::Model::Operation.new.tap do |o|
|
|
8103
8298
|
o.name = "DeleteContactFlowVersion"
|
|
8104
8299
|
o.http_method = "DELETE"
|
|
@@ -8487,6 +8682,20 @@ module Aws::Connect
|
|
|
8487
8682
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
8488
8683
|
end)
|
|
8489
8684
|
|
|
8685
|
+
api.add_operation(:describe_contact_flow_module_alias, Seahorse::Model::Operation.new.tap do |o|
|
|
8686
|
+
o.name = "DescribeContactFlowModuleAlias"
|
|
8687
|
+
o.http_method = "GET"
|
|
8688
|
+
o.http_request_uri = "/contact-flow-modules/{InstanceId}/{ContactFlowModuleId}/alias/{AliasId}"
|
|
8689
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeContactFlowModuleAliasRequest)
|
|
8690
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeContactFlowModuleAliasResponse)
|
|
8691
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
8692
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
8693
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
8694
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
8695
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
8696
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
8697
|
+
end)
|
|
8698
|
+
|
|
8490
8699
|
api.add_operation(:describe_email_address, Seahorse::Model::Operation.new.tap do |o|
|
|
8491
8700
|
o.name = "DescribeEmailAddress"
|
|
8492
8701
|
o.http_method = "GET"
|
|
@@ -9297,6 +9506,46 @@ module Aws::Connect
|
|
|
9297
9506
|
)
|
|
9298
9507
|
end)
|
|
9299
9508
|
|
|
9509
|
+
api.add_operation(:list_contact_flow_module_aliases, Seahorse::Model::Operation.new.tap do |o|
|
|
9510
|
+
o.name = "ListContactFlowModuleAliases"
|
|
9511
|
+
o.http_method = "GET"
|
|
9512
|
+
o.http_request_uri = "/contact-flow-modules/{InstanceId}/{ContactFlowModuleId}/aliases"
|
|
9513
|
+
o.input = Shapes::ShapeRef.new(shape: ListContactFlowModuleAliasesRequest)
|
|
9514
|
+
o.output = Shapes::ShapeRef.new(shape: ListContactFlowModuleAliasesResponse)
|
|
9515
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
9516
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
9517
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
9518
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
9519
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
9520
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
9521
|
+
o[:pager] = Aws::Pager.new(
|
|
9522
|
+
limit_key: "max_results",
|
|
9523
|
+
tokens: {
|
|
9524
|
+
"next_token" => "next_token"
|
|
9525
|
+
}
|
|
9526
|
+
)
|
|
9527
|
+
end)
|
|
9528
|
+
|
|
9529
|
+
api.add_operation(:list_contact_flow_module_versions, Seahorse::Model::Operation.new.tap do |o|
|
|
9530
|
+
o.name = "ListContactFlowModuleVersions"
|
|
9531
|
+
o.http_method = "GET"
|
|
9532
|
+
o.http_request_uri = "/contact-flow-modules/{InstanceId}/{ContactFlowModuleId}/versions"
|
|
9533
|
+
o.input = Shapes::ShapeRef.new(shape: ListContactFlowModuleVersionsRequest)
|
|
9534
|
+
o.output = Shapes::ShapeRef.new(shape: ListContactFlowModuleVersionsResponse)
|
|
9535
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
9536
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
9537
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
9538
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
9539
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
9540
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
9541
|
+
o[:pager] = Aws::Pager.new(
|
|
9542
|
+
limit_key: "max_results",
|
|
9543
|
+
tokens: {
|
|
9544
|
+
"next_token" => "next_token"
|
|
9545
|
+
}
|
|
9546
|
+
)
|
|
9547
|
+
end)
|
|
9548
|
+
|
|
9300
9549
|
api.add_operation(:list_contact_flow_modules, Seahorse::Model::Operation.new.tap do |o|
|
|
9301
9550
|
o.name = "ListContactFlowModules"
|
|
9302
9551
|
o.http_method = "GET"
|
|
@@ -10967,6 +11216,22 @@ module Aws::Connect
|
|
|
10967
11216
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
10968
11217
|
end)
|
|
10969
11218
|
|
|
11219
|
+
api.add_operation(:update_contact_flow_module_alias, Seahorse::Model::Operation.new.tap do |o|
|
|
11220
|
+
o.name = "UpdateContactFlowModuleAlias"
|
|
11221
|
+
o.http_method = "POST"
|
|
11222
|
+
o.http_request_uri = "/contact-flow-modules/{InstanceId}/{ContactFlowModuleId}/alias/{AliasId}"
|
|
11223
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateContactFlowModuleAliasRequest)
|
|
11224
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateContactFlowModuleAliasResponse)
|
|
11225
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
11226
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
11227
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
11228
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
11229
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
11230
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
11231
|
+
o.errors << Shapes::ShapeRef.new(shape: ConditionalOperationFailedException)
|
|
11232
|
+
o.errors << Shapes::ShapeRef.new(shape: DuplicateResourceException)
|
|
11233
|
+
end)
|
|
11234
|
+
|
|
10970
11235
|
api.add_operation(:update_contact_flow_module_content, Seahorse::Model::Operation.new.tap do |o|
|
|
10971
11236
|
o.name = "UpdateContactFlowModuleContent"
|
|
10972
11237
|
o.http_method = "POST"
|