@alma-cdk/cross-region-parameter
Version:
Store AWS SSM Parameter Store Parameters into another AWS Region with AWS CDK
2,120 lines • 153 kB
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": {}
}
}
},
"CreateSecurityProfile": {
"http": {
"method": "PUT",
"requestUri": "/security-profiles/{InstanceId}"
},
"input": {
"type": "structure",
"required": [
"SecurityProfileName",
"InstanceId"
],
"members": {
"SecurityProfileName": {},
"Description": {},
"Permissions": {
"shape": "S3n"
},
"InstanceId": {
"location": "uri",
"locationName": "InstanceId"
},
"Tags": {
"shape": "S1j"
}
}
},
"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": "S3u"
},
"Defaults": {
"shape": "S43"
},
"Status": {},
"Fields": {
"shape": "S48"
},
"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": "S4v"
},
"PhoneConfig": {
"shape": "S4z"
},
"DirectoryUserId": {},
"SecurityProfileIds": {
"shape": "S54"
},
"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"
}
}
}
},
"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"
}
}
}
},
"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"
}
}
}
}
}
},
"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": "S6y"
}
}
}
},
"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": "S7c"
}
}
}
},
"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": "S7j"
}
}
}
},
"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"
}
}
}
}
}
},
"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": "S4v"
},
"PhoneConfig": {
"shape": "S4z"
},
"DirectoryUserId": {},
"SecurityProfileIds": {
"shape": "S54"
},
"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": "S81"
},
"LevelTwo": {
"shape": "S81"
},
"LevelThree": {
"shape": "S81"
},
"LevelFour": {
"shape": "S81"
},
"LevelFive": {
"shape": "S81"
}
}
},
"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": "S85"
},
"LevelTwo": {
"shape": "S85"
},
"LevelThree": {
"shape": "S85"
},
"LevelFour": {
"shape": "S85"
},
"LevelFive": {
"shape": "S85"
}
}
}
}
}
},
"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",