Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AppTest

import { AppTest } from "https://aws-api-bqtgftz736ft.deno.dev/v0.5/services/apptest.ts?docs=full";
class AppTest {
constructor(apiFactory: client.ApiFactory);
async createTestCase(params: CreateTestCaseRequest, opts?: client.RequestOptions): Promise<CreateTestCaseResponse>;
async createTestConfiguration(params: CreateTestConfigurationRequest, opts?: client.RequestOptions): Promise<CreateTestConfigurationResponse>;
async createTestSuite(params: CreateTestSuiteRequest, opts?: client.RequestOptions): Promise<CreateTestSuiteResponse>;
async deleteTestCase(params: DeleteTestCaseRequest, opts?: client.RequestOptions): Promise<void>;
async deleteTestConfiguration(params: DeleteTestConfigurationRequest, opts?: client.RequestOptions): Promise<void>;
async deleteTestRun(params: DeleteTestRunRequest, opts?: client.RequestOptions): Promise<void>;
async deleteTestSuite(params: DeleteTestSuiteRequest, opts?: client.RequestOptions): Promise<void>;
async getTestCase(params: GetTestCaseRequest, opts?: client.RequestOptions): Promise<GetTestCaseResponse>;
async getTestConfiguration(params: GetTestConfigurationRequest, opts?: client.RequestOptions): Promise<GetTestConfigurationResponse>;
async getTestRunStep(params: GetTestRunStepRequest, opts?: client.RequestOptions): Promise<GetTestRunStepResponse>;
async getTestSuite(params: GetTestSuiteRequest, opts?: client.RequestOptions): Promise<GetTestSuiteResponse>;
async listTagsForResource(params: ListTagsForResourceRequest, opts?: client.RequestOptions): Promise<ListTagsForResourceResponse>;
async listTestCases(params?: ListTestCasesRequest, opts?: client.RequestOptions): Promise<ListTestCasesResponse>;
async listTestConfigurations(params?: ListTestConfigurationsRequest, opts?: client.RequestOptions): Promise<ListTestConfigurationsResponse>;
async listTestRuns(params?: ListTestRunsRequest, opts?: client.RequestOptions): Promise<ListTestRunsResponse>;
async listTestRunSteps(params: ListTestRunStepsRequest, opts?: client.RequestOptions): Promise<ListTestRunStepsResponse>;
async listTestRunTestCases(params: ListTestRunTestCasesRequest, opts?: client.RequestOptions): Promise<ListTestRunTestCasesResponse>;
async listTestSuites(params?: ListTestSuitesRequest, opts?: client.RequestOptions): Promise<ListTestSuitesResponse>;
async startTestRun(params: StartTestRunRequest, opts?: client.RequestOptions): Promise<StartTestRunResponse>;
async tagResource(params: TagResourceRequest, opts?: client.RequestOptions): Promise<void>;
async untagResource(params: UntagResourceRequest, opts?: client.RequestOptions): Promise<void>;
async updateTestCase(params: UpdateTestCaseRequest, opts?: client.RequestOptions): Promise<UpdateTestCaseResponse>;
async updateTestConfiguration(params: UpdateTestConfigurationRequest, opts?: client.RequestOptions): Promise<UpdateTestConfigurationResponse>;
async updateTestSuite(params: UpdateTestSuiteRequest, opts?: client.RequestOptions): Promise<UpdateTestSuiteResponse>;
 
static ApiMetadata: client.ApiMetadata;
}

§Constructors

§
new AppTest(apiFactory: client.ApiFactory)
[src]

§Methods

§

Creates a test case.

§

Creates a test configuration.

§

Creates a test suite.

§
deleteTestCase(params: DeleteTestCaseRequest, opts?: client.RequestOptions): Promise<void>
[src]

Deletes a test case.

§
deleteTestConfiguration(params: DeleteTestConfigurationRequest, opts?: client.RequestOptions): Promise<void>
[src]

Deletes a test configuration.

§
deleteTestRun(params: DeleteTestRunRequest, opts?: client.RequestOptions): Promise<void>
[src]

Deletes a test run.

§
deleteTestSuite(params: DeleteTestSuiteRequest, opts?: client.RequestOptions): Promise<void>
[src]

Deletes a test suite.

§

Gets a test case.

§

Gets a test configuration.

§

Gets a test run step.

§

Gets a test suite.

§

Lists tags for a resource.

§

Lists test cases.

§

Lists test configurations.

§

Lists test runs.

§

Lists test run steps.

§

Lists test run test cases.

§

Lists test suites.

§

Starts a test run.

§
tagResource(params: TagResourceRequest, opts?: client.RequestOptions): Promise<void>
[src]

Specifies tags of a resource.

§
untagResource(params: UntagResourceRequest, opts?: client.RequestOptions): Promise<void>
[src]

Untags a resource.

§

Updates a test case.

§

Updates a test configuration.

§

Updates a test suite.

§Static Properties