View Source aws_m2 (aws v1.0.4)

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.

Summary

Functions

Cancels the running of a specific batch job execution.

Creates a new application with given parameters.

Starts a data set import task for a specific application.
Creates and starts a deployment to deploy an application into a runtime environment.
Creates a runtime environment for a given runtime engine.

Deletes a specific application.

Deletes a specific application from the specific runtime environment where it was previously deployed.

Deletes a specific runtime environment.

Describes the details of a specific application.
Returns details about a specific version of a specific application.
Gets the details of a specific batch job execution for a specific application.
Gets the details of a specific data set.
Gets the status of a data set import task initiated with the CreateDataSetImportTask operation.
Gets details of a specific deployment with a given deployment identifier.
Describes a specific runtime environment.
Gets a single sign-on URL that can be used to connect to AWS Blu Insights.
Returns a list of the application versions for a specific application.

Lists the applications associated with a specific Amazon Web Services account.

Lists all the available batch job definitions based on the batch job resources uploaded during the application creation.

Lists historical, current, and scheduled batch job executions for a specific application.
Lists the data set imports for the specified application.

Lists the data sets imported for a specific application.

Returns a list of all deployments of a specific application.

Lists the available engine versions.
Lists the runtime environments.
Lists the tags for the specified resource.
Starts an application that is currently stopped.

Starts a batch job and returns the unique identifier of this execution of the batch job.

Stops a running application.
Adds one or more tags to the specified resource.
Removes one or more tags from the specified resource.
Updates an application and creates a new version.
Updates the configuration details for a specific runtime environment.

Functions

Link to this function

cancel_batch_job_execution(Client, ApplicationId, ExecutionId, Input)

View Source
Cancels the running of a specific batch job execution.
Link to this function

cancel_batch_job_execution(Client, ApplicationId, ExecutionId, Input0, Options0)

View Source
Link to this function

create_application(Client, Input)

View Source

Creates a new application with given parameters.

Requires an existing runtime environment and application definition file.
Link to this function

create_application(Client, Input0, Options0)

View Source
Link to this function

create_data_set_import_task(Client, ApplicationId, Input)

View Source
Starts a data set import task for a specific application.
Link to this function

create_data_set_import_task(Client, ApplicationId, Input0, Options0)

View Source
Link to this function

create_deployment(Client, ApplicationId, Input)

View Source
Creates and starts a deployment to deploy an application into a runtime environment.
Link to this function

create_deployment(Client, ApplicationId, Input0, Options0)

View Source
Link to this function

create_environment(Client, Input)

View Source
Creates a runtime environment for a given runtime engine.
Link to this function

create_environment(Client, Input0, Options0)

View Source
Link to this function

delete_application(Client, ApplicationId, Input)

View Source

Deletes a specific application.

You cannot delete a running application.
Link to this function

delete_application(Client, ApplicationId, Input0, Options0)

View Source
Link to this function

delete_application_from_environment(Client, ApplicationId, EnvironmentId, Input)

View Source

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.
Link to this function

delete_application_from_environment(Client, ApplicationId, EnvironmentId, Input0, Options0)

View Source
Link to this function

delete_environment(Client, EnvironmentId, Input)

View Source

Deletes a specific runtime environment.

The environment cannot contain deployed applications. If it does, you must delete those applications before you delete the environment.
Link to this function

delete_environment(Client, EnvironmentId, Input0, Options0)

View Source
Link to this function

get_application(Client, ApplicationId)

View Source
Describes the details of a specific application.
Link to this function

get_application(Client, ApplicationId, QueryMap, HeadersMap)

View Source
Link to this function

