Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
- Operations
- ListImagePackages
- GetDistributionConfiguration
- ImportComponent
- ListComponentBuildVersions
- ListTagsForResource
- ListImageBuildVersions
- CancelImageCreation
- GetImagePipeline
- CreateInfrastructureConfiguration
- ListDistributionConfigurations
- CreateContainerRecipe
- ListInfrastructureConfigurations
- PutImageRecipePolicy
- ListContainerRecipes
- PutImagePolicy
- DeleteContainerRecipe
- PutComponentPolicy
- DeleteInfrastructureConfiguration
- UpdateInfrastructureConfiguration
- CreateImagePipeline
- GetContainerRecipe
- GetInfrastructureConfiguration
- GetImagePolicy
- GetImageRecipePolicy
- GetComponentPolicy
- DeleteImagePipeline
- UpdateImagePipeline
- ListImagePipelines
- StartImagePipelineExecution
- TagResource
- CreateImageRecipe
- CreateImage
- UntagResource
- CreateComponent
- DeleteDistributionConfiguration
- UpdateDistributionConfiguration
- ListImagePipelineImages
- DeleteImageRecipe
- ListComponents
- PutContainerRecipePolicy
- ListImages
- CreateDistributionConfiguration
- ListImageRecipes
- DeleteImage
- DeleteComponent
- GetImage
- GetContainerRecipePolicy
- GetImageRecipe
- GetComponent
- Types
- AdditionalInstanceConfiguration
- Ami
- AmiDistributionConfiguration
- Component
- ComponentConfiguration
- ComponentParameter
- ComponentParameterDetail
- ComponentState
- ComponentSummary
- ComponentVersion
- Container
- ContainerDistributionConfiguration
- ContainerRecipe
- ContainerRecipeSummary
- Distribution
- DistributionConfiguration
- DistributionConfigurationSummary
- EbsInstanceBlockDeviceSpecification
- Filter
- Image
- ImagePackage
- ImagePipeline
- ImageRecipe
- ImageRecipeSummary
- ImageState
- ImageSummary
- ImageTestsConfiguration
- ImageVersion
- InfrastructureConfiguration
- InfrastructureConfigurationSummary
- InstanceBlockDeviceMapping
- InstanceConfiguration
- InstanceMetadataOptions
- LaunchPermissionConfiguration
- LaunchTemplateConfiguration
- Logging
- OutputResources
- S3Logs
- Schedule
- SystemsManagerAgent
- TargetContainerRepository
Synopsis
- listImagePackages_nextToken :: Lens' ListImagePackages (Maybe Text)
- listImagePackages_maxResults :: Lens' ListImagePackages (Maybe Natural)
- listImagePackages_imageBuildVersionArn :: Lens' ListImagePackages Text
- listImagePackagesResponse_requestId :: Lens' ListImagePackagesResponse (Maybe Text)
- listImagePackagesResponse_imagePackageList :: Lens' ListImagePackagesResponse (Maybe [ImagePackage])
- listImagePackagesResponse_nextToken :: Lens' ListImagePackagesResponse (Maybe Text)
- listImagePackagesResponse_httpStatus :: Lens' ListImagePackagesResponse Int
- getDistributionConfiguration_distributionConfigurationArn :: Lens' GetDistributionConfiguration Text
- getDistributionConfigurationResponse_requestId :: Lens' GetDistributionConfigurationResponse (Maybe Text)
- getDistributionConfigurationResponse_distributionConfiguration :: Lens' GetDistributionConfigurationResponse (Maybe DistributionConfiguration)
- getDistributionConfigurationResponse_httpStatus :: Lens' GetDistributionConfigurationResponse Int
- importComponent_data :: Lens' ImportComponent (Maybe Text)
- importComponent_uri :: Lens' ImportComponent (Maybe Text)
- importComponent_kmsKeyId :: Lens' ImportComponent (Maybe Text)
- importComponent_changeDescription :: Lens' ImportComponent (Maybe Text)
- importComponent_description :: Lens' ImportComponent (Maybe Text)
- importComponent_tags :: Lens' ImportComponent (Maybe (HashMap Text Text))
- importComponent_name :: Lens' ImportComponent Text
- importComponent_semanticVersion :: Lens' ImportComponent Text
- importComponent_type :: Lens' ImportComponent ComponentType
- importComponent_format :: Lens' ImportComponent ComponentFormat
- importComponent_platform :: Lens' ImportComponent Platform
- importComponent_clientToken :: Lens' ImportComponent Text
- importComponentResponse_requestId :: Lens' ImportComponentResponse (Maybe Text)
- importComponentResponse_clientToken :: Lens' ImportComponentResponse (Maybe Text)
- importComponentResponse_componentBuildVersionArn :: Lens' ImportComponentResponse (Maybe Text)
- importComponentResponse_httpStatus :: Lens' ImportComponentResponse Int
- listComponentBuildVersions_nextToken :: Lens' ListComponentBuildVersions (Maybe Text)
- listComponentBuildVersions_maxResults :: Lens' ListComponentBuildVersions (Maybe Natural)
- listComponentBuildVersions_componentVersionArn :: Lens' ListComponentBuildVersions Text
- listComponentBuildVersionsResponse_requestId :: Lens' ListComponentBuildVersionsResponse (Maybe Text)
- listComponentBuildVersionsResponse_nextToken :: Lens' ListComponentBuildVersionsResponse (Maybe Text)
- listComponentBuildVersionsResponse_componentSummaryList :: Lens' ListComponentBuildVersionsResponse (Maybe [ComponentSummary])
- listComponentBuildVersionsResponse_httpStatus :: Lens' ListComponentBuildVersionsResponse Int
- listTagsForResource_resourceArn :: Lens' ListTagsForResource Text
- listTagsForResourceResponse_tags :: Lens' ListTagsForResourceResponse (Maybe (HashMap Text Text))
- listTagsForResourceResponse_httpStatus :: Lens' ListTagsForResourceResponse Int
- listImageBuildVersions_filters :: Lens' ListImageBuildVersions (Maybe (NonEmpty Filter))
- listImageBuildVersions_nextToken :: Lens' ListImageBuildVersions (Maybe Text)
- listImageBuildVersions_maxResults :: Lens' ListImageBuildVersions (Maybe Natural)
- listImageBuildVersions_imageVersionArn :: Lens' ListImageBuildVersions Text
- listImageBuildVersionsResponse_requestId :: Lens' ListImageBuildVersionsResponse (Maybe Text)
- listImageBuildVersionsResponse_nextToken :: Lens' ListImageBuildVersionsResponse (Maybe Text)
- listImageBuildVersionsResponse_imageSummaryList :: Lens' ListImageBuildVersionsResponse (Maybe [ImageSummary])
- listImageBuildVersionsResponse_httpStatus :: Lens' ListImageBuildVersionsResponse Int
- cancelImageCreation_imageBuildVersionArn :: Lens' CancelImageCreation Text
- cancelImageCreation_clientToken :: Lens' CancelImageCreation Text
- cancelImageCreationResponse_requestId :: Lens' CancelImageCreationResponse (Maybe Text)
- cancelImageCreationResponse_clientToken :: Lens' CancelImageCreationResponse (Maybe Text)
- cancelImageCreationResponse_imageBuildVersionArn :: Lens' CancelImageCreationResponse (Maybe Text)
- cancelImageCreationResponse_httpStatus :: Lens' CancelImageCreationResponse Int
- getImagePipeline_imagePipelineArn :: Lens' GetImagePipeline Text
- getImagePipelineResponse_requestId :: Lens' GetImagePipelineResponse (Maybe Text)
- getImagePipelineResponse_imagePipeline :: Lens' GetImagePipelineResponse (Maybe ImagePipeline)
- getImagePipelineResponse_httpStatus :: Lens' GetImagePipelineResponse Int
- createInfrastructureConfiguration_securityGroupIds :: Lens' CreateInfrastructureConfiguration (Maybe [Text])
- createInfrastructureConfiguration_snsTopicArn :: Lens' CreateInfrastructureConfiguration (Maybe Text)
- createInfrastructureConfiguration_instanceTypes :: Lens' CreateInfrastructureConfiguration (Maybe [Text])
- createInfrastructureConfiguration_keyPair :: Lens' CreateInfrastructureConfiguration (Maybe Text)
- createInfrastructureConfiguration_resourceTags :: Lens' CreateInfrastructureConfiguration (Maybe (HashMap Text Text))
- createInfrastructureConfiguration_subnetId :: Lens' CreateInfrastructureConfiguration (Maybe Text)
- createInfrastructureConfiguration_instanceMetadataOptions :: Lens' CreateInfrastructureConfiguration (Maybe InstanceMetadataOptions)
- createInfrastructureConfiguration_logging :: Lens' CreateInfrastructureConfiguration (Maybe Logging)
- createInfrastructureConfiguration_description :: Lens' CreateInfrastructureConfiguration (Maybe Text)
- createInfrastructureConfiguration_tags :: Lens' CreateInfrastructureConfiguration (Maybe (HashMap Text Text))
- createInfrastructureConfiguration_terminateInstanceOnFailure :: Lens' CreateInfrastructureConfiguration (Maybe Bool)
- createInfrastructureConfiguration_name :: Lens' CreateInfrastructureConfiguration Text
- createInfrastructureConfiguration_instanceProfileName :: Lens' CreateInfrastructureConfiguration Text
- createInfrastructureConfiguration_clientToken :: Lens' CreateInfrastructureConfiguration Text
- createInfrastructureConfigurationResponse_requestId :: Lens' CreateInfrastructureConfigurationResponse (Maybe Text)
- createInfrastructureConfigurationResponse_infrastructureConfigurationArn :: Lens' CreateInfrastructureConfigurationResponse (Maybe Text)
- createInfrastructureConfigurationResponse_clientToken :: Lens' CreateInfrastructureConfigurationResponse (Maybe Text)
- createInfrastructureConfigurationResponse_httpStatus :: Lens' CreateInfrastructureConfigurationResponse Int
- listDistributionConfigurations_filters :: Lens' ListDistributionConfigurations (Maybe (NonEmpty Filter))
- listDistributionConfigurations_nextToken :: Lens' ListDistributionConfigurations (Maybe Text)
- listDistributionConfigurations_maxResults :: Lens' ListDistributionConfigurations (Maybe Natural)
- listDistributionConfigurationsResponse_requestId :: Lens' ListDistributionConfigurationsResponse (Maybe Text)
- listDistributionConfigurationsResponse_distributionConfigurationSummaryList :: Lens' ListDistributionConfigurationsResponse (Maybe [DistributionConfigurationSummary])
- listDistributionConfigurationsResponse_nextToken :: Lens' ListDistributionConfigurationsResponse (Maybe Text)
- listDistributionConfigurationsResponse_httpStatus :: Lens' ListDistributionConfigurationsResponse Int
- createContainerRecipe_dockerfileTemplateData :: Lens' CreateContainerRecipe (Maybe Text)
- createContainerRecipe_imageOsVersionOverride :: Lens' CreateContainerRecipe (Maybe Text)
- createContainerRecipe_workingDirectory :: Lens' CreateContainerRecipe (Maybe Text)
- createContainerRecipe_dockerfileTemplateUri :: Lens' CreateContainerRecipe (Maybe Text)
- createContainerRecipe_kmsKeyId :: Lens' CreateContainerRecipe (Maybe Text)
- createContainerRecipe_platformOverride :: Lens' CreateContainerRecipe (Maybe Platform)
- createContainerRecipe_description :: Lens' CreateContainerRecipe (Maybe Text)
- createContainerRecipe_tags :: Lens' CreateContainerRecipe (Maybe (HashMap Text Text))
- createContainerRecipe_instanceConfiguration :: Lens' CreateContainerRecipe (Maybe InstanceConfiguration)
- createContainerRecipe_containerType :: Lens' CreateContainerRecipe ContainerType
- createContainerRecipe_name :: Lens' CreateContainerRecipe Text
- createContainerRecipe_semanticVersion :: Lens' CreateContainerRecipe Text
- createContainerRecipe_components :: Lens' CreateContainerRecipe (NonEmpty ComponentConfiguration)
- createContainerRecipe_parentImage :: Lens' CreateContainerRecipe Text
- createContainerRecipe_targetRepository :: Lens' CreateContainerRecipe TargetContainerRepository
- createContainerRecipe_clientToken :: Lens' CreateContainerRecipe Text
- createContainerRecipeResponse_requestId :: Lens' CreateContainerRecipeResponse (Maybe Text)
- createContainerRecipeResponse_clientToken :: Lens' CreateContainerRecipeResponse (Maybe Text)
- createContainerRecipeResponse_containerRecipeArn :: Lens' CreateContainerRecipeResponse (Maybe Text)
- createContainerRecipeResponse_httpStatus :: Lens' CreateContainerRecipeResponse Int
- listInfrastructureConfigurations_filters :: Lens' ListInfrastructureConfigurations (Maybe (NonEmpty Filter))
- listInfrastructureConfigurations_nextToken :: Lens' ListInfrastructureConfigurations (Maybe Text)
- listInfrastructureConfigurations_maxResults :: Lens' ListInfrastructureConfigurations (Maybe Natural)
- listInfrastructureConfigurationsResponse_requestId :: Lens' ListInfrastructureConfigurationsResponse (Maybe Text)
- listInfrastructureConfigurationsResponse_infrastructureConfigurationSummaryList :: Lens' ListInfrastructureConfigurationsResponse (Maybe [InfrastructureConfigurationSummary])
- listInfrastructureConfigurationsResponse_nextToken :: Lens' ListInfrastructureConfigurationsResponse (Maybe Text)
- listInfrastructureConfigurationsResponse_httpStatus :: Lens' ListInfrastructureConfigurationsResponse Int
- putImageRecipePolicy_imageRecipeArn :: Lens' PutImageRecipePolicy Text
- putImageRecipePolicy_policy :: Lens' PutImageRecipePolicy Text
- putImageRecipePolicyResponse_requestId :: Lens' PutImageRecipePolicyResponse (Maybe Text)
- putImageRecipePolicyResponse_imageRecipeArn :: Lens' PutImageRecipePolicyResponse (Maybe Text)
- putImageRecipePolicyResponse_httpStatus :: Lens' PutImageRecipePolicyResponse Int
- listContainerRecipes_filters :: Lens' ListContainerRecipes (Maybe (NonEmpty Filter))
- listContainerRecipes_owner :: Lens' ListContainerRecipes (Maybe Ownership)
- listContainerRecipes_nextToken :: Lens' ListContainerRecipes (Maybe Text)
- listContainerRecipes_maxResults :: Lens' ListContainerRecipes (Maybe Natural)
- listContainerRecipesResponse_requestId :: Lens' ListContainerRecipesResponse (Maybe Text)
- listContainerRecipesResponse_containerRecipeSummaryList :: Lens' ListContainerRecipesResponse (Maybe [ContainerRecipeSummary])
- listContainerRecipesResponse_nextToken :: Lens' ListContainerRecipesResponse (Maybe Text)
- listContainerRecipesResponse_httpStatus :: Lens' ListContainerRecipesResponse Int
- putImagePolicy_imageArn :: Lens' PutImagePolicy Text
- putImagePolicy_policy :: Lens' PutImagePolicy Text
- putImagePolicyResponse_requestId :: Lens' PutImagePolicyResponse (Maybe Text)
- putImagePolicyResponse_imageArn :: Lens' PutImagePolicyResponse (Maybe Text)
- putImagePolicyResponse_httpStatus :: Lens' PutImagePolicyResponse Int
- deleteContainerRecipe_containerRecipeArn :: Lens' DeleteContainerRecipe Text
- deleteContainerRecipeResponse_requestId :: Lens' DeleteContainerRecipeResponse (Maybe Text)
- deleteContainerRecipeResponse_containerRecipeArn :: Lens' DeleteContainerRecipeResponse (Maybe Text)
- deleteContainerRecipeResponse_httpStatus :: Lens' DeleteContainerRecipeResponse Int
- putComponentPolicy_componentArn :: Lens' PutComponentPolicy Text
- putComponentPolicy_policy :: Lens' PutComponentPolicy Text
- putComponentPolicyResponse_requestId :: Lens' PutComponentPolicyResponse (Maybe Text)
- putComponentPolicyResponse_componentArn :: Lens' PutComponentPolicyResponse (Maybe Text)
- putComponentPolicyResponse_httpStatus :: Lens' PutComponentPolicyResponse Int
- deleteInfrastructureConfiguration_infrastructureConfigurationArn :: Lens' DeleteInfrastructureConfiguration Text
- deleteInfrastructureConfigurationResponse_requestId :: Lens' DeleteInfrastructureConfigurationResponse (Maybe Text)
- deleteInfrastructureConfigurationResponse_infrastructureConfigurationArn :: Lens' DeleteInfrastructureConfigurationResponse (Maybe Text)
- deleteInfrastructureConfigurationResponse_httpStatus :: Lens' DeleteInfrastructureConfigurationResponse Int
- updateInfrastructureConfiguration_securityGroupIds :: Lens' UpdateInfrastructureConfiguration (Maybe [Text])
- updateInfrastructureConfiguration_snsTopicArn :: Lens' UpdateInfrastructureConfiguration (Maybe Text)
- updateInfrastructureConfiguration_instanceTypes :: Lens' UpdateInfrastructureConfiguration (Maybe [Text])
- updateInfrastructureConfiguration_keyPair :: Lens' UpdateInfrastructureConfiguration (Maybe Text)
- updateInfrastructureConfiguration_resourceTags :: Lens' UpdateInfrastructureConfiguration (Maybe (HashMap Text Text))
- updateInfrastructureConfiguration_subnetId :: Lens' UpdateInfrastructureConfiguration (Maybe Text)
- updateInfrastructureConfiguration_instanceMetadataOptions :: Lens' UpdateInfrastructureConfiguration (Maybe InstanceMetadataOptions)
- updateInfrastructureConfiguration_logging :: Lens' UpdateInfrastructureConfiguration (Maybe Logging)
- updateInfrastructureConfiguration_description :: Lens' UpdateInfrastructureConfiguration (Maybe Text)
- updateInfrastructureConfiguration_terminateInstanceOnFailure :: Lens' UpdateInfrastructureConfiguration (Maybe Bool)
- updateInfrastructureConfiguration_infrastructureConfigurationArn :: Lens' UpdateInfrastructureConfiguration Text
- updateInfrastructureConfiguration_instanceProfileName :: Lens' UpdateInfrastructureConfiguration Text
- updateInfrastructureConfiguration_clientToken :: Lens' UpdateInfrastructureConfiguration Text
- updateInfrastructureConfigurationResponse_requestId :: Lens' UpdateInfrastructureConfigurationResponse (Maybe Text)
- updateInfrastructureConfigurationResponse_infrastructureConfigurationArn :: Lens' UpdateInfrastructureConfigurationResponse (Maybe Text)
- updateInfrastructureConfigurationResponse_clientToken :: Lens' UpdateInfrastructureConfigurationResponse (Maybe Text)
- updateInfrastructureConfigurationResponse_httpStatus :: Lens' UpdateInfrastructureConfigurationResponse Int
- createImagePipeline_status :: Lens' CreateImagePipeline (Maybe PipelineStatus)
- createImagePipeline_containerRecipeArn :: Lens' CreateImagePipeline (Maybe Text)
- createImagePipeline_imageTestsConfiguration :: Lens' CreateImagePipeline (Maybe ImageTestsConfiguration)
- createImagePipeline_schedule :: Lens' CreateImagePipeline (Maybe Schedule)
- createImagePipeline_enhancedImageMetadataEnabled :: Lens' CreateImagePipeline (Maybe Bool)
- createImagePipeline_distributionConfigurationArn :: Lens' CreateImagePipeline (Maybe Text)
- createImagePipeline_imageRecipeArn :: Lens' CreateImagePipeline (Maybe Text)
- createImagePipeline_description :: Lens' CreateImagePipeline (Maybe Text)
- createImagePipeline_tags :: Lens' CreateImagePipeline (Maybe (HashMap Text Text))
- createImagePipeline_name :: Lens' CreateImagePipeline Text
- createImagePipeline_infrastructureConfigurationArn :: Lens' CreateImagePipeline Text
- createImagePipeline_clientToken :: Lens' CreateImagePipeline Text
- createImagePipelineResponse_requestId :: Lens' CreateImagePipelineResponse (Maybe Text)
- createImagePipelineResponse_clientToken :: Lens' CreateImagePipelineResponse (Maybe Text)
- createImagePipelineResponse_imagePipelineArn :: Lens' CreateImagePipelineResponse (Maybe Text)
- createImagePipelineResponse_httpStatus :: Lens' CreateImagePipelineResponse Int
- getContainerRecipe_containerRecipeArn :: Lens' GetContainerRecipe Text
- getContainerRecipeResponse_requestId :: Lens' GetContainerRecipeResponse (Maybe Text)
- getContainerRecipeResponse_containerRecipe :: Lens' GetContainerRecipeResponse (Maybe ContainerRecipe)
- getContainerRecipeResponse_httpStatus :: Lens' GetContainerRecipeResponse Int
- getInfrastructureConfiguration_infrastructureConfigurationArn :: Lens' GetInfrastructureConfiguration Text
- getInfrastructureConfigurationResponse_requestId :: Lens' GetInfrastructureConfigurationResponse (Maybe Text)
- getInfrastructureConfigurationResponse_infrastructureConfiguration :: Lens' GetInfrastructureConfigurationResponse (Maybe InfrastructureConfiguration)
- getInfrastructureConfigurationResponse_httpStatus :: Lens' GetInfrastructureConfigurationResponse Int
- getImagePolicy_imageArn :: Lens' GetImagePolicy Text
- getImagePolicyResponse_requestId :: Lens' GetImagePolicyResponse (Maybe Text)
- getImagePolicyResponse_policy :: Lens' GetImagePolicyResponse (Maybe Text)
- getImagePolicyResponse_httpStatus :: Lens' GetImagePolicyResponse Int
- getImageRecipePolicy_imageRecipeArn :: Lens' GetImageRecipePolicy Text
- getImageRecipePolicyResponse_requestId :: Lens' GetImageRecipePolicyResponse (Maybe Text)
- getImageRecipePolicyResponse_policy :: Lens' GetImageRecipePolicyResponse (Maybe Text)
- getImageRecipePolicyResponse_httpStatus :: Lens' GetImageRecipePolicyResponse Int
- getComponentPolicy_componentArn :: Lens' GetComponentPolicy Text
- getComponentPolicyResponse_requestId :: Lens' GetComponentPolicyResponse (Maybe Text)
- getComponentPolicyResponse_policy :: Lens' GetComponentPolicyResponse (Maybe Text)
- getComponentPolicyResponse_httpStatus :: Lens' GetComponentPolicyResponse Int
- deleteImagePipeline_imagePipelineArn :: Lens' DeleteImagePipeline Text
- deleteImagePipelineResponse_requestId :: Lens' DeleteImagePipelineResponse (Maybe Text)
- deleteImagePipelineResponse_imagePipelineArn :: Lens' DeleteImagePipelineResponse (Maybe Text)
- deleteImagePipelineResponse_httpStatus :: Lens' DeleteImagePipelineResponse Int
- updateImagePipeline_status :: Lens' UpdateImagePipeline (Maybe PipelineStatus)
- updateImagePipeline_containerRecipeArn :: Lens' UpdateImagePipeline (Maybe Text)
- updateImagePipeline_imageTestsConfiguration :: Lens' UpdateImagePipeline (Maybe ImageTestsConfiguration)
- updateImagePipeline_schedule :: Lens' UpdateImagePipeline (Maybe Schedule)
- updateImagePipeline_enhancedImageMetadataEnabled :: Lens' UpdateImagePipeline (Maybe Bool)
- updateImagePipeline_distributionConfigurationArn :: Lens' UpdateImagePipeline (Maybe Text)
- updateImagePipeline_imageRecipeArn :: Lens' UpdateImagePipeline (Maybe Text)
- updateImagePipeline_description :: Lens' UpdateImagePipeline (Maybe Text)
- updateImagePipeline_imagePipelineArn :: Lens' UpdateImagePipeline Text
- updateImagePipeline_infrastructureConfigurationArn :: Lens' UpdateImagePipeline Text
- updateImagePipeline_clientToken :: Lens' UpdateImagePipeline Text
- updateImagePipelineResponse_requestId :: Lens' UpdateImagePipelineResponse (Maybe Text)
- updateImagePipelineResponse_clientToken :: Lens' UpdateImagePipelineResponse (Maybe Text)
- updateImagePipelineResponse_imagePipelineArn :: Lens' UpdateImagePipelineResponse (Maybe Text)
- updateImagePipelineResponse_httpStatus :: Lens' UpdateImagePipelineResponse Int
- listImagePipelines_filters :: Lens' ListImagePipelines (Maybe (NonEmpty Filter))
- listImagePipelines_nextToken :: Lens' ListImagePipelines (Maybe Text)
- listImagePipelines_maxResults :: Lens' ListImagePipelines (Maybe Natural)
- listImagePipelinesResponse_requestId :: Lens' ListImagePipelinesResponse (Maybe Text)
- listImagePipelinesResponse_nextToken :: Lens' ListImagePipelinesResponse (Maybe Text)
- listImagePipelinesResponse_imagePipelineList :: Lens' ListImagePipelinesResponse (Maybe [ImagePipeline])
- listImagePipelinesResponse_httpStatus :: Lens' ListImagePipelinesResponse Int
- startImagePipelineExecution_imagePipelineArn :: Lens' StartImagePipelineExecution Text
- startImagePipelineExecution_clientToken :: Lens' StartImagePipelineExecution Text
- startImagePipelineExecutionResponse_requestId :: Lens' StartImagePipelineExecutionResponse (Maybe Text)
- startImagePipelineExecutionResponse_clientToken :: Lens' StartImagePipelineExecutionResponse (Maybe Text)
- startImagePipelineExecutionResponse_imageBuildVersionArn :: Lens' StartImagePipelineExecutionResponse (Maybe Text)
- startImagePipelineExecutionResponse_httpStatus :: Lens' StartImagePipelineExecutionResponse Int
- tagResource_resourceArn :: Lens' TagResource Text
- tagResource_tags :: Lens' TagResource (HashMap Text Text)
- tagResourceResponse_httpStatus :: Lens' TagResourceResponse Int
- createImageRecipe_additionalInstanceConfiguration :: Lens' CreateImageRecipe (Maybe AdditionalInstanceConfiguration)
- createImageRecipe_workingDirectory :: Lens' CreateImageRecipe (Maybe Text)
- createImageRecipe_blockDeviceMappings :: Lens' CreateImageRecipe (Maybe [InstanceBlockDeviceMapping])
- createImageRecipe_description :: Lens' CreateImageRecipe (Maybe Text)
- createImageRecipe_tags :: Lens' CreateImageRecipe (Maybe (HashMap Text Text))
- createImageRecipe_name :: Lens' CreateImageRecipe Text
- createImageRecipe_semanticVersion :: Lens' CreateImageRecipe Text
- createImageRecipe_components :: Lens' CreateImageRecipe (NonEmpty ComponentConfiguration)
- createImageRecipe_parentImage :: Lens' CreateImageRecipe Text
- createImageRecipe_clientToken :: Lens' CreateImageRecipe Text
- createImageRecipeResponse_requestId :: Lens' CreateImageRecipeResponse (Maybe Text)
- createImageRecipeResponse_clientToken :: Lens' CreateImageRecipeResponse (Maybe Text)
- createImageRecipeResponse_imageRecipeArn :: Lens' CreateImageRecipeResponse (Maybe Text)
- createImageRecipeResponse_httpStatus :: Lens' CreateImageRecipeResponse Int
- createImage_containerRecipeArn :: Lens' CreateImage (Maybe Text)
- createImage_imageTestsConfiguration :: Lens' CreateImage (Maybe ImageTestsConfiguration)
- createImage_enhancedImageMetadataEnabled :: Lens' CreateImage (Maybe Bool)
- createImage_distributionConfigurationArn :: Lens' CreateImage (Maybe Text)
- createImage_imageRecipeArn :: Lens' CreateImage (Maybe Text)
- createImage_tags :: Lens' CreateImage (Maybe (HashMap Text Text))
- createImage_infrastructureConfigurationArn :: Lens' CreateImage Text
- createImage_clientToken :: Lens' CreateImage Text
- createImageResponse_requestId :: Lens' CreateImageResponse (Maybe Text)
- createImageResponse_clientToken :: Lens' CreateImageResponse (Maybe Text)
- createImageResponse_imageBuildVersionArn :: Lens' CreateImageResponse (Maybe Text)
- createImageResponse_httpStatus :: Lens' CreateImageResponse Int
- untagResource_resourceArn :: Lens' UntagResource Text
- untagResource_tagKeys :: Lens' UntagResource (NonEmpty Text)
- untagResourceResponse_httpStatus :: Lens' UntagResourceResponse Int
- createComponent_data :: Lens' CreateComponent (Maybe Text)
- createComponent_supportedOsVersions :: Lens' CreateComponent (Maybe (NonEmpty Text))
- createComponent_uri :: Lens' CreateComponent (Maybe Text)
- createComponent_kmsKeyId :: Lens' CreateComponent (Maybe Text)
- createComponent_changeDescription :: Lens' CreateComponent (Maybe Text)
- createComponent_description :: Lens' CreateComponent (Maybe Text)
- createComponent_tags :: Lens' CreateComponent (Maybe (HashMap Text Text))
- createComponent_name :: Lens' CreateComponent Text
- createComponent_semanticVersion :: Lens' CreateComponent Text
- createComponent_platform :: Lens' CreateComponent Platform
- createComponent_clientToken :: Lens' CreateComponent Text
- createComponentResponse_requestId :: Lens' CreateComponentResponse (Maybe Text)
- createComponentResponse_clientToken :: Lens' CreateComponentResponse (Maybe Text)
- createComponentResponse_componentBuildVersionArn :: Lens' CreateComponentResponse (Maybe Text)
- createComponentResponse_httpStatus :: Lens' CreateComponentResponse Int
- deleteDistributionConfiguration_distributionConfigurationArn :: Lens' DeleteDistributionConfiguration Text
- deleteDistributionConfigurationResponse_requestId :: Lens' DeleteDistributionConfigurationResponse (Maybe Text)
- deleteDistributionConfigurationResponse_distributionConfigurationArn :: Lens' DeleteDistributionConfigurationResponse (Maybe Text)
- deleteDistributionConfigurationResponse_httpStatus :: Lens' DeleteDistributionConfigurationResponse Int
- updateDistributionConfiguration_description :: Lens' UpdateDistributionConfiguration (Maybe Text)
- updateDistributionConfiguration_distributionConfigurationArn :: Lens' UpdateDistributionConfiguration Text
- updateDistributionConfiguration_distributions :: Lens' UpdateDistributionConfiguration [Distribution]
- updateDistributionConfiguration_clientToken :: Lens' UpdateDistributionConfiguration Text
- updateDistributionConfigurationResponse_requestId :: Lens' UpdateDistributionConfigurationResponse (Maybe Text)
- updateDistributionConfigurationResponse_clientToken :: Lens' UpdateDistributionConfigurationResponse (Maybe Text)
- updateDistributionConfigurationResponse_distributionConfigurationArn :: Lens' UpdateDistributionConfigurationResponse (Maybe Text)
- updateDistributionConfigurationResponse_httpStatus :: Lens' UpdateDistributionConfigurationResponse Int
- listImagePipelineImages_filters :: Lens' ListImagePipelineImages (Maybe (NonEmpty Filter))
- listImagePipelineImages_nextToken :: Lens' ListImagePipelineImages (Maybe Text)
- listImagePipelineImages_maxResults :: Lens' ListImagePipelineImages (Maybe Natural)
- listImagePipelineImages_imagePipelineArn :: Lens' ListImagePipelineImages Text
- listImagePipelineImagesResponse_requestId :: Lens' ListImagePipelineImagesResponse (Maybe Text)
- listImagePipelineImagesResponse_nextToken :: Lens' ListImagePipelineImagesResponse (Maybe Text)
- listImagePipelineImagesResponse_imageSummaryList :: Lens' ListImagePipelineImagesResponse (Maybe [ImageSummary])
- listImagePipelineImagesResponse_httpStatus :: Lens' ListImagePipelineImagesResponse Int
- deleteImageRecipe_imageRecipeArn :: Lens' DeleteImageRecipe Text
- deleteImageRecipeResponse_requestId :: Lens' DeleteImageRecipeResponse (Maybe Text)
- deleteImageRecipeResponse_imageRecipeArn :: Lens' DeleteImageRecipeResponse (Maybe Text)
- deleteImageRecipeResponse_httpStatus :: Lens' DeleteImageRecipeResponse Int
- listComponents_filters :: Lens' ListComponents (Maybe (NonEmpty Filter))
- listComponents_owner :: Lens' ListComponents (Maybe Ownership)
- listComponents_byName :: Lens' ListComponents (Maybe Bool)
- listComponents_nextToken :: Lens' ListComponents (Maybe Text)
- listComponents_maxResults :: Lens' ListComponents (Maybe Natural)
- listComponentsResponse_requestId :: Lens' ListComponentsResponse (Maybe Text)
- listComponentsResponse_componentVersionList :: Lens' ListComponentsResponse (Maybe [ComponentVersion])
- listComponentsResponse_nextToken :: Lens' ListComponentsResponse (Maybe Text)
- listComponentsResponse_httpStatus :: Lens' ListComponentsResponse Int
- putContainerRecipePolicy_containerRecipeArn :: Lens' PutContainerRecipePolicy Text
- putContainerRecipePolicy_policy :: Lens' PutContainerRecipePolicy Text
- putContainerRecipePolicyResponse_requestId :: Lens' PutContainerRecipePolicyResponse (Maybe Text)
- putContainerRecipePolicyResponse_containerRecipeArn :: Lens' PutContainerRecipePolicyResponse (Maybe Text)
- putContainerRecipePolicyResponse_httpStatus :: Lens' PutContainerRecipePolicyResponse Int
- listImages_filters :: Lens' ListImages (Maybe (NonEmpty Filter))
- listImages_owner :: Lens' ListImages (Maybe Ownership)
- listImages_byName :: Lens' ListImages (Maybe Bool)
- listImages_nextToken :: Lens' ListImages (Maybe Text)
- listImages_includeDeprecated :: Lens' ListImages (Maybe Bool)
- listImages_maxResults :: Lens' ListImages (Maybe Natural)
- listImagesResponse_requestId :: Lens' ListImagesResponse (Maybe Text)
- listImagesResponse_imageVersionList :: Lens' ListImagesResponse (Maybe [ImageVersion])
- listImagesResponse_nextToken :: Lens' ListImagesResponse (Maybe Text)
- listImagesResponse_httpStatus :: Lens' ListImagesResponse Int
- createDistributionConfiguration_description :: Lens' CreateDistributionConfiguration (Maybe Text)
- createDistributionConfiguration_tags :: Lens' CreateDistributionConfiguration (Maybe (HashMap Text Text))
- createDistributionConfiguration_name :: Lens' CreateDistributionConfiguration Text
- createDistributionConfiguration_distributions :: Lens' CreateDistributionConfiguration [Distribution]
- createDistributionConfiguration_clientToken :: Lens' CreateDistributionConfiguration Text
- createDistributionConfigurationResponse_requestId :: Lens' CreateDistributionConfigurationResponse (Maybe Text)
- createDistributionConfigurationResponse_clientToken :: Lens' CreateDistributionConfigurationResponse (Maybe Text)
- createDistributionConfigurationResponse_distributionConfigurationArn :: Lens' CreateDistributionConfigurationResponse (Maybe Text)
- createDistributionConfigurationResponse_httpStatus :: Lens' CreateDistributionConfigurationResponse Int
- listImageRecipes_filters :: Lens' ListImageRecipes (Maybe (NonEmpty Filter))
- listImageRecipes_owner :: Lens' ListImageRecipes (Maybe Ownership)
- listImageRecipes_nextToken :: Lens' ListImageRecipes (Maybe Text)
- listImageRecipes_maxResults :: Lens' ListImageRecipes (Maybe Natural)
- listImageRecipesResponse_requestId :: Lens' ListImageRecipesResponse (Maybe Text)
- listImageRecipesResponse_nextToken :: Lens' ListImageRecipesResponse (Maybe Text)
- listImageRecipesResponse_imageRecipeSummaryList :: Lens' ListImageRecipesResponse (Maybe [ImageRecipeSummary])
- listImageRecipesResponse_httpStatus :: Lens' ListImageRecipesResponse Int
- deleteImage_imageBuildVersionArn :: Lens' DeleteImage Text
- deleteImageResponse_requestId :: Lens' DeleteImageResponse (Maybe Text)
- deleteImageResponse_imageBuildVersionArn :: Lens' DeleteImageResponse (Maybe Text)
- deleteImageResponse_httpStatus :: Lens' DeleteImageResponse Int
- deleteComponent_componentBuildVersionArn :: Lens' DeleteComponent Text
- deleteComponentResponse_requestId :: Lens' DeleteComponentResponse (Maybe Text)
- deleteComponentResponse_componentBuildVersionArn :: Lens' DeleteComponentResponse (Maybe Text)
- deleteComponentResponse_httpStatus :: Lens' DeleteComponentResponse Int
- getImage_imageBuildVersionArn :: Lens' GetImage Text
- getImageResponse_requestId :: Lens' GetImageResponse (Maybe Text)
- getImageResponse_image :: Lens' GetImageResponse (Maybe Image)
- getImageResponse_httpStatus :: Lens' GetImageResponse Int
- getContainerRecipePolicy_containerRecipeArn :: Lens' GetContainerRecipePolicy Text
- getContainerRecipePolicyResponse_requestId :: Lens' GetContainerRecipePolicyResponse (Maybe Text)
- getContainerRecipePolicyResponse_policy :: Lens' GetContainerRecipePolicyResponse (Maybe Text)
- getContainerRecipePolicyResponse_httpStatus :: Lens' GetContainerRecipePolicyResponse Int
- getImageRecipe_imageRecipeArn :: Lens' GetImageRecipe Text
- getImageRecipeResponse_requestId :: Lens' GetImageRecipeResponse (Maybe Text)
- getImageRecipeResponse_imageRecipe :: Lens' GetImageRecipeResponse (Maybe ImageRecipe)
- getImageRecipeResponse_httpStatus :: Lens' GetImageRecipeResponse Int
- getComponent_componentBuildVersionArn :: Lens' GetComponent Text
- getComponentResponse_requestId :: Lens' GetComponentResponse (Maybe Text)
- getComponentResponse_component :: Lens' GetComponentResponse (Maybe Component)
- getComponentResponse_httpStatus :: Lens' GetComponentResponse Int
- additionalInstanceConfiguration_systemsManagerAgent :: Lens' AdditionalInstanceConfiguration (Maybe SystemsManagerAgent)
- additionalInstanceConfiguration_userDataOverride :: Lens' AdditionalInstanceConfiguration (Maybe Text)
- ami_image :: Lens' Ami (Maybe Text)
- ami_state :: Lens' Ami (Maybe ImageState)
- ami_accountId :: Lens' Ami (Maybe Text)
- ami_name :: Lens' Ami (Maybe Text)
- ami_region :: Lens' Ami (Maybe Text)
- ami_description :: Lens' Ami (Maybe Text)
- amiDistributionConfiguration_launchPermission :: Lens' AmiDistributionConfiguration (Maybe LaunchPermissionConfiguration)
- amiDistributionConfiguration_targetAccountIds :: Lens' AmiDistributionConfiguration (Maybe (NonEmpty Text))
- amiDistributionConfiguration_amiTags :: Lens' AmiDistributionConfiguration (Maybe (HashMap Text Text))
- amiDistributionConfiguration_name :: Lens' AmiDistributionConfiguration (Maybe Text)
- amiDistributionConfiguration_kmsKeyId :: Lens' AmiDistributionConfiguration (Maybe Text)
- amiDistributionConfiguration_description :: Lens' AmiDistributionConfiguration (Maybe Text)
- component_state :: Lens' Component (Maybe ComponentState)
- component_platform :: Lens' Component (Maybe Platform)
- component_arn :: Lens' Component (Maybe Text)
- component_data :: Lens' Component (Maybe Text)
- component_supportedOsVersions :: Lens' Component (Maybe (NonEmpty Text))
- component_encrypted :: Lens' Component (Maybe Bool)
- component_owner :: Lens' Component (Maybe Text)
- component_dateCreated :: Lens' Component (Maybe Text)
- component_name :: Lens' Component (Maybe Text)
- component_kmsKeyId :: Lens' Component (Maybe Text)
- component_version :: Lens' Component (Maybe Text)
- component_parameters :: Lens' Component (Maybe [ComponentParameterDetail])
- component_changeDescription :: Lens' Component (Maybe Text)
- component_type :: Lens' Component (Maybe ComponentType)
- component_description :: Lens' Component (Maybe Text)
- component_tags :: Lens' Component (Maybe (HashMap Text Text))
- componentConfiguration_parameters :: Lens' ComponentConfiguration (Maybe (NonEmpty ComponentParameter))
- componentConfiguration_componentArn :: Lens' ComponentConfiguration Text
- componentParameter_name :: Lens' ComponentParameter Text
- componentParameter_value :: Lens' ComponentParameter [Text]
- componentParameterDetail_defaultValue :: Lens' ComponentParameterDetail (Maybe [Text])
- componentParameterDetail_description :: Lens' ComponentParameterDetail (Maybe Text)
- componentParameterDetail_name :: Lens' ComponentParameterDetail Text
- componentParameterDetail_type :: Lens' ComponentParameterDetail Text
- componentState_status :: Lens' ComponentState (Maybe ComponentStatus)
- componentState_reason :: Lens' ComponentState (Maybe Text)
- componentSummary_state :: Lens' ComponentSummary (Maybe ComponentState)
- componentSummary_platform :: Lens' ComponentSummary (Maybe Platform)
- componentSummary_arn :: Lens' ComponentSummary (Maybe Text)
- componentSummary_supportedOsVersions :: Lens' ComponentSummary (Maybe (NonEmpty Text))
- componentSummary_owner :: Lens' ComponentSummary (Maybe Text)
- componentSummary_dateCreated :: Lens' ComponentSummary (Maybe Text)
- componentSummary_name :: Lens' ComponentSummary (Maybe Text)
- componentSummary_version :: Lens' ComponentSummary (Maybe Text)
- componentSummary_changeDescription :: Lens' ComponentSummary (Maybe Text)
- componentSummary_type :: Lens' ComponentSummary (Maybe ComponentType)
- componentSummary_description :: Lens' ComponentSummary (Maybe Text)
- componentSummary_tags :: Lens' ComponentSummary (Maybe (HashMap Text Text))
- componentVersion_platform :: Lens' ComponentVersion (Maybe Platform)
- componentVersion_arn :: Lens' ComponentVersion (Maybe Text)
- componentVersion_supportedOsVersions :: Lens' ComponentVersion (Maybe (NonEmpty Text))
- componentVersion_owner :: Lens' ComponentVersion (Maybe Text)
- componentVersion_dateCreated :: Lens' ComponentVersion (Maybe Text)
- componentVersion_name :: Lens' ComponentVersion (Maybe Text)
- componentVersion_version :: Lens' ComponentVersion (Maybe Text)
- componentVersion_type :: Lens' ComponentVersion (Maybe ComponentType)
- componentVersion_description :: Lens' ComponentVersion (Maybe Text)
- container_imageUris :: Lens' Container (Maybe [Text])
- container_region :: Lens' Container (Maybe Text)
- containerDistributionConfiguration_containerTags :: Lens' ContainerDistributionConfiguration (Maybe [Text])
- containerDistributionConfiguration_description :: Lens' ContainerDistributionConfiguration (Maybe Text)
- containerDistributionConfiguration_targetRepository :: Lens' ContainerDistributionConfiguration TargetContainerRepository
- containerRecipe_components :: Lens' ContainerRecipe (Maybe (NonEmpty ComponentConfiguration))
- containerRecipe_containerType :: Lens' ContainerRecipe (Maybe ContainerType)
- containerRecipe_platform :: Lens' ContainerRecipe (Maybe Platform)
- containerRecipe_dockerfileTemplateData :: Lens' ContainerRecipe (Maybe Text)
- containerRecipe_arn :: Lens' ContainerRecipe (Maybe Text)
- containerRecipe_workingDirectory :: Lens' ContainerRecipe (Maybe Text)
- containerRecipe_parentImage :: Lens' ContainerRecipe (Maybe Text)
- containerRecipe_encrypted :: Lens' ContainerRecipe (Maybe Bool)
- containerRecipe_owner :: Lens' ContainerRecipe (Maybe Text)
- containerRecipe_dateCreated :: Lens' ContainerRecipe (Maybe Text)
- containerRecipe_name :: Lens' ContainerRecipe (Maybe Text)
- containerRecipe_kmsKeyId :: Lens' ContainerRecipe (Maybe Text)
- containerRecipe_version :: Lens' ContainerRecipe (Maybe Text)
- containerRecipe_targetRepository :: Lens' ContainerRecipe (Maybe TargetContainerRepository)
- containerRecipe_description :: Lens' ContainerRecipe (Maybe Text)
- containerRecipe_tags :: Lens' ContainerRecipe (Maybe (HashMap Text Text))
- containerRecipe_instanceConfiguration :: Lens' ContainerRecipe (Maybe InstanceConfiguration)
- containerRecipeSummary_containerType :: Lens' ContainerRecipeSummary (Maybe ContainerType)
- containerRecipeSummary_platform :: Lens' ContainerRecipeSummary (Maybe Platform)
- containerRecipeSummary_arn :: Lens' ContainerRecipeSummary (Maybe Text)
- containerRecipeSummary_parentImage :: Lens' ContainerRecipeSummary (Maybe Text)
- containerRecipeSummary_owner :: Lens' ContainerRecipeSummary (Maybe Text)
- containerRecipeSummary_dateCreated :: Lens' ContainerRecipeSummary (Maybe Text)
- containerRecipeSummary_name :: Lens' ContainerRecipeSummary (Maybe Text)
- containerRecipeSummary_tags :: Lens' ContainerRecipeSummary (Maybe (HashMap Text Text))
- distribution_amiDistributionConfiguration :: Lens' Distribution (Maybe AmiDistributionConfiguration)
- distribution_launchTemplateConfigurations :: Lens' Distribution (Maybe (NonEmpty LaunchTemplateConfiguration))
- distribution_licenseConfigurationArns :: Lens' Distribution (Maybe (NonEmpty Text))
- distribution_containerDistributionConfiguration :: Lens' Distribution (Maybe ContainerDistributionConfiguration)
- distribution_region :: Lens' Distribution Text
- distributionConfiguration_arn :: Lens' DistributionConfiguration (Maybe Text)
- distributionConfiguration_dateUpdated :: Lens' DistributionConfiguration (Maybe Text)
- distributionConfiguration_dateCreated :: Lens' DistributionConfiguration (Maybe Text)
- distributionConfiguration_name :: Lens' DistributionConfiguration (Maybe Text)
- distributionConfiguration_description :: Lens' DistributionConfiguration (Maybe Text)
- distributionConfiguration_distributions :: Lens' DistributionConfiguration (Maybe [Distribution])
- distributionConfiguration_tags :: Lens' DistributionConfiguration (Maybe (HashMap Text Text))
- distributionConfiguration_timeoutMinutes :: Lens' DistributionConfiguration Natural
- distributionConfigurationSummary_arn :: Lens' DistributionConfigurationSummary (Maybe Text)
- distributionConfigurationSummary_regions :: Lens' DistributionConfigurationSummary (Maybe [Text])
- distributionConfigurationSummary_dateUpdated :: Lens' DistributionConfigurationSummary (Maybe Text)
- distributionConfigurationSummary_dateCreated :: Lens' DistributionConfigurationSummary (Maybe Text)
- distributionConfigurationSummary_name :: Lens' DistributionConfigurationSummary (Maybe Text)
- distributionConfigurationSummary_description :: Lens' DistributionConfigurationSummary (Maybe Text)
- distributionConfigurationSummary_tags :: Lens' DistributionConfigurationSummary (Maybe (HashMap Text Text))
- ebsInstanceBlockDeviceSpecification_deleteOnTermination :: Lens' EbsInstanceBlockDeviceSpecification (Maybe Bool)
- ebsInstanceBlockDeviceSpecification_throughput :: Lens' EbsInstanceBlockDeviceSpecification (Maybe Natural)
- ebsInstanceBlockDeviceSpecification_volumeSize :: Lens' EbsInstanceBlockDeviceSpecification (Maybe Natural)
- ebsInstanceBlockDeviceSpecification_iops :: Lens' EbsInstanceBlockDeviceSpecification (Maybe Natural)
- ebsInstanceBlockDeviceSpecification_encrypted :: Lens' EbsInstanceBlockDeviceSpecification (Maybe Bool)
- ebsInstanceBlockDeviceSpecification_kmsKeyId :: Lens' EbsInstanceBlockDeviceSpecification (Maybe Text)
- ebsInstanceBlockDeviceSpecification_volumeType :: Lens' EbsInstanceBlockDeviceSpecification (Maybe EbsVolumeType)
- ebsInstanceBlockDeviceSpecification_snapshotId :: Lens' EbsInstanceBlockDeviceSpecification (Maybe Text)
- filter_values :: Lens' Filter (Maybe (NonEmpty Text))
- filter_name :: Lens' Filter (Maybe Text)
- image_imageRecipe :: Lens' Image (Maybe ImageRecipe)
- image_state :: Lens' Image (Maybe ImageState)
- image_platform :: Lens' Image (Maybe Platform)
- image_imageTestsConfiguration :: Lens' Image (Maybe ImageTestsConfiguration)
- image_arn :: Lens' Image (Maybe Text)
- image_enhancedImageMetadataEnabled :: Lens' Image (Maybe Bool)
- image_dateCreated :: Lens' Image (Maybe Text)
- image_containerRecipe :: Lens' Image (Maybe ContainerRecipe)
- image_name :: Lens' Image (Maybe Text)
- image_infrastructureConfiguration :: Lens' Image (Maybe InfrastructureConfiguration)
- image_version :: Lens' Image (Maybe Text)
- image_distributionConfiguration :: Lens' Image (Maybe DistributionConfiguration)
- image_sourcePipelineArn :: Lens' Image (Maybe Text)
- image_type :: Lens' Image (Maybe ImageType)
- image_sourcePipelineName :: Lens' Image (Maybe Text)
- image_outputResources :: Lens' Image (Maybe OutputResources)
- image_osVersion :: Lens' Image (Maybe Text)
- image_tags :: Lens' Image (Maybe (HashMap Text Text))
- imagePackage_packageName :: Lens' ImagePackage (Maybe Text)
- imagePackage_packageVersion :: Lens' ImagePackage (Maybe Text)
- imagePipeline_status :: Lens' ImagePipeline (Maybe PipelineStatus)
- imagePipeline_dateLastRun :: Lens' ImagePipeline (Maybe Text)
- imagePipeline_platform :: Lens' ImagePipeline (Maybe Platform)
- imagePipeline_infrastructureConfigurationArn :: Lens' ImagePipeline (Maybe Text)
- imagePipeline_containerRecipeArn :: Lens' ImagePipeline (Maybe Text)
- imagePipeline_imageTestsConfiguration :: Lens' ImagePipeline (Maybe ImageTestsConfiguration)
- imagePipeline_dateNextRun :: Lens' ImagePipeline (Maybe Text)
- imagePipeline_arn :: Lens' ImagePipeline (Maybe Text)
- imagePipeline_schedule :: Lens' ImagePipeline (Maybe Schedule)
- imagePipeline_enhancedImageMetadataEnabled :: Lens' ImagePipeline (Maybe Bool)
- imagePipeline_dateUpdated :: Lens' ImagePipeline (Maybe Text)
- imagePipeline_dateCreated :: Lens' ImagePipeline (Maybe Text)
- imagePipeline_name :: Lens' ImagePipeline (Maybe Text)
- imagePipeline_distributionConfigurationArn :: Lens' ImagePipeline (Maybe Text)
- imagePipeline_imageRecipeArn :: Lens' ImagePipeline (Maybe Text)
- imagePipeline_description :: Lens' ImagePipeline (Maybe Text)
- imagePipeline_tags :: Lens' ImagePipeline (Maybe (HashMap Text Text))
- imageRecipe_components :: Lens' ImageRecipe (Maybe (NonEmpty ComponentConfiguration))
- imageRecipe_platform :: Lens' ImageRecipe (Maybe Platform)
- imageRecipe_arn :: Lens' ImageRecipe (Maybe Text)
- imageRecipe_additionalInstanceConfiguration :: Lens' ImageRecipe (Maybe AdditionalInstanceConfiguration)
- imageRecipe_workingDirectory :: Lens' ImageRecipe (Maybe Text)
- imageRecipe_parentImage :: Lens' ImageRecipe (Maybe Text)
- imageRecipe_owner :: Lens' ImageRecipe (Maybe Text)
- imageRecipe_dateCreated :: Lens' ImageRecipe (Maybe Text)
- imageRecipe_name :: Lens' ImageRecipe (Maybe Text)
- imageRecipe_version :: Lens' ImageRecipe (Maybe Text)
- imageRecipe_type :: Lens' ImageRecipe (Maybe ImageType)
- imageRecipe_blockDeviceMappings :: Lens' ImageRecipe (Maybe [InstanceBlockDeviceMapping])
- imageRecipe_description :: Lens' ImageRecipe (Maybe Text)
- imageRecipe_tags :: Lens' ImageRecipe (Maybe (HashMap Text Text))
- imageRecipeSummary_platform :: Lens' ImageRecipeSummary (Maybe Platform)
- imageRecipeSummary_arn :: Lens' ImageRecipeSummary (Maybe Text)
- imageRecipeSummary_parentImage :: Lens' ImageRecipeSummary (Maybe Text)
- imageRecipeSummary_owner :: Lens' ImageRecipeSummary (Maybe Text)
- imageRecipeSummary_dateCreated :: Lens' ImageRecipeSummary (Maybe Text)
- imageRecipeSummary_name :: Lens' ImageRecipeSummary (Maybe Text)
- imageRecipeSummary_tags :: Lens' ImageRecipeSummary (Maybe (HashMap Text Text))
- imageState_status :: Lens' ImageState (Maybe ImageStatus)
- imageState_reason :: Lens' ImageState (Maybe Text)
- imageSummary_state :: Lens' ImageSummary (Maybe ImageState)
- imageSummary_platform :: Lens' ImageSummary (Maybe Platform)
- imageSummary_arn :: Lens' ImageSummary (Maybe Text)
- imageSummary_owner :: Lens' ImageSummary (Maybe Text)
- imageSummary_dateCreated :: Lens' ImageSummary (Maybe Text)
- imageSummary_name :: Lens' ImageSummary (Maybe Text)
- imageSummary_version :: Lens' ImageSummary (Maybe Text)
- imageSummary_type :: Lens' ImageSummary (Maybe ImageType)
- imageSummary_outputResources :: Lens' ImageSummary (Maybe OutputResources)
- imageSummary_osVersion :: Lens' ImageSummary (Maybe Text)
- imageSummary_tags :: Lens' ImageSummary (Maybe (HashMap Text Text))
- imageTestsConfiguration_timeoutMinutes :: Lens' ImageTestsConfiguration (Maybe Natural)
- imageTestsConfiguration_imageTestsEnabled :: Lens' ImageTestsConfiguration (Maybe Bool)
- imageVersion_platform :: Lens' ImageVersion (Maybe Platform)
- imageVersion_arn :: Lens' ImageVersion (Maybe Text)
- imageVersion_owner :: Lens' ImageVersion (Maybe Text)
- imageVersion_dateCreated :: Lens' ImageVersion (Maybe Text)
- imageVersion_name :: Lens' ImageVersion (Maybe Text)
- imageVersion_version :: Lens' ImageVersion (Maybe Text)
- imageVersion_type :: Lens' ImageVersion (Maybe ImageType)
- imageVersion_osVersion :: Lens' ImageVersion (Maybe Text)
- infrastructureConfiguration_securityGroupIds :: Lens' InfrastructureConfiguration (Maybe [Text])
- infrastructureConfiguration_snsTopicArn :: Lens' InfrastructureConfiguration (Maybe Text)
- infrastructureConfiguration_instanceTypes :: Lens' InfrastructureConfiguration (Maybe [Text])
- infrastructureConfiguration_arn :: Lens' InfrastructureConfiguration (Maybe Text)
- infrastructureConfiguration_keyPair :: Lens' InfrastructureConfiguration (Maybe Text)
- infrastructureConfiguration_resourceTags :: Lens' InfrastructureConfiguration (Maybe (HashMap Text Text))
- infrastructureConfiguration_subnetId :: Lens' InfrastructureConfiguration (Maybe Text)
- infrastructureConfiguration_dateUpdated :: Lens' InfrastructureConfiguration (Maybe Text)
- infrastructureConfiguration_dateCreated :: Lens' InfrastructureConfiguration (Maybe Text)
- infrastructureConfiguration_instanceMetadataOptions :: Lens' InfrastructureConfiguration (Maybe InstanceMetadataOptions)
- infrastructureConfiguration_name :: Lens' InfrastructureConfiguration (Maybe Text)
- infrastructureConfiguration_instanceProfileName :: Lens' InfrastructureConfiguration (Maybe Text)
- infrastructureConfiguration_logging :: Lens' InfrastructureConfiguration (Maybe Logging)
- infrastructureConfiguration_description :: Lens' InfrastructureConfiguration (Maybe Text)
- infrastructureConfiguration_tags :: Lens' InfrastructureConfiguration (Maybe (HashMap Text Text))
- infrastructureConfiguration_terminateInstanceOnFailure :: Lens' InfrastructureConfiguration (Maybe Bool)
- infrastructureConfigurationSummary_instanceTypes :: Lens' InfrastructureConfigurationSummary (Maybe [Text])
- infrastructureConfigurationSummary_arn :: Lens' InfrastructureConfigurationSummary (Maybe Text)
- infrastructureConfigurationSummary_resourceTags :: Lens' InfrastructureConfigurationSummary (Maybe (HashMap Text Text))
- infrastructureConfigurationSummary_dateUpdated :: Lens' InfrastructureConfigurationSummary (Maybe Text)
- infrastructureConfigurationSummary_dateCreated :: Lens' InfrastructureConfigurationSummary (Maybe Text)
- infrastructureConfigurationSummary_name :: Lens' InfrastructureConfigurationSummary (Maybe Text)
- infrastructureConfigurationSummary_instanceProfileName :: Lens' InfrastructureConfigurationSummary (Maybe Text)
- infrastructureConfigurationSummary_description :: Lens' InfrastructureConfigurationSummary (Maybe Text)
- infrastructureConfigurationSummary_tags :: Lens' InfrastructureConfigurationSummary (Maybe (HashMap Text Text))
- instanceBlockDeviceMapping_virtualName :: Lens' InstanceBlockDeviceMapping (Maybe Text)
- instanceBlockDeviceMapping_noDevice :: Lens' InstanceBlockDeviceMapping (Maybe Text)
- instanceBlockDeviceMapping_ebs :: Lens' InstanceBlockDeviceMapping (Maybe EbsInstanceBlockDeviceSpecification)
- instanceBlockDeviceMapping_deviceName :: Lens' InstanceBlockDeviceMapping (Maybe Text)
- instanceConfiguration_image :: Lens' InstanceConfiguration (Maybe Text)
- instanceConfiguration_blockDeviceMappings :: Lens' InstanceConfiguration (Maybe [InstanceBlockDeviceMapping])
- instanceMetadataOptions_httpPutResponseHopLimit :: Lens' InstanceMetadataOptions (Maybe Natural)
- instanceMetadataOptions_httpTokens :: Lens' InstanceMetadataOptions (Maybe Text)
- launchPermissionConfiguration_userIds :: Lens' LaunchPermissionConfiguration (Maybe (NonEmpty Text))
- launchPermissionConfiguration_userGroups :: Lens' LaunchPermissionConfiguration (Maybe [Text])
- launchTemplateConfiguration_setDefaultVersion :: Lens' LaunchTemplateConfiguration (Maybe Bool)
- launchTemplateConfiguration_accountId :: Lens' LaunchTemplateConfiguration (Maybe Text)
- launchTemplateConfiguration_launchTemplateId :: Lens' LaunchTemplateConfiguration Text
- logging_s3Logs :: Lens' Logging (Maybe S3Logs)
- outputResources_containers :: Lens' OutputResources (Maybe [Container])
- outputResources_amis :: Lens' OutputResources (Maybe [Ami])
- s3Logs_s3KeyPrefix :: Lens' S3Logs (Maybe Text)
- s3Logs_s3BucketName :: Lens' S3Logs (Maybe Text)
- schedule_scheduleExpression :: Lens' Schedule (Maybe Text)
- schedule_pipelineExecutionStartCondition :: Lens' Schedule (Maybe PipelineExecutionStartCondition)
- schedule_timezone :: Lens' Schedule (Maybe Text)
- systemsManagerAgent_uninstallAfterBuild :: Lens' SystemsManagerAgent (Maybe Bool)
- targetContainerRepository_service :: Lens' TargetContainerRepository ContainerRepositoryService
- targetContainerRepository_repositoryName :: Lens' TargetContainerRepository Text
Operations
ListImagePackages
listImagePackages_nextToken :: Lens' ListImagePackages (Maybe Text) Source #
A token to specify where to start paginating. This is the NextToken from a previously truncated response.
listImagePackages_maxResults :: Lens' ListImagePackages (Maybe Natural) Source #
The maxiumum number of results to return from the ListImagePackages request.
listImagePackages_imageBuildVersionArn :: Lens' ListImagePackages Text Source #
Filter results for the ListImagePackages request by the Image Build Version ARN
listImagePackagesResponse_requestId :: Lens' ListImagePackagesResponse (Maybe Text) Source #
The request ID that uniquely identifies this request.
listImagePackagesResponse_imagePackageList :: Lens' ListImagePackagesResponse (Maybe [ImagePackage]) Source #
The list of Image Packages returned in the response.
listImagePackagesResponse_nextToken :: Lens' ListImagePackagesResponse (Maybe Text) Source #
A token to specify where to start paginating. This is the NextToken from a previously truncated response.
listImagePackagesResponse_httpStatus :: Lens' ListImagePackagesResponse Int Source #
The response's http status code.
GetDistributionConfiguration
getDistributionConfiguration_distributionConfigurationArn :: Lens' GetDistributionConfiguration Text Source #
The Amazon Resource Name (ARN) of the distribution configuration that you want to retrieve.
getDistributionConfigurationResponse_requestId :: Lens' GetDistributionConfigurationResponse (Maybe Text) Source #
The request ID that uniquely identifies this request.
getDistributionConfigurationResponse_distributionConfiguration :: Lens' GetDistributionConfigurationResponse (Maybe DistributionConfiguration) Source #
The distribution configuration object.
getDistributionConfigurationResponse_httpStatus :: Lens' GetDistributionConfigurationResponse Int Source #
The response's http status code.
ImportComponent
importComponent_data :: Lens' ImportComponent (Maybe Text) Source #
The data of the component. Used to specify the data inline. Either
data
or uri
can be used to specify the data within the component.
importComponent_uri :: Lens' ImportComponent (Maybe Text) Source #
The uri of the component. Must be an Amazon S3 URL and the requester
must have permission to access the Amazon S3 bucket. If you use Amazon
S3, you can specify component content up to your service quota. Either
data
or uri
can be used to specify the data within the component.
importComponent_kmsKeyId :: Lens' ImportComponent (Maybe Text) Source #
The ID of the KMS key that should be used to encrypt this component.
importComponent_changeDescription :: Lens' ImportComponent (Maybe Text) Source #
The change description of the component. Describes what change has been made in this version, or what makes this version different from other versions of this component.
importComponent_description :: Lens' ImportComponent (Maybe Text) Source #
The description of the component. Describes the contents of the component.
importComponent_tags :: Lens' ImportComponent (Maybe (HashMap Text Text)) Source #
The tags of the component.
importComponent_name :: Lens' ImportComponent Text Source #
The name of the component.
importComponent_semanticVersion :: Lens' ImportComponent Text Source #
The semantic version of the component. This version follows the semantic version syntax.
The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them.
Filtering: With semantic versioning, you have the flexibility to use wildcards (x) to specify the most recent versions or nodes when selecting the base image or components for your recipe. When you use a wildcard in any node, all nodes to the right of the first wildcard must also be wildcards.
importComponent_type :: Lens' ImportComponent ComponentType Source #
The type of the component denotes whether the component is used to build the image, or only to test it.
importComponent_format :: Lens' ImportComponent ComponentFormat Source #
The format of the resource that you want to import as a component.
importComponent_platform :: Lens' ImportComponent Platform Source #
The platform of the component.
importComponent_clientToken :: Lens' ImportComponent Text Source #
The idempotency token of the component.
importComponentResponse_requestId :: Lens' ImportComponentResponse (Maybe Text) Source #
The request ID that uniquely identifies this request.
importComponentResponse_clientToken :: Lens' ImportComponentResponse (Maybe Text) Source #
The idempotency token used to make this request idempotent.
importComponentResponse_componentBuildVersionArn :: Lens' ImportComponentResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the imported component.
importComponentResponse_httpStatus :: Lens' ImportComponentResponse Int Source #
The response's http status code.
ListComponentBuildVersions
listComponentBuildVersions_nextToken :: Lens' ListComponentBuildVersions (Maybe Text) Source #
A token to specify where to start paginating. This is the NextToken from a previously truncated response.
listComponentBuildVersions_maxResults :: Lens' ListComponentBuildVersions (Maybe Natural) Source #
The maximum items to return in a request.
listComponentBuildVersions_componentVersionArn :: Lens' ListComponentBuildVersions Text Source #
The component version Amazon Resource Name (ARN) whose versions you want to list.
listComponentBuildVersionsResponse_requestId :: Lens' ListComponentBuildVersionsResponse (Maybe Text) Source #
The request ID that uniquely identifies this request.
listComponentBuildVersionsResponse_nextToken :: Lens' ListComponentBuildVersionsResponse (Maybe Text) Source #
The next token used for paginated responses. When this is not empty, there are additional elements that the service has not included in this request. Use this token with the next request to retrieve additional objects.
listComponentBuildVersionsResponse_componentSummaryList :: Lens' ListComponentBuildVersionsResponse (Maybe [ComponentSummary]) Source #
The list of component summaries for the specified semantic version.
listComponentBuildVersionsResponse_httpStatus :: Lens' ListComponentBuildVersionsResponse Int Source #
The response's http status code.
ListTagsForResource
listTagsForResource_resourceArn :: Lens' ListTagsForResource Text Source #
The Amazon Resource Name (ARN) of the resource whose tags you want to retrieve.
listTagsForResourceResponse_tags :: Lens' ListTagsForResourceResponse (Maybe (HashMap Text Text)) Source #
The tags for the specified resource.
listTagsForResourceResponse_httpStatus :: Lens' ListTagsForResourceResponse Int Source #
The response's http status code.
ListImageBuildVersions
listImageBuildVersions_filters :: Lens' ListImageBuildVersions (Maybe (NonEmpty Filter)) Source #
Use the following filters to streamline results:
name
osVersion
platform
type
version
listImageBuildVersions_nextToken :: Lens' ListImageBuildVersions (Maybe Text) Source #
A token to specify where to start paginating. This is the NextToken from a previously truncated response.
listImageBuildVersions_maxResults :: Lens' ListImageBuildVersions (Maybe Natural) Source #
The maximum items to return in a request.
listImageBuildVersions_imageVersionArn :: Lens' ListImageBuildVersions Text Source #
The Amazon Resource Name (ARN) of the image whose build versions you want to retrieve.
listImageBuildVersionsResponse_requestId :: Lens' ListImageBuildVersionsResponse (Maybe Text) Source #
The request ID that uniquely identifies this request.
listImageBuildVersionsResponse_nextToken :: Lens' ListImageBuildVersionsResponse (Maybe Text) Source #
The next token used for paginated responses. When this is not empty, there are additional elements that the service has not included in this request. Use this token with the next request to retrieve additional objects.
listImageBuildVersionsResponse_imageSummaryList :: Lens' ListImageBuildVersionsResponse (Maybe [ImageSummary]) Source #
The list of image build versions.
listImageBuildVersionsResponse_httpStatus :: Lens' ListImageBuildVersionsResponse Int Source #
The response's http status code.
CancelImageCreation
cancelImageCreation_imageBuildVersionArn :: Lens' CancelImageCreation Text Source #
The Amazon Resource Name (ARN) of the image whose creation you want to cancel.
cancelImageCreation_clientToken :: Lens' CancelImageCreation Text Source #
The idempotency token used to make this request idempotent.
cancelImageCreationResponse_requestId :: Lens' CancelImageCreationResponse (Maybe Text) Source #
The request ID that uniquely identifies this request.
cancelImageCreationResponse_clientToken :: Lens' CancelImageCreationResponse (Maybe Text) Source #
The idempotency token used to make this request idempotent.
cancelImageCreationResponse_imageBuildVersionArn :: Lens' CancelImageCreationResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the image whose creation has been cancelled.
cancelImageCreationResponse_httpStatus :: Lens' CancelImageCreationResponse Int Source #
The response's http status code.
GetImagePipeline
getImagePipeline_imagePipelineArn :: Lens' GetImagePipeline Text Source #
The Amazon Resource Name (ARN) of the image pipeline that you want to retrieve.
getImagePipelineResponse_requestId :: Lens' GetImagePipelineResponse (Maybe Text) Source #
The request ID that uniquely identifies this request.
getImagePipelineResponse_imagePipeline :: Lens' GetImagePipelineResponse (Maybe ImagePipeline) Source #
The image pipeline object.
getImagePipelineResponse_httpStatus :: Lens' GetImagePipelineResponse Int Source #
The response's http status code.
CreateInfrastructureConfiguration
createInfrastructureConfiguration_securityGroupIds :: Lens' CreateInfrastructureConfiguration (Maybe [Text]) Source #
The security group IDs to associate with the instance used to customize your Amazon EC2 AMI.
createInfrastructureConfiguration_snsTopicArn :: Lens' CreateInfrastructureConfiguration (Maybe Text) Source #
The SNS topic on which to send image build events.
createInfrastructureConfiguration_instanceTypes :: Lens' CreateInfrastructureConfiguration (Maybe [Text]) Source #
The instance types of the infrastructure configuration. You can specify one or more instance types to use for this build. The service will pick one of these instance types based on availability.
createInfrastructureConfiguration_keyPair :: Lens' CreateInfrastructureConfiguration (Maybe Text) Source #
The key pair of the infrastructure configuration. You can use this to log on to and debug the instance used to create your image.
createInfrastructureConfiguration_resourceTags :: Lens' CreateInfrastructureConfiguration (Maybe (HashMap Text Text)) Source #
The tags attached to the resource created by Image Builder.
createInfrastructureConfiguration_subnetId :: Lens' CreateInfrastructureConfiguration (Maybe Text) Source #
The subnet ID in which to place the instance used to customize your Amazon EC2 AMI.
createInfrastructureConfiguration_instanceMetadataOptions :: Lens' CreateInfrastructureConfiguration (Maybe InstanceMetadataOptions) Source #
The instance metadata options that you can set for the HTTP requests that pipeline builds use to launch EC2 build and test instances.
createInfrastructureConfiguration_logging :: Lens' CreateInfrastructureConfiguration (Maybe Logging) Source #
The logging configuration of the infrastructure configuration.
createInfrastructureConfiguration_description :: Lens' CreateInfrastructureConfiguration (Maybe Text) Source #
The description of the infrastructure configuration.
createInfrastructureConfiguration_tags :: Lens' CreateInfrastructureConfiguration (Maybe (HashMap Text Text)) Source #
The tags of the infrastructure configuration.
createInfrastructureConfiguration_terminateInstanceOnFailure :: Lens' CreateInfrastructureConfiguration (Maybe Bool) Source #
The terminate instance on failure setting of the infrastructure configuration. Set to false if you want Image Builder to retain the instance used to configure your AMI if the build or test phase of your workflow fails.
createInfrastructureConfiguration_name :: Lens' CreateInfrastructureConfiguration Text Source #
The name of the infrastructure configuration.
createInfrastructureConfiguration_instanceProfileName :: Lens' CreateInfrastructureConfiguration Text Source #
The instance profile to associate with the instance used to customize your Amazon EC2 AMI.
createInfrastructureConfiguration_clientToken :: Lens' CreateInfrastructureConfiguration Text Source #
The idempotency token used to make this request idempotent.
createInfrastructureConfigurationResponse_requestId :: Lens' CreateInfrastructureConfigurationResponse (Maybe Text) Source #
The request ID that uniquely identifies this request.
createInfrastructureConfigurationResponse_infrastructureConfigurationArn :: Lens' CreateInfrastructureConfigurationResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the infrastructure configuration that was created by this request.
createInfrastructureConfigurationResponse_clientToken :: Lens' CreateInfrastructureConfigurationResponse (Maybe Text) Source #
The idempotency token used to make this request idempotent.
createInfrastructureConfigurationResponse_httpStatus :: Lens' CreateInfrastructureConfigurationResponse Int Source #
The response's http status code.
ListDistributionConfigurations
listDistributionConfigurations_filters :: Lens' ListDistributionConfigurations (Maybe (NonEmpty Filter)) Source #
You can filter on name
to streamline results.
listDistributionConfigurations_nextToken :: Lens' ListDistributionConfigurations (Maybe Text) Source #
A token to specify where to start paginating. This is the NextToken from a previously truncated response.
listDistributionConfigurations_maxResults :: Lens' ListDistributionConfigurations (Maybe Natural) Source #
The maximum items to return in a request.
listDistributionConfigurationsResponse_requestId :: Lens' ListDistributionConfigurationsResponse (Maybe Text) Source #
The request ID that uniquely identifies this request.
listDistributionConfigurationsResponse_distributionConfigurationSummaryList :: Lens' ListDistributionConfigurationsResponse (Maybe [DistributionConfigurationSummary]) Source #
The list of distributions.
listDistributionConfigurationsResponse_nextToken :: Lens' ListDistributionConfigurationsResponse (Maybe Text) Source #
The next token used for paginated responses. When this is not empty, there are additional elements that the service has not included in this request. Use this token with the next request to retrieve additional objects.
listDistributionConfigurationsResponse_httpStatus :: Lens' ListDistributionConfigurationsResponse Int Source #
The response's http status code.
CreateContainerRecipe
createContainerRecipe_dockerfileTemplateData :: Lens' CreateContainerRecipe (Maybe Text) Source #
The Dockerfile template used to build your image as an inline data blob.
createContainerRecipe_imageOsVersionOverride :: Lens' CreateContainerRecipe (Maybe Text) Source #
Specifies the operating system version for the base image.
createContainerRecipe_workingDirectory :: Lens' CreateContainerRecipe (Maybe Text) Source #
The working directory for use during build and test workflows.
createContainerRecipe_dockerfileTemplateUri :: Lens' CreateContainerRecipe (Maybe Text) Source #
The Amazon S3 URI for the Dockerfile that will be used to build your container image.
createContainerRecipe_kmsKeyId :: Lens' CreateContainerRecipe (Maybe Text) Source #
Identifies which KMS key is used to encrypt the container image.
createContainerRecipe_platformOverride :: Lens' CreateContainerRecipe (Maybe Platform) Source #
Specifies the operating system platform when you use a custom base image.
createContainerRecipe_description :: Lens' CreateContainerRecipe (Maybe Text) Source #
The description of the container recipe.
createContainerRecipe_tags :: Lens' CreateContainerRecipe (Maybe (HashMap Text Text)) Source #
Tags that are attached to the container recipe.
createContainerRecipe_instanceConfiguration :: Lens' CreateContainerRecipe (Maybe InstanceConfiguration) Source #
A group of options that can be used to configure an instance for building and testing container images.
createContainerRecipe_containerType :: Lens' CreateContainerRecipe ContainerType Source #
The type of container to create.
createContainerRecipe_name :: Lens' CreateContainerRecipe Text Source #
The name of the container recipe.
createContainerRecipe_semanticVersion :: Lens' CreateContainerRecipe Text Source #
The semantic version of the container recipe. This version follows the semantic version syntax.
The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them.
Assignment: For the first three nodes you can assign any positive integer value, including zero, with an upper limit of 2^30-1, or 1073741823 for each node. Image Builder automatically assigns the build number to the fourth node.
Patterns: You can use any numeric pattern that adheres to the assignment requirements for the nodes that you can assign. For example, you might choose a software version pattern, such as 1.0.0, or a date, such as 2021.01.01.
createContainerRecipe_components :: Lens' CreateContainerRecipe (NonEmpty ComponentConfiguration) Source #
Components for build and test that are included in the container recipe.
createContainerRecipe_parentImage :: Lens' CreateContainerRecipe Text Source #
The base image for the container recipe.
createContainerRecipe_targetRepository :: Lens' CreateContainerRecipe TargetContainerRepository Source #
The destination repository for the container image.
createContainerRecipe_clientToken :: Lens' CreateContainerRecipe Text Source #
The client token used to make this request idempotent.
createContainerRecipeResponse_requestId :: Lens' CreateContainerRecipeResponse (Maybe Text) Source #
The request ID that uniquely identifies this request.
createContainerRecipeResponse_clientToken :: Lens' CreateContainerRecipeResponse (Maybe Text) Source #
The client token used to make this request idempotent.
createContainerRecipeResponse_containerRecipeArn :: Lens' CreateContainerRecipeResponse (Maybe Text) Source #
Returns the Amazon Resource Name (ARN) of the container recipe that the request created.
createContainerRecipeResponse_httpStatus :: Lens' CreateContainerRecipeResponse Int Source #
The response's http status code.
ListInfrastructureConfigurations
listInfrastructureConfigurations_filters :: Lens' ListInfrastructureConfigurations (Maybe (NonEmpty Filter)) Source #
You can filter on name
to streamline results.
listInfrastructureConfigurations_nextToken :: Lens' ListInfrastructureConfigurations (Maybe Text) Source #
A token to specify where to start paginating. This is the NextToken from a previously truncated response.
listInfrastructureConfigurations_maxResults :: Lens' ListInfrastructureConfigurations (Maybe Natural) Source #
The maximum items to return in a request.
listInfrastructureConfigurationsResponse_requestId :: Lens' ListInfrastructureConfigurationsResponse (Maybe Text) Source #
The request ID that uniquely identifies this request.
listInfrastructureConfigurationsResponse_infrastructureConfigurationSummaryList :: Lens' ListInfrastructureConfigurationsResponse (Maybe [InfrastructureConfigurationSummary]) Source #
The list of infrastructure configurations.
listInfrastructureConfigurationsResponse_nextToken :: Lens' ListInfrastructureConfigurationsResponse (Maybe Text) Source #
The next token used for paginated responses. When this is not empty, there are additional elements that the service has not included in this request. Use this token with the next request to retrieve additional objects.
listInfrastructureConfigurationsResponse_httpStatus :: Lens' ListInfrastructureConfigurationsResponse Int Source #
The response's http status code.
PutImageRecipePolicy
putImageRecipePolicy_imageRecipeArn :: Lens' PutImageRecipePolicy Text Source #
The Amazon Resource Name (ARN) of the image recipe that this policy should be applied to.
putImageRecipePolicy_policy :: Lens' PutImageRecipePolicy Text Source #
The policy to apply.
putImageRecipePolicyResponse_requestId :: Lens' PutImageRecipePolicyResponse (Maybe Text) Source #
The request ID that uniquely identifies this request.
putImageRecipePolicyResponse_imageRecipeArn :: Lens' PutImageRecipePolicyResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the image recipe that this policy was applied to.
putImageRecipePolicyResponse_httpStatus :: Lens' PutImageRecipePolicyResponse Int Source #
The response's http status code.
ListContainerRecipes
listContainerRecipes_filters :: Lens' ListContainerRecipes (Maybe (NonEmpty Filter)) Source #
Use the following filters to streamline results:
containerType
name
parentImage
platform
listContainerRecipes_owner :: Lens' ListContainerRecipes (Maybe Ownership) Source #
Returns container recipes belonging to the specified owner, that have been shared with you. You can omit this field to return container recipes belonging to your account.
listContainerRecipes_nextToken :: Lens' ListContainerRecipes (Maybe Text) Source #
Provides a token for pagination, which determines where to begin the next set of results when the current set reaches the maximum for one request.
listContainerRecipes_maxResults :: Lens' ListContainerRecipes (Maybe Natural) Source #
The maximum number of results to return in the list.
listContainerRecipesResponse_requestId :: Lens' ListContainerRecipesResponse (Maybe Text) Source #
The request ID that uniquely identifies this request.
listContainerRecipesResponse_containerRecipeSummaryList :: Lens' ListContainerRecipesResponse (Maybe [ContainerRecipeSummary]) Source #
The list of container recipes returned for the request.
listContainerRecipesResponse_nextToken :: Lens' ListContainerRecipesResponse (Maybe Text) Source #
The next token field is used for paginated responses. When this is not empty, there are additional container recipes that the service has not included in this response. Use this token with the next request to retrieve additional list items.
listContainerRecipesResponse_httpStatus :: Lens' ListContainerRecipesResponse Int Source #
The response's http status code.
PutImagePolicy
putImagePolicy_imageArn :: Lens' PutImagePolicy Text Source #
The Amazon Resource Name (ARN) of the image that this policy should be applied to.
putImagePolicy_policy :: Lens' PutImagePolicy Text Source #
The policy to apply.
putImagePolicyResponse_requestId :: Lens' PutImagePolicyResponse (Maybe Text) Source #
The request ID that uniquely identifies this request.
putImagePolicyResponse_imageArn :: Lens' PutImagePolicyResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the image that this policy was applied to.
putImagePolicyResponse_httpStatus :: Lens' PutImagePolicyResponse Int Source #
The response's http status code.
DeleteContainerRecipe
deleteContainerRecipe_containerRecipeArn :: Lens' DeleteContainerRecipe Text Source #
The Amazon Resource Name (ARN) of the container recipe to delete.
deleteContainerRecipeResponse_requestId :: Lens' DeleteContainerRecipeResponse (Maybe Text) Source #
The request ID that uniquely identifies this request.
deleteContainerRecipeResponse_containerRecipeArn :: Lens' DeleteContainerRecipeResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the container recipe that was deleted.
deleteContainerRecipeResponse_httpStatus :: Lens' DeleteContainerRecipeResponse Int Source #
The response's http status code.
PutComponentPolicy
putComponentPolicy_componentArn :: Lens' PutComponentPolicy Text Source #
The Amazon Resource Name (ARN) of the component that this policy should be applied to.
putComponentPolicy_policy :: Lens' PutComponentPolicy Text Source #
The policy to apply.
putComponentPolicyResponse_requestId :: Lens' PutComponentPolicyResponse (Maybe Text) Source #
The request ID that uniquely identifies this request.
putComponentPolicyResponse_componentArn :: Lens' PutComponentPolicyResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the component that this policy was applied to.
putComponentPolicyResponse_httpStatus :: Lens' PutComponentPolicyResponse Int Source #
The response's http status code.
DeleteInfrastructureConfiguration
deleteInfrastructureConfiguration_infrastructureConfigurationArn :: Lens' DeleteInfrastructureConfiguration Text Source #
The Amazon Resource Name (ARN) of the infrastructure configuration to delete.
deleteInfrastructureConfigurationResponse_requestId :: Lens' DeleteInfrastructureConfigurationResponse (Maybe Text) Source #
The request ID that uniquely identifies this request.
deleteInfrastructureConfigurationResponse_infrastructureConfigurationArn :: Lens' DeleteInfrastructureConfigurationResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the infrastructure configuration that was deleted.
deleteInfrastructureConfigurationResponse_httpStatus :: Lens' DeleteInfrastructureConfigurationResponse Int Source #
The response's http status code.
UpdateInfrastructureConfiguration
updateInfrastructureConfiguration_securityGroupIds :: Lens' UpdateInfrastructureConfiguration (Maybe [Text]) Source #
The security group IDs to associate with the instance used to customize your Amazon EC2 AMI.
updateInfrastructureConfiguration_snsTopicArn :: Lens' UpdateInfrastructureConfiguration (Maybe Text) Source #
The SNS topic on which to send image build events.
updateInfrastructureConfiguration_instanceTypes :: Lens' UpdateInfrastructureConfiguration (Maybe [Text]) Source #
The instance types of the infrastructure configuration. You can specify one or more instance types to use for this build. The service will pick one of these instance types based on availability.
updateInfrastructureConfiguration_keyPair :: Lens' UpdateInfrastructureConfiguration (Maybe Text) Source #
The key pair of the infrastructure configuration. You can use this to log on to and debug the instance used to create your image.
updateInfrastructureConfiguration_resourceTags :: Lens' UpdateInfrastructureConfiguration (Maybe (HashMap Text Text)) Source #
The tags attached to the resource created by Image Builder.
updateInfrastructureConfiguration_subnetId :: Lens' UpdateInfrastructureConfiguration (Maybe Text) Source #
The subnet ID to place the instance used to customize your Amazon EC2 AMI in.
updateInfrastructureConfiguration_instanceMetadataOptions :: Lens' UpdateInfrastructureConfiguration (Maybe InstanceMetadataOptions) Source #
The instance metadata options that you can set for the HTTP requests that pipeline builds use to launch EC2 build and test instances. For more information about instance metadata options, see one of the following links:
- Configure the instance metadata options in the /Amazon EC2 User Guide/ for Linux instances.
- Configure the instance metadata options in the /Amazon EC2 Windows Guide/ for Windows instances.
updateInfrastructureConfiguration_logging :: Lens' UpdateInfrastructureConfiguration (Maybe Logging) Source #
The logging configuration of the infrastructure configuration.
updateInfrastructureConfiguration_description :: Lens' UpdateInfrastructureConfiguration (Maybe Text) Source #
The description of the infrastructure configuration.
updateInfrastructureConfiguration_terminateInstanceOnFailure :: Lens' UpdateInfrastructureConfiguration (Maybe Bool) Source #
The terminate instance on failure setting of the infrastructure configuration. Set to false if you want Image Builder to retain the instance used to configure your AMI if the build or test phase of your workflow fails.
updateInfrastructureConfiguration_infrastructureConfigurationArn :: Lens' UpdateInfrastructureConfiguration Text Source #
The Amazon Resource Name (ARN) of the infrastructure configuration that you want to update.
updateInfrastructureConfiguration_instanceProfileName :: Lens' UpdateInfrastructureConfiguration Text Source #
The instance profile to associate with the instance used to customize your Amazon EC2 AMI.
updateInfrastructureConfiguration_clientToken :: Lens' UpdateInfrastructureConfiguration Text Source #
The idempotency token used to make this request idempotent.
updateInfrastructureConfigurationResponse_requestId :: Lens' UpdateInfrastructureConfigurationResponse (Maybe Text) Source #
The request ID that uniquely identifies this request.
updateInfrastructureConfigurationResponse_infrastructureConfigurationArn :: Lens' UpdateInfrastructureConfigurationResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the infrastructure configuration that was updated by this request.
updateInfrastructureConfigurationResponse_clientToken :: Lens' UpdateInfrastructureConfigurationResponse (Maybe Text) Source #
The idempotency token used to make this request idempotent.
updateInfrastructureConfigurationResponse_httpStatus :: Lens' UpdateInfrastructureConfigurationResponse Int Source #
The response's http status code.
CreateImagePipeline
createImagePipeline_status :: Lens' CreateImagePipeline (Maybe PipelineStatus) Source #
The status of the image pipeline.
createImagePipeline_containerRecipeArn :: Lens' CreateImagePipeline (Maybe Text) Source #
The Amazon Resource Name (ARN) of the container recipe that is used to configure images created by this container pipeline.
createImagePipeline_imageTestsConfiguration :: Lens' CreateImagePipeline (Maybe ImageTestsConfiguration) Source #
The image test configuration of the image pipeline.
createImagePipeline_schedule :: Lens' CreateImagePipeline (Maybe Schedule) Source #
The schedule of the image pipeline.
createImagePipeline_enhancedImageMetadataEnabled :: Lens' CreateImagePipeline (Maybe Bool) Source #
Collects additional information about the image being created, including the operating system (OS) version and package list. This information is used to enhance the overall experience of using EC2 Image Builder. Enabled by default.
createImagePipeline_distributionConfigurationArn :: Lens' CreateImagePipeline (Maybe Text) Source #
The Amazon Resource Name (ARN) of the distribution configuration that will be used to configure and distribute images created by this image pipeline.
createImagePipeline_imageRecipeArn :: Lens' CreateImagePipeline (Maybe Text) Source #
The Amazon Resource Name (ARN) of the image recipe that will be used to configure images created by this image pipeline.
createImagePipeline_description :: Lens' CreateImagePipeline (Maybe Text) Source #
The description of the image pipeline.
createImagePipeline_tags :: Lens' CreateImagePipeline (Maybe (HashMap Text Text)) Source #
The tags of the image pipeline.
createImagePipeline_name :: Lens' CreateImagePipeline Text Source #
The name of the image pipeline.
createImagePipeline_infrastructureConfigurationArn :: Lens' CreateImagePipeline Text Source #
The Amazon Resource Name (ARN) of the infrastructure configuration that will be used to build images created by this image pipeline.
createImagePipeline_clientToken :: Lens' CreateImagePipeline Text Source #
The idempotency token used to make this request idempotent.
createImagePipelineResponse_requestId :: Lens' CreateImagePipelineResponse (Maybe Text) Source #
The request ID that uniquely identifies this request.
createImagePipelineResponse_clientToken :: Lens' CreateImagePipelineResponse (Maybe Text) Source #
The idempotency token used to make this request idempotent.
createImagePipelineResponse_imagePipelineArn :: Lens' CreateImagePipelineResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the image pipeline that was created by this request.
createImagePipelineResponse_httpStatus :: Lens' CreateImagePipelineResponse Int Source #
The response's http status code.
GetContainerRecipe
getContainerRecipe_containerRecipeArn :: Lens' GetContainerRecipe Text Source #
The Amazon Resource Name (ARN) of the container recipe to retrieve.
getContainerRecipeResponse_requestId :: Lens' GetContainerRecipeResponse (Maybe Text) Source #
The request ID that uniquely identifies this request.
getContainerRecipeResponse_containerRecipe :: Lens' GetContainerRecipeResponse (Maybe ContainerRecipe) Source #
The container recipe object that is returned.
getContainerRecipeResponse_httpStatus :: Lens' GetContainerRecipeResponse Int Source #
The response's http status code.
GetInfrastructureConfiguration
getInfrastructureConfiguration_infrastructureConfigurationArn :: Lens' GetInfrastructureConfiguration Text Source #
The Amazon Resource Name (ARN) of the infrastructure configuration that you want to retrieve.
getInfrastructureConfigurationResponse_requestId :: Lens' GetInfrastructureConfigurationResponse (Maybe Text) Source #
The request ID that uniquely identifies this request.
getInfrastructureConfigurationResponse_infrastructureConfiguration :: Lens' GetInfrastructureConfigurationResponse (Maybe InfrastructureConfiguration) Source #
The infrastructure configuration object.
getInfrastructureConfigurationResponse_httpStatus :: Lens' GetInfrastructureConfigurationResponse Int Source #
The response's http status code.
GetImagePolicy
getImagePolicy_imageArn :: Lens' GetImagePolicy Text Source #
The Amazon Resource Name (ARN) of the image whose policy you want to retrieve.
getImagePolicyResponse_requestId :: Lens' GetImagePolicyResponse (Maybe Text) Source #
The request ID that uniquely identifies this request.
getImagePolicyResponse_policy :: Lens' GetImagePolicyResponse (Maybe Text) Source #
The image policy object.
getImagePolicyResponse_httpStatus :: Lens' GetImagePolicyResponse Int Source #
The response's http status code.
GetImageRecipePolicy
getImageRecipePolicy_imageRecipeArn :: Lens' GetImageRecipePolicy Text Source #
The Amazon Resource Name (ARN) of the image recipe whose policy you want to retrieve.
getImageRecipePolicyResponse_requestId :: Lens' GetImageRecipePolicyResponse (Maybe Text) Source #
The request ID that uniquely identifies this request.
getImageRecipePolicyResponse_policy :: Lens' GetImageRecipePolicyResponse (Maybe Text) Source #
The image recipe policy object.
getImageRecipePolicyResponse_httpStatus :: Lens' GetImageRecipePolicyResponse Int Source #
The response's http status code.
GetComponentPolicy
getComponentPolicy_componentArn :: Lens' GetComponentPolicy Text Source #
The Amazon Resource Name (ARN) of the component whose policy you want to retrieve.
getComponentPolicyResponse_requestId :: Lens' GetComponentPolicyResponse (Maybe Text) Source #
The request ID that uniquely identifies this request.
getComponentPolicyResponse_policy :: Lens' GetComponentPolicyResponse (Maybe Text) Source #
The component policy.
getComponentPolicyResponse_httpStatus :: Lens' GetComponentPolicyResponse Int Source #
The response's http status code.
DeleteImagePipeline
deleteImagePipeline_imagePipelineArn :: Lens' DeleteImagePipeline Text Source #
The Amazon Resource Name (ARN) of the image pipeline to delete.
deleteImagePipelineResponse_requestId :: Lens' DeleteImagePipelineResponse (Maybe Text) Source #
The request ID that uniquely identifies this request.
deleteImagePipelineResponse_imagePipelineArn :: Lens' DeleteImagePipelineResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the image pipeline that was deleted.
deleteImagePipelineResponse_httpStatus :: Lens' DeleteImagePipelineResponse Int Source #
The response's http status code.
UpdateImagePipeline
updateImagePipeline_status :: Lens' UpdateImagePipeline (Maybe PipelineStatus) Source #
The status of the image pipeline.
updateImagePipeline_containerRecipeArn :: Lens' UpdateImagePipeline (Maybe Text) Source #
The Amazon Resource Name (ARN) of the container pipeline to update.
updateImagePipeline_imageTestsConfiguration :: Lens' UpdateImagePipeline (Maybe ImageTestsConfiguration) Source #
The image test configuration of the image pipeline.
updateImagePipeline_schedule :: Lens' UpdateImagePipeline (Maybe Schedule) Source #
The schedule of the image pipeline.
updateImagePipeline_enhancedImageMetadataEnabled :: Lens' UpdateImagePipeline (Maybe Bool) Source #
Collects additional information about the image being created, including the operating system (OS) version and package list. This information is used to enhance the overall experience of using EC2 Image Builder. Enabled by default.
updateImagePipeline_distributionConfigurationArn :: Lens' UpdateImagePipeline (Maybe Text) Source #
The Amazon Resource Name (ARN) of the distribution configuration that will be used to configure and distribute images updated by this image pipeline.
updateImagePipeline_imageRecipeArn :: Lens' UpdateImagePipeline (Maybe Text) Source #
The Amazon Resource Name (ARN) of the image recipe that will be used to configure images updated by this image pipeline.
updateImagePipeline_description :: Lens' UpdateImagePipeline (Maybe Text) Source #
The description of the image pipeline.
updateImagePipeline_imagePipelineArn :: Lens' UpdateImagePipeline Text Source #
The Amazon Resource Name (ARN) of the image pipeline that you want to update.
updateImagePipeline_infrastructureConfigurationArn :: Lens' UpdateImagePipeline Text Source #
The Amazon Resource Name (ARN) of the infrastructure configuration that will be used to build images updated by this image pipeline.
updateImagePipeline_clientToken :: Lens' UpdateImagePipeline Text Source #
The idempotency token used to make this request idempotent.
updateImagePipelineResponse_requestId :: Lens' UpdateImagePipelineResponse (Maybe Text) Source #
The request ID that uniquely identifies this request.
updateImagePipelineResponse_clientToken :: Lens' UpdateImagePipelineResponse (Maybe Text) Source #
The idempotency token used to make this request idempotent.
updateImagePipelineResponse_imagePipelineArn :: Lens' UpdateImagePipelineResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the image pipeline that was updated by this request.
updateImagePipelineResponse_httpStatus :: Lens' UpdateImagePipelineResponse Int Source #
The response's http status code.
ListImagePipelines
listImagePipelines_filters :: Lens' ListImagePipelines (Maybe (NonEmpty Filter)) Source #
Use the following filters to streamline results:
description
distributionConfigurationArn
imageRecipeArn
infrastructureConfigurationArn
name
status
listImagePipelines_nextToken :: Lens' ListImagePipelines (Maybe Text) Source #
A token to specify where to start paginating. This is the NextToken from a previously truncated response.
listImagePipelines_maxResults :: Lens' ListImagePipelines (Maybe Natural) Source #
The maximum items to return in a request.
listImagePipelinesResponse_requestId :: Lens' ListImagePipelinesResponse (Maybe Text) Source #
The request ID that uniquely identifies this request.
listImagePipelinesResponse_nextToken :: Lens' ListImagePipelinesResponse (Maybe Text) Source #
The next token used for paginated responses. When this is not empty, there are additional elements that the service has not included in this request. Use this token with the next request to retrieve additional objects.
listImagePipelinesResponse_imagePipelineList :: Lens' ListImagePipelinesResponse (Maybe [ImagePipeline]) Source #
The list of image pipelines.
listImagePipelinesResponse_httpStatus :: Lens' ListImagePipelinesResponse Int Source #
The response's http status code.
StartImagePipelineExecution
startImagePipelineExecution_imagePipelineArn :: Lens' StartImagePipelineExecution Text Source #
The Amazon Resource Name (ARN) of the image pipeline that you want to manually invoke.
startImagePipelineExecution_clientToken :: Lens' StartImagePipelineExecution Text Source #
The idempotency token used to make this request idempotent.
startImagePipelineExecutionResponse_requestId :: Lens' StartImagePipelineExecutionResponse (Maybe Text) Source #
The request ID that uniquely identifies this request.
startImagePipelineExecutionResponse_clientToken :: Lens' StartImagePipelineExecutionResponse (Maybe Text) Source #
The idempotency token used to make this request idempotent.
startImagePipelineExecutionResponse_imageBuildVersionArn :: Lens' StartImagePipelineExecutionResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the image that was created by this request.
startImagePipelineExecutionResponse_httpStatus :: Lens' StartImagePipelineExecutionResponse Int Source #
The response's http status code.
TagResource
tagResource_resourceArn :: Lens' TagResource Text Source #
The Amazon Resource Name (ARN) of the resource that you want to tag.
tagResource_tags :: Lens' TagResource (HashMap Text Text) Source #
The tags to apply to the resource.
tagResourceResponse_httpStatus :: Lens' TagResourceResponse Int Source #
The response's http status code.
CreateImageRecipe
createImageRecipe_additionalInstanceConfiguration :: Lens' CreateImageRecipe (Maybe AdditionalInstanceConfiguration) Source #
Specify additional settings and launch scripts for your build instances.
createImageRecipe_workingDirectory :: Lens' CreateImageRecipe (Maybe Text) Source #
The working directory used during build and test workflows.
createImageRecipe_blockDeviceMappings :: Lens' CreateImageRecipe (Maybe [InstanceBlockDeviceMapping]) Source #
The block device mappings of the image recipe.
createImageRecipe_description :: Lens' CreateImageRecipe (Maybe Text) Source #
The description of the image recipe.
createImageRecipe_tags :: Lens' CreateImageRecipe (Maybe (HashMap Text Text)) Source #
The tags of the image recipe.
createImageRecipe_name :: Lens' CreateImageRecipe Text Source #
The name of the image recipe.
createImageRecipe_semanticVersion :: Lens' CreateImageRecipe Text Source #
The semantic version of the image recipe. This version follows the semantic version syntax.
The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them.
Assignment: For the first three nodes you can assign any positive integer value, including zero, with an upper limit of 2^30-1, or 1073741823 for each node. Image Builder automatically assigns the build number to the fourth node.
Patterns: You can use any numeric pattern that adheres to the assignment requirements for the nodes that you can assign. For example, you might choose a software version pattern, such as 1.0.0, or a date, such as 2021.01.01.
createImageRecipe_components :: Lens' CreateImageRecipe (NonEmpty ComponentConfiguration) Source #
The components of the image recipe.
createImageRecipe_parentImage :: Lens' CreateImageRecipe Text Source #
The base image of the image recipe. The value of the string can be the
ARN of the base image or an AMI ID. The format for the ARN follows this
example:
arn:aws:imagebuilder:us-west-2:aws:image/windows-server-2016-english-full-base-x86/x.x.x
.
You can provide the specific version that you want to use, or you can
use a wildcard in all of the fields. If you enter an AMI ID for the
string value, you must have access to the AMI, and the AMI must be in
the same Region in which you are using Image Builder.
createImageRecipe_clientToken :: Lens' CreateImageRecipe Text Source #
The idempotency token used to make this request idempotent.
createImageRecipeResponse_requestId :: Lens' CreateImageRecipeResponse (Maybe Text) Source #
The request ID that uniquely identifies this request.
createImageRecipeResponse_clientToken :: Lens' CreateImageRecipeResponse (Maybe Text) Source #
The idempotency token used to make this request idempotent.
createImageRecipeResponse_imageRecipeArn :: Lens' CreateImageRecipeResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the image recipe that was created by this request.
createImageRecipeResponse_httpStatus :: Lens' CreateImageRecipeResponse Int Source #
The response's http status code.
CreateImage
createImage_containerRecipeArn :: Lens' CreateImage (Maybe Text) Source #
The Amazon Resource Name (ARN) of the container recipe that defines how images are configured and tested.
createImage_imageTestsConfiguration :: Lens' CreateImage (Maybe ImageTestsConfiguration) Source #
The image tests configuration of the image.
createImage_enhancedImageMetadataEnabled :: Lens' CreateImage (Maybe Bool) Source #
Collects additional information about the image being created, including the operating system (OS) version and package list. This information is used to enhance the overall experience of using EC2 Image Builder. Enabled by default.
createImage_distributionConfigurationArn :: Lens' CreateImage (Maybe Text) Source #
The Amazon Resource Name (ARN) of the distribution configuration that defines and configures the outputs of your pipeline.
createImage_imageRecipeArn :: Lens' CreateImage (Maybe Text) Source #
The Amazon Resource Name (ARN) of the image recipe that defines how images are configured, tested, and assessed.
createImage_tags :: Lens' CreateImage (Maybe (HashMap Text Text)) Source #
The tags of the image.
createImage_infrastructureConfigurationArn :: Lens' CreateImage Text Source #
The Amazon Resource Name (ARN) of the infrastructure configuration that defines the environment in which your image will be built and tested.
createImage_clientToken :: Lens' CreateImage Text Source #
The idempotency token used to make this request idempotent.
createImageResponse_requestId :: Lens' CreateImageResponse (Maybe Text) Source #
The request ID that uniquely identifies this request.
createImageResponse_clientToken :: Lens' CreateImageResponse (Maybe Text) Source #
The idempotency token used to make this request idempotent.
createImageResponse_imageBuildVersionArn :: Lens' CreateImageResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the image that was created by this request.
createImageResponse_httpStatus :: Lens' CreateImageResponse Int Source #
The response's http status code.
UntagResource
untagResource_resourceArn :: Lens' UntagResource Text Source #
The Amazon Resource Name (ARN) of the resource that you want to untag.
untagResource_tagKeys :: Lens' UntagResource (NonEmpty Text) Source #
The tag keys to remove from the resource.
untagResourceResponse_httpStatus :: Lens' UntagResourceResponse Int Source #
The response's http status code.
CreateComponent
createComponent_data :: Lens' CreateComponent (Maybe Text) Source #
The data of the component. Used to specify the data inline. Either
data
or uri
can be used to specify the data within the component.
createComponent_supportedOsVersions :: Lens' CreateComponent (Maybe (NonEmpty Text)) Source #
The operating system (OS) version supported by the component. If the OS information is available, a prefix match is performed against the base image OS version during image recipe creation.
createComponent_uri :: Lens' CreateComponent (Maybe Text) Source #
The uri of the component. Must be an Amazon S3 URL and the requester
must have permission to access the Amazon S3 bucket. If you use Amazon
S3, you can specify component content up to your service quota. Either
data
or uri
can be used to specify the data within the component.
createComponent_kmsKeyId :: Lens' CreateComponent (Maybe Text) Source #
The ID of the KMS key that should be used to encrypt this component.
createComponent_changeDescription :: Lens' CreateComponent (Maybe Text) Source #
The change description of the component. Describes what change has been made in this version, or what makes this version different from other versions of this component.
createComponent_description :: Lens' CreateComponent (Maybe Text) Source #
The description of the component. Describes the contents of the component.
createComponent_tags :: Lens' CreateComponent (Maybe (HashMap Text Text)) Source #
The tags of the component.
createComponent_name :: Lens' CreateComponent Text Source #
The name of the component.
createComponent_semanticVersion :: Lens' CreateComponent Text Source #
The semantic version of the component. This version follows the semantic version syntax.
The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them.
Assignment: For the first three nodes you can assign any positive integer value, including zero, with an upper limit of 2^30-1, or 1073741823 for each node. Image Builder automatically assigns the build number to the fourth node.
Patterns: You can use any numeric pattern that adheres to the assignment requirements for the nodes that you can assign. For example, you might choose a software version pattern, such as 1.0.0, or a date, such as 2021.01.01.
createComponent_platform :: Lens' CreateComponent Platform Source #
The platform of the component.
createComponent_clientToken :: Lens' CreateComponent Text Source #
The idempotency token of the component.
createComponentResponse_requestId :: Lens' CreateComponentResponse (Maybe Text) Source #
The request ID that uniquely identifies this request.
createComponentResponse_clientToken :: Lens' CreateComponentResponse (Maybe Text) Source #
The idempotency token used to make this request idempotent.
createComponentResponse_componentBuildVersionArn :: Lens' CreateComponentResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the component that was created by this request.
createComponentResponse_httpStatus :: Lens' CreateComponentResponse Int Source #
The response's http status code.
DeleteDistributionConfiguration
deleteDistributionConfiguration_distributionConfigurationArn :: Lens' DeleteDistributionConfiguration Text Source #
The Amazon Resource Name (ARN) of the distribution configuration to delete.
deleteDistributionConfigurationResponse_requestId :: Lens' DeleteDistributionConfigurationResponse (Maybe Text) Source #
The request ID that uniquely identifies this request.
deleteDistributionConfigurationResponse_distributionConfigurationArn :: Lens' DeleteDistributionConfigurationResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the distribution configuration that was deleted.
deleteDistributionConfigurationResponse_httpStatus :: Lens' DeleteDistributionConfigurationResponse Int Source #
The response's http status code.
UpdateDistributionConfiguration
updateDistributionConfiguration_description :: Lens' UpdateDistributionConfiguration (Maybe Text) Source #
The description of the distribution configuration.
updateDistributionConfiguration_distributionConfigurationArn :: Lens' UpdateDistributionConfiguration Text Source #
The Amazon Resource Name (ARN) of the distribution configuration that you want to update.
updateDistributionConfiguration_distributions :: Lens' UpdateDistributionConfiguration [Distribution] Source #
The distributions of the distribution configuration.
updateDistributionConfiguration_clientToken :: Lens' UpdateDistributionConfiguration Text Source #
The idempotency token of the distribution configuration.
updateDistributionConfigurationResponse_requestId :: Lens' UpdateDistributionConfigurationResponse (Maybe Text) Source #
The request ID that uniquely identifies this request.
updateDistributionConfigurationResponse_clientToken :: Lens' UpdateDistributionConfigurationResponse (Maybe Text) Source #
The idempotency token used to make this request idempotent.
updateDistributionConfigurationResponse_distributionConfigurationArn :: Lens' UpdateDistributionConfigurationResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the distribution configuration that was updated by this request.
updateDistributionConfigurationResponse_httpStatus :: Lens' UpdateDistributionConfigurationResponse Int Source #
The response's http status code.
ListImagePipelineImages
listImagePipelineImages_filters :: Lens' ListImagePipelineImages (Maybe (NonEmpty Filter)) Source #
Use the following filters to streamline results:
name
version
listImagePipelineImages_nextToken :: Lens' ListImagePipelineImages (Maybe Text) Source #
A token to specify where to start paginating. This is the NextToken from a previously truncated response.
listImagePipelineImages_maxResults :: Lens' ListImagePipelineImages (Maybe Natural) Source #
The maximum items to return in a request.
listImagePipelineImages_imagePipelineArn :: Lens' ListImagePipelineImages Text Source #
The Amazon Resource Name (ARN) of the image pipeline whose images you want to view.
listImagePipelineImagesResponse_requestId :: Lens' ListImagePipelineImagesResponse (Maybe Text) Source #
The request ID that uniquely identifies this request.
listImagePipelineImagesResponse_nextToken :: Lens' ListImagePipelineImagesResponse (Maybe Text) Source #
The next token used for paginated responses. When this is not empty, there are additional elements that the service has not included in this request. Use this token with the next request to retrieve additional objects.
listImagePipelineImagesResponse_imageSummaryList :: Lens' ListImagePipelineImagesResponse (Maybe [ImageSummary]) Source #
The list of images built by this pipeline.
listImagePipelineImagesResponse_httpStatus :: Lens' ListImagePipelineImagesResponse Int Source #
The response's http status code.
DeleteImageRecipe
deleteImageRecipe_imageRecipeArn :: Lens' DeleteImageRecipe Text Source #
The Amazon Resource Name (ARN) of the image recipe to delete.
deleteImageRecipeResponse_requestId :: Lens' DeleteImageRecipeResponse (Maybe Text) Source #
The request ID that uniquely identifies this request.
deleteImageRecipeResponse_imageRecipeArn :: Lens' DeleteImageRecipeResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the image recipe that was deleted.
deleteImageRecipeResponse_httpStatus :: Lens' DeleteImageRecipeResponse Int Source #
The response's http status code.
ListComponents
listComponents_filters :: Lens' ListComponents (Maybe (NonEmpty Filter)) Source #
Use the following filters to streamline results:
description
name
platform
supportedOsVersion
type
version
listComponents_owner :: Lens' ListComponents (Maybe Ownership) Source #
The owner defines which components you want to list. By default, this request will only show components owned by your account. You can use this field to specify if you want to view components owned by yourself, by Amazon, or those components that have been shared with you by other customers.
listComponents_byName :: Lens' ListComponents (Maybe Bool) Source #
Returns the list of component build versions for the specified name.
listComponents_nextToken :: Lens' ListComponents (Maybe Text) Source #
A token to specify where to start paginating. This is the NextToken from a previously truncated response.
listComponents_maxResults :: Lens' ListComponents (Maybe Natural) Source #
The maximum items to return in a request.
listComponentsResponse_requestId :: Lens' ListComponentsResponse (Maybe Text) Source #
The request ID that uniquely identifies this request.
listComponentsResponse_componentVersionList :: Lens' ListComponentsResponse (Maybe [ComponentVersion]) Source #
The list of component semantic versions.
The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them.
listComponentsResponse_nextToken :: Lens' ListComponentsResponse (Maybe Text) Source #
The next token used for paginated responses. When this is not empty, there are additional elements that the service has not included in this request. Use this token with the next request to retrieve additional objects.
listComponentsResponse_httpStatus :: Lens' ListComponentsResponse Int Source #
The response's http status code.
PutContainerRecipePolicy
putContainerRecipePolicy_containerRecipeArn :: Lens' PutContainerRecipePolicy Text Source #
The Amazon Resource Name (ARN) of the container recipe that this policy should be applied to.
putContainerRecipePolicy_policy :: Lens' PutContainerRecipePolicy Text Source #
The policy to apply to the container recipe.
putContainerRecipePolicyResponse_requestId :: Lens' PutContainerRecipePolicyResponse (Maybe Text) Source #
The request ID that uniquely identifies this request.
putContainerRecipePolicyResponse_containerRecipeArn :: Lens' PutContainerRecipePolicyResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the container recipe that this policy was applied to.
putContainerRecipePolicyResponse_httpStatus :: Lens' PutContainerRecipePolicyResponse Int Source #
The response's http status code.
ListImages
listImages_filters :: Lens' ListImages (Maybe (NonEmpty Filter)) Source #
Use the following filters to streamline results:
name
osVersion
platform
type
version
listImages_owner :: Lens' ListImages (Maybe Ownership) Source #
The owner defines which images you want to list. By default, this request will only show images owned by your account. You can use this field to specify if you want to view images owned by yourself, by Amazon, or those images that have been shared with you by other customers.
listImages_byName :: Lens' ListImages (Maybe Bool) Source #
Requests a list of images with a specific recipe name.
listImages_nextToken :: Lens' ListImages (Maybe Text) Source #
A token to specify where to start paginating. This is the NextToken from a previously truncated response.
listImages_includeDeprecated :: Lens' ListImages (Maybe Bool) Source #
Includes deprecated images in the response list.
listImages_maxResults :: Lens' ListImages (Maybe Natural) Source #
The maximum items to return in a request.
listImagesResponse_requestId :: Lens' ListImagesResponse (Maybe Text) Source #
The request ID that uniquely identifies this request.
listImagesResponse_imageVersionList :: Lens' ListImagesResponse (Maybe [ImageVersion]) Source #
The list of image semantic versions.
The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them.
Filtering: With semantic versioning, you have the flexibility to use wildcards (x) to specify the most recent versions or nodes when selecting the base image or components for your recipe. When you use a wildcard in any node, all nodes to the right of the first wildcard must also be wildcards.
listImagesResponse_nextToken :: Lens' ListImagesResponse (Maybe Text) Source #
The next token used for paginated responses. When this is not empty, there are additional elements that the service has not included in this request. Use this token with the next request to retrieve additional objects.
listImagesResponse_httpStatus :: Lens' ListImagesResponse Int Source #
The response's http status code.
CreateDistributionConfiguration
createDistributionConfiguration_description :: Lens' CreateDistributionConfiguration (Maybe Text) Source #
The description of the distribution configuration.
createDistributionConfiguration_tags :: Lens' CreateDistributionConfiguration (Maybe (HashMap Text Text)) Source #
The tags of the distribution configuration.
createDistributionConfiguration_name :: Lens' CreateDistributionConfiguration Text Source #
The name of the distribution configuration.
createDistributionConfiguration_distributions :: Lens' CreateDistributionConfiguration [Distribution] Source #
The distributions of the distribution configuration.
createDistributionConfiguration_clientToken :: Lens' CreateDistributionConfiguration Text Source #
The idempotency token of the distribution configuration.
createDistributionConfigurationResponse_requestId :: Lens' CreateDistributionConfigurationResponse (Maybe Text) Source #
The request ID that uniquely identifies this request.
createDistributionConfigurationResponse_clientToken :: Lens' CreateDistributionConfigurationResponse (Maybe Text) Source #
The idempotency token used to make this request idempotent.
createDistributionConfigurationResponse_distributionConfigurationArn :: Lens' CreateDistributionConfigurationResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the distribution configuration that was created by this request.
createDistributionConfigurationResponse_httpStatus :: Lens' CreateDistributionConfigurationResponse Int Source #
The response's http status code.
ListImageRecipes
listImageRecipes_filters :: Lens' ListImageRecipes (Maybe (NonEmpty Filter)) Source #
Use the following filters to streamline results:
name
parentImage
platform
listImageRecipes_owner :: Lens' ListImageRecipes (Maybe Ownership) Source #
The owner defines which image recipes you want to list. By default, this request will only show image recipes owned by your account. You can use this field to specify if you want to view image recipes owned by yourself, by Amazon, or those image recipes that have been shared with you by other customers.
listImageRecipes_nextToken :: Lens' ListImageRecipes (Maybe Text) Source #
A token to specify where to start paginating. This is the NextToken from a previously truncated response.
listImageRecipes_maxResults :: Lens' ListImageRecipes (Maybe Natural) Source #
The maximum items to return in a request.
listImageRecipesResponse_requestId :: Lens' ListImageRecipesResponse (Maybe Text) Source #
The request ID that uniquely identifies this request.
listImageRecipesResponse_nextToken :: Lens' ListImageRecipesResponse (Maybe Text) Source #
The next token used for paginated responses. When this is not empty, there are additional elements that the service has not included in this request. Use this token with the next request to retrieve additional objects.
listImageRecipesResponse_imageRecipeSummaryList :: Lens' ListImageRecipesResponse (Maybe [ImageRecipeSummary]) Source #
The list of image pipelines.
listImageRecipesResponse_httpStatus :: Lens' ListImageRecipesResponse Int Source #
The response's http status code.
DeleteImage
deleteImage_imageBuildVersionArn :: Lens' DeleteImage Text Source #
The Amazon Resource Name (ARN) of the Image Builder image resource to delete.
deleteImageResponse_requestId :: Lens' DeleteImageResponse (Maybe Text) Source #
The request ID that uniquely identifies this request.
deleteImageResponse_imageBuildVersionArn :: Lens' DeleteImageResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the Image Builder image resource that was deleted.
deleteImageResponse_httpStatus :: Lens' DeleteImageResponse Int Source #
The response's http status code.
DeleteComponent
deleteComponent_componentBuildVersionArn :: Lens' DeleteComponent Text Source #
The Amazon Resource Name (ARN) of the component build version to delete.
deleteComponentResponse_requestId :: Lens' DeleteComponentResponse (Maybe Text) Source #
The request ID that uniquely identifies this request.
deleteComponentResponse_componentBuildVersionArn :: Lens' DeleteComponentResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the component build version that was deleted.
deleteComponentResponse_httpStatus :: Lens' DeleteComponentResponse Int Source #
The response's http status code.
GetImage
getImage_imageBuildVersionArn :: Lens' GetImage Text Source #
The Amazon Resource Name (ARN) of the image that you want to retrieve.
getImageResponse_requestId :: Lens' GetImageResponse (Maybe Text) Source #
The request ID that uniquely identifies this request.
getImageResponse_image :: Lens' GetImageResponse (Maybe Image) Source #
The image object.
getImageResponse_httpStatus :: Lens' GetImageResponse Int Source #
The response's http status code.
GetContainerRecipePolicy
getContainerRecipePolicy_containerRecipeArn :: Lens' GetContainerRecipePolicy Text Source #
The Amazon Resource Name (ARN) of the container recipe for the policy being requested.
getContainerRecipePolicyResponse_requestId :: Lens' GetContainerRecipePolicyResponse (Maybe Text) Source #
The request ID that uniquely identifies this request.
getContainerRecipePolicyResponse_policy :: Lens' GetContainerRecipePolicyResponse (Maybe Text) Source #
The container recipe policy object that is returned.
getContainerRecipePolicyResponse_httpStatus :: Lens' GetContainerRecipePolicyResponse Int Source #
The response's http status code.
GetImageRecipe
getImageRecipe_imageRecipeArn :: Lens' GetImageRecipe Text Source #
The Amazon Resource Name (ARN) of the image recipe that you want to retrieve.
getImageRecipeResponse_requestId :: Lens' GetImageRecipeResponse (Maybe Text) Source #
The request ID that uniquely identifies this request.
getImageRecipeResponse_imageRecipe :: Lens' GetImageRecipeResponse (Maybe ImageRecipe) Source #
The image recipe object.
getImageRecipeResponse_httpStatus :: Lens' GetImageRecipeResponse Int Source #
The response's http status code.
GetComponent
getComponent_componentBuildVersionArn :: Lens' GetComponent Text Source #
The Amazon Resource Name (ARN) of the component that you want to retrieve. Regex requires "/\d+$" suffix.
getComponentResponse_requestId :: Lens' GetComponentResponse (Maybe Text) Source #
The request ID that uniquely identifies this request.
getComponentResponse_component :: Lens' GetComponentResponse (Maybe Component) Source #
The component object associated with the specified ARN.
getComponentResponse_httpStatus :: Lens' GetComponentResponse Int Source #
The response's http status code.
Types
AdditionalInstanceConfiguration
additionalInstanceConfiguration_systemsManagerAgent :: Lens' AdditionalInstanceConfiguration (Maybe SystemsManagerAgent) Source #
Contains settings for the Systems Manager agent on your build instance.
additionalInstanceConfiguration_userDataOverride :: Lens' AdditionalInstanceConfiguration (Maybe Text) Source #
Use this property to provide commands or a command script to run when you launch your build instance.
The userDataOverride property replaces any commands that Image Builder might have added to ensure that Systems Manager is installed on your Linux build instance. If you override the user data, make sure that you add commands to install Systems Manager, if it is not pre-installed on your base image.
Ami
ami_description :: Lens' Ami (Maybe Text) Source #
The description of the Amazon EC2 AMI. Minimum and maximum length are in characters.
AmiDistributionConfiguration
amiDistributionConfiguration_launchPermission :: Lens' AmiDistributionConfiguration (Maybe LaunchPermissionConfiguration) Source #
Launch permissions can be used to configure which Amazon Web Services accounts can use the AMI to launch instances.
amiDistributionConfiguration_targetAccountIds :: Lens' AmiDistributionConfiguration (Maybe (NonEmpty Text)) Source #
The ID of an account to which you want to distribute an image.
amiDistributionConfiguration_amiTags :: Lens' AmiDistributionConfiguration (Maybe (HashMap Text Text)) Source #
The tags to apply to AMIs distributed to this Region.
amiDistributionConfiguration_name :: Lens' AmiDistributionConfiguration (Maybe Text) Source #
The name of the output AMI.
amiDistributionConfiguration_kmsKeyId :: Lens' AmiDistributionConfiguration (Maybe Text) Source #
The KMS key identifier used to encrypt the distributed image.
amiDistributionConfiguration_description :: Lens' AmiDistributionConfiguration (Maybe Text) Source #
The description of the distribution configuration. Minimum and maximum length are in characters.
Component
component_state :: Lens' Component (Maybe ComponentState) Source #
Describes the current status of the component. This is used for components that are no longer active.
component_arn :: Lens' Component (Maybe Text) Source #
The Amazon Resource Name (ARN) of the component.
component_supportedOsVersions :: Lens' Component (Maybe (NonEmpty Text)) Source #
The operating system (OS) version supported by the component. If the OS information is available, a prefix match is performed against the base image OS version during image recipe creation.
component_dateCreated :: Lens' Component (Maybe Text) Source #
The date that the component was created.
component_kmsKeyId :: Lens' Component (Maybe Text) Source #
The KMS key identifier used to encrypt the component.
component_parameters :: Lens' Component (Maybe [ComponentParameterDetail]) Source #
Contains parameter details for each of the parameters that are defined for the component.
component_changeDescription :: Lens' Component (Maybe Text) Source #
The change description of the component.
component_type :: Lens' Component (Maybe ComponentType) Source #
The type of the component denotes whether the component is used to build the image or only to test it.
component_tags :: Lens' Component (Maybe (HashMap Text Text)) Source #
The tags associated with the component.
ComponentConfiguration
componentConfiguration_parameters :: Lens' ComponentConfiguration (Maybe (NonEmpty ComponentParameter)) Source #
A group of parameter settings that are used to configure the component for a specific recipe.
componentConfiguration_componentArn :: Lens' ComponentConfiguration Text Source #
The Amazon Resource Name (ARN) of the component.
ComponentParameter
componentParameter_name :: Lens' ComponentParameter Text Source #
The name of the component parameter to set.
componentParameter_value :: Lens' ComponentParameter [Text] Source #
Sets the value for the named component parameter.
ComponentParameterDetail
componentParameterDetail_defaultValue :: Lens' ComponentParameterDetail (Maybe [Text]) Source #
The default value of this parameter if no input is provided.
componentParameterDetail_description :: Lens' ComponentParameterDetail (Maybe Text) Source #
Describes this parameter.
componentParameterDetail_name :: Lens' ComponentParameterDetail Text Source #
The name of this input parameter.
componentParameterDetail_type :: Lens' ComponentParameterDetail Text Source #
The type of input this parameter provides. The currently supported value is "string".
ComponentState
componentState_status :: Lens' ComponentState (Maybe ComponentStatus) Source #
The current state of the component.
componentState_reason :: Lens' ComponentState (Maybe Text) Source #
Describes how or why the component changed state.
ComponentSummary
componentSummary_state :: Lens' ComponentSummary (Maybe ComponentState) Source #
Describes the current status of the component.
componentSummary_platform :: Lens' ComponentSummary (Maybe Platform) Source #
The platform of the component.
componentSummary_arn :: Lens' ComponentSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the component.
componentSummary_supportedOsVersions :: Lens' ComponentSummary (Maybe (NonEmpty Text)) Source #
The operating system (OS) version supported by the component. If the OS information is available, a prefix match is performed against the base image OS version during image recipe creation.
componentSummary_owner :: Lens' ComponentSummary (Maybe Text) Source #
The owner of the component.
componentSummary_dateCreated :: Lens' ComponentSummary (Maybe Text) Source #
The date that the component was created.
componentSummary_name :: Lens' ComponentSummary (Maybe Text) Source #
The name of the component.
componentSummary_version :: Lens' ComponentSummary (Maybe Text) Source #
The version of the component.
componentSummary_changeDescription :: Lens' ComponentSummary (Maybe Text) Source #
The change description of the component.
componentSummary_type :: Lens' ComponentSummary (Maybe ComponentType) Source #
The type of the component denotes whether the component is used to build the image or only to test it.
componentSummary_description :: Lens' ComponentSummary (Maybe Text) Source #
The description of the component.
componentSummary_tags :: Lens' ComponentSummary (Maybe (HashMap Text Text)) Source #
The tags associated with the component.
ComponentVersion
componentVersion_platform :: Lens' ComponentVersion (Maybe Platform) Source #
The platform of the component.
componentVersion_arn :: Lens' ComponentVersion (Maybe Text) Source #
The Amazon Resource Name (ARN) of the component.
Semantic versioning is included in each object's Amazon Resource Name (ARN), at the level that applies to that object as follows:
- Versionless ARNs and Name ARNs do not include specific values in any of the nodes. The nodes are either left off entirely, or they are specified as wildcards, for example: x.x.x.
- Version ARNs have only the first three nodes: <major>.<minor>.<patch>
- Build version ARNs have all four nodes, and point to a specific build for a specific version of an object.
componentVersion_supportedOsVersions :: Lens' ComponentVersion (Maybe (NonEmpty Text)) Source #
he operating system (OS) version supported by the component. If the OS information is available, a prefix match is performed against the base image OS version during image recipe creation.
componentVersion_owner :: Lens' ComponentVersion (Maybe Text) Source #
The owner of the component.
componentVersion_dateCreated :: Lens' ComponentVersion (Maybe Text) Source #
The date that the component was created.
componentVersion_name :: Lens' ComponentVersion (Maybe Text) Source #
The name of the component.
componentVersion_version :: Lens' ComponentVersion (Maybe Text) Source #
The semantic version of the component.
The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them.
Assignment: For the first three nodes you can assign any positive integer value, including zero, with an upper limit of 2^30-1, or 1073741823 for each node. Image Builder automatically assigns the build number to the fourth node.
Patterns: You can use any numeric pattern that adheres to the assignment requirements for the nodes that you can assign. For example, you might choose a software version pattern, such as 1.0.0, or a date, such as 2021.01.01.
Filtering: With semantic versioning, you have the flexibility to use wildcards (x) to specify the most recent versions or nodes when selecting the base image or components for your recipe. When you use a wildcard in any node, all nodes to the right of the first wildcard must also be wildcards.
componentVersion_type :: Lens' ComponentVersion (Maybe ComponentType) Source #
The type of the component denotes whether the component is used to build the image or only to test it.
componentVersion_description :: Lens' ComponentVersion (Maybe Text) Source #
The description of the component.
Container
container_imageUris :: Lens' Container (Maybe [Text]) Source #
A list of URIs for containers created in the context Region.
container_region :: Lens' Container (Maybe Text) Source #
Containers and container images are Region-specific. This is the Region context for the container.
ContainerDistributionConfiguration
containerDistributionConfiguration_containerTags :: Lens' ContainerDistributionConfiguration (Maybe [Text]) Source #
Tags that are attached to the container distribution configuration.
containerDistributionConfiguration_description :: Lens' ContainerDistributionConfiguration (Maybe Text) Source #
The description of the container distribution configuration.
containerDistributionConfiguration_targetRepository :: Lens' ContainerDistributionConfiguration TargetContainerRepository Source #
The destination repository for the container distribution configuration.
ContainerRecipe
containerRecipe_components :: Lens' ContainerRecipe (Maybe (NonEmpty ComponentConfiguration)) Source #
Components for build and test that are included in the container recipe.
containerRecipe_containerType :: Lens' ContainerRecipe (Maybe ContainerType) Source #
Specifies the type of container, such as Docker.
containerRecipe_platform :: Lens' ContainerRecipe (Maybe Platform) Source #
The system platform for the container, such as Windows or Linux.
containerRecipe_dockerfileTemplateData :: Lens' ContainerRecipe (Maybe Text) Source #
Dockerfiles are text documents that are used to build Docker containers, and ensure that they contain all of the elements required by the application running inside. The template data consists of contextual variables where Image Builder places build information or scripts, based on your container image recipe.
containerRecipe_arn :: Lens' ContainerRecipe (Maybe Text) Source #
The Amazon Resource Name (ARN) of the container recipe.
Semantic versioning is included in each object's Amazon Resource Name (ARN), at the level that applies to that object as follows:
- Versionless ARNs and Name ARNs do not include specific values in any of the nodes. The nodes are either left off entirely, or they are specified as wildcards, for example: x.x.x.
- Version ARNs have only the first three nodes: <major>.<minor>.<patch>
- Build version ARNs have all four nodes, and point to a specific build for a specific version of an object.
containerRecipe_workingDirectory :: Lens' ContainerRecipe (Maybe Text) Source #
The working directory for use during build and test workflows.
containerRecipe_parentImage :: Lens' ContainerRecipe (Maybe Text) Source #
The base image for the container recipe.
containerRecipe_encrypted :: Lens' ContainerRecipe (Maybe Bool) Source #
A flag that indicates if the target container is encrypted.
containerRecipe_owner :: Lens' ContainerRecipe (Maybe Text) Source #
The owner of the container recipe.
containerRecipe_dateCreated :: Lens' ContainerRecipe (Maybe Text) Source #
The date when this container recipe was created.
containerRecipe_name :: Lens' ContainerRecipe (Maybe Text) Source #
The name of the container recipe.
containerRecipe_kmsKeyId :: Lens' ContainerRecipe (Maybe Text) Source #
Identifies which KMS key is used to encrypt the container image for distribution to the target Region.
containerRecipe_version :: Lens' ContainerRecipe (Maybe Text) Source #
The semantic version of the container recipe.
The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them.
Assignment: For the first three nodes you can assign any positive integer value, including zero, with an upper limit of 2^30-1, or 1073741823 for each node. Image Builder automatically assigns the build number to the fourth node.
Patterns: You can use any numeric pattern that adheres to the assignment requirements for the nodes that you can assign. For example, you might choose a software version pattern, such as 1.0.0, or a date, such as 2021.01.01.
Filtering: With semantic versioning, you have the flexibility to use wildcards (x) to specify the most recent versions or nodes when selecting the base image or components for your recipe. When you use a wildcard in any node, all nodes to the right of the first wildcard must also be wildcards.
containerRecipe_targetRepository :: Lens' ContainerRecipe (Maybe TargetContainerRepository) Source #
The destination repository for the container image.
containerRecipe_description :: Lens' ContainerRecipe (Maybe Text) Source #
The description of the container recipe.
containerRecipe_tags :: Lens' ContainerRecipe (Maybe (HashMap Text Text)) Source #
Tags that are attached to the container recipe.
containerRecipe_instanceConfiguration :: Lens' ContainerRecipe (Maybe InstanceConfiguration) Source #
A group of options that can be used to configure an instance for building and testing container images.
ContainerRecipeSummary
containerRecipeSummary_containerType :: Lens' ContainerRecipeSummary (Maybe ContainerType) Source #
Specifies the type of container, such as "Docker".
containerRecipeSummary_platform :: Lens' ContainerRecipeSummary (Maybe Platform) Source #
The system platform for the container, such as Windows or Linux.
containerRecipeSummary_arn :: Lens' ContainerRecipeSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the container recipe.
containerRecipeSummary_parentImage :: Lens' ContainerRecipeSummary (Maybe Text) Source #
The base image for the container recipe.
containerRecipeSummary_owner :: Lens' ContainerRecipeSummary (Maybe Text) Source #
The owner of the container recipe.
containerRecipeSummary_dateCreated :: Lens' ContainerRecipeSummary (Maybe Text) Source #
The date when this container recipe was created.
containerRecipeSummary_name :: Lens' ContainerRecipeSummary (Maybe Text) Source #
The name of the container recipe.
containerRecipeSummary_tags :: Lens' ContainerRecipeSummary (Maybe (HashMap Text Text)) Source #
Tags that are attached to the container recipe.
Distribution
distribution_amiDistributionConfiguration :: Lens' Distribution (Maybe AmiDistributionConfiguration) Source #
The specific AMI settings; for example, launch permissions or AMI tags.
distribution_launchTemplateConfigurations :: Lens' Distribution (Maybe (NonEmpty LaunchTemplateConfiguration)) Source #
A group of launchTemplateConfiguration settings that apply to image distribution for specified accounts.
distribution_licenseConfigurationArns :: Lens' Distribution (Maybe (NonEmpty Text)) Source #
The License Manager Configuration to associate with the AMI in the specified Region.
distribution_containerDistributionConfiguration :: Lens' Distribution (Maybe ContainerDistributionConfiguration) Source #
Container distribution settings for encryption, licensing, and sharing in a specific Region.
distribution_region :: Lens' Distribution Text Source #
The target Region.
DistributionConfiguration
distributionConfiguration_arn :: Lens' DistributionConfiguration (Maybe Text) Source #
The Amazon Resource Name (ARN) of the distribution configuration.
distributionConfiguration_dateUpdated :: Lens' DistributionConfiguration (Maybe Text) Source #
The date on which this distribution configuration was last updated.
distributionConfiguration_dateCreated :: Lens' DistributionConfiguration (Maybe Text) Source #
The date on which this distribution configuration was created.
distributionConfiguration_name :: Lens' DistributionConfiguration (Maybe Text) Source #
The name of the distribution configuration.
distributionConfiguration_description :: Lens' DistributionConfiguration (Maybe Text) Source #
The description of the distribution configuration.
distributionConfiguration_distributions :: Lens' DistributionConfiguration (Maybe [Distribution]) Source #
The distribution objects that apply Region-specific settings for the deployment of the image to targeted Regions.
distributionConfiguration_tags :: Lens' DistributionConfiguration (Maybe (HashMap Text Text)) Source #
The tags of the distribution configuration.
distributionConfiguration_timeoutMinutes :: Lens' DistributionConfiguration Natural Source #
The maximum duration in minutes for this distribution configuration.
DistributionConfigurationSummary
distributionConfigurationSummary_arn :: Lens' DistributionConfigurationSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the distribution configuration.
distributionConfigurationSummary_regions :: Lens' DistributionConfigurationSummary (Maybe [Text]) Source #
A list of Regions where the container image is distributed to.
distributionConfigurationSummary_dateUpdated :: Lens' DistributionConfigurationSummary (Maybe Text) Source #
The date on which the distribution configuration was updated.
distributionConfigurationSummary_dateCreated :: Lens' DistributionConfigurationSummary (Maybe Text) Source #
The date on which the distribution configuration was created.
distributionConfigurationSummary_name :: Lens' DistributionConfigurationSummary (Maybe Text) Source #
The name of the distribution configuration.
distributionConfigurationSummary_description :: Lens' DistributionConfigurationSummary (Maybe Text) Source #
The description of the distribution configuration.
distributionConfigurationSummary_tags :: Lens' DistributionConfigurationSummary (Maybe (HashMap Text Text)) Source #
The tags associated with the distribution configuration.
EbsInstanceBlockDeviceSpecification
ebsInstanceBlockDeviceSpecification_deleteOnTermination :: Lens' EbsInstanceBlockDeviceSpecification (Maybe Bool) Source #
Use to configure delete on termination of the associated device.
ebsInstanceBlockDeviceSpecification_throughput :: Lens' EbsInstanceBlockDeviceSpecification (Maybe Natural) Source #
For GP3 volumes only – The throughput in MiB/s that the volume supports.
ebsInstanceBlockDeviceSpecification_volumeSize :: Lens' EbsInstanceBlockDeviceSpecification (Maybe Natural) Source #
Use to override the device's volume size.
ebsInstanceBlockDeviceSpecification_iops :: Lens' EbsInstanceBlockDeviceSpecification (Maybe Natural) Source #
Use to configure device IOPS.
ebsInstanceBlockDeviceSpecification_encrypted :: Lens' EbsInstanceBlockDeviceSpecification (Maybe Bool) Source #
Use to configure device encryption.
ebsInstanceBlockDeviceSpecification_kmsKeyId :: Lens' EbsInstanceBlockDeviceSpecification (Maybe Text) Source #
Use to configure the KMS key to use when encrypting the device.
ebsInstanceBlockDeviceSpecification_volumeType :: Lens' EbsInstanceBlockDeviceSpecification (Maybe EbsVolumeType) Source #
Use to override the device's volume type.
ebsInstanceBlockDeviceSpecification_snapshotId :: Lens' EbsInstanceBlockDeviceSpecification (Maybe Text) Source #
The snapshot that defines the device contents.
Filter
filter_values :: Lens' Filter (Maybe (NonEmpty Text)) Source #
The filter values. Filter values are case-sensitive.
filter_name :: Lens' Filter (Maybe Text) Source #
The name of the filter. Filter names are case-sensitive.
Image
image_imageRecipe :: Lens' Image (Maybe ImageRecipe) Source #
The image recipe used when creating the image.
image_state :: Lens' Image (Maybe ImageState) Source #
The state of the image.
image_imageTestsConfiguration :: Lens' Image (Maybe ImageTestsConfiguration) Source #
The image tests configuration used when creating this image.
image_arn :: Lens' Image (Maybe Text) Source #
The Amazon Resource Name (ARN) of the image.
Semantic versioning is included in each object's Amazon Resource Name (ARN), at the level that applies to that object as follows:
- Versionless ARNs and Name ARNs do not include specific values in any of the nodes. The nodes are either left off entirely, or they are specified as wildcards, for example: x.x.x.
- Version ARNs have only the first three nodes: <major>.<minor>.<patch>
- Build version ARNs have all four nodes, and point to a specific build for a specific version of an object.
image_enhancedImageMetadataEnabled :: Lens' Image (Maybe Bool) Source #
Collects additional information about the image being created, including the operating system (OS) version and package list. This information is used to enhance the overall experience of using EC2 Image Builder. Enabled by default.
image_containerRecipe :: Lens' Image (Maybe ContainerRecipe) Source #
The recipe that is used to create an Image Builder container image.
image_infrastructureConfiguration :: Lens' Image (Maybe InfrastructureConfiguration) Source #
The infrastructure used when creating this image.
image_version :: Lens' Image (Maybe Text) Source #
The semantic version of the image.
The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them.
Assignment: For the first three nodes you can assign any positive integer value, including zero, with an upper limit of 2^30-1, or 1073741823 for each node. Image Builder automatically assigns the build number to the fourth node.
Patterns: You can use any numeric pattern that adheres to the assignment requirements for the nodes that you can assign. For example, you might choose a software version pattern, such as 1.0.0, or a date, such as 2021.01.01.
Filtering: With semantic versioning, you have the flexibility to use wildcards (x) to specify the most recent versions or nodes when selecting the base image or components for your recipe. When you use a wildcard in any node, all nodes to the right of the first wildcard must also be wildcards.
image_distributionConfiguration :: Lens' Image (Maybe DistributionConfiguration) Source #
The distribution configuration used when creating this image.
image_sourcePipelineArn :: Lens' Image (Maybe Text) Source #
The Amazon Resource Name (ARN) of the image pipeline that created this image.
image_type :: Lens' Image (Maybe ImageType) Source #
Specifies whether this is an AMI or container image.
image_sourcePipelineName :: Lens' Image (Maybe Text) Source #
The name of the image pipeline that created this image.
image_outputResources :: Lens' Image (Maybe OutputResources) Source #
The output resources produced when creating this image.
image_osVersion :: Lens' Image (Maybe Text) Source #
The operating system version of the instance. For example, Amazon Linux 2, Ubuntu 18, or Microsoft Windows Server 2019.
ImagePackage
imagePackage_packageName :: Lens' ImagePackage (Maybe Text) Source #
The name of the package as reported to the operating system package manager.
imagePackage_packageVersion :: Lens' ImagePackage (Maybe Text) Source #
The version of the package as reported to the operating system package manager.
ImagePipeline
imagePipeline_status :: Lens' ImagePipeline (Maybe PipelineStatus) Source #
The status of the image pipeline.
imagePipeline_dateLastRun :: Lens' ImagePipeline (Maybe Text) Source #
The date on which this image pipeline was last run.
imagePipeline_platform :: Lens' ImagePipeline (Maybe Platform) Source #
The platform of the image pipeline.
imagePipeline_infrastructureConfigurationArn :: Lens' ImagePipeline (Maybe Text) Source #
The Amazon Resource Name (ARN) of the infrastructure configuration associated with this image pipeline.
imagePipeline_containerRecipeArn :: Lens' ImagePipeline (Maybe Text) Source #
The Amazon Resource Name (ARN) of the container recipe that is used for this pipeline.
imagePipeline_imageTestsConfiguration :: Lens' ImagePipeline (Maybe ImageTestsConfiguration) Source #
The image tests configuration of the image pipeline.
imagePipeline_dateNextRun :: Lens' ImagePipeline (Maybe Text) Source #
The date on which this image pipeline will next be run.
imagePipeline_arn :: Lens' ImagePipeline (Maybe Text) Source #
The Amazon Resource Name (ARN) of the image pipeline.
imagePipeline_schedule :: Lens' ImagePipeline (Maybe Schedule) Source #
The schedule of the image pipeline.
imagePipeline_enhancedImageMetadataEnabled :: Lens' ImagePipeline (Maybe Bool) Source #
Collects additional information about the image being created, including the operating system (OS) version and package list. This information is used to enhance the overall experience of using EC2 Image Builder. Enabled by default.
imagePipeline_dateUpdated :: Lens' ImagePipeline (Maybe Text) Source #
The date on which this image pipeline was last updated.
imagePipeline_dateCreated :: Lens' ImagePipeline (Maybe Text) Source #
The date on which this image pipeline was created.
imagePipeline_name :: Lens' ImagePipeline (Maybe Text) Source #
The name of the image pipeline.
imagePipeline_distributionConfigurationArn :: Lens' ImagePipeline (Maybe Text) Source #
The Amazon Resource Name (ARN) of the distribution configuration associated with this image pipeline.
imagePipeline_imageRecipeArn :: Lens' ImagePipeline (Maybe Text) Source #
The Amazon Resource Name (ARN) of the image recipe associated with this image pipeline.
imagePipeline_description :: Lens' ImagePipeline (Maybe Text) Source #
The description of the image pipeline.
imagePipeline_tags :: Lens' ImagePipeline (Maybe (HashMap Text Text)) Source #
The tags of this image pipeline.
ImageRecipe
imageRecipe_components :: Lens' ImageRecipe (Maybe (NonEmpty ComponentConfiguration)) Source #
The components of the image recipe.
imageRecipe_platform :: Lens' ImageRecipe (Maybe Platform) Source #
The platform of the image recipe.
imageRecipe_arn :: Lens' ImageRecipe (Maybe Text) Source #
The Amazon Resource Name (ARN) of the image recipe.
imageRecipe_additionalInstanceConfiguration :: Lens' ImageRecipe (Maybe AdditionalInstanceConfiguration) Source #
Before you create a new AMI, Image Builder launches temporary Amazon EC2 instances to build and test your image configuration. Instance configuration adds a layer of control over those instances. You can define settings and add scripts to run when an instance is launched from your AMI.
imageRecipe_workingDirectory :: Lens' ImageRecipe (Maybe Text) Source #
The working directory to be used during build and test workflows.
imageRecipe_parentImage :: Lens' ImageRecipe (Maybe Text) Source #
The base image of the image recipe.
imageRecipe_owner :: Lens' ImageRecipe (Maybe Text) Source #
The owner of the image recipe.
imageRecipe_dateCreated :: Lens' ImageRecipe (Maybe Text) Source #
The date on which this image recipe was created.
imageRecipe_name :: Lens' ImageRecipe (Maybe Text) Source #
The name of the image recipe.
imageRecipe_version :: Lens' ImageRecipe (Maybe Text) Source #
The version of the image recipe.
imageRecipe_type :: Lens' ImageRecipe (Maybe ImageType) Source #
Specifies which type of image is created by the recipe - an AMI or a container image.
imageRecipe_blockDeviceMappings :: Lens' ImageRecipe (Maybe [InstanceBlockDeviceMapping]) Source #
The block device mappings to apply when creating images from this recipe.
imageRecipe_description :: Lens' ImageRecipe (Maybe Text) Source #
The description of the image recipe.
imageRecipe_tags :: Lens' ImageRecipe (Maybe (HashMap Text Text)) Source #
The tags of the image recipe.
ImageRecipeSummary
imageRecipeSummary_platform :: Lens' ImageRecipeSummary (Maybe Platform) Source #
The platform of the image recipe.
imageRecipeSummary_arn :: Lens' ImageRecipeSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the image recipe.
imageRecipeSummary_parentImage :: Lens' ImageRecipeSummary (Maybe Text) Source #
The base image of the image recipe.
imageRecipeSummary_owner :: Lens' ImageRecipeSummary (Maybe Text) Source #
The owner of the image recipe.
imageRecipeSummary_dateCreated :: Lens' ImageRecipeSummary (Maybe Text) Source #
The date on which this image recipe was created.
imageRecipeSummary_name :: Lens' ImageRecipeSummary (Maybe Text) Source #
The name of the image recipe.
imageRecipeSummary_tags :: Lens' ImageRecipeSummary (Maybe (HashMap Text Text)) Source #
The tags of the image recipe.
ImageState
imageState_status :: Lens' ImageState (Maybe ImageStatus) Source #
The status of the image.
imageState_reason :: Lens' ImageState (Maybe Text) Source #
The reason for the image's status.
ImageSummary
imageSummary_state :: Lens' ImageSummary (Maybe ImageState) Source #
The state of the image.
imageSummary_platform :: Lens' ImageSummary (Maybe Platform) Source #
The platform of the image.
imageSummary_arn :: Lens' ImageSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the image.
imageSummary_owner :: Lens' ImageSummary (Maybe Text) Source #
The owner of the image.
imageSummary_dateCreated :: Lens' ImageSummary (Maybe Text) Source #
The date on which this image was created.
imageSummary_name :: Lens' ImageSummary (Maybe Text) Source #
The name of the image.
imageSummary_version :: Lens' ImageSummary (Maybe Text) Source #
The version of the image.
imageSummary_type :: Lens' ImageSummary (Maybe ImageType) Source #
Specifies whether this is an AMI or container image.
imageSummary_outputResources :: Lens' ImageSummary (Maybe OutputResources) Source #
The output resources produced when creating this image.
imageSummary_osVersion :: Lens' ImageSummary (Maybe Text) Source #
The operating system version of the instance. For example, Amazon Linux 2, Ubuntu 18, or Microsoft Windows Server 2019.
imageSummary_tags :: Lens' ImageSummary (Maybe (HashMap Text Text)) Source #
The tags of the image.
ImageTestsConfiguration
imageTestsConfiguration_timeoutMinutes :: Lens' ImageTestsConfiguration (Maybe Natural) Source #
The maximum time in minutes that tests are permitted to run.
imageTestsConfiguration_imageTestsEnabled :: Lens' ImageTestsConfiguration (Maybe Bool) Source #
Defines if tests should be executed when building this image.
ImageVersion
imageVersion_platform :: Lens' ImageVersion (Maybe Platform) Source #
The platform of the image version, for example "Windows" or "Linux".
imageVersion_arn :: Lens' ImageVersion (Maybe Text) Source #
The Amazon Resource Name (ARN) of a specific version of an Image Builder image.
Semantic versioning is included in each object's Amazon Resource Name (ARN), at the level that applies to that object as follows:
- Versionless ARNs and Name ARNs do not include specific values in any of the nodes. The nodes are either left off entirely, or they are specified as wildcards, for example: x.x.x.
- Version ARNs have only the first three nodes: <major>.<minor>.<patch>
- Build version ARNs have all four nodes, and point to a specific build for a specific version of an object.
imageVersion_owner :: Lens' ImageVersion (Maybe Text) Source #
The owner of the image version.
imageVersion_dateCreated :: Lens' ImageVersion (Maybe Text) Source #
The date on which this specific version of the Image Builder image was created.
imageVersion_name :: Lens' ImageVersion (Maybe Text) Source #
The name of this specific version of an Image Builder image.
imageVersion_version :: Lens' ImageVersion (Maybe Text) Source #
Details for a specific version of an Image Builder image. This version follows the semantic version syntax.
The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them.
Assignment: For the first three nodes you can assign any positive integer value, including zero, with an upper limit of 2^30-1, or 1073741823 for each node. Image Builder automatically assigns the build number to the fourth node.
Patterns: You can use any numeric pattern that adheres to the assignment requirements for the nodes that you can assign. For example, you might choose a software version pattern, such as 1.0.0, or a date, such as 2021.01.01.
Filtering: With semantic versioning, you have the flexibility to use wildcards (x) to specify the most recent versions or nodes when selecting the base image or components for your recipe. When you use a wildcard in any node, all nodes to the right of the first wildcard must also be wildcards.
imageVersion_type :: Lens' ImageVersion (Maybe ImageType) Source #
Specifies whether this image is an AMI or a container image.
imageVersion_osVersion :: Lens' ImageVersion (Maybe Text) Source #
The operating system version of the Amazon EC2 build instance. For example, Amazon Linux 2, Ubuntu 18, or Microsoft Windows Server 2019.
InfrastructureConfiguration
infrastructureConfiguration_securityGroupIds :: Lens' InfrastructureConfiguration (Maybe [Text]) Source #
The security group IDs of the infrastructure configuration.
infrastructureConfiguration_snsTopicArn :: Lens' InfrastructureConfiguration (Maybe Text) Source #
The SNS topic Amazon Resource Name (ARN) of the infrastructure configuration.
infrastructureConfiguration_instanceTypes :: Lens' InfrastructureConfiguration (Maybe [Text]) Source #
The instance types of the infrastructure configuration.
infrastructureConfiguration_arn :: Lens' InfrastructureConfiguration (Maybe Text) Source #
The Amazon Resource Name (ARN) of the infrastructure configuration.
infrastructureConfiguration_keyPair :: Lens' InfrastructureConfiguration (Maybe Text) Source #
The Amazon EC2 key pair of the infrastructure configuration.
infrastructureConfiguration_resourceTags :: Lens' InfrastructureConfiguration (Maybe (HashMap Text Text)) Source #
The tags attached to the resource created by Image Builder.
infrastructureConfiguration_subnetId :: Lens' InfrastructureConfiguration (Maybe Text) Source #
The subnet ID of the infrastructure configuration.
infrastructureConfiguration_dateUpdated :: Lens' InfrastructureConfiguration (Maybe Text) Source #
The date on which the infrastructure configuration was last updated.
infrastructureConfiguration_dateCreated :: Lens' InfrastructureConfiguration (Maybe Text) Source #
The date on which the infrastructure configuration was created.
infrastructureConfiguration_instanceMetadataOptions :: Lens' InfrastructureConfiguration (Maybe InstanceMetadataOptions) Source #
The instance metadata option settings for the infrastructure configuration.
infrastructureConfiguration_name :: Lens' InfrastructureConfiguration (Maybe Text) Source #
The name of the infrastructure configuration.
infrastructureConfiguration_instanceProfileName :: Lens' InfrastructureConfiguration (Maybe Text) Source #
The instance profile of the infrastructure configuration.
infrastructureConfiguration_logging :: Lens' InfrastructureConfiguration (Maybe Logging) Source #
The logging configuration of the infrastructure configuration.
infrastructureConfiguration_description :: Lens' InfrastructureConfiguration (Maybe Text) Source #
The description of the infrastructure configuration.
infrastructureConfiguration_tags :: Lens' InfrastructureConfiguration (Maybe (HashMap Text Text)) Source #
The tags of the infrastructure configuration.
infrastructureConfiguration_terminateInstanceOnFailure :: Lens' InfrastructureConfiguration (Maybe Bool) Source #
The terminate instance on failure configuration of the infrastructure configuration.
InfrastructureConfigurationSummary
infrastructureConfigurationSummary_instanceTypes :: Lens' InfrastructureConfigurationSummary (Maybe [Text]) Source #
The instance types of the infrastructure configuration.
infrastructureConfigurationSummary_arn :: Lens' InfrastructureConfigurationSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the infrastructure configuration.
infrastructureConfigurationSummary_resourceTags :: Lens' InfrastructureConfigurationSummary (Maybe (HashMap Text Text)) Source #
The tags attached to the image created by Image Builder.
infrastructureConfigurationSummary_dateUpdated :: Lens' InfrastructureConfigurationSummary (Maybe Text) Source #
The date on which the infrastructure configuration was last updated.
infrastructureConfigurationSummary_dateCreated :: Lens' InfrastructureConfigurationSummary (Maybe Text) Source #
The date on which the infrastructure configuration was created.
infrastructureConfigurationSummary_name :: Lens' InfrastructureConfigurationSummary (Maybe Text) Source #
The name of the infrastructure configuration.
infrastructureConfigurationSummary_instanceProfileName :: Lens' InfrastructureConfigurationSummary (Maybe Text) Source #
The instance profile of the infrastructure configuration.
infrastructureConfigurationSummary_description :: Lens' InfrastructureConfigurationSummary (Maybe Text) Source #
The description of the infrastructure configuration.
infrastructureConfigurationSummary_tags :: Lens' InfrastructureConfigurationSummary (Maybe (HashMap Text Text)) Source #
The tags of the infrastructure configuration.
InstanceBlockDeviceMapping
instanceBlockDeviceMapping_virtualName :: Lens' InstanceBlockDeviceMapping (Maybe Text) Source #
Use to manage instance ephemeral devices.
instanceBlockDeviceMapping_noDevice :: Lens' InstanceBlockDeviceMapping (Maybe Text) Source #
Use to remove a mapping from the base image.
instanceBlockDeviceMapping_ebs :: Lens' InstanceBlockDeviceMapping (Maybe EbsInstanceBlockDeviceSpecification) Source #
Use to manage Amazon EBS-specific configuration for this mapping.
instanceBlockDeviceMapping_deviceName :: Lens' InstanceBlockDeviceMapping (Maybe Text) Source #
The device to which these mappings apply.
InstanceConfiguration
instanceConfiguration_image :: Lens' InstanceConfiguration (Maybe Text) Source #
The AMI ID to use as the base image for a container build and test instance. If not specified, Image Builder will use the appropriate ECS-optimized AMI as a base image.
instanceConfiguration_blockDeviceMappings :: Lens' InstanceConfiguration (Maybe [InstanceBlockDeviceMapping]) Source #
Defines the block devices to attach for building an instance from this Image Builder AMI.
InstanceMetadataOptions
instanceMetadataOptions_httpPutResponseHopLimit :: Lens' InstanceMetadataOptions (Maybe Natural) Source #
Limit the number of hops that an instance metadata request can traverse to reach its destination.
instanceMetadataOptions_httpTokens :: Lens' InstanceMetadataOptions (Maybe Text) Source #
Indicates whether a signed token header is required for instance metadata retrieval requests. The values affect the response as follows:
- required – When you retrieve the IAM role credentials, version 2.0 credentials are returned in all cases.
- optional – You can include a signed token header in your request to retrieve instance metadata, or you can leave it out. If you include it, version 2.0 credentials are returned for the IAM role. Otherwise, version 1.0 credentials are returned.
The default setting is optional.
LaunchPermissionConfiguration
launchPermissionConfiguration_userIds :: Lens' LaunchPermissionConfiguration (Maybe (NonEmpty Text)) Source #
The Amazon Web Services account ID.
launchPermissionConfiguration_userGroups :: Lens' LaunchPermissionConfiguration (Maybe [Text]) Source #
The name of the group.
LaunchTemplateConfiguration
launchTemplateConfiguration_setDefaultVersion :: Lens' LaunchTemplateConfiguration (Maybe Bool) Source #
Set the specified Amazon EC2 launch template as the default launch template for the specified account.
launchTemplateConfiguration_accountId :: Lens' LaunchTemplateConfiguration (Maybe Text) Source #
The account ID that this configuration applies to.
launchTemplateConfiguration_launchTemplateId :: Lens' LaunchTemplateConfiguration Text Source #
Identifies the Amazon EC2 launch template to use.
Logging
OutputResources
outputResources_containers :: Lens' OutputResources (Maybe [Container]) Source #
Container images that the pipeline has generated and stored in the output repository.
outputResources_amis :: Lens' OutputResources (Maybe [Ami]) Source #
The Amazon EC2 AMIs created by this image.
S3Logs
s3Logs_s3KeyPrefix :: Lens' S3Logs (Maybe Text) Source #
The Amazon S3 path in which to store the logs.
s3Logs_s3BucketName :: Lens' S3Logs (Maybe Text) Source #
The Amazon S3 bucket in which to store the logs.
Schedule
schedule_scheduleExpression :: Lens' Schedule (Maybe Text) Source #
The cron expression determines how often EC2 Image Builder evaluates
your pipelineExecutionStartCondition
.
For information on how to format a cron expression in Image Builder, see Use cron expressions in EC2 Image Builder.
schedule_pipelineExecutionStartCondition :: Lens' Schedule (Maybe PipelineExecutionStartCondition) Source #
The condition configures when the pipeline should trigger a new image
build. When the pipelineExecutionStartCondition
is set to
EXPRESSION_MATCH_AND_DEPENDENCY_UPDATES_AVAILABLE
, and you use
semantic version filters on the base image or components in your image
recipe, EC2 Image Builder will build a new image only when there are new
versions of the image or components in your recipe that match the
semantic version filter. When it is set to EXPRESSION_MATCH_ONLY
, it
will build a new image every time the CRON expression matches the
current time. For semantic version syntax, see
CreateComponent
in the EC2 Image Builder API Reference.
schedule_timezone :: Lens' Schedule (Maybe Text) Source #
The timezone that applies to the scheduling expression. For example, "Etc/UTC", "America/Los_Angeles" in the IANA timezone format. If not specified this defaults to UTC.
SystemsManagerAgent
systemsManagerAgent_uninstallAfterBuild :: Lens' SystemsManagerAgent (Maybe Bool) Source #
Controls whether the Systems Manager agent is removed from your final build image, prior to creating the new AMI. If this is set to true, then the agent is removed from the final image. If it's set to false, then the agent is left in, so that it is included in the new AMI. The default value is false.
TargetContainerRepository
targetContainerRepository_service :: Lens' TargetContainerRepository ContainerRepositoryService Source #
Specifies the service in which this image was registered.
targetContainerRepository_repositoryName :: Lens' TargetContainerRepository Text Source #
The name of the container repository where the output container image is stored. This name is prefixed by the repository location.