openapi: 3.0.0 info: version: '2021-04-28' x-release: v4 title: AWSMainframeModernization Applications API description: Amazon Web Services Mainframe Modernization provides tools and resources to help you plan and implement migration and modernization from mainframes to Amazon Web Services managed runtime environments. It provides tools for analyzing existing mainframe applications, developing or updating mainframe applications using COBOL or PL/I, and implementing an automated pipeline for continuous integration and continuous delivery (CI/CD) of the applications. 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: m2 x-aws-signingName: m2 x-origin: - contentType: application/json url: https://raw.githubusercontent.com/aws/aws-sdk-js/master/apis/m2-2021-04-28.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 servers: - url: http://m2.{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 AWSMainframeModernization multi-region endpoint - url: https://m2.{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 AWSMainframeModernization multi-region endpoint - url: http://m2.{region}.amazonaws.com.cn variables: region: description: The AWS region enum: - cn-north-1 - cn-northwest-1 default: cn-north-1 description: The AWSMainframeModernization endpoint for China (Beijing) and China (Ningxia) - url: https://m2.{region}.amazonaws.com.cn variables: region: description: The AWS region enum: - cn-north-1 - cn-northwest-1 default: cn-north-1 description: The AWSMainframeModernization endpoint for China (Beijing) and China (Ningxia) security: - hmac: [] tags: - name: Applications paths: /applications/{applicationId}/batch-job-executions/{executionId}/cancel: 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' post: operationId: CancelBatchJobExecution description: Cancels the running of a specific batch job execution. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/CancelBatchJobExecutionResponse' '480': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '481': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' '482': description: AccessDeniedException content: application/json: schema: $ref: '#/components/schemas/AccessDeniedException' '483': description: ConflictException content: application/json: schema: $ref: '#/components/schemas/ConflictException' '484': description: ValidationException content: application/json: schema: $ref: '#/components/schemas/ValidationException' '485': description: InternalServerException content: application/json: schema: $ref: '#/components/schemas/InternalServerException' parameters: - name: applicationId in: path required: true description: The unique identifier of the application. schema: type: string pattern: ^\S{1,80}$ - name: executionId in: path required: true description: The unique identifier of the batch job execution. schema: type: string pattern: ^\S{1,80}$ summary: Amazon Mainframe Modernization Cancel Batch Job Execution tags: - Applications /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' post: operationId: CreateApplication description: Creates a new application with given parameters. Requires an existing runtime environment and application definition file. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/CreateApplicationResponse' '480': description: ServiceQuotaExceededException content: application/json: schema: $ref: '#/components/schemas/ServiceQuotaExceededException' '481': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' '482': description: AccessDeniedException content: application/json: schema: $ref: '#/components/schemas/AccessDeniedException' '483': description: ConflictException content: application/json: schema: $ref: '#/components/schemas/ConflictException' '484': description: ValidationException content: application/json: schema: $ref: '#/components/schemas/ValidationException' '485': description: InternalServerException content: application/json: schema: $ref: '#/components/schemas/InternalServerException' parameters: [] requestBody: required: true content: application/json: schema: type: object required: - definition - engineType - name properties: clientToken: description: 'Unique, case-sensitive identifier the service generates to ensure the idempotency of the request to create an application. The service generates the clientToken when the API call is triggered. The token expires after one hour, so if you retry the API within this timeframe with the same clientToken, you will get the same response. The service also handles deleting the clientToken after it expires. ' type: string definition: description: 'The application definition for a particular application. ' type: object properties: content: allOf: - $ref: '#/components/schemas/StringFree65000' - description: The content of the application definition. This is a JSON object that contains the resource configuration/definitions that identify an application. s3Location: allOf: - $ref: '#/components/schemas/String2000' - description: The S3 bucket that contains the application definition. description: description: The description of the application. type: string minLength: 0 maxLength: 500 engineType: description: The type of the target platform for this application. type: string enum: - microfocus - bluage kmsKeyId: description: The identifier of a customer managed key. type: string name: description: The unique identifier of the application. type: string pattern: ^[A-Za-z0-9][A-Za-z0-9_\-]{1,59}$ roleArn: description: The Amazon Resource Name (ARN) that identifies a role that the application uses to access Amazon Web Services resources that are not part of the application or are in a different Amazon Web Services account. type: string pattern: ^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]|):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+=,@.-]{0,1023}$ tags: description: A list of tags to apply to the application. type: object minProperties: 0 maxProperties: 200 additionalProperties: $ref: '#/components/schemas/TagValue' summary: Amazon Mainframe Modernization Create Application tags: - Applications get: operationId: ListApplications description: Lists the applications associated with a specific Amazon Web Services account. You can provide the unique identifier of a specific runtime environment in a query parameter to see all applications associated with that environment. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/ListApplicationsResponse' '480': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' '481': description: AccessDeniedException content: application/json: schema: $ref: '#/components/schemas/AccessDeniedException' '482': description: ValidationException content: application/json: schema: $ref: '#/components/schemas/ValidationException' '483': description: InternalServerException content: application/json: schema: $ref: '#/components/schemas/InternalServerException' parameters: - name: environmentId in: query required: false description: The unique identifier of the runtime environment where the applications are deployed. schema: type: string pattern: ^\S{1,80}$ - name: maxResults in: query required: false description: The maximum number of applications to return. schema: type: integer minimum: 1 maximum: 2000 - name: names in: query required: false description: The names of the applications. schema: type: array items: $ref: '#/components/schemas/EntityName' minItems: 1 maxItems: 10 - name: nextToken in: query required: false description: A pagination token to control the number of applications displayed in the list. schema: type: string pattern: ^\S{1,2000}$ summary: Amazon Mainframe Modernization List Applications tags: - Applications /applications/{applicationId}/dataset-import-task: 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' post: operationId: CreateDataSetImportTask description: Starts a data set import task for a specific application. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/CreateDataSetImportTaskResponse' '480': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '481': description: ServiceQuotaExceededException content: application/json: schema: $ref: '#/components/schemas/ServiceQuotaExceededException' '482': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' '483': description: AccessDeniedException content: application/json: schema: $ref: '#/components/schemas/AccessDeniedException' '484': description: ConflictException content: application/json: schema: $ref: '#/components/schemas/ConflictException' '485': description: ValidationException content: application/json: schema: $ref: '#/components/schemas/ValidationException' '486': description: InternalServerException content: application/json: schema: $ref: '#/components/schemas/InternalServerException' parameters: - name: applicationId in: path required: true description: The unique identifier of the application for which you want to import data sets. schema: type: string pattern: ^\S{1,80}$ requestBody: required: true content: application/json: schema: type: object required: - importConfig properties: clientToken: description: ' Unique, case-sensitive identifier you provide to ensure the idempotency of the request to create a data set import. The service generates the clientToken when the API call is triggered. The token expires after one hour, so if you retry the API within this timeframe with the same clientToken, you will get the same response. The service also handles deleting the clientToken after it expires. ' type: string importConfig: description: Identifies one or more data sets you want to import with the CreateDataSetImportTask operation. type: object properties: dataSets: allOf: - $ref: '#/components/schemas/DataSetImportList' - description: The data sets. s3Location: allOf: - $ref: '#/components/schemas/String2000' - description: The Amazon S3 location of the data sets. summary: Amazon Mainframe Modernization Create Data Set Import Task tags: - Applications /applications/{applicationId}/deployments: 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' post: operationId: CreateDeployment description: Creates and starts a deployment to deploy an application into a runtime environment. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/CreateDeploymentResponse' '480': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '481': description: ServiceQuotaExceededException content: application/json: schema: $ref: '#/components/schemas/ServiceQuotaExceededException' '482': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' '483': description: AccessDeniedException content: application/json: schema: $ref: '#/components/schemas/AccessDeniedException' '484': description: ConflictException content: application/json: schema: $ref: '#/components/schemas/ConflictException' '485': description: ValidationException content: application/json: schema: $ref: '#/components/schemas/ValidationException' '486': description: InternalServerException content: application/json: schema: $ref: '#/components/schemas/InternalServerException' parameters: - name: applicationId in: path required: true description: The application identifier. schema: type: string pattern: ^\S{1,80}$ requestBody: required: true content: application/json: schema: type: object required: - applicationVersion - environmentId properties: applicationVersion: description: The version of the application to deploy. type: integer minimum: 1 clientToken: description: 'Unique, case-sensitive identifier you provide to ensure the idempotency of the request to create a deployment. The service generates the clientToken when the API call is triggered. The token expires after one hour, so if you retry the API within this timeframe with the same clientToken, you will get the same response. The service also handles deleting the clientToken after it expires. ' type: string environmentId: description: The identifier of the runtime environment where you want to deploy this application. type: string pattern: ^\S{1,80}$ summary: Amazon Mainframe Modernization Create Deployment tags: - Applications get: operationId: ListDeployments description: Returns a list of all deployments of a specific application. A deployment is a combination of a specific application and a specific version of that application. Each deployment is mapped to a particular application version. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/ListDeploymentsResponse' '480': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '481': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' '482': description: AccessDeniedException content: application/json: schema: $ref: '#/components/schemas/AccessDeniedException' '483': description: ValidationException content: application/json: schema: $ref: '#/components/schemas/ValidationException' '484': description: InternalServerException content: application/json: schema: $ref: '#/components/schemas/InternalServerException' parameters: - name: applicationId in: path required: true description: The application identifier. schema: type: string pattern: ^\S{1,80}$ - name: maxResults in: query required: false description: The maximum number of objects to return. schema: type: integer minimum: 1 maximum: 2000 - name: nextToken in: query required: false description: A pagination token returned from a previous call to this operation. This specifies the next item to return. To return to the beginning of the list, exclude this parameter. schema: type: string pattern: ^\S{1,2000}$ summary: Amazon Mainframe Modernization List Deployments tags: - Applications /applications/{applicationId}: 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' delete: operationId: DeleteApplication description: Deletes a specific application. You cannot delete a running application. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/DeleteApplicationResponse' '480': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' '481': description: AccessDeniedException content: application/json: schema: $ref: '#/components/schemas/AccessDeniedException' '482': description: ConflictException content: application/json: schema: $ref: '#/components/schemas/ConflictException' '483': description: ValidationException content: application/json: schema: $ref: '#/components/schemas/ValidationException' '484': description: InternalServerException content: application/json: schema: $ref: '#/components/schemas/InternalServerException' parameters: - name: applicationId in: path required: true description: The unique identifier of the application you want to delete. schema: type: string pattern: ^\S{1,80}$ summary: Amazon Mainframe Modernization Delete Application tags: - Applications get: operationId: GetApplication description: Describes the details of a specific application. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/GetApplicationResponse' '480': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '481': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' '482': description: AccessDeniedException content: application/json: schema: $ref: '#/components/schemas/AccessDeniedException' '483': description: ValidationException content: application/json: schema: $ref: '#/components/schemas/ValidationException' '484': description: InternalServerException content: application/json: schema: $ref: '#/components/schemas/InternalServerException' parameters: - name: applicationId in: path required: true description: The identifier of the application. schema: type: string pattern: ^\S{1,80}$ summary: Amazon Mainframe Modernization Get Application tags: - Applications patch: operationId: UpdateApplication description: Updates an application and creates a new version. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/UpdateApplicationResponse' '480': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '481': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' '482': description: AccessDeniedException content: application/json: schema: $ref: '#/components/schemas/AccessDeniedException' '483': description: ConflictException content: application/json: schema: $ref: '#/components/schemas/ConflictException' '484': description: ValidationException content: application/json: schema: $ref: '#/components/schemas/ValidationException' '485': description: InternalServerException content: application/json: schema: $ref: '#/components/schemas/InternalServerException' parameters: - name: applicationId in: path required: true description: The unique identifier of the application you want to update. schema: type: string pattern: ^\S{1,80}$ requestBody: required: true content: application/json: schema: type: object required: - currentApplicationVersion properties: currentApplicationVersion: description: The current version of the application to update. type: integer minimum: 1 definition: description: 'The application definition for a particular application. ' type: object properties: content: allOf: - $ref: '#/components/schemas/StringFree65000' - description: The content of the application definition. This is a JSON object that contains the resource configuration/definitions that identify an application. s3Location: allOf: - $ref: '#/components/schemas/String2000' - description: The S3 bucket that contains the application definition. description: description: The description of the application to update. type: string minLength: 0 maxLength: 500 summary: Amazon Mainframe Modernization Update Application tags: - Applications /applications/{applicationId}/environment/{environmentId}: 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' delete: operationId: DeleteApplicationFromEnvironment description: Deletes a specific application from the specific runtime environment where it was previously deployed. You cannot delete a runtime environment using DeleteEnvironment if any application has ever been deployed to it. This API removes the association of the application with the runtime environment so you can delete the environment smoothly. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/DeleteApplicationFromEnvironmentResponse' '480': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '481': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' '482': description: AccessDeniedException content: application/json: schema: $ref: '#/components/schemas/AccessDeniedException' '483': description: ConflictException content: application/json: schema: $ref: '#/components/schemas/ConflictException' '484': description: ValidationException content: application/json: schema: $ref: '#/components/schemas/ValidationException' '485': description: InternalServerException content: application/json: schema: $ref: '#/components/schemas/InternalServerException' parameters: - name: applicationId in: path required: true description: The unique identifier of the application you want to delete. schema: type: string pattern: ^\S{1,80}$ - name: environmentId in: path required: true description: The unique identifier of the runtime environment where the application was previously deployed. schema: type: string pattern: ^\S{1,80}$ summary: Amazon Mainframe Modernization Delete Application from Environment tags: - Applications /applications/{applicationId}/versions/{applicationVersion}: 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' get: operationId: GetApplicationVersion description: Returns details about a specific version of a specific application. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/GetApplicationVersionResponse' '480': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '481': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' '482': description: AccessDeniedException content: application/json: schema: $ref: '#/components/schemas/AccessDeniedException' '483': description: ValidationException content: application/json: schema: $ref: '#/components/schemas/ValidationException' '484': description: InternalServerException content: application/json: schema: $ref: '#/components/schemas/InternalServerException' parameters: - name: applicationId in: path required: true description: The unique identifier of the application. schema: type: string pattern: ^\S{1,80}$ - name: applicationVersion in: path required: true description: The specific version of the application. schema: type: integer minimum: 1 summary: Amazon Mainframe Modernization Get Application Version tags: - Applications /applications/{applicationId}/batch-job-executions/{executionId}: 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' get: operationId: GetBatchJobExecution description: Gets the details of a specific batch job execution for a specific application. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/GetBatchJobExecutionResponse' '480': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '481': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' '482': description: AccessDeniedException content: application/json: schema: $ref: '#/components/schemas/AccessDeniedException' '483': description: ValidationException content: application/json: schema: $ref: '#/components/schemas/ValidationException' '484': description: InternalServerException content: application/json: schema: $ref: '#/components/schemas/InternalServerException' parameters: - name: applicationId in: path required: true description: The identifier of the application. schema: type: string pattern: ^\S{1,80}$ - name: executionId in: path required: true description: The unique identifier of the batch job execution. schema: type: string pattern: ^\S{1,80}$ summary: Amazon Mainframe Modernization Get Batch Job Execution tags: - Applications /applications/{applicationId}/datasets/{dataSetName}: 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' get: operationId: GetDataSetDetails description: Gets the details of a specific data set. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/GetDataSetDetailsResponse' '480': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '481': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' '482': description: AccessDeniedException content: application/json: schema: $ref: '#/components/schemas/AccessDeniedException' '483': description: ValidationException content: application/json: schema: $ref: '#/components/schemas/ValidationException' '484': description: InternalServerException content: application/json: schema: $ref: '#/components/schemas/InternalServerException' parameters: - name: applicationId in: path required: true description: The unique identifier of the application that this data set is associated with. schema: type: string pattern: ^\S{1,80}$ - name: dataSetName in: path required: true description: The name of the data set. schema: type: string pattern: ^\S{1,200}$ summary: Amazon Mainframe Modernization Get Data Set Details tags: - Applications /applications/{applicationId}/dataset-import-tasks/{taskId}: 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' get: operationId: GetDataSetImportTask description: Gets the status of a data set import task initiated with the CreateDataSetImportTask operation. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/GetDataSetImportTaskResponse' '480': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '481': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' '482': description: AccessDeniedException content: application/json: schema: $ref: '#/components/schemas/AccessDeniedException' '483': description: ValidationException content: application/json: schema: $ref: '#/components/schemas/ValidationException' '484': description: InternalServerException content: application/json: schema: $ref: '#/components/schemas/InternalServerException' parameters: - name: applicationId in: path required: true description: The application identifier. schema: type: string pattern: ^\S{1,80}$ - name: taskId in: path required: true description: 'The task identifier returned by the CreateDataSetImportTask operation. ' schema: type: string pattern: ^\S{1,80}$ summary: Amazon Mainframe Modernization Get Data Set Import Task tags: - Applications /applications/{applicationId}/deployments/{deploymentId}: 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' get: operationId: GetDeployment description: Gets details of a specific deployment with a given deployment identifier. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/GetDeploymentResponse' '480': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '481': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' '482': description: AccessDeniedException content: application/json: schema: $ref: '#/components/schemas/AccessDeniedException' '483': description: ValidationException content: application/json: schema: $ref: '#/components/schemas/ValidationException' '484': description: InternalServerException content: application/json: schema: $ref: '#/components/schemas/InternalServerException' parameters: - name: applicationId in: path required: true description: The unique identifier of the application. schema: type: string pattern: ^\S{1,80}$ - name: deploymentId in: path required: true description: The unique identifier for the deployment. schema: type: string pattern: ^\S{1,80}$ summary: Amazon Mainframe Modernization Get Deployment tags: - Applications /applications/{applicationId}/versions: 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' get: operationId: ListApplicationVersions description: Returns a list of the application versions for a specific application. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/ListApplicationVersionsResponse' '480': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '481': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' '482': description: AccessDeniedException content: application/json: schema: $ref: '#/components/schemas/AccessDeniedException' '483': description: ValidationException content: application/json: schema: $ref: '#/components/schemas/ValidationException' '484': description: InternalServerException content: application/json: schema: $ref: '#/components/schemas/InternalServerException' parameters: - name: applicationId in: path required: true description: The unique identifier of the application. schema: type: string pattern: ^\S{1,80}$ - name: maxResults in: query required: false description: The maximum number of application versions to return. schema: type: integer minimum: 1 maximum: 2000 - name: nextToken in: query required: false description: A pagination token returned from a previous call to this operation. This specifies the next item to return. To return to the beginning of the list, exclude this parameter. schema: type: string pattern: ^\S{1,2000}$ summary: Amazon Mainframe Modernization List Application Versions tags: - Applications /applications/{applicationId}/batch-job-definitions: 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' get: operationId: ListBatchJobDefinitions description: Lists all the available batch job definitions based on the batch job resources uploaded during the application creation. You can use the batch job definitions in the list to start a batch job. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/ListBatchJobDefinitionsResponse' '480': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '481': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' '482': description: AccessDeniedException content: application/json: schema: $ref: '#/components/schemas/AccessDeniedException' '483': description: ValidationException content: application/json: schema: $ref: '#/components/schemas/ValidationException' '484': description: InternalServerException content: application/json: schema: $ref: '#/components/schemas/InternalServerException' parameters: - name: applicationId in: path required: true description: The identifier of the application. schema: type: string pattern: ^\S{1,80}$ - name: maxResults in: query required: false description: The maximum number of batch job definitions to return. schema: type: integer minimum: 1 maximum: 2000 - name: nextToken in: query required: false description: A pagination token returned from a previous call to this operation. This specifies the next item to return. To return to the beginning of the list, exclude this parameter. schema: type: string pattern: ^\S{1,2000}$ - name: prefix in: query required: false description: If the batch job definition is a FileBatchJobDefinition, the prefix allows you to search on the file names of FileBatchJobDefinitions. schema: type: string summary: Amazon Mainframe Modernization List Batch Job Definitions tags: - Applications /applications/{applicationId}/batch-job-executions: 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' get: operationId: ListBatchJobExecutions description: Lists historical, current, and scheduled batch job executions for a specific application. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/ListBatchJobExecutionsResponse' '480': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '481': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' '482': description: AccessDeniedException content: application/json: schema: $ref: '#/components/schemas/AccessDeniedException' '483': description: ValidationException content: application/json: schema: $ref: '#/components/schemas/ValidationException' '484': description: InternalServerException content: application/json: schema: $ref: '#/components/schemas/InternalServerException' parameters: - name: applicationId in: path required: true description: The unique identifier of the application. schema: type: string pattern: ^\S{1,80}$ - name: executionIds in: query required: false description: The unique identifier of each batch job execution. schema: type: array items: $ref: '#/components/schemas/Identifier' minItems: 1 maxItems: 10 - name: jobName in: query required: false description: The name of each batch job execution. schema: type: string pattern: ^\S{1,100}$ - name: maxResults in: query required: false description: The maximum number of batch job executions to return. schema: type: integer minimum: 1 maximum: 2000 - name: nextToken in: query required: false description: A pagination token to control the number of batch job executions displayed in the list. schema: type: string pattern: ^\S{1,2000}$ - name: startedAfter in: query required: false description: The time after which the batch job executions started. schema: type: string format: date-time - name: startedBefore in: query required: false description: The time before the batch job executions started. schema: type: string format: date-time - name: status in: query required: false description: The status of the batch job executions. schema: type: string enum: - Submitting - Holding - Dispatching - Running - Cancelling - Cancelled - Succeeded - Failed - Succeeded With Warning summary: Amazon Mainframe Modernization List Batch Job Executions tags: - Applications /applications/{applicationId}/dataset-import-tasks: 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' get: operationId: ListDataSetImportHistory description: Lists the data set imports for the specified application. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/ListDataSetImportHistoryResponse' '480': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '481': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' '482': description: AccessDeniedException content: application/json: schema: $ref: '#/components/schemas/AccessDeniedException' '483': description: ValidationException content: application/json: schema: $ref: '#/components/schemas/ValidationException' '484': description: InternalServerException content: application/json: schema: $ref: '#/components/schemas/InternalServerException' parameters: - name: applicationId in: path required: true description: The unique identifier of the application. schema: type: string pattern: ^\S{1,80}$ - name: maxResults in: query required: false description: The maximum number of objects to return. schema: type: integer minimum: 1 maximum: 2000 - name: nextToken in: query required: false description: A pagination token returned from a previous call to this operation. This specifies the next item to return. To return to the beginning of the list, exclude this parameter. schema: type: string pattern: ^\S{1,2000}$ summary: Amazon Mainframe Modernization List Data Set Import History tags: - Applications /applications/{applicationId}/datasets: 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' get: operationId: ListDataSets description: Lists the data sets imported for a specific application. In Amazon Web Services Mainframe Modernization, data sets are associated with applications deployed on runtime environments. This is known as importing data sets. Currently, Amazon Web Services Mainframe Modernization can import data sets into catalogs using CreateDataSetImportTask. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/ListDataSetsResponse' '480': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '481': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' '482': description: AccessDeniedException content: application/json: schema: $ref: '#/components/schemas/AccessDeniedException' '483': description: ValidationException content: application/json: schema: $ref: '#/components/schemas/ValidationException' '484': description: InternalServerException content: application/json: schema: $ref: '#/components/schemas/InternalServerException' parameters: - name: applicationId in: path required: true description: The unique identifier of the application for which you want to list the associated data sets. schema: type: string pattern: ^\S{1,80}$ - name: maxResults in: query required: false description: The maximum number of objects to return. schema: type: integer minimum: 1 maximum: 2000 - name: nextToken in: query required: false description: A pagination token returned from a previous call to this operation. This specifies the next item to return. To return to the beginning of the list, exclude this parameter. schema: type: string pattern: ^\S{1,2000}$ - name: prefix in: query required: false description: The prefix of the data set name, which you can use to filter the list of data sets. schema: type: string pattern: ^\S{1,200}$ summary: Amazon Mainframe Modernization List Data Sets tags: - Applications /applications/{applicationId}/start: 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' post: operationId: StartApplication description: Starts an application that is currently stopped. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/StartApplicationResponse' '480': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '481': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' '482': description: AccessDeniedException content: application/json: schema: $ref: '#/components/schemas/AccessDeniedException' '483': description: ConflictException content: application/json: schema: $ref: '#/components/schemas/ConflictException' '484': description: ValidationException content: application/json: schema: $ref: '#/components/schemas/ValidationException' '485': description: InternalServerException content: application/json: schema: $ref: '#/components/schemas/InternalServerException' parameters: - name: applicationId in: path required: true description: The unique identifier of the application you want to start. schema: type: string pattern: ^\S{1,80}$ summary: Amazon Mainframe Modernization Start Application tags: - Applications /applications/{applicationId}/batch-job: 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' post: operationId: StartBatchJob description: Starts a batch job and returns the unique identifier of this execution of the batch job. The associated application must be running in order to start the batch job. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/StartBatchJobResponse' '480': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '481': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' '482': description: AccessDeniedException content: application/json: schema: $ref: '#/components/schemas/AccessDeniedException' '483': description: ConflictException content: application/json: schema: $ref: '#/components/schemas/ConflictException' '484': description: ValidationException content: application/json: schema: $ref: '#/components/schemas/ValidationException' '485': description: InternalServerException content: application/json: schema: $ref: '#/components/schemas/InternalServerException' parameters: - name: applicationId in: path required: true description: The unique identifier of the application associated with this batch job. schema: type: string pattern: ^\S{1,80}$ requestBody: required: true content: application/json: schema: type: object required: - batchJobIdentifier properties: batchJobIdentifier: description: Identifies a specific batch job. type: object properties: fileBatchJobIdentifier: allOf: - $ref: '#/components/schemas/FileBatchJobIdentifier' - description: Specifies a file associated with a specific batch job. scriptBatchJobIdentifier: allOf: - $ref: '#/components/schemas/ScriptBatchJobIdentifier' - description: A batch job identifier in which the batch job to run is identified by the script name. jobParams: description: Job parameters are optional. Can contain up to 500 entries. type: object minProperties: 0 maxProperties: 500 additionalProperties: $ref: '#/components/schemas/BatchParamValue' summary: Amazon Mainframe Modernization Start Batch Job tags: - Applications /applications/{applicationId}/stop: 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' post: operationId: StopApplication description: Stops a running application. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/StopApplicationResponse' '480': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '481': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' '482': description: AccessDeniedException content: application/json: schema: $ref: '#/components/schemas/AccessDeniedException' '483': description: ConflictException content: application/json: schema: $ref: '#/components/schemas/ConflictException' '484': description: ValidationException content: application/json: schema: $ref: '#/components/schemas/ValidationException' '485': description: InternalServerException content: application/json: schema: $ref: '#/components/schemas/InternalServerException' parameters: - name: applicationId in: path required: true description: The unique identifier of the application you want to stop. schema: type: string pattern: ^\S{1,80}$ requestBody: required: true content: application/json: schema: type: object properties: forceStop: description: Stopping an application process can take a long time. Setting this parameter to true lets you force stop the application so you don't need to wait until the process finishes to apply another action on the application. The default value is false. type: boolean summary: Amazon Mainframe Modernization Stop Application tags: - Applications components: schemas: String2000: type: string pattern: ^\S{1,2000}$ ApplicationVersionSummary: type: object required: - applicationVersion - creationTime - status properties: applicationVersion: allOf: - $ref: '#/components/schemas/Version' - description: The application version. creationTime: allOf: - $ref: '#/components/schemas/Timestamp' - description: The timestamp when the application version was created. status: allOf: - $ref: '#/components/schemas/ApplicationVersionLifecycle' - description: The status of the application. statusReason: allOf: - $ref: '#/components/schemas/String' - description: The reason for the reported status. description: Defines an application version summary. LogGroupSummary: type: object required: - logGroupName - logType properties: logGroupName: allOf: - $ref: '#/components/schemas/LogGroupIdentifier' - description: The name of the log group. logType: allOf: - $ref: '#/components/schemas/String20' - description: The type of log. description: A subset of the attributes that describe a log group. In CloudWatch a log group is a group of log streams that share the same retention, monitoring, and access control settings. TagMap: type: object minProperties: 0 maxProperties: 200 additionalProperties: $ref: '#/components/schemas/TagValue' ListDataSetImportHistoryResponse: type: object required: - dataSetImportTasks properties: dataSetImportTasks: allOf: - $ref: '#/components/schemas/DataSetImportTaskList' - description: The data set import tasks. nextToken: allOf: - $ref: '#/components/schemas/NextToken' - description: If there are more items to return, this contains a token that is passed to a subsequent call to this operation to retrieve the next set of items. AccessDeniedException: {} BatchJobExecutionSummary: type: object required: - applicationId - executionId - startTime - status properties: applicationId: allOf: - $ref: '#/components/schemas/Identifier' - description: The unique identifier of the application that hosts this batch job. batchJobIdentifier: allOf: - $ref: '#/components/schemas/BatchJobIdentifier' - description: The unique identifier of this batch job. endTime: allOf: - $ref: '#/components/schemas/Timestamp' - description: The timestamp when this batch job execution ended. executionId: allOf: - $ref: '#/components/schemas/Identifier' - description: The unique identifier of this execution of the batch job. jobId: allOf: - $ref: '#/components/schemas/String100' - description: The unique identifier of a particular batch job. jobName: allOf: - $ref: '#/components/schemas/String100' - description: The name of a particular batch job. jobType: allOf: - $ref: '#/components/schemas/BatchJobType' - description: The type of a particular batch job execution. returnCode: allOf: - $ref: '#/components/schemas/String' - description: The batch job return code from either the Blu Age or Micro Focus runtime engines. For more information, see Batch return codes in the IBM WebSphere Application Server documentation. startTime: allOf: - $ref: '#/components/schemas/Timestamp' - description: The timestamp when a particular batch job execution started. status: allOf: - $ref: '#/components/schemas/BatchJobExecutionStatus' - description: The status of a particular batch job execution. description: A subset of the possible batch job attributes. Used in the batch job list. ListDataSetsResponse: type: object required: - dataSets properties: dataSets: allOf: - $ref: '#/components/schemas/DataSetsSummaryList' - description: The list of data sets, containing information including the creation time, the data set name, the data set organization, the data set format, and the last time the data set was referenced or updated. nextToken: allOf: - $ref: '#/components/schemas/NextToken' - description: If there are more items to return, this contains a token that is passed to a subsequent call to this operation to retrieve the next set of items. EngineType: type: string enum: - microfocus - bluage GdgDetailAttributes: type: object properties: limit: allOf: - $ref: '#/components/schemas/Integer' - description: The maximum number of generation data sets, up to 255, in a GDG. rollDisposition: allOf: - $ref: '#/components/schemas/String50' - description: The disposition of the data set in the catalog. description: The required attributes for a generation data group data set. A generation data set is one of a collection of successive, historically related, catalogued data sets that together are known as a generation data group (GDG). Use this structure when you want to import a GDG. For more information on GDG, see Generation data sets. VsamAttributes: type: object required: - format properties: alternateKeys: allOf: - $ref: '#/components/schemas/AlternateKeyList' - description: The alternate key definitions, if any. A legacy dataset might not have any alternate key defined, but if those alternate keys definitions exist, provide them as some applications will make use of them. compressed: allOf: - $ref: '#/components/schemas/Boolean' - description: Indicates whether indexes for this dataset are stored as compressed values. If you have a large data set (typically > 100 Mb), consider setting this flag to True. encoding: allOf: - $ref: '#/components/schemas/String' - description: The character set used by the data set. Can be ASCII, EBCDIC, or unknown. format: allOf: - $ref: '#/components/schemas/String' - description: The record format of the data set. primaryKey: allOf: - $ref: '#/components/schemas/PrimaryKey' - description: The primary key of the data set. description: The attributes of a VSAM type data set. GetApplicationVersionResponse: type: object required: - applicationVersion - creationTime - definitionContent - name - status properties: applicationVersion: allOf: - $ref: '#/components/schemas/Version' - description: The specific version of the application. creationTime: allOf: - $ref: '#/components/schemas/Timestamp' - description: The timestamp when the application version was created. definitionContent: allOf: - $ref: '#/components/schemas/StringFree65000' - description: The content of the application definition. This is a JSON object that contains the resource configuration and definitions that identify an application. description: allOf: - $ref: '#/components/schemas/EntityDescription' - description: The application description. name: allOf: - $ref: '#/components/schemas/EntityName' - description: The name of the application version. status: allOf: - $ref: '#/components/schemas/ApplicationVersionLifecycle' - description: The status of the application version. statusReason: allOf: - $ref: '#/components/schemas/String' - description: The reason for the reported status. DataSet: type: object required: - datasetName - datasetOrg - recordLength properties: datasetName: allOf: - $ref: '#/components/schemas/String' - description: The logical identifier for a specific data set (in mainframe format). datasetOrg: allOf: - $ref: '#/components/schemas/DatasetOrgAttributes' - description: The type of dataset. The only supported value is VSAM. recordLength: allOf: - $ref: '#/components/schemas/RecordLength' - description: The length of a record. relativePath: allOf: - $ref: '#/components/schemas/String' - description: 'The relative location of the data set in the database or file system. ' storageType: allOf: - $ref: '#/components/schemas/String' - description: 'The storage type of the data set: database or file system. For Micro Focus, database corresponds to datastore and file system corresponds to EFS/FSX. For Blu Age, there is no support of file system and database corresponds to Blusam. ' description: Defines a data set. ArnList: type: array items: $ref: '#/components/schemas/Arn' minItems: 1 BatchJobIdentifier: type: object properties: fileBatchJobIdentifier: allOf: - $ref: '#/components/schemas/FileBatchJobIdentifier' - description: Specifies a file associated with a specific batch job. scriptBatchJobIdentifier: allOf: - $ref: '#/components/schemas/ScriptBatchJobIdentifier' - description: A batch job identifier in which the batch job to run is identified by the script name. description: Identifies a specific batch job. ScriptBatchJobDefinition: type: object required: - scriptName properties: scriptName: allOf: - $ref: '#/components/schemas/String' - description: The name of the script containing the batch job definition. description: A batch job definition contained in a script. ConflictException: {} DataSetImportSummary: type: object required: - failed - inProgress - pending - succeeded - total properties: failed: allOf: - $ref: '#/components/schemas/Integer' - description: The number of data set imports that have failed. inProgress: allOf: - $ref: '#/components/schemas/Integer' - description: The number of data set imports that are in progress. pending: allOf: - $ref: '#/components/schemas/Integer' - description: The number of data set imports that are pending. succeeded: allOf: - $ref: '#/components/schemas/Integer' - description: The number of data set imports that have succeeded. total: allOf: - $ref: '#/components/schemas/Integer' - description: The total number of data set imports. description: Represents a summary of data set imports. AlternateKeyList: type: array items: $ref: '#/components/schemas/AlternateKey' DeleteApplicationResponse: type: object properties: {} ListApplicationVersionsResponse: type: object required: - applicationVersions properties: applicationVersions: allOf: - $ref: '#/components/schemas/ApplicationVersionSummaryList' - description: The list of application versions. nextToken: allOf: - $ref: '#/components/schemas/NextToken' - description: If there are more items to return, this contains a token that is passed to a subsequent call to this operation to retrieve the next set of items. CreateDataSetImportTaskResponse: type: object required: - taskId properties: taskId: allOf: - $ref: '#/components/schemas/Identifier' - description: The task identifier. This operation is asynchronous. Use this identifier with the GetDataSetImportTask operation to obtain the status of this task. DataSetSummary: type: object required: - dataSetName properties: creationTime: allOf: - $ref: '#/components/schemas/Timestamp' - description: The timestamp when the data set was created. dataSetName: allOf: - $ref: '#/components/schemas/String200' - description: The name of the data set. dataSetOrg: allOf: - $ref: '#/components/schemas/String20' - description: The type of data set. The only supported value is VSAM. format: allOf: - $ref: '#/components/schemas/String20' - description: 'The format of the data set. ' lastReferencedTime: allOf: - $ref: '#/components/schemas/Timestamp' - description: The last time the data set was referenced. lastUpdatedTime: allOf: - $ref: '#/components/schemas/Timestamp' - description: The last time the data set was updated. description: A subset of the possible data set attributes. StartApplicationResponse: type: object properties: {} GetApplicationResponse: type: object required: - applicationArn - applicationId - creationTime - engineType - latestVersion - name - status properties: applicationArn: allOf: - $ref: '#/components/schemas/Arn' - description: The Amazon Resource Name (ARN) of the application. applicationId: allOf: - $ref: '#/components/schemas/Identifier' - description: The identifier of the application. creationTime: allOf: - $ref: '#/components/schemas/Timestamp' - description: The timestamp when this application was created. deployedVersion: allOf: - $ref: '#/components/schemas/DeployedVersionSummary' - description: The version of the application that is deployed. description: allOf: - $ref: '#/components/schemas/EntityDescription' - description: The description of the application. engineType: allOf: - $ref: '#/components/schemas/EngineType' - description: The type of the target platform for the application. environmentId: allOf: - $ref: '#/components/schemas/Identifier' - description: The identifier of the runtime environment where you want to deploy the application. kmsKeyId: allOf: - $ref: '#/components/schemas/String' - description: The identifier of a customer managed key. lastStartTime: allOf: - $ref: '#/components/schemas/Timestamp' - description: The timestamp when you last started the application. Null until the application runs for the first time. latestVersion: allOf: - $ref: '#/components/schemas/ApplicationVersionSummary' - description: The latest version of the application. listenerArns: allOf: - $ref: '#/components/schemas/ArnList' - description: The Amazon Resource Name (ARN) for the network load balancer listener created in your Amazon Web Services account. Amazon Web Services Mainframe Modernization creates this listener for you the first time you deploy an application. listenerPorts: allOf: - $ref: '#/components/schemas/PortList' - description: The port associated with the network load balancer listener created in your Amazon Web Services account. loadBalancerDnsName: allOf: - $ref: '#/components/schemas/String100' - description: The public DNS name of the load balancer created in your Amazon Web Services account. logGroups: allOf: - $ref: '#/components/schemas/LogGroupSummaries' - description: The list of log summaries. Each log summary includes the log type as well as the log group identifier. These are CloudWatch logs. Amazon Web Services Mainframe Modernization pushes the application log to CloudWatch under the customer's account. name: allOf: - $ref: '#/components/schemas/EntityName' - description: The unique identifier of the application. roleArn: allOf: - $ref: '#/components/schemas/Arn' - description: The Amazon Resource Name (ARN) of the role associated with the application. status: allOf: - $ref: '#/components/schemas/ApplicationLifecycle' - description: The status of the application. statusReason: allOf: - $ref: '#/components/schemas/String' - description: The reason for the reported status. tags: allOf: - $ref: '#/components/schemas/TagMap' - description: A list of tags associated with the application. targetGroupArns: allOf: - $ref: '#/components/schemas/ArnList' - description: Returns the Amazon Resource Names (ARNs) of the target groups that are attached to the network load balancer. String100: type: string pattern: ^\S{1,100}$ DeploymentList: type: array items: $ref: '#/components/schemas/DeploymentSummary' StopApplicationResponse: type: object properties: {} Integer: type: integer DeploymentSummary: type: object required: - applicationId - applicationVersion - creationTime - deploymentId - environmentId - status properties: applicationId: allOf: - $ref: '#/components/schemas/Identifier' - description: The unique identifier of the application. applicationVersion: allOf: - $ref: '#/components/schemas/Version' - description: The version of the application. creationTime: allOf: - $ref: '#/components/schemas/Timestamp' - description: The timestamp when the deployment was created. deploymentId: allOf: - $ref: '#/components/schemas/Identifier' - description: The unique identifier of the deployment. environmentId: allOf: - $ref: '#/components/schemas/Identifier' - description: The unique identifier of the runtime environment. status: allOf: - $ref: '#/components/schemas/DeploymentLifecycle' - description: The current status of the deployment. statusReason: allOf: - $ref: '#/components/schemas/String' - description: The reason for the reported status. description: A subset of information about a specific deployment. ApplicationSummaryList: type: array items: $ref: '#/components/schemas/ApplicationSummary' String: type: string GdgAttributes: type: object properties: limit: allOf: - $ref: '#/components/schemas/Integer' - description: The maximum number of generation data sets, up to 255, in a GDG. rollDisposition: allOf: - $ref: '#/components/schemas/String' - description: The disposition of the data set in the catalog. description: The required attributes for a generation data group data set. A generation data set is one of a collection of successive, historically related, catalogued data sets that together are known as a generation data group (GDG). Use this structure when you want to import a GDG. For more information on GDG, see Generation data sets. DeleteApplicationFromEnvironmentResponse: type: object properties: {} EntityName: type: string pattern: ^[A-Za-z0-9][A-Za-z0-9_\-]{1,59}$ ListDeploymentsResponse: type: object required: - deployments properties: deployments: allOf: - $ref: '#/components/schemas/DeploymentList' - description: The list of deployments that is returned. nextToken: allOf: - $ref: '#/components/schemas/NextToken' - description: If there are more items to return, this contains a token that is passed to a subsequent call to this operation to retrieve the next set of items. FileBatchJobIdentifier: type: object required: - fileName properties: fileName: allOf: - $ref: '#/components/schemas/String' - description: The file name for the batch job identifier. folderPath: allOf: - $ref: '#/components/schemas/String' - description: The relative path to the file name for the batch job identifier. description: A batch job identifier in which the batch job to run is identified by the file name and the relative path to the file name. PsAttributes: type: object required: - format properties: encoding: allOf: - $ref: '#/components/schemas/String' - description: The character set encoding of the data set. format: allOf: - $ref: '#/components/schemas/String' - description: The format of the data set records. description: The supported properties for a PS type data set. DataSetImportTask: type: object required: - status - summary - taskId properties: status: allOf: - $ref: '#/components/schemas/DataSetTaskLifecycle' - description: The status of the data set import task. summary: allOf: - $ref: '#/components/schemas/DataSetImportSummary' - description: A summary of the data set import task. taskId: allOf: - $ref: '#/components/schemas/Identifier' - description: The identifier of the data set import task. description: Contains information about a data set import task. ThrottlingException: {} DataSetsSummaryList: type: array items: $ref: '#/components/schemas/DataSetSummary' Timestamp: type: string format: date-time TagValue: type: string minLength: 0 maxLength: 256 ListBatchJobDefinitionsResponse: type: object required: - batchJobDefinitions properties: batchJobDefinitions: allOf: - $ref: '#/components/schemas/BatchJobDefinitions' - description: The list of batch job definitions. nextToken: allOf: - $ref: '#/components/schemas/NextToken' - description: If there are more items to return, this contains a token that is passed to a subsequent call to this operation to retrieve the next set of items. RecordLength: type: object required: - max - min properties: max: allOf: - $ref: '#/components/schemas/Integer' - description: The maximum record length. In case of fixed, both minimum and maximum are the same. min: allOf: - $ref: '#/components/schemas/Integer' - description: The minimum record length of a record. description: The length of the records in the data set. LogGroupIdentifier: type: string minLength: 1 maxLength: 512 String50: type: string pattern: ^\S{1,50}$ GetDeploymentResponse: type: object required: - applicationId - applicationVersion - creationTime - deploymentId - environmentId - status properties: applicationId: allOf: - $ref: '#/components/schemas/Identifier' - description: The unique identifier of the application. applicationVersion: allOf: - $ref: '#/components/schemas/Version' - description: The application version. creationTime: allOf: - $ref: '#/components/schemas/Timestamp' - description: The timestamp when the deployment was created. deploymentId: allOf: - $ref: '#/components/schemas/Identifier' - description: The unique identifier of the deployment. environmentId: allOf: - $ref: '#/components/schemas/Identifier' - description: The unique identifier of the runtime environment. status: allOf: - $ref: '#/components/schemas/DeploymentLifecycle' - description: The status of the deployment. statusReason: allOf: - $ref: '#/components/schemas/String' - description: The reason for the reported status. DataSetImportList: type: array items: $ref: '#/components/schemas/DataSetImportItem' minItems: 1 maxItems: 100 PortList: type: array items: $ref: '#/components/schemas/Integer' minItems: 1 CreateDeploymentResponse: type: object required: - deploymentId properties: deploymentId: allOf: - $ref: '#/components/schemas/Identifier' - description: The unique identifier of the deployment. DeployedVersionSummary: type: object required: - applicationVersion - status properties: applicationVersion: allOf: - $ref: '#/components/schemas/Version' - description: The version of the deployed application. status: allOf: - $ref: '#/components/schemas/DeploymentLifecycle' - description: The status of the deployment. statusReason: allOf: - $ref: '#/components/schemas/String' - description: The reason for the reported status. description: Contains a summary of a deployed application. BatchParamValue: type: string description: Parameter value can be of up to 44 alphanumeric characters. minLength: 0 maxLength: 44 BatchJobExecutionStatus: type: string enum: - Submitting - Holding - Dispatching - Running - Cancelling - Cancelled - Succeeded - Failed - Succeeded With Warning GetDataSetDetailsResponse: type: object required: - dataSetName properties: blocksize: allOf: - $ref: '#/components/schemas/Integer' - description: 'The size of the block on disk. ' creationTime: allOf: - $ref: '#/components/schemas/Timestamp' - description: The timestamp when the data set was created. dataSetName: allOf: - $ref: '#/components/schemas/String200' - description: The name of the data set. dataSetOrg: allOf: - $ref: '#/components/schemas/DatasetDetailOrgAttributes' - description: The type of data set. The only supported value is VSAM. lastReferencedTime: allOf: - $ref: '#/components/schemas/Timestamp' - description: The last time the data set was referenced. lastUpdatedTime: allOf: - $ref: '#/components/schemas/Timestamp' - description: The last time the data set was updated. location: allOf: - $ref: '#/components/schemas/String2000' - description: The location where the data set is stored. recordLength: allOf: - $ref: '#/components/schemas/Integer' - description: The length of records in the data set. ListApplicationsResponse: type: object required: - applications properties: applications: allOf: - $ref: '#/components/schemas/ApplicationSummaryList' - description: Returns a list of summary details for all the applications in a runtime environment. nextToken: allOf: - $ref: '#/components/schemas/NextToken' - description: A pagination token that's returned when the response doesn't contain all applications. GetBatchJobExecutionResponse: type: object required: - applicationId - executionId - startTime - status properties: applicationId: allOf: - $ref: '#/components/schemas/Identifier' - description: The identifier of the application. batchJobIdentifier: allOf: - $ref: '#/components/schemas/BatchJobIdentifier' - description: The unique identifier of this batch job. endTime: allOf: - $ref: '#/components/schemas/Timestamp' - description: The timestamp when the batch job execution ended. executionId: allOf: - $ref: '#/components/schemas/Identifier' - description: The unique identifier for this batch job execution. jobId: allOf: - $ref: '#/components/schemas/String100' - description: The unique identifier for this batch job. jobName: allOf: - $ref: '#/components/schemas/String100' - description: The name of this batch job. jobType: allOf: - $ref: '#/components/schemas/BatchJobType' - description: The type of job. jobUser: allOf: - $ref: '#/components/schemas/String100' - description: The user for the job. returnCode: allOf: - $ref: '#/components/schemas/String' - description: The batch job return code from either the Blu Age or Micro Focus runtime engines. For more information, see Batch return codes in the IBM WebSphere Application Server documentation. startTime: allOf: - $ref: '#/components/schemas/Timestamp' - description: The timestamp when the batch job execution started. status: allOf: - $ref: '#/components/schemas/BatchJobExecutionStatus' - description: The status of the batch job execution. statusReason: allOf: - $ref: '#/components/schemas/String' - description: The reason for the reported status. PsDetailAttributes: type: object required: - encoding - format properties: encoding: allOf: - $ref: '#/components/schemas/String' - description: The character set encoding of the data set. format: allOf: - $ref: '#/components/schemas/String' - description: The format of the data set records. description: The supported properties for a PS type data set. String200: type: string pattern: ^\S{1,200}$ ResourceNotFoundException: {} ApplicationLifecycle: type: string enum: - Creating - Created - Available - Ready - Starting - Running - Stopping - Stopped - Failed - Deleting - Deleting From Environment EntityDescription: type: string minLength: 0 maxLength: 500 FileBatchJobDefinition: type: object required: - fileName properties: fileName: allOf: - $ref: '#/components/schemas/String' - description: The name of the file containing the batch job definition. folderPath: allOf: - $ref: '#/components/schemas/String' - description: The path to the file containing the batch job definition. description: A file containing a batch job definition. Identifier: type: string pattern: ^\S{1,80}$ ExternalLocation: type: object properties: s3Location: allOf: - $ref: '#/components/schemas/String2000' - description: The URI of the Amazon S3 bucket. description: Defines an external storage location. String20List: type: array items: $ref: '#/components/schemas/String20' minItems: 1 maxItems: 10 LogGroupSummaries: type: array items: $ref: '#/components/schemas/LogGroupSummary' Version: type: integer minimum: 1 BatchJobType: type: string enum: - VSE - JES2 - JES3 ValidationException: {} ScriptBatchJobIdentifier: type: object required: - scriptName properties: scriptName: allOf: - $ref: '#/components/schemas/String' - description: The name of the script containing the batch job definition. description: A batch job identifier in which the batch job to run is identified by the script name. InternalServerException: {} DataSetImportTaskList: type: array items: $ref: '#/components/schemas/DataSetImportTask' StartBatchJobResponse: type: object required: - executionId properties: executionId: allOf: - $ref: '#/components/schemas/Identifier' - description: The unique identifier of this execution of the batch job. ListBatchJobExecutionsResponse: type: object required: - batchJobExecutions properties: batchJobExecutions: allOf: - $ref: '#/components/schemas/BatchJobExecutionSummaryList' - description: Returns a list of batch job executions for an application. nextToken: allOf: - $ref: '#/components/schemas/NextToken' - description: A pagination token that's returned when the response doesn't contain all batch job executions. StringFree65000: type: string minLength: 1 maxLength: 65000 DeploymentLifecycle: type: string enum: - Deploying - Succeeded - Failed DatasetDetailOrgAttributes: type: object properties: gdg: allOf: - $ref: '#/components/schemas/GdgDetailAttributes' - description: The generation data group of the data set. po: allOf: - $ref: '#/components/schemas/PoDetailAttributes' - description: The details of a PO type data set. ps: allOf: - $ref: '#/components/schemas/PsDetailAttributes' - description: The details of a PS type data set. vsam: allOf: - $ref: '#/components/schemas/VsamDetailAttributes' - description: The details of a VSAM data set. description: Additional details about the data set. Different attributes correspond to different data set organizations. The values are populated based on datasetOrg, storageType and backend (Blu Age or Micro Focus). VsamDetailAttributes: type: object properties: alternateKeys: allOf: - $ref: '#/components/schemas/AlternateKeyList' - description: The alternate key definitions, if any. A legacy dataset might not have any alternate key defined, but if those alternate keys definitions exist, provide them as some applications will make use of them. cacheAtStartup: allOf: - $ref: '#/components/schemas/Boolean' - description: If set to True, enforces loading the data set into cache before it’s used by the application. compressed: allOf: - $ref: '#/components/schemas/Boolean' - description: Indicates whether indexes for this dataset are stored as compressed values. If you have a large data set (typically > 100 Mb), consider setting this flag to True. encoding: allOf: - $ref: '#/components/schemas/String20' - description: The character set used by the data set. Can be ASCII, EBCDIC, or unknown. primaryKey: allOf: - $ref: '#/components/schemas/PrimaryKey' - description: The primary key of the data set. recordFormat: allOf: - $ref: '#/components/schemas/String20' - description: The record format of the data set. description: The attributes of a VSAM type data set. ServiceQuotaExceededException: {} NextToken: type: string pattern: ^\S{1,2000}$ CreateApplicationResponse: type: object required: - applicationArn - applicationId - applicationVersion properties: applicationArn: allOf: - $ref: '#/components/schemas/Arn' - description: The Amazon Resource Name (ARN) of the application. applicationId: allOf: - $ref: '#/components/schemas/Identifier' - description: The unique application identifier. applicationVersion: allOf: - $ref: '#/components/schemas/Version' - description: The version number of the application. Arn: type: string pattern: ^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]|):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+=,@.-]{0,1023}$ ApplicationVersionLifecycle: type: string enum: - Creating - Available - Failed AlternateKey: type: object required: - length - offset properties: allowDuplicates: allOf: - $ref: '#/components/schemas/Boolean' - description: Indicates whether the alternate key values are supposed to be unique for the given data set. length: allOf: - $ref: '#/components/schemas/Integer' - description: A strictly positive integer value representing the length of the alternate key. name: allOf: - $ref: '#/components/schemas/String' - description: The name of the alternate key. offset: allOf: - $ref: '#/components/schemas/Integer' - description: A positive integer value representing the offset to mark the start of the alternate key part in the record byte array. description: Defines an alternate key. This value is optional. A legacy data set might not have any alternate key defined but if those alternate keys definitions exist, provide them, as some applications will make use of them. BatchJobDefinitions: type: array items: $ref: '#/components/schemas/BatchJobDefinition' UpdateApplicationResponse: type: object required: - applicationVersion properties: applicationVersion: allOf: - $ref: '#/components/schemas/Version' - description: The new version of the application. ApplicationSummary: type: object required: - applicationArn - applicationId - applicationVersion - creationTime - engineType - name - status properties: applicationArn: allOf: - $ref: '#/components/schemas/Arn' - description: The Amazon Resource Name (ARN) of the application. applicationId: allOf: - $ref: '#/components/schemas/Identifier' - description: The unique identifier of the application. applicationVersion: allOf: - $ref: '#/components/schemas/Version' - description: The version of the application. creationTime: allOf: - $ref: '#/components/schemas/Timestamp' - description: The timestamp when the application was created. deploymentStatus: allOf: - $ref: '#/components/schemas/ApplicationDeploymentLifecycle' - description: Indicates either an ongoing deployment or if the application has ever deployed successfully. description: allOf: - $ref: '#/components/schemas/EntityDescription' - description: The description of the application. engineType: allOf: - $ref: '#/components/schemas/EngineType' - description: The type of the target platform for this application. environmentId: allOf: - $ref: '#/components/schemas/Identifier' - description: The unique identifier of the runtime environment that hosts this application. lastStartTime: allOf: - $ref: '#/components/schemas/Timestamp' - description: The timestamp when you last started the application. Null until the application runs for the first time. name: allOf: - $ref: '#/components/schemas/EntityName' - description: The name of the application. roleArn: allOf: - $ref: '#/components/schemas/Arn' - description: The Amazon Resource Name (ARN) of the role associated with the application. status: allOf: - $ref: '#/components/schemas/ApplicationLifecycle' - description: The status of the application. versionStatus: allOf: - $ref: '#/components/schemas/ApplicationVersionLifecycle' - description: Indicates the status of the latest version of the application. description: A subset of the possible application attributes. Used in the application list. ApplicationVersionSummaryList: type: array items: $ref: '#/components/schemas/ApplicationVersionSummary' DataSetImportItem: type: object required: - dataSet - externalLocation properties: dataSet: allOf: - $ref: '#/components/schemas/DataSet' - description: The data set. externalLocation: allOf: - $ref: '#/components/schemas/ExternalLocation' - description: The location of the data set. description: Identifies a specific data set to import from an external location. ApplicationDeploymentLifecycle: type: string enum: - Deploying - Deployed GetDataSetImportTaskResponse: type: object required: - status - taskId properties: status: allOf: - $ref: '#/components/schemas/DataSetTaskLifecycle' - description: The status of the task. summary: allOf: - $ref: '#/components/schemas/DataSetImportSummary' - description: A summary of the status of the task. taskId: allOf: - $ref: '#/components/schemas/Identifier' - description: The task identifier. PoDetailAttributes: type: object required: - encoding - format properties: encoding: allOf: - $ref: '#/components/schemas/String' - description: The character set encoding of the data set. format: allOf: - $ref: '#/components/schemas/String' - description: The format of the data set records. description: The supported properties for a PO type data set. CancelBatchJobExecutionResponse: type: object properties: {} PoAttributes: type: object required: - format - memberFileExtensions properties: encoding: allOf: - $ref: '#/components/schemas/String' - description: The character set encoding of the data set. format: allOf: - $ref: '#/components/schemas/String' - description: The format of the data set records. memberFileExtensions: allOf: - $ref: '#/components/schemas/String20List' - description: An array containing one or more filename extensions, allowing you to specify which files to be included as PDS member. description: The supported properties for a PO type data set. PrimaryKey: type: object required: - length - offset properties: length: allOf: - $ref: '#/components/schemas/Integer' - description: 'A strictly positive integer value representing the length of the primary key. ' name: allOf: - $ref: '#/components/schemas/String' - description: A name for the Primary Key. offset: allOf: - $ref: '#/components/schemas/Integer' - description: A positive integer value representing the offset to mark the start of the primary key in the record byte array. description: The primary key for a KSDS data set. Boolean: type: boolean DataSetTaskLifecycle: type: string enum: - Creating - Running - Completed BatchJobDefinition: type: object properties: fileBatchJobDefinition: allOf: - $ref: '#/components/schemas/FileBatchJobDefinition' - description: Specifies a file containing a batch job definition. scriptBatchJobDefinition: allOf: - $ref: '#/components/schemas/ScriptBatchJobDefinition' - description: A script containing a batch job definition. description: Defines the details of a batch job. BatchJobExecutionSummaryList: type: array items: $ref: '#/components/schemas/BatchJobExecutionSummary' String20: type: string pattern: ^\S{1,20}$ DatasetOrgAttributes: type: object properties: gdg: allOf: - $ref: '#/components/schemas/GdgAttributes' - description: The generation data group of the data set. po: allOf: - $ref: '#/components/schemas/PoAttributes' - description: The details of a PO type data set. ps: allOf: - $ref: '#/components/schemas/PsAttributes' - description: The details of a PS type data set. vsam: allOf: - $ref: '#/components/schemas/VsamAttributes' - description: The details of a VSAM data set. description: Additional details about the data set. Different attributes correspond to different data set organizations. The values are populated based on datasetOrg, storageType and backend (Blu Age or Micro Focus). parameters: X-Amz-SignedHeaders: name: X-Amz-SignedHeaders in: header schema: type: string required: false X-Amz-Signature: name: X-Amz-Signature in: header schema: type: string required: false X-Amz-Credential: name: X-Amz-Credential in: header schema: type: string required: false X-Amz-Security-Token: name: X-Amz-Security-Token in: header schema: type: string required: false X-Amz-Date: name: X-Amz-Date in: header schema: type: string required: false X-Amz-Content-Sha256: name: X-Amz-Content-Sha256 in: header schema: type: string required: false X-Amz-Algorithm: name: X-Amz-Algorithm in: header schema: type: string required: false securitySchemes: hmac: type: apiKey name: Authorization in: header description: Amazon Signature authorization v4 x-amazon-apigateway-authtype: awsSigv4 externalDocs: description: Amazon Web Services documentation url: https://docs.aws.amazon.com/m2/ x-hasEquivalentPaths: true