File: /var/www/api.javaapp.co.uk_old/node_modules/aws-sdk/apis/connect-2017-08-08.min.json
{
"version": "2.0",
"metadata": {
"apiVersion": "2017-08-08",
"endpointPrefix": "connect",
"jsonVersion": "1.1",
"protocol": "rest-json",
"serviceAbbreviation": "Amazon Connect",
"serviceFullName": "Amazon Connect Service",
"serviceId": "Connect",
"signatureVersion": "v4",
"signingName": "connect",
"uid": "connect-2017-08-08"
},
"operations": {
"AssociateApprovedOrigin": {
"http": {
"method": "PUT",
"requestUri": "/instance/{InstanceId}/approved-origin"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"Origin"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"Origin": {}
}
}
},
"AssociateBot": {
"http": {
"method": "PUT",
"requestUri": "/instance/{InstanceId}/bot"
},
"input": {
"type": "structure",
"required": [
"InstanceId"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"LexBot": {
"shape": "S5"
},
"LexV2Bot": {
"shape": "S8"
}
}
}
},
"AssociateDefaultVocabulary": {
"http": {
"method": "PUT",
"requestUri": "/default-vocabulary/{InstanceId}/{LanguageCode}"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"LanguageCode"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"LanguageCode": {
"location": "uri",
"locationName": "LanguageCode"
},
"VocabularyId": {}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"AssociateInstanceStorageConfig": {
"http": {
"method": "PUT",
"requestUri": "/instance/{InstanceId}/storage-config"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"ResourceType",
"StorageConfig"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"ResourceType": {},
"StorageConfig": {
"shape": "Sg"
}
}
},
"output": {
"type": "structure",
"members": {
"AssociationId": {}
}
}
},
"AssociateLambdaFunction": {
"http": {
"method": "PUT",
"requestUri": "/instance/{InstanceId}/lambda-function"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"FunctionArn"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"FunctionArn": {}
}
}
},
"AssociateLexBot": {
"http": {
"method": "PUT",
"requestUri": "/instance/{InstanceId}/lex-bot"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"LexBot"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"LexBot": {
"shape": "S5"
}
}
}
},
"AssociatePhoneNumberContactFlow": {
"http": {
"method": "PUT",
"requestUri": "/phone-number/{PhoneNumberId}/contact-flow"
},
"input": {
"type": "structure",
"required": [
"PhoneNumberId",
"InstanceId",
"ContactFlowId"
],
"members": {
"PhoneNumberId": {
"location": "uri",
"locationName": "PhoneNumberId"
},
"InstanceId": {},
"ContactFlowId": {}
}
}
},
"AssociateQueueQuickConnects": {
"http": {
"requestUri": "/queues/{InstanceId}/{QueueId}/associate-quick-connects"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"QueueId",
"QuickConnectIds"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"QueueId": {
"location": "uri",
"locationName": "QueueId"
},
"QuickConnectIds": {
"shape": "S13"
}
}
}
},
"AssociateRoutingProfileQueues": {
"http": {
"requestUri": "/routing-profiles/{InstanceId}/{RoutingProfileId}/associate-queues"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"RoutingProfileId",
"QueueConfigs"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"RoutingProfileId": {
"location": "uri",
"locationName": "RoutingProfileId"
},
"QueueConfigs": {
"shape": "S17"
}
}
}
},
"AssociateSecurityKey": {
"http": {
"method": "PUT",
"requestUri": "/instance/{InstanceId}/security-key"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"Key"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"Key": {}
}
},
"output": {
"type": "structure",
"members": {
"AssociationId": {}
}
}
},
"ClaimPhoneNumber": {
"http": {
"requestUri": "/phone-number/claim"
},
"input": {
"type": "structure",
"required": [
"TargetArn",
"PhoneNumber"
],
"members": {
"TargetArn": {},
"PhoneNumber": {},
"PhoneNumberDescription": {},
"Tags": {
"shape": "S1j"
},
"ClientToken": {
"idempotencyToken": true
}
}
},
"output": {
"type": "structure",
"members": {
"PhoneNumberId": {},
"PhoneNumberArn": {}
}
}
},
"CreateAgentStatus": {
"http": {
"method": "PUT",
"requestUri": "/agent-status/{InstanceId}"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"Name",
"State"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"Name": {},
"Description": {},
"State": {},
"DisplayOrder": {
"type": "integer"
},
"Tags": {
"shape": "S1j"
}
}
},
"output": {
"type": "structure",
"members": {
"AgentStatusARN": {},
"AgentStatusId": {}
}
}
},
"CreateContactFlow": {
"http": {
"method": "PUT",
"requestUri": "/contact-flows/{InstanceId}"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"Name",
"Type",
"Content"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"Name": {},
"Type": {},
"Description": {},
"Content": {},
"Tags": {
"shape": "S1j"
}
}
},
"output": {
"type": "structure",
"members": {
"ContactFlowId": {},
"ContactFlowArn": {}
}
}
},
"CreateContactFlowModule": {
"http": {
"method": "PUT",
"requestUri": "/contact-flow-modules/{InstanceId}"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"Name",
"Content"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"Name": {},
"Description": {},
"Content": {},
"Tags": {
"shape": "S1j"
},
"ClientToken": {
"idempotencyToken": true
}
}
},
"output": {
"type": "structure",
"members": {
"Id": {},
"Arn": {}
}
}
},
"CreateHoursOfOperation": {
"http": {
"method": "PUT",
"requestUri": "/hours-of-operations/{InstanceId}"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"Name",
"TimeZone",
"Config"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"Name": {},
"Description": {},
"TimeZone": {},
"Config": {
"shape": "S2b"
},
"Tags": {
"shape": "S1j"
}
}
},
"output": {
"type": "structure",
"members": {
"HoursOfOperationId": {},
"HoursOfOperationArn": {}
}
}
},
"CreateInstance": {
"http": {
"method": "PUT",
"requestUri": "/instance"
},
"input": {
"type": "structure",
"required": [
"IdentityManagementType",
"InboundCallsEnabled",
"OutboundCallsEnabled"
],
"members": {
"ClientToken": {},
"IdentityManagementType": {},
"InstanceAlias": {
"shape": "S2l"
},
"DirectoryId": {},
"InboundCallsEnabled": {
"type": "boolean"
},
"OutboundCallsEnabled": {
"type": "boolean"
}
}
},
"output": {
"type": "structure",
"members": {
"Id": {},
"Arn": {}
}
}
},
"CreateIntegrationAssociation": {
"http": {
"method": "PUT",
"requestUri": "/instance/{InstanceId}/integration-associations"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"IntegrationType",
"IntegrationArn"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"IntegrationType": {},
"IntegrationArn": {},
"SourceApplicationUrl": {},
"SourceApplicationName": {},
"SourceType": {},
"Tags": {
"shape": "S1j"
}
}
},
"output": {
"type": "structure",
"members": {
"IntegrationAssociationId": {},
"IntegrationAssociationArn": {}
}
}
},
"CreateQueue": {
"http": {
"method": "PUT",
"requestUri": "/queues/{InstanceId}"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"Name",
"HoursOfOperationId"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"Name": {},
"Description": {},
"OutboundCallerConfig": {
"shape": "S2z"
},
"HoursOfOperationId": {},
"MaxContacts": {
"type": "integer"
},
"QuickConnectIds": {
"shape": "S13"
},
"Tags": {
"shape": "S1j"
}
}
},
"output": {
"type": "structure",
"members": {
"QueueArn": {},
"QueueId": {}
}
}
},
"CreateQuickConnect": {
"http": {
"method": "PUT",
"requestUri": "/quick-connects/{InstanceId}"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"Name",
"QuickConnectConfig"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"Name": {},
"Description": {},
"QuickConnectConfig": {
"shape": "S36"
},
"Tags": {
"shape": "S1j"
}
}
},
"output": {
"type": "structure",
"members": {
"QuickConnectARN": {},
"QuickConnectId": {}
}
}
},
"CreateRoutingProfile": {
"http": {
"method": "PUT",
"requestUri": "/routing-profiles/{InstanceId}"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"Name",
"Description",
"DefaultOutboundQueueId",
"MediaConcurrencies"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"Name": {},
"Description": {},
"DefaultOutboundQueueId": {},
"QueueConfigs": {
"shape": "S17"
},
"MediaConcurrencies": {
"shape": "S3g"
},
"Tags": {
"shape": "S1j"
}
}
},
"output": {
"type": "structure",
"members": {
"RoutingProfileArn": {},
"RoutingProfileId": {}
}
}
},
"CreateRule": {
"http": {
"requestUri": "/rules/{InstanceId}"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"Name",
"TriggerEventSource",
"Function",
"Actions",
"PublishStatus"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"Name": {},
"TriggerEventSource": {
"shape": "S3m"
},
"Function": {},
"Actions": {
"shape": "S3p"
},
"PublishStatus": {},
"ClientToken": {
"idempotencyToken": true
}
}
},
"output": {
"type": "structure",
"required": [
"RuleArn",
"RuleId"
],
"members": {
"RuleArn": {},
"RuleId": {}
}
}
},
"CreateSecurityProfile": {
"http": {
"method": "PUT",
"requestUri": "/security-profiles/{InstanceId}"
},
"input": {
"type": "structure",
"required": [
"SecurityProfileName",
"InstanceId"
],
"members": {
"SecurityProfileName": {},
"Description": {},
"Permissions": {
"shape": "S4i"
},
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"Tags": {
"shape": "S1j"
},
"AllowedAccessControlTags": {
"shape": "S4k"
},
"TagRestrictedResources": {
"shape": "S4n"
}
}
},
"output": {
"type": "structure",
"members": {
"SecurityProfileId": {},
"SecurityProfileArn": {}
}
}
},
"CreateTaskTemplate": {
"http": {
"method": "PUT",
"requestUri": "/instance/{InstanceId}/task/template"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"Name",
"Fields"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"Name": {},
"Description": {},
"ContactFlowId": {},
"Constraints": {
"shape": "S4u"
},
"Defaults": {
"shape": "S53"
},
"Status": {},
"Fields": {
"shape": "S58"
},
"ClientToken": {
"idempotencyToken": true
}
}
},
"output": {
"type": "structure",
"required": [
"Id",
"Arn"
],
"members": {
"Id": {},
"Arn": {}
}
}
},
"CreateTrafficDistributionGroup": {
"http": {
"method": "PUT",
"requestUri": "/traffic-distribution-group"
},
"input": {
"type": "structure",
"required": [
"Name",
"InstanceId"
],
"members": {
"Name": {},
"Description": {},
"InstanceId": {},
"ClientToken": {
"idempotencyToken": true
},
"Tags": {
"shape": "S1j"
}
}
},
"output": {
"type": "structure",
"members": {
"Id": {},
"Arn": {}
}
}
},
"CreateUseCase": {
"http": {
"method": "PUT",
"requestUri": "/instance/{InstanceId}/integration-associations/{IntegrationAssociationId}/use-cases"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"IntegrationAssociationId",
"UseCaseType"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"IntegrationAssociationId": {
"location": "uri",
"locationName": "IntegrationAssociationId"
},
"UseCaseType": {},
"Tags": {
"shape": "S1j"
}
}
},
"output": {
"type": "structure",
"members": {
"UseCaseId": {},
"UseCaseArn": {}
}
}
},
"CreateUser": {
"http": {
"method": "PUT",
"requestUri": "/users/{InstanceId}"
},
"input": {
"type": "structure",
"required": [
"Username",
"PhoneConfig",
"SecurityProfileIds",
"RoutingProfileId",
"InstanceId"
],
"members": {
"Username": {},
"Password": {},
"IdentityInfo": {
"shape": "S5v"
},
"PhoneConfig": {
"shape": "S5z"
},
"DirectoryUserId": {},
"SecurityProfileIds": {
"shape": "S64"
},
"RoutingProfileId": {},
"HierarchyGroupId": {},
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"Tags": {
"shape": "S1j"
}
}
},
"output": {
"type": "structure",
"members": {
"UserId": {},
"UserArn": {}
}
}
},
"CreateUserHierarchyGroup": {
"http": {
"method": "PUT",
"requestUri": "/user-hierarchy-groups/{InstanceId}"
},
"input": {
"type": "structure",
"required": [
"Name",
"InstanceId"
],
"members": {
"Name": {},
"ParentGroupId": {},
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"Tags": {
"shape": "S1j"
}
}
},
"output": {
"type": "structure",
"members": {
"HierarchyGroupId": {},
"HierarchyGroupArn": {}
}
}
},
"CreateVocabulary": {
"http": {
"requestUri": "/vocabulary/{InstanceId}"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"VocabularyName",
"LanguageCode",
"Content"
],
"members": {
"ClientToken": {
"idempotencyToken": true
},
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"VocabularyName": {},
"LanguageCode": {},
"Content": {},
"Tags": {
"shape": "S1j"
}
}
},
"output": {
"type": "structure",
"required": [
"VocabularyArn",
"VocabularyId",
"State"
],
"members": {
"VocabularyArn": {},
"VocabularyId": {},
"State": {}
}
}
},
"DeleteContactFlow": {
"http": {
"method": "DELETE",
"requestUri": "/contact-flows/{InstanceId}/{ContactFlowId}"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"ContactFlowId"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"ContactFlowId": {
"location": "uri",
"locationName": "ContactFlowId"
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"DeleteContactFlowModule": {
"http": {
"method": "DELETE",
"requestUri": "/contact-flow-modules/{InstanceId}/{ContactFlowModuleId}"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"ContactFlowModuleId"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"ContactFlowModuleId": {
"location": "uri",
"locationName": "ContactFlowModuleId"
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"DeleteHoursOfOperation": {
"http": {
"method": "DELETE",
"requestUri": "/hours-of-operations/{InstanceId}/{HoursOfOperationId}"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"HoursOfOperationId"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"HoursOfOperationId": {
"location": "uri",
"locationName": "HoursOfOperationId"
}
}
}
},
"DeleteInstance": {
"http": {
"method": "DELETE",
"requestUri": "/instance/{InstanceId}"
},
"input": {
"type": "structure",
"required": [
"InstanceId"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
}
}
}
},
"DeleteIntegrationAssociation": {
"http": {
"method": "DELETE",
"requestUri": "/instance/{InstanceId}/integration-associations/{IntegrationAssociationId}"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"IntegrationAssociationId"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"IntegrationAssociationId": {
"location": "uri",
"locationName": "IntegrationAssociationId"
}
}
}
},
"DeleteQuickConnect": {
"http": {
"method": "DELETE",
"requestUri": "/quick-connects/{InstanceId}/{QuickConnectId}"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"QuickConnectId"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"QuickConnectId": {
"location": "uri",
"locationName": "QuickConnectId"
}
}
}
},
"DeleteRule": {
"http": {
"method": "DELETE",
"requestUri": "/rules/{InstanceId}/{RuleId}"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"RuleId"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"RuleId": {
"location": "uri",
"locationName": "RuleId"
}
}
}
},
"DeleteSecurityProfile": {
"http": {
"method": "DELETE",
"requestUri": "/security-profiles/{InstanceId}/{SecurityProfileId}"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"SecurityProfileId"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"SecurityProfileId": {
"location": "uri",
"locationName": "SecurityProfileId"
}
}
}
},
"DeleteTaskTemplate": {
"http": {
"method": "DELETE",
"requestUri": "/instance/{InstanceId}/task/template/{TaskTemplateId}"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"TaskTemplateId"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"TaskTemplateId": {
"location": "uri",
"locationName": "TaskTemplateId"
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"DeleteTrafficDistributionGroup": {
"http": {
"method": "DELETE",
"requestUri": "/traffic-distribution-group/{TrafficDistributionGroupId}"
},
"input": {
"type": "structure",
"required": [
"TrafficDistributionGroupId"
],
"members": {
"TrafficDistributionGroupId": {
"location": "uri",
"locationName": "TrafficDistributionGroupId"
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"DeleteUseCase": {
"http": {
"method": "DELETE",
"requestUri": "/instance/{InstanceId}/integration-associations/{IntegrationAssociationId}/use-cases/{UseCaseId}"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"IntegrationAssociationId",
"UseCaseId"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"IntegrationAssociationId": {
"location": "uri",
"locationName": "IntegrationAssociationId"
},
"UseCaseId": {
"location": "uri",
"locationName": "UseCaseId"
}
}
}
},
"DeleteUser": {
"http": {
"method": "DELETE",
"requestUri": "/users/{InstanceId}/{UserId}"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"UserId"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"UserId": {
"location": "uri",
"locationName": "UserId"
}
}
}
},
"DeleteUserHierarchyGroup": {
"http": {
"method": "DELETE",
"requestUri": "/user-hierarchy-groups/{InstanceId}/{HierarchyGroupId}"
},
"input": {
"type": "structure",
"required": [
"HierarchyGroupId",
"InstanceId"
],
"members": {
"HierarchyGroupId": {
"location": "uri",
"locationName": "HierarchyGroupId"
},
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
}
}
}
},
"DeleteVocabulary": {
"http": {
"requestUri": "/vocabulary-remove/{InstanceId}/{VocabularyId}"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"VocabularyId"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"VocabularyId": {
"location": "uri",
"locationName": "VocabularyId"
}
}
},
"output": {
"type": "structure",
"required": [
"VocabularyArn",
"VocabularyId",
"State"
],
"members": {
"VocabularyArn": {},
"VocabularyId": {},
"State": {}
}
}
},
"DescribeAgentStatus": {
"http": {
"method": "GET",
"requestUri": "/agent-status/{InstanceId}/{AgentStatusId}"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"AgentStatusId"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"AgentStatusId": {
"location": "uri",
"locationName": "AgentStatusId"
}
}
},
"output": {
"type": "structure",
"members": {
"AgentStatus": {
"type": "structure",
"members": {
"AgentStatusARN": {},
"AgentStatusId": {},
"Name": {},
"Description": {},
"Type": {},
"DisplayOrder": {
"type": "integer"
},
"State": {},
"Tags": {
"shape": "S1j"
}
}
}
}
}
},
"DescribeContact": {
"http": {
"method": "GET",
"requestUri": "/contacts/{InstanceId}/{ContactId}"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"ContactId"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"ContactId": {
"location": "uri",
"locationName": "ContactId"
}
}
},
"output": {
"type": "structure",
"members": {
"Contact": {
"type": "structure",
"members": {
"Arn": {},
"Id": {},
"InitialContactId": {},
"PreviousContactId": {},
"InitiationMethod": {},
"Name": {},
"Description": {},
"Channel": {},
"QueueInfo": {
"type": "structure",
"members": {
"Id": {},
"EnqueueTimestamp": {
"type": "timestamp"
}
}
},
"AgentInfo": {
"type": "structure",
"members": {
"Id": {},
"ConnectedToAgentTimestamp": {
"type": "timestamp"
}
}
},
"InitiationTimestamp": {
"type": "timestamp"
},
"DisconnectTimestamp": {
"type": "timestamp"
},
"LastUpdateTimestamp": {
"type": "timestamp"
},
"ScheduledTimestamp": {
"type": "timestamp"
},
"RelatedContactId": {},
"WisdomInfo": {
"type": "structure",
"members": {
"SessionArn": {}
}
}
}
}
}
}
},
"DescribeContactFlow": {
"http": {
"method": "GET",
"requestUri": "/contact-flows/{InstanceId}/{ContactFlowId}"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"ContactFlowId"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"ContactFlowId": {
"location": "uri",
"locationName": "ContactFlowId"
}
}
},
"output": {
"type": "structure",
"members": {
"ContactFlow": {
"type": "structure",
"members": {
"Arn": {},
"Id": {},
"Name": {},
"Type": {},
"State": {},
"Description": {},
"Content": {},
"Tags": {
"shape": "S1j"
}
}
}
}
}
},
"DescribeContactFlowModule": {
"http": {
"method": "GET",
"requestUri": "/contact-flow-modules/{InstanceId}/{ContactFlowModuleId}"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"ContactFlowModuleId"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"ContactFlowModuleId": {
"location": "uri",
"locationName": "ContactFlowModuleId"
}
}
},
"output": {
"type": "structure",
"members": {
"ContactFlowModule": {
"type": "structure",
"members": {
"Arn": {},
"Id": {},
"Name": {},
"Content": {},
"Description": {},
"State": {},
"Status": {},
"Tags": {
"shape": "S1j"
}
}
}
}
}
},
"DescribeHoursOfOperation": {
"http": {
"method": "GET",
"requestUri": "/hours-of-operations/{InstanceId}/{HoursOfOperationId}"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"HoursOfOperationId"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"HoursOfOperationId": {
"location": "uri",
"locationName": "HoursOfOperationId"
}
}
},
"output": {
"type": "structure",
"members": {
"HoursOfOperation": {
"type": "structure",
"members": {
"HoursOfOperationId": {},
"HoursOfOperationArn": {},
"Name": {},
"Description": {},
"TimeZone": {},
"Config": {
"shape": "S2b"
},
"Tags": {
"shape": "S1j"
}
}
}
}
}
},
"DescribeInstance": {
"http": {
"method": "GET",
"requestUri": "/instance/{InstanceId}"
},
"input": {
"type": "structure",
"required": [
"InstanceId"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
}
}
},
"output": {
"type": "structure",
"members": {
"Instance": {
"type": "structure",
"members": {
"Id": {},
"Arn": {},
"IdentityManagementType": {},
"InstanceAlias": {
"shape": "S2l"
},
"CreatedTime": {
"type": "timestamp"
},
"ServiceRole": {},
"InstanceStatus": {},
"StatusReason": {
"type": "structure",
"members": {
"Message": {}
}
},
"InboundCallsEnabled": {
"type": "boolean"
},
"OutboundCallsEnabled": {
"type": "boolean"
}
}
}
}
}
},
"DescribeInstanceAttribute": {
"http": {
"method": "GET",
"requestUri": "/instance/{InstanceId}/attribute/{AttributeType}"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"AttributeType"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"AttributeType": {
"location": "uri",
"locationName": "AttributeType"
}
}
},
"output": {
"type": "structure",
"members": {
"Attribute": {
"shape": "S80"
}
}
}
},
"DescribeInstanceStorageConfig": {
"http": {
"method": "GET",
"requestUri": "/instance/{InstanceId}/storage-config/{AssociationId}"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"AssociationId",
"ResourceType"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"AssociationId": {
"location": "uri",
"locationName": "AssociationId"
},
"ResourceType": {
"location": "querystring",
"locationName": "resourceType"
}
}
},
"output": {
"type": "structure",
"members": {
"StorageConfig": {
"shape": "Sg"
}
}
}
},
"DescribePhoneNumber": {
"http": {
"method": "GET",
"requestUri": "/phone-number/{PhoneNumberId}"
},
"input": {
"type": "structure",
"required": [
"PhoneNumberId"
],
"members": {
"PhoneNumberId": {
"location": "uri",
"locationName": "PhoneNumberId"
}
}
},
"output": {
"type": "structure",
"members": {
"ClaimedPhoneNumberSummary": {
"type": "structure",
"members": {
"PhoneNumberId": {},
"PhoneNumberArn": {},
"PhoneNumber": {},
"PhoneNumberCountryCode": {},
"PhoneNumberType": {},
"PhoneNumberDescription": {},
"TargetArn": {},
"Tags": {
"shape": "S1j"
},
"PhoneNumberStatus": {
"type": "structure",
"members": {
"Status": {},
"Message": {}
}
}
}
}
}
}
},
"DescribeQueue": {
"http": {
"method": "GET",
"requestUri": "/queues/{InstanceId}/{QueueId}"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"QueueId"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"QueueId": {
"location": "uri",
"locationName": "QueueId"
}
}
},
"output": {
"type": "structure",
"members": {
"Queue": {
"shape": "S8e"
}
}
}
},
"DescribeQuickConnect": {
"http": {
"method": "GET",
"requestUri": "/quick-connects/{InstanceId}/{QuickConnectId}"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"QuickConnectId"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"QuickConnectId": {
"location": "uri",
"locationName": "QuickConnectId"
}
}
},
"output": {
"type": "structure",
"members": {
"QuickConnect": {
"type": "structure",
"members": {
"QuickConnectARN": {},
"QuickConnectId": {},
"Name": {},
"Description": {},
"QuickConnectConfig": {
"shape": "S36"
},
"Tags": {
"shape": "S1j"
}
}
}
}
}
},
"DescribeRoutingProfile": {
"http": {
"method": "GET",
"requestUri": "/routing-profiles/{InstanceId}/{RoutingProfileId}"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"RoutingProfileId"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"RoutingProfileId": {
"location": "uri",
"locationName": "RoutingProfileId"
}
}
},
"output": {
"type": "structure",
"members": {
"RoutingProfile": {
"shape": "S8l"
}
}
}
},
"DescribeRule": {
"http": {
"method": "GET",
"requestUri": "/rules/{InstanceId}/{RuleId}"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"RuleId"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"RuleId": {
"location": "uri",
"locationName": "RuleId"
}
}
},
"output": {
"type": "structure",
"required": [
"Rule"
],
"members": {
"Rule": {
"type": "structure",
"required": [
"Name",
"RuleId",
"RuleArn",
"TriggerEventSource",
"Function",
"Actions",
"PublishStatus",
"CreatedTime",
"LastUpdatedTime",
"LastUpdatedBy"
],
"members": {
"Name": {},
"RuleId": {},
"RuleArn": {},
"TriggerEventSource": {
"shape": "S3m"
},
"Function": {},
"Actions": {
"shape": "S3p"
},
"PublishStatus": {},
"CreatedTime": {
"type": "timestamp"
},
"LastUpdatedTime": {
"type": "timestamp"
},
"LastUpdatedBy": {},
"Tags": {
"shape": "S1j"
}
}
}
}
}
},
"DescribeSecurityProfile": {
"http": {
"method": "GET",
"requestUri": "/security-profiles/{InstanceId}/{SecurityProfileId}"
},
"input": {
"type": "structure",
"required": [
"SecurityProfileId",
"InstanceId"
],
"members": {
"SecurityProfileId": {
"location": "uri",
"locationName": "SecurityProfileId"
},
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
}
}
},
"output": {
"type": "structure",
"members": {
"SecurityProfile": {
"type": "structure",
"members": {
"Id": {},
"OrganizationResourceId": {},
"Arn": {},
"SecurityProfileName": {},
"Description": {},
"Tags": {
"shape": "S1j"
},
"AllowedAccessControlTags": {
"shape": "S4k"
},
"TagRestrictedResources": {
"shape": "S4n"
}
}
}
}
}
},
"DescribeTrafficDistributionGroup": {
"http": {
"method": "GET",
"requestUri": "/traffic-distribution-group/{TrafficDistributionGroupId}"
},
"input": {
"type": "structure",
"required": [
"TrafficDistributionGroupId"
],
"members": {
"TrafficDistributionGroupId": {
"location": "uri",
"locationName": "TrafficDistributionGroupId"
}
}
},
"output": {
"type": "structure",
"members": {
"TrafficDistributionGroup": {
"type": "structure",
"members": {
"Id": {},
"Arn": {},
"Name": {},
"Description": {},
"InstanceArn": {},
"Status": {},
"Tags": {
"shape": "S1j"
}
}
}
}
}
},
"DescribeUser": {
"http": {
"method": "GET",
"requestUri": "/users/{InstanceId}/{UserId}"
},
"input": {
"type": "structure",
"required": [
"UserId",
"InstanceId"
],
"members": {
"UserId": {
"location": "uri",
"locationName": "UserId"
},
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
}
}
},
"output": {
"type": "structure",
"members": {
"User": {
"type": "structure",
"members": {
"Id": {},
"Arn": {},
"Username": {},
"IdentityInfo": {
"shape": "S5v"
},
"PhoneConfig": {
"shape": "S5z"
},
"DirectoryUserId": {},
"SecurityProfileIds": {
"shape": "S64"
},
"RoutingProfileId": {},
"HierarchyGroupId": {},
"Tags": {
"shape": "S1j"
}
}
}
}
}
},
"DescribeUserHierarchyGroup": {
"http": {
"method": "GET",
"requestUri": "/user-hierarchy-groups/{InstanceId}/{HierarchyGroupId}"
},
"input": {
"type": "structure",
"required": [
"HierarchyGroupId",
"InstanceId"
],
"members": {
"HierarchyGroupId": {
"location": "uri",
"locationName": "HierarchyGroupId"
},
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
}
}
},
"output": {
"type": "structure",
"members": {
"HierarchyGroup": {
"type": "structure",
"members": {
"Id": {},
"Arn": {},
"Name": {},
"LevelId": {},
"HierarchyPath": {
"type": "structure",
"members": {
"LevelOne": {
"shape": "S97"
},
"LevelTwo": {
"shape": "S97"
},
"LevelThree": {
"shape": "S97"
},
"LevelFour": {
"shape": "S97"
},
"LevelFive": {
"shape": "S97"
}
}
},
"Tags": {
"shape": "S1j"
}
}
}
}
}
},
"DescribeUserHierarchyStructure": {
"http": {
"method": "GET",
"requestUri": "/user-hierarchy-structure/{InstanceId}"
},
"input": {
"type": "structure",
"required": [
"InstanceId"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
}
}
},
"output": {
"type": "structure",
"members": {
"HierarchyStructure": {
"type": "structure",
"members": {
"LevelOne": {
"shape": "S9b"
},
"LevelTwo": {
"shape": "S9b"
},
"LevelThree": {
"shape": "S9b"
},
"LevelFour": {
"shape": "S9b"
},
"LevelFive": {
"shape": "S9b"
}
}
}
}
}
},
"DescribeVocabulary": {
"http": {
"method": "GET",
"requestUri": "/vocabulary/{InstanceId}/{VocabularyId}"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"VocabularyId"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"VocabularyId": {
"location": "uri",
"locationName": "VocabularyId"
}
}
},
"output": {
"type": "structure",
"required": [
"Vocabulary"
],
"members": {
"Vocabulary": {
"type": "structure",
"required": [
"Name",
"Id",
"Arn",
"LanguageCode",
"State",
"LastModifiedTime"
],
"members": {
"Name": {},
"Id": {},
"Arn": {},
"LanguageCode": {},
"State": {},
"LastModifiedTime": {
"type": "timestamp"
},
"FailureReason": {},
"Content": {},
"Tags": {
"shape": "S1j"
}
}
}
}
}
},
"DisassociateApprovedOrigin": {
"http": {
"method": "DELETE",
"requestUri": "/instance/{InstanceId}/approved-origin"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"Origin"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"Origin": {
"location": "querystring",
"locationName": "origin"
}
}
}
},
"DisassociateBot": {
"http": {
"requestUri": "/instance/{InstanceId}/bot"
},
"input": {
"type": "structure",
"required": [
"InstanceId"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"LexBot": {
"shape": "S5"
},
"LexV2Bot": {
"shape": "S8"
}
}
}
},
"DisassociateInstanceStorageConfig": {
"http": {
"method": "DELETE",
"requestUri": "/instance/{InstanceId}/storage-config/{AssociationId}"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"AssociationId",
"ResourceType"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"AssociationId": {
"location": "uri",
"locationName": "AssociationId"
},
"ResourceType": {
"location": "querystring",
"locationName": "resourceType"
}
}
}
},
"DisassociateLambdaFunction": {
"http": {
"method": "DELETE",
"requestUri": "/instance/{InstanceId}/lambda-function"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"FunctionArn"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"FunctionArn": {
"location": "querystring",
"locationName": "functionArn"
}
}
}
},
"DisassociateLexBot": {
"http": {
"method": "DELETE",
"requestUri": "/instance/{InstanceId}/lex-bot"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"BotName",
"LexRegion"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"BotName": {
"location": "querystring",
"locationName": "botName"
},
"LexRegion": {
"location": "querystring",
"locationName": "lexRegion"
}
}
}
},
"DisassociatePhoneNumberContactFlow": {
"http": {
"method": "DELETE",
"requestUri": "/phone-number/{PhoneNumberId}/contact-flow"
},
"input": {
"type": "structure",
"required": [
"PhoneNumberId",
"InstanceId"
],
"members": {
"PhoneNumberId": {
"location": "uri",
"locationName": "PhoneNumberId"
},
"InstanceId": {
"location": "querystring",
"locationName": "instanceId"
}
}
}
},
"DisassociateQueueQuickConnects": {
"http": {
"requestUri": "/queues/{InstanceId}/{QueueId}/disassociate-quick-connects"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"QueueId",
"QuickConnectIds"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"QueueId": {
"location": "uri",
"locationName": "QueueId"
},
"QuickConnectIds": {
"shape": "S13"
}
}
}
},
"DisassociateRoutingProfileQueues": {
"http": {
"requestUri": "/routing-profiles/{InstanceId}/{RoutingProfileId}/disassociate-queues"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"RoutingProfileId",
"QueueReferences"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"RoutingProfileId": {
"location": "uri",
"locationName": "RoutingProfileId"
},
"QueueReferences": {
"type": "list",
"member": {
"shape": "S19"
}
}
}
}
},
"DisassociateSecurityKey": {
"http": {
"method": "DELETE",
"requestUri": "/instance/{InstanceId}/security-key/{AssociationId}"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"AssociationId"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"AssociationId": {
"location": "uri",
"locationName": "AssociationId"
}
}
}
},
"DismissUserContact": {
"http": {
"requestUri": "/users/{InstanceId}/{UserId}/contact"
},
"input": {
"type": "structure",
"required": [
"UserId",
"InstanceId",
"ContactId"
],
"members": {
"UserId": {
"location": "uri",
"locationName": "UserId"
},
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"ContactId": {}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"GetContactAttributes": {
"http": {
"method": "GET",
"requestUri": "/contact/attributes/{InstanceId}/{InitialContactId}"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"InitialContactId"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"InitialContactId": {
"location": "uri",
"locationName": "InitialContactId"
}
}
},
"output": {
"type": "structure",
"members": {
"Attributes": {
"shape": "S9w"
}
}
}
},
"GetCurrentMetricData": {
"http": {
"requestUri": "/metrics/current/{InstanceId}"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"Filters",
"CurrentMetrics"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"Filters": {
"shape": "Sa0"
},
"Groupings": {
"shape": "Sa4"
},
"CurrentMetrics": {
"type": "list",
"member": {
"shape": "Sa7"
}
},
"NextToken": {},
"MaxResults": {
"type": "integer"
},
"SortCriteria": {
"type": "list",
"member": {
"type": "structure",
"members": {
"SortByMetric": {},
"SortOrder": {}
}
}
}
}
},
"output": {
"type": "structure",
"members": {
"NextToken": {},
"MetricResults": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Dimensions": {
"shape": "Sai"
},
"Collections": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Metric": {
"shape": "Sa7"
},
"Value": {
"type": "double"
}
}
}
}
}
}
},
"DataSnapshotTime": {
"type": "timestamp"
},
"ApproximateTotalCount": {
"type": "long"
}
}
}
},
"GetCurrentUserData": {
"http": {
"requestUri": "/metrics/userdata/{InstanceId}"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"Filters"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"Filters": {
"type": "structure",
"members": {
"Queues": {
"shape": "Sa1"
},
"ContactFilter": {
"type": "structure",
"members": {
"ContactStates": {
"type": "list",
"member": {}
}
}
},
"RoutingProfiles": {
"shape": "Sa3"
},
"Agents": {
"type": "list",
"member": {}
},
"UserHierarchyGroups": {
"type": "list",
"member": {}
}
}
},
"NextToken": {},
"MaxResults": {
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"NextToken": {},
"UserDataList": {
"type": "list",
"member": {
"type": "structure",
"members": {
"User": {
"type": "structure",
"members": {
"Id": {},
"Arn": {}
}
},
"RoutingProfile": {
"shape": "Sak"
},
"HierarchyPath": {
"type": "structure",
"members": {
"LevelOne": {
"shape": "Sb1"
},
"LevelTwo": {
"shape": "Sb1"
},
"LevelThree": {
"shape": "Sb1"
},
"LevelFour": {
"shape": "Sb1"
},
"LevelFive": {
"shape": "Sb1"
}
}
},
"Status": {
"type": "structure",
"members": {
"StatusStartTimestamp": {
"type": "timestamp"
},
"StatusArn": {},
"StatusName": {}
}
},
"AvailableSlotsByChannel": {
"shape": "Sb3"
},
"MaxSlotsByChannel": {
"shape": "Sb3"
},
"ActiveSlotsByChannel": {
"shape": "Sb3"
},
"Contacts": {
"type": "list",
"member": {
"type": "structure",
"members": {
"ContactId": {},
"Channel": {},
"InitiationMethod": {},
"AgentContactState": {},
"StateStartTimestamp": {
"type": "timestamp"
},
"ConnectedToAgentTimestamp": {
"type": "timestamp"
},
"Queue": {
"shape": "Saj"
}
}
}
},
"NextStatus": {}
}
}
},
"ApproximateTotalCount": {
"type": "long"
}
}
}
},
"GetFederationToken": {
"http": {
"method": "GET",
"requestUri": "/user/federate/{InstanceId}"
},
"input": {
"type": "structure",
"required": [
"InstanceId"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
}
}
},
"output": {
"type": "structure",
"members": {
"Credentials": {
"type": "structure",
"members": {
"AccessToken": {
"shape": "Sba"
},
"AccessTokenExpiration": {
"type": "timestamp"
},
"RefreshToken": {
"shape": "Sba"
},
"RefreshTokenExpiration": {
"type": "timestamp"
}
}
},
"SignInUrl": {},
"UserArn": {},
"UserId": {}
}
}
},
"GetMetricData": {
"http": {
"requestUri": "/metrics/historical/{InstanceId}"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"StartTime",
"EndTime",
"Filters",
"HistoricalMetrics"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"StartTime": {
"type": "timestamp"
},
"EndTime": {
"type": "timestamp"
},
"Filters": {
"shape": "Sa0"
},
"Groupings": {
"shape": "Sa4"
},
"HistoricalMetrics": {
"type": "list",
"member": {
"shape": "Sbe"
}
},
"NextToken": {},
"MaxResults": {
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"NextToken": {},
"MetricResults": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Dimensions": {
"shape": "Sai"
},
"Collections": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Metric": {
"shape": "Sbe"
},
"Value": {
"type": "double"
}
}
}
}
}
}
}
}
}
},
"GetMetricDataV2": {
"http": {
"requestUri": "/metrics/data"
},
"input": {
"type": "structure",
"required": [
"ResourceArn",
"StartTime",
"EndTime",
"Filters",
"Metrics"
],
"members": {
"ResourceArn": {},
"StartTime": {
"type": "timestamp"
},
"EndTime": {
"type": "timestamp"
},
"Filters": {
"type": "list",
"member": {
"type": "structure",
"members": {
"FilterKey": {},
"FilterValues": {
"type": "list",
"member": {}
}
}
}
},
"Groupings": {
"type": "list",
"member": {}
},
"Metrics": {
"type": "list",
"member": {
"shape": "Sbx"
}
},
"NextToken": {},
"MaxResults": {
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"NextToken": {},
"MetricResults": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Dimensions": {
"type": "map",
"key": {},
"value": {}
},
"Collections": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Metric": {
"shape": "Sbx"
},
"Value": {
"type": "double"
}
}
}
}
}
}
}
}
}
},
"GetTaskTemplate": {
"http": {
"method": "GET",
"requestUri": "/instance/{InstanceId}/task/template/{TaskTemplateId}"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"TaskTemplateId"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"TaskTemplateId": {
"location": "uri",
"locationName": "TaskTemplateId"
},
"SnapshotVersion": {
"location": "querystring",
"locationName": "snapshotVersion"
}
}
},
"output": {
"type": "structure",
"required": [
"Id",
"Arn",
"Name"
],
"members": {
"InstanceId": {},
"Id": {},
"Arn": {},
"Name": {},
"Description": {},
"ContactFlowId": {},
"Constraints": {
"shape": "S4u"
},
"Defaults": {
"shape": "S53"
},
"Fields": {
"shape": "S58"
},
"Status": {},
"LastModifiedTime": {
"type": "timestamp"
},
"CreatedTime": {
"type": "timestamp"
},
"Tags": {
"shape": "S1j"
}
}
}
},
"GetTrafficDistribution": {
"http": {
"method": "GET",
"requestUri": "/traffic-distribution/{Id}"
},
"input": {
"type": "structure",
"required": [
"Id"
],
"members": {
"Id": {
"location": "uri",
"locationName": "Id"
}
}
},
"output": {
"type": "structure",
"members": {
"TelephonyConfig": {
"shape": "Sci"
},
"Id": {},
"Arn": {}
}
}
},
"ListAgentStatuses": {
"http": {
"method": "GET",
"requestUri": "/agent-status/{InstanceId}"
},
"input": {
"type": "structure",
"required": [
"InstanceId"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"NextToken": {
"location": "querystring",
"locationName": "nextToken"
},
"MaxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
},
"AgentStatusTypes": {
"location": "querystring",
"locationName": "AgentStatusTypes",
"type": "list",
"member": {}
}
}
},
"output": {
"type": "structure",
"members": {
"NextToken": {},
"AgentStatusSummaryList": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Id": {},
"Arn": {},
"Name": {},
"Type": {}
}
}
}
}
}
},
"ListApprovedOrigins": {
"http": {
"method": "GET",
"requestUri": "/instance/{InstanceId}/approved-origins"
},
"input": {
"type": "structure",
"required": [
"InstanceId"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"NextToken": {
"location": "querystring",
"locationName": "nextToken"
},
"MaxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"Origins": {
"type": "list",
"member": {}
},
"NextToken": {}
}
}
},
"ListBots": {
"http": {
"method": "GET",
"requestUri": "/instance/{InstanceId}/bots"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"LexVersion"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"NextToken": {
"location": "querystring",
"locationName": "nextToken"
},
"MaxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
},
"LexVersion": {
"location": "querystring",
"locationName": "lexVersion"
}
}
},
"output": {
"type": "structure",
"members": {
"LexBots": {
"type": "list",
"member": {
"type": "structure",
"members": {
"LexBot": {
"shape": "S5"
},
"LexV2Bot": {
"shape": "S8"
}
}
}
},
"NextToken": {}
}
}
},
"ListContactFlowModules": {
"http": {
"method": "GET",
"requestUri": "/contact-flow-modules-summary/{InstanceId}"
},
"input": {
"type": "structure",
"required": [
"InstanceId"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"NextToken": {
"location": "querystring",
"locationName": "nextToken"
},
"MaxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
},
"ContactFlowModuleState": {
"location": "querystring",
"locationName": "state"
}
}
},
"output": {
"type": "structure",
"members": {
"ContactFlowModulesSummaryList": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Id": {},
"Arn": {},
"Name": {},
"State": {}
}
}
},
"NextToken": {}
}
}
},
"ListContactFlows": {
"http": {
"method": "GET",
"requestUri": "/contact-flows-summary/{InstanceId}"
},
"input": {
"type": "structure",
"required": [
"InstanceId"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"ContactFlowTypes": {
"location": "querystring",
"locationName": "contactFlowTypes",
"type": "list",
"member": {}
},
"NextToken": {
"location": "querystring",
"locationName": "nextToken"
},
"MaxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"ContactFlowSummaryList": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Id": {},
"Arn": {},
"Name": {},
"ContactFlowType": {},
"ContactFlowState": {}
}
}
},
"NextToken": {}
}
}
},
"ListContactReferences": {
"http": {
"method": "GET",
"requestUri": "/contact/references/{InstanceId}/{ContactId}"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"ContactId",
"ReferenceTypes"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"ContactId": {
"location": "uri",
"locationName": "ContactId"
},
"ReferenceTypes": {
"location": "querystring",
"locationName": "referenceTypes",
"type": "list",
"member": {}
},
"NextToken": {
"location": "querystring",
"locationName": "nextToken"
}
}
},
"output": {
"type": "structure",
"members": {
"ReferenceSummaryList": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Url": {
"type": "structure",
"members": {
"Name": {},
"Value": {}
}
},
"Attachment": {
"type": "structure",
"members": {
"Name": {},
"Value": {},
"Status": {}
}
},
"String": {
"type": "structure",
"members": {
"Name": {},
"Value": {}
}
},
"Number": {
"type": "structure",
"members": {
"Name": {},
"Value": {}
}
},
"Date": {
"type": "structure",
"members": {
"Name": {},
"Value": {}
}
},
"Email": {
"type": "structure",
"members": {
"Name": {},
"Value": {}
}
}
},
"union": true
}
},
"NextToken": {}
}
}
},
"ListDefaultVocabularies": {
"http": {
"requestUri": "/default-vocabulary-summary/{InstanceId}"
},
"input": {
"type": "structure",
"required": [
"InstanceId"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"LanguageCode": {},
"MaxResults": {
"type": "integer"
},
"NextToken": {}
}
},
"output": {
"type": "structure",
"required": [
"DefaultVocabularyList"
],
"members": {
"DefaultVocabularyList": {
"type": "list",
"member": {
"type": "structure",
"required": [
"InstanceId",
"LanguageCode",
"VocabularyId",
"VocabularyName"
],
"members": {
"InstanceId": {},
"LanguageCode": {},
"VocabularyId": {},
"VocabularyName": {}
}
}
},
"NextToken": {}
}
}
},
"ListHoursOfOperations": {
"http": {
"method": "GET",
"requestUri": "/hours-of-operations-summary/{InstanceId}"
},
"input": {
"type": "structure",
"required": [
"InstanceId"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"NextToken": {
"location": "querystring",
"locationName": "nextToken"
},
"MaxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"HoursOfOperationSummaryList": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Id": {},
"Arn": {},
"Name": {}
}
}
},
"NextToken": {}
}
}
},
"ListInstanceAttributes": {
"http": {
"method": "GET",
"requestUri": "/instance/{InstanceId}/attributes"
},
"input": {
"type": "structure",
"required": [
"InstanceId"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"NextToken": {
"location": "querystring",
"locationName": "nextToken"
},
"MaxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"Attributes": {
"type": "list",
"member": {
"shape": "S80"
}
},
"NextToken": {}
}
}
},
"ListInstanceStorageConfigs": {
"http": {
"method": "GET",
"requestUri": "/instance/{InstanceId}/storage-configs"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"ResourceType"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"ResourceType": {
"location": "querystring",
"locationName": "resourceType"
},
"NextToken": {
"location": "querystring",
"locationName": "nextToken"
},
"MaxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"StorageConfigs": {
"type": "list",
"member": {
"shape": "Sg"
}
},
"NextToken": {}
}
}
},
"ListInstances": {
"http": {
"method": "GET",
"requestUri": "/instance"
},
"input": {
"type": "structure",
"members": {
"NextToken": {
"location": "querystring",
"locationName": "nextToken"
},
"MaxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"InstanceSummaryList": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Id": {},
"Arn": {},
"IdentityManagementType": {},
"InstanceAlias": {
"shape": "S2l"
},
"CreatedTime": {
"type": "timestamp"
},
"ServiceRole": {},
"InstanceStatus": {},
"InboundCallsEnabled": {
"type": "boolean"
},
"OutboundCallsEnabled": {
"type": "boolean"
}
}
}
},
"NextToken": {}
}
}
},
"ListIntegrationAssociations": {
"http": {
"method": "GET",
"requestUri": "/instance/{InstanceId}/integration-associations"
},
"input": {
"type": "structure",
"required": [
"InstanceId"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"IntegrationType": {
"location": "querystring",
"locationName": "integrationType"
},
"NextToken": {
"location": "querystring",
"locationName": "nextToken"
},
"MaxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"IntegrationAssociationSummaryList": {
"type": "list",
"member": {
"type": "structure",
"members": {
"IntegrationAssociationId": {},
"IntegrationAssociationArn": {},
"InstanceId": {},
"IntegrationType": {},
"IntegrationArn": {},
"SourceApplicationUrl": {},
"SourceApplicationName": {},
"SourceType": {}
}
}
},
"NextToken": {}
}
}
},
"ListLambdaFunctions": {
"http": {
"method": "GET",
"requestUri": "/instance/{InstanceId}/lambda-functions"
},
"input": {
"type": "structure",
"required": [
"InstanceId"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"NextToken": {
"location": "querystring",
"locationName": "nextToken"
},
"MaxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"LambdaFunctions": {
"type": "list",
"member": {}
},
"NextToken": {}
}
}
},
"ListLexBots": {
"http": {
"method": "GET",
"requestUri": "/instance/{InstanceId}/lex-bots"
},
"input": {
"type": "structure",
"required": [
"InstanceId"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"NextToken": {
"location": "querystring",
"locationName": "nextToken"
},
"MaxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"LexBots": {
"type": "list",
"member": {
"shape": "S5"
}
},
"NextToken": {}
}
}
},
"ListPhoneNumbers": {
"http": {
"method": "GET",
"requestUri": "/phone-numbers-summary/{InstanceId}"
},
"input": {
"type": "structure",
"required": [
"InstanceId"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"PhoneNumberTypes": {
"shape": "Sek",
"location": "querystring",
"locationName": "phoneNumberTypes"
},
"PhoneNumberCountryCodes": {
"shape": "Sel",
"location": "querystring",
"locationName": "phoneNumberCountryCodes"
},
"NextToken": {
"location": "querystring",
"locationName": "nextToken"
},
"MaxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"PhoneNumberSummaryList": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Id": {},
"Arn": {},
"PhoneNumber": {},
"PhoneNumberType": {},
"PhoneNumberCountryCode": {}
}
}
},
"NextToken": {}
}
}
},
"ListPhoneNumbersV2": {
"http": {
"requestUri": "/phone-number/list"
},
"input": {
"type": "structure",
"members": {
"TargetArn": {},
"MaxResults": {
"type": "integer"
},
"NextToken": {},
"PhoneNumberCountryCodes": {
"shape": "Sel"
},
"PhoneNumberTypes": {
"shape": "Sek"
},
"PhoneNumberPrefix": {}
}
},
"output": {
"type": "structure",
"members": {
"NextToken": {},
"ListPhoneNumbersSummaryList": {
"type": "list",
"member": {
"type": "structure",
"members": {
"PhoneNumberId": {},
"PhoneNumberArn": {},
"PhoneNumber": {},
"PhoneNumberCountryCode": {},
"PhoneNumberType": {},
"TargetArn": {}
}
}
}
}
}
},
"ListPrompts": {
"http": {
"method": "GET",
"requestUri": "/prompts-summary/{InstanceId}"
},
"input": {
"type": "structure",
"required": [
"InstanceId"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"NextToken": {
"location": "querystring",
"locationName": "nextToken"
},
"MaxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"PromptSummaryList": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Id": {},
"Arn": {},
"Name": {}
}
}
},
"NextToken": {}
}
}
},
"ListQueueQuickConnects": {
"http": {
"method": "GET",
"requestUri": "/queues/{InstanceId}/{QueueId}/quick-connects"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"QueueId"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"QueueId": {
"location": "uri",
"locationName": "QueueId"
},
"NextToken": {
"location": "querystring",
"locationName": "nextToken"
},
"MaxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"NextToken": {},
"QuickConnectSummaryList": {
"shape": "Sf3"
}
}
}
},
"ListQueues": {
"http": {
"method": "GET",
"requestUri": "/queues-summary/{InstanceId}"
},
"input": {
"type": "structure",
"required": [
"InstanceId"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"QueueTypes": {
"location": "querystring",
"locationName": "queueTypes",
"type": "list",
"member": {}
},
"NextToken": {
"location": "querystring",
"locationName": "nextToken"
},
"MaxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"QueueSummaryList": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Id": {},
"Arn": {},
"Name": {},
"QueueType": {}
}
}
},
"NextToken": {}
}
}
},
"ListQuickConnects": {
"http": {
"method": "GET",
"requestUri": "/quick-connects/{InstanceId}"
},
"input": {
"type": "structure",
"required": [
"InstanceId"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"NextToken": {
"location": "querystring",
"locationName": "nextToken"
},
"MaxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
},
"QuickConnectTypes": {
"location": "querystring",
"locationName": "QuickConnectTypes",
"type": "list",
"member": {}
}
}
},
"output": {
"type": "structure",
"members": {
"QuickConnectSummaryList": {
"shape": "Sf3"
},
"NextToken": {}
}
}
},
"ListRoutingProfileQueues": {
"http": {
"method": "GET",
"requestUri": "/routing-profiles/{InstanceId}/{RoutingProfileId}/queues"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"RoutingProfileId"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"RoutingProfileId": {
"location": "uri",
"locationName": "RoutingProfileId"
},
"NextToken": {
"location": "querystring",
"locationName": "nextToken"
},
"MaxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"NextToken": {},
"RoutingProfileQueueConfigSummaryList": {
"type": "list",
"member": {
"type": "structure",
"required": [
"QueueId",
"QueueArn",
"QueueName",
"Priority",
"Delay",
"Channel"
],
"members": {
"QueueId": {},
"QueueArn": {},
"QueueName": {},
"Priority": {
"type": "integer"
},
"Delay": {
"type": "integer"
},
"Channel": {}
}
}
}
}
}
},
"ListRoutingProfiles": {
"http": {
"method": "GET",
"requestUri": "/routing-profiles-summary/{InstanceId}"
},
"input": {
"type": "structure",
"required": [
"InstanceId"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"NextToken": {
"location": "querystring",
"locationName": "nextToken"
},
"MaxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"RoutingProfileSummaryList": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Id": {},
"Arn": {},
"Name": {}
}
}
},
"NextToken": {}
}
}
},
"ListRules": {
"http": {
"method": "GET",
"requestUri": "/rules/{InstanceId}"
},
"input": {
"type": "structure",
"required": [
"InstanceId"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"PublishStatus": {
"location": "querystring",
"locationName": "publishStatus"
},
"EventSourceName": {
"location": "querystring",
"locationName": "eventSourceName"
},
"MaxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
},
"NextToken": {
"location": "querystring",
"locationName": "nextToken"
}
}
},
"output": {
"type": "structure",
"required": [
"RuleSummaryList"
],
"members": {
"RuleSummaryList": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Name",
"RuleId",
"RuleArn",
"EventSourceName",
"PublishStatus",
"ActionSummaries",
"CreatedTime",
"LastUpdatedTime"
],
"members": {
"Name": {},
"RuleId": {},
"RuleArn": {},
"EventSourceName": {},
"PublishStatus": {},
"ActionSummaries": {
"type": "list",
"member": {
"type": "structure",
"required": [
"ActionType"
],
"members": {
"ActionType": {}
}
}
},
"CreatedTime": {
"type": "timestamp"
},
"LastUpdatedTime": {
"type": "timestamp"
}
}
}
},
"NextToken": {}
}
}
},
"ListSecurityKeys": {
"http": {
"method": "GET",
"requestUri": "/instance/{InstanceId}/security-keys"
},
"input": {
"type": "structure",
"required": [
"InstanceId"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"NextToken": {
"location": "querystring",
"locationName": "nextToken"
},
"MaxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"SecurityKeys": {
"type": "list",
"member": {
"type": "structure",
"members": {
"AssociationId": {},
"Key": {},
"CreationTime": {
"type": "timestamp"
}
}
}
},
"NextToken": {}
}
}
},
"ListSecurityProfilePermissions": {
"http": {
"method": "GET",
"requestUri": "/security-profiles-permissions/{InstanceId}/{SecurityProfileId}"
},
"input": {
"type": "structure",
"required": [
"SecurityProfileId",
"InstanceId"
],
"members": {
"SecurityProfileId": {
"location": "uri",
"locationName": "SecurityProfileId"
},
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"NextToken": {
"location": "querystring",
"locationName": "nextToken"
},
"MaxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"Permissions": {
"shape": "S4i"
},
"NextToken": {}
}
}
},
"ListSecurityProfiles": {
"http": {
"method": "GET",
"requestUri": "/security-profiles-summary/{InstanceId}"
},
"input": {
"type": "structure",
"required": [
"InstanceId"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"NextToken": {
"location": "querystring",
"locationName": "nextToken"
},
"MaxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"SecurityProfileSummaryList": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Id": {},
"Arn": {},
"Name": {}
}
}
},
"NextToken": {}
}
}
},
"ListTagsForResource": {
"http": {
"method": "GET",
"requestUri": "/tags/{resourceArn}"
},
"input": {
"type": "structure",
"required": [
"resourceArn"
],
"members": {
"resourceArn": {
"location": "uri",
"locationName": "resourceArn"
}
}
},
"output": {
"type": "structure",
"members": {
"tags": {
"shape": "S1j"
}
}
}
},
"ListTaskTemplates": {
"http": {
"method": "GET",
"requestUri": "/instance/{InstanceId}/task/template"
},
"input": {
"type": "structure",
"required": [
"InstanceId"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"NextToken": {
"location": "querystring",
"locationName": "nextToken"
},
"MaxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
},
"Status": {
"location": "querystring",
"locationName": "status"
},
"Name": {
"location": "querystring",
"locationName": "name"
}
}
},
"output": {
"type": "structure",
"members": {
"TaskTemplates": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Id": {},
"Arn": {},
"Name": {},
"Description": {},
"Status": {},
"LastModifiedTime": {
"type": "timestamp"
},
"CreatedTime": {
"type": "timestamp"
}
}
}
},
"NextToken": {}
}
}
},
"ListTrafficDistributionGroups": {
"http": {
"method": "GET",
"requestUri": "/traffic-distribution-groups"
},
"input": {
"type": "structure",
"members": {
"MaxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
},
"NextToken": {
"location": "querystring",
"locationName": "nextToken"
},
"InstanceId": {
"location": "querystring",
"locationName": "instanceId"
}
}
},
"output": {
"type": "structure",
"members": {
"NextToken": {},
"TrafficDistributionGroupSummaryList": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Id": {},
"Arn": {},
"Name": {},
"InstanceArn": {},
"Status": {}
}
}
}
}
}
},
"ListUseCases": {
"http": {
"method": "GET",
"requestUri": "/instance/{InstanceId}/integration-associations/{IntegrationAssociationId}/use-cases"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"IntegrationAssociationId"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"IntegrationAssociationId": {
"location": "uri",
"locationName": "IntegrationAssociationId"
},
"NextToken": {
"location": "querystring",
"locationName": "nextToken"
},
"MaxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"UseCaseSummaryList": {
"type": "list",
"member": {
"type": "structure",
"members": {
"UseCaseId": {},
"UseCaseArn": {},
"UseCaseType": {}
}
}
},
"NextToken": {}
}
}
},
"ListUserHierarchyGroups": {
"http": {
"method": "GET",
"requestUri": "/user-hierarchy-groups-summary/{InstanceId}"
},
"input": {
"type": "structure",
"required": [
"InstanceId"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"NextToken": {
"location": "querystring",
"locationName": "nextToken"
},
"MaxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"UserHierarchyGroupSummaryList": {
"type": "list",
"member": {
"shape": "S97"
}
},
"NextToken": {}
}
}
},
"ListUsers": {
"http": {
"method": "GET",
"requestUri": "/users-summary/{InstanceId}"
},
"input": {
"type": "structure",
"required": [
"InstanceId"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"NextToken": {
"location": "querystring",
"locationName": "nextToken"
},
"MaxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"UserSummaryList": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Id": {},
"Arn": {},
"Username": {}
}
}
},
"NextToken": {}
}
}
},
"MonitorContact": {
"http": {
"requestUri": "/contact/monitor"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"ContactId",
"UserId"
],
"members": {
"InstanceId": {},
"ContactId": {},
"UserId": {},
"AllowedMonitorCapabilities": {
"type": "list",
"member": {}
},
"ClientToken": {
"idempotencyToken": true
}
}
},
"output": {
"type": "structure",
"members": {
"ContactId": {},
"ContactArn": {}
}
}
},
"PutUserStatus": {
"http": {
"method": "PUT",
"requestUri": "/users/{InstanceId}/{UserId}/status"
},
"input": {
"type": "structure",
"required": [
"UserId",
"InstanceId",
"AgentStatusId"
],
"members": {
"UserId": {
"location": "uri",
"locationName": "UserId"
},
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"AgentStatusId": {}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"ReleasePhoneNumber": {
"http": {
"method": "DELETE",
"requestUri": "/phone-number/{PhoneNumberId}"
},
"input": {
"type": "structure",
"required": [
"PhoneNumberId"
],
"members": {
"PhoneNumberId": {
"location": "uri",
"locationName": "PhoneNumberId"
},
"ClientToken": {
"idempotencyToken": true,
"location": "querystring",
"locationName": "clientToken"
}
}
}
},
"ReplicateInstance": {
"http": {
"requestUri": "/instance/{InstanceId}/replicate"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"ReplicaRegion",
"ReplicaAlias"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"ReplicaRegion": {},
"ClientToken": {
"idempotencyToken": true
},
"ReplicaAlias": {
"shape": "S2l"
}
}
},
"output": {
"type": "structure",
"members": {
"Id": {},
"Arn": {}
}
}
},
"ResumeContactRecording": {
"http": {
"requestUri": "/contact/resume-recording"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"ContactId",
"InitialContactId"
],
"members": {
"InstanceId": {},
"ContactId": {},
"InitialContactId": {}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"SearchAvailablePhoneNumbers": {
"http": {
"requestUri": "/phone-number/search-available"
},
"input": {
"type": "structure",
"required": [
"TargetArn",
"PhoneNumberCountryCode",
"PhoneNumberType"
],
"members": {
"TargetArn": {},
"PhoneNumberCountryCode": {},
"PhoneNumberType": {},
"PhoneNumberPrefix": {},
"MaxResults": {
"type": "integer"
},
"NextToken": {}
}
},
"output": {
"type": "structure",
"members": {
"NextToken": {},
"AvailableNumbersList": {
"type": "list",
"member": {
"type": "structure",
"members": {
"PhoneNumber": {},
"PhoneNumberCountryCode": {},
"PhoneNumberType": {}
}
}
}
}
}
},
"SearchQueues": {
"http": {
"requestUri": "/search-queues"
},
"input": {
"type": "structure",
"required": [
"InstanceId"
],
"members": {
"InstanceId": {},
"NextToken": {},
"MaxResults": {
"type": "integer"
},
"SearchFilter": {
"type": "structure",
"members": {
"TagFilter": {
"shape": "Sh7"
}
}
},
"SearchCriteria": {
"shape": "Shb"
}
}
},
"output": {
"type": "structure",
"members": {
"Queues": {
"type": "list",
"member": {
"shape": "S8e"
}
},
"NextToken": {},
"ApproximateTotalCount": {
"type": "long"
}
}
}
},
"SearchRoutingProfiles": {
"http": {
"requestUri": "/search-routing-profiles"
},
"input": {
"type": "structure",
"required": [
"InstanceId"
],
"members": {
"InstanceId": {},
"NextToken": {},
"MaxResults": {
"type": "integer"
},
"SearchFilter": {
"type": "structure",
"members": {
"TagFilter": {
"shape": "Sh7"
}
}
},
"SearchCriteria": {
"shape": "Shk"
}
}
},
"output": {
"type": "structure",
"members": {
"RoutingProfiles": {
"type": "list",
"member": {
"shape": "S8l"
}
},
"NextToken": {},
"ApproximateTotalCount": {
"type": "long"
}
}
}
},
"SearchSecurityProfiles": {
"http": {
"requestUri": "/search-security-profiles"
},
"input": {
"type": "structure",
"required": [
"InstanceId"
],
"members": {
"InstanceId": {},
"NextToken": {},
"MaxResults": {
"type": "integer"
},
"SearchCriteria": {
"shape": "Shp"
},
"SearchFilter": {
"type": "structure",
"members": {
"TagFilter": {
"shape": "Sh7"
}
}
}
}
},
"output": {
"type": "structure",
"members": {
"SecurityProfiles": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Id": {},
"OrganizationResourceId": {},
"Arn": {},
"SecurityProfileName": {},
"Description": {},
"Tags": {
"shape": "S1j"
}
}
}
},
"NextToken": {},
"ApproximateTotalCount": {
"type": "long"
}
}
}
},
"SearchUsers": {
"http": {
"requestUri": "/search-users"
},
"input": {
"type": "structure",
"members": {
"InstanceId": {},
"NextToken": {},
"MaxResults": {
"type": "integer"
},
"SearchFilter": {
"type": "structure",
"members": {
"TagFilter": {
"shape": "Sh7"
}
}
},
"SearchCriteria": {
"shape": "Shx"
}
}
},
"output": {
"type": "structure",
"members": {
"Users": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Arn": {},
"DirectoryUserId": {},
"HierarchyGroupId": {},
"Id": {},
"IdentityInfo": {
"type": "structure",
"members": {
"FirstName": {},
"LastName": {}
}
},
"PhoneConfig": {
"shape": "S5z"
},
"RoutingProfileId": {},
"SecurityProfileIds": {
"shape": "S64"
},
"Tags": {
"shape": "S1j"
},
"Username": {}
}
}
},
"NextToken": {},
"ApproximateTotalCount": {
"type": "long"
}
}
}
},
"SearchVocabularies": {
"http": {
"requestUri": "/vocabulary-summary/{InstanceId}"
},
"input": {
"type": "structure",
"required": [
"InstanceId"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"MaxResults": {
"type": "integer"
},
"NextToken": {},
"State": {},
"NameStartsWith": {},
"LanguageCode": {}
}
},
"output": {
"type": "structure",
"members": {
"VocabularySummaryList": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Name",
"Id",
"Arn",
"LanguageCode",
"State",
"LastModifiedTime"
],
"members": {
"Name": {},
"Id": {},
"Arn": {},
"LanguageCode": {},
"State": {},
"LastModifiedTime": {
"type": "timestamp"
},
"FailureReason": {}
}
}
},
"NextToken": {}
}
}
},
"StartChatContact": {
"http": {
"method": "PUT",
"requestUri": "/contact/chat"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"ContactFlowId",
"ParticipantDetails"
],
"members": {
"InstanceId": {},
"ContactFlowId": {},
"Attributes": {
"shape": "S9w"
},
"ParticipantDetails": {
"type": "structure",
"required": [
"DisplayName"
],
"members": {
"DisplayName": {}
}
},
"InitialMessage": {
"type": "structure",
"required": [
"ContentType",
"Content"
],
"members": {
"ContentType": {},
"Content": {}
}
},
"ClientToken": {
"idempotencyToken": true
},
"ChatDurationInMinutes": {
"type": "integer"
},
"SupportedMessagingContentTypes": {
"type": "list",
"member": {}
},
"PersistentChat": {
"type": "structure",
"members": {
"RehydrationType": {},
"SourceContactId": {}
}
},
"RelatedContactId": {}
}
},
"output": {
"type": "structure",
"members": {
"ContactId": {},
"ParticipantId": {},
"ParticipantToken": {},
"ContinuedFromContactId": {}
}
}
},
"StartContactRecording": {
"http": {
"requestUri": "/contact/start-recording"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"ContactId",
"InitialContactId",
"VoiceRecordingConfiguration"
],
"members": {
"InstanceId": {},
"ContactId": {},
"InitialContactId": {},
"VoiceRecordingConfiguration": {
"type": "structure",
"members": {
"VoiceRecordingTrack": {}
}
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"StartContactStreaming": {
"http": {
"requestUri": "/contact/start-streaming"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"ContactId",
"ChatStreamingConfiguration",
"ClientToken"
],
"members": {
"InstanceId": {},
"ContactId": {},
"ChatStreamingConfiguration": {
"type": "structure",
"required": [
"StreamingEndpointArn"
],
"members": {
"StreamingEndpointArn": {}
}
},
"ClientToken": {
"idempotencyToken": true
}
}
},
"output": {
"type": "structure",
"required": [
"StreamingId"
],
"members": {
"StreamingId": {}
}
}
},
"StartOutboundVoiceContact": {
"http": {
"method": "PUT",
"requestUri": "/contact/outbound-voice"
},
"input": {
"type": "structure",
"required": [
"DestinationPhoneNumber",
"ContactFlowId",
"InstanceId"
],
"members": {
"DestinationPhoneNumber": {},
"ContactFlowId": {},
"InstanceId": {},
"ClientToken": {
"idempotencyToken": true
},
"SourcePhoneNumber": {},
"QueueId": {},
"Attributes": {
"shape": "S9w"
},
"AnswerMachineDetectionConfig": {
"type": "structure",
"members": {
"EnableAnswerMachineDetection": {
"type": "boolean"
},
"AwaitAnswerMachinePrompt": {
"type": "boolean"
}
}
},
"CampaignId": {},
"TrafficType": {}
}
},
"output": {
"type": "structure",
"members": {
"ContactId": {}
}
}
},
"StartTaskContact": {
"http": {
"method": "PUT",
"requestUri": "/contact/task"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"Name"
],
"members": {
"InstanceId": {},
"PreviousContactId": {},
"ContactFlowId": {},
"Attributes": {
"shape": "S9w"
},
"Name": {},
"References": {
"shape": "S3v"
},
"Description": {},
"ClientToken": {
"idempotencyToken": true
},
"ScheduledTime": {
"type": "timestamp"
},
"TaskTemplateId": {},
"QuickConnectId": {},
"RelatedContactId": {}
}
},
"output": {
"type": "structure",
"members": {
"ContactId": {}
}
}
},
"StopContact": {
"http": {
"requestUri": "/contact/stop"
},
"input": {
"type": "structure",
"required": [
"ContactId",
"InstanceId"
],
"members": {
"ContactId": {},
"InstanceId": {}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"StopContactRecording": {
"http": {
"requestUri": "/contact/stop-recording"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"ContactId",
"InitialContactId"
],
"members": {
"InstanceId": {},
"ContactId": {},
"InitialContactId": {}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"StopContactStreaming": {
"http": {
"requestUri": "/contact/stop-streaming"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"ContactId",
"StreamingId"
],
"members": {
"InstanceId": {},
"ContactId": {},
"StreamingId": {}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"SuspendContactRecording": {
"http": {
"requestUri": "/contact/suspend-recording"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"ContactId",
"InitialContactId"
],
"members": {
"InstanceId": {},
"ContactId": {},
"InitialContactId": {}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"TagResource": {
"http": {
"requestUri": "/tags/{resourceArn}"
},
"input": {
"type": "structure",
"required": [
"resourceArn",
"tags"
],
"members": {
"resourceArn": {
"location": "uri",
"locationName": "resourceArn"
},
"tags": {
"shape": "S1j"
}
}
}
},
"TransferContact": {
"http": {
"requestUri": "/contact/transfer"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"ContactId",
"ContactFlowId"
],
"members": {
"InstanceId": {},
"ContactId": {},
"QueueId": {},
"UserId": {},
"ContactFlowId": {},
"ClientToken": {
"idempotencyToken": true
}
}
},
"output": {
"type": "structure",
"members": {
"ContactId": {},
"ContactArn": {}
}
}
},
"UntagResource": {
"http": {
"method": "DELETE",
"requestUri": "/tags/{resourceArn}"
},
"input": {
"type": "structure",
"required": [
"resourceArn",
"tagKeys"
],
"members": {
"resourceArn": {
"location": "uri",
"locationName": "resourceArn"
},
"tagKeys": {
"location": "querystring",
"locationName": "tagKeys",
"type": "list",
"member": {}
}
}
}
},
"UpdateAgentStatus": {
"http": {
"requestUri": "/agent-status/{InstanceId}/{AgentStatusId}"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"AgentStatusId"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"AgentStatusId": {
"location": "uri",
"locationName": "AgentStatusId"
},
"Name": {},
"Description": {},
"State": {},
"DisplayOrder": {
"type": "integer"
},
"ResetOrderNumber": {
"type": "boolean"
}
}
}
},
"UpdateContact": {
"http": {
"requestUri": "/contacts/{InstanceId}/{ContactId}"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"ContactId"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"ContactId": {
"location": "uri",
"locationName": "ContactId"
},
"Name": {},
"Description": {},
"References": {
"shape": "S3v"
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"UpdateContactAttributes": {
"http": {
"requestUri": "/contact/attributes"
},
"input": {
"type": "structure",
"required": [
"InitialContactId",
"InstanceId",
"Attributes"
],
"members": {
"InitialContactId": {},
"InstanceId": {},
"Attributes": {
"shape": "S9w"
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"UpdateContactFlowContent": {
"http": {
"requestUri": "/contact-flows/{InstanceId}/{ContactFlowId}/content"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"ContactFlowId",
"Content"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"ContactFlowId": {
"location": "uri",
"locationName": "ContactFlowId"
},
"Content": {}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"UpdateContactFlowMetadata": {
"http": {
"requestUri": "/contact-flows/{InstanceId}/{ContactFlowId}/metadata"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"ContactFlowId"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"ContactFlowId": {
"location": "uri",
"locationName": "ContactFlowId"
},
"Name": {},
"Description": {},
"ContactFlowState": {}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"UpdateContactFlowModuleContent": {
"http": {
"requestUri": "/contact-flow-modules/{InstanceId}/{ContactFlowModuleId}/content"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"ContactFlowModuleId",
"Content"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"ContactFlowModuleId": {
"location": "uri",
"locationName": "ContactFlowModuleId"
},
"Content": {}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"UpdateContactFlowModuleMetadata": {
"http": {
"requestUri": "/contact-flow-modules/{InstanceId}/{ContactFlowModuleId}/metadata"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"ContactFlowModuleId"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"ContactFlowModuleId": {
"location": "uri",
"locationName": "ContactFlowModuleId"
},
"Name": {},
"Description": {},
"State": {}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"UpdateContactFlowName": {
"http": {
"requestUri": "/contact-flows/{InstanceId}/{ContactFlowId}/name"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"ContactFlowId"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"ContactFlowId": {
"location": "uri",
"locationName": "ContactFlowId"
},
"Name": {},
"Description": {}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"UpdateContactSchedule": {
"http": {
"requestUri": "/contact/schedule"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"ContactId",
"ScheduledTime"
],
"members": {
"InstanceId": {},
"ContactId": {},
"ScheduledTime": {
"type": "timestamp"
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"UpdateHoursOfOperation": {
"http": {
"requestUri": "/hours-of-operations/{InstanceId}/{HoursOfOperationId}"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"HoursOfOperationId"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"HoursOfOperationId": {
"location": "uri",
"locationName": "HoursOfOperationId"
},
"Name": {},
"Description": {},
"TimeZone": {},
"Config": {
"shape": "S2b"
}
}
}
},
"UpdateInstanceAttribute": {
"http": {
"requestUri": "/instance/{InstanceId}/attribute/{AttributeType}"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"AttributeType",
"Value"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"AttributeType": {
"location": "uri",
"locationName": "AttributeType"
},
"Value": {}
}
}
},
"UpdateInstanceStorageConfig": {
"http": {
"requestUri": "/instance/{InstanceId}/storage-config/{AssociationId}"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"AssociationId",
"ResourceType",
"StorageConfig"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"AssociationId": {
"location": "uri",
"locationName": "AssociationId"
},
"ResourceType": {
"location": "querystring",
"locationName": "resourceType"
},
"StorageConfig": {
"shape": "Sg"
}
}
}
},
"UpdateParticipantRoleConfig": {
"http": {
"method": "PUT",
"requestUri": "/contact/participant-role-config/{InstanceId}/{ContactId}"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"ContactId",
"ChannelConfiguration"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"ContactId": {
"location": "uri",
"locationName": "ContactId"
},
"ChannelConfiguration": {
"type": "structure",
"members": {
"Chat": {
"type": "structure",
"required": [
"ParticipantTimerConfigList"
],
"members": {
"ParticipantTimerConfigList": {
"type": "list",
"member": {
"type": "structure",
"required": [
"ParticipantRole",
"TimerType",
"TimerValue"
],
"members": {
"ParticipantRole": {},
"TimerType": {},
"TimerValue": {
"type": "structure",
"members": {
"ParticipantTimerAction": {},
"ParticipantTimerDurationInMinutes": {
"type": "integer"
}
},
"union": true
}
}
}
}
}
}
},
"union": true
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"UpdatePhoneNumber": {
"http": {
"method": "PUT",
"requestUri": "/phone-number/{PhoneNumberId}"
},
"input": {
"type": "structure",
"required": [
"PhoneNumberId",
"TargetArn"
],
"members": {
"PhoneNumberId": {
"location": "uri",
"locationName": "PhoneNumberId"
},
"TargetArn": {},
"ClientToken": {
"idempotencyToken": true
}
}
},
"output": {
"type": "structure",
"members": {
"PhoneNumberId": {},
"PhoneNumberArn": {}
}
}
},
"UpdateQueueHoursOfOperation": {
"http": {
"requestUri": "/queues/{InstanceId}/{QueueId}/hours-of-operation"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"QueueId",
"HoursOfOperationId"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"QueueId": {
"location": "uri",
"locationName": "QueueId"
},
"HoursOfOperationId": {}
}
}
},
"UpdateQueueMaxContacts": {
"http": {
"requestUri": "/queues/{InstanceId}/{QueueId}/max-contacts"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"QueueId"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"QueueId": {
"location": "uri",
"locationName": "QueueId"
},
"MaxContacts": {
"type": "integer"
}
}
}
},
"UpdateQueueName": {
"http": {
"requestUri": "/queues/{InstanceId}/{QueueId}/name"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"QueueId"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"QueueId": {
"location": "uri",
"locationName": "QueueId"
},
"Name": {},
"Description": {}
}
}
},
"UpdateQueueOutboundCallerConfig": {
"http": {
"requestUri": "/queues/{InstanceId}/{QueueId}/outbound-caller-config"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"QueueId",
"OutboundCallerConfig"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"QueueId": {
"location": "uri",
"locationName": "QueueId"
},
"OutboundCallerConfig": {
"shape": "S2z"
}
}
}
},
"UpdateQueueStatus": {
"http": {
"requestUri": "/queues/{InstanceId}/{QueueId}/status"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"QueueId",
"Status"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"QueueId": {
"location": "uri",
"locationName": "QueueId"
},
"Status": {}
}
}
},
"UpdateQuickConnectConfig": {
"http": {
"requestUri": "/quick-connects/{InstanceId}/{QuickConnectId}/config"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"QuickConnectId",
"QuickConnectConfig"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"QuickConnectId": {
"location": "uri",
"locationName": "QuickConnectId"
},
"QuickConnectConfig": {
"shape": "S36"
}
}
}
},
"UpdateQuickConnectName": {
"http": {
"requestUri": "/quick-connects/{InstanceId}/{QuickConnectId}/name"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"QuickConnectId"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"QuickConnectId": {
"location": "uri",
"locationName": "QuickConnectId"
},
"Name": {},
"Description": {}
}
}
},
"UpdateRoutingProfileConcurrency": {
"http": {
"requestUri": "/routing-profiles/{InstanceId}/{RoutingProfileId}/concurrency"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"RoutingProfileId",
"MediaConcurrencies"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"RoutingProfileId": {
"location": "uri",
"locationName": "RoutingProfileId"
},
"MediaConcurrencies": {
"shape": "S3g"
}
}
}
},
"UpdateRoutingProfileDefaultOutboundQueue": {
"http": {
"requestUri": "/routing-profiles/{InstanceId}/{RoutingProfileId}/default-outbound-queue"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"RoutingProfileId",
"DefaultOutboundQueueId"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"RoutingProfileId": {
"location": "uri",
"locationName": "RoutingProfileId"
},
"DefaultOutboundQueueId": {}
}
}
},
"UpdateRoutingProfileName": {
"http": {
"requestUri": "/routing-profiles/{InstanceId}/{RoutingProfileId}/name"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"RoutingProfileId"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"RoutingProfileId": {
"location": "uri",
"locationName": "RoutingProfileId"
},
"Name": {},
"Description": {}
}
}
},
"UpdateRoutingProfileQueues": {
"http": {
"requestUri": "/routing-profiles/{InstanceId}/{RoutingProfileId}/queues"
},
"input": {
"type": "structure",
"required": [
"InstanceId",
"RoutingProfileId",
"QueueConfigs"
],
"members": {
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"RoutingProfileId": {
"location": "uri",
"locationName": "RoutingProfileId"
},
"QueueConfigs": {
"shape": "S17"
}
}
}
},
"UpdateRule": {
"http": {
"method": "PUT",
"requestUri": "/rules/{InstanceId}/{RuleId}"
},
"input": {
"type": "structure",
"required": [
"RuleId",
"InstanceId",
"Name",
"Function",
"Actions",
"PublishStatus"
],
"members": {
"RuleId": {
"location": "uri",
"locationName": "RuleId"
},
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"Name": {},
"Function": {},
"Actions": {
"shape": "S3p"
},
"PublishStatus": {}
}
}
},
"UpdateSecurityProfile": {
"http": {
"requestUri": "/security-profiles/{InstanceId}/{SecurityProfileId}"
},
"input": {
"type": "structure",
"required": [
"SecurityProfileId",
"InstanceId"
],
"members": {
"Description": {},
"Permissions": {
"shape": "S4i"
},
"SecurityProfileId": {
"location": "uri",
"locationName": "SecurityProfileId"
},
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"AllowedAccessControlTags": {
"shape": "S4k"
},
"TagRestrictedResources": {
"shape": "S4n"
}
}
}
},
"UpdateTaskTemplate": {
"http": {
"requestUri": "/instance/{InstanceId}/task/template/{TaskTemplateId}"
},
"input": {
"type": "structure",
"required": [
"TaskTemplateId",
"InstanceId"
],
"members": {
"TaskTemplateId": {
"location": "uri",
"locationName": "TaskTemplateId"
},
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"Name": {},
"Description": {},
"ContactFlowId": {},
"Constraints": {
"shape": "S4u"
},
"Defaults": {
"shape": "S53"
},
"Status": {},
"Fields": {
"shape": "S58"
}
}
},
"output": {
"type": "structure",
"members": {
"InstanceId": {},
"Id": {},
"Arn": {},
"Name": {},
"Description": {},
"ContactFlowId": {},
"Constraints": {
"shape": "S4u"
},
"Defaults": {
"shape": "S53"
},
"Fields": {
"shape": "S58"
},
"Status": {},
"LastModifiedTime": {
"type": "timestamp"
},
"CreatedTime": {
"type": "timestamp"
}
}
}
},
"UpdateTrafficDistribution": {
"http": {
"method": "PUT",
"requestUri": "/traffic-distribution/{Id}"
},
"input": {
"type": "structure",
"required": [
"Id"
],
"members": {
"Id": {
"location": "uri",
"locationName": "Id"
},
"TelephonyConfig": {
"shape": "Sci"
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"UpdateUserHierarchy": {
"http": {
"requestUri": "/users/{InstanceId}/{UserId}/hierarchy"
},
"input": {
"type": "structure",
"required": [
"UserId",
"InstanceId"
],
"members": {
"HierarchyGroupId": {},
"UserId": {
"location": "uri",
"locationName": "UserId"
},
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
}
}
}
},
"UpdateUserHierarchyGroupName": {
"http": {
"requestUri": "/user-hierarchy-groups/{InstanceId}/{HierarchyGroupId}/name"
},
"input": {
"type": "structure",
"required": [
"Name",
"HierarchyGroupId",
"InstanceId"
],
"members": {
"Name": {},
"HierarchyGroupId": {
"location": "uri",
"locationName": "HierarchyGroupId"
},
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
}
}
}
},
"UpdateUserHierarchyStructure": {
"http": {
"requestUri": "/user-hierarchy-structure/{InstanceId}"
},
"input": {
"type": "structure",
"required": [
"HierarchyStructure",
"InstanceId"
],
"members": {
"HierarchyStructure": {
"type": "structure",
"members": {
"LevelOne": {
"shape": "Sl2"
},
"LevelTwo": {
"shape": "Sl2"
},
"LevelThree": {
"shape": "Sl2"
},
"LevelFour": {
"shape": "Sl2"
},
"LevelFive": {
"shape": "Sl2"
}
}
},
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
}
}
}
},
"UpdateUserIdentityInfo": {
"http": {
"requestUri": "/users/{InstanceId}/{UserId}/identity-info"
},
"input": {
"type": "structure",
"required": [
"IdentityInfo",
"UserId",
"InstanceId"
],
"members": {
"IdentityInfo": {
"shape": "S5v"
},
"UserId": {
"location": "uri",
"locationName": "UserId"
},
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
}
}
}
},
"UpdateUserPhoneConfig": {
"http": {
"requestUri": "/users/{InstanceId}/{UserId}/phone-config"
},
"input": {
"type": "structure",
"required": [
"PhoneConfig",
"UserId",
"InstanceId"
],
"members": {
"PhoneConfig": {
"shape": "S5z"
},
"UserId": {
"location": "uri",
"locationName": "UserId"
},
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
}
}
}
},
"UpdateUserRoutingProfile": {
"http": {
"requestUri": "/users/{InstanceId}/{UserId}/routing-profile"
},
"input": {
"type": "structure",
"required": [
"RoutingProfileId",
"UserId",
"InstanceId"
],
"members": {
"RoutingProfileId": {},
"UserId": {
"location": "uri",
"locationName": "UserId"
},
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
}
}
}
},
"UpdateUserSecurityProfiles": {
"http": {
"requestUri": "/users/{InstanceId}/{UserId}/security-profiles"
},
"input": {
"type": "structure",
"required": [
"SecurityProfileIds",
"UserId",
"InstanceId"
],
"members": {
"SecurityProfileIds": {
"shape": "S64"
},
"UserId": {
"location": "uri",
"locationName": "UserId"
},
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
}
}
}
}
},
"shapes": {
"S5": {
"type": "structure",
"required": [
"Name",
"LexRegion"
],
"members": {
"Name": {},
"LexRegion": {}
}
},
"S8": {
"type": "structure",
"members": {
"AliasArn": {}
}
},
"Sg": {
"type": "structure",
"required": [
"StorageType"
],
"members": {
"AssociationId": {},
"StorageType": {},
"S3Config": {
"type": "structure",
"required": [
"BucketName",
"BucketPrefix"
],
"members": {
"BucketName": {},
"BucketPrefix": {},
"EncryptionConfig": {
"shape": "Sm"
}
}
},
"KinesisVideoStreamConfig": {
"type": "structure",
"required": [
"Prefix",
"RetentionPeriodHours",
"EncryptionConfig"
],
"members": {
"Prefix": {},
"RetentionPeriodHours": {
"type": "integer"
},
"EncryptionConfig": {
"shape": "Sm"
}
}
},
"KinesisStreamConfig": {
"type": "structure",
"required": [
"StreamArn"
],
"members": {
"StreamArn": {}
}
},
"KinesisFirehoseConfig": {
"type": "structure",
"required": [
"FirehoseArn"
],
"members": {
"FirehoseArn": {}
}
}
}
},
"Sm": {
"type": "structure",
"required": [
"EncryptionType",
"KeyId"
],
"members": {
"EncryptionType": {},
"KeyId": {}
}
},
"S13": {
"type": "list",
"member": {}
},
"S17": {
"type": "list",
"member": {
"type": "structure",
"required": [
"QueueReference",
"Priority",
"Delay"
],
"members": {
"QueueReference": {
"shape": "S19"
},
"Priority": {
"type": "integer"
},
"Delay": {
"type": "integer"
}
}
}
},
"S19": {
"type": "structure",
"required": [
"QueueId",
"Channel"
],
"members": {
"QueueId": {},
"Channel": {}
}
},
"S1j": {
"type": "map",
"key": {},
"value": {}
},
"S2b": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Day",
"StartTime",
"EndTime"
],
"members": {
"Day": {},
"StartTime": {
"shape": "S2e"
},
"EndTime": {
"shape": "S2e"
}
}
}
},
"S2e": {
"type": "structure",
"required": [
"Hours",
"Minutes"
],
"members": {
"Hours": {
"type": "integer"
},
"Minutes": {
"type": "integer"
}
}
},
"S2l": {
"type": "string",
"sensitive": true
},
"S2z": {
"type": "structure",
"members": {
"OutboundCallerIdName": {},
"OutboundCallerIdNumberId": {},
"OutboundFlowId": {}
}
},
"S36": {
"type": "structure",
"required": [
"QuickConnectType"
],
"members": {
"QuickConnectType": {},
"UserConfig": {
"type": "structure",
"required": [
"UserId",
"ContactFlowId"
],
"members": {
"UserId": {},
"ContactFlowId": {}
}
},
"QueueConfig": {
"type": "structure",
"required": [
"QueueId",
"ContactFlowId"
],
"members": {
"QueueId": {},
"ContactFlowId": {}
}
},
"PhoneConfig": {
"type": "structure",
"required": [
"PhoneNumber"
],
"members": {
"PhoneNumber": {}
}
}
}
},
"S3g": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Channel",
"Concurrency"
],
"members": {
"Channel": {},
"Concurrency": {
"type": "integer"
}
}
}
},
"S3m": {
"type": "structure",
"required": [
"EventSourceName"
],
"members": {
"EventSourceName": {},
"IntegrationAssociationId": {}
}
},
"S3p": {
"type": "list",
"member": {
"type": "structure",
"required": [
"ActionType"
],
"members": {
"ActionType": {},
"TaskAction": {
"type": "structure",
"required": [
"Name",
"ContactFlowId"
],
"members": {
"Name": {},
"Description": {},
"ContactFlowId": {},
"References": {
"shape": "S3v"
}
}
},
"EventBridgeAction": {
"type": "structure",
"required": [
"Name"
],
"members": {
"Name": {}
}
},
"AssignContactCategoryAction": {
"type": "structure",
"members": {}
},
"SendNotificationAction": {
"type": "structure",
"required": [
"DeliveryMethod",
"Content",
"ContentType",
"Recipient"
],
"members": {
"DeliveryMethod": {},
"Subject": {},
"Content": {},
"ContentType": {},
"Recipient": {
"type": "structure",
"members": {
"UserTags": {
"type": "map",
"key": {},
"value": {}
},
"UserIds": {
"type": "list",
"member": {}
}
}
}
}
}
}
}
},
"S3v": {
"type": "map",
"key": {},
"value": {
"type": "structure",
"required": [
"Value",
"Type"
],
"members": {
"Value": {},
"Type": {}
}
}
},
"S4i": {
"type": "list",
"member": {}
},
"S4k": {
"type": "map",
"key": {},
"value": {}
},
"S4n": {
"type": "list",
"member": {}
},
"S4u": {
"type": "structure",
"members": {
"RequiredFields": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Id": {
"shape": "S4x"
}
}
}
},
"ReadOnlyFields": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Id": {
"shape": "S4x"
}
}
}
},
"InvisibleFields": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Id": {
"shape": "S4x"
}
}
}
}
}
},
"S4x": {
"type": "structure",
"members": {
"Name": {}
}
},
"S53": {
"type": "structure",
"members": {
"DefaultFieldValues": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Id": {
"shape": "S4x"
},
"DefaultValue": {}
}
}
}
}
},
"S58": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Id"
],
"members": {
"Id": {
"shape": "S4x"
},
"Description": {},
"Type": {},
"SingleSelectOptions": {
"type": "list",
"member": {}
}
}
}
},
"S5v": {
"type": "structure",
"members": {
"FirstName": {},
"LastName": {},
"Email": {},
"SecondaryEmail": {},
"Mobile": {}
}
},
"S5z": {
"type": "structure",
"required": [
"PhoneType"
],
"members": {
"PhoneType": {},
"AutoAccept": {
"type": "boolean"
},
"AfterContactWorkTimeLimit": {
"type": "integer"
},
"DeskPhoneNumber": {}
}
},
"S64": {
"type": "list",
"member": {}
},
"S80": {
"type": "structure",
"members": {
"AttributeType": {},
"Value": {}
}
},
"S8e": {
"type": "structure",
"members": {
"Name": {},
"QueueArn": {},
"QueueId": {},
"Description": {},
"OutboundCallerConfig": {
"shape": "S2z"
},
"HoursOfOperationId": {},
"MaxContacts": {
"type": "integer"
},
"Status": {},
"Tags": {
"shape": "S1j"
}
}
},
"S8l": {
"type": "structure",
"members": {
"InstanceId": {},
"Name": {},
"RoutingProfileArn": {},
"RoutingProfileId": {},
"Description": {},
"MediaConcurrencies": {
"shape": "S3g"
},
"DefaultOutboundQueueId": {},
"Tags": {
"shape": "S1j"
},
"NumberOfAssociatedQueues": {
"type": "long"
},
"NumberOfAssociatedUsers": {
"type": "long"
}
}
},
"S97": {
"type": "structure",
"members": {
"Id": {},
"Arn": {},
"Name": {}
}
},
"S9b": {
"type": "structure",
"members": {
"Id": {},
"Arn": {},
"Name": {}
}
},
"S9w": {
"type": "map",
"key": {},
"value": {}
},
"Sa0": {
"type": "structure",
"members": {
"Queues": {
"shape": "Sa1"
},
"Channels": {
"type": "list",
"member": {}
},
"RoutingProfiles": {
"shape": "Sa3"
}
}
},
"Sa1": {
"type": "list",
"member": {}
},
"Sa3": {
"type": "list",
"member": {}
},
"Sa4": {
"type": "list",
"member": {}
},
"Sa7": {
"type": "structure",
"members": {
"Name": {},
"Unit": {}
}
},
"Sai": {
"type": "structure",
"members": {
"Queue": {
"shape": "Saj"
},
"Channel": {},
"RoutingProfile": {
"shape": "Sak"
}
}
},
"Saj": {
"type": "structure",
"members": {
"Id": {},
"Arn": {}
}
},
"Sak": {
"type": "structure",
"members": {
"Id": {},
"Arn": {}
}
},
"Sb1": {
"type": "structure",
"members": {
"Id": {},
"Arn": {}
}
},
"Sb3": {
"type": "map",
"key": {},
"value": {
"type": "integer"
}
},
"Sba": {
"type": "string",
"sensitive": true
},
"Sbe": {
"type": "structure",
"members": {
"Name": {},
"Threshold": {
"type": "structure",
"members": {
"Comparison": {},
"ThresholdValue": {
"type": "double"
}
}
},
"Statistic": {},
"Unit": {}
}
},
"Sbx": {
"type": "structure",
"members": {
"Name": {},
"Threshold": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Comparison": {},
"ThresholdValue": {
"type": "double"
}
}
}
},
"MetricFilters": {
"type": "list",
"member": {
"type": "structure",
"members": {
"MetricFilterKey": {},
"MetricFilterValues": {
"type": "list",
"member": {}
}
}
}
}
}
},
"Sci": {
"type": "structure",
"required": [
"Distributions"
],
"members": {
"Distributions": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Region",
"Percentage"
],
"members": {
"Region": {},
"Percentage": {
"type": "integer"
}
}
}
}
}
},
"Sek": {
"type": "list",
"member": {}
},
"Sel": {
"type": "list",
"member": {}
},
"Sf3": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Id": {},
"Arn": {},
"Name": {},
"QuickConnectType": {}
}
}
},
"Sh7": {
"type": "structure",
"members": {
"OrConditions": {
"type": "list",
"member": {
"shape": "Sh9"
}
},
"AndConditions": {
"shape": "Sh9"
},
"TagCondition": {
"shape": "Sha"
}
}
},
"Sh9": {
"type": "list",
"member": {
"shape": "Sha"
}
},
"Sha": {
"type": "structure",
"members": {
"TagKey": {},
"TagValue": {}
}
},
"Shb": {
"type": "structure",
"members": {
"OrConditions": {
"shape": "Shc"
},
"AndConditions": {
"shape": "Shc"
},
"StringCondition": {
"shape": "Shd"
},
"QueueTypeCondition": {}
}
},
"Shc": {
"type": "list",
"member": {
"shape": "Shb"
}
},
"Shd": {
"type": "structure",
"members": {
"FieldName": {},
"Value": {},
"ComparisonType": {}
}
},
"Shk": {
"type": "structure",
"members": {
"OrConditions": {
"shape": "Shl"
},
"AndConditions": {
"shape": "Shl"
},
"StringCondition": {
"shape": "Shd"
}
}
},
"Shl": {
"type": "list",
"member": {
"shape": "Shk"
}
},
"Shp": {
"type": "structure",
"members": {
"OrConditions": {
"shape": "Shq"
},
"AndConditions": {
"shape": "Shq"
},
"StringCondition": {
"shape": "Shd"
}
}
},
"Shq": {
"type": "list",
"member": {
"shape": "Shp"
}
},
"Shx": {
"type": "structure",
"members": {
"OrConditions": {
"shape": "Shy"
},
"AndConditions": {
"shape": "Shy"
},
"StringCondition": {
"shape": "Shd"
},
"HierarchyGroupCondition": {
"type": "structure",
"members": {
"Value": {},
"HierarchyGroupMatchType": {}
}
}
}
},
"Shy": {
"type": "list",
"member": {
"shape": "Shx"
}
},
"Sl2": {
"type": "structure",
"required": [
"Name"
],
"members": {
"Name": {}
}
}
}
}