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

Amazonka.CodeDeploy.Types

Description

 
Synopsis

Service Configuration

defaultService :: Service Source #

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

Errors

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

The limit for lifecycle hooks was exceeded.

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

The specified time range was specified in an invalid format.

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

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

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

The tag was specified in an invalid format.

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

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

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

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

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

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

The specified on-premises instance name is already registered.

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

An IAM user ARN was not specified.

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

The deployment group name was specified in an invalid format.

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

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

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

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

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

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

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

The IAM user ARN was specified in an invalid format.

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

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

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

The specified deployment has not started.

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

The deployment configurations limit was exceeded.

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

The role ID was not specified.

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

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

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

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

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

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

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

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

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

The target instance configuration is invalid. Possible causes include:

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

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

The specified tags are not valid.

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

The number of allowed deployments was exceeded.

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

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

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

The IAM session ARN was specified in an invalid format.

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

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

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

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

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

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

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

The maximum number of targets that can be associated with an Amazon ECS or AWS 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.

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

The deployed state filter was specified in an invalid format.

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

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

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

The application name was specified in an invalid format.

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

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

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

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

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

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

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

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

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

The specified resource could not be validated.

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

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

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

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

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

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

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

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

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

The API used does not support the deployment.

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

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

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

The tag filter was specified in an invalid format.

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

The trigger was specified in an invalid format.

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

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

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

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

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

The deployment group name was not specified.

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

A bucket name is required, but was not provided.

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

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

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

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

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

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

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

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

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

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

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

The deployment groups limit was exceeded.

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

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

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

An API function was called too frequently.

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

The deployment configuration name was specified in an invalid format.

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

The deployment configuration name was not specified.

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

At least one deployment ID must be specified.

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

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

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

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

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

The next token was specified in an invalid format.

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

The instance ID was not specified.

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

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

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

The sort order was specified in an invalid format.

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

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

_ECSServiceMappingLimitExceededException :: AsError a => Getting (First ServiceError) 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.

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

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

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

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

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

The revision was specified in an invalid format.

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

The revision ID was not specified.

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

The specified instance does not exist in the deployment group.

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

The deployment configuration is still in use.

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

The input was specified in an invalid format.

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

The tag was specified in an invalid format.

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

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

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

An on-premises instance name was not specified.

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

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

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

The maximum allowed number of triggers was exceeded.

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

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

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

The registration status was specified in an invalid format.

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

The minimum number of required application names was not specified.

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

The specified on-premises instance is not registered.

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

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

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

The specified instance status does not exist.

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

The maximum allowed number of tags was exceeded.

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

More applications were attempted to be created than are allowed.

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

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

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

The specified ARN is not in a valid format.

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

An invalid operation was detected.

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

A deployment target ID was not provided.

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

The call is missing a required GitHub account connection name.

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

The Amazon ECS service identifier is not valid.

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

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

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

The external ID was specified in an invalid format.

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

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

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

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

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

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

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

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

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

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

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

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

ApplicationRevisionSortBy

newtype ApplicationRevisionSortBy Source #

Instances

Instances details
Eq ApplicationRevisionSortBy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationRevisionSortBy

Ord ApplicationRevisionSortBy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationRevisionSortBy

Read ApplicationRevisionSortBy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationRevisionSortBy

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

NFData ApplicationRevisionSortBy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationRevisionSortBy

Hashable 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

FromJSON ApplicationRevisionSortBy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationRevisionSortBy

FromJSONKey ApplicationRevisionSortBy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationRevisionSortBy

ToLog ApplicationRevisionSortBy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationRevisionSortBy

ToHeader ApplicationRevisionSortBy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationRevisionSortBy

ToQuery 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

ToByteString 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

type Rep ApplicationRevisionSortBy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationRevisionSortBy

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

AutoRollbackEvent

newtype AutoRollbackEvent Source #

Instances

Instances details
Eq AutoRollbackEvent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoRollbackEvent

Ord AutoRollbackEvent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoRollbackEvent

Read AutoRollbackEvent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoRollbackEvent

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

NFData AutoRollbackEvent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoRollbackEvent

Methods

rnf :: AutoRollbackEvent -> () #

Hashable 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

FromJSON AutoRollbackEvent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoRollbackEvent

FromJSONKey AutoRollbackEvent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoRollbackEvent

ToLog AutoRollbackEvent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoRollbackEvent

ToHeader AutoRollbackEvent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoRollbackEvent

ToQuery 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

ToByteString 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

type Rep AutoRollbackEvent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoRollbackEvent

