diff --git "a/testbed/boto__botocore/botocore/data/apptest/2022-12-06/service-2.json" "b/testbed/boto__botocore/botocore/data/apptest/2022-12-06/service-2.json" new file mode 100644--- /dev/null +++ "b/testbed/boto__botocore/botocore/data/apptest/2022-12-06/service-2.json" @@ -0,0 +1,3510 @@ +{ + "version":"2.0", + "metadata":{ + "apiVersion":"2022-12-06", + "auth":["aws.auth#sigv4"], + "endpointPrefix":"apptest", + "protocol":"rest-json", + "protocols":["rest-json"], + "serviceFullName":"AWS Mainframe Modernization Application Testing", + "serviceId":"AppTest", + "signatureVersion":"v4", + "signingName":"apptest", + "uid":"apptest-2022-12-06" + }, + "operations":{ + "CreateTestCase":{ + "name":"CreateTestCase", + "http":{ + "method":"POST", + "requestUri":"/testcase", + "responseCode":201 + }, + "input":{"shape":"CreateTestCaseRequest"}, + "output":{"shape":"CreateTestCaseResponse"}, + "errors":[ + {"shape":"ServiceQuotaExceededException"}, + {"shape":"ThrottlingException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"InternalServerException"} + ], + "documentation":"
Creates a test case.
", + "idempotent":true + }, + "CreateTestConfiguration":{ + "name":"CreateTestConfiguration", + "http":{ + "method":"POST", + "requestUri":"/testconfiguration", + "responseCode":201 + }, + "input":{"shape":"CreateTestConfigurationRequest"}, + "output":{"shape":"CreateTestConfigurationResponse"}, + "errors":[ + {"shape":"ServiceQuotaExceededException"}, + {"shape":"ThrottlingException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Creates a test configuration.
", + "idempotent":true + }, + "CreateTestSuite":{ + "name":"CreateTestSuite", + "http":{ + "method":"POST", + "requestUri":"/testsuite", + "responseCode":201 + }, + "input":{"shape":"CreateTestSuiteRequest"}, + "output":{"shape":"CreateTestSuiteResponse"}, + "errors":[ + {"shape":"ServiceQuotaExceededException"}, + {"shape":"ThrottlingException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Creates a test suite.
", + "idempotent":true + }, + "DeleteTestCase":{ + "name":"DeleteTestCase", + "http":{ + "method":"DELETE", + "requestUri":"/testcases/{testCaseId}", + "responseCode":204 + }, + "input":{"shape":"DeleteTestCaseRequest"}, + "output":{"shape":"DeleteTestCaseResponse"}, + "errors":[ + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Deletes a test case.
", + "idempotent":true + }, + "DeleteTestConfiguration":{ + "name":"DeleteTestConfiguration", + "http":{ + "method":"DELETE", + "requestUri":"/testconfigurations/{testConfigurationId}", + "responseCode":204 + }, + "input":{"shape":"DeleteTestConfigurationRequest"}, + "output":{"shape":"DeleteTestConfigurationResponse"}, + "errors":[ + {"shape":"ServiceQuotaExceededException"}, + {"shape":"ThrottlingException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Deletes a test configuration.
", + "idempotent":true + }, + "DeleteTestRun":{ + "name":"DeleteTestRun", + "http":{ + "method":"DELETE", + "requestUri":"/testruns/{testRunId}", + "responseCode":204 + }, + "input":{"shape":"DeleteTestRunRequest"}, + "output":{"shape":"DeleteTestRunResponse"}, + "errors":[ + {"shape":"ThrottlingException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Deletes a test run.
", + "idempotent":true + }, + "DeleteTestSuite":{ + "name":"DeleteTestSuite", + "http":{ + "method":"DELETE", + "requestUri":"/testsuites/{testSuiteId}", + "responseCode":204 + }, + "input":{"shape":"DeleteTestSuiteRequest"}, + "output":{"shape":"DeleteTestSuiteResponse"}, + "errors":[ + {"shape":"ServiceQuotaExceededException"}, + {"shape":"ThrottlingException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Deletes a test suite.
", + "idempotent":true + }, + "GetTestCase":{ + "name":"GetTestCase", + "http":{ + "method":"GET", + "requestUri":"/testcases/{testCaseId}", + "responseCode":200 + }, + "input":{"shape":"GetTestCaseRequest"}, + "output":{"shape":"GetTestCaseResponse"}, + "errors":[ + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Gets a test case.
" + }, + "GetTestConfiguration":{ + "name":"GetTestConfiguration", + "http":{ + "method":"GET", + "requestUri":"/testconfigurations/{testConfigurationId}", + "responseCode":200 + }, + "input":{"shape":"GetTestConfigurationRequest"}, + "output":{"shape":"GetTestConfigurationResponse"}, + "errors":[ + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Gets a test configuration.
" + }, + "GetTestRunStep":{ + "name":"GetTestRunStep", + "http":{ + "method":"GET", + "requestUri":"/testruns/{testRunId}/steps/{stepName}", + "responseCode":200 + }, + "input":{"shape":"GetTestRunStepRequest"}, + "output":{"shape":"GetTestRunStepResponse"}, + "errors":[ + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Gets a test run step.
" + }, + "GetTestSuite":{ + "name":"GetTestSuite", + "http":{ + "method":"GET", + "requestUri":"/testsuites/{testSuiteId}", + "responseCode":200 + }, + "input":{"shape":"GetTestSuiteRequest"}, + "output":{"shape":"GetTestSuiteResponse"}, + "errors":[ + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Gets a test suite.
" + }, + "ListTagsForResource":{ + "name":"ListTagsForResource", + "http":{ + "method":"GET", + "requestUri":"/tags/{resourceArn}", + "responseCode":200 + }, + "input":{"shape":"ListTagsForResourceRequest"}, + "output":{"shape":"ListTagsForResourceResponse"}, + "errors":[ + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Lists tags for a resource.
" + }, + "ListTestCases":{ + "name":"ListTestCases", + "http":{ + "method":"GET", + "requestUri":"/testcases", + "responseCode":200 + }, + "input":{"shape":"ListTestCasesRequest"}, + "output":{"shape":"ListTestCasesResponse"}, + "errors":[ + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Lists test cases.
" + }, + "ListTestConfigurations":{ + "name":"ListTestConfigurations", + "http":{ + "method":"GET", + "requestUri":"/testconfigurations", + "responseCode":200 + }, + "input":{"shape":"ListTestConfigurationsRequest"}, + "output":{"shape":"ListTestConfigurationsResponse"}, + "errors":[ + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Lists test configurations.
" + }, + "ListTestRunSteps":{ + "name":"ListTestRunSteps", + "http":{ + "method":"GET", + "requestUri":"/testruns/{testRunId}/steps", + "responseCode":200 + }, + "input":{"shape":"ListTestRunStepsRequest"}, + "output":{"shape":"ListTestRunStepsResponse"}, + "errors":[ + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Lists test run steps.
" + }, + "ListTestRunTestCases":{ + "name":"ListTestRunTestCases", + "http":{ + "method":"GET", + "requestUri":"/testruns/{testRunId}/testcases", + "responseCode":200 + }, + "input":{"shape":"ListTestRunTestCasesRequest"}, + "output":{"shape":"ListTestRunTestCasesResponse"}, + "errors":[ + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Lists test run test cases.
" + }, + "ListTestRuns":{ + "name":"ListTestRuns", + "http":{ + "method":"GET", + "requestUri":"/testruns", + "responseCode":200 + }, + "input":{"shape":"ListTestRunsRequest"}, + "output":{"shape":"ListTestRunsResponse"}, + "errors":[ + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Lists test runs.
" + }, + "ListTestSuites":{ + "name":"ListTestSuites", + "http":{ + "method":"GET", + "requestUri":"/testsuites", + "responseCode":200 + }, + "input":{"shape":"ListTestSuitesRequest"}, + "output":{"shape":"ListTestSuitesResponse"}, + "errors":[ + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Lists test suites.
" + }, + "StartTestRun":{ + "name":"StartTestRun", + "http":{ + "method":"POST", + "requestUri":"/testrun", + "responseCode":200 + }, + "input":{"shape":"StartTestRunRequest"}, + "output":{"shape":"StartTestRunResponse"}, + "errors":[ + {"shape":"ServiceQuotaExceededException"}, + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Starts a test run.
" + }, + "TagResource":{ + "name":"TagResource", + "http":{ + "method":"POST", + "requestUri":"/tags/{resourceArn}", + "responseCode":200 + }, + "input":{"shape":"TagResourceRequest"}, + "output":{"shape":"TagResourceResponse"}, + "errors":[ + {"shape":"ServiceQuotaExceededException"}, + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Specifies tags of a resource.
" + }, + "UntagResource":{ + "name":"UntagResource", + "http":{ + "method":"DELETE", + "requestUri":"/tags/{resourceArn}", + "responseCode":200 + }, + "input":{"shape":"UntagResourceRequest"}, + "output":{"shape":"UntagResourceResponse"}, + "errors":[ + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Untags a resource.
", + "idempotent":true + }, + "UpdateTestCase":{ + "name":"UpdateTestCase", + "http":{ + "method":"PATCH", + "requestUri":"/testcases/{testCaseId}", + "responseCode":200 + }, + "input":{"shape":"UpdateTestCaseRequest"}, + "output":{"shape":"UpdateTestCaseResponse"}, + "errors":[ + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Updates a test case.
" + }, + "UpdateTestConfiguration":{ + "name":"UpdateTestConfiguration", + "http":{ + "method":"PATCH", + "requestUri":"/testconfigurations/{testConfigurationId}", + "responseCode":200 + }, + "input":{"shape":"UpdateTestConfigurationRequest"}, + "output":{"shape":"UpdateTestConfigurationResponse"}, + "errors":[ + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Updates a test configuration.
" + }, + "UpdateTestSuite":{ + "name":"UpdateTestSuite", + "http":{ + "method":"PATCH", + "requestUri":"/testsuites/{testSuiteId}", + "responseCode":200 + }, + "input":{"shape":"UpdateTestSuiteRequest"}, + "output":{"shape":"UpdateTestSuiteResponse"}, + "errors":[ + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Updates a test suite.
" + } + }, + "shapes":{ + "AccessDeniedException":{ + "type":"structure", + "required":["message"], + "members":{ + "message":{"shape":"String"} + }, + "documentation":"The account or role doesn't have the right permissions to make the request.
", + "error":{ + "httpStatusCode":403, + "senderFault":true + }, + "exception":true + }, + "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}" + }, + "Batch":{ + "type":"structure", + "required":["batchJobName"], + "members":{ + "batchJobName":{ + "shape":"Variable", + "documentation":"The job name of the batch.
" + }, + "batchJobParameters":{ + "shape":"BatchJobParameters", + "documentation":"The batch job parameters of the batch.
" + }, + "exportDataSetNames":{ + "shape":"ExportDataSetNames", + "documentation":"The export data set names of the batch.
" + } + }, + "documentation":"Defines a batch.
" + }, + "BatchJobParameters":{ + "type":"map", + "key":{"shape":"String"}, + "value":{"shape":"String"} + }, + "BatchStepInput":{ + "type":"structure", + "required":[ + "resource", + "batchJobName" + ], + "members":{ + "resource":{ + "shape":"MainframeResourceSummary", + "documentation":"The resource of the batch step input.
" + }, + "batchJobName":{ + "shape":"ResourceName", + "documentation":"The batch job name of the batch step input.
" + }, + "batchJobParameters":{ + "shape":"BatchJobParameters", + "documentation":"The batch job parameters of the batch step input.
" + }, + "exportDataSetNames":{ + "shape":"ExportDataSetNames", + "documentation":"The export data set names of the batch step input.
" + }, + "properties":{ + "shape":"MainframeActionProperties", + "documentation":"The properties of the batch step input.
" + } + }, + "documentation":"Defines a batch step input.
" + }, + "BatchStepOutput":{ + "type":"structure", + "members":{ + "dataSetExportLocation":{ + "shape":"S3Uri", + "documentation":"The data set export location of the batch step output.
" + }, + "dmsOutputLocation":{ + "shape":"S3Uri", + "documentation":"The Database Migration Service (DMS) output location of the batch step output.
" + }, + "dataSetDetails":{ + "shape":"DataSetList", + "documentation":"The data set details of the batch step output.
" + } + }, + "documentation":"Defines a batch step output.
" + }, + "BatchSummary":{ + "type":"structure", + "required":["stepInput"], + "members":{ + "stepInput":{ + "shape":"BatchStepInput", + "documentation":"The step input of the batch summary.
" + }, + "stepOutput":{ + "shape":"BatchStepOutput", + "documentation":"The step output of the batch summary.
" + } + }, + "documentation":"Summarizes a batch job.
" + }, + "Boolean":{ + "type":"boolean", + "box":true + }, + "CaptureTool":{ + "type":"string", + "enum":[ + "Precisely", + "AWS DMS" + ] + }, + "CloudFormation":{ + "type":"structure", + "required":["templateLocation"], + "members":{ + "templateLocation":{ + "shape":"S3Uri", + "documentation":"The template location of the CloudFormation template.
" + }, + "parameters":{ + "shape":"Properties", + "documentation":"The CloudFormation properties in the CloudFormation template.
" + } + }, + "documentation":"Specifies the CloudFormation template and its parameters.
" + }, + "CloudFormationAction":{ + "type":"structure", + "required":["resource"], + "members":{ + "resource":{ + "shape":"Variable", + "documentation":"The resource of the CloudFormation action.
" + }, + "actionType":{ + "shape":"CloudFormationActionType", + "documentation":"The action type of the CloudFormation action.
" + } + }, + "documentation":"Specifies the CloudFormation action.
" + }, + "CloudFormationActionType":{ + "type":"string", + "enum":[ + "Create", + "Delete" + ] + }, + "CloudFormationStepSummary":{ + "type":"structure", + "members":{ + "createCloudformation":{ + "shape":"CreateCloudFormationSummary", + "documentation":"Creates the CloudFormation summary of the step.
" + }, + "deleteCloudformation":{ + "shape":"DeleteCloudFormationSummary", + "documentation":"Deletes the CloudFormation summary of the CloudFormation step summary.
" + } + }, + "documentation":"Specifies the CloudFormation step summary.
", + "union":true + }, + "CompareAction":{ + "type":"structure", + "required":["input"], + "members":{ + "input":{ + "shape":"Input", + "documentation":"The input of the compare action.
" + }, + "output":{ + "shape":"Output", + "documentation":"The output of the compare action.
" + } + }, + "documentation":"Compares the action.
" + }, + "CompareActionSummary":{ + "type":"structure", + "required":["type"], + "members":{ + "type":{ + "shape":"File", + "documentation":"The type of the compare action summary.
" + } + }, + "documentation":"Specifies the compare action summary.
" + }, + "CompareDataSetsStepInput":{ + "type":"structure", + "required":[ + "sourceLocation", + "targetLocation", + "sourceDataSets", + "targetDataSets" + ], + "members":{ + "sourceLocation":{ + "shape":"S3Uri", + "documentation":"The source location of the compare data sets step input location.
" + }, + "targetLocation":{ + "shape":"S3Uri", + "documentation":"The target location of the compare data sets step input location.
" + }, + "sourceDataSets":{ + "shape":"DataSetList", + "documentation":"The source data sets of the compare data sets step input location.
" + }, + "targetDataSets":{ + "shape":"DataSetList", + "documentation":"The target data sets of the compare data sets step input location.
" + } + }, + "documentation":"Specifies the compare data sets step input.
" + }, + "CompareDataSetsStepOutput":{ + "type":"structure", + "required":[ + "comparisonOutputLocation", + "comparisonStatus" + ], + "members":{ + "comparisonOutputLocation":{ + "shape":"S3Uri", + "documentation":"The comparison output location of the compare data sets step output.
" + }, + "comparisonStatus":{ + "shape":"ComparisonStatusEnum", + "documentation":"The comparison status of the compare data sets step output.
" + } + }, + "documentation":"Specifies the compare data sets step output.
" + }, + "CompareDataSetsSummary":{ + "type":"structure", + "required":["stepInput"], + "members":{ + "stepInput":{ + "shape":"CompareDataSetsStepInput", + "documentation":"The step input of the compare data sets summary.
" + }, + "stepOutput":{ + "shape":"CompareDataSetsStepOutput", + "documentation":"The step output of the compare data sets summary.
" + } + }, + "documentation":"Compares data sets summary.
" + }, + "CompareDatabaseCDCStepInput":{ + "type":"structure", + "required":[ + "sourceLocation", + "targetLocation", + "sourceMetadata", + "targetMetadata" + ], + "members":{ + "sourceLocation":{ + "shape":"String", + "documentation":"The source location of the compare database CDC step input.
" + }, + "targetLocation":{ + "shape":"String", + "documentation":"The target location of the compare database CDC step input.
" + }, + "outputLocation":{ + "shape":"String", + "documentation":"The output location of the compare database CDC step input.
" + }, + "sourceMetadata":{ + "shape":"SourceDatabaseMetadata", + "documentation":"The source metadata of the compare database CDC step input.
" + }, + "targetMetadata":{ + "shape":"TargetDatabaseMetadata", + "documentation":"The target metadata location of the compare database CDC step input.
" + } + }, + "documentation":"Compares the database Change Data Capture (CDC) step input.
" + }, + "CompareDatabaseCDCStepOutput":{ + "type":"structure", + "required":[ + "comparisonOutputLocation", + "comparisonStatus" + ], + "members":{ + "comparisonOutputLocation":{ + "shape":"String", + "documentation":"The comparison output of the compare database CDC step output.
" + }, + "comparisonStatus":{ + "shape":"ComparisonStatusEnum", + "documentation":"The comparison status of the compare database CDC step output.
" + } + }, + "documentation":"Compares the database CDC step output.
" + }, + "CompareDatabaseCDCSummary":{ + "type":"structure", + "required":["stepInput"], + "members":{ + "stepInput":{ + "shape":"CompareDatabaseCDCStepInput", + "documentation":"The step input of the compare database CDC summary.
" + }, + "stepOutput":{ + "shape":"CompareDatabaseCDCStepOutput", + "documentation":"The step output of the compare database CDC summary.
" + } + }, + "documentation":"Compares the database CDC summary.
" + }, + "CompareFileType":{ + "type":"structure", + "members":{ + "datasets":{ + "shape":"CompareDataSetsSummary", + "documentation":"The data sets in the compare file type.
" + }, + "databaseCDC":{ + "shape":"CompareDatabaseCDCSummary", + "documentation":"The database CDC of the compare file type.
" + } + }, + "documentation":"Compares the file type.
", + "union":true + }, + "ComparisonStatusEnum":{ + "type":"string", + "enum":[ + "Different", + "Equivalent", + "Equal" + ] + }, + "ConflictException":{ + "type":"structure", + "required":["message"], + "members":{ + "message":{"shape":"String"}, + "resourceId":{ + "shape":"String", + "documentation":"The resource ID of the conflicts with existing resources.
" + }, + "resourceType":{ + "shape":"String", + "documentation":"The resource type of the conflicts with existing resources.
" + } + }, + "documentation":"The parameters provided in the request conflict with existing resources.
", + "error":{ + "httpStatusCode":409, + "senderFault":true + }, + "exception":true + }, + "CreateCloudFormationStepInput":{ + "type":"structure", + "required":["templateLocation"], + "members":{ + "templateLocation":{ + "shape":"S3Uri", + "documentation":"The template location of the CloudFormation step input.
" + }, + "parameters":{ + "shape":"Properties", + "documentation":"The CloudFormation properties of the CloudFormation step input.
" + } + }, + "documentation":"Creates the CloudFormation step input.
" + }, + "CreateCloudFormationStepOutput":{ + "type":"structure", + "required":["stackId"], + "members":{ + "stackId":{ + "shape":"String", + "documentation":"The stack ID of the CloudFormation step output.
" + }, + "exports":{ + "shape":"Properties", + "documentation":"The exports of the CloudFormation step output.
" + } + }, + "documentation":"Creates a CloudFormation step output.
" + }, + "CreateCloudFormationSummary":{ + "type":"structure", + "required":["stepInput"], + "members":{ + "stepInput":{ + "shape":"CreateCloudFormationStepInput", + "documentation":"The step input of the CloudFormation summary.
" + }, + "stepOutput":{ + "shape":"CreateCloudFormationStepOutput", + "documentation":"The step output of the CloudFormation summary.
" + } + }, + "documentation":"Creates a CloudFormation summary.
" + }, + "CreateTestCaseRequest":{ + "type":"structure", + "required":[ + "name", + "steps" + ], + "members":{ + "name":{ + "shape":"ResourceName", + "documentation":"The name of the test case.
" + }, + "description":{ + "shape":"ResourceDescription", + "documentation":"The description of the test case.
" + }, + "steps":{ + "shape":"StepList", + "documentation":"The steps in the test case.
" + }, + "clientToken":{ + "shape":"IdempotencyTokenString", + "documentation":"The client token of the test case.
", + "idempotencyToken":true + }, + "tags":{ + "shape":"TagMap", + "documentation":"The specified tags of the test case.
" + } + } + }, + "CreateTestCaseResponse":{ + "type":"structure", + "required":[ + "testCaseId", + "testCaseVersion" + ], + "members":{ + "testCaseId":{ + "shape":"Identifier", + "documentation":"The test case ID of the test case.
" + }, + "testCaseVersion":{ + "shape":"Version", + "documentation":"The test case version of the test case.
" + } + } + }, + "CreateTestConfigurationRequest":{ + "type":"structure", + "required":[ + "name", + "resources" + ], + "members":{ + "name":{ + "shape":"ResourceName", + "documentation":"The name of the test configuration.
" + }, + "description":{ + "shape":"ResourceDescription", + "documentation":"The description of the test configuration.
" + }, + "resources":{ + "shape":"ResourceList", + "documentation":"The defined resources of the test configuration.
" + }, + "properties":{ + "shape":"Properties", + "documentation":"The properties of the test configuration.
" + }, + "clientToken":{ + "shape":"IdempotencyTokenString", + "documentation":"The client token of the test configuration.
", + "idempotencyToken":true + }, + "tags":{ + "shape":"TagMap", + "documentation":"The tags of the test configuration.
" + }, + "serviceSettings":{ + "shape":"ServiceSettings", + "documentation":"The service settings of the test configuration.
" + } + } + }, + "CreateTestConfigurationResponse":{ + "type":"structure", + "required":[ + "testConfigurationId", + "testConfigurationVersion" + ], + "members":{ + "testConfigurationId":{ + "shape":"Identifier", + "documentation":"The test configuration ID.
" + }, + "testConfigurationVersion":{ + "shape":"Version", + "documentation":"The test configuration version.
" + } + } + }, + "CreateTestSuiteRequest":{ + "type":"structure", + "required":[ + "name", + "testCases" + ], + "members":{ + "name":{ + "shape":"ResourceName", + "documentation":"The name of the test suite.
" + }, + "description":{ + "shape":"ResourceDescription", + "documentation":"The description of the test suite.
" + }, + "beforeSteps":{ + "shape":"StepList", + "documentation":"The before steps of the test suite.
" + }, + "afterSteps":{ + "shape":"StepList", + "documentation":"The after steps of the test suite.
" + }, + "testCases":{ + "shape":"TestCases", + "documentation":"The test cases in the test suite.
" + }, + "clientToken":{ + "shape":"IdempotencyTokenString", + "documentation":"The client token of the test suite.
", + "idempotencyToken":true + }, + "tags":{ + "shape":"TagMap", + "documentation":"The tags of the test suite.
" + } + } + }, + "CreateTestSuiteResponse":{ + "type":"structure", + "required":[ + "testSuiteId", + "testSuiteVersion" + ], + "members":{ + "testSuiteId":{ + "shape":"Identifier", + "documentation":"The suite ID of the test suite.
" + }, + "testSuiteVersion":{ + "shape":"Version", + "documentation":"The suite version of the test suite.
" + } + } + }, + "DataSet":{ + "type":"structure", + "required":[ + "type", + "name", + "ccsid", + "format", + "length" + ], + "members":{ + "type":{ + "shape":"DataSetType", + "documentation":"The type of the data set.
" + }, + "name":{ + "shape":"String100", + "documentation":"The name of the data set.
" + }, + "ccsid":{ + "shape":"String50", + "documentation":"The CCSID of the data set.
" + }, + "format":{ + "shape":"Format", + "documentation":"The format of the data set.
" + }, + "length":{ + "shape":"Integer", + "documentation":"The length of the data set.
" + } + }, + "documentation":"Defines a data set.
" + }, + "DataSetList":{ + "type":"list", + "member":{"shape":"DataSet"} + }, + "DataSetType":{ + "type":"string", + "enum":["PS"] + }, + "DatabaseCDC":{ + "type":"structure", + "required":[ + "sourceMetadata", + "targetMetadata" + ], + "members":{ + "sourceMetadata":{ + "shape":"SourceDatabaseMetadata", + "documentation":"The source metadata of the database CDC.
" + }, + "targetMetadata":{ + "shape":"TargetDatabaseMetadata", + "documentation":"The target metadata of the database CDC.
" + } + }, + "documentation":"Defines the Change Data Capture (CDC) of the database.
" + }, + "DeleteCloudFormationStepInput":{ + "type":"structure", + "required":["stackId"], + "members":{ + "stackId":{ + "shape":"String", + "documentation":"The stack ID of the deleted CloudFormation step input.
" + } + }, + "documentation":"Deletes the CloudFormation step input.
" + }, + "DeleteCloudFormationStepOutput":{ + "type":"structure", + "members":{ + }, + "documentation":"Deletes the CloudFormation summary step output.
" + }, + "DeleteCloudFormationSummary":{ + "type":"structure", + "required":["stepInput"], + "members":{ + "stepInput":{ + "shape":"DeleteCloudFormationStepInput", + "documentation":"The step input of the deleted CloudFormation summary.
" + }, + "stepOutput":{ + "shape":"DeleteCloudFormationStepOutput", + "documentation":"The step output of the deleted CloudFormation summary.
" + } + }, + "documentation":"Deletes the CloudFormation summary.
" + }, + "DeleteTestCaseRequest":{ + "type":"structure", + "required":["testCaseId"], + "members":{ + "testCaseId":{ + "shape":"Identifier", + "documentation":"The test case ID of the test case.
", + "location":"uri", + "locationName":"testCaseId" + } + } + }, + "DeleteTestCaseResponse":{ + "type":"structure", + "members":{ + } + }, + "DeleteTestConfigurationRequest":{ + "type":"structure", + "required":["testConfigurationId"], + "members":{ + "testConfigurationId":{ + "shape":"Identifier", + "documentation":"The test ID of the test configuration.
", + "location":"uri", + "locationName":"testConfigurationId" + } + } + }, + "DeleteTestConfigurationResponse":{ + "type":"structure", + "members":{ + } + }, + "DeleteTestRunRequest":{ + "type":"structure", + "required":["testRunId"], + "members":{ + "testRunId":{ + "shape":"Identifier", + "documentation":"The run ID of the test run.
", + "location":"uri", + "locationName":"testRunId" + } + } + }, + "DeleteTestRunResponse":{ + "type":"structure", + "members":{ + } + }, + "DeleteTestSuiteRequest":{ + "type":"structure", + "required":["testSuiteId"], + "members":{ + "testSuiteId":{ + "shape":"Identifier", + "documentation":"The test ID of the test suite.
", + "location":"uri", + "locationName":"testSuiteId" + } + } + }, + "DeleteTestSuiteResponse":{ + "type":"structure", + "members":{ + } + }, + "ExportDataSetNames":{ + "type":"list", + "member":{"shape":"String100"} + }, + "File":{ + "type":"structure", + "members":{ + "fileType":{ + "shape":"CompareFileType", + "documentation":"The file type of the file.
" + } + }, + "documentation":"Defines a file.
", + "union":true + }, + "FileMetadata":{ + "type":"structure", + "members":{ + "dataSets":{ + "shape":"DataSetList", + "documentation":"The data sets of the file metadata.
" + }, + "databaseCDC":{ + "shape":"DatabaseCDC", + "documentation":"The database CDC of the file metadata.
" + } + }, + "documentation":"Specifies a file metadata.
", + "union":true + }, + "Format":{ + "type":"string", + "enum":[ + "FIXED", + "VARIABLE", + "LINE_SEQUENTIAL" + ] + }, + "GetTestCaseRequest":{ + "type":"structure", + "required":["testCaseId"], + "members":{ + "testCaseId":{ + "shape":"Identifier", + "documentation":"The request test ID of the test case.
", + "location":"uri", + "locationName":"testCaseId" + }, + "testCaseVersion":{ + "shape":"Version", + "documentation":"The test case version of the test case.
", + "location":"querystring", + "locationName":"testCaseVersion" + } + } + }, + "GetTestCaseResponse":{ + "type":"structure", + "required":[ + "testCaseId", + "testCaseArn", + "name", + "latestVersion", + "testCaseVersion", + "status", + "creationTime", + "lastUpdateTime", + "steps" + ], + "members":{ + "testCaseId":{ + "shape":"Identifier", + "documentation":"The response test ID of the test case.
" + }, + "testCaseArn":{ + "shape":"Arn", + "documentation":"The Amazon Resource Name (ARN) of the test case.
" + }, + "name":{ + "shape":"ResourceName", + "documentation":"The name of the test case.
" + }, + "description":{ + "shape":"ResourceDescription", + "documentation":"The description of the test case.
" + }, + "latestVersion":{ + "shape":"TestCaseLatestVersion", + "documentation":"The latest version of the test case.
" + }, + "testCaseVersion":{ + "shape":"Version", + "documentation":"The case version of the test case.
" + }, + "status":{ + "shape":"TestCaseLifecycle", + "documentation":"The status of the test case.
" + }, + "statusReason":{ + "shape":"String", + "documentation":"The status reason of the test case.
" + }, + "creationTime":{ + "shape":"Timestamp", + "documentation":"The creation time of the test case.
" + }, + "lastUpdateTime":{ + "shape":"Timestamp", + "documentation":"The last update time of the test case.
" + }, + "steps":{ + "shape":"StepList", + "documentation":"The steps of the test case.
" + }, + "tags":{ + "shape":"TagMap", + "documentation":"The tags of the test case.
" + } + } + }, + "GetTestConfigurationRequest":{ + "type":"structure", + "required":["testConfigurationId"], + "members":{ + "testConfigurationId":{ + "shape":"Identifier", + "documentation":"The request test configuration ID.
", + "location":"uri", + "locationName":"testConfigurationId" + }, + "testConfigurationVersion":{ + "shape":"Version", + "documentation":"The test configuration version.
", + "location":"querystring", + "locationName":"testConfigurationVersion" + } + } + }, + "GetTestConfigurationResponse":{ + "type":"structure", + "required":[ + "testConfigurationId", + "name", + "testConfigurationArn", + "latestVersion", + "testConfigurationVersion", + "status", + "creationTime", + "lastUpdateTime", + "resources", + "properties" + ], + "members":{ + "testConfigurationId":{ + "shape":"Identifier", + "documentation":"The response test configuration ID.
" + }, + "name":{ + "shape":"ResourceName", + "documentation":"The test configuration name
" + }, + "testConfigurationArn":{ + "shape":"Arn", + "documentation":"The test configuration Amazon Resource Name (ARN).
" + }, + "latestVersion":{ + "shape":"TestConfigurationLatestVersion", + "documentation":"The latest version of the test configuration.
" + }, + "testConfigurationVersion":{ + "shape":"Version", + "documentation":"The test configuration version.
" + }, + "status":{ + "shape":"TestConfigurationLifecycle", + "documentation":"The status of the test configuration.
" + }, + "statusReason":{ + "shape":"String", + "documentation":"The status reason of the test configuration.
" + }, + "creationTime":{ + "shape":"Timestamp", + "documentation":"The creation time of the test configuration.
" + }, + "lastUpdateTime":{ + "shape":"Timestamp", + "documentation":"The last update time of the test configuration.
" + }, + "description":{ + "shape":"ResourceDescription", + "documentation":"The description of the test configuration.
" + }, + "resources":{ + "shape":"ResourceList", + "documentation":"The resources of the test configuration.
" + }, + "properties":{ + "shape":"Properties", + "documentation":"The properties of the test configuration.
" + }, + "tags":{ + "shape":"TagMap", + "documentation":"The tags of the test configuration.
" + }, + "serviceSettings":{ + "shape":"ServiceSettings", + "documentation":"The service settings of the test configuration.
" + } + } + }, + "GetTestRunStepRequest":{ + "type":"structure", + "required":[ + "testRunId", + "stepName" + ], + "members":{ + "testRunId":{ + "shape":"Identifier", + "documentation":"The test run ID of the test run step.
", + "location":"uri", + "locationName":"testRunId" + }, + "stepName":{ + "shape":"ResourceName", + "documentation":"The step name of the test run step.
", + "location":"uri", + "locationName":"stepName" + }, + "testCaseId":{ + "shape":"Identifier", + "documentation":"The test case ID of a test run step.
", + "location":"querystring", + "locationName":"testCaseId" + }, + "testSuiteId":{ + "shape":"Identifier", + "documentation":"The test suite ID of a test run step.
", + "location":"querystring", + "locationName":"testSuiteId" + } + } + }, + "GetTestRunStepResponse":{ + "type":"structure", + "required":[ + "stepName", + "testRunId", + "status", + "runStartTime" + ], + "members":{ + "stepName":{ + "shape":"ResourceName", + "documentation":"The step name of the test run step.
" + }, + "testRunId":{ + "shape":"Identifier", + "documentation":"The test run ID of the test run step.
" + }, + "testCaseId":{ + "shape":"Identifier", + "documentation":"The test case ID of the test run step.
" + }, + "testCaseVersion":{ + "shape":"Version", + "documentation":"The test case version of the test run step.
" + }, + "testSuiteId":{ + "shape":"Identifier", + "documentation":"The test suite ID of the test run step.
" + }, + "testSuiteVersion":{ + "shape":"Version", + "documentation":"The test suite version of the test run step.
" + }, + "beforeStep":{ + "shape":"Boolean", + "documentation":"The before steps of the test run step.
" + }, + "afterStep":{ + "shape":"Boolean", + "documentation":"The after steps of the test run step.
" + }, + "status":{ + "shape":"StepRunStatus", + "documentation":"The status of the test run step.
" + }, + "statusReason":{ + "shape":"String", + "documentation":"The status reason of the test run step.
" + }, + "runStartTime":{ + "shape":"Timestamp", + "documentation":"The run start time of the test run step.
" + }, + "runEndTime":{ + "shape":"Timestamp", + "documentation":"The run end time of the test run step.
" + }, + "stepRunSummary":{ + "shape":"StepRunSummary", + "documentation":"The step run summary of the test run step.
" + } + } + }, + "GetTestSuiteRequest":{ + "type":"structure", + "required":["testSuiteId"], + "members":{ + "testSuiteId":{ + "shape":"Identifier", + "documentation":"The ID of the test suite.
", + "location":"uri", + "locationName":"testSuiteId" + }, + "testSuiteVersion":{ + "shape":"Version", + "documentation":"The version of the test suite.
", + "location":"querystring", + "locationName":"testSuiteVersion" + } + } + }, + "GetTestSuiteResponse":{ + "type":"structure", + "required":[ + "testSuiteId", + "name", + "latestVersion", + "testSuiteVersion", + "testSuiteArn", + "creationTime", + "lastUpdateTime", + "beforeSteps", + "afterSteps", + "testCases" + ], + "members":{ + "testSuiteId":{ + "shape":"Identifier", + "documentation":"The response ID of the test suite.
" + }, + "name":{ + "shape":"ResourceName", + "documentation":"The name of the test suite.
" + }, + "latestVersion":{ + "shape":"TestSuiteLatestVersion", + "documentation":"The latest version of the test suite.
" + }, + "testSuiteVersion":{ + "shape":"Version", + "documentation":"The version of the test suite.
" + }, + "status":{ + "shape":"TestSuiteLifecycle", + "documentation":"The status of the test suite.
" + }, + "statusReason":{ + "shape":"String", + "documentation":"The status reason of the test suite.
" + }, + "testSuiteArn":{ + "shape":"Arn", + "documentation":"The test suite Amazon Resource Name (ARN).
" + }, + "creationTime":{ + "shape":"Timestamp", + "documentation":"The creation time of the test suite.
" + }, + "lastUpdateTime":{ + "shape":"Timestamp", + "documentation":"The last update time of the test suite.
" + }, + "description":{ + "shape":"ResourceDescription", + "documentation":"The description of the test suite.
" + }, + "beforeSteps":{ + "shape":"StepList", + "documentation":"The before steps of the test suite.
" + }, + "afterSteps":{ + "shape":"StepList", + "documentation":"The after steps of the test suite.
" + }, + "testCases":{ + "shape":"TestCases", + "documentation":"The test cases of the test suite.
" + }, + "tags":{ + "shape":"TagMap", + "documentation":"The tags of the test suite.
" + } + } + }, + "IdempotencyTokenString":{ + "type":"string", + "pattern":"[A-Za-z0-9\\-]{1,64}" + }, + "Identifier":{ + "type":"string", + "pattern":"[A-Za-z0-9:/\\-]{1,100}" + }, + "Input":{ + "type":"structure", + "members":{ + "file":{ + "shape":"InputFile", + "documentation":"The file in the input.
" + } + }, + "documentation":"Specifies the input.
", + "union":true + }, + "InputFile":{ + "type":"structure", + "required":[ + "sourceLocation", + "targetLocation", + "fileMetadata" + ], + "members":{ + "sourceLocation":{ + "shape":"Variable", + "documentation":"The source location of the input file.
" + }, + "targetLocation":{ + "shape":"Variable", + "documentation":"The target location of the input file.
" + }, + "fileMetadata":{ + "shape":"FileMetadata", + "documentation":"The file metadata of the input file.
" + } + }, + "documentation":"Specifies the input file.
" + }, + "Integer":{ + "type":"integer", + "box":true + }, + "InternalServerException":{ + "type":"structure", + "required":["message"], + "members":{ + "message":{"shape":"String"}, + "retryAfterSeconds":{ + "shape":"Integer", + "documentation":"The number of seconds to retry the query.
", + "location":"header", + "locationName":"Retry-After" + } + }, + "documentation":"An unexpected error occurred during the processing of the request.
", + "error":{"httpStatusCode":500}, + "exception":true, + "fault":true, + "retryable":{"throttling":false} + }, + "ListTagsForResourceRequest":{ + "type":"structure", + "required":["resourceArn"], + "members":{ + "resourceArn":{ + "shape":"Arn", + "documentation":"The Amazon Resource Name (ARN) of the resource.
", + "location":"uri", + "locationName":"resourceArn" + } + } + }, + "ListTagsForResourceResponse":{ + "type":"structure", + "required":["tags"], + "members":{ + "tags":{ + "shape":"TagMap", + "documentation":"The tags of the resource.
" + } + } + }, + "ListTestCasesRequest":{ + "type":"structure", + "members":{ + "testCaseIds":{ + "shape":"TestCaseIdList", + "documentation":"The IDs of the test cases.
", + "location":"querystring", + "locationName":"testCaseIds" + }, + "nextToken":{ + "shape":"NextToken", + "documentation":"The next token of the test cases.
", + "location":"querystring", + "locationName":"nextToken" + }, + "maxResults":{ + "shape":"MaxResults", + "documentation":"The maximum results of the test case.
", + "location":"querystring", + "locationName":"maxResults" + } + } + }, + "ListTestCasesResponse":{ + "type":"structure", + "required":["testCases"], + "members":{ + "testCases":{ + "shape":"TestCaseSummaryList", + "documentation":"The test cases in an application.
" + }, + "nextToken":{ + "shape":"NextToken", + "documentation":"The next token in test cases.
" + } + } + }, + "ListTestConfigurationsRequest":{ + "type":"structure", + "members":{ + "testConfigurationIds":{ + "shape":"TestConfigurationIdList", + "documentation":"The configuration IDs of the test configurations.
", + "location":"querystring", + "locationName":"testConfigurationIds" + }, + "nextToken":{ + "shape":"NextToken", + "documentation":"The next token for the test configurations.
", + "location":"querystring", + "locationName":"nextToken" + }, + "maxResults":{ + "shape":"MaxResults", + "documentation":"The maximum results of the test configuration.
", + "location":"querystring", + "locationName":"maxResults" + } + } + }, + "ListTestConfigurationsResponse":{ + "type":"structure", + "required":["testConfigurations"], + "members":{ + "testConfigurations":{ + "shape":"TestConfigurationList", + "documentation":"The test configurations.
" + }, + "nextToken":{ + "shape":"NextToken", + "documentation":"The next token in the test configurations.
" + } + } + }, + "ListTestRunStepsRequest":{ + "type":"structure", + "required":["testRunId"], + "members":{ + "testRunId":{ + "shape":"Identifier", + "documentation":"The test run ID of the test run steps.
", + "location":"uri", + "locationName":"testRunId" + }, + "testCaseId":{ + "shape":"Identifier", + "documentation":"The test case ID of the test run steps.
", + "location":"querystring", + "locationName":"testCaseId" + }, + "testSuiteId":{ + "shape":"Identifier", + "documentation":"The test suite ID of the test run steps.
", + "location":"querystring", + "locationName":"testSuiteId" + }, + "nextToken":{ + "shape":"NextToken", + "documentation":"The token from a previous step to retrieve the next page of results.
", + "location":"querystring", + "locationName":"nextToken" + }, + "maxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of test run steps to return in one page of results.
", + "location":"querystring", + "locationName":"maxResults" + } + } + }, + "ListTestRunStepsResponse":{ + "type":"structure", + "required":["testRunSteps"], + "members":{ + "testRunSteps":{ + "shape":"TestRunStepSummaryList", + "documentation":"The test run steps of the response query.
" + }, + "nextToken":{ + "shape":"NextToken", + "documentation":"The token from a previous request to retrieve the next page of results.
" + } + } + }, + "ListTestRunTestCasesRequest":{ + "type":"structure", + "required":["testRunId"], + "members":{ + "testRunId":{ + "shape":"Identifier", + "documentation":"The test run ID of the test cases.
", + "location":"uri", + "locationName":"testRunId" + }, + "nextToken":{ + "shape":"NextToken", + "documentation":"The token from a previous request to retrieve the next page of results.
", + "location":"querystring", + "locationName":"nextToken" + }, + "maxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of test run test cases to return in one page of results.
", + "location":"querystring", + "locationName":"maxResults" + } + } + }, + "ListTestRunTestCasesResponse":{ + "type":"structure", + "required":["testRunTestCases"], + "members":{ + "testRunTestCases":{ + "shape":"TestCaseRunSummaryList", + "documentation":"The test run of the test cases.
" + }, + "nextToken":{ + "shape":"NextToken", + "documentation":"The token from a previous request to retrieve the next page of results.
" + } + } + }, + "ListTestRunsRequest":{ + "type":"structure", + "members":{ + "testSuiteId":{ + "shape":"Identifier", + "documentation":"The test suite ID of the test runs.
", + "location":"querystring", + "locationName":"testSuiteId" + }, + "testRunIds":{ + "shape":"TestRunIdList", + "documentation":"The test run IDs of the test runs.
", + "location":"querystring", + "locationName":"testrunIds" + }, + "nextToken":{ + "shape":"NextToken", + "documentation":"The token from the previous request to retrieve the next page of test run results.
", + "location":"querystring", + "locationName":"nextToken" + }, + "maxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of test runs to return in one page of results.
", + "location":"querystring", + "locationName":"maxResults" + } + } + }, + "ListTestRunsResponse":{ + "type":"structure", + "required":["testRuns"], + "members":{ + "testRuns":{ + "shape":"TestRunSummaryList", + "documentation":"The test runs of the response query.
" + }, + "nextToken":{ + "shape":"NextToken", + "documentation":"The token from the previous request to retrieve the next page of results.
" + } + } + }, + "ListTestSuitesRequest":{ + "type":"structure", + "members":{ + "testSuiteIds":{ + "shape":"TestSuiteIdList", + "documentation":"The suite ID of the test suites.
", + "location":"querystring", + "locationName":"testSuiteIds" + }, + "nextToken":{ + "shape":"NextToken", + "documentation":"The token from a previous request to retrieve the next page of results.
", + "location":"querystring", + "locationName":"nextToken" + }, + "maxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of test suites to return in one page of results.
", + "location":"querystring", + "locationName":"maxResults" + } + } + }, + "ListTestSuitesResponse":{ + "type":"structure", + "required":["testSuites"], + "members":{ + "testSuites":{ + "shape":"TestSuiteList", + "documentation":"The test suites returned with the response query.
" + }, + "nextToken":{ + "shape":"NextToken", + "documentation":"The token from a previous request to retrieve the next page of test suites results.
" + } + } + }, + "M2ManagedActionProperties":{ + "type":"structure", + "members":{ + "forceStop":{ + "shape":"Boolean", + "documentation":"Force stops the AWS Mainframe Modernization managed action properties.
" + }, + "importDataSetLocation":{ + "shape":"Variable", + "documentation":"The import data set location of the AWS Mainframe Modernization managed action properties.
" + } + }, + "documentation":"Specifies the AWS Mainframe Modernization managed action properties.
" + }, + "M2ManagedActionType":{ + "type":"string", + "enum":[ + "Configure", + "Deconfigure" + ] + }, + "M2ManagedApplication":{ + "type":"structure", + "required":[ + "applicationId", + "runtime" + ], + "members":{ + "applicationId":{ + "shape":"Variable", + "documentation":"The application ID of the AWS Mainframe Modernization managed application.
" + }, + "runtime":{ + "shape":"M2ManagedRuntime", + "documentation":"The runtime of the AWS Mainframe Modernization managed application.
" + }, + "vpcEndpointServiceName":{ + "shape":"Variable", + "documentation":"The VPC endpoint service name of the AWS Mainframe Modernization managed application.
" + }, + "listenerPort":{ + "shape":"Variable", + "documentation":"The listener port of the AWS Mainframe Modernization managed application.
" + } + }, + "documentation":"Specifies the AWS Mainframe Modernization managed application.
" + }, + "M2ManagedApplicationAction":{ + "type":"structure", + "required":[ + "resource", + "actionType" + ], + "members":{ + "resource":{ + "shape":"Variable", + "documentation":"The resource of the AWS Mainframe Modernization managed application action.
" + }, + "actionType":{ + "shape":"M2ManagedActionType", + "documentation":"The action type of the AWS Mainframe Modernization managed application action.
" + }, + "properties":{ + "shape":"M2ManagedActionProperties", + "documentation":"The properties of the AWS Mainframe Modernization managed application action.
" + } + }, + "documentation":"Specifies the AWS Mainframe Modernization managed application action.
" + }, + "M2ManagedApplicationStepInput":{ + "type":"structure", + "required":[ + "applicationId", + "runtime", + "actionType" + ], + "members":{ + "applicationId":{ + "shape":"String", + "documentation":"The application ID of the AWS Mainframe Modernization managed application step input.
" + }, + "runtime":{ + "shape":"String", + "documentation":"The runtime of the AWS Mainframe Modernization managed application step input.
" + }, + "vpcEndpointServiceName":{ + "shape":"String", + "documentation":"The VPC endpoint service name of the AWS Mainframe Modernization managed application step input.
" + }, + "listenerPort":{ + "shape":"Integer", + "documentation":"The listener port of the AWS Mainframe Modernization managed application step input.
" + }, + "actionType":{ + "shape":"M2ManagedActionType", + "documentation":"The action type of the AWS Mainframe Modernization managed application step input.
" + }, + "properties":{ + "shape":"M2ManagedActionProperties", + "documentation":"The properties of the AWS Mainframe Modernization managed application step input.
" + } + }, + "documentation":"Specifies the AWS Mainframe Modernization managed application step input.
" + }, + "M2ManagedApplicationStepOutput":{ + "type":"structure", + "members":{ + "importDataSetSummary":{ + "shape":"Properties", + "documentation":"The import data set summary of the AWS Mainframe Modernization managed application step output.
" + } + }, + "documentation":"Specifies the AWS Mainframe Modernization managed application step output.
" + }, + "M2ManagedApplicationStepSummary":{ + "type":"structure", + "required":["stepInput"], + "members":{ + "stepInput":{ + "shape":"M2ManagedApplicationStepInput", + "documentation":"The step input of the AWS Mainframe Modernization managed application step summary.
" + }, + "stepOutput":{ + "shape":"M2ManagedApplicationStepOutput", + "documentation":"The step output of the AWS Mainframe Modernization managed application step summary.
" + } + }, + "documentation":"Specifies the AWS Mainframe Modernization managed application step summary.
" + }, + "M2ManagedApplicationSummary":{ + "type":"structure", + "required":[ + "applicationId", + "runtime" + ], + "members":{ + "applicationId":{ + "shape":"Identifier", + "documentation":"The application ID of the AWS Mainframe Modernization managed application summary.
" + }, + "runtime":{ + "shape":"M2ManagedRuntime", + "documentation":"The runtime of the AWS Mainframe Modernization managed application summary.
" + }, + "listenerPort":{ + "shape":"Integer", + "documentation":"The listener port of the AWS Mainframe Modernization managed application summary.
" + } + }, + "documentation":"Specifies the AWS Mainframe Modernization managed application summary.
" + }, + "M2ManagedRuntime":{ + "type":"string", + "enum":["MicroFocus"] + }, + "M2NonManagedActionType":{ + "type":"string", + "enum":[ + "Configure", + "Deconfigure" + ] + }, + "M2NonManagedApplication":{ + "type":"structure", + "required":[ + "vpcEndpointServiceName", + "listenerPort", + "runtime" + ], + "members":{ + "vpcEndpointServiceName":{ + "shape":"Variable", + "documentation":"The VPC endpoint service name of the AWS Mainframe Modernization non-managed application.
" + }, + "listenerPort":{ + "shape":"Variable", + "documentation":"The listener port of the AWS Mainframe Modernization non-managed application.
" + }, + "runtime":{ + "shape":"M2NonManagedRuntime", + "documentation":"The runtime of the AWS Mainframe Modernization non-managed application.
" + }, + "webAppName":{ + "shape":"Variable", + "documentation":"The web application name of the AWS Mainframe Modernization non-managed application.
" + } + }, + "documentation":"Specifies the AWS Mainframe Modernization non-managed application.
" + }, + "M2NonManagedApplicationAction":{ + "type":"structure", + "required":[ + "resource", + "actionType" + ], + "members":{ + "resource":{ + "shape":"Variable", + "documentation":"The resource of the AWS Mainframe Modernization non-managed application action.
" + }, + "actionType":{ + "shape":"M2NonManagedActionType", + "documentation":"The action type of the AWS Mainframe Modernization non-managed application action.
" + } + }, + "documentation":"Specifies the AWS Mainframe Modernization non-managed application action.
" + }, + "M2NonManagedApplicationStepInput":{ + "type":"structure", + "required":[ + "vpcEndpointServiceName", + "listenerPort", + "runtime", + "actionType" + ], + "members":{ + "vpcEndpointServiceName":{ + "shape":"String", + "documentation":"The VPC endpoint service name of the AWS Mainframe Modernization non-managed application step input.
" + }, + "listenerPort":{ + "shape":"Integer", + "documentation":"The listener port of the AWS Mainframe Modernization non-managed application step input.
" + }, + "runtime":{ + "shape":"M2NonManagedRuntime", + "documentation":"The runtime of the AWS Mainframe Modernization non-managed application step input.
" + }, + "webAppName":{ + "shape":"String", + "documentation":"The web app name of the AWS Mainframe Modernization non-managed application step input.
" + }, + "actionType":{ + "shape":"M2NonManagedActionType", + "documentation":"The action type of the AWS Mainframe Modernization non-managed application step input.
" + } + }, + "documentation":"Specifies the AWS Mainframe Modernization non-managed application step input.
" + }, + "M2NonManagedApplicationStepOutput":{ + "type":"structure", + "members":{ + }, + "documentation":"Specifies the AWS Mainframe Modernization non-managed application step output.
" + }, + "M2NonManagedApplicationStepSummary":{ + "type":"structure", + "required":["stepInput"], + "members":{ + "stepInput":{ + "shape":"M2NonManagedApplicationStepInput", + "documentation":"The step input of the AWS Mainframe Modernization non-managed application step summary.
" + }, + "stepOutput":{ + "shape":"M2NonManagedApplicationStepOutput", + "documentation":"The step output of the AWS Mainframe Modernization non-managed application step summary.
" + } + }, + "documentation":"Specifies the AWS Mainframe Modernization non-managed application step summary.
" + }, + "M2NonManagedApplicationSummary":{ + "type":"structure", + "required":[ + "vpcEndpointServiceName", + "listenerPort", + "runtime" + ], + "members":{ + "vpcEndpointServiceName":{ + "shape":"String", + "documentation":"The VPC endpoint service name of the AWS Mainframe Modernization non-managed application summary.
" + }, + "listenerPort":{ + "shape":"Integer", + "documentation":"The listener port of the AWS Mainframe Modernization non-managed application summary.
" + }, + "runtime":{ + "shape":"M2NonManagedRuntime", + "documentation":"The runtime of the AWS Mainframe Modernization non-managed application summary.
" + }, + "webAppName":{ + "shape":"String", + "documentation":"The web application name of the AWS Mainframe Modernization non-managed application summary.
" + } + }, + "documentation":"Specifies the AWS Mainframe Modernization non-managed application summary.
" + }, + "M2NonManagedRuntime":{ + "type":"string", + "enum":["BluAge"] + }, + "MainframeAction":{ + "type":"structure", + "required":[ + "resource", + "actionType" + ], + "members":{ + "resource":{ + "shape":"Variable", + "documentation":"The resource of the mainframe action.
" + }, + "actionType":{ + "shape":"MainframeActionType", + "documentation":"The action type of the mainframe action.
" + }, + "properties":{ + "shape":"MainframeActionProperties", + "documentation":"The properties of the mainframe action.
" + } + }, + "documentation":"Specifies the mainframe action.
" + }, + "MainframeActionProperties":{ + "type":"structure", + "members":{ + "dmsTaskArn":{ + "shape":"Variable", + "documentation":"The DMS task ARN of the mainframe action properties.
" + } + }, + "documentation":"Specifies the mainframe action properties.
" + }, + "MainframeActionSummary":{ + "type":"structure", + "members":{ + "batch":{ + "shape":"BatchSummary", + "documentation":"The batch of the mainframe action summary.
" + }, + "tn3270":{ + "shape":"TN3270Summary", + "documentation":"The tn3270 port of the mainframe action summary.
" + } + }, + "documentation":"Specifies the mainframe action summary.
", + "union":true + }, + "MainframeActionType":{ + "type":"structure", + "members":{ + "batch":{ + "shape":"Batch", + "documentation":"The batch of the mainframe action type.
" + }, + "tn3270":{ + "shape":"TN3270", + "documentation":"The tn3270 port of the mainframe action type.
" + } + }, + "documentation":"Specifies the mainframe action type.
", + "union":true + }, + "MainframeResourceSummary":{ + "type":"structure", + "members":{ + "m2ManagedApplication":{ + "shape":"M2ManagedApplicationSummary", + "documentation":"The AWS Mainframe Modernization managed application in the mainframe resource summary.
" + }, + "m2NonManagedApplication":{ + "shape":"M2NonManagedApplicationSummary", + "documentation":"The AWS Mainframe Modernization non-managed application in the mainframe resource summary.
" + } + }, + "documentation":"Specifies the mainframe resource summary.
", + "union":true + }, + "MaxResults":{ + "type":"integer", + "box":true, + "max":100, + "min":1 + }, + "NextToken":{ + "type":"string", + "pattern":"\\S{1,2000}" + }, + "Output":{ + "type":"structure", + "members":{ + "file":{ + "shape":"OutputFile", + "documentation":"The file of the output.
" + } + }, + "documentation":"Specifies an output.
", + "union":true + }, + "OutputFile":{ + "type":"structure", + "members":{ + "fileLocation":{ + "shape":"S3Uri", + "documentation":"The file location of the output file.
" + } + }, + "documentation":"Specifies an output file.
" + }, + "Properties":{ + "type":"map", + "key":{"shape":"String"}, + "value":{"shape":"String"} + }, + "Resource":{ + "type":"structure", + "required":[ + "name", + "type" + ], + "members":{ + "name":{ + "shape":"ResourceName", + "documentation":"The name of the resource.
" + }, + "type":{ + "shape":"ResourceType", + "documentation":"The type of the resource.
" + } + }, + "documentation":"Specifies a resource.
" + }, + "ResourceAction":{ + "type":"structure", + "members":{ + "m2ManagedApplicationAction":{ + "shape":"M2ManagedApplicationAction", + "documentation":"The AWS Mainframe Modernization managed application action of the resource action.
" + }, + "m2NonManagedApplicationAction":{ + "shape":"M2NonManagedApplicationAction", + "documentation":"The AWS Mainframe Modernization non-managed application action of the resource action.
" + }, + "cloudFormationAction":{ + "shape":"CloudFormationAction", + "documentation":"The CloudFormation action of the resource action.
" + } + }, + "documentation":"Specifies a resource action.
", + "union":true + }, + "ResourceActionSummary":{ + "type":"structure", + "members":{ + "cloudFormation":{ + "shape":"CloudFormationStepSummary", + "documentation":"The CloudFormation template of the resource action summary.
" + }, + "m2ManagedApplication":{ + "shape":"M2ManagedApplicationStepSummary", + "documentation":"The AWS Mainframe Modernization managed application of the resource action summary.
" + }, + "m2NonManagedApplication":{ + "shape":"M2NonManagedApplicationStepSummary", + "documentation":"The AWS Mainframe Modernization non-managed application of the resource action summary.
" + } + }, + "documentation":"Specifies the resource action summary.
", + "union":true + }, + "ResourceDescription":{ + "type":"string", + "max":1000, + "min":0 + }, + "ResourceList":{ + "type":"list", + "member":{"shape":"Resource"}, + "max":20, + "min":1 + }, + "ResourceName":{ + "type":"string", + "pattern":"[A-Za-z][A-Za-z0-9_\\-]{1,59}" + }, + "ResourceNotFoundException":{ + "type":"structure", + "required":["message"], + "members":{ + "message":{"shape":"String"}, + "resourceId":{ + "shape":"String", + "documentation":"The resource ID of the resource not found.
" + }, + "resourceType":{ + "shape":"String", + "documentation":"The resource type of the resource not found.
" + } + }, + "documentation":"The specified resource was not found.
", + "error":{ + "httpStatusCode":404, + "senderFault":true + }, + "exception":true + }, + "ResourceType":{ + "type":"structure", + "members":{ + "cloudFormation":{ + "shape":"CloudFormation", + "documentation":"The CloudFormation template of the resource type.
" + }, + "m2ManagedApplication":{ + "shape":"M2ManagedApplication", + "documentation":"The AWS Mainframe Modernization managed application of the resource type.
" + }, + "m2NonManagedApplication":{ + "shape":"M2NonManagedApplication", + "documentation":"The AWS Mainframe Modernization non-managed application of the resource type.
" + } + }, + "documentation":"Specifies the resource type.
", + "union":true + }, + "S3Uri":{ + "type":"string", + "max":1024, + "min":0 + }, + "Script":{ + "type":"structure", + "required":[ + "scriptLocation", + "type" + ], + "members":{ + "scriptLocation":{ + "shape":"S3Uri", + "documentation":"The script location of the scripts.
" + }, + "type":{ + "shape":"ScriptType", + "documentation":"The type of the scripts.
" + } + }, + "documentation":"Specifies the script.
" + }, + "ScriptSummary":{ + "type":"structure", + "required":[ + "scriptLocation", + "type" + ], + "members":{ + "scriptLocation":{ + "shape":"S3Uri", + "documentation":"The script location of the script summary.
" + }, + "type":{ + "shape":"ScriptType", + "documentation":"The type of the script summary.
" + } + }, + "documentation":"Specifies the scripts summary.
" + }, + "ScriptType":{ + "type":"string", + "enum":["Selenium"] + }, + "ServiceQuotaExceededException":{ + "type":"structure", + "required":["message"], + "members":{ + "message":{"shape":"String"}, + "resourceId":{ + "shape":"String", + "documentation":"The resource ID of AWS Application Testing that exceeded the limit.
" + }, + "resourceType":{ + "shape":"String", + "documentation":"The resource type of AWS Application Testing that exceeded the limit.
" + }, + "serviceCode":{ + "shape":"String", + "documentation":"The service code of AWS Application Testing that exceeded the limit.
" + }, + "quotaCode":{ + "shape":"String", + "documentation":"The quote codes of AWS Application Testing that exceeded the limit.
" + } + }, + "documentation":"One or more quotas for AWS Application Testing exceeds the limit.
", + "error":{ + "httpStatusCode":402, + "senderFault":true + }, + "exception":true + }, + "ServiceSettings":{ + "type":"structure", + "members":{ + "kmsKeyId":{ + "shape":"String", + "documentation":"The KMS key ID of the service settings.
" + } + }, + "documentation":"Specifies the service settings.
" + }, + "SourceDatabase":{ + "type":"string", + "enum":["z/OS-DB2"] + }, + "SourceDatabaseMetadata":{ + "type":"structure", + "required":[ + "type", + "captureTool" + ], + "members":{ + "type":{ + "shape":"SourceDatabase", + "documentation":"The type of the source database metadata.
" + }, + "captureTool":{ + "shape":"CaptureTool", + "documentation":"The capture tool of the source database metadata.
" + } + }, + "documentation":"Specifies the source database metadata.
" + }, + "StartTestRunRequest":{ + "type":"structure", + "required":["testSuiteId"], + "members":{ + "testSuiteId":{ + "shape":"Identifier", + "documentation":"The test suite ID of the test run.
" + }, + "testConfigurationId":{ + "shape":"Identifier", + "documentation":"The configuration ID of the test run.
" + }, + "clientToken":{ + "shape":"IdempotencyTokenString", + "documentation":"The client token of the test run.
", + "idempotencyToken":true + }, + "tags":{ + "shape":"TagMap", + "documentation":"The tags of the test run.
" + } + } + }, + "StartTestRunResponse":{ + "type":"structure", + "required":[ + "testRunId", + "testRunStatus" + ], + "members":{ + "testRunId":{ + "shape":"Identifier", + "documentation":"The test run ID of the test run.
" + }, + "testRunStatus":{ + "shape":"TestRunStatus", + "documentation":"The test run status of the test run.
" + } + } + }, + "Step":{ + "type":"structure", + "required":[ + "name", + "action" + ], + "members":{ + "name":{ + "shape":"ResourceName", + "documentation":"The name of the step.
" + }, + "description":{ + "shape":"ResourceDescription", + "documentation":"The description of the step.
" + }, + "action":{ + "shape":"StepAction", + "documentation":"The action of the step.
" + } + }, + "documentation":"Defines a step.
" + }, + "StepAction":{ + "type":"structure", + "members":{ + "resourceAction":{ + "shape":"ResourceAction", + "documentation":"The resource action of the step action.
" + }, + "mainframeAction":{ + "shape":"MainframeAction", + "documentation":"The mainframe action of the step action.
" + }, + "compareAction":{ + "shape":"CompareAction", + "documentation":"The compare action of the step action.
" + } + }, + "documentation":"Specifies a step action.
", + "union":true + }, + "StepList":{ + "type":"list", + "member":{"shape":"Step"}, + "max":20, + "min":1 + }, + "StepRunStatus":{ + "type":"string", + "enum":[ + "Success", + "Failed", + "Running" + ] + }, + "StepRunSummary":{ + "type":"structure", + "members":{ + "mainframeAction":{ + "shape":"MainframeActionSummary", + "documentation":"The mainframe action of the step run summary.
" + }, + "compareAction":{ + "shape":"CompareActionSummary", + "documentation":"The compare action of the step run summary.
" + }, + "resourceAction":{ + "shape":"ResourceActionSummary", + "documentation":"The resource action of the step run summary.
" + } + }, + "documentation":"Defines the step run summary.
", + "union":true + }, + "String":{"type":"string"}, + "String100":{ + "type":"string", + "pattern":"\\S{1,100}" + }, + "String50":{ + "type":"string", + "pattern":"\\S{1,50}" + }, + "TN3270":{ + "type":"structure", + "required":["script"], + "members":{ + "script":{ + "shape":"Script", + "documentation":"The script of the TN3270 protocol.
" + }, + "exportDataSetNames":{ + "shape":"ExportDataSetNames", + "documentation":"The data set names of the TN3270 protocol.
" + } + }, + "documentation":"Specifies the TN3270 protocol.
" + }, + "TN3270StepInput":{ + "type":"structure", + "required":[ + "resource", + "script" + ], + "members":{ + "resource":{ + "shape":"MainframeResourceSummary", + "documentation":"The resource of the TN3270 step input.
" + }, + "script":{ + "shape":"ScriptSummary", + "documentation":"The script of the TN3270 step input.
" + }, + "exportDataSetNames":{ + "shape":"ExportDataSetNames", + "documentation":"The export data set names of the TN3270 step input.
" + }, + "properties":{ + "shape":"MainframeActionProperties", + "documentation":"The properties of the TN3270 step input.
" + } + }, + "documentation":"Specifies a TN3270 step input.
" + }, + "TN3270StepOutput":{ + "type":"structure", + "required":["scriptOutputLocation"], + "members":{ + "dataSetExportLocation":{ + "shape":"S3Uri", + "documentation":"The data set export location of the TN3270 step output.
" + }, + "dmsOutputLocation":{ + "shape":"S3Uri", + "documentation":"The output location of the TN3270 step output.
" + }, + "dataSetDetails":{ + "shape":"DataSetList", + "documentation":"The data set details of the TN3270 step output.
" + }, + "scriptOutputLocation":{ + "shape":"S3Uri", + "documentation":"The script output location of the TN3270 step output.
" + } + }, + "documentation":"Specifies a TN3270 step output.
" + }, + "TN3270Summary":{ + "type":"structure", + "required":["stepInput"], + "members":{ + "stepInput":{ + "shape":"TN3270StepInput", + "documentation":"The step input of the TN3270 summary.
" + }, + "stepOutput":{ + "shape":"TN3270StepOutput", + "documentation":"The step output of the TN3270 summary.
" + } + }, + "documentation":"Specifies a TN3270 summary.
" + }, + "TagKey":{ + "type":"string", + "max":128, + "min":1, + "pattern":"(?!aws:).+" + }, + "TagKeyList":{ + "type":"list", + "member":{"shape":"TagKey"} + }, + "TagMap":{ + "type":"map", + "key":{"shape":"TagKey"}, + "value":{"shape":"TagValue"}, + "max":200, + "min":0 + }, + "TagResourceRequest":{ + "type":"structure", + "required":[ + "resourceArn", + "tags" + ], + "members":{ + "resourceArn":{ + "shape":"Arn", + "documentation":"The Amazon Resource Name (ARN) of the tag resource.
", + "location":"uri", + "locationName":"resourceArn" + }, + "tags":{ + "shape":"TagMap", + "documentation":"The tags of the resource.
" + } + } + }, + "TagResourceResponse":{ + "type":"structure", + "members":{ + } + }, + "TagValue":{ + "type":"string", + "max":256, + "min":0 + }, + "TargetDatabase":{ + "type":"string", + "enum":["PostgreSQL"] + }, + "TargetDatabaseMetadata":{ + "type":"structure", + "required":[ + "type", + "captureTool" + ], + "members":{ + "type":{ + "shape":"TargetDatabase", + "documentation":"The type of the target database metadata.
" + }, + "captureTool":{ + "shape":"CaptureTool", + "documentation":"The capture tool of the target database metadata.
" + } + }, + "documentation":"Specifies a target database metadata.
" + }, + "TestCaseIdList":{ + "type":"list", + "member":{"shape":"Identifier"} + }, + "TestCaseLatestVersion":{ + "type":"structure", + "required":[ + "version", + "status" + ], + "members":{ + "version":{ + "shape":"Version", + "documentation":"The version of the test case latest version.
" + }, + "status":{ + "shape":"TestCaseLifecycle", + "documentation":"The status of the test case latest version.
" + }, + "statusReason":{ + "shape":"String", + "documentation":"The status reason of the test case latest version.
" + } + }, + "documentation":"Specifies the latest version of a test case.
" + }, + "TestCaseLifecycle":{ + "type":"string", + "enum":[ + "Active", + "Deleting" + ] + }, + "TestCaseList":{ + "type":"list", + "member":{"shape":"Identifier"} + }, + "TestCaseRunStatus":{ + "type":"string", + "enum":[ + "Success", + "Running", + "Failed" + ] + }, + "TestCaseRunSummary":{ + "type":"structure", + "required":[ + "testCaseId", + "testCaseVersion", + "testRunId", + "status", + "runStartTime" + ], + "members":{ + "testCaseId":{ + "shape":"Identifier", + "documentation":"The test case id of the test case run summary.
" + }, + "testCaseVersion":{ + "shape":"Version", + "documentation":"The test case version of the test case run summary.
" + }, + "testRunId":{ + "shape":"Identifier", + "documentation":"The test run id of the test case run summary.
" + }, + "status":{ + "shape":"TestCaseRunStatus", + "documentation":"The status of the test case run summary.
" + }, + "statusReason":{ + "shape":"String", + "documentation":"The status reason of the test case run summary.
" + }, + "runStartTime":{ + "shape":"Timestamp", + "documentation":"The run start time of the test case run summary.
" + }, + "runEndTime":{ + "shape":"Timestamp", + "documentation":"The run end time of the test case run summary.
" + } + }, + "documentation":"Specifies the test case run summary.
" + }, + "TestCaseRunSummaryList":{ + "type":"list", + "member":{"shape":"TestCaseRunSummary"} + }, + "TestCaseSummary":{ + "type":"structure", + "required":[ + "testCaseId", + "testCaseArn", + "name", + "latestVersion", + "status", + "creationTime", + "lastUpdateTime" + ], + "members":{ + "testCaseId":{ + "shape":"Identifier", + "documentation":"The test case ID of the test case summary.
" + }, + "testCaseArn":{ + "shape":"Arn", + "documentation":"The test case Amazon Resource Name (ARN) of the test case summary.
" + }, + "name":{ + "shape":"ResourceName", + "documentation":"The name of the test case summary.
" + }, + "statusReason":{ + "shape":"String", + "documentation":"The status reason of the test case summary.
" + }, + "latestVersion":{ + "shape":"Version", + "documentation":"The latest version of the test case summary.
" + }, + "status":{ + "shape":"TestCaseLifecycle", + "documentation":"The status of the test case summary.
" + }, + "creationTime":{ + "shape":"Timestamp", + "documentation":"The creation time of the test case summary.
" + }, + "lastUpdateTime":{ + "shape":"Timestamp", + "documentation":"The last update time of the test case summary.
" + } + }, + "documentation":"Specifies a test case summary.
" + }, + "TestCaseSummaryList":{ + "type":"list", + "member":{"shape":"TestCaseSummary"} + }, + "TestCases":{ + "type":"structure", + "members":{ + "sequential":{ + "shape":"TestCaseList", + "documentation":"The sequential of the test case.
" + } + }, + "documentation":"Specifies test cases.
", + "union":true + }, + "TestConfigurationIdList":{ + "type":"list", + "member":{"shape":"Identifier"} + }, + "TestConfigurationLatestVersion":{ + "type":"structure", + "required":[ + "version", + "status" + ], + "members":{ + "version":{ + "shape":"Version", + "documentation":"The version of the test configuration latest version.
" + }, + "status":{ + "shape":"TestConfigurationLifecycle", + "documentation":"The status of the test configuration latest version.
" + }, + "statusReason":{ + "shape":"String", + "documentation":"The status reason of the test configuration latest version.
" + } + }, + "documentation":"Specifies the latest version of the test configuration.
" + }, + "TestConfigurationLifecycle":{ + "type":"string", + "enum":[ + "Active", + "Deleting" + ] + }, + "TestConfigurationList":{ + "type":"list", + "member":{"shape":"TestConfigurationSummary"} + }, + "TestConfigurationSummary":{ + "type":"structure", + "required":[ + "testConfigurationId", + "name", + "latestVersion", + "testConfigurationArn", + "status", + "creationTime", + "lastUpdateTime" + ], + "members":{ + "testConfigurationId":{ + "shape":"Identifier", + "documentation":"The test configuration ID of the test configuration summary.
" + }, + "name":{ + "shape":"ResourceName", + "documentation":"The name of the test configuration summary.
" + }, + "statusReason":{ + "shape":"String", + "documentation":"The status reason of the test configuration summary.
" + }, + "latestVersion":{ + "shape":"Version", + "documentation":"The latest version of the test configuration summary.
" + }, + "testConfigurationArn":{ + "shape":"Arn", + "documentation":"The test configuration ARN of the test configuration summary.
" + }, + "status":{ + "shape":"TestConfigurationLifecycle", + "documentation":"The status of the test configuration summary.
" + }, + "creationTime":{ + "shape":"Timestamp", + "documentation":"The creation time of the test configuration summary.
" + }, + "lastUpdateTime":{ + "shape":"Timestamp", + "documentation":"The last update time of the test configuration summary.
" + } + }, + "documentation":"Specifies a test configuration summary.
" + }, + "TestRunIdList":{ + "type":"list", + "member":{"shape":"Identifier"} + }, + "TestRunStatus":{ + "type":"string", + "enum":[ + "Success", + "Running", + "Failed", + "Deleting" + ] + }, + "TestRunStepSummary":{ + "type":"structure", + "required":[ + "stepName", + "testRunId", + "status", + "runStartTime" + ], + "members":{ + "stepName":{ + "shape":"ResourceName", + "documentation":"The step name of the test run step summary.
" + }, + "testRunId":{ + "shape":"Identifier", + "documentation":"The test run ID of the test run step summary.
" + }, + "testCaseId":{ + "shape":"Identifier", + "documentation":"The test case ID of the test run step summary.
" + }, + "testCaseVersion":{ + "shape":"Version", + "documentation":"The test case version of the test run step summary.
" + }, + "testSuiteId":{ + "shape":"Identifier", + "documentation":"The test suite ID of the test run step summary.
" + }, + "testSuiteVersion":{ + "shape":"Version", + "documentation":"The test suite version of the test run step summary.
" + }, + "beforeStep":{ + "shape":"Boolean", + "documentation":"The before step of the test run step summary.
" + }, + "afterStep":{ + "shape":"Boolean", + "documentation":"The after step of the test run step summary.
" + }, + "status":{ + "shape":"StepRunStatus", + "documentation":"The status of the test run step summary.
" + }, + "statusReason":{ + "shape":"String", + "documentation":"The status reason of the test run step summary.
" + }, + "runStartTime":{ + "shape":"Timestamp", + "documentation":"The run start time of the test run step summary.
" + }, + "runEndTime":{ + "shape":"Timestamp", + "documentation":"The run end time of the test run step summary.
" + } + }, + "documentation":"Specifies a test run step summary.
" + }, + "TestRunStepSummaryList":{ + "type":"list", + "member":{"shape":"TestRunStepSummary"} + }, + "TestRunSummary":{ + "type":"structure", + "required":[ + "testRunId", + "testRunArn", + "testSuiteId", + "testSuiteVersion", + "status", + "runStartTime" + ], + "members":{ + "testRunId":{ + "shape":"Identifier", + "documentation":"The test run ID of the test run summary.
" + }, + "testRunArn":{ + "shape":"Arn", + "documentation":"The test run ARN of the test run summary.
" + }, + "testSuiteId":{ + "shape":"Identifier", + "documentation":"The test suite ID of the test run summary.
" + }, + "testSuiteVersion":{ + "shape":"Version", + "documentation":"The test suite version of the test run summary.
" + }, + "testConfigurationId":{ + "shape":"Identifier", + "documentation":"The test configuration ID of the test run summary.
" + }, + "testConfigurationVersion":{ + "shape":"Version", + "documentation":"The test configuration version of the test run summary.
" + }, + "status":{ + "shape":"TestRunStatus", + "documentation":"The status of the test run summary.
" + }, + "statusReason":{ + "shape":"String", + "documentation":"The status reason of the test run summary.
" + }, + "runStartTime":{ + "shape":"Timestamp", + "documentation":"The run start time of the test run summary.
" + }, + "runEndTime":{ + "shape":"Timestamp", + "documentation":"The run end time of the test run summary.
" + } + }, + "documentation":"Specifies a test run summary.
" + }, + "TestRunSummaryList":{ + "type":"list", + "member":{"shape":"TestRunSummary"} + }, + "TestSuiteIdList":{ + "type":"list", + "member":{"shape":"Identifier"} + }, + "TestSuiteLatestVersion":{ + "type":"structure", + "required":[ + "version", + "status" + ], + "members":{ + "version":{ + "shape":"Version", + "documentation":"The version of the test suite latest version.
" + }, + "status":{ + "shape":"TestSuiteLifecycle", + "documentation":"The status of the test suite latest version.
" + }, + "statusReason":{ + "shape":"String", + "documentation":"The status reason of the test suite latest version.
" + } + }, + "documentation":"Specifies the latest version of a test suite.
" + }, + "TestSuiteLifecycle":{ + "type":"string", + "enum":[ + "Creating", + "Updating", + "Active", + "Failed", + "Deleting" + ] + }, + "TestSuiteList":{ + "type":"list", + "member":{"shape":"TestSuiteSummary"} + }, + "TestSuiteSummary":{ + "type":"structure", + "required":[ + "testSuiteId", + "name", + "latestVersion", + "testSuiteArn", + "status", + "creationTime", + "lastUpdateTime" + ], + "members":{ + "testSuiteId":{ + "shape":"Identifier", + "documentation":"The test suite ID of the test suite summary.
" + }, + "name":{ + "shape":"ResourceName", + "documentation":"The name of the test suite summary.
" + }, + "statusReason":{ + "shape":"String", + "documentation":"The status reason of the test suite summary.
" + }, + "latestVersion":{ + "shape":"Version", + "documentation":"The latest version of the test suite summary.
" + }, + "testSuiteArn":{ + "shape":"Arn", + "documentation":"The test suite Amazon Resource Name (ARN) of the test suite summary.
" + }, + "status":{ + "shape":"TestSuiteLifecycle", + "documentation":"The status of the test suite summary.
" + }, + "creationTime":{ + "shape":"Timestamp", + "documentation":"The creation time of the test suite summary.
" + }, + "lastUpdateTime":{ + "shape":"Timestamp", + "documentation":"The last update time of the test suite summary.
" + } + }, + "documentation":"Specifies the test suite summary.
" + }, + "ThrottlingException":{ + "type":"structure", + "required":["message"], + "members":{ + "message":{"shape":"String"}, + "serviceCode":{ + "shape":"String", + "documentation":"The service code of requests that exceed the limit.
" + }, + "quotaCode":{ + "shape":"String", + "documentation":"The quota code of requests that exceed the limit.
" + }, + "retryAfterSeconds":{ + "shape":"Integer", + "documentation":"The number of seconds to retry after for requests that exceed the limit.
", + "location":"header", + "locationName":"Retry-After" + } + }, + "documentation":"The number of requests made exceeds the limit.
", + "error":{ + "httpStatusCode":429, + "senderFault":true + }, + "exception":true, + "retryable":{"throttling":true} + }, + "Timestamp":{"type":"timestamp"}, + "UntagResourceRequest":{ + "type":"structure", + "required":[ + "resourceArn", + "tagKeys" + ], + "members":{ + "resourceArn":{ + "shape":"Arn", + "documentation":"The Amazon Resource Name (ARN) of the resource.
", + "location":"uri", + "locationName":"resourceArn" + }, + "tagKeys":{ + "shape":"TagKeyList", + "documentation":"The tag keys of the resource.
", + "location":"querystring", + "locationName":"tagKeys" + } + } + }, + "UntagResourceResponse":{ + "type":"structure", + "members":{ + } + }, + "UpdateTestCaseRequest":{ + "type":"structure", + "required":["testCaseId"], + "members":{ + "testCaseId":{ + "shape":"Identifier", + "documentation":"The test case ID of the test case.
", + "location":"uri", + "locationName":"testCaseId" + }, + "description":{ + "shape":"ResourceDescription", + "documentation":"The description of the test case.
" + }, + "steps":{ + "shape":"StepList", + "documentation":"The steps of the test case.
" + } + } + }, + "UpdateTestCaseResponse":{ + "type":"structure", + "required":[ + "testCaseId", + "testCaseVersion" + ], + "members":{ + "testCaseId":{ + "shape":"Identifier", + "documentation":"The test case ID of the test case.
" + }, + "testCaseVersion":{ + "shape":"Version", + "documentation":"The test case version of the test case.
" + } + } + }, + "UpdateTestConfigurationRequest":{ + "type":"structure", + "required":["testConfigurationId"], + "members":{ + "testConfigurationId":{ + "shape":"Identifier", + "documentation":"The test configuration ID of the test configuration.
", + "location":"uri", + "locationName":"testConfigurationId" + }, + "description":{ + "shape":"ResourceDescription", + "documentation":"The description of the test configuration.
" + }, + "resources":{ + "shape":"ResourceList", + "documentation":"The resources of the test configuration.
" + }, + "properties":{ + "shape":"Properties", + "documentation":"The properties of the test configuration.
" + }, + "serviceSettings":{ + "shape":"ServiceSettings", + "documentation":"The service settings of the test configuration.
" + } + } + }, + "UpdateTestConfigurationResponse":{ + "type":"structure", + "required":[ + "testConfigurationId", + "testConfigurationVersion" + ], + "members":{ + "testConfigurationId":{ + "shape":"Identifier", + "documentation":"The configuration ID of the test configuration.
" + }, + "testConfigurationVersion":{ + "shape":"Version", + "documentation":"The configuration version of the test configuration.
" + } + } + }, + "UpdateTestSuiteRequest":{ + "type":"structure", + "required":["testSuiteId"], + "members":{ + "testSuiteId":{ + "shape":"Identifier", + "documentation":"The test suite ID of the test suite.
", + "location":"uri", + "locationName":"testSuiteId" + }, + "description":{ + "shape":"ResourceDescription", + "documentation":"The description of the test suite.
" + }, + "beforeSteps":{ + "shape":"StepList", + "documentation":"The before steps for the test suite.
" + }, + "afterSteps":{ + "shape":"StepList", + "documentation":"The after steps of the test suite.
" + }, + "testCases":{ + "shape":"TestCases", + "documentation":"The test cases in the test suite.
" + } + } + }, + "UpdateTestSuiteResponse":{ + "type":"structure", + "required":["testSuiteId"], + "members":{ + "testSuiteId":{ + "shape":"Identifier", + "documentation":"The test suite ID of the test suite.
" + }, + "testSuiteVersion":{ + "shape":"Version", + "documentation":"The test suite version of the test suite.
" + } + } + }, + "ValidationException":{ + "type":"structure", + "required":["message"], + "members":{ + "message":{"shape":"String"}, + "reason":{ + "shape":"ValidationExceptionReason", + "documentation":"The reason for the validation exception.
" + }, + "fieldList":{ + "shape":"ValidationExceptionFieldList", + "documentation":"The field list of the validation exception.
" + } + }, + "documentation":"One or more parameter provided in the request is not valid.
", + "error":{ + "httpStatusCode":400, + "senderFault":true + }, + "exception":true + }, + "ValidationExceptionField":{ + "type":"structure", + "required":[ + "name", + "message" + ], + "members":{ + "name":{ + "shape":"String", + "documentation":"The name of the validation exception field.
" + }, + "message":{ + "shape":"String", + "documentation":"The message stating reason for why service validation failed.
" + } + }, + "documentation":"Specifies a validation exception field.
" + }, + "ValidationExceptionFieldList":{ + "type":"list", + "member":{"shape":"ValidationExceptionField"} + }, + "ValidationExceptionReason":{ + "type":"string", + "enum":[ + "unknownOperation", + "cannotParse", + "fieldValidationFailed", + "other" + ] + }, + "Variable":{ + "type":"string", + "pattern":"\\S{1,1000}" + }, + "Version":{ + "type":"integer", + "box":true + } + }, + "documentation":"AWS Mainframe Modernization Application Testing provides tools and resources for automated functional equivalence testing for your migration projects.
" +}