amazonka-codedeploy-1.4.5: Amazon CodeDeploy SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.CodeDeploy

Contents

Description

AWS CodeDeploy

Overview

This reference guide provides descriptions of the AWS CodeDeploy APIs. For more information about AWS CodeDeploy, see the AWS CodeDeploy User Guide .

Using the APIs

You can use the AWS CodeDeploy APIs to work with the following:

  • Applications are unique identifiers used by AWS CodeDeploy to ensure the correct combinations of revisions, deployment configurations, and deployment groups are being referenced during deployments.

You can use the AWS CodeDeploy APIs to create, delete, get, list, and update applications.

  • Deployment configurations are sets of deployment rules and success and failure conditions used by AWS CodeDeploy during deployments.

You can use the AWS CodeDeploy APIs to create, delete, get, and list deployment configurations.

  • Deployment groups are groups of instances to which application revisions can be deployed.

You can use the AWS CodeDeploy APIs to create, delete, get, list, and update deployment groups.

  • Instances represent Amazon EC2 instances to which application revisions are deployed. Instances are identified by their Amazon EC2 tags or Auto Scaling group names. Instances belong to deployment groups.

You can use the AWS CodeDeploy APIs to get and list instance.

  • Deployments represent the process of deploying revisions to instances.

You can use the AWS CodeDeploy APIs to create, get, list, and stop deployments.

  • Application revisions are archive files stored in Amazon S3 buckets or GitHub repositories. These revisions contain source content (such as source code, web pages, executable files, and deployment scripts) along with an application specification (AppSpec) file. (The AppSpec file is unique to AWS CodeDeploy; it defines the deployment actions you want AWS CodeDeploy to execute.) For application revisions stored in Amazon S3 buckets, an application revision is uniquely identified by its Amazon S3 object key and its ETag, version, or both. For application revisions stored in GitHub repositories, an application revision is uniquely identified by its repository name and commit ID. Application revisions are deployed through deployment groups.

You can use the AWS CodeDeploy APIs to get, list, and register application revisions.

Synopsis

Service Configuration

codeDeploy :: Service #

API version 2014-10-06 of the Amazon CodeDeploy SDK configuration.

Errors

Error matchers are designed for use with the functions provided by Control.Exception.Lens. This allows catching (and rethrowing) service specific errors returned by CodeDeploy.

LifecycleHookLimitExceededException

_LifecycleHookLimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError #

The limit for lifecycle hooks was exceeded.

InvalidTimeRangeException

_InvalidTimeRangeException :: AsError a => Getting (First ServiceError) a ServiceError #

The specified time range was specified in an invalid format.

InvalidTagException

_InvalidTagException :: AsError a => Getting (First ServiceError) a ServiceError #

The specified tag was specified in an invalid format.

InvalidAlarmConfigException

_InvalidAlarmConfigException :: AsError a => Getting (First ServiceError) a ServiceError #

The format of the alarm configuration is invalid. Possible causes include:

  • The alarm list is null.
  • The alarm object is null.
  • The alarm name is empty or null or exceeds the 255 character limit.
  • Two alarms with the same name have been specified.
  • The alarm configuration is enabled but the alarm list is empty.

InstanceNameAlreadyRegisteredException

_InstanceNameAlreadyRegisteredException :: AsError a => Getting (First ServiceError) a ServiceError #

The specified on-premises instance name is already registered.

IAMUserARNRequiredException

_IAMUserARNRequiredException :: AsError a => Getting (First ServiceError) a ServiceError #

An IAM user ARN was not specified.

InvalidDeploymentGroupNameException

_InvalidDeploymentGroupNameException :: AsError a => Getting (First ServiceError) a ServiceError #

The deployment group name was specified in an invalid format.

DescriptionTooLongException

InvalidIAMUserARNException

_InvalidIAMUserARNException :: AsError a => Getting (First ServiceError) a ServiceError #

The IAM user ARN was specified in an invalid format.

DeploymentNotStartedException

_DeploymentNotStartedException :: AsError a => Getting (First ServiceError) a ServiceError #

The specified deployment has not started.

DeploymentConfigLimitExceededException

_DeploymentConfigLimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError #

The deployment configurations limit was exceeded.

RoleRequiredException

_RoleRequiredException :: AsError a => Getting (First ServiceError) a ServiceError #

The role ID was not specified.

InvalidRoleException

_InvalidRoleException :: AsError a => Getting (First ServiceError) a ServiceError #

The service role ARN was specified in an invalid format. Or, if an Auto Scaling group was specified, the specified service role does not grant the appropriate permissions to Auto Scaling.

DeploymentConfigAlreadyExistsException

_DeploymentConfigAlreadyExistsException :: AsError a => Getting (First ServiceError) a ServiceError #

A deployment configuration with the specified name already exists with the applicable IAM user or AWS account.

DeploymentLimitExceededException

_DeploymentLimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError #

The number of allowed deployments was exceeded.

IAMUserARNAlreadyRegisteredException

_IAMUserARNAlreadyRegisteredException :: AsError a => Getting (First ServiceError) a ServiceError #

The specified IAM user ARN is already registered with an on-premises instance.

InstanceLimitExceededException

_InstanceLimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError #

The maximum number of allowed on-premises instances in a single call was exceeded.

InvalidDeployedStateFilterException

_InvalidDeployedStateFilterException :: AsError a => Getting (First ServiceError) a ServiceError #

The deployed state filter was specified in an invalid format.

InvalidAutoScalingGroupException

_InvalidAutoScalingGroupException :: AsError a => Getting (First ServiceError) a ServiceError #

The Auto Scaling group was specified in an invalid format or does not exist.

InvalidApplicationNameException

_InvalidApplicationNameException :: AsError a => Getting (First ServiceError) a ServiceError #

The application name was specified in an invalid format.

ApplicationDoesNotExistException

_ApplicationDoesNotExistException :: AsError a => Getting (First ServiceError) a ServiceError #

The application does not exist with the applicable IAM user or AWS account.

InvalidMinimumHealthyHostValueException

_InvalidMinimumHealthyHostValueException :: AsError a => Getting (First ServiceError) a ServiceError #

The minimum healthy instance value was specified in an invalid format.

AlarmsLimitExceededException

_AlarmsLimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError #

The maximum number of alarms for a deployment group (10) was exceeded.

InvalidTagFilterException

_InvalidTagFilterException :: AsError a => Getting (First ServiceError) a ServiceError #

The specified tag filter was specified in an invalid format.

InvalidTriggerConfigException

_InvalidTriggerConfigException :: AsError a => Getting (First ServiceError) a ServiceError #

The trigger was specified in an invalid format.

TagRequiredException

DeploymentGroupNameRequiredException

_DeploymentGroupNameRequiredException :: AsError a => Getting (First ServiceError) a ServiceError #

The deployment group name was not specified.

BucketNameFilterRequiredException

_BucketNameFilterRequiredException :: AsError a => Getting (First ServiceError) a ServiceError #

A bucket name is required, but was not provided.

DeploymentConfigDoesNotExistException

_DeploymentConfigDoesNotExistException :: AsError a => Getting (First ServiceError) a ServiceError #

The deployment configuration does not exist with the applicable IAM user or AWS account.

InvalidBucketNameFilterException

_InvalidBucketNameFilterException :: AsError a => Getting (First ServiceError) a ServiceError #

The bucket name either doesn't exist or was specified in an invalid format.

DeploymentGroupAlreadyExistsException

_DeploymentGroupAlreadyExistsException :: AsError a => Getting (First ServiceError) a ServiceError #

A deployment group with the specified name already exists with the applicable IAM user or AWS account.

InvalidSortByException

_InvalidSortByException :: AsError a => Getting (First ServiceError) a ServiceError #

The column name to sort by is either not present or was specified in an invalid format.

RevisionDoesNotExistException

_RevisionDoesNotExistException :: AsError a => Getting (First ServiceError) a ServiceError #

The named revision does not exist with the applicable IAM user or AWS account.

DeploymentGroupLimitExceededException

_DeploymentGroupLimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError #

The deployment groups limit was exceeded.

DeploymentGroupDoesNotExistException

_DeploymentGroupDoesNotExistException :: AsError a => Getting (First ServiceError) a ServiceError #

The named deployment group does not exist with the applicable IAM user or AWS account.

InvalidDeploymentConfigNameException

_InvalidDeploymentConfigNameException :: AsError a => Getting (First ServiceError) a ServiceError #

The deployment configuration name was specified in an invalid format.

DeploymentConfigNameRequiredException

_DeploymentConfigNameRequiredException :: AsError a => Getting (First ServiceError) a ServiceError #

The deployment configuration name was not specified.

DeploymentIdRequiredException

_DeploymentIdRequiredException :: AsError a => Getting (First ServiceError) a ServiceError #

At least one deployment ID must be specified.

InvalidNextTokenException

_InvalidNextTokenException :: AsError a => Getting (First ServiceError) a ServiceError #

The next token was specified in an invalid format.

InstanceIdRequiredException

_InstanceIdRequiredException :: AsError a => Getting (First ServiceError) a ServiceError #

The instance ID was not specified.

InvalidDeploymentIdException

_InvalidDeploymentIdException :: AsError a => Getting (First ServiceError) a ServiceError #

At least one of the deployment IDs was specified in an invalid format.

InvalidSortOrderException

_InvalidSortOrderException :: AsError a => Getting (First ServiceError) a ServiceError #

The sort order was specified in an invalid format.

InvalidAutoRollbackConfigException

_InvalidAutoRollbackConfigException :: AsError a => Getting (First ServiceError) a ServiceError #

The automatic rollback configuration was specified in an invalid format. For example, automatic rollback is enabled but an invalid triggering event type or no event types were listed.

DeploymentAlreadyCompletedException

DeploymentDoesNotExistException

_DeploymentDoesNotExistException :: AsError a => Getting (First ServiceError) a ServiceError #

The deployment does not exist with the applicable IAM user or AWS account.

BatchLimitExceededException

_BatchLimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError #

The maximum number of names or IDs allowed for this request (100) was exceeded.

InvalidRevisionException

_InvalidRevisionException :: AsError a => Getting (First ServiceError) a ServiceError #

The revision was specified in an invalid format.

RevisionRequiredException

_RevisionRequiredException :: AsError a => Getting (First ServiceError) a ServiceError #

The revision ID was not specified.

InstanceDoesNotExistException

_InstanceDoesNotExistException :: AsError a => Getting (First ServiceError) a ServiceError #

The specified instance does not exist in the deployment group.

DeploymentConfigInUseException

_DeploymentConfigInUseException :: AsError a => Getting (First ServiceError) a ServiceError #

The deployment configuration is still in use.

InvalidEC2TagException

_InvalidEC2TagException :: AsError a => Getting (First ServiceError) a ServiceError #

The tag was specified in an invalid format.

InvalidInstanceNameException

_InvalidInstanceNameException :: AsError a => Getting (First ServiceError) a ServiceError #

The specified on-premises instance name was specified in an invalid format.

InstanceNameRequiredException

_InstanceNameRequiredException :: AsError a => Getting (First ServiceError) a ServiceError #

An on-premises instance name was not specified.

TriggerTargetsLimitExceededException

_TriggerTargetsLimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError #

The maximum allowed number of triggers was exceeded.

InvalidDeploymentStatusException

_InvalidDeploymentStatusException :: AsError a => Getting (First ServiceError) a ServiceError #

The specified deployment status doesn't exist or cannot be determined.

InvalidRegistrationStatusException

_InvalidRegistrationStatusException :: AsError a => Getting (First ServiceError) a ServiceError #

The registration status was specified in an invalid format.

ApplicationNameRequiredException

_ApplicationNameRequiredException :: AsError a => Getting (First ServiceError) a ServiceError #

The minimum number of required application names was not specified.

InstanceNotRegisteredException

_InstanceNotRegisteredException :: AsError a => Getting (First ServiceError) a ServiceError #

The specified on-premises instance is not registered.

ApplicationAlreadyExistsException

_ApplicationAlreadyExistsException :: AsError a => Getting (First ServiceError) a ServiceError #

An application with the specified name already exists with the applicable IAM user or AWS account.

InvalidInstanceStatusException

_InvalidInstanceStatusException :: AsError a => Getting (First ServiceError) a ServiceError #

The specified instance status does not exist.

TagLimitExceededException

_TagLimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError #

The maximum allowed number of tags was exceeded.

ApplicationLimitExceededException

_ApplicationLimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError #

More applications were attempted to be created than are allowed.

InvalidOperationException

_InvalidOperationException :: AsError a => Getting (First ServiceError) a ServiceError #

An invalid operation was detected.

InvalidKeyPrefixFilterException

_InvalidKeyPrefixFilterException :: AsError a => Getting (First ServiceError) a ServiceError #

The specified key prefix filter was specified in an invalid format.

Waiters

Waiters poll by repeatedly sending a request until some remote success condition configured by the Wait specification is fulfilled. The Wait specification determines how many attempts should be made, in addition to delay and retry strategies.

DeploymentSuccessful

deploymentSuccessful :: Wait GetDeployment #

Polls GetDeployment every 15 seconds until a successful state is reached. An error is returned after 120 failed checks.

Operations

Some AWS operations return results that are incomplete and require subsequent requests in order to obtain the entire result set. The process of sending subsequent requests to continue where a previous request left off is called pagination. For example, the ListObjects operation of Amazon S3 returns up to 1000 objects at a time, and you must send subsequent requests with the appropriate Marker in order to retrieve the next page of results.

Operations that have an AWSPager instance can transparently perform subsequent requests, correctly setting Markers and other request facets to iterate through the entire result set of a truncated API operation. Operations which support this have an additional note in the documentation.

Many operations have the ability to filter results on the server side. See the individual operation parameters for details.

RemoveTagsFromOnPremisesInstances

BatchGetDeploymentGroups

DeleteDeploymentGroup

UpdateDeploymentGroup

ListOnPremisesInstances

CreateDeploymentConfig

GetApplicationRevision

GetDeployment

DeleteDeploymentConfig

GetDeploymentConfig

CreateDeployment

BatchGetApplicationRevisions

BatchGetDeployments

GetOnPremisesInstance

RegisterApplicationRevision

BatchGetApplications

DeleteApplication

UpdateApplication

GetDeploymentInstance

DeregisterOnPremisesInstance

CreateApplication

StopDeployment

BatchGetDeploymentInstances

GetApplication

ListDeploymentGroups

BatchGetOnPremisesInstances

RegisterOnPremisesInstance

CreateDeploymentGroup

ListDeploymentConfigs

GetDeploymentGroup

ListDeployments

ListApplicationRevisions

ListApplications

AddTagsToOnPremisesInstances

ListDeploymentInstances

Types

ApplicationRevisionSortBy

data ApplicationRevisionSortBy #

Instances

Bounded ApplicationRevisionSortBy # 
Enum ApplicationRevisionSortBy # 
Eq ApplicationRevisionSortBy # 
Data ApplicationRevisionSortBy # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ApplicationRevisionSortBy -> c ApplicationRevisionSortBy #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ApplicationRevisionSortBy #

toConstr :: ApplicationRevisionSortBy -> Constr #

dataTypeOf :: ApplicationRevisionSortBy -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ApplicationRevisionSortBy) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ApplicationRevisionSortBy) #

gmapT :: (forall b. Data b => b -> b) -> ApplicationRevisionSortBy -> ApplicationRevisionSortBy #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ApplicationRevisionSortBy -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ApplicationRevisionSortBy -> r #

