Skip to content

Launch Wizard Classes

BaseValidatorModel

Oops! This Pydantic model is currently empty. Stay tuned!

CreateDeploymentInputRequestTypeDef

deploymentPatternName

  • Type:
  • Required: Yes

name

  • Type:
  • Required: Yes

specifications

  • Type: typing.Mapping[str, str]
  • Required: Yes

workloadName

  • Type:
  • Required: Yes

dryRun

  • Type: typing.Optional[bool]

tags

  • Type: typing.Optional[typing.Mapping[str, str]]

CreateDeploymentOutputTypeDef

deploymentId

  • Type:
  • Required: Yes

ResponseMetadata

  • Type:
  • Required: Yes

DeleteDeploymentInputRequestTypeDef

deploymentId

  • Type:
  • Required: Yes

DeleteDeploymentOutputTypeDef

status

  • Type: typing.Literal['COMPLETED', 'CREATING', 'DELETED', 'DELETE_FAILED', 'DELETE_INITIATING', 'DELETE_IN_PROGRESS', 'FAILED', 'IN_PROGRESS', 'VALIDATING']
  • Required: Yes

statusReason

  • Type:
  • Required: Yes

ResponseMetadata

  • Type:
  • Required: Yes

DeploymentConditionalFieldTypeDef

comparator

  • Type: typing.Optional[str]

name

  • Type: typing.Optional[str]

value

  • Type: typing.Optional[str]

DeploymentDataSummaryTypeDef

createdAt

  • Type: typing.Optional[datetime.datetime]

id

  • Type: typing.Optional[str]

name

  • Type: typing.Optional[str]

patternName

  • Type: typing.Optional[str]

status

  • Type: typing.Optional[typing.Literal['COMPLETED', 'CREATING', 'DELETED', 'DELETE_FAILED', 'DELETE_INITIATING', 'DELETE_IN_PROGRESS', 'FAILED', 'IN_PROGRESS', 'VALIDATING']]

workloadName

  • Type: typing.Optional[str]

DeploymentDataTypeDef

createdAt

  • Type: typing.Optional[datetime.datetime]

deletedAt

  • Type: typing.Optional[datetime.datetime]

deploymentArn

  • Type: typing.Optional[str]

id

  • Type: typing.Optional[str]

name

  • Type: typing.Optional[str]

patternName

  • Type: typing.Optional[str]

resourceGroup

  • Type: typing.Optional[str]

specifications

  • Type: typing.Optional[typing.Dict[str, str]]

status

  • Type: typing.Optional[typing.Literal['COMPLETED', 'CREATING', 'DELETED', 'DELETE_FAILED', 'DELETE_INITIATING', 'DELETE_IN_PROGRESS', 'FAILED', 'IN_PROGRESS', 'VALIDATING']]

tags

  • Type: typing.Optional[typing.Dict[str, str]]

workloadName

  • Type: typing.Optional[str]

DeploymentEventDataSummaryTypeDef

description

  • Type: typing.Optional[str]

name

  • Type: typing.Optional[str]

status

  • Type: typing.Optional[typing.Literal['CANCELED', 'CANCELING', 'COMPLETED', 'CREATED', 'FAILED', 'IN_PROGRESS', 'PENDING', 'TIMED_OUT']]

statusReason

  • Type: typing.Optional[str]

timestamp

  • Type: typing.Optional[datetime.datetime]

DeploymentFilterTypeDef

name

  • Type: typing.Optional[typing.Literal['DEPLOYMENT_STATUS', 'WORKLOAD_NAME']]

values

  • Type: typing.Optional[typing.Sequence[str]]

DeploymentSpecificationsFieldTypeDef

allowedValues

  • Type: typing.Optional[typing.List[str]]

conditionals

  • Type: typing.Optional[typing.List[aws_resource_validator.pydantic_models.launch_wizard_classes.DeploymentConditionalFieldTypeDef]]

description

  • Type: typing.Optional[str]

name

  • Type: typing.Optional[str]

required

  • Type: typing.Optional[str]

GetDeploymentInputRequestTypeDef

deploymentId

  • Type:
  • Required: Yes

GetDeploymentOutputTypeDef

deployment

  • Type:
  • Required: Yes

ResponseMetadata

  • Type:
  • Required: Yes

GetWorkloadDeploymentPatternInputRequestTypeDef

deploymentPatternName

  • Type:
  • Required: Yes

workloadName

  • Type:
  • Required: Yes

GetWorkloadDeploymentPatternOutputTypeDef

workloadDeploymentPattern

  • Type:
  • Required: Yes

ResponseMetadata

  • Type:
  • Required: Yes

GetWorkloadInputRequestTypeDef

workloadName

  • Type:
  • Required: Yes

GetWorkloadOutputTypeDef

workload

  • Type:
  • Required: Yes

ResponseMetadata

  • Type:
  • Required: Yes

ListDeploymentEventsInputListDeploymentEventsPaginateTypeDef

deploymentId

  • Type:
  • Required: Yes

PaginationConfig

  • Type: typing.Optional[aws_resource_validator.pydantic_models.launch_wizard_classes.PaginatorConfigTypeDef]

ListDeploymentEventsInputRequestTypeDef

deploymentId

  • Type:
  • Required: Yes

maxResults

  • Type: typing.Optional[int]

nextToken

  • Type: typing.Optional[str]

ListDeploymentEventsOutputTypeDef

deploymentEvents

  • Type: typing.List[aws_resource_validator.pydantic_models.launch_wizard_classes.DeploymentEventDataSummaryTypeDef]
  • Required: Yes

nextToken

  • Type:
  • Required: Yes

