Module types

Source
Expand description

Data structures used by operation inputs/outputs.

Modules§

builders
Builders
error
Error types that AWS Launch Wizard can respond with.

Structs§

DeploymentConditionalField

A field that details a condition of the specifications for a deployment.

DeploymentData

The data associated with a deployment.

DeploymentDataSummary

A summary of the deployment data.

DeploymentEventDataSummary

A summary of the deployment event data.

DeploymentFilter

A filter name and value pair that is used to return more specific results from a describe operation. Filters can be used to match a set of resources by specific criteria.

DeploymentSpecificationsField

A field that details a specification of a deployment pattern.

WorkloadData

Describes a workload.

WorkloadDataSummary

Describes workload data.

WorkloadDeploymentPatternData

The data that details a workload deployment pattern.

WorkloadDeploymentPatternDataSummary

Describes a workload deployment pattern.

Enums§

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