amazonka-codedeploy-2.0: Amazon CodeDeploy SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.CodeDeploy.Types

Description

 
Synopsis

Service Configuration

defaultService :: Service Source #

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

Errors

_AlarmsLimitExceededException :: AsError a => Fold a ServiceError Source #

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

_ApplicationAlreadyExistsException :: AsError a => Fold a ServiceError Source #

An application with the specified name with the IAM user or Amazon Web Services account already exists.

_ApplicationDoesNotExistException :: AsError a => Fold a ServiceError Source #

The application does not exist with the IAM user or Amazon Web Services account.

_ApplicationLimitExceededException :: AsError a => Fold a ServiceError Source #

More applications were attempted to be created than are allowed.

_ApplicationNameRequiredException :: AsError a => Fold a ServiceError Source #

The minimum number of required application names was not specified.

_ArnNotSupportedException :: AsError a => Fold a ServiceError Source #

The specified ARN is not supported. For example, it might be an ARN for a resource that is not expected.

_BatchLimitExceededException :: AsError a => Fold a ServiceError Source #

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

_BucketNameFilterRequiredException :: AsError a => Fold a ServiceError Source #

A bucket name is required, but was not provided.

_DeploymentAlreadyCompletedException :: AsError a => Fold a ServiceError Source #

The deployment is already complete.

_DeploymentAlreadyStartedException :: AsError a => Fold a ServiceError Source #

A deployment to a target was attempted while another deployment was in progress.

_DeploymentConfigAlreadyExistsException :: AsError a => Fold a ServiceError Source #

A deployment configuration with the specified name with the IAM user or Amazon Web Services account already exists.

_DeploymentConfigDoesNotExistException :: AsError a => Fold a ServiceError Source #

The deployment configuration does not exist with the IAM user or Amazon Web Services account.

_DeploymentConfigInUseException :: AsError a => Fold a ServiceError Source #

The deployment configuration is still in use.

_DeploymentConfigLimitExceededException :: AsError a => Fold a ServiceError Source #

The deployment configurations limit was exceeded.

_DeploymentConfigNameRequiredException :: AsError a => Fold a ServiceError Source #

The deployment configuration name was not specified.

_DeploymentDoesNotExistException :: AsError a => Fold a ServiceError Source #

The deployment with the IAM user or Amazon Web Services account does not exist.

_DeploymentGroupAlreadyExistsException :: AsError a => Fold a ServiceError Source #

A deployment group with the specified name with the IAM user or Amazon Web Services account already exists.

_DeploymentGroupDoesNotExistException :: AsError a => Fold a ServiceError Source #

The named deployment group with the IAM user or Amazon Web Services account does not exist.

_DeploymentGroupLimitExceededException :: AsError a => Fold a ServiceError Source #

The deployment groups limit was exceeded.

_DeploymentGroupNameRequiredException :: AsError a => Fold a ServiceError Source #

The deployment group name was not specified.

_DeploymentIdRequiredException :: AsError a => Fold a ServiceError Source #

At least one deployment ID must be specified.

_DeploymentIsNotInReadyStateException :: AsError a => Fold a ServiceError Source #

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

_DeploymentLimitExceededException :: AsError a => Fold a ServiceError Source #

The number of allowed deployments was exceeded.

_DeploymentNotStartedException :: AsError a => Fold a ServiceError Source #

The specified deployment has not started.

_DeploymentTargetDoesNotExistException :: AsError a => Fold a ServiceError Source #

The provided target ID does not belong to the attempted deployment.

_DeploymentTargetIdRequiredException :: AsError a => Fold a ServiceError Source #

A deployment target ID was not provided.

_DeploymentTargetListSizeExceededException :: AsError a => Fold a ServiceError Source #

The maximum number of targets that can be associated with an Amazon ECS or Lambda deployment was exceeded. The target list of both types of deployments must have exactly one item. This exception does not apply to EC2/On-premises deployments.

_DescriptionTooLongException :: AsError a => Fold a ServiceError Source #

The description is too long.

_ECSServiceMappingLimitExceededException :: AsError a => Fold a ServiceError Source #

The Amazon ECS service is associated with more than one deployment groups. An Amazon ECS service can be associated with only one deployment group.

_GitHubAccountTokenDoesNotExistException :: AsError a => Fold a ServiceError Source #

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

_GitHubAccountTokenNameRequiredException :: AsError a => Fold a ServiceError Source #

The call is missing a required GitHub account connection name.

_IamArnRequiredException :: AsError a => Fold 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.

_IamSessionArnAlreadyRegisteredException :: AsError a => Fold a ServiceError Source #

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

_IamUserArnAlreadyRegisteredException :: AsError a => Fold a ServiceError Source #

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

_IamUserArnRequiredException :: AsError a => Fold a ServiceError Source #

An IAM user ARN was not specified.

_InstanceDoesNotExistException :: AsError a => Fold a ServiceError Source #

The specified instance does not exist in the deployment group.

_InstanceIdRequiredException :: AsError a => Fold a ServiceError Source #

The instance ID was not specified.

_InstanceLimitExceededException :: AsError a => Fold a ServiceError Source #

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

_InstanceNameAlreadyRegisteredException :: AsError a => Fold a ServiceError Source #

The specified on-premises instance name is already registered.

_InstanceNameRequiredException :: AsError a => Fold a ServiceError Source #

An on-premises instance name was not specified.

_InstanceNotRegisteredException :: AsError a => Fold a ServiceError Source #

The specified on-premises instance is not registered.

_InvalidAlarmConfigException :: AsError a => Fold 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 limit of 255 characters.
  • Two alarms with the same name have been specified.
  • The alarm configuration is enabled, but the alarm list is empty.

_InvalidApplicationNameException :: AsError a => Fold a ServiceError Source #

The application name was specified in an invalid format.

_InvalidArnException :: AsError a => Fold a ServiceError Source #

The specified ARN is not in a valid format.

_InvalidAutoRollbackConfigException :: AsError a => Fold 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.

_InvalidAutoScalingGroupException :: AsError a => Fold a ServiceError Source #

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

_InvalidBlueGreenDeploymentConfigurationException :: AsError a => Fold 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.

_InvalidBucketNameFilterException :: AsError a => Fold a ServiceError Source #

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

_InvalidComputePlatformException :: AsError a => Fold a ServiceError Source #

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

_InvalidDeployedStateFilterException :: AsError a => Fold a ServiceError Source #

The deployed state filter was specified in an invalid format.

_InvalidDeploymentConfigNameException :: AsError a => Fold a ServiceError Source #

The deployment configuration name was specified in an invalid format.

_InvalidDeploymentGroupNameException :: AsError a => Fold a ServiceError Source #

The deployment group name was specified in an invalid format.

_InvalidDeploymentIdException :: AsError a => Fold a ServiceError Source #

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

_InvalidDeploymentInstanceTypeException :: AsError a => Fold a ServiceError Source #

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

_InvalidDeploymentStatusException :: AsError a => Fold a ServiceError Source #

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

_InvalidDeploymentStyleException :: AsError a => Fold 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."

_InvalidDeploymentTargetIdException :: AsError a => Fold a ServiceError Source #

The target ID provided was not valid.

_InvalidEC2TagCombinationException :: AsError a => Fold 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.

_InvalidEC2TagException :: AsError a => Fold a ServiceError Source #

The tag was specified in an invalid format.

_InvalidECSServiceException :: AsError a => Fold a ServiceError Source #

The Amazon ECS service identifier is not valid.

_InvalidExternalIdException :: AsError a => Fold a ServiceError Source #

The external ID was specified in an invalid format.

_InvalidFileExistsBehaviorException :: AsError a => Fold a ServiceError Source #

An invalid fileExistsBehavior option was specified to determine how 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."

_InvalidGitHubAccountTokenException :: AsError a => Fold a ServiceError Source #

The GitHub token is not valid.

_InvalidGitHubAccountTokenNameException :: AsError a => Fold a ServiceError Source #

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

_InvalidIamSessionArnException :: AsError a => Fold a ServiceError Source #

The IAM session ARN was specified in an invalid format.

_InvalidIamUserArnException :: AsError a => Fold a ServiceError Source #

The IAM user ARN was specified in an invalid format.

_InvalidIgnoreApplicationStopFailuresValueException :: AsError a => Fold a ServiceError Source #

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

_InvalidInputException :: AsError a => Fold a ServiceError Source #

The input was specified in an invalid format.

_InvalidInstanceNameException :: AsError a => Fold a ServiceError Source #

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

_InvalidInstanceStatusException :: AsError a => Fold a ServiceError Source #

The specified instance status does not exist.

_InvalidInstanceTypeException :: AsError a => Fold 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.

_InvalidKeyPrefixFilterException :: AsError a => Fold a ServiceError Source #

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

_InvalidLifecycleEventHookExecutionIdException :: AsError a => Fold 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.

_InvalidLifecycleEventHookExecutionStatusException :: AsError a => Fold a ServiceError Source #

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

_InvalidLoadBalancerInfoException :: AsError a => Fold a ServiceError Source #

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

_InvalidMinimumHealthyHostValueException :: AsError a => Fold a ServiceError Source #

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

_InvalidNextTokenException :: AsError a => Fold a ServiceError Source #

The next token was specified in an invalid format.

_InvalidOnPremisesTagCombinationException :: AsError a => Fold 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.

_InvalidOperationException :: AsError a => Fold a ServiceError Source #

An invalid operation was detected.

_InvalidRegistrationStatusException :: AsError a => Fold a ServiceError Source #

The registration status was specified in an invalid format.

_InvalidRevisionException :: AsError a => Fold a ServiceError Source #

The revision was specified in an invalid format.

_InvalidRoleException :: AsError a => Fold 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 Amazon EC2 Auto Scaling.

_InvalidSortByException :: AsError a => Fold a ServiceError Source #

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

_InvalidSortOrderException :: AsError a => Fold a ServiceError Source #

The sort order was specified in an invalid format.

_InvalidTagException :: AsError a => Fold a ServiceError Source #

The tag was specified in an invalid format.

_InvalidTagFilterException :: AsError a => Fold a ServiceError Source #

The tag filter was specified in an invalid format.

_InvalidTagsToAddException :: AsError a => Fold a ServiceError Source #

The specified tags are not valid.

_InvalidTargetException :: AsError a => Fold a ServiceError Source #

A target is not valid.

_InvalidTargetFilterNameException :: AsError a => Fold a ServiceError Source #

The target filter name is invalid.

_InvalidTargetGroupPairException :: AsError a => Fold a ServiceError Source #

A target group pair associated with this deployment is not valid.

_InvalidTargetInstancesException :: AsError a => Fold 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.

_InvalidTimeRangeException :: AsError a => Fold a ServiceError Source #

The specified time range was specified in an invalid format.

_InvalidTrafficRoutingConfigurationException :: AsError a => Fold a ServiceError Source #

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

_InvalidTriggerConfigException :: AsError a => Fold a ServiceError Source #

The trigger was specified in an invalid format.

_InvalidUpdateOutdatedInstancesOnlyValueException :: AsError a => Fold a ServiceError Source #

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

_LifecycleEventAlreadyCompletedException :: AsError a => Fold a ServiceError Source #

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

_LifecycleHookLimitExceededException :: AsError a => Fold a ServiceError Source #

The limit for lifecycle hooks was exceeded.

_MultipleIamArnsProvidedException :: AsError a => Fold a ServiceError Source #

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

_OperationNotSupportedException :: AsError a => Fold a ServiceError Source #

The API used does not support the deployment.

_ResourceArnRequiredException :: AsError a => Fold a ServiceError Source #

The ARN of a resource is required, but was not found.

_ResourceValidationException :: AsError a => Fold a ServiceError Source #

The specified resource could not be validated.

_RevisionDoesNotExistException :: AsError a => Fold a ServiceError Source #

The named revision does not exist with the IAM user or Amazon Web Services account.

_RevisionRequiredException :: AsError a => Fold a ServiceError Source #

The revision ID was not specified.

_RoleRequiredException :: AsError a => Fold a ServiceError Source #

The role ID was not specified.

_TagLimitExceededException :: AsError a => Fold a ServiceError Source #

The maximum allowed number of tags was exceeded.

_TagRequiredException :: AsError a => Fold a ServiceError Source #

A tag was not specified.

_TagSetListLimitExceededException :: AsError a => Fold a ServiceError Source #

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

_ThrottlingException :: AsError a => Fold a ServiceError Source #

An API function was called too frequently.

_TriggerTargetsLimitExceededException :: AsError a => Fold a ServiceError Source #

The maximum allowed number of triggers was exceeded.

_UnsupportedActionForDeploymentTypeException :: AsError a => Fold a ServiceError Source #

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

ApplicationRevisionSortBy

newtype ApplicationRevisionSortBy Source #

Instances

Instances details
FromJSON ApplicationRevisionSortBy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationRevisionSortBy

FromJSONKey ApplicationRevisionSortBy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationRevisionSortBy

ToJSON ApplicationRevisionSortBy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationRevisionSortBy

ToJSONKey ApplicationRevisionSortBy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationRevisionSortBy

ToByteString ApplicationRevisionSortBy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationRevisionSortBy

ToHeader ApplicationRevisionSortBy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationRevisionSortBy

ToLog ApplicationRevisionSortBy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationRevisionSortBy

ToQuery ApplicationRevisionSortBy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationRevisionSortBy

FromText ApplicationRevisionSortBy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationRevisionSortBy

ToText ApplicationRevisionSortBy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationRevisionSortBy

FromXML ApplicationRevisionSortBy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationRevisionSortBy

ToXML ApplicationRevisionSortBy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationRevisionSortBy

Generic ApplicationRevisionSortBy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationRevisionSortBy

Associated Types

type Rep ApplicationRevisionSortBy :: Type -> Type #

Read ApplicationRevisionSortBy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationRevisionSortBy

Show ApplicationRevisionSortBy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationRevisionSortBy

NFData ApplicationRevisionSortBy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationRevisionSortBy

Eq ApplicationRevisionSortBy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationRevisionSortBy

Ord ApplicationRevisionSortBy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationRevisionSortBy

Hashable ApplicationRevisionSortBy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationRevisionSortBy

type Rep ApplicationRevisionSortBy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationRevisionSortBy

type Rep ApplicationRevisionSortBy = D1 ('MetaData "ApplicationRevisionSortBy" "Amazonka.CodeDeploy.Types.ApplicationRevisionSortBy" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'True) (C1 ('MetaCons "ApplicationRevisionSortBy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromApplicationRevisionSortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AutoRollbackEvent

newtype AutoRollbackEvent Source #

Instances

Instances details
FromJSON AutoRollbackEvent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoRollbackEvent

FromJSONKey AutoRollbackEvent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoRollbackEvent

ToJSON AutoRollbackEvent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoRollbackEvent

ToJSONKey AutoRollbackEvent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoRollbackEvent

ToByteString AutoRollbackEvent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoRollbackEvent

ToHeader AutoRollbackEvent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoRollbackEvent

ToLog AutoRollbackEvent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoRollbackEvent

ToQuery AutoRollbackEvent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoRollbackEvent

FromText AutoRollbackEvent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoRollbackEvent

ToText AutoRollbackEvent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoRollbackEvent

FromXML AutoRollbackEvent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoRollbackEvent

ToXML AutoRollbackEvent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoRollbackEvent

Generic AutoRollbackEvent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoRollbackEvent

Associated Types

type Rep AutoRollbackEvent :: Type -> Type #

Read AutoRollbackEvent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoRollbackEvent

Show AutoRollbackEvent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoRollbackEvent

NFData AutoRollbackEvent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoRollbackEvent

Methods

rnf :: AutoRollbackEvent -> () #

Eq AutoRollbackEvent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoRollbackEvent

Ord AutoRollbackEvent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoRollbackEvent

Hashable AutoRollbackEvent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoRollbackEvent

type Rep AutoRollbackEvent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoRollbackEvent

type Rep AutoRollbackEvent = D1 ('MetaData "AutoRollbackEvent" "Amazonka.CodeDeploy.Types.AutoRollbackEvent" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'True) (C1 ('MetaCons "AutoRollbackEvent'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAutoRollbackEvent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

BundleType

newtype BundleType Source #

Constructors

BundleType' 

Fields

Bundled Patterns

pattern BundleType_JSON :: BundleType 
pattern BundleType_Tar :: BundleType 
pattern BundleType_Tgz :: BundleType 
pattern BundleType_YAML :: BundleType 
pattern BundleType_Zip :: BundleType 

Instances

Instances details
FromJSON BundleType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BundleType

FromJSONKey BundleType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BundleType

ToJSON BundleType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BundleType

ToJSONKey BundleType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BundleType

ToByteString BundleType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BundleType

ToHeader BundleType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BundleType

ToLog BundleType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BundleType

ToQuery BundleType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BundleType

FromText BundleType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BundleType

ToText BundleType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BundleType

Methods

toText :: BundleType -> Text #

FromXML BundleType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BundleType

ToXML BundleType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BundleType

Methods

toXML :: BundleType -> XML #

Generic BundleType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BundleType

Associated Types

type Rep BundleType :: Type -> Type #

Read BundleType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BundleType

Show BundleType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BundleType

NFData BundleType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BundleType

Methods

rnf :: BundleType -> () #

Eq BundleType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BundleType

Ord BundleType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BundleType

Hashable BundleType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BundleType

type Rep BundleType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BundleType

type Rep BundleType = D1 ('MetaData "BundleType" "Amazonka.CodeDeploy.Types.BundleType" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'True) (C1 ('MetaCons "BundleType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromBundleType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ComputePlatform

newtype ComputePlatform Source #

Constructors

ComputePlatform' 

Instances

Instances details
FromJSON ComputePlatform Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ComputePlatform

FromJSONKey ComputePlatform Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ComputePlatform

ToJSON ComputePlatform Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ComputePlatform

ToJSONKey ComputePlatform Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ComputePlatform

ToByteString ComputePlatform Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ComputePlatform

ToHeader ComputePlatform Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ComputePlatform

ToLog ComputePlatform Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ComputePlatform

ToQuery ComputePlatform Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ComputePlatform

FromText ComputePlatform Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ComputePlatform

ToText ComputePlatform Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ComputePlatform

FromXML ComputePlatform Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ComputePlatform

ToXML ComputePlatform Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ComputePlatform

Methods

toXML :: ComputePlatform -> XML #

Generic ComputePlatform Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ComputePlatform

Associated Types

type Rep ComputePlatform :: Type -> Type #

Read ComputePlatform Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ComputePlatform

Show ComputePlatform Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ComputePlatform

NFData ComputePlatform Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ComputePlatform

Methods

rnf :: ComputePlatform -> () #

Eq ComputePlatform Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ComputePlatform

Ord ComputePlatform Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ComputePlatform

Hashable ComputePlatform Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ComputePlatform

type Rep ComputePlatform Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ComputePlatform

type Rep ComputePlatform = D1 ('MetaData "ComputePlatform" "Amazonka.CodeDeploy.Types.ComputePlatform" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'True) (C1 ('MetaCons "ComputePlatform'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromComputePlatform") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DeployErrorCode

newtype DeployErrorCode Source #

Constructors

DeployErrorCode' 

Bundled Patterns

pattern DeployErrorCode_AGENT_ISSUE :: DeployErrorCode 
pattern DeployErrorCode_ALARM_ACTIVE :: DeployErrorCode 
pattern DeployErrorCode_APPLICATION_MISSING :: DeployErrorCode 
pattern DeployErrorCode_AUTOSCALING_VALIDATION_ERROR :: DeployErrorCode 
pattern DeployErrorCode_AUTO_SCALING_CONFIGURATION :: DeployErrorCode 
pattern DeployErrorCode_AUTO_SCALING_IAM_ROLE_PERMISSIONS :: DeployErrorCode 
pattern DeployErrorCode_CLOUDFORMATION_STACK_FAILURE :: DeployErrorCode 
pattern DeployErrorCode_CODEDEPLOY_RESOURCE_CANNOT_BE_FOUND :: DeployErrorCode 
pattern DeployErrorCode_CUSTOMER_APPLICATION_UNHEALTHY :: DeployErrorCode 
pattern DeployErrorCode_DEPLOYMENT_GROUP_MISSING :: DeployErrorCode 
pattern DeployErrorCode_ECS_UPDATE_ERROR :: DeployErrorCode 
pattern DeployErrorCode_ELASTIC_LOAD_BALANCING_INVALID :: DeployErrorCode 
pattern DeployErrorCode_ELB_INVALID_INSTANCE :: DeployErrorCode 
pattern DeployErrorCode_HEALTH_CONSTRAINTS :: DeployErrorCode 
pattern DeployErrorCode_HEALTH_CONSTRAINTS_INVALID :: DeployErrorCode 
pattern DeployErrorCode_HOOK_EXECUTION_FAILURE :: DeployErrorCode 
pattern DeployErrorCode_IAM_ROLE_MISSING :: DeployErrorCode 
pattern DeployErrorCode_IAM_ROLE_PERMISSIONS :: DeployErrorCode 
pattern DeployErrorCode_INTERNAL_ERROR :: DeployErrorCode 
pattern DeployErrorCode_INVALID_ECS_SERVICE :: DeployErrorCode 
pattern DeployErrorCode_INVALID_LAMBDA_CONFIGURATION :: DeployErrorCode 
pattern DeployErrorCode_INVALID_LAMBDA_FUNCTION :: DeployErrorCode 
pattern DeployErrorCode_INVALID_REVISION :: DeployErrorCode 
pattern DeployErrorCode_MANUAL_STOP :: DeployErrorCode 
pattern DeployErrorCode_MISSING_BLUE_GREEN_DEPLOYMENT_CONFIGURATION :: DeployErrorCode 
pattern DeployErrorCode_MISSING_ELB_INFORMATION :: DeployErrorCode 
pattern DeployErrorCode_MISSING_GITHUB_TOKEN :: DeployErrorCode 
pattern DeployErrorCode_NO_EC2_SUBSCRIPTION :: DeployErrorCode 
pattern DeployErrorCode_NO_INSTANCES :: DeployErrorCode 
pattern DeployErrorCode_OVER_MAX_INSTANCES :: DeployErrorCode 
pattern DeployErrorCode_RESOURCE_LIMIT_EXCEEDED :: DeployErrorCode 
pattern DeployErrorCode_REVISION_MISSING :: DeployErrorCode 
pattern DeployErrorCode_THROTTLED :: DeployErrorCode 
pattern DeployErrorCode_TIMEOUT :: DeployErrorCode 

Instances

Instances details
FromJSON DeployErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeployErrorCode

FromJSONKey DeployErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeployErrorCode

ToJSON DeployErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeployErrorCode

ToJSONKey DeployErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeployErrorCode

ToByteString DeployErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeployErrorCode

ToHeader DeployErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeployErrorCode

ToLog DeployErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeployErrorCode

ToQuery DeployErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeployErrorCode

FromText DeployErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeployErrorCode

ToText DeployErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeployErrorCode

FromXML DeployErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeployErrorCode

ToXML DeployErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeployErrorCode

Methods

toXML :: DeployErrorCode -> XML #

Generic DeployErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeployErrorCode

Associated Types

type Rep DeployErrorCode :: Type -> Type #

Read DeployErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeployErrorCode

Show DeployErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeployErrorCode

NFData DeployErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeployErrorCode

Methods

rnf :: DeployErrorCode -> () #

Eq DeployErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeployErrorCode

Ord DeployErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeployErrorCode

Hashable DeployErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeployErrorCode

type Rep DeployErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeployErrorCode

type Rep DeployErrorCode = D1 ('MetaData "DeployErrorCode" "Amazonka.CodeDeploy.Types.DeployErrorCode" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'True) (C1 ('MetaCons "DeployErrorCode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDeployErrorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DeploymentCreator

newtype DeploymentCreator Source #

Instances

Instances details
FromJSON DeploymentCreator Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentCreator

FromJSONKey DeploymentCreator Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentCreator

ToJSON DeploymentCreator Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentCreator

ToJSONKey DeploymentCreator Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentCreator

ToByteString DeploymentCreator Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentCreator

ToHeader DeploymentCreator Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentCreator

ToLog DeploymentCreator Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentCreator

ToQuery DeploymentCreator Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentCreator

FromText DeploymentCreator Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentCreator

ToText DeploymentCreator Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentCreator

FromXML DeploymentCreator Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentCreator

ToXML DeploymentCreator Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentCreator

Generic DeploymentCreator Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentCreator

Associated Types

type Rep DeploymentCreator :: Type -> Type #

Read DeploymentCreator Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentCreator

Show DeploymentCreator Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentCreator

NFData DeploymentCreator Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentCreator

Methods

rnf :: DeploymentCreator -> () #

Eq DeploymentCreator Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentCreator

Ord DeploymentCreator Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentCreator

Hashable DeploymentCreator Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentCreator

type Rep DeploymentCreator Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentCreator

type Rep DeploymentCreator = D1 ('MetaData "DeploymentCreator" "Amazonka.CodeDeploy.Types.DeploymentCreator" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'True) (C1 ('MetaCons "DeploymentCreator'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDeploymentCreator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DeploymentOption

newtype DeploymentOption Source #

Instances

Instances details
FromJSON DeploymentOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentOption

FromJSONKey DeploymentOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentOption

ToJSON DeploymentOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentOption

ToJSONKey DeploymentOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentOption

ToByteString DeploymentOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentOption

ToHeader DeploymentOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentOption

ToLog DeploymentOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentOption

ToQuery DeploymentOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentOption

FromText DeploymentOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentOption

ToText DeploymentOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentOption

FromXML DeploymentOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentOption

ToXML DeploymentOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentOption

Generic DeploymentOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentOption

Associated Types

type Rep DeploymentOption :: Type -> Type #

Read DeploymentOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentOption

Show DeploymentOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentOption

NFData DeploymentOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentOption

Methods

rnf :: DeploymentOption -> () #

Eq DeploymentOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentOption

Ord DeploymentOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentOption

Hashable DeploymentOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentOption

type Rep DeploymentOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentOption

type Rep DeploymentOption = D1 ('MetaData "DeploymentOption" "Amazonka.CodeDeploy.Types.DeploymentOption" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'True) (C1 ('MetaCons "DeploymentOption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDeploymentOption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DeploymentReadyAction

newtype DeploymentReadyAction Source #

Instances

Instances details
FromJSON DeploymentReadyAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentReadyAction

FromJSONKey DeploymentReadyAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentReadyAction

ToJSON DeploymentReadyAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentReadyAction

ToJSONKey DeploymentReadyAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentReadyAction

ToByteString DeploymentReadyAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentReadyAction

ToHeader DeploymentReadyAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentReadyAction

ToLog DeploymentReadyAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentReadyAction

ToQuery DeploymentReadyAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentReadyAction

FromText DeploymentReadyAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentReadyAction

ToText DeploymentReadyAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentReadyAction

FromXML DeploymentReadyAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentReadyAction

ToXML DeploymentReadyAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentReadyAction

Generic DeploymentReadyAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentReadyAction

Associated Types

type Rep DeploymentReadyAction :: Type -> Type #

Read DeploymentReadyAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentReadyAction

Show DeploymentReadyAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentReadyAction

NFData DeploymentReadyAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentReadyAction

Methods

rnf :: DeploymentReadyAction -> () #

Eq DeploymentReadyAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentReadyAction

Ord DeploymentReadyAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentReadyAction

Hashable DeploymentReadyAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentReadyAction

type Rep DeploymentReadyAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentReadyAction

type Rep DeploymentReadyAction = D1 ('MetaData "DeploymentReadyAction" "Amazonka.CodeDeploy.Types.DeploymentReadyAction" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'True) (C1 ('MetaCons "DeploymentReadyAction'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDeploymentReadyAction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DeploymentStatus

newtype DeploymentStatus Source #

Instances

Instances details
FromJSON DeploymentStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentStatus

FromJSONKey DeploymentStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentStatus

ToJSON DeploymentStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentStatus

ToJSONKey DeploymentStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentStatus

ToByteString DeploymentStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentStatus

ToHeader DeploymentStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentStatus

ToLog DeploymentStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentStatus

ToQuery DeploymentStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentStatus

FromText DeploymentStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentStatus

ToText DeploymentStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentStatus

FromXML DeploymentStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentStatus

ToXML DeploymentStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentStatus

Generic DeploymentStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentStatus

Associated Types

type Rep DeploymentStatus :: Type -> Type #

Read DeploymentStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentStatus

Show DeploymentStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentStatus

NFData DeploymentStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentStatus

Methods

rnf :: DeploymentStatus -> () #

Eq DeploymentStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentStatus

Ord DeploymentStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentStatus

Hashable DeploymentStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentStatus

type Rep DeploymentStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentStatus

type Rep DeploymentStatus = D1 ('MetaData "DeploymentStatus" "Amazonka.CodeDeploy.Types.DeploymentStatus" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'True) (C1 ('MetaCons "DeploymentStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDeploymentStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DeploymentTargetType

newtype DeploymentTargetType Source #

Instances

Instances details
FromJSON DeploymentTargetType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTargetType

FromJSONKey DeploymentTargetType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTargetType

ToJSON DeploymentTargetType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTargetType

ToJSONKey DeploymentTargetType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTargetType

ToByteString DeploymentTargetType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTargetType

ToHeader DeploymentTargetType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTargetType

ToLog DeploymentTargetType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTargetType

ToQuery DeploymentTargetType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTargetType

FromText DeploymentTargetType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTargetType

ToText DeploymentTargetType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTargetType

FromXML DeploymentTargetType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTargetType

ToXML DeploymentTargetType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTargetType

Generic DeploymentTargetType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTargetType

Associated Types

type Rep DeploymentTargetType :: Type -> Type #

Read DeploymentTargetType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTargetType

Show DeploymentTargetType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTargetType

NFData DeploymentTargetType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTargetType

Methods

rnf :: DeploymentTargetType -> () #

Eq DeploymentTargetType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTargetType

Ord DeploymentTargetType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTargetType

Hashable DeploymentTargetType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTargetType

type Rep DeploymentTargetType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTargetType

type Rep DeploymentTargetType = D1 ('MetaData "DeploymentTargetType" "Amazonka.CodeDeploy.Types.DeploymentTargetType" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'True) (C1 ('MetaCons "DeploymentTargetType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDeploymentTargetType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DeploymentType

newtype DeploymentType Source #

Constructors

DeploymentType' 

Instances

Instances details
FromJSON DeploymentType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentType

FromJSONKey DeploymentType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentType

ToJSON DeploymentType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentType

ToJSONKey DeploymentType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentType

ToByteString DeploymentType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentType

ToHeader DeploymentType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentType

ToLog DeploymentType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentType

ToQuery DeploymentType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentType

FromText DeploymentType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentType

ToText DeploymentType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentType

FromXML DeploymentType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentType

ToXML DeploymentType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentType

Methods

toXML :: DeploymentType -> XML #

Generic DeploymentType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentType

Associated Types

type Rep DeploymentType :: Type -> Type #

Read DeploymentType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentType

Show DeploymentType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentType

NFData DeploymentType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentType

Methods

rnf :: DeploymentType -> () #

Eq DeploymentType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentType

Ord DeploymentType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentType

Hashable DeploymentType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentType

type Rep DeploymentType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentType

type Rep DeploymentType = D1 ('MetaData "DeploymentType" "Amazonka.CodeDeploy.Types.DeploymentType" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'True) (C1 ('MetaCons "DeploymentType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDeploymentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DeploymentWaitType

newtype DeploymentWaitType Source #

Instances

Instances details
FromJSON DeploymentWaitType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentWaitType

FromJSONKey DeploymentWaitType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentWaitType

ToJSON DeploymentWaitType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentWaitType

ToJSONKey DeploymentWaitType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentWaitType

ToByteString DeploymentWaitType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentWaitType

ToHeader DeploymentWaitType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentWaitType

ToLog DeploymentWaitType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentWaitType

ToQuery DeploymentWaitType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentWaitType

FromText DeploymentWaitType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentWaitType

ToText DeploymentWaitType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentWaitType

FromXML DeploymentWaitType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentWaitType

ToXML DeploymentWaitType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentWaitType

Generic DeploymentWaitType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentWaitType

Associated Types

type Rep DeploymentWaitType :: Type -> Type #

Read DeploymentWaitType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentWaitType

Show DeploymentWaitType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentWaitType

NFData DeploymentWaitType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentWaitType

Methods

rnf :: DeploymentWaitType -> () #

Eq DeploymentWaitType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentWaitType

Ord DeploymentWaitType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentWaitType

Hashable DeploymentWaitType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentWaitType

type Rep DeploymentWaitType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentWaitType

type Rep DeploymentWaitType = D1 ('MetaData "DeploymentWaitType" "Amazonka.CodeDeploy.Types.DeploymentWaitType" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'True) (C1 ('MetaCons "DeploymentWaitType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDeploymentWaitType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EC2TagFilterType

newtype EC2TagFilterType Source #

Instances

Instances details
FromJSON EC2TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagFilterType

FromJSONKey EC2TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagFilterType

ToJSON EC2TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagFilterType

ToJSONKey EC2TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagFilterType

ToByteString EC2TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagFilterType

ToHeader EC2TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagFilterType

ToLog EC2TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagFilterType

ToQuery EC2TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagFilterType

FromText EC2TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagFilterType

ToText EC2TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagFilterType

FromXML EC2TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagFilterType

ToXML EC2TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagFilterType

Generic EC2TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagFilterType

Associated Types

type Rep EC2TagFilterType :: Type -> Type #

Read EC2TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagFilterType

Show EC2TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagFilterType

NFData EC2TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagFilterType

Methods

rnf :: EC2TagFilterType -> () #

Eq EC2TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagFilterType

Ord EC2TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagFilterType

Hashable EC2TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagFilterType

type Rep EC2TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagFilterType

type Rep EC2TagFilterType = D1 ('MetaData "EC2TagFilterType" "Amazonka.CodeDeploy.Types.EC2TagFilterType" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'True) (C1 ('MetaCons "EC2TagFilterType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEC2TagFilterType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

FileExistsBehavior

newtype FileExistsBehavior Source #

Instances

Instances details
FromJSON FileExistsBehavior Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.FileExistsBehavior

FromJSONKey FileExistsBehavior Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.FileExistsBehavior

ToJSON FileExistsBehavior Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.FileExistsBehavior

ToJSONKey FileExistsBehavior Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.FileExistsBehavior

ToByteString FileExistsBehavior Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.FileExistsBehavior

ToHeader FileExistsBehavior Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.FileExistsBehavior

ToLog FileExistsBehavior Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.FileExistsBehavior

ToQuery FileExistsBehavior Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.FileExistsBehavior

FromText FileExistsBehavior Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.FileExistsBehavior

ToText FileExistsBehavior Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.FileExistsBehavior

FromXML FileExistsBehavior Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.FileExistsBehavior

ToXML FileExistsBehavior Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.FileExistsBehavior

Generic FileExistsBehavior Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.FileExistsBehavior

Associated Types

type Rep FileExistsBehavior :: Type -> Type #

Read FileExistsBehavior Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.FileExistsBehavior

Show FileExistsBehavior Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.FileExistsBehavior

NFData FileExistsBehavior Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.FileExistsBehavior

Methods

rnf :: FileExistsBehavior -> () #

Eq FileExistsBehavior Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.FileExistsBehavior

Ord FileExistsBehavior Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.FileExistsBehavior

Hashable FileExistsBehavior Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.FileExistsBehavior

type Rep FileExistsBehavior Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.FileExistsBehavior

type Rep FileExistsBehavior = D1 ('MetaData "FileExistsBehavior" "Amazonka.CodeDeploy.Types.FileExistsBehavior" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'True) (C1 ('MetaCons "FileExistsBehavior'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFileExistsBehavior") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

GreenFleetProvisioningAction

newtype GreenFleetProvisioningAction Source #

Instances

Instances details
FromJSON GreenFleetProvisioningAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GreenFleetProvisioningAction

FromJSONKey GreenFleetProvisioningAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GreenFleetProvisioningAction

ToJSON GreenFleetProvisioningAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GreenFleetProvisioningAction

ToJSONKey GreenFleetProvisioningAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GreenFleetProvisioningAction

ToByteString GreenFleetProvisioningAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GreenFleetProvisioningAction

ToHeader GreenFleetProvisioningAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GreenFleetProvisioningAction

ToLog GreenFleetProvisioningAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GreenFleetProvisioningAction

ToQuery GreenFleetProvisioningAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GreenFleetProvisioningAction

FromText GreenFleetProvisioningAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GreenFleetProvisioningAction

ToText GreenFleetProvisioningAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GreenFleetProvisioningAction

FromXML GreenFleetProvisioningAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GreenFleetProvisioningAction

ToXML GreenFleetProvisioningAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GreenFleetProvisioningAction

Generic GreenFleetProvisioningAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GreenFleetProvisioningAction

Associated Types

type Rep GreenFleetProvisioningAction :: Type -> Type #

Read GreenFleetProvisioningAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GreenFleetProvisioningAction

Show GreenFleetProvisioningAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GreenFleetProvisioningAction

NFData GreenFleetProvisioningAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GreenFleetProvisioningAction

Eq GreenFleetProvisioningAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GreenFleetProvisioningAction

Ord GreenFleetProvisioningAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GreenFleetProvisioningAction

Hashable GreenFleetProvisioningAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GreenFleetProvisioningAction

type Rep GreenFleetProvisioningAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GreenFleetProvisioningAction

type Rep GreenFleetProvisioningAction = D1 ('MetaData "GreenFleetProvisioningAction" "Amazonka.CodeDeploy.Types.GreenFleetProvisioningAction" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'True) (C1 ('MetaCons "GreenFleetProvisioningAction'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromGreenFleetProvisioningAction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

InstanceAction

newtype InstanceAction Source #

Constructors

InstanceAction' 

Instances

Instances details
FromJSON InstanceAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceAction

FromJSONKey InstanceAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceAction

ToJSON InstanceAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceAction

ToJSONKey InstanceAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceAction

ToByteString InstanceAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceAction

ToHeader InstanceAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceAction

ToLog InstanceAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceAction

ToQuery InstanceAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceAction

FromText InstanceAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceAction

ToText InstanceAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceAction

FromXML InstanceAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceAction

ToXML InstanceAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceAction

Methods

toXML :: InstanceAction -> XML #

Generic InstanceAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceAction

Associated Types

type Rep InstanceAction :: Type -> Type #

Read InstanceAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceAction

Show InstanceAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceAction

NFData InstanceAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceAction

Methods

rnf :: InstanceAction -> () #

Eq InstanceAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceAction

Ord InstanceAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceAction

Hashable InstanceAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceAction

type Rep InstanceAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceAction

type Rep InstanceAction = D1 ('MetaData "InstanceAction" "Amazonka.CodeDeploy.Types.InstanceAction" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'True) (C1 ('MetaCons "InstanceAction'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromInstanceAction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

LifecycleErrorCode

newtype LifecycleErrorCode Source #

Instances

Instances details
FromJSON LifecycleErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleErrorCode

FromJSONKey LifecycleErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleErrorCode

ToJSON LifecycleErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleErrorCode

ToJSONKey LifecycleErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleErrorCode

ToByteString LifecycleErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleErrorCode

ToHeader LifecycleErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleErrorCode

ToLog LifecycleErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleErrorCode

ToQuery LifecycleErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleErrorCode

FromText LifecycleErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleErrorCode

ToText LifecycleErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleErrorCode

FromXML LifecycleErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleErrorCode

ToXML LifecycleErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleErrorCode

Generic LifecycleErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleErrorCode

Associated Types

type Rep LifecycleErrorCode :: Type -> Type #

Read LifecycleErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleErrorCode

Show LifecycleErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleErrorCode

NFData LifecycleErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleErrorCode

Methods

rnf :: LifecycleErrorCode -> () #

Eq LifecycleErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleErrorCode

Ord LifecycleErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleErrorCode

Hashable LifecycleErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleErrorCode

type Rep LifecycleErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleErrorCode

type Rep LifecycleErrorCode = D1 ('MetaData "LifecycleErrorCode" "Amazonka.CodeDeploy.Types.LifecycleErrorCode" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'True) (C1 ('MetaCons "LifecycleErrorCode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromLifecycleErrorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

LifecycleEventStatus

newtype LifecycleEventStatus Source #

Instances

Instances details
FromJSON LifecycleEventStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleEventStatus

FromJSONKey LifecycleEventStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleEventStatus

ToJSON LifecycleEventStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleEventStatus

ToJSONKey LifecycleEventStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleEventStatus

ToByteString LifecycleEventStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleEventStatus

ToHeader LifecycleEventStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleEventStatus

ToLog LifecycleEventStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleEventStatus

ToQuery LifecycleEventStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleEventStatus

FromText LifecycleEventStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleEventStatus

ToText LifecycleEventStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleEventStatus

FromXML LifecycleEventStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleEventStatus

ToXML LifecycleEventStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleEventStatus

Generic LifecycleEventStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleEventStatus

Associated Types

type Rep LifecycleEventStatus :: Type -> Type #

Read LifecycleEventStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleEventStatus

Show LifecycleEventStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleEventStatus

NFData LifecycleEventStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleEventStatus

Methods

rnf :: LifecycleEventStatus -> () #

Eq LifecycleEventStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleEventStatus

Ord LifecycleEventStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleEventStatus

Hashable LifecycleEventStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleEventStatus

type Rep LifecycleEventStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleEventStatus

type Rep LifecycleEventStatus = D1 ('MetaData "LifecycleEventStatus" "Amazonka.CodeDeploy.Types.LifecycleEventStatus" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'True) (C1 ('MetaCons "LifecycleEventStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromLifecycleEventStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ListStateFilterAction

newtype ListStateFilterAction Source #

Instances

Instances details
FromJSON ListStateFilterAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ListStateFilterAction

FromJSONKey ListStateFilterAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ListStateFilterAction

ToJSON ListStateFilterAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ListStateFilterAction

ToJSONKey ListStateFilterAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ListStateFilterAction

ToByteString ListStateFilterAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ListStateFilterAction

ToHeader ListStateFilterAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ListStateFilterAction

ToLog ListStateFilterAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ListStateFilterAction

ToQuery ListStateFilterAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ListStateFilterAction

FromText ListStateFilterAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ListStateFilterAction

ToText ListStateFilterAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ListStateFilterAction

FromXML ListStateFilterAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ListStateFilterAction

ToXML ListStateFilterAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ListStateFilterAction

Generic ListStateFilterAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ListStateFilterAction

Associated Types

type Rep ListStateFilterAction :: Type -> Type #

Read ListStateFilterAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ListStateFilterAction

Show ListStateFilterAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ListStateFilterAction

NFData ListStateFilterAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ListStateFilterAction

Methods

rnf :: ListStateFilterAction -> () #

Eq ListStateFilterAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ListStateFilterAction

Ord ListStateFilterAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ListStateFilterAction

Hashable ListStateFilterAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ListStateFilterAction

type Rep ListStateFilterAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ListStateFilterAction

type Rep ListStateFilterAction = D1 ('MetaData "ListStateFilterAction" "Amazonka.CodeDeploy.Types.ListStateFilterAction" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'True) (C1 ('MetaCons "ListStateFilterAction'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromListStateFilterAction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

MinimumHealthyHostsType

newtype MinimumHealthyHostsType Source #

Instances

Instances details
FromJSON MinimumHealthyHostsType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.MinimumHealthyHostsType

FromJSONKey MinimumHealthyHostsType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.MinimumHealthyHostsType

ToJSON MinimumHealthyHostsType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.MinimumHealthyHostsType

ToJSONKey MinimumHealthyHostsType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.MinimumHealthyHostsType

ToByteString MinimumHealthyHostsType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.MinimumHealthyHostsType

ToHeader MinimumHealthyHostsType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.MinimumHealthyHostsType

ToLog MinimumHealthyHostsType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.MinimumHealthyHostsType

ToQuery MinimumHealthyHostsType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.MinimumHealthyHostsType

FromText MinimumHealthyHostsType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.MinimumHealthyHostsType

ToText MinimumHealthyHostsType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.MinimumHealthyHostsType

FromXML MinimumHealthyHostsType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.MinimumHealthyHostsType

ToXML MinimumHealthyHostsType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.MinimumHealthyHostsType

Generic MinimumHealthyHostsType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.MinimumHealthyHostsType

Associated Types

type Rep MinimumHealthyHostsType :: Type -> Type #

Read MinimumHealthyHostsType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.MinimumHealthyHostsType

Show MinimumHealthyHostsType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.MinimumHealthyHostsType

NFData MinimumHealthyHostsType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.MinimumHealthyHostsType

Methods

rnf :: MinimumHealthyHostsType -> () #

Eq MinimumHealthyHostsType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.MinimumHealthyHostsType

Ord MinimumHealthyHostsType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.MinimumHealthyHostsType

Hashable MinimumHealthyHostsType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.MinimumHealthyHostsType

type Rep MinimumHealthyHostsType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.MinimumHealthyHostsType

type Rep MinimumHealthyHostsType = D1 ('MetaData "MinimumHealthyHostsType" "Amazonka.CodeDeploy.Types.MinimumHealthyHostsType" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'True) (C1 ('MetaCons "MinimumHealthyHostsType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMinimumHealthyHostsType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OutdatedInstancesStrategy

newtype OutdatedInstancesStrategy Source #

Instances

Instances details
FromJSON OutdatedInstancesStrategy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OutdatedInstancesStrategy

FromJSONKey OutdatedInstancesStrategy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OutdatedInstancesStrategy

ToJSON OutdatedInstancesStrategy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OutdatedInstancesStrategy

ToJSONKey OutdatedInstancesStrategy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OutdatedInstancesStrategy

ToByteString OutdatedInstancesStrategy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OutdatedInstancesStrategy

ToHeader OutdatedInstancesStrategy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OutdatedInstancesStrategy

ToLog OutdatedInstancesStrategy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OutdatedInstancesStrategy

ToQuery OutdatedInstancesStrategy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OutdatedInstancesStrategy

FromText OutdatedInstancesStrategy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OutdatedInstancesStrategy

ToText OutdatedInstancesStrategy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OutdatedInstancesStrategy

FromXML OutdatedInstancesStrategy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OutdatedInstancesStrategy

ToXML OutdatedInstancesStrategy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OutdatedInstancesStrategy

Generic OutdatedInstancesStrategy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OutdatedInstancesStrategy

Associated Types

type Rep OutdatedInstancesStrategy :: Type -> Type #

Read OutdatedInstancesStrategy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OutdatedInstancesStrategy

Show OutdatedInstancesStrategy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OutdatedInstancesStrategy

NFData OutdatedInstancesStrategy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OutdatedInstancesStrategy

Eq OutdatedInstancesStrategy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OutdatedInstancesStrategy

Ord OutdatedInstancesStrategy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OutdatedInstancesStrategy

Hashable OutdatedInstancesStrategy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OutdatedInstancesStrategy

type Rep OutdatedInstancesStrategy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OutdatedInstancesStrategy

type Rep OutdatedInstancesStrategy = D1 ('MetaData "OutdatedInstancesStrategy" "Amazonka.CodeDeploy.Types.OutdatedInstancesStrategy" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'True) (C1 ('MetaCons "OutdatedInstancesStrategy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOutdatedInstancesStrategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RegistrationStatus

newtype RegistrationStatus Source #

Instances

Instances details
FromJSON RegistrationStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RegistrationStatus

FromJSONKey RegistrationStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RegistrationStatus

ToJSON RegistrationStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RegistrationStatus

ToJSONKey RegistrationStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RegistrationStatus

ToByteString RegistrationStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RegistrationStatus

ToHeader RegistrationStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RegistrationStatus

ToLog RegistrationStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RegistrationStatus

ToQuery RegistrationStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RegistrationStatus

FromText RegistrationStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RegistrationStatus

ToText RegistrationStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RegistrationStatus

FromXML RegistrationStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RegistrationStatus

ToXML RegistrationStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RegistrationStatus

Generic RegistrationStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RegistrationStatus

Associated Types

type Rep RegistrationStatus :: Type -> Type #

Read RegistrationStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RegistrationStatus

Show RegistrationStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RegistrationStatus

NFData RegistrationStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RegistrationStatus

Methods

rnf :: RegistrationStatus -> () #

Eq RegistrationStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RegistrationStatus

Ord RegistrationStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RegistrationStatus

Hashable RegistrationStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RegistrationStatus

type Rep RegistrationStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RegistrationStatus

type Rep RegistrationStatus = D1 ('MetaData "RegistrationStatus" "Amazonka.CodeDeploy.Types.RegistrationStatus" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'True) (C1 ('MetaCons "RegistrationStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRegistrationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RevisionLocationType

newtype RevisionLocationType Source #

Instances

Instances details
FromJSON RevisionLocationType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionLocationType

FromJSONKey RevisionLocationType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionLocationType

ToJSON RevisionLocationType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionLocationType

ToJSONKey RevisionLocationType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionLocationType

ToByteString RevisionLocationType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionLocationType

ToHeader RevisionLocationType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionLocationType

ToLog RevisionLocationType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionLocationType

ToQuery RevisionLocationType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionLocationType

FromText RevisionLocationType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionLocationType

ToText RevisionLocationType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionLocationType

FromXML RevisionLocationType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionLocationType

ToXML RevisionLocationType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionLocationType

Generic RevisionLocationType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionLocationType

Associated Types

type Rep RevisionLocationType :: Type -> Type #

Read RevisionLocationType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionLocationType

Show RevisionLocationType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionLocationType

NFData RevisionLocationType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionLocationType

Methods

rnf :: RevisionLocationType -> () #

Eq RevisionLocationType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionLocationType

Ord RevisionLocationType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionLocationType

Hashable RevisionLocationType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionLocationType

type Rep RevisionLocationType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionLocationType

type Rep RevisionLocationType = D1 ('MetaData "RevisionLocationType" "Amazonka.CodeDeploy.Types.RevisionLocationType" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'True) (C1 ('MetaCons "RevisionLocationType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRevisionLocationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SortOrder

newtype SortOrder Source #

Constructors

SortOrder' 

Fields

Bundled Patterns

pattern SortOrder_Ascending :: SortOrder 
pattern SortOrder_Descending :: SortOrder 

Instances

Instances details
FromJSON SortOrder Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.SortOrder

FromJSONKey SortOrder Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.SortOrder

ToJSON SortOrder Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.SortOrder

ToJSONKey SortOrder Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.SortOrder

ToByteString SortOrder Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.SortOrder

Methods

toBS :: SortOrder -> ByteString #

ToHeader SortOrder Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.SortOrder

ToLog SortOrder Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.SortOrder

ToQuery SortOrder Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.SortOrder

FromText SortOrder Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.SortOrder

ToText SortOrder Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.SortOrder

Methods

toText :: SortOrder -> Text #

FromXML SortOrder Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.SortOrder

ToXML SortOrder Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.SortOrder

Methods

toXML :: SortOrder -> XML #

Generic SortOrder Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.SortOrder

Associated Types

type Rep SortOrder :: Type -> Type #

Read SortOrder Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.SortOrder

Show SortOrder Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.SortOrder

NFData SortOrder Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.SortOrder

Methods

rnf :: SortOrder -> () #

Eq SortOrder Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.SortOrder

Ord SortOrder Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.SortOrder

Hashable SortOrder Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.SortOrder

type Rep SortOrder Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.SortOrder

type Rep SortOrder = D1 ('MetaData "SortOrder" "Amazonka.CodeDeploy.Types.SortOrder" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'True) (C1 ('MetaCons "SortOrder'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

StopStatus

newtype StopStatus Source #

Constructors

StopStatus' 

Fields

Bundled Patterns

pattern StopStatus_Pending :: StopStatus 
pattern StopStatus_Succeeded :: StopStatus 

Instances

Instances details
FromJSON StopStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.StopStatus

FromJSONKey StopStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.StopStatus

ToJSON StopStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.StopStatus

ToJSONKey StopStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.StopStatus

ToByteString StopStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.StopStatus

ToHeader StopStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.StopStatus

ToLog StopStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.StopStatus

ToQuery StopStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.StopStatus

FromText StopStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.StopStatus

ToText StopStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.StopStatus

Methods

toText :: StopStatus -> Text #

FromXML StopStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.StopStatus

ToXML StopStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.StopStatus

Methods

toXML :: StopStatus -> XML #

Generic StopStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.StopStatus

Associated Types

type Rep StopStatus :: Type -> Type #

Read StopStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.StopStatus

Show StopStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.StopStatus

NFData StopStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.StopStatus

Methods

rnf :: StopStatus -> () #

Eq StopStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.StopStatus

Ord StopStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.StopStatus

Hashable StopStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.StopStatus

type Rep StopStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.StopStatus

type Rep StopStatus = D1 ('MetaData "StopStatus" "Amazonka.CodeDeploy.Types.StopStatus" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'True) (C1 ('MetaCons "StopStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStopStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TagFilterType

newtype TagFilterType Source #

Constructors

TagFilterType' 

Instances

Instances details
FromJSON TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilterType

FromJSONKey TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilterType

ToJSON TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilterType

ToJSONKey TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilterType

ToByteString TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilterType

ToHeader TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilterType

ToLog TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilterType

ToQuery TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilterType

FromText TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilterType

ToText TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilterType

Methods

toText :: TagFilterType -> Text #

FromXML TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilterType

ToXML TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilterType

Methods

toXML :: TagFilterType -> XML #

Generic TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilterType

Associated Types

type Rep TagFilterType :: Type -> Type #

Read TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilterType

Show TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilterType

NFData TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilterType

Methods

rnf :: TagFilterType -> () #

Eq TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilterType

Ord TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilterType

Hashable TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilterType

type Rep TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilterType

type Rep TagFilterType = D1 ('MetaData "TagFilterType" "Amazonka.CodeDeploy.Types.TagFilterType" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'True) (C1 ('MetaCons "TagFilterType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTagFilterType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TargetFilterName

newtype TargetFilterName Source #

Instances

Instances details
FromJSON TargetFilterName Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetFilterName

FromJSONKey TargetFilterName Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetFilterName

ToJSON TargetFilterName Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetFilterName

ToJSONKey TargetFilterName Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetFilterName

ToByteString TargetFilterName Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetFilterName

ToHeader TargetFilterName Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetFilterName

ToLog TargetFilterName Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetFilterName

ToQuery TargetFilterName Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetFilterName

FromText TargetFilterName Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetFilterName

ToText TargetFilterName Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetFilterName

FromXML TargetFilterName Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetFilterName

ToXML TargetFilterName Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetFilterName

Generic TargetFilterName Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetFilterName

Associated Types

type Rep TargetFilterName :: Type -> Type #

Read TargetFilterName Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetFilterName

Show TargetFilterName Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetFilterName

NFData TargetFilterName Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetFilterName

Methods

rnf :: TargetFilterName -> () #

Eq TargetFilterName Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetFilterName

Ord TargetFilterName Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetFilterName

Hashable TargetFilterName Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetFilterName

type Rep TargetFilterName Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetFilterName

type Rep TargetFilterName = D1 ('MetaData "TargetFilterName" "Amazonka.CodeDeploy.Types.TargetFilterName" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'True) (C1 ('MetaCons "TargetFilterName'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTargetFilterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TargetLabel

newtype TargetLabel Source #

Constructors

TargetLabel' 

Bundled Patterns

pattern TargetLabel_Blue :: TargetLabel 
pattern TargetLabel_Green :: TargetLabel 

Instances

Instances details
FromJSON TargetLabel Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetLabel

FromJSONKey TargetLabel Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetLabel

ToJSON TargetLabel Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetLabel

ToJSONKey TargetLabel Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetLabel

ToByteString TargetLabel Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetLabel

ToHeader TargetLabel Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetLabel

ToLog TargetLabel Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetLabel

ToQuery TargetLabel Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetLabel

FromText TargetLabel Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetLabel

ToText TargetLabel Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetLabel

Methods

toText :: TargetLabel -> Text #

FromXML TargetLabel Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetLabel

ToXML TargetLabel Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetLabel

Methods

toXML :: TargetLabel -> XML #

Generic TargetLabel Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetLabel

Associated Types

type Rep TargetLabel :: Type -> Type #

Read TargetLabel Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetLabel

Show TargetLabel Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetLabel

NFData TargetLabel Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetLabel

Methods

rnf :: TargetLabel -> () #

Eq TargetLabel Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetLabel

Ord TargetLabel Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetLabel

Hashable TargetLabel Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetLabel

type Rep TargetLabel Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetLabel

type Rep TargetLabel = D1 ('MetaData "TargetLabel" "Amazonka.CodeDeploy.Types.TargetLabel" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'True) (C1 ('MetaCons "TargetLabel'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTargetLabel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TargetStatus

newtype TargetStatus Source #

Constructors

TargetStatus' 

Instances

Instances details
FromJSON TargetStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetStatus

FromJSONKey TargetStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetStatus

ToJSON TargetStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetStatus

ToJSONKey TargetStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetStatus

ToByteString TargetStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetStatus

ToHeader TargetStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetStatus

ToLog TargetStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetStatus

ToQuery TargetStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetStatus

FromText TargetStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetStatus

ToText TargetStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetStatus

Methods

toText :: TargetStatus -> Text #

FromXML TargetStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetStatus

ToXML TargetStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetStatus

Methods

toXML :: TargetStatus -> XML #

Generic TargetStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetStatus

Associated Types

type Rep TargetStatus :: Type -> Type #

Read TargetStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetStatus

Show TargetStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetStatus

NFData TargetStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetStatus

Methods

rnf :: TargetStatus -> () #

Eq TargetStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetStatus

Ord TargetStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetStatus

Hashable TargetStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetStatus

type Rep TargetStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetStatus

type Rep TargetStatus = D1 ('MetaData "TargetStatus" "Amazonka.CodeDeploy.Types.TargetStatus" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'True) (C1 ('MetaCons "TargetStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTargetStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TrafficRoutingType

newtype TrafficRoutingType Source #

Instances

Instances details
FromJSON TrafficRoutingType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoutingType

FromJSONKey TrafficRoutingType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoutingType

ToJSON TrafficRoutingType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoutingType

ToJSONKey TrafficRoutingType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoutingType

ToByteString TrafficRoutingType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoutingType

ToHeader TrafficRoutingType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoutingType

ToLog TrafficRoutingType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoutingType

ToQuery TrafficRoutingType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoutingType

FromText TrafficRoutingType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoutingType

ToText TrafficRoutingType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoutingType

FromXML TrafficRoutingType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoutingType

ToXML TrafficRoutingType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoutingType

Generic TrafficRoutingType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoutingType

Associated Types

type Rep TrafficRoutingType :: Type -> Type #

Read TrafficRoutingType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoutingType

Show TrafficRoutingType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoutingType

NFData TrafficRoutingType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoutingType

Methods

rnf :: TrafficRoutingType -> () #

Eq TrafficRoutingType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoutingType

Ord TrafficRoutingType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoutingType

Hashable TrafficRoutingType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoutingType

type Rep TrafficRoutingType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoutingType

type Rep TrafficRoutingType = D1 ('MetaData "TrafficRoutingType" "Amazonka.CodeDeploy.Types.TrafficRoutingType" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'True) (C1 ('MetaCons "TrafficRoutingType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTrafficRoutingType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TriggerEventType

newtype TriggerEventType Source #

Instances

Instances details
FromJSON TriggerEventType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerEventType

FromJSONKey TriggerEventType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerEventType

ToJSON TriggerEventType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerEventType

ToJSONKey TriggerEventType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerEventType

ToByteString TriggerEventType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerEventType

ToHeader TriggerEventType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerEventType

ToLog TriggerEventType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerEventType

ToQuery TriggerEventType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerEventType

FromText TriggerEventType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerEventType

ToText TriggerEventType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerEventType

FromXML TriggerEventType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerEventType

ToXML TriggerEventType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerEventType

Generic TriggerEventType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerEventType

Associated Types

type Rep TriggerEventType :: Type -> Type #

Read TriggerEventType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerEventType

Show TriggerEventType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerEventType

NFData TriggerEventType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerEventType

Methods

rnf :: TriggerEventType -> () #

Eq TriggerEventType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerEventType

Ord TriggerEventType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerEventType

Hashable TriggerEventType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerEventType

type Rep TriggerEventType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerEventType

type Rep TriggerEventType = D1 ('MetaData "TriggerEventType" "Amazonka.CodeDeploy.Types.TriggerEventType" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'True) (C1 ('MetaCons "TriggerEventType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTriggerEventType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Alarm

data Alarm Source #

Information about an alarm.

See: newAlarm smart constructor.

Constructors

Alarm' 

Fields

  • name :: Maybe Text

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

Instances

Instances details
FromJSON Alarm Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.Alarm

ToJSON Alarm Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.Alarm

Generic Alarm Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.Alarm

Associated Types

type Rep Alarm :: Type -> Type #

Methods

from :: Alarm -> Rep Alarm x #

to :: Rep Alarm x -> Alarm #

Read Alarm Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.Alarm

Show Alarm Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.Alarm

Methods

showsPrec :: Int -> Alarm -> ShowS #

show :: Alarm -> String #

showList :: [Alarm] -> ShowS #

NFData Alarm Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.Alarm

Methods

rnf :: Alarm -> () #

Eq Alarm Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.Alarm

Methods

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

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

Hashable Alarm Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.Alarm

Methods

hashWithSalt :: Int -> Alarm -> Int #

hash :: Alarm -> Int #

type Rep Alarm Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.Alarm

type Rep Alarm = D1 ('MetaData "Alarm" "Amazonka.CodeDeploy.Types.Alarm" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "Alarm'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newAlarm :: Alarm Source #

Create a value of Alarm with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:Alarm', alarm_name - The name of the alarm. Maximum length is 255 characters. Each alarm name can be used only once in a list of alarms.

alarm_name :: 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 a deployment or deployment group.

See: newAlarmConfiguration smart constructor.

Constructors

AlarmConfiguration' 

Fields

  • alarms :: Maybe [Alarm]

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

  • enabled :: Maybe Bool

    Indicates whether the alarm configuration is enabled.

  • ignorePollAlarmFailure :: Maybe Bool

    Indicates whether a deployment should continue if information about the current state of alarms cannot be retrieved from Amazon CloudWatch. The default value is false.

    • true: The deployment proceeds even if alarm status information can't be retrieved from Amazon CloudWatch.
    • false: The deployment stops if alarm status information can't be retrieved from Amazon CloudWatch.

Instances

Instances details
FromJSON AlarmConfiguration Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AlarmConfiguration

ToJSON AlarmConfiguration Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AlarmConfiguration

Generic AlarmConfiguration Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AlarmConfiguration

Associated Types

type Rep AlarmConfiguration :: Type -> Type #

Read AlarmConfiguration Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AlarmConfiguration

Show AlarmConfiguration Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AlarmConfiguration

NFData AlarmConfiguration Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AlarmConfiguration

Methods

rnf :: AlarmConfiguration -> () #

Eq AlarmConfiguration Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AlarmConfiguration

Hashable AlarmConfiguration Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AlarmConfiguration

type Rep AlarmConfiguration Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AlarmConfiguration

type Rep AlarmConfiguration = D1 ('MetaData "AlarmConfiguration" "Amazonka.CodeDeploy.Types.AlarmConfiguration" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "AlarmConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "alarms") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Alarm])) :*: (S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "ignorePollAlarmFailure") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))))

newAlarmConfiguration :: AlarmConfiguration Source #

Create a value of AlarmConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:alarms:AlarmConfiguration', alarmConfiguration_alarms - A list of alarms configured for the deployment or deployment group. A maximum of 10 alarms can be added.

$sel:enabled:AlarmConfiguration', alarmConfiguration_enabled - Indicates whether the alarm configuration is enabled.

$sel:ignorePollAlarmFailure:AlarmConfiguration', alarmConfiguration_ignorePollAlarmFailure - 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 proceeds even if alarm status information can't be retrieved from Amazon CloudWatch.
  • false: The deployment stops if alarm status information can't be retrieved from Amazon CloudWatch.

alarmConfiguration_alarms :: Lens' AlarmConfiguration (Maybe [Alarm]) Source #

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

alarmConfiguration_enabled :: Lens' AlarmConfiguration (Maybe Bool) Source #

Indicates whether the alarm configuration is enabled.

alarmConfiguration_ignorePollAlarmFailure :: 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 proceeds even if alarm status information can't be retrieved from Amazon CloudWatch.
  • false: The deployment stops if alarm status information can't be retrieved from Amazon CloudWatch.

AppSpecContent

data AppSpecContent Source #

A revision for an Lambda or Amazon ECS deployment that is a YAML-formatted or JSON-formatted string. For Lambda and Amazon ECS deployments, the revision is the same as the AppSpec file. This method replaces the deprecated RawString data type.

See: newAppSpecContent smart constructor.

Constructors

AppSpecContent' 

Fields

  • content :: Maybe Text

    The YAML-formatted or JSON-formatted revision string.

    For an Lambda deployment, the content includes a Lambda function name, the alias for its original version, and the alias for its replacement version. The deployment shifts traffic from the original version of the Lambda function to the replacement version.

    For an Amazon ECS deployment, the content includes the task name, information about the load balancer that serves traffic to the container, and more.

    For both types of deployments, the content can specify Lambda functions that run at specified hooks, such as BeforeInstall, during a deployment.

  • sha256 :: Maybe Text

    The SHA256 hash value of the revision content.

Instances

Instances details
FromJSON AppSpecContent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AppSpecContent

ToJSON AppSpecContent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AppSpecContent

Generic AppSpecContent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AppSpecContent

Associated Types

type Rep AppSpecContent :: Type -> Type #

Read AppSpecContent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AppSpecContent

Show AppSpecContent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AppSpecContent

NFData AppSpecContent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AppSpecContent

Methods

rnf :: AppSpecContent -> () #

Eq AppSpecContent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AppSpecContent

Hashable AppSpecContent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AppSpecContent

type Rep AppSpecContent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AppSpecContent

type Rep AppSpecContent = D1 ('MetaData "AppSpecContent" "Amazonka.CodeDeploy.Types.AppSpecContent" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "AppSpecContent'" 'PrefixI 'True) (S1 ('MetaSel ('Just "content") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sha256") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newAppSpecContent :: AppSpecContent Source #

Create a value of AppSpecContent with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:content:AppSpecContent', appSpecContent_content - The YAML-formatted or JSON-formatted revision string.

For an Lambda deployment, the content includes a Lambda function name, the alias for its original version, and the alias for its replacement version. The deployment shifts traffic from the original version of the Lambda function to the replacement version.

For an Amazon ECS deployment, the content includes the task name, information about the load balancer that serves traffic to the container, and more.

For both types of deployments, the content can specify Lambda functions that run at specified hooks, such as BeforeInstall, during a deployment.

$sel:sha256:AppSpecContent', appSpecContent_sha256 - The SHA256 hash value of the revision content.

appSpecContent_content :: Lens' AppSpecContent (Maybe Text) Source #

The YAML-formatted or JSON-formatted revision string.

For an Lambda deployment, the content includes a Lambda function name, the alias for its original version, and the alias for its replacement version. The deployment shifts traffic from the original version of the Lambda function to the replacement version.

For an Amazon ECS deployment, the content includes the task name, information about the load balancer that serves traffic to the container, and more.

For both types of deployments, the content can specify Lambda functions that run at specified hooks, such as BeforeInstall, during a deployment.

appSpecContent_sha256 :: Lens' AppSpecContent (Maybe Text) Source #

The SHA256 hash value of the revision content.

ApplicationInfo

data ApplicationInfo Source #

Information about an application.

See: newApplicationInfo smart constructor.

Constructors

ApplicationInfo' 

Fields

Instances

Instances details
FromJSON ApplicationInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationInfo

Generic ApplicationInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationInfo

Associated Types

type Rep ApplicationInfo :: Type -> Type #

Read ApplicationInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationInfo

Show ApplicationInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationInfo

NFData ApplicationInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationInfo

Methods

rnf :: ApplicationInfo -> () #

Eq ApplicationInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationInfo

Hashable ApplicationInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationInfo

type Rep ApplicationInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationInfo

type Rep ApplicationInfo = D1 ('MetaData "ApplicationInfo" "Amazonka.CodeDeploy.Types.ApplicationInfo" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "ApplicationInfo'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "computePlatform") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComputePlatform)))) :*: (S1 ('MetaSel ('Just "createTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "gitHubAccountName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "linkedToGitHub") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))))

newApplicationInfo :: ApplicationInfo Source #

Create a value of ApplicationInfo with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:applicationId:ApplicationInfo', applicationInfo_applicationId - The application ID.

$sel:applicationName:ApplicationInfo', applicationInfo_applicationName - The application name.

$sel:computePlatform:ApplicationInfo', applicationInfo_computePlatform - The destination platform type for deployment of the application (Lambda or Server).

$sel:createTime:ApplicationInfo', applicationInfo_createTime - The time at which the application was created.

$sel:gitHubAccountName:ApplicationInfo', applicationInfo_gitHubAccountName - The name for a connection to a GitHub account.

$sel:linkedToGitHub:ApplicationInfo', applicationInfo_linkedToGitHub - True if the user has authenticated with GitHub for the specified application. Otherwise, false.

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

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

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

The time at which the application was created.

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

The name for a connection to a GitHub account.

applicationInfo_linkedToGitHub :: Lens' ApplicationInfo (Maybe Bool) Source #

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

AutoRollbackConfiguration

data AutoRollbackConfiguration Source #

Information about a configuration for automatically rolling back to a previous version of an application revision when a deployment is not completed successfully.

See: newAutoRollbackConfiguration smart constructor.

Constructors

AutoRollbackConfiguration' 

Fields

Instances

Instances details
FromJSON AutoRollbackConfiguration Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoRollbackConfiguration

ToJSON AutoRollbackConfiguration Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoRollbackConfiguration

Generic AutoRollbackConfiguration Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoRollbackConfiguration

Associated Types

type Rep AutoRollbackConfiguration :: Type -> Type #

Read AutoRollbackConfiguration Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoRollbackConfiguration

Show AutoRollbackConfiguration Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoRollbackConfiguration

NFData AutoRollbackConfiguration Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoRollbackConfiguration

Eq AutoRollbackConfiguration Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoRollbackConfiguration

Hashable AutoRollbackConfiguration Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoRollbackConfiguration

type Rep AutoRollbackConfiguration Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoRollbackConfiguration

type Rep AutoRollbackConfiguration = D1 ('MetaData "AutoRollbackConfiguration" "Amazonka.CodeDeploy.Types.AutoRollbackConfiguration" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "AutoRollbackConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "events") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AutoRollbackEvent]))))

newAutoRollbackConfiguration :: AutoRollbackConfiguration Source #

Create a value of AutoRollbackConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:enabled:AutoRollbackConfiguration', autoRollbackConfiguration_enabled - Indicates whether a defined automatic rollback configuration is currently enabled.

$sel:events:AutoRollbackConfiguration', autoRollbackConfiguration_events - The event type or types that trigger a rollback.

autoRollbackConfiguration_enabled :: Lens' AutoRollbackConfiguration (Maybe Bool) Source #

Indicates whether a defined automatic rollback configuration is currently enabled.

autoRollbackConfiguration_events :: Lens' AutoRollbackConfiguration (Maybe [AutoRollbackEvent]) Source #

The event type or types that trigger a rollback.

AutoScalingGroup

data AutoScalingGroup Source #

Information about an Auto Scaling group.

See: newAutoScalingGroup smart constructor.

Constructors

AutoScalingGroup' 

Fields

Instances

Instances details
FromJSON AutoScalingGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoScalingGroup

Generic AutoScalingGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoScalingGroup

Associated Types

type Rep AutoScalingGroup :: Type -> Type #

Read AutoScalingGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoScalingGroup

Show AutoScalingGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoScalingGroup

NFData AutoScalingGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoScalingGroup

Methods

rnf :: AutoScalingGroup -> () #

Eq AutoScalingGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoScalingGroup

Hashable AutoScalingGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoScalingGroup

type Rep AutoScalingGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoScalingGroup

type Rep AutoScalingGroup = D1 ('MetaData "AutoScalingGroup" "Amazonka.CodeDeploy.Types.AutoScalingGroup" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "AutoScalingGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "hook") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newAutoScalingGroup :: AutoScalingGroup Source #

Create a value of AutoScalingGroup with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:hook:AutoScalingGroup', autoScalingGroup_hook - An Auto Scaling lifecycle event hook name.

$sel:name:AutoScalingGroup', autoScalingGroup_name - The Auto Scaling group name.

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

An Auto Scaling lifecycle event hook name.

autoScalingGroup_name :: 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: newBlueGreenDeploymentConfiguration smart constructor.

Constructors

BlueGreenDeploymentConfiguration' 

Fields

Instances

Instances details
FromJSON BlueGreenDeploymentConfiguration Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BlueGreenDeploymentConfiguration

ToJSON BlueGreenDeploymentConfiguration Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BlueGreenDeploymentConfiguration

Generic BlueGreenDeploymentConfiguration Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BlueGreenDeploymentConfiguration

Associated Types

type Rep BlueGreenDeploymentConfiguration :: Type -> Type #

Read BlueGreenDeploymentConfiguration Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BlueGreenDeploymentConfiguration

Show BlueGreenDeploymentConfiguration Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BlueGreenDeploymentConfiguration

NFData BlueGreenDeploymentConfiguration Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BlueGreenDeploymentConfiguration

Eq BlueGreenDeploymentConfiguration Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BlueGreenDeploymentConfiguration

Hashable BlueGreenDeploymentConfiguration Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BlueGreenDeploymentConfiguration

type Rep BlueGreenDeploymentConfiguration Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BlueGreenDeploymentConfiguration

type Rep BlueGreenDeploymentConfiguration = D1 ('MetaData "BlueGreenDeploymentConfiguration" "Amazonka.CodeDeploy.Types.BlueGreenDeploymentConfiguration" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "BlueGreenDeploymentConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deploymentReadyOption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeploymentReadyOption)) :*: (S1 ('MetaSel ('Just "greenFleetProvisioningOption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GreenFleetProvisioningOption)) :*: S1 ('MetaSel ('Just "terminateBlueInstancesOnDeploymentSuccess") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BlueInstanceTerminationOption)))))

newBlueGreenDeploymentConfiguration :: BlueGreenDeploymentConfiguration Source #

Create a value of BlueGreenDeploymentConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:deploymentReadyOption:BlueGreenDeploymentConfiguration', blueGreenDeploymentConfiguration_deploymentReadyOption - Information about the action to take when newly provisioned instances are ready to receive traffic in a blue/green deployment.

$sel:greenFleetProvisioningOption:BlueGreenDeploymentConfiguration', blueGreenDeploymentConfiguration_greenFleetProvisioningOption - Information about how instances are provisioned for a replacement environment in a blue/green deployment.

$sel:terminateBlueInstancesOnDeploymentSuccess:BlueGreenDeploymentConfiguration', blueGreenDeploymentConfiguration_terminateBlueInstancesOnDeploymentSuccess - Information about whether to terminate instances in the original fleet during a blue/green deployment.

blueGreenDeploymentConfiguration_deploymentReadyOption :: 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.

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

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

blueGreenDeploymentConfiguration_terminateBlueInstancesOnDeploymentSuccess :: 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. BlueInstanceTerminationOption does not apply to Lambda deployments.

See: newBlueInstanceTerminationOption smart constructor.

Constructors

BlueInstanceTerminationOption' 

Fields

  • action :: Maybe InstanceAction

    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.
  • terminationWaitTimeInMinutes :: Maybe Int

    For an Amazon EC2 deployment, the number of minutes to wait after a successful blue/green deployment before terminating instances from the original environment.

    For an Amazon ECS deployment, the number of minutes before deleting the original (blue) task set. During an Amazon ECS deployment, CodeDeploy shifts traffic from the original (blue) task set to a replacement (green) task set.

    The maximum setting is 2880 minutes (2 days).

Instances

Instances details
FromJSON BlueInstanceTerminationOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BlueInstanceTerminationOption

ToJSON BlueInstanceTerminationOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BlueInstanceTerminationOption

Generic BlueInstanceTerminationOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BlueInstanceTerminationOption

Associated Types

type Rep BlueInstanceTerminationOption :: Type -> Type #

Read BlueInstanceTerminationOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BlueInstanceTerminationOption

Show BlueInstanceTerminationOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BlueInstanceTerminationOption

NFData BlueInstanceTerminationOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BlueInstanceTerminationOption

Eq BlueInstanceTerminationOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BlueInstanceTerminationOption

Hashable BlueInstanceTerminationOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BlueInstanceTerminationOption

type Rep BlueInstanceTerminationOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BlueInstanceTerminationOption

type Rep BlueInstanceTerminationOption = D1 ('MetaData "BlueInstanceTerminationOption" "Amazonka.CodeDeploy.Types.BlueInstanceTerminationOption" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "BlueInstanceTerminationOption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "action") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstanceAction)) :*: S1 ('MetaSel ('Just "terminationWaitTimeInMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))

newBlueInstanceTerminationOption :: BlueInstanceTerminationOption Source #

Create a value of BlueInstanceTerminationOption with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:action:BlueInstanceTerminationOption', blueInstanceTerminationOption_action - 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.

$sel:terminationWaitTimeInMinutes:BlueInstanceTerminationOption', blueInstanceTerminationOption_terminationWaitTimeInMinutes - For an Amazon EC2 deployment, the number of minutes to wait after a successful blue/green deployment before terminating instances from the original environment.

For an Amazon ECS deployment, the number of minutes before deleting the original (blue) task set. During an Amazon ECS deployment, CodeDeploy shifts traffic from the original (blue) task set to a replacement (green) task set.

The maximum setting is 2880 minutes (2 days).

blueInstanceTerminationOption_action :: 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.

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

For an Amazon EC2 deployment, the number of minutes to wait after a successful blue/green deployment before terminating instances from the original environment.

For an Amazon ECS deployment, the number of minutes before deleting the original (blue) task set. During an Amazon ECS deployment, CodeDeploy shifts traffic from the original (blue) task set to a replacement (green) task set.

The maximum setting is 2880 minutes (2 days).

CloudFormationTarget

data CloudFormationTarget Source #

Information about the target to be updated by an CloudFormation blue/green deployment. This target type is used for all deployments initiated by a CloudFormation stack update.

See: newCloudFormationTarget smart constructor.

Constructors

CloudFormationTarget' 

Fields

Instances

Instances details
FromJSON CloudFormationTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.CloudFormationTarget

Generic CloudFormationTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.CloudFormationTarget

Associated Types

type Rep CloudFormationTarget :: Type -> Type #

Read CloudFormationTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.CloudFormationTarget

Show CloudFormationTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.CloudFormationTarget

NFData CloudFormationTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.CloudFormationTarget

Methods

rnf :: CloudFormationTarget -> () #

Eq CloudFormationTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.CloudFormationTarget

Hashable CloudFormationTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.CloudFormationTarget

type Rep CloudFormationTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.CloudFormationTarget

type Rep CloudFormationTarget = D1 ('MetaData "CloudFormationTarget" "Amazonka.CodeDeploy.Types.CloudFormationTarget" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "CloudFormationTarget'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "deploymentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lastUpdatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "lifecycleEvents") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [LifecycleEvent])))) :*: ((S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TargetStatus))) :*: (S1 ('MetaSel ('Just "targetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "targetVersionWeight") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))))

newCloudFormationTarget :: CloudFormationTarget Source #

Create a value of CloudFormationTarget with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:deploymentId:CloudFormationTarget', cloudFormationTarget_deploymentId - The unique ID of an CloudFormation blue/green deployment.

$sel:lastUpdatedAt:CloudFormationTarget', cloudFormationTarget_lastUpdatedAt - The date and time when the target application was updated by an CloudFormation blue/green deployment.

$sel:lifecycleEvents:CloudFormationTarget', cloudFormationTarget_lifecycleEvents - The lifecycle events of the CloudFormation blue/green deployment to this target application.

$sel:resourceType:CloudFormationTarget', cloudFormationTarget_resourceType - The resource type for the CloudFormation blue/green deployment.

CloudFormationTarget, cloudFormationTarget_status - The status of an CloudFormation blue/green deployment's target application.

$sel:targetId:CloudFormationTarget', cloudFormationTarget_targetId - The unique ID of a deployment target that has a type of CloudFormationTarget.

$sel:targetVersionWeight:CloudFormationTarget', cloudFormationTarget_targetVersionWeight - The percentage of production traffic that the target version of an CloudFormation blue/green deployment receives.

cloudFormationTarget_deploymentId :: Lens' CloudFormationTarget (Maybe Text) Source #

The unique ID of an CloudFormation blue/green deployment.

cloudFormationTarget_lastUpdatedAt :: Lens' CloudFormationTarget (Maybe UTCTime) Source #

The date and time when the target application was updated by an CloudFormation blue/green deployment.

cloudFormationTarget_lifecycleEvents :: Lens' CloudFormationTarget (Maybe [LifecycleEvent]) Source #

The lifecycle events of the CloudFormation blue/green deployment to this target application.

cloudFormationTarget_resourceType :: Lens' CloudFormationTarget (Maybe Text) Source #

The resource type for the CloudFormation blue/green deployment.

cloudFormationTarget_status :: Lens' CloudFormationTarget (Maybe TargetStatus) Source #

The status of an CloudFormation blue/green deployment's target application.

cloudFormationTarget_targetId :: Lens' CloudFormationTarget (Maybe Text) Source #

The unique ID of a deployment target that has a type of CloudFormationTarget.

cloudFormationTarget_targetVersionWeight :: Lens' CloudFormationTarget (Maybe Double) Source #

The percentage of production traffic that the target version of an CloudFormation blue/green deployment receives.

DeploymentConfigInfo

data DeploymentConfigInfo Source #

Information about a deployment configuration.

See: newDeploymentConfigInfo smart constructor.

Constructors

DeploymentConfigInfo' 

Fields

Instances

Instances details
FromJSON DeploymentConfigInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentConfigInfo

Generic DeploymentConfigInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentConfigInfo

Associated Types

type Rep DeploymentConfigInfo :: Type -> Type #

Read DeploymentConfigInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentConfigInfo

Show DeploymentConfigInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentConfigInfo

NFData DeploymentConfigInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentConfigInfo

Methods

rnf :: DeploymentConfigInfo -> () #

Eq DeploymentConfigInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentConfigInfo

Hashable DeploymentConfigInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentConfigInfo

type Rep DeploymentConfigInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentConfigInfo

type Rep DeploymentConfigInfo = D1 ('MetaData "DeploymentConfigInfo" "Amazonka.CodeDeploy.Types.DeploymentConfigInfo" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "DeploymentConfigInfo'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "computePlatform") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComputePlatform)) :*: (S1 ('MetaSel ('Just "createTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "deploymentConfigId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "deploymentConfigName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "minimumHealthyHosts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MinimumHealthyHosts)) :*: S1 ('MetaSel ('Just "trafficRoutingConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrafficRoutingConfig))))))

newDeploymentConfigInfo :: DeploymentConfigInfo Source #

Create a value of DeploymentConfigInfo with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:computePlatform:DeploymentConfigInfo', deploymentConfigInfo_computePlatform - The destination platform type for the deployment (Lambda, Server, or ECS).

$sel:createTime:DeploymentConfigInfo', deploymentConfigInfo_createTime - The time at which the deployment configuration was created.

$sel:deploymentConfigId:DeploymentConfigInfo', deploymentConfigInfo_deploymentConfigId - The deployment configuration ID.

$sel:deploymentConfigName:DeploymentConfigInfo', deploymentConfigInfo_deploymentConfigName - The deployment configuration name.

$sel:minimumHealthyHosts:DeploymentConfigInfo', deploymentConfigInfo_minimumHealthyHosts - Information about the number or percentage of minimum healthy instance.

$sel:trafficRoutingConfig:DeploymentConfigInfo', deploymentConfigInfo_trafficRoutingConfig - The configuration that specifies how the deployment traffic is routed. Used for deployments with a Lambda or Amazon ECS compute platform only.

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

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

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

The time at which the deployment configuration was created.

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

Information about the number or percentage of minimum healthy instance.

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

The configuration that specifies how the deployment traffic is routed. Used for deployments with a Lambda or Amazon ECS compute platform only.

DeploymentGroupInfo

data DeploymentGroupInfo Source #

Information about a deployment group.

See: newDeploymentGroupInfo smart constructor.

Constructors

DeploymentGroupInfo' 

Fields

Instances

Instances details
FromJSON DeploymentGroupInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentGroupInfo

Generic DeploymentGroupInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentGroupInfo

Associated Types

type Rep DeploymentGroupInfo :: Type -> Type #

Read DeploymentGroupInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentGroupInfo

Show DeploymentGroupInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentGroupInfo

NFData DeploymentGroupInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentGroupInfo

Methods

rnf :: DeploymentGroupInfo -> () #

Eq DeploymentGroupInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentGroupInfo

Hashable DeploymentGroupInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentGroupInfo

type Rep DeploymentGroupInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentGroupInfo

type Rep DeploymentGroupInfo = D1 ('MetaData "DeploymentGroupInfo" "Amazonka.CodeDeploy.Types.DeploymentGroupInfo" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "DeploymentGroupInfo'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "alarmConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AlarmConfiguration)) :*: S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "autoRollbackConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoRollbackConfiguration)) :*: (S1 ('MetaSel ('Just "autoScalingGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AutoScalingGroup])) :*: S1 ('MetaSel ('Just "blueGreenDeploymentConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BlueGreenDeploymentConfiguration))))) :*: ((S1 ('MetaSel ('Just "computePlatform") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComputePlatform)) :*: (S1 ('MetaSel ('Just "deploymentConfigName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "deploymentGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "deploymentGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "deploymentStyle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeploymentStyle)) :*: S1 ('MetaSel ('Just "ec2TagFilters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EC2TagFilter])))))) :*: (((S1 ('MetaSel ('Just "ec2TagSet") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EC2TagSet)) :*: S1 ('MetaSel ('Just "ecsServices") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ECSService]))) :*: (S1 ('MetaSel ('Just "lastAttemptedDeployment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LastDeploymentInfo)) :*: (S1 ('MetaSel ('Just "lastSuccessfulDeployment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LastDeploymentInfo)) :*: S1 ('MetaSel ('Just "loadBalancerInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LoadBalancerInfo))))) :*: ((S1 ('MetaSel ('Just "onPremisesInstanceTagFilters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TagFilter])) :*: (S1 ('MetaSel ('Just "onPremisesTagSet") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OnPremisesTagSet)) :*: S1 ('MetaSel ('Just "outdatedInstancesStrategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OutdatedInstancesStrategy)))) :*: (S1 ('MetaSel ('Just "serviceRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "targetRevision") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RevisionLocation)) :*: S1 ('MetaSel ('Just "triggerConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TriggerConfig]))))))))

newDeploymentGroupInfo :: DeploymentGroupInfo Source #

Create a value of DeploymentGroupInfo with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:alarmConfiguration:DeploymentGroupInfo', deploymentGroupInfo_alarmConfiguration - A list of alarms associated with the deployment group.

$sel:applicationName:DeploymentGroupInfo', deploymentGroupInfo_applicationName - The application name.

$sel:autoRollbackConfiguration:DeploymentGroupInfo', deploymentGroupInfo_autoRollbackConfiguration - Information about the automatic rollback configuration associated with the deployment group.

$sel:autoScalingGroups:DeploymentGroupInfo', deploymentGroupInfo_autoScalingGroups - A list of associated Auto Scaling groups.

$sel:blueGreenDeploymentConfiguration:DeploymentGroupInfo', deploymentGroupInfo_blueGreenDeploymentConfiguration - Information about blue/green deployment options for a deployment group.

$sel:computePlatform:DeploymentGroupInfo', deploymentGroupInfo_computePlatform - The destination platform type for the deployment (Lambda, Server, or ECS).

$sel:deploymentConfigName:DeploymentGroupInfo', deploymentGroupInfo_deploymentConfigName - The deployment configuration name.

$sel:deploymentGroupId:DeploymentGroupInfo', deploymentGroupInfo_deploymentGroupId - The deployment group ID.

$sel:deploymentGroupName:DeploymentGroupInfo', deploymentGroupInfo_deploymentGroupName - The deployment group name.

$sel:deploymentStyle:DeploymentGroupInfo', deploymentGroupInfo_deploymentStyle - 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.

$sel:ec2TagFilters:DeploymentGroupInfo', deploymentGroupInfo_ec2TagFilters - The Amazon EC2 tags on which to filter. The deployment group includes EC2 instances with any of the specified tags.

$sel:ec2TagSet:DeploymentGroupInfo', deploymentGroupInfo_ec2TagSet - Information about groups of tags applied to an Amazon EC2 instance. The deployment group includes only Amazon EC2 instances identified by all of the tag groups. Cannot be used in the same call as ec2TagFilters.

$sel:ecsServices:DeploymentGroupInfo', deploymentGroupInfo_ecsServices - The target Amazon ECS services in the deployment group. This applies only to deployment groups that use the Amazon ECS compute platform. A target Amazon ECS service is specified as an Amazon ECS cluster and service name pair using the format <clustername>:<servicename>.

$sel:lastAttemptedDeployment:DeploymentGroupInfo', deploymentGroupInfo_lastAttemptedDeployment - Information about the most recent attempted deployment to the deployment group.

$sel:lastSuccessfulDeployment:DeploymentGroupInfo', deploymentGroupInfo_lastSuccessfulDeployment - Information about the most recent successful deployment to the deployment group.

$sel:loadBalancerInfo:DeploymentGroupInfo', deploymentGroupInfo_loadBalancerInfo - Information about the load balancer to use in a deployment.

$sel:onPremisesInstanceTagFilters:DeploymentGroupInfo', deploymentGroupInfo_onPremisesInstanceTagFilters - The on-premises instance tags on which to filter. The deployment group includes on-premises instances with any of the specified tags.

$sel:onPremisesTagSet:DeploymentGroupInfo', deploymentGroupInfo_onPremisesTagSet - 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.

$sel:outdatedInstancesStrategy:DeploymentGroupInfo', deploymentGroupInfo_outdatedInstancesStrategy - Indicates what happens when new Amazon EC2 instances are launched mid-deployment and do not receive the deployed application revision.

If this option is set to UPDATE or is unspecified, CodeDeploy initiates one or more 'auto-update outdated instances' deployments to apply the deployed application revision to the new Amazon EC2 instances.

If this option is set to IGNORE, CodeDeploy does not initiate a deployment to update the new Amazon EC2 instances. This may result in instances having different revisions.

$sel:serviceRoleArn:DeploymentGroupInfo', deploymentGroupInfo_serviceRoleArn - A service role Amazon Resource Name (ARN) that grants CodeDeploy permission to make calls to Amazon Web Services services on your behalf. For more information, see Create a Service Role for CodeDeploy in the CodeDeploy User Guide.

$sel:targetRevision:DeploymentGroupInfo', deploymentGroupInfo_targetRevision - Information about the deployment group's target revision, including type and location.

$sel:triggerConfigurations:DeploymentGroupInfo', deploymentGroupInfo_triggerConfigurations - Information about triggers associated with the deployment group.

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

A list of alarms associated with the deployment group.

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

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

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

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

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

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

deploymentGroupInfo_deploymentStyle :: 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.

deploymentGroupInfo_ec2TagFilters :: Lens' DeploymentGroupInfo (Maybe [EC2TagFilter]) Source #

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

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

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

deploymentGroupInfo_ecsServices :: Lens' DeploymentGroupInfo (Maybe [ECSService]) Source #

The target Amazon ECS services in the deployment group. This applies only to deployment groups that use the Amazon ECS compute platform. A target Amazon ECS service is specified as an Amazon ECS cluster and service name pair using the format <clustername>:<servicename>.

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

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

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

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

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

Information about the load balancer to use in a deployment.

deploymentGroupInfo_onPremisesInstanceTagFilters :: Lens' DeploymentGroupInfo (Maybe [TagFilter]) Source #

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

deploymentGroupInfo_onPremisesTagSet :: 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.

deploymentGroupInfo_outdatedInstancesStrategy :: Lens' DeploymentGroupInfo (Maybe OutdatedInstancesStrategy) Source #

Indicates what happens when new Amazon EC2 instances are launched mid-deployment and do not receive the deployed application revision.

If this option is set to UPDATE or is unspecified, CodeDeploy initiates one or more 'auto-update outdated instances' deployments to apply the deployed application revision to the new Amazon EC2 instances.

If this option is set to IGNORE, CodeDeploy does not initiate a deployment to update the new Amazon EC2 instances. This may result in instances having different revisions.

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

A service role Amazon Resource Name (ARN) that grants CodeDeploy permission to make calls to Amazon Web Services services on your behalf. For more information, see Create a Service Role for CodeDeploy in the CodeDeploy User Guide.

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

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

deploymentGroupInfo_triggerConfigurations :: Lens' DeploymentGroupInfo (Maybe [TriggerConfig]) Source #

Information about triggers associated with the deployment group.

DeploymentInfo

data DeploymentInfo Source #

Information about a deployment.

See: newDeploymentInfo smart constructor.

Constructors

DeploymentInfo' 

Fields

  • additionalDeploymentStatusInfo :: Maybe Text

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

  • applicationName :: Maybe Text

    The application name.

  • autoRollbackConfiguration :: Maybe AutoRollbackConfiguration

    Information about the automatic rollback configuration associated with the deployment.

  • blueGreenDeploymentConfiguration :: Maybe BlueGreenDeploymentConfiguration

    Information about blue/green deployment options for this deployment.

  • completeTime :: Maybe POSIX

    A timestamp that indicates when the deployment was complete.

  • computePlatform :: Maybe ComputePlatform

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

  • createTime :: Maybe POSIX

    A timestamp that indicates when the deployment was created.

  • creator :: Maybe DeploymentCreator

    The means by which the deployment was created:

    • user: A user created the deployment.
    • autoscaling: Amazon EC2 Auto Scaling created the deployment.
    • codeDeployRollback: A rollback process created the deployment.
    • CodeDeployAutoUpdate: An auto-update process created the deployment when it detected outdated Amazon EC2 instances.
  • deploymentConfigName :: Maybe Text

    The deployment configuration name.

  • deploymentGroupName :: Maybe Text

    The deployment group name.

  • deploymentId :: Maybe Text

    The unique ID of a deployment.

  • deploymentOverview :: Maybe DeploymentOverview

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

  • deploymentStatusMessages :: Maybe [Text]

    Messages that contain information about the status of a deployment.

  • deploymentStyle :: Maybe DeploymentStyle

    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.

  • description :: Maybe Text

    A comment about the deployment.

  • errorInformation :: Maybe ErrorInformation

    Information about any error associated with this deployment.

  • externalId :: Maybe Text

    The unique ID for an external resource (for example, a CloudFormation stack ID) that is linked to this deployment.

  • fileExistsBehavior :: Maybe FileExistsBehavior

    Information about how 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.
  • ignoreApplicationStopFailures :: Maybe Bool

    If true, then if an ApplicationStop, BeforeBlockTraffic, or AfterBlockTraffic deployment lifecycle event to an instance fails, then the deployment continues to the next deployment lifecycle event. For example, if ApplicationStop fails, the deployment continues with DownloadBundle. If BeforeBlockTraffic fails, the deployment continues with BlockTraffic. If AfterBlockTraffic fails, the deployment continues with ApplicationStop.

    If false or not specified, then if a lifecycle event fails during a deployment to an instance, that deployment fails. If deployment to that instance is part of an overall deployment and the number of healthy hosts is not less than the minimum number of healthy hosts, then a deployment to the next instance is attempted.

    During a deployment, the CodeDeploy agent runs the scripts specified for ApplicationStop, BeforeBlockTraffic, and AfterBlockTraffic in the AppSpec file from the previous successful deployment. (All other scripts are run from the AppSpec file in the current deployment.) If one of these scripts contains an error and does not run successfully, the deployment can fail.

    If the cause of the failure is a script from the last successful deployment that will never run successfully, create a new deployment and use ignoreApplicationStopFailures to specify that the ApplicationStop, BeforeBlockTraffic, and AfterBlockTraffic failures should be ignored.

  • instanceTerminationWaitTimeStarted :: Maybe Bool

    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.

  • loadBalancerInfo :: Maybe LoadBalancerInfo

    Information about the load balancer used in the deployment.

  • overrideAlarmConfiguration :: Maybe AlarmConfiguration
     
  • previousRevision :: Maybe RevisionLocation

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

  • relatedDeployments :: Maybe RelatedDeployments
     
  • revision :: Maybe RevisionLocation

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

  • rollbackInfo :: Maybe RollbackInfo

    Information about a deployment rollback.

  • startTime :: Maybe POSIX

    A timestamp that indicates when the deployment was deployed to the deployment group.

    In some cases, the reported value of the start time might be later than the complete time. This is due to differences in the clock settings of backend servers that participate in the deployment process.

  • status :: Maybe DeploymentStatus

    The current state of the deployment as a whole.

  • targetInstances :: Maybe TargetInstances

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

  • updateOutdatedInstancesOnly :: Maybe Bool

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

Instances

Instances details
FromJSON DeploymentInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentInfo

Generic DeploymentInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentInfo

Associated Types

type Rep DeploymentInfo :: Type -> Type #

Read DeploymentInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentInfo

Show DeploymentInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentInfo

NFData DeploymentInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentInfo

Methods

rnf :: DeploymentInfo -> () #

Eq DeploymentInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentInfo

Hashable DeploymentInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentInfo

type Rep DeploymentInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentInfo

type Rep DeploymentInfo = D1 ('MetaData "DeploymentInfo" "Amazonka.CodeDeploy.Types.DeploymentInfo" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "DeploymentInfo'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "additionalDeploymentStatusInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "autoRollbackConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoRollbackConfiguration)))) :*: ((S1 ('MetaSel ('Just "blueGreenDeploymentConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BlueGreenDeploymentConfiguration)) :*: S1 ('MetaSel ('Just "completeTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "computePlatform") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComputePlatform)) :*: S1 ('MetaSel ('Just "createTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))) :*: (((S1 ('MetaSel ('Just "creator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeploymentCreator)) :*: S1 ('MetaSel ('Just "deploymentConfigName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "deploymentGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "deploymentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "deploymentOverview") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeploymentOverview)) :*: S1 ('MetaSel ('Just "deploymentStatusMessages") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "deploymentStyle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeploymentStyle)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 ('MetaSel ('Just "errorInformation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ErrorInformation)) :*: (S1 ('MetaSel ('Just "externalId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "fileExistsBehavior") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FileExistsBehavior)))) :*: ((S1 ('MetaSel ('Just "ignoreApplicationStopFailures") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "instanceTerminationWaitTimeStarted") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "loadBalancerInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LoadBalancerInfo)) :*: S1 ('MetaSel ('Just "overrideAlarmConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AlarmConfiguration))))) :*: (((S1 ('MetaSel ('Just "previousRevision") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RevisionLocation)) :*: S1 ('MetaSel ('Just "relatedDeployments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RelatedDeployments))) :*: (S1 ('MetaSel ('Just "revision") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RevisionLocation)) :*: S1 ('MetaSel ('Just "rollbackInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RollbackInfo)))) :*: ((S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeploymentStatus))) :*: (S1 ('MetaSel ('Just "targetInstances") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TargetInstances)) :*: S1 ('MetaSel ('Just "updateOutdatedInstancesOnly") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))))))

newDeploymentInfo :: DeploymentInfo Source #

Create a value of DeploymentInfo with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:additionalDeploymentStatusInfo:DeploymentInfo', deploymentInfo_additionalDeploymentStatusInfo - Provides information about the results of a deployment, such as whether instances in the original environment in a blue/green deployment were not terminated.

$sel:applicationName:DeploymentInfo', deploymentInfo_applicationName - The application name.

$sel:autoRollbackConfiguration:DeploymentInfo', deploymentInfo_autoRollbackConfiguration - Information about the automatic rollback configuration associated with the deployment.

$sel:blueGreenDeploymentConfiguration:DeploymentInfo', deploymentInfo_blueGreenDeploymentConfiguration - Information about blue/green deployment options for this deployment.

$sel:completeTime:DeploymentInfo', deploymentInfo_completeTime - A timestamp that indicates when the deployment was complete.

$sel:computePlatform:DeploymentInfo', deploymentInfo_computePlatform - The destination platform type for the deployment (Lambda, Server, or ECS).

$sel:createTime:DeploymentInfo', deploymentInfo_createTime - A timestamp that indicates when the deployment was created.

$sel:creator:DeploymentInfo', deploymentInfo_creator - The means by which the deployment was created:

  • user: A user created the deployment.
  • autoscaling: Amazon EC2 Auto Scaling created the deployment.
  • codeDeployRollback: A rollback process created the deployment.
  • CodeDeployAutoUpdate: An auto-update process created the deployment when it detected outdated Amazon EC2 instances.

$sel:deploymentConfigName:DeploymentInfo', deploymentInfo_deploymentConfigName - The deployment configuration name.

$sel:deploymentGroupName:DeploymentInfo', deploymentInfo_deploymentGroupName - The deployment group name.

$sel:deploymentId:DeploymentInfo', deploymentInfo_deploymentId - The unique ID of a deployment.

$sel:deploymentOverview:DeploymentInfo', deploymentInfo_deploymentOverview - A summary of the deployment status of the instances in the deployment.

$sel:deploymentStatusMessages:DeploymentInfo', deploymentInfo_deploymentStatusMessages - Messages that contain information about the status of a deployment.

$sel:deploymentStyle:DeploymentInfo', deploymentInfo_deploymentStyle - 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.

$sel:description:DeploymentInfo', deploymentInfo_description - A comment about the deployment.

$sel:errorInformation:DeploymentInfo', deploymentInfo_errorInformation - Information about any error associated with this deployment.

$sel:externalId:DeploymentInfo', deploymentInfo_externalId - The unique ID for an external resource (for example, a CloudFormation stack ID) that is linked to this deployment.

$sel:fileExistsBehavior:DeploymentInfo', deploymentInfo_fileExistsBehavior - Information about how 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.

$sel:ignoreApplicationStopFailures:DeploymentInfo', deploymentInfo_ignoreApplicationStopFailures - If true, then if an ApplicationStop, BeforeBlockTraffic, or AfterBlockTraffic deployment lifecycle event to an instance fails, then the deployment continues to the next deployment lifecycle event. For example, if ApplicationStop fails, the deployment continues with DownloadBundle. If BeforeBlockTraffic fails, the deployment continues with BlockTraffic. If AfterBlockTraffic fails, the deployment continues with ApplicationStop.

If false or not specified, then if a lifecycle event fails during a deployment to an instance, that deployment fails. If deployment to that instance is part of an overall deployment and the number of healthy hosts is not less than the minimum number of healthy hosts, then a deployment to the next instance is attempted.

During a deployment, the CodeDeploy agent runs the scripts specified for ApplicationStop, BeforeBlockTraffic, and AfterBlockTraffic in the AppSpec file from the previous successful deployment. (All other scripts are run from the AppSpec file in the current deployment.) If one of these scripts contains an error and does not run successfully, the deployment can fail.

If the cause of the failure is a script from the last successful deployment that will never run successfully, create a new deployment and use ignoreApplicationStopFailures to specify that the ApplicationStop, BeforeBlockTraffic, and AfterBlockTraffic failures should be ignored.

$sel:instanceTerminationWaitTimeStarted:DeploymentInfo', deploymentInfo_instanceTerminationWaitTimeStarted - 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.

$sel:loadBalancerInfo:DeploymentInfo', deploymentInfo_loadBalancerInfo - Information about the load balancer used in the deployment.

$sel:overrideAlarmConfiguration:DeploymentInfo', deploymentInfo_overrideAlarmConfiguration - Undocumented member.

$sel:previousRevision:DeploymentInfo', deploymentInfo_previousRevision - Information about the application revision that was deployed to the deployment group before the most recent successful deployment.

$sel:relatedDeployments:DeploymentInfo', deploymentInfo_relatedDeployments - Undocumented member.

$sel:revision:DeploymentInfo', deploymentInfo_revision - Information about the location of stored application artifacts and the service from which to retrieve them.

$sel:rollbackInfo:DeploymentInfo', deploymentInfo_rollbackInfo - Information about a deployment rollback.

$sel:startTime:DeploymentInfo', deploymentInfo_startTime - A timestamp that indicates when the deployment was deployed to the deployment group.

In some cases, the reported value of the start time might be later than the complete time. This is due to differences in the clock settings of backend servers that participate in the deployment process.

$sel:status:DeploymentInfo', deploymentInfo_status - The current state of the deployment as a whole.

$sel:targetInstances:DeploymentInfo', deploymentInfo_targetInstances - Information about the instances that belong to the replacement environment in a blue/green deployment.

$sel:updateOutdatedInstancesOnly:DeploymentInfo', deploymentInfo_updateOutdatedInstancesOnly - Indicates whether only instances that are not running the latest application revision are to be deployed to.

deploymentInfo_additionalDeploymentStatusInfo :: 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.

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

Information about the automatic rollback configuration associated with the deployment.

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

Information about blue/green deployment options for this deployment.

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

A timestamp that indicates when the deployment was complete.

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

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

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

A timestamp that indicates when the deployment was created.

deploymentInfo_creator :: Lens' DeploymentInfo (Maybe DeploymentCreator) Source #

The means by which the deployment was created:

  • user: A user created the deployment.
  • autoscaling: Amazon EC2 Auto Scaling created the deployment.
  • codeDeployRollback: A rollback process created the deployment.
  • CodeDeployAutoUpdate: An auto-update process created the deployment when it detected outdated Amazon EC2 instances.

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

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

deploymentInfo_deploymentStatusMessages :: Lens' DeploymentInfo (Maybe [Text]) Source #

Messages that contain information about the status of a deployment.

deploymentInfo_deploymentStyle :: 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.

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

A comment about the deployment.

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

Information about any error associated with this deployment.

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

The unique ID for an external resource (for example, a CloudFormation stack ID) that is linked to this deployment.

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

Information about how 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.

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

If true, then if an ApplicationStop, BeforeBlockTraffic, or AfterBlockTraffic deployment lifecycle event to an instance fails, then the deployment continues to the next deployment lifecycle event. For example, if ApplicationStop fails, the deployment continues with DownloadBundle. If BeforeBlockTraffic fails, the deployment continues with BlockTraffic. If AfterBlockTraffic fails, the deployment continues with ApplicationStop.

If false or not specified, then if a lifecycle event fails during a deployment to an instance, that deployment fails. If deployment to that instance is part of an overall deployment and the number of healthy hosts is not less than the minimum number of healthy hosts, then a deployment to the next instance is attempted.

During a deployment, the CodeDeploy agent runs the scripts specified for ApplicationStop, BeforeBlockTraffic, and AfterBlockTraffic in the AppSpec file from the previous successful deployment. (All other scripts are run from the AppSpec file in the current deployment.) If one of these scripts contains an error and does not run successfully, the deployment can fail.

If the cause of the failure is a script from the last successful deployment that will never run successfully, create a new deployment and use ignoreApplicationStopFailures to specify that the ApplicationStop, BeforeBlockTraffic, and AfterBlockTraffic failures should be ignored.

deploymentInfo_instanceTerminationWaitTimeStarted :: 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.

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

Information about the load balancer used in the deployment.

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

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

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

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

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

Information about a deployment rollback.

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

A timestamp that indicates when the deployment was deployed to the deployment group.

In some cases, the reported value of the start time might be later than the complete time. This is due to differences in the clock settings of backend servers that participate in the deployment process.

deploymentInfo_status :: Lens' DeploymentInfo (Maybe DeploymentStatus) Source #

The current state of the deployment as a whole.

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

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

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

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

DeploymentOverview

data DeploymentOverview Source #

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

See: newDeploymentOverview smart constructor.

Constructors

DeploymentOverview' 

Fields

  • failed :: Maybe Integer

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

  • inProgress :: Maybe Integer

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

  • pending :: Maybe Integer

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

  • ready :: Maybe Integer

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

  • skipped :: Maybe Integer

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

  • succeeded :: Maybe Integer

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

Instances

Instances details
FromJSON DeploymentOverview Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentOverview

Generic DeploymentOverview Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentOverview

Associated Types

type Rep DeploymentOverview :: Type -> Type #

Read DeploymentOverview Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentOverview

Show DeploymentOverview Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentOverview

NFData DeploymentOverview Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentOverview

Methods

rnf :: DeploymentOverview -> () #

Eq DeploymentOverview Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentOverview

Hashable DeploymentOverview Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentOverview

type Rep DeploymentOverview Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentOverview

type Rep DeploymentOverview = D1 ('MetaData "DeploymentOverview" "Amazonka.CodeDeploy.Types.DeploymentOverview" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "DeploymentOverview'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "failed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "inProgress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "pending") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)))) :*: (S1 ('MetaSel ('Just "ready") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "skipped") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "succeeded") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))))))

newDeploymentOverview :: DeploymentOverview Source #

Create a value of DeploymentOverview with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:failed:DeploymentOverview', deploymentOverview_failed - The number of instances in the deployment in a failed state.

$sel:inProgress:DeploymentOverview', deploymentOverview_inProgress - The number of instances in which the deployment is in progress.

$sel:pending:DeploymentOverview', deploymentOverview_pending - The number of instances in the deployment in a pending state.

$sel:ready:DeploymentOverview', deploymentOverview_ready - The number of instances in a replacement environment ready to receive traffic in a blue/green deployment.

$sel:skipped:DeploymentOverview', deploymentOverview_skipped - The number of instances in the deployment in a skipped state.

$sel:succeeded:DeploymentOverview', deploymentOverview_succeeded - The number of instances in the deployment to which revisions have been successfully deployed.

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

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

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

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

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

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

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

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

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

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

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

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

DeploymentReadyOption

data DeploymentReadyOption Source #

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

See: newDeploymentReadyOption smart constructor.

Constructors

DeploymentReadyOption' 

Fields

  • actionOnTimeout :: Maybe DeploymentReadyAction

    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.
  • waitTimeInMinutes :: Maybe Int

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

Instances

Instances details
FromJSON DeploymentReadyOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentReadyOption

ToJSON DeploymentReadyOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentReadyOption

Generic DeploymentReadyOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentReadyOption

Associated Types

type Rep DeploymentReadyOption :: Type -> Type #

Read DeploymentReadyOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentReadyOption

Show DeploymentReadyOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentReadyOption

NFData DeploymentReadyOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentReadyOption

Methods

rnf :: DeploymentReadyOption -> () #

Eq DeploymentReadyOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentReadyOption

Hashable DeploymentReadyOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentReadyOption

type Rep DeploymentReadyOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentReadyOption

type Rep DeploymentReadyOption = D1 ('MetaData "DeploymentReadyOption" "Amazonka.CodeDeploy.Types.DeploymentReadyOption" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "DeploymentReadyOption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "actionOnTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeploymentReadyAction)) :*: S1 ('MetaSel ('Just "waitTimeInMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))

newDeploymentReadyOption :: DeploymentReadyOption Source #

Create a value of DeploymentReadyOption with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:actionOnTimeout:DeploymentReadyOption', deploymentReadyOption_actionOnTimeout - 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.

$sel:waitTimeInMinutes:DeploymentReadyOption', deploymentReadyOption_waitTimeInMinutes - The number of minutes to wait before the status of a blue/green deployment is changed to Stopped if rerouting is not started manually. Applies only to the STOP_DEPLOYMENT option for actionOnTimeout.

deploymentReadyOption_actionOnTimeout :: 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.

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

The number of minutes to wait before the status of a blue/green deployment is 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: newDeploymentStyle smart constructor.

Constructors

DeploymentStyle' 

Fields

Instances

Instances details
FromJSON DeploymentStyle Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentStyle

ToJSON DeploymentStyle Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentStyle

Generic DeploymentStyle Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentStyle

Associated Types

type Rep DeploymentStyle :: Type -> Type #

Read DeploymentStyle Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentStyle

Show DeploymentStyle Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentStyle

NFData DeploymentStyle Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentStyle

Methods

rnf :: DeploymentStyle -> () #

Eq DeploymentStyle Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentStyle

Hashable DeploymentStyle Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentStyle

type Rep DeploymentStyle Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentStyle

type Rep DeploymentStyle = D1 ('MetaData "DeploymentStyle" "Amazonka.CodeDeploy.Types.DeploymentStyle" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "DeploymentStyle'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deploymentOption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeploymentOption)) :*: S1 ('MetaSel ('Just "deploymentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeploymentType))))

newDeploymentStyle :: DeploymentStyle Source #

Create a value of DeploymentStyle with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:deploymentOption:DeploymentStyle', deploymentStyle_deploymentOption - Indicates whether to route deployment traffic behind a load balancer.

$sel:deploymentType:DeploymentStyle', deploymentStyle_deploymentType - Indicates whether to run an in-place deployment or a blue/green deployment.

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

Indicates whether to route deployment traffic behind a load balancer.

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

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

DeploymentTarget

data DeploymentTarget Source #

Information about the deployment target.

See: newDeploymentTarget smart constructor.

Constructors

DeploymentTarget' 

Fields

Instances

Instances details
FromJSON DeploymentTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTarget

Generic DeploymentTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTarget

Associated Types

type Rep DeploymentTarget :: Type -> Type #

Read DeploymentTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTarget

Show DeploymentTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTarget

NFData DeploymentTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTarget

Methods

rnf :: DeploymentTarget -> () #

Eq DeploymentTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTarget

Hashable DeploymentTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTarget

type Rep DeploymentTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTarget

type Rep DeploymentTarget = D1 ('MetaData "DeploymentTarget" "Amazonka.CodeDeploy.Types.DeploymentTarget" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "DeploymentTarget'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "cloudFormationTarget") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CloudFormationTarget)) :*: S1 ('MetaSel ('Just "deploymentTargetType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeploymentTargetType))) :*: (S1 ('MetaSel ('Just "ecsTarget") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ECSTarget)) :*: (S1 ('MetaSel ('Just "instanceTarget") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstanceTarget)) :*: S1 ('MetaSel ('Just "lambdaTarget") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LambdaTarget))))))

newDeploymentTarget :: DeploymentTarget Source #

Create a value of DeploymentTarget with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:cloudFormationTarget:DeploymentTarget', deploymentTarget_cloudFormationTarget - Undocumented member.

$sel:deploymentTargetType:DeploymentTarget', deploymentTarget_deploymentTargetType - The deployment type that is specific to the deployment's compute platform or deployments initiated by a CloudFormation stack update.

$sel:ecsTarget:DeploymentTarget', deploymentTarget_ecsTarget - Information about the target for a deployment that uses the Amazon ECS compute platform.

$sel:instanceTarget:DeploymentTarget', deploymentTarget_instanceTarget - Information about the target for a deployment that uses the EC2/On-premises compute platform.

$sel:lambdaTarget:DeploymentTarget', deploymentTarget_lambdaTarget - Information about the target for a deployment that uses the Lambda compute platform.

deploymentTarget_deploymentTargetType :: Lens' DeploymentTarget (Maybe DeploymentTargetType) Source #

The deployment type that is specific to the deployment's compute platform or deployments initiated by a CloudFormation stack update.

deploymentTarget_ecsTarget :: Lens' DeploymentTarget (Maybe ECSTarget) Source #

Information about the target for a deployment that uses the Amazon ECS compute platform.

deploymentTarget_instanceTarget :: Lens' DeploymentTarget (Maybe InstanceTarget) Source #

Information about the target for a deployment that uses the EC2/On-premises compute platform.

deploymentTarget_lambdaTarget :: Lens' DeploymentTarget (Maybe LambdaTarget) Source #

Information about the target for a deployment that uses the Lambda compute platform.

Diagnostics

data Diagnostics Source #

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

See: newDiagnostics smart constructor.

Constructors

Diagnostics' 

Fields

  • errorCode :: Maybe LifecycleErrorCode

    The associated error code:

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

    The last portion of the diagnostic log.

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

  • message :: Maybe Text

    The message associated with the error.

  • scriptName :: Maybe Text

    The name of the script.

Instances

Instances details
FromJSON Diagnostics Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.Diagnostics

Generic Diagnostics Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.Diagnostics

Associated Types

type Rep Diagnostics :: Type -> Type #

Read Diagnostics Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.Diagnostics

Show Diagnostics Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.Diagnostics

NFData Diagnostics Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.Diagnostics

Methods

rnf :: Diagnostics -> () #

Eq Diagnostics Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.Diagnostics

Hashable Diagnostics Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.Diagnostics

type Rep Diagnostics Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.Diagnostics

type Rep Diagnostics = D1 ('MetaData "Diagnostics" "Amazonka.CodeDeploy.Types.Diagnostics" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "Diagnostics'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LifecycleErrorCode)) :*: S1 ('MetaSel ('Just "logTail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "scriptName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDiagnostics :: Diagnostics Source #

Create a value of Diagnostics with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:errorCode:Diagnostics', diagnostics_errorCode - 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.

$sel:logTail:Diagnostics', diagnostics_logTail - The last portion of the diagnostic log.

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

$sel:message:Diagnostics', diagnostics_message - The message associated with the error.

$sel:scriptName:Diagnostics', diagnostics_scriptName - The name of the script.

diagnostics_errorCode :: 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.

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

The last portion of the diagnostic log.

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

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

The message associated with the error.

EC2TagFilter

data EC2TagFilter Source #

Information about an EC2 tag filter.

See: newEC2TagFilter smart constructor.

Constructors

EC2TagFilter' 

Fields

Instances

Instances details
FromJSON EC2TagFilter Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagFilter

ToJSON EC2TagFilter Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagFilter

Generic EC2TagFilter Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagFilter

Associated Types

type Rep EC2TagFilter :: Type -> Type #

Read EC2TagFilter Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagFilter

Show EC2TagFilter Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagFilter

NFData EC2TagFilter Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagFilter

Methods

rnf :: EC2TagFilter -> () #

Eq EC2TagFilter Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagFilter

Hashable EC2TagFilter Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagFilter

type Rep EC2TagFilter Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagFilter

type Rep EC2TagFilter = D1 ('MetaData "EC2TagFilter" "Amazonka.CodeDeploy.Types.EC2TagFilter" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "EC2TagFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EC2TagFilterType)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newEC2TagFilter :: EC2TagFilter Source #

Create a value of EC2TagFilter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:key:EC2TagFilter', eC2TagFilter_key - The tag filter key.

$sel:type':EC2TagFilter', eC2TagFilter_type - The tag filter type:

  • KEY_ONLY: Key only.
  • VALUE_ONLY: Value only.
  • KEY_AND_VALUE: Key and value.

$sel:value:EC2TagFilter', eC2TagFilter_value - The tag filter value.

eC2TagFilter_type :: 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 Amazon EC2 instance tags.

See: newEC2TagSet smart constructor.

Constructors

EC2TagSet' 

Fields

  • ec2TagSetList :: Maybe [[EC2TagFilter]]

    A list that contains other lists of Amazon EC2 instance tag groups. For an instance to be included in the deployment group, it must be identified by all of the tag groups in the list.

Instances

Instances details
FromJSON EC2TagSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagSet

ToJSON EC2TagSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagSet

Generic EC2TagSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagSet

Associated Types

type Rep EC2TagSet :: Type -> Type #

Read EC2TagSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagSet

Show EC2TagSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagSet

NFData EC2TagSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagSet

Methods

rnf :: EC2TagSet -> () #

Eq EC2TagSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagSet

Hashable EC2TagSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagSet

type Rep EC2TagSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagSet

type Rep EC2TagSet = D1 ('MetaData "EC2TagSet" "Amazonka.CodeDeploy.Types.EC2TagSet" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "EC2TagSet'" 'PrefixI 'True) (S1 ('MetaSel ('Just "ec2TagSetList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [[EC2TagFilter]]))))

newEC2TagSet :: EC2TagSet Source #

Create a value of EC2TagSet with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:ec2TagSetList:EC2TagSet', eC2TagSet_ec2TagSetList - A list that contains other lists of Amazon EC2 instance tag groups. For an instance to be included in the deployment group, it must be identified by all of the tag groups in the list.

eC2TagSet_ec2TagSetList :: Lens' EC2TagSet (Maybe [[EC2TagFilter]]) Source #

A list that contains other lists of Amazon EC2 instance tag groups. For an instance to be included in the deployment group, it must be identified by all of the tag groups in the list.

ECSService

data ECSService Source #

Contains the service and cluster names used to identify an Amazon ECS deployment's target.

See: newECSService smart constructor.

Constructors

ECSService' 

Fields

Instances

Instances details
FromJSON ECSService Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSService

ToJSON ECSService Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSService

Generic ECSService Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSService

Associated Types

type Rep ECSService :: Type -> Type #

Read ECSService Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSService

Show ECSService Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSService

NFData ECSService Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSService

Methods

rnf :: ECSService -> () #

Eq ECSService Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSService

Hashable ECSService Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSService

type Rep ECSService Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSService

type Rep ECSService = D1 ('MetaData "ECSService" "Amazonka.CodeDeploy.Types.ECSService" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "ECSService'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clusterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "serviceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newECSService :: ECSService Source #

Create a value of ECSService with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:clusterName:ECSService', eCSService_clusterName - The name of the cluster that the Amazon ECS service is associated with.

$sel:serviceName:ECSService', eCSService_serviceName - The name of the target Amazon ECS service.

eCSService_clusterName :: Lens' ECSService (Maybe Text) Source #

The name of the cluster that the Amazon ECS service is associated with.

eCSService_serviceName :: Lens' ECSService (Maybe Text) Source #

The name of the target Amazon ECS service.

ECSTarget

data ECSTarget Source #

Information about the target of an Amazon ECS deployment.

See: newECSTarget smart constructor.

Constructors

ECSTarget' 

Fields

Instances

Instances details
FromJSON ECSTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSTarget

Generic ECSTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSTarget

Associated Types

type Rep ECSTarget :: Type -> Type #

Read ECSTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSTarget

Show ECSTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSTarget

NFData ECSTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSTarget

Methods

rnf :: ECSTarget -> () #

Eq ECSTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSTarget

Hashable ECSTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSTarget

type Rep ECSTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSTarget

newECSTarget :: ECSTarget Source #

Create a value of ECSTarget with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:deploymentId:ECSTarget', eCSTarget_deploymentId - The unique ID of a deployment.

$sel:lastUpdatedAt:ECSTarget', eCSTarget_lastUpdatedAt - The date and time when the target Amazon ECS application was updated by a deployment.

$sel:lifecycleEvents:ECSTarget', eCSTarget_lifecycleEvents - The lifecycle events of the deployment to this target Amazon ECS application.

ECSTarget, eCSTarget_status - The status an Amazon ECS deployment's target ECS application.

$sel:targetArn:ECSTarget', eCSTarget_targetArn - The Amazon Resource Name (ARN) of the target.

$sel:targetId:ECSTarget', eCSTarget_targetId - The unique ID of a deployment target that has a type of ecsTarget.

$sel:taskSetsInfo:ECSTarget', eCSTarget_taskSetsInfo - The ECSTaskSet objects associated with the ECS target.

eCSTarget_deploymentId :: Lens' ECSTarget (Maybe Text) Source #

The unique ID of a deployment.

eCSTarget_lastUpdatedAt :: Lens' ECSTarget (Maybe UTCTime) Source #

The date and time when the target Amazon ECS application was updated by a deployment.

eCSTarget_lifecycleEvents :: Lens' ECSTarget (Maybe [LifecycleEvent]) Source #

The lifecycle events of the deployment to this target Amazon ECS application.

eCSTarget_status :: Lens' ECSTarget (Maybe TargetStatus) Source #

The status an Amazon ECS deployment's target ECS application.

eCSTarget_targetArn :: Lens' ECSTarget (Maybe Text) Source #

The Amazon Resource Name (ARN) of the target.

eCSTarget_targetId :: Lens' ECSTarget (Maybe Text) Source #

The unique ID of a deployment target that has a type of ecsTarget.

eCSTarget_taskSetsInfo :: Lens' ECSTarget (Maybe [ECSTaskSet]) Source #

The ECSTaskSet objects associated with the ECS target.

ECSTaskSet

data ECSTaskSet Source #

Information about a set of Amazon ECS tasks in an CodeDeploy deployment. An Amazon ECS task set includes details such as the desired number of tasks, how many tasks are running, and whether the task set serves production traffic. An CodeDeploy application that uses the Amazon ECS compute platform deploys a containerized application in an Amazon ECS service as a task set.

See: newECSTaskSet smart constructor.

Constructors

ECSTaskSet' 

Fields

  • desiredCount :: Maybe Integer

    The number of tasks in a task set. During a deployment that uses the Amazon ECS compute type, CodeDeploy instructs Amazon ECS to create a new task set and uses this value to determine how many tasks to create. After the updated task set is created, CodeDeploy shifts traffic to the new task set.

  • identifer :: Maybe Text

    A unique ID of an ECSTaskSet.

  • pendingCount :: Maybe Integer

    The number of tasks in the task set that are in the PENDING status during an Amazon ECS deployment. A task in the PENDING state is preparing to enter the RUNNING state. A task set enters the PENDING status when it launches for the first time, or when it is restarted after being in the STOPPED state.

  • runningCount :: Maybe Integer

    The number of tasks in the task set that are in the RUNNING status during an Amazon ECS deployment. A task in the RUNNING state is running and ready for use.

  • status :: Maybe Text

    The status of the task set. There are three valid task set statuses:

    • PRIMARY: Indicates the task set is serving production traffic.
    • ACTIVE: Indicates the task set is not serving production traffic.
    • DRAINING: Indicates the tasks in the task set are being stopped and their corresponding targets are being deregistered from their target group.
  • targetGroup :: Maybe TargetGroupInfo

    The target group associated with the task set. The target group is used by CodeDeploy to manage traffic to a task set.

  • taskSetLabel :: Maybe TargetLabel

    A label that identifies whether the ECS task set is an original target (BLUE) or a replacement target (GREEN).

  • trafficWeight :: Maybe Double

    The percentage of traffic served by this task set.

Instances

Instances details
FromJSON ECSTaskSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSTaskSet

Generic ECSTaskSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSTaskSet

Associated Types

type Rep ECSTaskSet :: Type -> Type #

Read ECSTaskSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSTaskSet

Show ECSTaskSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSTaskSet

NFData ECSTaskSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSTaskSet

Methods

rnf :: ECSTaskSet -> () #

Eq ECSTaskSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSTaskSet

Hashable ECSTaskSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSTaskSet

type Rep ECSTaskSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSTaskSet

newECSTaskSet :: ECSTaskSet Source #

Create a value of ECSTaskSet with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:desiredCount:ECSTaskSet', eCSTaskSet_desiredCount - The number of tasks in a task set. During a deployment that uses the Amazon ECS compute type, CodeDeploy instructs Amazon ECS to create a new task set and uses this value to determine how many tasks to create. After the updated task set is created, CodeDeploy shifts traffic to the new task set.

$sel:identifer:ECSTaskSet', eCSTaskSet_identifer - A unique ID of an ECSTaskSet.

$sel:pendingCount:ECSTaskSet', eCSTaskSet_pendingCount - The number of tasks in the task set that are in the PENDING status during an Amazon ECS deployment. A task in the PENDING state is preparing to enter the RUNNING state. A task set enters the PENDING status when it launches for the first time, or when it is restarted after being in the STOPPED state.

$sel:runningCount:ECSTaskSet', eCSTaskSet_runningCount - The number of tasks in the task set that are in the RUNNING status during an Amazon ECS deployment. A task in the RUNNING state is running and ready for use.

$sel:status:ECSTaskSet', eCSTaskSet_status - The status of the task set. There are three valid task set statuses:

  • PRIMARY: Indicates the task set is serving production traffic.
  • ACTIVE: Indicates the task set is not serving production traffic.
  • DRAINING: Indicates the tasks in the task set are being stopped and their corresponding targets are being deregistered from their target group.

$sel:targetGroup:ECSTaskSet', eCSTaskSet_targetGroup - The target group associated with the task set. The target group is used by CodeDeploy to manage traffic to a task set.

$sel:taskSetLabel:ECSTaskSet', eCSTaskSet_taskSetLabel - A label that identifies whether the ECS task set is an original target (BLUE) or a replacement target (GREEN).

$sel:trafficWeight:ECSTaskSet', eCSTaskSet_trafficWeight - The percentage of traffic served by this task set.

eCSTaskSet_desiredCount :: Lens' ECSTaskSet (Maybe Integer) Source #

The number of tasks in a task set. During a deployment that uses the Amazon ECS compute type, CodeDeploy instructs Amazon ECS to create a new task set and uses this value to determine how many tasks to create. After the updated task set is created, CodeDeploy shifts traffic to the new task set.

eCSTaskSet_identifer :: Lens' ECSTaskSet (Maybe Text) Source #

A unique ID of an ECSTaskSet.

eCSTaskSet_pendingCount :: Lens' ECSTaskSet (Maybe Integer) Source #

The number of tasks in the task set that are in the PENDING status during an Amazon ECS deployment. A task in the PENDING state is preparing to enter the RUNNING state. A task set enters the PENDING status when it launches for the first time, or when it is restarted after being in the STOPPED state.

eCSTaskSet_runningCount :: Lens' ECSTaskSet (Maybe Integer) Source #

The number of tasks in the task set that are in the RUNNING status during an Amazon ECS deployment. A task in the RUNNING state is running and ready for use.

eCSTaskSet_status :: Lens' ECSTaskSet (Maybe Text) Source #

The status of the task set. There are three valid task set statuses:

  • PRIMARY: Indicates the task set is serving production traffic.
  • ACTIVE: Indicates the task set is not serving production traffic.
  • DRAINING: Indicates the tasks in the task set are being stopped and their corresponding targets are being deregistered from their target group.

eCSTaskSet_targetGroup :: Lens' ECSTaskSet (Maybe TargetGroupInfo) Source #

The target group associated with the task set. The target group is used by CodeDeploy to manage traffic to a task set.

eCSTaskSet_taskSetLabel :: Lens' ECSTaskSet (Maybe TargetLabel) Source #

A label that identifies whether the ECS task set is an original target (BLUE) or a replacement target (GREEN).

eCSTaskSet_trafficWeight :: Lens' ECSTaskSet (Maybe Double) Source #

The percentage of traffic served by this task set.

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: newELBInfo smart constructor.

Constructors

ELBInfo' 

Fields

  • name :: Maybe Text

    For blue/green deployments, the name of the load balancer that is used to route traffic from original instances to replacement instances in a blue/green 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 is complete.

Instances

Instances details
FromJSON ELBInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ELBInfo

ToJSON ELBInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ELBInfo

Generic ELBInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ELBInfo

Associated Types

type Rep ELBInfo :: Type -> Type #

Methods

from :: ELBInfo -> Rep ELBInfo x #

to :: Rep ELBInfo x -> ELBInfo #

Read ELBInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ELBInfo

Show ELBInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ELBInfo

NFData ELBInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ELBInfo

Methods

rnf :: ELBInfo -> () #

Eq ELBInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ELBInfo

Methods

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

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

Hashable ELBInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ELBInfo

Methods

hashWithSalt :: Int -> ELBInfo -> Int #

hash :: ELBInfo -> Int #

type Rep ELBInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ELBInfo

type Rep ELBInfo = D1 ('MetaData "ELBInfo" "Amazonka.CodeDeploy.Types.ELBInfo" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "ELBInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newELBInfo :: ELBInfo Source #

Create a value of ELBInfo with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:ELBInfo', eLBInfo_name - For blue/green deployments, the name of the load balancer that is used to route traffic from original instances to replacement instances in a blue/green 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 is complete.

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

For blue/green deployments, the name of the load balancer that is used to route traffic from original instances to replacement instances in a blue/green 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 is complete.

ErrorInformation

data ErrorInformation Source #

Information about a deployment error.

See: newErrorInformation smart constructor.

Constructors

ErrorInformation' 

Fields

  • code :: Maybe DeployErrorCode

    For more information, see Error Codes for CodeDeploy in the CodeDeploy User Guide.

    The error code:

    • APPLICATION_MISSING: The application was missing. This error code is most likely 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 is most likely 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 Amazon EC2.
    • NO_INSTANCES: No instances were specified, or no instances can be found.
    • OVER_MAX_INSTANCES: The maximum number of instances was exceeded.
    • THROTTLED: The operation was throttled because the calling account exceeded the throttling limits of one or more Amazon Web Services services.
    • TIMEOUT: The deployment has timed out.
    • REVISION_MISSING: The revision ID was missing. This error code is most likely raised if the revision is deleted after the deployment is created, but before it is started.
  • message :: Maybe Text

    An accompanying error message.

Instances

Instances details
FromJSON ErrorInformation Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ErrorInformation

Generic ErrorInformation Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ErrorInformation

Associated Types

type Rep ErrorInformation :: Type -> Type #

Read ErrorInformation Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ErrorInformation

Show ErrorInformation Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ErrorInformation

NFData ErrorInformation Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ErrorInformation

Methods

rnf :: ErrorInformation -> () #

Eq ErrorInformation Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ErrorInformation

Hashable ErrorInformation Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ErrorInformation

type Rep ErrorInformation Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ErrorInformation

type Rep ErrorInformation = D1 ('MetaData "ErrorInformation" "Amazonka.CodeDeploy.Types.ErrorInformation" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "ErrorInformation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "code") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeployErrorCode)) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newErrorInformation :: ErrorInformation Source #

Create a value of ErrorInformation with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:code:ErrorInformation', errorInformation_code - For more information, see Error Codes for CodeDeploy in the CodeDeploy User Guide.

The error code:

  • APPLICATION_MISSING: The application was missing. This error code is most likely 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 is most likely 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 Amazon EC2.
  • NO_INSTANCES: No instances were specified, or no instances can be found.
  • OVER_MAX_INSTANCES: The maximum number of instances was exceeded.
  • THROTTLED: The operation was throttled because the calling account exceeded the throttling limits of one or more Amazon Web Services services.
  • TIMEOUT: The deployment has timed out.
  • REVISION_MISSING: The revision ID was missing. This error code is most likely raised if the revision is deleted after the deployment is created, but before it is started.

$sel:message:ErrorInformation', errorInformation_message - An accompanying error message.

errorInformation_code :: Lens' ErrorInformation (Maybe DeployErrorCode) Source #

For more information, see Error Codes for CodeDeploy in the CodeDeploy User Guide.

The error code:

  • APPLICATION_MISSING: The application was missing. This error code is most likely 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 is most likely 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 Amazon EC2.
  • NO_INSTANCES: No instances were specified, or no instances can be found.
  • OVER_MAX_INSTANCES: The maximum number of instances was exceeded.
  • THROTTLED: The operation was throttled because the calling account exceeded the throttling limits of one or more Amazon Web Services services.
  • TIMEOUT: The deployment has timed out.
  • REVISION_MISSING: The revision ID was missing. This error code is most likely raised if the revision is deleted after the deployment is created, but before it is started.

errorInformation_message :: Lens' ErrorInformation (Maybe Text) Source #

An accompanying error message.

GenericRevisionInfo

data GenericRevisionInfo Source #

Information about an application revision.

See: newGenericRevisionInfo smart constructor.

Constructors

GenericRevisionInfo' 

Fields

Instances

Instances details
FromJSON GenericRevisionInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GenericRevisionInfo

Generic GenericRevisionInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GenericRevisionInfo

Associated Types

type Rep GenericRevisionInfo :: Type -> Type #

Read GenericRevisionInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GenericRevisionInfo

Show GenericRevisionInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GenericRevisionInfo

NFData GenericRevisionInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GenericRevisionInfo

Methods

rnf :: GenericRevisionInfo -> () #

Eq GenericRevisionInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GenericRevisionInfo

Hashable GenericRevisionInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GenericRevisionInfo

type Rep GenericRevisionInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GenericRevisionInfo

type Rep GenericRevisionInfo = D1 ('MetaData "GenericRevisionInfo" "Amazonka.CodeDeploy.Types.GenericRevisionInfo" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "GenericRevisionInfo'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "deploymentGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "firstUsedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "lastUsedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "registerTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))))

newGenericRevisionInfo :: GenericRevisionInfo Source #

Create a value of GenericRevisionInfo with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:deploymentGroups:GenericRevisionInfo', genericRevisionInfo_deploymentGroups - The deployment groups for which this is the current target revision.

$sel:description:GenericRevisionInfo', genericRevisionInfo_description - A comment about the revision.

$sel:firstUsedTime:GenericRevisionInfo', genericRevisionInfo_firstUsedTime - When the revision was first used by CodeDeploy.

$sel:lastUsedTime:GenericRevisionInfo', genericRevisionInfo_lastUsedTime - When the revision was last used by CodeDeploy.

$sel:registerTime:GenericRevisionInfo', genericRevisionInfo_registerTime - When the revision was registered with CodeDeploy.

genericRevisionInfo_deploymentGroups :: Lens' GenericRevisionInfo (Maybe [Text]) Source #

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

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

When the revision was first used by CodeDeploy.

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

When the revision was last used by CodeDeploy.

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

When the revision was registered with CodeDeploy.

GitHubLocation

data GitHubLocation Source #

Information about the location of application artifacts stored in GitHub.

See: newGitHubLocation smart constructor.

Constructors

GitHubLocation' 

Fields

  • commitId :: Maybe Text

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

  • repository :: Maybe Text

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

    Specified as account/repository.

Instances

Instances details
FromJSON GitHubLocation Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GitHubLocation

ToJSON GitHubLocation Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GitHubLocation

Generic GitHubLocation Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GitHubLocation

Associated Types

type Rep GitHubLocation :: Type -> Type #

Read GitHubLocation Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GitHubLocation

Show GitHubLocation Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GitHubLocation

NFData GitHubLocation Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GitHubLocation

Methods

rnf :: GitHubLocation -> () #

Eq GitHubLocation Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GitHubLocation

Hashable GitHubLocation Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GitHubLocation

type Rep GitHubLocation Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GitHubLocation

type Rep GitHubLocation = D1 ('MetaData "GitHubLocation" "Amazonka.CodeDeploy.Types.GitHubLocation" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "GitHubLocation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "commitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "repository") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newGitHubLocation :: GitHubLocation Source #

Create a value of GitHubLocation with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:commitId:GitHubLocation', gitHubLocation_commitId - The SHA1 commit ID of the GitHub commit that represents the bundled artifacts for the application revision.

$sel:repository:GitHubLocation', gitHubLocation_repository - 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.

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

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

gitHubLocation_repository :: 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: newGreenFleetProvisioningOption smart constructor.

Constructors

GreenFleetProvisioningOption' 

Fields

  • action :: Maybe GreenFleetProvisioningAction

    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.

Instances

Instances details
FromJSON GreenFleetProvisioningOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GreenFleetProvisioningOption

ToJSON GreenFleetProvisioningOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GreenFleetProvisioningOption

Generic GreenFleetProvisioningOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GreenFleetProvisioningOption

Associated Types

type Rep GreenFleetProvisioningOption :: Type -> Type #

Read GreenFleetProvisioningOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GreenFleetProvisioningOption

Show GreenFleetProvisioningOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GreenFleetProvisioningOption

NFData GreenFleetProvisioningOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GreenFleetProvisioningOption

Eq GreenFleetProvisioningOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GreenFleetProvisioningOption

Hashable GreenFleetProvisioningOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GreenFleetProvisioningOption

type Rep GreenFleetProvisioningOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GreenFleetProvisioningOption

type Rep GreenFleetProvisioningOption = D1 ('MetaData "GreenFleetProvisioningOption" "Amazonka.CodeDeploy.Types.GreenFleetProvisioningOption" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "GreenFleetProvisioningOption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "action") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GreenFleetProvisioningAction))))

newGreenFleetProvisioningOption :: GreenFleetProvisioningOption Source #

Create a value of GreenFleetProvisioningOption with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:action:GreenFleetProvisioningOption', greenFleetProvisioningOption_action - 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.

greenFleetProvisioningOption_action :: 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: newInstanceInfo smart constructor.

Constructors

InstanceInfo' 

Fields

Instances

Instances details
FromJSON InstanceInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceInfo

Generic InstanceInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceInfo

Associated Types

type Rep InstanceInfo :: Type -> Type #

Read InstanceInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceInfo

Show InstanceInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceInfo

NFData InstanceInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceInfo

Methods

rnf :: InstanceInfo -> () #

Eq InstanceInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceInfo

Hashable InstanceInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceInfo

type Rep InstanceInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceInfo

type Rep InstanceInfo = D1 ('MetaData "InstanceInfo" "Amazonka.CodeDeploy.Types.InstanceInfo" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "InstanceInfo'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "deregisterTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "iamSessionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "iamUserArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "instanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "instanceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "registerTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))))))

newInstanceInfo :: InstanceInfo Source #

Create a value of InstanceInfo with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:deregisterTime:InstanceInfo', instanceInfo_deregisterTime - If the on-premises instance was deregistered, the time at which the on-premises instance was deregistered.

$sel:iamSessionArn:InstanceInfo', instanceInfo_iamSessionArn - The ARN of the IAM session associated with the on-premises instance.

$sel:iamUserArn:InstanceInfo', instanceInfo_iamUserArn - The IAM user ARN associated with the on-premises instance.

$sel:instanceArn:InstanceInfo', instanceInfo_instanceArn - The ARN of the on-premises instance.

$sel:instanceName:InstanceInfo', instanceInfo_instanceName - The name of the on-premises instance.

$sel:registerTime:InstanceInfo', instanceInfo_registerTime - The time at which the on-premises instance was registered.

$sel:tags:InstanceInfo', instanceInfo_tags - The tags currently associated with the on-premises instance.

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

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

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

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

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

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

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

The ARN of the on-premises instance.

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

The name of the on-premises instance.

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

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

instanceInfo_tags :: Lens' InstanceInfo (Maybe [Tag]) Source #

The tags currently associated with the on-premises instance.

InstanceTarget

data InstanceTarget Source #

A target Amazon EC2 or on-premises instance during a deployment that uses the EC2/On-premises compute platform.

See: newInstanceTarget smart constructor.

Constructors

InstanceTarget' 

Fields

Instances

Instances details
FromJSON InstanceTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceTarget

Generic InstanceTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceTarget

Associated Types

type Rep InstanceTarget :: Type -> Type #

Read InstanceTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceTarget

Show InstanceTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceTarget

NFData InstanceTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceTarget

Methods

rnf :: InstanceTarget -> () #

Eq InstanceTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceTarget

Hashable InstanceTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceTarget

type Rep InstanceTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceTarget

type Rep InstanceTarget = D1 ('MetaData "InstanceTarget" "Amazonka.CodeDeploy.Types.InstanceTarget" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "InstanceTarget'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "deploymentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "instanceLabel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TargetLabel)) :*: S1 ('MetaSel ('Just "lastUpdatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "lifecycleEvents") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [LifecycleEvent])) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TargetStatus))) :*: (S1 ('MetaSel ('Just "targetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "targetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newInstanceTarget :: InstanceTarget Source #

Create a value of InstanceTarget with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:deploymentId:InstanceTarget', instanceTarget_deploymentId - The unique ID of a deployment.

$sel:instanceLabel:InstanceTarget', instanceTarget_instanceLabel - A label that identifies whether the instance is an original target (BLUE) or a replacement target (GREEN).

$sel:lastUpdatedAt:InstanceTarget', instanceTarget_lastUpdatedAt - The date and time when the target instance was updated by a deployment.

$sel:lifecycleEvents:InstanceTarget', instanceTarget_lifecycleEvents - The lifecycle events of the deployment to this target instance.

InstanceTarget, instanceTarget_status - The status an EC2/On-premises deployment's target instance.

$sel:targetArn:InstanceTarget', instanceTarget_targetArn - The Amazon Resource Name (ARN) of the target.

$sel:targetId:InstanceTarget', instanceTarget_targetId - The unique ID of a deployment target that has a type of instanceTarget.

instanceTarget_instanceLabel :: Lens' InstanceTarget (Maybe TargetLabel) Source #

A label that identifies whether the instance is an original target (BLUE) or a replacement target (GREEN).

instanceTarget_lastUpdatedAt :: Lens' InstanceTarget (Maybe UTCTime) Source #

The date and time when the target instance was updated by a deployment.

instanceTarget_lifecycleEvents :: Lens' InstanceTarget (Maybe [LifecycleEvent]) Source #

The lifecycle events of the deployment to this target instance.

instanceTarget_status :: Lens' InstanceTarget (Maybe TargetStatus) Source #

The status an EC2/On-premises deployment's target instance.

instanceTarget_targetArn :: Lens' InstanceTarget (Maybe Text) Source #

The Amazon Resource Name (ARN) of the target.

instanceTarget_targetId :: Lens' InstanceTarget (Maybe Text) Source #

The unique ID of a deployment target that has a type of instanceTarget.

LambdaFunctionInfo

data LambdaFunctionInfo Source #

Information about a Lambda function specified in a deployment.

See: newLambdaFunctionInfo smart constructor.

Constructors

LambdaFunctionInfo' 

Fields

Instances

Instances details
FromJSON LambdaFunctionInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LambdaFunctionInfo

Generic LambdaFunctionInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LambdaFunctionInfo

Associated Types

type Rep LambdaFunctionInfo :: Type -> Type #

Read LambdaFunctionInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LambdaFunctionInfo

Show LambdaFunctionInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LambdaFunctionInfo

NFData LambdaFunctionInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LambdaFunctionInfo

Methods

rnf :: LambdaFunctionInfo -> () #

Eq LambdaFunctionInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LambdaFunctionInfo

Hashable LambdaFunctionInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LambdaFunctionInfo

type Rep LambdaFunctionInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LambdaFunctionInfo

type Rep LambdaFunctionInfo = D1 ('MetaData "LambdaFunctionInfo" "Amazonka.CodeDeploy.Types.LambdaFunctionInfo" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "LambdaFunctionInfo'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "currentVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "functionAlias") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "functionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "targetVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "targetVersionWeight") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))))

newLambdaFunctionInfo :: LambdaFunctionInfo Source #

Create a value of LambdaFunctionInfo with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:currentVersion:LambdaFunctionInfo', lambdaFunctionInfo_currentVersion - The version of a Lambda function that production traffic points to.

$sel:functionAlias:LambdaFunctionInfo', lambdaFunctionInfo_functionAlias - The alias of a Lambda function. For more information, see Lambda Function Aliases in the Lambda Developer Guide.

$sel:functionName:LambdaFunctionInfo', lambdaFunctionInfo_functionName - The name of a Lambda function.

$sel:targetVersion:LambdaFunctionInfo', lambdaFunctionInfo_targetVersion - The version of a Lambda function that production traffic points to after the Lambda function is deployed.

$sel:targetVersionWeight:LambdaFunctionInfo', lambdaFunctionInfo_targetVersionWeight - The percentage of production traffic that the target version of a Lambda function receives.

lambdaFunctionInfo_currentVersion :: Lens' LambdaFunctionInfo (Maybe Text) Source #

The version of a Lambda function that production traffic points to.

lambdaFunctionInfo_functionAlias :: Lens' LambdaFunctionInfo (Maybe Text) Source #

The alias of a Lambda function. For more information, see Lambda Function Aliases in the Lambda Developer Guide.

lambdaFunctionInfo_targetVersion :: Lens' LambdaFunctionInfo (Maybe Text) Source #

The version of a Lambda function that production traffic points to after the Lambda function is deployed.

lambdaFunctionInfo_targetVersionWeight :: Lens' LambdaFunctionInfo (Maybe Double) Source #

The percentage of production traffic that the target version of a Lambda function receives.

LambdaTarget

data LambdaTarget Source #

Information about the target Lambda function during an Lambda deployment.

See: newLambdaTarget smart constructor.

Constructors

LambdaTarget' 

Fields

Instances

Instances details
FromJSON LambdaTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LambdaTarget

Generic LambdaTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LambdaTarget

Associated Types

type Rep LambdaTarget :: Type -> Type #

Read LambdaTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LambdaTarget

Show LambdaTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LambdaTarget

NFData LambdaTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LambdaTarget

Methods

rnf :: LambdaTarget -> () #

Eq LambdaTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LambdaTarget

Hashable LambdaTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LambdaTarget

type Rep LambdaTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LambdaTarget

newLambdaTarget :: LambdaTarget Source #

Create a value of LambdaTarget with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:deploymentId:LambdaTarget', lambdaTarget_deploymentId - The unique ID of a deployment.

$sel:lambdaFunctionInfo:LambdaTarget', lambdaTarget_lambdaFunctionInfo - A LambdaFunctionInfo object that describes a target Lambda function.

$sel:lastUpdatedAt:LambdaTarget', lambdaTarget_lastUpdatedAt - The date and time when the target Lambda function was updated by a deployment.

$sel:lifecycleEvents:LambdaTarget', lambdaTarget_lifecycleEvents - The lifecycle events of the deployment to this target Lambda function.

LambdaTarget, lambdaTarget_status - The status an Lambda deployment's target Lambda function.

$sel:targetArn:LambdaTarget', lambdaTarget_targetArn - The Amazon Resource Name (ARN) of the target.

$sel:targetId:LambdaTarget', lambdaTarget_targetId - The unique ID of a deployment target that has a type of lambdaTarget.

lambdaTarget_deploymentId :: Lens' LambdaTarget (Maybe Text) Source #

The unique ID of a deployment.

lambdaTarget_lambdaFunctionInfo :: Lens' LambdaTarget (Maybe LambdaFunctionInfo) Source #

A LambdaFunctionInfo object that describes a target Lambda function.

lambdaTarget_lastUpdatedAt :: Lens' LambdaTarget (Maybe UTCTime) Source #

The date and time when the target Lambda function was updated by a deployment.

lambdaTarget_lifecycleEvents :: Lens' LambdaTarget (Maybe [LifecycleEvent]) Source #

The lifecycle events of the deployment to this target Lambda function.

lambdaTarget_status :: Lens' LambdaTarget (Maybe TargetStatus) Source #

The status an Lambda deployment's target Lambda function.

lambdaTarget_targetArn :: Lens' LambdaTarget (Maybe Text) Source #

The Amazon Resource Name (ARN) of the target.

lambdaTarget_targetId :: Lens' LambdaTarget (Maybe Text) Source #

The unique ID of a deployment target that has a type of lambdaTarget.

LastDeploymentInfo

data LastDeploymentInfo Source #

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

See: newLastDeploymentInfo smart constructor.

Constructors

LastDeploymentInfo' 

Fields

Instances

Instances details
FromJSON LastDeploymentInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LastDeploymentInfo

Generic LastDeploymentInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LastDeploymentInfo

Associated Types

type Rep LastDeploymentInfo :: Type -> Type #

Read LastDeploymentInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LastDeploymentInfo

Show LastDeploymentInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LastDeploymentInfo

NFData LastDeploymentInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LastDeploymentInfo

Methods

rnf :: LastDeploymentInfo -> () #

Eq LastDeploymentInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LastDeploymentInfo

Hashable LastDeploymentInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LastDeploymentInfo

type Rep LastDeploymentInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LastDeploymentInfo

type Rep LastDeploymentInfo = D1 ('MetaData "LastDeploymentInfo" "Amazonka.CodeDeploy.Types.LastDeploymentInfo" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "LastDeploymentInfo'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "createTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "deploymentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeploymentStatus)))))

newLastDeploymentInfo :: LastDeploymentInfo Source #

Create a value of LastDeploymentInfo with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:createTime:LastDeploymentInfo', lastDeploymentInfo_createTime - A timestamp that indicates when the most recent deployment to the deployment group started.

$sel:deploymentId:LastDeploymentInfo', lastDeploymentInfo_deploymentId - The unique ID of a deployment.

$sel:endTime:LastDeploymentInfo', lastDeploymentInfo_endTime - A timestamp that indicates when the most recent deployment to the deployment group was complete.

$sel:status:LastDeploymentInfo', lastDeploymentInfo_status - The status of the most recent deployment.

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

A timestamp that indicates when the most recent deployment to the deployment group started.

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

A timestamp that indicates when the most recent deployment to the deployment group was complete.

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

The status of the most recent deployment.

LifecycleEvent

data LifecycleEvent Source #

Information about a deployment lifecycle event.

See: newLifecycleEvent smart constructor.

Constructors

LifecycleEvent' 

Fields

  • diagnostics :: Maybe Diagnostics

    Diagnostic information about the deployment lifecycle event.

  • endTime :: Maybe POSIX

    A timestamp that indicates when the deployment lifecycle event ended.

  • lifecycleEventName :: Maybe Text

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

  • startTime :: Maybe POSIX

    A timestamp that indicates when the deployment lifecycle event started.

  • status :: Maybe LifecycleEventStatus

    The deployment lifecycle event status:

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

Instances

Instances details
FromJSON LifecycleEvent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleEvent

Generic LifecycleEvent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleEvent

Associated Types

type Rep LifecycleEvent :: Type -> Type #

Read LifecycleEvent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleEvent

Show LifecycleEvent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleEvent

NFData LifecycleEvent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleEvent

Methods

rnf :: LifecycleEvent -> () #

Eq LifecycleEvent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleEvent

Hashable LifecycleEvent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleEvent

type Rep LifecycleEvent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleEvent

type Rep LifecycleEvent = D1 ('MetaData "LifecycleEvent" "Amazonka.CodeDeploy.Types.LifecycleEvent" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "LifecycleEvent'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "diagnostics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Diagnostics)) :*: S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "lifecycleEventName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LifecycleEventStatus))))))