ResponseMetadata

  • Type:
  • Required: Yes

ListDeploymentsInputListDeploymentsPaginateTypeDef

filters

  • Type: typing.Optional[typing.Sequence[aws_resource_validator.pydantic_models.launch_wizard_classes.DeploymentFilterTypeDef]]

PaginationConfig

  • Type: typing.Optional[aws_resource_validator.pydantic_models.launch_wizard_classes.PaginatorConfigTypeDef]

ListDeploymentsInputRequestTypeDef

filters

  • Type: typing.Optional[typing.Sequence[aws_resource_validator.pydantic_models.launch_wizard_classes.DeploymentFilterTypeDef]]

maxResults

  • Type: typing.Optional[int]

nextToken

  • Type: typing.Optional[str]

ListDeploymentsOutputTypeDef

deployments

  • Type: typing.List[aws_resource_validator.pydantic_models.launch_wizard_classes.DeploymentDataSummaryTypeDef]
  • Required: Yes

nextToken

  • Type:
  • Required: Yes

ResponseMetadata

  • Type:
  • Required: Yes

ListTagsForResourceInputRequestTypeDef

resourceArn

  • Type:
  • Required: Yes

ListTagsForResourceOutputTypeDef

tags

  • Type: typing.Dict[str, str]
  • Required: Yes

ResponseMetadata

  • Type:
  • Required: Yes

ListWorkloadDeploymentPatternsInputListWorkloadDeploymentPatternsPaginateTypeDef

workloadName

  • Type:
  • Required: Yes

PaginationConfig

  • Type: typing.Optional[aws_resource_validator.pydantic_models.launch_wizard_classes.PaginatorConfigTypeDef]

ListWorkloadDeploymentPatternsInputRequestTypeDef

workloadName

  • Type:
  • Required: Yes

maxResults

  • Type: typing.Optional[int]

nextToken

  • Type: typing.Optional[str]

ListWorkloadDeploymentPatternsOutputTypeDef

nextToken

  • Type:
  • Required: Yes

workloadDeploymentPatterns

  • Type: typing.List[aws_resource_validator.pydantic_models.launch_wizard_classes.WorkloadDeploymentPatternDataSummaryTypeDef]
  • Required: Yes

ResponseMetadata

  • Type:
  • Required: Yes

ListWorkloadsInputListWorkloadsPaginateTypeDef

PaginationConfig

  • Type: typing.Optional[aws_resource_validator.pydantic_models.launch_wizard_classes.PaginatorConfigTypeDef]

ListWorkloadsInputRequestTypeDef

maxResults

  • Type: typing.Optional[int]

nextToken

  • Type: typing.Optional[str]

ListWorkloadsOutputTypeDef

nextToken

  • Type:
  • Required: Yes

workloads

  • Type: typing.List[aws_resource_validator.pydantic_models.launch_wizard_classes.WorkloadDataSummaryTypeDef]
  • Required: Yes

ResponseMetadata

  • Type:
  • Required: Yes

PaginatorConfigTypeDef

MaxItems

  • Type: typing.Optional[int]

PageSize

  • Type: typing.Optional[int]

StartingToken

  • Type: typing.Optional[str]

ResponseMetadataTypeDef

RequestId

  • Type:
  • Required: Yes

HTTPStatusCode

  • Type:
  • Required: Yes

HTTPHeaders

  • Type: typing.Dict[str, str]
  • Required: Yes

RetryAttempts

  • Type:
  • Required: Yes

HostId

  • Type: typing.Optional[str]

TagResourceInputRequestTypeDef

resourceArn

  • Type:
  • Required: Yes

tags

  • Type: typing.Mapping[str, str]
  • Required: Yes

UntagResourceInputRequestTypeDef

resourceArn

  • Type:
  • Required: Yes

tagKeys

  • Type: typing.Sequence[str]
  • Required: Yes

WorkloadDataSummaryTypeDef

displayName

  • Type: typing.Optional[str]

workloadName

  • Type: typing.Optional[str]

WorkloadDataTypeDef

description

  • Type: typing.Optional[str]

displayName

  • Type: typing.Optional[str]

documentationUrl

  • Type: typing.Optional[str]

iconUrl

  • Type: typing.Optional[str]

status

  • Type: typing.Optional[typing.Literal['ACTIVE', 'DELETED', 'DISABLED', 'INACTIVE']]

statusMessage

  • Type: typing.Optional[str]

workloadName

  • Type: typing.Optional[str]

WorkloadDeploymentPatternDataSummaryTypeDef

deploymentPatternName

  • Type: typing.Optional[str]

description

  • Type: typing.Optional[str]

displayName

  • Type: typing.Optional[str]

status

  • Type: typing.Optional[typing.Literal['ACTIVE', 'DELETED', 'DISABLED', 'INACTIVE']]

statusMessage

  • Type: typing.Optional[str]

workloadName

  • Type: typing.Optional[str]

workloadVersionName

  • Type: typing.Optional[str]

WorkloadDeploymentPatternDataTypeDef

deploymentPatternName

  • Type: typing.Optional[str]

description

  • Type: typing.Optional[str]

displayName

  • Type: typing.Optional[str]

specifications

  • Type: typing.Optional[typing.List[aws_resource_validator.pydantic_models.launch_wizard_classes.DeploymentSpecificationsFieldTypeDef]]

status

  • Type: typing.Optional[typing.Literal['ACTIVE', 'DELETED', 'DISABLED', 'INACTIVE']]

statusMessage

  • Type: typing.Optional[str]

workloadName

  • Type: typing.Optional[str]

workloadVersionName

  • Type: typing.Optional[str]