get_application(Client, ApplicationId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_application_version(Client, ApplicationId, ApplicationVersion)

View Source
Returns details about a specific version of a specific application.
Link to this function

get_application_version(Client, ApplicationId, ApplicationVersion, QueryMap, HeadersMap)

View Source
Link to this function

get_application_version(Client, ApplicationId, ApplicationVersion, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_batch_job_execution(Client, ApplicationId, ExecutionId)

View Source
Gets the details of a specific batch job execution for a specific application.
Link to this function

get_batch_job_execution(Client, ApplicationId, ExecutionId, QueryMap, HeadersMap)

View Source
Link to this function

get_batch_job_execution(Client, ApplicationId, ExecutionId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_data_set_details(Client, ApplicationId, DataSetName)

View Source
Gets the details of a specific data set.
Link to this function

get_data_set_details(Client, ApplicationId, DataSetName, QueryMap, HeadersMap)

View Source
Link to this function

get_data_set_details(Client, ApplicationId, DataSetName, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_data_set_import_task(Client, ApplicationId, TaskId)

View Source
Gets the status of a data set import task initiated with the CreateDataSetImportTask operation.
Link to this function

get_data_set_import_task(Client, ApplicationId, TaskId, QueryMap, HeadersMap)

View Source
Link to this function

get_data_set_import_task(Client, ApplicationId, TaskId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_deployment(Client, ApplicationId, DeploymentId)

View Source
Gets details of a specific deployment with a given deployment identifier.
Link to this function

get_deployment(Client, ApplicationId, DeploymentId, QueryMap, HeadersMap)

View Source
Link to this function

get_deployment(Client, ApplicationId, DeploymentId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_environment(Client, EnvironmentId)

View Source
Describes a specific runtime environment.
Link to this function

get_environment(Client, EnvironmentId, QueryMap, HeadersMap)

View Source
Link to this function

get_environment(Client, EnvironmentId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_signed_bluinsights_url(Client)

View Source
Gets a single sign-on URL that can be used to connect to AWS Blu Insights.
Link to this function

get_signed_bluinsights_url(Client, QueryMap, HeadersMap)

View Source
Link to this function

get_signed_bluinsights_url(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_application_versions(Client, ApplicationId)

View Source
Returns a list of the application versions for a specific application.
Link to this function

list_application_versions(Client, ApplicationId, QueryMap, HeadersMap)

View Source
Link to this function

list_application_versions(Client, ApplicationId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_applications(Client)

View Source

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.
Link to this function

list_applications(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_applications(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_batch_job_definitions(Client, ApplicationId)

View Source

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.
Link to this function

list_batch_job_definitions(Client, ApplicationId, QueryMap, HeadersMap)

View Source
Link to this function

list_batch_job_definitions(Client, ApplicationId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_batch_job_executions(Client, ApplicationId)

View Source
Lists historical, current, and scheduled batch job executions for a specific application.
Link to this function

list_batch_job_executions(Client, ApplicationId, QueryMap, HeadersMap)

View Source
Link to this function

list_batch_job_executions(Client, ApplicationId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_data_set_import_history(Client, ApplicationId)

View Source
Lists the data set imports for the specified application.
Link to this function

list_data_set_import_history(Client, ApplicationId, QueryMap, HeadersMap)

View Source
Link to this function

list_data_set_import_history(Client, ApplicationId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_data_sets(Client, ApplicationId)

View Source

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: https://docs.aws.amazon.com/m2/latest/APIReference/API_CreateDataSetImportTask.html.
Link to this function

list_data_sets(Client, ApplicationId, QueryMap, HeadersMap)

View Source
Link to this function

list_data_sets(Client, ApplicationId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_deployments(Client, ApplicationId)

View Source

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.
Link to this function

list_deployments(Client, ApplicationId, QueryMap, HeadersMap)

View Source
Link to this function

list_deployments(Client, ApplicationId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_engine_versions(Client)

View Source
Lists the available engine versions.
Link to this function

list_engine_versions(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_engine_versions(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_environments(Client)

View Source
Lists the runtime environments.
Link to this function

list_environments(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_environments(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_tags_for_resource(Client, ResourceArn)

View Source
Lists the tags for the specified resource.
Link to this function

list_tags_for_resource(Client, ResourceArn, QueryMap, HeadersMap)

View Source
Link to this function

list_tags_for_resource(Client, ResourceArn, QueryMap, HeadersMap, Options0)

View Source
Link to this function

start_application(Client, ApplicationId, Input)

View Source
Starts an application that is currently stopped.
Link to this function

start_application(Client, ApplicationId, Input0, Options0)

View Source
Link to this function

start_batch_job(Client, ApplicationId, Input)

View Source

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.
Link to this function

start_batch_job(Client, ApplicationId, Input0, Options0)

View Source
Link to this function

stop_application(Client, ApplicationId, Input)

View Source
Stops a running application.
Link to this function

stop_application(Client, ApplicationId, Input0, Options0)

View Source
Link to this function

tag_resource(Client, ResourceArn, Input)

View Source
Adds one or more tags to the specified resource.
Link to this function

tag_resource(Client, ResourceArn, Input0, Options0)

View Source
Link to this function

untag_resource(Client, ResourceArn, Input)

View Source
Removes one or more tags from the specified resource.
Link to this function

untag_resource(Client, ResourceArn, Input0, Options0)

View Source
Link to this function

update_application(Client, ApplicationId, Input)

View Source
Updates an application and creates a new version.
Link to this function

update_application(Client, ApplicationId, Input0, Options0)

View Source
Link to this function

update_environment(Client, EnvironmentId, Input)

View Source
Updates the configuration details for a specific runtime environment.
Link to this function

update_environment(Client, EnvironmentId, Input0, Options0)

View Source