newLifecycleEvent :: LifecycleEvent Source #

Create a value of LifecycleEvent with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:diagnostics:LifecycleEvent', lifecycleEvent_diagnostics - Diagnostic information about the deployment lifecycle event.

$sel:endTime:LifecycleEvent', lifecycleEvent_endTime - A timestamp that indicates when the deployment lifecycle event ended.

$sel:lifecycleEventName:LifecycleEvent', lifecycleEvent_lifecycleEventName - The deployment lifecycle event name, such as ApplicationStop, BeforeInstall, AfterInstall, ApplicationStart, or ValidateService.

$sel:startTime:LifecycleEvent', lifecycleEvent_startTime - A timestamp that indicates when the deployment lifecycle event started.

$sel:status:LifecycleEvent', lifecycleEvent_status - 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.

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

Diagnostic information about the deployment lifecycle event.

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

A timestamp that indicates when the deployment lifecycle event ended.

lifecycleEvent_lifecycleEventName :: Lens' LifecycleEvent (Maybe Text) Source #

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

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

A timestamp that indicates when the deployment lifecycle event started.

lifecycleEvent_status :: 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.

LoadBalancerInfo

data LoadBalancerInfo Source #

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

See: newLoadBalancerInfo smart constructor.

Constructors

LoadBalancerInfo' 

