/api/vendor/aws/aws-sdk-php/src/Aws/Swf/Resources/swf-2012-01-25.php
https://gitlab.com/x33n/respond · PHP · 1207 lines · 1192 code · 1 blank · 14 comment · 0 complexity · 29e4692ccab896061e673493b2754c1a MD5 · raw file
- <?php
- /**
- * Copyright 2010-2013 Amazon.com, Inc. or its affiliates. All Rights Reserved.
- *
- * Licensed under the Apache License, Version 2.0 (the "License").
- * You may not use this file except in compliance with the License.
- * A copy of the License is located at
- *
- * http://aws.amazon.com/apache2.0
- *
- * or in the "license" file accompanying this file. This file is distributed
- * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
- * express or implied. See the License for the specific language governing
- * permissions and limitations under the License.
- */
- return array (
- 'apiVersion' => '2012-01-25',
- 'endpointPrefix' => 'swf',
- 'serviceFullName' => 'Amazon Simple Workflow Service',
- 'serviceAbbreviation' => 'Amazon SWF',
- 'serviceType' => 'json',
- 'jsonVersion' => '1.0',
- 'targetPrefix' => 'SimpleWorkflowService.',
- 'timestampFormat' => 'unixTimestamp',
- 'signatureVersion' => 'v4',
- 'namespace' => 'Swf',
- 'regions' => array(
- 'us-east-1' => array(
- 'http' => false,
- 'https' => true,
- 'hostname' => 'swf.us-east-1.amazonaws.com',
- ),
- 'us-west-1' => array(
- 'http' => false,
- 'https' => true,
- 'hostname' => 'swf.us-west-1.amazonaws.com',
- ),
- 'us-west-2' => array(
- 'http' => false,
- 'https' => true,
- 'hostname' => 'swf.us-west-2.amazonaws.com',
- ),
- 'eu-west-1' => array(
- 'http' => false,
- 'https' => true,
- 'hostname' => 'swf.eu-west-1.amazonaws.com',
- ),
- 'ap-northeast-1' => array(
- 'http' => false,
- 'https' => true,
- 'hostname' => 'swf.ap-northeast-1.amazonaws.com',
- ),
- 'ap-southeast-1' => array(
- 'http' => false,
- 'https' => true,
- 'hostname' => 'swf.ap-southeast-1.amazonaws.com',
- ),
- 'ap-southeast-2' => array(
- 'http' => false,
- 'https' => true,
- 'hostname' => 'swf.ap-southeast-2.amazonaws.com',
- ),
- 'sa-east-1' => array(
- 'http' => false,
- 'https' => true,
- 'hostname' => 'swf.sa-east-1.amazonaws.com',
- ),
- 'cn-north-1' => array(
- 'http' => false,
- 'https' => true,
- 'hostname' => 'swf.cn-north-1.amazonaws.com.cn',
- ),
- 'us-gov-west-1' => array(
- 'http' => false,
- 'https' => true,
- 'hostname' => 'swf.us-gov-west-1.amazonaws.com',
- ),
- ),
- 'operations' => array(
- 'CountClosedWorkflowExecutions' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\JsonCommand',
- 'responseClass' => 'WorkflowExecutionCount',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Content-Type' => array(
- 'static' => true,
- 'location' => 'header',
- 'default' => 'application/x-amz-json-1.0',
- ),
- 'command.expects' => array(
- 'static' => true,
- 'default' => 'application/json',
- ),
- 'X-Amz-Target' => array(
- 'static' => true,
- 'location' => 'header',
- 'default' => 'SimpleWorkflowService.CountClosedWorkflowExecutions',
- ),
- 'domain' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'json',
- 'minLength' => 1,
- 'maxLength' => 256,
- ),
- 'startTimeFilter' => array(
- 'type' => 'object',
- 'location' => 'json',
- 'properties' => array(
- 'oldestDate' => array(
- 'required' => true,
- 'type' => array(
- 'object',
- 'string',
- 'integer',
- ),
- 'format' => 'timestamp',
- ),
- 'latestDate' => array(
- 'type' => array(
- 'object',
- 'string',
- 'integer',
- ),
- 'format' => 'timestamp',
- ),
- ),
- ),
- 'closeTimeFilter' => array(
- 'type' => 'object',
- 'location' => 'json',
- 'properties' => array(
- 'oldestDate' => array(
- 'required' => true,
- 'type' => array(
- 'object',
- 'string',
- 'integer',
- ),
- 'format' => 'timestamp',
- ),
- 'latestDate' => array(
- 'type' => array(
- 'object',
- 'string',
- 'integer',
- ),
- 'format' => 'timestamp',
- ),
- ),
- ),
- 'executionFilter' => array(
- 'type' => 'object',
- 'location' => 'json',
- 'properties' => array(
- 'workflowId' => array(
- 'required' => true,
- 'type' => 'string',
- 'minLength' => 1,
- 'maxLength' => 256,
- ),
- ),
- ),
- 'typeFilter' => array(
- 'type' => 'object',
- 'location' => 'json',
- 'properties' => array(
- 'name' => array(
- 'required' => true,
- 'type' => 'string',
- 'minLength' => 1,
- 'maxLength' => 256,
- ),
- 'version' => array(
- 'type' => 'string',
- 'maxLength' => 64,
- ),
- ),
- ),
- 'tagFilter' => array(
- 'type' => 'object',
- 'location' => 'json',
- 'properties' => array(
- 'tag' => array(
- 'required' => true,
- 'type' => 'string',
- 'minLength' => 1,
- 'maxLength' => 256,
- ),
- ),
- ),
- 'closeStatusFilter' => array(
- 'type' => 'object',
- 'location' => 'json',
- 'properties' => array(
- 'status' => array(
- 'required' => true,
- 'type' => 'string',
- ),
- ),
- ),
- ),
- 'errorResponses' => array(
- array(
- 'reason' => 'Returned when the named resource cannot be found with in the scope of this operation (region or domain). This could happen if the named resource was never created or is no longer available for this operation.',
- 'class' => 'UnknownResourceException',
- ),
- array(
- 'reason' => 'Returned when the caller does not have sufficient permissions to invoke the action.',
- 'class' => 'OperationNotPermittedException',
- ),
- ),
- ),
- 'CountOpenWorkflowExecutions' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\JsonCommand',
- 'responseClass' => 'WorkflowExecutionCount',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Content-Type' => array(
- 'static' => true,
- 'location' => 'header',
- 'default' => 'application/x-amz-json-1.0',
- ),
- 'command.expects' => array(
- 'static' => true,
- 'default' => 'application/json',
- ),
- 'X-Amz-Target' => array(
- 'static' => true,
- 'location' => 'header',
- 'default' => 'SimpleWorkflowService.CountOpenWorkflowExecutions',
- ),
- 'domain' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'json',
- 'minLength' => 1,
- 'maxLength' => 256,
- ),
- 'startTimeFilter' => array(
- 'required' => true,
- 'type' => 'object',
- 'location' => 'json',
- 'properties' => array(
- 'oldestDate' => array(
- 'required' => true,
- 'type' => array(
- 'object',
- 'string',
- 'integer',
- ),
- 'format' => 'timestamp',
- ),
- 'latestDate' => array(
- 'type' => array(
- 'object',
- 'string',
- 'integer',
- ),
- 'format' => 'timestamp',
- ),
- ),
- ),
- 'typeFilter' => array(
- 'type' => 'object',
- 'location' => 'json',
- 'properties' => array(
- 'name' => array(
- 'required' => true,
- 'type' => 'string',
- 'minLength' => 1,
- 'maxLength' => 256,
- ),
- 'version' => array(
- 'type' => 'string',
- 'maxLength' => 64,
- ),
- ),
- ),
- 'tagFilter' => array(
- 'type' => 'object',
- 'location' => 'json',
- 'properties' => array(
- 'tag' => array(
- 'required' => true,
- 'type' => 'string',
- 'minLength' => 1,
- 'maxLength' => 256,
- ),
- ),
- ),
- 'executionFilter' => array(
- 'type' => 'object',
- 'location' => 'json',
- 'properties' => array(
- 'workflowId' => array(
- 'required' => true,
- 'type' => 'string',
- 'minLength' => 1,
- 'maxLength' => 256,
- ),
- ),
- ),
- ),
- 'errorResponses' => array(
- array(
- 'reason' => 'Returned when the named resource cannot be found with in the scope of this operation (region or domain). This could happen if the named resource was never created or is no longer available for this operation.',
- 'class' => 'UnknownResourceException',
- ),
- array(
- 'reason' => 'Returned when the caller does not have sufficient permissions to invoke the action.',
- 'class' => 'OperationNotPermittedException',
- ),
- ),
- ),
- 'CountPendingActivityTasks' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\JsonCommand',
- 'responseClass' => 'PendingTaskCount',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Content-Type' => array(
- 'static' => true,
- 'location' => 'header',
- 'default' => 'application/x-amz-json-1.0',
- ),
- 'command.expects' => array(
- 'static' => true,
- 'default' => 'application/json',
- ),
- 'X-Amz-Target' => array(
- 'static' => true,
- 'location' => 'header',
- 'default' => 'SimpleWorkflowService.CountPendingActivityTasks',
- ),
- 'domain' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'json',
- 'minLength' => 1,
- 'maxLength' => 256,
- ),
- 'taskList' => array(
- 'required' => true,
- 'type' => 'object',
- 'location' => 'json',
- 'properties' => array(
- 'name' => array(
- 'required' => true,
- 'type' => 'string',
- 'minLength' => 1,
- 'maxLength' => 256,
- ),
- ),
- ),
- ),
- 'errorResponses' => array(
- array(
- 'reason' => 'Returned when the named resource cannot be found with in the scope of this operation (region or domain). This could happen if the named resource was never created or is no longer available for this operation.',
- 'class' => 'UnknownResourceException',
- ),
- array(
- 'reason' => 'Returned when the caller does not have sufficient permissions to invoke the action.',
- 'class' => 'OperationNotPermittedException',
- ),
- ),
- ),
- 'CountPendingDecisionTasks' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\JsonCommand',
- 'responseClass' => 'PendingTaskCount',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Content-Type' => array(
- 'static' => true,
- 'location' => 'header',
- 'default' => 'application/x-amz-json-1.0',
- ),
- 'command.expects' => array(
- 'static' => true,
- 'default' => 'application/json',
- ),
- 'X-Amz-Target' => array(
- 'static' => true,
- 'location' => 'header',
- 'default' => 'SimpleWorkflowService.CountPendingDecisionTasks',
- ),
- 'domain' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'json',
- 'minLength' => 1,
- 'maxLength' => 256,
- ),
- 'taskList' => array(
- 'required' => true,
- 'type' => 'object',
- 'location' => 'json',
- 'properties' => array(
- 'name' => array(
- 'required' => true,
- 'type' => 'string',
- 'minLength' => 1,
- 'maxLength' => 256,
- ),
- ),
- ),
- ),
- 'errorResponses' => array(
- array(
- 'reason' => 'Returned when the named resource cannot be found with in the scope of this operation (region or domain). This could happen if the named resource was never created or is no longer available for this operation.',
- 'class' => 'UnknownResourceException',
- ),
- array(
- 'reason' => 'Returned when the caller does not have sufficient permissions to invoke the action.',
- 'class' => 'OperationNotPermittedException',
- ),
- ),
- ),
- 'DeprecateActivityType' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\JsonCommand',
- 'responseClass' => 'EmptyOutput',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Content-Type' => array(
- 'static' => true,
- 'location' => 'header',
- 'default' => 'application/x-amz-json-1.0',
- ),
- 'command.expects' => array(
- 'static' => true,
- 'default' => 'application/json',
- ),
- 'X-Amz-Target' => array(
- 'static' => true,
- 'location' => 'header',
- 'default' => 'SimpleWorkflowService.DeprecateActivityType',
- ),
- 'domain' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'json',
- 'minLength' => 1,
- 'maxLength' => 256,
- ),
- 'activityType' => array(
- 'required' => true,
- 'type' => 'object',
- 'location' => 'json',
- 'properties' => array(
- 'name' => array(
- 'required' => true,
- 'type' => 'string',
- 'minLength' => 1,
- 'maxLength' => 256,
- ),
- 'version' => array(
- 'required' => true,
- 'type' => 'string',
- 'minLength' => 1,
- 'maxLength' => 64,
- ),
- ),
- ),
- ),
- 'errorResponses' => array(
- array(
- 'reason' => 'Returned when the named resource cannot be found with in the scope of this operation (region or domain). This could happen if the named resource was never created or is no longer available for this operation.',
- 'class' => 'UnknownResourceException',
- ),
- array(
- 'reason' => 'Returned when the specified activity or workflow type was already deprecated.',
- 'class' => 'TypeDeprecatedException',
- ),
- array(
- 'reason' => 'Returned when the caller does not have sufficient permissions to invoke the action.',
- 'class' => 'OperationNotPermittedException',
- ),
- ),
- ),
- 'DeprecateDomain' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\JsonCommand',
- 'responseClass' => 'EmptyOutput',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Content-Type' => array(
- 'static' => true,
- 'location' => 'header',
- 'default' => 'application/x-amz-json-1.0',
- ),
- 'command.expects' => array(
- 'static' => true,
- 'default' => 'application/json',
- ),
- 'X-Amz-Target' => array(
- 'static' => true,
- 'location' => 'header',
- 'default' => 'SimpleWorkflowService.DeprecateDomain',
- ),
- 'name' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'json',
- 'minLength' => 1,
- 'maxLength' => 256,
- ),
- ),
- 'errorResponses' => array(
- array(
- 'reason' => 'Returned when the named resource cannot be found with in the scope of this operation (region or domain). This could happen if the named resource was never created or is no longer available for this operation.',
- 'class' => 'UnknownResourceException',
- ),
- array(
- 'reason' => 'Returned when the specified domain has been deprecated.',
- 'class' => 'DomainDeprecatedException',
- ),
- array(
- 'reason' => 'Returned when the caller does not have sufficient permissions to invoke the action.',
- 'class' => 'OperationNotPermittedException',
- ),
- ),
- ),
- 'DeprecateWorkflowType' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\JsonCommand',
- 'responseClass' => 'EmptyOutput',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Content-Type' => array(
- 'static' => true,
- 'location' => 'header',
- 'default' => 'application/x-amz-json-1.0',
- ),
- 'command.expects' => array(
- 'static' => true,
- 'default' => 'application/json',
- ),
- 'X-Amz-Target' => array(
- 'static' => true,
- 'location' => 'header',
- 'default' => 'SimpleWorkflowService.DeprecateWorkflowType',
- ),
- 'domain' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'json',
- 'minLength' => 1,
- 'maxLength' => 256,
- ),
- 'workflowType' => array(
- 'required' => true,
- 'type' => 'object',
- 'location' => 'json',
- 'properties' => array(
- 'name' => array(
- 'required' => true,
- 'type' => 'string',
- 'minLength' => 1,
- 'maxLength' => 256,
- ),
- 'version' => array(
- 'required' => true,
- 'type' => 'string',
- 'minLength' => 1,
- 'maxLength' => 64,
- ),
- ),
- ),
- ),
- 'errorResponses' => array(
- array(
- 'reason' => 'Returned when the named resource cannot be found with in the scope of this operation (region or domain). This could happen if the named resource was never created or is no longer available for this operation.',
- 'class' => 'UnknownResourceException',
- ),
- array(
- 'reason' => 'Returned when the specified activity or workflow type was already deprecated.',
- 'class' => 'TypeDeprecatedException',
- ),
- array(
- 'reason' => 'Returned when the caller does not have sufficient permissions to invoke the action.',
- 'class' => 'OperationNotPermittedException',
- ),
- ),
- ),
- 'DescribeActivityType' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\JsonCommand',
- 'responseClass' => 'ActivityTypeDetail',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Content-Type' => array(
- 'static' => true,
- 'location' => 'header',
- 'default' => 'application/x-amz-json-1.0',
- ),
- 'command.expects' => array(
- 'static' => true,
- 'default' => 'application/json',
- ),
- 'X-Amz-Target' => array(
- 'static' => true,
- 'location' => 'header',
- 'default' => 'SimpleWorkflowService.DescribeActivityType',
- ),
- 'domain' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'json',
- 'minLength' => 1,
- 'maxLength' => 256,
- ),
- 'activityType' => array(
- 'required' => true,
- 'type' => 'object',
- 'location' => 'json',
- 'properties' => array(
- 'name' => array(
- 'required' => true,
- 'type' => 'string',
- 'minLength' => 1,
- 'maxLength' => 256,
- ),
- 'version' => array(
- 'required' => true,
- 'type' => 'string',
- 'minLength' => 1,
- 'maxLength' => 64,
- ),
- ),
- ),
- ),
- 'errorResponses' => array(
- array(
- 'reason' => 'Returned when the named resource cannot be found with in the scope of this operation (region or domain). This could happen if the named resource was never created or is no longer available for this operation.',
- 'class' => 'UnknownResourceException',
- ),
- array(
- 'reason' => 'Returned when the caller does not have sufficient permissions to invoke the action.',
- 'class' => 'OperationNotPermittedException',
- ),
- ),
- ),
- 'DescribeDomain' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\JsonCommand',
- 'responseClass' => 'DomainDetail',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Content-Type' => array(
- 'static' => true,
- 'location' => 'header',
- 'default' => 'application/x-amz-json-1.0',
- ),
- 'command.expects' => array(
- 'static' => true,
- 'default' => 'application/json',
- ),
- 'X-Amz-Target' => array(
- 'static' => true,
- 'location' => 'header',
- 'default' => 'SimpleWorkflowService.DescribeDomain',
- ),
- 'name' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'json',
- 'minLength' => 1,
- 'maxLength' => 256,
- ),
- ),
- 'errorResponses' => array(
- array(
- 'reason' => 'Returned when the named resource cannot be found with in the scope of this operation (region or domain). This could happen if the named resource was never created or is no longer available for this operation.',
- 'class' => 'UnknownResourceException',
- ),
- array(
- 'reason' => 'Returned when the caller does not have sufficient permissions to invoke the action.',
- 'class' => 'OperationNotPermittedException',
- ),
- ),
- ),
- 'DescribeWorkflowExecution' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\JsonCommand',
- 'responseClass' => 'WorkflowExecutionDetail',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Content-Type' => array(
- 'static' => true,
- 'location' => 'header',
- 'default' => 'application/x-amz-json-1.0',
- ),
- 'command.expects' => array(
- 'static' => true,
- 'default' => 'application/json',
- ),
- 'X-Amz-Target' => array(
- 'static' => true,
- 'location' => 'header',
- 'default' => 'SimpleWorkflowService.DescribeWorkflowExecution',
- ),
- 'domain' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'json',
- 'minLength' => 1,
- 'maxLength' => 256,
- ),
- 'execution' => array(
- 'required' => true,
- 'type' => 'object',
- 'location' => 'json',
- 'properties' => array(
- 'workflowId' => array(
- 'required' => true,
- 'type' => 'string',
- 'minLength' => 1,
- 'maxLength' => 256,
- ),
- 'runId' => array(
- 'required' => true,
- 'type' => 'string',
- 'minLength' => 1,
- 'maxLength' => 64,
- ),
- ),
- ),
- ),
- 'errorResponses' => array(
- array(
- 'reason' => 'Returned when the named resource cannot be found with in the scope of this operation (region or domain). This could happen if the named resource was never created or is no longer available for this operation.',
- 'class' => 'UnknownResourceException',
- ),
- array(
- 'reason' => 'Returned when the caller does not have sufficient permissions to invoke the action.',
- 'class' => 'OperationNotPermittedException',
- ),
- ),
- ),
- 'DescribeWorkflowType' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\JsonCommand',
- 'responseClass' => 'WorkflowTypeDetail',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Content-Type' => array(
- 'static' => true,
- 'location' => 'header',
- 'default' => 'application/x-amz-json-1.0',
- ),
- 'command.expects' => array(
- 'static' => true,
- 'default' => 'application/json',
- ),
- 'X-Amz-Target' => array(
- 'static' => true,
- 'location' => 'header',
- 'default' => 'SimpleWorkflowService.DescribeWorkflowType',
- ),
- 'domain' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'json',
- 'minLength' => 1,
- 'maxLength' => 256,
- ),
- 'workflowType' => array(
- 'required' => true,
- 'type' => 'object',
- 'location' => 'json',
- 'properties' => array(
- 'name' => array(
- 'required' => true,
- 'type' => 'string',
- 'minLength' => 1,
- 'maxLength' => 256,
- ),
- 'version' => array(
- 'required' => true,
- 'type' => 'string',
- 'minLength' => 1,
- 'maxLength' => 64,
- ),
- ),
- ),
- ),
- 'errorResponses' => array(
- array(
- 'reason' => 'Returned when the named resource cannot be found with in the scope of this operation (region or domain). This could happen if the named resource was never created or is no longer available for this operation.',
- 'class' => 'UnknownResourceException',
- ),
- array(
- 'reason' => 'Returned when the caller does not have sufficient permissions to invoke the action.',
- 'class' => 'OperationNotPermittedException',
- ),
- ),
- ),
- 'GetWorkflowExecutionHistory' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\JsonCommand',
- 'responseClass' => 'History',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Content-Type' => array(
- 'static' => true,
- 'location' => 'header',
- 'default' => 'application/x-amz-json-1.0',
- ),
- 'command.expects' => array(
- 'static' => true,
- 'default' => 'application/json',
- ),
- 'X-Amz-Target' => array(
- 'static' => true,
- 'location' => 'header',
- 'default' => 'SimpleWorkflowService.GetWorkflowExecutionHistory',
- ),
- 'domain' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'json',
- 'minLength' => 1,
- 'maxLength' => 256,
- ),
- 'execution' => array(
- 'required' => true,
- 'type' => 'object',
- 'location' => 'json',
- 'properties' => array(
- 'workflowId' => array(
- 'required' => true,
- 'type' => 'string',
- 'minLength' => 1,
- 'maxLength' => 256,
- ),
- 'runId' => array(
- 'required' => true,
- 'type' => 'string',
- 'minLength' => 1,
- 'maxLength' => 64,
- ),
- ),
- ),
- 'nextPageToken' => array(
- 'type' => 'string',
- 'location' => 'json',
- 'maxLength' => 2048,
- ),
- 'maximumPageSize' => array(
- 'type' => 'numeric',
- 'location' => 'json',
- 'maximum' => 1000,
- ),
- 'reverseOrder' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- 'location' => 'json',
- ),
- ),
- 'errorResponses' => array(
- array(
- 'reason' => 'Returned when the named resource cannot be found with in the scope of this operation (region or domain). This could happen if the named resource was never created or is no longer available for this operation.',
- 'class' => 'UnknownResourceException',
- ),
- array(
- 'reason' => 'Returned when the caller does not have sufficient permissions to invoke the action.',
- 'class' => 'OperationNotPermittedException',
- ),
- ),
- ),
- 'ListActivityTypes' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\JsonCommand',
- 'responseClass' => 'ActivityTypeInfos',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Content-Type' => array(
- 'static' => true,
- 'location' => 'header',
- 'default' => 'application/x-amz-json-1.0',
- ),
- 'command.expects' => array(
- 'static' => true,
- 'default' => 'application/json',
- ),
- 'X-Amz-Target' => array(
- 'static' => true,
- 'location' => 'header',
- 'default' => 'SimpleWorkflowService.ListActivityTypes',
- ),
- 'domain' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'json',
- 'minLength' => 1,
- 'maxLength' => 256,
- ),
- 'name' => array(
- 'type' => 'string',
- 'location' => 'json',
- 'minLength' => 1,
- 'maxLength' => 256,
- ),
- 'registrationStatus' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'json',
- ),
- 'nextPageToken' => array(
- 'type' => 'string',
- 'location' => 'json',
- 'maxLength' => 2048,
- ),
- 'maximumPageSize' => array(
- 'type' => 'numeric',
- 'location' => 'json',
- 'maximum' => 1000,
- ),
- 'reverseOrder' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- 'location' => 'json',
- ),
- ),
- 'errorResponses' => array(
- array(
- 'reason' => 'Returned when the caller does not have sufficient permissions to invoke the action.',
- 'class' => 'OperationNotPermittedException',
- ),
- array(
- 'reason' => 'Returned when the named resource cannot be found with in the scope of this operation (region or domain). This could happen if the named resource was never created or is no longer available for this operation.',
- 'class' => 'UnknownResourceException',
- ),
- ),
- ),
- 'ListClosedWorkflowExecutions' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\JsonCommand',
- 'responseClass' => 'WorkflowExecutionInfos',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Content-Type' => array(
- 'static' => true,
- 'location' => 'header',
- 'default' => 'application/x-amz-json-1.0',
- ),
- 'command.expects' => array(
- 'static' => true,
- 'default' => 'application/json',
- ),
- 'X-Amz-Target' => array(
- 'static' => true,
- 'location' => 'header',
- 'default' => 'SimpleWorkflowService.ListClosedWorkflowExecutions',
- ),
- 'domain' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'json',
- 'minLength' => 1,
- 'maxLength' => 256,
- ),
- 'startTimeFilter' => array(
- 'type' => 'object',
- 'location' => 'json',
- 'properties' => array(
- 'oldestDate' => array(
- 'required' => true,
- 'type' => array(
- 'object',
- 'string',
- 'integer',
- ),
- 'format' => 'timestamp',
- ),
- 'latestDate' => array(
- 'type' => array(
- 'object',
- 'string',
- 'integer',
- ),
- 'format' => 'timestamp',
- ),
- ),
- ),
- 'closeTimeFilter' => array(
- 'type' => 'object',
- 'location' => 'json',
- 'properties' => array(
- 'oldestDate' => array(
- 'required' => true,
- 'type' => array(
- 'object',
- 'string',
- 'integer',
- ),
- 'format' => 'timestamp',
- ),
- 'latestDate' => array(
- 'type' => array(
- 'object',
- 'string',
- 'integer',
- ),
- 'format' => 'timestamp',
- ),
- ),
- ),
- 'executionFilter' => array(
- 'type' => 'object',
- 'location' => 'json',
- 'properties' => array(
- 'workflowId' => array(
- 'required' => true,
- 'type' => 'string',
- 'minLength' => 1,
- 'maxLength' => 256,
- ),
- ),
- ),
- 'closeStatusFilter' => array(
- 'type' => 'object',
- 'location' => 'json',
- 'properties' => array(
- 'status' => array(
- 'required' => true,
- 'type' => 'string',
- ),
- ),
- ),
- 'typeFilter' => array(
- 'type' => 'object',
- 'location' => 'json',
- 'properties' => array(
- 'name' => array(
- 'required' => true,
- 'type' => 'string',
- 'minLength' => 1,
- 'maxLength' => 256,
- ),
- 'version' => array(
- 'type' => 'string',
- 'maxLength' => 64,
- ),
- ),
- ),
- 'tagFilter' => array(
- 'type' => 'object',
- 'location' => 'json',
- 'properties' => array(
- 'tag' => array(
- 'required' => true,
- 'type' => 'string',
- 'minLength' => 1,
- 'maxLength' => 256,
- ),
- ),
- ),
- 'nextPageToken' => array(
- 'type' => 'string',
- 'location' => 'json',
- 'maxLength' => 2048,
- ),
- 'maximumPageSize' => array(
- 'type' => 'numeric',
- 'location' => 'json',
- 'maximum' => 1000,
- ),
- 'reverseOrder' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- 'location' => 'json',
- ),
- ),
- 'errorResponses' => array(
- array(
- 'reason' => 'Returned when the named resource cannot be found with in the scope of this operation (region or domain). This could happen if the named resource was never created or is no longer available for this operation.',
- 'class' => 'UnknownResourceException',
- ),
- array(
- 'reason' => 'Returned when the caller does not have sufficient permissions to invoke the action.',
- 'class' => 'OperationNotPermittedException',
- ),
- ),
- ),
- 'ListDomains' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\JsonCommand',
- 'responseClass' => 'DomainInfos',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Content-Type' => array(
- 'static' => true,
- 'location' => 'header',
- 'default' => 'application/x-amz-json-1.0',
- ),
- 'command.expects' => array(
- 'static' => true,
- 'default' => 'application/json',
- ),
- 'X-Amz-Target' => array(
- 'static' => true,
- 'location' => 'header',
- 'default' => 'SimpleWorkflowService.ListDomains',
- ),
- 'nextPageToken' => array(
- 'type' => 'string',
- 'location' => 'json',
- 'maxLength' => 2048,
- ),
- 'registrationStatus' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'json',
- ),
- 'maximumPageSize' => array(
- 'type' => 'numeric',
- 'location' => 'json',
- 'maximum' => 1000,
- ),
- 'reverseOrder' => array(
- 'type' => 'boolean',
- 'format' => 'boolean-string',
- 'location' => 'json',
- ),
- ),
- 'errorResponses' => array(
- array(
- 'reason' => 'Returned when the caller does not have sufficient permissions to invoke the action.',
- 'class' => 'OperationNotPermittedException',
- ),
- ),
- ),
- 'ListOpenWorkflowExecutions' => array(
- 'httpMethod' => 'POST',
- 'uri' => '/',
- 'class' => 'Aws\\Common\\Command\\JsonCommand',
- 'responseClass' => 'WorkflowExecutionInfos',
- 'responseType' => 'model',
- 'parameters' => array(
- 'Content-Type' => array(
- 'static' => true,
- 'location' => 'header',
- 'default' => 'application/x-amz-json-1.0',
- ),
- 'command.expects' => array(
- 'static' => true,
- 'default' => 'application/json',
- ),
- 'X-Amz-Target' => array(
- 'static' => true,
- 'location' => 'header',
- 'default' => 'SimpleWorkflowService.ListOpenWorkflowExecutions',
- ),
- 'domain' => array(
- 'required' => true,
- 'type' => 'string',
- 'location' => 'json',
- 'minLength' => 1,
- 'maxLength' => 256,
- ),
- 'startTimeFilter' => array(
- 'required' => true,
- 'type' => 'object',
- 'location' => 'json',
- 'properties' => array(
- 'oldestDate' => array(
- 'required' => true,
- 'type' => array(
- 'object',
- 'string',
- 'integer',
- ),
- 'format' => 'timestamp',
- ),
- 'latestDate' => array(
- 'type' => array(
- 'object',
- 'string',
- 'integer',
- ),
- 'format' => 'timestamp',
- ),
- ),
- ),
- 'typeFilter' => array(
- 'type' => 'o