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
Creates a new application with given parameters.
Deletes a specific application.
Deletes a specific application from the specific runtime environment where it was previously deployed.
Deletes a specific runtime environment.
CreateDataSetImportTask
operation.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 the data sets imported for a specific application.
Returns a list of all deployments of a specific application.
Starts a batch job and returns the unique identifier of this execution of the batch job.
Functions
cancel_batch_job_execution(Client, ApplicationId, ExecutionId, Input)
View Sourcecancel_batch_job_execution(Client, ApplicationId, ExecutionId, Input0, Options0)
View SourceCreates a new application with given parameters.
Requires an existing runtime environment and application definition file.create_data_set_import_task(Client, ApplicationId, Input0, Options0)
View SourceDeletes a specific application.
You cannot delete a running application.delete_application_from_environment(Client, ApplicationId, EnvironmentId, Input)
View SourceDeletes 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.delete_application_from_environment(Client, ApplicationId, EnvironmentId, Input0, Options0)
View SourceDeletes a specific runtime environment.
The environment cannot contain deployed applications. If it does, you must delete those applications before you delete the environment.get_application(Client, ApplicationId, QueryMap, HeadersMap, Options0)
View Sourceget_application_version(Client, ApplicationId, ApplicationVersion)
View Sourceget_application_version(Client, ApplicationId, ApplicationVersion, QueryMap, HeadersMap)
View Sourceget_application_version(Client, ApplicationId, ApplicationVersion, QueryMap, HeadersMap, Options0)
View Sourceget_batch_job_execution(Client, ApplicationId, ExecutionId, QueryMap, HeadersMap)
View Sourceget_batch_job_execution(Client, ApplicationId, ExecutionId, QueryMap, HeadersMap, Options0)
View Sourceget_data_set_details(Client, ApplicationId, DataSetName, QueryMap, HeadersMap)
View Sourceget_data_set_details(Client, ApplicationId, DataSetName, QueryMap, HeadersMap, Options0)
View SourceCreateDataSetImportTask
operation.
get_data_set_import_task(Client, ApplicationId, TaskId, QueryMap, HeadersMap)
View Sourceget_data_set_import_task(Client, ApplicationId, TaskId, QueryMap, HeadersMap, Options0)
View Sourceget_deployment(Client, ApplicationId, DeploymentId, QueryMap, HeadersMap)
View Sourceget_deployment(Client, ApplicationId, DeploymentId, QueryMap, HeadersMap, Options0)
View Sourceget_environment(Client, EnvironmentId, QueryMap, HeadersMap, Options0)
View Sourceget_signed_bluinsights_url(Client, QueryMap, HeadersMap, Options0)
View Sourcelist_application_versions(Client, ApplicationId, QueryMap, HeadersMap)
View Sourcelist_application_versions(Client, ApplicationId, QueryMap, HeadersMap, Options0)
View SourceLists 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.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.list_batch_job_definitions(Client, ApplicationId, QueryMap, HeadersMap)
View Sourcelist_batch_job_definitions(Client, ApplicationId, QueryMap, HeadersMap, Options0)
View Sourcelist_batch_job_executions(Client, ApplicationId, QueryMap, HeadersMap)
View Sourcelist_batch_job_executions(Client, ApplicationId, QueryMap, HeadersMap, Options0)
View Sourcelist_data_set_import_history(Client, ApplicationId, QueryMap, HeadersMap)
View Sourcelist_data_set_import_history(Client, ApplicationId, QueryMap, HeadersMap, Options0)
View SourceLists 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.list_data_sets(Client, ApplicationId, QueryMap, HeadersMap, Options0)
View SourceReturns 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.list_deployments(Client, ApplicationId, QueryMap, HeadersMap, Options0)
View Sourcelist_tags_for_resource(Client, ResourceArn, QueryMap, HeadersMap, Options0)
View SourceStarts 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.