Fields

  • elbInfoList :: Maybe [ELBInfo]

    An array that contains 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.

    Adding more than one load balancer to the array is not supported.

  • targetGroupInfoList :: Maybe [TargetGroupInfo]

    An array that contains 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.

    Adding more than one target group to the array is not supported.

  • targetGroupPairInfoList :: Maybe [TargetGroupPairInfo]

    The target group pair information. This is an array of TargeGroupPairInfo objects with a maximum size of one.

Instances

Instances details
FromJSON LoadBalancerInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LoadBalancerInfo

ToJSON LoadBalancerInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LoadBalancerInfo

Generic LoadBalancerInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LoadBalancerInfo

Associated Types

type Rep LoadBalancerInfo :: Type -> Type #

Read LoadBalancerInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LoadBalancerInfo

Show LoadBalancerInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LoadBalancerInfo

NFData LoadBalancerInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LoadBalancerInfo

Methods

rnf :: LoadBalancerInfo -> () #

Eq LoadBalancerInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LoadBalancerInfo

Hashable LoadBalancerInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LoadBalancerInfo

type Rep LoadBalancerInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LoadBalancerInfo

type Rep LoadBalancerInfo = D1 ('MetaData "LoadBalancerInfo" "Amazonka.CodeDeploy.Types.LoadBalancerInfo" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "LoadBalancerInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "elbInfoList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ELBInfo])) :*: (S1 ('MetaSel ('Just "targetGroupInfoList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TargetGroupInfo])) :*: S1 ('MetaSel ('Just "targetGroupPairInfoList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TargetGroupPairInfo])))))

newLoadBalancerInfo :: LoadBalancerInfo Source #

Create a value of LoadBalancerInfo with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:elbInfoList:LoadBalancerInfo', loadBalancerInfo_elbInfoList - An array that contains 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.

Adding more than one load balancer to the array is not supported.

$sel:targetGroupInfoList:LoadBalancerInfo', loadBalancerInfo_targetGroupInfoList - An array that contains 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.

Adding more than one target group to the array is not supported.

$sel:targetGroupPairInfoList:LoadBalancerInfo', loadBalancerInfo_targetGroupPairInfoList - The target group pair information. This is an array of TargeGroupPairInfo objects with a maximum size of one.

loadBalancerInfo_elbInfoList :: Lens' LoadBalancerInfo (Maybe [ELBInfo]) Source #

An array that contains 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.

Adding more than one load balancer to the array is not supported.

loadBalancerInfo_targetGroupInfoList :: Lens' LoadBalancerInfo (Maybe [TargetGroupInfo]) Source #

An array that contains 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.

Adding more than one target group to the array is not supported.

loadBalancerInfo_targetGroupPairInfoList :: Lens' LoadBalancerInfo (Maybe [TargetGroupPairInfo]) Source #

The target group pair information. This is an array of TargeGroupPairInfo objects with a maximum size of one.

MinimumHealthyHosts

data MinimumHealthyHosts Source #

Information about minimum healthy instance.

See: newMinimumHealthyHosts smart constructor.

Constructors

MinimumHealthyHosts' 

Fields

  • type' :: Maybe MinimumHealthyHostsType

    The minimum healthy instance type:

    • HOST_COUNT: The minimum number of healthy instances as an absolute value.
    • FLEET_PERCENT: The minimum number of healthy instances as a percentage of the total number of instances in the deployment.

    In an example of nine instances, if a HOST_COUNT of six is specified, deploy to up to three instances at a time. The deployment is 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 instances at a time. The deployment is successful if four or more instances are deployed to successfully. Otherwise, the deployment fails.

    In a call to the GetDeploymentConfig, CodeDeployDefault.OneAtATime returns a minimum healthy instance type of MOST_CONCURRENCY and a value of 1. This means a deployment to only one instance at a time. (You cannot set the type to MOST_CONCURRENCY, only to HOST_COUNT or FLEET_PERCENT.) In addition, with CodeDeployDefault.OneAtATime, CodeDeploy attempts to ensure that all instances but one are kept in a healthy state during the deployment. Although this allows one instance at a time to be taken offline for a new deployment, it also means that if the deployment to the last instance fails, the overall deployment is still successful.

    For more information, see CodeDeploy Instance Health in the CodeDeploy User Guide.

  • value :: Maybe Int

    The minimum healthy instance value.

Instances

Instances details
FromJSON MinimumHealthyHosts Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.MinimumHealthyHosts

ToJSON MinimumHealthyHosts Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.MinimumHealthyHosts

Generic MinimumHealthyHosts Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.MinimumHealthyHosts

Associated Types

type Rep MinimumHealthyHosts :: Type -> Type #

Read MinimumHealthyHosts Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.MinimumHealthyHosts

Show MinimumHealthyHosts Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.MinimumHealthyHosts

NFData MinimumHealthyHosts Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.MinimumHealthyHosts

Methods

rnf :: MinimumHealthyHosts -> () #

Eq MinimumHealthyHosts Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.MinimumHealthyHosts

Hashable MinimumHealthyHosts Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.MinimumHealthyHosts

type Rep MinimumHealthyHosts Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.MinimumHealthyHosts

type Rep MinimumHealthyHosts = D1 ('MetaData "MinimumHealthyHosts" "Amazonka.CodeDeploy.Types.MinimumHealthyHosts" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "MinimumHealthyHosts'" 'PrefixI 'True) (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MinimumHealthyHostsType)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))

newMinimumHealthyHosts :: MinimumHealthyHosts Source #

Create a value of MinimumHealthyHosts with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:type':MinimumHealthyHosts', minimumHealthyHosts_type - The minimum healthy instance type:

  • HOST_COUNT: The minimum number of healthy instances as an absolute value.
  • FLEET_PERCENT: The minimum number of healthy instances as a percentage of the total number of instances in the deployment.

In an example of nine instances, if a HOST_COUNT of six is specified, deploy to up to three instances at a time. The deployment is 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 instances at a time. The deployment is successful if four or more instances are deployed to successfully. Otherwise, the deployment fails.

In a call to the GetDeploymentConfig, CodeDeployDefault.OneAtATime returns a minimum healthy instance type of MOST_CONCURRENCY and a value of 1. This means a deployment to only one instance at a time. (You cannot set the type to MOST_CONCURRENCY, only to HOST_COUNT or FLEET_PERCENT.) In addition, with CodeDeployDefault.OneAtATime, CodeDeploy attempts to ensure that all instances but one are kept in a healthy state during the deployment. Although this allows one instance at a time to be taken offline for a new deployment, it also means that if the deployment to the last instance fails, the overall deployment is still successful.

For more information, see CodeDeploy Instance Health in the CodeDeploy User Guide.

$sel:value:MinimumHealthyHosts', minimumHealthyHosts_value - The minimum healthy instance value.

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

The minimum healthy instance type:

  • HOST_COUNT: The minimum number of healthy instances as an absolute value.
  • FLEET_PERCENT: The minimum number of healthy instances as a percentage of the total number of instances in the deployment.

In an example of nine instances, if a HOST_COUNT of six is specified, deploy to up to three instances at a time. The deployment is 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 instances at a time. The deployment is successful if four or more instances are deployed to successfully. Otherwise, the deployment fails.

In a call to the GetDeploymentConfig, CodeDeployDefault.OneAtATime returns a minimum healthy instance type of MOST_CONCURRENCY and a value of 1. This means a deployment to only one instance at a time. (You cannot set the type to MOST_CONCURRENCY, only to HOST_COUNT or FLEET_PERCENT.) In addition, with CodeDeployDefault.OneAtATime, CodeDeploy attempts to ensure that all instances but one are kept in a healthy state during the deployment. Although this allows one instance at a time to be taken offline for a new deployment, it also means that if the deployment to the last instance fails, the overall deployment is still successful.

For more information, see CodeDeploy Instance Health in the CodeDeploy User Guide.

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

The minimum healthy instance value.

OnPremisesTagSet

data OnPremisesTagSet Source #

Information about groups of on-premises instance tags.

See: newOnPremisesTagSet smart constructor.

Constructors

OnPremisesTagSet' 

Fields

  • onPremisesTagSetList :: Maybe [[TagFilter]]

    A list that contains other lists of on-premises instance tag groups. For an instance to be included in the deployment group, it must be identified by all of the tag groups in the list.

Instances

Instances details
FromJSON OnPremisesTagSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OnPremisesTagSet

ToJSON OnPremisesTagSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OnPremisesTagSet

Generic OnPremisesTagSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OnPremisesTagSet

Associated Types

type Rep OnPremisesTagSet :: Type -> Type #

Read OnPremisesTagSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OnPremisesTagSet

Show OnPremisesTagSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OnPremisesTagSet

NFData OnPremisesTagSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OnPremisesTagSet

Methods

rnf :: OnPremisesTagSet -> () #

Eq OnPremisesTagSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OnPremisesTagSet

Hashable OnPremisesTagSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OnPremisesTagSet

type Rep OnPremisesTagSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OnPremisesTagSet

type Rep OnPremisesTagSet = D1 ('MetaData "OnPremisesTagSet" "Amazonka.CodeDeploy.Types.OnPremisesTagSet" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "OnPremisesTagSet'" 'PrefixI 'True) (S1 ('MetaSel ('Just "onPremisesTagSetList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [[TagFilter]]))))

newOnPremisesTagSet :: OnPremisesTagSet Source #

Create a value of OnPremisesTagSet with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:onPremisesTagSetList:OnPremisesTagSet', onPremisesTagSet_onPremisesTagSetList - A list that contains other lists of on-premises instance tag groups. For an instance to be included in the deployment group, it must be identified by all of the tag groups in the list.

onPremisesTagSet_onPremisesTagSetList :: Lens' OnPremisesTagSet (Maybe [[TagFilter]]) Source #

A list that contains other lists of on-premises instance tag groups. For an instance to be included in the deployment group, it must be identified by all of the tag groups in the list.

RawString

data RawString Source #

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

See: newRawString smart constructor.

Constructors

RawString' 

Fields

  • content :: Maybe Text

    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.

  • sha256 :: Maybe Text

    The SHA256 hash value of the revision content.

Instances

Instances details
FromJSON RawString Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RawString

ToJSON RawString Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RawString

Generic RawString Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RawString

Associated Types

type Rep RawString :: Type -> Type #

Read RawString Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RawString

Show RawString Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RawString

NFData RawString Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RawString

Methods

rnf :: RawString -> () #

Eq RawString Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RawString

Hashable RawString Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RawString

type Rep RawString Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RawString

type Rep RawString = D1 ('MetaData "RawString" "Amazonka.CodeDeploy.Types.RawString" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "RawString'" 'PrefixI 'True) (S1 ('MetaSel ('Just "content") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sha256") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newRawString :: RawString Source #

Create a value of RawString with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:content:RawString', rawString_content - 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.

$sel:sha256:RawString', rawString_sha256 - The SHA256 hash value of the revision content.

rawString_content :: 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.

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

The SHA256 hash value of the revision content.

RelatedDeployments

data RelatedDeployments Source #

Information about deployments related to the specified deployment.

See: newRelatedDeployments smart constructor.

Constructors

RelatedDeployments' 

Fields

Instances

Instances details
FromJSON RelatedDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RelatedDeployments

Generic RelatedDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RelatedDeployments

Associated Types

type Rep RelatedDeployments :: Type -> Type #

Read RelatedDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RelatedDeployments

Show RelatedDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RelatedDeployments

NFData RelatedDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RelatedDeployments

Methods

rnf :: RelatedDeployments -> () #

Eq RelatedDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RelatedDeployments

Hashable RelatedDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RelatedDeployments

type Rep RelatedDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RelatedDeployments

type Rep RelatedDeployments = D1 ('MetaData "RelatedDeployments" "Amazonka.CodeDeploy.Types.RelatedDeployments" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "RelatedDeployments'" 'PrefixI 'True) (S1 ('MetaSel ('Just "autoUpdateOutdatedInstancesDeploymentIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "autoUpdateOutdatedInstancesRootDeploymentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newRelatedDeployments :: RelatedDeployments Source #

Create a value of RelatedDeployments with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:autoUpdateOutdatedInstancesDeploymentIds:RelatedDeployments', relatedDeployments_autoUpdateOutdatedInstancesDeploymentIds - The deployment IDs of 'auto-update outdated instances' deployments triggered by this deployment.

$sel:autoUpdateOutdatedInstancesRootDeploymentId:RelatedDeployments', relatedDeployments_autoUpdateOutdatedInstancesRootDeploymentId - The deployment ID of the root deployment that triggered this deployment.

relatedDeployments_autoUpdateOutdatedInstancesDeploymentIds :: Lens' RelatedDeployments (Maybe [Text]) Source #

The deployment IDs of 'auto-update outdated instances' deployments triggered by this deployment.

relatedDeployments_autoUpdateOutdatedInstancesRootDeploymentId :: Lens' RelatedDeployments (Maybe Text) Source #

The deployment ID of the root deployment that triggered this deployment.

RevisionInfo

data RevisionInfo Source #

Information about an application revision.

See: newRevisionInfo smart constructor.

Constructors

RevisionInfo' 

Fields

Instances

Instances details
FromJSON RevisionInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionInfo

Generic RevisionInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionInfo

Associated Types

type Rep RevisionInfo :: Type -> Type #

Read RevisionInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionInfo

Show RevisionInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionInfo

NFData RevisionInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionInfo

Methods

rnf :: RevisionInfo -> () #

Eq RevisionInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionInfo

Hashable RevisionInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionInfo

type Rep RevisionInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionInfo

type Rep RevisionInfo = D1 ('MetaData "RevisionInfo" "Amazonka.CodeDeploy.Types.RevisionInfo" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "RevisionInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "genericRevisionInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GenericRevisionInfo)) :*: S1 ('MetaSel ('Just "revisionLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RevisionLocation))))

newRevisionInfo :: RevisionInfo Source #

Create a value of RevisionInfo with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:genericRevisionInfo:RevisionInfo', revisionInfo_genericRevisionInfo - Information about an application revision, including usage details and associated deployment groups.

$sel:revisionLocation:RevisionInfo', revisionInfo_revisionLocation - Information about the location and type of an application revision.

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

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

revisionInfo_revisionLocation :: 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: newRevisionLocation smart constructor.

Constructors

RevisionLocation' 

Fields

  • appSpecContent :: Maybe AppSpecContent

    The content of an AppSpec file for an Lambda or Amazon ECS deployment. The content is formatted as JSON or YAML and stored as a RawString.

  • gitHubLocation :: Maybe GitHubLocation

    Information about the location of application artifacts stored in GitHub.

  • revisionType :: Maybe RevisionLocationType

    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 (Lambda deployments only).
    • AppSpecContent: An AppSpecContent object that contains the contents of an AppSpec file for an Lambda or Amazon ECS deployment. The content is formatted as JSON or YAML stored as a RawString.
  • s3Location :: Maybe S3Location

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

  • string :: Maybe RawString

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

Instances

Instances details
FromJSON RevisionLocation Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionLocation

ToJSON RevisionLocation Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionLocation

Generic RevisionLocation Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionLocation

Associated Types

type Rep RevisionLocation :: Type -> Type #

Read RevisionLocation Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionLocation

Show RevisionLocation Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionLocation

NFData RevisionLocation Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionLocation

Methods

rnf :: RevisionLocation -> () #

Eq RevisionLocation Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionLocation

Hashable RevisionLocation Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionLocation

type Rep RevisionLocation Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionLocation

type Rep RevisionLocation = D1 ('MetaData "RevisionLocation" "Amazonka.CodeDeploy.Types.RevisionLocation" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "RevisionLocation'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "appSpecContent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AppSpecContent)) :*: S1 ('MetaSel ('Just "gitHubLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GitHubLocation))) :*: (S1 ('MetaSel ('Just "revisionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RevisionLocationType)) :*: (S1 ('MetaSel ('Just "s3Location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3Location)) :*: S1 ('MetaSel ('Just "string") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RawString))))))

