Launch Wizard Classes
BaseValidatorModel
Oops! This Pydantic model is currently empty. Stay tuned!
CreateDeploymentInput
deploymentPatternName
- Type:
- Required: Yes
name
- Type:
- Required: Yes
specifications
- Type: typing.Dict[str, str]
- Required: Yes
workloadName
- Type:
- Required: Yes
dryRun
- Type: typing.Optional[bool]
tags
- Type: typing.Optional[typing.Dict[str, str]]
CreateDeploymentOutput
deploymentId
- Type:
- Required: Yes
ResponseMetadata
- Type:
- Required: Yes
DeleteDeploymentInput
deploymentId
- Type:
- Required: Yes
DeleteDeploymentOutput
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
DeploymentConditionalField
comparator
- Type: typing.Optional[str]
name
- Type: typing.Optional[str]
value
- Type: typing.Optional[str]
DeploymentData
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]
DeploymentDataSummary
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]
DeploymentEventDataSummary
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]
DeploymentFilter
name
- Type: typing.Optional[typing.Literal['DEPLOYMENT_STATUS', 'WORKLOAD_NAME']]
values
- Type: typing.Optional[typing.List[str]]
DeploymentSpecificationsField
allowedValues
- Type: typing.Optional[typing.List[str]]
conditionals
- Type: typing.Optional[typing.List[aws_resource_validator.pydantic_models.launch_wizard.launch_wizard_classes.DeploymentConditionalField]]
description
- Type: typing.Optional[str]
name
- Type: typing.Optional[str]
required
- Type: typing.Optional[str]
GetDeploymentInput
deploymentId
- Type:
- Required: Yes
GetDeploymentOutput
deployment
- Type:
- Required: Yes
ResponseMetadata
- Type:
- Required: Yes
GetWorkloadDeploymentPatternInput
deploymentPatternName
- Type:
- Required: Yes
workloadName
- Type:
- Required: Yes
GetWorkloadDeploymentPatternOutput
workloadDeploymentPattern
- Type:
- Required: Yes
ResponseMetadata
- Type:
- Required: Yes
GetWorkloadInput
workloadName
- Type:
- Required: Yes
GetWorkloadOutput
workload
- Type:
- Required: Yes
ResponseMetadata
- Type:
- Required: Yes
ListDeploymentEventsInput
deploymentId
- Type:
- Required: Yes
maxResults
- Type: typing.Optional[int]
nextToken
- Type: typing.Optional[str]
ListDeploymentEventsInputPaginate
deploymentId
- Type:
- Required: Yes
PaginationConfig
- Type: typing.Optional[aws_resource_validator.pydantic_models.launch_wizard.launch_wizard_classes.PaginatorConfig]
ListDeploymentEventsOutput
deploymentEvents
- Type: typing.List[aws_resource_validator.pydantic_models.launch_wizard.launch_wizard_classes.DeploymentEventDataSummary]
- Required: Yes
ResponseMetadata
- Type:
- Required: Yes
nextToken
- Type: typing.Optional[str]
ListDeploymentsInput
filters
- Type: typing.Optional[typing.List[aws_resource_validator.pydantic_models.launch_wizard.launch_wizard_classes.DeploymentFilter]]
maxResults
- Type: typing.Optional[int]
nextToken
- Type: typing.Optional[str]
ListDeploymentsInputPaginate
filters
- Type: typing.Optional[typing.List[aws_resource_validator.pydantic_models.launch_wizard.launch_wizard_classes.DeploymentFilter]]
PaginationConfig
- Type: typing.Optional[aws_resource_validator.pydantic_models.launch_wizard.launch_wizard_classes.PaginatorConfig]
ListDeploymentsOutput
deployments
- Type: typing.List[aws_resource_validator.pydantic_models.launch_wizard.launch_wizard_classes.DeploymentDataSummary]
- Required: Yes
ResponseMetadata
- Type:
- Required: Yes
nextToken
- Type: typing.Optional[str]
ListTagsForResourceInput
resourceArn
- Type:
- Required: Yes
ListTagsForResourceOutput
tags
- Type: typing.Dict[str, str]
- Required: Yes
ResponseMetadata
- Type:
- Required: Yes
ListWorkloadDeploymentPatternsInput
workloadName
- Type:
- Required: Yes
maxResults
- Type: typing.Optional[int]
nextToken
- Type: typing.Optional[str]
ListWorkloadDeploymentPatternsInputPaginate
workloadName
- Type:
- Required: Yes
PaginationConfig
- Type: typing.Optional[aws_resource_validator.pydantic_models.launch_wizard.launch_wizard_classes.PaginatorConfig]
ListWorkloadDeploymentPatternsOutput
workloadDeploymentPatterns
- Type: typing.List[aws_resource_validator.pydantic_models.launch_wizard.launch_wizard_classes.WorkloadDeploymentPatternDataSummary]
- Required: Yes
ResponseMetadata
- Type:
- Required: Yes
nextToken
- Type: typing.Optional[str]
ListWorkloadsInput
maxResults
- Type: typing.Optional[int]
nextToken
- Type: typing.Optional[str]
ListWorkloadsInputPaginate
PaginationConfig
- Type: typing.Optional[aws_resource_validator.pydantic_models.launch_wizard.launch_wizard_classes.PaginatorConfig]
ListWorkloadsOutput
workloads
- Type: typing.List[aws_resource_validator.pydantic_models.launch_wizard.launch_wizard_classes.WorkloadDataSummary]
- Required: Yes
ResponseMetadata
- Type:
- Required: Yes
nextToken
- Type: typing.Optional[str]
PaginatorConfig
MaxItems
- Type: typing.Optional[int]
PageSize
- Type: typing.Optional[int]
StartingToken
- Type: typing.Optional[str]
ResponseMetadata
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]
TagResourceInput
resourceArn
- Type:
- Required: Yes
tags
- Type: typing.Dict[str, str]
- Required: Yes
UntagResourceInput
resourceArn
- Type:
- Required: Yes
tagKeys
- Type: typing.List[str]
- Required: Yes
WorkloadData
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]
WorkloadDataSummary
displayName
- Type: typing.Optional[str]
workloadName
- Type: typing.Optional[str]
WorkloadDeploymentPatternData
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.launch_wizard_classes.DeploymentSpecificationsField]]
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]
WorkloadDeploymentPatternDataSummary
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]