type Rep AutoRollbackEvent = D1 ('MetaData "AutoRollbackEvent" "Amazonka.CodeDeploy.Types.AutoRollbackEvent" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" '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
Eq BundleType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BundleType

Ord BundleType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BundleType

Read BundleType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BundleType

Show BundleType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BundleType

Generic BundleType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BundleType

Associated Types

type Rep BundleType :: Type -> Type #

NFData BundleType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BundleType

Methods

rnf :: BundleType -> () #

Hashable 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

FromJSON BundleType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BundleType

FromJSONKey BundleType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BundleType

ToLog BundleType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BundleType

ToHeader BundleType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BundleType

ToQuery BundleType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BundleType

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 #

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

type Rep BundleType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BundleType

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

ComputePlatform

newtype ComputePlatform Source #

Constructors

ComputePlatform' 

Instances

Instances details
Eq ComputePlatform Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ComputePlatform

Ord ComputePlatform Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ComputePlatform

Read ComputePlatform Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ComputePlatform

Show ComputePlatform Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ComputePlatform

Generic ComputePlatform Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ComputePlatform

Associated Types

type Rep ComputePlatform :: Type -> Type #

NFData ComputePlatform Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ComputePlatform

Methods

rnf :: ComputePlatform -> () #

Hashable 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

FromJSON ComputePlatform Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ComputePlatform

FromJSONKey ComputePlatform Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ComputePlatform

ToLog ComputePlatform Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ComputePlatform

ToHeader ComputePlatform Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ComputePlatform

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

ToByteString 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

type Rep ComputePlatform Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ComputePlatform

type Rep ComputePlatform = D1 ('MetaData "ComputePlatform" "Amazonka.CodeDeploy.Types.ComputePlatform" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" '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
Eq DeployErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeployErrorCode

Ord DeployErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeployErrorCode

Read DeployErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeployErrorCode

Show DeployErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeployErrorCode

Generic DeployErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeployErrorCode

Associated Types

type Rep DeployErrorCode :: Type -> Type #

NFData DeployErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeployErrorCode

Methods

rnf :: DeployErrorCode -> () #

Hashable 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

FromJSON DeployErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeployErrorCode

FromJSONKey DeployErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeployErrorCode

ToLog DeployErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeployErrorCode

ToHeader DeployErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeployErrorCode

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

ToByteString 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

type Rep DeployErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeployErrorCode

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

DeploymentCreator

newtype DeploymentCreator Source #

Instances

Instances details
Eq DeploymentCreator Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentCreator

Ord DeploymentCreator Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentCreator

Read DeploymentCreator Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentCreator

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

NFData DeploymentCreator Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentCreator

Methods

rnf :: DeploymentCreator -> () #

Hashable 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

FromJSON DeploymentCreator Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentCreator

FromJSONKey DeploymentCreator Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentCreator

ToLog DeploymentCreator Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentCreator

ToHeader DeploymentCreator Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentCreator

ToQuery 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

ToByteString 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

type Rep DeploymentCreator Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentCreator

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

DeploymentOption

newtype DeploymentOption Source #

Instances

Instances details
Eq DeploymentOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentOption

Ord DeploymentOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentOption

Read DeploymentOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentOption

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

NFData DeploymentOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentOption

Methods

rnf :: DeploymentOption -> () #

Hashable 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

FromJSON DeploymentOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentOption

FromJSONKey DeploymentOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentOption

ToLog DeploymentOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentOption

ToHeader DeploymentOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentOption

ToQuery 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

ToByteString 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

type Rep DeploymentOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentOption

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

DeploymentReadyAction

newtype DeploymentReadyAction Source #

Instances

Instances details
Eq DeploymentReadyAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentReadyAction

Ord DeploymentReadyAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentReadyAction

Read DeploymentReadyAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentReadyAction

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

NFData DeploymentReadyAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentReadyAction

Methods

rnf :: DeploymentReadyAction -> () #

Hashable 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

FromJSON DeploymentReadyAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentReadyAction

FromJSONKey DeploymentReadyAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentReadyAction

ToLog DeploymentReadyAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentReadyAction

ToHeader DeploymentReadyAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentReadyAction

ToQuery 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

ToByteString 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

type Rep DeploymentReadyAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentReadyAction

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

DeploymentStatus

newtype DeploymentStatus Source #

Instances

Instances details
Eq DeploymentStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentStatus

Ord DeploymentStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentStatus

Read DeploymentStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentStatus

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

NFData DeploymentStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentStatus

Methods

rnf :: DeploymentStatus -> () #

Hashable 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

FromJSON DeploymentStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentStatus

FromJSONKey DeploymentStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentStatus

ToLog DeploymentStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentStatus

ToHeader DeploymentStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentStatus

ToQuery 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

ToByteString 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

type Rep DeploymentStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentStatus

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

DeploymentTargetType

newtype DeploymentTargetType Source #

Instances

Instances details
Eq DeploymentTargetType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTargetType

Ord DeploymentTargetType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTargetType

Read DeploymentTargetType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTargetType

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

NFData DeploymentTargetType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTargetType

Methods

rnf :: DeploymentTargetType -> () #

Hashable 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

FromJSON DeploymentTargetType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTargetType

FromJSONKey DeploymentTargetType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTargetType

ToLog DeploymentTargetType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTargetType

ToHeader DeploymentTargetType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTargetType

ToQuery 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

ToByteString 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

type Rep DeploymentTargetType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTargetType

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

DeploymentType

newtype DeploymentType Source #

Constructors

DeploymentType' 

Instances

Instances details
Eq DeploymentType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentType

Ord DeploymentType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentType

Read DeploymentType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentType

Show DeploymentType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentType

Generic DeploymentType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentType

Associated Types

type Rep DeploymentType :: Type -> Type #

NFData DeploymentType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentType

Methods

rnf :: DeploymentType -> () #

Hashable 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

FromJSON DeploymentType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentType

FromJSONKey DeploymentType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentType

ToLog DeploymentType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentType

ToHeader DeploymentType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentType

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

ToByteString 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

type Rep DeploymentType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentType

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

DeploymentWaitType

newtype DeploymentWaitType Source #

Instances

Instances details
Eq DeploymentWaitType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentWaitType

Ord DeploymentWaitType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentWaitType

Read DeploymentWaitType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentWaitType

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

NFData DeploymentWaitType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentWaitType

Methods

rnf :: DeploymentWaitType -> () #

Hashable 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

FromJSON DeploymentWaitType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentWaitType

FromJSONKey DeploymentWaitType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentWaitType

ToLog DeploymentWaitType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentWaitType

ToHeader DeploymentWaitType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentWaitType

ToQuery 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

ToByteString 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

type Rep DeploymentWaitType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentWaitType

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

EC2TagFilterType

newtype EC2TagFilterType Source #

Instances

Instances details
Eq EC2TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagFilterType

Ord EC2TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagFilterType

Read EC2TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagFilterType

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

NFData EC2TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagFilterType

Methods

rnf :: EC2TagFilterType -> () #

Hashable 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

FromJSON EC2TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagFilterType

FromJSONKey EC2TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagFilterType

ToLog EC2TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagFilterType

ToHeader EC2TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagFilterType

ToQuery 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

ToByteString 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

type Rep EC2TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagFilterType

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

FileExistsBehavior

newtype FileExistsBehavior Source #

Instances

Instances details
Eq FileExistsBehavior Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.FileExistsBehavior

Ord FileExistsBehavior Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.FileExistsBehavior

Read FileExistsBehavior Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.FileExistsBehavior

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

NFData FileExistsBehavior Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.FileExistsBehavior

Methods

rnf :: FileExistsBehavior -> () #

Hashable 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

FromJSON FileExistsBehavior Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.FileExistsBehavior

FromJSONKey FileExistsBehavior Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.FileExistsBehavior

ToLog FileExistsBehavior Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.FileExistsBehavior

ToHeader FileExistsBehavior Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.FileExistsBehavior

ToQuery 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

ToByteString 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

type Rep FileExistsBehavior Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.FileExistsBehavior

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

GreenFleetProvisioningAction

newtype GreenFleetProvisioningAction Source #

Instances

Instances details
Eq GreenFleetProvisioningAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GreenFleetProvisioningAction

Ord GreenFleetProvisioningAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GreenFleetProvisioningAction

Read GreenFleetProvisioningAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GreenFleetProvisioningAction

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

NFData GreenFleetProvisioningAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GreenFleetProvisioningAction

Hashable 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

FromJSON GreenFleetProvisioningAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GreenFleetProvisioningAction

FromJSONKey GreenFleetProvisioningAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GreenFleetProvisioningAction

ToLog GreenFleetProvisioningAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GreenFleetProvisioningAction

ToHeader GreenFleetProvisioningAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GreenFleetProvisioningAction

ToQuery 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

ToByteString 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

type Rep GreenFleetProvisioningAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GreenFleetProvisioningAction

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

InstanceAction

newtype InstanceAction Source #

Constructors

InstanceAction' 

Instances

Instances details
Eq InstanceAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceAction

Ord InstanceAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceAction

Read InstanceAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceAction

Show InstanceAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceAction

Generic InstanceAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceAction

Associated Types

type Rep InstanceAction :: Type -> Type #

NFData InstanceAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceAction

Methods

rnf :: InstanceAction -> () #

Hashable 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

FromJSON InstanceAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceAction

FromJSONKey InstanceAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceAction

ToLog InstanceAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceAction

ToHeader InstanceAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceAction

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

ToByteString 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

type Rep InstanceAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceAction

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

LifecycleErrorCode

newtype LifecycleErrorCode Source #

Instances

Instances details
Eq LifecycleErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleErrorCode

Ord LifecycleErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleErrorCode

Read LifecycleErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleErrorCode

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

NFData LifecycleErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleErrorCode

Methods

rnf :: LifecycleErrorCode -> () #

Hashable 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

FromJSON LifecycleErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleErrorCode

FromJSONKey LifecycleErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleErrorCode

ToLog LifecycleErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleErrorCode

ToHeader LifecycleErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleErrorCode

ToQuery 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

ToByteString 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

type Rep LifecycleErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleErrorCode

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

LifecycleEventStatus

newtype LifecycleEventStatus Source #

Instances

Instances details
Eq LifecycleEventStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleEventStatus

Ord LifecycleEventStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleEventStatus

Read LifecycleEventStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleEventStatus

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

NFData LifecycleEventStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleEventStatus

Methods

rnf :: LifecycleEventStatus -> () #

Hashable 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

FromJSON LifecycleEventStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleEventStatus

FromJSONKey LifecycleEventStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleEventStatus

ToLog LifecycleEventStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleEventStatus

ToHeader LifecycleEventStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleEventStatus

ToQuery 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

ToByteString 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

type Rep LifecycleEventStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleEventStatus

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

ListStateFilterAction

newtype ListStateFilterAction Source #

Instances

Instances details
Eq ListStateFilterAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ListStateFilterAction

Ord ListStateFilterAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ListStateFilterAction

Read ListStateFilterAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ListStateFilterAction

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

NFData ListStateFilterAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ListStateFilterAction

Methods

rnf :: ListStateFilterAction -> () #

Hashable 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

FromJSON ListStateFilterAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ListStateFilterAction

FromJSONKey ListStateFilterAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ListStateFilterAction

ToLog ListStateFilterAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ListStateFilterAction

ToHeader ListStateFilterAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ListStateFilterAction

ToQuery 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

ToByteString 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

type Rep ListStateFilterAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ListStateFilterAction

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

MinimumHealthyHostsType

newtype MinimumHealthyHostsType Source #

Instances

Instances details
Eq MinimumHealthyHostsType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.MinimumHealthyHostsType

Ord MinimumHealthyHostsType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.MinimumHealthyHostsType

Read MinimumHealthyHostsType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.MinimumHealthyHostsType

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

NFData MinimumHealthyHostsType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.MinimumHealthyHostsType

Methods

rnf :: MinimumHealthyHostsType -> () #

Hashable 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

FromJSON MinimumHealthyHostsType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.MinimumHealthyHostsType

FromJSONKey MinimumHealthyHostsType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.MinimumHealthyHostsType

ToLog MinimumHealthyHostsType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.MinimumHealthyHostsType

ToHeader MinimumHealthyHostsType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.MinimumHealthyHostsType

ToQuery 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

ToByteString 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

type Rep MinimumHealthyHostsType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.MinimumHealthyHostsType

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

OutdatedInstancesStrategy

newtype OutdatedInstancesStrategy Source #

Instances

Instances details
Eq OutdatedInstancesStrategy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OutdatedInstancesStrategy

Ord OutdatedInstancesStrategy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OutdatedInstancesStrategy

Read OutdatedInstancesStrategy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OutdatedInstancesStrategy

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

NFData OutdatedInstancesStrategy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OutdatedInstancesStrategy

Hashable 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

FromJSON OutdatedInstancesStrategy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OutdatedInstancesStrategy

FromJSONKey OutdatedInstancesStrategy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OutdatedInstancesStrategy

ToLog OutdatedInstancesStrategy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OutdatedInstancesStrategy

ToHeader OutdatedInstancesStrategy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OutdatedInstancesStrategy

ToQuery 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

ToByteString 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

type Rep OutdatedInstancesStrategy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OutdatedInstancesStrategy

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

RegistrationStatus

newtype RegistrationStatus Source #

Instances

Instances details
Eq RegistrationStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RegistrationStatus

Ord RegistrationStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RegistrationStatus

Read RegistrationStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RegistrationStatus

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

NFData RegistrationStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RegistrationStatus

Methods

rnf :: RegistrationStatus -> () #

Hashable 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

FromJSON RegistrationStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RegistrationStatus

FromJSONKey RegistrationStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RegistrationStatus

ToLog RegistrationStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RegistrationStatus

ToHeader RegistrationStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RegistrationStatus

ToQuery 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

ToByteString 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

type Rep RegistrationStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RegistrationStatus

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

RevisionLocationType

newtype RevisionLocationType Source #

Instances

Instances details
Eq RevisionLocationType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionLocationType

Ord RevisionLocationType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionLocationType

Read RevisionLocationType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionLocationType

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

NFData RevisionLocationType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionLocationType

Methods

rnf :: RevisionLocationType -> () #

Hashable 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

FromJSON RevisionLocationType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionLocationType

FromJSONKey RevisionLocationType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionLocationType

ToLog RevisionLocationType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionLocationType

ToHeader RevisionLocationType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionLocationType

ToQuery 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

ToByteString 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

type Rep RevisionLocationType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionLocationType

type Rep RevisionLocationType = D1 ('MetaData "RevisionLocationType" "Amazonka.CodeDeploy.Types.RevisionLocationType" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" '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
Eq SortOrder Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.SortOrder

Ord SortOrder Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.SortOrder

Read SortOrder Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.SortOrder

Show SortOrder Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.SortOrder

Generic SortOrder Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.SortOrder

Associated Types

type Rep SortOrder :: Type -> Type #

NFData SortOrder Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.SortOrder

Methods

rnf :: SortOrder -> () #

Hashable 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

FromJSON SortOrder Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.SortOrder

FromJSONKey SortOrder Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.SortOrder

ToLog SortOrder Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.SortOrder

ToHeader SortOrder Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.SortOrder

ToQuery SortOrder Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.SortOrder

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 #

ToByteString SortOrder Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.SortOrder

Methods

toBS :: SortOrder -> ByteString #

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 #

type Rep SortOrder Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.SortOrder

type Rep SortOrder = D1 ('MetaData "SortOrder" "Amazonka.CodeDeploy.Types.SortOrder" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" '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
Eq StopStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.StopStatus

Ord StopStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.StopStatus

Read StopStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.StopStatus

Show StopStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.StopStatus

Generic StopStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.StopStatus

Associated Types

type Rep StopStatus :: Type -> Type #

NFData StopStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.StopStatus

Methods

rnf :: StopStatus -> () #

Hashable 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

FromJSON StopStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.StopStatus

FromJSONKey StopStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.StopStatus

ToLog StopStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.StopStatus

ToHeader StopStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.StopStatus

ToQuery StopStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.StopStatus

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 #

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

type Rep StopStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.StopStatus

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

TagFilterType

newtype TagFilterType Source #

Constructors

TagFilterType' 

Instances

Instances details
Eq TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilterType

Ord TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilterType

Read TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilterType

Show TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilterType

Generic TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilterType

Associated Types

type Rep TagFilterType :: Type -> Type #

NFData TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilterType

Methods

rnf :: TagFilterType -> () #

Hashable 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

FromJSON TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilterType

FromJSONKey TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilterType

ToLog TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilterType

ToHeader TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilterType

ToQuery TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilterType

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 #

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

type Rep TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilterType

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

TargetFilterName

newtype TargetFilterName Source #

Instances

Instances details
Eq TargetFilterName Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetFilterName

Ord TargetFilterName Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetFilterName

Read TargetFilterName Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetFilterName

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

NFData TargetFilterName Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetFilterName

Methods

rnf :: TargetFilterName -> () #

Hashable 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

FromJSON TargetFilterName Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetFilterName

FromJSONKey TargetFilterName Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetFilterName

ToLog TargetFilterName Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetFilterName

ToHeader TargetFilterName Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetFilterName

ToQuery 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

ToByteString 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

type Rep TargetFilterName Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetFilterName

type Rep TargetFilterName = D1 ('MetaData "TargetFilterName" "Amazonka.CodeDeploy.Types.TargetFilterName" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" '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
Eq TargetLabel Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetLabel

Ord TargetLabel Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetLabel

Read TargetLabel Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetLabel

Show TargetLabel Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetLabel

Generic TargetLabel Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetLabel

Associated Types

type Rep TargetLabel :: Type -> Type #

NFData TargetLabel Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetLabel

Methods

rnf :: TargetLabel -> () #

Hashable 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

FromJSON TargetLabel Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetLabel

FromJSONKey TargetLabel Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetLabel

ToLog TargetLabel Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetLabel

ToHeader TargetLabel Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetLabel

ToQuery TargetLabel Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetLabel

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 #

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

type Rep TargetLabel Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetLabel

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

TargetStatus

newtype TargetStatus Source #

Constructors

TargetStatus' 

Instances

Instances details
Eq TargetStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetStatus

Ord TargetStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetStatus

Read TargetStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetStatus

Show TargetStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetStatus

Generic TargetStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetStatus

Associated Types

type Rep TargetStatus :: Type -> Type #

NFData TargetStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetStatus

Methods

rnf :: TargetStatus -> () #

Hashable 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

FromJSON TargetStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetStatus

FromJSONKey TargetStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetStatus

ToLog TargetStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetStatus

ToHeader TargetStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetStatus

ToQuery TargetStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetStatus

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 #

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

type Rep TargetStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetStatus

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

TrafficRoutingType

newtype TrafficRoutingType Source #

Instances

Instances details
Eq TrafficRoutingType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoutingType

Ord TrafficRoutingType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoutingType

Read TrafficRoutingType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoutingType

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

NFData TrafficRoutingType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoutingType

Methods

rnf :: TrafficRoutingType -> () #

Hashable 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

FromJSON TrafficRoutingType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoutingType

FromJSONKey TrafficRoutingType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoutingType

ToLog TrafficRoutingType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoutingType

ToHeader TrafficRoutingType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoutingType

ToQuery 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

ToByteString 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

type Rep TrafficRoutingType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoutingType

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

TriggerEventType

newtype TriggerEventType Source #

Instances

Instances details
Eq TriggerEventType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerEventType

Ord TriggerEventType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerEventType

Read TriggerEventType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerEventType

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

NFData TriggerEventType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerEventType

Methods

rnf :: TriggerEventType -> () #

Hashable 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

FromJSON TriggerEventType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerEventType

FromJSONKey TriggerEventType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerEventType

ToLog TriggerEventType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerEventType

ToHeader TriggerEventType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerEventType

ToQuery 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

ToByteString 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

type Rep TriggerEventType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerEventType

type Rep TriggerEventType = D1 ('MetaData "TriggerEventType" "Amazonka.CodeDeploy.Types.TriggerEventType" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" '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
Eq Alarm Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.Alarm

Methods

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

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

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 #

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 #

NFData Alarm Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.Alarm

Methods

rnf :: Alarm -> () #

Hashable Alarm Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.Alarm

Methods

hashWithSalt :: Int -> Alarm -> Int #

hash :: Alarm -> Int #

ToJSON Alarm Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.Alarm

FromJSON Alarm Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.Alarm

type Rep Alarm Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.Alarm

type Rep Alarm = D1 ('MetaData "Alarm" "Amazonka.CodeDeploy.Types.Alarm" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" '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 the deployment group.

See: newAlarmConfiguration smart constructor.

Constructors

AlarmConfiguration' 

Fields

  • 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.
  • enabled :: Maybe Bool

    Indicates whether the alarm configuration is enabled.

  • alarms :: Maybe [Alarm]

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

Instances

Instances details
Eq AlarmConfiguration Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AlarmConfiguration

Read AlarmConfiguration Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AlarmConfiguration

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

NFData AlarmConfiguration Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AlarmConfiguration

Methods

rnf :: AlarmConfiguration -> () #

Hashable AlarmConfiguration Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AlarmConfiguration

ToJSON AlarmConfiguration Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AlarmConfiguration

FromJSON 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" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "AlarmConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "ignorePollAlarmFailure") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "alarms") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Alarm])))))

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

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

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

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.

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

