'2014-11-13', 'endpointPrefix' => 'ecs', 'serviceFullName' => 'Amazon EC2 Container Service', 'serviceAbbreviation' => 'Amazon ECS', 'serviceType' => 'json', 'jsonVersion' => '1.1', 'targetPrefix' => 'AmazonEC2ContainerServiceV20141113.', 'signatureVersion' => 'v4', 'namespace' => 'Ecs', 'operations' => array( 'CreateCluster' => array( 'httpMethod' => 'POST', 'uri' => '/', 'class' => 'Aws\\Common\\Command\\JsonCommand', 'responseClass' => 'CreateClusterResponse', 'responseType' => 'model', 'parameters' => array( 'Content-Type' => array( 'static' => true, 'location' => 'header', 'default' => 'application/x-amz-json-1.1', ), 'command.expects' => array( 'static' => true, 'default' => 'application/json', ), 'X-Amz-Target' => array( 'static' => true, 'location' => 'header', 'default' => 'AmazonEC2ContainerServiceV20141113.CreateCluster', ), 'clusterName' => array( 'type' => 'string', 'location' => 'json', ), ), 'errorResponses' => array( array( 'reason' => 'These errors are usually caused by a server issue.', 'class' => 'ServerException', ), array( 'reason' => 'These errors are usually caused by a client action, such as using an action or resource on behalf of a user that doesn\'t have permission to use the action or resource, or specifying an identifier that is not valid.', 'class' => 'ClientException', ), array( 'reason' => 'The specified parameter is invalid. Review the available parameters for the API request.', 'class' => 'InvalidParameterException', ), ), ), 'CreateService' => array( 'httpMethod' => 'POST', 'uri' => '/', 'class' => 'Aws\\Common\\Command\\JsonCommand', 'responseClass' => 'CreateServiceResponse', 'responseType' => 'model', 'parameters' => array( 'Content-Type' => array( 'static' => true, 'location' => 'header', 'default' => 'application/x-amz-json-1.1', ), 'command.expects' => array( 'static' => true, 'default' => 'application/json', ), 'X-Amz-Target' => array( 'static' => true, 'location' => 'header', 'default' => 'AmazonEC2ContainerServiceV20141113.CreateService', ), 'cluster' => array( 'type' => 'string', 'location' => 'json', ), 'serviceName' => array( 'required' => true, 'type' => 'string', 'location' => 'json', ), 'taskDefinition' => array( 'required' => true, 'type' => 'string', 'location' => 'json', ), 'loadBalancers' => array( 'type' => 'array', 'location' => 'json', 'items' => array( 'name' => 'LoadBalancer', 'type' => 'object', 'properties' => array( 'loadBalancerName' => array( 'type' => 'string', ), 'containerName' => array( 'type' => 'string', ), 'containerPort' => array( 'type' => 'numeric', ), ), ), ), 'desiredCount' => array( 'required' => true, 'type' => 'numeric', 'location' => 'json', ), 'clientToken' => array( 'type' => 'string', 'location' => 'json', ), 'role' => array( 'type' => 'string', 'location' => 'json', ), ), 'errorResponses' => array( array( 'reason' => 'These errors are usually caused by a server issue.', 'class' => 'ServerException', ), array( 'reason' => 'These errors are usually caused by a client action, such as using an action or resource on behalf of a user that doesn\'t have permission to use the action or resource, or specifying an identifier that is not valid.', 'class' => 'ClientException', ), array( 'reason' => 'The specified parameter is invalid. Review the available parameters for the API request.', 'class' => 'InvalidParameterException', ), array( 'reason' => 'The specified cluster could not be found. You can view your available clusters with ListClusters. Amazon ECS clusters are region-specific.', 'class' => 'ClusterNotFoundException', ), ), ), 'DeleteCluster' => array( 'httpMethod' => 'POST', 'uri' => '/', 'class' => 'Aws\\Common\\Command\\JsonCommand', 'responseClass' => 'DeleteClusterResponse', 'responseType' => 'model', 'parameters' => array( 'Content-Type' => array( 'static' => true, 'location' => 'header', 'default' => 'application/x-amz-json-1.1', ), 'command.expects' => array( 'static' => true, 'default' => 'application/json', ), 'X-Amz-Target' => array( 'static' => true, 'location' => 'header', 'default' => 'AmazonEC2ContainerServiceV20141113.DeleteCluster', ), 'cluster' => array( 'required' => true, 'type' => 'string', 'location' => 'json', ), ), 'errorResponses' => array( array( 'reason' => 'These errors are usually caused by a server issue.', 'class' => 'ServerException', ), array( 'reason' => 'These errors are usually caused by a client action, such as using an action or resource on behalf of a user that doesn\'t have permission to use the action or resource, or specifying an identifier that is not valid.', 'class' => 'ClientException', ), array( 'reason' => 'The specified parameter is invalid. Review the available parameters for the API request.', 'class' => 'InvalidParameterException', ), array( 'reason' => 'The specified cluster could not be found. You can view your available clusters with ListClusters. Amazon ECS clusters are region-specific.', 'class' => 'ClusterNotFoundException', ), array( 'reason' => 'You cannot delete a cluster that has registered container instances. You must first deregister the container instances before you can delete the cluster. For more information, see DeregisterContainerInstance.', 'class' => 'ClusterContainsContainerInstancesException', ), array( 'reason' => 'You cannot delete a cluster that contains services. You must first update the service to reduce its desired task count to 0 and then delete the service. For more information, see UpdateService and DeleteService.', 'class' => 'ClusterContainsServicesException', ), ), ), 'DeleteService' => array( 'httpMethod' => 'POST', 'uri' => '/', 'class' => 'Aws\\Common\\Command\\JsonCommand', 'responseClass' => 'DeleteServiceResponse', 'responseType' => 'model', 'parameters' => array( 'Content-Type' => array( 'static' => true, 'location' => 'header', 'default' => 'application/x-amz-json-1.1', ), 'command.expects' => array( 'static' => true, 'default' => 'application/json', ), 'X-Amz-Target' => array( 'static' => true, 'location' => 'header', 'default' => 'AmazonEC2ContainerServiceV20141113.DeleteService', ), 'cluster' => array( 'type' => 'string', 'location' => 'json', ), 'service' => array( 'required' => true, 'type' => 'string', 'location' => 'json', ), ), 'errorResponses' => array( array( 'reason' => 'These errors are usually caused by a server issue.', 'class' => 'ServerException', ), array( 'reason' => 'These errors are usually caused by a client action, such as using an action or resource on behalf of a user that doesn\'t have permission to use the action or resource, or specifying an identifier that is not valid.', 'class' => 'ClientException', ), array( 'reason' => 'The specified parameter is invalid. Review the available parameters for the API request.', 'class' => 'InvalidParameterException', ), array( 'reason' => 'The specified cluster could not be found. You can view your available clusters with ListClusters. Amazon ECS clusters are region-specific.', 'class' => 'ClusterNotFoundException', ), array( 'reason' => 'The specified service could not be found. You can view your available services with ListServices. Amazon ECS services are cluster-specific and region-specific.', 'class' => 'ServiceNotFoundException', ), ), ), 'DeregisterContainerInstance' => array( 'httpMethod' => 'POST', 'uri' => '/', 'class' => 'Aws\\Common\\Command\\JsonCommand', 'responseClass' => 'DeregisterContainerInstanceResponse', 'responseType' => 'model', 'parameters' => array( 'Content-Type' => array( 'static' => true, 'location' => 'header', 'default' => 'application/x-amz-json-1.1', ), 'command.expects' => array( 'static' => true, 'default' => 'application/json', ), 'X-Amz-Target' => array( 'static' => true, 'location' => 'header', 'default' => 'AmazonEC2ContainerServiceV20141113.DeregisterContainerInstance', ), 'cluster' => array( 'type' => 'string', 'location' => 'json', ), 'containerInstance' => array( 'required' => true, 'type' => 'string', 'location' => 'json', ), 'force' => array( 'type' => 'boolean', 'format' => 'boolean-string', 'location' => 'json', ), ), 'errorResponses' => array( array( 'reason' => 'These errors are usually caused by a server issue.', 'class' => 'ServerException', ), array( 'reason' => 'These errors are usually caused by a client action, such as using an action or resource on behalf of a user that doesn\'t have permission to use the action or resource, or specifying an identifier that is not valid.', 'class' => 'ClientException', ), array( 'reason' => 'The specified parameter is invalid. Review the available parameters for the API request.', 'class' => 'InvalidParameterException', ), array( 'reason' => 'The specified cluster could not be found. You can view your available clusters with ListClusters. Amazon ECS clusters are region-specific.', 'class' => 'ClusterNotFoundException', ), ), ), 'DeregisterTaskDefinition' => array( 'httpMethod' => 'POST', 'uri' => '/', 'class' => 'Aws\\Common\\Command\\JsonCommand', 'responseClass' => 'DeregisterTaskDefinitionResponse', 'responseType' => 'model', 'parameters' => array( 'Content-Type' => array( 'static' => true, 'location' => 'header', 'default' => 'application/x-amz-json-1.1', ), 'command.expects' => array( 'static' => true, 'default' => 'application/json', ), 'X-Amz-Target' => array( 'static' => true, 'location' => 'header', 'default' => 'AmazonEC2ContainerServiceV20141113.DeregisterTaskDefinition', ), 'taskDefinition' => array( 'required' => true, 'type' => 'string', 'location' => 'json', ), ), 'errorResponses' => array( array( 'reason' => 'These errors are usually caused by a server issue.', 'class' => 'ServerException', ), array( 'reason' => 'These errors are usually caused by a client action, such as using an action or resource on behalf of a user that doesn\'t have permission to use the action or resource, or specifying an identifier that is not valid.', 'class' => 'ClientException', ), array( 'reason' => 'The specified parameter is invalid. Review the available parameters for the API request.', 'class' => 'InvalidParameterException', ), ), ), 'DescribeClusters' => array( 'httpMethod' => 'POST', 'uri' => '/', 'class' => 'Aws\\Common\\Command\\JsonCommand', 'responseClass' => 'DescribeClustersResponse', 'responseType' => 'model', 'parameters' => array( 'Content-Type' => array( 'static' => true, 'location' => 'header', 'default' => 'application/x-amz-json-1.1', ), 'command.expects' => array( 'static' => true, 'default' => 'application/json', ), 'X-Amz-Target' => array( 'static' => true, 'location' => 'header', 'default' => 'AmazonEC2ContainerServiceV20141113.DescribeClusters', ), 'clusters' => array( 'type' => 'array', 'location' => 'json', 'items' => array( 'name' => 'String', 'type' => 'string', ), ), ), 'errorResponses' => array( array( 'reason' => 'These errors are usually caused by a server issue.', 'class' => 'ServerException', ), array( 'reason' => 'These errors are usually caused by a client action, such as using an action or resource on behalf of a user that doesn\'t have permission to use the action or resource, or specifying an identifier that is not valid.', 'class' => 'ClientException', ), array( 'reason' => 'The specified parameter is invalid. Review the available parameters for the API request.', 'class' => 'InvalidParameterException', ), ), ), 'DescribeContainerInstances' => array( 'httpMethod' => 'POST', 'uri' => '/', 'class' => 'Aws\\Common\\Command\\JsonCommand', 'responseClass' => 'DescribeContainerInstancesResponse', 'responseType' => 'model', 'parameters' => array( 'Content-Type' => array( 'static' => true, 'location' => 'header', 'default' => 'application/x-amz-json-1.1', ), 'command.expects' => array( 'static' => true, 'default' => 'application/json', ), 'X-Amz-Target' => array( 'static' => true, 'location' => 'header', 'default' => 'AmazonEC2ContainerServiceV20141113.DescribeContainerInstances', ), 'cluster' => array( 'type' => 'string', 'location' => 'json', ), 'containerInstances' => array( 'required' => true, 'type' => 'array', 'location' => 'json', 'items' => array( 'name' => 'String', 'type' => 'string', ), ), ), 'errorResponses' => array( array( 'reason' => 'These errors are usually caused by a server issue.', 'class' => 'ServerException', ), array( 'reason' => 'These errors are usually caused by a client action, such as using an action or resource on behalf of a user that doesn\'t have permission to use the action or resource, or specifying an identifier that is not valid.', 'class' => 'ClientException', ), array( 'reason' => 'The specified parameter is invalid. Review the available parameters for the API request.', 'class' => 'InvalidParameterException', ), array( 'reason' => 'The specified cluster could not be found. You can view your available clusters with ListClusters. Amazon ECS clusters are region-specific.', 'class' => 'ClusterNotFoundException', ), ), ), 'DescribeServices' => array( 'httpMethod' => 'POST', 'uri' => '/', 'class' => 'Aws\\Common\\Command\\JsonCommand', 'responseClass' => 'DescribeServicesResponse', 'responseType' => 'model', 'parameters' => array( 'Content-Type' => array( 'static' => true, 'location' => 'header', 'default' => 'application/x-amz-json-1.1', ), 'command.expects' => array( 'static' => true, 'default' => 'application/json', ), 'X-Amz-Target' => array( 'static' => true, 'location' => 'header', 'default' => 'AmazonEC2ContainerServiceV20141113.DescribeServices', ), 'cluster' => array( 'type' => 'string', 'location' => 'json', ), 'services' => array( 'required' => true, 'type' => 'array', 'location' => 'json', 'items' => array( 'name' => 'String', 'type' => 'string', ), ), ), 'errorResponses' => array( array( 'reason' => 'These errors are usually caused by a server issue.', 'class' => 'ServerException', ), array( 'reason' => 'These errors are usually caused by a client action, such as using an action or resource on behalf of a user that doesn\'t have permission to use the action or resource, or specifying an identifier that is not valid.', 'class' => 'ClientException', ), array( 'reason' => 'The specified parameter is invalid. Review the available parameters for the API request.', 'class' => 'InvalidParameterException', ), array( 'reason' => 'The specified cluster could not be found. You can view your available clusters with ListClusters. Amazon ECS clusters are region-specific.', 'class' => 'ClusterNotFoundException', ), ), ), 'DescribeTaskDefinition' => array( 'httpMethod' => 'POST', 'uri' => '/', 'class' => 'Aws\\Common\\Command\\JsonCommand', 'responseClass' => 'DescribeTaskDefinitionResponse', 'responseType' => 'model', 'parameters' => array( 'Content-Type' => array( 'static' => true, 'location' => 'header', 'default' => 'application/x-amz-json-1.1', ), 'command.expects' => array( 'static' => true, 'default' => 'application/json', ), 'X-Amz-Target' => array( 'static' => true, 'location' => 'header', 'default' => 'AmazonEC2ContainerServiceV20141113.DescribeTaskDefinition', ), 'taskDefinition' => array( 'required' => true, 'type' => 'string', 'location' => 'json', ), ), 'errorResponses' => array( array( 'reason' => 'These errors are usually caused by a server issue.', 'class' => 'ServerException', ), array( 'reason' => 'These errors are usually caused by a client action, such as using an action or resource on behalf of a user that doesn\'t have permission to use the action or resource, or specifying an identifier that is not valid.', 'class' => 'ClientException', ), array( 'reason' => 'The specified parameter is invalid. Review the available parameters for the API request.', 'class' => 'InvalidParameterException', ), ), ), 'DescribeTasks' => array( 'httpMethod' => 'POST', 'uri' => '/', 'class' => 'Aws\\Common\\Command\\JsonCommand', 'responseClass' => 'DescribeTasksResponse', 'responseType' => 'model', 'parameters' => array( 'Content-Type' => array( 'static' => true, 'location' => 'header', 'default' => 'application/x-amz-json-1.1', ), 'command.expects' => array( 'static' => true, 'default' => 'application/json', ), 'X-Amz-Target' => array( 'static' => true, 'location' => 'header', 'default' => 'AmazonEC2ContainerServiceV20141113.DescribeTasks', ), 'cluster' => array( 'type' => 'string', 'location' => 'json', ), 'tasks' => array( 'required' => true, 'type' => 'array', 'location' => 'json', 'items' => array( 'name' => 'String', 'type' => 'string', ), ), ), 'errorResponses' => array( array( 'reason' => 'These errors are usually caused by a server issue.', 'class' => 'ServerException', ), array( 'reason' => 'These errors are usually caused by a client action, such as using an action or resource on behalf of a user that doesn\'t have permission to use the action or resource, or specifying an identifier that is not valid.', 'class' => 'ClientException', ), array( 'reason' => 'The specified parameter is invalid. Review the available parameters for the API request.', 'class' => 'InvalidParameterException', ), array( 'reason' => 'The specified cluster could not be found. You can view your available clusters with ListClusters. Amazon ECS clusters are region-specific.', 'class' => 'ClusterNotFoundException', ), ), ), 'DiscoverPollEndpoint' => array( 'httpMethod' => 'POST', 'uri' => '/', 'class' => 'Aws\\Common\\Command\\JsonCommand', 'responseClass' => 'DiscoverPollEndpointResponse', 'responseType' => 'model', 'parameters' => array( 'Content-Type' => array( 'static' => true, 'location' => 'header', 'default' => 'application/x-amz-json-1.1', ), 'command.expects' => array( 'static' => true, 'default' => 'application/json', ), 'X-Amz-Target' => array( 'static' => true, 'location' => 'header', 'default' => 'AmazonEC2ContainerServiceV20141113.DiscoverPollEndpoint', ), 'containerInstance' => array( 'type' => 'string', 'location' => 'json', ), 'cluster' => array( 'type' => 'string', 'location' => 'json', ), ), 'errorResponses' => array( array( 'reason' => 'These errors are usually caused by a server issue.', 'class' => 'ServerException', ), array( 'reason' => 'These errors are usually caused by a client action, such as using an action or resource on behalf of a user that doesn\'t have permission to use the action or resource, or specifying an identifier that is not valid.', 'class' => 'ClientException', ), ), ), 'ListClusters' => array( 'httpMethod' => 'POST', 'uri' => '/', 'class' => 'Aws\\Common\\Command\\JsonCommand', 'responseClass' => 'ListClustersResponse', 'responseType' => 'model', 'parameters' => array( 'Content-Type' => array( 'static' => true, 'location' => 'header', 'default' => 'application/x-amz-json-1.1', ), 'command.expects' => array( 'static' => true, 'default' => 'application/json', ), 'X-Amz-Target' => array( 'static' => true, 'location' => 'header', 'default' => 'AmazonEC2ContainerServiceV20141113.ListClusters', ), 'nextToken' => array( 'type' => 'string', 'location' => 'json', ), 'maxResults' => array( 'type' => 'numeric', 'location' => 'json', ), ), 'errorResponses' => array( array( 'reason' => 'These errors are usually caused by a server issue.', 'class' => 'ServerException', ), array( 'reason' => 'These errors are usually caused by a client action, such as using an action or resource on behalf of a user that doesn\'t have permission to use the action or resource, or specifying an identifier that is not valid.', 'class' => 'ClientException', ), array( 'reason' => 'The specified parameter is invalid. Review the available parameters for the API request.', 'class' => 'InvalidParameterException', ), ), ), 'ListContainerInstances' => array( 'httpMethod' => 'POST', 'uri' => '/', 'class' => 'Aws\\Common\\Command\\JsonCommand', 'responseClass' => 'ListContainerInstancesResponse', 'responseType' => 'model', 'parameters' => array( 'Content-Type' => array( 'static' => true, 'location' => 'header', 'default' => 'application/x-amz-json-1.1', ), 'command.expects' => array( 'static' => true, 'default' => 'application/json', ), 'X-Amz-Target' => array( 'static' => true, 'location' => 'header', 'default' => 'AmazonEC2ContainerServiceV20141113.ListContainerInstances', ), 'cluster' => array( 'type' => 'string', 'location' => 'json', ), 'nextToken' => array( 'type' => 'string', 'location' => 'json', ), 'maxResults' => array( 'type' => 'numeric', 'location' => 'json', ), ), 'errorResponses' => array( array( 'reason' => 'These errors are usually caused by a server issue.', 'class' => 'ServerException', ), array( 'reason' => 'These errors are usually caused by a client action, such as using an action or resource on behalf of a user that doesn\'t have permission to use the action or resource, or specifying an identifier that is not valid.', 'class' => 'ClientException', ), array( 'reason' => 'The specified parameter is invalid. Review the available parameters for the API request.', 'class' => 'InvalidParameterException', ), array( 'reason' => 'The specified cluster could not be found. You can view your available clusters with ListClusters. Amazon ECS clusters are region-specific.', 'class' => 'ClusterNotFoundException', ), ), ), 'ListServices' => array( 'httpMethod' => 'POST', 'uri' => '/', 'class' => 'Aws\\Common\\Command\\JsonCommand', 'responseClass' => 'ListServicesResponse', 'responseType' => 'model', 'parameters' => array( 'Content-Type' => array( 'static' => true, 'location' => 'header', 'default' => 'application/x-amz-json-1.1', ), 'command.expects' => array( 'static' => true, 'default' => 'application/json', ), 'X-Amz-Target' => array( 'static' => true, 'location' => 'header', 'default' => 'AmazonEC2ContainerServiceV20141113.ListServices', ), 'cluster' => array( 'type' => 'string', 'location' => 'json', ), 'nextToken' => array( 'type' => 'string', 'location' => 'json', ), 'maxResults' => array( 'type' => 'numeric', 'location' => 'json', ), ), 'errorResponses' => array( array( 'reason' => 'These errors are usually caused by a server issue.', 'class' => 'ServerException', ), array( 'reason' => 'These errors are usually caused by a client action, such as using an action or resource on behalf of a user that doesn\'t have permission to use the action or resource, or specifying an identifier that is not valid.', 'class' => 'ClientException', ), array( 'reason' => 'The specified parameter is invalid. Review the available parameters for the API request.', 'class' => 'InvalidParameterException', ), array( 'reason' => 'The specified cluster could not be found. You can view your available clusters with ListClusters. Amazon ECS clusters are region-specific.', 'class' => 'ClusterNotFoundException', ), ), ), 'ListTaskDefinitionFamilies' => array( 'httpMethod' => 'POST', 'uri' => '/', 'class' => 'Aws\\Common\\Command\\JsonCommand', 'responseClass' => 'ListTaskDefinitionFamiliesResponse', 'responseType' => 'model', 'parameters' => array( 'Content-Type' => array( 'static' => true, 'location' => 'header', 'default' => 'application/x-amz-json-1.1', ), 'command.expects' => array( 'static' => true, 'default' => 'application/json', ), 'X-Amz-Target' => array( 'static' => true, 'location' => 'header', 'default' => 'AmazonEC2ContainerServiceV20141113.ListTaskDefinitionFamilies', ), 'familyPrefix' => array( 'type' => 'string', 'location' => 'json', ), 'nextToken' => array( 'type' => 'string', 'location' => 'json', ), 'maxResults' => array( 'type' => 'numeric', 'location' => 'json', ), ), 'errorResponses' => array( array( 'reason' => 'These errors are usually caused by a server issue.', 'class' => 'ServerException', ), array( 'reason' => 'These errors are usually caused by a client action, such as using an action or resource on behalf of a user that doesn\'t have permission to use the action or resource, or specifying an identifier that is not valid.', 'class' => 'ClientException', ), array( 'reason' => 'The specified parameter is invalid. Review the available parameters for the API request.', 'class' => 'InvalidParameterException', ), ), ), 'ListTaskDefinitions' => array( 'httpMethod' => 'POST', 'uri' => '/', 'class' => 'Aws\\Common\\Command\\JsonCommand', 'responseClass' => 'ListTaskDefinitionsResponse', 'responseType' => 'model', 'parameters' => array( 'Content-Type' => array( 'static' => true, 'location' => 'header', 'default' => 'application/x-amz-json-1.1', ), 'command.expects' => array( 'static' => true, 'default' => 'application/json', ), 'X-Amz-Target' => array( 'static' => true, 'location' => 'header', 'default' => 'AmazonEC2ContainerServiceV20141113.ListTaskDefinitions', ), 'familyPrefix' => array( 'type' => 'string', 'location' => 'json', ), 'status' => array( 'type' => 'string', 'location' => 'json', ), 'sort' => array( 'type' => 'string', 'location' => 'json', ), 'nextToken' => array( 'type' => 'string', 'location' => 'json', ), 'maxResults' => array( 'type' => 'numeric', 'location' => 'json', ), ), 'errorResponses' => array( array( 'reason' => 'These errors are usually caused by a server issue.', 'class' => 'ServerException', ), array( 'reason' => 'These errors are usually caused by a client action, such as using an action or resource on behalf of a user that doesn\'t have permission to use the action or resource, or specifying an identifier that is not valid.', 'class' => 'ClientException', ), array( 'reason' => 'The specified parameter is invalid. Review the available parameters for the API request.', 'class' => 'InvalidParameterException', ), ), ), 'ListTasks' => array( 'httpMethod' => 'POST', 'uri' => '/', 'class' => 'Aws\\Common\\Command\\JsonCommand', 'responseClass' => 'ListTasksResponse', 'responseType' => 'model', 'parameters' => array( 'Content-Type' => array( 'static' => true, 'location' => 'header', 'default' => 'application/x-amz-json-1.1', ), 'command.expects' => array( 'static' => true, 'default' => 'application/json', ), 'X-Amz-Target' => array( 'static' => true, 'location' => 'header', 'default' => 'AmazonEC2ContainerServiceV20141113.ListTasks', ), 'cluster' => array( 'type' => 'string', 'location' => 'json', ), 'containerInstance' => array( 'type' => 'string', 'location' => 'json', ), 'family' => array( 'type' => 'string', 'location' => 'json', ), 'nextToken' => array( 'type' => 'string', 'location' => 'json', ), 'maxResults' => array( 'type' => 'numeric', 'location' => 'json', ), 'startedBy' => array( 'type' => 'string', 'location' => 'json', ), 'serviceName' => array( 'type' => 'string', 'location' => 'json', ), 'desiredStatus' => array( 'type' => 'string', 'location' => 'json', ), ), 'errorResponses' => array( array( 'reason' => 'These errors are usually caused by a server issue.', 'class' => 'ServerException', ), array( 'reason' => 'These errors are usually caused by a client action, such as using an action or resource on behalf of a user that doesn\'t have permission to use the action or resource, or specifying an identifier that is not valid.', 'class' => 'ClientException', ), array( 'reason' => 'The specified parameter is invalid. Review the available parameters for the API request.', 'class' => 'InvalidParameterException', ), array( 'reason' => 'The specified cluster could not be found. You can view your available clusters with ListClusters. Amazon ECS clusters are region-specific.', 'class' => 'ClusterNotFoundException', ), array( 'reason' => 'The specified service could not be found. You can view your available services with ListServices. Amazon ECS services are cluster-specific and region-specific.', 'class' => 'ServiceNotFoundException', ), ), ), 'RegisterContainerInstance' => array( 'httpMethod' => 'POST', 'uri' => '/', 'class' => 'Aws\\Common\\Command\\JsonCommand', 'responseClass' => 'RegisterContainerInstanceResponse', 'responseType' => 'model', 'parameters' => array( 'Content-Type' => array( 'static' => true, 'location' => 'header', 'default' => 'application/x-amz-json-1.1', ), 'command.expects' => array( 'static' => true, 'default' => 'application/json', ), 'X-Amz-Target' => array( 'static' => true, 'location' => 'header', 'default' => 'AmazonEC2ContainerServiceV20141113.RegisterContainerInstance', ), 'cluster' => array( 'type' => 'string', 'location' => 'json', ), 'instanceIdentityDocument' => array( 'type' => 'string', 'location' => 'json', ), 'instanceIdentityDocumentSignature' => array( 'type' => 'string', 'location' => 'json', ), 'totalResources' => array( 'type' => 'array', 'location' => 'json', 'items' => array( 'name' => 'Resource', 'type' => 'object', 'properties' => array( '' => array( 'type' => 'object', ), ), ), ), 'versionInfo' => array( 'type' => 'object', 'location' => 'json', 'properties' => array( 'agentVersion' => array( 'type' => 'string', ), 'agentHash' => array( 'type' => 'string', ), 'dockerVersion' => array( 'type' => 'string', ), ), ), 'containerInstanceArn' => array( 'type' => 'string', 'location' => 'json', ), 'attributes' => array( 'type' => 'array', 'location' => 'json', 'items' => array( 'name' => 'Attribute', 'type' => 'object', 'properties' => array( 'name' => array( 'required' => true, 'type' => 'string', ), 'value' => array( 'type' => 'string', ), ), ), ), ), 'errorResponses' => array( array( 'reason' => 'These errors are usually caused by a server issue.', 'class' => 'ServerException', ), array( 'reason' => 'These errors are usually caused by a client action, such as using an action or resource on behalf of a user that doesn\'t have permission to use the action or resource, or specifying an identifier that is not valid.', 'class' => 'ClientException', ), ), ), 'RegisterTaskDefinition' => array( 'httpMethod' => 'POST', 'uri' => '/', 'class' => 'Aws\\Common\\Command\\JsonCommand', 'responseClass' => 'RegisterTaskDefinitionResponse', 'responseType' => 'model', 'parameters' => array( 'Content-Type' => array( 'static' => true, 'location' => 'header', 'default' => 'application/x-amz-json-1.1', ), 'command.expects' => array( 'static' => true, 'default' => 'application/json', ), 'X-Amz-Target' => array( 'static' => true, 'location' => 'header', 'default' => 'AmazonEC2ContainerServiceV20141113.RegisterTaskDefinition', ), 'family' => array( 'required' => true, 'type' => 'string', 'location' => 'json', ), 'containerDefinitions' => array( 'required' => true, 'type' => 'array', 'location' => 'json', 'items' => array( 'name' => 'ContainerDefinition', 'type' => 'object', 'properties' => array( 'name' => array( 'type' => 'string', ), 'image' => array( 'type' => 'string', ), 'cpu' => array( 'type' => 'numeric', ), 'memory' => array( 'type' => 'numeric', ), 'links' => array( 'type' => 'array', 'items' => array( 'name' => 'String', 'type' => 'string', ), ), 'portMappings' => array( 'type' => 'array', 'items' => array( 'name' => 'PortMapping', 'type' => 'object', 'properties' => array( 'containerPort' => array( 'type' => 'numeric', ), 'hostPort' => array( 'type' => 'numeric', ), 'protocol' => array( 'type' => 'string', ), ), ), ), 'essential' => array( 'type' => 'boolean', 'format' => 'boolean-string', ), 'entryPoint' => array( 'type' => 'array', 'items' => array( 'name' => 'String', 'type' => 'string', ), ), 'command' => array( 'type' => 'array', 'items' => array( 'name' => 'String', 'type' => 'string', ), ), 'environment' => array( 'type' => 'array', 'items' => array( 'name' => 'KeyValuePair', 'type' => 'object', 'properties' => array( 'name' => array( 'type' => 'string', ), 'value' => array( 'type' => 'string', ), ), ), ), 'mountPoints' => array( 'type' => 'array', 'items' => array( 'name' => 'MountPoint', 'type' => 'object', 'properties' => array( 'sourceVolume' => array( 'type' => 'string', ), 'containerPath' => array( 'type' => 'string', ), 'readOnly' => array( 'type' => 'boolean', 'format' => 'boolean-string', ), ), ), ), 'volumesFrom' => array( 'type' => 'array', 'items' => array( 'name' => 'VolumeFrom', 'type' => 'object', 'properties' => array( 'sourceContainer' => array( 'type' => 'string', ), 'readOnly' => array( 'type' => 'boolean', 'format' => 'boolean-string', ), ), ), ), 'hostname' => array( 'type' => 'string', ), 'user' => array( 'type' => 'string', ), 'workingDirectory' => array( 'type' => 'string', ), 'disableNetworking' => array( 'type' => 'boolean', 'format' => 'boolean-string', ), 'privileged' => array( 'type' => 'boolean', 'format' => 'boolean-string', ), 'readonlyRootFilesystem' => array( 'type' => 'boolean', 'format' => 'boolean-string', ), 'dnsServers' => array( 'type' => 'array', 'items' => array( 'name' => 'String', 'type' => 'string', ), ), 'dnsSearchDomains' => array( 'type' => 'array', 'items' => array( 'name' => 'String', 'type' => 'string', ), ), 'extraHosts' => array( 'type' => 'array', 'items' => array( 'name' => 'HostEntry', 'type' => 'object', 'properties' => array( 'hostname' => array( 'required' => true, 'type' => 'string', ), 'ipAddress' => array( 'required' => true, 'type' => 'string', ), ), ), ), 'dockerSecurityOptions' => array( 'type' => 'array', 'items' => array( 'name' => 'String', 'type' => 'string', ), ), 'dockerLabels' => array( 'type' => 'object', 'additionalProperties' => array( 'type' => 'string', 'data' => array( 'shape_name' => 'String', ), ), ), 'ulimits' => array( 'type' => 'array', 'items' => array( 'name' => 'Ulimit', 'type' => 'object', 'properties' => array( 'name' => array( 'required' => true, 'type' => 'string', ), 'softLimit' => array( 'required' => true, 'type' => 'numeric', ), 'hardLimit' => array( 'required' => true, 'type' => 'numeric', ), ), ), ), 'logConfiguration' => array( 'type' => 'object', 'properties' => array( 'logDriver' => array( 'required' => true, 'type' => 'string', ), 'options' => array( 'type' => 'object', 'additionalProperties' => array( 'type' => 'string', 'data' => array( 'shape_name' => 'String', ), ), ), ), ), ), ), ), 'volumes' => array( 'type' => 'array', 'location' => 'json', 'items' => array( 'name' => 'Volume', 'type' => 'object', 'properties' => array( 'name' => array( 'type' => 'string', ), 'host' => array( 'type' => 'object', 'properties' => array( 'sourcePath' => array( 'type' => 'string', ), ), ), ), ), ), ), 'errorResponses' => array( array( 'reason' => 'These errors are usually caused by a server issue.', 'class' => 'ServerException', ), array( 'reason' => 'These errors are usually caused by a client action, such as using an action or resource on behalf of a user that doesn\'t have permission to use the action or resource, or specifying an identifier that is not valid.', 'class' => 'ClientException', ), array( 'reason' => 'The specified parameter is invalid. Review the available parameters for the API request.', 'class' => 'InvalidParameterException', ), ), ), 'RunTask' => array( 'httpMethod' => 'POST', 'uri' => '/', 'class' => 'Aws\\Common\\Command\\JsonCommand', 'responseClass' => 'RunTaskResponse', 'responseType' => 'model', 'parameters' => array( 'Content-Type' => array( 'static' => true, 'location' => 'header', 'default' => 'application/x-amz-json-1.1', ), 'command.expects' => array( 'static' => true, 'default' => 'application/json', ), 'X-Amz-Target' => array( 'static' => true, 'location' => 'header', 'default' => 'AmazonEC2ContainerServiceV20141113.RunTask', ), 'cluster' => array( 'type' => 'string', 'location' => 'json', ), 'taskDefinition' => array( 'required' => true, 'type' => 'string', 'location' => 'json', ), 'overrides' => array( 'type' => 'object', 'location' => 'json', 'properties' => array( 'containerOverrides' => array( 'type' => 'array', 'items' => array( 'name' => 'ContainerOverride', 'type' => 'object', 'properties' => array( 'name' => array( 'type' => 'string', ), 'command' => array( 'type' => 'array', 'items' => array( 'name' => 'String', 'type' => 'string', ), ), 'environment' => array( 'type' => 'array', 'items' => array( 'name' => 'KeyValuePair', 'type' => 'object', 'properties' => array( 'name' => array( 'type' => 'string', ), 'value' => array( 'type' => 'string', ), ), ), ), ), ), ), ), ), 'count' => array( 'type' => 'numeric', 'location' => 'json', ), 'startedBy' => array( 'type' => 'string', 'location' => 'json', ), ), 'errorResponses' => array( array( 'reason' => 'These errors are usually caused by a server issue.', 'class' => 'ServerException', ), array( 'reason' => 'These errors are usually caused by a client action, such as using an action or resource on behalf of a user that doesn\'t have permission to use the action or resource, or specifying an identifier that is not valid.', 'class' => 'ClientException', ), array( 'reason' => 'The specified parameter is invalid. Review the available parameters for the API request.', 'class' => 'InvalidParameterException', ), array( 'reason' => 'The specified cluster could not be found. You can view your available clusters with ListClusters. Amazon ECS clusters are region-specific.', 'class' => 'ClusterNotFoundException', ), ), ), 'StartTask' => array( 'httpMethod' => 'POST', 'uri' => '/', 'class' => 'Aws\\Common\\Command\\JsonCommand', 'responseClass' => 'StartTaskResponse', 'responseType' => 'model', 'parameters' => array( 'Content-Type' => array( 'static' => true, 'location' => 'header', 'default' => 'application/x-amz-json-1.1', ), 'command.expects' => array( 'static' => true, 'default' => 'application/json', ), 'X-Amz-Target' => array( 'static' => true, 'location' => 'header', 'default' => 'AmazonEC2ContainerServiceV20141113.StartTask', ), 'cluster' => array( 'type' => 'string', 'location' => 'json', ), 'taskDefinition' => array( 'required' => true, 'type' => 'string', 'location' => 'json', ), 'overrides' => array( 'type' => 'object', 'location' => 'json', 'properties' => array( 'containerOverrides' => array( 'type' => 'array', 'items' => array( 'name' => 'ContainerOverride', 'type' => 'object', 'properties' => array( 'name' => array( 'type' => 'string', ), 'command' => array( 'type' => 'array', 'items' => array( 'name' => 'String', 'type' => 'string', ), ), 'environment' => array( 'type' => 'array', 'items' => array( 'name' => 'KeyValuePair', 'type' => 'object', 'properties' => array( 'name' => array( 'type' => 'string', ), 'value' => array( 'type' => 'string', ), ), ), ), ), ), ), ), ), 'containerInstances' => array( 'required' => true, 'type' => 'array', 'location' => 'json', 'items' => array( 'name' => 'String', 'type' => 'string', ), ), 'startedBy' => array( 'type' => 'string', 'location' => 'json', ), ), 'errorResponses' => array( array( 'reason' => 'These errors are usually caused by a server issue.', 'class' => 'ServerException', ), array( 'reason' => 'These errors are usually caused by a client action, such as using an action or resource on behalf of a user that doesn\'t have permission to use the action or resource, or specifying an identifier that is not valid.', 'class' => 'ClientException', ), array( 'reason' => 'The specified parameter is invalid. Review the available parameters for the API request.', 'class' => 'InvalidParameterException', ), array( 'reason' => 'The specified cluster could not be found. You can view your available clusters with ListClusters. Amazon ECS clusters are region-specific.', 'class' => 'ClusterNotFoundException', ), ), ), 'StopTask' => array( 'httpMethod' => 'POST', 'uri' => '/', 'class' => 'Aws\\Common\\Command\\JsonCommand', 'responseClass' => 'StopTaskResponse', 'responseType' => 'model', 'parameters' => array( 'Content-Type' => array( 'static' => true, 'location' => 'header', 'default' => 'application/x-amz-json-1.1', ), 'command.expects' => array( 'static' => true, 'default' => 'application/json', ), 'X-Amz-Target' => array( 'static' => true, 'location' => 'header', 'default' => 'AmazonEC2ContainerServiceV20141113.StopTask', ), 'cluster' => array( 'type' => 'string', 'location' => 'json', ), 'task' => array( 'required' => true, 'type' => 'string', 'location' => 'json', ), ), 'errorResponses' => array( array( 'reason' => 'These errors are usually caused by a server issue.', 'class' => 'ServerException', ), array( 'reason' => 'These errors are usually caused by a client action, such as using an action or resource on behalf of a user that doesn\'t have permission to use the action or resource, or specifying an identifier that is not valid.', 'class' => 'ClientException', ), array( 'reason' => 'The specified parameter is invalid. Review the available parameters for the API request.', 'class' => 'InvalidParameterException', ), array( 'reason' => 'The specified cluster could not be found. You can view your available clusters with ListClusters. Amazon ECS clusters are region-specific.', 'class' => 'ClusterNotFoundException', ), ), ), 'SubmitContainerStateChange' => array( 'httpMethod' => 'POST', 'uri' => '/', 'class' => 'Aws\\Common\\Command\\JsonCommand', 'responseClass' => 'SubmitContainerStateChangeResponse', 'responseType' => 'model', 'parameters' => array( 'Content-Type' => array( 'static' => true, 'location' => 'header', 'default' => 'application/x-amz-json-1.1', ), 'command.expects' => array( 'static' => true, 'default' => 'application/json', ), 'X-Amz-Target' => array( 'static' => true, 'location' => 'header', 'default' => 'AmazonEC2ContainerServiceV20141113.SubmitContainerStateChange', ), 'cluster' => array( 'type' => 'string', 'location' => 'json', ), 'task' => array( 'type' => 'string', 'location' => 'json', ), 'containerName' => array( 'type' => 'string', 'location' => 'json', ), 'status' => array( 'type' => 'string', 'location' => 'json', ), 'exitCode' => array( 'type' => 'numeric', 'location' => 'json', ), 'reason' => array( 'type' => 'string', 'location' => 'json', ), 'networkBindings' => array( 'type' => 'array', 'location' => 'json', 'items' => array( 'name' => 'NetworkBinding', 'type' => 'object', 'properties' => array( 'bindIP' => array( 'type' => 'string', ), 'containerPort' => array( 'type' => 'numeric', ), 'hostPort' => array( 'type' => 'numeric', ), 'protocol' => array( 'type' => 'string', ), ), ), ), ), 'errorResponses' => array( array( 'reason' => 'These errors are usually caused by a server issue.', 'class' => 'ServerException', ), array( 'reason' => 'These errors are usually caused by a client action, such as using an action or resource on behalf of a user that doesn\'t have permission to use the action or resource, or specifying an identifier that is not valid.', 'class' => 'ClientException', ), ), ), 'SubmitTaskStateChange' => array( 'httpMethod' => 'POST', 'uri' => '/', 'class' => 'Aws\\Common\\Command\\JsonCommand', 'responseClass' => 'SubmitTaskStateChangeResponse', 'responseType' => 'model', 'parameters' => array( 'Content-Type' => array( 'static' => true, 'location' => 'header', 'default' => 'application/x-amz-json-1.1', ), 'command.expects' => array( 'static' => true, 'default' => 'application/json', ), 'X-Amz-Target' => array( 'static' => true, 'location' => 'header', 'default' => 'AmazonEC2ContainerServiceV20141113.SubmitTaskStateChange', ), 'cluster' => array( 'type' => 'string', 'location' => 'json', ), 'task' => array( 'type' => 'string', 'location' => 'json', ), 'status' => array( 'type' => 'string', 'location' => 'json', ), 'reason' => array( 'type' => 'string', 'location' => 'json', ), ), 'errorResponses' => array( array( 'reason' => 'These errors are usually caused by a server issue.', 'class' => 'ServerException', ), array( 'reason' => 'These errors are usually caused by a client action, such as using an action or resource on behalf of a user that doesn\'t have permission to use the action or resource, or specifying an identifier that is not valid.', 'class' => 'ClientException', ), ), ), 'UpdateContainerAgent' => array( 'httpMethod' => 'POST', 'uri' => '/', 'class' => 'Aws\\Common\\Command\\JsonCommand', 'responseClass' => 'UpdateContainerAgentResponse', 'responseType' => 'model', 'parameters' => array( 'Content-Type' => array( 'static' => true, 'location' => 'header', 'default' => 'application/x-amz-json-1.1', ), 'command.expects' => array( 'static' => true, 'default' => 'application/json', ), 'X-Amz-Target' => array( 'static' => true, 'location' => 'header', 'default' => 'AmazonEC2ContainerServiceV20141113.UpdateContainerAgent', ), 'cluster' => array( 'type' => 'string', 'location' => 'json', ), 'containerInstance' => array( 'required' => true, 'type' => 'string', 'location' => 'json', ), ), 'errorResponses' => array( array( 'reason' => 'These errors are usually caused by a server issue.', 'class' => 'ServerException', ), array( 'reason' => 'These errors are usually caused by a client action, such as using an action or resource on behalf of a user that doesn\'t have permission to use the action or resource, or specifying an identifier that is not valid.', 'class' => 'ClientException', ), array( 'reason' => 'The specified parameter is invalid. Review the available parameters for the API request.', 'class' => 'InvalidParameterException', ), array( 'reason' => 'The specified cluster could not be found. You can view your available clusters with ListClusters. Amazon ECS clusters are region-specific.', 'class' => 'ClusterNotFoundException', ), array( 'reason' => 'There is already a current Amazon ECS container agent update in progress on the specified container instance. If the container agent becomes disconnected while it is in a transitional stage, such as PENDING or STAGING, the update process can get stuck in that state. However, when the agent reconnects, it resumes where it stopped previously.', 'class' => 'UpdateInProgressException', ), array( 'reason' => 'There is no update available for this Amazon ECS container agent. This could be because the agent is already running the latest version, or it is so old that there is no update path to the current version.', 'class' => 'NoUpdateAvailableException', ), array( 'reason' => 'Amazon ECS is unable to determine the current version of the Amazon ECS container agent on the container instance and does not have enough information to proceed with an update. This could be because the agent running on the container instance is an older or custom version that does not use our version information.', 'class' => 'MissingVersionException', ), ), ), 'UpdateService' => array( 'httpMethod' => 'POST', 'uri' => '/', 'class' => 'Aws\\Common\\Command\\JsonCommand', 'responseClass' => 'UpdateServiceResponse', 'responseType' => 'model', 'parameters' => array( 'Content-Type' => array( 'static' => true, 'location' => 'header', 'default' => 'application/x-amz-json-1.1', ), 'command.expects' => array( 'static' => true, 'default' => 'application/json', ), 'X-Amz-Target' => array( 'static' => true, 'location' => 'header', 'default' => 'AmazonEC2ContainerServiceV20141113.UpdateService', ), 'cluster' => array( 'type' => 'string', 'location' => 'json', ), 'service' => array( 'required' => true, 'type' => 'string', 'location' => 'json', ), 'desiredCount' => array( 'type' => 'numeric', 'location' => 'json', ), 'taskDefinition' => array( 'type' => 'string', 'location' => 'json', ), ), 'errorResponses' => array( array( 'reason' => 'These errors are usually caused by a server issue.', 'class' => 'ServerException', ), array( 'reason' => 'These errors are usually caused by a client action, such as using an action or resource on behalf of a user that doesn\'t have permission to use the action or resource, or specifying an identifier that is not valid.', 'class' => 'ClientException', ), array( 'reason' => 'The specified parameter is invalid. Review the available parameters for the API request.', 'class' => 'InvalidParameterException', ), array( 'reason' => 'The specified cluster could not be found. You can view your available clusters with ListClusters. Amazon ECS clusters are region-specific.', 'class' => 'ClusterNotFoundException', ), array( 'reason' => 'The specified service could not be found. You can view your available services with ListServices. Amazon ECS services are cluster-specific and region-specific.', 'class' => 'ServiceNotFoundException', ), array( 'reason' => 'The specified service is not active. You cannot update a service that is not active. If you have previously deleted a service, you can re-create it with CreateService.', 'class' => 'ServiceNotActiveException', ), ), ), ), 'models' => array( 'CreateClusterResponse' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'cluster' => array( 'type' => 'object', 'location' => 'json', 'properties' => array( 'clusterArn' => array( 'type' => 'string', ), 'clusterName' => array( 'type' => 'string', ), 'status' => array( 'type' => 'string', ), 'registeredContainerInstancesCount' => array( 'type' => 'numeric', ), 'runningTasksCount' => array( 'type' => 'numeric', ), 'pendingTasksCount' => array( 'type' => 'numeric', ), 'activeServicesCount' => array( 'type' => 'numeric', ), ), ), ), ), 'CreateServiceResponse' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'service' => array( 'type' => 'object', 'location' => 'json', 'properties' => array( 'serviceArn' => array( 'type' => 'string', ), 'serviceName' => array( 'type' => 'string', ), 'clusterArn' => array( 'type' => 'string', ), 'loadBalancers' => array( 'type' => 'array', 'items' => array( 'name' => 'LoadBalancer', 'type' => 'object', 'properties' => array( 'loadBalancerName' => array( 'type' => 'string', ), 'containerName' => array( 'type' => 'string', ), 'containerPort' => array( 'type' => 'numeric', ), ), ), ), 'status' => array( 'type' => 'string', ), 'desiredCount' => array( 'type' => 'numeric', ), 'runningCount' => array( 'type' => 'numeric', ), 'pendingCount' => array( 'type' => 'numeric', ), 'taskDefinition' => array( 'type' => 'string', ), 'deployments' => array( 'type' => 'array', 'items' => array( 'name' => 'Deployment', 'type' => 'object', 'properties' => array( 'id' => array( 'type' => 'string', ), 'status' => array( 'type' => 'string', ), 'taskDefinition' => array( 'type' => 'string', ), 'desiredCount' => array( 'type' => 'numeric', ), 'pendingCount' => array( 'type' => 'numeric', ), 'runningCount' => array( 'type' => 'numeric', ), 'createdAt' => array( 'type' => 'string', ), 'updatedAt' => array( 'type' => 'string', ), ), ), ), 'roleArn' => array( 'type' => 'string', ), 'events' => array( 'type' => 'array', 'items' => array( 'name' => 'ServiceEvent', 'type' => 'object', 'properties' => array( 'id' => array( 'type' => 'string', ), 'createdAt' => array( 'type' => 'string', ), 'message' => array( 'type' => 'string', ), ), ), ), ), ), ), ), 'DeleteClusterResponse' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'cluster' => array( 'type' => 'object', 'location' => 'json', 'properties' => array( 'clusterArn' => array( 'type' => 'string', ), 'clusterName' => array( 'type' => 'string', ), 'status' => array( 'type' => 'string', ), 'registeredContainerInstancesCount' => array( 'type' => 'numeric', ), 'runningTasksCount' => array( 'type' => 'numeric', ), 'pendingTasksCount' => array( 'type' => 'numeric', ), 'activeServicesCount' => array( 'type' => 'numeric', ), ), ), ), ), 'DeleteServiceResponse' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'service' => array( 'type' => 'object', 'location' => 'json', 'properties' => array( 'serviceArn' => array( 'type' => 'string', ), 'serviceName' => array( 'type' => 'string', ), 'clusterArn' => array( 'type' => 'string', ), 'loadBalancers' => array( 'type' => 'array', 'items' => array( 'name' => 'LoadBalancer', 'type' => 'object', 'properties' => array( 'loadBalancerName' => array( 'type' => 'string', ), 'containerName' => array( 'type' => 'string', ), 'containerPort' => array( 'type' => 'numeric', ), ), ), ), 'status' => array( 'type' => 'string', ), 'desiredCount' => array( 'type' => 'numeric', ), 'runningCount' => array( 'type' => 'numeric', ), 'pendingCount' => array( 'type' => 'numeric', ), 'taskDefinition' => array( 'type' => 'string', ), 'deployments' => array( 'type' => 'array', 'items' => array( 'name' => 'Deployment', 'type' => 'object', 'properties' => array( 'id' => array( 'type' => 'string', ), 'status' => array( 'type' => 'string', ), 'taskDefinition' => array( 'type' => 'string', ), 'desiredCount' => array( 'type' => 'numeric', ), 'pendingCount' => array( 'type' => 'numeric', ), 'runningCount' => array( 'type' => 'numeric', ), 'createdAt' => array( 'type' => 'string', ), 'updatedAt' => array( 'type' => 'string', ), ), ), ), 'roleArn' => array( 'type' => 'string', ), 'events' => array( 'type' => 'array', 'items' => array( 'name' => 'ServiceEvent', 'type' => 'object', 'properties' => array( 'id' => array( 'type' => 'string', ), 'createdAt' => array( 'type' => 'string', ), 'message' => array( 'type' => 'string', ), ), ), ), ), ), ), ), 'DeregisterContainerInstanceResponse' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'containerInstance' => array( 'type' => 'object', 'location' => 'json', 'properties' => array( 'containerInstanceArn' => array( 'type' => 'string', ), 'ec2InstanceId' => array( 'type' => 'string', ), 'versionInfo' => array( 'type' => 'object', 'properties' => array( 'agentVersion' => array( 'type' => 'string', ), 'agentHash' => array( 'type' => 'string', ), 'dockerVersion' => array( 'type' => 'string', ), ), ), 'remainingResources' => array( 'type' => 'array', 'items' => array( 'name' => 'Resource', 'type' => 'object', 'properties' => array( '' => array( 'type' => 'object', ), ), ), ), 'registeredResources' => array( 'type' => 'array', 'items' => array( 'name' => 'Resource', 'type' => 'object', 'properties' => array( '' => array( 'type' => 'object', ), ), ), ), 'status' => array( 'type' => 'string', ), 'agentConnected' => array( 'type' => 'boolean', ), 'runningTasksCount' => array( 'type' => 'numeric', ), 'pendingTasksCount' => array( 'type' => 'numeric', ), 'agentUpdateStatus' => array( 'type' => 'string', ), 'attributes' => array( 'type' => 'array', 'items' => array( 'name' => 'Attribute', 'type' => 'object', 'properties' => array( 'name' => array( 'type' => 'string', ), 'value' => array( 'type' => 'string', ), ), ), ), ), ), ), ), 'DeregisterTaskDefinitionResponse' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'taskDefinition' => array( 'type' => 'object', 'location' => 'json', 'properties' => array( 'taskDefinitionArn' => array( 'type' => 'string', ), 'containerDefinitions' => array( 'type' => 'array', 'items' => array( 'name' => 'ContainerDefinition', 'type' => 'object', 'properties' => array( 'name' => array( 'type' => 'string', ), 'image' => array( 'type' => 'string', ), 'cpu' => array( 'type' => 'numeric', ), 'memory' => array( 'type' => 'numeric', ), 'links' => array( 'type' => 'array', 'items' => array( 'name' => 'String', 'type' => 'string', ), ), 'portMappings' => array( 'type' => 'array', 'items' => array( 'name' => 'PortMapping', 'type' => 'object', 'properties' => array( 'containerPort' => array( 'type' => 'numeric', ), 'hostPort' => array( 'type' => 'numeric', ), 'protocol' => array( 'type' => 'string', ), ), ), ), 'essential' => array( 'type' => 'boolean', ), 'entryPoint' => array( 'type' => 'array', 'items' => array( 'name' => 'String', 'type' => 'string', ), ), 'command' => array( 'type' => 'array', 'items' => array( 'name' => 'String', 'type' => 'string', ), ), 'environment' => array( 'type' => 'array', 'items' => array( 'name' => 'KeyValuePair', 'type' => 'object', 'properties' => array( 'name' => array( 'type' => 'string', ), 'value' => array( 'type' => 'string', ), ), ), ), 'mountPoints' => array( 'type' => 'array', 'items' => array( 'name' => 'MountPoint', 'type' => 'object', 'properties' => array( 'sourceVolume' => array( 'type' => 'string', ), 'containerPath' => array( 'type' => 'string', ), 'readOnly' => array( 'type' => 'boolean', ), ), ), ), 'volumesFrom' => array( 'type' => 'array', 'items' => array( 'name' => 'VolumeFrom', 'type' => 'object', 'properties' => array( 'sourceContainer' => array( 'type' => 'string', ), 'readOnly' => array( 'type' => 'boolean', ), ), ), ), 'hostname' => array( 'type' => 'string', ), 'user' => array( 'type' => 'string', ), 'workingDirectory' => array( 'type' => 'string', ), 'disableNetworking' => array( 'type' => 'boolean', ), 'privileged' => array( 'type' => 'boolean', ), 'readonlyRootFilesystem' => array( 'type' => 'boolean', ), 'dnsServers' => array( 'type' => 'array', 'items' => array( 'name' => 'String', 'type' => 'string', ), ), 'dnsSearchDomains' => array( 'type' => 'array', 'items' => array( 'name' => 'String', 'type' => 'string', ), ), 'extraHosts' => array( 'type' => 'array', 'items' => array( 'name' => 'HostEntry', 'type' => 'object', 'properties' => array( 'hostname' => array( 'type' => 'string', ), 'ipAddress' => array( 'type' => 'string', ), ), ), ), 'dockerSecurityOptions' => array( 'type' => 'array', 'items' => array( 'name' => 'String', 'type' => 'string', ), ), 'dockerLabels' => array( 'type' => 'object', 'additionalProperties' => array( 'type' => 'string', ), ), 'ulimits' => array( 'type' => 'array', 'items' => array( 'name' => 'Ulimit', 'type' => 'object', 'properties' => array( 'name' => array( 'type' => 'string', ), 'softLimit' => array( 'type' => 'numeric', ), 'hardLimit' => array( 'type' => 'numeric', ), ), ), ), 'logConfiguration' => array( 'type' => 'object', 'properties' => array( 'logDriver' => array( 'type' => 'string', ), 'options' => array( 'type' => 'object', 'additionalProperties' => array( 'type' => 'string', ), ), ), ), ), ), ), 'family' => array( 'type' => 'string', ), 'revision' => array( 'type' => 'numeric', ), 'volumes' => array( 'type' => 'array', 'items' => array( 'name' => 'Volume', 'type' => 'object', 'properties' => array( 'name' => array( 'type' => 'string', ), 'host' => array( 'type' => 'object', 'properties' => array( 'sourcePath' => array( 'type' => 'string', ), ), ), ), ), ), 'status' => array( 'type' => 'string', ), 'requiresAttributes' => array( 'type' => 'array', 'items' => array( 'name' => 'Attribute', 'type' => 'object', 'properties' => array( 'name' => array( 'type' => 'string', ), 'value' => array( 'type' => 'string', ), ), ), ), ), ), ), ), 'DescribeClustersResponse' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'clusters' => array( 'type' => 'array', 'location' => 'json', 'items' => array( 'name' => 'Cluster', 'type' => 'object', 'properties' => array( 'clusterArn' => array( 'type' => 'string', ), 'clusterName' => array( 'type' => 'string', ), 'status' => array( 'type' => 'string', ), 'registeredContainerInstancesCount' => array( 'type' => 'numeric', ), 'runningTasksCount' => array( 'type' => 'numeric', ), 'pendingTasksCount' => array( 'type' => 'numeric', ), 'activeServicesCount' => array( 'type' => 'numeric', ), ), ), ), 'failures' => array( 'type' => 'array', 'location' => 'json', 'items' => array( 'name' => 'Failure', 'type' => 'object', 'properties' => array( 'arn' => array( 'type' => 'string', ), 'reason' => array( 'type' => 'string', ), ), ), ), ), ), 'DescribeContainerInstancesResponse' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'containerInstances' => array( 'type' => 'array', 'location' => 'json', 'items' => array( 'name' => 'ContainerInstance', 'type' => 'object', 'properties' => array( 'containerInstanceArn' => array( 'type' => 'string', ), 'ec2InstanceId' => array( 'type' => 'string', ), 'versionInfo' => array( 'type' => 'object', 'properties' => array( 'agentVersion' => array( 'type' => 'string', ), 'agentHash' => array( 'type' => 'string', ), 'dockerVersion' => array( 'type' => 'string', ), ), ), 'remainingResources' => array( 'type' => 'array', 'items' => array( 'name' => 'Resource', 'type' => 'object', 'properties' => array( '' => array( 'type' => 'object', ), ), ), ), 'registeredResources' => array( 'type' => 'array', 'items' => array( 'name' => 'Resource', 'type' => 'object', 'properties' => array( '' => array( 'type' => 'object', ), ), ), ), 'status' => array( 'type' => 'string', ), 'agentConnected' => array( 'type' => 'boolean', ), 'runningTasksCount' => array( 'type' => 'numeric', ), 'pendingTasksCount' => array( 'type' => 'numeric', ), 'agentUpdateStatus' => array( 'type' => 'string', ), 'attributes' => array( 'type' => 'array', 'items' => array( 'name' => 'Attribute', 'type' => 'object', 'properties' => array( 'name' => array( 'type' => 'string', ), 'value' => array( 'type' => 'string', ), ), ), ), ), ), ), 'failures' => array( 'type' => 'array', 'location' => 'json', 'items' => array( 'name' => 'Failure', 'type' => 'object', 'properties' => array( 'arn' => array( 'type' => 'string', ), 'reason' => array( 'type' => 'string', ), ), ), ), ), ), 'DescribeServicesResponse' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'services' => array( 'type' => 'array', 'location' => 'json', 'items' => array( 'name' => 'Service', 'type' => 'object', 'properties' => array( 'serviceArn' => array( 'type' => 'string', ), 'serviceName' => array( 'type' => 'string', ), 'clusterArn' => array( 'type' => 'string', ), 'loadBalancers' => array( 'type' => 'array', 'items' => array( 'name' => 'LoadBalancer', 'type' => 'object', 'properties' => array( 'loadBalancerName' => array( 'type' => 'string', ), 'containerName' => array( 'type' => 'string', ), 'containerPort' => array( 'type' => 'numeric', ), ), ), ), 'status' => array( 'type' => 'string', ), 'desiredCount' => array( 'type' => 'numeric', ), 'runningCount' => array( 'type' => 'numeric', ), 'pendingCount' => array( 'type' => 'numeric', ), 'taskDefinition' => array( 'type' => 'string', ), 'deployments' => array( 'type' => 'array', 'items' => array( 'name' => 'Deployment', 'type' => 'object', 'properties' => array( 'id' => array( 'type' => 'string', ), 'status' => array( 'type' => 'string', ), 'taskDefinition' => array( 'type' => 'string', ), 'desiredCount' => array( 'type' => 'numeric', ), 'pendingCount' => array( 'type' => 'numeric', ), 'runningCount' => array( 'type' => 'numeric', ), 'createdAt' => array( 'type' => 'string', ), 'updatedAt' => array( 'type' => 'string', ), ), ), ), 'roleArn' => array( 'type' => 'string', ), 'events' => array( 'type' => 'array', 'items' => array( 'name' => 'ServiceEvent', 'type' => 'object', 'properties' => array( 'id' => array( 'type' => 'string', ), 'createdAt' => array( 'type' => 'string', ), 'message' => array( 'type' => 'string', ), ), ), ), ), ), ), 'failures' => array( 'type' => 'array', 'location' => 'json', 'items' => array( 'name' => 'Failure', 'type' => 'object', 'properties' => array( 'arn' => array( 'type' => 'string', ), 'reason' => array( 'type' => 'string', ), ), ), ), ), ), 'DescribeTaskDefinitionResponse' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'taskDefinition' => array( 'type' => 'object', 'location' => 'json', 'properties' => array( 'taskDefinitionArn' => array( 'type' => 'string', ), 'containerDefinitions' => array( 'type' => 'array', 'items' => array( 'name' => 'ContainerDefinition', 'type' => 'object', 'properties' => array( 'name' => array( 'type' => 'string', ), 'image' => array( 'type' => 'string', ), 'cpu' => array( 'type' => 'numeric', ), 'memory' => array( 'type' => 'numeric', ), 'links' => array( 'type' => 'array', 'items' => array( 'name' => 'String', 'type' => 'string', ), ), 'portMappings' => array( 'type' => 'array', 'items' => array( 'name' => 'PortMapping', 'type' => 'object', 'properties' => array( 'containerPort' => array( 'type' => 'numeric', ), 'hostPort' => array( 'type' => 'numeric', ), 'protocol' => array( 'type' => 'string', ), ), ), ), 'essential' => array( 'type' => 'boolean', ), 'entryPoint' => array( 'type' => 'array', 'items' => array( 'name' => 'String', 'type' => 'string', ), ), 'command' => array( 'type' => 'array', 'items' => array( 'name' => 'String', 'type' => 'string', ), ), 'environment' => array( 'type' => 'array', 'items' => array( 'name' => 'KeyValuePair', 'type' => 'object', 'properties' => array( 'name' => array( 'type' => 'string', ), 'value' => array( 'type' => 'string', ), ), ), ), 'mountPoints' => array( 'type' => 'array', 'items' => array( 'name' => 'MountPoint', 'type' => 'object', 'properties' => array( 'sourceVolume' => array( 'type' => 'string', ), 'containerPath' => array( 'type' => 'string', ), 'readOnly' => array( 'type' => 'boolean', ), ), ), ), 'volumesFrom' => array( 'type' => 'array', 'items' => array( 'name' => 'VolumeFrom', 'type' => 'object', 'properties' => array( 'sourceContainer' => array( 'type' => 'string', ), 'readOnly' => array( 'type' => 'boolean', ), ), ), ), 'hostname' => array( 'type' => 'string', ), 'user' => array( 'type' => 'string', ), 'workingDirectory' => array( 'type' => 'string', ), 'disableNetworking' => array( 'type' => 'boolean', ), 'privileged' => array( 'type' => 'boolean', ), 'readonlyRootFilesystem' => array( 'type' => 'boolean', ), 'dnsServers' => array( 'type' => 'array', 'items' => array( 'name' => 'String', 'type' => 'string', ), ), 'dnsSearchDomains' => array( 'type' => 'array', 'items' => array( 'name' => 'String', 'type' => 'string', ), ), 'extraHosts' => array( 'type' => 'array', 'items' => array( 'name' => 'HostEntry', 'type' => 'object', 'properties' => array( 'hostname' => array( 'type' => 'string', ), 'ipAddress' => array( 'type' => 'string', ), ), ), ), 'dockerSecurityOptions' => array( 'type' => 'array', 'items' => array( 'name' => 'String', 'type' => 'string', ), ), 'dockerLabels' => array( 'type' => 'object', 'additionalProperties' => array( 'type' => 'string', ), ), 'ulimits' => array( 'type' => 'array', 'items' => array( 'name' => 'Ulimit', 'type' => 'object', 'properties' => array( 'name' => array( 'type' => 'string', ), 'softLimit' => array( 'type' => 'numeric', ), 'hardLimit' => array( 'type' => 'numeric', ), ), ), ), 'logConfiguration' => array( 'type' => 'object', 'properties' => array( 'logDriver' => array( 'type' => 'string', ), 'options' => array( 'type' => 'object', 'additionalProperties' => array( 'type' => 'string', ), ), ), ), ), ), ), 'family' => array( 'type' => 'string', ), 'revision' => array( 'type' => 'numeric', ), 'volumes' => array( 'type' => 'array', 'items' => array( 'name' => 'Volume', 'type' => 'object', 'properties' => array( 'name' => array( 'type' => 'string', ), 'host' => array( 'type' => 'object', 'properties' => array( 'sourcePath' => array( 'type' => 'string', ), ), ), ), ), ), 'status' => array( 'type' => 'string', ), 'requiresAttributes' => array( 'type' => 'array', 'items' => array( 'name' => 'Attribute', 'type' => 'object', 'properties' => array( 'name' => array( 'type' => 'string', ), 'value' => array( 'type' => 'string', ), ), ), ), ), ), ), ), 'DescribeTasksResponse' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'tasks' => array( 'type' => 'array', 'location' => 'json', 'items' => array( 'name' => 'Task', 'type' => 'object', 'properties' => array( 'taskArn' => array( 'type' => 'string', ), 'clusterArn' => array( 'type' => 'string', ), 'taskDefinitionArn' => array( 'type' => 'string', ), 'containerInstanceArn' => array( 'type' => 'string', ), 'overrides' => array( 'type' => 'object', 'properties' => array( 'containerOverrides' => array( 'type' => 'array', 'items' => array( 'name' => 'ContainerOverride', 'type' => 'object', 'properties' => array( 'name' => array( 'type' => 'string', ), 'command' => array( 'type' => 'array', 'items' => array( 'name' => 'String', 'type' => 'string', ), ), 'environment' => array( 'type' => 'array', 'items' => array( 'name' => 'KeyValuePair', 'type' => 'object', 'properties' => array( 'name' => array( 'type' => 'string', ), 'value' => array( 'type' => 'string', ), ), ), ), ), ), ), ), ), 'lastStatus' => array( 'type' => 'string', ), 'desiredStatus' => array( 'type' => 'string', ), 'containers' => array( 'type' => 'array', 'items' => array( 'name' => 'Container', 'type' => 'object', 'properties' => array( 'containerArn' => array( 'type' => 'string', ), 'taskArn' => array( 'type' => 'string', ), 'name' => array( 'type' => 'string', ), 'lastStatus' => array( 'type' => 'string', ), 'exitCode' => array( 'type' => 'numeric', ), 'reason' => array( 'type' => 'string', ), 'networkBindings' => array( 'type' => 'array', 'items' => array( 'name' => 'NetworkBinding', 'type' => 'object', 'properties' => array( 'bindIP' => array( 'type' => 'string', ), 'containerPort' => array( 'type' => 'numeric', ), 'hostPort' => array( 'type' => 'numeric', ), 'protocol' => array( 'type' => 'string', ), ), ), ), ), ), ), 'startedBy' => array( 'type' => 'string', ), ), ), ), 'failures' => array( 'type' => 'array', 'location' => 'json', 'items' => array( 'name' => 'Failure', 'type' => 'object', 'properties' => array( 'arn' => array( 'type' => 'string', ), 'reason' => array( 'type' => 'string', ), ), ), ), ), ), 'DiscoverPollEndpointResponse' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'endpoint' => array( 'type' => 'string', 'location' => 'json', ), 'telemetryEndpoint' => array( 'type' => 'string', 'location' => 'json', ), ), ), 'ListClustersResponse' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'clusterArns' => array( 'type' => 'array', 'location' => 'json', 'items' => array( 'name' => 'String', 'type' => 'string', ), ), 'nextToken' => array( 'type' => 'string', 'location' => 'json', ), ), ), 'ListContainerInstancesResponse' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'containerInstanceArns' => array( 'type' => 'array', 'location' => 'json', 'items' => array( 'name' => 'String', 'type' => 'string', ), ), 'nextToken' => array( 'type' => 'string', 'location' => 'json', ), ), ), 'ListServicesResponse' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'serviceArns' => array( 'type' => 'array', 'location' => 'json', 'items' => array( 'name' => 'String', 'type' => 'string', ), ), 'nextToken' => array( 'type' => 'string', 'location' => 'json', ), ), ), 'ListTaskDefinitionFamiliesResponse' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'families' => array( 'type' => 'array', 'location' => 'json', 'items' => array( 'name' => 'String', 'type' => 'string', ), ), 'nextToken' => array( 'type' => 'string', 'location' => 'json', ), ), ), 'ListTaskDefinitionsResponse' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'taskDefinitionArns' => array( 'type' => 'array', 'location' => 'json', 'items' => array( 'name' => 'String', 'type' => 'string', ), ), 'nextToken' => array( 'type' => 'string', 'location' => 'json', ), ), ), 'ListTasksResponse' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'taskArns' => array( 'type' => 'array', 'location' => 'json', 'items' => array( 'name' => 'String', 'type' => 'string', ), ), 'nextToken' => array( 'type' => 'string', 'location' => 'json', ), ), ), 'RegisterContainerInstanceResponse' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'containerInstance' => array( 'type' => 'object', 'location' => 'json', 'properties' => array( 'containerInstanceArn' => array( 'type' => 'string', ), 'ec2InstanceId' => array( 'type' => 'string', ), 'versionInfo' => array( 'type' => 'object', 'properties' => array( 'agentVersion' => array( 'type' => 'string', ), 'agentHash' => array( 'type' => 'string', ), 'dockerVersion' => array( 'type' => 'string', ), ), ), 'remainingResources' => array( 'type' => 'array', 'items' => array( 'name' => 'Resource', 'type' => 'object', 'properties' => array( '' => array( 'type' => 'object', ), ), ), ), 'registeredResources' => array( 'type' => 'array', 'items' => array( 'name' => 'Resource', 'type' => 'object', 'properties' => array( '' => array( 'type' => 'object', ), ), ), ), 'status' => array( 'type' => 'string', ), 'agentConnected' => array( 'type' => 'boolean', ), 'runningTasksCount' => array( 'type' => 'numeric', ), 'pendingTasksCount' => array( 'type' => 'numeric', ), 'agentUpdateStatus' => array( 'type' => 'string', ), 'attributes' => array( 'type' => 'array', 'items' => array( 'name' => 'Attribute', 'type' => 'object', 'properties' => array( 'name' => array( 'type' => 'string', ), 'value' => array( 'type' => 'string', ), ), ), ), ), ), ), ), 'RegisterTaskDefinitionResponse' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'taskDefinition' => array( 'type' => 'object', 'location' => 'json', 'properties' => array( 'taskDefinitionArn' => array( 'type' => 'string', ), 'containerDefinitions' => array( 'type' => 'array', 'items' => array( 'name' => 'ContainerDefinition', 'type' => 'object', 'properties' => array( 'name' => array( 'type' => 'string', ), 'image' => array( 'type' => 'string', ), 'cpu' => array( 'type' => 'numeric', ), 'memory' => array( 'type' => 'numeric', ), 'links' => array( 'type' => 'array', 'items' => array( 'name' => 'String', 'type' => 'string', ), ), 'portMappings' => array( 'type' => 'array', 'items' => array( 'name' => 'PortMapping', 'type' => 'object', 'properties' => array( 'containerPort' => array( 'type' => 'numeric', ), 'hostPort' => array( 'type' => 'numeric', ), 'protocol' => array( 'type' => 'string', ), ), ), ), 'essential' => array( 'type' => 'boolean', ), 'entryPoint' => array( 'type' => 'array', 'items' => array( 'name' => 'String', 'type' => 'string', ), ), 'command' => array( 'type' => 'array', 'items' => array( 'name' => 'String', 'type' => 'string', ), ), 'environment' => array( 'type' => 'array', 'items' => array( 'name' => 'KeyValuePair', 'type' => 'object', 'properties' => array( 'name' => array( 'type' => 'string', ), 'value' => array( 'type' => 'string', ), ), ), ), 'mountPoints' => array( 'type' => 'array', 'items' => array( 'name' => 'MountPoint', 'type' => 'object', 'properties' => array( 'sourceVolume' => array( 'type' => 'string', ), 'containerPath' => array( 'type' => 'string', ), 'readOnly' => array( 'type' => 'boolean', ), ), ), ), 'volumesFrom' => array( 'type' => 'array', 'items' => array( 'name' => 'VolumeFrom', 'type' => 'object', 'properties' => array( 'sourceContainer' => array( 'type' => 'string', ), 'readOnly' => array( 'type' => 'boolean', ), ), ), ), 'hostname' => array( 'type' => 'string', ), 'user' => array( 'type' => 'string', ), 'workingDirectory' => array( 'type' => 'string', ), 'disableNetworking' => array( 'type' => 'boolean', ), 'privileged' => array( 'type' => 'boolean', ), 'readonlyRootFilesystem' => array( 'type' => 'boolean', ), 'dnsServers' => array( 'type' => 'array', 'items' => array( 'name' => 'String', 'type' => 'string', ), ), 'dnsSearchDomains' => array( 'type' => 'array', 'items' => array( 'name' => 'String', 'type' => 'string', ), ), 'extraHosts' => array( 'type' => 'array', 'items' => array( 'name' => 'HostEntry', 'type' => 'object', 'properties' => array( 'hostname' => array( 'type' => 'string', ), 'ipAddress' => array( 'type' => 'string', ), ), ), ), 'dockerSecurityOptions' => array( 'type' => 'array', 'items' => array( 'name' => 'String', 'type' => 'string', ), ), 'dockerLabels' => array( 'type' => 'object', 'additionalProperties' => array( 'type' => 'string', ), ), 'ulimits' => array( 'type' => 'array', 'items' => array( 'name' => 'Ulimit', 'type' => 'object', 'properties' => array( 'name' => array( 'type' => 'string', ), 'softLimit' => array( 'type' => 'numeric', ), 'hardLimit' => array( 'type' => 'numeric', ), ), ), ), 'logConfiguration' => array( 'type' => 'object', 'properties' => array( 'logDriver' => array( 'type' => 'string', ), 'options' => array( 'type' => 'object', 'additionalProperties' => array( 'type' => 'string', ), ), ), ), ), ), ), 'family' => array( 'type' => 'string', ), 'revision' => array( 'type' => 'numeric', ), 'volumes' => array( 'type' => 'array', 'items' => array( 'name' => 'Volume', 'type' => 'object', 'properties' => array( 'name' => array( 'type' => 'string', ), 'host' => array( 'type' => 'object', 'properties' => array( 'sourcePath' => array( 'type' => 'string', ), ), ), ), ), ), 'status' => array( 'type' => 'string', ), 'requiresAttributes' => array( 'type' => 'array', 'items' => array( 'name' => 'Attribute', 'type' => 'object', 'properties' => array( 'name' => array( 'type' => 'string', ), 'value' => array( 'type' => 'string', ), ), ), ), ), ), ), ), 'RunTaskResponse' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'tasks' => array( 'type' => 'array', 'location' => 'json', 'items' => array( 'name' => 'Task', 'type' => 'object', 'properties' => array( 'taskArn' => array( 'type' => 'string', ), 'clusterArn' => array( 'type' => 'string', ), 'taskDefinitionArn' => array( 'type' => 'string', ), 'containerInstanceArn' => array( 'type' => 'string', ), 'overrides' => array( 'type' => 'object', 'properties' => array( 'containerOverrides' => array( 'type' => 'array', 'items' => array( 'name' => 'ContainerOverride', 'type' => 'object', 'properties' => array( 'name' => array( 'type' => 'string', ), 'command' => array( 'type' => 'array', 'items' => array( 'name' => 'String', 'type' => 'string', ), ), 'environment' => array( 'type' => 'array', 'items' => array( 'name' => 'KeyValuePair', 'type' => 'object', 'properties' => array( 'name' => array( 'type' => 'string', ), 'value' => array( 'type' => 'string', ), ), ), ), ), ), ), ), ), 'lastStatus' => array( 'type' => 'string', ), 'desiredStatus' => array( 'type' => 'string', ), 'containers' => array( 'type' => 'array', 'items' => array( 'name' => 'Container', 'type' => 'object', 'properties' => array( 'containerArn' => array( 'type' => 'string', ), 'taskArn' => array( 'type' => 'string', ), 'name' => array( 'type' => 'string', ), 'lastStatus' => array( 'type' => 'string', ), 'exitCode' => array( 'type' => 'numeric', ), 'reason' => array( 'type' => 'string', ), 'networkBindings' => array( 'type' => 'array', 'items' => array( 'name' => 'NetworkBinding', 'type' => 'object', 'properties' => array( 'bindIP' => array( 'type' => 'string', ), 'containerPort' => array( 'type' => 'numeric', ), 'hostPort' => array( 'type' => 'numeric', ), 'protocol' => array( 'type' => 'string', ), ), ), ), ), ), ), 'startedBy' => array( 'type' => 'string', ), ), ), ), 'failures' => array( 'type' => 'array', 'location' => 'json', 'items' => array( 'name' => 'Failure', 'type' => 'object', 'properties' => array( 'arn' => array( 'type' => 'string', ), 'reason' => array( 'type' => 'string', ), ), ), ), ), ), 'StartTaskResponse' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'tasks' => array( 'type' => 'array', 'location' => 'json', 'items' => array( 'name' => 'Task', 'type' => 'object', 'properties' => array( 'taskArn' => array( 'type' => 'string', ), 'clusterArn' => array( 'type' => 'string', ), 'taskDefinitionArn' => array( 'type' => 'string', ), 'containerInstanceArn' => array( 'type' => 'string', ), 'overrides' => array( 'type' => 'object', 'properties' => array( 'containerOverrides' => array( 'type' => 'array', 'items' => array( 'name' => 'ContainerOverride', 'type' => 'object', 'properties' => array( 'name' => array( 'type' => 'string', ), 'command' => array( 'type' => 'array', 'items' => array( 'name' => 'String', 'type' => 'string', ), ), 'environment' => array( 'type' => 'array', 'items' => array( 'name' => 'KeyValuePair', 'type' => 'object', 'properties' => array( 'name' => array( 'type' => 'string', ), 'value' => array( 'type' => 'string', ), ), ), ), ), ), ), ), ), 'lastStatus' => array( 'type' => 'string', ), 'desiredStatus' => array( 'type' => 'string', ), 'containers' => array( 'type' => 'array', 'items' => array( 'name' => 'Container', 'type' => 'object', 'properties' => array( 'containerArn' => array( 'type' => 'string', ), 'taskArn' => array( 'type' => 'string', ), 'name' => array( 'type' => 'string', ), 'lastStatus' => array( 'type' => 'string', ), 'exitCode' => array( 'type' => 'numeric', ), 'reason' => array( 'type' => 'string', ), 'networkBindings' => array( 'type' => 'array', 'items' => array( 'name' => 'NetworkBinding', 'type' => 'object', 'properties' => array( 'bindIP' => array( 'type' => 'string', ), 'containerPort' => array( 'type' => 'numeric', ), 'hostPort' => array( 'type' => 'numeric', ), 'protocol' => array( 'type' => 'string', ), ), ), ), ), ), ), 'startedBy' => array( 'type' => 'string', ), ), ), ), 'failures' => array( 'type' => 'array', 'location' => 'json', 'items' => array( 'name' => 'Failure', 'type' => 'object', 'properties' => array( 'arn' => array( 'type' => 'string', ), 'reason' => array( 'type' => 'string', ), ), ), ), ), ), 'StopTaskResponse' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'task' => array( 'type' => 'object', 'location' => 'json', 'properties' => array( 'taskArn' => array( 'type' => 'string', ), 'clusterArn' => array( 'type' => 'string', ), 'taskDefinitionArn' => array( 'type' => 'string', ), 'containerInstanceArn' => array( 'type' => 'string', ), 'overrides' => array( 'type' => 'object', 'properties' => array( 'containerOverrides' => array( 'type' => 'array', 'items' => array( 'name' => 'ContainerOverride', 'type' => 'object', 'properties' => array( 'name' => array( 'type' => 'string', ), 'command' => array( 'type' => 'array', 'items' => array( 'name' => 'String', 'type' => 'string', ), ), 'environment' => array( 'type' => 'array', 'items' => array( 'name' => 'KeyValuePair', 'type' => 'object', 'properties' => array( 'name' => array( 'type' => 'string', ), 'value' => array( 'type' => 'string', ), ), ), ), ), ), ), ), ), 'lastStatus' => array( 'type' => 'string', ), 'desiredStatus' => array( 'type' => 'string', ), 'containers' => array( 'type' => 'array', 'items' => array( 'name' => 'Container', 'type' => 'object', 'properties' => array( 'containerArn' => array( 'type' => 'string', ), 'taskArn' => array( 'type' => 'string', ), 'name' => array( 'type' => 'string', ), 'lastStatus' => array( 'type' => 'string', ), 'exitCode' => array( 'type' => 'numeric', ), 'reason' => array( 'type' => 'string', ), 'networkBindings' => array( 'type' => 'array', 'items' => array( 'name' => 'NetworkBinding', 'type' => 'object', 'properties' => array( 'bindIP' => array( 'type' => 'string', ), 'containerPort' => array( 'type' => 'numeric', ), 'hostPort' => array( 'type' => 'numeric', ), 'protocol' => array( 'type' => 'string', ), ), ), ), ), ), ), 'startedBy' => array( 'type' => 'string', ), ), ), ), ), 'SubmitContainerStateChangeResponse' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'acknowledgment' => array( 'type' => 'string', 'location' => 'json', ), ), ), 'SubmitTaskStateChangeResponse' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'acknowledgment' => array( 'type' => 'string', 'location' => 'json', ), ), ), 'UpdateContainerAgentResponse' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'containerInstance' => array( 'type' => 'object', 'location' => 'json', 'properties' => array( 'containerInstanceArn' => array( 'type' => 'string', ), 'ec2InstanceId' => array( 'type' => 'string', ), 'versionInfo' => array( 'type' => 'object', 'properties' => array( 'agentVersion' => array( 'type' => 'string', ), 'agentHash' => array( 'type' => 'string', ), 'dockerVersion' => array( 'type' => 'string', ), ), ), 'remainingResources' => array( 'type' => 'array', 'items' => array( 'name' => 'Resource', 'type' => 'object', 'properties' => array( '' => array( 'type' => 'object', ), ), ), ), 'registeredResources' => array( 'type' => 'array', 'items' => array( 'name' => 'Resource', 'type' => 'object', 'properties' => array( '' => array( 'type' => 'object', ), ), ), ), 'status' => array( 'type' => 'string', ), 'agentConnected' => array( 'type' => 'boolean', ), 'runningTasksCount' => array( 'type' => 'numeric', ), 'pendingTasksCount' => array( 'type' => 'numeric', ), 'agentUpdateStatus' => array( 'type' => 'string', ), 'attributes' => array( 'type' => 'array', 'items' => array( 'name' => 'Attribute', 'type' => 'object', 'properties' => array( 'name' => array( 'type' => 'string', ), 'value' => array( 'type' => 'string', ), ), ), ), ), ), ), ), 'UpdateServiceResponse' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'service' => array( 'type' => 'object', 'location' => 'json', 'properties' => array( 'serviceArn' => array( 'type' => 'string', ), 'serviceName' => array( 'type' => 'string', ), 'clusterArn' => array( 'type' => 'string', ), 'loadBalancers' => array( 'type' => 'array', 'items' => array( 'name' => 'LoadBalancer', 'type' => 'object', 'properties' => array( 'loadBalancerName' => array( 'type' => 'string', ), 'containerName' => array( 'type' => 'string', ), 'containerPort' => array( 'type' => 'numeric', ), ), ), ), 'status' => array( 'type' => 'string', ), 'desiredCount' => array( 'type' => 'numeric', ), 'runningCount' => array( 'type' => 'numeric', ), 'pendingCount' => array( 'type' => 'numeric', ), 'taskDefinition' => array( 'type' => 'string', ), 'deployments' => array( 'type' => 'array', 'items' => array( 'name' => 'Deployment', 'type' => 'object', 'properties' => array( 'id' => array( 'type' => 'string', ), 'status' => array( 'type' => 'string', ), 'taskDefinition' => array( 'type' => 'string', ), 'desiredCount' => array( 'type' => 'numeric', ), 'pendingCount' => array( 'type' => 'numeric', ), 'runningCount' => array( 'type' => 'numeric', ), 'createdAt' => array( 'type' => 'string', ), 'updatedAt' => array( 'type' => 'string', ), ), ), ), 'roleArn' => array( 'type' => 'string', ), 'events' => array( 'type' => 'array', 'items' => array( 'name' => 'ServiceEvent', 'type' => 'object', 'properties' => array( 'id' => array( 'type' => 'string', ), 'createdAt' => array( 'type' => 'string', ), 'message' => array( 'type' => 'string', ), ), ), ), ), ), ), ), ), 'iterators' => array( 'ListClusters' => array( 'input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'clusterArns', ), 'ListContainerInstances' => array( 'input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'containerInstanceArns', ), 'ListTaskDefinitions' => array( 'input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'taskDefinitionArns', ), 'ListTaskDefinitionFamilies' => array( 'input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'families', ), 'ListTasks' => array( 'input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'taskArns', ), 'ListServices' => array( 'input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'serviceArns', ), ), );