newRevisionLocation :: RevisionLocation Source #

Create a value of RevisionLocation with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:appSpecContent:RevisionLocation', revisionLocation_appSpecContent - The content of an AppSpec file for an Lambda or Amazon ECS deployment. The content is formatted as JSON or YAML and stored as a RawString.

$sel:gitHubLocation:RevisionLocation', revisionLocation_gitHubLocation - Information about the location of application artifacts stored in GitHub.

$sel:revisionType:RevisionLocation', revisionLocation_revisionType - 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 (Lambda deployments only).
  • AppSpecContent: An AppSpecContent object that contains the contents of an AppSpec file for an Lambda or Amazon ECS deployment. The content is formatted as JSON or YAML stored as a RawString.

$sel:s3Location:RevisionLocation', revisionLocation_s3Location - Information about the location of a revision stored in Amazon S3.

$sel:string:RevisionLocation', revisionLocation_string - Information about the location of an Lambda deployment revision stored as a RawString.

revisionLocation_appSpecContent :: Lens' RevisionLocation (Maybe AppSpecContent) Source #

The content of an AppSpec file for an Lambda or Amazon ECS deployment. The content is formatted as JSON or YAML and stored as a RawString.

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

Information about the location of application artifacts stored in GitHub.

revisionLocation_revisionType :: 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 (Lambda deployments only).
  • AppSpecContent: An AppSpecContent object that contains the contents of an AppSpec file for an Lambda or Amazon ECS deployment. The content is formatted as JSON or YAML stored as a RawString.

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

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

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

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