gmapQ :: (forall d. Data d => d -> u) -> ApplicationRevisionSortBy -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ApplicationRevisionSortBy -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ApplicationRevisionSortBy -> m ApplicationRevisionSortBy #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ApplicationRevisionSortBy -> m ApplicationRevisionSortBy #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ApplicationRevisionSortBy -> m ApplicationRevisionSortBy #

Ord ApplicationRevisionSortBy # 
Read ApplicationRevisionSortBy # 
Show ApplicationRevisionSortBy # 
Generic ApplicationRevisionSortBy # 
Hashable ApplicationRevisionSortBy # 
ToJSON ApplicationRevisionSortBy # 
NFData ApplicationRevisionSortBy # 
ToQuery ApplicationRevisionSortBy # 
ToHeader ApplicationRevisionSortBy # 
ToByteString ApplicationRevisionSortBy # 
FromText ApplicationRevisionSortBy # 
ToText ApplicationRevisionSortBy # 
type Rep ApplicationRevisionSortBy # 
type Rep ApplicationRevisionSortBy = D1 (MetaData "ApplicationRevisionSortBy" "Network.AWS.CodeDeploy.Types.Sum" "amazonka-codedeploy-1.4.5-7UWcGyWUHrLDqaWZl9U8ik" False) ((:+:) (C1 (MetaCons "FirstUsedTime" PrefixI False) U1) ((:+:) (C1 (MetaCons "LastUsedTime" PrefixI False) U1) (C1 (MetaCons "RegisterTime" PrefixI False) U1)))

AutoRollbackEvent

data AutoRollbackEvent #

Instances

Bounded AutoRollbackEvent # 
Enum AutoRollbackEvent # 
Eq AutoRollbackEvent # 
Data AutoRollbackEvent # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> AutoRollbackEvent -> c AutoRollbackEvent #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c AutoRollbackEvent #

toConstr :: AutoRollbackEvent -> Constr #

dataTypeOf :: AutoRollbackEvent -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c AutoRollbackEvent) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c AutoRollbackEvent) #

gmapT :: (forall b. Data b => b -> b) -> AutoRollbackEvent -> AutoRollbackEvent #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> AutoRollbackEvent -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> AutoRollbackEvent -> r #

gmapQ :: (forall d. Data d => d -> u) -> AutoRollbackEvent -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> AutoRollbackEvent -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> AutoRollbackEvent -> m AutoRollbackEvent #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> AutoRollbackEvent -> m AutoRollbackEvent #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> AutoRollbackEvent -> m AutoRollbackEvent #

Ord AutoRollbackEvent # 
Read AutoRollbackEvent # 
Show AutoRollbackEvent # 
Generic AutoRollbackEvent # 
Hashable AutoRollbackEvent # 
ToJSON AutoRollbackEvent # 
FromJSON AutoRollbackEvent # 
NFData AutoRollbackEvent # 

Methods

rnf :: AutoRollbackEvent -> () #

ToQuery AutoRollbackEvent # 
ToHeader AutoRollbackEvent # 
ToByteString AutoRollbackEvent # 
FromText AutoRollbackEvent # 
ToText AutoRollbackEvent # 
type Rep AutoRollbackEvent # 
type Rep AutoRollbackEvent = D1 (MetaData "AutoRollbackEvent" "Network.AWS.CodeDeploy.Types.Sum" "amazonka-codedeploy-1.4.5-7UWcGyWUHrLDqaWZl9U8ik" False) ((:+:) (C1 (MetaCons "AREDeploymentFailure" PrefixI False) U1) ((:+:) (C1 (MetaCons "AREDeploymentStopOnAlarm" PrefixI False) U1) (C1 (MetaCons "AREDeploymentStopOnRequest" PrefixI False) U1)))

BundleType

data BundleType #

Constructors

TAR 
TGZ 
Zip 

Instances

Bounded BundleType # 
Enum BundleType # 
Eq BundleType # 
Data BundleType # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> BundleType -> c BundleType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c BundleType #

toConstr :: BundleType -> Constr #

dataTypeOf :: BundleType -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c BundleType) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c BundleType) #

gmapT :: (forall b. Data b => b -> b) -> BundleType -> BundleType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> BundleType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> BundleType -> r #

gmapQ :: (forall d. Data d => d -> u) -> BundleType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> BundleType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> BundleType -> m BundleType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> BundleType -> m BundleType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> BundleType -> m BundleType #

Ord BundleType # 
Read BundleType # 
Show BundleType # 
Generic BundleType # 

Associated Types

type Rep BundleType :: * -> * #

Hashable BundleType # 
ToJSON BundleType # 
FromJSON BundleType # 
NFData BundleType # 

Methods

rnf :: BundleType -> () #

ToQuery BundleType # 
ToHeader BundleType # 
ToByteString BundleType # 
FromText BundleType # 
ToText BundleType # 

Methods

toText :: BundleType -> Text #

type Rep BundleType # 
type Rep BundleType = D1 (MetaData "BundleType" "Network.AWS.CodeDeploy.Types.Sum" "amazonka-codedeploy-1.4.5-7UWcGyWUHrLDqaWZl9U8ik" False) ((:+:) (C1 (MetaCons "TAR" PrefixI False) U1) ((:+:) (C1 (MetaCons "TGZ" PrefixI False) U1) (C1 (MetaCons "Zip" PrefixI False) U1)))

DeployErrorCode

data DeployErrorCode #

Instances

Bounded DeployErrorCode # 
Enum DeployErrorCode # 
Eq DeployErrorCode # 
Data DeployErrorCode # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DeployErrorCode -> c DeployErrorCode #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DeployErrorCode #

toConstr :: DeployErrorCode -> Constr #

dataTypeOf :: DeployErrorCode -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DeployErrorCode) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DeployErrorCode) #

gmapT :: (forall b. Data b => b -> b) -> DeployErrorCode -> DeployErrorCode #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DeployErrorCode -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DeployErrorCode -> r #

gmapQ :: (forall d. Data d => d -> u) -> DeployErrorCode -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DeployErrorCode -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DeployErrorCode -> m DeployErrorCode #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DeployErrorCode -> m DeployErrorCode #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DeployErrorCode -> m DeployErrorCode #

Ord DeployErrorCode # 
Read DeployErrorCode # 
Show DeployErrorCode # 
Generic DeployErrorCode # 
Hashable DeployErrorCode # 
FromJSON DeployErrorCode # 
NFData DeployErrorCode # 

Methods

rnf :: DeployErrorCode -> () #

ToQuery DeployErrorCode # 
ToHeader DeployErrorCode # 
ToByteString DeployErrorCode # 
FromText DeployErrorCode # 
ToText DeployErrorCode # 
type Rep DeployErrorCode # 
type Rep DeployErrorCode = D1 (MetaData "DeployErrorCode" "Network.AWS.CodeDeploy.Types.Sum" "amazonka-codedeploy-1.4.5-7UWcGyWUHrLDqaWZl9U8ik" False) ((:+:) ((:+:) ((:+:) ((:+:) (C1 (MetaCons "AgentIssue" PrefixI False) U1) (C1 (MetaCons "AlarmActive" PrefixI False) U1)) ((:+:) (C1 (MetaCons "ApplicationMissing" PrefixI False) U1) (C1 (MetaCons "AutoScalingConfiguration" PrefixI False) U1))) ((:+:) ((:+:) (C1 (MetaCons "AutoScalingIAMRolePermissions" PrefixI False) U1) (C1 (MetaCons "DeploymentGroupMissing" PrefixI False) U1)) ((:+:) (C1 (MetaCons "HealthConstraints" PrefixI False) U1) ((:+:) (C1 (MetaCons "HealthConstraintsInvalid" PrefixI False) U1) (C1 (MetaCons "IAMRoleMissing" PrefixI False) U1))))) ((:+:) ((:+:) ((:+:) (C1 (MetaCons "IAMRolePermissions" PrefixI False) U1) (C1 (MetaCons "InternalError" PrefixI False) U1)) ((:+:) (C1 (MetaCons "ManualStop" PrefixI False) U1) (C1 (MetaCons "NoEC2Subscription" PrefixI False) U1))) ((:+:) ((:+:) (C1 (MetaCons "NoInstances" PrefixI False) U1) (C1 (MetaCons "OverMaxInstances" PrefixI False) U1)) ((:+:) (C1 (MetaCons "RevisionMissing" PrefixI False) U1) ((:+:) (C1 (MetaCons "Throttled" PrefixI False) U1) (C1 (MetaCons "Timeout" PrefixI False) U1))))))

DeploymentCreator

data DeploymentCreator #

Instances

Bounded DeploymentCreator # 
Enum DeploymentCreator # 
Eq DeploymentCreator # 
Data DeploymentCreator # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DeploymentCreator -> c DeploymentCreator #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DeploymentCreator #

toConstr :: DeploymentCreator -> Constr #

dataTypeOf :: DeploymentCreator -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DeploymentCreator) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DeploymentCreator) #

gmapT :: (forall b. Data b => b -> b) -> DeploymentCreator -> DeploymentCreator #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DeploymentCreator -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DeploymentCreator -> r #

gmapQ :: (forall d. Data d => d -> u) -> DeploymentCreator -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DeploymentCreator -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DeploymentCreator -> m DeploymentCreator #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DeploymentCreator -> m DeploymentCreator #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DeploymentCreator -> m DeploymentCreator #

Ord DeploymentCreator # 
Read DeploymentCreator # 
Show DeploymentCreator # 
Generic DeploymentCreator # 
Hashable DeploymentCreator # 
FromJSON DeploymentCreator # 
NFData DeploymentCreator # 

Methods

rnf :: DeploymentCreator -> () #

ToQuery DeploymentCreator # 
ToHeader DeploymentCreator # 
ToByteString DeploymentCreator # 
FromText DeploymentCreator # 
ToText DeploymentCreator # 
type Rep DeploymentCreator # 
type Rep DeploymentCreator = D1 (MetaData "DeploymentCreator" "Network.AWS.CodeDeploy.Types.Sum" "amazonka-codedeploy-1.4.5-7UWcGyWUHrLDqaWZl9U8ik" False) ((:+:) (C1 (MetaCons "Autoscaling" PrefixI False) U1) ((:+:) (C1 (MetaCons "CodeDeployRollback" PrefixI False) U1) (C1 (MetaCons "User" PrefixI False) U1)))

DeploymentStatus

data DeploymentStatus #

Instances

Bounded DeploymentStatus # 
Enum DeploymentStatus # 
Eq DeploymentStatus # 
Data DeploymentStatus # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DeploymentStatus -> c DeploymentStatus #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DeploymentStatus #

toConstr :: DeploymentStatus -> Constr #

dataTypeOf :: DeploymentStatus -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DeploymentStatus) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DeploymentStatus) #

gmapT :: (forall b. Data b => b -> b) -> DeploymentStatus -> DeploymentStatus #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DeploymentStatus -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DeploymentStatus -> r #

gmapQ :: (forall d. Data d => d -> u) -> DeploymentStatus -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DeploymentStatus -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DeploymentStatus -> m DeploymentStatus #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DeploymentStatus -> m DeploymentStatus #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DeploymentStatus -> m DeploymentStatus #

Ord DeploymentStatus # 
Read DeploymentStatus # 
Show DeploymentStatus # 
Generic DeploymentStatus # 
Hashable DeploymentStatus # 
ToJSON DeploymentStatus # 
FromJSON DeploymentStatus # 
NFData DeploymentStatus # 

Methods

rnf :: DeploymentStatus -> () #

ToQuery DeploymentStatus # 
ToHeader DeploymentStatus # 
ToByteString DeploymentStatus # 
FromText DeploymentStatus # 
ToText DeploymentStatus # 
type Rep DeploymentStatus # 
type Rep DeploymentStatus = D1 (MetaData "DeploymentStatus" "Network.AWS.CodeDeploy.Types.Sum" "amazonka-codedeploy-1.4.5-7UWcGyWUHrLDqaWZl9U8ik" False) ((:+:) ((:+:) (C1 (MetaCons "Created" PrefixI False) U1) ((:+:) (C1 (MetaCons "Failed" PrefixI False) U1) (C1 (MetaCons "InProgress" PrefixI False) U1))) ((:+:) (C1 (MetaCons "Queued" PrefixI False) U1) ((:+:) (C1 (MetaCons "Stopped" PrefixI False) U1) (C1 (MetaCons "Succeeded" PrefixI False) U1))))

EC2TagFilterType

data EC2TagFilterType #

Constructors

KeyAndValue 
KeyOnly 
ValueOnly 

Instances

Bounded EC2TagFilterType # 
Enum EC2TagFilterType # 
Eq EC2TagFilterType # 
Data EC2TagFilterType # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> EC2TagFilterType -> c EC2TagFilterType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c EC2TagFilterType #

toConstr :: EC2TagFilterType -> Constr #

dataTypeOf :: EC2TagFilterType -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c EC2TagFilterType) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c EC2TagFilterType) #

gmapT :: (forall b. Data b => b -> b) -> EC2TagFilterType -> EC2TagFilterType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> EC2TagFilterType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> EC2TagFilterType -> r #

gmapQ :: (forall d. Data d => d -> u) -> EC2TagFilterType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> EC2TagFilterType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> EC2TagFilterType -> m EC2TagFilterType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> EC2TagFilterType -> m EC2TagFilterType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> EC2TagFilterType -> m EC2TagFilterType #

Ord EC2TagFilterType # 
Read EC2TagFilterType # 
Show EC2TagFilterType # 
Generic EC2TagFilterType # 
Hashable EC2TagFilterType # 
ToJSON EC2TagFilterType # 
FromJSON EC2TagFilterType # 
NFData EC2TagFilterType # 

Methods

rnf :: EC2TagFilterType -> () #

ToQuery EC2TagFilterType # 
ToHeader EC2TagFilterType # 
ToByteString EC2TagFilterType # 
FromText EC2TagFilterType # 
ToText EC2TagFilterType # 
type Rep EC2TagFilterType # 
type Rep EC2TagFilterType = D1 (MetaData "EC2TagFilterType" "Network.AWS.CodeDeploy.Types.Sum" "amazonka-codedeploy-1.4.5-7UWcGyWUHrLDqaWZl9U8ik" False) ((:+:) (C1 (MetaCons "KeyAndValue" PrefixI False) U1) ((:+:) (C1 (MetaCons "KeyOnly" PrefixI False) U1) (C1 (MetaCons "ValueOnly" PrefixI False) U1)))

InstanceStatus

data InstanceStatus #

Instances

Bounded InstanceStatus # 
Enum InstanceStatus # 
Eq InstanceStatus # 
Data InstanceStatus # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> InstanceStatus -> c InstanceStatus #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c InstanceStatus #

toConstr :: InstanceStatus -> Constr #

dataTypeOf :: InstanceStatus -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c InstanceStatus) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c InstanceStatus) #

gmapT :: (forall b. Data b => b -> b) -> InstanceStatus -> InstanceStatus #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> InstanceStatus -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> InstanceStatus -> r #

gmapQ :: (forall d. Data d => d -> u) -> InstanceStatus -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> InstanceStatus -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> InstanceStatus -> m InstanceStatus #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> InstanceStatus -> m InstanceStatus #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> InstanceStatus -> m InstanceStatus #

Ord InstanceStatus # 
Read InstanceStatus # 
Show InstanceStatus # 
Generic InstanceStatus # 

Associated Types

type Rep InstanceStatus :: * -> * #

Hashable InstanceStatus # 
ToJSON InstanceStatus # 
FromJSON InstanceStatus # 
NFData InstanceStatus # 

