UNPKG

@alma-cdk/cross-region-parameter

Version:

Store AWS SSM Parameter Store Parameters into another AWS Region with AWS CDK

2,333 lines 63.4 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": "Sa" } } }, "output": { "type": "structure", "members": { "capacityProvider": { "shape": "Sf" } } } }, "CreateCluster": { "input": { "type": "structure", "members": { "clusterName": {}, "tags": { "shape": "Sa" }, "settings": { "shape": "Sj" }, "configuration": { "shape": "Sm" }, "capacityProviders": { "shape": "Sr" }, "defaultCapacityProviderStrategy": { "shape": "Ss" } } }, "output": { "type": "structure", "members": { "cluster": { "shape": "Sx" } } } }, "CreateService": { "input": { "type": "structure", "required": [ "serviceName" ], "members": { "cluster": {}, "serviceName": {}, "taskDefinition": {}, "loadBalancers": { "shape": "S15" }, "serviceRegistries": { "shape": "S18" }, "desiredCount": { "type": "integer" }, "clientToken": {}, "launchType": {}, "capacityProviderStrategy": { "shape": "Ss" }, "platformVersion": {}, "role": {}, "deploymentConfiguration": { "shape": "S1b" }, "placementConstraints": { "shape": "S1d" }, "placementStrategy": { "shape": "S1g" }, "networkConfiguration": { "shape": "S1j" }, "healthCheckGracePeriodSeconds": { "type": "integer" }, "schedulingStrategy": {}, "deploymentController": { "shape": "S1n" }, "tags": { "shape": "Sa" }, "enableECSManagedTags": { "type": "boolean" }, "propagateTags": {}, "enableExecuteCommand": { "type": "boolean" } } }, "output": { "type": "structure", "members": { "service": { "shape": "S1r" } } } }, "CreateTaskSet": { "input": { "type": "structure", "required": [ "service", "cluster", "taskDefinition" ], "members": { "service": {}, "cluster": {}, "externalId": {}, "taskDefinition": {}, "networkConfiguration": { "shape": "S1j" }, "loadBalancers": { "shape": "S15" }, "serviceRegistries": { "shape": "S18" }, "launchType": {}, "capacityProviderStrategy": { "shape": "Ss" }, "platformVersion": {}, "scale": { "shape": "S1v" }, "clientToken": {}, "tags": { "shape": "Sa" } } }, "output": { "type": "structure", "members": { "taskSet": { "shape": "S1t" } } } }, "DeleteAccountSetting": { "input": { "type": "structure", "required": [ "name" ], "members": { "name": {}, "principalArn": {} } }, "output": { "type": "structure", "members": { "setting": { "shape": "S29" } } } }, "DeleteAttributes": { "input": { "type": "structure", "required": [ "attributes" ], "members": { "cluster": {}, "attributes": { "shape": "S2b" } } }, "output": { "type": "structure", "members": { "attributes": { "shape": "S2b" } } } }, "DeleteCapacityProvider": { "input": { "type": "structure", "required": [ "capacityProvider" ], "members": { "capacityProvider": {} } }, "output": { "type": "structure", "members": { "capacityProvider": { "shape": "Sf" } } } }, "DeleteCluster": { "input": { "type": "structure", "required": [ "cluster" ], "members": { "cluster": {} } }, "output": { "type": "structure", "members": { "cluster": { "shape": "Sx" } } } }, "DeleteService": { "input": { "type": "structure", "required": [ "service" ], "members": { "cluster": {}, "service": {}, "force": { "type": "boolean" } } }, "output": { "type": "structure", "members": { "service": { "shape": "S1r" } } } }, "DeleteTaskSet": { "input": { "type": "structure", "required": [ "cluster", "service", "taskSet" ], "members": { "cluster": {}, "service": {}, "taskSet": {}, "force": { "type": "boolean" } } }, "output": { "type": "structure", "members": { "taskSet": { "shape": "S1t" } } } }, "DeregisterContainerInstance": { "input": { "type": "structure", "required": [ "containerInstance" ], "members": { "cluster": {}, "containerInstance": {}, "force": { "type": "boolean" } } }, "output": { "type": "structure", "members": { "containerInstance": { "shape": "S2q" } } } }, "DeregisterTaskDefinition": { "input": { "type": "structure", "required": [ "taskDefinition" ], "members": { "taskDefinition": {} } }, "output": { "type": "structure", "members": { "taskDefinition": { "shape": "S33" } } } }, "DescribeCapacityProviders": { "input": { "type": "structure", "members": { "capacityProviders": { "shape": "Sr" }, "include": { "type": "list", "member": {} }, "maxResults": { "type": "integer" }, "nextToken": {} } }, "output": { "type": "structure", "members": { "capacityProviders": { "type": "list", "member": { "shape": "Sf" } }, "failures": { "shape": "S5d" }, "nextToken": {} } } }, "DescribeClusters": { "input": { "type": "structure", "members": { "clusters": { "shape": "Sr" }, "include": { "type": "list", "member": {} } } }, "output": { "type": "structure", "members": { "clusters": { "type": "list", "member": { "shape": "Sx" } }, "failures": { "shape": "S5d" } } } }, "DescribeContainerInstances": { "input": { "type": "structure", "required": [ "containerInstances" ], "members": { "cluster": {}, "containerInstances": { "shape": "Sr" }, "include": { "type": "list", "member": {} } } }, "output": { "type": "structure", "members": { "containerInstances": { "shape": "S5o" }, "failures": { "shape": "S5d" } } } }, "DescribeServices": { "input": { "type": "structure", "required": [ "services" ], "members": { "cluster": {}, "services": { "shape": "Sr" }, "include": { "type": "list", "member": {} } } }, "output": { "type": "structure", "members": { "services": { "type": "list", "member": { "shape": "S1r" } }, "failures": { "shape": "S5d" } } } }, "DescribeTaskDefinition": { "input": { "type": "structure", "required": [ "taskDefinition" ], "members": { "taskDefinition": {}, "include": { "type": "list", "member": {} } } }, "output": { "type": "structure", "members": { "taskDefinition": { "shape": "S33" }, "tags": { "shape": "Sa" } } } }, "DescribeTaskSets": { "input": { "type": "structure", "required": [ "cluster", "service" ], "members": { "cluster": {}, "service": {}, "taskSets": { "shape": "Sr" }, "include": { "type": "list", "member": {} } } }, "output": { "type": "structure", "members": { "taskSets": { "shape": "S1s" }, "failures": { "shape": "S5d" } } } }, "DescribeTasks": { "input": { "type": "structure", "required": [ "tasks" ], "members": { "cluster": {}, "tasks": { "shape": "Sr" }, "include": { "type": "list", "member": {} } } }, "output": { "type": "structure", "members": { "tasks": { "shape": "S66" }, "failures": { "shape": "S5d" } } } }, "DiscoverPollEndpoint": { "input": { "type": "structure", "members": { "containerInstance": {}, "cluster": {} } }, "output": { "type": "structure", "members": { "endpoint": {}, "telemetryEndpoint": {} } } }, "ExecuteCommand": { "input": { "type": "structure", "required": [ "command", "interactive", "task" ], "members": { "cluster": {}, "container": {}, "command": {}, "interactive": { "type": "boolean" }, "task": {} } }, "output": { "type": "structure", "members": { "clusterArn": {}, "containerArn": {}, "containerName": {}, "interactive": { "type": "boolean" }, "session": { "type": "structure", "members": { "sessionId": {}, "streamUrl": {}, "tokenValue": { "type": "string", "sensitive": true } } }, "taskArn": {} } } }, "ListAccountSettings": { "input": { "type": "structure", "members": { "name": {}, "value": {}, "principalArn": {}, "effectiveSettings": { "type": "boolean" }, "nextToken": {}, "maxResults": { "type": "integer" } } }, "output": { "type": "structure", "members": { "settings": { "type": "list", "member": { "shape": "S29" } }, "nextToken": {} } } }, "ListAttributes": { "input": { "type": "structure", "required": [ "targetType" ], "members": { "cluster": {}, "targetType": {}, "attributeName": {}, "attributeValue": {}, "nextToken": {}, "maxResults": { "type": "integer" } } }, "output": { "type": "structure", "members": { "attributes": { "shape": "S2b" }, "nextToken": {} } } }, "ListClusters": { "input": { "type": "structure", "members": { "nextToken": {}, "maxResults": { "type": "integer" } } }, "output": { "type": "structure", "members": { "clusterArns": { "shape": "Sr" }, "nextToken": {} } } }, "ListContainerInstances": { "input": { "type": "structure", "members": { "cluster": {}, "filter": {}, "nextToken": {}, "maxResults": { "type": "integer" }, "status": {} } }, "output": { "type": "structure", "members": { "containerInstanceArns": { "shape": "Sr" }, "nextToken": {} } } }, "ListServices": { "input": { "type": "structure", "members": { "cluster": {}, "nextToken": {}, "maxResults": { "type": "integer" }, "launchType": {}, "schedulingStrategy": {} } }, "output": { "type": "structure", "members": { "serviceArns": { "shape": "Sr" }, "nextToken": {} } } }, "ListTagsForResource": { "input": { "type": "structure", "required": [ "resourceArn" ], "members": { "resourceArn": {} } }, "output": { "type": "structure", "members": { "tags": { "shape": "Sa" } } } }, "ListTaskDefinitionFamilies": { "input": { "type": "structure", "members": { "familyPrefix": {}, "status": {}, "nextToken": {}, "maxResults": { "type": "integer" } } }, "output": { "type": "structure", "members": { "families": { "shape": "Sr" }, "nextToken": {} } } }, "ListTaskDefinitions": { "input": { "type": "structure", "members": { "familyPrefix": {}, "status": {}, "sort": {}, "nextToken": {}, "maxResults": { "type": "integer" } } }, "output": { "type": "structure", "members": { "taskDefinitionArns": { "shape": "Sr" }, "nextToken": {} } } }, "ListTasks": { "input": { "type": "structure", "members": { "cluster": {}, "containerInstance": {}, "family": {}, "nextToken": {}, "maxResults": { "type": "integer" }, "startedBy": {}, "serviceName": {}, "desiredStatus": {}, "launchType": {} } }, "output": { "type": "structure", "members": { "taskArns": { "shape": "Sr" }, "nextToken": {} } } }, "PutAccountSetting": { "input": { "type": "structure", "required": [ "name", "value" ], "members": { "name": {}, "value": {}, "principalArn": {} } }, "output": { "type": "structure", "members": { "setting": { "shape": "S29" } } } }, "PutAccountSettingDefault": { "input": { "type": "structure", "required": [ "name", "value" ], "members": { "name": {}, "value": {} } }, "output": { "type": "structure", "members": { "setting": { "shape": "S29" } } } }, "PutAttributes": { "input": { "type": "structure", "required": [ "attributes" ], "members": { "cluster": {}, "attributes": { "shape": "S2b" } } }, "output": { "type": "structure", "members": { "attributes": { "shape": "S2b" } } } }, "PutClusterCapacityProviders": { "input": { "type": "structure", "required": [ "cluster", "capacityProviders", "defaultCapacityProviderStrategy" ], "members": { "cluster": {}, "capacityProviders": { "shape": "Sr" }, "defaultCapacityProviderStrategy": { "shape": "Ss" } } }, "output": { "type": "structure", "members": { "cluster": { "shape": "Sx" } } } }, "RegisterContainerInstance": { "input": { "type": "structure", "members": { "cluster": {}, "instanceIdentityDocument": {}, "instanceIdentityDocumentSignature": {}, "totalResources": { "shape": "S2t" }, "versionInfo": { "shape": "S2s" }, "containerInstanceArn": {}, "attributes": { "shape": "S2b" }, "platformDevices": { "type": "list", "member": { "type": "structure", "required": [ "id", "type" ], "members": { "id": {}, "type": {} } } }, "tags": { "shape": "Sa" } } }, "output": { "type": "structure", "members": { "containerInstance": { "shape": "S2q" } } } }, "RegisterTaskDefinition": { "input": { "type": "structure", "required": [ "family", "containerDefinitions" ], "members": { "family": {}, "taskRoleArn": {}, "executionRoleArn": {}, "networkMode": {}, "containerDefinitions": { "shape": "S34" }, "volumes": { "shape": "S4e" }, "placementConstraints": { "shape": "S4s" }, "requiresCompatibilities": { "shape": "S4v" }, "cpu": {}, "memory": {}, "tags": { "shape": "Sa" }, "pidMode": {}, "ipcMode": {}, "proxyConfiguration": { "shape": "S54" }, "inferenceAccelerators": { "shape": "S50" }, "ephemeralStorage": { "shape": "S57" }, "runtimePlatform": { "shape": "S4x" } } }, "output": { "type": "structure", "members": { "taskDefinition": { "shape": "S33" }, "tags": { "shape": "Sa" } } } }, "RunTask": { "input": { "type": "structure", "required": [ "taskDefinition" ], "members": { "capacityProviderStrategy": { "shape": "Ss" }, "cluster": {}, "count": { "type": "integer" }, "enableECSManagedTags": { "type": "boolean" }, "enableExecuteCommand": { "type": "boolean" }, "group": {}, "launchType": {}, "networkConfiguration": { "shape": "S1j" }, "overrides": { "shape": "S6k" }, "placementConstraints": { "shape": "S1d" }, "placementStrategy": { "shape": "S1g" }, "platformVersion": {}, "propagateTags": {}, "referenceId": {}, "startedBy": {}, "tags": { "shape": "Sa" }, "taskDefinition": {} } }, "output": { "type": "structure", "members": { "tasks": { "shape": "S66" }, "failures": { "shape": "S5d" } } } }, "StartTask": { "input": { "type": "structure", "required": [ "containerInstances", "taskDefinition" ], "members": { "cluster": {}, "containerInstances": { "shape": "Sr" }, "enableECSManagedTags": { "type": "boolean" }, "enableExecuteCommand": { "type": "boolean" }, "group": {}, "networkConfiguration": { "shape": "S1j" }, "overrides": { "shape": "S6k" }, "propagateTags": {}, "referenceId": {}, "startedBy": {}, "tags": { "shape": "Sa" }, "taskDefinition": {} } }, "output": { "type": "structure", "members": { "tasks": { "shape": "S66" }, "failures": { "shape": "S5d" } } } }, "StopTask": { "input": { "type": "structure", "required": [ "task" ], "members": { "cluster": {}, "task": {}, "reason": {} } }, "output": { "type": "structure", "members": { "task": { "shape": "S67" } } } }, "SubmitAttachmentStateChanges": { "input": { "type": "structure", "required": [ "attachments" ], "members": { "cluster": {}, "attachments": { "shape": "S85" } } }, "output": { "type": "structure", "members": { "acknowledgment": {} } } }, "SubmitContainerStateChange": { "input": { "type": "structure", "members": { "cluster": {}, "task": {}, "containerName": {}, "runtimeId": {}, "status": {}, "exitCode": { "type": "integer" }, "reason": {}, "networkBindings": { "shape": "S6b" } } }, "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": "S6b" }, "reason": {}, "status": {} } } }, "attachments": { "shape": "S85" }, "managedAgents": { "type": "list", "member": { "type": "structure", "required": [ "containerName", "managedAgentName", "status" ], "members": { "containerName": {}, "managedAgentName": {}, "status": {}, "reason": {} } } }, "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": "Sa" } } }, "output": { "type": "structure", "members": {} } }, "UntagResource": { "input": { "type": "structure", "required": [ "resourceArn", "tagKeys" ], "members": { "resourceArn": {}, "tagKeys": { "type": "list", "member": {} } } }, "output": { "type": "structure", "members": {} } }, "UpdateCapacityProvider": { "input": { "type": "structure", "required": [ "name", "autoScalingGroupProvider" ], "members": { "name": {}, "autoScalingGroupProvider": { "type": "structure", "members": { "managedScaling": { "shape": "S4" }, "managedTerminationProtection": {} } } } }, "output": { "type": "structure", "members": { "capacityProvider": { "shape": "Sf" } } } }, "UpdateCluster": { "input": { "type": "structure", "required": [ "cluster" ], "members": { "cluster": {}, "settings": { "shape": "Sj" }, "configuration": { "shape": "Sm" } } }, "output": { "type": "structure", "members": { "cluster": { "shape": "Sx" } } } }, "UpdateClusterSettings": { "input": { "type": "structure", "required": [ "cluster", "settings" ], "members": { "cluster": {}, "settings": { "shape": "Sj" } } }, "output": { "type": "structure", "members": { "cluster": { "shape": "Sx" } } } }, "UpdateContainerAgent": { "input": { "type": "structure", "required": [ "containerInstance" ], "members": { "cluster": {}, "containerInstance": {} } }, "output": { "type": "structure", "members": { "containerInstance": { "shape": "S2q" } } } }, "UpdateContainerInstancesState": { "input": { "type": "structure", "required": [ "containerInstances", "status" ], "members": { "cluster": {}, "containerInstances": { "shape": "Sr" }, "status": {} } }, "output": { "type": "structure", "members": { "containerInstances": { "shape": "S5o" }, "failures": { "shape": "S5d" } } } }, "UpdateService": { "input": { "type": "structure", "required": [ "service" ], "members": { "cluster": {}, "service": {}, "desiredCount": { "type": "integer" }, "taskDefinition": {}, "capacityProviderStrategy": { "shape": "Ss" }, "deploymentConfiguration": { "shape": "S1b" }, "networkConfiguration": { "shape": "S1j" }, "placementConstraints": { "shape": "S1d" }, "placementStrategy": { "shape": "S1g" }, "platformVersion": {}, "forceNewDeployment": { "type": "boolean" }, "healthCheckGracePeriodSeconds": { "type": "integer" }, "enableExecuteCommand": { "type": "boolean" }, "enableECSManagedTags": { "type": "boolean" }, "loadBalancers": { "shape": "S15" }, "propagateTags": {}, "serviceRegistries": { "shape": "S18" } } }, "output": { "type": "structure", "members": { "service": { "shape": "S1r" } } } }, "UpdateServicePrimaryTaskSet": { "input": { "type": "structure", "required": [ "cluster", "service", "primaryTaskSet" ], "members": { "cluster": {}, "service": {}, "primaryTaskSet": {} } }, "output": { "type": "structure", "members": { "taskSet": { "shape": "S1t" } } } }, "UpdateTaskSet": { "input": { "type": "structure", "required": [ "cluster", "service", "taskSet", "scale" ], "members": { "cluster": {}, "service": {}, "taskSet": {}, "scale": { "shape": "S1v" } } }, "output": { "type": "structure", "members": { "taskSet": { "shape": "S1t" } } } } }, "shapes": { "S3": { "type": "structure", "required": [ "autoScalingGroupArn" ], "members": { "autoScalingGroupArn": {}, "managedScaling": { "shape": "S4" }, "managedTerminationProtection": {} } }, "S4": { "type": "structure", "members": { "status": {}, "targetCapacity": { "type": "integer" }, "minimumScalingStepSize": { "type": "integer" }, "maximumScalingStepSize": { "type": "integer" }, "instanceWarmupPeriod": { "type": "integer" } } }, "Sa": { "type": "list", "member": { "type": "structure", "members": { "key": {}, "value": {} } } }, "Sf": { "type": "structure", "members": { "capacityProviderArn": {}, "name": {}, "status": {}, "autoScalingGroupProvider": { "shape": "S3" }, "updateStatus": {}, "updateStatusReason": {}, "tags": { "shape": "Sa" } } }, "Sj": { "type": "list", "member": { "type": "structure", "members": { "name": {}, "value": {} } } }, "Sm": { "type": "structure", "members": { "executeCommandConfiguration": { "type": "structure", "members": { "kmsKeyId": {}, "logging": {}, "logConfiguration": { "type": "structure", "members": { "cloudWatchLogGroupName": {}, "cloudWatchEncryptionEnabled": { "type": "boolean" }, "s3BucketName": {}, "s3EncryptionEnabled": { "type": "boolean" }, "s3KeyPrefix": {} } } } } } }, "Sr": { "type": "list", "member": {} }, "Ss": { "type": "list", "member": { "type": "structure", "required": [ "capacityProvider" ], "members": { "capacityProvider": {}, "weight": { "type": "integer" }, "base": { "type": "integer" } } } }, "Sx": { "type": "structure", "members": { "clusterArn": {}, "clusterName": {}, "configuration": { "shape": "Sm" }, "status": {}, "registeredContainerInstancesCount": { "type": "integer" }, "runningTasksCount": { "type": "integer" }, "pendingTasksCount": { "type": "integer" }, "activeServicesCount": { "type": "integer" }, "statistics": { "type": "list", "member": { "shape": "S10" } }, "tags": { "shape": "Sa" }, "settings": { "shape": "Sj" }, "capacityProviders": { "shape": "Sr" }, "defaultCapacityProviderStrategy": { "shape": "Ss" }, "attachments": { "shape": "S11" }, "attachmentsStatus": {} } }, "S10": { "type": "structure", "members": { "name": {}, "value": {} } }, "S11": { "type": "list", "member": { "type": "structure", "members": { "id": {}, "type": {}, "status": {}, "details": { "type": "list", "member": { "shape": "S10" } } } } }, "S15": { "type": "list", "member": { "type": "structure", "members": { "targetGroupArn": {}, "loadBalancerName": {}, "containerName": {}, "containerPort": { "type": "integer" } } } }, "S18": { "type": "list", "member": { "type": "structure", "members": { "registryArn": {}, "port": { "type": "integer" }, "containerName": {}, "containerPort": { "type": "integer" } } } }, "S1b": { "type": "structure", "members": { "deploymentCircuitBreaker": { "type": "structure", "required": [ "enable", "rollback" ], "members": { "enable": { "type": "boolean" }, "rollback": { "type": "boolean" } } }, "maximumPercent": { "type": "integer" }, "minimumHealthyPercent": { "type": "integer" } } }, "S1d": { "type": "list", "member": { "type": "structure", "members": { "type": {}, "expression": {} } } }, "S1g": { "type": "list", "member": { "type": "structure", "members": { "type": {}, "field": {} } } }, "S1j": { "type": "structure", "members": { "awsvpcConfiguration": { "type": "structure", "required": [ "subnets" ], "members": { "subnets": { "shape": "Sr" }, "securityGroups": { "shape": "Sr" }, "assignPublicIp": {} } } } }, "S1n": { "type": "structure", "required": [ "type" ], "members": { "type": {} } }, "S1r": { "type": "structure", "members": { "serviceArn": {}, "serviceName": {}, "clusterArn": {}, "loadBalancers": { "shape": "S15" }, "serviceRegistries": { "shape": "S18" }, "status": {}, "desiredCount": { "type": "integer" }, "runningCount": { "type": "integer" }, "pendingCount": { "type": "integer" }, "launchType": {}, "capacityProviderStrategy": { "shape": "Ss" }, "platformVersion": {}, "platformFamily": {}, "taskDefinition": {}, "deploymentConfiguration": { "shape": "S1b" }, "taskSets": { "shape": "S1s" }, "deployments": { "type": "list", "member": { "type": "structure", "members": { "id": {}, "status": {}, "taskDefinition": {}, "desiredCount": { "type": "integer" }, "pendingCount": { "type": "integer" }, "runningCount": { "type": "integer" }, "failedTasks": { "type": "integer" }, "createdAt": { "type": "timestamp" }, "updatedAt": { "type": "timestamp" }, "capacityProviderStrategy": { "shape": "Ss" }, "launchType": {}, "platformVersion": {}, "platformFamily": {}, "networkConfiguration": { "shape": "S1j" }, "rolloutState": {}, "rolloutStateReason": {} } } }, "roleArn": {}, "events": { "type": "list", "member": { "type": "structure", "members": { "id": {}, "createdAt": { "type": "timestamp" }, "message": {} } } }, "createdAt": { "type": "timestamp" }, "placementConstraints": { "shape": "S1d" }, "placementStrategy": { "shape": "S1g" }, "networkConfiguration": { "shape": "S1j" }, "healthCheckGracePeriodSeconds": { "type": "integer" }, "schedulingStrategy": {}, "deploymentController": { "shape": "S1n" }, "tags": { "shape": "Sa" }, "createdBy": {}, "enableECSManagedTags": { "type": "boolean" }, "propagateTags": {}, "enableExecuteCommand": { "type": "boolean" } } }, "S1s": { "type": "list", "member": { "shape": "S1t" } }, "S1t": { "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": "Ss" }, "platformVersion": {}, "platformFamily": {}, "networkConfiguration": { "shape": "S1j" }, "loadBalancers": { "shape": "S15" }, "serviceRegistries": { "shape": "S18" }, "scale": { "shape": "S1v" }, "stabilityStatus": {}, "stabilityStatusAt": { "type": "timestamp" }, "tags": { "shape": "Sa" } } }, "S1v": { "type": "structure", "members": { "value": { "type": "double" }, "unit": {} } }, "S29": { "type": "structure", "members": { "name": {}, "value": {}, "principalArn": {} } }, "S2b": { "type": "list", "member": { "shape": "S2c" } }, "S2c": { "type": "structure", "required": [ "name" ], "members": { "name": {}, "value": {}, "targetType": {}, "targetId": {} } }, "S2q": { "type": "structure", "members": { "containerInstanceArn": {}, "ec2InstanceId": {}, "capacityProviderName": {}, "version": { "type": "long" }, "versionInfo": { "shape": "S2s" }, "remainingResources": { "shape": "S2t" }, "registeredResources": { "shape": "S2t" }, "status": {}, "statusReason": {}, "agentConnected": { "type": "boolean" }, "runningTasksCount": { "type": "integer" }, "pendingTasksCount": { "type": "integer" }, "agentUpdateStatus": {}, "attributes": { "shape": "S2b" }, "registeredAt": { "type": "timestamp" }, "attachments": { "shape": "S11" }, "tags": { "shape": "Sa" }, "healthStatus": { "type": "structure", "members": { "overallStatus": {}, "details": { "type": "list", "member": { "type": "structure", "members": { "type": {}, "status": {}, "lastUpdated": { "type": "timestamp" }, "lastStatusChange": { "type": "timestamp" } } } } } } } }, "S2s": { "type": "structure", "members": { "agentVersion": {}, "agentHash": {}, "dockerVersion": {} } }, "S2t": { "type": "list", "member": { "type": "structure", "members": { "name": {}, "type": {}, "doubleValue": { "type": "double" }, "longValue": { "type": "long" }, "integerValue": { "type": "integer" }, "stringSetValue": { "shape": "Sr" } } } }, "S33": { "type": "structure", "members": { "taskDefinitionArn": {}, "containerDefinitions": { "shape": "S34" }, "family": {}, "taskRoleArn": {}, "executionRoleArn": {}, "networkMode": {}, "revision": { "type": "integer" }, "volumes": { "shape": "S4e" }, "status": {}, "requiresAttributes": { "type": "list", "member": { "shape": "S2c" } }, "placementConstraints": { "shape": "S4s" }, "compatibilities": { "shape": "S4v" }, "runtimePlatform": { "shape": "S4x" }, "requiresCompatibilities": { "shape": "S4v" }, "cpu": {}, "memory": {}, "inferenceAccelerators": { "shape": "S50" }, "pidMode": {}, "ipcMode": {}, "proxyConfiguration": { "shape": "S54" }, "registeredAt": { "type": "timestamp" }, "deregisteredAt": { "type": "timestamp" }, "registeredBy": {}, "ephemeralStorage": { "shape": "S57" } } }, "S34": { "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": "Sr" }, "portMappings": { "type": "list", "member": { "type": "structure", "members": { "containerPort": { "type": "integer" }, "hostPort": { "type": "integer" }, "protocol": {} } } }, "essential": { "type": "boolean" }, "entryPoint": { "shape": "Sr" }, "command": { "shape": "Sr" }, "environment": { "shape": "S3a" }, "environmentFiles": { "shape": "S3b" }, "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": "Sr" }, "drop": { "shape": "Sr" } } }, "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": "Sr" } } } }, "maxSwap": { "type":