RollbackInfo

data RollbackInfo Source #

Information about a deployment rollback.

See: newRollbackInfo smart constructor.

Constructors

RollbackInfo' 

Fields

Instances

Instances details
FromJSON RollbackInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RollbackInfo

Generic RollbackInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RollbackInfo

Associated Types

type Rep RollbackInfo :: Type -> Type #

Read RollbackInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RollbackInfo

Show RollbackInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RollbackInfo

NFData RollbackInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RollbackInfo

Methods

rnf :: RollbackInfo -> () #

Eq RollbackInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RollbackInfo

Hashable RollbackInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RollbackInfo

type Rep RollbackInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RollbackInfo

type Rep RollbackInfo = D1 ('MetaData "RollbackInfo" "Amazonka.CodeDeploy.Types.RollbackInfo" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "RollbackInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "rollbackDeploymentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "rollbackMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "rollbackTriggeringDeploymentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newRollbackInfo :: RollbackInfo Source #

Create a value of RollbackInfo with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:rollbackDeploymentId:RollbackInfo', rollbackInfo_rollbackDeploymentId - The ID of the deployment rollback.

$sel:rollbackMessage:RollbackInfo', rollbackInfo_rollbackMessage - Information that describes the status of a deployment rollback (for example, whether the deployment can't be rolled back, is in progress, failed, or succeeded).

$sel:rollbackTriggeringDeploymentId:RollbackInfo', rollbackInfo_rollbackTriggeringDeploymentId - The deployment ID of the deployment that was underway and triggered a rollback deployment because it failed or was stopped.

rollbackInfo_rollbackDeploymentId :: Lens' RollbackInfo (Maybe Text) Source #

The ID of the deployment rollback.

rollbackInfo_rollbackMessage :: Lens' RollbackInfo (Maybe Text) Source #

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

rollbackInfo_rollbackTriggeringDeploymentId :: 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.

S3Location

data S3Location Source #

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

See: newS3Location smart constructor.

Constructors

S3Location' 

Fields

  • bucket :: Maybe Text

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

  • bundleType :: Maybe BundleType

    The file type of the application revision. Must be one of the following:

    • tar: A tar archive file.
    • tgz: A compressed tar archive file.
    • zip: A zip archive file.
  • eTag :: Maybe Text

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

    If the ETag is not specified as an input parameter, ETag validation of the object is skipped.

  • key :: Maybe Text

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

  • version :: Maybe Text

    A specific version of the Amazon S3 object that represents the bundled artifacts for the application revision.

    If the version is not specified, the system uses the most recent version by default.

Instances

Instances details
FromJSON S3Location Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.S3Location

ToJSON S3Location Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.S3Location