Methods

rnf :: InstanceStatus -> () #

ToQuery InstanceStatus # 
ToHeader InstanceStatus # 
ToByteString InstanceStatus # 
FromText InstanceStatus # 
ToText InstanceStatus # 
type Rep InstanceStatus # 
type Rep InstanceStatus = D1 (MetaData "InstanceStatus" "Network.AWS.CodeDeploy.Types.Sum" "amazonka-codedeploy-1.4.5-7UWcGyWUHrLDqaWZl9U8ik" False) ((:+:) ((:+:) (C1 (MetaCons "ISFailed" PrefixI False) U1) ((:+:) (C1 (MetaCons "ISInProgress" PrefixI False) U1) (C1 (MetaCons "ISPending" PrefixI False) U1))) ((:+:) (C1 (MetaCons "ISSkipped" PrefixI False) U1) ((:+:) (C1 (MetaCons "ISSucceeded" PrefixI False) U1) (C1 (MetaCons "ISUnknown" PrefixI False) U1))))

LifecycleErrorCode

data LifecycleErrorCode #

Instances

Bounded LifecycleErrorCode # 
Enum LifecycleErrorCode # 
Eq LifecycleErrorCode # 
Data LifecycleErrorCode # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> LifecycleErrorCode -> c LifecycleErrorCode #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c LifecycleErrorCode #

toConstr :: LifecycleErrorCode -> Constr #

dataTypeOf :: LifecycleErrorCode -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c LifecycleErrorCode) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c LifecycleErrorCode) #

gmapT :: (forall b. Data b => b -> b) -> LifecycleErrorCode -> LifecycleErrorCode #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> LifecycleErrorCode -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> LifecycleErrorCode -> r #

gmapQ :: (forall d. Data d => d -> u) -> LifecycleErrorCode -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> LifecycleErrorCode -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> LifecycleErrorCode -> m LifecycleErrorCode #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> LifecycleErrorCode -> m LifecycleErrorCode #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> LifecycleErrorCode -> m LifecycleErrorCode #

Ord LifecycleErrorCode # 
Read LifecycleErrorCode # 
Show LifecycleErrorCode # 
Generic LifecycleErrorCode # 
Hashable LifecycleErrorCode # 
FromJSON LifecycleErrorCode # 
NFData LifecycleErrorCode # 

Methods

rnf :: LifecycleErrorCode -> () #

ToQuery LifecycleErrorCode # 
ToHeader LifecycleErrorCode # 
ToByteString LifecycleErrorCode # 
FromText LifecycleErrorCode # 
ToText LifecycleErrorCode # 
type Rep LifecycleErrorCode # 
type Rep LifecycleErrorCode = D1 (MetaData "LifecycleErrorCode" "Network.AWS.CodeDeploy.Types.Sum" "amazonka-codedeploy-1.4.5-7UWcGyWUHrLDqaWZl9U8ik" False) ((:+:) ((:+:) (C1 (MetaCons "ScriptFailed" PrefixI False) U1) ((:+:) (C1 (MetaCons "ScriptMissing" PrefixI False) U1) (C1 (MetaCons "ScriptNotExecutable" PrefixI False) U1))) ((:+:) (C1 (MetaCons "ScriptTimedOut" PrefixI False) U1) ((:+:) (C1 (MetaCons "Success" PrefixI False) U1) (C1 (MetaCons "UnknownError" PrefixI False) U1))))

LifecycleEventStatus

data LifecycleEventStatus #

Instances

Bounded LifecycleEventStatus # 
Enum LifecycleEventStatus # 
Eq LifecycleEventStatus # 
Data LifecycleEventStatus # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> LifecycleEventStatus -> c LifecycleEventStatus #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c LifecycleEventStatus #

toConstr :: LifecycleEventStatus -> Constr #

dataTypeOf :: LifecycleEventStatus -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c LifecycleEventStatus) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c LifecycleEventStatus) #

gmapT :: (forall b. Data b => b -> b) -> LifecycleEventStatus -> LifecycleEventStatus #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> LifecycleEventStatus -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> LifecycleEventStatus -> r #

gmapQ :: (forall d. Data d => d -> u) -> LifecycleEventStatus -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> LifecycleEventStatus -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> LifecycleEventStatus -> m LifecycleEventStatus #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> LifecycleEventStatus -> m LifecycleEventStatus #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> LifecycleEventStatus -> m LifecycleEventStatus #

Ord LifecycleEventStatus # 
Read LifecycleEventStatus # 
Show LifecycleEventStatus # 
Generic LifecycleEventStatus # 
Hashable LifecycleEventStatus # 
FromJSON LifecycleEventStatus # 
NFData LifecycleEventStatus # 

Methods

rnf :: LifecycleEventStatus -> () #

ToQuery LifecycleEventStatus # 
ToHeader LifecycleEventStatus # 
ToByteString LifecycleEventStatus # 
FromText LifecycleEventStatus # 
ToText LifecycleEventStatus # 
type Rep LifecycleEventStatus # 
type Rep LifecycleEventStatus = D1 (MetaData "LifecycleEventStatus" "Network.AWS.CodeDeploy.Types.Sum" "amazonka-codedeploy-1.4.5-7UWcGyWUHrLDqaWZl9U8ik" False) ((:+:) ((:+:) (C1 (MetaCons "LESFailed" PrefixI False) U1) ((:+:) (C1 (MetaCons "LESInProgress" PrefixI False) U1) (C1 (MetaCons "LESPending" PrefixI False) U1))) ((:+:) (C1 (MetaCons "LESSkipped" PrefixI False) U1) ((:+:) (C1 (MetaCons "LESSucceeded" PrefixI False) U1) (C1 (MetaCons "LESUnknown" PrefixI False) U1))))

ListStateFilterAction

data ListStateFilterAction #

Constructors

Exclude 
Ignore 
Include 

Instances

Bounded ListStateFilterAction # 
Enum ListStateFilterAction # 
Eq ListStateFilterAction # 
Data ListStateFilterAction # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ListStateFilterAction -> c ListStateFilterAction #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ListStateFilterAction #

toConstr :: ListStateFilterAction -> Constr #

dataTypeOf :: ListStateFilterAction -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ListStateFilterAction) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ListStateFilterAction) #

gmapT :: (forall b. Data b => b -> b) -> ListStateFilterAction -> ListStateFilterAction #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ListStateFilterAction -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ListStateFilterAction -> r #

gmapQ :: (forall d. Data d => d -> u) -> ListStateFilterAction -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ListStateFilterAction -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ListStateFilterAction -> m ListStateFilterAction #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ListStateFilterAction -> m ListStateFilterAction #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ListStateFilterAction -> m ListStateFilterAction #

Ord ListStateFilterAction # 
Read ListStateFilterAction # 
Show ListStateFilterAction # 
Generic ListStateFilterAction # 
Hashable ListStateFilterAction # 
ToJSON ListStateFilterAction # 
NFData ListStateFilterAction # 

Methods

rnf :: ListStateFilterAction -> () #

ToQuery ListStateFilterAction # 
ToHeader ListStateFilterAction # 
ToByteString ListStateFilterAction # 
FromText ListStateFilterAction # 
ToText ListStateFilterAction # 
type Rep ListStateFilterAction # 
type Rep ListStateFilterAction = D1 (MetaData "ListStateFilterAction" "Network.AWS.CodeDeploy.Types.Sum" "amazonka-codedeploy-1.4.5-7UWcGyWUHrLDqaWZl9U8ik" False) ((:+:) (C1 (MetaCons "Exclude" PrefixI False) U1) ((:+:) (C1 (MetaCons "Ignore" PrefixI False) U1) (C1 (MetaCons "Include" PrefixI False) U1)))

MinimumHealthyHostsType

data MinimumHealthyHostsType #

Constructors

FleetPercent 
HostCount 

Instances

Bounded MinimumHealthyHostsType # 
Enum MinimumHealthyHostsType # 
Eq MinimumHealthyHostsType # 
Data MinimumHealthyHostsType # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> MinimumHealthyHostsType -> c MinimumHealthyHostsType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c MinimumHealthyHostsType #

toConstr :: MinimumHealthyHostsType -> Constr #

dataTypeOf :: MinimumHealthyHostsType -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c MinimumHealthyHostsType) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c MinimumHealthyHostsType) #

gmapT :: (forall b. Data b => b -> b) -> MinimumHealthyHostsType -> MinimumHealthyHostsType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> MinimumHealthyHostsType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> MinimumHealthyHostsType -> r #

gmapQ :: (forall d. Data d => d -> u) -> MinimumHealthyHostsType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> MinimumHealthyHostsType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> MinimumHealthyHostsType -> m MinimumHealthyHostsType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> MinimumHealthyHostsType -> m MinimumHealthyHostsType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> MinimumHealthyHostsType -> m MinimumHealthyHostsType #

Ord MinimumHealthyHostsType # 
Read MinimumHealthyHostsType # 
Show MinimumHealthyHostsType # 
Generic MinimumHealthyHostsType # 
Hashable MinimumHealthyHostsType # 
ToJSON MinimumHealthyHostsType # 
FromJSON MinimumHealthyHostsType # 
NFData MinimumHealthyHostsType # 

Methods

rnf :: MinimumHealthyHostsType -> () #

ToQuery MinimumHealthyHostsType # 
ToHeader MinimumHealthyHostsType # 
ToByteString MinimumHealthyHostsType # 
FromText MinimumHealthyHostsType # 
ToText MinimumHealthyHostsType # 
type Rep MinimumHealthyHostsType # 
type Rep MinimumHealthyHostsType = D1 (MetaData "MinimumHealthyHostsType" "Network.AWS.CodeDeploy.Types.Sum" "amazonka-codedeploy-1.4.5-7UWcGyWUHrLDqaWZl9U8ik" False) ((:+:) (C1 (MetaCons "FleetPercent" PrefixI False) U1) (C1 (MetaCons "HostCount" PrefixI False) U1))

RegistrationStatus

data RegistrationStatus #

Constructors

Deregistered 
Registered 

Instances

Bounded RegistrationStatus # 
Enum RegistrationStatus # 
Eq RegistrationStatus # 
Data RegistrationStatus # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> RegistrationStatus -> c RegistrationStatus #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c RegistrationStatus #

toConstr :: RegistrationStatus -> Constr #

dataTypeOf :: RegistrationStatus -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c RegistrationStatus) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c RegistrationStatus) #

gmapT :: (forall b. Data b => b -> b) -> RegistrationStatus -> RegistrationStatus #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> RegistrationStatus -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> RegistrationStatus -> r #

gmapQ :: (forall d. Data d => d -> u) -> RegistrationStatus -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> RegistrationStatus -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> RegistrationStatus -> m RegistrationStatus #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> RegistrationStatus -> m RegistrationStatus #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> RegistrationStatus -> m RegistrationStatus #

Ord RegistrationStatus # 
Read RegistrationStatus # 
Show RegistrationStatus # 
Generic RegistrationStatus # 
Hashable RegistrationStatus # 
ToJSON RegistrationStatus # 
NFData RegistrationStatus # 

Methods

rnf :: RegistrationStatus -> () #

ToQuery RegistrationStatus # 
ToHeader RegistrationStatus # 
ToByteString RegistrationStatus # 
FromText RegistrationStatus # 
ToText RegistrationStatus # 
type Rep RegistrationStatus # 
type Rep RegistrationStatus = D1 (MetaData "RegistrationStatus" "Network.AWS.CodeDeploy.Types.Sum" "amazonka-codedeploy-1.4.5-7UWcGyWUHrLDqaWZl9U8ik" False) ((:+:) (C1 (MetaCons "Deregistered" PrefixI False) U1) (C1 (MetaCons "Registered" PrefixI False) U1))

RevisionLocationType

data RevisionLocationType #

Constructors

GitHub 
S3 

Instances

Bounded RevisionLocationType # 
Enum RevisionLocationType # 
Eq RevisionLocationType # 
Data RevisionLocationType # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> RevisionLocationType -> c RevisionLocationType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c RevisionLocationType #

toConstr :: RevisionLocationType -> Constr #

dataTypeOf :: RevisionLocationType -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c RevisionLocationType) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c RevisionLocationType) #

gmapT :: (forall b. Data b => b -> b) -> RevisionLocationType -> RevisionLocationType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> RevisionLocationType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> RevisionLocationType -> r #

gmapQ :: (forall d. Data d => d -> u) -> RevisionLocationType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> RevisionLocationType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> RevisionLocationType -> m RevisionLocationType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> RevisionLocationType -> m RevisionLocationType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> RevisionLocationType -> m RevisionLocationType #

Ord RevisionLocationType # 
Read RevisionLocationType # 
Show RevisionLocationType # 
Generic RevisionLocationType # 
Hashable RevisionLocationType # 
ToJSON RevisionLocationType # 
FromJSON RevisionLocationType # 
NFData RevisionLocationType # 

Methods

rnf :: RevisionLocationType -> () #

ToQuery RevisionLocationType # 
ToHeader RevisionLocationType # 
ToByteString RevisionLocationType # 
FromText RevisionLocationType # 
ToText RevisionLocationType # 
type Rep RevisionLocationType # 
type Rep RevisionLocationType = D1 (MetaData "RevisionLocationType" "Network.AWS.CodeDeploy.Types.Sum" "amazonka-codedeploy-1.4.5-7UWcGyWUHrLDqaWZl9U8ik" False) ((:+:) (C1 (MetaCons "GitHub" PrefixI False) U1) (C1 (MetaCons "S3" PrefixI False) U1))

SortOrder

data SortOrder #

Constructors

Ascending 
Descending 

Instances

Bounded SortOrder # 
Enum SortOrder # 
Eq SortOrder # 
Data SortOrder # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SortOrder -> c SortOrder #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SortOrder #

toConstr :: SortOrder -> Constr #

dataTypeOf :: SortOrder -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c SortOrder) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SortOrder) #

gmapT :: (forall b. Data b => b -> b) -> SortOrder -> SortOrder #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SortOrder -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SortOrder -> r #

gmapQ :: (forall d. Data d => d -> u) -> SortOrder -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> SortOrder -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> SortOrder -> m SortOrder #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SortOrder -> m SortOrder #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SortOrder -> m SortOrder #

Ord SortOrder # 
Read SortOrder # 
Show SortOrder # 
Generic SortOrder # 

Associated Types

type Rep SortOrder :: * -> * #

Hashable SortOrder # 
ToJSON SortOrder # 
NFData SortOrder # 

Methods

rnf :: SortOrder -> () #

ToQuery SortOrder # 
ToHeader SortOrder # 
ToByteString SortOrder # 

Methods

toBS :: SortOrder -> ByteString #

FromText SortOrder # 
ToText SortOrder # 

Methods

toText :: SortOrder -> Text #

type Rep SortOrder # 
type Rep SortOrder = D1 (MetaData "SortOrder" "Network.AWS.CodeDeploy.Types.Sum" "amazonka-codedeploy-1.4.5-7UWcGyWUHrLDqaWZl9U8ik" False) ((:+:) (C1 (MetaCons "Ascending" PrefixI False) U1) (C1 (MetaCons "Descending" PrefixI False) U1))

StopStatus

data StopStatus #

Constructors

SSPending 
SSSucceeded 

Instances

Bounded StopStatus # 
Enum StopStatus # 
Eq StopStatus # 
Data StopStatus # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> StopStatus -> c StopStatus #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c StopStatus #

toConstr :: StopStatus -> Constr #

dataTypeOf :: StopStatus -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c StopStatus) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c StopStatus) #

