UNPKG

cloudworker-proxy

Version:
2,340 lines 56.1 kB
{ "version": "2.0", "metadata": { "apiVersion": "2014-11-13", "endpointPrefix": "ecs", "jsonVersion": "1.1", "protocol": "json", "serviceAbbreviation": "Amazon ECS", "serviceFullName": "Amazon EC2 Container Service", "serviceId": "ECS", "signatureVersion": "v4", "targetPrefix": "AmazonEC2ContainerServiceV20141113", "uid": "ecs-2014-11-13" }, "operations": { "CreateCapacityProvider": { "input": { "type": "structure", "required": [ "name", "autoScalingGroupProvider" ], "members": { "name": {}, "autoScalingGroupProvider": { "shape": "S3" }, "tags": { "shape": "S9" } } }, "output": { "type": "structure", "members": { "capacityProvider": { "shape": "Se" } } } }, "CreateCluster": { "input": { "type": "structure", "members": { "clusterName": {}, "tags": { "shape": "S9" }, "settings": { "shape": "Si" }, "capacityProviders": { "shape": "Sl" }, "defaultCapacityProviderStrategy": { "shape": "Sm" } } }, "output": { "type": "structure", "members": { "cluster": { "shape": "Sr" } } } }, "CreateService": { "input": { "type": "structure", "required": [ "serviceName" ], "members": { "cluster": {}, "serviceName": {}, "taskDefinition": {}, "loadBalancers": { "shape": "Sz" }, "serviceRegistries": { "shape": "S12" }, "desiredCount": { "type": "integer" }, "clientToken": {}, "launchType": {}, "capacityProviderStrategy": { "shape": "Sm" }, "platformVersion": {}, "role": {}, "deploymentConfiguration": { "shape": "S15" }, "placementConstraints": { "shape": "S16" }, "placementStrategy": { "shape": "S19" }, "networkConfiguration": { "shape": "S1c" }, "healthCheckGracePeriodSeconds": { "type": "integer" }, "schedulingStrategy": {}, "deploymentController": { "shape": "S1g" }, "tags": { "shape": "S9" }, "enableECSManagedTags": { "type": "boolean" }, "propagateTags": {} } }, "output": { "type": "structure", "members": { "service": { "shape": "S1l" } } } }, "CreateTaskSet": { "input": { "type": "structure", "required": [ "service", "cluster", "taskDefinition" ], "members": { "service": {}, "cluster": {}, "externalId": {}, "taskDefinition": {}, "networkConfiguration": { "shape": "S1c" }, "loadBalancers": { "shape": "Sz" }, "serviceRegistries": { "shape": "S12" }, "launchType": {}, "capacityProviderStrategy": { "shape": "Sm" }, "platformVersion": {}, "scale": { "shape": "S1p" }, "clientToken": {}, "tags": { "shape": "S9" } } }, "output": { "type": "structure", "members": { "taskSet": { "shape": "S1n" } } } }, "DeleteAccountSetting": { "input": { "type": "structure", "required": [ "name" ], "members": { "name": {}, "principalArn": {} } }, "output": { "type": "structure", "members": { "setting": { "shape": "S22" } } } }, "DeleteAttributes": { "input": { "type": "structure", "required": [ "attributes" ], "members": { "cluster": {}, "attributes": { "shape": "S24" } } }, "output": { "type": "structure", "members": { "attributes": { "shape": "S24" } } } }, "DeleteCapacityProvider": { "input": { "type": "structure", "required": [ "capacityProvider" ], "members": { "capacityProvider": {} } }, "output": { "type": "structure", "members": { "capacityProvider": { "shape": "Se" } } } }, "DeleteCluster": { "input": { "type": "structure", "required": [ "cluster" ], "members": { "cluster": {} } }, "output": { "type": "structure", "members": { "cluster": { "shape": "Sr" } } } }, "DeleteService": { "input": { "type": "structure", "required": [ "service" ], "members": { "cluster": {}, "service": {}, "force": { "type": "boolean" } } }, "output": { "type": "structure", "members": { "service": { "shape": "S1l" } } } }, "DeleteTaskSet": { "input": { "type": "structure", "required": [ "cluster", "service", "taskSet" ], "members": { "cluster": {}, "service": {}, "taskSet": {}, "force": { "type": "boolean" } } }, "output": { "type": "structure", "members": { "taskSet": { "shape": "S1n" } } } }, "DeregisterContainerInstance": { "input": { "type": "structure", "required": [ "containerInstance" ], "members": { "cluster": {}, "containerInstance": {}, "force": { "type": "boolean" } } }, "output": { "type": "structure", "members": { "containerInstance": { "shape": "S2j" } } } }, "DeregisterTaskDefinition": { "input": { "type": "structure", "required": [ "taskDefinition" ], "members": { "taskDefinition": {} } }, "output": { "type": "structure", "members": { "taskDefinition": { "shape": "S2r" } } } }, "DescribeCapacityProviders": { "input": { "type": "structure", "members": { "capacityProviders": { "shape": "Sl" }, "include": { "type": "list", "member": {} }, "maxResults": { "type": "integer" }, "nextToken": {} } }, "output": { "type": "structure", "members": { "capacityProviders": { "type": "list", "member": { "shape": "Se" } }, "failures": { "shape": "S4v" }, "nextToken": {} } } }, "DescribeClusters": { "input": { "type": "structure", "members": { "clusters": { "shape": "Sl" }, "include": { "type": "list", "member": {} } } }, "output": { "type": "structure", "members": { "clusters": { "type": "list", "member": { "shape": "Sr" } }, "failures": { "shape": "S4v" } } } }, "DescribeContainerInstances": { "input": { "type": "structure", "required": [ "containerInstances" ], "members": { "cluster": {}, "containerInstances": { "shape": "Sl" }, "include": { "type": "list", "member": {} } } }, "output": { "type": "structure", "members": { "containerInstances": { "shape": "S56" }, "failures": { "shape": "S4v" } } } }, "DescribeServices": { "input": { "type": "structure", "required": [ "services" ], "members": { "cluster": {}, "services": { "shape": "Sl" }, "include": { "type": "list", "member": {} } } }, "output": { "type": "structure", "members": { "services": { "type": "list", "member": { "shape": "S1l" } }, "failures": { "shape": "S4v" } } } }, "DescribeTaskDefinition": { "input": { "type": "structure", "required": [ "taskDefinition" ], "members": { "taskDefinition": {}, "include": { "type": "list", "member": {} } } }, "output": { "type": "structure", "members": { "taskDefinition": { "shape": "S2r" }, "tags": { "shape": "S9" } } } }, "DescribeTaskSets": { "input": { "type": "structure", "required": [ "cluster", "service" ], "members": { "cluster": {}, "service": {}, "taskSets": { "shape": "Sl" }, "include": { "type": "list", "member": {} } } }, "output": { "type": "structure", "members": { "taskSets": { "shape": "S1m" }, "failures": { "shape": "S4v" } } } }, "DescribeTasks": { "input": { "type": "structure", "required": [ "tasks" ], "members": { "cluster": {}, "tasks": { "shape": "Sl" }, "include": { "type": "list", "member": {} } } }, "output": { "type": "structure", "members": { "tasks": { "shape": "S5o" }, "failures": { "shape": "S4v" } } } }, "DiscoverPollEndpoint": { "input": { "type": "structure", "members": { "containerInstance": {}, "cluster": {} } }, "output": { "type": "structure", "members": { "endpoint": {}, "telemetryEndpoint": {} } } }, "ListAccountSettings": { "input": { "type": "structure", "members": { "name": {}, "value": {}, "principalArn": {}, "effectiveSettings": { "type": "boolean" }, "nextToken": {}, "maxResults": { "type": "integer" } } }, "output": { "type": "structure", "members": { "settings": { "type": "list", "member": { "shape": "S22" } }, "nextToken": {} } } }, "ListAttributes": { "input": { "type": "structure", "required": [ "targetType" ], "members": { "cluster": {}, "targetType": {}, "attributeName": {}, "attributeValue": {}, "nextToken": {}, "maxResults": { "type": "integer" } } }, "output": { "type": "structure", "members": { "attributes": { "shape": "S24" }, "nextToken": {} } } }, "ListClusters": { "input": { "type": "structure", "members": { "nextToken": {}, "maxResults": { "type": "integer" } } }, "output": { "type": "structure", "members": { "clusterArns": { "shape": "Sl" }, "nextToken": {} } } }, "ListContainerInstances": { "input": { "type": "structure", "members": { "cluster": {}, "filter": {}, "nextToken": {}, "maxResults": { "type": "integer" }, "status": {} } }, "output": { "type": "structure", "members": { "containerInstanceArns": { "shape": "Sl" }, "nextToken": {} } } }, "ListServices": { "input": { "type": "structure", "members": { "cluster": {}, "nextToken": {}, "maxResults": { "type": "integer" }, "launchType": {}, "schedulingStrategy": {} } }, "output": { "type": "structure", "members": { "serviceArns": { "shape": "Sl" }, "nextToken": {} } } }, "ListTagsForResource": { "input": { "type": "structure", "required": [ "resourceArn" ], "members": { "resourceArn": {} } }, "output": { "type": "structure", "members": { "tags": { "shape": "S9" } } } }, "ListTaskDefinitionFamilies": { "input": { "type": "structure", "members": { "familyPrefix": {}, "status": {}, "nextToken": {}, "maxResults": { "type": "integer" } } }, "output": { "type": "structure", "members": { "families": { "shape": "Sl" }, "nextToken": {} } } }, "ListTaskDefinitions": { "input": { "type": "structure", "members": { "familyPrefix": {}, "status": {}, "sort": {}, "nextToken": {}, "maxResults": { "type": "integer" } } }, "output": { "type": "structure", "members": { "taskDefinitionArns": { "shape": "Sl" }, "nextToken": {} } } }, "ListTasks": { "input": { "type": "structure", "members": { "cluster": {}, "containerInstance": {}, "family": {}, "nextToken": {}, "maxResults": { "type": "integer" }, "startedBy": {}, "serviceName": {}, "desiredStatus": {}, "launchType": {} } }, "output": { "type": "structure", "members": { "taskArns": { "shape": "Sl" }, "nextToken": {} } } }, "PutAccountSetting": { "input": { "type": "structure", "required": [ "name", "value" ], "members": { "name": {}, "value": {}, "principalArn": {} } }, "output": { "type": "structure", "members": { "setting": { "shape": "S22" } } } }, "PutAccountSettingDefault": { "input": { "type": "structure", "required": [ "name", "value" ], "members": { "name": {}, "value": {} } }, "output": { "type": "structure", "members": { "setting": { "shape": "S22" } } } }, "PutAttributes": { "input": { "type": "structure", "required": [ "attributes" ], "members": { "cluster": {}, "attributes": { "shape": "S24" } } }, "output": { "type": "structure", "members": { "attributes": { "shape": "S24" } } } }, "PutClusterCapacityProviders": { "input": { "type": "structure", "required": [ "cluster", "capacityProviders", "defaultCapacityProviderStrategy" ], "members": { "cluster": {}, "capacityProviders": { "shape": "Sl" }, "defaultCapacityProviderStrategy": { "shape": "Sm" } } }, "output": { "type": "structure", "members": { "cluster": { "shape": "Sr" } } } }, "RegisterContainerInstance": { "input": { "type": "structure", "members": { "cluster": {}, "instanceIdentityDocument": {}, "instanceIdentityDocumentSignature": {}, "totalResources": { "shape": "S2m" }, "versionInfo": { "shape": "S2l" }, "containerInstanceArn": {}, "attributes": { "shape": "S24" }, "platformDevices": { "type": "list", "member": { "type": "structure", "required": [ "id", "type" ], "members": { "id": {}, "type": {} } } }, "tags": { "shape": "S9" } } }, "output": { "type": "structure", "members": { "containerInstance": { "shape": "S2j" } } } }, "RegisterTaskDefinition": { "input": { "type": "structure", "required": [ "family", "containerDefinitions" ], "members": { "family": {}, "taskRoleArn": {}, "executionRoleArn": {}, "networkMode": {}, "containerDefinitions": { "shape": "S2s" }, "volumes": { "shape": "S42" }, "placementConstraints": { "shape": "S4e" }, "requiresCompatibilities": { "shape": "S4h" }, "cpu": {}, "memory": {}, "tags": { "shape": "S9" }, "pidMode": {}, "ipcMode": {}, "proxyConfiguration": { "shape": "S4n" }, "inferenceAccelerators": { "shape": "S4j" } } }, "output": { "type": "structure", "members": { "taskDefinition": { "shape": "S2r" }, "tags": { "shape": "S9" } } } }, "RunTask": { "input": { "type": "structure", "required": [ "taskDefinition" ], "members": { "capacityProviderStrategy": { "shape": "Sm" }, "cluster": {}, "count": { "type": "integer" }, "enableECSManagedTags": { "type": "boolean" }, "group": {}, "launchType": {}, "networkConfiguration": { "shape": "S1c" }, "overrides": { "shape": "S5z" }, "placementConstraints": { "shape": "S16" }, "placementStrategy": { "shape": "S19" }, "platformVersion": {}, "propagateTags": {}, "referenceId": {}, "startedBy": {}, "tags": { "shape": "S9" }, "taskDefinition": {} } }, "output": { "type": "structure", "members": { "tasks": { "shape": "S5o" }, "failures": { "shape": "S4v" } } } }, "StartTask": { "input": { "type": "structure", "required": [ "containerInstances", "taskDefinition" ], "members": { "cluster": {}, "containerInstances": { "shape": "Sl" }, "enableECSManagedTags": { "type": "boolean" }, "group": {}, "networkConfiguration": { "shape": "S1c" }, "overrides": { "shape": "S5z" }, "propagateTags": {}, "referenceId": {}, "startedBy": {}, "tags": { "shape": "S9" }, "taskDefinition": {} } }, "output": { "type": "structure", "members": { "tasks": { "shape": "S5o" }, "failures": { "shape": "S4v" } } } }, "StopTask": { "input": { "type": "structure", "required": [ "task" ], "members": { "cluster": {}, "task": {}, "reason": {} } }, "output": { "type": "structure", "members": { "task": { "shape": "S5p" } } } }, "SubmitAttachmentStateChanges": { "input": { "type": "structure", "required": [ "attachments" ], "members": { "cluster": {}, "attachments": { "shape": "S7g" } } }, "output": { "type": "structure", "members": { "acknowledgment": {} } } }, "SubmitContainerStateChange": { "input": { "type": "structure", "members": { "cluster": {}, "task": {}, "containerName": {}, "runtimeId": {}, "status": {}, "exitCode": { "type": "integer" }, "reason": {}, "networkBindings": { "shape": "S5t" } } }, "output": { "type": "structure", "members": { "acknowledgment": {} } } }, "SubmitTaskStateChange": { "input": { "type": "structure", "members": { "cluster": {}, "task": {}, "status": {}, "reason": {}, "containers": { "type": "list", "member": { "type": "structure", "members": { "containerName": {}, "imageDigest": {}, "runtimeId": {}, "exitCode": { "type": "integer" }, "networkBindings": { "shape": "S5t" }, "reason": {}, "status": {} } } }, "attachments": { "shape": "S7g" }, "pullStartedAt": { "type": "timestamp" }, "pullStoppedAt": { "type": "timestamp" }, "executionStoppedAt": { "type": "timestamp" } } }, "output": { "type": "structure", "members": { "acknowledgment": {} } } }, "TagResource": { "input": { "type": "structure", "required": [ "resourceArn", "tags" ], "members": { "resourceArn": {}, "tags": { "shape": "S9" } } }, "output": { "type": "structure", "members": {} } }, "UntagResource": { "input": { "type": "structure", "required": [ "resourceArn", "tagKeys" ], "members": { "resourceArn": {}, "tagKeys": { "type": "list", "member": {} } } }, "output": { "type": "structure", "members": {} } }, "UpdateClusterSettings": { "input": { "type": "structure", "required": [ "cluster", "settings" ], "members": { "cluster": {}, "settings": { "shape": "Si" } } }, "output": { "type": "structure", "members": { "cluster": { "shape": "Sr" } } } }, "UpdateContainerAgent": { "input": { "type": "structure", "required": [ "containerInstance" ], "members": { "cluster": {}, "containerInstance": {} } }, "output": { "type": "structure", "members": { "containerInstance": { "shape": "S2j" } } } }, "UpdateContainerInstancesState": { "input": { "type": "structure", "required": [ "containerInstances", "status" ], "members": { "cluster": {}, "containerInstances": { "shape": "Sl" }, "status": {} } }, "output": { "type": "structure", "members": { "containerInstances": { "shape": "S56" }, "failures": { "shape": "S4v" } } } }, "UpdateService": { "input": { "type": "structure", "required": [ "service" ], "members": { "cluster": {}, "service": {}, "desiredCount": { "type": "integer" }, "taskDefinition": {}, "capacityProviderStrategy": { "shape": "Sm" }, "deploymentConfiguration": { "shape": "S15" }, "networkConfiguration": { "shape": "S1c" }, "placementConstraints": { "shape": "S16" }, "placementStrategy": { "shape": "S19" }, "platformVersion": {}, "forceNewDeployment": { "type": "boolean" }, "healthCheckGracePeriodSeconds": { "type": "integer" } } }, "output": { "type": "structure", "members": { "service": { "shape": "S1l" } } } }, "UpdateServicePrimaryTaskSet": { "input": { "type": "structure", "required": [ "cluster", "service", "primaryTaskSet" ], "members": { "cluster": {}, "service": {}, "primaryTaskSet": {} } }, "output": { "type": "structure", "members": { "taskSet": { "shape": "S1n" } } } }, "UpdateTaskSet": { "input": { "type": "structure", "required": [ "cluster", "service", "taskSet", "scale" ], "members": { "cluster": {}, "service": {}, "taskSet": {}, "scale": { "shape": "S1p" } } }, "output": { "type": "structure", "members": { "taskSet": { "shape": "S1n" } } } } }, "shapes": { "S3": { "type": "structure", "required": [ "autoScalingGroupArn" ], "members": { "autoScalingGroupArn": {}, "managedScaling": { "type": "structure", "members": { "status": {}, "targetCapacity": { "type": "integer" }, "minimumScalingStepSize": { "type": "integer" }, "maximumScalingStepSize": { "type": "integer" } } }, "managedTerminationProtection": {} } }, "S9": { "type": "list", "member": { "type": "structure", "members": { "key": {}, "value": {} } } }, "Se": { "type": "structure", "members": { "capacityProviderArn": {}, "name": {}, "status": {}, "autoScalingGroupProvider": { "shape": "S3" }, "updateStatus": {}, "updateStatusReason": {}, "tags": { "shape": "S9" } } }, "Si": { "type": "list", "member": { "type": "structure", "members": { "name": {}, "value": {} } } }, "Sl": { "type": "list", "member": {} }, "Sm": { "type": "list", "member": { "type": "structure", "required": [ "capacityProvider" ], "members": { "capacityProvider": {}, "weight": { "type": "integer" }, "base": { "type": "integer" } } } }, "Sr": { "type": "structure", "members": { "clusterArn": {}, "clusterName": {}, "status": {}, "registeredContainerInstancesCount": { "type": "integer" }, "runningTasksCount": { "type": "integer" }, "pendingTasksCount": { "type": "integer" }, "activeServicesCount": { "type": "integer" }, "statistics": { "type": "list", "member": { "shape": "Su" } }, "tags": { "shape": "S9" }, "settings": { "shape": "Si" }, "capacityProviders": { "shape": "Sl" }, "defaultCapacityProviderStrategy": { "shape": "Sm" }, "attachments": { "shape": "Sv" }, "attachmentsStatus": {} } }, "Su": { "type": "structure", "members": { "name": {}, "value": {} } }, "Sv": { "type": "list", "member": { "type": "structure", "members": { "id": {}, "type": {}, "status": {}, "details": { "type": "list", "member": { "shape": "Su" } } } } }, "Sz": { "type": "list", "member": { "type": "structure", "members": { "targetGroupArn": {}, "loadBalancerName": {}, "containerName": {}, "containerPort": { "type": "integer" } } } }, "S12": { "type": "list", "member": { "type": "structure", "members": { "registryArn": {}, "port": { "type": "integer" }, "containerName": {}, "containerPort": { "type": "integer" } } } }, "S15": { "type": "structure", "members": { "maximumPercent": { "type": "integer" }, "minimumHealthyPercent": { "type": "integer" } } }, "S16": { "type": "list", "member": { "type": "structure", "members": { "type": {}, "expression": {} } } }, "S19": { "type": "list", "member": { "type": "structure", "members": { "type": {}, "field": {} } } }, "S1c": { "type": "structure", "members": { "awsvpcConfiguration": { "type": "structure", "required": [ "subnets" ], "members": { "subnets": { "shape": "Sl" }, "securityGroups": { "shape": "Sl" }, "assignPublicIp": {} } } } }, "S1g": { "type": "structure", "required": [ "type" ], "members": { "type": {} } }, "S1l": { "type": "structure", "members": { "serviceArn": {}, "serviceName": {}, "clusterArn": {}, "loadBalancers": { "shape": "Sz" }, "serviceRegistries": { "shape": "S12" }, "status": {}, "desiredCount": { "type": "integer" }, "runningCount": { "type": "integer" }, "pendingCount": { "type": "integer" }, "launchType": {}, "capacityProviderStrategy": { "shape": "Sm" }, "platformVersion": {}, "taskDefinition": {}, "deploymentConfiguration": { "shape": "S15" }, "taskSets": { "shape": "S1m" }, "deployments": { "type": "list", "member": { "type": "structure", "members": { "id": {}, "status": {}, "taskDefinition": {}, "desiredCount": { "type": "integer" }, "pendingCount": { "type": "integer" }, "runningCount": { "type": "integer" }, "createdAt": { "type": "timestamp" }, "updatedAt": { "type": "timestamp" }, "capacityProviderStrategy": { "shape": "Sm" }, "launchType": {}, "platformVersion": {}, "networkConfiguration": { "shape": "S1c" } } } }, "roleArn": {}, "events": { "type": "list", "member": { "type": "structure", "members": { "id": {}, "createdAt": { "type": "timestamp" }, "message": {} } } }, "createdAt": { "type": "timestamp" }, "placementConstraints": { "shape": "S16" }, "placementStrategy": { "shape": "S19" }, "networkConfiguration": { "shape": "S1c" }, "healthCheckGracePeriodSeconds": { "type": "integer" }, "schedulingStrategy": {}, "deploymentController": { "shape": "S1g" }, "tags": { "shape": "S9" }, "createdBy": {}, "enableECSManagedTags": { "type": "boolean" }, "propagateTags": {} } }, "S1m": { "type": "list", "member": { "shape": "S1n" } }, "S1n": { "type": "structure", "members": { "id": {}, "taskSetArn": {}, "serviceArn": {}, "clusterArn": {}, "startedBy": {}, "externalId": {}, "status": {}, "taskDefinition": {}, "computedDesiredCount": { "type": "integer" }, "pendingCount": { "type": "integer" }, "runningCount": { "type": "integer" }, "createdAt": { "type": "timestamp" }, "updatedAt": { "type": "timestamp" }, "launchType": {}, "capacityProviderStrategy": { "shape": "Sm" }, "platformVersion": {}, "networkConfiguration": { "shape": "S1c" }, "loadBalancers": { "shape": "Sz" }, "serviceRegistries": { "shape": "S12" }, "scale": { "shape": "S1p" }, "stabilityStatus": {}, "stabilityStatusAt": { "type": "timestamp" }, "tags": { "shape": "S9" } } }, "S1p": { "type": "structure", "members": { "value": { "type": "double" }, "unit": {} } }, "S22": { "type": "structure", "members": { "name": {}, "value": {}, "principalArn": {} } }, "S24": { "type": "list", "member": { "shape": "S25" } }, "S25": { "type": "structure", "required": [ "name" ], "members": { "name": {}, "value": {}, "targetType": {}, "targetId": {} } }, "S2j": { "type": "structure", "members": { "containerInstanceArn": {}, "ec2InstanceId": {}, "capacityProviderName": {}, "version": { "type": "long" }, "versionInfo": { "shape": "S2l" }, "remainingResources": { "shape": "S2m" }, "registeredResources": { "shape": "S2m" }, "status": {}, "statusReason": {}, "agentConnected": { "type": "boolean" }, "runningTasksCount": { "type": "integer" }, "pendingTasksCount": { "type": "integer" }, "agentUpdateStatus": {}, "attributes": { "shape": "S24" }, "registeredAt": { "type": "timestamp" }, "attachments": { "shape": "Sv" }, "tags": { "shape": "S9" } } }, "S2l": { "type": "structure", "members": { "agentVersion": {}, "agentHash": {}, "dockerVersion": {} } }, "S2m": { "type": "list", "member": { "type": "structure", "members": { "name": {}, "type": {}, "doubleValue": { "type": "double" }, "longValue": { "type": "long" }, "integerValue": { "type": "integer" }, "stringSetValue": { "shape": "Sl" } } } }, "S2r": { "type": "structure", "members": { "taskDefinitionArn": {}, "containerDefinitions": { "shape": "S2s" }, "family": {}, "taskRoleArn": {}, "executionRoleArn": {}, "networkMode": {}, "revision": { "type": "integer" }, "volumes": { "shape": "S42" }, "status": {}, "requiresAttributes": { "type": "list", "member": { "shape": "S25" } }, "placementConstraints": { "shape": "S4e" }, "compatibilities": { "shape": "S4h" }, "requiresCompatibilities": { "shape": "S4h" }, "cpu": {}, "memory": {}, "inferenceAccelerators": { "shape": "S4j" }, "pidMode": {}, "ipcMode": {}, "proxyConfiguration": { "shape": "S4n" } } }, "S2s": { "type": "list", "member": { "type": "structure", "members": { "name": {}, "image": {}, "repositoryCredentials": { "type": "structure", "required": [ "credentialsParameter" ], "members": { "credentialsParameter": {} } }, "cpu": { "type": "integer" }, "memory": { "type": "integer" }, "memoryReservation": { "type": "integer" }, "links": { "shape": "Sl" }, "portMappings": { "type": "list", "member": { "type": "structure", "members": { "containerPort": { "type": "integer" }, "hostPort": { "type": "integer" }, "protocol": {} } } }, "essential": { "type": "boolean" }, "entryPoint": { "shape": "Sl" }, "command": { "shape": "Sl" }, "environment": { "shape": "S2y" }, "environmentFiles": { "shape": "S2z" }, "mountPoints": { "type": "list", "member": { "type": "structure", "members": { "sourceVolume": {}, "containerPath": {}, "readOnly": { "type": "boolean" } } } }, "volumesFrom": { "type": "list", "member": { "type": "structure", "members": { "sourceContainer": {}, "readOnly": { "type": "boolean" } } } }, "linuxParameters": { "type": "structure", "members": { "capabilities": { "type": "structure", "members": { "add": { "shape": "Sl" }, "drop": { "shape": "Sl" } } }, "devices": { "type": "list", "member": { "type": "structure", "required": [ "hostPath" ], "members": { "hostPath": {}, "containerPath": {}, "permissions": { "type": "list", "member": {} } } } }, "initProcessEnabled": { "type": "boolean" }, "sharedMemorySize": { "type": "integer" }, "tmpfs": { "type": "list", "member": { "type": "structure", "required": [ "containerPath", "size" ], "members": { "containerPath": {}, "size": { "type": "integer" }, "mountOptions": { "shape": "Sl" } } } }, "maxSwap": { "type": "integer" }, "swappiness": { "type": "integer" } } }, "secrets": { "shape": "S3e" }, "dependsOn": { "type": "list", "member": { "type": "structure", "required": [ "containerName", "condition" ], "members": { "containerName": {}, "condition": {} } } }, "startTimeout": { "type": "integer" }, "stopTimeout": { "type": "integer" }, "hostname": {}, "user": {}, "workingDirectory": {}, "disableNetworking": { "type": "boolean" }, "privileged": { "type": "boolean" }, "readonlyRootFilesystem": { "type": "boolean" }, "dnsServers": { "shape": "Sl" }, "dnsSearchDomains": { "shape": "Sl" }, "extraHosts": { "type": "list", "member": { "type": "structure", "required": [ "hostname", "ipAddress" ], "members": { "hostname": {}, "ipAddress": {} } } }, "dockerSecurityOptions": { "shape": "Sl" }, "interactive": { "type": "boolean" }, "pseudoTerminal": { "type": "boolean" }, "dockerLabels": { "type": "map", "key": {}, "value": {} }, "ulimits": { "type": "list", "member": { "type": "structure", "required": [ "name", "softLimit", "hardLimit" ], "members": { "name": {}, "softLimit": { "type": "integer" }, "hardLimit": { "type": "integer" } } } }, "logConfiguration": { "type": "structure", "required": [ "logDriver" ], "members": { "logDriver": {}, "options": { "type": "map", "key": {}, "value": {} }, "secretOptions": { "shape": "S3e" } } }, "healthCheck": { "type": "structure", "required": [ "command" ], "members": { "command": { "shape": "Sl" }, "interval": { "type": "integer" }, "timeout": { "type": "integer" }, "retries": { "type": "integer" }, "startPeriod": { "type": "integer" } } }, "systemControls": { "type": "list", "member": { "type": "structure", "members": { "namespace": {}, "value": {} } } }, "resourceRequirements": { "shape": "S3v" }, "firelensConfiguration": { "type": "structure", "required": [ "type" ], "members": { "type": {}, "options": { "type": "map", "key": {}, "value": {} } } } } } }, "S2y": { "type": "list", "member": { "shape": "Su" } }, "S2z": { "type": "list", "member": { "type": "structure", "required": [ "value", "type" ], "members": { "value": {}, "type": {} } } }, "S3e": { "type": "list", "member": { "type": "structure", "required": [ "name", "valueFrom" ], "members": { "name": {}, "valueFrom": {} } } }, "S3v": { "type": "list", "member": { "type": "structure", "required": [ "value", "type" ], "members": { "value": {}, "type": {} } } }, "S42": { "type": "list", "member": { "type": "structure", "members": { "name": {}, "host": { "type": "structure", "members": { "sourcePath": {} } }, "dockerVolumeConfiguration": { "type": "structure", "members": { "scope": {}, "autoprovision": { "type": "boolean" }, "driver": {}, "driverOpts": { "shape": "S47" }, "labels": { "shape": "S47" } } }, "efsVolumeConfiguration": { "type": "structure", "required": [ "fileSystemId" ], "member