Indicates whether the alarm configuration is enabled.

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

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

AppSpecContent

data AppSpecContent Source #

A revision for an AWS Lambda or Amazon ECS deployment that is a YAML-formatted or JSON-formatted string. For AWS 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 AWS 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
Eq AppSpecContent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AppSpecContent

Read AppSpecContent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AppSpecContent

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

NFData AppSpecContent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AppSpecContent

Methods

rnf :: AppSpecContent -> () #

Hashable AppSpecContent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AppSpecContent

ToJSON AppSpecContent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AppSpecContent

FromJSON 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" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" '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 AWS 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 AWS 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
Eq ApplicationInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationInfo

Read ApplicationInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationInfo

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

NFData ApplicationInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationInfo

Methods

rnf :: ApplicationInfo -> () #

Hashable ApplicationInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationInfo

FromJSON 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" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "ApplicationInfo'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "linkedToGitHub") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "computePlatform") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComputePlatform)) :*: S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "gitHubAccountName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))))

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:linkedToGitHub:ApplicationInfo', applicationInfo_linkedToGitHub - True if the user has authenticated with GitHub for the specified application. Otherwise, false.

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

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

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

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

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

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

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_gitHubAccountName :: Lens' ApplicationInfo (Maybe Text) Source #