gmapT :: (forall b. Data b => b -> b) -> StopStatus -> StopStatus #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> StopStatus -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> StopStatus -> r #

gmapQ :: (forall d. Data d => d -> u) -> StopStatus -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> StopStatus -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> StopStatus -> m StopStatus #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> StopStatus -> m StopStatus #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> StopStatus -> m StopStatus #

Ord StopStatus # 
Read StopStatus # 
Show StopStatus # 
Generic StopStatus # 

Associated Types

type Rep StopStatus :: * -> * #

Hashable StopStatus # 
FromJSON StopStatus # 
NFData StopStatus # 

Methods

rnf :: StopStatus -> () #

ToQuery StopStatus # 
ToHeader StopStatus # 
ToByteString StopStatus # 
FromText StopStatus # 
ToText StopStatus # 

Methods

toText :: StopStatus -> Text #

type Rep StopStatus # 
type Rep StopStatus = D1 (MetaData "StopStatus" "Network.AWS.CodeDeploy.Types.Sum" "amazonka-codedeploy-1.4.5-7UWcGyWUHrLDqaWZl9U8ik" False) ((:+:) (C1 (MetaCons "SSPending" PrefixI False) U1) (C1 (MetaCons "SSSucceeded" PrefixI False) U1))

TagFilterType

data TagFilterType #

Instances

Bounded TagFilterType # 
Enum TagFilterType # 
Eq TagFilterType # 
Data TagFilterType # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> TagFilterType -> c TagFilterType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c TagFilterType #

toConstr :: TagFilterType -> Constr #

dataTypeOf :: TagFilterType -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c TagFilterType) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c TagFilterType) #

gmapT :: (forall b. Data b => b -> b) -> TagFilterType -> TagFilterType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> TagFilterType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> TagFilterType -> r #

gmapQ :: (forall d. Data d => d -> u) -> TagFilterType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> TagFilterType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> TagFilterType -> m TagFilterType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> TagFilterType -> m TagFilterType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> TagFilterType -> m TagFilterType #

Ord TagFilterType # 
Read TagFilterType # 
Show TagFilterType # 
Generic TagFilterType # 

Associated Types

type Rep TagFilterType :: * -> * #

Hashable TagFilterType # 
ToJSON TagFilterType # 
FromJSON TagFilterType # 
NFData TagFilterType # 

Methods

rnf :: TagFilterType -> () #

ToQuery TagFilterType # 
ToHeader TagFilterType # 
ToByteString TagFilterType # 
FromText TagFilterType # 
ToText TagFilterType # 

Methods

toText :: TagFilterType -> Text #

type Rep TagFilterType # 
type Rep TagFilterType = D1 (MetaData "TagFilterType" "Network.AWS.CodeDeploy.Types.Sum" "amazonka-codedeploy-1.4.5-7UWcGyWUHrLDqaWZl9U8ik" False) ((:+:) (C1 (MetaCons "TFTKeyAndValue" PrefixI False) U1) ((:+:) (C1 (MetaCons "TFTKeyOnly" PrefixI False) U1) (C1 (MetaCons "TFTValueOnly" PrefixI False) U1)))

TriggerEventType

data TriggerEventType #

Instances

Bounded TriggerEventType # 
Enum TriggerEventType # 
Eq TriggerEventType # 
Data TriggerEventType # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> TriggerEventType -> c TriggerEventType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c TriggerEventType #

toConstr :: TriggerEventType -> Constr #

dataTypeOf :: TriggerEventType -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c TriggerEventType) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c TriggerEventType) #

gmapT :: (forall b. Data b => b -> b) -> TriggerEventType -> TriggerEventType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> TriggerEventType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> TriggerEventType -> r #

gmapQ :: (forall d. Data d => d -> u) -> TriggerEventType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> TriggerEventType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> TriggerEventType -> m TriggerEventType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> TriggerEventType -> m TriggerEventType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> TriggerEventType -> m TriggerEventType #

Ord TriggerEventType # 
Read TriggerEventType # 
Show TriggerEventType # 
Generic TriggerEventType # 
Hashable TriggerEventType # 
ToJSON TriggerEventType # 
FromJSON TriggerEventType # 
NFData TriggerEventType # 

Methods

rnf :: TriggerEventType -> () #

ToQuery TriggerEventType # 
ToHeader TriggerEventType # 
ToByteString TriggerEventType # 
FromText TriggerEventType # 
ToText TriggerEventType # 
type Rep TriggerEventType # 
type Rep TriggerEventType = D1 (MetaData "TriggerEventType" "Network.AWS.CodeDeploy.Types.Sum" "amazonka-codedeploy-1.4.5-7UWcGyWUHrLDqaWZl9U8ik" False) ((:+:) ((:+:) ((:+:) (C1 (MetaCons "DeploymentFailure" PrefixI False) U1) (C1 (MetaCons "DeploymentRollback" PrefixI False) U1)) ((:+:) (C1 (MetaCons "DeploymentStart" PrefixI False) U1) (C1 (MetaCons "DeploymentStop" PrefixI False) U1))) ((:+:) ((:+:) (C1 (MetaCons "DeploymentSuccess" PrefixI False) U1) (C1 (MetaCons "InstanceFailure" PrefixI False) U1)) ((:+:) (C1 (MetaCons "InstanceStart" PrefixI False) U1) (C1 (MetaCons "InstanceSuccess" PrefixI False) U1))))

Alarm

data Alarm #

Information about an alarm.

See: alarm smart constructor.

Instances

Eq Alarm # 

Methods

(==) :: Alarm -> Alarm -> Bool #

(/=) :: Alarm -> Alarm -> Bool #

Data Alarm # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Alarm -> c Alarm #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Alarm #

toConstr :: Alarm -> Constr #

dataTypeOf :: Alarm -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c Alarm) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Alarm) #

gmapT :: (forall b. Data b => b -> b) -> Alarm -> Alarm #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Alarm -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Alarm -> r #

gmapQ :: (forall d. Data d => d -> u) -> Alarm -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Alarm -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Alarm -> m Alarm #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Alarm -> m Alarm #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Alarm -> m Alarm #

Read Alarm # 
Show Alarm # 

Methods

showsPrec :: Int -> Alarm -> ShowS #

show :: Alarm -> String #

showList :: [Alarm] -> ShowS #

Generic Alarm # 

Associated Types

type Rep Alarm :: * -> * #

Methods

from :: Alarm -> Rep Alarm x #

to :: Rep Alarm x -> Alarm #

Hashable Alarm # 

Methods

hashWithSalt :: Int -> Alarm -> Int #

hash :: Alarm -> Int #

ToJSON Alarm # 
FromJSON Alarm # 
NFData Alarm # 

Methods

rnf :: Alarm -> () #

type Rep Alarm # 
type Rep Alarm = D1 (MetaData "Alarm" "Network.AWS.CodeDeploy.Types.Product" "amazonka-codedeploy-1.4.5-7UWcGyWUHrLDqaWZl9U8ik" True) (C1 (MetaCons "Alarm'" PrefixI True) (S1 (MetaSel (Just Symbol "_aName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text))))

alarm :: Alarm #

Creates a value of Alarm with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • aName - The name of the alarm. Maximum length is 255 characters. Each alarm name can be used only once in a list of alarms.

aName :: Lens' Alarm (Maybe Text) #

The name of the alarm. Maximum length is 255 characters. Each alarm name can be used only once in a list of alarms.

AlarmConfiguration

data AlarmConfiguration #

Information about alarms associated with the deployment group.

See: alarmConfiguration smart constructor.

Instances

Eq AlarmConfiguration # 
Data AlarmConfiguration # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> AlarmConfiguration -> c AlarmConfiguration #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c AlarmConfiguration #

toConstr :: AlarmConfiguration -> Constr #

dataTypeOf :: AlarmConfiguration -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c AlarmConfiguration) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c AlarmConfiguration) #

gmapT :: (forall b. Data b => b -> b) -> AlarmConfiguration -> AlarmConfiguration #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> AlarmConfiguration -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> AlarmConfiguration -> r #

gmapQ :: (forall d. Data d => d -> u) -> AlarmConfiguration -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> AlarmConfiguration -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> AlarmConfiguration -> m AlarmConfiguration #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> AlarmConfiguration -> m AlarmConfiguration #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> AlarmConfiguration -> m AlarmConfiguration #

Read AlarmConfiguration # 
Show AlarmConfiguration # 
Generic AlarmConfiguration # 
Hashable AlarmConfiguration # 
ToJSON AlarmConfiguration # 
FromJSON AlarmConfiguration # 
NFData AlarmConfiguration # 

Methods

rnf :: AlarmConfiguration -> () #

type Rep AlarmConfiguration # 
type Rep AlarmConfiguration = D1 (MetaData "AlarmConfiguration" "Network.AWS.CodeDeploy.Types.Product" "amazonka-codedeploy-1.4.5-7UWcGyWUHrLDqaWZl9U8ik" False) (C1 (MetaCons "AlarmConfiguration'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_acIgnorePollAlarmFailure") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) ((:*:) (S1 (MetaSel (Just Symbol "_acEnabled") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) (S1 (MetaSel (Just Symbol "_acAlarms") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Alarm]))))))

alarmConfiguration :: AlarmConfiguration #

Creates a value of AlarmConfiguration with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • acIgnorePollAlarmFailure - Indicates whether a deployment should continue if information about the current state of alarms cannot be retrieved from Amazon CloudWatch. The default value is false. * true: The deployment will proceed even if alarm status information can't be retrieved from Amazon CloudWatch. * false: The deployment will stop if alarm status information can't be retrieved from Amazon CloudWatch.
  • acEnabled - Indicates whether the alarm configuration is enabled.
  • acAlarms - A list of alarms configured for the deployment group. A maximum of 10 alarms can be added to a deployment group.

acIgnorePollAlarmFailure :: Lens' AlarmConfiguration (Maybe Bool) #

Indicates whether a deployment should continue if information about the current state of alarms cannot be retrieved from Amazon CloudWatch. The default value is false. * true: The deployment will proceed even if alarm status information can't be retrieved from Amazon CloudWatch. * false: The deployment will stop if alarm status information can't be retrieved from Amazon CloudWatch.

acEnabled :: Lens' AlarmConfiguration (Maybe Bool) #

Indicates whether the alarm configuration is enabled.

acAlarms :: Lens' AlarmConfiguration [Alarm] #

A list of alarms configured for the deployment group. A maximum of 10 alarms can be added to a deployment group.

ApplicationInfo

data ApplicationInfo #

Information about an application.

See: applicationInfo smart constructor.

Instances

Eq ApplicationInfo # 
Data ApplicationInfo # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ApplicationInfo -> c ApplicationInfo #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ApplicationInfo #

toConstr :: ApplicationInfo -> Constr #

dataTypeOf :: ApplicationInfo -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ApplicationInfo) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ApplicationInfo) #

gmapT :: (forall b. Data b => b -> b) -> ApplicationInfo -> ApplicationInfo #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ApplicationInfo -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ApplicationInfo -> r #

gmapQ :: (forall d. Data d => d -> u) -> ApplicationInfo -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ApplicationInfo -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ApplicationInfo -> m ApplicationInfo #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ApplicationInfo -> m ApplicationInfo #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ApplicationInfo -> m ApplicationInfo #

Read ApplicationInfo # 
Show ApplicationInfo # 
Generic ApplicationInfo # 
Hashable ApplicationInfo # 
FromJSON ApplicationInfo # 
NFData ApplicationInfo # 

Methods

rnf :: ApplicationInfo -> () #

type Rep ApplicationInfo # 
type Rep ApplicationInfo = D1 (MetaData "ApplicationInfo" "Network.AWS.CodeDeploy.Types.Product" "amazonka-codedeploy-1.4.5-7UWcGyWUHrLDqaWZl9U8ik" False) (C1 (MetaCons "ApplicationInfo'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_aiLinkedToGitHub") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) (S1 (MetaSel (Just Symbol "_aiApplicationId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_aiApplicationName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_aiCreateTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX))))))

applicationInfo :: ApplicationInfo #

Creates a value of ApplicationInfo with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

aiLinkedToGitHub :: Lens' ApplicationInfo (Maybe Bool) #

True if the user has authenticated with GitHub for the specified application; otherwise, false.

aiCreateTime :: Lens' ApplicationInfo (Maybe UTCTime) #

The time at which the application was created.

AutoRollbackConfiguration

data AutoRollbackConfiguration #

Information about a configuration for automatically rolling back to a previous version of an application revision when a deployment doesn't complete successfully.

See: autoRollbackConfiguration smart constructor.

Instances

Eq AutoRollbackConfiguration # 
Data AutoRollbackConfiguration # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> AutoRollbackConfiguration -> c AutoRollbackConfiguration #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c AutoRollbackConfiguration #

toConstr :: AutoRollbackConfiguration -> Constr #

dataTypeOf :: AutoRollbackConfiguration -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c AutoRollbackConfiguration) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c AutoRollbackConfiguration) #

gmapT :: (forall b. Data b => b -> b) -> AutoRollbackConfiguration -> AutoRollbackConfiguration #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> AutoRollbackConfiguration -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> AutoRollbackConfiguration -> r #

gmapQ :: (forall d. Data d => d -> u) -> AutoRollbackConfiguration -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> AutoRollbackConfiguration -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> AutoRollbackConfiguration -> m AutoRollbackConfiguration #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> AutoRollbackConfiguration -> m AutoRollbackConfiguration #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> AutoRollbackConfiguration -> m AutoRollbackConfiguration #

Read AutoRollbackConfiguration # 
Show AutoRollbackConfiguration # 
Generic AutoRollbackConfiguration # 
Hashable AutoRollbackConfiguration # 
ToJSON AutoRollbackConfiguration # 
FromJSON AutoRollbackConfiguration # 
NFData AutoRollbackConfiguration # 
type Rep AutoRollbackConfiguration # 
type Rep AutoRollbackConfiguration = D1 (MetaData "AutoRollbackConfiguration" "Network.AWS.CodeDeploy.Types.Product" "amazonka-codedeploy-1.4.5-7UWcGyWUHrLDqaWZl9U8ik" False) (C1 (MetaCons "AutoRollbackConfiguration'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_arcEnabled") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) (S1 (MetaSel (Just Symbol "_arcEvents") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [AutoRollbackEvent])))))

autoRollbackConfiguration :: AutoRollbackConfiguration #

Creates a value of AutoRollbackConfiguration with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • arcEnabled - Indicates whether a defined automatic rollback configuration is currently enabled.
  • arcEvents - The event type or types that trigger a rollback.

arcEnabled :: Lens' AutoRollbackConfiguration (Maybe Bool) #

Indicates whether a defined automatic rollback configuration is currently enabled.

arcEvents :: Lens' AutoRollbackConfiguration [AutoRollbackEvent] #

The event type or types that trigger a rollback.

AutoScalingGroup

data AutoScalingGroup #

Information about an Auto Scaling group.

See: autoScalingGroup smart constructor.

Instances

Eq AutoScalingGroup # 
Data AutoScalingGroup # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> AutoScalingGroup -> c AutoScalingGroup #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c AutoScalingGroup #

toConstr :: AutoScalingGroup -> Constr #

dataTypeOf :: AutoScalingGroup -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c AutoScalingGroup) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c AutoScalingGroup) #

gmapT :: (forall b. Data b => b -> b) -> AutoScalingGroup -> AutoScalingGroup #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> AutoScalingGroup -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> AutoScalingGroup -> r #

gmapQ :: (forall d. Data d => d -> u) -> AutoScalingGroup -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> AutoScalingGroup -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> AutoScalingGroup -> m AutoScalingGroup #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> AutoScalingGroup -> m AutoScalingGroup #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> AutoScalingGroup -> m AutoScalingGroup #

Read AutoScalingGroup # 
Show AutoScalingGroup # 
Generic AutoScalingGroup # 
Hashable AutoScalingGroup # 
FromJSON AutoScalingGroup # 
NFData AutoScalingGroup # 

Methods

rnf :: AutoScalingGroup -> () #

type Rep AutoScalingGroup # 
type Rep AutoScalingGroup = D1 (MetaData "AutoScalingGroup" "Network.AWS.CodeDeploy.Types.Product" "amazonka-codedeploy-1.4.5-7UWcGyWUHrLDqaWZl9U8ik" False) (C1 (MetaCons "AutoScalingGroup'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_asgHook") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_asgName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

autoScalingGroup :: AutoScalingGroup #

Creates a value of AutoScalingGroup with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • asgHook - An Auto Scaling lifecycle event hook name.
  • asgName - The Auto Scaling group name.

asgHook :: Lens' AutoScalingGroup (Maybe Text) #

An Auto Scaling lifecycle event hook name.

asgName :: Lens' AutoScalingGroup (Maybe Text) #

The Auto Scaling group name.

DeploymentConfigInfo

data DeploymentConfigInfo #

Information about a deployment configuration.

See: deploymentConfigInfo smart constructor.

Instances

Eq DeploymentConfigInfo # 
Data DeploymentConfigInfo # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DeploymentConfigInfo -> c DeploymentConfigInfo #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DeploymentConfigInfo #

toConstr :: DeploymentConfigInfo -> Constr #

dataTypeOf :: DeploymentConfigInfo -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DeploymentConfigInfo) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DeploymentConfigInfo) #

gmapT :: (forall b. Data b => b -> b) -> DeploymentConfigInfo -> DeploymentConfigInfo #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DeploymentConfigInfo -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DeploymentConfigInfo -> r #

gmapQ :: (forall d. Data d => d -> u) -> DeploymentConfigInfo -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DeploymentConfigInfo -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DeploymentConfigInfo -> m DeploymentConfigInfo #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DeploymentConfigInfo -> m DeploymentConfigInfo #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DeploymentConfigInfo -> m DeploymentConfigInfo #

Read DeploymentConfigInfo # 
Show DeploymentConfigInfo # 
Generic DeploymentConfigInfo # 
Hashable DeploymentConfigInfo # 
FromJSON DeploymentConfigInfo # 
NFData DeploymentConfigInfo # 

Methods

rnf :: DeploymentConfigInfo -> () #

type Rep DeploymentConfigInfo # 
type Rep DeploymentConfigInfo = D1 (MetaData "DeploymentConfigInfo" "Network.AWS.CodeDeploy.Types.Product" "amazonka-codedeploy-1.4.5-7UWcGyWUHrLDqaWZl9U8ik" False) (C1 (MetaCons "DeploymentConfigInfo'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_dciDeploymentConfigName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_dciMinimumHealthyHosts") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe MinimumHealthyHosts)))) ((:*:) (S1 (MetaSel (Just Symbol "_dciDeploymentConfigId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_dciCreateTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX))))))

deploymentConfigInfo :: DeploymentConfigInfo #

Creates a value of DeploymentConfigInfo with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

dciDeploymentConfigName :: Lens' DeploymentConfigInfo (Maybe Text) #

The deployment configuration name.

dciMinimumHealthyHosts :: Lens' DeploymentConfigInfo (Maybe MinimumHealthyHosts) #

Information about the number or percentage of minimum healthy instance.

dciDeploymentConfigId :: Lens' DeploymentConfigInfo (Maybe Text) #

The deployment configuration ID.

dciCreateTime :: Lens' DeploymentConfigInfo (Maybe UTCTime) #

The time at which the deployment configuration was created.

DeploymentGroupInfo

data DeploymentGroupInfo #

Information about a deployment group.

See: deploymentGroupInfo smart constructor.

Instances

Eq DeploymentGroupInfo # 
Data DeploymentGroupInfo # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DeploymentGroupInfo -> c DeploymentGroupInfo #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DeploymentGroupInfo #

toConstr :: DeploymentGroupInfo -> Constr #

dataTypeOf :: DeploymentGroupInfo -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DeploymentGroupInfo) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DeploymentGroupInfo) #

gmapT :: (forall b. Data b => b -> b) -> DeploymentGroupInfo -> DeploymentGroupInfo #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DeploymentGroupInfo -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DeploymentGroupInfo -> r #

gmapQ :: (forall d. Data d => d -> u) -> DeploymentGroupInfo -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DeploymentGroupInfo -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DeploymentGroupInfo -> m DeploymentGroupInfo #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DeploymentGroupInfo -> m DeploymentGroupInfo #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DeploymentGroupInfo -> m DeploymentGroupInfo #

Read DeploymentGroupInfo # 
Show DeploymentGroupInfo # 
Generic DeploymentGroupInfo # 
Hashable DeploymentGroupInfo # 
FromJSON DeploymentGroupInfo # 
NFData DeploymentGroupInfo # 

Methods

rnf :: DeploymentGroupInfo -> () #

type Rep DeploymentGroupInfo # 
type Rep DeploymentGroupInfo = D1 (MetaData "DeploymentGroupInfo" "Network.AWS.CodeDeploy.Types.Product" "amazonka-codedeploy-1.4.5-7UWcGyWUHrLDqaWZl9U8ik" False) (C1 (MetaCons "DeploymentGroupInfo'" PrefixI True) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_dgiServiceRoleARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_dgiDeploymentConfigName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_dgiTargetRevision") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe RevisionLocation))))) ((:*:) (S1 (MetaSel (Just Symbol "_dgiEc2TagFilters") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [EC2TagFilter]))) ((:*:) (S1 (MetaSel (Just Symbol "_dgiOnPremisesInstanceTagFilters") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [TagFilter]))) (S1 (MetaSel (Just Symbol "_dgiApplicationName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_dgiAlarmConfiguration") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe AlarmConfiguration))) ((:*:) (S1 (MetaSel (Just Symbol "_dgiTriggerConfigurations") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [TriggerConfig]))) (S1 (MetaSel (Just Symbol "_dgiDeploymentGroupId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) (S1 (MetaSel (Just Symbol "_dgiAutoScalingGroups") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [AutoScalingGroup]))) ((:*:) (S1 (MetaSel (Just Symbol "_dgiAutoRollbackConfiguration") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe AutoRollbackConfiguration))) (S1 (MetaSel (Just Symbol "_dgiDeploymentGroupName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))))

deploymentGroupInfo :: DeploymentGroupInfo #

Creates a value of DeploymentGroupInfo with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

dgiDeploymentConfigName :: Lens' DeploymentGroupInfo (Maybe Text) #

The deployment configuration name.

dgiTargetRevision :: Lens' DeploymentGroupInfo (Maybe RevisionLocation) #

Information about the deployment group's target revision, including type and location.

dgiEc2TagFilters :: Lens' DeploymentGroupInfo [EC2TagFilter] #

The Amazon EC2 tags on which to filter.

dgiOnPremisesInstanceTagFilters :: Lens' DeploymentGroupInfo [TagFilter] #

The on-premises instance tags on which to filter.

dgiAlarmConfiguration :: Lens' DeploymentGroupInfo (Maybe AlarmConfiguration) #

A list of alarms associated with the deployment group.

dgiTriggerConfigurations :: Lens' DeploymentGroupInfo [TriggerConfig] #

Information about triggers associated with the deployment group.

dgiAutoScalingGroups :: Lens' DeploymentGroupInfo [AutoScalingGroup] #

A list of associated Auto Scaling groups.

dgiAutoRollbackConfiguration :: Lens' DeploymentGroupInfo (Maybe AutoRollbackConfiguration) #

Information about the automatic rollback configuration associated with the deployment group.

DeploymentInfo

data DeploymentInfo #

Information about a deployment.

See: deploymentInfo smart constructor.

Instances

Eq DeploymentInfo # 
Data DeploymentInfo # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DeploymentInfo -> c DeploymentInfo #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DeploymentInfo #

toConstr :: DeploymentInfo -> Constr #

dataTypeOf :: DeploymentInfo -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DeploymentInfo) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DeploymentInfo) #

gmapT :: (forall b. Data b => b -> b) -> DeploymentInfo -> DeploymentInfo #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DeploymentInfo -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DeploymentInfo -> r #

gmapQ :: (forall d. Data d => d -> u) -> DeploymentInfo -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DeploymentInfo -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DeploymentInfo -> m DeploymentInfo #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DeploymentInfo -> m DeploymentInfo #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DeploymentInfo -> m DeploymentInfo #

Read DeploymentInfo # 
Show DeploymentInfo # 
Generic DeploymentInfo # 

Associated Types

type Rep DeploymentInfo :: * -> * #

Hashable DeploymentInfo # 
FromJSON DeploymentInfo # 
NFData DeploymentInfo # 

Methods

rnf :: DeploymentInfo -> () #

type Rep DeploymentInfo # 
type Rep DeploymentInfo = D1 (MetaData "DeploymentInfo" "Network.AWS.CodeDeploy.Types.Product" "amazonka-codedeploy-1.4.5-7UWcGyWUHrLDqaWZl9U8ik" False) (C1 (MetaCons "DeploymentInfo'" PrefixI True) ((:*:) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_diCreator") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DeploymentCreator))) (S1 (MetaSel (Just Symbol "_diStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DeploymentStatus)))) ((:*:) (S1 (MetaSel (Just Symbol "_diDeploymentId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_diDeploymentConfigName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_diStartTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX))) (S1 (MetaSel (Just Symbol "_diCompleteTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX)))) ((:*:) (S1 (MetaSel (Just Symbol "_diErrorInformation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ErrorInformation))) (S1 (MetaSel (Just Symbol "_diDeploymentOverview") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DeploymentOverview)))))) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_diApplicationName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_diRollbackInfo") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe RollbackInfo)))) ((:*:) (S1 (MetaSel (Just Symbol "_diRevision") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe RevisionLocation))) (S1 (MetaSel (Just Symbol "_diDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_diCreateTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX))) (S1 (MetaSel (Just Symbol "_diAutoRollbackConfiguration") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe AutoRollbackConfiguration)))) ((:*:) (S1 (MetaSel (Just Symbol "_diUpdateOutdatedInstancesOnly") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) ((:*:) (S1 (MetaSel (Just Symbol "_diDeploymentGroupName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_diIgnoreApplicationStopFailures") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)))))))))

deploymentInfo :: DeploymentInfo #

Creates a value of DeploymentInfo with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • diCreator - The means by which the deployment was created: * user: A user created the deployment. * autoscaling: Auto Scaling created the deployment. * codeDeployRollback: A rollback process created the deployment.
  • diStatus - The current state of the deployment as a whole.
  • diDeploymentId - The deployment ID.
  • diDeploymentConfigName - The deployment configuration name.
  • diStartTime - A timestamp indicating when the deployment was deployed to the deployment group. In some cases, the reported value of the start time may be later than the complete time. This is due to differences in the clock settings of back-end servers that participate in the deployment process.
  • diCompleteTime - A timestamp indicating when the deployment was complete.
  • diErrorInformation - Information about any error associated with this deployment.
  • diDeploymentOverview - A summary of the deployment status of the instances in the deployment.
  • diApplicationName - The application name.
  • diRollbackInfo - Information about a deployment rollback.
  • diRevision - Information about the location of stored application artifacts and the service from which to retrieve them.
  • diDescription - A comment about the deployment.
  • diCreateTime - A timestamp indicating when the deployment was created.
  • diAutoRollbackConfiguration - Information about the automatic rollback configuration associated with the deployment.
  • diUpdateOutdatedInstancesOnly - Indicates whether only instances that are not running the latest application revision are to be deployed to.
  • diDeploymentGroupName - The deployment group name.
  • diIgnoreApplicationStopFailures - If true, then if the deployment causes the ApplicationStop deployment lifecycle event to an instance to fail, the deployment to that instance will not be considered to have failed at that point and will continue on to the BeforeInstall deployment lifecycle event. If false or not specified, then if the deployment causes the ApplicationStop deployment lifecycle event to an instance to fail, the deployment to that instance will stop, and the deployment to that instance will be considered to have failed.

diCreator :: Lens' DeploymentInfo (Maybe DeploymentCreator) #

The means by which the deployment was created: * user: A user created the deployment. * autoscaling: Auto Scaling created the deployment. * codeDeployRollback: A rollback process created the deployment.

diStatus :: Lens' DeploymentInfo (Maybe DeploymentStatus) #

The current state of the deployment as a whole.

diDeploymentConfigName :: Lens' DeploymentInfo (Maybe Text) #

The deployment configuration name.

diStartTime :: Lens' DeploymentInfo (Maybe UTCTime) #

A timestamp indicating when the deployment was deployed to the deployment group. In some cases, the reported value of the start time may be later than the complete time. This is due to differences in the clock settings of back-end servers that participate in the deployment process.

diCompleteTime :: Lens' DeploymentInfo (Maybe UTCTime) #

A timestamp indicating when the deployment was complete.

diErrorInformation :: Lens' DeploymentInfo (Maybe ErrorInformation) #

Information about any error associated with this deployment.

diDeploymentOverview :: Lens' DeploymentInfo (Maybe DeploymentOverview) #

A summary of the deployment status of the instances in the deployment.

diApplicationName :: Lens' DeploymentInfo (Maybe Text) #

The application name.

diRollbackInfo :: Lens' DeploymentInfo (Maybe RollbackInfo) #

Information about a deployment rollback.

diRevision :: Lens' DeploymentInfo (Maybe RevisionLocation) #

Information about the location of stored application artifacts and the service from which to retrieve them.

diDescription :: Lens' DeploymentInfo (Maybe Text) #

A comment about the deployment.

diCreateTime :: Lens' DeploymentInfo (Maybe UTCTime) #

A timestamp indicating when the deployment was created.

diAutoRollbackConfiguration :: Lens' DeploymentInfo (Maybe AutoRollbackConfiguration) #

Information about the automatic rollback configuration associated with the deployment.

diUpdateOutdatedInstancesOnly :: Lens' DeploymentInfo (Maybe Bool) #

Indicates whether only instances that are not running the latest application revision are to be deployed to.

diDeploymentGroupName :: Lens' DeploymentInfo (Maybe Text) #

The deployment group name.

diIgnoreApplicationStopFailures :: Lens' DeploymentInfo (Maybe Bool) #

If true, then if the deployment causes the ApplicationStop deployment lifecycle event to an instance to fail, the deployment to that instance will not be considered to have failed at that point and will continue on to the BeforeInstall deployment lifecycle event. If false or not specified, then if the deployment causes the ApplicationStop deployment lifecycle event to an instance to fail, the deployment to that instance will stop, and the deployment to that instance will be considered to have failed.

DeploymentOverview

data DeploymentOverview #

Information about the deployment status of the instances in the deployment.

See: deploymentOverview smart constructor.

Instances

Eq DeploymentOverview # 
Data DeploymentOverview # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DeploymentOverview -> c DeploymentOverview #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DeploymentOverview #

toConstr :: DeploymentOverview -> Constr #

dataTypeOf :: DeploymentOverview -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DeploymentOverview) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DeploymentOverview) #

gmapT :: (forall b. Data b => b -> b) -> DeploymentOverview -> DeploymentOverview #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DeploymentOverview -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DeploymentOverview -> r #

gmapQ :: (forall d. Data d => d -> u) -> DeploymentOverview -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DeploymentOverview -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DeploymentOverview -> m DeploymentOverview #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DeploymentOverview -> m DeploymentOverview #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DeploymentOverview -> m DeploymentOverview #

Read DeploymentOverview # 
Show DeploymentOverview # 
Generic DeploymentOverview # 
Hashable DeploymentOverview # 
FromJSON DeploymentOverview # 
NFData DeploymentOverview # 

Methods

rnf :: DeploymentOverview -> () #

type Rep DeploymentOverview # 
type Rep DeploymentOverview = D1 (MetaData "DeploymentOverview" "Network.AWS.CodeDeploy.Types.Product" "amazonka-codedeploy-1.4.5-7UWcGyWUHrLDqaWZl9U8ik" False) (C1 (MetaCons "DeploymentOverview'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_doPending") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Integer))) (S1 (MetaSel (Just Symbol "_doSkipped") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Integer)))) ((:*:) (S1 (MetaSel (Just Symbol "_doInProgress") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Integer))) ((:*:) (S1 (MetaSel (Just Symbol "_doSucceeded") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Integer))) (S1 (MetaSel (Just Symbol "_doFailed") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Integer)))))))

deploymentOverview :: DeploymentOverview #

Creates a value of DeploymentOverview with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • doPending - The number of instances in the deployment in a pending state.
  • doSkipped - The number of instances in the deployment in a skipped state.
  • doInProgress - The number of instances in which the deployment is in progress.
  • doSucceeded - The number of instances in the deployment to which revisions have been successfully deployed.
  • doFailed - The number of instances in the deployment in a failed state.

doPending :: Lens' DeploymentOverview (Maybe Integer) #

The number of instances in the deployment in a pending state.

doSkipped :: Lens' DeploymentOverview (Maybe Integer) #

The number of instances in the deployment in a skipped state.

doInProgress :: Lens' DeploymentOverview (Maybe Integer) #

The number of instances in which the deployment is in progress.

doSucceeded :: Lens' DeploymentOverview (Maybe Integer) #

The number of instances in the deployment to which revisions have been successfully deployed.

doFailed :: Lens' DeploymentOverview (Maybe Integer) #

The number of instances in the deployment in a failed state.

Diagnostics

data Diagnostics #

Diagnostic information about executable scripts that are part of a deployment.

See: diagnostics smart constructor.

Instances

Eq Diagnostics # 
Data Diagnostics # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Diagnostics -> c Diagnostics #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Diagnostics #

toConstr :: Diagnostics -> Constr #

dataTypeOf :: Diagnostics -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c Diagnostics) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Diagnostics) #

gmapT :: (forall b. Data b => b -> b) -> Diagnostics -> Diagnostics #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Diagnostics -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Diagnostics -> r #

gmapQ :: (forall d. Data d => d -> u) -> Diagnostics -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Diagnostics -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Diagnostics -> m Diagnostics #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Diagnostics -> m Diagnostics #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Diagnostics -> m Diagnostics #

Read Diagnostics # 
Show Diagnostics # 
Generic Diagnostics # 

Associated Types

type Rep Diagnostics :: * -> * #

Hashable Diagnostics # 
FromJSON Diagnostics # 
NFData Diagnostics # 

Methods

rnf :: Diagnostics -> () #

type Rep Diagnostics # 
type Rep Diagnostics = D1 (MetaData "Diagnostics" "Network.AWS.CodeDeploy.Types.Product" "amazonka-codedeploy-1.4.5-7UWcGyWUHrLDqaWZl9U8ik" False) (C1 (MetaCons "Diagnostics'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_dLogTail") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_dErrorCode") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe LifecycleErrorCode)))) ((:*:) (S1 (MetaSel (Just Symbol "_dScriptName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_dMessage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))

diagnostics :: Diagnostics #

Creates a value of Diagnostics with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • dLogTail - The last portion of the diagnostic log. If available, AWS CodeDeploy returns up to the last 4 KB of the diagnostic log.
  • dErrorCode - The associated error code: * Success: The specified script ran. * ScriptMissing: The specified script was not found in the specified location. * ScriptNotExecutable: The specified script is not a recognized executable file type. * ScriptTimedOut: The specified script did not finish running in the specified time period. * ScriptFailed: The specified script failed to run as expected. * UnknownError: The specified script did not run for an unknown reason.
  • dScriptName - The name of the script.
  • dMessage - The message associated with the error.

dLogTail :: Lens' Diagnostics (Maybe Text) #

The last portion of the diagnostic log. If available, AWS CodeDeploy returns up to the last 4 KB of the diagnostic log.

dErrorCode :: Lens' Diagnostics (Maybe LifecycleErrorCode) #

The associated error code: * Success: The specified script ran. * ScriptMissing: The specified script was not found in the specified location. * ScriptNotExecutable: The specified script is not a recognized executable file type. * ScriptTimedOut: The specified script did not finish running in the specified time period. * ScriptFailed: The specified script failed to run as expected. * UnknownError: The specified script did not run for an unknown reason.

dScriptName :: Lens' Diagnostics (Maybe Text) #

The name of the script.

dMessage :: Lens' Diagnostics (Maybe Text) #

The message associated with the error.

EC2TagFilter

data EC2TagFilter #

Information about a tag filter.

See: ec2TagFilter smart constructor.

Instances

Eq EC2TagFilter # 
Data EC2TagFilter # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> EC2TagFilter -> c EC2TagFilter #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c EC2TagFilter #

toConstr :: EC2TagFilter -> Constr #

dataTypeOf :: EC2TagFilter -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c EC2TagFilter) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c EC2TagFilter) #

gmapT :: (forall b. Data b => b -> b) -> EC2TagFilter -> EC2TagFilter #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> EC2TagFilter -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> EC2TagFilter -> r #

gmapQ :: (forall d. Data d => d -> u) -> EC2TagFilter -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> EC2TagFilter -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> EC2TagFilter -> m EC2TagFilter #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> EC2TagFilter -> m EC2TagFilter #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> EC2TagFilter -> m EC2TagFilter #

Read EC2TagFilter # 
Show EC2TagFilter # 
Generic EC2TagFilter # 

Associated Types

type Rep EC2TagFilter :: * -> * #

Hashable EC2TagFilter # 
ToJSON EC2TagFilter # 
FromJSON EC2TagFilter # 
NFData EC2TagFilter # 

Methods

rnf :: EC2TagFilter -> () #

type Rep EC2TagFilter # 
type Rep EC2TagFilter = D1 (MetaData "EC2TagFilter" "Network.AWS.CodeDeploy.Types.Product" "amazonka-codedeploy-1.4.5-7UWcGyWUHrLDqaWZl9U8ik" False) (C1 (MetaCons "EC2TagFilter'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_etfValue") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_etfKey") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_etfType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe EC2TagFilterType))))))

ec2TagFilter :: EC2TagFilter #

Creates a value of EC2TagFilter with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • etfValue - The tag filter value.
  • etfKey - The tag filter key.
  • etfType - The tag filter type: * KEY_ONLY: Key only. * VALUE_ONLY: Value only. * KEY_AND_VALUE: Key and value.

etfValue :: Lens' EC2TagFilter (Maybe Text) #

The tag filter value.

etfKey :: Lens' EC2TagFilter (Maybe Text) #

The tag filter key.

etfType :: Lens' EC2TagFilter (Maybe EC2TagFilterType) #

The tag filter type: * KEY_ONLY: Key only. * VALUE_ONLY: Value only. * KEY_AND_VALUE: Key and value.

ErrorInformation

data ErrorInformation #

Information about a deployment error.

See: errorInformation smart constructor.

Instances

Eq ErrorInformation # 
Data ErrorInformation # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ErrorInformation -> c ErrorInformation #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ErrorInformation #

toConstr :: ErrorInformation -> Constr #

dataTypeOf :: ErrorInformation -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ErrorInformation) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ErrorInformation) #

gmapT :: (forall b. Data b => b -> b) -> ErrorInformation -> ErrorInformation #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ErrorInformation -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ErrorInformation -> r #

gmapQ :: (forall d. Data d => d -> u) -> ErrorInformation -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ErrorInformation -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ErrorInformation -> m ErrorInformation #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ErrorInformation -> m ErrorInformation #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ErrorInformation -> m ErrorInformation #

Read ErrorInformation # 
Show ErrorInformation # 
Generic ErrorInformation # 
Hashable ErrorInformation # 
FromJSON ErrorInformation # 
NFData ErrorInformation # 

Methods

rnf :: ErrorInformation -> () #

type Rep ErrorInformation # 
type Rep ErrorInformation = D1 (MetaData "ErrorInformation" "Network.AWS.CodeDeploy.Types.Product" "amazonka-codedeploy-1.4.5-7UWcGyWUHrLDqaWZl9U8ik" False) (C1 (MetaCons "ErrorInformation'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_eiCode") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DeployErrorCode))) (S1 (MetaSel (Just Symbol "_eiMessage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

errorInformation :: ErrorInformation #

Creates a value of ErrorInformation with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • eiCode - The error code: * APPLICATION_MISSING: The application was missing. This error code will most likely be raised if the application is deleted after the deployment is created but before it is started. * DEPLOYMENT_GROUP_MISSING: The deployment group was missing. This error code will most likely be raised if the deployment group is deleted after the deployment is created but before it is started. * HEALTH_CONSTRAINTS: The deployment failed on too many instances to be successfully deployed within the instance health constraints specified. * HEALTH_CONSTRAINTS_INVALID: The revision cannot be successfully deployed within the instance health constraints specified. * IAM_ROLE_MISSING: The service role cannot be accessed. * IAM_ROLE_PERMISSIONS: The service role does not have the correct permissions. * INTERNAL_ERROR: There was an internal error. * NO_EC2_SUBSCRIPTION: The calling account is not subscribed to the Amazon EC2 service. * NO_INSTANCES: No instance were specified, or no instance can be found. * OVER_MAX_INSTANCES: The maximum number of instance was exceeded. * THROTTLED: The operation was throttled because the calling account exceeded the throttling limits of one or more AWS services. * TIMEOUT: The deployment has timed out. * REVISION_MISSING: The revision ID was missing. This error code will most likely be raised if the revision is deleted after the deployment is created but before it is started.
  • eiMessage - An accompanying error message.

eiCode :: Lens' ErrorInformation (Maybe DeployErrorCode) #

The error code: * APPLICATION_MISSING: The application was missing. This error code will most likely be raised if the application is deleted after the deployment is created but before it is started. * DEPLOYMENT_GROUP_MISSING: The deployment group was missing. This error code will most likely be raised if the deployment group is deleted after the deployment is created but before it is started. * HEALTH_CONSTRAINTS: The deployment failed on too many instances to be successfully deployed within the instance health constraints specified. * HEALTH_CONSTRAINTS_INVALID: The revision cannot be successfully deployed within the instance health constraints specified. * IAM_ROLE_MISSING: The service role cannot be accessed. * IAM_ROLE_PERMISSIONS: The service role does not have the correct permissions. * INTERNAL_ERROR: There was an internal error. * NO_EC2_SUBSCRIPTION: The calling account is not subscribed to the Amazon EC2 service. * NO_INSTANCES: No instance were specified, or no instance can be found. * OVER_MAX_INSTANCES: The maximum number of instance was exceeded. * THROTTLED: The operation was throttled because the calling account exceeded the throttling limits of one or more AWS services. * TIMEOUT: The deployment has timed out. * REVISION_MISSING: The revision ID was missing. This error code will most likely be raised if the revision is deleted after the deployment is created but before it is started.

eiMessage :: Lens' ErrorInformation (Maybe Text) #

An accompanying error message.

GenericRevisionInfo

data GenericRevisionInfo #

Information about an application revision.

See: genericRevisionInfo smart constructor.

Instances

Eq GenericRevisionInfo # 
Data GenericRevisionInfo # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> GenericRevisionInfo -> c GenericRevisionInfo #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c GenericRevisionInfo #

toConstr :: GenericRevisionInfo -> Constr #

dataTypeOf :: GenericRevisionInfo -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c GenericRevisionInfo) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c GenericRevisionInfo) #

gmapT :: (forall b. Data b => b -> b) -> GenericRevisionInfo -> GenericRevisionInfo #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> GenericRevisionInfo -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> GenericRevisionInfo -> r #

gmapQ :: (forall d. Data d => d -> u) -> GenericRevisionInfo -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> GenericRevisionInfo -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> GenericRevisionInfo -> m GenericRevisionInfo #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> GenericRevisionInfo -> m GenericRevisionInfo #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> GenericRevisionInfo -> m GenericRevisionInfo #

Read GenericRevisionInfo # 
Show GenericRevisionInfo # 
Generic GenericRevisionInfo # 
Hashable GenericRevisionInfo # 
FromJSON GenericRevisionInfo # 
NFData GenericRevisionInfo # 

Methods

rnf :: GenericRevisionInfo -> () #

type Rep GenericRevisionInfo # 
type Rep GenericRevisionInfo = D1 (MetaData "GenericRevisionInfo" "Network.AWS.CodeDeploy.Types.Product" "amazonka-codedeploy-1.4.5-7UWcGyWUHrLDqaWZl9U8ik" False) (C1 (MetaCons "GenericRevisionInfo'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_griRegisterTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX))) (S1 (MetaSel (Just Symbol "_griFirstUsedTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX)))) ((:*:) (S1 (MetaSel (Just Symbol "_griDeploymentGroups") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))) ((:*:) (S1 (MetaSel (Just Symbol "_griLastUsedTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX))) (S1 (MetaSel (Just Symbol "_griDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))))

genericRevisionInfo :: GenericRevisionInfo #

Creates a value of GenericRevisionInfo with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

griRegisterTime :: Lens' GenericRevisionInfo (Maybe UTCTime) #

When the revision was registered with AWS CodeDeploy.

griFirstUsedTime :: Lens' GenericRevisionInfo (Maybe UTCTime) #

When the revision was first used by AWS CodeDeploy.

griDeploymentGroups :: Lens' GenericRevisionInfo [Text] #

The deployment groups for which this is the current target revision.

griLastUsedTime :: Lens' GenericRevisionInfo (Maybe UTCTime) #

When the revision was last used by AWS CodeDeploy.

griDescription :: Lens' GenericRevisionInfo (Maybe Text) #

A comment about the revision.

GitHubLocation

data GitHubLocation #

Information about the location of application artifacts stored in GitHub.

See: gitHubLocation smart constructor.

Instances

Eq GitHubLocation # 
Data GitHubLocation # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> GitHubLocation -> c GitHubLocation #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c GitHubLocation #

toConstr :: GitHubLocation -> Constr #

dataTypeOf :: GitHubLocation -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c GitHubLocation) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c GitHubLocation) #

gmapT :: (forall b. Data b => b -> b) -> GitHubLocation -> GitHubLocation #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> GitHubLocation -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> GitHubLocation -> r #

gmapQ :: (forall d. Data d => d -> u) -> GitHubLocation -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> GitHubLocation -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> GitHubLocation -> m GitHubLocation #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> GitHubLocation -> m GitHubLocation #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> GitHubLocation -> m GitHubLocation #

Read GitHubLocation # 
Show GitHubLocation # 
Generic GitHubLocation # 

Associated Types

type Rep GitHubLocation :: * -> * #

Hashable GitHubLocation # 
ToJSON GitHubLocation # 
FromJSON GitHubLocation # 
NFData GitHubLocation # 

