UNPKG

openapi-directory

Version:

Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS

1 lines 309 kB
{"openapi":"3.0.0","info":{"version":"2018-06-29","x-release":"v4","title":"AWS RoboMaker","description":"This section provides documentation for the AWS RoboMaker API operations.","x-logo":{"url":"https://twitter.com/awscloud/profile_image?size=original","backgroundColor":"#FFFFFF"},"termsOfService":"https://aws.amazon.com/service-terms/","contact":{"name":"Mike Ralphson","email":"mike.ralphson@gmail.com","url":"https://github.com/mermade/aws2openapi","x-twitter":"PermittedSoc"},"license":{"name":"Apache 2.0 License","url":"http://www.apache.org/licenses/"},"x-providerName":"amazonaws.com","x-serviceName":"robomaker","x-aws-signingName":"robomaker","x-origin":[{"contentType":"application/json","url":"https://raw.githubusercontent.com/aws/aws-sdk-js/master/apis/robomaker-2018-06-29.normal.json","converter":{"url":"https://github.com/mermade/aws2openapi","version":"1.0.0"},"x-apisguru-driver":"external"}],"x-apiClientRegistration":{"url":"https://portal.aws.amazon.com/gp/aws/developer/registration/index.html?nc2=h_ct"},"x-apisguru-categories":["cloud"],"x-preferred":true},"externalDocs":{"description":"Amazon Web Services documentation","url":"https://docs.aws.amazon.com/robomaker/"},"servers":[{"url":"http://robomaker.{region}.amazonaws.com","variables":{"region":{"description":"The AWS region","enum":["us-east-1","us-east-2","us-west-1","us-west-2","us-gov-west-1","us-gov-east-1","ca-central-1","eu-north-1","eu-west-1","eu-west-2","eu-west-3","eu-central-1","eu-south-1","af-south-1","ap-northeast-1","ap-northeast-2","ap-northeast-3","ap-southeast-1","ap-southeast-2","ap-east-1","ap-south-1","sa-east-1","me-south-1"],"default":"us-east-1"}},"description":"The RoboMaker multi-region endpoint"},{"url":"https://robomaker.{region}.amazonaws.com","variables":{"region":{"description":"The AWS region","enum":["us-east-1","us-east-2","us-west-1","us-west-2","us-gov-west-1","us-gov-east-1","ca-central-1","eu-north-1","eu-west-1","eu-west-2","eu-west-3","eu-central-1","eu-south-1","af-south-1","ap-northeast-1","ap-northeast-2","ap-northeast-3","ap-southeast-1","ap-southeast-2","ap-east-1","ap-south-1","sa-east-1","me-south-1"],"default":"us-east-1"}},"description":"The RoboMaker multi-region endpoint"},{"url":"http://robomaker.{region}.amazonaws.com.cn","variables":{"region":{"description":"The AWS region","enum":["cn-north-1","cn-northwest-1"],"default":"cn-north-1"}},"description":"The RoboMaker endpoint for China (Beijing) and China (Ningxia)"},{"url":"https://robomaker.{region}.amazonaws.com.cn","variables":{"region":{"description":"The AWS region","enum":["cn-north-1","cn-northwest-1"],"default":"cn-north-1"}},"description":"The RoboMaker endpoint for China (Beijing) and China (Ningxia)"}],"x-hasEquivalentPaths":true,"paths":{"/batchDeleteWorlds":{"post":{"operationId":"BatchDeleteWorlds","description":"Deletes one or more worlds in a batch operation.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BatchDeleteWorldsResponse"}}}},"480":{"description":"InvalidParameterException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidParameterException"}}}},"481":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"482":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["worlds"],"properties":{"worlds":{"description":"A list of Amazon Resource Names (arns) that correspond to worlds to delete.","type":"array","items":{"$ref":"#/components/schemas/Arn"},"minItems":1,"maxItems":100}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/batchDescribeSimulationJob":{"post":{"operationId":"BatchDescribeSimulationJob","description":"Describes one or more simulation jobs.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BatchDescribeSimulationJobResponse"}}}},"480":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"481":{"description":"InvalidParameterException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidParameterException"}}}},"482":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"483":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["jobs"],"properties":{"jobs":{"description":"A list of Amazon Resource Names (ARNs) of simulation jobs to describe.","type":"array","items":{"$ref":"#/components/schemas/Arn"},"minItems":1,"maxItems":100}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/cancelDeploymentJob":{"post":{"deprecated":true,"operationId":"CancelDeploymentJob","description":"<p>Cancels the specified deployment job.</p> <important> <p>This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.</p> </important>","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CancelDeploymentJobResponse"}}}},"480":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"481":{"description":"InvalidParameterException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidParameterException"}}}},"482":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"483":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["job"],"properties":{"job":{"description":"The deployment job ARN to cancel.","type":"string","pattern":"arn:.*","minLength":1,"maxLength":1224}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/cancelSimulationJob":{"post":{"operationId":"CancelSimulationJob","description":"Cancels the specified simulation job.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CancelSimulationJobResponse"}}}},"480":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"481":{"description":"InvalidParameterException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidParameterException"}}}},"482":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"483":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["job"],"properties":{"job":{"description":"The simulation job ARN to cancel.","type":"string","pattern":"arn:.*","minLength":1,"maxLength":1224}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/cancelSimulationJobBatch":{"post":{"operationId":"CancelSimulationJobBatch","description":"Cancels a simulation job batch. When you cancel a simulation job batch, you are also cancelling all of the active simulation jobs created as part of the batch. ","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CancelSimulationJobBatchResponse"}}}},"480":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"481":{"description":"InvalidParameterException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidParameterException"}}}},"482":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"483":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["batch"],"properties":{"batch":{"description":"The id of the batch to cancel.","type":"string","pattern":"arn:.*","minLength":1,"maxLength":1224}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/cancelWorldExportJob":{"post":{"operationId":"CancelWorldExportJob","description":"Cancels the specified export job.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CancelWorldExportJobResponse"}}}},"480":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"481":{"description":"InvalidParameterException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidParameterException"}}}},"482":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"483":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["job"],"properties":{"job":{"description":"The Amazon Resource Name (arn) of the world export job to cancel.","type":"string","pattern":"arn:.*","minLength":1,"maxLength":1224}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/cancelWorldGenerationJob":{"post":{"operationId":"CancelWorldGenerationJob","description":"Cancels the specified world generator job.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CancelWorldGenerationJobResponse"}}}},"480":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"481":{"description":"InvalidParameterException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidParameterException"}}}},"482":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"483":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["job"],"properties":{"job":{"description":"The Amazon Resource Name (arn) of the world generator job to cancel.","type":"string","pattern":"arn:.*","minLength":1,"maxLength":1224}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/createDeploymentJob":{"post":{"deprecated":true,"operationId":"CreateDeploymentJob","description":"<p>Deploys a specific version of a robot application to robots in a fleet.</p> <important> <p>This API is no longer supported and will throw an error if used.</p> </important> <p>The robot application must have a numbered <code>applicationVersion</code> for consistency reasons. To create a new version, use <code>CreateRobotApplicationVersion</code> or see <a href=\"https://docs.aws.amazon.com/robomaker/latest/dg/create-robot-application-version.html\">Creating a Robot Application Version</a>. </p> <note> <p>After 90 days, deployment jobs expire and will be deleted. They will no longer be accessible. </p> </note>","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateDeploymentJobResponse"}}}},"480":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"481":{"description":"InvalidParameterException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidParameterException"}}}},"482":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"483":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"484":{"description":"LimitExceededException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/LimitExceededException"}}}},"485":{"description":"ConcurrentDeploymentException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConcurrentDeploymentException"}}}},"486":{"description":"IdempotentParameterMismatchException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IdempotentParameterMismatchException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["clientRequestToken","fleet","deploymentApplicationConfigs"],"properties":{"deploymentConfig":{"description":"Information about a deployment configuration.","type":"object","properties":{"concurrentDeploymentPercentage":{"allOf":[{"$ref":"#/components/schemas/Percentage"},{"description":"The percentage of robots receiving the deployment at the same time."}]},"failureThresholdPercentage":{"allOf":[{"$ref":"#/components/schemas/Percentage"},{"description":"The percentage of deployments that need to fail before stopping deployment."}]},"robotDeploymentTimeoutInSeconds":{"allOf":[{"$ref":"#/components/schemas/DeploymentTimeout"},{"description":"The amount of time, in seconds, to wait for deployment to a single robot to complete. Choose a time between 1 minute and 7 days. The default is 5 hours."}]},"downloadConditionFile":{"allOf":[{"$ref":"#/components/schemas/S3Object"},{"description":"The download condition file."}]}}},"clientRequestToken":{"description":"Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.","type":"string","pattern":"[a-zA-Z0-9_\\-=]*","minLength":1,"maxLength":64},"fleet":{"description":"The Amazon Resource Name (ARN) of the fleet to deploy.","type":"string","pattern":"arn:.*","minLength":1,"maxLength":1224},"deploymentApplicationConfigs":{"description":"The deployment application configuration.","type":"array","items":{"$ref":"#/components/schemas/DeploymentApplicationConfig"},"minItems":1,"maxItems":1},"tags":{"description":"A map that contains tag keys and tag values that are attached to the deployment job.","type":"object","minProperties":0,"maxProperties":50,"additionalProperties":{"$ref":"#/components/schemas/TagValue"}}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/createFleet":{"post":{"deprecated":true,"operationId":"CreateFleet","description":"<p>Creates a fleet, a logical group of robots running the same robot application.</p> <important> <p>This API is no longer supported and will throw an error if used.</p> </important>","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateFleetResponse"}}}},"480":{"description":"InvalidParameterException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidParameterException"}}}},"481":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"482":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"483":{"description":"LimitExceededException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/LimitExceededException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["name"],"properties":{"name":{"description":"The name of the fleet.","type":"string","pattern":"[a-zA-Z0-9_\\-]*","minLength":1,"maxLength":255},"tags":{"description":"A map that contains tag keys and tag values that are attached to the fleet.","type":"object","minProperties":0,"maxProperties":50,"additionalProperties":{"$ref":"#/components/schemas/TagValue"}}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/createRobot":{"post":{"deprecated":true,"operationId":"CreateRobot","description":"<p>Creates a robot.</p> <important> <p>This API is no longer supported and will throw an error if used.</p> </important>","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateRobotResponse"}}}},"480":{"description":"InvalidParameterException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidParameterException"}}}},"481":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"482":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"483":{"description":"LimitExceededException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/LimitExceededException"}}}},"484":{"description":"ResourceAlreadyExistsException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceAlreadyExistsException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["name","architecture","greengrassGroupId"],"properties":{"name":{"description":"The name for the robot.","type":"string","pattern":"[a-zA-Z0-9_\\-]*","minLength":1,"maxLength":255},"architecture":{"description":"The target architecture of the robot.","type":"string","enum":["X86_64","ARM64","ARMHF"]},"greengrassGroupId":{"description":"The Greengrass group id.","type":"string","pattern":".*","minLength":1,"maxLength":1224},"tags":{"description":"A map that contains tag keys and tag values that are attached to the robot.","type":"object","minProperties":0,"maxProperties":50,"additionalProperties":{"$ref":"#/components/schemas/TagValue"}}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/createRobotApplication":{"post":{"operationId":"CreateRobotApplication","description":"Creates a robot application. ","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateRobotApplicationResponse"}}}},"480":{"description":"InvalidParameterException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidParameterException"}}}},"481":{"description":"ResourceAlreadyExistsException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceAlreadyExistsException"}}}},"482":{"description":"LimitExceededException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/LimitExceededException"}}}},"483":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"484":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"485":{"description":"IdempotentParameterMismatchException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IdempotentParameterMismatchException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["name","robotSoftwareSuite"],"properties":{"name":{"description":"The name of the robot application.","type":"string","pattern":"[a-zA-Z0-9_\\-]*","minLength":1,"maxLength":255},"sources":{"description":"The sources of the robot application.","type":"array","items":{"$ref":"#/components/schemas/SourceConfig"}},"robotSoftwareSuite":{"description":"Information about a robot software suite (ROS distribution).","type":"object","properties":{"name":{"allOf":[{"$ref":"#/components/schemas/RobotSoftwareSuiteType"},{"description":"The name of the robot software suite (ROS distribution)."}]},"version":{"allOf":[{"$ref":"#/components/schemas/RobotSoftwareSuiteVersionType"},{"description":"The version of the robot software suite (ROS distribution)."}]}}},"tags":{"description":"A map that contains tag keys and tag values that are attached to the robot application.","type":"object","minProperties":0,"maxProperties":50,"additionalProperties":{"$ref":"#/components/schemas/TagValue"}},"environment":{"description":"The object that contains the Docker image URI for either your robot or simulation applications.","type":"object","properties":{"uri":{"allOf":[{"$ref":"#/components/schemas/RepositoryUrl"},{"description":"The Docker image URI for either your robot or simulation applications."}]}}}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/createRobotApplicationVersion":{"post":{"operationId":"CreateRobotApplicationVersion","description":"Creates a version of a robot application.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateRobotApplicationVersionResponse"}}}},"480":{"description":"InvalidParameterException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidParameterException"}}}},"481":{"description":"IdempotentParameterMismatchException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IdempotentParameterMismatchException"}}}},"482":{"description":"LimitExceededException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/LimitExceededException"}}}},"483":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"484":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["application"],"properties":{"application":{"description":"The application information for the robot application.","type":"string","pattern":"arn:.*","minLength":1,"maxLength":1224},"currentRevisionId":{"description":"The current revision id for the robot application. If you provide a value and it matches the latest revision ID, a new version will be created.","type":"string","pattern":"[a-zA-Z0-9_.\\-]*","minLength":1,"maxLength":40},"s3Etags":{"description":"The Amazon S3 identifier for the zip file bundle that you use for your robot application.","type":"array","items":{"$ref":"#/components/schemas/S3Etag"}},"imageDigest":{"description":"A SHA256 identifier for the Docker image that you use for your robot application.","type":"string","pattern":"[Ss][Hh][Aa]256:[0-9a-fA-F]{64}","minLength":0,"maxLength":72}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/createSimulationApplication":{"post":{"operationId":"CreateSimulationApplication","description":"Creates a simulation application.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateSimulationApplicationResponse"}}}},"480":{"description":"InvalidParameterException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidParameterException"}}}},"481":{"description":"ResourceAlreadyExistsException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceAlreadyExistsException"}}}},"482":{"description":"LimitExceededException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/LimitExceededException"}}}},"483":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"484":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"485":{"description":"IdempotentParameterMismatchException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IdempotentParameterMismatchException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["name","simulationSoftwareSuite","robotSoftwareSuite"],"properties":{"name":{"description":"The name of the simulation application.","type":"string","pattern":"[a-zA-Z0-9_\\-]*","minLength":1,"maxLength":255},"sources":{"description":"The sources of the simulation application.","type":"array","items":{"$ref":"#/components/schemas/SourceConfig"}},"simulationSoftwareSuite":{"description":"Information about a simulation software suite.","type":"object","properties":{"name":{"allOf":[{"$ref":"#/components/schemas/SimulationSoftwareSuiteType"},{"description":"The name of the simulation software suite."}]},"version":{"allOf":[{"$ref":"#/components/schemas/SimulationSoftwareSuiteVersionType"},{"description":"The version of the simulation software suite."}]}}},"robotSoftwareSuite":{"description":"Information about a robot software suite (ROS distribution).","type":"object","properties":{"name":{"allOf":[{"$ref":"#/components/schemas/RobotSoftwareSuiteType"},{"description":"The name of the robot software suite (ROS distribution)."}]},"version":{"allOf":[{"$ref":"#/components/schemas/RobotSoftwareSuiteVersionType"},{"description":"The version of the robot software suite (ROS distribution)."}]}}},"renderingEngine":{"description":"Information about a rendering engine.","type":"object","properties":{"name":{"allOf":[{"$ref":"#/components/schemas/RenderingEngineType"},{"description":"The name of the rendering engine."}]},"version":{"allOf":[{"$ref":"#/components/schemas/RenderingEngineVersionType"},{"description":"The version of the rendering engine."}]}}},"tags":{"description":"A map that contains tag keys and tag values that are attached to the simulation application.","type":"object","minProperties":0,"maxProperties":50,"additionalProperties":{"$ref":"#/components/schemas/TagValue"}},"environment":{"description":"The object that contains the Docker image URI for either your robot or simulation applications.","type":"object","properties":{"uri":{"allOf":[{"$ref":"#/components/schemas/RepositoryUrl"},{"description":"The Docker image URI for either your robot or simulation applications."}]}}}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/createSimulationApplicationVersion":{"post":{"operationId":"CreateSimulationApplicationVersion","description":"Creates a simulation application with a specific revision id.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateSimulationApplicationVersionResponse"}}}},"480":{"description":"InvalidParameterException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidParameterException"}}}},"481":{"description":"IdempotentParameterMismatchException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IdempotentParameterMismatchException"}}}},"482":{"description":"LimitExceededException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/LimitExceededException"}}}},"483":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"484":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["application"],"properties":{"application":{"description":"The application information for the simulation application.","type":"string","pattern":"arn:.*","minLength":1,"maxLength":1224},"currentRevisionId":{"description":"The current revision id for the simulation application. If you provide a value and it matches the latest revision ID, a new version will be created.","type":"string","pattern":"[a-zA-Z0-9_.\\-]*","minLength":1,"maxLength":40},"s3Etags":{"description":"The Amazon S3 eTag identifier for the zip file bundle that you use to create the simulation application.","type":"array","items":{"$ref":"#/components/schemas/S3Etag"}},"imageDigest":{"description":"The SHA256 digest used to identify the Docker image URI used to created the simulation application.","type":"string","pattern":"[Ss][Hh][Aa]256:[0-9a-fA-F]{64}","minLength":0,"maxLength":72}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/createSimulationJob":{"post":{"operationId":"CreateSimulationJob","description":"<p>Creates a simulation job.</p> <note> <p>After 90 days, simulation jobs expire and will be deleted. They will no longer be accessible. </p> </note>","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateSimulationJobResponse"}}}},"480":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"481":{"description":"InvalidParameterException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidParameterException"}}}},"482":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"483":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"484":{"description":"LimitExceededException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/LimitExceededException"}}}},"485":{"description":"IdempotentParameterMismatchException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IdempotentParameterMismatchException"}}}},"486":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["maxJobDurationInSeconds","iamRole"],"properties":{"clientRequestToken":{"description":"Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.","type":"string","pattern":"[a-zA-Z0-9_\\-=]*","minLength":1,"maxLength":64},"outputLocation":{"description":"The output location.","type":"object","properties":{"s3Bucket":{"allOf":[{"$ref":"#/components/schemas/S3Bucket"},{"description":"The S3 bucket for output."}]},"s3Prefix":{"allOf":[{"$ref":"#/components/schemas/S3Key"},{"description":"The S3 folder in the <code>s3Bucket</code> where output files will be placed."}]}}},"loggingConfig":{"description":"The logging configuration.","type":"object","properties":{"recordAllRosTopics":{"allOf":[{"$ref":"#/components/schemas/BoxedBoolean"},{"deprecated":true,"description":"<p>A boolean indicating whether to record all ROS topics.</p> <important> <p>This API is no longer supported and will throw an error if used.</p> </important>AWS RoboMaker is ending support for ROS software suite. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/software-support-policy.html."}]}}},"maxJobDurationInSeconds":{"description":"The maximum simulation job duration in seconds (up to 14 days or 1,209,600 seconds. When <code>maxJobDurationInSeconds</code> is reached, the simulation job will status will transition to <code>Completed</code>.","type":"integer"},"iamRole":{"description":"The IAM role name that allows the simulation instance to call the AWS APIs that are specified in its associated policies on your behalf. This is how credentials are passed in to your simulation job. ","type":"string","pattern":"arn:aws:iam::\\w+:role/.*","minLength":1,"maxLength":255},"failureBehavior":{"description":"<p>The failure behavior the simulation job.</p> <dl> <dt>Continue</dt> <dd> <p>Leaves the instance running for its maximum timeout duration after a <code>4XX</code> error code.</p> </dd> <dt>Fail</dt> <dd> <p>Stop the simulation job and terminate the instance.</p> </dd> </dl>","type":"string","enum":["Fail","Continue"]},"robotApplications":{"description":"The robot application to use in the simulation job.","type":"array","items":{"$ref":"#/components/schemas/RobotApplicationConfig"},"minItems":1,"maxItems":1},"simulationApplications":{"description":"The simulation application to use in the simulation job.","type":"array","items":{"$ref":"#/components/schemas/SimulationApplicationConfig"},"minItems":1,"maxItems":1},"dataSources":{"description":"<p>Specify data sources to mount read-only files from S3 into your simulation. These files are available under <code>/opt/robomaker/datasources/data_source_name</code>. </p> <note> <p>There is a limit of 100 files and a combined size of 25GB for all <code>DataSourceConfig</code> objects. </p> </note>","type":"array","items":{"$ref":"#/components/schemas/DataSourceConfig"},"minItems":1,"maxItems":6},"tags":{"description":"A map that contains tag keys and tag values that are attached to the simulation job.","type":"object","minProperties":0,"maxProperties":50,"additionalProperties":{"$ref":"#/components/schemas/TagValue"}},"vpcConfig":{"description":"If your simulation job accesses resources in a VPC, you provide this parameter identifying the list of security group IDs and subnet IDs. These must belong to the same VPC. You must provide at least one security group and two subnet IDs.","type":"object","properties":{"subnets":{"allOf":[{"$ref":"#/components/schemas/Subnets"},{"description":"A list of one or more subnet IDs in your VPC."}]},"securityGroups":{"allOf":[{"$ref":"#/components/schemas/SecurityGroups"},{"description":"A list of one or more security groups IDs in your VPC."}]},"assignPublicIp":{"allOf":[{"$ref":"#/components/schemas/Boolean"},{"description":"A boolean indicating whether to assign a public IP address."}]}}},"compute":{"description":"Compute information for the simulation job.","type":"object","properties":{"simulationUnitLimit":{"allOf":[{"$ref":"#/components/schemas/SimulationUnit"},{"description":"The simulation unit limit. Your simulation is allocated CPU and memory proportional to the supplied simulation unit limit. A simulation unit is 1 vcpu and 2GB of memory. You are only billed for the SU utilization you consume up to the maximum value provided. The default is 15. "}]},"computeType":{"allOf":[{"$ref":"#/components/schemas/ComputeType"},{"description":"Compute type information for the simulation job."}]},"gpuUnitLimit":{"allOf":[{"$ref":"#/components/schemas/GPUUnit"},{"description":"Compute GPU unit limit for the simulation job. It is the same as the number of GPUs allocated to the SimulationJob."}]}}}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/createWorldExportJob":{"post":{"operationId":"CreateWorldExportJob","description":"Creates a world export job.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateWorldExportJobResponse"}}}},"480":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"481":{"description":"InvalidParameterException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidParameterException"}}}},"482":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"483":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"484":{"description":"IdempotentParameterMismatchException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IdempotentParameterMismatchException"}}}},"485":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["worlds","outputLocation","iamRole"],"properties":{"clientRequestToken":{"description":"Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.","type":"string","pattern":"[a-zA-Z0-9_\\-=]*","minLength":1,"maxLength":64},"worlds":{"description":"A list of Amazon Resource Names (arns) that correspond to worlds to export.","type":"array","items":{"$ref":"#/components/schemas/Arn"},"minItems":1,"maxItems":100},"outputLocation":{"description":"The output location.","type":"object","properties":{"s3Bucket":{"allOf":[{"$ref":"#/components/schemas/S3Bucket"},{"description":"The S3 bucket for output."}]},"s3Prefix":{"allOf":[{"$ref":"#/components/schemas/S3Key"},{"description":"The S3 folder in the <code>s3Bucket</code> where output files will be placed."}]}}},"iamRole":{"description":"The IAM role that the world export process uses to access the Amazon S3 bucket and put the export.","type":"string","pattern":"arn:aws:iam::\\w+:role/.*","minLength":1,"maxLength":255},"tags":{"description":"A map that contains tag keys and tag values that are attached to the world export job.","type":"object","minProperties":0,"maxProperties":50,"additionalProperties":{"$ref":"#/components/schemas/TagValue"}}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/createWorldGenerationJob":{"post":{"operationId":"CreateWorldGenerationJob","description":"Creates worlds using the specified template.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateWorldGenerationJobResponse"}}}},"480":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"481":{"description":"InvalidParameterException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidParameterException"}}}},"482":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}},"483":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"484":{"description":"LimitExceededException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/LimitExceededException"}}}},"485":{"description":"IdempotentParameterMismatchException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IdempotentParameterMismatchException"}}}},"486":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["template","worldCount"],"properties":{"clientRequestToken":{"description":"Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.","type":"string","pattern":"[a-zA-Z0-9_\\-=]*","minLength":1,"maxLength":64},"template":{"description":"The Amazon Resource Name (arn) of the world template describing the worlds you want to create.","type":"string","pattern":"arn:.*","minLength":1,"maxLength":1224},"worldCount":{"description":"<p>The number of worlds that will be created. You can configure the number of unique floorplans and the number of unique interiors for each floor plan. For example, if you want 1 world with 20 unique interiors, you set <code>floorplanCount = 1</code> and <code>interiorCountPerFloorplan = 20</code>. This will result in 20 worlds (<code>floorplanCount</code> * <code>interiorCountPerFloorplan)</code>. </p> <p>If you set <code>floorplanCount = 4</code> and <code>interiorCountPerFloorplan = 5</code>, there will be 20 worlds with 5 unique floor plans. </p>","type":"object","properties":{"floorplanCount":{"allOf":[{"$ref":"#/components/schemas/FloorplanCount"},{"description":"The number of unique floorplans."}]},"interiorCountPerFloorplan":{"allOf":[{"$ref":"#/components/schemas/InteriorCountPerFloorplan"},{"description":"The number of unique interiors per floorplan."}]}}},"tags":{"description":"A map that contains tag keys and tag values that are attached to the world generator job.","type":"object","minProperties":0,"maxProperties":50,"additionalProperties":{"$ref":"#/components/schemas/TagValue"}},"worldTags":{"description":"A map that contains tag keys and tag values that are attached to the generated worlds.","type":"object","minProperties":0,"maxProperties":50,"additionalProperties":{"$ref":"#/components/schemas/TagValue"}}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/createWorldTemplate":{"post":{"operationId":"CreateWorldTemplate","description":"Creates a world template.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateWorldTemplateResponse"}}}},"480":{"description":"InvalidParameterException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidParameterException"}}}},"481":{"description":"ResourceAlreadyExistsException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceAlreadyExistsException"}}}},"482":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"483":{"description":"LimitExceededException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/LimitExceededException"}}}},"484":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"485":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"clientRequestToken":{"description":"Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.","type":"string","pattern":"[a-zA-Z0-9_\\-=]*","minLength":1,"maxLength":64},"name":{"description":"The name of the world template.","type":"string","pattern":".*","minLength":0,"maxLength":255},"templateBody":{"description":"The world template body.","type":"string","pattern":"[\\S\\s]+","minLength":1,"maxLength":262144},"templateLocation":{"description":"Information about a template location.","type":"object","properties":{"s3Bucket":{"allOf":[{"$ref":"#/components/schemas/S3Bucket"},{"description":"The Amazon S3 bucket name."}]},"s3Key":{"allOf":[{"$ref":"#/components/schemas/S3Key"},{"description":"The list of S3 keys identifying the data source files."}]}}},"tags":{"description":"A map that contains tag keys and tag values that are attached to the world template.","type":"object","minProperties":0,"maxProperties":50,"additionalProperties":{"$ref":"#/components/schemas/TagValue"}}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/deleteFleet":{"post":{"deprecated":true,"operationId":"DeleteFleet","description":"<p>Deletes a fleet.</p> <important> <p>This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.</p> </important>","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteFleetResponse"}}}},"480":{"description":"InvalidParameterException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/