Generic S3Location Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.S3Location

Associated Types

type Rep S3Location :: Type -> Type #

Read S3Location Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.S3Location

Show S3Location Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.S3Location

NFData S3Location Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.S3Location

Methods

rnf :: S3Location -> () #

Eq S3Location Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.S3Location

Hashable S3Location Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.S3Location

type Rep S3Location Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.S3Location

type Rep S3Location = D1 ('MetaData "S3Location" "Amazonka.CodeDeploy.Types.S3Location" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "S3Location'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "bundleType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BundleType))) :*: (S1 ('MetaSel ('Just "eTag") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newS3Location :: S3Location Source #

Create a value of S3Location with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:bucket:S3Location', s3Location_bucket - The name of the Amazon S3 bucket where the application revision is stored.

$sel:bundleType:S3Location', s3Location_bundleType - The file type of the application revision. Must be one of the following:

  • tar: A tar archive file.
  • tgz: A compressed tar archive file.
  • zip: A zip archive file.

$sel:eTag:S3Location', s3Location_eTag - 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 is skipped.

$sel:key:S3Location', s3Location_key - The name of the Amazon S3 object that represents the bundled artifacts for the application revision.

$sel:version:S3Location', s3Location_version - 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 uses the most recent version by default.

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

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

s3Location_bundleType :: 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.

s3Location_eTag :: 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 is skipped.

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

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

s3Location_version :: 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 uses the most recent version by default.

Tag

data Tag Source #

Information about a tag.

See: newTag smart constructor.

Constructors

Tag' 

Fields

Instances

Instances details
FromJSON Tag Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.Tag

ToJSON Tag Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.Tag

Generic Tag Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.Tag

Associated Types

type Rep Tag :: Type -> Type #

Methods

from :: Tag -> Rep Tag x #

to :: Rep Tag x -> Tag #

Read Tag Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.Tag

Show Tag Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.Tag

Methods

showsPrec :: Int -> Tag -> ShowS #

show :: Tag -> String #

showList :: [Tag] -> ShowS #

NFData Tag Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.Tag

Methods

rnf :: Tag -> () #

Eq Tag Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.Tag

Methods

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

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

Hashable Tag Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.Tag

Methods

hashWithSalt :: Int -> Tag -> Int #

hash :: Tag -> Int #

type Rep Tag Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.Tag

type Rep Tag = D1 ('MetaData "Tag" "Amazonka.CodeDeploy.Types.Tag" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "Tag'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newTag :: Tag Source #

Create a value of Tag with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:key:Tag', tag_key - The tag's key.

$sel:value:Tag', tag_value - The tag's value.

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

The tag's key.

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

The tag's value.

TagFilter

data TagFilter Source #

Information about an on-premises instance tag filter.

See: newTagFilter smart constructor.

Constructors

TagFilter' 

Fields

  • key :: Maybe Text

    The on-premises instance tag filter key.

  • type' :: Maybe TagFilterType

    The on-premises instance tag filter type:

    • KEY_ONLY: Key only.
    • VALUE_ONLY: Value only.
    • KEY_AND_VALUE: Key and value.
  • value :: Maybe Text

    The on-premises instance tag filter value.

Instances

Instances details
FromJSON TagFilter Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilter

ToJSON TagFilter Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilter

Generic TagFilter Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilter

Associated Types

type Rep TagFilter :: Type -> Type #

Read TagFilter Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilter

Show TagFilter Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilter

NFData TagFilter Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilter

Methods

rnf :: TagFilter -> () #

Eq TagFilter Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilter

Hashable TagFilter Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilter

type Rep TagFilter Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilter

type Rep TagFilter = D1 ('MetaData "TagFilter" "Amazonka.CodeDeploy.Types.TagFilter" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "TagFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TagFilterType)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newTagFilter :: TagFilter Source #

Create a value of TagFilter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:key:TagFilter', tagFilter_key - The on-premises instance tag filter key.

$sel:type':TagFilter', tagFilter_type - The on-premises instance tag filter type:

  • KEY_ONLY: Key only.
  • VALUE_ONLY: Value only.
  • KEY_AND_VALUE: Key and value.

$sel:value:TagFilter', tagFilter_value - The on-premises instance tag filter value.

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

The on-premises instance tag filter key.

tagFilter_type :: 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.

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

The on-premises instance tag filter 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: newTargetGroupInfo smart constructor.

Constructors

TargetGroupInfo' 

Fields

  • name :: Maybe Text

    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 are 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 is complete.

Instances

Instances details
FromJSON TargetGroupInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetGroupInfo

ToJSON TargetGroupInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetGroupInfo

Generic TargetGroupInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetGroupInfo

Associated Types

type Rep TargetGroupInfo :: Type -> Type #

Read TargetGroupInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetGroupInfo

Show TargetGroupInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetGroupInfo

NFData TargetGroupInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetGroupInfo

Methods

rnf :: TargetGroupInfo -> () #

Eq TargetGroupInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetGroupInfo

Hashable TargetGroupInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetGroupInfo

type Rep TargetGroupInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetGroupInfo

type Rep TargetGroupInfo = D1 ('MetaData "TargetGroupInfo" "Amazonka.CodeDeploy.Types.TargetGroupInfo" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "TargetGroupInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newTargetGroupInfo :: TargetGroupInfo Source #

Create a value of TargetGroupInfo with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:TargetGroupInfo', targetGroupInfo_name - 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 are 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 is complete.

targetGroupInfo_name :: 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 are 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 is complete.

TargetGroupPairInfo

data TargetGroupPairInfo Source #

Information about two target groups and how traffic is routed during an Amazon ECS deployment. An optional test traffic route can be specified.

See: newTargetGroupPairInfo smart constructor.

Constructors

TargetGroupPairInfo' 

Fields

  • prodTrafficRoute :: Maybe TrafficRoute

    The path used by a load balancer to route production traffic when an Amazon ECS deployment is complete.

  • targetGroups :: Maybe [TargetGroupInfo]

    One pair of target groups. One is associated with the original task set. The second is associated with the task set that serves traffic after the deployment is complete.

  • testTrafficRoute :: Maybe TrafficRoute

    An optional path used by a load balancer to route test traffic after an Amazon ECS deployment. Validation can occur while test traffic is served during a deployment.

Instances

Instances details
FromJSON TargetGroupPairInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetGroupPairInfo

ToJSON TargetGroupPairInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetGroupPairInfo

Generic TargetGroupPairInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetGroupPairInfo

Associated Types

type Rep TargetGroupPairInfo :: Type -> Type #

Read TargetGroupPairInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetGroupPairInfo

Show TargetGroupPairInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetGroupPairInfo

NFData TargetGroupPairInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetGroupPairInfo

Methods

rnf :: TargetGroupPairInfo -> () #

Eq TargetGroupPairInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetGroupPairInfo

Hashable TargetGroupPairInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetGroupPairInfo

type Rep TargetGroupPairInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetGroupPairInfo

type Rep TargetGroupPairInfo = D1 ('MetaData "TargetGroupPairInfo" "Amazonka.CodeDeploy.Types.TargetGroupPairInfo" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "TargetGroupPairInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "prodTrafficRoute") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrafficRoute)) :*: (S1 ('MetaSel ('Just "targetGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TargetGroupInfo])) :*: S1 ('MetaSel ('Just "testTrafficRoute") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrafficRoute)))))

newTargetGroupPairInfo :: TargetGroupPairInfo Source #

Create a value of TargetGroupPairInfo with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:prodTrafficRoute:TargetGroupPairInfo', targetGroupPairInfo_prodTrafficRoute - The path used by a load balancer to route production traffic when an Amazon ECS deployment is complete.

$sel:targetGroups:TargetGroupPairInfo', targetGroupPairInfo_targetGroups - One pair of target groups. One is associated with the original task set. The second is associated with the task set that serves traffic after the deployment is complete.

$sel:testTrafficRoute:TargetGroupPairInfo', targetGroupPairInfo_testTrafficRoute - An optional path used by a load balancer to route test traffic after an Amazon ECS deployment. Validation can occur while test traffic is served during a deployment.

targetGroupPairInfo_prodTrafficRoute :: Lens' TargetGroupPairInfo (Maybe TrafficRoute) Source #

The path used by a load balancer to route production traffic when an Amazon ECS deployment is complete.

targetGroupPairInfo_targetGroups :: Lens' TargetGroupPairInfo (Maybe [TargetGroupInfo]) Source #

One pair of target groups. One is associated with the original task set. The second is associated with the task set that serves traffic after the deployment is complete.

targetGroupPairInfo_testTrafficRoute :: Lens' TargetGroupPairInfo (Maybe TrafficRoute) Source #

An optional path used by a load balancer to route test traffic after an Amazon ECS deployment. Validation can occur while test traffic is served during a deployment.

TargetInstances

data TargetInstances Source #

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

See: newTargetInstances smart constructor.

Constructors

TargetInstances' 

Fields

  • autoScalingGroups :: Maybe [Text]

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

  • ec2TagSet :: Maybe EC2TagSet

    Information about the groups of Amazon 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.

  • tagFilters :: Maybe [EC2TagFilter]

    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.

Instances

Instances details
FromJSON TargetInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetInstances

ToJSON TargetInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetInstances

Generic TargetInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetInstances

Associated Types

type Rep TargetInstances :: Type -> Type #

Read TargetInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetInstances

Show TargetInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetInstances

NFData TargetInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetInstances

Methods

rnf :: TargetInstances -> () #

Eq TargetInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetInstances

Hashable TargetInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetInstances

type Rep TargetInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetInstances

type Rep TargetInstances = D1 ('MetaData "TargetInstances" "Amazonka.CodeDeploy.Types.TargetInstances" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "TargetInstances'" 'PrefixI 'True) (S1 ('MetaSel ('Just "autoScalingGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "ec2TagSet") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EC2TagSet)) :*: S1 ('MetaSel ('Just "tagFilters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EC2TagFilter])))))

newTargetInstances :: TargetInstances Source #

Create a value of TargetInstances with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:autoScalingGroups:TargetInstances', targetInstances_autoScalingGroups - The names of one or more Auto Scaling groups to identify a replacement environment for a blue/green deployment.

$sel:ec2TagSet:TargetInstances', targetInstances_ec2TagSet - Information about the groups of Amazon 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.

$sel:tagFilters:TargetInstances', targetInstances_tagFilters - 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.

targetInstances_autoScalingGroups :: Lens' TargetInstances (Maybe [Text]) Source #

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

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

Information about the groups of Amazon 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.

targetInstances_tagFilters :: Lens' TargetInstances (Maybe [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.

TimeBasedCanary

data TimeBasedCanary Source #

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

See: newTimeBasedCanary smart constructor.

Constructors

TimeBasedCanary' 

Fields

  • canaryInterval :: Maybe Int

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

  • canaryPercentage :: Maybe Int

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

Instances

Instances details
FromJSON TimeBasedCanary Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TimeBasedCanary

ToJSON TimeBasedCanary Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TimeBasedCanary

Generic TimeBasedCanary Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TimeBasedCanary

Associated Types

type Rep TimeBasedCanary :: Type -> Type #

Read TimeBasedCanary Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TimeBasedCanary

Show TimeBasedCanary Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TimeBasedCanary

NFData TimeBasedCanary Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TimeBasedCanary

Methods

rnf :: TimeBasedCanary -> () #

Eq TimeBasedCanary Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TimeBasedCanary

Hashable TimeBasedCanary Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TimeBasedCanary

type Rep TimeBasedCanary Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TimeBasedCanary

type Rep TimeBasedCanary = D1 ('MetaData "TimeBasedCanary" "Amazonka.CodeDeploy.Types.TimeBasedCanary" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "TimeBasedCanary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "canaryInterval") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "canaryPercentage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))

newTimeBasedCanary :: TimeBasedCanary Source #

Create a value of TimeBasedCanary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:canaryInterval:TimeBasedCanary', timeBasedCanary_canaryInterval - The number of minutes between the first and second traffic shifts of a TimeBasedCanary deployment.

$sel:canaryPercentage:TimeBasedCanary', timeBasedCanary_canaryPercentage - The percentage of traffic to shift in the first increment of a TimeBasedCanary deployment.

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

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

timeBasedCanary_canaryPercentage :: 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 or ECS task set to another in equal increments, with an equal number of minutes between each increment. The original and target Lambda function versions or ECS task sets are specified in the deployment's AppSpec file.

See: newTimeBasedLinear smart constructor.

Constructors

TimeBasedLinear' 

Fields

  • linearInterval :: Maybe Int

    The number of minutes between each incremental traffic shift of a TimeBasedLinear deployment.

  • linearPercentage :: Maybe Int

    The percentage of traffic that is shifted at the start of each increment of a TimeBasedLinear deployment.

Instances

Instances details
FromJSON TimeBasedLinear Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TimeBasedLinear

ToJSON TimeBasedLinear Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TimeBasedLinear

Generic TimeBasedLinear Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TimeBasedLinear

Associated Types

type Rep TimeBasedLinear :: Type -> Type #

Read TimeBasedLinear Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TimeBasedLinear

Show TimeBasedLinear Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TimeBasedLinear

NFData TimeBasedLinear Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TimeBasedLinear

Methods

rnf :: TimeBasedLinear -> () #

Eq TimeBasedLinear Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TimeBasedLinear

Hashable TimeBasedLinear Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TimeBasedLinear

type Rep TimeBasedLinear Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TimeBasedLinear

type Rep TimeBasedLinear = D1 ('MetaData "TimeBasedLinear" "Amazonka.CodeDeploy.Types.TimeBasedLinear" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "TimeBasedLinear'" 'PrefixI 'True) (S1 ('MetaSel ('Just "linearInterval") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "linearPercentage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))

newTimeBasedLinear :: TimeBasedLinear Source #

Create a value of TimeBasedLinear with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:linearInterval:TimeBasedLinear', timeBasedLinear_linearInterval - The number of minutes between each incremental traffic shift of a TimeBasedLinear deployment.

$sel:linearPercentage:TimeBasedLinear', timeBasedLinear_linearPercentage - The percentage of traffic that is shifted at the start of each increment of a TimeBasedLinear deployment.

timeBasedLinear_linearInterval :: Lens' TimeBasedLinear (Maybe Int) Source #

The number of minutes between each incremental traffic shift of a TimeBasedLinear deployment.

timeBasedLinear_linearPercentage :: 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: newTimeRange smart constructor.

Constructors

TimeRange' 

Fields

  • end :: Maybe POSIX

    The end time of the time range.

    Specify null to leave the end time open-ended.

  • start :: Maybe POSIX

    The start time of the time range.

    Specify null to leave the start time open-ended.

Instances

Instances details
ToJSON TimeRange Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TimeRange

Generic TimeRange Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TimeRange

Associated Types

type Rep TimeRange :: Type -> Type #

Read TimeRange Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TimeRange

Show TimeRange Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TimeRange

NFData TimeRange Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TimeRange

Methods

rnf :: TimeRange -> () #

Eq TimeRange Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TimeRange

Hashable TimeRange Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TimeRange

type Rep TimeRange Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TimeRange

type Rep TimeRange = D1 ('MetaData "TimeRange" "Amazonka.CodeDeploy.Types.TimeRange" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "TimeRange'" 'PrefixI 'True) (S1 ('MetaSel ('Just "end") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "start") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))

newTimeRange :: TimeRange Source #

Create a value of TimeRange with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:end:TimeRange', timeRange_end - The end time of the time range.

Specify null to leave the end time open-ended.

$sel:start:TimeRange', timeRange_start - The start time of the time range.

Specify null to leave the start time open-ended.

timeRange_end :: Lens' TimeRange (Maybe UTCTime) Source #

The end time of the time range.

Specify null to leave the end time open-ended.

timeRange_start :: Lens' TimeRange (Maybe UTCTime) Source #

The start time of the time range.

Specify null to leave the start time open-ended.

TrafficRoute

data TrafficRoute Source #

Information about a listener. The listener contains the path used to route traffic that is received from the load balancer to a target group.

See: newTrafficRoute smart constructor.

Constructors

TrafficRoute' 

Fields

  • listenerArns :: Maybe [Text]

    The Amazon Resource Name (ARN) of one listener. The listener identifies the route between a target group and a load balancer. This is an array of strings with a maximum size of one.

Instances

Instances details
FromJSON TrafficRoute Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoute

ToJSON TrafficRoute Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoute

Generic TrafficRoute Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoute

Associated Types

type Rep TrafficRoute :: Type -> Type #

Read TrafficRoute Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoute

Show TrafficRoute Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoute

NFData TrafficRoute Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoute

Methods

rnf :: TrafficRoute -> () #

Eq TrafficRoute Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoute

Hashable TrafficRoute Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoute

type Rep TrafficRoute Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoute

type Rep TrafficRoute = D1 ('MetaData "TrafficRoute" "Amazonka.CodeDeploy.Types.TrafficRoute" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "TrafficRoute'" 'PrefixI 'True) (S1 ('MetaSel ('Just "listenerArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newTrafficRoute :: TrafficRoute Source #

Create a value of TrafficRoute with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:listenerArns:TrafficRoute', trafficRoute_listenerArns - The Amazon Resource Name (ARN) of one listener. The listener identifies the route between a target group and a load balancer. This is an array of strings with a maximum size of one.

trafficRoute_listenerArns :: Lens' TrafficRoute (Maybe [Text]) Source #

The Amazon Resource Name (ARN) of one listener. The listener identifies the route between a target group and a load balancer. This is an array of strings with a maximum size of one.

TrafficRoutingConfig

data TrafficRoutingConfig Source #

The configuration that specifies how traffic is shifted from one version of a Lambda function to another version during an Lambda deployment, or from one Amazon ECS task set to another during an Amazon ECS deployment.

See: newTrafficRoutingConfig smart constructor.

Constructors

TrafficRoutingConfig' 

Fields

  • timeBasedCanary :: Maybe TimeBasedCanary

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

  • timeBasedLinear :: Maybe TimeBasedLinear

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

  • type' :: Maybe TrafficRoutingType

    The type of traffic shifting (TimeBasedCanary or TimeBasedLinear) used by a deployment configuration.

Instances

Instances details
FromJSON TrafficRoutingConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoutingConfig

ToJSON TrafficRoutingConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoutingConfig

Generic TrafficRoutingConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoutingConfig

Associated Types

type Rep TrafficRoutingConfig :: Type -> Type #

Read TrafficRoutingConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoutingConfig

Show TrafficRoutingConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoutingConfig

NFData TrafficRoutingConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoutingConfig

Methods

rnf :: TrafficRoutingConfig -> () #

Eq TrafficRoutingConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoutingConfig

Hashable TrafficRoutingConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoutingConfig

type Rep TrafficRoutingConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoutingConfig

type Rep TrafficRoutingConfig = D1 ('MetaData "TrafficRoutingConfig" "Amazonka.CodeDeploy.Types.TrafficRoutingConfig" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "TrafficRoutingConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "timeBasedCanary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TimeBasedCanary)) :*: (S1 ('MetaSel ('Just "timeBasedLinear") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TimeBasedLinear)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrafficRoutingType)))))

newTrafficRoutingConfig :: TrafficRoutingConfig Source #

Create a value of TrafficRoutingConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:timeBasedCanary:TrafficRoutingConfig', trafficRoutingConfig_timeBasedCanary - A configuration that shifts traffic from one version of a Lambda function or ECS task set to another in two increments. The original and target Lambda function versions or ECS task sets are specified in the deployment's AppSpec file.

$sel:timeBasedLinear:TrafficRoutingConfig', trafficRoutingConfig_timeBasedLinear - A configuration that shifts traffic from one version of a Lambda function or Amazon ECS task set to another in equal increments, with an equal number of minutes between each increment. The original and target Lambda function versions or Amazon ECS task sets are specified in the deployment's AppSpec file.

$sel:type':TrafficRoutingConfig', trafficRoutingConfig_type - The type of traffic shifting (TimeBasedCanary or TimeBasedLinear) used by a deployment configuration.

trafficRoutingConfig_timeBasedCanary :: Lens' TrafficRoutingConfig (Maybe TimeBasedCanary) Source #

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

trafficRoutingConfig_timeBasedLinear :: Lens' TrafficRoutingConfig (Maybe TimeBasedLinear) Source #

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

trafficRoutingConfig_type :: 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: newTriggerConfig smart constructor.

Constructors

TriggerConfig' 

Fields

Instances

Instances details
FromJSON TriggerConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerConfig

ToJSON TriggerConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerConfig

Generic TriggerConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerConfig

Associated Types

type Rep TriggerConfig :: Type -> Type #

Read TriggerConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerConfig

Show TriggerConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerConfig

NFData TriggerConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerConfig

Methods

rnf :: TriggerConfig -> () #

Eq TriggerConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerConfig

Hashable TriggerConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerConfig

type Rep TriggerConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerConfig

type Rep TriggerConfig = D1 ('MetaData "TriggerConfig" "Amazonka.CodeDeploy.Types.TriggerConfig" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "TriggerConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "triggerEvents") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TriggerEventType])) :*: (S1 ('MetaSel ('Just "triggerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "triggerTargetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newTriggerConfig :: TriggerConfig Source #

Create a value of TriggerConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:triggerEvents:TriggerConfig', triggerConfig_triggerEvents - The event type or types for which notifications are triggered.

$sel:triggerName:TriggerConfig', triggerConfig_triggerName - The name of the notification trigger.

$sel:triggerTargetArn:TriggerConfig', triggerConfig_triggerTargetArn - The Amazon Resource Name (ARN) of the Amazon Simple Notification Service topic through which notifications about deployment or instance events are sent.

triggerConfig_triggerEvents :: Lens' TriggerConfig (Maybe [TriggerEventType]) Source #

The event type or types for which notifications are triggered.

triggerConfig_triggerName :: Lens' TriggerConfig (Maybe Text) Source #

The name of the notification trigger.

triggerConfig_triggerTargetArn :: Lens' TriggerConfig (Maybe Text) Source #

The Amazon Resource Name (ARN) of the Amazon Simple Notification Service topic through which notifications about deployment or instance events are sent.