The name for a connection to a GitHub account.

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

The time at which the application was created.

AutoRollbackConfiguration

data AutoRollbackConfiguration Source #

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

See: newAutoRollbackConfiguration smart constructor.

Constructors

AutoRollbackConfiguration' 

Fields

Instances

Instances details
Eq AutoRollbackConfiguration Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoRollbackConfiguration

Read AutoRollbackConfiguration Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoRollbackConfiguration

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

NFData AutoRollbackConfiguration Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoRollbackConfiguration

Hashable AutoRollbackConfiguration Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoRollbackConfiguration

ToJSON AutoRollbackConfiguration Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoRollbackConfiguration

FromJSON 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" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" '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
Eq AutoScalingGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoScalingGroup

Read AutoScalingGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoScalingGroup

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

NFData AutoScalingGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoScalingGroup

Methods

rnf :: AutoScalingGroup -> () #

Hashable AutoScalingGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoScalingGroup

FromJSON 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" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" '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
Eq BlueGreenDeploymentConfiguration Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BlueGreenDeploymentConfiguration

Read BlueGreenDeploymentConfiguration Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BlueGreenDeploymentConfiguration

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

NFData BlueGreenDeploymentConfiguration Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BlueGreenDeploymentConfiguration

Hashable BlueGreenDeploymentConfiguration Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BlueGreenDeploymentConfiguration

ToJSON BlueGreenDeploymentConfiguration Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BlueGreenDeploymentConfiguration

FromJSON 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" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" '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
Eq BlueInstanceTerminationOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BlueInstanceTerminationOption

Read BlueInstanceTerminationOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BlueInstanceTerminationOption

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

NFData BlueInstanceTerminationOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BlueInstanceTerminationOption

Hashable BlueInstanceTerminationOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BlueInstanceTerminationOption

ToJSON BlueInstanceTerminationOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BlueInstanceTerminationOption

FromJSON 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" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" '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 AWS 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
Eq CloudFormationTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.CloudFormationTarget

Read CloudFormationTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.CloudFormationTarget

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

NFData CloudFormationTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.CloudFormationTarget

Methods

rnf :: CloudFormationTarget -> () #

Hashable CloudFormationTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.CloudFormationTarget

FromJSON 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" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "CloudFormationTarget'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "targetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TargetStatus)) :*: S1 ('MetaSel ('Just "deploymentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "resourceType") '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 "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:targetId:CloudFormationTarget', cloudFormationTarget_targetId - The unique ID of a deployment target that has a type of CloudFormationTarget.

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

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

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

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

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

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

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

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

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

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

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

The unique ID of an AWS CloudFormation blue/green deployment.

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

The resource type for the AWS CloudFormation blue/green deployment.

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

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

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

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

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

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

DeploymentConfigInfo

data DeploymentConfigInfo Source #

Information about a deployment configuration.

See: newDeploymentConfigInfo smart constructor.

Constructors

DeploymentConfigInfo' 

Fields

Instances

Instances details
Eq DeploymentConfigInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentConfigInfo

Read DeploymentConfigInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentConfigInfo

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

NFData DeploymentConfigInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentConfigInfo

Methods

rnf :: DeploymentConfigInfo -> () #

Hashable DeploymentConfigInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentConfigInfo

FromJSON 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" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "DeploymentConfigInfo'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "deploymentConfigName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "computePlatform") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComputePlatform)) :*: S1 ('MetaSel ('Just "minimumHealthyHosts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MinimumHealthyHosts)))) :*: (S1 ('MetaSel ('Just "trafficRoutingConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrafficRoutingConfig)) :*: (S1 ('MetaSel ('Just "deploymentConfigId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))))

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:deploymentConfigName:DeploymentConfigInfo', deploymentConfigInfo_deploymentConfigName - The deployment configuration name.

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

$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 ECS compute platform only.

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

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

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

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

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 ECS compute platform only.

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

The time at which the deployment configuration was created.

DeploymentGroupInfo

data DeploymentGroupInfo Source #

Information about a deployment group.

See: newDeploymentGroupInfo smart constructor.

Constructors

DeploymentGroupInfo' 

Fields

Instances

Instances details
Eq DeploymentGroupInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentGroupInfo

Read DeploymentGroupInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentGroupInfo

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

NFData DeploymentGroupInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentGroupInfo

Methods

rnf :: DeploymentGroupInfo -> () #

Hashable DeploymentGroupInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentGroupInfo

FromJSON 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" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "DeploymentGroupInfo'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "serviceRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "ec2TagSet") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EC2TagSet))) :*: (S1 ('MetaSel ('Just "deploymentConfigName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lastAttemptedDeployment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LastDeploymentInfo)) :*: S1 ('MetaSel ('Just "onPremisesTagSet") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OnPremisesTagSet))))) :*: ((S1 ('MetaSel ('Just "computePlatform") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComputePlatform)) :*: (S1 ('MetaSel ('Just "targetRevision") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RevisionLocation)) :*: S1 ('MetaSel ('Just "ec2TagFilters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EC2TagFilter])))) :*: (S1 ('MetaSel ('Just "ecsServices") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ECSService])) :*: (S1 ('MetaSel ('Just "blueGreenDeploymentConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BlueGreenDeploymentConfiguration)) :*: S1 ('MetaSel ('Just "loadBalancerInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LoadBalancerInfo)))))) :*: (((S1 ('MetaSel ('Just "outdatedInstancesStrategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OutdatedInstancesStrategy)) :*: S1 ('MetaSel ('Just "onPremisesInstanceTagFilters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TagFilter]))) :*: (S1 ('MetaSel ('Just "lastSuccessfulDeployment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LastDeploymentInfo)) :*: (S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "alarmConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AlarmConfiguration))))) :*: ((S1 ('MetaSel ('Just "triggerConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TriggerConfig])) :*: (S1 ('MetaSel ('Just "deploymentGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "autoScalingGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AutoScalingGroup])))) :*: (S1 ('MetaSel ('Just "deploymentStyle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeploymentStyle)) :*: (S1 ('MetaSel ('Just "autoRollbackConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoRollbackConfiguration)) :*: S1 ('MetaSel ('Just "deploymentGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))))

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:serviceRoleArn:DeploymentGroupInfo', deploymentGroupInfo_serviceRoleArn - A service role Amazon Resource Name (ARN) that grants CodeDeploy permission to make calls to AWS services on your behalf. For more information, see Create a Service Role for AWS CodeDeploy in the AWS CodeDeploy User Guide.

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

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

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

$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:computePlatform:DeploymentGroupInfo', deploymentGroupInfo_computePlatform - The destination platform type for the deployment (Lambda, Server, or ECS).

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

$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: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:blueGreenDeploymentConfiguration:DeploymentGroupInfo', deploymentGroupInfo_blueGreenDeploymentConfiguration - Information about blue/green deployment options for a deployment group.

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

$sel:outdatedInstancesStrategy:DeploymentGroupInfo', deploymentGroupInfo_outdatedInstancesStrategy - Indicates what happens when new 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 EC2 instances.

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

$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:lastSuccessfulDeployment:DeploymentGroupInfo', deploymentGroupInfo_lastSuccessfulDeployment - Information about the most recent successful deployment to the deployment group.

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

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

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

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

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

$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:autoRollbackConfiguration:DeploymentGroupInfo', deploymentGroupInfo_autoRollbackConfiguration - Information about the automatic rollback configuration associated with the deployment group.

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

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

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

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

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

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

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

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_computePlatform :: Lens' DeploymentGroupInfo (Maybe ComputePlatform) Source #

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

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

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

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_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_blueGreenDeploymentConfiguration :: Lens' DeploymentGroupInfo (Maybe BlueGreenDeploymentConfiguration) Source #

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

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

Information about the load balancer to use in a deployment.

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

Indicates what happens when new 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 EC2 instances.

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

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_lastSuccessfulDeployment :: Lens' DeploymentGroupInfo (Maybe LastDeploymentInfo) Source #

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

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

A list of alarms associated with the deployment group.

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

Information about triggers associated with the deployment group.

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_autoRollbackConfiguration :: Lens' DeploymentGroupInfo (Maybe AutoRollbackConfiguration) Source #

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

DeploymentInfo

data DeploymentInfo Source #

Information about a deployment.

See: newDeploymentInfo smart constructor.

Constructors

DeploymentInfo' 

Fields

  • 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 EC2 instances.
  • status :: Maybe DeploymentStatus

    The current state of the deployment as a whole.

  • deploymentId :: Maybe Text

    The unique ID of a deployment.

  • deploymentConfigName :: Maybe Text

    The deployment configuration name.

  • computePlatform :: Maybe ComputePlatform

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

  • previousRevision :: Maybe RevisionLocation

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

  • 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.

  • deploymentStatusMessages :: Maybe [Text]

    Messages that contain information about the status of a deployment.

  • relatedDeployments :: Maybe RelatedDeployments
     
  • 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.

  • completeTime :: Maybe POSIX

    A timestamp that indicates when the deployment was complete.

  • blueGreenDeploymentConfiguration :: Maybe BlueGreenDeploymentConfiguration

    Information about blue/green deployment options for this deployment.

  • errorInformation :: Maybe ErrorInformation

    Information about any error associated with this deployment.

  • loadBalancerInfo :: Maybe LoadBalancerInfo

    Information about the load balancer used in the deployment.

  • 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.

  • deploymentOverview :: Maybe DeploymentOverview

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

  • fileExistsBehavior :: Maybe FileExistsBehavior

    Information about how AWS CodeDeploy handles files that already exist in a deployment target location but weren't part of the previous successful deployment.

    • DISALLOW: The deployment fails. This is also the default behavior if no option is specified.
    • OVERWRITE: The version of the file from the application revision currently being deployed replaces the version already on the instance.
    • RETAIN: The version of the file already on the instance is kept and used as part of the new deployment.
  • applicationName :: Maybe Text

    The application name.

  • rollbackInfo :: Maybe RollbackInfo

    Information about a deployment rollback.

  • externalId :: Maybe Text

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

  • targetInstances :: Maybe TargetInstances

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

  • revision :: Maybe RevisionLocation

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

  • description :: Maybe Text

    A comment about the 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.

  • createTime :: Maybe POSIX

    A timestamp that indicates when the deployment was created.

  • autoRollbackConfiguration :: Maybe AutoRollbackConfiguration

    Information about the automatic rollback configuration associated with the deployment.

  • updateOutdatedInstancesOnly :: Maybe Bool

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

  • deploymentGroupName :: Maybe Text

    The deployment group name.

  • 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 AWS 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.

Instances

Instances details
Eq DeploymentInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentInfo

Read DeploymentInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentInfo

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

NFData DeploymentInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentInfo

Methods

rnf :: DeploymentInfo -> () #

Hashable DeploymentInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentInfo

FromJSON 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" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "DeploymentInfo'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "creator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeploymentCreator)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeploymentStatus)) :*: S1 ('MetaSel ('Just "deploymentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "deploymentConfigName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "computePlatform") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComputePlatform))) :*: (S1 ('MetaSel ('Just "previousRevision") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RevisionLocation)) :*: S1 ('MetaSel ('Just "instanceTerminationWaitTimeStarted") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))) :*: ((S1 ('MetaSel ('Just "deploymentStatusMessages") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "relatedDeployments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RelatedDeployments)) :*: S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "completeTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "blueGreenDeploymentConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BlueGreenDeploymentConfiguration))) :*: (S1 ('MetaSel ('Just "errorInformation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ErrorInformation)) :*: S1 ('MetaSel ('Just "loadBalancerInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LoadBalancerInfo)))))) :*: (((S1 ('MetaSel ('Just "additionalDeploymentStatusInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "deploymentOverview") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeploymentOverview)) :*: S1 ('MetaSel ('Just "fileExistsBehavior") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FileExistsBehavior)))) :*: ((S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "rollbackInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RollbackInfo))) :*: (S1 ('MetaSel ('Just "externalId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "targetInstances") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TargetInstances))))) :*: (((S1 ('MetaSel ('Just "revision") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RevisionLocation)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "deploymentStyle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeploymentStyle)) :*: S1 ('MetaSel ('Just "createTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "autoRollbackConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoRollbackConfiguration)) :*: S1 ('MetaSel ('Just "updateOutdatedInstancesOnly") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "deploymentGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "ignoreApplicationStopFailures") '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: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 EC2 instances.

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

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

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

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

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

$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:deploymentStatusMessages:DeploymentInfo', deploymentInfo_deploymentStatusMessages - Messages that contain information about the status of a deployment.

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

$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:completeTime:DeploymentInfo', deploymentInfo_completeTime - A timestamp that indicates when the deployment was complete.

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

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

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

$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:deploymentOverview:DeploymentInfo', deploymentInfo_deploymentOverview - A summary of the deployment status of the instances in the deployment.

$sel:fileExistsBehavior:DeploymentInfo', deploymentInfo_fileExistsBehavior - Information about how AWS CodeDeploy handles files that already exist in a deployment target location but weren't part of the previous successful deployment.

  • DISALLOW: The deployment fails. This is also the default behavior if no option is specified.
  • OVERWRITE: The version of the file from the application revision currently being deployed replaces the version already on the instance.
  • RETAIN: The version of the file already on the instance is kept and used as part of the new deployment.

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

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

$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:targetInstances:DeploymentInfo', deploymentInfo_targetInstances - Information about the instances that belong to the replacement environment in a blue/green deployment.

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

$sel:description:DeploymentInfo', deploymentInfo_description - A comment about the 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:createTime:DeploymentInfo', deploymentInfo_createTime - A timestamp that indicates when the deployment was created.

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

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

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

$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 AWS 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_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 EC2 instances.

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

The current state of the deployment as a whole.

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

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

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_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_deploymentStatusMessages :: Lens' DeploymentInfo (Maybe [Text]) Source #

Messages that contain information about the status of a deployment.

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_completeTime :: Lens' DeploymentInfo (Maybe UTCTime) Source #

A timestamp that indicates when the deployment was complete.

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

Information about blue/green deployment options for this deployment.

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

Information about any error associated with this deployment.

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

Information about the load balancer used in the deployment.

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_deploymentOverview :: Lens' DeploymentInfo (Maybe DeploymentOverview) Source #

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

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

Information about how AWS CodeDeploy handles files that already exist in a deployment target location but weren't part of the previous successful deployment.

  • DISALLOW: The deployment fails. This is also the default behavior if no option is specified.
  • OVERWRITE: The version of the file from the application revision currently being deployed replaces the version already on the instance.
  • RETAIN: The version of the file already on the instance is kept and used as part of the new deployment.

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

Information about a deployment rollback.

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_targetInstances :: Lens' DeploymentInfo (Maybe TargetInstances) Source #

Information about the instances that belong to the replacement environment in a blue/green 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_description :: Lens' DeploymentInfo (Maybe Text) Source #

A comment about the 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_createTime :: Lens' DeploymentInfo (Maybe UTCTime) Source #

A timestamp that indicates when the deployment was created.

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

Information about the automatic rollback configuration associated with the 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.

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 AWS 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.

DeploymentOverview

data DeploymentOverview Source #

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

See: newDeploymentOverview smart constructor.

Constructors

DeploymentOverview' 

Fields

  • pending :: Maybe Integer

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

  • skipped :: Maybe Integer

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

  • inProgress :: Maybe Integer

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

  • succeeded :: Maybe Integer

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

  • ready :: Maybe Integer

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

  • failed :: Maybe Integer

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

Instances

Instances details
Eq DeploymentOverview Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentOverview

Read DeploymentOverview Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentOverview

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

NFData DeploymentOverview Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentOverview

Methods

rnf :: DeploymentOverview -> () #

Hashable DeploymentOverview Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentOverview

FromJSON 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" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "DeploymentOverview'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "pending") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "skipped") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "inProgress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)))) :*: (S1 ('MetaSel ('Just "succeeded") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "ready") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "failed") '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:pending:DeploymentOverview', deploymentOverview_pending - The number of instances in the deployment in a pending state.

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

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

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

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

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

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

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

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

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

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

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

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

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

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_failed :: Lens' DeploymentOverview (Maybe Integer) Source #

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

DeploymentReadyOption

data DeploymentReadyOption Source #

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

See: 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
Eq DeploymentReadyOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentReadyOption

Read DeploymentReadyOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentReadyOption

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

NFData DeploymentReadyOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentReadyOption

Methods

rnf :: DeploymentReadyOption -> () #

Hashable DeploymentReadyOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentReadyOption

ToJSON DeploymentReadyOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentReadyOption

FromJSON 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" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" '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
Eq DeploymentStyle Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentStyle

Read DeploymentStyle Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentStyle

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

NFData DeploymentStyle Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentStyle

Methods

rnf :: DeploymentStyle -> () #

Hashable DeploymentStyle Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentStyle

ToJSON DeploymentStyle Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentStyle

FromJSON 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" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" '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
Eq DeploymentTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTarget

Read DeploymentTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTarget

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

NFData DeploymentTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTarget

Methods

rnf :: DeploymentTarget -> () #

Hashable DeploymentTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTarget

FromJSON 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" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "DeploymentTarget'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "instanceTarget") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstanceTarget)) :*: S1 ('MetaSel ('Just "cloudFormationTarget") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CloudFormationTarget))) :*: (S1 ('MetaSel ('Just "ecsTarget") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ECSTarget)) :*: (S1 ('MetaSel ('Just "deploymentTargetType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeploymentTargetType)) :*: 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:instanceTarget:DeploymentTarget', deploymentTarget_instanceTarget - Information about the target for a deployment that uses the EC2/On-premises compute platform.

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

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

$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:lambdaTarget:DeploymentTarget', deploymentTarget_lambdaTarget - Information about the target for a deployment that uses the AWS Lambda 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_ecsTarget :: Lens' DeploymentTarget (Maybe ECSTarget) Source #

Information about the target for a deployment that uses the Amazon ECS 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_lambdaTarget :: Lens' DeploymentTarget (Maybe LambdaTarget) Source #

Information about the target for a deployment that uses the AWS 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

  • logTail :: Maybe Text

    The last portion of the diagnostic log.

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

  • 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.
  • scriptName :: Maybe Text

    The name of the script.

  • message :: Maybe Text

    The message associated with the error.

Instances

Instances details
Eq Diagnostics Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.Diagnostics

Read Diagnostics Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.Diagnostics

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

NFData Diagnostics Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.Diagnostics

Methods

rnf :: Diagnostics -> () #

Hashable Diagnostics Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.Diagnostics

FromJSON 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" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "Diagnostics'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "logTail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LifecycleErrorCode))) :*: (S1 ('MetaSel ('Just "scriptName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "message") '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:logTail:Diagnostics', diagnostics_logTail - The last portion of the diagnostic log.

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

$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:scriptName:Diagnostics', diagnostics_scriptName - The name of the script.

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

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

The last portion of the diagnostic log.

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

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

Defined in Amazonka.CodeDeploy.Types.EC2TagFilter

Read EC2TagFilter Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagFilter

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

NFData EC2TagFilter Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagFilter

Methods

rnf :: EC2TagFilter -> () #

Hashable EC2TagFilter Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagFilter

ToJSON EC2TagFilter Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagFilter

FromJSON 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" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "EC2TagFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EC2TagFilterType)))))

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:value:EC2TagFilter', eC2TagFilter_value - The tag filter value.

$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.

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

See: newEC2TagSet smart constructor.

Constructors

EC2TagSet' 

Fields

  • ec2TagSetList :: Maybe [[EC2TagFilter]]

    A list that contains other lists of 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
Eq EC2TagSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagSet

Read EC2TagSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagSet

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

NFData EC2TagSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagSet

Methods

rnf :: EC2TagSet -> () #

Hashable EC2TagSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagSet

ToJSON EC2TagSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagSet

FromJSON 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" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" '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 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 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
Eq ECSService Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSService

Read ECSService Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSService

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

NFData ECSService Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSService

Methods

rnf :: ECSService -> () #

Hashable ECSService Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSService

ToJSON ECSService Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSService

FromJSON 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" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "ECSService'" 'PrefixI 'True) (S1 ('MetaSel ('Just "serviceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "clusterName") '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:serviceName:ECSService', eCSService_serviceName - The name of the target Amazon ECS service.

$sel:clusterName:ECSService', eCSService_clusterName - 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.

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

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

ECSTarget

data ECSTarget Source #

Information about the target of an Amazon ECS deployment.

See: newECSTarget smart constructor.

Constructors

ECSTarget' 

Fields

Instances

Instances details
Eq ECSTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSTarget

Read ECSTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSTarget

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

NFData ECSTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSTarget

Methods

rnf :: ECSTarget -> () #

Hashable ECSTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSTarget

FromJSON 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: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:status:ECSTarget', eCSTarget_status - The status an Amazon ECS deployment's target ECS application.

$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:taskSetsInfo:ECSTarget', eCSTarget_taskSetsInfo - The ECSTaskSet objects associated with the ECS target.

$sel:lifecycleEvents:ECSTarget', eCSTarget_lifecycleEvents - The lifecycle events of the deployment to this target Amazon 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_status :: Lens' ECSTarget (Maybe TargetStatus) Source #

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

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_taskSetsInfo :: Lens' ECSTarget (Maybe [ECSTaskSet]) Source #

The ECSTaskSet objects associated with the ECS target.

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

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

ECSTaskSet

data ECSTaskSet Source #

Information about a set of Amazon ECS tasks in an AWS 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 AWS 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

  • 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.
  • identifer :: Maybe Text

    A unique ID of an ECSTaskSet.

  • 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.

  • 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.

  • trafficWeight :: Maybe Double

    The percentage of traffic served by this task set.

  • targetGroup :: Maybe TargetGroupInfo

    The target group associated with the task set. The target group is used by AWS 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).

Instances

Instances details
Eq ECSTaskSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSTaskSet

Read ECSTaskSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSTaskSet

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

NFData ECSTaskSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSTaskSet

Methods

rnf :: ECSTaskSet -> () #

Hashable ECSTaskSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSTaskSet

FromJSON 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: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:identifer:ECSTaskSet', eCSTaskSet_identifer - A unique ID of an ECSTaskSet.

$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: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:trafficWeight:ECSTaskSet', eCSTaskSet_trafficWeight - The percentage of traffic served by this task set.

$sel:targetGroup:ECSTaskSet', eCSTaskSet_targetGroup - The target group associated with the task set. The target group is used by AWS 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).

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_identifer :: Lens' ECSTaskSet (Maybe Text) Source #

A unique ID of an ECSTaskSet.

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_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_trafficWeight :: Lens' ECSTaskSet (Maybe Double) Source #

The percentage of traffic served by this task set.

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

The target group associated with the task set. The target group is used by AWS 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).

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

Defined in Amazonka.CodeDeploy.Types.ELBInfo

Methods

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

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

Read ELBInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ELBInfo

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

NFData ELBInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ELBInfo

Methods

rnf :: ELBInfo -> () #

Hashable ELBInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ELBInfo

Methods

hashWithSalt :: Int -> ELBInfo -> Int #

hash :: ELBInfo -> Int #

ToJSON ELBInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ELBInfo

FromJSON ELBInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ELBInfo

type Rep ELBInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ELBInfo

type Rep ELBInfo = D1 ('MetaData "ELBInfo" "Amazonka.CodeDeploy.Types.ELBInfo" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" '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 AWS CodeDeploy in the AWS 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 AWS 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
Eq ErrorInformation Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ErrorInformation

Read ErrorInformation Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ErrorInformation

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

NFData ErrorInformation Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ErrorInformation

Methods

rnf :: ErrorInformation -> () #

Hashable ErrorInformation Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ErrorInformation

FromJSON 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" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" '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 AWS CodeDeploy in the AWS 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 AWS 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 AWS CodeDeploy in the AWS 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 AWS 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
Eq GenericRevisionInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GenericRevisionInfo

Read GenericRevisionInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GenericRevisionInfo

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

NFData GenericRevisionInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GenericRevisionInfo

Methods

rnf :: GenericRevisionInfo -> () #

Hashable GenericRevisionInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GenericRevisionInfo

FromJSON 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" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "GenericRevisionInfo'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "registerTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "firstUsedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "deploymentGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "lastUsedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

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:registerTime:GenericRevisionInfo', genericRevisionInfo_registerTime - When the revision was registered with AWS CodeDeploy.

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

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

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

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

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

When the revision was registered with AWS CodeDeploy.

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

When the revision was first used by AWS CodeDeploy.

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

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

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

When the revision was last used by AWS 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
Eq GitHubLocation Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GitHubLocation

Read GitHubLocation Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GitHubLocation

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

NFData GitHubLocation Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GitHubLocation

Methods

rnf :: GitHubLocation -> () #

Hashable GitHubLocation Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GitHubLocation

ToJSON GitHubLocation Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GitHubLocation

FromJSON 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" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" '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
Eq GreenFleetProvisioningOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GreenFleetProvisioningOption

Read GreenFleetProvisioningOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GreenFleetProvisioningOption

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

NFData GreenFleetProvisioningOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GreenFleetProvisioningOption

Hashable GreenFleetProvisioningOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GreenFleetProvisioningOption

ToJSON GreenFleetProvisioningOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GreenFleetProvisioningOption

FromJSON 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" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" '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
Eq InstanceInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceInfo

Read InstanceInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceInfo

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

NFData InstanceInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceInfo

Methods

rnf :: InstanceInfo -> () #

Hashable InstanceInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceInfo

FromJSON 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" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "InstanceInfo'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "registerTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "instanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "deregisterTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "iamUserArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "instanceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "iamSessionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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:registerTime:InstanceInfo', instanceInfo_registerTime - The time at which the on-premises instance was registered.

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

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

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

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

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

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

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

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

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

The ARN of 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_iamUserArn :: Lens' InstanceInfo (Maybe Text) Source #

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

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

The name of the on-premises instance.

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

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

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

Defined in Amazonka.CodeDeploy.Types.InstanceTarget

Read InstanceTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceTarget

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

NFData InstanceTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceTarget

Methods

rnf :: InstanceTarget -> () #

Hashable InstanceTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceTarget

FromJSON 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" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "InstanceTarget'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "targetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "targetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TargetStatus)))) :*: ((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]))))))

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

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

$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_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.

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

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

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.

LambdaFunctionInfo

data LambdaFunctionInfo Source #

Information about a Lambda function specified in a deployment.

See: newLambdaFunctionInfo smart constructor.

Constructors

LambdaFunctionInfo' 

Fields

Instances

Instances details
Eq LambdaFunctionInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LambdaFunctionInfo

Read LambdaFunctionInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LambdaFunctionInfo

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

NFData LambdaFunctionInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LambdaFunctionInfo

Methods

rnf :: LambdaFunctionInfo -> () #

Hashable LambdaFunctionInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LambdaFunctionInfo

FromJSON 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" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" '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 AWS Lambda Function Aliases in the AWS 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 AWS Lambda Function Aliases in the AWS 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 AWS Lambda function during an AWS Lambda deployment.

See: newLambdaTarget smart constructor.

Constructors

LambdaTarget' 

Fields

Instances

Instances details
Eq LambdaTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LambdaTarget

Read LambdaTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LambdaTarget

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

NFData LambdaTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LambdaTarget

Methods

rnf :: LambdaTarget -> () #

Hashable LambdaTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LambdaTarget

FromJSON LambdaTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LambdaTarget

type Rep LambdaTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LambdaTarget

type Rep LambdaTarget = D1 ('MetaData "LambdaTarget" "Amazonka.CodeDeploy.Types.LambdaTarget" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "LambdaTarget'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "targetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "targetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TargetStatus)))) :*: ((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 "lambdaFunctionInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LambdaFunctionInfo))))))

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

$sel:status:LambdaTarget', lambdaTarget_status - The status an AWS Lambda deployment's target Lambda function.

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

$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.

$sel:lambdaFunctionInfo:LambdaTarget', lambdaTarget_lambdaFunctionInfo - A LambdaFunctionInfo object that describes a 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.

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

The status an AWS Lambda deployment's target Lambda function.

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

The unique ID of a deployment.

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_lambdaFunctionInfo :: Lens' LambdaTarget (Maybe LambdaFunctionInfo) Source #

A LambdaFunctionInfo object that describes a target Lambda function.

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

Defined in Amazonka.CodeDeploy.Types.LastDeploymentInfo

Read LastDeploymentInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LastDeploymentInfo

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

NFData LastDeploymentInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LastDeploymentInfo

Methods

rnf :: LastDeploymentInfo -> () #

Hashable LastDeploymentInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LastDeploymentInfo

FromJSON 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" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "LastDeploymentInfo'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeploymentStatus)) :*: S1 ('MetaSel ('Just "deploymentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "createTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))

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:status:LastDeploymentInfo', lastDeploymentInfo_status - The status of the most recent deployment.

$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:createTime:LastDeploymentInfo', lastDeploymentInfo_createTime - A timestamp that indicates when the most recent deployment to the deployment group started.

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

The status of the most recent deployment.

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

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

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

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

LifecycleEvent

data LifecycleEvent Source #

Information about a deployment lifecycle event.

See: newLifecycleEvent smart constructor.

Constructors

LifecycleEvent' 

Fields

  • 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.
  • 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.

  • diagnostics :: Maybe Diagnostics

    Diagnostic information about the deployment lifecycle event.

  • endTime :: Maybe POSIX

    A timestamp that indicates when the deployment lifecycle event ended.

Instances

Instances details
Eq LifecycleEvent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleEvent

Read LifecycleEvent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleEvent

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

NFData LifecycleEvent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleEvent

Methods

rnf :: LifecycleEvent -> () #

Hashable LifecycleEvent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleEvent

FromJSON 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" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "LifecycleEvent'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LifecycleEventStatus)) :*: S1 ('MetaSel ('Just "lifecycleEventName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "diagnostics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Diagnostics)) :*: S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))))

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

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

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.

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_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.

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

Defined in Amazonka.CodeDeploy.Types.LoadBalancerInfo

Read LoadBalancerInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LoadBalancerInfo

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

NFData LoadBalancerInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LoadBalancerInfo

Methods

rnf :: LoadBalancerInfo -> () #

Hashable LoadBalancerInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LoadBalancerInfo

ToJSON LoadBalancerInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LoadBalancerInfo

FromJSON 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" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" '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

  • value :: Maybe Int

    The minimum healthy instance value.

  • 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, AWS 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 AWS CodeDeploy Instance Health in the AWS CodeDeploy User Guide.

Instances

Instances details
Eq MinimumHealthyHosts Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.MinimumHealthyHosts

Read MinimumHealthyHosts Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.MinimumHealthyHosts

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

NFData MinimumHealthyHosts Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.MinimumHealthyHosts

Methods

rnf :: MinimumHealthyHosts -> () #

Hashable MinimumHealthyHosts Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.MinimumHealthyHosts

ToJSON MinimumHealthyHosts Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.MinimumHealthyHosts

FromJSON 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" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "MinimumHealthyHosts'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MinimumHealthyHostsType))))

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:value:MinimumHealthyHosts', minimumHealthyHosts_value - The minimum healthy instance value.

$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, AWS 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 AWS CodeDeploy Instance Health in the AWS CodeDeploy User Guide.

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

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

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

Defined in Amazonka.CodeDeploy.Types.OnPremisesTagSet

Read OnPremisesTagSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OnPremisesTagSet

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

NFData OnPremisesTagSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OnPremisesTagSet

Methods

rnf :: OnPremisesTagSet -> () #

Hashable OnPremisesTagSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OnPremisesTagSet

ToJSON OnPremisesTagSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OnPremisesTagSet

FromJSON 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" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" '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 AWS Lambda deployment that is a YAML-formatted or JSON-formatted string. For AWS Lambda deployments, the revision is the same as the AppSpec file.

See: 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
Eq RawString Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RawString

Read RawString Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RawString

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

NFData RawString Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RawString

Methods

rnf :: RawString -> () #

Hashable RawString Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RawString

ToJSON RawString Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RawString

FromJSON 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" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" '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
Eq RelatedDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RelatedDeployments

Read RelatedDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RelatedDeployments

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

NFData RelatedDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RelatedDeployments

Methods

rnf :: RelatedDeployments -> () #

Hashable RelatedDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RelatedDeployments

FromJSON 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" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" '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
Eq RevisionInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionInfo

Read RevisionInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionInfo

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

NFData RevisionInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionInfo

Methods

rnf :: RevisionInfo -> () #

Hashable RevisionInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionInfo

FromJSON 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" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" '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

  • string :: Maybe RawString

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

  • 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 (AWS Lambda deployments only).
    • AppSpecContent: An AppSpecContent object that contains the contents of an AppSpec file for an AWS 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.

  • appSpecContent :: Maybe AppSpecContent

    The content of an AppSpec file for an AWS 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.

Instances

Instances details
Eq RevisionLocation Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionLocation

Read RevisionLocation Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionLocation

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

NFData RevisionLocation Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionLocation

Methods

rnf :: RevisionLocation -> () #

Hashable RevisionLocation Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionLocation

ToJSON RevisionLocation Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionLocation

FromJSON 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" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "RevisionLocation'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "string") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RawString)) :*: S1 ('MetaSel ('Just "revisionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RevisionLocationType))) :*: (S1 ('MetaSel ('Just "s3Location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3Location)) :*: (S1 ('MetaSel ('Just "appSpecContent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AppSpecContent)) :*: S1 ('MetaSel ('Just "gitHubLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GitHubLocation))))))

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:string:RevisionLocation', revisionLocation_string - Information about the location of an AWS Lambda deployment revision stored as a RawString.

$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 (AWS Lambda deployments only).
  • AppSpecContent: An AppSpecContent object that contains the contents of an AppSpec file for an AWS 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:appSpecContent:RevisionLocation', revisionLocation_appSpecContent - The content of an AppSpec file for an AWS 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.

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

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

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 (AWS Lambda deployments only).
  • AppSpecContent: An AppSpecContent object that contains the contents of an AppSpec file for an AWS 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_appSpecContent :: Lens' RevisionLocation (Maybe AppSpecContent) Source #

The content of an AppSpec file for an AWS 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.

RollbackInfo

data RollbackInfo Source #

Information about a deployment rollback.

See: newRollbackInfo smart constructor.

Constructors

RollbackInfo' 

Fields

Instances

Instances details
Eq RollbackInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RollbackInfo

Read RollbackInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RollbackInfo

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

NFData RollbackInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RollbackInfo

Methods

rnf :: RollbackInfo -> () #

Hashable RollbackInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RollbackInfo

FromJSON 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" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "RollbackInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "rollbackTriggeringDeploymentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "rollbackMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "rollbackDeploymentId") '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:rollbackTriggeringDeploymentId:RollbackInfo', rollbackInfo_rollbackTriggeringDeploymentId - The deployment ID of the deployment that was underway and triggered a rollback deployment because it failed or was stopped.

$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:rollbackDeploymentId:RollbackInfo', rollbackInfo_rollbackDeploymentId - The ID of the deployment rollback.

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.

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_rollbackDeploymentId :: Lens' RollbackInfo (Maybe Text) Source #

The ID of the deployment rollback.

S3Location

data S3Location Source #

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

See: newS3Location smart constructor.

Constructors

S3Location' 

Fields

  • 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.

  • bucket :: Maybe Text

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

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

Defined in Amazonka.CodeDeploy.Types.S3Location

Read S3Location Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.S3Location

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

NFData S3Location Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.S3Location

Methods

rnf :: S3Location -> () #

Hashable S3Location Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.S3Location

ToJSON S3Location Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.S3Location

FromJSON 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" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "S3Location'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "bundleType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BundleType)) :*: S1 ('MetaSel ('Just "eTag") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "bucket") '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: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:bucket:S3Location', s3Location_bucket - The name of the Amazon S3 bucket where the application revision is stored.

$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_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_bucket :: Lens' S3Location (Maybe Text) Source #

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

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

Defined in Amazonka.CodeDeploy.Types.Tag

Methods

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

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

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 #

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 #

NFData Tag Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.Tag

Methods

rnf :: Tag -> () #

Hashable Tag Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.Tag

Methods

hashWithSalt :: Int -> Tag -> Int #

hash :: Tag -> Int #

ToJSON Tag Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.Tag

FromJSON Tag Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.Tag

type Rep Tag Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.Tag

type Rep Tag = D1 ('MetaData "Tag" "Amazonka.CodeDeploy.Types.Tag" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "Tag'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "key") '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:value:Tag', tag_value - The tag's value.

$sel:key:Tag', tag_key - The tag's key.

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

The tag's value.

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

The tag's key.

TagFilter

data TagFilter Source #

Information about an on-premises instance tag filter.

See: newTagFilter smart constructor.

Constructors

TagFilter' 

Fields

  • value :: Maybe Text

    The on-premises instance tag filter value.

  • 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.

Instances

Instances details
Eq TagFilter Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilter

Read TagFilter Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilter

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

NFData TagFilter Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilter

Methods

rnf :: TagFilter -> () #

Hashable TagFilter Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilter

ToJSON TagFilter Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilter

FromJSON 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" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "TagFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TagFilterType)))))

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:value:TagFilter', tagFilter_value - The on-premises instance tag filter value.

$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.

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

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.

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

Defined in Amazonka.CodeDeploy.Types.TargetGroupInfo

Read TargetGroupInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetGroupInfo

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

NFData TargetGroupInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetGroupInfo

Methods

rnf :: TargetGroupInfo -> () #

Hashable TargetGroupInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetGroupInfo

ToJSON TargetGroupInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetGroupInfo

FromJSON 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" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" '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.

  • 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.

  • 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.

Instances

Instances details
Eq TargetGroupPairInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetGroupPairInfo

Read TargetGroupPairInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetGroupPairInfo

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

NFData TargetGroupPairInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetGroupPairInfo

Methods

rnf :: TargetGroupPairInfo -> () #

Hashable TargetGroupPairInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetGroupPairInfo

ToJSON TargetGroupPairInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetGroupPairInfo

FromJSON 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" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "TargetGroupPairInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "prodTrafficRoute") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrafficRoute)) :*: (S1 ('MetaSel ('Just "testTrafficRoute") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrafficRoute)) :*: S1 ('MetaSel ('Just "targetGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TargetGroupInfo])))))

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

$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.

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_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.

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.

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

  • ec2TagSet :: Maybe EC2TagSet

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

  • 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.

  • autoScalingGroups :: Maybe [Text]

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

Instances

Instances details
Eq TargetInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetInstances

Read TargetInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetInstances

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

NFData TargetInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetInstances

Methods

rnf :: TargetInstances -> () #

Hashable TargetInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetInstances

ToJSON TargetInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetInstances

FromJSON 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" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "TargetInstances'" 'PrefixI 'True) (S1 ('MetaSel ('Just "ec2TagSet") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EC2TagSet)) :*: (S1 ('MetaSel ('Just "tagFilters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EC2TagFilter])) :*: S1 ('MetaSel ('Just "autoScalingGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))))

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:ec2TagSet:TargetInstances', targetInstances_ec2TagSet - Information about the groups of EC2 instance tags that an instance must be identified by in order for it to be included in the replacement environment for a blue/green deployment. Cannot be used in the same call as tagFilters.

$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.

$sel:autoScalingGroups:TargetInstances', targetInstances_autoScalingGroups - 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 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.

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.

TimeBasedCanary

data 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.

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

Defined in Amazonka.CodeDeploy.Types.TimeBasedCanary

Read TimeBasedCanary Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TimeBasedCanary

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

NFData TimeBasedCanary Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TimeBasedCanary

Methods

rnf :: TimeBasedCanary -> () #

Hashable TimeBasedCanary Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TimeBasedCanary

ToJSON TimeBasedCanary Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TimeBasedCanary

FromJSON 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" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" '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
Eq TimeBasedLinear Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TimeBasedLinear

Read TimeBasedLinear Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TimeBasedLinear

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

NFData TimeBasedLinear Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TimeBasedLinear

Methods

rnf :: TimeBasedLinear -> () #

Hashable TimeBasedLinear Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TimeBasedLinear

ToJSON TimeBasedLinear Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TimeBasedLinear

FromJSON 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" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" '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

  • start :: Maybe POSIX

    The start time of the time range.

    Specify null to leave the start time open-ended.

  • end :: Maybe POSIX

    The end time of the time range.

    Specify null to leave the end time open-ended.

Instances

Instances details
Eq TimeRange Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TimeRange

Read TimeRange Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TimeRange

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

NFData TimeRange Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TimeRange

Methods

rnf :: TimeRange -> () #

Hashable TimeRange Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TimeRange

ToJSON 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" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "TimeRange'" 'PrefixI 'True) (S1 ('MetaSel ('Just "start") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "end") '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:start:TimeRange', timeRange_start - The start time of the time range.

Specify null to leave the start time open-ended.

$sel:end:TimeRange', timeRange_end - 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.

timeRange_end :: Lens' TimeRange (Maybe UTCTime) Source #

The end time of the time range.

Specify null to leave the end 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
Eq TrafficRoute Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoute

Read TrafficRoute Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoute

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

NFData TrafficRoute Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoute

Methods

rnf :: TrafficRoute -> () #

Hashable TrafficRoute Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoute

ToJSON TrafficRoute Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoute

FromJSON 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" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" '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 AWS 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 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.

  • type' :: Maybe TrafficRoutingType

    The type of traffic shifting (TimeBasedCanary or TimeBasedLinear) used by a deployment configuration.

Instances

Instances details
Eq TrafficRoutingConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoutingConfig

Read TrafficRoutingConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoutingConfig

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

NFData TrafficRoutingConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoutingConfig

Methods

rnf :: TrafficRoutingConfig -> () #

Hashable TrafficRoutingConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoutingConfig

ToJSON TrafficRoutingConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoutingConfig

FromJSON 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" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" '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 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.

$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 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.

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

Defined in Amazonka.CodeDeploy.Types.TriggerConfig

Read TriggerConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerConfig

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

NFData TriggerConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerConfig

Methods

rnf :: TriggerConfig -> () #

Hashable TriggerConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerConfig

ToJSON TriggerConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerConfig

FromJSON 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" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "TriggerConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "triggerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "triggerEvents") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TriggerEventType])) :*: 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:triggerName:TriggerConfig', triggerConfig_triggerName - The name of the notification trigger.

$sel:triggerEvents:TriggerConfig', triggerConfig_triggerEvents - The event type or types for which notifications are triggered.

$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_triggerName :: Lens' TriggerConfig (Maybe Text) Source #

The name of the notification trigger.

triggerConfig_triggerEvents :: Lens' TriggerConfig (Maybe [TriggerEventType]) Source #

The event type or types for which notifications are triggered.

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.