Module types

Source
Expand description

Data structures used by operation inputs/outputs.

Modules§

builders
Builders
error
Error types that AWS Mainframe Modernization Application Testing can respond with.

Structs§

Batch

Defines a batch.

BatchStepInput

Defines a batch step input.

BatchStepOutput

Defines a batch step output.

BatchSummary

Summarizes a batch job.

CloudFormation

Specifies the CloudFormation template and its parameters.

CloudFormationAction

Specifies the CloudFormation action.

CompareAction

Compares the action.

CompareActionSummary

Specifies the compare action summary.

CompareDataSetsStepInput

Specifies the compare data sets step input.

CompareDataSetsStepOutput

Specifies the compare data sets step output.

CompareDataSetsSummary

Compares data sets summary.

CompareDatabaseCdcStepInput

Compares the database Change Data Capture (CDC) step input.

CompareDatabaseCdcStepOutput

Compares the database CDC step output.

CompareDatabaseCdcSummary

Compares the database CDC summary.

CreateCloudFormationStepInput

Creates the CloudFormation step input.

CreateCloudFormationStepOutput

Creates a CloudFormation step output.

CreateCloudFormationSummary

Creates a CloudFormation summary.

DataSet

Defines a data set.

DatabaseCdc

Defines the Change Data Capture (CDC) of the database.

DeleteCloudFormationStepInput

Deletes the CloudFormation step input.

DeleteCloudFormationStepOutput

Deletes the CloudFormation summary step output.

DeleteCloudFormationSummary

Deletes the CloudFormation summary.

InputFile

Specifies the input file.

M2ManagedActionProperties

Specifies the AWS Mainframe Modernization managed action properties.

M2ManagedApplication

Specifies the AWS Mainframe Modernization managed application.

M2ManagedApplicationAction

Specifies the AWS Mainframe Modernization managed application action.

M2ManagedApplicationStepInput

Specifies the AWS Mainframe Modernization managed application step input.

M2ManagedApplicationStepOutput

Specifies the AWS Mainframe Modernization managed application step output.

M2ManagedApplicationStepSummary

Specifies the AWS Mainframe Modernization managed application step summary.

M2ManagedApplicationSummary

Specifies the AWS Mainframe Modernization managed application summary.

M2NonManagedApplication

Specifies the AWS Mainframe Modernization non-managed application.

M2NonManagedApplicationAction

Specifies the AWS Mainframe Modernization non-managed application action.

M2NonManagedApplicationStepInput

Specifies the AWS Mainframe Modernization non-managed application step input.

M2NonManagedApplicationStepOutput

Specifies the AWS Mainframe Modernization non-managed application step output.

M2NonManagedApplicationStepSummary

Specifies the AWS Mainframe Modernization non-managed application step summary.

M2NonManagedApplicationSummary

Specifies the AWS Mainframe Modernization non-managed application summary.

MainframeAction

Specifies the mainframe action.

MainframeActionProperties

Specifies the mainframe action properties.

OutputFile

Specifies an output file.

Resource

Specifies a resource.

Script

Specifies the script.

ScriptSummary

Specifies the scripts summary.

ServiceSettings

Specifies the service settings.

SourceDatabaseMetadata

Specifies the source database metadata.

Step

Defines a step.

TargetDatabaseMetadata

Specifies a target database metadata.

TestCaseLatestVersion

Specifies the latest version of a test case.

TestCaseRunSummary

Specifies the test case run summary.

TestCaseSummary

Specifies a test case summary.

TestConfigurationLatestVersion

Specifies the latest version of the test configuration.

TestConfigurationSummary

Specifies a test configuration summary.

TestRunStepSummary

Specifies a test run step summary.

TestRunSummary

Specifies a test run summary.

TestSuiteLatestVersion

Specifies the latest version of a test suite.

TestSuiteSummary

Specifies the test suite summary.

Tn3270

Specifies the TN3270 protocol.

Tn3270StepInput

Specifies a TN3270 step input.

Tn3270StepOutput

Specifies a TN3270 step output.

Tn3270Summary

Specifies a TN3270 summary.

ValidationExceptionField

Specifies a validation exception field.

Enums§

CaptureTool
When writing a match expression against CaptureTool, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature.
CloudFormationActionType
When writing a match expression against CloudFormationActionType, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature.
CloudFormationStepSummary

Specifies the CloudFormation step summary.

CompareFileType

Compares the file type.

ComparisonStatusEnum
When writing a match expression against ComparisonStatusEnum, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature.
DataSetType
When writing a match expression against DataSetType, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature.
File

Defines a file.

FileMetadata

Specifies a file metadata.

Format
When writing a match expression against Format, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature.
Input

Specifies the input.

M2ManagedActionType
When writing a match expression against M2ManagedActionType, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature.
M2ManagedRuntime
When writing a match expression against M2ManagedRuntime, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature.
M2NonManagedActionType
When writing a match expression against M2NonManagedActionType, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature.
M2NonManagedRuntime
When writing a match expression against M2NonManagedRuntime, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature.
MainframeActionSummary

Specifies the mainframe action summary.

MainframeActionType

Specifies the mainframe action type.

MainframeResourceSummary

Specifies the mainframe resource summary.

Output

Specifies an output.

ResourceAction

Specifies a resource action.

ResourceActionSummary

Specifies the resource action summary.

ResourceType

Specifies the resource type.

ScriptType
When writing a match expression against ScriptType, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature.
SourceDatabase
When writing a match expression against SourceDatabase, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature.
StepAction

Specifies a step action.

StepRunStatus
When writing a match expression against StepRunStatus, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature.
StepRunSummary

Defines the step run summary.

TargetDatabase
When writing a match expression against TargetDatabase, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature.
TestCaseLifecycle
When writing a match expression against TestCaseLifecycle, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature.
TestCaseRunStatus
When writing a match expression against TestCaseRunStatus, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature.
TestCases

Specifies test cases.

TestConfigurationLifecycle
When writing a match expression against TestConfigurationLifecycle, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature.
TestRunStatus
When writing a match expression against TestRunStatus, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature.
TestSuiteLifecycle
When writing a match expression against TestSuiteLifecycle, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature.
ValidationExceptionReason
When writing a match expression against ValidationExceptionReason, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature.