amazonka-codedeploy-1.6.1: Amazon CodeDeploy SDK.

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

Network.AWS.CodeDeploy

Contents

Description

AWS CodeDeploy

AWS CodeDeploy is a deployment service that automates application deployments to Amazon EC2 instances, on-premises instances running in your own facility, or serverless AWS Lambda functions.

You can deploy a nearly unlimited variety of application content, such as an updated Lambda function, code, web and configuration files, executables, packages, scripts, multimedia files, and so on. AWS CodeDeploy can deploy application content stored in Amazon S3 buckets, GitHub repositories, or Bitbucket repositories. You do not need to make changes to your existing code before you can use AWS CodeDeploy.

AWS CodeDeploy makes it easier for you to rapidly release new features, helps you avoid downtime during application deployment, and handles the complexity of updating your applications, without many of the risks associated with error-prone manual deployments.

AWS CodeDeploy Components

Use the information in this guide to help you work with the following AWS CodeDeploy components:

  • Application : A name that uniquely identifies the application you want to deploy. AWS CodeDeploy uses this name, which functions as a container, to ensure the correct combination of revision, deployment configuration, and deployment group are referenced during a deployment.
  • Deployment group : A set of individual instances or CodeDeploy Lambda applications. A Lambda deployment group contains a group of applications. An EC2/On-premises deployment group contains individually tagged instances, Amazon EC2 instances in Auto Scaling groups, or both.
  • Deployment configuration : A set of deployment rules and deployment success and failure conditions used by AWS CodeDeploy during a deployment.
  • Deployment : The process and the components used in the process of updating a Lambda function or of installing content on one or more instances.
  • Application revisions : For an AWS Lambda deployment, this is an AppSpec file that specifies the Lambda function to update and one or more functions to validate deployment lifecycle events. For an EC2/On-premises deployment, this is an archive file containing source content—source code, web pages, executable files, and deployment scripts—along with an AppSpec file. Revisions are stored in Amazon S3 buckets or GitHub repositories. For Amazon S3, a revision is uniquely identified by its Amazon S3 object key and its ETag, version, or both. For GitHub, a revision is uniquely identified by its commit ID.

This guide also contains information to help you get details about the instances in your deployments, to make on-premises instances available for AWS CodeDeploy deployments, and to get details about a Lambda function deployment.

AWS CodeDeploy Information Resources

Synopsis

Service Configuration

codeDeploy :: Service Source #

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 Source #

The limit for lifecycle hooks was exceeded.

InvalidTimeRangeException

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

The specified time range was specified in an invalid format.

InvalidComputePlatformException

_InvalidComputePlatformException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The computePlatform is invalid. The computePlatform should be Lambda or Server .

InvalidTagException

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

The specified tag was specified in an invalid format.

InvalidFileExistsBehaviorException

_InvalidFileExistsBehaviorException :: AsError a => Getting (First ServiceError) a ServiceError Source #

An invalid fileExistsBehavior option was specified to determine how AWS CodeDeploy handles files or directories that already exist in a deployment target location but weren't part of the previous successful deployment. Valid values include DISALLOW, OVERWRITE, and RETAIN.

InvalidAlarmConfigException

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

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 Source #

The specified on-premises instance name is already registered.

IAMUserARNRequiredException

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

An IAM user ARN was not specified.

InvalidDeploymentGroupNameException

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

The deployment group name was specified in an invalid format.

InvalidInstanceTypeException

_InvalidInstanceTypeException :: AsError a => Getting (First ServiceError) a ServiceError Source #

An invalid instance type was specified for instances in a blue/green deployment. Valid values include Blue for an original environment and Green for a replacement environment.

IAMSessionARNAlreadyRegisteredException

_IAMSessionARNAlreadyRegisteredException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The request included an IAM session ARN that has already been used to register a different instance.

InvalidTrafficRoutingConfigurationException

_InvalidTrafficRoutingConfigurationException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The configuration that specifies how traffic is routed during a deployment is invalid.

DescriptionTooLongException

InvalidIAMUserARNException

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

The IAM user ARN was specified in an invalid format.

InvalidOnPremisesTagCombinationException

_InvalidOnPremisesTagCombinationException :: AsError a => Getting (First ServiceError) a ServiceError Source #

A call was submitted that specified both OnPremisesTagFilters and OnPremisesTagSet, but only one of these data types can be used in a single call.

DeploymentNotStartedException

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

The specified deployment has not started.

DeploymentConfigLimitExceededException

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

The deployment configurations limit was exceeded.

RoleRequiredException

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

The role ID was not specified.

InvalidLoadBalancerInfoException

_InvalidLoadBalancerInfoException :: AsError a => Getting (First ServiceError) a ServiceError Source #

An invalid load balancer name, or no load balancer name, was specified.

InvalidBlueGreenDeploymentConfigurationException

_InvalidBlueGreenDeploymentConfigurationException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The configuration for the blue/green deployment group was provided in an invalid format. For information about deployment configuration format, see CreateDeploymentConfig .

InvalidRoleException

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

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 Source #

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

InvalidTargetInstancesException

_InvalidTargetInstancesException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The target instance configuration is invalid. Possible causes include:

  • Configuration data for target instances was entered for an in-place deployment.
  • The limit of 10 tags for a tag type was exceeded.
  • The combined length of the tag names exceeded the limit.
  • A specified tag is not currently applied to any instances.

DeploymentLimitExceededException

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

The number of allowed deployments was exceeded.

IAMUserARNAlreadyRegisteredException

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

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

InvalidIAMSessionARNException

_InvalidIAMSessionARNException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The IAM session ARN was specified in an invalid format.

InstanceLimitExceededException

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

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

InvalidLifecycleEventHookExecutionIdException

_InvalidLifecycleEventHookExecutionIdException :: AsError a => Getting (First ServiceError) a ServiceError Source #

A lifecycle event hook is invalid. Review the hooks section in your AppSpec file to ensure the lifecycle events and hooks functions are valid.

InvalidDeploymentStyleException

_InvalidDeploymentStyleException :: AsError a => Getting (First ServiceError) a ServiceError Source #

An invalid deployment style was specified. Valid deployment types include IN_PLACE and BLUE_GREEN. Valid deployment options include WITH_TRAFFIC_CONTROL and WITHOUT_TRAFFIC_CONTROL.

InvalidDeployedStateFilterException

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

The deployed state filter was specified in an invalid format.

InvalidAutoScalingGroupException

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

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

InvalidApplicationNameException

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

The application name was specified in an invalid format.

GitHubAccountTokenDoesNotExistException

_GitHubAccountTokenDoesNotExistException :: AsError a => Getting (First ServiceError) a ServiceError Source #

No GitHub account connection exists with the named specified in the call.

ApplicationDoesNotExistException

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

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

InvalidMinimumHealthyHostValueException

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

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

UnsupportedActionForDeploymentTypeException

_UnsupportedActionForDeploymentTypeException :: AsError a => Getting (First ServiceError) a ServiceError Source #

A call was submitted that is not supported for the specified deployment type.

ResourceValidationException

_ResourceValidationException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified resource could not be validated.

InvalidGitHubAccountTokenException

InvalidEC2TagCombinationException

_InvalidEC2TagCombinationException :: AsError a => Getting (First ServiceError) a ServiceError Source #

A call was submitted that specified both Ec2TagFilters and Ec2TagSet, but only one of these data types can be used in a single call.

InvalidLifecycleEventHookExecutionStatusException

_InvalidLifecycleEventHookExecutionStatusException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The result of a Lambda validation function that verifies a lifecycle event is invalid. It should return Succeeded or Failed .

AlarmsLimitExceededException

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

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

OperationNotSupportedException

_OperationNotSupportedException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The API used does not support the deployment.

InvalidTagFilterException

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

The specified tag filter was specified in an invalid format.

InvalidTriggerConfigException

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

The trigger was specified in an invalid format.

InvalidIgnoreApplicationStopFailuresValueException

_InvalidIgnoreApplicationStopFailuresValueException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The IgnoreApplicationStopFailures value is invalid. For AWS Lambda deployments, false is expected. For EC2/On-premises deployments, true or false is expected.

InvalidUpdateOutdatedInstancesOnlyValueException

_InvalidUpdateOutdatedInstancesOnlyValueException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The UpdateOutdatedInstancesOnly value is invalid. For AWS Lambda deployments, false is expected. For EC2/On-premises deployments, true or false is expected.

TagRequiredException

DeploymentGroupNameRequiredException

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

The deployment group name was not specified.

BucketNameFilterRequiredException

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

A bucket name is required, but was not provided.

DeploymentConfigDoesNotExistException

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

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

InvalidBucketNameFilterException

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

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

DeploymentGroupAlreadyExistsException

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

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 Source #

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 Source #

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

DeploymentGroupLimitExceededException

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

The deployment groups limit was exceeded.

DeploymentGroupDoesNotExistException

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

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

ThrottlingException

_ThrottlingException :: AsError a => Getting (First ServiceError) a ServiceError Source #

An API function was called too frequently.

InvalidDeploymentConfigNameException

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

The deployment configuration name was specified in an invalid format.

DeploymentConfigNameRequiredException

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

The deployment configuration name was not specified.

DeploymentIdRequiredException

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

At least one deployment ID must be specified.

InvalidInstanceIdException

DeploymentIsNotInReadyStateException

_DeploymentIsNotInReadyStateException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The deployment does not have a status of Ready and can't continue yet.

InvalidNextTokenException

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

The next token was specified in an invalid format.

InstanceIdRequiredException

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

The instance ID was not specified.

InvalidDeploymentIdException

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

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

InvalidSortOrderException

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

The sort order was specified in an invalid format.

InvalidAutoRollbackConfigException

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

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 Source #

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

BatchLimitExceededException

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

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

InvalidRevisionException

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

The revision was specified in an invalid format.

RevisionRequiredException

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

The revision ID was not specified.

InstanceDoesNotExistException

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

The specified instance does not exist in the deployment group.

DeploymentConfigInUseException

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

The deployment configuration is still in use.

InvalidInputException

_InvalidInputException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified input was specified in an invalid format.

InvalidEC2TagException

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

The tag was specified in an invalid format.

InvalidInstanceNameException

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

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

InstanceNameRequiredException

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

An on-premises instance name was not specified.

MultipleIAMARNsProvidedException

_MultipleIAMARNsProvidedException :: AsError a => Getting (First ServiceError) a ServiceError Source #

Both an IAM user ARN and an IAM session ARN were included in the request. Use only one ARN type.

TriggerTargetsLimitExceededException

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

The maximum allowed number of triggers was exceeded.

InvalidDeploymentStatusException

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

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

InvalidRegistrationStatusException

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

The registration status was specified in an invalid format.

ApplicationNameRequiredException

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

The minimum number of required application names was not specified.

InstanceNotRegisteredException

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

The specified on-premises instance is not registered.

ApplicationAlreadyExistsException

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

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 Source #

The specified instance status does not exist.

TagLimitExceededException

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

The maximum allowed number of tags was exceeded.

ApplicationLimitExceededException

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

More applications were attempted to be created than are allowed.

TagSetListLimitExceededException

_TagSetListLimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The number of tag groups included in the tag set list exceeded the maximum allowed limit of 3.

InvalidOperationException

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

An invalid operation was detected.

GitHubAccountTokenNameRequiredException

_GitHubAccountTokenNameRequiredException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The call is missing a required GitHub account connection name.

InvalidDeploymentInstanceTypeException

_InvalidDeploymentInstanceTypeException :: AsError a => Getting (First ServiceError) a ServiceError Source #

An instance type was specified for an in-place deployment. Instance types are supported for blue/green deployments only.

IAMARNRequiredException

_IAMARNRequiredException :: AsError a => Getting (First ServiceError) a ServiceError Source #

No IAM ARN was included in the request. You must use an IAM session ARN or IAM user ARN in the request.

InvalidGitHubAccountTokenNameException

_InvalidGitHubAccountTokenNameException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The format of the specified GitHub account connection name is invalid.

LifecycleEventAlreadyCompletedException

_LifecycleEventAlreadyCompletedException :: AsError a => Getting (First ServiceError) a ServiceError Source #

An attempt to return the status of an already completed lifecycle event occurred.

InvalidKeyPrefixFilterException

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

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 Source #

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

ContinueDeployment

BatchGetApplications

DeleteApplication

UpdateApplication

DeleteGitHubAccountToken

GetDeploymentInstance

DeregisterOnPremisesInstance

PutLifecycleEventHookExecutionStatus

CreateApplication

StopDeployment

ListGitHubAccountTokenNames

BatchGetDeploymentInstances

SkipWaitTimeForInstanceTermination

GetApplication

ListDeploymentGroups (Paginated)

BatchGetOnPremisesInstances

RegisterOnPremisesInstance

CreateDeploymentGroup

ListDeploymentConfigs (Paginated)

GetDeploymentGroup

ListDeployments (Paginated)

ListApplicationRevisions (Paginated)

ListApplications (Paginated)

AddTagsToOnPremisesInstances

ListDeploymentInstances (Paginated)

Types

ApplicationRevisionSortBy

data ApplicationRevisionSortBy Source #

Instances
Bounded ApplicationRevisionSortBy Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Enum ApplicationRevisionSortBy Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Eq ApplicationRevisionSortBy Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Data ApplicationRevisionSortBy Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

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 Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Read ApplicationRevisionSortBy Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Show ApplicationRevisionSortBy Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Generic ApplicationRevisionSortBy Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Associated Types

type Rep ApplicationRevisionSortBy :: Type -> Type #

Hashable ApplicationRevisionSortBy Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToJSON ApplicationRevisionSortBy Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToHeader ApplicationRevisionSortBy Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToQuery ApplicationRevisionSortBy Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToByteString ApplicationRevisionSortBy Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

FromText ApplicationRevisionSortBy Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToText ApplicationRevisionSortBy Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

NFData ApplicationRevisionSortBy Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

type Rep ApplicationRevisionSortBy Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

type Rep ApplicationRevisionSortBy = D1 (MetaData "ApplicationRevisionSortBy" "Network.AWS.CodeDeploy.Types.Sum" "amazonka-codedeploy-1.6.1-HbNVyGo5kPb18hi5aHMBMV" False) (C1 (MetaCons "FirstUsedTime" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "LastUsedTime" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "RegisterTime" PrefixI False) (U1 :: Type -> Type)))

AutoRollbackEvent

data AutoRollbackEvent Source #

Instances
Bounded AutoRollbackEvent Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Enum AutoRollbackEvent Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Eq AutoRollbackEvent Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Data AutoRollbackEvent Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

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 Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Read AutoRollbackEvent Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Show AutoRollbackEvent Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Generic AutoRollbackEvent Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Associated Types

type Rep AutoRollbackEvent :: Type -> Type #

Hashable AutoRollbackEvent Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToJSON AutoRollbackEvent Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

FromJSON AutoRollbackEvent Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToHeader AutoRollbackEvent Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToQuery AutoRollbackEvent Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToByteString AutoRollbackEvent Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

FromText AutoRollbackEvent Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToText AutoRollbackEvent Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

NFData AutoRollbackEvent Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Methods

rnf :: AutoRollbackEvent -> () #

type Rep AutoRollbackEvent Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

type Rep AutoRollbackEvent = D1 (MetaData "AutoRollbackEvent" "Network.AWS.CodeDeploy.Types.Sum" "amazonka-codedeploy-1.6.1-HbNVyGo5kPb18hi5aHMBMV" False) (C1 (MetaCons "AREDeploymentFailure" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "AREDeploymentStopOnAlarm" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "AREDeploymentStopOnRequest" PrefixI False) (U1 :: Type -> Type)))

BundleType

data BundleType Source #

Constructors

JSON 
TAR 
TGZ 
Yaml 
Zip 
Instances
Bounded BundleType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Enum BundleType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Eq BundleType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Data BundleType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

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 Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Read BundleType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Show BundleType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Generic BundleType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Associated Types

type Rep BundleType :: Type -> Type #

Hashable BundleType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToJSON BundleType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

FromJSON BundleType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToHeader BundleType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToQuery BundleType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToByteString BundleType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

FromText BundleType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToText BundleType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Methods

toText :: BundleType -> Text #

NFData BundleType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Methods

rnf :: BundleType -> () #

type Rep BundleType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

type Rep BundleType = D1 (MetaData "BundleType" "Network.AWS.CodeDeploy.Types.Sum" "amazonka-codedeploy-1.6.1-HbNVyGo5kPb18hi5aHMBMV" False) ((C1 (MetaCons "JSON" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "TAR" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "TGZ" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "Yaml" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "Zip" PrefixI False) (U1 :: Type -> Type))))

ComputePlatform

data ComputePlatform Source #

Constructors

Lambda 
Server 
Instances
Bounded ComputePlatform Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Enum ComputePlatform Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Eq ComputePlatform Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Data ComputePlatform Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Methods

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

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

toConstr :: ComputePlatform -> Constr #

dataTypeOf :: ComputePlatform -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord ComputePlatform Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Read ComputePlatform Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Show ComputePlatform Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Generic ComputePlatform Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Associated Types

type Rep ComputePlatform :: Type -> Type #

Hashable ComputePlatform Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToJSON ComputePlatform Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

FromJSON ComputePlatform Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToHeader ComputePlatform Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToQuery ComputePlatform Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToByteString ComputePlatform Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

FromText ComputePlatform Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToText ComputePlatform Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

NFData ComputePlatform Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Methods

rnf :: ComputePlatform -> () #

type Rep ComputePlatform Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

type Rep ComputePlatform = D1 (MetaData "ComputePlatform" "Network.AWS.CodeDeploy.Types.Sum" "amazonka-codedeploy-1.6.1-HbNVyGo5kPb18hi5aHMBMV" False) (C1 (MetaCons "Lambda" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "Server" PrefixI False) (U1 :: Type -> Type))

DeployErrorCode

data DeployErrorCode Source #

Instances
Bounded DeployErrorCode Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Enum DeployErrorCode Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Eq DeployErrorCode Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Data DeployErrorCode Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

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 Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Read DeployErrorCode Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Show DeployErrorCode Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Generic DeployErrorCode Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Associated Types

type Rep DeployErrorCode :: Type -> Type #

Hashable DeployErrorCode Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

FromJSON DeployErrorCode Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToHeader DeployErrorCode Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToQuery DeployErrorCode Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToByteString DeployErrorCode Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

FromText DeployErrorCode Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToText DeployErrorCode Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

NFData DeployErrorCode Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Methods

rnf :: DeployErrorCode -> () #

type Rep DeployErrorCode Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

type Rep DeployErrorCode = D1 (MetaData "DeployErrorCode" "Network.AWS.CodeDeploy.Types.Sum" "amazonka-codedeploy-1.6.1-HbNVyGo5kPb18hi5aHMBMV" False) ((((C1 (MetaCons "AgentIssue" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "AlarmActive" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "ApplicationMissing" PrefixI False) (U1 :: Type -> Type))) :+: (C1 (MetaCons "AutoScalingConfiguration" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "AutoScalingIAMRolePermissions" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "DeploymentGroupMissing" PrefixI False) (U1 :: Type -> Type)))) :+: ((C1 (MetaCons "ElasticLoadBalancingInvalid" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "ElbInvalidInstance" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "HealthConstraints" PrefixI False) (U1 :: Type -> Type))) :+: ((C1 (MetaCons "HealthConstraintsInvalid" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "HookExecutionFailure" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "IAMRoleMissing" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "IAMRolePermissions" PrefixI False) (U1 :: Type -> Type))))) :+: (((C1 (MetaCons "InternalError" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "InvalidLambdaConfiguration" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "InvalidLambdaFunction" PrefixI False) (U1 :: Type -> Type))) :+: (C1 (MetaCons "ManualStop" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "MissingBlueGreenDeploymentConfiguration" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "MissingElbInformation" PrefixI False) (U1 :: Type -> Type)))) :+: ((C1 (MetaCons "MissingGithubToken" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "NoEC2Subscription" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "NoInstances" PrefixI False) (U1 :: Type -> Type))) :+: ((C1 (MetaCons "OverMaxInstances" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "RevisionMissing" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "Throttled" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "Timeout" PrefixI False) (U1 :: Type -> Type))))))

DeploymentCreator

data DeploymentCreator Source #

Instances
Bounded DeploymentCreator Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Enum DeploymentCreator Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Eq DeploymentCreator Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Data DeploymentCreator Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

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 Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Read DeploymentCreator Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Show DeploymentCreator Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Generic DeploymentCreator Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Associated Types

type Rep DeploymentCreator :: Type -> Type #

Hashable DeploymentCreator Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

FromJSON DeploymentCreator Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToHeader DeploymentCreator Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToQuery DeploymentCreator Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToByteString DeploymentCreator Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

FromText DeploymentCreator Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToText DeploymentCreator Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

NFData DeploymentCreator Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Methods

rnf :: DeploymentCreator -> () #

type Rep DeploymentCreator Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

type Rep DeploymentCreator = D1 (MetaData "DeploymentCreator" "Network.AWS.CodeDeploy.Types.Sum" "amazonka-codedeploy-1.6.1-HbNVyGo5kPb18hi5aHMBMV" False) (C1 (MetaCons "Autoscaling" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "CodeDeployRollback" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "User" PrefixI False) (U1 :: Type -> Type)))

DeploymentOption

data DeploymentOption Source #

Instances
Bounded DeploymentOption Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Enum DeploymentOption Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Eq DeploymentOption Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Data DeploymentOption Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Methods

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

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

toConstr :: DeploymentOption -> Constr #

dataTypeOf :: DeploymentOption -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord DeploymentOption Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Read DeploymentOption Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Show DeploymentOption Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Generic DeploymentOption Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Associated Types

type Rep DeploymentOption :: Type -> Type #

Hashable DeploymentOption Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToJSON DeploymentOption Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

FromJSON DeploymentOption Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToHeader DeploymentOption Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToQuery DeploymentOption Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToByteString DeploymentOption Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

FromText DeploymentOption Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToText DeploymentOption Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

NFData DeploymentOption Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Methods

rnf :: DeploymentOption -> () #

type Rep DeploymentOption Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

type Rep DeploymentOption = D1 (MetaData "DeploymentOption" "Network.AWS.CodeDeploy.Types.Sum" "amazonka-codedeploy-1.6.1-HbNVyGo5kPb18hi5aHMBMV" False) (C1 (MetaCons "WithTrafficControl" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "WithoutTrafficControl" PrefixI False) (U1 :: Type -> Type))

DeploymentReadyAction

data DeploymentReadyAction Source #

Instances
Bounded DeploymentReadyAction Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Enum DeploymentReadyAction Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Eq DeploymentReadyAction Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Data DeploymentReadyAction Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Methods

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

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

toConstr :: DeploymentReadyAction -> Constr #

dataTypeOf :: DeploymentReadyAction -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord DeploymentReadyAction Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Read DeploymentReadyAction Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Show DeploymentReadyAction Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Generic DeploymentReadyAction Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Associated Types

type Rep DeploymentReadyAction :: Type -> Type #

Hashable DeploymentReadyAction Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToJSON DeploymentReadyAction Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

FromJSON DeploymentReadyAction Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToHeader DeploymentReadyAction Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToQuery DeploymentReadyAction Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToByteString DeploymentReadyAction Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

FromText DeploymentReadyAction Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToText DeploymentReadyAction Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

NFData DeploymentReadyAction Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Methods

rnf :: DeploymentReadyAction -> () #

type Rep DeploymentReadyAction Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

type Rep DeploymentReadyAction = D1 (MetaData "DeploymentReadyAction" "Network.AWS.CodeDeploy.Types.Sum" "amazonka-codedeploy-1.6.1-HbNVyGo5kPb18hi5aHMBMV" False) (C1 (MetaCons "ContinueDeployment" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "StopDeployment" PrefixI False) (U1 :: Type -> Type))

DeploymentStatus

data DeploymentStatus Source #

Instances
Bounded DeploymentStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Enum DeploymentStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Eq DeploymentStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Data DeploymentStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

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 Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Read DeploymentStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Show DeploymentStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Generic DeploymentStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Associated Types

type Rep DeploymentStatus :: Type -> Type #

Hashable DeploymentStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToJSON DeploymentStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

FromJSON DeploymentStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToHeader DeploymentStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToQuery DeploymentStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToByteString DeploymentStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

FromText DeploymentStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToText DeploymentStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

NFData DeploymentStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Methods

rnf :: DeploymentStatus -> () #

type Rep DeploymentStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

type Rep DeploymentStatus = D1 (MetaData "DeploymentStatus" "Network.AWS.CodeDeploy.Types.Sum" "amazonka-codedeploy-1.6.1-HbNVyGo5kPb18hi5aHMBMV" False) ((C1 (MetaCons "Created" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "Failed" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "InProgress" PrefixI False) (U1 :: Type -> Type))) :+: ((C1 (MetaCons "Queued" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "Ready" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "Stopped" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "Succeeded" PrefixI False) (U1 :: Type -> Type))))

DeploymentType

data DeploymentType Source #

Constructors

BlueGreen 
InPlace 
Instances
Bounded DeploymentType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Enum DeploymentType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Eq DeploymentType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Data DeploymentType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Methods

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

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

toConstr :: DeploymentType -> Constr #

dataTypeOf :: DeploymentType -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord DeploymentType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Read DeploymentType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Show DeploymentType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Generic DeploymentType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Associated Types

type Rep DeploymentType :: Type -> Type #

Hashable DeploymentType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToJSON DeploymentType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

FromJSON DeploymentType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToHeader DeploymentType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToQuery DeploymentType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToByteString DeploymentType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

FromText DeploymentType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToText DeploymentType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

NFData DeploymentType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Methods

rnf :: DeploymentType -> () #

type Rep DeploymentType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

type Rep DeploymentType = D1 (MetaData "DeploymentType" "Network.AWS.CodeDeploy.Types.Sum" "amazonka-codedeploy-1.6.1-HbNVyGo5kPb18hi5aHMBMV" False) (C1 (MetaCons "BlueGreen" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "InPlace" PrefixI False) (U1 :: Type -> Type))

EC2TagFilterType

data EC2TagFilterType Source #

Constructors

KeyAndValue 
KeyOnly 
ValueOnly 
Instances
Bounded EC2TagFilterType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Enum EC2TagFilterType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Eq EC2TagFilterType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Data EC2TagFilterType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

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 Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Read EC2TagFilterType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Show EC2TagFilterType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Generic EC2TagFilterType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Associated Types

type Rep EC2TagFilterType :: Type -> Type #

Hashable EC2TagFilterType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToJSON EC2TagFilterType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

FromJSON EC2TagFilterType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToHeader EC2TagFilterType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToQuery EC2TagFilterType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToByteString EC2TagFilterType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

FromText EC2TagFilterType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToText EC2TagFilterType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

NFData EC2TagFilterType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Methods

rnf :: EC2TagFilterType -> () #

type Rep EC2TagFilterType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

type Rep EC2TagFilterType = D1 (MetaData "EC2TagFilterType" "Network.AWS.CodeDeploy.Types.Sum" "amazonka-codedeploy-1.6.1-HbNVyGo5kPb18hi5aHMBMV" False) (C1 (MetaCons "KeyAndValue" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "KeyOnly" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "ValueOnly" PrefixI False) (U1 :: Type -> Type)))

FileExistsBehavior

data FileExistsBehavior Source #

Constructors

Disallow 
Overwrite 
Retain 
Instances
Bounded FileExistsBehavior Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Enum FileExistsBehavior Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Eq FileExistsBehavior Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Data FileExistsBehavior Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Methods

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

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

toConstr :: FileExistsBehavior -> Constr #

dataTypeOf :: FileExistsBehavior -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord FileExistsBehavior Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Read FileExistsBehavior Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Show FileExistsBehavior Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Generic FileExistsBehavior Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Associated Types

type Rep FileExistsBehavior :: Type -> Type #

Hashable FileExistsBehavior Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToJSON FileExistsBehavior Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

FromJSON FileExistsBehavior Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToHeader FileExistsBehavior Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToQuery FileExistsBehavior Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToByteString FileExistsBehavior Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

FromText FileExistsBehavior Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToText FileExistsBehavior Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

NFData FileExistsBehavior Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Methods

rnf :: FileExistsBehavior -> () #

type Rep FileExistsBehavior Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

type Rep FileExistsBehavior = D1 (MetaData "FileExistsBehavior" "Network.AWS.CodeDeploy.Types.Sum" "amazonka-codedeploy-1.6.1-HbNVyGo5kPb18hi5aHMBMV" False) (C1 (MetaCons "Disallow" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "Overwrite" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "Retain" PrefixI False) (U1 :: Type -> Type)))

GreenFleetProvisioningAction

data GreenFleetProvisioningAction Source #

Instances
Bounded GreenFleetProvisioningAction Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Enum GreenFleetProvisioningAction Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Eq GreenFleetProvisioningAction Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Data GreenFleetProvisioningAction Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Methods

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

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

toConstr :: GreenFleetProvisioningAction -> Constr #

dataTypeOf :: GreenFleetProvisioningAction -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord GreenFleetProvisioningAction Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Read GreenFleetProvisioningAction Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Show GreenFleetProvisioningAction Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Generic GreenFleetProvisioningAction Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Associated Types

type Rep GreenFleetProvisioningAction :: Type -> Type #

Hashable GreenFleetProvisioningAction Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToJSON GreenFleetProvisioningAction Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

FromJSON GreenFleetProvisioningAction Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToHeader GreenFleetProvisioningAction Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToQuery GreenFleetProvisioningAction Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToByteString GreenFleetProvisioningAction Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

FromText GreenFleetProvisioningAction Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToText GreenFleetProvisioningAction Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

NFData GreenFleetProvisioningAction Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

type Rep GreenFleetProvisioningAction Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

type Rep GreenFleetProvisioningAction = D1 (MetaData "GreenFleetProvisioningAction" "Network.AWS.CodeDeploy.Types.Sum" "amazonka-codedeploy-1.6.1-HbNVyGo5kPb18hi5aHMBMV" False) (C1 (MetaCons "CopyAutoScalingGroup" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "DiscoverExisting" PrefixI False) (U1 :: Type -> Type))

InstanceAction

data InstanceAction Source #

Constructors

KeepAlive 
Terminate 
Instances
Bounded InstanceAction Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Enum InstanceAction Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Eq InstanceAction Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Data InstanceAction Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Methods

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

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

toConstr :: InstanceAction -> Constr #

dataTypeOf :: InstanceAction -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord InstanceAction Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Read InstanceAction Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Show InstanceAction Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Generic InstanceAction Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Associated Types

type Rep InstanceAction :: Type -> Type #

Hashable InstanceAction Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToJSON InstanceAction Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

FromJSON InstanceAction Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToHeader InstanceAction Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToQuery InstanceAction Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToByteString InstanceAction Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

FromText InstanceAction Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToText InstanceAction Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

NFData InstanceAction Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Methods

rnf :: InstanceAction -> () #

type Rep InstanceAction Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

type Rep InstanceAction = D1 (MetaData "InstanceAction" "Network.AWS.CodeDeploy.Types.Sum" "amazonka-codedeploy-1.6.1-HbNVyGo5kPb18hi5aHMBMV" False) (C1 (MetaCons "KeepAlive" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "Terminate" PrefixI False) (U1 :: Type -> Type))

InstanceStatus

data InstanceStatus Source #

Instances
Bounded InstanceStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Enum InstanceStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Eq InstanceStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Data InstanceStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

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 Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Read InstanceStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Show InstanceStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Generic InstanceStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Associated Types

type Rep InstanceStatus :: Type -> Type #

Hashable InstanceStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToJSON InstanceStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

FromJSON InstanceStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToHeader InstanceStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToQuery InstanceStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToByteString InstanceStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

FromText InstanceStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToText InstanceStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

NFData InstanceStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Methods

rnf :: InstanceStatus -> () #

type Rep InstanceStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

type Rep InstanceStatus = D1 (MetaData "InstanceStatus" "Network.AWS.CodeDeploy.Types.Sum" "amazonka-codedeploy-1.6.1-HbNVyGo5kPb18hi5aHMBMV" False) ((C1 (MetaCons "ISFailed" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "ISInProgress" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "ISPending" PrefixI False) (U1 :: Type -> Type))) :+: ((C1 (MetaCons "ISReady" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "ISSkipped" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "ISSucceeded" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "ISUnknown" PrefixI False) (U1 :: Type -> Type))))

InstanceType

data InstanceType Source #

Constructors

Blue 
Green 
Instances
Bounded InstanceType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Enum InstanceType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Eq InstanceType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Data InstanceType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Methods

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

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

toConstr :: InstanceType -> Constr #

dataTypeOf :: InstanceType -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord InstanceType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Read InstanceType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Show InstanceType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Generic InstanceType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Associated Types

type Rep InstanceType :: Type -> Type #

Hashable InstanceType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToJSON InstanceType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

FromJSON InstanceType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToHeader InstanceType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToQuery InstanceType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToByteString InstanceType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

FromText InstanceType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToText InstanceType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Methods

toText :: InstanceType -> Text #

NFData InstanceType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Methods

rnf :: InstanceType -> () #

type Rep InstanceType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

type Rep InstanceType = D1 (MetaData "InstanceType" "Network.AWS.CodeDeploy.Types.Sum" "amazonka-codedeploy-1.6.1-HbNVyGo5kPb18hi5aHMBMV" False) (C1 (MetaCons "Blue" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "Green" PrefixI False) (U1 :: Type -> Type))

LifecycleErrorCode

data LifecycleErrorCode Source #

Instances
Bounded LifecycleErrorCode Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Enum LifecycleErrorCode Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Eq LifecycleErrorCode Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Data LifecycleErrorCode Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

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 Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Read LifecycleErrorCode Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Show LifecycleErrorCode Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Generic LifecycleErrorCode Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Associated Types

type Rep LifecycleErrorCode :: Type -> Type #

Hashable LifecycleErrorCode Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

FromJSON LifecycleErrorCode Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToHeader LifecycleErrorCode Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToQuery LifecycleErrorCode Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToByteString LifecycleErrorCode Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

FromText LifecycleErrorCode Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToText LifecycleErrorCode Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

NFData LifecycleErrorCode Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Methods

rnf :: LifecycleErrorCode -> () #

type Rep LifecycleErrorCode Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

type Rep LifecycleErrorCode = D1 (MetaData "LifecycleErrorCode" "Network.AWS.CodeDeploy.Types.Sum" "amazonka-codedeploy-1.6.1-HbNVyGo5kPb18hi5aHMBMV" False) ((C1 (MetaCons "ScriptFailed" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "ScriptMissing" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "ScriptNotExecutable" PrefixI False) (U1 :: Type -> Type))) :+: (C1 (MetaCons "ScriptTimedOut" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "Success" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "UnknownError" PrefixI False) (U1 :: Type -> Type))))

LifecycleEventStatus

data LifecycleEventStatus Source #

Instances
Bounded LifecycleEventStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Enum LifecycleEventStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Eq LifecycleEventStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Data LifecycleEventStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

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 Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Read LifecycleEventStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Show LifecycleEventStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Generic LifecycleEventStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Associated Types

type Rep LifecycleEventStatus :: Type -> Type #

Hashable LifecycleEventStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToJSON LifecycleEventStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

FromJSON LifecycleEventStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToHeader LifecycleEventStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToQuery LifecycleEventStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToByteString LifecycleEventStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

FromText LifecycleEventStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToText LifecycleEventStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

NFData LifecycleEventStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Methods

rnf :: LifecycleEventStatus -> () #

type Rep LifecycleEventStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

type Rep LifecycleEventStatus = D1 (MetaData "LifecycleEventStatus" "Network.AWS.CodeDeploy.Types.Sum" "amazonka-codedeploy-1.6.1-HbNVyGo5kPb18hi5aHMBMV" False) ((C1 (MetaCons "LESFailed" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "LESInProgress" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "LESPending" PrefixI False) (U1 :: Type -> Type))) :+: (C1 (MetaCons "LESSkipped" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "LESSucceeded" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "LESUnknown" PrefixI False) (U1 :: Type -> Type))))

ListStateFilterAction

data ListStateFilterAction Source #

Constructors

Exclude 
Ignore 
Include 
Instances
Bounded ListStateFilterAction Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Enum ListStateFilterAction Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Eq ListStateFilterAction Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Data ListStateFilterAction Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

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 Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Read ListStateFilterAction Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Show ListStateFilterAction Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Generic ListStateFilterAction Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Associated Types

type Rep ListStateFilterAction :: Type -> Type #

Hashable ListStateFilterAction Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToJSON ListStateFilterAction Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToHeader ListStateFilterAction Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToQuery ListStateFilterAction Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToByteString ListStateFilterAction Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

FromText ListStateFilterAction Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToText ListStateFilterAction Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

NFData ListStateFilterAction Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Methods

rnf :: ListStateFilterAction -> () #

type Rep ListStateFilterAction Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

type Rep ListStateFilterAction = D1 (MetaData "ListStateFilterAction" "Network.AWS.CodeDeploy.Types.Sum" "amazonka-codedeploy-1.6.1-HbNVyGo5kPb18hi5aHMBMV" False) (C1 (MetaCons "Exclude" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "Ignore" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "Include" PrefixI False) (U1 :: Type -> Type)))

MinimumHealthyHostsType

data MinimumHealthyHostsType Source #

Constructors

FleetPercent 
HostCount 
Instances
Bounded MinimumHealthyHostsType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Enum MinimumHealthyHostsType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Eq MinimumHealthyHostsType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Data MinimumHealthyHostsType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

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 Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Read MinimumHealthyHostsType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Show MinimumHealthyHostsType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Generic MinimumHealthyHostsType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Associated Types

type Rep MinimumHealthyHostsType :: Type -> Type #

Hashable MinimumHealthyHostsType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToJSON MinimumHealthyHostsType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

FromJSON MinimumHealthyHostsType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToHeader MinimumHealthyHostsType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToQuery MinimumHealthyHostsType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToByteString MinimumHealthyHostsType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

FromText MinimumHealthyHostsType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToText MinimumHealthyHostsType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

NFData MinimumHealthyHostsType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Methods

rnf :: MinimumHealthyHostsType -> () #

type Rep MinimumHealthyHostsType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

type Rep MinimumHealthyHostsType = D1 (MetaData "MinimumHealthyHostsType" "Network.AWS.CodeDeploy.Types.Sum" "amazonka-codedeploy-1.6.1-HbNVyGo5kPb18hi5aHMBMV" False) (C1 (MetaCons "FleetPercent" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "HostCount" PrefixI False) (U1 :: Type -> Type))

RegistrationStatus

data RegistrationStatus Source #

Constructors

Deregistered 
Registered 
Instances
Bounded RegistrationStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Enum RegistrationStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Eq RegistrationStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Data RegistrationStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

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 Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Read RegistrationStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Show RegistrationStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Generic RegistrationStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Associated Types

type Rep RegistrationStatus :: Type -> Type #

Hashable RegistrationStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToJSON RegistrationStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToHeader RegistrationStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToQuery RegistrationStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToByteString RegistrationStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

FromText RegistrationStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToText RegistrationStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

NFData RegistrationStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Methods

rnf :: RegistrationStatus -> () #

type Rep RegistrationStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

type Rep RegistrationStatus = D1 (MetaData "RegistrationStatus" "Network.AWS.CodeDeploy.Types.Sum" "amazonka-codedeploy-1.6.1-HbNVyGo5kPb18hi5aHMBMV" False) (C1 (MetaCons "Deregistered" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "Registered" PrefixI False) (U1 :: Type -> Type))

RevisionLocationType

data RevisionLocationType Source #

Constructors

GitHub 
S3 
String 
Instances
Bounded RevisionLocationType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Enum RevisionLocationType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Eq RevisionLocationType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Data RevisionLocationType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

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 Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Read RevisionLocationType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Show RevisionLocationType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Generic RevisionLocationType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Associated Types

type Rep RevisionLocationType :: Type -> Type #

Hashable RevisionLocationType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToJSON RevisionLocationType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

FromJSON RevisionLocationType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToHeader RevisionLocationType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToQuery RevisionLocationType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToByteString RevisionLocationType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

FromText RevisionLocationType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToText RevisionLocationType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

NFData RevisionLocationType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Methods

rnf :: RevisionLocationType -> () #

type Rep RevisionLocationType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

type Rep RevisionLocationType = D1 (MetaData "RevisionLocationType" "Network.AWS.CodeDeploy.Types.Sum" "amazonka-codedeploy-1.6.1-HbNVyGo5kPb18hi5aHMBMV" False) (C1 (MetaCons "GitHub" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "S3" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "String" PrefixI False) (U1 :: Type -> Type)))

SortOrder

data SortOrder Source #

Constructors

Ascending 
Descending 
Instances
Bounded SortOrder Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Enum SortOrder Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Eq SortOrder Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Data SortOrder Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

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 Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Read SortOrder Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Show SortOrder Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Generic SortOrder Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Associated Types

type Rep SortOrder :: Type -> Type #

Hashable SortOrder Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToJSON SortOrder Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToHeader SortOrder Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToQuery SortOrder Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToByteString SortOrder Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Methods

toBS :: SortOrder -> ByteString #

FromText SortOrder Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToText SortOrder Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Methods

toText :: SortOrder -> Text #

NFData SortOrder Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Methods

rnf :: SortOrder -> () #

type Rep SortOrder Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

type Rep SortOrder = D1 (MetaData "SortOrder" "Network.AWS.CodeDeploy.Types.Sum" "amazonka-codedeploy-1.6.1-HbNVyGo5kPb18hi5aHMBMV" False) (C1 (MetaCons "Ascending" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "Descending" PrefixI False) (U1 :: Type -> Type))

StopStatus

data StopStatus Source #

Constructors

SSPending 
SSSucceeded 
Instances
Bounded StopStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Enum StopStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Eq StopStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Data StopStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

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 Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Read StopStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Show StopStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Generic StopStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Associated Types

type Rep StopStatus :: Type -> Type #

Hashable StopStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

FromJSON StopStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToHeader StopStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToQuery StopStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToByteString StopStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

FromText StopStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToText StopStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Methods

toText :: StopStatus -> Text #

NFData StopStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Methods

rnf :: StopStatus -> () #

type Rep StopStatus Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

type Rep StopStatus = D1 (MetaData "StopStatus" "Network.AWS.CodeDeploy.Types.Sum" "amazonka-codedeploy-1.6.1-HbNVyGo5kPb18hi5aHMBMV" False) (C1 (MetaCons "SSPending" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "SSSucceeded" PrefixI False) (U1 :: Type -> Type))

TagFilterType

data TagFilterType Source #

Instances
Bounded TagFilterType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Enum TagFilterType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Eq TagFilterType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Data TagFilterType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

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 Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Read TagFilterType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Show TagFilterType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Generic TagFilterType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Associated Types

type Rep TagFilterType :: Type -> Type #

Hashable TagFilterType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToJSON TagFilterType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

FromJSON TagFilterType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToHeader TagFilterType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToQuery TagFilterType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToByteString TagFilterType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

FromText TagFilterType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToText TagFilterType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Methods

toText :: TagFilterType -> Text #

NFData TagFilterType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Methods

rnf :: TagFilterType -> () #

type Rep TagFilterType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

type Rep TagFilterType = D1 (MetaData "TagFilterType" "Network.AWS.CodeDeploy.Types.Sum" "amazonka-codedeploy-1.6.1-HbNVyGo5kPb18hi5aHMBMV" False) (C1 (MetaCons "TFTKeyAndValue" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "TFTKeyOnly" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "TFTValueOnly" PrefixI False) (U1 :: Type -> Type)))

TrafficRoutingType

data TrafficRoutingType Source #

Instances
Bounded TrafficRoutingType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Enum TrafficRoutingType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Eq TrafficRoutingType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Data TrafficRoutingType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Methods

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

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

toConstr :: TrafficRoutingType -> Constr #

dataTypeOf :: TrafficRoutingType -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord TrafficRoutingType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Read TrafficRoutingType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Show TrafficRoutingType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Generic TrafficRoutingType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Associated Types

type Rep TrafficRoutingType :: Type -> Type #

Hashable TrafficRoutingType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToJSON TrafficRoutingType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

FromJSON TrafficRoutingType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToHeader TrafficRoutingType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToQuery TrafficRoutingType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToByteString TrafficRoutingType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

FromText TrafficRoutingType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToText TrafficRoutingType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

NFData TrafficRoutingType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Methods

rnf :: TrafficRoutingType -> () #

type Rep TrafficRoutingType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

type Rep TrafficRoutingType = D1 (MetaData "TrafficRoutingType" "Network.AWS.CodeDeploy.Types.Sum" "amazonka-codedeploy-1.6.1-HbNVyGo5kPb18hi5aHMBMV" False) (C1 (MetaCons "AllAtOnce" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "TimeBasedCanary" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "TimeBasedLinear" PrefixI False) (U1 :: Type -> Type)))

TriggerEventType

data TriggerEventType Source #

Instances
Bounded TriggerEventType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Enum TriggerEventType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Eq TriggerEventType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Data TriggerEventType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

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 Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Read TriggerEventType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Show TriggerEventType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Generic TriggerEventType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Associated Types

type Rep TriggerEventType :: Type -> Type #

Hashable TriggerEventType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToJSON TriggerEventType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

FromJSON TriggerEventType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToHeader TriggerEventType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToQuery TriggerEventType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToByteString TriggerEventType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

FromText TriggerEventType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

ToText TriggerEventType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

NFData TriggerEventType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

Methods

rnf :: TriggerEventType -> () #

type Rep TriggerEventType Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Sum

type Rep TriggerEventType = D1 (MetaData "TriggerEventType" "Network.AWS.CodeDeploy.Types.Sum" "amazonka-codedeploy-1.6.1-HbNVyGo5kPb18hi5aHMBMV" False) (((C1 (MetaCons "DeploymentFailure" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "DeploymentReady" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "DeploymentRollback" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "DeploymentStart" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "DeploymentStop" PrefixI False) (U1 :: Type -> Type)))) :+: ((C1 (MetaCons "DeploymentSuccess" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "InstanceFailure" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "InstanceReady" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "InstanceStart" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "InstanceSuccess" PrefixI False) (U1 :: Type -> Type)))))

Alarm

data Alarm Source #

Information about an alarm.

See: alarm smart constructor.

Instances
Eq Alarm Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Methods

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

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

Data Alarm Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

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 Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Show Alarm Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Methods

showsPrec :: Int -> Alarm -> ShowS #

show :: Alarm -> String #

showList :: [Alarm] -> ShowS #

Generic Alarm Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Associated Types

type Rep Alarm :: Type -> Type #

Methods

from :: Alarm -> Rep Alarm x #

to :: Rep Alarm x -> Alarm #

Hashable Alarm Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Methods

hashWithSalt :: Int -> Alarm -> Int #

hash :: Alarm -> Int #

ToJSON Alarm Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

FromJSON Alarm Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

NFData Alarm Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Methods

rnf :: Alarm -> () #

type Rep Alarm Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

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

alarm :: Alarm Source #

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) Source #

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 Source #

Information about alarms associated with the deployment group.

See: alarmConfiguration smart constructor.

Instances
Eq AlarmConfiguration Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Data AlarmConfiguration Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

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 Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Show AlarmConfiguration Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Generic AlarmConfiguration Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Associated Types

type Rep AlarmConfiguration :: Type -> Type #

Hashable AlarmConfiguration Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

ToJSON AlarmConfiguration Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

FromJSON AlarmConfiguration Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

NFData AlarmConfiguration Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Methods

rnf :: AlarmConfiguration -> () #

type Rep AlarmConfiguration Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

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

alarmConfiguration :: AlarmConfiguration Source #

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) Source #

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) Source #

Indicates whether the alarm configuration is enabled.

acAlarms :: Lens' AlarmConfiguration [Alarm] Source #

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

ApplicationInfo

data ApplicationInfo Source #

Information about an application.

See: applicationInfo smart constructor.

Instances
Eq ApplicationInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Data ApplicationInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

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 Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Show ApplicationInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Generic ApplicationInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Associated Types

type Rep ApplicationInfo :: Type -> Type #

Hashable ApplicationInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

FromJSON ApplicationInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

NFData ApplicationInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Methods

rnf :: ApplicationInfo -> () #

type Rep ApplicationInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

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

applicationInfo :: ApplicationInfo Source #

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) Source #

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

aiComputePlatform :: Lens' ApplicationInfo (Maybe ComputePlatform) Source #

The destination platform type for deployment of the application (Lambda or Server ).

aiGitHubAccountName :: Lens' ApplicationInfo (Maybe Text) Source #

The name for a connection to a GitHub account.

aiCreateTime :: Lens' ApplicationInfo (Maybe UTCTime) Source #

The time at which the application was created.

AutoRollbackConfiguration

data AutoRollbackConfiguration Source #

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 Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Data AutoRollbackConfiguration Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

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 Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Show AutoRollbackConfiguration Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Generic AutoRollbackConfiguration Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Associated Types

type Rep AutoRollbackConfiguration :: Type -> Type #

Hashable AutoRollbackConfiguration Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

ToJSON AutoRollbackConfiguration Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

FromJSON AutoRollbackConfiguration Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

NFData AutoRollbackConfiguration Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

type Rep AutoRollbackConfiguration Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

type Rep AutoRollbackConfiguration = D1 (MetaData "AutoRollbackConfiguration" "Network.AWS.CodeDeploy.Types.Product" "amazonka-codedeploy-1.6.1-HbNVyGo5kPb18hi5aHMBMV" False) (C1 (MetaCons "AutoRollbackConfiguration'" PrefixI True) (S1 (MetaSel (Just "_arcEnabled") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 (MetaSel (Just "_arcEvents") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [AutoRollbackEvent]))))

autoRollbackConfiguration :: AutoRollbackConfiguration Source #

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) Source #

Indicates whether a defined automatic rollback configuration is currently enabled.

arcEvents :: Lens' AutoRollbackConfiguration [AutoRollbackEvent] Source #

The event type or types that trigger a rollback.

AutoScalingGroup

data AutoScalingGroup Source #

Information about an Auto Scaling group.

See: autoScalingGroup smart constructor.

Instances
Eq AutoScalingGroup Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Data AutoScalingGroup Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

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 Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Show AutoScalingGroup Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Generic AutoScalingGroup Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Associated Types

type Rep AutoScalingGroup :: Type -> Type #

Hashable AutoScalingGroup Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

FromJSON AutoScalingGroup Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

NFData AutoScalingGroup Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Methods

rnf :: AutoScalingGroup -> () #

type Rep AutoScalingGroup Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

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

autoScalingGroup :: AutoScalingGroup Source #

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) Source #

An Auto Scaling lifecycle event hook name.

asgName :: Lens' AutoScalingGroup (Maybe Text) Source #

The Auto Scaling group name.

BlueGreenDeploymentConfiguration

data BlueGreenDeploymentConfiguration Source #

Information about blue/green deployment options for a deployment group.

See: blueGreenDeploymentConfiguration smart constructor.

Instances
Eq BlueGreenDeploymentConfiguration Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Data BlueGreenDeploymentConfiguration Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Methods

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

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

toConstr :: BlueGreenDeploymentConfiguration -> Constr #

dataTypeOf :: BlueGreenDeploymentConfiguration -> DataType #

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

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

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

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

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

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

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

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

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

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

Read BlueGreenDeploymentConfiguration Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Show BlueGreenDeploymentConfiguration Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Generic BlueGreenDeploymentConfiguration Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Associated Types

type Rep BlueGreenDeploymentConfiguration :: Type -> Type #

Hashable BlueGreenDeploymentConfiguration Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

ToJSON BlueGreenDeploymentConfiguration Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

FromJSON BlueGreenDeploymentConfiguration Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

NFData BlueGreenDeploymentConfiguration Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

type Rep BlueGreenDeploymentConfiguration Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

type Rep BlueGreenDeploymentConfiguration = D1 (MetaData "BlueGreenDeploymentConfiguration" "Network.AWS.CodeDeploy.Types.Product" "amazonka-codedeploy-1.6.1-HbNVyGo5kPb18hi5aHMBMV" False) (C1 (MetaCons "BlueGreenDeploymentConfiguration'" PrefixI True) (S1 (MetaSel (Just "_bgdcDeploymentReadyOption") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DeploymentReadyOption)) :*: (S1 (MetaSel (Just "_bgdcGreenFleetProvisioningOption") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe GreenFleetProvisioningOption)) :*: S1 (MetaSel (Just "_bgdcTerminateBlueInstancesOnDeploymentSuccess") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe BlueInstanceTerminationOption)))))

blueGreenDeploymentConfiguration :: BlueGreenDeploymentConfiguration Source #

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

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

bgdcDeploymentReadyOption :: Lens' BlueGreenDeploymentConfiguration (Maybe DeploymentReadyOption) Source #

Information about the action to take when newly provisioned instances are ready to receive traffic in a blue/green deployment.

bgdcGreenFleetProvisioningOption :: Lens' BlueGreenDeploymentConfiguration (Maybe GreenFleetProvisioningOption) Source #

Information about how instances are provisioned for a replacement environment in a blue/green deployment.

bgdcTerminateBlueInstancesOnDeploymentSuccess :: Lens' BlueGreenDeploymentConfiguration (Maybe BlueInstanceTerminationOption) Source #

Information about whether to terminate instances in the original fleet during a blue/green deployment.

BlueInstanceTerminationOption

data BlueInstanceTerminationOption Source #

Information about whether instances in the original environment are terminated when a blue/green deployment is successful.

See: blueInstanceTerminationOption smart constructor.

Instances
Eq BlueInstanceTerminationOption Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Data BlueInstanceTerminationOption Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Methods

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

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

toConstr :: BlueInstanceTerminationOption -> Constr #

dataTypeOf :: BlueInstanceTerminationOption -> DataType #

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

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

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

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

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

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

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

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

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

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

Read BlueInstanceTerminationOption Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Show BlueInstanceTerminationOption Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Generic BlueInstanceTerminationOption Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Associated Types

type Rep BlueInstanceTerminationOption :: Type -> Type #

Hashable BlueInstanceTerminationOption Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

ToJSON BlueInstanceTerminationOption Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

FromJSON BlueInstanceTerminationOption Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

NFData BlueInstanceTerminationOption Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

type Rep BlueInstanceTerminationOption Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

type Rep BlueInstanceTerminationOption = D1 (MetaData "BlueInstanceTerminationOption" "Network.AWS.CodeDeploy.Types.Product" "amazonka-codedeploy-1.6.1-HbNVyGo5kPb18hi5aHMBMV" False) (C1 (MetaCons "BlueInstanceTerminationOption'" PrefixI True) (S1 (MetaSel (Just "_bitoAction") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe InstanceAction)) :*: S1 (MetaSel (Just "_bitoTerminationWaitTimeInMinutes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int))))

blueInstanceTerminationOption :: BlueInstanceTerminationOption Source #

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

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

  • bitoAction - The action to take on instances in the original environment after a successful blue/green deployment. * TERMINATE: Instances are terminated after a specified wait time. * KEEP_ALIVE: Instances are left running after they are deregistered from the load balancer and removed from the deployment group.
  • bitoTerminationWaitTimeInMinutes - The number of minutes to wait after a successful blue/green deployment before terminating instances from the original environment.

bitoAction :: Lens' BlueInstanceTerminationOption (Maybe InstanceAction) Source #

The action to take on instances in the original environment after a successful blue/green deployment. * TERMINATE: Instances are terminated after a specified wait time. * KEEP_ALIVE: Instances are left running after they are deregistered from the load balancer and removed from the deployment group.

bitoTerminationWaitTimeInMinutes :: Lens' BlueInstanceTerminationOption (Maybe Int) Source #

The number of minutes to wait after a successful blue/green deployment before terminating instances from the original environment.

DeploymentConfigInfo

data DeploymentConfigInfo Source #

Information about a deployment configuration.

See: deploymentConfigInfo smart constructor.

Instances
Eq DeploymentConfigInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Data DeploymentConfigInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

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 Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Show DeploymentConfigInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Generic DeploymentConfigInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Associated Types

type Rep DeploymentConfigInfo :: Type -> Type #

Hashable DeploymentConfigInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

FromJSON DeploymentConfigInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

NFData DeploymentConfigInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Methods

rnf :: DeploymentConfigInfo -> () #

type Rep DeploymentConfigInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

type Rep DeploymentConfigInfo = D1 (MetaData "DeploymentConfigInfo" "Network.AWS.CodeDeploy.Types.Product" "amazonka-codedeploy-1.6.1-HbNVyGo5kPb18hi5aHMBMV" False) (C1 (MetaCons "DeploymentConfigInfo'" PrefixI True) ((S1 (MetaSel (Just "_dciDeploymentConfigName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_dciComputePlatform") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ComputePlatform)) :*: S1 (MetaSel (Just "_dciMinimumHealthyHosts") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe MinimumHealthyHosts)))) :*: (S1 (MetaSel (Just "_dciTrafficRoutingConfig") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe TrafficRoutingConfig)) :*: (S1 (MetaSel (Just "_dciDeploymentConfigId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_dciCreateTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX))))))

deploymentConfigInfo :: DeploymentConfigInfo Source #

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) Source #

The deployment configuration name.

dciComputePlatform :: Lens' DeploymentConfigInfo (Maybe ComputePlatform) Source #

The destination platform type for the deployment (Lambda or Server ).

dciMinimumHealthyHosts :: Lens' DeploymentConfigInfo (Maybe MinimumHealthyHosts) Source #

Information about the number or percentage of minimum healthy instance.

dciTrafficRoutingConfig :: Lens' DeploymentConfigInfo (Maybe TrafficRoutingConfig) Source #

The configuration specifying how the deployment traffic will be routed. Only deployments with a Lambda compute platform can specify this.

dciDeploymentConfigId :: Lens' DeploymentConfigInfo (Maybe Text) Source #

The deployment configuration ID.

dciCreateTime :: Lens' DeploymentConfigInfo (Maybe UTCTime) Source #

The time at which the deployment configuration was created.

DeploymentGroupInfo

data DeploymentGroupInfo Source #

Information about a deployment group.

See: deploymentGroupInfo smart constructor.

Instances
Eq DeploymentGroupInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Data DeploymentGroupInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

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 Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Show DeploymentGroupInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Generic DeploymentGroupInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Associated Types

type Rep DeploymentGroupInfo :: Type -> Type #

Hashable DeploymentGroupInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

FromJSON DeploymentGroupInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

NFData DeploymentGroupInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Methods

rnf :: DeploymentGroupInfo -> () #

type Rep DeploymentGroupInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

type Rep DeploymentGroupInfo = D1 (MetaData "DeploymentGroupInfo" "Network.AWS.CodeDeploy.Types.Product" "amazonka-codedeploy-1.6.1-HbNVyGo5kPb18hi5aHMBMV" False) (C1 (MetaCons "DeploymentGroupInfo'" PrefixI True) ((((S1 (MetaSel (Just "_dgiServiceRoleARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_dgiEc2TagSet") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe EC2TagSet))) :*: (S1 (MetaSel (Just "_dgiDeploymentConfigName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_dgiLastAttemptedDeployment") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe LastDeploymentInfo)) :*: S1 (MetaSel (Just "_dgiOnPremisesTagSet") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe OnPremisesTagSet))))) :*: ((S1 (MetaSel (Just "_dgiComputePlatform") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ComputePlatform)) :*: S1 (MetaSel (Just "_dgiTargetRevision") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe RevisionLocation))) :*: (S1 (MetaSel (Just "_dgiEc2TagFilters") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [EC2TagFilter])) :*: (S1 (MetaSel (Just "_dgiBlueGreenDeploymentConfiguration") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe BlueGreenDeploymentConfiguration)) :*: S1 (MetaSel (Just "_dgiLoadBalancerInfo") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe LoadBalancerInfo)))))) :*: (((S1 (MetaSel (Just "_dgiOnPremisesInstanceTagFilters") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [TagFilter])) :*: S1 (MetaSel (Just "_dgiLastSuccessfulDeployment") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe LastDeploymentInfo))) :*: (S1 (MetaSel (Just "_dgiApplicationName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_dgiAlarmConfiguration") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe AlarmConfiguration)) :*: S1 (MetaSel (Just "_dgiTriggerConfigurations") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [TriggerConfig]))))) :*: ((S1 (MetaSel (Just "_dgiDeploymentGroupId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_dgiAutoScalingGroups") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [AutoScalingGroup]))) :*: (S1 (MetaSel (Just "_dgiDeploymentStyle") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DeploymentStyle)) :*: (S1 (MetaSel (Just "_dgiAutoRollbackConfiguration") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe AutoRollbackConfiguration)) :*: S1 (MetaSel (Just "_dgiDeploymentGroupName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))))

deploymentGroupInfo :: DeploymentGroupInfo Source #

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:

dgiEc2TagSet :: Lens' DeploymentGroupInfo (Maybe EC2TagSet) Source #

Information about groups of tags applied to an EC2 instance. The deployment group includes only EC2 instances identified by all the tag groups. Cannot be used in the same call as ec2TagFilters.

dgiDeploymentConfigName :: Lens' DeploymentGroupInfo (Maybe Text) Source #

The deployment configuration name.

dgiLastAttemptedDeployment :: Lens' DeploymentGroupInfo (Maybe LastDeploymentInfo) Source #

Information about the most recent attempted deployment to the deployment group.

dgiOnPremisesTagSet :: Lens' DeploymentGroupInfo (Maybe OnPremisesTagSet) Source #

Information about groups of tags applied to an on-premises instance. The deployment group includes only on-premises instances identified by all the tag groups. Cannot be used in the same call as onPremisesInstanceTagFilters.

dgiComputePlatform :: Lens' DeploymentGroupInfo (Maybe ComputePlatform) Source #

The destination platform type for the deployment group (Lambda or Server ).

dgiTargetRevision :: Lens' DeploymentGroupInfo (Maybe RevisionLocation) Source #

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

dgiEc2TagFilters :: Lens' DeploymentGroupInfo [EC2TagFilter] Source #

The Amazon EC2 tags on which to filter. The deployment group includes EC2 instances with any of the specified tags.

dgiBlueGreenDeploymentConfiguration :: Lens' DeploymentGroupInfo (Maybe BlueGreenDeploymentConfiguration) Source #

Information about blue/green deployment options for a deployment group.

dgiLoadBalancerInfo :: Lens' DeploymentGroupInfo (Maybe LoadBalancerInfo) Source #

Information about the load balancer to use in a deployment.

dgiOnPremisesInstanceTagFilters :: Lens' DeploymentGroupInfo [TagFilter] Source #

The on-premises instance tags on which to filter. The deployment group includes on-premises instances with any of the specified tags.

dgiLastSuccessfulDeployment :: Lens' DeploymentGroupInfo (Maybe LastDeploymentInfo) Source #

Information about the most recent successful deployment to the deployment group.

dgiAlarmConfiguration :: Lens' DeploymentGroupInfo (Maybe AlarmConfiguration) Source #

A list of alarms associated with the deployment group.

dgiTriggerConfigurations :: Lens' DeploymentGroupInfo [TriggerConfig] Source #

Information about triggers associated with the deployment group.

dgiAutoScalingGroups :: Lens' DeploymentGroupInfo [AutoScalingGroup] Source #

A list of associated Auto Scaling groups.

dgiDeploymentStyle :: Lens' DeploymentGroupInfo (Maybe DeploymentStyle) Source #

Information about the type of deployment, either in-place or blue/green, you want to run and whether to route deployment traffic behind a load balancer.

dgiAutoRollbackConfiguration :: Lens' DeploymentGroupInfo (Maybe AutoRollbackConfiguration) Source #

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

DeploymentInfo

data DeploymentInfo Source #

Information about a deployment.

See: deploymentInfo smart constructor.

Instances
Eq DeploymentInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Data DeploymentInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

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 Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Show DeploymentInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Generic DeploymentInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Associated Types

type Rep DeploymentInfo :: Type -> Type #

Hashable DeploymentInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

FromJSON DeploymentInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

NFData DeploymentInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Methods

rnf :: DeploymentInfo -> () #

type Rep DeploymentInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

type Rep DeploymentInfo = D1 (MetaData "DeploymentInfo" "Network.AWS.CodeDeploy.Types.Product" "amazonka-codedeploy-1.6.1-HbNVyGo5kPb18hi5aHMBMV" False) (C1 (MetaCons "DeploymentInfo'" PrefixI True) ((((S1 (MetaSel (Just "_diCreator") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DeploymentCreator)) :*: (S1 (MetaSel (Just "_diStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DeploymentStatus)) :*: S1 (MetaSel (Just "_diDeploymentId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 (MetaSel (Just "_diDeploymentConfigName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_diComputePlatform") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ComputePlatform)) :*: S1 (MetaSel (Just "_diPreviousRevision") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe RevisionLocation))))) :*: ((S1 (MetaSel (Just "_diInstanceTerminationWaitTimeStarted") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 (MetaSel (Just "_diDeploymentStatusMessages") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 (MetaSel (Just "_diStartTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 (MetaSel (Just "_diCompleteTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 (MetaSel (Just "_diBlueGreenDeploymentConfiguration") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe BlueGreenDeploymentConfiguration))) :*: (S1 (MetaSel (Just "_diErrorInformation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ErrorInformation)) :*: S1 (MetaSel (Just "_diLoadBalancerInfo") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe LoadBalancerInfo)))))) :*: (((S1 (MetaSel (Just "_diAdditionalDeploymentStatusInfo") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_diDeploymentOverview") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DeploymentOverview)) :*: S1 (MetaSel (Just "_diFileExistsBehavior") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe FileExistsBehavior)))) :*: ((S1 (MetaSel (Just "_diApplicationName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_diRollbackInfo") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe RollbackInfo))) :*: (S1 (MetaSel (Just "_diTargetInstances") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe TargetInstances)) :*: S1 (MetaSel (Just "_diRevision") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe RevisionLocation))))) :*: ((S1 (MetaSel (Just "_diDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_diDeploymentStyle") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DeploymentStyle)) :*: S1 (MetaSel (Just "_diCreateTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 (MetaSel (Just "_diAutoRollbackConfiguration") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe AutoRollbackConfiguration)) :*: S1 (MetaSel (Just "_diUpdateOutdatedInstancesOnly") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 (MetaSel (Just "_diDeploymentGroupName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_diIgnoreApplicationStopFailures") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))))))))

deploymentInfo :: DeploymentInfo Source #

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.
  • diComputePlatform - The destination platform type for the deployment (Lambda or Server ).
  • diPreviousRevision - Information about the application revision that was deployed to the deployment group before the most recent successful deployment.
  • diInstanceTerminationWaitTimeStarted - Indicates whether the wait period set for the termination of instances in the original environment has started. Status is false if the KEEP_ALIVE option is specified; otherwise, true as soon as the termination wait period starts.
  • diDeploymentStatusMessages - Messages that contain information about the status of a deployment.
  • 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.
  • diBlueGreenDeploymentConfiguration - Information about blue/green deployment options for this deployment.
  • diErrorInformation - Information about any error associated with this deployment.
  • diLoadBalancerInfo - Information about the load balancer used in the deployment.
  • diAdditionalDeploymentStatusInfo - Provides information about the results of a deployment, such as whether instances in the original environment in a blue/green deployment were not terminated.
  • diDeploymentOverview - A summary of the deployment status of the instances in the deployment.
  • diFileExistsBehavior - Information about how AWS CodeDeploy handles files that already exist in a deployment target location but weren't part of the previous successful deployment. * DISALLOW: The deployment fails. This is also the default behavior if no option is specified. * OVERWRITE: The version of the file from the application revision currently being deployed replaces the version already on the instance. * RETAIN: The version of the file already on the instance is kept and used as part of the new deployment.
  • diApplicationName - The application name.
  • diRollbackInfo - Information about a deployment rollback.
  • diTargetInstances - Information about the instances that belong to the replacement environment in a blue/green deployment.
  • diRevision - Information about the location of stored application artifacts and the service from which to retrieve them.
  • diDescription - A comment about the deployment.
  • diDeploymentStyle - Information about the type of deployment, either in-place or blue/green, you want to run and whether to route deployment traffic behind a load balancer.
  • 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) Source #

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) Source #

The current state of the deployment as a whole.

diDeploymentConfigName :: Lens' DeploymentInfo (Maybe Text) Source #

The deployment configuration name.

diComputePlatform :: Lens' DeploymentInfo (Maybe ComputePlatform) Source #

The destination platform type for the deployment (Lambda or Server ).

diPreviousRevision :: Lens' DeploymentInfo (Maybe RevisionLocation) Source #

Information about the application revision that was deployed to the deployment group before the most recent successful deployment.

diInstanceTerminationWaitTimeStarted :: Lens' DeploymentInfo (Maybe Bool) Source #

Indicates whether the wait period set for the termination of instances in the original environment has started. Status is false if the KEEP_ALIVE option is specified; otherwise, true as soon as the termination wait period starts.

diDeploymentStatusMessages :: Lens' DeploymentInfo [Text] Source #

Messages that contain information about the status of a deployment.

diStartTime :: Lens' DeploymentInfo (Maybe UTCTime) Source #

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) Source #

A timestamp indicating when the deployment was complete.

diBlueGreenDeploymentConfiguration :: Lens' DeploymentInfo (Maybe BlueGreenDeploymentConfiguration) Source #

Information about blue/green deployment options for this deployment.

diErrorInformation :: Lens' DeploymentInfo (Maybe ErrorInformation) Source #

Information about any error associated with this deployment.

diLoadBalancerInfo :: Lens' DeploymentInfo (Maybe LoadBalancerInfo) Source #

Information about the load balancer used in the deployment.

diAdditionalDeploymentStatusInfo :: Lens' DeploymentInfo (Maybe Text) Source #

Provides information about the results of a deployment, such as whether instances in the original environment in a blue/green deployment were not terminated.

diDeploymentOverview :: Lens' DeploymentInfo (Maybe DeploymentOverview) Source #

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

diFileExistsBehavior :: Lens' DeploymentInfo (Maybe FileExistsBehavior) Source #

Information about how AWS CodeDeploy handles files that already exist in a deployment target location but weren't part of the previous successful deployment. * DISALLOW: The deployment fails. This is also the default behavior if no option is specified. * OVERWRITE: The version of the file from the application revision currently being deployed replaces the version already on the instance. * RETAIN: The version of the file already on the instance is kept and used as part of the new deployment.

diRollbackInfo :: Lens' DeploymentInfo (Maybe RollbackInfo) Source #

Information about a deployment rollback.

diTargetInstances :: Lens' DeploymentInfo (Maybe TargetInstances) Source #

Information about the instances that belong to the replacement environment in a blue/green deployment.

diRevision :: Lens' DeploymentInfo (Maybe RevisionLocation) Source #

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

diDescription :: Lens' DeploymentInfo (Maybe Text) Source #

A comment about the deployment.

diDeploymentStyle :: Lens' DeploymentInfo (Maybe DeploymentStyle) Source #

Information about the type of deployment, either in-place or blue/green, you want to run and whether to route deployment traffic behind a load balancer.

diCreateTime :: Lens' DeploymentInfo (Maybe UTCTime) Source #

A timestamp indicating when the deployment was created.

diAutoRollbackConfiguration :: Lens' DeploymentInfo (Maybe AutoRollbackConfiguration) Source #

Information about the automatic rollback configuration associated with the deployment.

diUpdateOutdatedInstancesOnly :: Lens' DeploymentInfo (Maybe Bool) Source #

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

diIgnoreApplicationStopFailures :: Lens' DeploymentInfo (Maybe Bool) Source #

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 Source #

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

See: deploymentOverview smart constructor.

Instances
Eq DeploymentOverview Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Data DeploymentOverview Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

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 Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Show DeploymentOverview Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Generic DeploymentOverview Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Associated Types

type Rep DeploymentOverview :: Type -> Type #

Hashable DeploymentOverview Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

FromJSON DeploymentOverview Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

NFData DeploymentOverview Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Methods

rnf :: DeploymentOverview -> () #

type Rep DeploymentOverview Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

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

deploymentOverview :: DeploymentOverview Source #

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.
  • doReady - The number of instances in a replacement environment ready to receive traffic in a blue/green deployment.
  • doFailed - The number of instances in the deployment in a failed state.

doPending :: Lens' DeploymentOverview (Maybe Integer) Source #

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

doSkipped :: Lens' DeploymentOverview (Maybe Integer) Source #

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

doInProgress :: Lens' DeploymentOverview (Maybe Integer) Source #

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

doSucceeded :: Lens' DeploymentOverview (Maybe Integer) Source #

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

doReady :: Lens' DeploymentOverview (Maybe Integer) Source #

The number of instances in a replacement environment ready to receive traffic in a blue/green deployment.

doFailed :: Lens' DeploymentOverview (Maybe Integer) Source #

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

DeploymentReadyOption

data DeploymentReadyOption Source #

Information about how traffic is rerouted to instances in a replacement environment in a blue/green deployment.

See: deploymentReadyOption smart constructor.

Instances
Eq DeploymentReadyOption Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Data DeploymentReadyOption Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Methods

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

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

toConstr :: DeploymentReadyOption -> Constr #

dataTypeOf :: DeploymentReadyOption -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeploymentReadyOption Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Show DeploymentReadyOption Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Generic DeploymentReadyOption Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Associated Types

type Rep DeploymentReadyOption :: Type -> Type #

Hashable DeploymentReadyOption Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

ToJSON DeploymentReadyOption Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

FromJSON DeploymentReadyOption Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

NFData DeploymentReadyOption Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Methods

rnf :: DeploymentReadyOption -> () #

type Rep DeploymentReadyOption Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

type Rep DeploymentReadyOption = D1 (MetaData "DeploymentReadyOption" "Network.AWS.CodeDeploy.Types.Product" "amazonka-codedeploy-1.6.1-HbNVyGo5kPb18hi5aHMBMV" False) (C1 (MetaCons "DeploymentReadyOption'" PrefixI True) (S1 (MetaSel (Just "_droActionOnTimeout") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DeploymentReadyAction)) :*: S1 (MetaSel (Just "_droWaitTimeInMinutes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int))))

deploymentReadyOption :: DeploymentReadyOption Source #

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

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

  • droActionOnTimeout - Information about when to reroute traffic from an original environment to a replacement environment in a blue/green deployment. * CONTINUE_DEPLOYMENT: Register new instances with the load balancer immediately after the new application revision is installed on the instances in the replacement environment. * STOP_DEPLOYMENT: Do not register new instances with a load balancer unless traffic rerouting is started using ContinueDeployment . If traffic rerouting is not started before the end of the specified wait period, the deployment status is changed to Stopped.
  • droWaitTimeInMinutes - The number of minutes to wait before the status of a blue/green deployment changed to Stopped if rerouting is not started manually. Applies only to the STOP_DEPLOYMENT option for actionOnTimeout

droActionOnTimeout :: Lens' DeploymentReadyOption (Maybe DeploymentReadyAction) Source #

Information about when to reroute traffic from an original environment to a replacement environment in a blue/green deployment. * CONTINUE_DEPLOYMENT: Register new instances with the load balancer immediately after the new application revision is installed on the instances in the replacement environment. * STOP_DEPLOYMENT: Do not register new instances with a load balancer unless traffic rerouting is started using ContinueDeployment . If traffic rerouting is not started before the end of the specified wait period, the deployment status is changed to Stopped.

droWaitTimeInMinutes :: Lens' DeploymentReadyOption (Maybe Int) Source #

The number of minutes to wait before the status of a blue/green deployment changed to Stopped if rerouting is not started manually. Applies only to the STOP_DEPLOYMENT option for actionOnTimeout

DeploymentStyle

data DeploymentStyle Source #

Information about the type of deployment, either in-place or blue/green, you want to run and whether to route deployment traffic behind a load balancer.

See: deploymentStyle smart constructor.

Instances
Eq DeploymentStyle Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Data DeploymentStyle Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Methods

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

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

toConstr :: DeploymentStyle -> Constr #

dataTypeOf :: DeploymentStyle -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeploymentStyle Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Show DeploymentStyle Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Generic DeploymentStyle Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Associated Types

type Rep DeploymentStyle :: Type -> Type #

Hashable DeploymentStyle Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

ToJSON DeploymentStyle Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

FromJSON DeploymentStyle Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

NFData DeploymentStyle Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Methods

rnf :: DeploymentStyle -> () #

type Rep DeploymentStyle Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

type Rep DeploymentStyle = D1 (MetaData "DeploymentStyle" "Network.AWS.CodeDeploy.Types.Product" "amazonka-codedeploy-1.6.1-HbNVyGo5kPb18hi5aHMBMV" False) (C1 (MetaCons "DeploymentStyle'" PrefixI True) (S1 (MetaSel (Just "_dsDeploymentOption") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DeploymentOption)) :*: S1 (MetaSel (Just "_dsDeploymentType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DeploymentType))))

deploymentStyle :: DeploymentStyle Source #

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

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

  • dsDeploymentOption - Indicates whether to route deployment traffic behind a load balancer.
  • dsDeploymentType - Indicates whether to run an in-place deployment or a blue/green deployment.

dsDeploymentOption :: Lens' DeploymentStyle (Maybe DeploymentOption) Source #

Indicates whether to route deployment traffic behind a load balancer.

dsDeploymentType :: Lens' DeploymentStyle (Maybe DeploymentType) Source #

Indicates whether to run an in-place deployment or a blue/green deployment.

Diagnostics

data Diagnostics Source #

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

See: diagnostics smart constructor.

Instances
Eq Diagnostics Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Data Diagnostics Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

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 Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Show Diagnostics Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Generic Diagnostics Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Associated Types

type Rep Diagnostics :: Type -> Type #

Hashable Diagnostics Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

FromJSON Diagnostics Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

NFData Diagnostics Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Methods

rnf :: Diagnostics -> () #

type Rep Diagnostics Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

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

diagnostics :: Diagnostics Source #

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) Source #

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) Source #

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) Source #

The name of the script.

dMessage :: Lens' Diagnostics (Maybe Text) Source #

The message associated with the error.

EC2TagFilter

data EC2TagFilter Source #

Information about an EC2 tag filter.

See: ec2TagFilter smart constructor.

Instances
Eq EC2TagFilter Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Data EC2TagFilter Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

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 Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Show EC2TagFilter Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Generic EC2TagFilter Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Associated Types

type Rep EC2TagFilter :: Type -> Type #

Hashable EC2TagFilter Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

ToJSON EC2TagFilter Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

FromJSON EC2TagFilter Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

NFData EC2TagFilter Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Methods

rnf :: EC2TagFilter -> () #

type Rep EC2TagFilter Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

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

ec2TagFilter :: EC2TagFilter Source #

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) Source #

The tag filter value.

etfKey :: Lens' EC2TagFilter (Maybe Text) Source #

The tag filter key.

etfType :: Lens' EC2TagFilter (Maybe EC2TagFilterType) Source #

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

EC2TagSet

data EC2TagSet Source #

Information about groups of EC2 instance tags.

See: ec2TagSet smart constructor.

Instances
Eq EC2TagSet Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Data EC2TagSet Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Methods

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

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

toConstr :: EC2TagSet -> Constr #

dataTypeOf :: EC2TagSet -> DataType #

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

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

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

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

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

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

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

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

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

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

Read EC2TagSet Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Show EC2TagSet Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Generic EC2TagSet Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Associated Types

type Rep EC2TagSet :: Type -> Type #

Hashable EC2TagSet Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

ToJSON EC2TagSet Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

FromJSON EC2TagSet Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

NFData EC2TagSet Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Methods

rnf :: EC2TagSet -> () #

type Rep EC2TagSet Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

type Rep EC2TagSet = D1 (MetaData "EC2TagSet" "Network.AWS.CodeDeploy.Types.Product" "amazonka-codedeploy-1.6.1-HbNVyGo5kPb18hi5aHMBMV" True) (C1 (MetaCons "EC2TagSet'" PrefixI True) (S1 (MetaSel (Just "_etsEc2TagSetList") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [[EC2TagFilter]]))))

ec2TagSet :: EC2TagSet Source #

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

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

  • etsEc2TagSetList - A list containing other lists of EC2 instance tag groups. In order for an instance to be included in the deployment group, it must be identified by all the tag groups in the list.

etsEc2TagSetList :: Lens' EC2TagSet [[EC2TagFilter]] Source #

A list containing other lists of EC2 instance tag groups. In order for an instance to be included in the deployment group, it must be identified by all the tag groups in the list.

ELBInfo

data ELBInfo Source #

Information about a load balancer in Elastic Load Balancing to use in a deployment. Instances are registered directly with a load balancer, and traffic is routed to the load balancer.

See: eLBInfo smart constructor.

Instances
Eq ELBInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Methods

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

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

Data ELBInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Methods

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

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

toConstr :: ELBInfo -> Constr #

dataTypeOf :: ELBInfo -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ELBInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Show ELBInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Generic ELBInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Associated Types

type Rep ELBInfo :: Type -> Type #

Methods

from :: ELBInfo -> Rep ELBInfo x #

to :: Rep ELBInfo x -> ELBInfo #

Hashable ELBInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Methods

hashWithSalt :: Int -> ELBInfo -> Int #

hash :: ELBInfo -> Int #

ToJSON ELBInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

FromJSON ELBInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

NFData ELBInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Methods

rnf :: ELBInfo -> () #

type Rep ELBInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

type Rep ELBInfo = D1 (MetaData "ELBInfo" "Network.AWS.CodeDeploy.Types.Product" "amazonka-codedeploy-1.6.1-HbNVyGo5kPb18hi5aHMBMV" True) (C1 (MetaCons "ELBInfo'" PrefixI True) (S1 (MetaSel (Just "_elbiName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text))))

eLBInfo :: ELBInfo Source #

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

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

  • elbiName - For bluegreen deployments, the name of the load balancer that will be used to route traffic from original instances to replacement instances in a bluegreen deployment. For in-place deployments, the name of the load balancer that instances are deregistered from so they are not serving traffic during a deployment, and then re-registered with after the deployment completes.

elbiName :: Lens' ELBInfo (Maybe Text) Source #

For bluegreen deployments, the name of the load balancer that will be used to route traffic from original instances to replacement instances in a bluegreen deployment. For in-place deployments, the name of the load balancer that instances are deregistered from so they are not serving traffic during a deployment, and then re-registered with after the deployment completes.

ErrorInformation

data ErrorInformation Source #

Information about a deployment error.

See: errorInformation smart constructor.

Instances
Eq ErrorInformation Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Data ErrorInformation Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

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 Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Show ErrorInformation Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Generic ErrorInformation Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Associated Types

type Rep ErrorInformation :: Type -> Type #

Hashable ErrorInformation Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

FromJSON ErrorInformation Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

NFData ErrorInformation Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Methods

rnf :: ErrorInformation -> () #

type Rep ErrorInformation Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

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

errorInformation :: ErrorInformation Source #

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 - For information about additional error codes, see Error Codes for AWS CodeDeploy in the AWS CodeDeploy User Guide . 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) Source #

For information about additional error codes, see Error Codes for AWS CodeDeploy in the AWS CodeDeploy User Guide . 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) Source #

An accompanying error message.

GenericRevisionInfo

data GenericRevisionInfo Source #

Information about an application revision.

See: genericRevisionInfo smart constructor.

Instances
Eq GenericRevisionInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Data GenericRevisionInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

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 Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Show GenericRevisionInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Generic GenericRevisionInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Associated Types

type Rep GenericRevisionInfo :: Type -> Type #

Hashable GenericRevisionInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

FromJSON GenericRevisionInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

NFData GenericRevisionInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Methods

rnf :: GenericRevisionInfo -> () #

type Rep GenericRevisionInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

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

genericRevisionInfo :: GenericRevisionInfo Source #

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) Source #

When the revision was registered with AWS CodeDeploy.

griFirstUsedTime :: Lens' GenericRevisionInfo (Maybe UTCTime) Source #

When the revision was first used by AWS CodeDeploy.

griDeploymentGroups :: Lens' GenericRevisionInfo [Text] Source #

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

griLastUsedTime :: Lens' GenericRevisionInfo (Maybe UTCTime) Source #

When the revision was last used by AWS CodeDeploy.

griDescription :: Lens' GenericRevisionInfo (Maybe Text) Source #

A comment about the revision.

GitHubLocation

data GitHubLocation Source #

Information about the location of application artifacts stored in GitHub.

See: gitHubLocation smart constructor.

Instances
Eq GitHubLocation Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Data GitHubLocation Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

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 Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Show GitHubLocation Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Generic GitHubLocation Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Associated Types

type Rep GitHubLocation :: Type -> Type #

Hashable GitHubLocation Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

ToJSON GitHubLocation Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

FromJSON GitHubLocation Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

NFData GitHubLocation Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Methods

rnf :: GitHubLocation -> () #

type Rep GitHubLocation Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

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

gitHubLocation :: GitHubLocation Source #

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) Source #

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

ghlRepository :: Lens' GitHubLocation (Maybe Text) Source #

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.

GreenFleetProvisioningOption

data GreenFleetProvisioningOption Source #

Information about the instances that belong to the replacement environment in a blue/green deployment.

See: greenFleetProvisioningOption smart constructor.

Instances
Eq GreenFleetProvisioningOption Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Data GreenFleetProvisioningOption Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Methods

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

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

toConstr :: GreenFleetProvisioningOption -> Constr #

dataTypeOf :: GreenFleetProvisioningOption -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GreenFleetProvisioningOption Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Show GreenFleetProvisioningOption Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Generic GreenFleetProvisioningOption Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Associated Types

type Rep GreenFleetProvisioningOption :: Type -> Type #

Hashable GreenFleetProvisioningOption Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

ToJSON GreenFleetProvisioningOption Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

FromJSON GreenFleetProvisioningOption Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

NFData GreenFleetProvisioningOption Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

type Rep GreenFleetProvisioningOption Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

type Rep GreenFleetProvisioningOption = D1 (MetaData "GreenFleetProvisioningOption" "Network.AWS.CodeDeploy.Types.Product" "amazonka-codedeploy-1.6.1-HbNVyGo5kPb18hi5aHMBMV" True) (C1 (MetaCons "GreenFleetProvisioningOption'" PrefixI True) (S1 (MetaSel (Just "_gfpoAction") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe GreenFleetProvisioningAction))))

greenFleetProvisioningOption :: GreenFleetProvisioningOption Source #

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

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

  • gfpoAction - The method used to add instances to a replacement environment. * DISCOVER_EXISTING: Use instances that already exist or will be created manually. * COPY_AUTO_SCALING_GROUP: Use settings from a specified Auto Scaling group to define and create instances in a new Auto Scaling group.

gfpoAction :: Lens' GreenFleetProvisioningOption (Maybe GreenFleetProvisioningAction) Source #

The method used to add instances to a replacement environment. * DISCOVER_EXISTING: Use instances that already exist or will be created manually. * COPY_AUTO_SCALING_GROUP: Use settings from a specified Auto Scaling group to define and create instances in a new Auto Scaling group.

InstanceInfo

data InstanceInfo Source #

Information about an on-premises instance.

See: instanceInfo smart constructor.

Instances
Eq InstanceInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Data InstanceInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

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 Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Show InstanceInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Generic InstanceInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Associated Types

type Rep InstanceInfo :: Type -> Type #

Hashable InstanceInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

FromJSON InstanceInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

NFData InstanceInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Methods

rnf :: InstanceInfo -> () #

type Rep InstanceInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

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

instanceInfo :: InstanceInfo Source #

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.
  • iiIamSessionARN - The ARN of the IAM session associated with the on-premises instance.
  • iiTags - The tags currently associated with the on-premises instance.

iiRegisterTime :: Lens' InstanceInfo (Maybe UTCTime) Source #

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

iiInstanceARN :: Lens' InstanceInfo (Maybe Text) Source #

The ARN of the on-premises instance.

iiDeregisterTime :: Lens' InstanceInfo (Maybe UTCTime) Source #

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

iiIamUserARN :: Lens' InstanceInfo (Maybe Text) Source #

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

iiInstanceName :: Lens' InstanceInfo (Maybe Text) Source #

The name of the on-premises instance.

iiIamSessionARN :: Lens' InstanceInfo (Maybe Text) Source #

The ARN of the IAM session associated with the on-premises instance.

iiTags :: Lens' InstanceInfo [Tag] Source #

The tags currently associated with the on-premises instance.

InstanceSummary

data InstanceSummary Source #

Information about an instance in a deployment.

See: instanceSummary smart constructor.

Instances
Eq InstanceSummary Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Data InstanceSummary Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

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 Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Show InstanceSummary Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Generic InstanceSummary Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Associated Types

type Rep InstanceSummary :: Type -> Type #

Hashable InstanceSummary Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

FromJSON InstanceSummary Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

NFData InstanceSummary Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Methods

rnf :: InstanceSummary -> () #

type Rep InstanceSummary Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

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

instanceSummary :: InstanceSummary Source #

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.
  • isInstanceType - Information about which environment an instance belongs to in a blue/green deployment. * BLUE: The instance is part of the original environment. * GREEN: The instance is part of the replacement environment.

isStatus :: Lens' InstanceSummary (Maybe InstanceStatus) Source #

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) Source #

A timestamp indicating when the instance information was last updated.

isLifecycleEvents :: Lens' InstanceSummary [LifecycleEvent] Source #

A list of lifecycle events for this instance.

isInstanceType :: Lens' InstanceSummary (Maybe InstanceType) Source #

Information about which environment an instance belongs to in a blue/green deployment. * BLUE: The instance is part of the original environment. * GREEN: The instance is part of the replacement environment.

LastDeploymentInfo

data LastDeploymentInfo Source #

Information about the most recent attempted or successful deployment to a deployment group.

See: lastDeploymentInfo smart constructor.

Instances
Eq LastDeploymentInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Data LastDeploymentInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Methods

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

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

toConstr :: LastDeploymentInfo -> Constr #

dataTypeOf :: LastDeploymentInfo -> DataType #

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

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

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

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

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

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

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

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

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

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

Read LastDeploymentInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Show LastDeploymentInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Generic LastDeploymentInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Associated Types

type Rep LastDeploymentInfo :: Type -> Type #

Hashable LastDeploymentInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

FromJSON LastDeploymentInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

NFData LastDeploymentInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Methods

rnf :: LastDeploymentInfo -> () #

type Rep LastDeploymentInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

type Rep LastDeploymentInfo = D1 (MetaData "LastDeploymentInfo" "Network.AWS.CodeDeploy.Types.Product" "amazonka-codedeploy-1.6.1-HbNVyGo5kPb18hi5aHMBMV" False) (C1 (MetaCons "LastDeploymentInfo'" PrefixI True) ((S1 (MetaSel (Just "_ldiStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DeploymentStatus)) :*: S1 (MetaSel (Just "_ldiDeploymentId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_ldiEndTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 (MetaSel (Just "_ldiCreateTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX)))))

lastDeploymentInfo :: LastDeploymentInfo Source #

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

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

  • ldiStatus - The status of the most recent deployment.
  • ldiDeploymentId - The deployment ID.
  • ldiEndTime - A timestamp indicating when the most recent deployment to the deployment group completed.
  • ldiCreateTime - A timestamp indicating when the most recent deployment to the deployment group started.

ldiStatus :: Lens' LastDeploymentInfo (Maybe DeploymentStatus) Source #

The status of the most recent deployment.

ldiEndTime :: Lens' LastDeploymentInfo (Maybe UTCTime) Source #

A timestamp indicating when the most recent deployment to the deployment group completed.

ldiCreateTime :: Lens' LastDeploymentInfo (Maybe UTCTime) Source #

A timestamp indicating when the most recent deployment to the deployment group started.

LifecycleEvent

data LifecycleEvent Source #

Information about a deployment lifecycle event.

See: lifecycleEvent smart constructor.

Instances
Eq LifecycleEvent Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Data LifecycleEvent Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

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 Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Show LifecycleEvent Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Generic LifecycleEvent Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Associated Types

type Rep LifecycleEvent :: Type -> Type #

Hashable LifecycleEvent Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

FromJSON LifecycleEvent Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

NFData LifecycleEvent Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Methods

rnf :: LifecycleEvent -> () #

type Rep LifecycleEvent Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

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

lifecycleEvent :: LifecycleEvent Source #

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) Source #

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) Source #

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

leStartTime :: Lens' LifecycleEvent (Maybe UTCTime) Source #

A timestamp indicating when the deployment lifecycle event started.

leDiagnostics :: Lens' LifecycleEvent (Maybe Diagnostics) Source #

Diagnostic information about the deployment lifecycle event.

leEndTime :: Lens' LifecycleEvent (Maybe UTCTime) Source #

A timestamp indicating when the deployment lifecycle event ended.

LoadBalancerInfo

data LoadBalancerInfo Source #

Information about the Elastic Load Balancing load balancer or target group used in a deployment.

See: loadBalancerInfo smart constructor.

Instances
Eq LoadBalancerInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Data LoadBalancerInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Methods

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

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

toConstr :: LoadBalancerInfo -> Constr #

dataTypeOf :: LoadBalancerInfo -> DataType #

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

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

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

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

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

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

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

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

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

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

Read LoadBalancerInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Show LoadBalancerInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Generic LoadBalancerInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Associated Types

type Rep LoadBalancerInfo :: Type -> Type #

Hashable LoadBalancerInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

ToJSON LoadBalancerInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

FromJSON LoadBalancerInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

NFData LoadBalancerInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Methods

rnf :: LoadBalancerInfo -> () #

type Rep LoadBalancerInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

type Rep LoadBalancerInfo = D1 (MetaData "LoadBalancerInfo" "Network.AWS.CodeDeploy.Types.Product" "amazonka-codedeploy-1.6.1-HbNVyGo5kPb18hi5aHMBMV" False) (C1 (MetaCons "LoadBalancerInfo'" PrefixI True) (S1 (MetaSel (Just "_lbiElbInfoList") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [ELBInfo])) :*: S1 (MetaSel (Just "_lbiTargetGroupInfoList") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [TargetGroupInfo]))))

loadBalancerInfo :: LoadBalancerInfo Source #

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

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

  • lbiElbInfoList - An array containing information about the load balancer to use for load balancing in a deployment. In Elastic Load Balancing, load balancers are used with Classic Load Balancers.
  • lbiTargetGroupInfoList - An array containing information about the target group to use for load balancing in a deployment. In Elastic Load Balancing, target groups are used with Application Load Balancers.

lbiElbInfoList :: Lens' LoadBalancerInfo [ELBInfo] Source #

An array containing information about the load balancer to use for load balancing in a deployment. In Elastic Load Balancing, load balancers are used with Classic Load Balancers.

lbiTargetGroupInfoList :: Lens' LoadBalancerInfo [TargetGroupInfo] Source #

An array containing information about the target group to use for load balancing in a deployment. In Elastic Load Balancing, target groups are used with Application Load Balancers.

MinimumHealthyHosts

data MinimumHealthyHosts Source #

Information about minimum healthy instance.

See: minimumHealthyHosts smart constructor.

Instances
Eq MinimumHealthyHosts Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Data MinimumHealthyHosts Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

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 Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Show MinimumHealthyHosts Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Generic MinimumHealthyHosts Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Associated Types

type Rep MinimumHealthyHosts :: Type -> Type #

Hashable MinimumHealthyHosts Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

ToJSON MinimumHealthyHosts Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

FromJSON MinimumHealthyHosts Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

NFData MinimumHealthyHosts Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Methods

rnf :: MinimumHealthyHosts -> () #

type Rep MinimumHealthyHosts Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

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

minimumHealthyHosts :: MinimumHealthyHosts Source #

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. For more information, see AWS CodeDeploy Instance Health in the AWS CodeDeploy User Guide .

mhhValue :: Lens' MinimumHealthyHosts (Maybe Int) Source #

The minimum healthy instance value.

mhhType :: Lens' MinimumHealthyHosts (Maybe MinimumHealthyHostsType) Source #

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. For more information, see AWS CodeDeploy Instance Health in the AWS CodeDeploy User Guide .

OnPremisesTagSet

data OnPremisesTagSet Source #

Information about groups of on-premises instance tags.

See: onPremisesTagSet smart constructor.

Instances
Eq OnPremisesTagSet Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Data OnPremisesTagSet Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Methods

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

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

toConstr :: OnPremisesTagSet -> Constr #

dataTypeOf :: OnPremisesTagSet -> DataType #

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

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

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

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

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

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

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

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

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

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

Read OnPremisesTagSet Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Show OnPremisesTagSet Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Generic OnPremisesTagSet Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Associated Types

type Rep OnPremisesTagSet :: Type -> Type #

Hashable OnPremisesTagSet Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

ToJSON OnPremisesTagSet Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

FromJSON OnPremisesTagSet Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

NFData OnPremisesTagSet Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Methods

rnf :: OnPremisesTagSet -> () #

type Rep OnPremisesTagSet Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

type Rep OnPremisesTagSet = D1 (MetaData "OnPremisesTagSet" "Network.AWS.CodeDeploy.Types.Product" "amazonka-codedeploy-1.6.1-HbNVyGo5kPb18hi5aHMBMV" True) (C1 (MetaCons "OnPremisesTagSet'" PrefixI True) (S1 (MetaSel (Just "_optsOnPremisesTagSetList") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [[TagFilter]]))))

onPremisesTagSet :: OnPremisesTagSet Source #

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

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

  • optsOnPremisesTagSetList - A list containing other lists of on-premises instance tag groups. In order for an instance to be included in the deployment group, it must be identified by all the tag groups in the list.

optsOnPremisesTagSetList :: Lens' OnPremisesTagSet [[TagFilter]] Source #

A list containing other lists of on-premises instance tag groups. In order for an instance to be included in the deployment group, it must be identified by all the tag groups in the list.

RawString

data RawString Source #

A revision for an AWS Lambda deployment that is a YAML-formatted or JSON-formatted string. For AWS Lambda deployments, the revision is the same as the AppSpec file.

See: rawString smart constructor.

Instances
Eq RawString Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Data RawString Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Methods

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

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

toConstr :: RawString -> Constr #

dataTypeOf :: RawString -> DataType #

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

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

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

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

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

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

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

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

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

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

Read RawString Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Show RawString Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Generic RawString Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Associated Types

type Rep RawString :: Type -> Type #

Hashable RawString Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

ToJSON RawString Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

FromJSON RawString Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

NFData RawString Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Methods

rnf :: RawString -> () #

type Rep RawString Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

type Rep RawString = D1 (MetaData "RawString" "Network.AWS.CodeDeploy.Types.Product" "amazonka-codedeploy-1.6.1-HbNVyGo5kPb18hi5aHMBMV" False) (C1 (MetaCons "RawString'" PrefixI True) (S1 (MetaSel (Just "_rsContent") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_rsSha256") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))

rawString :: RawString Source #

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

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

  • rsContent - The YAML-formatted or JSON-formatted revision string. It includes information about which Lambda function to update and optional Lambda functions that validate deployment lifecycle events.
  • rsSha256 - The SHA256 hash value of the revision that is specified as a RawString.

rsContent :: Lens' RawString (Maybe Text) Source #

The YAML-formatted or JSON-formatted revision string. It includes information about which Lambda function to update and optional Lambda functions that validate deployment lifecycle events.

rsSha256 :: Lens' RawString (Maybe Text) Source #

The SHA256 hash value of the revision that is specified as a RawString.

RevisionInfo

data RevisionInfo Source #

Information about an application revision.

See: revisionInfo smart constructor.

Instances
Eq RevisionInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Data RevisionInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

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 Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Show RevisionInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Generic RevisionInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Associated Types

type Rep RevisionInfo :: Type -> Type #

Hashable RevisionInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

FromJSON RevisionInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

NFData RevisionInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Methods

rnf :: RevisionInfo -> () #

type Rep RevisionInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

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

revisionInfo :: RevisionInfo Source #

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:

  • riGenericRevisionInfo - Information about an application revision, including usage details and associated deployment groups.
  • riRevisionLocation - Information about the location and type of an application revision.

riGenericRevisionInfo :: Lens' RevisionInfo (Maybe GenericRevisionInfo) Source #

Information about an application revision, including usage details and associated deployment groups.

riRevisionLocation :: Lens' RevisionInfo (Maybe RevisionLocation) Source #

Information about the location and type of an application revision.

RevisionLocation

data RevisionLocation Source #

Information about the location of an application revision.

See: revisionLocation smart constructor.

Instances
Eq RevisionLocation Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Data RevisionLocation Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

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 Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Show RevisionLocation Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Generic RevisionLocation Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Associated Types

type Rep RevisionLocation :: Type -> Type #

Hashable RevisionLocation Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

ToJSON RevisionLocation Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

FromJSON RevisionLocation Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

NFData RevisionLocation Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Methods

rnf :: RevisionLocation -> () #

type Rep RevisionLocation Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

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

revisionLocation :: RevisionLocation Source #

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:

  • rlString - Information about the location of an AWS Lambda deployment revision stored as a RawString.
  • rlRevisionType - The type of application revision: * S3: An application revision stored in Amazon S3. * GitHub: An application revision stored in GitHub (EC2/On-premises deployments only) * String: A YAML-formatted or JSON-formatted string (AWS Lambda deployments only)
  • rlS3Location - Information about the location of a revision stored in Amazon S3.
  • rlGitHubLocation - Information about the location of application artifacts stored in GitHub.

rlString :: Lens' RevisionLocation (Maybe RawString) Source #

Information about the location of an AWS Lambda deployment revision stored as a RawString.

rlRevisionType :: Lens' RevisionLocation (Maybe RevisionLocationType) Source #

The type of application revision: * S3: An application revision stored in Amazon S3. * GitHub: An application revision stored in GitHub (EC2/On-premises deployments only) * String: A YAML-formatted or JSON-formatted string (AWS Lambda deployments only)

rlS3Location :: Lens' RevisionLocation (Maybe S3Location) Source #

Information about the location of a revision stored in Amazon S3.

rlGitHubLocation :: Lens' RevisionLocation (Maybe GitHubLocation) Source #

Information about the location of application artifacts stored in GitHub.

RollbackInfo

data RollbackInfo Source #

Information about a deployment rollback.

See: rollbackInfo smart constructor.

Instances
Eq RollbackInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Data RollbackInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

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 Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Show RollbackInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Generic RollbackInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Associated Types

type Rep RollbackInfo :: Type -> Type #

Hashable RollbackInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

FromJSON RollbackInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

NFData RollbackInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Methods

rnf :: RollbackInfo -> () #

type Rep RollbackInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

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

rollbackInfo :: RollbackInfo Source #

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) Source #

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) Source #

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) Source #

The ID of the deployment rollback.

S3Location

data S3Location Source #

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

See: s3Location smart constructor.

Instances
Eq S3Location Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Data S3Location Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

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 Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Show S3Location Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Generic S3Location Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Associated Types

type Rep S3Location :: Type -> Type #

Hashable S3Location Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

ToJSON S3Location Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

FromJSON S3Location Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

NFData S3Location Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Methods

rnf :: S3Location -> () #

type Rep S3Location Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

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

s3Location :: S3Location Source #

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) Source #

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) Source #

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) Source #

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

slKey :: Lens' S3Location (Maybe Text) Source #

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

slVersion :: Lens' S3Location (Maybe Text) Source #

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 Source #

Information about a tag.

See: tag smart constructor.

Instances
Eq Tag Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Methods

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

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

Data Tag Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

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 Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Show Tag Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Methods

showsPrec :: Int -> Tag -> ShowS #

show :: Tag -> String #

showList :: [Tag] -> ShowS #

Generic Tag Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Associated Types

type Rep Tag :: Type -> Type #

Methods

from :: Tag -> Rep Tag x #

to :: Rep Tag x -> Tag #

Hashable Tag Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Methods

hashWithSalt :: Int -> Tag -> Int #

hash :: Tag -> Int #

ToJSON Tag Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

FromJSON Tag Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

NFData Tag Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Methods

rnf :: Tag -> () #

type Rep Tag Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

type Rep Tag = D1 (MetaData "Tag" "Network.AWS.CodeDeploy.Types.Product" "amazonka-codedeploy-1.6.1-HbNVyGo5kPb18hi5aHMBMV" False) (C1 (MetaCons "Tag'" PrefixI True) (S1 (MetaSel (Just "_tagValue") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_tagKey") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))

tag :: Tag Source #

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) Source #

The tag's value.

tagKey :: Lens' Tag (Maybe Text) Source #

The tag's key.

TagFilter

data TagFilter Source #

Information about an on-premises instance tag filter.

See: tagFilter smart constructor.

Instances
Eq TagFilter Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Data TagFilter Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

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 Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Show TagFilter Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Generic TagFilter Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Associated Types

type Rep TagFilter :: Type -> Type #

Hashable TagFilter Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

ToJSON TagFilter Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

FromJSON TagFilter Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

NFData TagFilter Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Methods

rnf :: TagFilter -> () #

type Rep TagFilter Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

type Rep TagFilter = D1 (MetaData "TagFilter" "Network.AWS.CodeDeploy.Types.Product" "amazonka-codedeploy-1.6.1-HbNVyGo5kPb18hi5aHMBMV" False) (C1 (MetaCons "TagFilter'" PrefixI True) (S1 (MetaSel (Just "_tfValue") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_tfKey") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_tfType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe TagFilterType)))))

tagFilter :: TagFilter Source #

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) Source #

The on-premises instance tag filter value.

tfKey :: Lens' TagFilter (Maybe Text) Source #

The on-premises instance tag filter key.

tfType :: Lens' TagFilter (Maybe TagFilterType) Source #

The on-premises instance tag filter type: * KEY_ONLY: Key only. * VALUE_ONLY: Value only. * KEY_AND_VALUE: Key and value.

TargetGroupInfo

data TargetGroupInfo Source #

Information about a target group in Elastic Load Balancing to use in a deployment. Instances are registered as targets in a target group, and traffic is routed to the target group.

See: targetGroupInfo smart constructor.

Instances
Eq TargetGroupInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Data TargetGroupInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Methods

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

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

toConstr :: TargetGroupInfo -> Constr #

dataTypeOf :: TargetGroupInfo -> DataType #

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

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

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

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

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

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

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

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

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

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

Read TargetGroupInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Show TargetGroupInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Generic TargetGroupInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Associated Types

type Rep TargetGroupInfo :: Type -> Type #

Hashable TargetGroupInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

ToJSON TargetGroupInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

FromJSON TargetGroupInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

NFData TargetGroupInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Methods

rnf :: TargetGroupInfo -> () #

type Rep TargetGroupInfo Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

type Rep TargetGroupInfo = D1 (MetaData "TargetGroupInfo" "Network.AWS.CodeDeploy.Types.Product" "amazonka-codedeploy-1.6.1-HbNVyGo5kPb18hi5aHMBMV" True) (C1 (MetaCons "TargetGroupInfo'" PrefixI True) (S1 (MetaSel (Just "_tgiName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text))))

targetGroupInfo :: TargetGroupInfo Source #

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

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

  • tgiName - For blue/green deployments, the name of the target group that instances in the original environment are deregistered from, and instances in the replacement environment registered with. For in-place deployments, the name of the target group that instances are deregistered from, so they are not serving traffic during a deployment, and then re-registered with after the deployment completes.

tgiName :: Lens' TargetGroupInfo (Maybe Text) Source #

For blue/green deployments, the name of the target group that instances in the original environment are deregistered from, and instances in the replacement environment registered with. For in-place deployments, the name of the target group that instances are deregistered from, so they are not serving traffic during a deployment, and then re-registered with after the deployment completes.

TargetInstances

data TargetInstances Source #

Information about the instances to be used in the replacement environment in a blue/green deployment.

See: targetInstances smart constructor.

Instances
Eq TargetInstances Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Data TargetInstances Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Methods

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

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

toConstr :: TargetInstances -> Constr #

dataTypeOf :: TargetInstances -> DataType #

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

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

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

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

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

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

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

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

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

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

Read TargetInstances Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Show TargetInstances Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Generic TargetInstances Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Associated Types

type Rep TargetInstances :: Type -> Type #

Hashable TargetInstances Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

ToJSON TargetInstances Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

FromJSON TargetInstances Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

NFData TargetInstances Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Methods

rnf :: TargetInstances -> () #

type Rep TargetInstances Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

type Rep TargetInstances = D1 (MetaData "TargetInstances" "Network.AWS.CodeDeploy.Types.Product" "amazonka-codedeploy-1.6.1-HbNVyGo5kPb18hi5aHMBMV" False) (C1 (MetaCons "TargetInstances'" PrefixI True) (S1 (MetaSel (Just "_tiEc2TagSet") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe EC2TagSet)) :*: (S1 (MetaSel (Just "_tiTagFilters") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [EC2TagFilter])) :*: S1 (MetaSel (Just "_tiAutoScalingGroups") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])))))

targetInstances :: TargetInstances Source #

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

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

  • tiEc2TagSet - Information about the groups of EC2 instance tags that an instance must be identified by in order for it to be included in the replacement environment for a blue/green deployment. Cannot be used in the same call as tagFilters.
  • tiTagFilters - The tag filter key, type, and value used to identify Amazon EC2 instances in a replacement environment for a blue/green deployment. Cannot be used in the same call as ec2TagSet.
  • tiAutoScalingGroups - The names of one or more Auto Scaling groups to identify a replacement environment for a blue/green deployment.

tiEc2TagSet :: Lens' TargetInstances (Maybe EC2TagSet) Source #

Information about the groups of EC2 instance tags that an instance must be identified by in order for it to be included in the replacement environment for a blue/green deployment. Cannot be used in the same call as tagFilters.

tiTagFilters :: Lens' TargetInstances [EC2TagFilter] Source #

The tag filter key, type, and value used to identify Amazon EC2 instances in a replacement environment for a blue/green deployment. Cannot be used in the same call as ec2TagSet.

tiAutoScalingGroups :: Lens' TargetInstances [Text] Source #

The names of one or more Auto Scaling groups to identify a replacement environment for a blue/green deployment.

TimeBasedCanary

data TimeBasedCanary Source #

A configuration that shifts traffic from one version of a Lambda function to another in two increments. The original and target Lambda function versions are specified in the deployment's AppSpec file.

See: timeBasedCanary smart constructor.

Instances
Eq TimeBasedCanary Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Data TimeBasedCanary Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Methods

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

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

toConstr :: TimeBasedCanary -> Constr #

dataTypeOf :: TimeBasedCanary -> DataType #

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

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

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

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

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

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

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

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

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

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

Read TimeBasedCanary Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Show TimeBasedCanary Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Generic TimeBasedCanary Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Associated Types

type Rep TimeBasedCanary :: Type -> Type #

Hashable TimeBasedCanary Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

ToJSON TimeBasedCanary Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

FromJSON TimeBasedCanary Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

NFData TimeBasedCanary Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Methods

rnf :: TimeBasedCanary -> () #

type Rep TimeBasedCanary Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

type Rep TimeBasedCanary = D1 (MetaData "TimeBasedCanary" "Network.AWS.CodeDeploy.Types.Product" "amazonka-codedeploy-1.6.1-HbNVyGo5kPb18hi5aHMBMV" False) (C1 (MetaCons "TimeBasedCanary'" PrefixI True) (S1 (MetaSel (Just "_tbcCanaryInterval") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int)) :*: S1 (MetaSel (Just "_tbcCanaryPercentage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int))))

timeBasedCanary :: TimeBasedCanary Source #

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

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

  • tbcCanaryInterval - The number of minutes between the first and second traffic shifts of a TimeBasedCanary deployment.
  • tbcCanaryPercentage - The percentage of traffic to shift in the first increment of a TimeBasedCanary deployment.

tbcCanaryInterval :: Lens' TimeBasedCanary (Maybe Int) Source #

The number of minutes between the first and second traffic shifts of a TimeBasedCanary deployment.

tbcCanaryPercentage :: Lens' TimeBasedCanary (Maybe Int) Source #

The percentage of traffic to shift in the first increment of a TimeBasedCanary deployment.

TimeBasedLinear

data TimeBasedLinear Source #

A configuration that shifts traffic from one version of a Lambda function to another in equal increments, with an equal number of minutes between each increment. The original and target Lambda function versions are specified in the deployment's AppSpec file.

See: timeBasedLinear smart constructor.

Instances
Eq TimeBasedLinear Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Data TimeBasedLinear Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Methods

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

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

toConstr :: TimeBasedLinear -> Constr #

dataTypeOf :: TimeBasedLinear -> DataType #

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

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

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

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

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

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

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

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

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

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

Read TimeBasedLinear Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Show TimeBasedLinear Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Generic TimeBasedLinear Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Associated Types

type Rep TimeBasedLinear :: Type -> Type #

Hashable TimeBasedLinear Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

ToJSON TimeBasedLinear Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

FromJSON TimeBasedLinear Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

NFData TimeBasedLinear Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Methods

rnf :: TimeBasedLinear -> () #

type Rep TimeBasedLinear Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

type Rep TimeBasedLinear = D1 (MetaData "TimeBasedLinear" "Network.AWS.CodeDeploy.Types.Product" "amazonka-codedeploy-1.6.1-HbNVyGo5kPb18hi5aHMBMV" False) (C1 (MetaCons "TimeBasedLinear'" PrefixI True) (S1 (MetaSel (Just "_tblLinearInterval") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int)) :*: S1 (MetaSel (Just "_tblLinearPercentage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int))))

timeBasedLinear :: TimeBasedLinear Source #

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

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

  • tblLinearInterval - The number of minutes between each incremental traffic shift of a TimeBasedLinear deployment.
  • tblLinearPercentage - The percentage of traffic that is shifted at the start of each increment of a TimeBasedLinear deployment.

tblLinearInterval :: Lens' TimeBasedLinear (Maybe Int) Source #

The number of minutes between each incremental traffic shift of a TimeBasedLinear deployment.

tblLinearPercentage :: Lens' TimeBasedLinear (Maybe Int) Source #

The percentage of traffic that is shifted at the start of each increment of a TimeBasedLinear deployment.

TimeRange

data TimeRange Source #

Information about a time range.

See: timeRange smart constructor.

Instances
Eq TimeRange Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Data TimeRange Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

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 Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Show TimeRange Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Generic TimeRange Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Associated Types

type Rep TimeRange :: Type -> Type #

Hashable TimeRange Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

ToJSON TimeRange Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

NFData TimeRange Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Methods

rnf :: TimeRange -> () #

type Rep TimeRange Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

type Rep TimeRange = D1 (MetaData "TimeRange" "Network.AWS.CodeDeploy.Types.Product" "amazonka-codedeploy-1.6.1-HbNVyGo5kPb18hi5aHMBMV" False) (C1 (MetaCons "TimeRange'" PrefixI True) (S1 (MetaSel (Just "_trStart") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 (MetaSel (Just "_trEnd") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX))))

timeRange :: TimeRange Source #

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) Source #

The start time of the time range.

trEnd :: Lens' TimeRange (Maybe UTCTime) Source #

The end time of the time range.

TrafficRoutingConfig

data TrafficRoutingConfig Source #

The configuration that specifies how traffic is shifted from one version of a Lambda function to another version during an AWS Lambda deployment.

See: trafficRoutingConfig smart constructor.

Instances
Eq TrafficRoutingConfig Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Data TrafficRoutingConfig Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Methods

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

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

toConstr :: TrafficRoutingConfig -> Constr #

dataTypeOf :: TrafficRoutingConfig -> DataType #

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

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

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

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

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

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

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

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

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

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

Read TrafficRoutingConfig Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Show TrafficRoutingConfig Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Generic TrafficRoutingConfig Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Associated Types

type Rep TrafficRoutingConfig :: Type -> Type #

Hashable TrafficRoutingConfig Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

ToJSON TrafficRoutingConfig Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

FromJSON TrafficRoutingConfig Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

NFData TrafficRoutingConfig Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Methods

rnf :: TrafficRoutingConfig -> () #

type Rep TrafficRoutingConfig Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

type Rep TrafficRoutingConfig = D1 (MetaData "TrafficRoutingConfig" "Network.AWS.CodeDeploy.Types.Product" "amazonka-codedeploy-1.6.1-HbNVyGo5kPb18hi5aHMBMV" False) (C1 (MetaCons "TrafficRoutingConfig'" PrefixI True) (S1 (MetaSel (Just "_trcTimeBasedCanary") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe TimeBasedCanary)) :*: (S1 (MetaSel (Just "_trcTimeBasedLinear") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe TimeBasedLinear)) :*: S1 (MetaSel (Just "_trcType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe TrafficRoutingType)))))

trafficRoutingConfig :: TrafficRoutingConfig Source #

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

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

  • trcTimeBasedCanary - A configuration that shifts traffic from one version of a Lambda function to another in two increments. The original and target Lambda function versions are specified in the deployment's AppSpec file.
  • trcTimeBasedLinear - A configuration that shifts traffic from one version of a Lambda function to another in equal increments, with an equal number of minutes between each increment. The original and target Lambda function versions are specified in the deployment's AppSpec file.
  • trcType - The type of traffic shifting (TimeBasedCanary or TimeBasedLinear ) used by a deployment configuration .

trcTimeBasedCanary :: Lens' TrafficRoutingConfig (Maybe TimeBasedCanary) Source #

A configuration that shifts traffic from one version of a Lambda function to another in two increments. The original and target Lambda function versions are specified in the deployment's AppSpec file.

trcTimeBasedLinear :: Lens' TrafficRoutingConfig (Maybe TimeBasedLinear) Source #

A configuration that shifts traffic from one version of a Lambda function to another in equal increments, with an equal number of minutes between each increment. The original and target Lambda function versions are specified in the deployment's AppSpec file.

trcType :: Lens' TrafficRoutingConfig (Maybe TrafficRoutingType) Source #

The type of traffic shifting (TimeBasedCanary or TimeBasedLinear ) used by a deployment configuration .

TriggerConfig

data TriggerConfig Source #

Information about notification triggers for the deployment group.

See: triggerConfig smart constructor.

Instances
Eq TriggerConfig Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Data TriggerConfig Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

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 Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Show TriggerConfig Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Generic TriggerConfig Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Associated Types

type Rep TriggerConfig :: Type -> Type #

Hashable TriggerConfig Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

ToJSON TriggerConfig Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

FromJSON TriggerConfig Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

NFData TriggerConfig Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

Methods

rnf :: TriggerConfig -> () #

type Rep TriggerConfig Source # 
Instance details

Defined in Network.AWS.CodeDeploy.Types.Product

type Rep TriggerConfig = D1 (MetaData "TriggerConfig" "Network.AWS.CodeDeploy.Types.Product" "amazonka-codedeploy-1.6.1-HbNVyGo5kPb18hi5aHMBMV" False) (C1 (MetaCons "TriggerConfig'" PrefixI True) (S1 (MetaSel (Just "_tcTriggerName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_tcTriggerEvents") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [TriggerEventType])) :*: S1 (MetaSel (Just "_tcTriggerTargetARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

triggerConfig :: TriggerConfig Source #

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) Source #

The name of the notification trigger.

tcTriggerEvents :: Lens' TriggerConfig [TriggerEventType] Source #

The event type or types for which notifications are triggered.

tcTriggerTargetARN :: Lens' TriggerConfig (Maybe Text) Source #

The ARN of the Amazon Simple Notification Service topic through which notifications about deployment or instance events are sent.