Methods

rnf :: GitHubLocation -> () #

type Rep GitHubLocation # 
type Rep GitHubLocation = D1 (MetaData "GitHubLocation" "Network.AWS.CodeDeploy.Types.Product" "amazonka-codedeploy-1.4.5-7UWcGyWUHrLDqaWZl9U8ik" False) (C1 (MetaCons "GitHubLocation'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_ghlCommitId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_ghlRepository") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

gitHubLocation :: GitHubLocation #

Creates a value of GitHubLocation with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • ghlCommitId - The SHA1 commit ID of the GitHub commit that represents the bundled artifacts for the application revision.
  • ghlRepository - The GitHub account and repository pair that stores a reference to the commit that represents the bundled artifacts for the application revision. Specified as account/repository.

ghlCommitId :: Lens' GitHubLocation (Maybe Text) #

The SHA1 commit ID of the GitHub commit that represents the bundled artifacts for the application revision.

ghlRepository :: Lens' GitHubLocation (Maybe Text) #

The GitHub account and repository pair that stores a reference to the commit that represents the bundled artifacts for the application revision. Specified as account/repository.

InstanceInfo

data InstanceInfo #

Information about an on-premises instance.

See: instanceInfo smart constructor.

Instances

Eq InstanceInfo # 
Data InstanceInfo # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> InstanceInfo -> c InstanceInfo #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c InstanceInfo #

toConstr :: InstanceInfo -> Constr #

dataTypeOf :: InstanceInfo -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c InstanceInfo) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c InstanceInfo) #

gmapT :: (forall b. Data b => b -> b) -> InstanceInfo -> InstanceInfo #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> InstanceInfo -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> InstanceInfo -> r #

gmapQ :: (forall d. Data d => d -> u) -> InstanceInfo -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> InstanceInfo -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> InstanceInfo -> m InstanceInfo #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> InstanceInfo -> m InstanceInfo #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> InstanceInfo -> m InstanceInfo #

Read InstanceInfo # 
Show InstanceInfo # 
Generic InstanceInfo # 

Associated Types

type Rep InstanceInfo :: * -> * #

Hashable InstanceInfo # 
FromJSON InstanceInfo # 
NFData InstanceInfo # 

Methods

rnf :: InstanceInfo -> () #

type Rep InstanceInfo # 
type Rep InstanceInfo = D1 (MetaData "InstanceInfo" "Network.AWS.CodeDeploy.Types.Product" "amazonka-codedeploy-1.4.5-7UWcGyWUHrLDqaWZl9U8ik" False) (C1 (MetaCons "InstanceInfo'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_iiRegisterTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX))) ((:*:) (S1 (MetaSel (Just Symbol "_iiInstanceARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_iiDeregisterTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX))))) ((:*:) (S1 (MetaSel (Just Symbol "_iiIamUserARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_iiInstanceName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_iiTags") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Tag])))))))

instanceInfo :: InstanceInfo #

Creates a value of InstanceInfo with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • iiRegisterTime - The time at which the on-premises instance was registered.
  • iiInstanceARN - The ARN of the on-premises instance.
  • iiDeregisterTime - If the on-premises instance was deregistered, the time at which the on-premises instance was deregistered.
  • iiIamUserARN - The IAM user ARN associated with the on-premises instance.
  • iiInstanceName - The name of the on-premises instance.
  • iiTags - The tags currently associated with the on-premises instance.

iiRegisterTime :: Lens' InstanceInfo (Maybe UTCTime) #

The time at which the on-premises instance was registered.

iiInstanceARN :: Lens' InstanceInfo (Maybe Text) #

The ARN of the on-premises instance.

iiDeregisterTime :: Lens' InstanceInfo (Maybe UTCTime) #

If the on-premises instance was deregistered, the time at which the on-premises instance was deregistered.

iiIamUserARN :: Lens' InstanceInfo (Maybe Text) #

The IAM user ARN associated with the on-premises instance.

iiInstanceName :: Lens' InstanceInfo (Maybe Text) #

The name of the on-premises instance.

iiTags :: Lens' InstanceInfo [Tag] #

The tags currently associated with the on-premises instance.

InstanceSummary

data InstanceSummary #

Information about an instance in a deployment.

See: instanceSummary smart constructor.

Instances

Eq InstanceSummary # 
Data InstanceSummary # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> InstanceSummary -> c InstanceSummary #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c InstanceSummary #

toConstr :: InstanceSummary -> Constr #

dataTypeOf :: InstanceSummary -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c InstanceSummary) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c InstanceSummary) #

gmapT :: (forall b. Data b => b -> b) -> InstanceSummary -> InstanceSummary #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> InstanceSummary -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> InstanceSummary -> r #

gmapQ :: (forall d. Data d => d -> u) -> InstanceSummary -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> InstanceSummary -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> InstanceSummary -> m InstanceSummary #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> InstanceSummary -> m InstanceSummary #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> InstanceSummary -> m InstanceSummary #

Read InstanceSummary # 
Show InstanceSummary # 
Generic InstanceSummary # 
Hashable InstanceSummary # 
FromJSON InstanceSummary # 
NFData InstanceSummary # 

Methods

rnf :: InstanceSummary -> () #

type Rep InstanceSummary # 
type Rep InstanceSummary = D1 (MetaData "InstanceSummary" "Network.AWS.CodeDeploy.Types.Product" "amazonka-codedeploy-1.4.5-7UWcGyWUHrLDqaWZl9U8ik" False) (C1 (MetaCons "InstanceSummary'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_isInstanceId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_isStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe InstanceStatus)))) ((:*:) (S1 (MetaSel (Just Symbol "_isDeploymentId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_isLastUpdatedAt") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX))) (S1 (MetaSel (Just Symbol "_isLifecycleEvents") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [LifecycleEvent])))))))

instanceSummary :: InstanceSummary #

Creates a value of InstanceSummary with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • isInstanceId - The instance ID.
  • isStatus - The deployment status for this instance: * Pending: The deployment is pending for this instance. * In Progress: The deployment is in progress for this instance. * Succeeded: The deployment has succeeded for this instance. * Failed: The deployment has failed for this instance. * Skipped: The deployment has been skipped for this instance. * Unknown: The deployment status is unknown for this instance.
  • isDeploymentId - The deployment ID.
  • isLastUpdatedAt - A timestamp indicating when the instance information was last updated.
  • isLifecycleEvents - A list of lifecycle events for this instance.

isStatus :: Lens' InstanceSummary (Maybe InstanceStatus) #

The deployment status for this instance: * Pending: The deployment is pending for this instance. * In Progress: The deployment is in progress for this instance. * Succeeded: The deployment has succeeded for this instance. * Failed: The deployment has failed for this instance. * Skipped: The deployment has been skipped for this instance. * Unknown: The deployment status is unknown for this instance.

isLastUpdatedAt :: Lens' InstanceSummary (Maybe UTCTime) #

A timestamp indicating when the instance information was last updated.

isLifecycleEvents :: Lens' InstanceSummary [LifecycleEvent] #

A list of lifecycle events for this instance.

LifecycleEvent

data LifecycleEvent #

Information about a deployment lifecycle event.

See: lifecycleEvent smart constructor.

Instances

Eq LifecycleEvent # 
Data LifecycleEvent # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> LifecycleEvent -> c LifecycleEvent #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c LifecycleEvent #

toConstr :: LifecycleEvent -> Constr #

dataTypeOf :: LifecycleEvent -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c LifecycleEvent) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c LifecycleEvent) #

gmapT :: (forall b. Data b => b -> b) -> LifecycleEvent -> LifecycleEvent #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> LifecycleEvent -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> LifecycleEvent -> r #

gmapQ :: (forall d. Data d => d -> u) -> LifecycleEvent -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> LifecycleEvent -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> LifecycleEvent -> m LifecycleEvent #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> LifecycleEvent -> m LifecycleEvent #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> LifecycleEvent -> m LifecycleEvent #

Read LifecycleEvent # 
Show LifecycleEvent # 
Generic LifecycleEvent # 

Associated Types

type Rep LifecycleEvent :: * -> * #

Hashable LifecycleEvent # 
FromJSON LifecycleEvent # 
NFData LifecycleEvent # 

Methods

rnf :: LifecycleEvent -> () #

type Rep LifecycleEvent # 
type Rep LifecycleEvent = D1 (MetaData "LifecycleEvent" "Network.AWS.CodeDeploy.Types.Product" "amazonka-codedeploy-1.4.5-7UWcGyWUHrLDqaWZl9U8ik" False) (C1 (MetaCons "LifecycleEvent'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_leStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe LifecycleEventStatus))) (S1 (MetaSel (Just Symbol "_leLifecycleEventName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_leStartTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX))) ((:*:) (S1 (MetaSel (Just Symbol "_leDiagnostics") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Diagnostics))) (S1 (MetaSel (Just Symbol "_leEndTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX)))))))

lifecycleEvent :: LifecycleEvent #

Creates a value of LifecycleEvent with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • leStatus - The deployment lifecycle event status: * Pending: The deployment lifecycle event is pending. * InProgress: The deployment lifecycle event is in progress. * Succeeded: The deployment lifecycle event ran successfully. * Failed: The deployment lifecycle event has failed. * Skipped: The deployment lifecycle event has been skipped. * Unknown: The deployment lifecycle event is unknown.
  • leLifecycleEventName - The deployment lifecycle event name, such as ApplicationStop, BeforeInstall, AfterInstall, ApplicationStart, or ValidateService.
  • leStartTime - A timestamp indicating when the deployment lifecycle event started.
  • leDiagnostics - Diagnostic information about the deployment lifecycle event.
  • leEndTime - A timestamp indicating when the deployment lifecycle event ended.

leStatus :: Lens' LifecycleEvent (Maybe LifecycleEventStatus) #

The deployment lifecycle event status: * Pending: The deployment lifecycle event is pending. * InProgress: The deployment lifecycle event is in progress. * Succeeded: The deployment lifecycle event ran successfully. * Failed: The deployment lifecycle event has failed. * Skipped: The deployment lifecycle event has been skipped. * Unknown: The deployment lifecycle event is unknown.

leLifecycleEventName :: Lens' LifecycleEvent (Maybe Text) #

The deployment lifecycle event name, such as ApplicationStop, BeforeInstall, AfterInstall, ApplicationStart, or ValidateService.

leStartTime :: Lens' LifecycleEvent (Maybe UTCTime) #

A timestamp indicating when the deployment lifecycle event started.

leDiagnostics :: Lens' LifecycleEvent (Maybe Diagnostics) #

Diagnostic information about the deployment lifecycle event.

leEndTime :: Lens' LifecycleEvent (Maybe UTCTime) #

A timestamp indicating when the deployment lifecycle event ended.

MinimumHealthyHosts

data MinimumHealthyHosts #

Information about minimum healthy instance.

See: minimumHealthyHosts smart constructor.

Instances

Eq MinimumHealthyHosts # 
Data MinimumHealthyHosts # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> MinimumHealthyHosts -> c MinimumHealthyHosts #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c MinimumHealthyHosts #

toConstr :: MinimumHealthyHosts -> Constr #

dataTypeOf :: MinimumHealthyHosts -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c MinimumHealthyHosts) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c MinimumHealthyHosts) #

gmapT :: (forall b. Data b => b -> b) -> MinimumHealthyHosts -> MinimumHealthyHosts #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> MinimumHealthyHosts -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> MinimumHealthyHosts -> r #

gmapQ :: (forall d. Data d => d -> u) -> MinimumHealthyHosts -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> MinimumHealthyHosts -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> MinimumHealthyHosts -> m MinimumHealthyHosts #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> MinimumHealthyHosts -> m MinimumHealthyHosts #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> MinimumHealthyHosts -> m MinimumHealthyHosts #

Read MinimumHealthyHosts # 
Show MinimumHealthyHosts # 
Generic MinimumHealthyHosts # 
Hashable MinimumHealthyHosts # 
ToJSON MinimumHealthyHosts # 
FromJSON MinimumHealthyHosts # 
NFData MinimumHealthyHosts # 

Methods

rnf :: MinimumHealthyHosts -> () #

type Rep MinimumHealthyHosts # 
type Rep MinimumHealthyHosts = D1 (MetaData "MinimumHealthyHosts" "Network.AWS.CodeDeploy.Types.Product" "amazonka-codedeploy-1.4.5-7UWcGyWUHrLDqaWZl9U8ik" False) (C1 (MetaCons "MinimumHealthyHosts'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_mhhValue") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int))) (S1 (MetaSel (Just Symbol "_mhhType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe MinimumHealthyHostsType)))))

minimumHealthyHosts :: MinimumHealthyHosts #

Creates a value of MinimumHealthyHosts with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • mhhValue - The minimum healthy instance value.
  • mhhType - The minimum healthy instance type: * HOST_COUNT: The minimum number of healthy instance as an absolute value. * FLEET_PERCENT: The minimum number of healthy instance as a percentage of the total number of instance in the deployment. In an example of nine instance, if a HOST_COUNT of six is specified, deploy to up to three instances at a time. The deployment will be successful if six or more instances are deployed to successfully; otherwise, the deployment fails. If a FLEET_PERCENT of 40 is specified, deploy to up to five instance at a time. The deployment will be successful if four or more instance are deployed to successfully; otherwise, the deployment fails.

mhhValue :: Lens' MinimumHealthyHosts (Maybe Int) #

The minimum healthy instance value.

mhhType :: Lens' MinimumHealthyHosts (Maybe MinimumHealthyHostsType) #

The minimum healthy instance type: * HOST_COUNT: The minimum number of healthy instance as an absolute value. * FLEET_PERCENT: The minimum number of healthy instance as a percentage of the total number of instance in the deployment. In an example of nine instance, if a HOST_COUNT of six is specified, deploy to up to three instances at a time. The deployment will be successful if six or more instances are deployed to successfully; otherwise, the deployment fails. If a FLEET_PERCENT of 40 is specified, deploy to up to five instance at a time. The deployment will be successful if four or more instance are deployed to successfully; otherwise, the deployment fails.

RevisionInfo

data RevisionInfo #

Information about an application revision.

See: revisionInfo smart constructor.

Instances

Eq RevisionInfo # 
Data RevisionInfo # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> RevisionInfo -> c RevisionInfo #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c RevisionInfo #

toConstr :: RevisionInfo -> Constr #

dataTypeOf :: RevisionInfo -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c RevisionInfo) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c RevisionInfo) #

gmapT :: (forall b. Data b => b -> b) -> RevisionInfo -> RevisionInfo #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> RevisionInfo -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> RevisionInfo -> r #

gmapQ :: (forall d. Data d => d -> u) -> RevisionInfo -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> RevisionInfo -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> RevisionInfo -> m RevisionInfo #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> RevisionInfo -> m RevisionInfo #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> RevisionInfo -> m RevisionInfo #

Read RevisionInfo # 
Show RevisionInfo # 
Generic RevisionInfo # 

Associated Types

type Rep RevisionInfo :: * -> * #

Hashable RevisionInfo # 
FromJSON RevisionInfo # 
NFData RevisionInfo # 

Methods

rnf :: RevisionInfo -> () #

type Rep RevisionInfo # 
type Rep RevisionInfo = D1 (MetaData "RevisionInfo" "Network.AWS.CodeDeploy.Types.Product" "amazonka-codedeploy-1.4.5-7UWcGyWUHrLDqaWZl9U8ik" False) (C1 (MetaCons "RevisionInfo'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_riGenericRevisionInfo") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe GenericRevisionInfo))) (S1 (MetaSel (Just Symbol "_riRevisionLocation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe RevisionLocation)))))

revisionInfo :: RevisionInfo #

Creates a value of RevisionInfo with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

RevisionLocation

data RevisionLocation #

Information about the location of an application revision.

See: revisionLocation smart constructor.

Instances

Eq RevisionLocation # 
Data RevisionLocation # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> RevisionLocation -> c RevisionLocation #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c RevisionLocation #

toConstr :: RevisionLocation -> Constr #

dataTypeOf :: RevisionLocation -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c RevisionLocation) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c RevisionLocation) #

gmapT :: (forall b. Data b => b -> b) -> RevisionLocation -> RevisionLocation #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> RevisionLocation -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> RevisionLocation -> r #

gmapQ :: (forall d. Data d => d -> u) -> RevisionLocation -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> RevisionLocation -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> RevisionLocation -> m RevisionLocation #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> RevisionLocation -> m RevisionLocation #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> RevisionLocation -> m RevisionLocation #

Read RevisionLocation # 
Show RevisionLocation # 
Generic RevisionLocation # 
Hashable RevisionLocation # 
ToJSON RevisionLocation # 
FromJSON RevisionLocation # 
NFData RevisionLocation # 

Methods

rnf :: RevisionLocation -> () #

type Rep RevisionLocation # 
type Rep RevisionLocation = D1 (MetaData "RevisionLocation" "Network.AWS.CodeDeploy.Types.Product" "amazonka-codedeploy-1.4.5-7UWcGyWUHrLDqaWZl9U8ik" False) (C1 (MetaCons "RevisionLocation'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_rlRevisionType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe RevisionLocationType))) ((:*:) (S1 (MetaSel (Just Symbol "_rlS3Location") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe S3Location))) (S1 (MetaSel (Just Symbol "_rlGitHubLocation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe GitHubLocation))))))

