Interface UpdateAutoTestConfigurationCommandInput

interface UpdateAutoTestConfigurationCommandInput {
    assignmentId: string;
    publishedSnapshot?: AutoTestPublishedSnapshotId;
    updatedSetup?: AutoTestSetupConfigurationInput;
    updatedTest?: AutoTestTestConfigurationInput;
}

Hierarchy (View Summary)

Properties

assignmentId: string

The id of the assignment to update the configuration of.

publishedSnapshot?: AutoTestPublishedSnapshotId

The snapshot to (un)publish for this configuration.

The new Setup configuration.

The new Test configuration.