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 |
- Service Configuration
- Errors
- InvalidParameterException
- InvalidRequestException
- ResourceAlreadyExistsException
- CallRateLimitExceededException
- ForbiddenException
- InvalidParameterValueException
- InvalidVersionNumberException
- ServiceQuotaExceededException
- ServiceException
- ResourceDependencyException
- ServiceUnavailableException
- IdempotentParameterMismatchException
- ClientException
- ResourceNotFoundException
- InvalidParameterCombinationException
- InvalidPaginationTokenException
- ResourceInUseException
- Waiters
- 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
- ComponentFormat
- ComponentStatus
- ComponentType
- ContainerRepositoryService
- ContainerType
- EbsVolumeType
- ImageStatus
- ImageType
- Ownership
- PipelineExecutionStartCondition
- PipelineStatus
- Platform
- 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
Derived from API version 2019-12-02
of the AWS service descriptions, licensed under Apache 2.0.
EC2 Image Builder is a fully managed Amazon Web Services service that makes it easier to automate the creation, management, and deployment of customized, secure, and up-to-date "golden" server images that are pre-installed and pre-configured with software and settings to meet specific IT standards.
Synopsis
- defaultService :: Service
- _InvalidParameterException :: AsError a => Getting (First ServiceError) a ServiceError
- _InvalidRequestException :: AsError a => Getting (First ServiceError) a ServiceError
- _ResourceAlreadyExistsException :: AsError a => Getting (First ServiceError) a ServiceError
- _CallRateLimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError
- _ForbiddenException :: AsError a => Getting (First ServiceError) a ServiceError
- _InvalidParameterValueException :: AsError a => Getting (First ServiceError) a ServiceError
- _InvalidVersionNumberException :: AsError a => Getting (First ServiceError) a ServiceError
- _ServiceQuotaExceededException :: AsError a => Getting (First ServiceError) a ServiceError
- _ServiceException :: AsError a => Getting (First ServiceError) a ServiceError
- _ResourceDependencyException :: AsError a => Getting (First ServiceError) a ServiceError
- _ServiceUnavailableException :: AsError a => Getting (First ServiceError) a ServiceError
- _IdempotentParameterMismatchException :: AsError a => Getting (First ServiceError) a ServiceError
- _ClientException :: AsError a => Getting (First ServiceError) a ServiceError
- _ResourceNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError
- _InvalidParameterCombinationException :: AsError a => Getting (First ServiceError) a ServiceError
- _InvalidPaginationTokenException :: AsError a => Getting (First ServiceError) a ServiceError
- _ResourceInUseException :: AsError a => Getting (First ServiceError) a ServiceError
- data ListImagePackages = ListImagePackages' (Maybe Text) (Maybe Natural) Text
- newListImagePackages :: Text -> ListImagePackages
- data ListImagePackagesResponse = ListImagePackagesResponse' (Maybe Text) (Maybe [ImagePackage]) (Maybe Text) Int
- newListImagePackagesResponse :: Int -> ListImagePackagesResponse
- data GetDistributionConfiguration = GetDistributionConfiguration' Text
- newGetDistributionConfiguration :: Text -> GetDistributionConfiguration
- data GetDistributionConfigurationResponse = GetDistributionConfigurationResponse' (Maybe Text) (Maybe DistributionConfiguration) Int
- newGetDistributionConfigurationResponse :: Int -> GetDistributionConfigurationResponse
- data ImportComponent = ImportComponent' (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe (HashMap Text Text)) Text Text ComponentType ComponentFormat Platform Text
- newImportComponent :: Text -> Text -> ComponentType -> ComponentFormat -> Platform -> Text -> ImportComponent
- data ImportComponentResponse = ImportComponentResponse' (Maybe Text) (Maybe Text) (Maybe Text) Int
- newImportComponentResponse :: Int -> ImportComponentResponse
- data ListComponentBuildVersions = ListComponentBuildVersions' (Maybe Text) (Maybe Natural) Text
- newListComponentBuildVersions :: Text -> ListComponentBuildVersions
- data ListComponentBuildVersionsResponse = ListComponentBuildVersionsResponse' (Maybe Text) (Maybe Text) (Maybe [ComponentSummary]) Int
- newListComponentBuildVersionsResponse :: Int -> ListComponentBuildVersionsResponse
- data ListTagsForResource = ListTagsForResource' Text
- newListTagsForResource :: Text -> ListTagsForResource
- data ListTagsForResourceResponse = ListTagsForResourceResponse' (Maybe (HashMap Text Text)) Int
- newListTagsForResourceResponse :: Int -> ListTagsForResourceResponse
- data ListImageBuildVersions = ListImageBuildVersions' (Maybe (NonEmpty Filter)) (Maybe Text) (Maybe Natural) Text
- newListImageBuildVersions :: Text -> ListImageBuildVersions
- data ListImageBuildVersionsResponse = ListImageBuildVersionsResponse' (Maybe Text) (Maybe Text) (Maybe [ImageSummary]) Int
- newListImageBuildVersionsResponse :: Int -> ListImageBuildVersionsResponse
- data CancelImageCreation = CancelImageCreation' Text Text
- newCancelImageCreation :: Text -> Text -> CancelImageCreation
- data CancelImageCreationResponse = CancelImageCreationResponse' (Maybe Text) (Maybe Text) (Maybe Text) Int
- newCancelImageCreationResponse :: Int -> CancelImageCreationResponse
- data GetImagePipeline = GetImagePipeline' Text
- newGetImagePipeline :: Text -> GetImagePipeline
- data GetImagePipelineResponse = GetImagePipelineResponse' (Maybe Text) (Maybe ImagePipeline) Int
- newGetImagePipelineResponse :: Int -> GetImagePipelineResponse
- data CreateInfrastructureConfiguration = CreateInfrastructureConfiguration' (Maybe [Text]) (Maybe Text) (Maybe [Text]) (Maybe Text) (Maybe (HashMap Text Text)) (Maybe Text) (Maybe InstanceMetadataOptions) (Maybe Logging) (Maybe Text) (Maybe (HashMap Text Text)) (Maybe Bool) Text Text Text
- newCreateInfrastructureConfiguration :: Text -> Text -> Text -> CreateInfrastructureConfiguration
- data CreateInfrastructureConfigurationResponse = CreateInfrastructureConfigurationResponse' (Maybe Text) (Maybe Text) (Maybe Text) Int
- newCreateInfrastructureConfigurationResponse :: Int -> CreateInfrastructureConfigurationResponse
- data ListDistributionConfigurations = ListDistributionConfigurations' (Maybe (NonEmpty Filter)) (Maybe Text) (Maybe Natural)
- newListDistributionConfigurations :: ListDistributionConfigurations
- data ListDistributionConfigurationsResponse = ListDistributionConfigurationsResponse' (Maybe Text) (Maybe [DistributionConfigurationSummary]) (Maybe Text) Int
- newListDistributionConfigurationsResponse :: Int -> ListDistributionConfigurationsResponse
- data CreateContainerRecipe = CreateContainerRecipe' (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Platform) (Maybe Text) (Maybe (HashMap Text Text)) (Maybe InstanceConfiguration) ContainerType Text Text (NonEmpty ComponentConfiguration) Text TargetContainerRepository Text
- newCreateContainerRecipe :: ContainerType -> Text -> Text -> NonEmpty ComponentConfiguration -> Text -> TargetContainerRepository -> Text -> CreateContainerRecipe
- data CreateContainerRecipeResponse = CreateContainerRecipeResponse' (Maybe Text) (Maybe Text) (Maybe Text) Int
- newCreateContainerRecipeResponse :: Int -> CreateContainerRecipeResponse
- data ListInfrastructureConfigurations = ListInfrastructureConfigurations' (Maybe (NonEmpty Filter)) (Maybe Text) (Maybe Natural)
- newListInfrastructureConfigurations :: ListInfrastructureConfigurations
- data ListInfrastructureConfigurationsResponse = ListInfrastructureConfigurationsResponse' (Maybe Text) (Maybe [InfrastructureConfigurationSummary]) (Maybe Text) Int
- newListInfrastructureConfigurationsResponse :: Int -> ListInfrastructureConfigurationsResponse
- data PutImageRecipePolicy = PutImageRecipePolicy' Text Text
- newPutImageRecipePolicy :: Text -> Text -> PutImageRecipePolicy
- data PutImageRecipePolicyResponse = PutImageRecipePolicyResponse' (Maybe Text) (Maybe Text) Int
- newPutImageRecipePolicyResponse :: Int -> PutImageRecipePolicyResponse
- data ListContainerRecipes = ListContainerRecipes' (Maybe (NonEmpty Filter)) (Maybe Ownership) (Maybe Text) (Maybe Natural)
- newListContainerRecipes :: ListContainerRecipes
- data ListContainerRecipesResponse = ListContainerRecipesResponse' (Maybe Text) (Maybe [ContainerRecipeSummary]) (Maybe Text) Int
- newListContainerRecipesResponse :: Int -> ListContainerRecipesResponse
- data PutImagePolicy = PutImagePolicy' Text Text
- newPutImagePolicy :: Text -> Text -> PutImagePolicy
- data PutImagePolicyResponse = PutImagePolicyResponse' (Maybe Text) (Maybe Text) Int
- newPutImagePolicyResponse :: Int -> PutImagePolicyResponse
- data DeleteContainerRecipe = DeleteContainerRecipe' Text
- newDeleteContainerRecipe :: Text -> DeleteContainerRecipe
- data DeleteContainerRecipeResponse = DeleteContainerRecipeResponse' (Maybe Text) (Maybe Text) Int
- newDeleteContainerRecipeResponse :: Int -> DeleteContainerRecipeResponse
- data PutComponentPolicy = PutComponentPolicy' Text Text
- newPutComponentPolicy :: Text -> Text -> PutComponentPolicy
- data PutComponentPolicyResponse = PutComponentPolicyResponse' (Maybe Text) (Maybe Text) Int
- newPutComponentPolicyResponse :: Int -> PutComponentPolicyResponse
- data DeleteInfrastructureConfiguration = DeleteInfrastructureConfiguration' Text
- newDeleteInfrastructureConfiguration :: Text -> DeleteInfrastructureConfiguration
- data DeleteInfrastructureConfigurationResponse = DeleteInfrastructureConfigurationResponse' (Maybe Text) (Maybe Text) Int
- newDeleteInfrastructureConfigurationResponse :: Int -> DeleteInfrastructureConfigurationResponse
- data UpdateInfrastructureConfiguration = UpdateInfrastructureConfiguration' (Maybe [Text]) (Maybe Text) (Maybe [Text]) (Maybe Text) (Maybe (HashMap Text Text)) (Maybe Text) (Maybe InstanceMetadataOptions) (Maybe Logging) (Maybe Text) (Maybe Bool) Text Text Text
- newUpdateInfrastructureConfiguration :: Text -> Text -> Text -> UpdateInfrastructureConfiguration
- data UpdateInfrastructureConfigurationResponse = UpdateInfrastructureConfigurationResponse' (Maybe Text) (Maybe Text) (Maybe Text) Int
- newUpdateInfrastructureConfigurationResponse :: Int -> UpdateInfrastructureConfigurationResponse
- data CreateImagePipeline = CreateImagePipeline' (Maybe PipelineStatus) (Maybe Text) (Maybe ImageTestsConfiguration) (Maybe Schedule) (Maybe Bool) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe (HashMap Text Text)) Text Text Text
- newCreateImagePipeline :: Text -> Text -> Text -> CreateImagePipeline
- data CreateImagePipelineResponse = CreateImagePipelineResponse' (Maybe Text) (Maybe Text) (Maybe Text) Int
- newCreateImagePipelineResponse :: Int -> CreateImagePipelineResponse
- data GetContainerRecipe = GetContainerRecipe' Text
- newGetContainerRecipe :: Text -> GetContainerRecipe
- data GetContainerRecipeResponse = GetContainerRecipeResponse' (Maybe Text) (Maybe ContainerRecipe) Int
- newGetContainerRecipeResponse :: Int -> GetContainerRecipeResponse
- data GetInfrastructureConfiguration = GetInfrastructureConfiguration' Text
- newGetInfrastructureConfiguration :: Text -> GetInfrastructureConfiguration
- data GetInfrastructureConfigurationResponse = GetInfrastructureConfigurationResponse' (Maybe Text) (Maybe InfrastructureConfiguration) Int
- newGetInfrastructureConfigurationResponse :: Int -> GetInfrastructureConfigurationResponse
- data GetImagePolicy = GetImagePolicy' Text
- newGetImagePolicy :: Text -> GetImagePolicy
- data GetImagePolicyResponse = GetImagePolicyResponse' (Maybe Text) (Maybe Text) Int
- newGetImagePolicyResponse :: Int -> GetImagePolicyResponse
- data GetImageRecipePolicy = GetImageRecipePolicy' Text
- newGetImageRecipePolicy :: Text -> GetImageRecipePolicy
- data GetImageRecipePolicyResponse = GetImageRecipePolicyResponse' (Maybe Text) (Maybe Text) Int
- newGetImageRecipePolicyResponse :: Int -> GetImageRecipePolicyResponse
- data GetComponentPolicy = GetComponentPolicy' Text
- newGetComponentPolicy :: Text -> GetComponentPolicy
- data GetComponentPolicyResponse = GetComponentPolicyResponse' (Maybe Text) (Maybe Text) Int
- newGetComponentPolicyResponse :: Int -> GetComponentPolicyResponse
- data DeleteImagePipeline = DeleteImagePipeline' Text
- newDeleteImagePipeline :: Text -> DeleteImagePipeline
- data DeleteImagePipelineResponse = DeleteImagePipelineResponse' (Maybe Text) (Maybe Text) Int
- newDeleteImagePipelineResponse :: Int -> DeleteImagePipelineResponse
- data UpdateImagePipeline = UpdateImagePipeline' (Maybe PipelineStatus) (Maybe Text) (Maybe ImageTestsConfiguration) (Maybe Schedule) (Maybe Bool) (Maybe Text) (Maybe Text) (Maybe Text) Text Text Text
- newUpdateImagePipeline :: Text -> Text -> Text -> UpdateImagePipeline
- data UpdateImagePipelineResponse = UpdateImagePipelineResponse' (Maybe Text) (Maybe Text) (Maybe Text) Int
- newUpdateImagePipelineResponse :: Int -> UpdateImagePipelineResponse
- data ListImagePipelines = ListImagePipelines' (Maybe (NonEmpty Filter)) (Maybe Text) (Maybe Natural)
- newListImagePipelines :: ListImagePipelines
- data ListImagePipelinesResponse = ListImagePipelinesResponse' (Maybe Text) (Maybe Text) (Maybe [ImagePipeline]) Int
- newListImagePipelinesResponse :: Int -> ListImagePipelinesResponse
- data StartImagePipelineExecution = StartImagePipelineExecution' Text Text
- newStartImagePipelineExecution :: Text -> Text -> StartImagePipelineExecution
- data StartImagePipelineExecutionResponse = StartImagePipelineExecutionResponse' (Maybe Text) (Maybe Text) (Maybe Text) Int
- newStartImagePipelineExecutionResponse :: Int -> StartImagePipelineExecutionResponse
- data TagResource = TagResource' Text (HashMap Text Text)
- newTagResource :: Text -> TagResource
- data TagResourceResponse = TagResourceResponse' Int
- newTagResourceResponse :: Int -> TagResourceResponse
- data CreateImageRecipe = CreateImageRecipe' (Maybe AdditionalInstanceConfiguration) (Maybe Text) (Maybe [InstanceBlockDeviceMapping]) (Maybe Text) (Maybe (HashMap Text Text)) Text Text (NonEmpty ComponentConfiguration) Text Text
- newCreateImageRecipe :: Text -> Text -> NonEmpty ComponentConfiguration -> Text -> Text -> CreateImageRecipe
- data CreateImageRecipeResponse = CreateImageRecipeResponse' (Maybe Text) (Maybe Text) (Maybe Text) Int
- newCreateImageRecipeResponse :: Int -> CreateImageRecipeResponse
- data CreateImage = CreateImage' (Maybe Text) (Maybe ImageTestsConfiguration) (Maybe Bool) (Maybe Text) (Maybe Text) (Maybe (HashMap Text Text)) Text Text
- newCreateImage :: Text -> Text -> CreateImage
- data CreateImageResponse = CreateImageResponse' (Maybe Text) (Maybe Text) (Maybe Text) Int
- newCreateImageResponse :: Int -> CreateImageResponse
- data UntagResource = UntagResource' Text (NonEmpty Text)
- newUntagResource :: Text -> NonEmpty Text -> UntagResource
- data UntagResourceResponse = UntagResourceResponse' Int
- newUntagResourceResponse :: Int -> UntagResourceResponse
- data CreateComponent = CreateComponent' (Maybe Text) (Maybe (NonEmpty Text)) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe (HashMap Text Text)) Text Text Platform Text
- newCreateComponent :: Text -> Text -> Platform -> Text -> CreateComponent
- data CreateComponentResponse = CreateComponentResponse' (Maybe Text) (Maybe Text) (Maybe Text) Int
- newCreateComponentResponse :: Int -> CreateComponentResponse
- data DeleteDistributionConfiguration = DeleteDistributionConfiguration' Text
- newDeleteDistributionConfiguration :: Text -> DeleteDistributionConfiguration
- data DeleteDistributionConfigurationResponse = DeleteDistributionConfigurationResponse' (Maybe Text) (Maybe Text) Int
- newDeleteDistributionConfigurationResponse :: Int -> DeleteDistributionConfigurationResponse
- data UpdateDistributionConfiguration = UpdateDistributionConfiguration' (Maybe Text) Text [Distribution] Text
- newUpdateDistributionConfiguration :: Text -> Text -> UpdateDistributionConfiguration
- data UpdateDistributionConfigurationResponse = UpdateDistributionConfigurationResponse' (Maybe Text) (Maybe Text) (Maybe Text) Int
- newUpdateDistributionConfigurationResponse :: Int -> UpdateDistributionConfigurationResponse
- data ListImagePipelineImages = ListImagePipelineImages' (Maybe (NonEmpty Filter)) (Maybe Text) (Maybe Natural) Text
- newListImagePipelineImages :: Text -> ListImagePipelineImages
- data ListImagePipelineImagesResponse = ListImagePipelineImagesResponse' (Maybe Text) (Maybe Text) (Maybe [ImageSummary]) Int
- newListImagePipelineImagesResponse :: Int -> ListImagePipelineImagesResponse
- data DeleteImageRecipe = DeleteImageRecipe' Text
- newDeleteImageRecipe :: Text -> DeleteImageRecipe
- data DeleteImageRecipeResponse = DeleteImageRecipeResponse' (Maybe Text) (Maybe Text) Int
- newDeleteImageRecipeResponse :: Int -> DeleteImageRecipeResponse
- data ListComponents = ListComponents' (Maybe (NonEmpty Filter)) (Maybe Ownership) (Maybe Bool) (Maybe Text) (Maybe Natural)
- newListComponents :: ListComponents
- data ListComponentsResponse = ListComponentsResponse' (Maybe Text) (Maybe [ComponentVersion]) (Maybe Text) Int
- newListComponentsResponse :: Int -> ListComponentsResponse
- data PutContainerRecipePolicy = PutContainerRecipePolicy' Text Text
- newPutContainerRecipePolicy :: Text -> Text -> PutContainerRecipePolicy
- data PutContainerRecipePolicyResponse = PutContainerRecipePolicyResponse' (Maybe Text) (Maybe Text) Int
- newPutContainerRecipePolicyResponse :: Int -> PutContainerRecipePolicyResponse
- data ListImages = ListImages' (Maybe (NonEmpty Filter)) (Maybe Ownership) (Maybe Bool) (Maybe Text) (Maybe Bool) (Maybe Natural)
- newListImages :: ListImages
- data ListImagesResponse = ListImagesResponse' (Maybe Text) (Maybe [ImageVersion]) (Maybe Text) Int
- newListImagesResponse :: Int -> ListImagesResponse
- data CreateDistributionConfiguration = CreateDistributionConfiguration' (Maybe Text) (Maybe (HashMap Text Text)) Text [Distribution] Text
- newCreateDistributionConfiguration :: Text -> Text -> CreateDistributionConfiguration
- data CreateDistributionConfigurationResponse = CreateDistributionConfigurationResponse' (Maybe Text) (Maybe Text) (Maybe Text) Int
- newCreateDistributionConfigurationResponse :: Int -> CreateDistributionConfigurationResponse
- data ListImageRecipes = ListImageRecipes' (Maybe (NonEmpty Filter)) (Maybe Ownership) (Maybe Text) (Maybe Natural)
- newListImageRecipes :: ListImageRecipes
- data ListImageRecipesResponse = ListImageRecipesResponse' (Maybe Text) (Maybe Text) (Maybe [ImageRecipeSummary]) Int
- newListImageRecipesResponse :: Int -> ListImageRecipesResponse
- data DeleteImage = DeleteImage' Text
- newDeleteImage :: Text -> DeleteImage
- data DeleteImageResponse = DeleteImageResponse' (Maybe Text) (Maybe Text) Int
- newDeleteImageResponse :: Int -> DeleteImageResponse
- data DeleteComponent = DeleteComponent' Text
- newDeleteComponent :: Text -> DeleteComponent
- data DeleteComponentResponse = DeleteComponentResponse' (Maybe Text) (Maybe Text) Int
- newDeleteComponentResponse :: Int -> DeleteComponentResponse
- data GetImage = GetImage' Text
- newGetImage :: Text -> GetImage
- data GetImageResponse = GetImageResponse' (Maybe Text) (Maybe Image) Int
- newGetImageResponse :: Int -> GetImageResponse
- data GetContainerRecipePolicy = GetContainerRecipePolicy' Text
- newGetContainerRecipePolicy :: Text -> GetContainerRecipePolicy
- data GetContainerRecipePolicyResponse = GetContainerRecipePolicyResponse' (Maybe Text) (Maybe Text) Int
- newGetContainerRecipePolicyResponse :: Int -> GetContainerRecipePolicyResponse
- data GetImageRecipe = GetImageRecipe' Text
- newGetImageRecipe :: Text -> GetImageRecipe
- data GetImageRecipeResponse = GetImageRecipeResponse' (Maybe Text) (Maybe ImageRecipe) Int
- newGetImageRecipeResponse :: Int -> GetImageRecipeResponse
- data GetComponent = GetComponent' Text
- newGetComponent :: Text -> GetComponent
- data GetComponentResponse = GetComponentResponse' (Maybe Text) (Maybe Component) Int
- newGetComponentResponse :: Int -> GetComponentResponse
- newtype ComponentFormat where
- ComponentFormat' { }
- pattern ComponentFormat_SHELL :: ComponentFormat
- newtype ComponentStatus where
- ComponentStatus' { }
- pattern ComponentStatus_DEPRECATED :: ComponentStatus
- newtype ComponentType where
- ComponentType' { }
- pattern ComponentType_BUILD :: ComponentType
- pattern ComponentType_TEST :: ComponentType
- newtype ContainerRepositoryService where
- newtype ContainerType where
- ContainerType' { }
- pattern ContainerType_DOCKER :: ContainerType
- newtype EbsVolumeType where
- EbsVolumeType' { }
- pattern EbsVolumeType_Gp2 :: EbsVolumeType
- pattern EbsVolumeType_Gp3 :: EbsVolumeType
- pattern EbsVolumeType_Io1 :: EbsVolumeType
- pattern EbsVolumeType_Io2 :: EbsVolumeType
- pattern EbsVolumeType_Sc1 :: EbsVolumeType
- pattern EbsVolumeType_St1 :: EbsVolumeType
- pattern EbsVolumeType_Standard :: EbsVolumeType
- newtype ImageStatus where
- ImageStatus' { }
- pattern ImageStatus_AVAILABLE :: ImageStatus
- pattern ImageStatus_BUILDING :: ImageStatus
- pattern ImageStatus_CANCELLED :: ImageStatus
- pattern ImageStatus_CREATING :: ImageStatus
- pattern ImageStatus_DELETED :: ImageStatus
- pattern ImageStatus_DEPRECATED :: ImageStatus
- pattern ImageStatus_DISTRIBUTING :: ImageStatus
- pattern ImageStatus_FAILED :: ImageStatus
- pattern ImageStatus_INTEGRATING :: ImageStatus
- pattern ImageStatus_PENDING :: ImageStatus
- pattern ImageStatus_TESTING :: ImageStatus
- newtype ImageType where
- ImageType' { }
- pattern ImageType_AMI :: ImageType
- pattern ImageType_DOCKER :: ImageType
- newtype Ownership where
- Ownership' { }
- pattern Ownership_Amazon :: Ownership
- pattern Ownership_Self :: Ownership
- pattern Ownership_Shared :: Ownership
- newtype PipelineExecutionStartCondition where
- newtype PipelineStatus where
- PipelineStatus' { }
- pattern PipelineStatus_DISABLED :: PipelineStatus
- pattern PipelineStatus_ENABLED :: PipelineStatus
- newtype Platform where
- Platform' {
- fromPlatform :: Text
- pattern Platform_Linux :: Platform
- pattern Platform_Windows :: Platform
- Platform' {
- data AdditionalInstanceConfiguration = AdditionalInstanceConfiguration' (Maybe SystemsManagerAgent) (Maybe Text)
- newAdditionalInstanceConfiguration :: AdditionalInstanceConfiguration
- data Ami = Ami' (Maybe Text) (Maybe ImageState) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text)
- newAmi :: Ami
- data AmiDistributionConfiguration = AmiDistributionConfiguration' (Maybe LaunchPermissionConfiguration) (Maybe (NonEmpty Text)) (Maybe (HashMap Text Text)) (Maybe Text) (Maybe Text) (Maybe Text)
- newAmiDistributionConfiguration :: AmiDistributionConfiguration
- data Component = Component' (Maybe ComponentState) (Maybe Platform) (Maybe Text) (Maybe Text) (Maybe (NonEmpty Text)) (Maybe Bool) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe [ComponentParameterDetail]) (Maybe Text) (Maybe ComponentType) (Maybe Text) (Maybe (HashMap Text Text))
- newComponent :: Component
- data ComponentConfiguration = ComponentConfiguration' (Maybe (NonEmpty ComponentParameter)) Text
- newComponentConfiguration :: Text -> ComponentConfiguration
- data ComponentParameter = ComponentParameter' Text [Text]
- newComponentParameter :: Text -> ComponentParameter
- data ComponentParameterDetail = ComponentParameterDetail' (Maybe [Text]) (Maybe Text) Text Text
- newComponentParameterDetail :: Text -> Text -> ComponentParameterDetail
- data ComponentState = ComponentState' (Maybe ComponentStatus) (Maybe Text)
- newComponentState :: ComponentState
- data ComponentSummary = ComponentSummary' (Maybe ComponentState) (Maybe Platform) (Maybe Text) (Maybe (NonEmpty Text)) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe ComponentType) (Maybe Text) (Maybe (HashMap Text Text))
- newComponentSummary :: ComponentSummary
- data ComponentVersion = ComponentVersion' (Maybe Platform) (Maybe Text) (Maybe (NonEmpty Text)) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe ComponentType) (Maybe Text)
- newComponentVersion :: ComponentVersion
- data Container = Container' (Maybe [Text]) (Maybe Text)
- newContainer :: Container
- data ContainerDistributionConfiguration = ContainerDistributionConfiguration' (Maybe [Text]) (Maybe Text) TargetContainerRepository
- newContainerDistributionConfiguration :: TargetContainerRepository -> ContainerDistributionConfiguration
- data ContainerRecipe = ContainerRecipe' (Maybe (NonEmpty ComponentConfiguration)) (Maybe ContainerType) (Maybe Platform) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Bool) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe TargetContainerRepository) (Maybe Text) (Maybe (HashMap Text Text)) (Maybe InstanceConfiguration)
- newContainerRecipe :: ContainerRecipe
- data ContainerRecipeSummary = ContainerRecipeSummary' (Maybe ContainerType) (Maybe Platform) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe (HashMap Text Text))
- newContainerRecipeSummary :: ContainerRecipeSummary
- data Distribution = Distribution' (Maybe AmiDistributionConfiguration) (Maybe (NonEmpty LaunchTemplateConfiguration)) (Maybe (NonEmpty Text)) (Maybe ContainerDistributionConfiguration) Text
- newDistribution :: Text -> Distribution
- data DistributionConfiguration = DistributionConfiguration' (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe [Distribution]) (Maybe (HashMap Text Text)) Natural
- newDistributionConfiguration :: Natural -> DistributionConfiguration
- data DistributionConfigurationSummary = DistributionConfigurationSummary' (Maybe Text) (Maybe [Text]) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe (HashMap Text Text))
- newDistributionConfigurationSummary :: DistributionConfigurationSummary
- data EbsInstanceBlockDeviceSpecification = EbsInstanceBlockDeviceSpecification' (Maybe Bool) (Maybe Natural) (Maybe Natural) (Maybe Natural) (Maybe Bool) (Maybe Text) (Maybe EbsVolumeType) (Maybe Text)
- newEbsInstanceBlockDeviceSpecification :: EbsInstanceBlockDeviceSpecification
- data Filter = Filter' (Maybe (NonEmpty Text)) (Maybe Text)
- newFilter :: Filter
- data Image = Image' (Maybe ImageRecipe) (Maybe ImageState) (Maybe Platform) (Maybe ImageTestsConfiguration) (Maybe Text) (Maybe Bool) (Maybe Text) (Maybe ContainerRecipe) (Maybe Text) (Maybe InfrastructureConfiguration) (Maybe Text) (Maybe DistributionConfiguration) (Maybe Text) (Maybe ImageType) (Maybe Text) (Maybe OutputResources) (Maybe Text) (Maybe (HashMap Text Text))
- newImage :: Image
- data ImagePackage = ImagePackage' (Maybe Text) (Maybe Text)
- newImagePackage :: ImagePackage
- data ImagePipeline = ImagePipeline' (Maybe PipelineStatus) (Maybe Text) (Maybe Platform) (Maybe Text) (Maybe Text) (Maybe ImageTestsConfiguration) (Maybe Text) (Maybe Text) (Maybe Schedule) (Maybe Bool) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe (HashMap Text Text))
- newImagePipeline :: ImagePipeline
- data ImageRecipe = ImageRecipe' (Maybe (NonEmpty ComponentConfiguration)) (Maybe Platform) (Maybe Text) (Maybe AdditionalInstanceConfiguration) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe ImageType) (Maybe [InstanceBlockDeviceMapping]) (Maybe Text) (Maybe (HashMap Text Text))
- newImageRecipe :: ImageRecipe
- data ImageRecipeSummary = ImageRecipeSummary' (Maybe Platform) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe (HashMap Text Text))
- newImageRecipeSummary :: ImageRecipeSummary
- data ImageState = ImageState' (Maybe ImageStatus) (Maybe Text)
- newImageState :: ImageState
- data ImageSummary = ImageSummary' (Maybe ImageState) (Maybe Platform) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe ImageType) (Maybe OutputResources) (Maybe Text) (Maybe (HashMap Text Text))
- newImageSummary :: ImageSummary
- data ImageTestsConfiguration = ImageTestsConfiguration' (Maybe Natural) (Maybe Bool)
- newImageTestsConfiguration :: ImageTestsConfiguration
- data ImageVersion = ImageVersion' (Maybe Platform) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe ImageType) (Maybe Text)
- newImageVersion :: ImageVersion
- data InfrastructureConfiguration = InfrastructureConfiguration' (Maybe [Text]) (Maybe Text) (Maybe [Text]) (Maybe Text) (Maybe Text) (Maybe (HashMap Text Text)) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe InstanceMetadataOptions) (Maybe Text) (Maybe Text) (Maybe Logging) (Maybe Text) (Maybe (HashMap Text Text)) (Maybe Bool)
- newInfrastructureConfiguration :: InfrastructureConfiguration
- data InfrastructureConfigurationSummary = InfrastructureConfigurationSummary' (Maybe [Text]) (Maybe Text) (Maybe (HashMap Text Text)) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe (HashMap Text Text))
- newInfrastructureConfigurationSummary :: InfrastructureConfigurationSummary
- data InstanceBlockDeviceMapping = InstanceBlockDeviceMapping' (Maybe Text) (Maybe Text) (Maybe EbsInstanceBlockDeviceSpecification) (Maybe Text)
- newInstanceBlockDeviceMapping :: InstanceBlockDeviceMapping
- data InstanceConfiguration = InstanceConfiguration' (Maybe Text) (Maybe [InstanceBlockDeviceMapping])
- newInstanceConfiguration :: InstanceConfiguration
- data InstanceMetadataOptions = InstanceMetadataOptions' (Maybe Natural) (Maybe Text)
- newInstanceMetadataOptions :: InstanceMetadataOptions
- data LaunchPermissionConfiguration = LaunchPermissionConfiguration' (Maybe (NonEmpty Text)) (Maybe [Text])
- newLaunchPermissionConfiguration :: LaunchPermissionConfiguration
- data LaunchTemplateConfiguration = LaunchTemplateConfiguration' (Maybe Bool) (Maybe Text) Text
- newLaunchTemplateConfiguration :: Text -> LaunchTemplateConfiguration
- data Logging = Logging' (Maybe S3Logs)
- newLogging :: Logging
- data OutputResources = OutputResources' (Maybe [Container]) (Maybe [Ami])
- newOutputResources :: OutputResources
- data S3Logs = S3Logs' (Maybe Text) (Maybe Text)
- newS3Logs :: S3Logs
- data Schedule = Schedule' (Maybe Text) (Maybe PipelineExecutionStartCondition) (Maybe Text)
- newSchedule :: Schedule
- data SystemsManagerAgent = SystemsManagerAgent' (Maybe Bool)
- newSystemsManagerAgent :: SystemsManagerAgent
- data TargetContainerRepository = TargetContainerRepository' ContainerRepositoryService Text
- newTargetContainerRepository :: ContainerRepositoryService -> Text -> TargetContainerRepository
Service Configuration
defaultService :: Service Source #
API version 2019-12-02
of the Amazon EC2 Image Builder SDK configuration.
Errors
Error matchers are designed for use with the functions provided by
Control.Exception.Lens.
This allows catching (and rethrowing) service specific errors returned
by ImageBuilder
.
InvalidParameterException
_InvalidParameterException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The specified parameter is invalid. Review the available parameters for the API request.
InvalidRequestException
_InvalidRequestException :: AsError a => Getting (First ServiceError) a ServiceError Source #
You have made a request for an action that is not supported by the service.
ResourceAlreadyExistsException
_ResourceAlreadyExistsException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The resource that you are trying to create already exists.
CallRateLimitExceededException
_CallRateLimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #
You have exceeded the permitted request rate for the specific operation.
ForbiddenException
_ForbiddenException :: AsError a => Getting (First ServiceError) a ServiceError Source #
You are not authorized to perform the requested operation.
InvalidParameterValueException
_InvalidParameterValueException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The value that you provided for the specified parameter is invalid.
InvalidVersionNumberException
_InvalidVersionNumberException :: AsError a => Getting (First ServiceError) a ServiceError Source #
Your version number is out of bounds or does not follow the required syntax.
ServiceQuotaExceededException
_ServiceQuotaExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #
You have exceeded the number of permitted resources or operations for this service. For service quotas, see EC2 Image Builder endpoints and quotas.
ServiceException
_ServiceException :: AsError a => Getting (First ServiceError) a ServiceError Source #
This exception is thrown when the service encounters an unrecoverable exception.
ResourceDependencyException
_ResourceDependencyException :: AsError a => Getting (First ServiceError) a ServiceError Source #
You have attempted to mutate or delete a resource with a dependency that prohibits this action. See the error message for more details.
ServiceUnavailableException
_ServiceUnavailableException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The service is unable to process your request at this time.
IdempotentParameterMismatchException
_IdempotentParameterMismatchException :: AsError a => Getting (First ServiceError) a ServiceError Source #
You have specified a client token for an operation using parameter values that differ from a previous request that used the same client token.
ClientException
_ClientException :: AsError a => Getting (First ServiceError) a ServiceError Source #
These errors are usually caused by a client action, such as using an action or resource on behalf of a user that doesn't have permissions to use the action or resource, or specifying an invalid resource identifier.
ResourceNotFoundException
_ResourceNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError Source #
At least one of the resources referenced by your request does not exist.
InvalidParameterCombinationException
_InvalidParameterCombinationException :: AsError a => Getting (First ServiceError) a ServiceError Source #
You have specified two or more mutually exclusive parameters. Review the error message for details.
InvalidPaginationTokenException
_InvalidPaginationTokenException :: AsError a => Getting (First ServiceError) a ServiceError Source #
You have provided an invalid pagination token in your request.
ResourceInUseException
_ResourceInUseException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The resource that you are trying to operate on is currently in use. Review the message details and retry later.
Waiters
Waiters poll by repeatedly sending a request until some remote success condition
configured by the Wait
specification is fulfilled. The Wait
specification
determines how many attempts should be made, in addition to delay and retry strategies.
Operations
Some AWS operations return results that are incomplete and require subsequent
requests in order to obtain the entire result set. The process of sending
subsequent requests to continue where a previous request left off is called
pagination. For example, the ListObjects
operation of Amazon S3 returns up to
1000 objects at a time, and you must send subsequent requests with the
appropriate Marker in order to retrieve the next page of results.
Operations that have an AWSPager
instance can transparently perform subsequent
requests, correctly setting Markers and other request facets to iterate through
the entire result set of a truncated API operation. Operations which support
this have an additional note in the documentation.
Many operations have the ability to filter results on the server side. See the individual operation parameters for details.
ListImagePackages
data ListImagePackages Source #
See: newListImagePackages
smart constructor.
Instances
Create a value of ListImagePackages
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:nextToken:ListImagePackages'
, listImagePackages_nextToken
- A token to specify where to start paginating. This is the NextToken from
a previously truncated response.
$sel:maxResults:ListImagePackages'
, listImagePackages_maxResults
- The maxiumum number of results to return from the ListImagePackages
request.
$sel:imageBuildVersionArn:ListImagePackages'
, listImagePackages_imageBuildVersionArn
- Filter results for the ListImagePackages request by the Image Build
Version ARN
data ListImagePackagesResponse Source #
See: newListImagePackagesResponse
smart constructor.
Instances
newListImagePackagesResponse Source #
Create a value of ListImagePackagesResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:requestId:ListImagePackagesResponse'
, listImagePackagesResponse_requestId
- The request ID that uniquely identifies this request.
$sel:imagePackageList:ListImagePackagesResponse'
, listImagePackagesResponse_imagePackageList
- The list of Image Packages returned in the response.
$sel:nextToken:ListImagePackages'
, listImagePackagesResponse_nextToken
- A token to specify where to start paginating. This is the NextToken from
a previously truncated response.
$sel:httpStatus:ListImagePackagesResponse'
, listImagePackagesResponse_httpStatus
- The response's http status code.
GetDistributionConfiguration
data GetDistributionConfiguration Source #
See: newGetDistributionConfiguration
smart constructor.
Instances
newGetDistributionConfiguration Source #
:: Text |
|
-> GetDistributionConfiguration |
Create a value of GetDistributionConfiguration
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:distributionConfigurationArn:GetDistributionConfiguration'
, getDistributionConfiguration_distributionConfigurationArn
- The Amazon Resource Name (ARN) of the distribution configuration that
you want to retrieve.
data GetDistributionConfigurationResponse Source #
See: newGetDistributionConfigurationResponse
smart constructor.
Instances
newGetDistributionConfigurationResponse Source #
Create a value of GetDistributionConfigurationResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:requestId:GetDistributionConfigurationResponse'
, getDistributionConfigurationResponse_requestId
- The request ID that uniquely identifies this request.
$sel:distributionConfiguration:GetDistributionConfigurationResponse'
, getDistributionConfigurationResponse_distributionConfiguration
- The distribution configuration object.
$sel:httpStatus:GetDistributionConfigurationResponse'
, getDistributionConfigurationResponse_httpStatus
- The response's http status code.
ImportComponent
data ImportComponent Source #
See: newImportComponent
smart constructor.
ImportComponent' (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe (HashMap Text Text)) Text Text ComponentType ComponentFormat Platform Text |
Instances
:: Text | |
-> Text | |
-> ComponentType | |
-> ComponentFormat | |
-> Platform | |
-> Text | |
-> ImportComponent |
Create a value of ImportComponent
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:data':ImportComponent'
, importComponent_data
- 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.
$sel:uri:ImportComponent'
, importComponent_uri
- 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.
$sel:kmsKeyId:ImportComponent'
, importComponent_kmsKeyId
- The ID of the KMS key that should be used to encrypt this component.
$sel:changeDescription:ImportComponent'
, importComponent_changeDescription
- 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.
$sel:description:ImportComponent'
, importComponent_description
- The description of the component. Describes the contents of the
component.
$sel:tags:ImportComponent'
, importComponent_tags
- The tags of the component.
$sel:name:ImportComponent'
, importComponent_name
- The name of the component.
$sel:semanticVersion:ImportComponent'
, importComponent_semanticVersion
- 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.
$sel:type':ImportComponent'
, importComponent_type
- The type of the component denotes whether the component is used to build
the image, or only to test it.
$sel:format:ImportComponent'
, importComponent_format
- The format of the resource that you want to import as a component.
$sel:platform:ImportComponent'
, importComponent_platform
- The platform of the component.
$sel:clientToken:ImportComponent'
, importComponent_clientToken
- The idempotency token of the component.
data ImportComponentResponse Source #
See: newImportComponentResponse
smart constructor.
Instances
newImportComponentResponse Source #
Create a value of ImportComponentResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:requestId:ImportComponentResponse'
, importComponentResponse_requestId
- The request ID that uniquely identifies this request.
$sel:clientToken:ImportComponent'
, importComponentResponse_clientToken
- The idempotency token used to make this request idempotent.
$sel:componentBuildVersionArn:ImportComponentResponse'
, importComponentResponse_componentBuildVersionArn
- The Amazon Resource Name (ARN) of the imported component.
$sel:httpStatus:ImportComponentResponse'
, importComponentResponse_httpStatus
- The response's http status code.
ListComponentBuildVersions
data ListComponentBuildVersions Source #
See: newListComponentBuildVersions
smart constructor.
Instances
newListComponentBuildVersions Source #
Create a value of ListComponentBuildVersions
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:nextToken:ListComponentBuildVersions'
, listComponentBuildVersions_nextToken
- A token to specify where to start paginating. This is the NextToken from
a previously truncated response.
$sel:maxResults:ListComponentBuildVersions'
, listComponentBuildVersions_maxResults
- The maximum items to return in a request.
$sel:componentVersionArn:ListComponentBuildVersions'
, listComponentBuildVersions_componentVersionArn
- The component version Amazon Resource Name (ARN) whose versions you want
to list.
data ListComponentBuildVersionsResponse Source #
See: newListComponentBuildVersionsResponse
smart constructor.
Instances
newListComponentBuildVersionsResponse Source #
Create a value of ListComponentBuildVersionsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:requestId:ListComponentBuildVersionsResponse'
, listComponentBuildVersionsResponse_requestId
- The request ID that uniquely identifies this request.
$sel:nextToken:ListComponentBuildVersions'
, listComponentBuildVersionsResponse_nextToken
- 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.
$sel:componentSummaryList:ListComponentBuildVersionsResponse'
, listComponentBuildVersionsResponse_componentSummaryList
- The list of component summaries for the specified semantic version.
$sel:httpStatus:ListComponentBuildVersionsResponse'
, listComponentBuildVersionsResponse_httpStatus
- The response's http status code.
ListTagsForResource
data ListTagsForResource Source #
See: newListTagsForResource
smart constructor.
Instances
newListTagsForResource Source #
Create a value of ListTagsForResource
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:resourceArn:ListTagsForResource'
, listTagsForResource_resourceArn
- The Amazon Resource Name (ARN) of the resource whose tags you want to
retrieve.
data ListTagsForResourceResponse Source #
See: newListTagsForResourceResponse
smart constructor.
Instances
newListTagsForResourceResponse Source #
Create a value of ListTagsForResourceResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:tags:ListTagsForResourceResponse'
, listTagsForResourceResponse_tags
- The tags for the specified resource.
$sel:httpStatus:ListTagsForResourceResponse'
, listTagsForResourceResponse_httpStatus
- The response's http status code.
ListImageBuildVersions
data ListImageBuildVersions Source #
See: newListImageBuildVersions
smart constructor.
Instances
newListImageBuildVersions Source #
Create a value of ListImageBuildVersions
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:filters:ListImageBuildVersions'
, listImageBuildVersions_filters
- Use the following filters to streamline results:
name
osVersion
platform
type
version
$sel:nextToken:ListImageBuildVersions'
, listImageBuildVersions_nextToken
- A token to specify where to start paginating. This is the NextToken from
a previously truncated response.
$sel:maxResults:ListImageBuildVersions'
, listImageBuildVersions_maxResults
- The maximum items to return in a request.
$sel:imageVersionArn:ListImageBuildVersions'
, listImageBuildVersions_imageVersionArn
- The Amazon Resource Name (ARN) of the image whose build versions you
want to retrieve.
data ListImageBuildVersionsResponse Source #
See: newListImageBuildVersionsResponse
smart constructor.
Instances
newListImageBuildVersionsResponse Source #
Create a value of ListImageBuildVersionsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:requestId:ListImageBuildVersionsResponse'
, listImageBuildVersionsResponse_requestId
- The request ID that uniquely identifies this request.
$sel:nextToken:ListImageBuildVersions'
, listImageBuildVersionsResponse_nextToken
- 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.
$sel:imageSummaryList:ListImageBuildVersionsResponse'
, listImageBuildVersionsResponse_imageSummaryList
- The list of image build versions.
$sel:httpStatus:ListImageBuildVersionsResponse'
, listImageBuildVersionsResponse_httpStatus
- The response's http status code.
CancelImageCreation
data CancelImageCreation Source #
See: newCancelImageCreation
smart constructor.
Instances
newCancelImageCreation Source #
:: Text | |
-> Text | |
-> CancelImageCreation |
Create a value of CancelImageCreation
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:imageBuildVersionArn:CancelImageCreation'
, cancelImageCreation_imageBuildVersionArn
- The Amazon Resource Name (ARN) of the image whose creation you want to
cancel.
$sel:clientToken:CancelImageCreation'
, cancelImageCreation_clientToken
- The idempotency token used to make this request idempotent.
data CancelImageCreationResponse Source #
See: newCancelImageCreationResponse
smart constructor.
Instances
newCancelImageCreationResponse Source #
Create a value of CancelImageCreationResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:requestId:CancelImageCreationResponse'
, cancelImageCreationResponse_requestId
- The request ID that uniquely identifies this request.
$sel:clientToken:CancelImageCreation'
, cancelImageCreationResponse_clientToken
- The idempotency token used to make this request idempotent.
$sel:imageBuildVersionArn:CancelImageCreation'
, cancelImageCreationResponse_imageBuildVersionArn
- The Amazon Resource Name (ARN) of the image whose creation has been
cancelled.
$sel:httpStatus:CancelImageCreationResponse'
, cancelImageCreationResponse_httpStatus
- The response's http status code.
GetImagePipeline
data GetImagePipeline Source #
See: newGetImagePipeline
smart constructor.
Instances
Create a value of GetImagePipeline
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:imagePipelineArn:GetImagePipeline'
, getImagePipeline_imagePipelineArn
- The Amazon Resource Name (ARN) of the image pipeline that you want to
retrieve.
data GetImagePipelineResponse Source #
See: newGetImagePipelineResponse
smart constructor.
Instances
newGetImagePipelineResponse Source #
Create a value of GetImagePipelineResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:requestId:GetImagePipelineResponse'
, getImagePipelineResponse_requestId
- The request ID that uniquely identifies this request.
$sel:imagePipeline:GetImagePipelineResponse'
, getImagePipelineResponse_imagePipeline
- The image pipeline object.
$sel:httpStatus:GetImagePipelineResponse'
, getImagePipelineResponse_httpStatus
- The response's http status code.
CreateInfrastructureConfiguration
data CreateInfrastructureConfiguration Source #
See: newCreateInfrastructureConfiguration
smart constructor.
CreateInfrastructureConfiguration' (Maybe [Text]) (Maybe Text) (Maybe [Text]) (Maybe Text) (Maybe (HashMap Text Text)) (Maybe Text) (Maybe InstanceMetadataOptions) (Maybe Logging) (Maybe Text) (Maybe (HashMap Text Text)) (Maybe Bool) Text Text Text |
Instances
newCreateInfrastructureConfiguration Source #
:: Text | |
-> Text | |
-> Text | |
-> CreateInfrastructureConfiguration |
Create a value of CreateInfrastructureConfiguration
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:securityGroupIds:CreateInfrastructureConfiguration'
, createInfrastructureConfiguration_securityGroupIds
- The security group IDs to associate with the instance used to customize
your Amazon EC2 AMI.
$sel:snsTopicArn:CreateInfrastructureConfiguration'
, createInfrastructureConfiguration_snsTopicArn
- The SNS topic on which to send image build events.
$sel:instanceTypes:CreateInfrastructureConfiguration'
, createInfrastructureConfiguration_instanceTypes
- 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.
$sel:keyPair:CreateInfrastructureConfiguration'
, createInfrastructureConfiguration_keyPair
- The key pair of the infrastructure configuration. You can use this to
log on to and debug the instance used to create your image.
$sel:resourceTags:CreateInfrastructureConfiguration'
, createInfrastructureConfiguration_resourceTags
- The tags attached to the resource created by Image Builder.
$sel:subnetId:CreateInfrastructureConfiguration'
, createInfrastructureConfiguration_subnetId
- The subnet ID in which to place the instance used to customize your
Amazon EC2 AMI.
$sel:instanceMetadataOptions:CreateInfrastructureConfiguration'
, createInfrastructureConfiguration_instanceMetadataOptions
- The instance metadata options that you can set for the HTTP requests
that pipeline builds use to launch EC2 build and test instances.
$sel:logging:CreateInfrastructureConfiguration'
, createInfrastructureConfiguration_logging
- The logging configuration of the infrastructure configuration.
$sel:description:CreateInfrastructureConfiguration'
, createInfrastructureConfiguration_description
- The description of the infrastructure configuration.
$sel:tags:CreateInfrastructureConfiguration'
, createInfrastructureConfiguration_tags
- The tags of the infrastructure configuration.
$sel:terminateInstanceOnFailure:CreateInfrastructureConfiguration'
, createInfrastructureConfiguration_terminateInstanceOnFailure
- 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.
$sel:name:CreateInfrastructureConfiguration'
, createInfrastructureConfiguration_name
- The name of the infrastructure configuration.
$sel:instanceProfileName:CreateInfrastructureConfiguration'
, createInfrastructureConfiguration_instanceProfileName
- The instance profile to associate with the instance used to customize
your Amazon EC2 AMI.
$sel:clientToken:CreateInfrastructureConfiguration'
, createInfrastructureConfiguration_clientToken
- The idempotency token used to make this request idempotent.
data CreateInfrastructureConfigurationResponse Source #
See: newCreateInfrastructureConfigurationResponse
smart constructor.
Instances
newCreateInfrastructureConfigurationResponse Source #
Create a value of CreateInfrastructureConfigurationResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:requestId:CreateInfrastructureConfigurationResponse'
, createInfrastructureConfigurationResponse_requestId
- The request ID that uniquely identifies this request.
$sel:infrastructureConfigurationArn:CreateInfrastructureConfigurationResponse'
, createInfrastructureConfigurationResponse_infrastructureConfigurationArn
- The Amazon Resource Name (ARN) of the infrastructure configuration that
was created by this request.
$sel:clientToken:CreateInfrastructureConfiguration'
, createInfrastructureConfigurationResponse_clientToken
- The idempotency token used to make this request idempotent.
$sel:httpStatus:CreateInfrastructureConfigurationResponse'
, createInfrastructureConfigurationResponse_httpStatus
- The response's http status code.
ListDistributionConfigurations
data ListDistributionConfigurations Source #
See: newListDistributionConfigurations
smart constructor.
Instances
newListDistributionConfigurations :: ListDistributionConfigurations Source #
Create a value of ListDistributionConfigurations
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:filters:ListDistributionConfigurations'
, listDistributionConfigurations_filters
- You can filter on name
to streamline results.
$sel:nextToken:ListDistributionConfigurations'
, listDistributionConfigurations_nextToken
- A token to specify where to start paginating. This is the NextToken from
a previously truncated response.
$sel:maxResults:ListDistributionConfigurations'
, listDistributionConfigurations_maxResults
- The maximum items to return in a request.
data ListDistributionConfigurationsResponse Source #
See: newListDistributionConfigurationsResponse
smart constructor.
ListDistributionConfigurationsResponse' (Maybe Text) (Maybe [DistributionConfigurationSummary]) (Maybe Text) Int |
Instances
newListDistributionConfigurationsResponse Source #
Create a value of ListDistributionConfigurationsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:requestId:ListDistributionConfigurationsResponse'
, listDistributionConfigurationsResponse_requestId
- The request ID that uniquely identifies this request.
$sel:distributionConfigurationSummaryList:ListDistributionConfigurationsResponse'
, listDistributionConfigurationsResponse_distributionConfigurationSummaryList
- The list of distributions.
$sel:nextToken:ListDistributionConfigurations'
, listDistributionConfigurationsResponse_nextToken
- 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.
$sel:httpStatus:ListDistributionConfigurationsResponse'
, listDistributionConfigurationsResponse_httpStatus
- The response's http status code.
CreateContainerRecipe
data CreateContainerRecipe Source #
See: newCreateContainerRecipe
smart constructor.
Instances
newCreateContainerRecipe Source #
:: ContainerType | |
-> Text | |
-> Text | |
-> NonEmpty ComponentConfiguration | |
-> Text | |
-> TargetContainerRepository | |
-> Text | |
-> CreateContainerRecipe |
Create a value of CreateContainerRecipe
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:dockerfileTemplateData:CreateContainerRecipe'
, createContainerRecipe_dockerfileTemplateData
- The Dockerfile template used to build your image as an inline data blob.
$sel:imageOsVersionOverride:CreateContainerRecipe'
, createContainerRecipe_imageOsVersionOverride
- Specifies the operating system version for the base image.
$sel:workingDirectory:CreateContainerRecipe'
, createContainerRecipe_workingDirectory
- The working directory for use during build and test workflows.
$sel:dockerfileTemplateUri:CreateContainerRecipe'
, createContainerRecipe_dockerfileTemplateUri
- The Amazon S3 URI for the Dockerfile that will be used to build your
container image.
$sel:kmsKeyId:CreateContainerRecipe'
, createContainerRecipe_kmsKeyId
- Identifies which KMS key is used to encrypt the container image.
$sel:platformOverride:CreateContainerRecipe'
, createContainerRecipe_platformOverride
- Specifies the operating system platform when you use a custom base
image.
$sel:description:CreateContainerRecipe'
, createContainerRecipe_description
- The description of the container recipe.
$sel:tags:CreateContainerRecipe'
, createContainerRecipe_tags
- Tags that are attached to the container recipe.
$sel:instanceConfiguration:CreateContainerRecipe'
, createContainerRecipe_instanceConfiguration
- A group of options that can be used to configure an instance for
building and testing container images.
$sel:containerType:CreateContainerRecipe'
, createContainerRecipe_containerType
- The type of container to create.
$sel:name:CreateContainerRecipe'
, createContainerRecipe_name
- The name of the container recipe.
$sel:semanticVersion:CreateContainerRecipe'
, createContainerRecipe_semanticVersion
- 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.
$sel:components:CreateContainerRecipe'
, createContainerRecipe_components
- Components for build and test that are included in the container recipe.
$sel:parentImage:CreateContainerRecipe'
, createContainerRecipe_parentImage
- The base image for the container recipe.
$sel:targetRepository:CreateContainerRecipe'
, createContainerRecipe_targetRepository
- The destination repository for the container image.
$sel:clientToken:CreateContainerRecipe'
, createContainerRecipe_clientToken
- The client token used to make this request idempotent.
data CreateContainerRecipeResponse Source #
See: newCreateContainerRecipeResponse
smart constructor.
Instances
newCreateContainerRecipeResponse Source #
Create a value of CreateContainerRecipeResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:requestId:CreateContainerRecipeResponse'
, createContainerRecipeResponse_requestId
- The request ID that uniquely identifies this request.
$sel:clientToken:CreateContainerRecipe'
, createContainerRecipeResponse_clientToken
- The client token used to make this request idempotent.
$sel:containerRecipeArn:CreateContainerRecipeResponse'
, createContainerRecipeResponse_containerRecipeArn
- Returns the Amazon Resource Name (ARN) of the container recipe that the
request created.
$sel:httpStatus:CreateContainerRecipeResponse'
, createContainerRecipeResponse_httpStatus
- The response's http status code.
ListInfrastructureConfigurations
data ListInfrastructureConfigurations Source #
See: newListInfrastructureConfigurations
smart constructor.
Instances
newListInfrastructureConfigurations :: ListInfrastructureConfigurations Source #
Create a value of ListInfrastructureConfigurations
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:filters:ListInfrastructureConfigurations'
, listInfrastructureConfigurations_filters
- You can filter on name
to streamline results.
$sel:nextToken:ListInfrastructureConfigurations'
, listInfrastructureConfigurations_nextToken
- A token to specify where to start paginating. This is the NextToken from
a previously truncated response.
$sel:maxResults:ListInfrastructureConfigurations'
, listInfrastructureConfigurations_maxResults
- The maximum items to return in a request.
data ListInfrastructureConfigurationsResponse Source #
See: newListInfrastructureConfigurationsResponse
smart constructor.
ListInfrastructureConfigurationsResponse' (Maybe Text) (Maybe [InfrastructureConfigurationSummary]) (Maybe Text) Int |
Instances
newListInfrastructureConfigurationsResponse Source #
Create a value of ListInfrastructureConfigurationsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:requestId:ListInfrastructureConfigurationsResponse'
, listInfrastructureConfigurationsResponse_requestId
- The request ID that uniquely identifies this request.
$sel:infrastructureConfigurationSummaryList:ListInfrastructureConfigurationsResponse'
, listInfrastructureConfigurationsResponse_infrastructureConfigurationSummaryList
- The list of infrastructure configurations.
$sel:nextToken:ListInfrastructureConfigurations'
, listInfrastructureConfigurationsResponse_nextToken
- 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.
$sel:httpStatus:ListInfrastructureConfigurationsResponse'
, listInfrastructureConfigurationsResponse_httpStatus
- The response's http status code.
PutImageRecipePolicy
data PutImageRecipePolicy Source #
See: newPutImageRecipePolicy
smart constructor.
Instances
newPutImageRecipePolicy Source #
:: Text | |
-> Text | |
-> PutImageRecipePolicy |
Create a value of PutImageRecipePolicy
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:imageRecipeArn:PutImageRecipePolicy'
, putImageRecipePolicy_imageRecipeArn
- The Amazon Resource Name (ARN) of the image recipe that this policy
should be applied to.
$sel:policy:PutImageRecipePolicy'
, putImageRecipePolicy_policy
- The policy to apply.
data PutImageRecipePolicyResponse Source #
See: newPutImageRecipePolicyResponse
smart constructor.
Instances
newPutImageRecipePolicyResponse Source #
Create a value of PutImageRecipePolicyResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:requestId:PutImageRecipePolicyResponse'
, putImageRecipePolicyResponse_requestId
- The request ID that uniquely identifies this request.
$sel:imageRecipeArn:PutImageRecipePolicy'
, putImageRecipePolicyResponse_imageRecipeArn
- The Amazon Resource Name (ARN) of the image recipe that this policy was
applied to.
$sel:httpStatus:PutImageRecipePolicyResponse'
, putImageRecipePolicyResponse_httpStatus
- The response's http status code.
ListContainerRecipes
data ListContainerRecipes Source #
See: newListContainerRecipes
smart constructor.
Instances
newListContainerRecipes :: ListContainerRecipes Source #
Create a value of ListContainerRecipes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:filters:ListContainerRecipes'
, listContainerRecipes_filters
- Use the following filters to streamline results:
containerType
name
parentImage
platform
$sel:owner:ListContainerRecipes'
, listContainerRecipes_owner
- 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.
$sel:nextToken:ListContainerRecipes'
, listContainerRecipes_nextToken
- 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.
$sel:maxResults:ListContainerRecipes'
, listContainerRecipes_maxResults
- The maximum number of results to return in the list.
data ListContainerRecipesResponse Source #
See: newListContainerRecipesResponse
smart constructor.
Instances
newListContainerRecipesResponse Source #
Create a value of ListContainerRecipesResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:requestId:ListContainerRecipesResponse'
, listContainerRecipesResponse_requestId
- The request ID that uniquely identifies this request.
$sel:containerRecipeSummaryList:ListContainerRecipesResponse'
, listContainerRecipesResponse_containerRecipeSummaryList
- The list of container recipes returned for the request.
$sel:nextToken:ListContainerRecipes'
, listContainerRecipesResponse_nextToken
- 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.
$sel:httpStatus:ListContainerRecipesResponse'
, listContainerRecipesResponse_httpStatus
- The response's http status code.
PutImagePolicy
data PutImagePolicy Source #
See: newPutImagePolicy
smart constructor.
Instances
Create a value of PutImagePolicy
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:imageArn:PutImagePolicy'
, putImagePolicy_imageArn
- The Amazon Resource Name (ARN) of the image that this policy should be
applied to.
$sel:policy:PutImagePolicy'
, putImagePolicy_policy
- The policy to apply.
data PutImagePolicyResponse Source #
See: newPutImagePolicyResponse
smart constructor.
Instances
newPutImagePolicyResponse Source #
Create a value of PutImagePolicyResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:requestId:PutImagePolicyResponse'
, putImagePolicyResponse_requestId
- The request ID that uniquely identifies this request.
$sel:imageArn:PutImagePolicy'
, putImagePolicyResponse_imageArn
- The Amazon Resource Name (ARN) of the image that this policy was applied
to.
$sel:httpStatus:PutImagePolicyResponse'
, putImagePolicyResponse_httpStatus
- The response's http status code.
DeleteContainerRecipe
data DeleteContainerRecipe Source #
See: newDeleteContainerRecipe
smart constructor.
Instances
newDeleteContainerRecipe Source #
Create a value of DeleteContainerRecipe
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:containerRecipeArn:DeleteContainerRecipe'
, deleteContainerRecipe_containerRecipeArn
- The Amazon Resource Name (ARN) of the container recipe to delete.
data DeleteContainerRecipeResponse Source #
See: newDeleteContainerRecipeResponse
smart constructor.
Instances
newDeleteContainerRecipeResponse Source #
Create a value of DeleteContainerRecipeResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:requestId:DeleteContainerRecipeResponse'
, deleteContainerRecipeResponse_requestId
- The request ID that uniquely identifies this request.
$sel:containerRecipeArn:DeleteContainerRecipe'
, deleteContainerRecipeResponse_containerRecipeArn
- The Amazon Resource Name (ARN) of the container recipe that was deleted.
$sel:httpStatus:DeleteContainerRecipeResponse'
, deleteContainerRecipeResponse_httpStatus
- The response's http status code.
PutComponentPolicy
data PutComponentPolicy Source #
See: newPutComponentPolicy
smart constructor.
Instances
newPutComponentPolicy Source #
:: Text | |
-> Text | |
-> PutComponentPolicy |
Create a value of PutComponentPolicy
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:componentArn:PutComponentPolicy'
, putComponentPolicy_componentArn
- The Amazon Resource Name (ARN) of the component that this policy should
be applied to.
$sel:policy:PutComponentPolicy'
, putComponentPolicy_policy
- The policy to apply.
data PutComponentPolicyResponse Source #
See: newPutComponentPolicyResponse
smart constructor.
Instances
newPutComponentPolicyResponse Source #
Create a value of PutComponentPolicyResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:requestId:PutComponentPolicyResponse'
, putComponentPolicyResponse_requestId
- The request ID that uniquely identifies this request.
$sel:componentArn:PutComponentPolicy'
, putComponentPolicyResponse_componentArn
- The Amazon Resource Name (ARN) of the component that this policy was
applied to.
$sel:httpStatus:PutComponentPolicyResponse'
, putComponentPolicyResponse_httpStatus
- The response's http status code.
DeleteInfrastructureConfiguration
data DeleteInfrastructureConfiguration Source #
See: newDeleteInfrastructureConfiguration
smart constructor.
Instances
newDeleteInfrastructureConfiguration Source #
:: Text |
|
-> DeleteInfrastructureConfiguration |
Create a value of DeleteInfrastructureConfiguration
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:infrastructureConfigurationArn:DeleteInfrastructureConfiguration'
, deleteInfrastructureConfiguration_infrastructureConfigurationArn
- The Amazon Resource Name (ARN) of the infrastructure configuration to
delete.
data DeleteInfrastructureConfigurationResponse Source #
See: newDeleteInfrastructureConfigurationResponse
smart constructor.
Instances
newDeleteInfrastructureConfigurationResponse Source #
Create a value of DeleteInfrastructureConfigurationResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:requestId:DeleteInfrastructureConfigurationResponse'
, deleteInfrastructureConfigurationResponse_requestId
- The request ID that uniquely identifies this request.
$sel:infrastructureConfigurationArn:DeleteInfrastructureConfiguration'
, deleteInfrastructureConfigurationResponse_infrastructureConfigurationArn
- The Amazon Resource Name (ARN) of the infrastructure configuration that
was deleted.
$sel:httpStatus:DeleteInfrastructureConfigurationResponse'
, deleteInfrastructureConfigurationResponse_httpStatus
- The response's http status code.
UpdateInfrastructureConfiguration
data UpdateInfrastructureConfiguration Source #
See: newUpdateInfrastructureConfiguration
smart constructor.
UpdateInfrastructureConfiguration' (Maybe [Text]) (Maybe Text) (Maybe [Text]) (Maybe Text) (Maybe (HashMap Text Text)) (Maybe Text) (Maybe InstanceMetadataOptions) (Maybe Logging) (Maybe Text) (Maybe Bool) Text Text Text |
Instances
newUpdateInfrastructureConfiguration Source #
:: Text |
|
-> Text | |
-> Text | |
-> UpdateInfrastructureConfiguration |
Create a value of UpdateInfrastructureConfiguration
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:securityGroupIds:UpdateInfrastructureConfiguration'
, updateInfrastructureConfiguration_securityGroupIds
- The security group IDs to associate with the instance used to customize
your Amazon EC2 AMI.
$sel:snsTopicArn:UpdateInfrastructureConfiguration'
, updateInfrastructureConfiguration_snsTopicArn
- The SNS topic on which to send image build events.
$sel:instanceTypes:UpdateInfrastructureConfiguration'
, updateInfrastructureConfiguration_instanceTypes
- 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.
$sel:keyPair:UpdateInfrastructureConfiguration'
, updateInfrastructureConfiguration_keyPair
- The key pair of the infrastructure configuration. You can use this to
log on to and debug the instance used to create your image.
$sel:resourceTags:UpdateInfrastructureConfiguration'
, updateInfrastructureConfiguration_resourceTags
- The tags attached to the resource created by Image Builder.
$sel:subnetId:UpdateInfrastructureConfiguration'
, updateInfrastructureConfiguration_subnetId
- The subnet ID to place the instance used to customize your Amazon EC2
AMI in.
$sel:instanceMetadataOptions:UpdateInfrastructureConfiguration'
, updateInfrastructureConfiguration_instanceMetadataOptions
- 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.
$sel:logging:UpdateInfrastructureConfiguration'
, updateInfrastructureConfiguration_logging
- The logging configuration of the infrastructure configuration.
$sel:description:UpdateInfrastructureConfiguration'
, updateInfrastructureConfiguration_description
- The description of the infrastructure configuration.
$sel:terminateInstanceOnFailure:UpdateInfrastructureConfiguration'
, updateInfrastructureConfiguration_terminateInstanceOnFailure
- 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.
$sel:infrastructureConfigurationArn:UpdateInfrastructureConfiguration'
, updateInfrastructureConfiguration_infrastructureConfigurationArn
- The Amazon Resource Name (ARN) of the infrastructure configuration that
you want to update.
$sel:instanceProfileName:UpdateInfrastructureConfiguration'
, updateInfrastructureConfiguration_instanceProfileName
- The instance profile to associate with the instance used to customize
your Amazon EC2 AMI.
$sel:clientToken:UpdateInfrastructureConfiguration'
, updateInfrastructureConfiguration_clientToken
- The idempotency token used to make this request idempotent.
data UpdateInfrastructureConfigurationResponse Source #
See: newUpdateInfrastructureConfigurationResponse
smart constructor.
Instances
newUpdateInfrastructureConfigurationResponse Source #
Create a value of UpdateInfrastructureConfigurationResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:requestId:UpdateInfrastructureConfigurationResponse'
, updateInfrastructureConfigurationResponse_requestId
- The request ID that uniquely identifies this request.
$sel:infrastructureConfigurationArn:UpdateInfrastructureConfiguration'
, updateInfrastructureConfigurationResponse_infrastructureConfigurationArn
- The Amazon Resource Name (ARN) of the infrastructure configuration that
was updated by this request.
$sel:clientToken:UpdateInfrastructureConfiguration'
, updateInfrastructureConfigurationResponse_clientToken
- The idempotency token used to make this request idempotent.
$sel:httpStatus:UpdateInfrastructureConfigurationResponse'
, updateInfrastructureConfigurationResponse_httpStatus
- The response's http status code.
CreateImagePipeline
data CreateImagePipeline Source #
See: newCreateImagePipeline
smart constructor.
CreateImagePipeline' (Maybe PipelineStatus) (Maybe Text) (Maybe ImageTestsConfiguration) (Maybe Schedule) (Maybe Bool) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe (HashMap Text Text)) Text Text Text |
Instances
newCreateImagePipeline Source #
:: Text | |
-> Text | |
-> Text | |
-> CreateImagePipeline |
Create a value of CreateImagePipeline
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:status:CreateImagePipeline'
, createImagePipeline_status
- The status of the image pipeline.
$sel:containerRecipeArn:CreateImagePipeline'
, createImagePipeline_containerRecipeArn
- The Amazon Resource Name (ARN) of the container recipe that is used to
configure images created by this container pipeline.
$sel:imageTestsConfiguration:CreateImagePipeline'
, createImagePipeline_imageTestsConfiguration
- The image test configuration of the image pipeline.
$sel:schedule:CreateImagePipeline'
, createImagePipeline_schedule
- The schedule of the image pipeline.
$sel:enhancedImageMetadataEnabled:CreateImagePipeline'
, createImagePipeline_enhancedImageMetadataEnabled
- 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.
$sel:distributionConfigurationArn:CreateImagePipeline'
, createImagePipeline_distributionConfigurationArn
- The Amazon Resource Name (ARN) of the distribution configuration that
will be used to configure and distribute images created by this image
pipeline.
$sel:imageRecipeArn:CreateImagePipeline'
, createImagePipeline_imageRecipeArn
- The Amazon Resource Name (ARN) of the image recipe that will be used to
configure images created by this image pipeline.
$sel:description:CreateImagePipeline'
, createImagePipeline_description
- The description of the image pipeline.
$sel:tags:CreateImagePipeline'
, createImagePipeline_tags
- The tags of the image pipeline.
$sel:name:CreateImagePipeline'
, createImagePipeline_name
- The name of the image pipeline.
$sel:infrastructureConfigurationArn:CreateImagePipeline'
, createImagePipeline_infrastructureConfigurationArn
- The Amazon Resource Name (ARN) of the infrastructure configuration that
will be used to build images created by this image pipeline.
$sel:clientToken:CreateImagePipeline'
, createImagePipeline_clientToken
- The idempotency token used to make this request idempotent.
data CreateImagePipelineResponse Source #
See: newCreateImagePipelineResponse
smart constructor.
Instances
newCreateImagePipelineResponse Source #
Create a value of CreateImagePipelineResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:requestId:CreateImagePipelineResponse'
, createImagePipelineResponse_requestId
- The request ID that uniquely identifies this request.
$sel:clientToken:CreateImagePipeline'
, createImagePipelineResponse_clientToken
- The idempotency token used to make this request idempotent.
$sel:imagePipelineArn:CreateImagePipelineResponse'
, createImagePipelineResponse_imagePipelineArn
- The Amazon Resource Name (ARN) of the image pipeline that was created by
this request.
$sel:httpStatus:CreateImagePipelineResponse'
, createImagePipelineResponse_httpStatus
- The response's http status code.
GetContainerRecipe
data GetContainerRecipe Source #
See: newGetContainerRecipe
smart constructor.
Instances
newGetContainerRecipe Source #
Create a value of GetContainerRecipe
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:containerRecipeArn:GetContainerRecipe'
, getContainerRecipe_containerRecipeArn
- The Amazon Resource Name (ARN) of the container recipe to retrieve.
data GetContainerRecipeResponse Source #
See: newGetContainerRecipeResponse
smart constructor.
Instances
newGetContainerRecipeResponse Source #
Create a value of GetContainerRecipeResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:requestId:GetContainerRecipeResponse'
, getContainerRecipeResponse_requestId
- The request ID that uniquely identifies this request.
$sel:containerRecipe:GetContainerRecipeResponse'
, getContainerRecipeResponse_containerRecipe
- The container recipe object that is returned.
$sel:httpStatus:GetContainerRecipeResponse'
, getContainerRecipeResponse_httpStatus
- The response's http status code.
GetInfrastructureConfiguration
data GetInfrastructureConfiguration Source #
GetInfrastructureConfiguration request object.
See: newGetInfrastructureConfiguration
smart constructor.
Instances
newGetInfrastructureConfiguration Source #
:: Text |
|
-> GetInfrastructureConfiguration |
Create a value of GetInfrastructureConfiguration
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:infrastructureConfigurationArn:GetInfrastructureConfiguration'
, getInfrastructureConfiguration_infrastructureConfigurationArn
- The Amazon Resource Name (ARN) of the infrastructure configuration that
you want to retrieve.
data GetInfrastructureConfigurationResponse Source #
GetInfrastructureConfiguration response object.
See: newGetInfrastructureConfigurationResponse
smart constructor.
Instances
newGetInfrastructureConfigurationResponse Source #
Create a value of GetInfrastructureConfigurationResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:requestId:GetInfrastructureConfigurationResponse'
, getInfrastructureConfigurationResponse_requestId
- The request ID that uniquely identifies this request.
$sel:infrastructureConfiguration:GetInfrastructureConfigurationResponse'
, getInfrastructureConfigurationResponse_infrastructureConfiguration
- The infrastructure configuration object.
$sel:httpStatus:GetInfrastructureConfigurationResponse'
, getInfrastructureConfigurationResponse_httpStatus
- The response's http status code.
GetImagePolicy
data GetImagePolicy Source #
See: newGetImagePolicy
smart constructor.
Instances
Create a value of GetImagePolicy
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:imageArn:GetImagePolicy'
, getImagePolicy_imageArn
- The Amazon Resource Name (ARN) of the image whose policy you want to
retrieve.
data GetImagePolicyResponse Source #
See: newGetImagePolicyResponse
smart constructor.
Instances
newGetImagePolicyResponse Source #
Create a value of GetImagePolicyResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:requestId:GetImagePolicyResponse'
, getImagePolicyResponse_requestId
- The request ID that uniquely identifies this request.
$sel:policy:GetImagePolicyResponse'
, getImagePolicyResponse_policy
- The image policy object.
$sel:httpStatus:GetImagePolicyResponse'
, getImagePolicyResponse_httpStatus
- The response's http status code.
GetImageRecipePolicy
data GetImageRecipePolicy Source #
See: newGetImageRecipePolicy
smart constructor.
Instances
newGetImageRecipePolicy Source #
Create a value of GetImageRecipePolicy
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:imageRecipeArn:GetImageRecipePolicy'
, getImageRecipePolicy_imageRecipeArn
- The Amazon Resource Name (ARN) of the image recipe whose policy you want
to retrieve.
data GetImageRecipePolicyResponse Source #
See: newGetImageRecipePolicyResponse
smart constructor.
Instances
newGetImageRecipePolicyResponse Source #
Create a value of GetImageRecipePolicyResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:requestId:GetImageRecipePolicyResponse'
, getImageRecipePolicyResponse_requestId
- The request ID that uniquely identifies this request.
$sel:policy:GetImageRecipePolicyResponse'
, getImageRecipePolicyResponse_policy
- The image recipe policy object.
$sel:httpStatus:GetImageRecipePolicyResponse'
, getImageRecipePolicyResponse_httpStatus
- The response's http status code.
GetComponentPolicy
data GetComponentPolicy Source #
See: newGetComponentPolicy
smart constructor.
Instances
newGetComponentPolicy Source #
Create a value of GetComponentPolicy
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:componentArn:GetComponentPolicy'
, getComponentPolicy_componentArn
- The Amazon Resource Name (ARN) of the component whose policy you want to
retrieve.
data GetComponentPolicyResponse Source #
See: newGetComponentPolicyResponse
smart constructor.
Instances
newGetComponentPolicyResponse Source #
Create a value of GetComponentPolicyResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:requestId:GetComponentPolicyResponse'
, getComponentPolicyResponse_requestId
- The request ID that uniquely identifies this request.
$sel:policy:GetComponentPolicyResponse'
, getComponentPolicyResponse_policy
- The component policy.
$sel:httpStatus:GetComponentPolicyResponse'
, getComponentPolicyResponse_httpStatus
- The response's http status code.
DeleteImagePipeline
data DeleteImagePipeline Source #
See: newDeleteImagePipeline
smart constructor.
Instances
newDeleteImagePipeline Source #
Create a value of DeleteImagePipeline
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:imagePipelineArn:DeleteImagePipeline'
, deleteImagePipeline_imagePipelineArn
- The Amazon Resource Name (ARN) of the image pipeline to delete.
data DeleteImagePipelineResponse Source #
See: newDeleteImagePipelineResponse
smart constructor.
Instances
newDeleteImagePipelineResponse Source #
Create a value of DeleteImagePipelineResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:requestId:DeleteImagePipelineResponse'
, deleteImagePipelineResponse_requestId
- The request ID that uniquely identifies this request.
$sel:imagePipelineArn:DeleteImagePipeline'
, deleteImagePipelineResponse_imagePipelineArn
- The Amazon Resource Name (ARN) of the image pipeline that was deleted.
$sel:httpStatus:DeleteImagePipelineResponse'
, deleteImagePipelineResponse_httpStatus
- The response's http status code.
UpdateImagePipeline
data UpdateImagePipeline Source #
See: newUpdateImagePipeline
smart constructor.
UpdateImagePipeline' (Maybe PipelineStatus) (Maybe Text) (Maybe ImageTestsConfiguration) (Maybe Schedule) (Maybe Bool) (Maybe Text) (Maybe Text) (Maybe Text) Text Text Text |
Instances
newUpdateImagePipeline Source #
:: Text | |
-> Text | |
-> Text | |
-> UpdateImagePipeline |
Create a value of UpdateImagePipeline
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:status:UpdateImagePipeline'
, updateImagePipeline_status
- The status of the image pipeline.
$sel:containerRecipeArn:UpdateImagePipeline'
, updateImagePipeline_containerRecipeArn
- The Amazon Resource Name (ARN) of the container pipeline to update.
$sel:imageTestsConfiguration:UpdateImagePipeline'
, updateImagePipeline_imageTestsConfiguration
- The image test configuration of the image pipeline.
$sel:schedule:UpdateImagePipeline'
, updateImagePipeline_schedule
- The schedule of the image pipeline.
$sel:enhancedImageMetadataEnabled:UpdateImagePipeline'
, updateImagePipeline_enhancedImageMetadataEnabled
- 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.
$sel:distributionConfigurationArn:UpdateImagePipeline'
, updateImagePipeline_distributionConfigurationArn
- The Amazon Resource Name (ARN) of the distribution configuration that
will be used to configure and distribute images updated by this image
pipeline.
$sel:imageRecipeArn:UpdateImagePipeline'
, updateImagePipeline_imageRecipeArn
- The Amazon Resource Name (ARN) of the image recipe that will be used to
configure images updated by this image pipeline.
$sel:description:UpdateImagePipeline'
, updateImagePipeline_description
- The description of the image pipeline.
$sel:imagePipelineArn:UpdateImagePipeline'
, updateImagePipeline_imagePipelineArn
- The Amazon Resource Name (ARN) of the image pipeline that you want to
update.
$sel:infrastructureConfigurationArn:UpdateImagePipeline'
, updateImagePipeline_infrastructureConfigurationArn
- The Amazon Resource Name (ARN) of the infrastructure configuration that
will be used to build images updated by this image pipeline.
$sel:clientToken:UpdateImagePipeline'
, updateImagePipeline_clientToken
- The idempotency token used to make this request idempotent.
data UpdateImagePipelineResponse Source #
See: newUpdateImagePipelineResponse
smart constructor.
Instances
newUpdateImagePipelineResponse Source #
Create a value of UpdateImagePipelineResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:requestId:UpdateImagePipelineResponse'
, updateImagePipelineResponse_requestId
- The request ID that uniquely identifies this request.
$sel:clientToken:UpdateImagePipeline'
, updateImagePipelineResponse_clientToken
- The idempotency token used to make this request idempotent.
$sel:imagePipelineArn:UpdateImagePipeline'
, updateImagePipelineResponse_imagePipelineArn
- The Amazon Resource Name (ARN) of the image pipeline that was updated by
this request.
$sel:httpStatus:UpdateImagePipelineResponse'
, updateImagePipelineResponse_httpStatus
- The response's http status code.
ListImagePipelines
data ListImagePipelines Source #
See: newListImagePipelines
smart constructor.
Instances
newListImagePipelines :: ListImagePipelines Source #
Create a value of ListImagePipelines
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:filters:ListImagePipelines'
, listImagePipelines_filters
- Use the following filters to streamline results:
description
distributionConfigurationArn
imageRecipeArn
infrastructureConfigurationArn
name
status
$sel:nextToken:ListImagePipelines'
, listImagePipelines_nextToken
- A token to specify where to start paginating. This is the NextToken from
a previously truncated response.
$sel:maxResults:ListImagePipelines'
, listImagePipelines_maxResults
- The maximum items to return in a request.
data ListImagePipelinesResponse Source #
See: newListImagePipelinesResponse
smart constructor.
Instances
newListImagePipelinesResponse Source #
Create a value of ListImagePipelinesResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:requestId:ListImagePipelinesResponse'
, listImagePipelinesResponse_requestId
- The request ID that uniquely identifies this request.
$sel:nextToken:ListImagePipelines'
, listImagePipelinesResponse_nextToken
- 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.
$sel:imagePipelineList:ListImagePipelinesResponse'
, listImagePipelinesResponse_imagePipelineList
- The list of image pipelines.
$sel:httpStatus:ListImagePipelinesResponse'
, listImagePipelinesResponse_httpStatus
- The response's http status code.
StartImagePipelineExecution
data StartImagePipelineExecution Source #
See: newStartImagePipelineExecution
smart constructor.
Instances
newStartImagePipelineExecution Source #
:: Text | |
-> Text | |
-> StartImagePipelineExecution |
Create a value of StartImagePipelineExecution
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:imagePipelineArn:StartImagePipelineExecution'
, startImagePipelineExecution_imagePipelineArn
- The Amazon Resource Name (ARN) of the image pipeline that you want to
manually invoke.
$sel:clientToken:StartImagePipelineExecution'
, startImagePipelineExecution_clientToken
- The idempotency token used to make this request idempotent.
data StartImagePipelineExecutionResponse Source #
See: newStartImagePipelineExecutionResponse
smart constructor.
Instances
newStartImagePipelineExecutionResponse Source #
Create a value of StartImagePipelineExecutionResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:requestId:StartImagePipelineExecutionResponse'
, startImagePipelineExecutionResponse_requestId
- The request ID that uniquely identifies this request.
$sel:clientToken:StartImagePipelineExecution'
, startImagePipelineExecutionResponse_clientToken
- The idempotency token used to make this request idempotent.
$sel:imageBuildVersionArn:StartImagePipelineExecutionResponse'
, startImagePipelineExecutionResponse_imageBuildVersionArn
- The Amazon Resource Name (ARN) of the image that was created by this
request.
$sel:httpStatus:StartImagePipelineExecutionResponse'
, startImagePipelineExecutionResponse_httpStatus
- The response's http status code.
TagResource
data TagResource Source #
See: newTagResource
smart constructor.
Instances
Create a value of TagResource
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:resourceArn:TagResource'
, tagResource_resourceArn
- The Amazon Resource Name (ARN) of the resource that you want to tag.
$sel:tags:TagResource'
, tagResource_tags
- The tags to apply to the resource.
data TagResourceResponse Source #
See: newTagResourceResponse
smart constructor.
Instances
newTagResourceResponse Source #
Create a value of TagResourceResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:TagResourceResponse'
, tagResourceResponse_httpStatus
- The response's http status code.
CreateImageRecipe
data CreateImageRecipe Source #
See: newCreateImageRecipe
smart constructor.
Instances
:: Text | |
-> Text | |
-> NonEmpty ComponentConfiguration | |
-> Text | |
-> Text | |
-> CreateImageRecipe |
Create a value of CreateImageRecipe
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:additionalInstanceConfiguration:CreateImageRecipe'
, createImageRecipe_additionalInstanceConfiguration
- Specify additional settings and launch scripts for your build instances.
$sel:workingDirectory:CreateImageRecipe'
, createImageRecipe_workingDirectory
- The working directory used during build and test workflows.
$sel:blockDeviceMappings:CreateImageRecipe'
, createImageRecipe_blockDeviceMappings
- The block device mappings of the image recipe.
$sel:description:CreateImageRecipe'
, createImageRecipe_description
- The description of the image recipe.
$sel:tags:CreateImageRecipe'
, createImageRecipe_tags
- The tags of the image recipe.
$sel:name:CreateImageRecipe'
, createImageRecipe_name
- The name of the image recipe.
$sel:semanticVersion:CreateImageRecipe'
, createImageRecipe_semanticVersion
- 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.
$sel:components:CreateImageRecipe'
, createImageRecipe_components
- The components of the image recipe.
$sel:parentImage:CreateImageRecipe'
, createImageRecipe_parentImage
- 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.
$sel:clientToken:CreateImageRecipe'
, createImageRecipe_clientToken
- The idempotency token used to make this request idempotent.
data CreateImageRecipeResponse Source #
See: newCreateImageRecipeResponse
smart constructor.
Instances
newCreateImageRecipeResponse Source #
Create a value of CreateImageRecipeResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:requestId:CreateImageRecipeResponse'
, createImageRecipeResponse_requestId
- The request ID that uniquely identifies this request.
$sel:clientToken:CreateImageRecipe'
, createImageRecipeResponse_clientToken
- The idempotency token used to make this request idempotent.
$sel:imageRecipeArn:CreateImageRecipeResponse'
, createImageRecipeResponse_imageRecipeArn
- The Amazon Resource Name (ARN) of the image recipe that was created by
this request.
$sel:httpStatus:CreateImageRecipeResponse'
, createImageRecipeResponse_httpStatus
- The response's http status code.
CreateImage
data CreateImage Source #
See: newCreateImage
smart constructor.
CreateImage' (Maybe Text) (Maybe ImageTestsConfiguration) (Maybe Bool) (Maybe Text) (Maybe Text) (Maybe (HashMap Text Text)) Text Text |
Instances
:: Text | |
-> Text | |
-> CreateImage |
Create a value of CreateImage
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:containerRecipeArn:CreateImage'
, createImage_containerRecipeArn
- The Amazon Resource Name (ARN) of the container recipe that defines how
images are configured and tested.
$sel:imageTestsConfiguration:CreateImage'
, createImage_imageTestsConfiguration
- The image tests configuration of the image.
$sel:enhancedImageMetadataEnabled:CreateImage'
, createImage_enhancedImageMetadataEnabled
- 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.
$sel:distributionConfigurationArn:CreateImage'
, createImage_distributionConfigurationArn
- The Amazon Resource Name (ARN) of the distribution configuration that
defines and configures the outputs of your pipeline.
$sel:imageRecipeArn:CreateImage'
, createImage_imageRecipeArn
- The Amazon Resource Name (ARN) of the image recipe that defines how
images are configured, tested, and assessed.
$sel:tags:CreateImage'
, createImage_tags
- The tags of the image.
$sel:infrastructureConfigurationArn:CreateImage'
, createImage_infrastructureConfigurationArn
- The Amazon Resource Name (ARN) of the infrastructure configuration that
defines the environment in which your image will be built and tested.
$sel:clientToken:CreateImage'
, createImage_clientToken
- The idempotency token used to make this request idempotent.
data CreateImageResponse Source #
See: newCreateImageResponse
smart constructor.
Instances
newCreateImageResponse Source #
Create a value of CreateImageResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:requestId:CreateImageResponse'
, createImageResponse_requestId
- The request ID that uniquely identifies this request.
$sel:clientToken:CreateImage'
, createImageResponse_clientToken
- The idempotency token used to make this request idempotent.
$sel:imageBuildVersionArn:CreateImageResponse'
, createImageResponse_imageBuildVersionArn
- The Amazon Resource Name (ARN) of the image that was created by this
request.
$sel:httpStatus:CreateImageResponse'
, createImageResponse_httpStatus
- The response's http status code.
UntagResource
data UntagResource Source #
See: newUntagResource
smart constructor.
Instances
Create a value of UntagResource
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:resourceArn:UntagResource'
, untagResource_resourceArn
- The Amazon Resource Name (ARN) of the resource that you want to untag.
$sel:tagKeys:UntagResource'
, untagResource_tagKeys
- The tag keys to remove from the resource.
data UntagResourceResponse Source #
See: newUntagResourceResponse
smart constructor.
Instances
newUntagResourceResponse Source #
Create a value of UntagResourceResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:UntagResourceResponse'
, untagResourceResponse_httpStatus
- The response's http status code.
CreateComponent
data CreateComponent Source #
See: newCreateComponent
smart constructor.
CreateComponent' (Maybe Text) (Maybe (NonEmpty Text)) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe (HashMap Text Text)) Text Text Platform Text |
Instances
:: Text | |
-> Text | |
-> Platform | |
-> Text | |
-> CreateComponent |
Create a value of CreateComponent
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:data':CreateComponent'
, createComponent_data
- 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.
$sel:supportedOsVersions:CreateComponent'
, createComponent_supportedOsVersions
- 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.
$sel:uri:CreateComponent'
, createComponent_uri
- 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.
$sel:kmsKeyId:CreateComponent'
, createComponent_kmsKeyId
- The ID of the KMS key that should be used to encrypt this component.
$sel:changeDescription:CreateComponent'
, createComponent_changeDescription
- 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.
$sel:description:CreateComponent'
, createComponent_description
- The description of the component. Describes the contents of the
component.
$sel:tags:CreateComponent'
, createComponent_tags
- The tags of the component.
$sel:name:CreateComponent'
, createComponent_name
- The name of the component.
$sel:semanticVersion:CreateComponent'
, createComponent_semanticVersion
- 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.
$sel:platform:CreateComponent'
, createComponent_platform
- The platform of the component.
$sel:clientToken:CreateComponent'
, createComponent_clientToken
- The idempotency token of the component.
data CreateComponentResponse Source #
See: newCreateComponentResponse
smart constructor.
Instances
newCreateComponentResponse Source #
Create a value of CreateComponentResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:requestId:CreateComponentResponse'
, createComponentResponse_requestId
- The request ID that uniquely identifies this request.
$sel:clientToken:CreateComponent'
, createComponentResponse_clientToken
- The idempotency token used to make this request idempotent.
$sel:componentBuildVersionArn:CreateComponentResponse'
, createComponentResponse_componentBuildVersionArn
- The Amazon Resource Name (ARN) of the component that was created by this
request.
$sel:httpStatus:CreateComponentResponse'
, createComponentResponse_httpStatus
- The response's http status code.
DeleteDistributionConfiguration
data DeleteDistributionConfiguration Source #
See: newDeleteDistributionConfiguration
smart constructor.
Instances
newDeleteDistributionConfiguration Source #
:: Text |
|
-> DeleteDistributionConfiguration |
Create a value of DeleteDistributionConfiguration
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:distributionConfigurationArn:DeleteDistributionConfiguration'
, deleteDistributionConfiguration_distributionConfigurationArn
- The Amazon Resource Name (ARN) of the distribution configuration to
delete.
data DeleteDistributionConfigurationResponse Source #
See: newDeleteDistributionConfigurationResponse
smart constructor.
Instances
newDeleteDistributionConfigurationResponse Source #
Create a value of DeleteDistributionConfigurationResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:requestId:DeleteDistributionConfigurationResponse'
, deleteDistributionConfigurationResponse_requestId
- The request ID that uniquely identifies this request.
$sel:distributionConfigurationArn:DeleteDistributionConfiguration'
, deleteDistributionConfigurationResponse_distributionConfigurationArn
- The Amazon Resource Name (ARN) of the distribution configuration that
was deleted.
$sel:httpStatus:DeleteDistributionConfigurationResponse'
, deleteDistributionConfigurationResponse_httpStatus
- The response's http status code.
UpdateDistributionConfiguration
data UpdateDistributionConfiguration Source #
See: newUpdateDistributionConfiguration
smart constructor.
Instances
newUpdateDistributionConfiguration Source #
:: Text |
|
-> Text | |
-> UpdateDistributionConfiguration |
Create a value of UpdateDistributionConfiguration
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:description:UpdateDistributionConfiguration'
, updateDistributionConfiguration_description
- The description of the distribution configuration.
$sel:distributionConfigurationArn:UpdateDistributionConfiguration'
, updateDistributionConfiguration_distributionConfigurationArn
- The Amazon Resource Name (ARN) of the distribution configuration that
you want to update.
$sel:distributions:UpdateDistributionConfiguration'
, updateDistributionConfiguration_distributions
- The distributions of the distribution configuration.
$sel:clientToken:UpdateDistributionConfiguration'
, updateDistributionConfiguration_clientToken
- The idempotency token of the distribution configuration.
data UpdateDistributionConfigurationResponse Source #
See: newUpdateDistributionConfigurationResponse
smart constructor.
Instances
newUpdateDistributionConfigurationResponse Source #
Create a value of UpdateDistributionConfigurationResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:requestId:UpdateDistributionConfigurationResponse'
, updateDistributionConfigurationResponse_requestId
- The request ID that uniquely identifies this request.
$sel:clientToken:UpdateDistributionConfiguration'
, updateDistributionConfigurationResponse_clientToken
- The idempotency token used to make this request idempotent.
$sel:distributionConfigurationArn:UpdateDistributionConfiguration'
, updateDistributionConfigurationResponse_distributionConfigurationArn
- The Amazon Resource Name (ARN) of the distribution configuration that
was updated by this request.
$sel:httpStatus:UpdateDistributionConfigurationResponse'
, updateDistributionConfigurationResponse_httpStatus
- The response's http status code.
ListImagePipelineImages
data ListImagePipelineImages Source #
See: newListImagePipelineImages
smart constructor.
Instances
newListImagePipelineImages Source #
Create a value of ListImagePipelineImages
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:filters:ListImagePipelineImages'
, listImagePipelineImages_filters
- Use the following filters to streamline results:
name
version
$sel:nextToken:ListImagePipelineImages'
, listImagePipelineImages_nextToken
- A token to specify where to start paginating. This is the NextToken from
a previously truncated response.
$sel:maxResults:ListImagePipelineImages'
, listImagePipelineImages_maxResults
- The maximum items to return in a request.
$sel:imagePipelineArn:ListImagePipelineImages'
, listImagePipelineImages_imagePipelineArn
- The Amazon Resource Name (ARN) of the image pipeline whose images you
want to view.
data ListImagePipelineImagesResponse Source #
See: newListImagePipelineImagesResponse
smart constructor.
Instances
newListImagePipelineImagesResponse Source #
Create a value of ListImagePipelineImagesResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:requestId:ListImagePipelineImagesResponse'
, listImagePipelineImagesResponse_requestId
- The request ID that uniquely identifies this request.
$sel:nextToken:ListImagePipelineImages'
, listImagePipelineImagesResponse_nextToken
- 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.
$sel:imageSummaryList:ListImagePipelineImagesResponse'
, listImagePipelineImagesResponse_imageSummaryList
- The list of images built by this pipeline.
$sel:httpStatus:ListImagePipelineImagesResponse'
, listImagePipelineImagesResponse_httpStatus
- The response's http status code.
DeleteImageRecipe
data DeleteImageRecipe Source #
See: newDeleteImageRecipe
smart constructor.
Instances
Create a value of DeleteImageRecipe
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:imageRecipeArn:DeleteImageRecipe'
, deleteImageRecipe_imageRecipeArn
- The Amazon Resource Name (ARN) of the image recipe to delete.
data DeleteImageRecipeResponse Source #
See: newDeleteImageRecipeResponse
smart constructor.
Instances
newDeleteImageRecipeResponse Source #
Create a value of DeleteImageRecipeResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:requestId:DeleteImageRecipeResponse'
, deleteImageRecipeResponse_requestId
- The request ID that uniquely identifies this request.
$sel:imageRecipeArn:DeleteImageRecipe'
, deleteImageRecipeResponse_imageRecipeArn
- The Amazon Resource Name (ARN) of the image recipe that was deleted.
$sel:httpStatus:DeleteImageRecipeResponse'
, deleteImageRecipeResponse_httpStatus
- The response's http status code.
ListComponents
data ListComponents Source #
See: newListComponents
smart constructor.
ListComponents' (Maybe (NonEmpty Filter)) (Maybe Ownership) (Maybe Bool) (Maybe Text) (Maybe Natural) |
Instances
newListComponents :: ListComponents Source #
Create a value of ListComponents
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:filters:ListComponents'
, listComponents_filters
- Use the following filters to streamline results:
description
name
platform
supportedOsVersion
type
version
$sel:owner:ListComponents'
, listComponents_owner
- 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.
$sel:byName:ListComponents'
, listComponents_byName
- Returns the list of component build versions for the specified name.
$sel:nextToken:ListComponents'
, listComponents_nextToken
- A token to specify where to start paginating. This is the NextToken from
a previously truncated response.
$sel:maxResults:ListComponents'
, listComponents_maxResults
- The maximum items to return in a request.
data ListComponentsResponse Source #
See: newListComponentsResponse
smart constructor.
Instances
newListComponentsResponse Source #
Create a value of ListComponentsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:requestId:ListComponentsResponse'
, listComponentsResponse_requestId
- The request ID that uniquely identifies this request.
$sel:componentVersionList:ListComponentsResponse'
, listComponentsResponse_componentVersionList
- 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.
$sel:nextToken:ListComponents'
, listComponentsResponse_nextToken
- 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.
$sel:httpStatus:ListComponentsResponse'
, listComponentsResponse_httpStatus
- The response's http status code.
PutContainerRecipePolicy
data PutContainerRecipePolicy Source #
See: newPutContainerRecipePolicy
smart constructor.
Instances
newPutContainerRecipePolicy Source #
:: Text | |
-> Text | |
-> PutContainerRecipePolicy |
Create a value of PutContainerRecipePolicy
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:containerRecipeArn:PutContainerRecipePolicy'
, putContainerRecipePolicy_containerRecipeArn
- The Amazon Resource Name (ARN) of the container recipe that this policy
should be applied to.
$sel:policy:PutContainerRecipePolicy'
, putContainerRecipePolicy_policy
- The policy to apply to the container recipe.
data PutContainerRecipePolicyResponse Source #
See: newPutContainerRecipePolicyResponse
smart constructor.
Instances
newPutContainerRecipePolicyResponse Source #
Create a value of PutContainerRecipePolicyResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:requestId:PutContainerRecipePolicyResponse'
, putContainerRecipePolicyResponse_requestId
- The request ID that uniquely identifies this request.
$sel:containerRecipeArn:PutContainerRecipePolicy'
, putContainerRecipePolicyResponse_containerRecipeArn
- The Amazon Resource Name (ARN) of the container recipe that this policy
was applied to.
$sel:httpStatus:PutContainerRecipePolicyResponse'
, putContainerRecipePolicyResponse_httpStatus
- The response's http status code.
ListImages
data ListImages Source #
See: newListImages
smart constructor.
ListImages' (Maybe (NonEmpty Filter)) (Maybe Ownership) (Maybe Bool) (Maybe Text) (Maybe Bool) (Maybe Natural) |
Instances
newListImages :: ListImages Source #
Create a value of ListImages
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:filters:ListImages'
, listImages_filters
- Use the following filters to streamline results:
name
osVersion
platform
type
version
$sel:owner:ListImages'
, listImages_owner
- 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.
$sel:byName:ListImages'
, listImages_byName
- Requests a list of images with a specific recipe name.
$sel:nextToken:ListImages'
, listImages_nextToken
- A token to specify where to start paginating. This is the NextToken from
a previously truncated response.
$sel:includeDeprecated:ListImages'
, listImages_includeDeprecated
- Includes deprecated images in the response list.
$sel:maxResults:ListImages'
, listImages_maxResults
- The maximum items to return in a request.
data ListImagesResponse Source #
See: newListImagesResponse
smart constructor.
ListImagesResponse' (Maybe Text) (Maybe [ImageVersion]) (Maybe Text) Int |
Instances
newListImagesResponse Source #
Create a value of ListImagesResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:requestId:ListImagesResponse'
, listImagesResponse_requestId
- The request ID that uniquely identifies this request.
$sel:imageVersionList:ListImagesResponse'
, listImagesResponse_imageVersionList
- 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.
$sel:nextToken:ListImages'
, listImagesResponse_nextToken
- 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.
$sel:httpStatus:ListImagesResponse'
, listImagesResponse_httpStatus
- The response's http status code.
CreateDistributionConfiguration
data CreateDistributionConfiguration Source #
See: newCreateDistributionConfiguration
smart constructor.
Instances
newCreateDistributionConfiguration Source #
Create a value of CreateDistributionConfiguration
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:description:CreateDistributionConfiguration'
, createDistributionConfiguration_description
- The description of the distribution configuration.
$sel:tags:CreateDistributionConfiguration'
, createDistributionConfiguration_tags
- The tags of the distribution configuration.
$sel:name:CreateDistributionConfiguration'
, createDistributionConfiguration_name
- The name of the distribution configuration.
$sel:distributions:CreateDistributionConfiguration'
, createDistributionConfiguration_distributions
- The distributions of the distribution configuration.
$sel:clientToken:CreateDistributionConfiguration'
, createDistributionConfiguration_clientToken
- The idempotency token of the distribution configuration.
data CreateDistributionConfigurationResponse Source #
See: newCreateDistributionConfigurationResponse
smart constructor.
Instances
newCreateDistributionConfigurationResponse Source #
Create a value of CreateDistributionConfigurationResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:requestId:CreateDistributionConfigurationResponse'
, createDistributionConfigurationResponse_requestId
- The request ID that uniquely identifies this request.
$sel:clientToken:CreateDistributionConfiguration'
, createDistributionConfigurationResponse_clientToken
- The idempotency token used to make this request idempotent.
$sel:distributionConfigurationArn:CreateDistributionConfigurationResponse'
, createDistributionConfigurationResponse_distributionConfigurationArn
- The Amazon Resource Name (ARN) of the distribution configuration that
was created by this request.
$sel:httpStatus:CreateDistributionConfigurationResponse'
, createDistributionConfigurationResponse_httpStatus
- The response's http status code.
ListImageRecipes
data ListImageRecipes Source #
See: newListImageRecipes
smart constructor.
Instances
newListImageRecipes :: ListImageRecipes Source #
Create a value of ListImageRecipes
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:filters:ListImageRecipes'
, listImageRecipes_filters
- Use the following filters to streamline results:
name
parentImage
platform
$sel:owner:ListImageRecipes'
, listImageRecipes_owner
- 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.
$sel:nextToken:ListImageRecipes'
, listImageRecipes_nextToken
- A token to specify where to start paginating. This is the NextToken from
a previously truncated response.
$sel:maxResults:ListImageRecipes'
, listImageRecipes_maxResults
- The maximum items to return in a request.
data ListImageRecipesResponse Source #
See: newListImageRecipesResponse
smart constructor.
Instances
newListImageRecipesResponse Source #
Create a value of ListImageRecipesResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:requestId:ListImageRecipesResponse'
, listImageRecipesResponse_requestId
- The request ID that uniquely identifies this request.
$sel:nextToken:ListImageRecipes'
, listImageRecipesResponse_nextToken
- 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.
$sel:imageRecipeSummaryList:ListImageRecipesResponse'
, listImageRecipesResponse_imageRecipeSummaryList
- The list of image pipelines.
$sel:httpStatus:ListImageRecipesResponse'
, listImageRecipesResponse_httpStatus
- The response's http status code.
DeleteImage
data DeleteImage Source #
See: newDeleteImage
smart constructor.
Instances
Create a value of DeleteImage
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:imageBuildVersionArn:DeleteImage'
, deleteImage_imageBuildVersionArn
- The Amazon Resource Name (ARN) of the Image Builder image resource to
delete.
data DeleteImageResponse Source #
See: newDeleteImageResponse
smart constructor.
Instances
newDeleteImageResponse Source #
Create a value of DeleteImageResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:requestId:DeleteImageResponse'
, deleteImageResponse_requestId
- The request ID that uniquely identifies this request.
$sel:imageBuildVersionArn:DeleteImage'
, deleteImageResponse_imageBuildVersionArn
- The Amazon Resource Name (ARN) of the Image Builder image resource that
was deleted.
$sel:httpStatus:DeleteImageResponse'
, deleteImageResponse_httpStatus
- The response's http status code.
DeleteComponent
data DeleteComponent Source #
See: newDeleteComponent
smart constructor.
Instances
Create a value of DeleteComponent
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:componentBuildVersionArn:DeleteComponent'
, deleteComponent_componentBuildVersionArn
- The Amazon Resource Name (ARN) of the component build version to delete.
data DeleteComponentResponse Source #
See: newDeleteComponentResponse
smart constructor.
Instances
newDeleteComponentResponse Source #
Create a value of DeleteComponentResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:requestId:DeleteComponentResponse'
, deleteComponentResponse_requestId
- The request ID that uniquely identifies this request.
$sel:componentBuildVersionArn:DeleteComponent'
, deleteComponentResponse_componentBuildVersionArn
- The Amazon Resource Name (ARN) of the component build version that was
deleted.
$sel:httpStatus:DeleteComponentResponse'
, deleteComponentResponse_httpStatus
- The response's http status code.
GetImage
See: newGetImage
smart constructor.
Instances
Create a value of GetImage
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:imageBuildVersionArn:GetImage'
, getImage_imageBuildVersionArn
- The Amazon Resource Name (ARN) of the image that you want to retrieve.
data GetImageResponse Source #
See: newGetImageResponse
smart constructor.
Instances
Create a value of GetImageResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:requestId:GetImageResponse'
, getImageResponse_requestId
- The request ID that uniquely identifies this request.
$sel:image:GetImageResponse'
, getImageResponse_image
- The image object.
$sel:httpStatus:GetImageResponse'
, getImageResponse_httpStatus
- The response's http status code.
GetContainerRecipePolicy
data GetContainerRecipePolicy Source #
See: newGetContainerRecipePolicy
smart constructor.
Instances
newGetContainerRecipePolicy Source #
Create a value of GetContainerRecipePolicy
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:containerRecipeArn:GetContainerRecipePolicy'
, getContainerRecipePolicy_containerRecipeArn
- The Amazon Resource Name (ARN) of the container recipe for the policy
being requested.
data GetContainerRecipePolicyResponse Source #
See: newGetContainerRecipePolicyResponse
smart constructor.
Instances
newGetContainerRecipePolicyResponse Source #
Create a value of GetContainerRecipePolicyResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:requestId:GetContainerRecipePolicyResponse'
, getContainerRecipePolicyResponse_requestId
- The request ID that uniquely identifies this request.
$sel:policy:GetContainerRecipePolicyResponse'
, getContainerRecipePolicyResponse_policy
- The container recipe policy object that is returned.
$sel:httpStatus:GetContainerRecipePolicyResponse'
, getContainerRecipePolicyResponse_httpStatus
- The response's http status code.
GetImageRecipe
data GetImageRecipe Source #
See: newGetImageRecipe
smart constructor.
Instances
Create a value of GetImageRecipe
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:imageRecipeArn:GetImageRecipe'
, getImageRecipe_imageRecipeArn
- The Amazon Resource Name (ARN) of the image recipe that you want to
retrieve.
data GetImageRecipeResponse Source #
See: newGetImageRecipeResponse
smart constructor.
Instances
newGetImageRecipeResponse Source #
Create a value of GetImageRecipeResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:requestId:GetImageRecipeResponse'
, getImageRecipeResponse_requestId
- The request ID that uniquely identifies this request.
$sel:imageRecipe:GetImageRecipeResponse'
, getImageRecipeResponse_imageRecipe
- The image recipe object.
$sel:httpStatus:GetImageRecipeResponse'
, getImageRecipeResponse_httpStatus
- The response's http status code.
GetComponent
data GetComponent Source #
See: newGetComponent
smart constructor.
Instances
Create a value of GetComponent
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:componentBuildVersionArn:GetComponent'
, getComponent_componentBuildVersionArn
- The Amazon Resource Name (ARN) of the component that you want to
retrieve. Regex requires "/\d+$" suffix.
data GetComponentResponse Source #
See: newGetComponentResponse
smart constructor.
Instances
newGetComponentResponse Source #
Create a value of GetComponentResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:requestId:GetComponentResponse'
, getComponentResponse_requestId
- The request ID that uniquely identifies this request.
$sel:component:GetComponentResponse'
, getComponentResponse_component
- The component object associated with the specified ARN.
$sel:httpStatus:GetComponentResponse'
, getComponentResponse_httpStatus
- The response's http status code.
Types
ComponentFormat
newtype ComponentFormat Source #
pattern ComponentFormat_SHELL :: ComponentFormat |
Instances
ComponentStatus
newtype ComponentStatus Source #
pattern ComponentStatus_DEPRECATED :: ComponentStatus |
Instances
ComponentType
newtype ComponentType Source #
pattern ComponentType_BUILD :: ComponentType | |
pattern ComponentType_TEST :: ComponentType |
Instances
ContainerRepositoryService
newtype ContainerRepositoryService Source #
Instances
ContainerType
newtype ContainerType Source #
pattern ContainerType_DOCKER :: ContainerType |
Instances
EbsVolumeType
newtype EbsVolumeType Source #
pattern EbsVolumeType_Gp2 :: EbsVolumeType | |
pattern EbsVolumeType_Gp3 :: EbsVolumeType | |
pattern EbsVolumeType_Io1 :: EbsVolumeType | |
pattern EbsVolumeType_Io2 :: EbsVolumeType | |
pattern EbsVolumeType_Sc1 :: EbsVolumeType | |
pattern EbsVolumeType_St1 :: EbsVolumeType | |
pattern EbsVolumeType_Standard :: EbsVolumeType |
Instances
ImageStatus
newtype ImageStatus Source #
pattern ImageStatus_AVAILABLE :: ImageStatus | |
pattern ImageStatus_BUILDING :: ImageStatus | |
pattern ImageStatus_CANCELLED :: ImageStatus | |
pattern ImageStatus_CREATING :: ImageStatus | |
pattern ImageStatus_DELETED :: ImageStatus | |
pattern ImageStatus_DEPRECATED :: ImageStatus | |
pattern ImageStatus_DISTRIBUTING :: ImageStatus | |
pattern ImageStatus_FAILED :: ImageStatus | |
pattern ImageStatus_INTEGRATING :: ImageStatus | |
pattern ImageStatus_PENDING :: ImageStatus | |
pattern ImageStatus_TESTING :: ImageStatus |
Instances
ImageType
pattern ImageType_AMI :: ImageType | |
pattern ImageType_DOCKER :: ImageType |
Instances
Ownership
pattern Ownership_Amazon :: Ownership | |
pattern Ownership_Self :: Ownership | |
pattern Ownership_Shared :: Ownership |
Instances
PipelineExecutionStartCondition
newtype PipelineExecutionStartCondition Source #
Instances
PipelineStatus
newtype PipelineStatus Source #
pattern PipelineStatus_DISABLED :: PipelineStatus | |
pattern PipelineStatus_ENABLED :: PipelineStatus |
Instances
Platform
pattern Platform_Linux :: Platform | |
pattern Platform_Windows :: Platform |
Instances
AdditionalInstanceConfiguration
data AdditionalInstanceConfiguration Source #
In addition to your infrastruction configuration, these settings provide an extra layer of control over your build instances. For instances where Image Builder installs the Systems Manager agent, you can choose whether to keep it for the AMI that you create. You can also specify commands to run on launch for all of your build instances.
See: newAdditionalInstanceConfiguration
smart constructor.
Instances
newAdditionalInstanceConfiguration :: AdditionalInstanceConfiguration Source #
Create a value of AdditionalInstanceConfiguration
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:systemsManagerAgent:AdditionalInstanceConfiguration'
, additionalInstanceConfiguration_systemsManagerAgent
- Contains settings for the Systems Manager agent on your build instance.
$sel:userDataOverride:AdditionalInstanceConfiguration'
, additionalInstanceConfiguration_userDataOverride
- 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
Details of an Amazon EC2 AMI.
See: newAmi
smart constructor.
Instances
Create a value of Ami
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:image:Ami'
, ami_image
- The AMI ID of the Amazon EC2 AMI.
$sel:state:Ami'
, ami_state
- Undocumented member.
$sel:accountId:Ami'
, ami_accountId
- The account ID of the owner of the AMI.
$sel:name:Ami'
, ami_name
- The name of the Amazon EC2 AMI.
$sel:region:Ami'
, ami_region
- The Amazon Web Services Region of the Amazon EC2 AMI.
$sel:description:Ami'
, ami_description
- The description of the Amazon EC2 AMI. Minimum and maximum length are in
characters.
AmiDistributionConfiguration
data AmiDistributionConfiguration Source #
Define and configure the output AMIs of the pipeline.
See: newAmiDistributionConfiguration
smart constructor.
AmiDistributionConfiguration' (Maybe LaunchPermissionConfiguration) (Maybe (NonEmpty Text)) (Maybe (HashMap Text Text)) (Maybe Text) (Maybe Text) (Maybe Text) |
Instances
newAmiDistributionConfiguration :: AmiDistributionConfiguration Source #
Create a value of AmiDistributionConfiguration
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:launchPermission:AmiDistributionConfiguration'
, amiDistributionConfiguration_launchPermission
- Launch permissions can be used to configure which Amazon Web Services
accounts can use the AMI to launch instances.
$sel:targetAccountIds:AmiDistributionConfiguration'
, amiDistributionConfiguration_targetAccountIds
- The ID of an account to which you want to distribute an image.
$sel:amiTags:AmiDistributionConfiguration'
, amiDistributionConfiguration_amiTags
- The tags to apply to AMIs distributed to this Region.
$sel:name:AmiDistributionConfiguration'
, amiDistributionConfiguration_name
- The name of the output AMI.
$sel:kmsKeyId:AmiDistributionConfiguration'
, amiDistributionConfiguration_kmsKeyId
- The KMS key identifier used to encrypt the distributed image.
$sel:description:AmiDistributionConfiguration'
, amiDistributionConfiguration_description
- The description of the distribution configuration. Minimum and maximum
length are in characters.
Component
A detailed view of a component.
See: newComponent
smart constructor.
Component' (Maybe ComponentState) (Maybe Platform) (Maybe Text) (Maybe Text) (Maybe (NonEmpty Text)) (Maybe Bool) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe [ComponentParameterDetail]) (Maybe Text) (Maybe ComponentType) (Maybe Text) (Maybe (HashMap Text Text)) |
Instances
newComponent :: Component Source #
Create a value of Component
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:state:Component'
, component_state
- Describes the current status of the component. This is used for
components that are no longer active.
$sel:platform:Component'
, component_platform
- The platform of the component.
$sel:arn:Component'
, component_arn
- The Amazon Resource Name (ARN) of the component.
$sel:data':Component'
, component_data
- The data of the component.
$sel:supportedOsVersions:Component'
, component_supportedOsVersions
- 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.
$sel:encrypted:Component'
, component_encrypted
- The encryption status of the component.
$sel:owner:Component'
, component_owner
- The owner of the component.
$sel:dateCreated:Component'
, component_dateCreated
- The date that the component was created.
$sel:name:Component'
, component_name
- The name of the component.
$sel:kmsKeyId:Component'
, component_kmsKeyId
- The KMS key identifier used to encrypt the component.
$sel:version:Component'
, component_version
- The version of the component.
$sel:parameters:Component'
, component_parameters
- Contains parameter details for each of the parameters that are defined
for the component.
$sel:changeDescription:Component'
, component_changeDescription
- The change description of the component.
$sel:type':Component'
, component_type
- The type of the component denotes whether the component is used to build
the image or only to test it.
$sel:description:Component'
, component_description
- The description of the component.
$sel:tags:Component'
, component_tags
- The tags associated with the component.
ComponentConfiguration
data ComponentConfiguration Source #
Configuration details of the component.
See: newComponentConfiguration
smart constructor.
Instances
newComponentConfiguration Source #
Create a value of ComponentConfiguration
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:parameters:ComponentConfiguration'
, componentConfiguration_parameters
- A group of parameter settings that are used to configure the component
for a specific recipe.
$sel:componentArn:ComponentConfiguration'
, componentConfiguration_componentArn
- The Amazon Resource Name (ARN) of the component.
ComponentParameter
data ComponentParameter Source #
Contains a key/value pair that sets the named component parameter.
See: newComponentParameter
smart constructor.
Instances
newComponentParameter Source #
Create a value of ComponentParameter
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:name:ComponentParameter'
, componentParameter_name
- The name of the component parameter to set.
$sel:value:ComponentParameter'
, componentParameter_value
- Sets the value for the named component parameter.
ComponentParameterDetail
data ComponentParameterDetail Source #
Defines a parameter that is used to provide configuration details for the component.
See: newComponentParameterDetail
smart constructor.
Instances
newComponentParameterDetail Source #
:: Text | |
-> Text | |
-> ComponentParameterDetail |
Create a value of ComponentParameterDetail
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:defaultValue:ComponentParameterDetail'
, componentParameterDetail_defaultValue
- The default value of this parameter if no input is provided.
$sel:description:ComponentParameterDetail'
, componentParameterDetail_description
- Describes this parameter.
$sel:name:ComponentParameterDetail'
, componentParameterDetail_name
- The name of this input parameter.
$sel:type':ComponentParameterDetail'
, componentParameterDetail_type
- The type of input this parameter provides. The currently supported value
is "string".
ComponentState
data ComponentState Source #
A group of fields that describe the current status of components that are no longer active.
See: newComponentState
smart constructor.
Instances
newComponentState :: ComponentState Source #
Create a value of ComponentState
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:status:ComponentState'
, componentState_status
- The current state of the component.
$sel:reason:ComponentState'
, componentState_reason
- Describes how or why the component changed state.
ComponentSummary
data ComponentSummary Source #
A high-level summary of a component.
See: newComponentSummary
smart constructor.
ComponentSummary' (Maybe ComponentState) (Maybe Platform) (Maybe Text) (Maybe (NonEmpty Text)) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe ComponentType) (Maybe Text) (Maybe (HashMap Text Text)) |
Instances
newComponentSummary :: ComponentSummary Source #
Create a value of ComponentSummary
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:state:ComponentSummary'
, componentSummary_state
- Describes the current status of the component.
$sel:platform:ComponentSummary'
, componentSummary_platform
- The platform of the component.
$sel:arn:ComponentSummary'
, componentSummary_arn
- The Amazon Resource Name (ARN) of the component.
$sel:supportedOsVersions:ComponentSummary'
, componentSummary_supportedOsVersions
- 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.
$sel:owner:ComponentSummary'
, componentSummary_owner
- The owner of the component.
$sel:dateCreated:ComponentSummary'
, componentSummary_dateCreated
- The date that the component was created.
$sel:name:ComponentSummary'
, componentSummary_name
- The name of the component.
$sel:version:ComponentSummary'
, componentSummary_version
- The version of the component.
$sel:changeDescription:ComponentSummary'
, componentSummary_changeDescription
- The change description of the component.
$sel:type':ComponentSummary'
, componentSummary_type
- The type of the component denotes whether the component is used to build
the image or only to test it.
$sel:description:ComponentSummary'
, componentSummary_description
- The description of the component.
$sel:tags:ComponentSummary'
, componentSummary_tags
- The tags associated with the component.
ComponentVersion
data ComponentVersion Source #
The defining characteristics of a specific version of an Amazon Web Services TOE component.
See: newComponentVersion
smart constructor.
ComponentVersion' (Maybe Platform) (Maybe Text) (Maybe (NonEmpty Text)) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe ComponentType) (Maybe Text) |
Instances
newComponentVersion :: ComponentVersion Source #
Create a value of ComponentVersion
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:platform:ComponentVersion'
, componentVersion_platform
- The platform of the component.
$sel:arn:ComponentVersion'
, componentVersion_arn
- 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.
$sel:supportedOsVersions:ComponentVersion'
, componentVersion_supportedOsVersions
- 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.
$sel:owner:ComponentVersion'
, componentVersion_owner
- The owner of the component.
$sel:dateCreated:ComponentVersion'
, componentVersion_dateCreated
- The date that the component was created.
$sel:name:ComponentVersion'
, componentVersion_name
- The name of the component.
$sel:version:ComponentVersion'
, componentVersion_version
- 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.
$sel:type':ComponentVersion'
, componentVersion_type
- The type of the component denotes whether the component is used to build
the image or only to test it.
$sel:description:ComponentVersion'
, componentVersion_description
- The description of the component.
Container
A container encapsulates the runtime environment for an application.
See: newContainer
smart constructor.
Container' (Maybe [Text]) (Maybe Text) |
Instances
Eq Container Source # | |
Read Container Source # | |
Show Container Source # | |
Generic Container Source # | |
NFData Container Source # | |
Defined in Amazonka.ImageBuilder.Types.Container | |
Hashable Container Source # | |
Defined in Amazonka.ImageBuilder.Types.Container | |
FromJSON Container Source # | |
type Rep Container Source # | |
Defined in Amazonka.ImageBuilder.Types.Container type Rep Container = D1 ('MetaData "Container" "Amazonka.ImageBuilder.Types.Container" "libZSservicesZSamazonka-imagebuilderZSamazonka-imagebuilder" 'False) (C1 ('MetaCons "Container'" 'PrefixI 'True) (S1 ('MetaSel ('Just "imageUris") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "region") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) |
newContainer :: Container Source #
Create a value of Container
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:imageUris:Container'
, container_imageUris
- A list of URIs for containers created in the context Region.
$sel:region:Container'
, container_region
- Containers and container images are Region-specific. This is the Region
context for the container.
ContainerDistributionConfiguration
data ContainerDistributionConfiguration Source #
Container distribution settings for encryption, licensing, and sharing in a specific Region.
See: newContainerDistributionConfiguration
smart constructor.
Instances
newContainerDistributionConfiguration Source #
Create a value of ContainerDistributionConfiguration
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:containerTags:ContainerDistributionConfiguration'
, containerDistributionConfiguration_containerTags
- Tags that are attached to the container distribution configuration.
$sel:description:ContainerDistributionConfiguration'
, containerDistributionConfiguration_description
- The description of the container distribution configuration.
$sel:targetRepository:ContainerDistributionConfiguration'
, containerDistributionConfiguration_targetRepository
- The destination repository for the container distribution configuration.
ContainerRecipe
data ContainerRecipe Source #
A container recipe.
See: newContainerRecipe
smart constructor.
ContainerRecipe' (Maybe (NonEmpty ComponentConfiguration)) (Maybe ContainerType) (Maybe Platform) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Bool) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe TargetContainerRepository) (Maybe Text) (Maybe (HashMap Text Text)) (Maybe InstanceConfiguration) |
Instances
newContainerRecipe :: ContainerRecipe Source #
Create a value of ContainerRecipe
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:components:ContainerRecipe'
, containerRecipe_components
- Components for build and test that are included in the container recipe.
$sel:containerType:ContainerRecipe'
, containerRecipe_containerType
- Specifies the type of container, such as Docker.
$sel:platform:ContainerRecipe'
, containerRecipe_platform
- The system platform for the container, such as Windows or Linux.
$sel:dockerfileTemplateData:ContainerRecipe'
, containerRecipe_dockerfileTemplateData
- 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.
$sel:arn:ContainerRecipe'
, containerRecipe_arn
- 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.
$sel:workingDirectory:ContainerRecipe'
, containerRecipe_workingDirectory
- The working directory for use during build and test workflows.
$sel:parentImage:ContainerRecipe'
, containerRecipe_parentImage
- The base image for the container recipe.
$sel:encrypted:ContainerRecipe'
, containerRecipe_encrypted
- A flag that indicates if the target container is encrypted.
$sel:owner:ContainerRecipe'
, containerRecipe_owner
- The owner of the container recipe.
$sel:dateCreated:ContainerRecipe'
, containerRecipe_dateCreated
- The date when this container recipe was created.
$sel:name:ContainerRecipe'
, containerRecipe_name
- The name of the container recipe.
$sel:kmsKeyId:ContainerRecipe'
, containerRecipe_kmsKeyId
- Identifies which KMS key is used to encrypt the container image for
distribution to the target Region.
$sel:version:ContainerRecipe'
, containerRecipe_version
- 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.
$sel:targetRepository:ContainerRecipe'
, containerRecipe_targetRepository
- The destination repository for the container image.
$sel:description:ContainerRecipe'
, containerRecipe_description
- The description of the container recipe.
$sel:tags:ContainerRecipe'
, containerRecipe_tags
- Tags that are attached to the container recipe.
$sel:instanceConfiguration:ContainerRecipe'
, containerRecipe_instanceConfiguration
- A group of options that can be used to configure an instance for
building and testing container images.
ContainerRecipeSummary
data ContainerRecipeSummary Source #
A summary of a container recipe
See: newContainerRecipeSummary
smart constructor.
ContainerRecipeSummary' (Maybe ContainerType) (Maybe Platform) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe (HashMap Text Text)) |
Instances
newContainerRecipeSummary :: ContainerRecipeSummary Source #
Create a value of ContainerRecipeSummary
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:containerType:ContainerRecipeSummary'
, containerRecipeSummary_containerType
- Specifies the type of container, such as "Docker".
$sel:platform:ContainerRecipeSummary'
, containerRecipeSummary_platform
- The system platform for the container, such as Windows or Linux.
$sel:arn:ContainerRecipeSummary'
, containerRecipeSummary_arn
- The Amazon Resource Name (ARN) of the container recipe.
$sel:parentImage:ContainerRecipeSummary'
, containerRecipeSummary_parentImage
- The base image for the container recipe.
$sel:owner:ContainerRecipeSummary'
, containerRecipeSummary_owner
- The owner of the container recipe.
$sel:dateCreated:ContainerRecipeSummary'
, containerRecipeSummary_dateCreated
- The date when this container recipe was created.
$sel:name:ContainerRecipeSummary'
, containerRecipeSummary_name
- The name of the container recipe.
$sel:tags:ContainerRecipeSummary'
, containerRecipeSummary_tags
- Tags that are attached to the container recipe.
Distribution
data Distribution Source #
Defines the settings for a specific Region.
See: newDistribution
smart constructor.
Distribution' (Maybe AmiDistributionConfiguration) (Maybe (NonEmpty LaunchTemplateConfiguration)) (Maybe (NonEmpty Text)) (Maybe ContainerDistributionConfiguration) Text |
Instances
Create a value of Distribution
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:amiDistributionConfiguration:Distribution'
, distribution_amiDistributionConfiguration
- The specific AMI settings; for example, launch permissions or AMI tags.
$sel:launchTemplateConfigurations:Distribution'
, distribution_launchTemplateConfigurations
- A group of launchTemplateConfiguration settings that apply to image
distribution for specified accounts.
$sel:licenseConfigurationArns:Distribution'
, distribution_licenseConfigurationArns
- The License Manager Configuration to associate with the AMI in the
specified Region.
$sel:containerDistributionConfiguration:Distribution'
, distribution_containerDistributionConfiguration
- Container distribution settings for encryption, licensing, and sharing
in a specific Region.
$sel:region:Distribution'
, distribution_region
- The target Region.
DistributionConfiguration
data DistributionConfiguration Source #
A distribution configuration.
See: newDistributionConfiguration
smart constructor.
DistributionConfiguration' (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe [Distribution]) (Maybe (HashMap Text Text)) Natural |
Instances
newDistributionConfiguration Source #
Create a value of DistributionConfiguration
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:arn:DistributionConfiguration'
, distributionConfiguration_arn
- The Amazon Resource Name (ARN) of the distribution configuration.
$sel:dateUpdated:DistributionConfiguration'
, distributionConfiguration_dateUpdated
- The date on which this distribution configuration was last updated.
$sel:dateCreated:DistributionConfiguration'
, distributionConfiguration_dateCreated
- The date on which this distribution configuration was created.
$sel:name:DistributionConfiguration'
, distributionConfiguration_name
- The name of the distribution configuration.
$sel:description:DistributionConfiguration'
, distributionConfiguration_description
- The description of the distribution configuration.
$sel:distributions:DistributionConfiguration'
, distributionConfiguration_distributions
- The distribution objects that apply Region-specific settings for the
deployment of the image to targeted Regions.
$sel:tags:DistributionConfiguration'
, distributionConfiguration_tags
- The tags of the distribution configuration.
$sel:timeoutMinutes:DistributionConfiguration'
, distributionConfiguration_timeoutMinutes
- The maximum duration in minutes for this distribution configuration.
DistributionConfigurationSummary
data DistributionConfigurationSummary Source #
A high-level overview of a distribution configuration.
See: newDistributionConfigurationSummary
smart constructor.
DistributionConfigurationSummary' (Maybe Text) (Maybe [Text]) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe (HashMap Text Text)) |
Instances
newDistributionConfigurationSummary :: DistributionConfigurationSummary Source #
Create a value of DistributionConfigurationSummary
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:arn:DistributionConfigurationSummary'
, distributionConfigurationSummary_arn
- The Amazon Resource Name (ARN) of the distribution configuration.
$sel:regions:DistributionConfigurationSummary'
, distributionConfigurationSummary_regions
- A list of Regions where the container image is distributed to.
$sel:dateUpdated:DistributionConfigurationSummary'
, distributionConfigurationSummary_dateUpdated
- The date on which the distribution configuration was updated.
$sel:dateCreated:DistributionConfigurationSummary'
, distributionConfigurationSummary_dateCreated
- The date on which the distribution configuration was created.
$sel:name:DistributionConfigurationSummary'
, distributionConfigurationSummary_name
- The name of the distribution configuration.
$sel:description:DistributionConfigurationSummary'
, distributionConfigurationSummary_description
- The description of the distribution configuration.
$sel:tags:DistributionConfigurationSummary'
, distributionConfigurationSummary_tags
- The tags associated with the distribution configuration.
EbsInstanceBlockDeviceSpecification
data EbsInstanceBlockDeviceSpecification Source #
Amazon EBS-specific block device mapping specifications.
See: newEbsInstanceBlockDeviceSpecification
smart constructor.
EbsInstanceBlockDeviceSpecification' (Maybe Bool) (Maybe Natural) (Maybe Natural) (Maybe Natural) (Maybe Bool) (Maybe Text) (Maybe EbsVolumeType) (Maybe Text) |
Instances
newEbsInstanceBlockDeviceSpecification :: EbsInstanceBlockDeviceSpecification Source #
Create a value of EbsInstanceBlockDeviceSpecification
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:deleteOnTermination:EbsInstanceBlockDeviceSpecification'
, ebsInstanceBlockDeviceSpecification_deleteOnTermination
- Use to configure delete on termination of the associated device.
$sel:throughput:EbsInstanceBlockDeviceSpecification'
, ebsInstanceBlockDeviceSpecification_throughput
- For GP3 volumes only – The throughput in MiB/s that the volume
supports.
$sel:volumeSize:EbsInstanceBlockDeviceSpecification'
, ebsInstanceBlockDeviceSpecification_volumeSize
- Use to override the device's volume size.
$sel:iops:EbsInstanceBlockDeviceSpecification'
, ebsInstanceBlockDeviceSpecification_iops
- Use to configure device IOPS.
$sel:encrypted:EbsInstanceBlockDeviceSpecification'
, ebsInstanceBlockDeviceSpecification_encrypted
- Use to configure device encryption.
$sel:kmsKeyId:EbsInstanceBlockDeviceSpecification'
, ebsInstanceBlockDeviceSpecification_kmsKeyId
- Use to configure the KMS key to use when encrypting the device.
$sel:volumeType:EbsInstanceBlockDeviceSpecification'
, ebsInstanceBlockDeviceSpecification_volumeType
- Use to override the device's volume type.
$sel:snapshotId:EbsInstanceBlockDeviceSpecification'
, ebsInstanceBlockDeviceSpecification_snapshotId
- The snapshot that defines the device contents.
Filter
A filter name and value pair that is used to return a more specific list of results from a list operation. Filters can be used to match a set of resources by specific criteria, such as tags, attributes, or IDs.
See: newFilter
smart constructor.
Instances
Eq Filter Source # | |
Read Filter Source # | |
Show Filter Source # | |
Generic Filter Source # | |
NFData Filter Source # | |
Defined in Amazonka.ImageBuilder.Types.Filter | |
Hashable Filter Source # | |
Defined in Amazonka.ImageBuilder.Types.Filter | |
ToJSON Filter Source # | |
Defined in Amazonka.ImageBuilder.Types.Filter | |
type Rep Filter Source # | |
Defined in Amazonka.ImageBuilder.Types.Filter type Rep Filter = D1 ('MetaData "Filter" "Amazonka.ImageBuilder.Types.Filter" "libZSservicesZSamazonka-imagebuilderZSamazonka-imagebuilder" 'False) (C1 ('MetaCons "Filter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) |
Create a value of Filter
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:values:Filter'
, filter_values
- The filter values. Filter values are case-sensitive.
$sel:name:Filter'
, filter_name
- The name of the filter. Filter names are case-sensitive.
Image
An Image Builder image. You must specify exactly one recipe for the
image – either a container recipe (containerRecipe
), which creates a
container image, or an image recipe (imageRecipe
), which creates an
AMI.
See: newImage
smart constructor.
Image' (Maybe ImageRecipe) (Maybe ImageState) (Maybe Platform) (Maybe ImageTestsConfiguration) (Maybe Text) (Maybe Bool) (Maybe Text) (Maybe ContainerRecipe) (Maybe Text) (Maybe InfrastructureConfiguration) (Maybe Text) (Maybe DistributionConfiguration) (Maybe Text) (Maybe ImageType) (Maybe Text) (Maybe OutputResources) (Maybe Text) (Maybe (HashMap Text Text)) |
Instances
Create a value of Image
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:imageRecipe:Image'
, image_imageRecipe
- The image recipe used when creating the image.
$sel:state:Image'
, image_state
- The state of the image.
$sel:platform:Image'
, image_platform
- The platform of the image.
$sel:imageTestsConfiguration:Image'
, image_imageTestsConfiguration
- The image tests configuration used when creating this image.
$sel:arn:Image'
, image_arn
- 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.
$sel:enhancedImageMetadataEnabled:Image'
, image_enhancedImageMetadataEnabled
- 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.
$sel:dateCreated:Image'
, image_dateCreated
- The date on which this image was created.
$sel:containerRecipe:Image'
, image_containerRecipe
- The recipe that is used to create an Image Builder container image.
$sel:name:Image'
, image_name
- The name of the image.
$sel:infrastructureConfiguration:Image'
, image_infrastructureConfiguration
- The infrastructure used when creating this image.
$sel:version:Image'
, image_version
- 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.
$sel:distributionConfiguration:Image'
, image_distributionConfiguration
- The distribution configuration used when creating this image.
$sel:sourcePipelineArn:Image'
, image_sourcePipelineArn
- The Amazon Resource Name (ARN) of the image pipeline that created this
image.
$sel:type':Image'
, image_type
- Specifies whether this is an AMI or container image.
$sel:sourcePipelineName:Image'
, image_sourcePipelineName
- The name of the image pipeline that created this image.
$sel:outputResources:Image'
, image_outputResources
- The output resources produced when creating this image.
$sel:osVersion:Image'
, image_osVersion
- The operating system version of the instance. For example, Amazon Linux
2, Ubuntu 18, or Microsoft Windows Server 2019.
$sel:tags:Image'
, image_tags
- The tags of the image.
ImagePackage
data ImagePackage Source #
Represents a package installed on an Image Builder image.
See: newImagePackage
smart constructor.
ImagePackage' (Maybe Text) (Maybe Text) |
Instances
newImagePackage :: ImagePackage Source #
Create a value of ImagePackage
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:packageName:ImagePackage'
, imagePackage_packageName
- The name of the package as reported to the operating system package
manager.
$sel:packageVersion:ImagePackage'
, imagePackage_packageVersion
- The version of the package as reported to the operating system package
manager.
ImagePipeline
data ImagePipeline Source #
Details of an image pipeline.
See: newImagePipeline
smart constructor.
ImagePipeline' (Maybe PipelineStatus) (Maybe Text) (Maybe Platform) (Maybe Text) (Maybe Text) (Maybe ImageTestsConfiguration) (Maybe Text) (Maybe Text) (Maybe Schedule) (Maybe Bool) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe (HashMap Text Text)) |
Instances
newImagePipeline :: ImagePipeline Source #
Create a value of ImagePipeline
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:status:ImagePipeline'
, imagePipeline_status
- The status of the image pipeline.
$sel:dateLastRun:ImagePipeline'
, imagePipeline_dateLastRun
- The date on which this image pipeline was last run.
$sel:platform:ImagePipeline'
, imagePipeline_platform
- The platform of the image pipeline.
$sel:infrastructureConfigurationArn:ImagePipeline'
, imagePipeline_infrastructureConfigurationArn
- The Amazon Resource Name (ARN) of the infrastructure configuration
associated with this image pipeline.
$sel:containerRecipeArn:ImagePipeline'
, imagePipeline_containerRecipeArn
- The Amazon Resource Name (ARN) of the container recipe that is used for
this pipeline.
$sel:imageTestsConfiguration:ImagePipeline'
, imagePipeline_imageTestsConfiguration
- The image tests configuration of the image pipeline.
$sel:dateNextRun:ImagePipeline'
, imagePipeline_dateNextRun
- The date on which this image pipeline will next be run.
$sel:arn:ImagePipeline'
, imagePipeline_arn
- The Amazon Resource Name (ARN) of the image pipeline.
$sel:schedule:ImagePipeline'
, imagePipeline_schedule
- The schedule of the image pipeline.
$sel:enhancedImageMetadataEnabled:ImagePipeline'
, imagePipeline_enhancedImageMetadataEnabled
- 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.
$sel:dateUpdated:ImagePipeline'
, imagePipeline_dateUpdated
- The date on which this image pipeline was last updated.
$sel:dateCreated:ImagePipeline'
, imagePipeline_dateCreated
- The date on which this image pipeline was created.
$sel:name:ImagePipeline'
, imagePipeline_name
- The name of the image pipeline.
$sel:distributionConfigurationArn:ImagePipeline'
, imagePipeline_distributionConfigurationArn
- The Amazon Resource Name (ARN) of the distribution configuration
associated with this image pipeline.
$sel:imageRecipeArn:ImagePipeline'
, imagePipeline_imageRecipeArn
- The Amazon Resource Name (ARN) of the image recipe associated with this
image pipeline.
$sel:description:ImagePipeline'
, imagePipeline_description
- The description of the image pipeline.
$sel:tags:ImagePipeline'
, imagePipeline_tags
- The tags of this image pipeline.
ImageRecipe
data ImageRecipe Source #
An image recipe.
See: newImageRecipe
smart constructor.
ImageRecipe' (Maybe (NonEmpty ComponentConfiguration)) (Maybe Platform) (Maybe Text) (Maybe AdditionalInstanceConfiguration) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe ImageType) (Maybe [InstanceBlockDeviceMapping]) (Maybe Text) (Maybe (HashMap Text Text)) |
Instances
newImageRecipe :: ImageRecipe Source #
Create a value of ImageRecipe
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:components:ImageRecipe'
, imageRecipe_components
- The components of the image recipe.
$sel:platform:ImageRecipe'
, imageRecipe_platform
- The platform of the image recipe.
$sel:arn:ImageRecipe'
, imageRecipe_arn
- The Amazon Resource Name (ARN) of the image recipe.
$sel:additionalInstanceConfiguration:ImageRecipe'
, imageRecipe_additionalInstanceConfiguration
- 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.
$sel:workingDirectory:ImageRecipe'
, imageRecipe_workingDirectory
- The working directory to be used during build and test workflows.
$sel:parentImage:ImageRecipe'
, imageRecipe_parentImage
- The base image of the image recipe.
$sel:owner:ImageRecipe'
, imageRecipe_owner
- The owner of the image recipe.
$sel:dateCreated:ImageRecipe'
, imageRecipe_dateCreated
- The date on which this image recipe was created.
$sel:name:ImageRecipe'
, imageRecipe_name
- The name of the image recipe.
$sel:version:ImageRecipe'
, imageRecipe_version
- The version of the image recipe.
$sel:type':ImageRecipe'
, imageRecipe_type
- Specifies which type of image is created by the recipe - an AMI or a
container image.
$sel:blockDeviceMappings:ImageRecipe'
, imageRecipe_blockDeviceMappings
- The block device mappings to apply when creating images from this
recipe.
$sel:description:ImageRecipe'
, imageRecipe_description
- The description of the image recipe.
$sel:tags:ImageRecipe'
, imageRecipe_tags
- The tags of the image recipe.
ImageRecipeSummary
data ImageRecipeSummary Source #
A summary of an image recipe.
See: newImageRecipeSummary
smart constructor.
ImageRecipeSummary' (Maybe Platform) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe (HashMap Text Text)) |
Instances
newImageRecipeSummary :: ImageRecipeSummary Source #
Create a value of ImageRecipeSummary
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:platform:ImageRecipeSummary'
, imageRecipeSummary_platform
- The platform of the image recipe.
$sel:arn:ImageRecipeSummary'
, imageRecipeSummary_arn
- The Amazon Resource Name (ARN) of the image recipe.
$sel:parentImage:ImageRecipeSummary'
, imageRecipeSummary_parentImage
- The base image of the image recipe.
$sel:owner:ImageRecipeSummary'
, imageRecipeSummary_owner
- The owner of the image recipe.
$sel:dateCreated:ImageRecipeSummary'
, imageRecipeSummary_dateCreated
- The date on which this image recipe was created.
$sel:name:ImageRecipeSummary'
, imageRecipeSummary_name
- The name of the image recipe.
$sel:tags:ImageRecipeSummary'
, imageRecipeSummary_tags
- The tags of the image recipe.
ImageState
data ImageState Source #
Image state shows the image status and the reason for that status.
See: newImageState
smart constructor.
Instances
newImageState :: ImageState Source #
Create a value of ImageState
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:status:ImageState'
, imageState_status
- The status of the image.
$sel:reason:ImageState'
, imageState_reason
- The reason for the image's status.
ImageSummary
data ImageSummary Source #
An image summary.
See: newImageSummary
smart constructor.
ImageSummary' (Maybe ImageState) (Maybe Platform) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe ImageType) (Maybe OutputResources) (Maybe Text) (Maybe (HashMap Text Text)) |
Instances
newImageSummary :: ImageSummary Source #
Create a value of ImageSummary
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:state:ImageSummary'
, imageSummary_state
- The state of the image.
$sel:platform:ImageSummary'
, imageSummary_platform
- The platform of the image.
$sel:arn:ImageSummary'
, imageSummary_arn
- The Amazon Resource Name (ARN) of the image.
$sel:owner:ImageSummary'
, imageSummary_owner
- The owner of the image.
$sel:dateCreated:ImageSummary'
, imageSummary_dateCreated
- The date on which this image was created.
$sel:name:ImageSummary'
, imageSummary_name
- The name of the image.
$sel:version:ImageSummary'
, imageSummary_version
- The version of the image.
$sel:type':ImageSummary'
, imageSummary_type
- Specifies whether this is an AMI or container image.
$sel:outputResources:ImageSummary'
, imageSummary_outputResources
- The output resources produced when creating this image.
$sel:osVersion:ImageSummary'
, imageSummary_osVersion
- The operating system version of the instance. For example, Amazon Linux
2, Ubuntu 18, or Microsoft Windows Server 2019.
$sel:tags:ImageSummary'
, imageSummary_tags
- The tags of the image.
ImageTestsConfiguration
data ImageTestsConfiguration Source #
Image tests configuration.
See: newImageTestsConfiguration
smart constructor.
Instances
newImageTestsConfiguration :: ImageTestsConfiguration Source #
Create a value of ImageTestsConfiguration
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:timeoutMinutes:ImageTestsConfiguration'
, imageTestsConfiguration_timeoutMinutes
- The maximum time in minutes that tests are permitted to run.
$sel:imageTestsEnabled:ImageTestsConfiguration'
, imageTestsConfiguration_imageTestsEnabled
- Defines if tests should be executed when building this image.
ImageVersion
data ImageVersion Source #
The defining characteristics of a specific version of an Image Builder image.
See: newImageVersion
smart constructor.
ImageVersion' (Maybe Platform) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe ImageType) (Maybe Text) |
Instances
newImageVersion :: ImageVersion Source #
Create a value of ImageVersion
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:platform:ImageVersion'
, imageVersion_platform
- The platform of the image version, for example "Windows" or "Linux".
$sel:arn:ImageVersion'
, imageVersion_arn
- 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.
$sel:owner:ImageVersion'
, imageVersion_owner
- The owner of the image version.
$sel:dateCreated:ImageVersion'
, imageVersion_dateCreated
- The date on which this specific version of the Image Builder image was
created.
$sel:name:ImageVersion'
, imageVersion_name
- The name of this specific version of an Image Builder image.
$sel:version:ImageVersion'
, imageVersion_version
- 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.
$sel:type':ImageVersion'
, imageVersion_type
- Specifies whether this image is an AMI or a container image.
$sel:osVersion:ImageVersion'
, imageVersion_osVersion
- The operating system version of the Amazon EC2 build instance. For
example, Amazon Linux 2, Ubuntu 18, or Microsoft Windows Server 2019.
InfrastructureConfiguration
data InfrastructureConfiguration Source #
Details of the infrastructure configuration.
See: newInfrastructureConfiguration
smart constructor.
InfrastructureConfiguration' (Maybe [Text]) (Maybe Text) (Maybe [Text]) (Maybe Text) (Maybe Text) (Maybe (HashMap Text Text)) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe InstanceMetadataOptions) (Maybe Text) (Maybe Text) (Maybe Logging) (Maybe Text) (Maybe (HashMap Text Text)) (Maybe Bool) |
Instances
newInfrastructureConfiguration :: InfrastructureConfiguration Source #
Create a value of InfrastructureConfiguration
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:securityGroupIds:InfrastructureConfiguration'
, infrastructureConfiguration_securityGroupIds
- The security group IDs of the infrastructure configuration.
$sel:snsTopicArn:InfrastructureConfiguration'
, infrastructureConfiguration_snsTopicArn
- The SNS topic Amazon Resource Name (ARN) of the infrastructure
configuration.
$sel:instanceTypes:InfrastructureConfiguration'
, infrastructureConfiguration_instanceTypes
- The instance types of the infrastructure configuration.
$sel:arn:InfrastructureConfiguration'
, infrastructureConfiguration_arn
- The Amazon Resource Name (ARN) of the infrastructure configuration.
$sel:keyPair:InfrastructureConfiguration'
, infrastructureConfiguration_keyPair
- The Amazon EC2 key pair of the infrastructure configuration.
$sel:resourceTags:InfrastructureConfiguration'
, infrastructureConfiguration_resourceTags
- The tags attached to the resource created by Image Builder.
$sel:subnetId:InfrastructureConfiguration'
, infrastructureConfiguration_subnetId
- The subnet ID of the infrastructure configuration.
$sel:dateUpdated:InfrastructureConfiguration'
, infrastructureConfiguration_dateUpdated
- The date on which the infrastructure configuration was last updated.
$sel:dateCreated:InfrastructureConfiguration'
, infrastructureConfiguration_dateCreated
- The date on which the infrastructure configuration was created.
$sel:instanceMetadataOptions:InfrastructureConfiguration'
, infrastructureConfiguration_instanceMetadataOptions
- The instance metadata option settings for the infrastructure
configuration.
$sel:name:InfrastructureConfiguration'
, infrastructureConfiguration_name
- The name of the infrastructure configuration.
$sel:instanceProfileName:InfrastructureConfiguration'
, infrastructureConfiguration_instanceProfileName
- The instance profile of the infrastructure configuration.
$sel:logging:InfrastructureConfiguration'
, infrastructureConfiguration_logging
- The logging configuration of the infrastructure configuration.
$sel:description:InfrastructureConfiguration'
, infrastructureConfiguration_description
- The description of the infrastructure configuration.
$sel:tags:InfrastructureConfiguration'
, infrastructureConfiguration_tags
- The tags of the infrastructure configuration.
$sel:terminateInstanceOnFailure:InfrastructureConfiguration'
, infrastructureConfiguration_terminateInstanceOnFailure
- The terminate instance on failure configuration of the infrastructure
configuration.
InfrastructureConfigurationSummary
data InfrastructureConfigurationSummary Source #
The infrastructure used when building Amazon EC2 AMIs.
See: newInfrastructureConfigurationSummary
smart constructor.
InfrastructureConfigurationSummary' (Maybe [Text]) (Maybe Text) (Maybe (HashMap Text Text)) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe (HashMap Text Text)) |
Instances
newInfrastructureConfigurationSummary :: InfrastructureConfigurationSummary Source #
Create a value of InfrastructureConfigurationSummary
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:instanceTypes:InfrastructureConfigurationSummary'
, infrastructureConfigurationSummary_instanceTypes
- The instance types of the infrastructure configuration.
$sel:arn:InfrastructureConfigurationSummary'
, infrastructureConfigurationSummary_arn
- The Amazon Resource Name (ARN) of the infrastructure configuration.
$sel:resourceTags:InfrastructureConfigurationSummary'
, infrastructureConfigurationSummary_resourceTags
- The tags attached to the image created by Image Builder.
$sel:dateUpdated:InfrastructureConfigurationSummary'
, infrastructureConfigurationSummary_dateUpdated
- The date on which the infrastructure configuration was last updated.
$sel:dateCreated:InfrastructureConfigurationSummary'
, infrastructureConfigurationSummary_dateCreated
- The date on which the infrastructure configuration was created.
$sel:name:InfrastructureConfigurationSummary'
, infrastructureConfigurationSummary_name
- The name of the infrastructure configuration.
$sel:instanceProfileName:InfrastructureConfigurationSummary'
, infrastructureConfigurationSummary_instanceProfileName
- The instance profile of the infrastructure configuration.
$sel:description:InfrastructureConfigurationSummary'
, infrastructureConfigurationSummary_description
- The description of the infrastructure configuration.
$sel:tags:InfrastructureConfigurationSummary'
, infrastructureConfigurationSummary_tags
- The tags of the infrastructure configuration.
InstanceBlockDeviceMapping
data InstanceBlockDeviceMapping Source #
Defines block device mappings for the instance used to configure your image.
See: newInstanceBlockDeviceMapping
smart constructor.
InstanceBlockDeviceMapping' (Maybe Text) (Maybe Text) (Maybe EbsInstanceBlockDeviceSpecification) (Maybe Text) |
Instances
newInstanceBlockDeviceMapping :: InstanceBlockDeviceMapping Source #
Create a value of InstanceBlockDeviceMapping
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:virtualName:InstanceBlockDeviceMapping'
, instanceBlockDeviceMapping_virtualName
- Use to manage instance ephemeral devices.
$sel:noDevice:InstanceBlockDeviceMapping'
, instanceBlockDeviceMapping_noDevice
- Use to remove a mapping from the base image.
$sel:ebs:InstanceBlockDeviceMapping'
, instanceBlockDeviceMapping_ebs
- Use to manage Amazon EBS-specific configuration for this mapping.
$sel:deviceName:InstanceBlockDeviceMapping'
, instanceBlockDeviceMapping_deviceName
- The device to which these mappings apply.
InstanceConfiguration
data InstanceConfiguration Source #
Defines a custom base AMI and block device mapping configurations of an instance used for building and testing container images.
See: newInstanceConfiguration
smart constructor.
Instances
newInstanceConfiguration :: InstanceConfiguration Source #
Create a value of InstanceConfiguration
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:image:InstanceConfiguration'
, instanceConfiguration_image
- 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.
$sel:blockDeviceMappings:InstanceConfiguration'
, instanceConfiguration_blockDeviceMappings
- Defines the block devices to attach for building an instance from this
Image Builder AMI.
InstanceMetadataOptions
data InstanceMetadataOptions Source #
The instance metadata options that apply to the HTTP requests that pipeline builds use to launch EC2 build and test instances. For more information about instance metadata options, see Configure the instance metadata options in the /Amazon EC2 User Guide/ for Linux instances, or Configure the instance metadata options in the /Amazon EC2 Windows Guide/ for Windows instances.
See: newInstanceMetadataOptions
smart constructor.
Instances
newInstanceMetadataOptions :: InstanceMetadataOptions Source #
Create a value of InstanceMetadataOptions
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpPutResponseHopLimit:InstanceMetadataOptions'
, instanceMetadataOptions_httpPutResponseHopLimit
- Limit the number of hops that an instance metadata request can traverse
to reach its destination.
$sel:httpTokens:InstanceMetadataOptions'
, instanceMetadataOptions_httpTokens
- 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
data LaunchPermissionConfiguration Source #
Describes the configuration for a launch permission. The launch
permission modification request is sent to the
Amazon EC2 ModifyImageAttribute
API on behalf of the user for each Region they have selected to
distribute the AMI. To make an AMI public, set the launch permission
authorized accounts to all
. See the examples for making an AMI public
at
Amazon EC2 ModifyImageAttribute.
See: newLaunchPermissionConfiguration
smart constructor.
Instances
newLaunchPermissionConfiguration :: LaunchPermissionConfiguration Source #
Create a value of LaunchPermissionConfiguration
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:userIds:LaunchPermissionConfiguration'
, launchPermissionConfiguration_userIds
- The Amazon Web Services account ID.
$sel:userGroups:LaunchPermissionConfiguration'
, launchPermissionConfiguration_userGroups
- The name of the group.
LaunchTemplateConfiguration
data LaunchTemplateConfiguration Source #
Identifies an Amazon EC2 launch template to use for a specific account.
See: newLaunchTemplateConfiguration
smart constructor.
Instances
newLaunchTemplateConfiguration Source #
Create a value of LaunchTemplateConfiguration
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:setDefaultVersion:LaunchTemplateConfiguration'
, launchTemplateConfiguration_setDefaultVersion
- Set the specified Amazon EC2 launch template as the default launch
template for the specified account.
$sel:accountId:LaunchTemplateConfiguration'
, launchTemplateConfiguration_accountId
- The account ID that this configuration applies to.
$sel:launchTemplateId:LaunchTemplateConfiguration'
, launchTemplateConfiguration_launchTemplateId
- Identifies the Amazon EC2 launch template to use.
Logging
Logging configuration defines where Image Builder uploads your logs.
See: newLogging
smart constructor.
Instances
Eq Logging Source # | |
Read Logging Source # | |
Show Logging Source # | |
Generic Logging Source # | |
NFData Logging Source # | |
Defined in Amazonka.ImageBuilder.Types.Logging | |
Hashable Logging Source # | |
Defined in Amazonka.ImageBuilder.Types.Logging | |
ToJSON Logging Source # | |
Defined in Amazonka.ImageBuilder.Types.Logging | |
FromJSON Logging Source # | |
type Rep Logging Source # | |
Defined in Amazonka.ImageBuilder.Types.Logging type Rep Logging = D1 ('MetaData "Logging" "Amazonka.ImageBuilder.Types.Logging" "libZSservicesZSamazonka-imagebuilderZSamazonka-imagebuilder" 'False) (C1 ('MetaCons "Logging'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3Logs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3Logs)))) |
newLogging :: Logging Source #
Create a value of Logging
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:s3Logs:Logging'
, logging_s3Logs
- The Amazon S3 logging configuration.
OutputResources
data OutputResources Source #
The resources produced by this image.
See: newOutputResources
smart constructor.
OutputResources' (Maybe [Container]) (Maybe [Ami]) |
Instances
newOutputResources :: OutputResources Source #
Create a value of OutputResources
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:containers:OutputResources'
, outputResources_containers
- Container images that the pipeline has generated and stored in the
output repository.
$sel:amis:OutputResources'
, outputResources_amis
- The Amazon EC2 AMIs created by this image.
S3Logs
Amazon S3 logging configuration.
See: newS3Logs
smart constructor.
Instances
Eq S3Logs Source # | |
Read S3Logs Source # | |
Show S3Logs Source # | |
Generic S3Logs Source # | |
NFData S3Logs Source # | |
Defined in Amazonka.ImageBuilder.Types.S3Logs | |
Hashable S3Logs Source # | |
Defined in Amazonka.ImageBuilder.Types.S3Logs | |
ToJSON S3Logs Source # | |
Defined in Amazonka.ImageBuilder.Types.S3Logs | |
FromJSON S3Logs Source # | |
type Rep S3Logs Source # | |
Defined in Amazonka.ImageBuilder.Types.S3Logs type Rep S3Logs = D1 ('MetaData "S3Logs" "Amazonka.ImageBuilder.Types.S3Logs" "libZSservicesZSamazonka-imagebuilderZSamazonka-imagebuilder" 'False) (C1 ('MetaCons "S3Logs'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3KeyPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3BucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) |
Create a value of S3Logs
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:s3KeyPrefix:S3Logs'
, s3Logs_s3KeyPrefix
- The Amazon S3 path in which to store the logs.
$sel:s3BucketName:S3Logs'
, s3Logs_s3BucketName
- The Amazon S3 bucket in which to store the logs.
Schedule
A schedule configures how often and when a pipeline will automatically create a new image.
See: newSchedule
smart constructor.
Instances
newSchedule :: Schedule Source #
Create a value of Schedule
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:scheduleExpression:Schedule'
, schedule_scheduleExpression
- 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.
$sel:pipelineExecutionStartCondition:Schedule'
, schedule_pipelineExecutionStartCondition
- 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.
$sel:timezone:Schedule'
, schedule_timezone
- 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
data SystemsManagerAgent Source #
Contains settings for the Systems Manager agent on your build instance.
See: newSystemsManagerAgent
smart constructor.
Instances
newSystemsManagerAgent :: SystemsManagerAgent Source #
Create a value of SystemsManagerAgent
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:uninstallAfterBuild:SystemsManagerAgent'
, systemsManagerAgent_uninstallAfterBuild
- 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
data TargetContainerRepository Source #
The container repository where the output container image is stored.
See: newTargetContainerRepository
smart constructor.
Instances
newTargetContainerRepository Source #
Create a value of TargetContainerRepository
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:service:TargetContainerRepository'
, targetContainerRepository_service
- Specifies the service in which this image was registered.
$sel:repositoryName:TargetContainerRepository'
, targetContainerRepository_repositoryName
- The name of the container repository where the output container image is
stored. This name is prefixed by the repository location.