revisionLocation :: RevisionLocation #

Creates a value of RevisionLocation with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • rlRevisionType - The type of application revision: * S3: An application revision stored in Amazon S3. * GitHub: An application revision stored in GitHub.
  • rlS3Location - Undocumented member.
  • rlGitHubLocation - Undocumented member.

rlRevisionType :: Lens' RevisionLocation (Maybe RevisionLocationType) #

The type of application revision: * S3: An application revision stored in Amazon S3. * GitHub: An application revision stored in GitHub.

RollbackInfo

data RollbackInfo #

Information about a deployment rollback.

See: rollbackInfo smart constructor.

Instances

Eq RollbackInfo # 
Data RollbackInfo # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> RollbackInfo -> c RollbackInfo #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c RollbackInfo #

toConstr :: RollbackInfo -> Constr #

dataTypeOf :: RollbackInfo -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c RollbackInfo) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c RollbackInfo) #

gmapT :: (forall b. Data b => b -> b) -> RollbackInfo -> RollbackInfo #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> RollbackInfo -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> RollbackInfo -> r #

gmapQ :: (forall d. Data d => d -> u) -> RollbackInfo -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> RollbackInfo -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> RollbackInfo -> m RollbackInfo #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> RollbackInfo -> m RollbackInfo #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> RollbackInfo -> m RollbackInfo #

Read RollbackInfo # 
Show RollbackInfo # 
Generic RollbackInfo # 

Associated Types

type Rep RollbackInfo :: * -> * #

Hashable RollbackInfo # 
FromJSON RollbackInfo # 
NFData RollbackInfo # 

Methods

rnf :: RollbackInfo -> () #

type Rep RollbackInfo # 
type Rep RollbackInfo = D1 (MetaData "RollbackInfo" "Network.AWS.CodeDeploy.Types.Product" "amazonka-codedeploy-1.4.5-7UWcGyWUHrLDqaWZl9U8ik" False) (C1 (MetaCons "RollbackInfo'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_riRollbackTriggeringDeploymentId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_riRollbackMessage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_riRollbackDeploymentId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))

rollbackInfo :: RollbackInfo #

Creates a value of RollbackInfo with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • riRollbackTriggeringDeploymentId - The deployment ID of the deployment that was underway and triggered a rollback deployment because it failed or was stopped.
  • riRollbackMessage - Information describing the status of a deployment rollback; for example, whether the deployment can't be rolled back, is in progress, failed, or succeeded.
  • riRollbackDeploymentId - The ID of the deployment rollback.

riRollbackTriggeringDeploymentId :: Lens' RollbackInfo (Maybe Text) #

The deployment ID of the deployment that was underway and triggered a rollback deployment because it failed or was stopped.

riRollbackMessage :: Lens' RollbackInfo (Maybe Text) #

Information describing the status of a deployment rollback; for example, whether the deployment can't be rolled back, is in progress, failed, or succeeded.

riRollbackDeploymentId :: Lens' RollbackInfo (Maybe Text) #

The ID of the deployment rollback.

S3Location

data S3Location #

Information about the location of application artifacts stored in Amazon S3.

See: s3Location smart constructor.

Instances

Eq S3Location # 
Data S3Location # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> S3Location -> c S3Location #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c S3Location #

toConstr :: S3Location -> Constr #

dataTypeOf :: S3Location -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c S3Location) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c S3Location) #

gmapT :: (forall b. Data b => b -> b) -> S3Location -> S3Location #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> S3Location -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> S3Location -> r #

gmapQ :: (forall d. Data d => d -> u) -> S3Location -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> S3Location -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> S3Location -> m S3Location #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> S3Location -> m S3Location #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> S3Location -> m S3Location #

Read S3Location # 
Show S3Location # 
Generic S3Location # 

Associated Types

type Rep S3Location :: * -> * #

Hashable S3Location # 
ToJSON S3Location # 
FromJSON S3Location # 
NFData S3Location # 

Methods

rnf :: S3Location -> () #

type Rep S3Location # 
type Rep S3Location = D1 (MetaData "S3Location" "Network.AWS.CodeDeploy.Types.Product" "amazonka-codedeploy-1.4.5-7UWcGyWUHrLDqaWZl9U8ik" False) (C1 (MetaCons "S3Location'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_slBundleType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe BundleType))) (S1 (MetaSel (Just Symbol "_slETag") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_slBucket") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_slKey") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_slVersion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))))

s3Location :: S3Location #

Creates a value of S3Location with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • slBundleType - The file type of the application revision. Must be one of the following: * tar: A tar archive file. * tgz: A compressed tar archive file. * zip: A zip archive file.
  • slETag - The ETag of the Amazon S3 object that represents the bundled artifacts for the application revision. If the ETag is not specified as an input parameter, ETag validation of the object will be skipped.
  • slBucket - The name of the Amazon S3 bucket where the application revision is stored.
  • slKey - The name of the Amazon S3 object that represents the bundled artifacts for the application revision.
  • slVersion - A specific version of the Amazon S3 object that represents the bundled artifacts for the application revision. If the version is not specified, the system will use the most recent version by default.

slBundleType :: Lens' S3Location (Maybe BundleType) #

The file type of the application revision. Must be one of the following: * tar: A tar archive file. * tgz: A compressed tar archive file. * zip: A zip archive file.

slETag :: Lens' S3Location (Maybe Text) #

The ETag of the Amazon S3 object that represents the bundled artifacts for the application revision. If the ETag is not specified as an input parameter, ETag validation of the object will be skipped.

slBucket :: Lens' S3Location (Maybe Text) #

The name of the Amazon S3 bucket where the application revision is stored.

slKey :: Lens' S3Location (Maybe Text) #

The name of the Amazon S3 object that represents the bundled artifacts for the application revision.

slVersion :: Lens' S3Location (Maybe Text) #

A specific version of the Amazon S3 object that represents the bundled artifacts for the application revision. If the version is not specified, the system will use the most recent version by default.

Tag

data Tag #

Information about a tag.

See: tag smart constructor.

Instances

Eq Tag # 

Methods

(==) :: Tag -> Tag -> Bool #

(/=) :: Tag -> Tag -> Bool #

Data Tag # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Tag -> c Tag #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Tag #

toConstr :: Tag -> Constr #

dataTypeOf :: Tag -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c Tag) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Tag) #

gmapT :: (forall b. Data b => b -> b) -> Tag -> Tag #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Tag -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Tag -> r #

gmapQ :: (forall d. Data d => d -> u) -> Tag -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Tag -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Tag -> m Tag #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Tag -> m Tag #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Tag -> m Tag #

Read Tag # 
Show Tag # 

Methods

showsPrec :: Int -> Tag -> ShowS #

show :: Tag -> String #

showList :: [Tag] -> ShowS #

Generic Tag # 

Associated Types

type Rep Tag :: * -> * #

Methods

from :: Tag -> Rep Tag x #

to :: Rep Tag x -> Tag #

Hashable Tag # 

Methods

hashWithSalt :: Int -> Tag -> Int #

hash :: Tag -> Int #

ToJSON Tag # 
FromJSON Tag # 
NFData Tag # 

Methods

rnf :: Tag -> () #

type Rep Tag # 
type Rep Tag = D1 (MetaData "Tag" "Network.AWS.CodeDeploy.Types.Product" "amazonka-codedeploy-1.4.5-7UWcGyWUHrLDqaWZl9U8ik" False) (C1 (MetaCons "Tag'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_tagValue") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_tagKey") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

tag :: Tag #

Creates a value of Tag with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

tagValue :: Lens' Tag (Maybe Text) #

The tag's value.

tagKey :: Lens' Tag (Maybe Text) #

The tag's key.

TagFilter

data TagFilter #

Information about an on-premises instance tag filter.

See: tagFilter smart constructor.

Instances

Eq TagFilter # 
Data TagFilter # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> TagFilter -> c TagFilter #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c TagFilter #

toConstr :: TagFilter -> Constr #

dataTypeOf :: TagFilter -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c TagFilter) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c TagFilter) #

gmapT :: (forall b. Data b => b -> b) -> TagFilter -> TagFilter #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> TagFilter -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> TagFilter -> r #

gmapQ :: (forall d. Data d => d -> u) -> TagFilter -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> TagFilter -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> TagFilter -> m TagFilter #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> TagFilter -> m TagFilter #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> TagFilter -> m TagFilter #

Read TagFilter # 
Show TagFilter # 
Generic TagFilter # 

Associated Types

type Rep TagFilter :: * -> * #

Hashable TagFilter # 
ToJSON TagFilter # 
FromJSON TagFilter # 
NFData TagFilter # 

Methods

rnf :: TagFilter -> () #

type Rep TagFilter # 
type Rep TagFilter = D1 (MetaData "TagFilter" "Network.AWS.CodeDeploy.Types.Product" "amazonka-codedeploy-1.4.5-7UWcGyWUHrLDqaWZl9U8ik" False) (C1 (MetaCons "TagFilter'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_tfValue") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_tfKey") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_tfType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe TagFilterType))))))

tagFilter :: TagFilter #

Creates a value of TagFilter with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • tfValue - The on-premises instance tag filter value.
  • tfKey - The on-premises instance tag filter key.
  • tfType - The on-premises instance tag filter type: * KEY_ONLY: Key only. * VALUE_ONLY: Value only. * KEY_AND_VALUE: Key and value.

tfValue :: Lens' TagFilter (Maybe Text) #

The on-premises instance tag filter value.

tfKey :: Lens' TagFilter (Maybe Text) #

The on-premises instance tag filter key.

tfType :: Lens' TagFilter (Maybe TagFilterType) #

The on-premises instance tag filter type: * KEY_ONLY: Key only. * VALUE_ONLY: Value only. * KEY_AND_VALUE: Key and value.

TimeRange

data TimeRange #

Information about a time range.

See: timeRange smart constructor.

Instances

Eq TimeRange # 
Data TimeRange # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> TimeRange -> c TimeRange #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c TimeRange #

toConstr :: TimeRange -> Constr #

dataTypeOf :: TimeRange -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c TimeRange) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c TimeRange) #

gmapT :: (forall b. Data b => b -> b) -> TimeRange -> TimeRange #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> TimeRange -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> TimeRange -> r #

gmapQ :: (forall d. Data d => d -> u) -> TimeRange -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> TimeRange -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> TimeRange -> m TimeRange #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> TimeRange -> m TimeRange #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> TimeRange -> m TimeRange #

Read TimeRange # 
Show TimeRange # 
Generic TimeRange # 

Associated Types

type Rep TimeRange :: * -> * #

Hashable TimeRange # 
ToJSON TimeRange # 
NFData TimeRange # 

Methods

rnf :: TimeRange -> () #

type Rep TimeRange # 
type Rep TimeRange = D1 (MetaData "TimeRange" "Network.AWS.CodeDeploy.Types.Product" "amazonka-codedeploy-1.4.5-7UWcGyWUHrLDqaWZl9U8ik" False) (C1 (MetaCons "TimeRange'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_trStart") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX))) (S1 (MetaSel (Just Symbol "_trEnd") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX)))))

timeRange :: TimeRange #

Creates a value of TimeRange with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • trStart - The start time of the time range.
  • trEnd - The end time of the time range.

trStart :: Lens' TimeRange (Maybe UTCTime) #

The start time of the time range.

trEnd :: Lens' TimeRange (Maybe UTCTime) #

The end time of the time range.

TriggerConfig

data TriggerConfig #

Information about notification triggers for the deployment group.

See: triggerConfig smart constructor.

Instances

Eq TriggerConfig # 
Data TriggerConfig # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> TriggerConfig -> c TriggerConfig #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c TriggerConfig #

toConstr :: TriggerConfig -> Constr #

dataTypeOf :: TriggerConfig -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c TriggerConfig) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c TriggerConfig) #

gmapT :: (forall b. Data b => b -> b) -> TriggerConfig -> TriggerConfig #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> TriggerConfig -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> TriggerConfig -> r #

gmapQ :: (forall d. Data d => d -> u) -> TriggerConfig -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> TriggerConfig -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> TriggerConfig -> m TriggerConfig #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> TriggerConfig -> m TriggerConfig #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> TriggerConfig -> m TriggerConfig #

Read TriggerConfig # 
Show TriggerConfig # 
Generic TriggerConfig # 

Associated Types

type Rep TriggerConfig :: * -> * #

Hashable TriggerConfig # 
ToJSON TriggerConfig # 
FromJSON TriggerConfig # 
NFData TriggerConfig # 

Methods

rnf :: TriggerConfig -> () #

type Rep TriggerConfig # 
type Rep TriggerConfig = D1 (MetaData "TriggerConfig" "Network.AWS.CodeDeploy.Types.Product" "amazonka-codedeploy-1.4.5-7UWcGyWUHrLDqaWZl9U8ik" False) (C1 (MetaCons "TriggerConfig'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_tcTriggerName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_tcTriggerEvents") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [TriggerEventType]))) (S1 (MetaSel (Just Symbol "_tcTriggerTargetARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))

triggerConfig :: TriggerConfig #

Creates a value of TriggerConfig with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • tcTriggerName - The name of the notification trigger.
  • tcTriggerEvents - The event type or types for which notifications are triggered.
  • tcTriggerTargetARN - The ARN of the Amazon Simple Notification Service topic through which notifications about deployment or instance events are sent.

tcTriggerName :: Lens' TriggerConfig (Maybe Text) #

The name of the notification trigger.

tcTriggerEvents :: Lens' TriggerConfig [TriggerEventType] #

The event type or types for which notifications are triggered.

tcTriggerTargetARN :: Lens' TriggerConfig (Maybe Text) #

The ARN of the Amazon Simple Notification Service topic through which notifications about deployment or instance events are sent.