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
- 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
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
- 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' {}
- newAdditionalInstanceConfiguration :: AdditionalInstanceConfiguration
- additionalInstanceConfiguration_systemsManagerAgent :: Lens' AdditionalInstanceConfiguration (Maybe SystemsManagerAgent)
- additionalInstanceConfiguration_userDataOverride :: Lens' AdditionalInstanceConfiguration (Maybe Text)
- data Ami = Ami' {}
- newAmi :: Ami
- ami_image :: Lens' Ami (Maybe Text)
- ami_state :: Lens' Ami (Maybe ImageState)
- ami_accountId :: Lens' Ami (Maybe Text)
- ami_name :: Lens' Ami (Maybe Text)
- ami_region :: Lens' Ami (Maybe Text)
- ami_description :: Lens' Ami (Maybe Text)
- data AmiDistributionConfiguration = AmiDistributionConfiguration' {}
- newAmiDistributionConfiguration :: AmiDistributionConfiguration
- amiDistributionConfiguration_launchPermission :: Lens' AmiDistributionConfiguration (Maybe LaunchPermissionConfiguration)
- amiDistributionConfiguration_targetAccountIds :: Lens' AmiDistributionConfiguration (Maybe (NonEmpty Text))
- amiDistributionConfiguration_amiTags :: Lens' AmiDistributionConfiguration (Maybe (HashMap Text Text))
- amiDistributionConfiguration_name :: Lens' AmiDistributionConfiguration (Maybe Text)
- amiDistributionConfiguration_kmsKeyId :: Lens' AmiDistributionConfiguration (Maybe Text)
- amiDistributionConfiguration_description :: Lens' AmiDistributionConfiguration (Maybe Text)
- data Component = Component' {
- state :: Maybe ComponentState
- platform :: Maybe Platform
- arn :: Maybe Text
- data' :: Maybe Text
- supportedOsVersions :: Maybe (NonEmpty Text)
- encrypted :: Maybe Bool
- owner :: Maybe Text
- dateCreated :: Maybe Text
- name :: Maybe Text
- kmsKeyId :: Maybe Text
- version :: Maybe Text
- parameters :: Maybe [ComponentParameterDetail]
- changeDescription :: Maybe Text
- type' :: Maybe ComponentType
- description :: Maybe Text
- tags :: Maybe (HashMap Text Text)
- newComponent :: Component
- component_state :: Lens' Component (Maybe ComponentState)
- component_platform :: Lens' Component (Maybe Platform)
- component_arn :: Lens' Component (Maybe Text)
- component_data :: Lens' Component (Maybe Text)
- component_supportedOsVersions :: Lens' Component (Maybe (NonEmpty Text))
- component_encrypted :: Lens' Component (Maybe Bool)
- component_owner :: Lens' Component (Maybe Text)
- component_dateCreated :: Lens' Component (Maybe Text)
- component_name :: Lens' Component (Maybe Text)
- component_kmsKeyId :: Lens' Component (Maybe Text)
- component_version :: Lens' Component (Maybe Text)
- component_parameters :: Lens' Component (Maybe [ComponentParameterDetail])
- component_changeDescription :: Lens' Component (Maybe Text)
- component_type :: Lens' Component (Maybe ComponentType)
- component_description :: Lens' Component (Maybe Text)
- component_tags :: Lens' Component (Maybe (HashMap Text Text))
- data ComponentConfiguration = ComponentConfiguration' {}
- newComponentConfiguration :: Text -> ComponentConfiguration
- componentConfiguration_parameters :: Lens' ComponentConfiguration (Maybe (NonEmpty ComponentParameter))
- componentConfiguration_componentArn :: Lens' ComponentConfiguration Text
- data ComponentParameter = ComponentParameter' {}
- newComponentParameter :: Text -> ComponentParameter
- componentParameter_name :: Lens' ComponentParameter Text
- componentParameter_value :: Lens' ComponentParameter [Text]
- data ComponentParameterDetail = ComponentParameterDetail' {
- defaultValue :: Maybe [Text]
- description :: Maybe Text
- name :: Text
- type' :: Text
- newComponentParameterDetail :: Text -> Text -> ComponentParameterDetail
- componentParameterDetail_defaultValue :: Lens' ComponentParameterDetail (Maybe [Text])
- componentParameterDetail_description :: Lens' ComponentParameterDetail (Maybe Text)
- componentParameterDetail_name :: Lens' ComponentParameterDetail Text
- componentParameterDetail_type :: Lens' ComponentParameterDetail Text
- data ComponentState = ComponentState' {}
- newComponentState :: ComponentState
- componentState_status :: Lens' ComponentState (Maybe ComponentStatus)
- componentState_reason :: Lens' ComponentState (Maybe Text)
- data ComponentSummary = ComponentSummary' {
- state :: Maybe ComponentState
- platform :: Maybe Platform
- arn :: Maybe Text
- supportedOsVersions :: Maybe (NonEmpty Text)
- owner :: Maybe Text
- dateCreated :: Maybe Text
- name :: Maybe Text
- version :: Maybe Text
- changeDescription :: Maybe Text
- type' :: Maybe ComponentType
- description :: Maybe Text
- tags :: Maybe (HashMap Text Text)
- newComponentSummary :: ComponentSummary
- componentSummary_state :: Lens' ComponentSummary (Maybe ComponentState)
- componentSummary_platform :: Lens' ComponentSummary (Maybe Platform)
- componentSummary_arn :: Lens' ComponentSummary (Maybe Text)
- componentSummary_supportedOsVersions :: Lens' ComponentSummary (Maybe (NonEmpty Text))
- componentSummary_owner :: Lens' ComponentSummary (Maybe Text)
- componentSummary_dateCreated :: Lens' ComponentSummary (Maybe Text)
- componentSummary_name :: Lens' ComponentSummary (Maybe Text)
- componentSummary_version :: Lens' ComponentSummary (Maybe Text)
- componentSummary_changeDescription :: Lens' ComponentSummary (Maybe Text)
- componentSummary_type :: Lens' ComponentSummary (Maybe ComponentType)
- componentSummary_description :: Lens' ComponentSummary (Maybe Text)
- componentSummary_tags :: Lens' ComponentSummary (Maybe (HashMap Text Text))
- data ComponentVersion = ComponentVersion' {}
- newComponentVersion :: ComponentVersion
- componentVersion_platform :: Lens' ComponentVersion (Maybe Platform)
- componentVersion_arn :: Lens' ComponentVersion (Maybe Text)
- componentVersion_supportedOsVersions :: Lens' ComponentVersion (Maybe (NonEmpty Text))
- componentVersion_owner :: Lens' ComponentVersion (Maybe Text)
- componentVersion_dateCreated :: Lens' ComponentVersion (Maybe Text)
- componentVersion_name :: Lens' ComponentVersion (Maybe Text)
- componentVersion_version :: Lens' ComponentVersion (Maybe Text)
- componentVersion_type :: Lens' ComponentVersion (Maybe ComponentType)
- componentVersion_description :: Lens' ComponentVersion (Maybe Text)
- data Container = Container' {}
- newContainer :: Container
- container_imageUris :: Lens' Container (Maybe [Text])
- container_region :: Lens' Container (Maybe Text)
- data ContainerDistributionConfiguration = ContainerDistributionConfiguration' {}
- newContainerDistributionConfiguration :: TargetContainerRepository -> ContainerDistributionConfiguration
- containerDistributionConfiguration_containerTags :: Lens' ContainerDistributionConfiguration (Maybe [Text])
- containerDistributionConfiguration_description :: Lens' ContainerDistributionConfiguration (Maybe Text)
- containerDistributionConfiguration_targetRepository :: Lens' ContainerDistributionConfiguration TargetContainerRepository
- data ContainerRecipe = ContainerRecipe' {
- components :: Maybe (NonEmpty ComponentConfiguration)
- containerType :: Maybe ContainerType
- platform :: Maybe Platform
- dockerfileTemplateData :: Maybe Text
- arn :: Maybe Text
- workingDirectory :: Maybe Text
- parentImage :: Maybe Text
- encrypted :: Maybe Bool
- owner :: Maybe Text
- dateCreated :: Maybe Text
- name :: Maybe Text
- kmsKeyId :: Maybe Text
- version :: Maybe Text
- targetRepository :: Maybe TargetContainerRepository
- description :: Maybe Text
- tags :: Maybe (HashMap Text Text)
- instanceConfiguration :: Maybe InstanceConfiguration
- newContainerRecipe :: ContainerRecipe
- containerRecipe_components :: Lens' ContainerRecipe (Maybe (NonEmpty ComponentConfiguration))
- containerRecipe_containerType :: Lens' ContainerRecipe (Maybe ContainerType)
- containerRecipe_platform :: Lens' ContainerRecipe (Maybe Platform)
- containerRecipe_dockerfileTemplateData :: Lens' ContainerRecipe (Maybe Text)
- containerRecipe_arn :: Lens' ContainerRecipe (Maybe Text)
- containerRecipe_workingDirectory :: Lens' ContainerRecipe (Maybe Text)
- containerRecipe_parentImage :: Lens' ContainerRecipe (Maybe Text)
- containerRecipe_encrypted :: Lens' ContainerRecipe (Maybe Bool)
- containerRecipe_owner :: Lens' ContainerRecipe (Maybe Text)
- containerRecipe_dateCreated :: Lens' ContainerRecipe (Maybe Text)
- containerRecipe_name :: Lens' ContainerRecipe (Maybe Text)
- containerRecipe_kmsKeyId :: Lens' ContainerRecipe (Maybe Text)
- containerRecipe_version :: Lens' ContainerRecipe (Maybe Text)
- containerRecipe_targetRepository :: Lens' ContainerRecipe (Maybe TargetContainerRepository)
- containerRecipe_description :: Lens' ContainerRecipe (Maybe Text)
- containerRecipe_tags :: Lens' ContainerRecipe (Maybe (HashMap Text Text))
- containerRecipe_instanceConfiguration :: Lens' ContainerRecipe (Maybe InstanceConfiguration)
- data ContainerRecipeSummary = ContainerRecipeSummary' {}
- newContainerRecipeSummary :: ContainerRecipeSummary
- containerRecipeSummary_containerType :: Lens' ContainerRecipeSummary (Maybe ContainerType)
- containerRecipeSummary_platform :: Lens' ContainerRecipeSummary (Maybe Platform)
- containerRecipeSummary_arn :: Lens' ContainerRecipeSummary (Maybe Text)
- containerRecipeSummary_parentImage :: Lens' ContainerRecipeSummary (Maybe Text)
- containerRecipeSummary_owner :: Lens' ContainerRecipeSummary (Maybe Text)
- containerRecipeSummary_dateCreated :: Lens' ContainerRecipeSummary (Maybe Text)
- containerRecipeSummary_name :: Lens' ContainerRecipeSummary (Maybe Text)
- containerRecipeSummary_tags :: Lens' ContainerRecipeSummary (Maybe (HashMap Text Text))
- data Distribution = Distribution' {}
- newDistribution :: Text -> Distribution
- distribution_amiDistributionConfiguration :: Lens' Distribution (Maybe AmiDistributionConfiguration)
- distribution_launchTemplateConfigurations :: Lens' Distribution (Maybe (NonEmpty LaunchTemplateConfiguration))
- distribution_licenseConfigurationArns :: Lens' Distribution (Maybe (NonEmpty Text))
- distribution_containerDistributionConfiguration :: Lens' Distribution (Maybe ContainerDistributionConfiguration)
- distribution_region :: Lens' Distribution Text
- data DistributionConfiguration = DistributionConfiguration' {
- arn :: Maybe Text
- dateUpdated :: Maybe Text
- dateCreated :: Maybe Text
- name :: Maybe Text
- description :: Maybe Text
- distributions :: Maybe [Distribution]
- tags :: Maybe (HashMap Text Text)
- timeoutMinutes :: Natural
- newDistributionConfiguration :: Natural -> DistributionConfiguration
- distributionConfiguration_arn :: Lens' DistributionConfiguration (Maybe Text)
- distributionConfiguration_dateUpdated :: Lens' DistributionConfiguration (Maybe Text)
- distributionConfiguration_dateCreated :: Lens' DistributionConfiguration (Maybe Text)
- distributionConfiguration_name :: Lens' DistributionConfiguration (Maybe Text)
- distributionConfiguration_description :: Lens' DistributionConfiguration (Maybe Text)
- distributionConfiguration_distributions :: Lens' DistributionConfiguration (Maybe [Distribution])
- distributionConfiguration_tags :: Lens' DistributionConfiguration (Maybe (HashMap Text Text))
- distributionConfiguration_timeoutMinutes :: Lens' DistributionConfiguration Natural
- data DistributionConfigurationSummary = DistributionConfigurationSummary' {}
- newDistributionConfigurationSummary :: DistributionConfigurationSummary
- distributionConfigurationSummary_arn :: Lens' DistributionConfigurationSummary (Maybe Text)
- distributionConfigurationSummary_regions :: Lens' DistributionConfigurationSummary (Maybe [Text])
- distributionConfigurationSummary_dateUpdated :: Lens' DistributionConfigurationSummary (Maybe Text)
- distributionConfigurationSummary_dateCreated :: Lens' DistributionConfigurationSummary (Maybe Text)
- distributionConfigurationSummary_name :: Lens' DistributionConfigurationSummary (Maybe Text)
- distributionConfigurationSummary_description :: Lens' DistributionConfigurationSummary (Maybe Text)
- distributionConfigurationSummary_tags :: Lens' DistributionConfigurationSummary (Maybe (HashMap Text Text))
- data EbsInstanceBlockDeviceSpecification = EbsInstanceBlockDeviceSpecification' {}
- newEbsInstanceBlockDeviceSpecification :: EbsInstanceBlockDeviceSpecification
- ebsInstanceBlockDeviceSpecification_deleteOnTermination :: Lens' EbsInstanceBlockDeviceSpecification (Maybe Bool)
- ebsInstanceBlockDeviceSpecification_throughput :: Lens' EbsInstanceBlockDeviceSpecification (Maybe Natural)
- ebsInstanceBlockDeviceSpecification_volumeSize :: Lens' EbsInstanceBlockDeviceSpecification (Maybe Natural)
- ebsInstanceBlockDeviceSpecification_iops :: Lens' EbsInstanceBlockDeviceSpecification (Maybe Natural)
- ebsInstanceBlockDeviceSpecification_encrypted :: Lens' EbsInstanceBlockDeviceSpecification (Maybe Bool)
- ebsInstanceBlockDeviceSpecification_kmsKeyId :: Lens' EbsInstanceBlockDeviceSpecification (Maybe Text)
- ebsInstanceBlockDeviceSpecification_volumeType :: Lens' EbsInstanceBlockDeviceSpecification (Maybe EbsVolumeType)
- ebsInstanceBlockDeviceSpecification_snapshotId :: Lens' EbsInstanceBlockDeviceSpecification (Maybe Text)
- data Filter = Filter' {}
- newFilter :: Filter
- filter_values :: Lens' Filter (Maybe (NonEmpty Text))
- filter_name :: Lens' Filter (Maybe Text)
- data Image = Image' {
- imageRecipe :: Maybe ImageRecipe
- state :: Maybe ImageState
- platform :: Maybe Platform
- imageTestsConfiguration :: Maybe ImageTestsConfiguration
- arn :: Maybe Text
- enhancedImageMetadataEnabled :: Maybe Bool
- dateCreated :: Maybe Text
- containerRecipe :: Maybe ContainerRecipe
- name :: Maybe Text
- infrastructureConfiguration :: Maybe InfrastructureConfiguration
- version :: Maybe Text
- distributionConfiguration :: Maybe DistributionConfiguration
- sourcePipelineArn :: Maybe Text
- type' :: Maybe ImageType
- sourcePipelineName :: Maybe Text
- outputResources :: Maybe OutputResources
- osVersion :: Maybe Text
- tags :: Maybe (HashMap Text Text)
- newImage :: Image
- image_imageRecipe :: Lens' Image (Maybe ImageRecipe)
- image_state :: Lens' Image (Maybe ImageState)
- image_platform :: Lens' Image (Maybe Platform)
- image_imageTestsConfiguration :: Lens' Image (Maybe ImageTestsConfiguration)
- image_arn :: Lens' Image (Maybe Text)
- image_enhancedImageMetadataEnabled :: Lens' Image (Maybe Bool)
- image_dateCreated :: Lens' Image (Maybe Text)
- image_containerRecipe :: Lens' Image (Maybe ContainerRecipe)
- image_name :: Lens' Image (Maybe Text)
- image_infrastructureConfiguration :: Lens' Image (Maybe InfrastructureConfiguration)
- image_version :: Lens' Image (Maybe Text)
- image_distributionConfiguration :: Lens' Image (Maybe DistributionConfiguration)
- image_sourcePipelineArn :: Lens' Image (Maybe Text)
- image_type :: Lens' Image (Maybe ImageType)
- image_sourcePipelineName :: Lens' Image (Maybe Text)
- image_outputResources :: Lens' Image (Maybe OutputResources)
- image_osVersion :: Lens' Image (Maybe Text)
- image_tags :: Lens' Image (Maybe (HashMap Text Text))
- data ImagePackage = ImagePackage' {}
- newImagePackage :: ImagePackage
- imagePackage_packageName :: Lens' ImagePackage (Maybe Text)
- imagePackage_packageVersion :: Lens' ImagePackage (Maybe Text)
- data ImagePipeline = ImagePipeline' {
- status :: Maybe PipelineStatus
- dateLastRun :: Maybe Text
- platform :: Maybe Platform
- infrastructureConfigurationArn :: Maybe Text
- containerRecipeArn :: Maybe Text
- imageTestsConfiguration :: Maybe ImageTestsConfiguration
- dateNextRun :: Maybe Text
- arn :: Maybe Text
- schedule :: Maybe Schedule
- enhancedImageMetadataEnabled :: Maybe Bool
- dateUpdated :: Maybe Text
- dateCreated :: Maybe Text
- name :: Maybe Text
- distributionConfigurationArn :: Maybe Text
- imageRecipeArn :: Maybe Text
- description :: Maybe Text
- tags :: Maybe (HashMap Text Text)
- newImagePipeline :: ImagePipeline
- imagePipeline_status :: Lens' ImagePipeline (Maybe PipelineStatus)
- imagePipeline_dateLastRun :: Lens' ImagePipeline (Maybe Text)
- imagePipeline_platform :: Lens' ImagePipeline (Maybe Platform)
- imagePipeline_infrastructureConfigurationArn :: Lens' ImagePipeline (Maybe Text)
- imagePipeline_containerRecipeArn :: Lens' ImagePipeline (Maybe Text)
- imagePipeline_imageTestsConfiguration :: Lens' ImagePipeline (Maybe ImageTestsConfiguration)
- imagePipeline_dateNextRun :: Lens' ImagePipeline (Maybe Text)
- imagePipeline_arn :: Lens' ImagePipeline (Maybe Text)
- imagePipeline_schedule :: Lens' ImagePipeline (Maybe Schedule)
- imagePipeline_enhancedImageMetadataEnabled :: Lens' ImagePipeline (Maybe Bool)
- imagePipeline_dateUpdated :: Lens' ImagePipeline (Maybe Text)
- imagePipeline_dateCreated :: Lens' ImagePipeline (Maybe Text)
- imagePipeline_name :: Lens' ImagePipeline (Maybe Text)
- imagePipeline_distributionConfigurationArn :: Lens' ImagePipeline (Maybe Text)
- imagePipeline_imageRecipeArn :: Lens' ImagePipeline (Maybe Text)
- imagePipeline_description :: Lens' ImagePipeline (Maybe Text)
- imagePipeline_tags :: Lens' ImagePipeline (Maybe (HashMap Text Text))
- data ImageRecipe = ImageRecipe' {
- components :: Maybe (NonEmpty ComponentConfiguration)
- platform :: Maybe Platform
- arn :: Maybe Text
- additionalInstanceConfiguration :: Maybe AdditionalInstanceConfiguration
- workingDirectory :: Maybe Text
- parentImage :: Maybe Text
- owner :: Maybe Text
- dateCreated :: Maybe Text
- name :: Maybe Text
- version :: Maybe Text
- type' :: Maybe ImageType
- blockDeviceMappings :: Maybe [InstanceBlockDeviceMapping]
- description :: Maybe Text
- tags :: Maybe (HashMap Text Text)
- newImageRecipe :: ImageRecipe
- imageRecipe_components :: Lens' ImageRecipe (Maybe (NonEmpty ComponentConfiguration))
- imageRecipe_platform :: Lens' ImageRecipe (Maybe Platform)
- imageRecipe_arn :: Lens' ImageRecipe (Maybe Text)
- imageRecipe_additionalInstanceConfiguration :: Lens' ImageRecipe (Maybe AdditionalInstanceConfiguration)
- imageRecipe_workingDirectory :: Lens' ImageRecipe (Maybe Text)
- imageRecipe_parentImage :: Lens' ImageRecipe (Maybe Text)
- imageRecipe_owner :: Lens' ImageRecipe (Maybe Text)
- imageRecipe_dateCreated :: Lens' ImageRecipe (Maybe Text)
- imageRecipe_name :: Lens' ImageRecipe (Maybe Text)
- imageRecipe_version :: Lens' ImageRecipe (Maybe Text)
- imageRecipe_type :: Lens' ImageRecipe (Maybe ImageType)
- imageRecipe_blockDeviceMappings :: Lens' ImageRecipe (Maybe [InstanceBlockDeviceMapping])
- imageRecipe_description :: Lens' ImageRecipe (Maybe Text)
- imageRecipe_tags :: Lens' ImageRecipe (Maybe (HashMap Text Text))
- data ImageRecipeSummary = ImageRecipeSummary' {}
- newImageRecipeSummary :: ImageRecipeSummary
- imageRecipeSummary_platform :: Lens' ImageRecipeSummary (Maybe Platform)
- imageRecipeSummary_arn :: Lens' ImageRecipeSummary (Maybe Text)
- imageRecipeSummary_parentImage :: Lens' ImageRecipeSummary (Maybe Text)
- imageRecipeSummary_owner :: Lens' ImageRecipeSummary (Maybe Text)
- imageRecipeSummary_dateCreated :: Lens' ImageRecipeSummary (Maybe Text)
- imageRecipeSummary_name :: Lens' ImageRecipeSummary (Maybe Text)
- imageRecipeSummary_tags :: Lens' ImageRecipeSummary (Maybe (HashMap Text Text))
- data ImageState = ImageState' {}
- newImageState :: ImageState
- imageState_status :: Lens' ImageState (Maybe ImageStatus)
- imageState_reason :: Lens' ImageState (Maybe Text)
- data ImageSummary = ImageSummary' {}
- newImageSummary :: ImageSummary
- imageSummary_state :: Lens' ImageSummary (Maybe ImageState)
- imageSummary_platform :: Lens' ImageSummary (Maybe Platform)
- imageSummary_arn :: Lens' ImageSummary (Maybe Text)
- imageSummary_owner :: Lens' ImageSummary (Maybe Text)
- imageSummary_dateCreated :: Lens' ImageSummary (Maybe Text)
- imageSummary_name :: Lens' ImageSummary (Maybe Text)
- imageSummary_version :: Lens' ImageSummary (Maybe Text)
- imageSummary_type :: Lens' ImageSummary (Maybe ImageType)
- imageSummary_outputResources :: Lens' ImageSummary (Maybe OutputResources)
- imageSummary_osVersion :: Lens' ImageSummary (Maybe Text)
- imageSummary_tags :: Lens' ImageSummary (Maybe (HashMap Text Text))
- data ImageTestsConfiguration = ImageTestsConfiguration' {}
- newImageTestsConfiguration :: ImageTestsConfiguration
- imageTestsConfiguration_timeoutMinutes :: Lens' ImageTestsConfiguration (Maybe Natural)
- imageTestsConfiguration_imageTestsEnabled :: Lens' ImageTestsConfiguration (Maybe Bool)
- data ImageVersion = ImageVersion' {}
- newImageVersion :: ImageVersion
- imageVersion_platform :: Lens' ImageVersion (Maybe Platform)
- imageVersion_arn :: Lens' ImageVersion (Maybe Text)
- imageVersion_owner :: Lens' ImageVersion (Maybe Text)
- imageVersion_dateCreated :: Lens' ImageVersion (Maybe Text)
- imageVersion_name :: Lens' ImageVersion (Maybe Text)
- imageVersion_version :: Lens' ImageVersion (Maybe Text)
- imageVersion_type :: Lens' ImageVersion (Maybe ImageType)
- imageVersion_osVersion :: Lens' ImageVersion (Maybe Text)
- data InfrastructureConfiguration = InfrastructureConfiguration' {
- securityGroupIds :: Maybe [Text]
- snsTopicArn :: Maybe Text
- instanceTypes :: Maybe [Text]
- arn :: Maybe Text
- keyPair :: Maybe Text
- resourceTags :: Maybe (HashMap Text Text)
- subnetId :: Maybe Text
- dateUpdated :: Maybe Text
- dateCreated :: Maybe Text
- instanceMetadataOptions :: Maybe InstanceMetadataOptions
- name :: Maybe Text
- instanceProfileName :: Maybe Text
- logging :: Maybe Logging
- description :: Maybe Text
- tags :: Maybe (HashMap Text Text)
- terminateInstanceOnFailure :: Maybe Bool
- newInfrastructureConfiguration :: InfrastructureConfiguration
- infrastructureConfiguration_securityGroupIds :: Lens' InfrastructureConfiguration (Maybe [Text])
- infrastructureConfiguration_snsTopicArn :: Lens' InfrastructureConfiguration (Maybe Text)
- infrastructureConfiguration_instanceTypes :: Lens' InfrastructureConfiguration (Maybe [Text])
- infrastructureConfiguration_arn :: Lens' InfrastructureConfiguration (Maybe Text)
- infrastructureConfiguration_keyPair :: Lens' InfrastructureConfiguration (Maybe Text)
- infrastructureConfiguration_resourceTags :: Lens' InfrastructureConfiguration (Maybe (HashMap Text Text))
- infrastructureConfiguration_subnetId :: Lens' InfrastructureConfiguration (Maybe Text)
- infrastructureConfiguration_dateUpdated :: Lens' InfrastructureConfiguration (Maybe Text)
- infrastructureConfiguration_dateCreated :: Lens' InfrastructureConfiguration (Maybe Text)
- infrastructureConfiguration_instanceMetadataOptions :: Lens' InfrastructureConfiguration (Maybe InstanceMetadataOptions)
- infrastructureConfiguration_name :: Lens' InfrastructureConfiguration (Maybe Text)
- infrastructureConfiguration_instanceProfileName :: Lens' InfrastructureConfiguration (Maybe Text)
- infrastructureConfiguration_logging :: Lens' InfrastructureConfiguration (Maybe Logging)
- infrastructureConfiguration_description :: Lens' InfrastructureConfiguration (Maybe Text)
- infrastructureConfiguration_tags :: Lens' InfrastructureConfiguration (Maybe (HashMap Text Text))
- infrastructureConfiguration_terminateInstanceOnFailure :: Lens' InfrastructureConfiguration (Maybe Bool)
- data InfrastructureConfigurationSummary = InfrastructureConfigurationSummary' {}
- newInfrastructureConfigurationSummary :: InfrastructureConfigurationSummary
- infrastructureConfigurationSummary_instanceTypes :: Lens' InfrastructureConfigurationSummary (Maybe [Text])
- infrastructureConfigurationSummary_arn :: Lens' InfrastructureConfigurationSummary (Maybe Text)
- infrastructureConfigurationSummary_resourceTags :: Lens' InfrastructureConfigurationSummary (Maybe (HashMap Text Text))
- infrastructureConfigurationSummary_dateUpdated :: Lens' InfrastructureConfigurationSummary (Maybe Text)
- infrastructureConfigurationSummary_dateCreated :: Lens' InfrastructureConfigurationSummary (Maybe Text)
- infrastructureConfigurationSummary_name :: Lens' InfrastructureConfigurationSummary (Maybe Text)
- infrastructureConfigurationSummary_instanceProfileName :: Lens' InfrastructureConfigurationSummary (Maybe Text)
- infrastructureConfigurationSummary_description :: Lens' InfrastructureConfigurationSummary (Maybe Text)
- infrastructureConfigurationSummary_tags :: Lens' InfrastructureConfigurationSummary (Maybe (HashMap Text Text))
- data InstanceBlockDeviceMapping = InstanceBlockDeviceMapping' {}
- newInstanceBlockDeviceMapping :: InstanceBlockDeviceMapping
- instanceBlockDeviceMapping_virtualName :: Lens' InstanceBlockDeviceMapping (Maybe Text)
- instanceBlockDeviceMapping_noDevice :: Lens' InstanceBlockDeviceMapping (Maybe Text)
- instanceBlockDeviceMapping_ebs :: Lens' InstanceBlockDeviceMapping (Maybe EbsInstanceBlockDeviceSpecification)
- instanceBlockDeviceMapping_deviceName :: Lens' InstanceBlockDeviceMapping (Maybe Text)
- data InstanceConfiguration = InstanceConfiguration' {}
- newInstanceConfiguration :: InstanceConfiguration
- instanceConfiguration_image :: Lens' InstanceConfiguration (Maybe Text)
- instanceConfiguration_blockDeviceMappings :: Lens' InstanceConfiguration (Maybe [InstanceBlockDeviceMapping])
- data InstanceMetadataOptions = InstanceMetadataOptions' {}
- newInstanceMetadataOptions :: InstanceMetadataOptions
- instanceMetadataOptions_httpPutResponseHopLimit :: Lens' InstanceMetadataOptions (Maybe Natural)
- instanceMetadataOptions_httpTokens :: Lens' InstanceMetadataOptions (Maybe Text)
- data LaunchPermissionConfiguration = LaunchPermissionConfiguration' {}
- newLaunchPermissionConfiguration :: LaunchPermissionConfiguration
- launchPermissionConfiguration_userIds :: Lens' LaunchPermissionConfiguration (Maybe (NonEmpty Text))
- launchPermissionConfiguration_userGroups :: Lens' LaunchPermissionConfiguration (Maybe [Text])
- data LaunchTemplateConfiguration = LaunchTemplateConfiguration' {}
- newLaunchTemplateConfiguration :: Text -> LaunchTemplateConfiguration
- launchTemplateConfiguration_setDefaultVersion :: Lens' LaunchTemplateConfiguration (Maybe Bool)
- launchTemplateConfiguration_accountId :: Lens' LaunchTemplateConfiguration (Maybe Text)
- launchTemplateConfiguration_launchTemplateId :: Lens' LaunchTemplateConfiguration Text
- data Logging = Logging' {}
- newLogging :: Logging
- logging_s3Logs :: Lens' Logging (Maybe S3Logs)
- data OutputResources = OutputResources' {}
- newOutputResources :: OutputResources
- outputResources_containers :: Lens' OutputResources (Maybe [Container])
- outputResources_amis :: Lens' OutputResources (Maybe [Ami])
- data S3Logs = S3Logs' {}
- newS3Logs :: S3Logs
- s3Logs_s3KeyPrefix :: Lens' S3Logs (Maybe Text)
- s3Logs_s3BucketName :: Lens' S3Logs (Maybe Text)
- data Schedule = Schedule' {}
- newSchedule :: Schedule
- schedule_scheduleExpression :: Lens' Schedule (Maybe Text)
- schedule_pipelineExecutionStartCondition :: Lens' Schedule (Maybe PipelineExecutionStartCondition)
- schedule_timezone :: Lens' Schedule (Maybe Text)
- data SystemsManagerAgent = SystemsManagerAgent' {}
- newSystemsManagerAgent :: SystemsManagerAgent
- systemsManagerAgent_uninstallAfterBuild :: Lens' SystemsManagerAgent (Maybe Bool)
- data TargetContainerRepository = TargetContainerRepository' {}
- newTargetContainerRepository :: ContainerRepositoryService -> Text -> TargetContainerRepository
- targetContainerRepository_service :: Lens' TargetContainerRepository ContainerRepositoryService
- targetContainerRepository_repositoryName :: Lens' TargetContainerRepository Text
Service Configuration
defaultService :: Service Source #
API version 2019-12-02
of the Amazon EC2 Image Builder SDK configuration.
Errors
_InvalidParameterException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The specified parameter is invalid. Review the available parameters for the API request.
_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 :: AsError a => Getting (First ServiceError) a ServiceError Source #
The resource that you are trying to create already exists.
_CallRateLimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #
You have exceeded the permitted request rate for the specific operation.
_ForbiddenException :: AsError a => Getting (First ServiceError) a ServiceError Source #
You are not authorized to perform the requested operation.
_InvalidParameterValueException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The value that you provided for the specified parameter is invalid.
_InvalidVersionNumberException :: AsError a => Getting (First ServiceError) a ServiceError Source #
Your version number is out of bounds or does not follow the required syntax.
_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 :: AsError a => Getting (First ServiceError) a ServiceError Source #
This exception is thrown when the service encounters an unrecoverable exception.
_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 :: AsError a => Getting (First ServiceError) a ServiceError Source #
The service is unable to process your request at this time.
_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 :: 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 :: AsError a => Getting (First ServiceError) a ServiceError Source #
At least one of the resources referenced by your request does not exist.
_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 :: AsError a => Getting (First ServiceError) a ServiceError Source #
You have provided an invalid pagination token in your request.
_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.
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.
AdditionalInstanceConfiguration' | |
|
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.
additionalInstanceConfiguration_systemsManagerAgent :: Lens' AdditionalInstanceConfiguration (Maybe SystemsManagerAgent) Source #
Contains settings for the Systems Manager agent on your build instance.
additionalInstanceConfiguration_userDataOverride :: Lens' AdditionalInstanceConfiguration (Maybe Text) Source #
Use this property to provide commands or a command script to run when you launch your build instance.
The userDataOverride property replaces any commands that Image Builder might have added to ensure that Systems Manager is installed on your Linux build instance. If you override the user data, make sure that you add commands to install Systems Manager, if it is not pre-installed on your base image.
Ami
Details of an Amazon EC2 AMI.
See: newAmi
smart constructor.
Ami' | |
|
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.
ami_description :: Lens' Ami (Maybe Text) Source #
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' | |
|
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.
amiDistributionConfiguration_launchPermission :: Lens' AmiDistributionConfiguration (Maybe LaunchPermissionConfiguration) Source #
Launch permissions can be used to configure which Amazon Web Services accounts can use the AMI to launch instances.
amiDistributionConfiguration_targetAccountIds :: Lens' AmiDistributionConfiguration (Maybe (NonEmpty Text)) Source #
The ID of an account to which you want to distribute an image.
amiDistributionConfiguration_amiTags :: Lens' AmiDistributionConfiguration (Maybe (HashMap Text Text)) Source #
The tags to apply to AMIs distributed to this Region.
amiDistributionConfiguration_name :: Lens' AmiDistributionConfiguration (Maybe Text) Source #
The name of the output AMI.
amiDistributionConfiguration_kmsKeyId :: Lens' AmiDistributionConfiguration (Maybe Text) Source #
The KMS key identifier used to encrypt the distributed image.
amiDistributionConfiguration_description :: Lens' AmiDistributionConfiguration (Maybe Text) Source #
The description of the distribution configuration. Minimum and maximum length are in characters.
Component
A detailed view of a component.
See: newComponent
smart constructor.
Component' | |
|
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.
component_state :: Lens' Component (Maybe ComponentState) Source #
Describes the current status of the component. This is used for components that are no longer active.
component_arn :: Lens' Component (Maybe Text) Source #
The Amazon Resource Name (ARN) of the component.
component_supportedOsVersions :: Lens' Component (Maybe (NonEmpty Text)) Source #
The operating system (OS) version supported by the component. If the OS information is available, a prefix match is performed against the base image OS version during image recipe creation.
component_dateCreated :: Lens' Component (Maybe Text) Source #
The date that the component was created.
component_kmsKeyId :: Lens' Component (Maybe Text) Source #
The KMS key identifier used to encrypt the component.
component_parameters :: Lens' Component (Maybe [ComponentParameterDetail]) Source #
Contains parameter details for each of the parameters that are defined for the component.
component_changeDescription :: Lens' Component (Maybe Text) Source #
The change description of the component.
component_type :: Lens' Component (Maybe ComponentType) Source #
The type of the component denotes whether the component is used to build the image or only to test it.
component_tags :: Lens' Component (Maybe (HashMap Text Text)) Source #
The tags associated with the component.
ComponentConfiguration
data ComponentConfiguration Source #
Configuration details of the component.
See: newComponentConfiguration
smart constructor.
ComponentConfiguration' | |
|
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.
componentConfiguration_parameters :: Lens' ComponentConfiguration (Maybe (NonEmpty ComponentParameter)) Source #
A group of parameter settings that are used to configure the component for a specific recipe.
componentConfiguration_componentArn :: Lens' ComponentConfiguration Text Source #
The Amazon Resource Name (ARN) of the component.
ComponentParameter
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.
componentParameter_name :: Lens' ComponentParameter Text Source #
The name of the component parameter to set.
componentParameter_value :: Lens' ComponentParameter [Text] Source #
Sets the value for the named component parameter.
ComponentParameterDetail
data ComponentParameterDetail Source #
Defines a parameter that is used to provide configuration details for the component.
See: newComponentParameterDetail
smart constructor.
ComponentParameterDetail' | |
|
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".
componentParameterDetail_defaultValue :: Lens' ComponentParameterDetail (Maybe [Text]) Source #
The default value of this parameter if no input is provided.
componentParameterDetail_description :: Lens' ComponentParameterDetail (Maybe Text) Source #
Describes this parameter.
componentParameterDetail_name :: Lens' ComponentParameterDetail Text Source #
The name of this input parameter.
componentParameterDetail_type :: Lens' ComponentParameterDetail Text Source #
The type of input this parameter provides. The currently supported value is "string".
ComponentState
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.
componentState_status :: Lens' ComponentState (Maybe ComponentStatus) Source #
The current state of the component.
componentState_reason :: Lens' ComponentState (Maybe Text) Source #
Describes how or why the component changed state.
ComponentSummary
data ComponentSummary Source #
A high-level summary of a component.
See: newComponentSummary
smart constructor.
ComponentSummary' | |
|
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.
componentSummary_state :: Lens' ComponentSummary (Maybe ComponentState) Source #
Describes the current status of the component.
componentSummary_platform :: Lens' ComponentSummary (Maybe Platform) Source #
The platform of the component.
componentSummary_arn :: Lens' ComponentSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the component.
componentSummary_supportedOsVersions :: Lens' ComponentSummary (Maybe (NonEmpty Text)) Source #
The operating system (OS) version supported by the component. If the OS information is available, a prefix match is performed against the base image OS version during image recipe creation.
componentSummary_owner :: Lens' ComponentSummary (Maybe Text) Source #
The owner of the component.
componentSummary_dateCreated :: Lens' ComponentSummary (Maybe Text) Source #
The date that the component was created.
componentSummary_name :: Lens' ComponentSummary (Maybe Text) Source #
The name of the component.
componentSummary_version :: Lens' ComponentSummary (Maybe Text) Source #
The version of the component.
componentSummary_changeDescription :: Lens' ComponentSummary (Maybe Text) Source #
The change description of the component.
componentSummary_type :: Lens' ComponentSummary (Maybe ComponentType) Source #
The type of the component denotes whether the component is used to build the image or only to test it.
componentSummary_description :: Lens' ComponentSummary (Maybe Text) Source #
The description of the component.
componentSummary_tags :: Lens' ComponentSummary (Maybe (HashMap Text Text)) Source #
The tags associated with the component.
ComponentVersion
data ComponentVersion Source #
The defining characteristics of a specific version of an Amazon Web Services TOE component.
See: newComponentVersion
smart constructor.
ComponentVersion' | |
|
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.
componentVersion_platform :: Lens' ComponentVersion (Maybe Platform) Source #
The platform of the component.
componentVersion_arn :: Lens' ComponentVersion (Maybe Text) Source #
The Amazon Resource Name (ARN) of the component.
Semantic versioning is included in each object's Amazon Resource Name (ARN), at the level that applies to that object as follows:
- Versionless ARNs and Name ARNs do not include specific values in any of the nodes. The nodes are either left off entirely, or they are specified as wildcards, for example: x.x.x.
- Version ARNs have only the first three nodes: <major>.<minor>.<patch>
- Build version ARNs have all four nodes, and point to a specific build for a specific version of an object.
componentVersion_supportedOsVersions :: Lens' ComponentVersion (Maybe (NonEmpty Text)) Source #
he operating system (OS) version supported by the component. If the OS information is available, a prefix match is performed against the base image OS version during image recipe creation.
componentVersion_owner :: Lens' ComponentVersion (Maybe Text) Source #
The owner of the component.
componentVersion_dateCreated :: Lens' ComponentVersion (Maybe Text) Source #
The date that the component was created.
componentVersion_name :: Lens' ComponentVersion (Maybe Text) Source #
The name of the component.
componentVersion_version :: Lens' ComponentVersion (Maybe Text) Source #
The semantic version of the component.
The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them.
Assignment: For the first three nodes you can assign any positive integer value, including zero, with an upper limit of 2^30-1, or 1073741823 for each node. Image Builder automatically assigns the build number to the fourth node.
Patterns: You can use any numeric pattern that adheres to the assignment requirements for the nodes that you can assign. For example, you might choose a software version pattern, such as 1.0.0, or a date, such as 2021.01.01.
Filtering: With semantic versioning, you have the flexibility to use wildcards (x) to specify the most recent versions or nodes when selecting the base image or components for your recipe. When you use a wildcard in any node, all nodes to the right of the first wildcard must also be wildcards.
componentVersion_type :: Lens' ComponentVersion (Maybe ComponentType) Source #
The type of the component denotes whether the component is used to build the image or only to test it.
componentVersion_description :: Lens' ComponentVersion (Maybe Text) Source #
The description of the component.
Container
A container encapsulates the runtime environment for an application.
See: newContainer
smart constructor.
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.
container_imageUris :: Lens' Container (Maybe [Text]) Source #
A list of URIs for containers created in the context Region.
container_region :: Lens' Container (Maybe Text) Source #
Containers and container images are Region-specific. This is the Region context for the container.
ContainerDistributionConfiguration
data ContainerDistributionConfiguration Source #
Container distribution settings for encryption, licensing, and sharing in a specific Region.
See: newContainerDistributionConfiguration
smart constructor.
ContainerDistributionConfiguration' | |
|
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.
containerDistributionConfiguration_containerTags :: Lens' ContainerDistributionConfiguration (Maybe [Text]) Source #
Tags that are attached to the container distribution configuration.
containerDistributionConfiguration_description :: Lens' ContainerDistributionConfiguration (Maybe Text) Source #
The description of the container distribution configuration.
containerDistributionConfiguration_targetRepository :: Lens' ContainerDistributionConfiguration TargetContainerRepository Source #
The destination repository for the container distribution configuration.
ContainerRecipe
data ContainerRecipe Source #
A container recipe.
See: newContainerRecipe
smart constructor.
ContainerRecipe' | |
|
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.
containerRecipe_components :: Lens' ContainerRecipe (Maybe (NonEmpty ComponentConfiguration)) Source #
Components for build and test that are included in the container recipe.
containerRecipe_containerType :: Lens' ContainerRecipe (Maybe ContainerType) Source #
Specifies the type of container, such as Docker.
containerRecipe_platform :: Lens' ContainerRecipe (Maybe Platform) Source #
The system platform for the container, such as Windows or Linux.
containerRecipe_dockerfileTemplateData :: Lens' ContainerRecipe (Maybe Text) Source #
Dockerfiles are text documents that are used to build Docker containers, and ensure that they contain all of the elements required by the application running inside. The template data consists of contextual variables where Image Builder places build information or scripts, based on your container image recipe.
containerRecipe_arn :: Lens' ContainerRecipe (Maybe Text) Source #
The Amazon Resource Name (ARN) of the container recipe.
Semantic versioning is included in each object's Amazon Resource Name (ARN), at the level that applies to that object as follows:
- Versionless ARNs and Name ARNs do not include specific values in any of the nodes. The nodes are either left off entirely, or they are specified as wildcards, for example: x.x.x.
- Version ARNs have only the first three nodes: <major>.<minor>.<patch>
- Build version ARNs have all four nodes, and point to a specific build for a specific version of an object.
containerRecipe_workingDirectory :: Lens' ContainerRecipe (Maybe Text) Source #
The working directory for use during build and test workflows.
containerRecipe_parentImage :: Lens' ContainerRecipe (Maybe Text) Source #
The base image for the container recipe.
containerRecipe_encrypted :: Lens' ContainerRecipe (Maybe Bool) Source #
A flag that indicates if the target container is encrypted.
containerRecipe_owner :: Lens' ContainerRecipe (Maybe Text) Source #
The owner of the container recipe.
containerRecipe_dateCreated :: Lens' ContainerRecipe (Maybe Text) Source #
The date when this container recipe was created.
containerRecipe_name :: Lens' ContainerRecipe (Maybe Text) Source #
The name of the container recipe.
containerRecipe_kmsKeyId :: Lens' ContainerRecipe (Maybe Text) Source #
Identifies which KMS key is used to encrypt the container image for distribution to the target Region.
containerRecipe_version :: Lens' ContainerRecipe (Maybe Text) Source #
The semantic version of the container recipe.
The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them.
Assignment: For the first three nodes you can assign any positive integer value, including zero, with an upper limit of 2^30-1, or 1073741823 for each node. Image Builder automatically assigns the build number to the fourth node.
Patterns: You can use any numeric pattern that adheres to the assignment requirements for the nodes that you can assign. For example, you might choose a software version pattern, such as 1.0.0, or a date, such as 2021.01.01.
Filtering: With semantic versioning, you have the flexibility to use wildcards (x) to specify the most recent versions or nodes when selecting the base image or components for your recipe. When you use a wildcard in any node, all nodes to the right of the first wildcard must also be wildcards.
containerRecipe_targetRepository :: Lens' ContainerRecipe (Maybe TargetContainerRepository) Source #
The destination repository for the container image.
containerRecipe_description :: Lens' ContainerRecipe (Maybe Text) Source #
The description of the container recipe.
containerRecipe_tags :: Lens' ContainerRecipe (Maybe (HashMap Text Text)) Source #
Tags that are attached to the container recipe.
containerRecipe_instanceConfiguration :: Lens' ContainerRecipe (Maybe InstanceConfiguration) Source #
A group of options that can be used to configure an instance for building and testing container images.
ContainerRecipeSummary
data ContainerRecipeSummary Source #
A summary of a container recipe
See: newContainerRecipeSummary
smart constructor.
ContainerRecipeSummary' | |
|
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.
containerRecipeSummary_containerType :: Lens' ContainerRecipeSummary (Maybe ContainerType) Source #
Specifies the type of container, such as "Docker".
containerRecipeSummary_platform :: Lens' ContainerRecipeSummary (Maybe Platform) Source #
The system platform for the container, such as Windows or Linux.
containerRecipeSummary_arn :: Lens' ContainerRecipeSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the container recipe.
containerRecipeSummary_parentImage :: Lens' ContainerRecipeSummary (Maybe Text) Source #
The base image for the container recipe.
containerRecipeSummary_owner :: Lens' ContainerRecipeSummary (Maybe Text) Source #
The owner of the container recipe.
containerRecipeSummary_dateCreated :: Lens' ContainerRecipeSummary (Maybe Text) Source #
The date when this container recipe was created.
containerRecipeSummary_name :: Lens' ContainerRecipeSummary (Maybe Text) Source #
The name of the container recipe.
containerRecipeSummary_tags :: Lens' ContainerRecipeSummary (Maybe (HashMap Text Text)) Source #
Tags that are attached to the container recipe.
Distribution
data Distribution Source #
Defines the settings for a specific Region.
See: newDistribution
smart constructor.
Distribution' | |
|
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.
distribution_amiDistributionConfiguration :: Lens' Distribution (Maybe AmiDistributionConfiguration) Source #
The specific AMI settings; for example, launch permissions or AMI tags.
distribution_launchTemplateConfigurations :: Lens' Distribution (Maybe (NonEmpty LaunchTemplateConfiguration)) Source #
A group of launchTemplateConfiguration settings that apply to image distribution for specified accounts.
distribution_licenseConfigurationArns :: Lens' Distribution (Maybe (NonEmpty Text)) Source #
The License Manager Configuration to associate with the AMI in the specified Region.
distribution_containerDistributionConfiguration :: Lens' Distribution (Maybe ContainerDistributionConfiguration) Source #
Container distribution settings for encryption, licensing, and sharing in a specific Region.
distribution_region :: Lens' Distribution Text Source #
The target Region.
DistributionConfiguration
data DistributionConfiguration Source #
A distribution configuration.
See: newDistributionConfiguration
smart constructor.
DistributionConfiguration' | |
|
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.
distributionConfiguration_arn :: Lens' DistributionConfiguration (Maybe Text) Source #
The Amazon Resource Name (ARN) of the distribution configuration.
distributionConfiguration_dateUpdated :: Lens' DistributionConfiguration (Maybe Text) Source #
The date on which this distribution configuration was last updated.
distributionConfiguration_dateCreated :: Lens' DistributionConfiguration (Maybe Text) Source #
The date on which this distribution configuration was created.
distributionConfiguration_name :: Lens' DistributionConfiguration (Maybe Text) Source #
The name of the distribution configuration.
distributionConfiguration_description :: Lens' DistributionConfiguration (Maybe Text) Source #
The description of the distribution configuration.
distributionConfiguration_distributions :: Lens' DistributionConfiguration (Maybe [Distribution]) Source #
The distribution objects that apply Region-specific settings for the deployment of the image to targeted Regions.
distributionConfiguration_tags :: Lens' DistributionConfiguration (Maybe (HashMap Text Text)) Source #
The tags of the distribution configuration.
distributionConfiguration_timeoutMinutes :: Lens' DistributionConfiguration Natural Source #
The maximum duration in minutes for this distribution configuration.
DistributionConfigurationSummary
data DistributionConfigurationSummary Source #
A high-level overview of a distribution configuration.
See: newDistributionConfigurationSummary
smart constructor.
DistributionConfigurationSummary' | |
|
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.
distributionConfigurationSummary_arn :: Lens' DistributionConfigurationSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the distribution configuration.
distributionConfigurationSummary_regions :: Lens' DistributionConfigurationSummary (Maybe [Text]) Source #
A list of Regions where the container image is distributed to.
distributionConfigurationSummary_dateUpdated :: Lens' DistributionConfigurationSummary (Maybe Text) Source #
The date on which the distribution configuration was updated.
distributionConfigurationSummary_dateCreated :: Lens' DistributionConfigurationSummary (Maybe Text) Source #
The date on which the distribution configuration was created.
distributionConfigurationSummary_name :: Lens' DistributionConfigurationSummary (Maybe Text) Source #
The name of the distribution configuration.
distributionConfigurationSummary_description :: Lens' DistributionConfigurationSummary (Maybe Text) Source #
The description of the distribution configuration.
distributionConfigurationSummary_tags :: Lens' DistributionConfigurationSummary (Maybe (HashMap Text Text)) Source #
The tags associated with the distribution configuration.
EbsInstanceBlockDeviceSpecification
data EbsInstanceBlockDeviceSpecification Source #
Amazon EBS-specific block device mapping specifications.
See: newEbsInstanceBlockDeviceSpecification
smart constructor.
EbsInstanceBlockDeviceSpecification' | |
|
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.
ebsInstanceBlockDeviceSpecification_deleteOnTermination :: Lens' EbsInstanceBlockDeviceSpecification (Maybe Bool) Source #
Use to configure delete on termination of the associated device.
ebsInstanceBlockDeviceSpecification_throughput :: Lens' EbsInstanceBlockDeviceSpecification (Maybe Natural) Source #
For GP3 volumes only – The throughput in MiB/s that the volume supports.
ebsInstanceBlockDeviceSpecification_volumeSize :: Lens' EbsInstanceBlockDeviceSpecification (Maybe Natural) Source #
Use to override the device's volume size.
ebsInstanceBlockDeviceSpecification_iops :: Lens' EbsInstanceBlockDeviceSpecification (Maybe Natural) Source #
Use to configure device IOPS.
ebsInstanceBlockDeviceSpecification_encrypted :: Lens' EbsInstanceBlockDeviceSpecification (Maybe Bool) Source #
Use to configure device encryption.
ebsInstanceBlockDeviceSpecification_kmsKeyId :: Lens' EbsInstanceBlockDeviceSpecification (Maybe Text) Source #
Use to configure the KMS key to use when encrypting the device.
ebsInstanceBlockDeviceSpecification_volumeType :: Lens' EbsInstanceBlockDeviceSpecification (Maybe EbsVolumeType) Source #
Use to override the device's volume type.
ebsInstanceBlockDeviceSpecification_snapshotId :: Lens' EbsInstanceBlockDeviceSpecification (Maybe Text) Source #
The snapshot that defines the device contents.
Filter
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.
filter_values :: Lens' Filter (Maybe (NonEmpty Text)) Source #
The filter values. Filter values are case-sensitive.
filter_name :: Lens' Filter (Maybe Text) Source #
The name of the filter. Filter names are case-sensitive.
Image
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' | |
|
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.
image_imageRecipe :: Lens' Image (Maybe ImageRecipe) Source #
The image recipe used when creating the image.
image_state :: Lens' Image (Maybe ImageState) Source #
The state of the image.
image_imageTestsConfiguration :: Lens' Image (Maybe ImageTestsConfiguration) Source #
The image tests configuration used when creating this image.
image_arn :: Lens' Image (Maybe Text) Source #
The Amazon Resource Name (ARN) of the image.
Semantic versioning is included in each object's Amazon Resource Name (ARN), at the level that applies to that object as follows:
- Versionless ARNs and Name ARNs do not include specific values in any of the nodes. The nodes are either left off entirely, or they are specified as wildcards, for example: x.x.x.
- Version ARNs have only the first three nodes: <major>.<minor>.<patch>
- Build version ARNs have all four nodes, and point to a specific build for a specific version of an object.
image_enhancedImageMetadataEnabled :: Lens' Image (Maybe Bool) Source #
Collects additional information about the image being created, including the operating system (OS) version and package list. This information is used to enhance the overall experience of using EC2 Image Builder. Enabled by default.
image_containerRecipe :: Lens' Image (Maybe ContainerRecipe) Source #
The recipe that is used to create an Image Builder container image.
image_infrastructureConfiguration :: Lens' Image (Maybe InfrastructureConfiguration) Source #
The infrastructure used when creating this image.
image_version :: Lens' Image (Maybe Text) Source #
The semantic version of the image.
The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them.
Assignment: For the first three nodes you can assign any positive integer value, including zero, with an upper limit of 2^30-1, or 1073741823 for each node. Image Builder automatically assigns the build number to the fourth node.
Patterns: You can use any numeric pattern that adheres to the assignment requirements for the nodes that you can assign. For example, you might choose a software version pattern, such as 1.0.0, or a date, such as 2021.01.01.
Filtering: With semantic versioning, you have the flexibility to use wildcards (x) to specify the most recent versions or nodes when selecting the base image or components for your recipe. When you use a wildcard in any node, all nodes to the right of the first wildcard must also be wildcards.
image_distributionConfiguration :: Lens' Image (Maybe DistributionConfiguration) Source #
The distribution configuration used when creating this image.
image_sourcePipelineArn :: Lens' Image (Maybe Text) Source #
The Amazon Resource Name (ARN) of the image pipeline that created this image.
image_type :: Lens' Image (Maybe ImageType) Source #
Specifies whether this is an AMI or container image.
image_sourcePipelineName :: Lens' Image (Maybe Text) Source #
The name of the image pipeline that created this image.
image_outputResources :: Lens' Image (Maybe OutputResources) Source #
The output resources produced when creating this image.
image_osVersion :: Lens' Image (Maybe Text) Source #
The operating system version of the instance. For example, Amazon Linux 2, Ubuntu 18, or Microsoft Windows Server 2019.
ImagePackage
data ImagePackage Source #
Represents a package installed on an Image Builder image.
See: newImagePackage
smart constructor.
ImagePackage' | |
|
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.
imagePackage_packageName :: Lens' ImagePackage (Maybe Text) Source #
The name of the package as reported to the operating system package manager.
imagePackage_packageVersion :: Lens' ImagePackage (Maybe Text) Source #
The version of the package as reported to the operating system package manager.
ImagePipeline
data ImagePipeline Source #
Details of an image pipeline.
See: newImagePipeline
smart constructor.
ImagePipeline' | |
|
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.
imagePipeline_status :: Lens' ImagePipeline (Maybe PipelineStatus) Source #
The status of the image pipeline.
imagePipeline_dateLastRun :: Lens' ImagePipeline (Maybe Text) Source #
The date on which this image pipeline was last run.
imagePipeline_platform :: Lens' ImagePipeline (Maybe Platform) Source #
The platform of the image pipeline.
imagePipeline_infrastructureConfigurationArn :: Lens' ImagePipeline (Maybe Text) Source #
The Amazon Resource Name (ARN) of the infrastructure configuration associated with this image pipeline.
imagePipeline_containerRecipeArn :: Lens' ImagePipeline (Maybe Text) Source #
The Amazon Resource Name (ARN) of the container recipe that is used for this pipeline.
imagePipeline_imageTestsConfiguration :: Lens' ImagePipeline (Maybe ImageTestsConfiguration) Source #
The image tests configuration of the image pipeline.
imagePipeline_dateNextRun :: Lens' ImagePipeline (Maybe Text) Source #
The date on which this image pipeline will next be run.
imagePipeline_arn :: Lens' ImagePipeline (Maybe Text) Source #
The Amazon Resource Name (ARN) of the image pipeline.
imagePipeline_schedule :: Lens' ImagePipeline (Maybe Schedule) Source #
The schedule of the image pipeline.
imagePipeline_enhancedImageMetadataEnabled :: Lens' ImagePipeline (Maybe Bool) Source #
Collects additional information about the image being created, including the operating system (OS) version and package list. This information is used to enhance the overall experience of using EC2 Image Builder. Enabled by default.
imagePipeline_dateUpdated :: Lens' ImagePipeline (Maybe Text) Source #
The date on which this image pipeline was last updated.
imagePipeline_dateCreated :: Lens' ImagePipeline (Maybe Text) Source #
The date on which this image pipeline was created.
imagePipeline_name :: Lens' ImagePipeline (Maybe Text) Source #
The name of the image pipeline.
imagePipeline_distributionConfigurationArn :: Lens' ImagePipeline (Maybe Text) Source #
The Amazon Resource Name (ARN) of the distribution configuration associated with this image pipeline.
imagePipeline_imageRecipeArn :: Lens' ImagePipeline (Maybe Text) Source #
The Amazon Resource Name (ARN) of the image recipe associated with this image pipeline.
imagePipeline_description :: Lens' ImagePipeline (Maybe Text) Source #
The description of the image pipeline.
imagePipeline_tags :: Lens' ImagePipeline (Maybe (HashMap Text Text)) Source #
The tags of this image pipeline.
ImageRecipe
data ImageRecipe Source #
An image recipe.
See: newImageRecipe
smart constructor.
ImageRecipe' | |
|
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.
imageRecipe_components :: Lens' ImageRecipe (Maybe (NonEmpty ComponentConfiguration)) Source #
The components of the image recipe.
imageRecipe_platform :: Lens' ImageRecipe (Maybe Platform) Source #
The platform of the image recipe.
imageRecipe_arn :: Lens' ImageRecipe (Maybe Text) Source #
The Amazon Resource Name (ARN) of the image recipe.
imageRecipe_additionalInstanceConfiguration :: Lens' ImageRecipe (Maybe AdditionalInstanceConfiguration) Source #
Before you create a new AMI, Image Builder launches temporary Amazon EC2 instances to build and test your image configuration. Instance configuration adds a layer of control over those instances. You can define settings and add scripts to run when an instance is launched from your AMI.
imageRecipe_workingDirectory :: Lens' ImageRecipe (Maybe Text) Source #
The working directory to be used during build and test workflows.
imageRecipe_parentImage :: Lens' ImageRecipe (Maybe Text) Source #
The base image of the image recipe.
imageRecipe_owner :: Lens' ImageRecipe (Maybe Text) Source #
The owner of the image recipe.
imageRecipe_dateCreated :: Lens' ImageRecipe (Maybe Text) Source #
The date on which this image recipe was created.
imageRecipe_name :: Lens' ImageRecipe (Maybe Text) Source #
The name of the image recipe.
imageRecipe_version :: Lens' ImageRecipe (Maybe Text) Source #
The version of the image recipe.
imageRecipe_type :: Lens' ImageRecipe (Maybe ImageType) Source #
Specifies which type of image is created by the recipe - an AMI or a container image.
imageRecipe_blockDeviceMappings :: Lens' ImageRecipe (Maybe [InstanceBlockDeviceMapping]) Source #
The block device mappings to apply when creating images from this recipe.
imageRecipe_description :: Lens' ImageRecipe (Maybe Text) Source #
The description of the image recipe.
imageRecipe_tags :: Lens' ImageRecipe (Maybe (HashMap Text Text)) Source #
The tags of the image recipe.
ImageRecipeSummary
data ImageRecipeSummary Source #
A summary of an image recipe.
See: newImageRecipeSummary
smart constructor.
ImageRecipeSummary' | |
|
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.
imageRecipeSummary_platform :: Lens' ImageRecipeSummary (Maybe Platform) Source #
The platform of the image recipe.
imageRecipeSummary_arn :: Lens' ImageRecipeSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the image recipe.
imageRecipeSummary_parentImage :: Lens' ImageRecipeSummary (Maybe Text) Source #
The base image of the image recipe.
imageRecipeSummary_owner :: Lens' ImageRecipeSummary (Maybe Text) Source #
The owner of the image recipe.
imageRecipeSummary_dateCreated :: Lens' ImageRecipeSummary (Maybe Text) Source #
The date on which this image recipe was created.
imageRecipeSummary_name :: Lens' ImageRecipeSummary (Maybe Text) Source #
The name of the image recipe.
imageRecipeSummary_tags :: Lens' ImageRecipeSummary (Maybe (HashMap Text Text)) Source #
The tags of the image recipe.
ImageState
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.
imageState_status :: Lens' ImageState (Maybe ImageStatus) Source #
The status of the image.
imageState_reason :: Lens' ImageState (Maybe Text) Source #
The reason for the image's status.
ImageSummary
data ImageSummary Source #
An image summary.
See: newImageSummary
smart constructor.
ImageSummary' | |
|
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.
imageSummary_state :: Lens' ImageSummary (Maybe ImageState) Source #
The state of the image.
imageSummary_platform :: Lens' ImageSummary (Maybe Platform) Source #
The platform of the image.
imageSummary_arn :: Lens' ImageSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the image.
imageSummary_owner :: Lens' ImageSummary (Maybe Text) Source #
The owner of the image.
imageSummary_dateCreated :: Lens' ImageSummary (Maybe Text) Source #
The date on which this image was created.
imageSummary_name :: Lens' ImageSummary (Maybe Text) Source #
The name of the image.
imageSummary_version :: Lens' ImageSummary (Maybe Text) Source #
The version of the image.
imageSummary_type :: Lens' ImageSummary (Maybe ImageType) Source #
Specifies whether this is an AMI or container image.
imageSummary_outputResources :: Lens' ImageSummary (Maybe OutputResources) Source #
The output resources produced when creating this image.
imageSummary_osVersion :: Lens' ImageSummary (Maybe Text) Source #
The operating system version of the instance. For example, Amazon Linux 2, Ubuntu 18, or Microsoft Windows Server 2019.
imageSummary_tags :: Lens' ImageSummary (Maybe (HashMap Text Text)) Source #
The tags of the image.
ImageTestsConfiguration
data ImageTestsConfiguration Source #
Image tests configuration.
See: newImageTestsConfiguration
smart constructor.
ImageTestsConfiguration' | |
|
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.
imageTestsConfiguration_timeoutMinutes :: Lens' ImageTestsConfiguration (Maybe Natural) Source #
The maximum time in minutes that tests are permitted to run.
imageTestsConfiguration_imageTestsEnabled :: Lens' ImageTestsConfiguration (Maybe Bool) Source #
Defines if tests should be executed when building this image.
ImageVersion
data ImageVersion Source #
The defining characteristics of a specific version of an Image Builder image.
See: newImageVersion
smart constructor.
ImageVersion' | |
|
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.
imageVersion_platform :: Lens' ImageVersion (Maybe Platform) Source #
The platform of the image version, for example "Windows" or "Linux".
imageVersion_arn :: Lens' ImageVersion (Maybe Text) Source #
The Amazon Resource Name (ARN) of a specific version of an Image Builder image.
Semantic versioning is included in each object's Amazon Resource Name (ARN), at the level that applies to that object as follows:
- Versionless ARNs and Name ARNs do not include specific values in any of the nodes. The nodes are either left off entirely, or they are specified as wildcards, for example: x.x.x.
- Version ARNs have only the first three nodes: <major>.<minor>.<patch>
- Build version ARNs have all four nodes, and point to a specific build for a specific version of an object.
imageVersion_owner :: Lens' ImageVersion (Maybe Text) Source #
The owner of the image version.
imageVersion_dateCreated :: Lens' ImageVersion (Maybe Text) Source #
The date on which this specific version of the Image Builder image was created.
imageVersion_name :: Lens' ImageVersion (Maybe Text) Source #
The name of this specific version of an Image Builder image.
imageVersion_version :: Lens' ImageVersion (Maybe Text) Source #
Details for a specific version of an Image Builder image. This version follows the semantic version syntax.
The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them.
Assignment: For the first three nodes you can assign any positive integer value, including zero, with an upper limit of 2^30-1, or 1073741823 for each node. Image Builder automatically assigns the build number to the fourth node.
Patterns: You can use any numeric pattern that adheres to the assignment requirements for the nodes that you can assign. For example, you might choose a software version pattern, such as 1.0.0, or a date, such as 2021.01.01.
Filtering: With semantic versioning, you have the flexibility to use wildcards (x) to specify the most recent versions or nodes when selecting the base image or components for your recipe. When you use a wildcard in any node, all nodes to the right of the first wildcard must also be wildcards.
imageVersion_type :: Lens' ImageVersion (Maybe ImageType) Source #
Specifies whether this image is an AMI or a container image.
imageVersion_osVersion :: Lens' ImageVersion (Maybe Text) Source #
The operating system version of the Amazon EC2 build instance. For example, Amazon Linux 2, Ubuntu 18, or Microsoft Windows Server 2019.
InfrastructureConfiguration
data InfrastructureConfiguration Source #
Details of the infrastructure configuration.
See: newInfrastructureConfiguration
smart constructor.
InfrastructureConfiguration' | |
|
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.
infrastructureConfiguration_securityGroupIds :: Lens' InfrastructureConfiguration (Maybe [Text]) Source #
The security group IDs of the infrastructure configuration.
infrastructureConfiguration_snsTopicArn :: Lens' InfrastructureConfiguration (Maybe Text) Source #
The SNS topic Amazon Resource Name (ARN) of the infrastructure configuration.
infrastructureConfiguration_instanceTypes :: Lens' InfrastructureConfiguration (Maybe [Text]) Source #
The instance types of the infrastructure configuration.
infrastructureConfiguration_arn :: Lens' InfrastructureConfiguration (Maybe Text) Source #
The Amazon Resource Name (ARN) of the infrastructure configuration.
infrastructureConfiguration_keyPair :: Lens' InfrastructureConfiguration (Maybe Text) Source #
The Amazon EC2 key pair of the infrastructure configuration.
infrastructureConfiguration_resourceTags :: Lens' InfrastructureConfiguration (Maybe (HashMap Text Text)) Source #
The tags attached to the resource created by Image Builder.
infrastructureConfiguration_subnetId :: Lens' InfrastructureConfiguration (Maybe Text) Source #
The subnet ID of the infrastructure configuration.
infrastructureConfiguration_dateUpdated :: Lens' InfrastructureConfiguration (Maybe Text) Source #
The date on which the infrastructure configuration was last updated.
infrastructureConfiguration_dateCreated :: Lens' InfrastructureConfiguration (Maybe Text) Source #
The date on which the infrastructure configuration was created.
infrastructureConfiguration_instanceMetadataOptions :: Lens' InfrastructureConfiguration (Maybe InstanceMetadataOptions) Source #
The instance metadata option settings for the infrastructure configuration.
infrastructureConfiguration_name :: Lens' InfrastructureConfiguration (Maybe Text) Source #
The name of the infrastructure configuration.
infrastructureConfiguration_instanceProfileName :: Lens' InfrastructureConfiguration (Maybe Text) Source #
The instance profile of the infrastructure configuration.
infrastructureConfiguration_logging :: Lens' InfrastructureConfiguration (Maybe Logging) Source #
The logging configuration of the infrastructure configuration.
infrastructureConfiguration_description :: Lens' InfrastructureConfiguration (Maybe Text) Source #
The description of the infrastructure configuration.
infrastructureConfiguration_tags :: Lens' InfrastructureConfiguration (Maybe (HashMap Text Text)) Source #
The tags of the infrastructure configuration.
infrastructureConfiguration_terminateInstanceOnFailure :: Lens' InfrastructureConfiguration (Maybe Bool) Source #
The terminate instance on failure configuration of the infrastructure configuration.
InfrastructureConfigurationSummary
data InfrastructureConfigurationSummary Source #
The infrastructure used when building Amazon EC2 AMIs.
See: newInfrastructureConfigurationSummary
smart constructor.
InfrastructureConfigurationSummary' | |
|
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.
infrastructureConfigurationSummary_instanceTypes :: Lens' InfrastructureConfigurationSummary (Maybe [Text]) Source #
The instance types of the infrastructure configuration.
infrastructureConfigurationSummary_arn :: Lens' InfrastructureConfigurationSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the infrastructure configuration.
infrastructureConfigurationSummary_resourceTags :: Lens' InfrastructureConfigurationSummary (Maybe (HashMap Text Text)) Source #
The tags attached to the image created by Image Builder.
infrastructureConfigurationSummary_dateUpdated :: Lens' InfrastructureConfigurationSummary (Maybe Text) Source #
The date on which the infrastructure configuration was last updated.
infrastructureConfigurationSummary_dateCreated :: Lens' InfrastructureConfigurationSummary (Maybe Text) Source #
The date on which the infrastructure configuration was created.
infrastructureConfigurationSummary_name :: Lens' InfrastructureConfigurationSummary (Maybe Text) Source #
The name of the infrastructure configuration.
infrastructureConfigurationSummary_instanceProfileName :: Lens' InfrastructureConfigurationSummary (Maybe Text) Source #
The instance profile of the infrastructure configuration.
infrastructureConfigurationSummary_description :: Lens' InfrastructureConfigurationSummary (Maybe Text) Source #
The description of the infrastructure configuration.
infrastructureConfigurationSummary_tags :: Lens' InfrastructureConfigurationSummary (Maybe (HashMap Text Text)) Source #
The tags of the infrastructure configuration.
InstanceBlockDeviceMapping
data InstanceBlockDeviceMapping Source #
Defines block device mappings for the instance used to configure your image.
See: newInstanceBlockDeviceMapping
smart constructor.
InstanceBlockDeviceMapping' | |
|
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.
instanceBlockDeviceMapping_virtualName :: Lens' InstanceBlockDeviceMapping (Maybe Text) Source #
Use to manage instance ephemeral devices.
instanceBlockDeviceMapping_noDevice :: Lens' InstanceBlockDeviceMapping (Maybe Text) Source #
Use to remove a mapping from the base image.
instanceBlockDeviceMapping_ebs :: Lens' InstanceBlockDeviceMapping (Maybe EbsInstanceBlockDeviceSpecification) Source #
Use to manage Amazon EBS-specific configuration for this mapping.
instanceBlockDeviceMapping_deviceName :: Lens' InstanceBlockDeviceMapping (Maybe Text) Source #
The device to which these mappings apply.
InstanceConfiguration
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.
InstanceConfiguration' | |
|
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.
instanceConfiguration_image :: Lens' InstanceConfiguration (Maybe Text) Source #
The AMI ID to use as the base image for a container build and test instance. If not specified, Image Builder will use the appropriate ECS-optimized AMI as a base image.
instanceConfiguration_blockDeviceMappings :: Lens' InstanceConfiguration (Maybe [InstanceBlockDeviceMapping]) Source #
Defines the block devices to attach for building an instance from this Image Builder AMI.
InstanceMetadataOptions
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.
InstanceMetadataOptions' | |
|
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.
instanceMetadataOptions_httpPutResponseHopLimit :: Lens' InstanceMetadataOptions (Maybe Natural) Source #
Limit the number of hops that an instance metadata request can traverse to reach its destination.
instanceMetadataOptions_httpTokens :: Lens' InstanceMetadataOptions (Maybe Text) Source #
Indicates whether a signed token header is required for instance metadata retrieval requests. The values affect the response as follows:
- required – When you retrieve the IAM role credentials, version 2.0 credentials are returned in all cases.
- optional – You can include a signed token header in your request to retrieve instance metadata, or you can leave it out. If you include it, version 2.0 credentials are returned for the IAM role. Otherwise, version 1.0 credentials are returned.
The default setting is optional.
LaunchPermissionConfiguration
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.
launchPermissionConfiguration_userIds :: Lens' LaunchPermissionConfiguration (Maybe (NonEmpty Text)) Source #
The Amazon Web Services account ID.
launchPermissionConfiguration_userGroups :: Lens' LaunchPermissionConfiguration (Maybe [Text]) Source #
The name of the group.
LaunchTemplateConfiguration
data LaunchTemplateConfiguration Source #
Identifies an Amazon EC2 launch template to use for a specific account.
See: newLaunchTemplateConfiguration
smart constructor.
LaunchTemplateConfiguration' | |
|
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.
launchTemplateConfiguration_setDefaultVersion :: Lens' LaunchTemplateConfiguration (Maybe Bool) Source #
Set the specified Amazon EC2 launch template as the default launch template for the specified account.
launchTemplateConfiguration_accountId :: Lens' LaunchTemplateConfiguration (Maybe Text) Source #
The account ID that this configuration applies to.
launchTemplateConfiguration_launchTemplateId :: Lens' LaunchTemplateConfiguration Text Source #
Identifies the Amazon EC2 launch template to use.
Logging
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.
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.
outputResources_containers :: Lens' OutputResources (Maybe [Container]) Source #
Container images that the pipeline has generated and stored in the output repository.
outputResources_amis :: Lens' OutputResources (Maybe [Ami]) Source #
The Amazon EC2 AMIs created by this image.
S3Logs
Amazon S3 logging configuration.
See: newS3Logs
smart constructor.
S3Logs' | |
|
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.
s3Logs_s3KeyPrefix :: Lens' S3Logs (Maybe Text) Source #
The Amazon S3 path in which to store the logs.
s3Logs_s3BucketName :: Lens' S3Logs (Maybe Text) Source #
The Amazon S3 bucket in which to store the logs.
Schedule
A schedule configures how often and when a pipeline will automatically create a new image.
See: newSchedule
smart constructor.
Schedule' | |
|
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.
schedule_scheduleExpression :: Lens' Schedule (Maybe Text) Source #
The cron expression determines how often EC2 Image Builder evaluates
your pipelineExecutionStartCondition
.
For information on how to format a cron expression in Image Builder, see Use cron expressions in EC2 Image Builder.
schedule_pipelineExecutionStartCondition :: Lens' Schedule (Maybe PipelineExecutionStartCondition) Source #
The condition configures when the pipeline should trigger a new image
build. When the pipelineExecutionStartCondition
is set to
EXPRESSION_MATCH_AND_DEPENDENCY_UPDATES_AVAILABLE
, and you use
semantic version filters on the base image or components in your image
recipe, EC2 Image Builder will build a new image only when there are new
versions of the image or components in your recipe that match the
semantic version filter. When it is set to EXPRESSION_MATCH_ONLY
, it
will build a new image every time the CRON expression matches the
current time. For semantic version syntax, see
CreateComponent
in the EC2 Image Builder API Reference.
schedule_timezone :: Lens' Schedule (Maybe Text) Source #
The timezone that applies to the scheduling expression. For example, "Etc/UTC", "America/Los_Angeles" in the IANA timezone format. If not specified this defaults to UTC.
SystemsManagerAgent
data SystemsManagerAgent Source #
Contains settings for the Systems Manager agent on your build instance.
See: newSystemsManagerAgent
smart constructor.
SystemsManagerAgent' | |
|
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.
systemsManagerAgent_uninstallAfterBuild :: Lens' SystemsManagerAgent (Maybe Bool) Source #
Controls whether the Systems Manager agent is removed from your final build image, prior to creating the new AMI. If this is set to true, then the agent is removed from the final image. If it's set to false, then the agent is left in, so that it is included in the new AMI. The default value is false.
TargetContainerRepository
data TargetContainerRepository Source #
The container repository where the output container image is stored.
See: newTargetContainerRepository
smart constructor.
TargetContainerRepository' | |
|
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.
targetContainerRepository_service :: Lens' TargetContainerRepository ContainerRepositoryService Source #
Specifies the service in which this image was registered.
targetContainerRepository_repositoryName :: Lens' TargetContainerRepository Text Source #
The name of the container repository where the output container image is stored. This name is prefixed by the repository location.