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

Contents

Description

Derived from API version 2014-10-06 of the AWS service descriptions, licensed under Apache 2.0.

AWS CodeDeploy

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

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

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

AWS CodeDeploy Components

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

  • Application: A name that uniquely identifies the application you want to deploy. AWS CodeDeploy uses this name, which functions as a container, to ensure the correct combination of revision, deployment configuration, and deployment group are referenced during a deployment.
  • Deployment group: A set of individual instances, CodeDeploy Lambda deployment configuration settings, or an Amazon ECS service and network details. A Lambda deployment group specifies how to route traffic to a new version of a Lambda function. An Amazon ECS deployment group specifies the service created in Amazon ECS to deploy, a load balancer, and a listener to reroute production traffic to an updated containerized application. An EC2/On-premises deployment group contains individually tagged instances, Amazon EC2 instances in Amazon EC2 Auto Scaling groups, or both. All deployment groups can specify optional trigger, alarm, and rollback settings.
  • Deployment configuration: A set of deployment rules and deployment success and failure conditions used by AWS CodeDeploy during a deployment.
  • Deployment: The process and the components used when updating a Lambda function, a containerized application in an Amazon ECS service, or of installing content on one or more instances.
  • Application revisions: For an AWS Lambda deployment, this is an AppSpec file that specifies the Lambda function to be updated and one or more functions to validate deployment lifecycle events. For an Amazon ECS deployment, this is an AppSpec file that specifies the Amazon ECS task definition, container, and port where production traffic is rerouted. For an EC2/On-premises deployment, this is an archive file that contains source content—source code, webpages, executable files, and deployment scripts—along with an AppSpec file. Revisions are stored in Amazon S3 buckets or GitHub repositories. For Amazon S3, a revision is uniquely identified by its Amazon S3 object key and its ETag, version, or both. For GitHub, a revision is uniquely identified by its commit ID.

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

AWS CodeDeploy Information Resources

Synopsis

Service Configuration

defaultService :: Service Source #

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

Errors

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

LifecycleHookLimitExceededException

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

The limit for lifecycle hooks was exceeded.

InvalidTimeRangeException

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

The specified time range was specified in an invalid format.

InvalidComputePlatformException

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

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

InvalidTagException

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

The tag was specified in an invalid format.

InvalidFileExistsBehaviorException

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

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

InvalidAlarmConfigException

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

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

  • The alarm list is null.
  • The alarm object is null.
  • The alarm name is empty or null or exceeds the 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

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

The specified on-premises instance name is already registered.

IamUserArnRequiredException

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

An IAM user ARN was not specified.

InvalidDeploymentGroupNameException

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

The deployment group name was specified in an invalid format.

InvalidInstanceTypeException

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

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

IamSessionArnAlreadyRegisteredException

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

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

InvalidTrafficRoutingConfigurationException

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

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

DescriptionTooLongException

InvalidIamUserArnException

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

The IAM user ARN was specified in an invalid format.

InvalidOnPremisesTagCombinationException

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

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

DeploymentNotStartedException

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

The specified deployment has not started.

DeploymentConfigLimitExceededException

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

The deployment configurations limit was exceeded.

RoleRequiredException

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

The role ID was not specified.

InvalidLoadBalancerInfoException

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

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

InvalidBlueGreenDeploymentConfigurationException

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

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

InvalidRoleException

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

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

DeploymentConfigAlreadyExistsException

_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

_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

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

The specified tags are not valid.

DeploymentLimitExceededException

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

The number of allowed deployments was exceeded.

IamUserArnAlreadyRegisteredException

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

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

InvalidIamSessionArnException

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

The IAM session ARN was specified in an invalid format.

InstanceLimitExceededException

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

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

InvalidLifecycleEventHookExecutionIdException

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

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

InvalidDeploymentStyleException

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

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

InvalidTargetFilterNameException

DeploymentTargetListSizeExceededException

_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

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

The deployed state filter was specified in an invalid format.

InvalidAutoScalingGroupException

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

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

InvalidApplicationNameException

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

The application name was specified in an invalid format.

GitHubAccountTokenDoesNotExistException

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

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

ApplicationDoesNotExistException

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

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

InvalidMinimumHealthyHostValueException

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

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

UnsupportedActionForDeploymentTypeException

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

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

ResourceValidationException

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

The specified resource could not be validated.

ArnNotSupportedException

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

InvalidGitHubAccountTokenException

InvalidEC2TagCombinationException

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

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

InvalidLifecycleEventHookExecutionStatusException

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

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

AlarmsLimitExceededException

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

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

OperationNotSupportedException

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

The API used does not support the deployment.

DeploymentTargetDoesNotExistException

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

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

InvalidTagFilterException

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

The tag filter was specified in an invalid format.

InvalidTriggerConfigException

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

The trigger was specified in an invalid format.

InvalidDeploymentWaitTypeException

InvalidIgnoreApplicationStopFailuresValueException

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

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

InvalidUpdateOutdatedInstancesOnlyValueException

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

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

TagRequiredException

DeploymentGroupNameRequiredException

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

The deployment group name was not specified.

BucketNameFilterRequiredException

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

A bucket name is required, but was not provided.

DeploymentConfigDoesNotExistException

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

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

InvalidBucketNameFilterException

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

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

DeploymentGroupAlreadyExistsException

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

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

InvalidSortByException

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

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

RevisionDoesNotExistException

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

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

InvalidTargetException

DeploymentGroupLimitExceededException

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

The deployment groups limit was exceeded.

DeploymentGroupDoesNotExistException

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

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

ThrottlingException

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

An API function was called too frequently.

InvalidDeploymentConfigNameException

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

The deployment configuration name was specified in an invalid format.

DeploymentConfigNameRequiredException

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

The deployment configuration name was not specified.

DeploymentIdRequiredException

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

At least one deployment ID must be specified.

InvalidInstanceIdException

DeploymentIsNotInReadyStateException

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

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

InvalidTargetGroupPairException

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

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

InvalidNextTokenException

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

The next token was specified in an invalid format.

InstanceIdRequiredException

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

The instance ID was not specified.

InvalidDeploymentIdException

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

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

InvalidSortOrderException

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

The sort order was specified in an invalid format.

InvalidAutoRollbackConfigException

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

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

DeploymentAlreadyCompletedException

ECSServiceMappingLimitExceededException

_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

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

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

BatchLimitExceededException

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

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

InvalidRevisionException

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

The revision was specified in an invalid format.

RevisionRequiredException

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

The revision ID was not specified.

InstanceDoesNotExistException

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

The specified instance does not exist in the deployment group.

DeploymentConfigInUseException

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

The deployment configuration is still in use.

InvalidInputException

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

The input was specified in an invalid format.

InvalidEC2TagException

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

The tag was specified in an invalid format.

InvalidInstanceNameException

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

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

InstanceNameRequiredException

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

An on-premises instance name was not specified.

MultipleIamArnsProvidedException

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

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

TriggerTargetsLimitExceededException

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

The maximum allowed number of triggers was exceeded.

InvalidDeploymentStatusException

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

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

InvalidRegistrationStatusException

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

The registration status was specified in an invalid format.

ApplicationNameRequiredException

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

The minimum number of required application names was not specified.

InstanceNotRegisteredException

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

The specified on-premises instance is not registered.

ApplicationAlreadyExistsException

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

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

InvalidInstanceStatusException

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

The specified instance status does not exist.

InvalidDeploymentTargetIdException

TagLimitExceededException

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

The maximum allowed number of tags was exceeded.

ApplicationLimitExceededException

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

More applications were attempted to be created than are allowed.

TagSetListLimitExceededException

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

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

InvalidArnException

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

The specified ARN is not in a valid format.

InvalidOperationException

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

An invalid operation was detected.

DeploymentTargetIdRequiredException

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

A deployment target ID was not provided.

GitHubAccountTokenNameRequiredException

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

The call is missing a required GitHub account connection name.

InvalidECSServiceException

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

The Amazon ECS service identifier is not valid.

InvalidDeploymentInstanceTypeException

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

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

InvalidExternalIdException

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

The external ID was specified in an invalid format.

IamArnRequiredException

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

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

InvalidGitHubAccountTokenNameException

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

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

LifecycleEventAlreadyCompletedException

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

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

InvalidKeyPrefixFilterException

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

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

ResourceArnRequiredException

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

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

DeploymentAlreadyStartedException

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

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

Waiters

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

DeploymentSuccessful

newDeploymentSuccessful :: Wait GetDeployment Source #

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

Operations

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

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

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

RemoveTagsFromOnPremisesInstances

data RemoveTagsFromOnPremisesInstances Source #

Represents the input of a RemoveTagsFromOnPremisesInstances operation.

See: newRemoveTagsFromOnPremisesInstances smart constructor.

Instances

Instances details
Eq RemoveTagsFromOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.RemoveTagsFromOnPremisesInstances

Read RemoveTagsFromOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.RemoveTagsFromOnPremisesInstances

Show RemoveTagsFromOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.RemoveTagsFromOnPremisesInstances

Generic RemoveTagsFromOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.RemoveTagsFromOnPremisesInstances

Associated Types

type Rep RemoveTagsFromOnPremisesInstances :: Type -> Type #

NFData RemoveTagsFromOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.RemoveTagsFromOnPremisesInstances

Hashable RemoveTagsFromOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.RemoveTagsFromOnPremisesInstances

ToJSON RemoveTagsFromOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.RemoveTagsFromOnPremisesInstances

AWSRequest RemoveTagsFromOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.RemoveTagsFromOnPremisesInstances

ToHeaders RemoveTagsFromOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.RemoveTagsFromOnPremisesInstances

ToPath RemoveTagsFromOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.RemoveTagsFromOnPremisesInstances

ToQuery RemoveTagsFromOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.RemoveTagsFromOnPremisesInstances

type Rep RemoveTagsFromOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.RemoveTagsFromOnPremisesInstances

type Rep RemoveTagsFromOnPremisesInstances = D1 ('MetaData "RemoveTagsFromOnPremisesInstances" "Amazonka.CodeDeploy.RemoveTagsFromOnPremisesInstances" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "RemoveTagsFromOnPremisesInstances'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Tag]) :*: S1 ('MetaSel ('Just "instanceNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))
type AWSResponse RemoveTagsFromOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.RemoveTagsFromOnPremisesInstances

newRemoveTagsFromOnPremisesInstances :: RemoveTagsFromOnPremisesInstances Source #

Create a value of RemoveTagsFromOnPremisesInstances 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:tags:RemoveTagsFromOnPremisesInstances', removeTagsFromOnPremisesInstances_tags - The tag key-value pairs to remove from the on-premises instances.

$sel:instanceNames:RemoveTagsFromOnPremisesInstances', removeTagsFromOnPremisesInstances_instanceNames - The names of the on-premises instances from which to remove tags.

data RemoveTagsFromOnPremisesInstancesResponse Source #

Instances

Instances details
Eq RemoveTagsFromOnPremisesInstancesResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.RemoveTagsFromOnPremisesInstances

Read RemoveTagsFromOnPremisesInstancesResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.RemoveTagsFromOnPremisesInstances

Show RemoveTagsFromOnPremisesInstancesResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.RemoveTagsFromOnPremisesInstances

Generic RemoveTagsFromOnPremisesInstancesResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.RemoveTagsFromOnPremisesInstances

NFData RemoveTagsFromOnPremisesInstancesResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.RemoveTagsFromOnPremisesInstances

type Rep RemoveTagsFromOnPremisesInstancesResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.RemoveTagsFromOnPremisesInstances

type Rep RemoveTagsFromOnPremisesInstancesResponse = D1 ('MetaData "RemoveTagsFromOnPremisesInstancesResponse" "Amazonka.CodeDeploy.RemoveTagsFromOnPremisesInstances" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "RemoveTagsFromOnPremisesInstancesResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

BatchGetDeploymentGroups

data BatchGetDeploymentGroups Source #

Represents the input of a BatchGetDeploymentGroups operation.

See: newBatchGetDeploymentGroups smart constructor.

Instances

Instances details
Eq BatchGetDeploymentGroups Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentGroups

Read BatchGetDeploymentGroups Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentGroups

Show BatchGetDeploymentGroups Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentGroups

Generic BatchGetDeploymentGroups Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentGroups

Associated Types

type Rep BatchGetDeploymentGroups :: Type -> Type #

NFData BatchGetDeploymentGroups Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentGroups

Hashable BatchGetDeploymentGroups Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentGroups

ToJSON BatchGetDeploymentGroups Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentGroups

AWSRequest BatchGetDeploymentGroups Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentGroups

ToHeaders BatchGetDeploymentGroups Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentGroups

ToPath BatchGetDeploymentGroups Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentGroups

ToQuery BatchGetDeploymentGroups Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentGroups

type Rep BatchGetDeploymentGroups Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentGroups

type Rep BatchGetDeploymentGroups = D1 ('MetaData "BatchGetDeploymentGroups" "Amazonka.CodeDeploy.BatchGetDeploymentGroups" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "BatchGetDeploymentGroups'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "deploymentGroupNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))
type AWSResponse BatchGetDeploymentGroups Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentGroups

newBatchGetDeploymentGroups Source #

Create a value of BatchGetDeploymentGroups 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:applicationName:BatchGetDeploymentGroups', batchGetDeploymentGroups_applicationName - The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

$sel:deploymentGroupNames:BatchGetDeploymentGroups', batchGetDeploymentGroups_deploymentGroupNames - The names of the deployment groups.

data BatchGetDeploymentGroupsResponse Source #

Represents the output of a BatchGetDeploymentGroups operation.

See: newBatchGetDeploymentGroupsResponse smart constructor.

Instances

Instances details
Eq BatchGetDeploymentGroupsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentGroups

Read BatchGetDeploymentGroupsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentGroups

Show BatchGetDeploymentGroupsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentGroups

Generic BatchGetDeploymentGroupsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentGroups

Associated Types

type Rep BatchGetDeploymentGroupsResponse :: Type -> Type #

NFData BatchGetDeploymentGroupsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentGroups

type Rep BatchGetDeploymentGroupsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentGroups

type Rep BatchGetDeploymentGroupsResponse = D1 ('MetaData "BatchGetDeploymentGroupsResponse" "Amazonka.CodeDeploy.BatchGetDeploymentGroups" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "BatchGetDeploymentGroupsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deploymentGroupsInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DeploymentGroupInfo])) :*: (S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newBatchGetDeploymentGroupsResponse Source #

Create a value of BatchGetDeploymentGroupsResponse 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:deploymentGroupsInfo:BatchGetDeploymentGroupsResponse', batchGetDeploymentGroupsResponse_deploymentGroupsInfo - Information about the deployment groups.

$sel:errorMessage:BatchGetDeploymentGroupsResponse', batchGetDeploymentGroupsResponse_errorMessage - Information about errors that might have occurred during the API call.

$sel:httpStatus:BatchGetDeploymentGroupsResponse', batchGetDeploymentGroupsResponse_httpStatus - The response's http status code.

DeleteDeploymentGroup

data DeleteDeploymentGroup Source #

Represents the input of a DeleteDeploymentGroup operation.

See: newDeleteDeploymentGroup smart constructor.

Instances

Instances details
Eq DeleteDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteDeploymentGroup

Read DeleteDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteDeploymentGroup

Show DeleteDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteDeploymentGroup

Generic DeleteDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteDeploymentGroup

Associated Types

type Rep DeleteDeploymentGroup :: Type -> Type #

NFData DeleteDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteDeploymentGroup

Methods

rnf :: DeleteDeploymentGroup -> () #

Hashable DeleteDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteDeploymentGroup

ToJSON DeleteDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteDeploymentGroup

AWSRequest DeleteDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteDeploymentGroup

Associated Types

type AWSResponse DeleteDeploymentGroup #

ToHeaders DeleteDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteDeploymentGroup

ToPath DeleteDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteDeploymentGroup

ToQuery DeleteDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteDeploymentGroup

type Rep DeleteDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteDeploymentGroup

type Rep DeleteDeploymentGroup = D1 ('MetaData "DeleteDeploymentGroup" "Amazonka.CodeDeploy.DeleteDeploymentGroup" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "DeleteDeploymentGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "deploymentGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteDeploymentGroup

newDeleteDeploymentGroup Source #

Create a value of DeleteDeploymentGroup 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:applicationName:DeleteDeploymentGroup', deleteDeploymentGroup_applicationName - The name of an AWS CodeDeploy application associated with the IAM user or AWS account.

$sel:deploymentGroupName:DeleteDeploymentGroup', deleteDeploymentGroup_deploymentGroupName - The name of a deployment group for the specified application.

data DeleteDeploymentGroupResponse Source #

Represents the output of a DeleteDeploymentGroup operation.

See: newDeleteDeploymentGroupResponse smart constructor.

Instances

Instances details
Eq DeleteDeploymentGroupResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteDeploymentGroup

Read DeleteDeploymentGroupResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteDeploymentGroup

Show DeleteDeploymentGroupResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteDeploymentGroup

Generic DeleteDeploymentGroupResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteDeploymentGroup

Associated Types

type Rep DeleteDeploymentGroupResponse :: Type -> Type #

NFData DeleteDeploymentGroupResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteDeploymentGroup

type Rep DeleteDeploymentGroupResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteDeploymentGroup

type Rep DeleteDeploymentGroupResponse = D1 ('MetaData "DeleteDeploymentGroupResponse" "Amazonka.CodeDeploy.DeleteDeploymentGroup" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "DeleteDeploymentGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "hooksNotCleanedUp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AutoScalingGroup])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteDeploymentGroupResponse Source #

Create a value of DeleteDeploymentGroupResponse 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:hooksNotCleanedUp:DeleteDeploymentGroupResponse', deleteDeploymentGroupResponse_hooksNotCleanedUp - If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group, AWS CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group. If the output contains data, AWS CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group.

$sel:httpStatus:DeleteDeploymentGroupResponse', deleteDeploymentGroupResponse_httpStatus - The response's http status code.

UpdateDeploymentGroup

data UpdateDeploymentGroup Source #

Represents the input of an UpdateDeploymentGroup operation.

See: newUpdateDeploymentGroup smart constructor.

Instances

Instances details
Eq UpdateDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.UpdateDeploymentGroup

Read UpdateDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.UpdateDeploymentGroup

Show UpdateDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.UpdateDeploymentGroup

Generic UpdateDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.UpdateDeploymentGroup

Associated Types

type Rep UpdateDeploymentGroup :: Type -> Type #

NFData UpdateDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.UpdateDeploymentGroup

Methods

rnf :: UpdateDeploymentGroup -> () #

Hashable UpdateDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.UpdateDeploymentGroup

ToJSON UpdateDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.UpdateDeploymentGroup

AWSRequest UpdateDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.UpdateDeploymentGroup

Associated Types

type AWSResponse UpdateDeploymentGroup #

ToHeaders UpdateDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.UpdateDeploymentGroup

ToPath UpdateDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.UpdateDeploymentGroup

ToQuery UpdateDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.UpdateDeploymentGroup

type Rep UpdateDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.UpdateDeploymentGroup

type Rep UpdateDeploymentGroup = D1 ('MetaData "UpdateDeploymentGroup" "Amazonka.CodeDeploy.UpdateDeploymentGroup" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "UpdateDeploymentGroup'" '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 "onPremisesTagSet") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OnPremisesTagSet)))) :*: ((S1 ('MetaSel ('Just "newDeploymentGroupName'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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 "alarmConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AlarmConfiguration)) :*: S1 ('MetaSel ('Just "triggerConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TriggerConfig])))) :*: ((S1 ('MetaSel ('Just "autoScalingGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "deploymentStyle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeploymentStyle))) :*: (S1 ('MetaSel ('Just "autoRollbackConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoRollbackConfiguration)) :*: (S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "currentDeploymentGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))))
type AWSResponse UpdateDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.UpdateDeploymentGroup

newUpdateDeploymentGroup Source #

Create a value of UpdateDeploymentGroup 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:UpdateDeploymentGroup', updateDeploymentGroup_serviceRoleArn - A replacement ARN for the service role, if you want to change it.

$sel:ec2TagSet:UpdateDeploymentGroup', updateDeploymentGroup_ec2TagSet - Information about groups of tags applied to on-premises instances. The deployment group includes only EC2 instances identified by all the tag groups.

$sel:deploymentConfigName:UpdateDeploymentGroup', updateDeploymentGroup_deploymentConfigName - The replacement deployment configuration name to use, if you want to change it.

$sel:onPremisesTagSet:UpdateDeploymentGroup', updateDeploymentGroup_onPremisesTagSet - Information about an on-premises instance tag set. The deployment group includes only on-premises instances identified by all the tag groups.

$sel:newDeploymentGroupName':UpdateDeploymentGroup', updateDeploymentGroup_newDeploymentGroupName - The new name of the deployment group, if you want to change it.

$sel:ec2TagFilters:UpdateDeploymentGroup', updateDeploymentGroup_ec2TagFilters - The replacement set of Amazon EC2 tags on which to filter, if you want to change them. To keep the existing tags, enter their names. To remove tags, do not enter any tag names.

$sel:ecsServices:UpdateDeploymentGroup', updateDeploymentGroup_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:UpdateDeploymentGroup', updateDeploymentGroup_blueGreenDeploymentConfiguration - Information about blue/green deployment options for a deployment group.

$sel:loadBalancerInfo:UpdateDeploymentGroup', updateDeploymentGroup_loadBalancerInfo - Information about the load balancer used in a deployment.

$sel:outdatedInstancesStrategy:UpdateDeploymentGroup', updateDeploymentGroup_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:UpdateDeploymentGroup', updateDeploymentGroup_onPremisesInstanceTagFilters - The replacement set of on-premises instance tags on which to filter, if you want to change them. To keep the existing tags, enter their names. To remove tags, do not enter any tag names.

$sel:alarmConfiguration:UpdateDeploymentGroup', updateDeploymentGroup_alarmConfiguration - Information to add or change about Amazon CloudWatch alarms when the deployment group is updated.

$sel:triggerConfigurations:UpdateDeploymentGroup', updateDeploymentGroup_triggerConfigurations - Information about triggers to change when the deployment group is updated. For examples, see Edit a Trigger in a CodeDeploy Deployment Group in the AWS CodeDeploy User Guide.

$sel:autoScalingGroups:UpdateDeploymentGroup', updateDeploymentGroup_autoScalingGroups - The replacement list of Auto Scaling groups to be included in the deployment group, if you want to change them. To keep the Auto Scaling groups, enter their names. To remove Auto Scaling groups, do not enter any Auto Scaling group names.

$sel:deploymentStyle:UpdateDeploymentGroup', updateDeploymentGroup_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:UpdateDeploymentGroup', updateDeploymentGroup_autoRollbackConfiguration - Information for an automatic rollback configuration that is added or changed when a deployment group is updated.

$sel:applicationName:UpdateDeploymentGroup', updateDeploymentGroup_applicationName - The application name that corresponds to the deployment group to update.

$sel:currentDeploymentGroupName:UpdateDeploymentGroup', updateDeploymentGroup_currentDeploymentGroupName - The current name of the deployment group.

data UpdateDeploymentGroupResponse Source #

Represents the output of an UpdateDeploymentGroup operation.

See: newUpdateDeploymentGroupResponse smart constructor.

Instances

Instances details
Eq UpdateDeploymentGroupResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.UpdateDeploymentGroup

Read UpdateDeploymentGroupResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.UpdateDeploymentGroup

Show UpdateDeploymentGroupResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.UpdateDeploymentGroup

Generic UpdateDeploymentGroupResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.UpdateDeploymentGroup

Associated Types

type Rep UpdateDeploymentGroupResponse :: Type -> Type #

NFData UpdateDeploymentGroupResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.UpdateDeploymentGroup

type Rep UpdateDeploymentGroupResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.UpdateDeploymentGroup

type Rep UpdateDeploymentGroupResponse = D1 ('MetaData "UpdateDeploymentGroupResponse" "Amazonka.CodeDeploy.UpdateDeploymentGroup" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "UpdateDeploymentGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "hooksNotCleanedUp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AutoScalingGroup])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateDeploymentGroupResponse Source #

Create a value of UpdateDeploymentGroupResponse 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:hooksNotCleanedUp:UpdateDeploymentGroupResponse', updateDeploymentGroupResponse_hooksNotCleanedUp - If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group, AWS CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the AWS account. If the output contains data, AWS CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the AWS account.

$sel:httpStatus:UpdateDeploymentGroupResponse', updateDeploymentGroupResponse_httpStatus - The response's http status code.

ListOnPremisesInstances (Paginated)

data ListOnPremisesInstances Source #

Represents the input of a ListOnPremisesInstances operation.

See: newListOnPremisesInstances smart constructor.

Instances

Instances details
Eq ListOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListOnPremisesInstances

Read ListOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListOnPremisesInstances

Show ListOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListOnPremisesInstances

Generic ListOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListOnPremisesInstances

Associated Types

type Rep ListOnPremisesInstances :: Type -> Type #

NFData ListOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListOnPremisesInstances

Methods

rnf :: ListOnPremisesInstances -> () #

Hashable ListOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListOnPremisesInstances

ToJSON ListOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListOnPremisesInstances

AWSPager ListOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListOnPremisesInstances

AWSRequest ListOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListOnPremisesInstances

ToHeaders ListOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListOnPremisesInstances

ToPath ListOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListOnPremisesInstances

ToQuery ListOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListOnPremisesInstances

type Rep ListOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListOnPremisesInstances

type Rep ListOnPremisesInstances = D1 ('MetaData "ListOnPremisesInstances" "Amazonka.CodeDeploy.ListOnPremisesInstances" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "ListOnPremisesInstances'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tagFilters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TagFilter])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "registrationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RegistrationStatus)))))
type AWSResponse ListOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListOnPremisesInstances

newListOnPremisesInstances :: ListOnPremisesInstances Source #

Create a value of ListOnPremisesInstances 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:tagFilters:ListOnPremisesInstances', listOnPremisesInstances_tagFilters - The on-premises instance tags that are used to restrict the on-premises instance names returned.

$sel:nextToken:ListOnPremisesInstances', listOnPremisesInstances_nextToken - An identifier returned from the previous list on-premises instances call. It can be used to return the next set of on-premises instances in the list.

$sel:registrationStatus:ListOnPremisesInstances', listOnPremisesInstances_registrationStatus - The registration status of the on-premises instances:

  • Deregistered: Include deregistered on-premises instances in the resulting list.
  • Registered: Include registered on-premises instances in the resulting list.

data ListOnPremisesInstancesResponse Source #

Represents the output of the list on-premises instances operation.

See: newListOnPremisesInstancesResponse smart constructor.

Instances

Instances details
Eq ListOnPremisesInstancesResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListOnPremisesInstances

Read ListOnPremisesInstancesResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListOnPremisesInstances

Show ListOnPremisesInstancesResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListOnPremisesInstances

Generic ListOnPremisesInstancesResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListOnPremisesInstances

Associated Types

type Rep ListOnPremisesInstancesResponse :: Type -> Type #

NFData ListOnPremisesInstancesResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListOnPremisesInstances

type Rep ListOnPremisesInstancesResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListOnPremisesInstances

type Rep ListOnPremisesInstancesResponse = D1 ('MetaData "ListOnPremisesInstancesResponse" "Amazonka.CodeDeploy.ListOnPremisesInstances" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "ListOnPremisesInstancesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "instanceNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListOnPremisesInstancesResponse Source #

Create a value of ListOnPremisesInstancesResponse 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:nextToken:ListOnPremisesInstances', listOnPremisesInstancesResponse_nextToken - If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list on-premises instances call to return the next set of on-premises instances in the list.

$sel:instanceNames:ListOnPremisesInstancesResponse', listOnPremisesInstancesResponse_instanceNames - The list of matching on-premises instance names.

$sel:httpStatus:ListOnPremisesInstancesResponse', listOnPremisesInstancesResponse_httpStatus - The response's http status code.

CreateDeploymentConfig

data CreateDeploymentConfig Source #

Represents the input of a CreateDeploymentConfig operation.

See: newCreateDeploymentConfig smart constructor.

Instances

Instances details
Eq CreateDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeploymentConfig

Read CreateDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeploymentConfig

Show CreateDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeploymentConfig

Generic CreateDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeploymentConfig

Associated Types

type Rep CreateDeploymentConfig :: Type -> Type #

NFData CreateDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeploymentConfig

Methods

rnf :: CreateDeploymentConfig -> () #

Hashable CreateDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeploymentConfig

ToJSON CreateDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeploymentConfig

AWSRequest CreateDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeploymentConfig

Associated Types

type AWSResponse CreateDeploymentConfig #

ToHeaders CreateDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeploymentConfig

ToPath CreateDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeploymentConfig

ToQuery CreateDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeploymentConfig

type Rep CreateDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeploymentConfig

type Rep CreateDeploymentConfig = D1 ('MetaData "CreateDeploymentConfig" "Amazonka.CodeDeploy.CreateDeploymentConfig" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "CreateDeploymentConfig'" 'PrefixI 'True) ((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 "deploymentConfigName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse CreateDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeploymentConfig

newCreateDeploymentConfig Source #

Create a value of CreateDeploymentConfig with all optional fields omitted.

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

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

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

$sel:minimumHealthyHosts:CreateDeploymentConfig', createDeploymentConfig_minimumHealthyHosts - The minimum number of healthy instances that should be available at any time during the deployment. There are two parameters expected in the input: type and value.

The type parameter takes either of the following values:

  • HOST_COUNT: The value parameter represents the minimum number of healthy instances as an absolute value.
  • FLEET_PERCENT: The value parameter represents the minimum number of healthy instances as a percentage of the total number of instances in the deployment. If you specify FLEET_PERCENT, at the start of the deployment, AWS CodeDeploy converts the percentage to the equivalent number of instances and rounds up fractional instances.

The value parameter takes an integer.

For example, to set a minimum of 95% healthy instance, specify a type of FLEET_PERCENT and a value of 95.

$sel:trafficRoutingConfig:CreateDeploymentConfig', createDeploymentConfig_trafficRoutingConfig - The configuration that specifies how the deployment traffic is routed.

$sel:deploymentConfigName:CreateDeploymentConfig', createDeploymentConfig_deploymentConfigName - The name of the deployment configuration to create.

data CreateDeploymentConfigResponse Source #

Represents the output of a CreateDeploymentConfig operation.

See: newCreateDeploymentConfigResponse smart constructor.

Instances

Instances details
Eq CreateDeploymentConfigResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeploymentConfig

Read CreateDeploymentConfigResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeploymentConfig

Show CreateDeploymentConfigResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeploymentConfig

Generic CreateDeploymentConfigResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeploymentConfig

Associated Types

type Rep CreateDeploymentConfigResponse :: Type -> Type #

NFData CreateDeploymentConfigResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeploymentConfig

type Rep CreateDeploymentConfigResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeploymentConfig

type Rep CreateDeploymentConfigResponse = D1 ('MetaData "CreateDeploymentConfigResponse" "Amazonka.CodeDeploy.CreateDeploymentConfig" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "CreateDeploymentConfigResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deploymentConfigId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateDeploymentConfigResponse Source #

Create a value of CreateDeploymentConfigResponse 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:deploymentConfigId:CreateDeploymentConfigResponse', createDeploymentConfigResponse_deploymentConfigId - A unique deployment configuration ID.

$sel:httpStatus:CreateDeploymentConfigResponse', createDeploymentConfigResponse_httpStatus - The response's http status code.

GetApplicationRevision

data GetApplicationRevision Source #

Represents the input of a GetApplicationRevision operation.

See: newGetApplicationRevision smart constructor.

Instances

Instances details
Eq GetApplicationRevision Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplicationRevision

Read GetApplicationRevision Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplicationRevision

Show GetApplicationRevision Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplicationRevision

Generic GetApplicationRevision Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplicationRevision

Associated Types

type Rep GetApplicationRevision :: Type -> Type #

NFData GetApplicationRevision Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplicationRevision

Methods

rnf :: GetApplicationRevision -> () #

Hashable GetApplicationRevision Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplicationRevision

ToJSON GetApplicationRevision Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplicationRevision

AWSRequest GetApplicationRevision Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplicationRevision

Associated Types

type AWSResponse GetApplicationRevision #

ToHeaders GetApplicationRevision Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplicationRevision

ToPath GetApplicationRevision Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplicationRevision

ToQuery GetApplicationRevision Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplicationRevision

type Rep GetApplicationRevision Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplicationRevision

type Rep GetApplicationRevision = D1 ('MetaData "GetApplicationRevision" "Amazonka.CodeDeploy.GetApplicationRevision" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "GetApplicationRevision'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "revision") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RevisionLocation)))
type AWSResponse GetApplicationRevision Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplicationRevision

newGetApplicationRevision Source #

Create a value of GetApplicationRevision 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:applicationName:GetApplicationRevision', getApplicationRevision_applicationName - The name of the application that corresponds to the revision.

$sel:revision:GetApplicationRevision', getApplicationRevision_revision - Information about the application revision to get, including type and location.

data GetApplicationRevisionResponse Source #

Represents the output of a GetApplicationRevision operation.

See: newGetApplicationRevisionResponse smart constructor.

Instances

Instances details
Eq GetApplicationRevisionResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplicationRevision

Read GetApplicationRevisionResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplicationRevision

Show GetApplicationRevisionResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplicationRevision

Generic GetApplicationRevisionResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplicationRevision

Associated Types

type Rep GetApplicationRevisionResponse :: Type -> Type #

NFData GetApplicationRevisionResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplicationRevision

type Rep GetApplicationRevisionResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplicationRevision

type Rep GetApplicationRevisionResponse = D1 ('MetaData "GetApplicationRevisionResponse" "Amazonka.CodeDeploy.GetApplicationRevision" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "GetApplicationRevisionResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "revisionInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GenericRevisionInfo))) :*: (S1 ('MetaSel ('Just "revision") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RevisionLocation)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetApplicationRevisionResponse Source #

Create a value of GetApplicationRevisionResponse 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:applicationName:GetApplicationRevision', getApplicationRevisionResponse_applicationName - The name of the application that corresponds to the revision.

$sel:revisionInfo:GetApplicationRevisionResponse', getApplicationRevisionResponse_revisionInfo - General information about the revision.

$sel:revision:GetApplicationRevision', getApplicationRevisionResponse_revision - Additional information about the revision, including type and location.

$sel:httpStatus:GetApplicationRevisionResponse', getApplicationRevisionResponse_httpStatus - The response's http status code.

GetDeployment

data GetDeployment Source #

Represents the input of a GetDeployment operation.

See: newGetDeployment smart constructor.

Constructors

GetDeployment' Text 

Instances

Instances details
Eq GetDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeployment

Read GetDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeployment

Show GetDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeployment

Generic GetDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeployment

Associated Types

type Rep GetDeployment :: Type -> Type #

NFData GetDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeployment

Methods

rnf :: GetDeployment -> () #

Hashable GetDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeployment

ToJSON GetDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeployment

AWSRequest GetDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeployment

Associated Types

type AWSResponse GetDeployment #

ToHeaders GetDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeployment

ToPath GetDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeployment

ToQuery GetDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeployment

type Rep GetDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeployment

type Rep GetDeployment = D1 ('MetaData "GetDeployment" "Amazonka.CodeDeploy.GetDeployment" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "GetDeployment'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deploymentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeployment

newGetDeployment Source #

Create a value of GetDeployment with all optional fields omitted.

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

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

$sel:deploymentId:GetDeployment', getDeployment_deploymentId - The unique ID of a deployment associated with the IAM user or AWS account.

data GetDeploymentResponse Source #

Represents the output of a GetDeployment operation.

See: newGetDeploymentResponse smart constructor.

Instances

Instances details
Eq GetDeploymentResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeployment

Read GetDeploymentResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeployment

Show GetDeploymentResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeployment

Generic GetDeploymentResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeployment

Associated Types

type Rep GetDeploymentResponse :: Type -> Type #

NFData GetDeploymentResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeployment

Methods

rnf :: GetDeploymentResponse -> () #

type Rep GetDeploymentResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeployment

type Rep GetDeploymentResponse = D1 ('MetaData "GetDeploymentResponse" "Amazonka.CodeDeploy.GetDeployment" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "GetDeploymentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deploymentInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeploymentInfo)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetDeploymentResponse Source #

Create a value of GetDeploymentResponse 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:deploymentInfo:GetDeploymentResponse', getDeploymentResponse_deploymentInfo - Information about the deployment.

$sel:httpStatus:GetDeploymentResponse', getDeploymentResponse_httpStatus - The response's http status code.

DeleteDeploymentConfig

data DeleteDeploymentConfig Source #

Represents the input of a DeleteDeploymentConfig operation.

See: newDeleteDeploymentConfig smart constructor.

Instances

Instances details
Eq DeleteDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteDeploymentConfig

Read DeleteDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteDeploymentConfig

Show DeleteDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteDeploymentConfig

Generic DeleteDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteDeploymentConfig

Associated Types

type Rep DeleteDeploymentConfig :: Type -> Type #

NFData DeleteDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteDeploymentConfig

Methods

rnf :: DeleteDeploymentConfig -> () #

Hashable DeleteDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteDeploymentConfig

ToJSON DeleteDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteDeploymentConfig

AWSRequest DeleteDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteDeploymentConfig

Associated Types

type AWSResponse DeleteDeploymentConfig #

ToHeaders DeleteDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteDeploymentConfig

ToPath DeleteDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteDeploymentConfig

ToQuery DeleteDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteDeploymentConfig

type Rep DeleteDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteDeploymentConfig

type Rep DeleteDeploymentConfig = D1 ('MetaData "DeleteDeploymentConfig" "Amazonka.CodeDeploy.DeleteDeploymentConfig" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "DeleteDeploymentConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deploymentConfigName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteDeploymentConfig

newDeleteDeploymentConfig Source #

Create a value of DeleteDeploymentConfig 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:DeleteDeploymentConfig', deleteDeploymentConfig_deploymentConfigName - The name of a deployment configuration associated with the IAM user or AWS account.

data DeleteDeploymentConfigResponse Source #

See: newDeleteDeploymentConfigResponse smart constructor.

Instances

Instances details
Eq DeleteDeploymentConfigResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteDeploymentConfig

Read DeleteDeploymentConfigResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteDeploymentConfig

Show DeleteDeploymentConfigResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteDeploymentConfig

Generic DeleteDeploymentConfigResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteDeploymentConfig

Associated Types

type Rep DeleteDeploymentConfigResponse :: Type -> Type #

NFData DeleteDeploymentConfigResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteDeploymentConfig

type Rep DeleteDeploymentConfigResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteDeploymentConfig

type Rep DeleteDeploymentConfigResponse = D1 ('MetaData "DeleteDeploymentConfigResponse" "Amazonka.CodeDeploy.DeleteDeploymentConfig" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "DeleteDeploymentConfigResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteDeploymentConfigResponse :: DeleteDeploymentConfigResponse Source #

Create a value of DeleteDeploymentConfigResponse with all optional fields omitted.

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

ListTagsForResource

data ListTagsForResource Source #

See: newListTagsForResource smart constructor.

Instances

Instances details
Eq ListTagsForResource Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListTagsForResource

Read ListTagsForResource Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListTagsForResource

Show ListTagsForResource Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListTagsForResource

Generic ListTagsForResource Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListTagsForResource

Associated Types

type Rep ListTagsForResource :: Type -> Type #

NFData ListTagsForResource Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListTagsForResource

Methods

rnf :: ListTagsForResource -> () #

Hashable ListTagsForResource Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListTagsForResource

ToJSON ListTagsForResource Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListTagsForResource

AWSRequest ListTagsForResource Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListTagsForResource

Associated Types

type AWSResponse ListTagsForResource #

ToHeaders ListTagsForResource Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListTagsForResource

ToPath ListTagsForResource Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListTagsForResource

ToQuery ListTagsForResource Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListTagsForResource

type Rep ListTagsForResource Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListTagsForResource

type Rep ListTagsForResource = D1 ('MetaData "ListTagsForResource" "Amazonka.CodeDeploy.ListTagsForResource" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "ListTagsForResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse ListTagsForResource Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListTagsForResource

newListTagsForResource Source #

Create a value of ListTagsForResource 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:nextToken:ListTagsForResource', listTagsForResource_nextToken - An identifier returned from the previous ListTagsForResource call. It can be used to return the next set of applications in the list.

$sel:resourceArn:ListTagsForResource', listTagsForResource_resourceArn - The ARN of a CodeDeploy resource. ListTagsForResource returns all the tags associated with the resource that is identified by the ResourceArn.

data ListTagsForResourceResponse Source #

See: newListTagsForResourceResponse smart constructor.

Instances

Instances details
Eq ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListTagsForResource

Read ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListTagsForResource

Show ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListTagsForResource

Generic ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListTagsForResource

Associated Types

type Rep ListTagsForResourceResponse :: Type -> Type #

NFData ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListTagsForResource

type Rep ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListTagsForResource

type Rep ListTagsForResourceResponse = D1 ('MetaData "ListTagsForResourceResponse" "Amazonka.CodeDeploy.ListTagsForResource" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "ListTagsForResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListTagsForResourceResponse Source #

Create a value of ListTagsForResourceResponse 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:nextToken:ListTagsForResource', listTagsForResourceResponse_nextToken - If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list application revisions call to return the next set of application revisions in the list.

$sel:tags:ListTagsForResourceResponse', listTagsForResourceResponse_tags - A list of tags returned by ListTagsForResource. The tags are associated with the resource identified by the input ResourceArn parameter.

$sel:httpStatus:ListTagsForResourceResponse', listTagsForResourceResponse_httpStatus - The response's http status code.

GetDeploymentConfig

data GetDeploymentConfig Source #

Represents the input of a GetDeploymentConfig operation.

See: newGetDeploymentConfig smart constructor.

Instances

Instances details
Eq GetDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentConfig

Read GetDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentConfig

Show GetDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentConfig

Generic GetDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentConfig

Associated Types

type Rep GetDeploymentConfig :: Type -> Type #

NFData GetDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentConfig

Methods

rnf :: GetDeploymentConfig -> () #

Hashable GetDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentConfig

ToJSON GetDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentConfig

AWSRequest GetDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentConfig

Associated Types

type AWSResponse GetDeploymentConfig #

ToHeaders GetDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentConfig

ToPath GetDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentConfig

ToQuery GetDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentConfig

type Rep GetDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentConfig

type Rep GetDeploymentConfig = D1 ('MetaData "GetDeploymentConfig" "Amazonka.CodeDeploy.GetDeploymentConfig" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "GetDeploymentConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deploymentConfigName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentConfig

newGetDeploymentConfig Source #

Create a value of GetDeploymentConfig 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:GetDeploymentConfig', getDeploymentConfig_deploymentConfigName - The name of a deployment configuration associated with the IAM user or AWS account.

data GetDeploymentConfigResponse Source #

Represents the output of a GetDeploymentConfig operation.

See: newGetDeploymentConfigResponse smart constructor.

Instances

Instances details
Eq GetDeploymentConfigResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentConfig

Read GetDeploymentConfigResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentConfig

Show GetDeploymentConfigResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentConfig

Generic GetDeploymentConfigResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentConfig

Associated Types

type Rep GetDeploymentConfigResponse :: Type -> Type #

NFData GetDeploymentConfigResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentConfig

type Rep GetDeploymentConfigResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentConfig

type Rep GetDeploymentConfigResponse = D1 ('MetaData "GetDeploymentConfigResponse" "Amazonka.CodeDeploy.GetDeploymentConfig" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "GetDeploymentConfigResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deploymentConfigInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeploymentConfigInfo)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetDeploymentConfigResponse Source #

Create a value of GetDeploymentConfigResponse 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:deploymentConfigInfo:GetDeploymentConfigResponse', getDeploymentConfigResponse_deploymentConfigInfo - Information about the deployment configuration.

$sel:httpStatus:GetDeploymentConfigResponse', getDeploymentConfigResponse_httpStatus - The response's http status code.

CreateDeployment

data CreateDeployment Source #

Represents the input of a CreateDeployment operation.

See: newCreateDeployment smart constructor.

Instances

Instances details
Eq CreateDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeployment

Read CreateDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeployment

Show CreateDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeployment

Generic CreateDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeployment

Associated Types

type Rep CreateDeployment :: Type -> Type #

NFData CreateDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeployment

Methods

rnf :: CreateDeployment -> () #

Hashable CreateDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeployment

ToJSON CreateDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeployment

AWSRequest CreateDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeployment

Associated Types

type AWSResponse CreateDeployment #

ToHeaders CreateDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeployment

ToPath CreateDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeployment

ToQuery CreateDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeployment

type Rep CreateDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeployment

type Rep CreateDeployment = D1 ('MetaData "CreateDeployment" "Amazonka.CodeDeploy.CreateDeployment" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "CreateDeployment'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "deploymentConfigName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "fileExistsBehavior") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FileExistsBehavior))) :*: (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 "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)) :*: S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))
type AWSResponse CreateDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeployment

newCreateDeployment Source #

Create a value of CreateDeployment 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:CreateDeployment', createDeployment_deploymentConfigName - The name of a deployment configuration associated with the IAM user or AWS account.

If not specified, the value configured in the deployment group is used as the default. If the deployment group does not have a deployment configuration associated with it, CodeDeployDefault.OneAtATime is used by default.

$sel:fileExistsBehavior:CreateDeployment', createDeployment_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.

The fileExistsBehavior parameter takes any of the following values:

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

$sel:revision:CreateDeployment', createDeployment_revision - The type and location of the revision to deploy.

$sel:description:CreateDeployment', createDeployment_description - A comment about the deployment.

$sel:autoRollbackConfiguration:CreateDeployment', createDeployment_autoRollbackConfiguration - Configuration information for an automatic rollback that is added when a deployment is created.

$sel:updateOutdatedInstancesOnly:CreateDeployment', createDeployment_updateOutdatedInstancesOnly - Indicates whether to deploy to all instances or only to instances that are not running the latest application revision.

$sel:deploymentGroupName:CreateDeployment', createDeployment_deploymentGroupName - The name of the deployment group.

$sel:ignoreApplicationStopFailures:CreateDeployment', createDeployment_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.

$sel:applicationName:CreateDeployment', createDeployment_applicationName - The name of an AWS CodeDeploy application associated with the IAM user or AWS account.

data CreateDeploymentResponse Source #

Represents the output of a CreateDeployment operation.

See: newCreateDeploymentResponse smart constructor.

Instances

Instances details
Eq CreateDeploymentResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeployment

Read CreateDeploymentResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeployment

Show CreateDeploymentResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeployment

Generic CreateDeploymentResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeployment

Associated Types

type Rep CreateDeploymentResponse :: Type -> Type #

NFData CreateDeploymentResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeployment

type Rep CreateDeploymentResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeployment

type Rep CreateDeploymentResponse = D1 ('MetaData "CreateDeploymentResponse" "Amazonka.CodeDeploy.CreateDeployment" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "CreateDeploymentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deploymentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateDeploymentResponse Source #

Create a value of CreateDeploymentResponse with all optional fields omitted.

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

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

$sel:deploymentId:CreateDeploymentResponse', createDeploymentResponse_deploymentId - The unique ID of a deployment.

$sel:httpStatus:CreateDeploymentResponse', createDeploymentResponse_httpStatus - The response's http status code.

BatchGetApplicationRevisions

data BatchGetApplicationRevisions Source #

Represents the input of a BatchGetApplicationRevisions operation.

See: newBatchGetApplicationRevisions smart constructor.

Instances

Instances details
Eq BatchGetApplicationRevisions Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplicationRevisions

Read BatchGetApplicationRevisions Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplicationRevisions

Show BatchGetApplicationRevisions Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplicationRevisions

Generic BatchGetApplicationRevisions Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplicationRevisions

Associated Types

type Rep BatchGetApplicationRevisions :: Type -> Type #

NFData BatchGetApplicationRevisions Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplicationRevisions

Hashable BatchGetApplicationRevisions Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplicationRevisions

ToJSON BatchGetApplicationRevisions Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplicationRevisions

AWSRequest BatchGetApplicationRevisions Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplicationRevisions

ToHeaders BatchGetApplicationRevisions Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplicationRevisions

ToPath BatchGetApplicationRevisions Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplicationRevisions

ToQuery BatchGetApplicationRevisions Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplicationRevisions

type Rep BatchGetApplicationRevisions Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplicationRevisions

type Rep BatchGetApplicationRevisions = D1 ('MetaData "BatchGetApplicationRevisions" "Amazonka.CodeDeploy.BatchGetApplicationRevisions" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "BatchGetApplicationRevisions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "revisions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [RevisionLocation])))
type AWSResponse BatchGetApplicationRevisions Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplicationRevisions

newBatchGetApplicationRevisions Source #

Create a value of BatchGetApplicationRevisions 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:applicationName:BatchGetApplicationRevisions', batchGetApplicationRevisions_applicationName - The name of an AWS CodeDeploy application about which to get revision information.

$sel:revisions:BatchGetApplicationRevisions', batchGetApplicationRevisions_revisions - An array of RevisionLocation objects that specify information to get about the application revisions, including type and location. The maximum number of RevisionLocation objects you can specify is 25.

data BatchGetApplicationRevisionsResponse Source #

Represents the output of a BatchGetApplicationRevisions operation.

See: newBatchGetApplicationRevisionsResponse smart constructor.

Instances

Instances details
Eq BatchGetApplicationRevisionsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplicationRevisions

Read BatchGetApplicationRevisionsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplicationRevisions

Show BatchGetApplicationRevisionsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplicationRevisions

Generic BatchGetApplicationRevisionsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplicationRevisions

NFData BatchGetApplicationRevisionsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplicationRevisions

type Rep BatchGetApplicationRevisionsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplicationRevisions

type Rep BatchGetApplicationRevisionsResponse = D1 ('MetaData "BatchGetApplicationRevisionsResponse" "Amazonka.CodeDeploy.BatchGetApplicationRevisions" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "BatchGetApplicationRevisionsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "revisions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RevisionInfo]))) :*: (S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newBatchGetApplicationRevisionsResponse Source #

Create a value of BatchGetApplicationRevisionsResponse 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:applicationName:BatchGetApplicationRevisions', batchGetApplicationRevisionsResponse_applicationName - The name of the application that corresponds to the revisions.

$sel:revisions:BatchGetApplicationRevisions', batchGetApplicationRevisionsResponse_revisions - Additional information about the revisions, including the type and location.

$sel:errorMessage:BatchGetApplicationRevisionsResponse', batchGetApplicationRevisionsResponse_errorMessage - Information about errors that might have occurred during the API call.

$sel:httpStatus:BatchGetApplicationRevisionsResponse', batchGetApplicationRevisionsResponse_httpStatus - The response's http status code.

BatchGetDeployments

data BatchGetDeployments Source #

Represents the input of a BatchGetDeployments operation.

See: newBatchGetDeployments smart constructor.

Constructors

BatchGetDeployments' [Text] 

Instances

Instances details
Eq BatchGetDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeployments

Read BatchGetDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeployments

Show BatchGetDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeployments

Generic BatchGetDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeployments

Associated Types

type Rep BatchGetDeployments :: Type -> Type #

NFData BatchGetDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeployments

Methods

rnf :: BatchGetDeployments -> () #

Hashable BatchGetDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeployments

ToJSON BatchGetDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeployments

AWSRequest BatchGetDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeployments

Associated Types

type AWSResponse BatchGetDeployments #

ToHeaders BatchGetDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeployments

ToPath BatchGetDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeployments

ToQuery BatchGetDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeployments

type Rep BatchGetDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeployments

type Rep BatchGetDeployments = D1 ('MetaData "BatchGetDeployments" "Amazonka.CodeDeploy.BatchGetDeployments" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "BatchGetDeployments'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deploymentIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))
type AWSResponse BatchGetDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeployments

newBatchGetDeployments :: BatchGetDeployments Source #

Create a value of BatchGetDeployments 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:deploymentIds:BatchGetDeployments', batchGetDeployments_deploymentIds - A list of deployment IDs, separated by spaces. The maximum number of deployment IDs you can specify is 25.

data BatchGetDeploymentsResponse Source #

Represents the output of a BatchGetDeployments operation.

See: newBatchGetDeploymentsResponse smart constructor.

Instances

Instances details
Eq BatchGetDeploymentsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeployments

Read BatchGetDeploymentsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeployments

Show BatchGetDeploymentsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeployments

Generic BatchGetDeploymentsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeployments

Associated Types

type Rep BatchGetDeploymentsResponse :: Type -> Type #

NFData BatchGetDeploymentsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeployments

type Rep BatchGetDeploymentsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeployments

type Rep BatchGetDeploymentsResponse = D1 ('MetaData "BatchGetDeploymentsResponse" "Amazonka.CodeDeploy.BatchGetDeployments" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "BatchGetDeploymentsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deploymentsInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DeploymentInfo])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newBatchGetDeploymentsResponse Source #

Create a value of BatchGetDeploymentsResponse 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:deploymentsInfo:BatchGetDeploymentsResponse', batchGetDeploymentsResponse_deploymentsInfo - Information about the deployments.

$sel:httpStatus:BatchGetDeploymentsResponse', batchGetDeploymentsResponse_httpStatus - The response's http status code.

GetOnPremisesInstance

data GetOnPremisesInstance Source #

Represents the input of a GetOnPremisesInstance operation.

See: newGetOnPremisesInstance smart constructor.

Instances

Instances details
Eq GetOnPremisesInstance Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetOnPremisesInstance

Read GetOnPremisesInstance Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetOnPremisesInstance

Show GetOnPremisesInstance Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetOnPremisesInstance

Generic GetOnPremisesInstance Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetOnPremisesInstance

Associated Types

type Rep GetOnPremisesInstance :: Type -> Type #

NFData GetOnPremisesInstance Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetOnPremisesInstance

Methods

rnf :: GetOnPremisesInstance -> () #

Hashable GetOnPremisesInstance Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetOnPremisesInstance

ToJSON GetOnPremisesInstance Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetOnPremisesInstance

AWSRequest GetOnPremisesInstance Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetOnPremisesInstance

Associated Types

type AWSResponse GetOnPremisesInstance #

ToHeaders GetOnPremisesInstance Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetOnPremisesInstance

ToPath GetOnPremisesInstance Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetOnPremisesInstance

ToQuery GetOnPremisesInstance Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetOnPremisesInstance

type Rep GetOnPremisesInstance Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetOnPremisesInstance

type Rep GetOnPremisesInstance = D1 ('MetaData "GetOnPremisesInstance" "Amazonka.CodeDeploy.GetOnPremisesInstance" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "GetOnPremisesInstance'" 'PrefixI 'True) (S1 ('MetaSel ('Just "instanceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetOnPremisesInstance Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetOnPremisesInstance

newGetOnPremisesInstance Source #

Create a value of GetOnPremisesInstance 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:instanceName:GetOnPremisesInstance', getOnPremisesInstance_instanceName - The name of the on-premises instance about which to get information.

data GetOnPremisesInstanceResponse Source #

Represents the output of a GetOnPremisesInstance operation.

See: newGetOnPremisesInstanceResponse smart constructor.

Instances

Instances details
Eq GetOnPremisesInstanceResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetOnPremisesInstance

Read GetOnPremisesInstanceResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetOnPremisesInstance

Show GetOnPremisesInstanceResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetOnPremisesInstance

Generic GetOnPremisesInstanceResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetOnPremisesInstance

Associated Types

type Rep GetOnPremisesInstanceResponse :: Type -> Type #

NFData GetOnPremisesInstanceResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetOnPremisesInstance

type Rep GetOnPremisesInstanceResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetOnPremisesInstance

type Rep GetOnPremisesInstanceResponse = D1 ('MetaData "GetOnPremisesInstanceResponse" "Amazonka.CodeDeploy.GetOnPremisesInstance" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "GetOnPremisesInstanceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "instanceInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstanceInfo)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetOnPremisesInstanceResponse Source #

Create a value of GetOnPremisesInstanceResponse 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:instanceInfo:GetOnPremisesInstanceResponse', getOnPremisesInstanceResponse_instanceInfo - Information about the on-premises instance.

$sel:httpStatus:GetOnPremisesInstanceResponse', getOnPremisesInstanceResponse_httpStatus - The response's http status code.

RegisterApplicationRevision

data RegisterApplicationRevision Source #

Represents the input of a RegisterApplicationRevision operation.

See: newRegisterApplicationRevision smart constructor.

Instances

Instances details
Eq RegisterApplicationRevision Source # 
Instance details

Defined in Amazonka.CodeDeploy.RegisterApplicationRevision

Read RegisterApplicationRevision Source # 
Instance details

Defined in Amazonka.CodeDeploy.RegisterApplicationRevision

Show RegisterApplicationRevision Source # 
Instance details

Defined in Amazonka.CodeDeploy.RegisterApplicationRevision

Generic RegisterApplicationRevision Source # 
Instance details

Defined in Amazonka.CodeDeploy.RegisterApplicationRevision

Associated Types

type Rep RegisterApplicationRevision :: Type -> Type #

NFData RegisterApplicationRevision Source # 
Instance details

Defined in Amazonka.CodeDeploy.RegisterApplicationRevision

Hashable RegisterApplicationRevision Source # 
Instance details

Defined in Amazonka.CodeDeploy.RegisterApplicationRevision

ToJSON RegisterApplicationRevision Source # 
Instance details

Defined in Amazonka.CodeDeploy.RegisterApplicationRevision

AWSRequest RegisterApplicationRevision Source # 
Instance details

Defined in Amazonka.CodeDeploy.RegisterApplicationRevision

ToHeaders RegisterApplicationRevision Source # 
Instance details

Defined in Amazonka.CodeDeploy.RegisterApplicationRevision

ToPath RegisterApplicationRevision Source # 
Instance details

Defined in Amazonka.CodeDeploy.RegisterApplicationRevision

ToQuery RegisterApplicationRevision Source # 
Instance details

Defined in Amazonka.CodeDeploy.RegisterApplicationRevision

type Rep RegisterApplicationRevision Source # 
Instance details

Defined in Amazonka.CodeDeploy.RegisterApplicationRevision

type Rep RegisterApplicationRevision = D1 ('MetaData "RegisterApplicationRevision" "Amazonka.CodeDeploy.RegisterApplicationRevision" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "RegisterApplicationRevision'" 'PrefixI 'True) (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "revision") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RevisionLocation))))
type AWSResponse RegisterApplicationRevision Source # 
Instance details

Defined in Amazonka.CodeDeploy.RegisterApplicationRevision

newRegisterApplicationRevision Source #

Create a value of RegisterApplicationRevision 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:description:RegisterApplicationRevision', registerApplicationRevision_description - A comment about the revision.

$sel:applicationName:RegisterApplicationRevision', registerApplicationRevision_applicationName - The name of an AWS CodeDeploy application associated with the IAM user or AWS account.

$sel:revision:RegisterApplicationRevision', registerApplicationRevision_revision - Information about the application revision to register, including type and location.

data RegisterApplicationRevisionResponse Source #

Instances

Instances details
Eq RegisterApplicationRevisionResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.RegisterApplicationRevision

Read RegisterApplicationRevisionResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.RegisterApplicationRevision

Show RegisterApplicationRevisionResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.RegisterApplicationRevision

Generic RegisterApplicationRevisionResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.RegisterApplicationRevision

NFData RegisterApplicationRevisionResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.RegisterApplicationRevision

type Rep RegisterApplicationRevisionResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.RegisterApplicationRevision

type Rep RegisterApplicationRevisionResponse = D1 ('MetaData "RegisterApplicationRevisionResponse" "Amazonka.CodeDeploy.RegisterApplicationRevision" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "RegisterApplicationRevisionResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newRegisterApplicationRevisionResponse :: RegisterApplicationRevisionResponse Source #

Create a value of RegisterApplicationRevisionResponse with all optional fields omitted.

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

ContinueDeployment

data ContinueDeployment Source #

See: newContinueDeployment smart constructor.

Instances

Instances details
Eq ContinueDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.ContinueDeployment

Read ContinueDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.ContinueDeployment

Show ContinueDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.ContinueDeployment

Generic ContinueDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.ContinueDeployment

Associated Types

type Rep ContinueDeployment :: Type -> Type #

NFData ContinueDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.ContinueDeployment

Methods

rnf :: ContinueDeployment -> () #

Hashable ContinueDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.ContinueDeployment

ToJSON ContinueDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.ContinueDeployment

AWSRequest ContinueDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.ContinueDeployment

Associated Types

type AWSResponse ContinueDeployment #

ToHeaders ContinueDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.ContinueDeployment

ToPath ContinueDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.ContinueDeployment

ToQuery ContinueDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.ContinueDeployment

type Rep ContinueDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.ContinueDeployment

type Rep ContinueDeployment = D1 ('MetaData "ContinueDeployment" "Amazonka.CodeDeploy.ContinueDeployment" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "ContinueDeployment'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deploymentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "deploymentWaitType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeploymentWaitType))))
type AWSResponse ContinueDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.ContinueDeployment

newContinueDeployment :: ContinueDeployment Source #

Create a value of ContinueDeployment with all optional fields omitted.

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

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

$sel:deploymentId:ContinueDeployment', continueDeployment_deploymentId - The unique ID of a blue/green deployment for which you want to start rerouting traffic to the replacement environment.

$sel:deploymentWaitType:ContinueDeployment', continueDeployment_deploymentWaitType - The status of the deployment's waiting period. READY_WAIT indicates that the deployment is ready to start shifting traffic. TERMINATION_WAIT indicates that the traffic is shifted, but the original target is not terminated.

data ContinueDeploymentResponse Source #

See: newContinueDeploymentResponse smart constructor.

Instances

Instances details
Eq ContinueDeploymentResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ContinueDeployment

Read ContinueDeploymentResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ContinueDeployment

Show ContinueDeploymentResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ContinueDeployment

Generic ContinueDeploymentResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ContinueDeployment

Associated Types

type Rep ContinueDeploymentResponse :: Type -> Type #

NFData ContinueDeploymentResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ContinueDeployment

type Rep ContinueDeploymentResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ContinueDeployment

type Rep ContinueDeploymentResponse = D1 ('MetaData "ContinueDeploymentResponse" "Amazonka.CodeDeploy.ContinueDeployment" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "ContinueDeploymentResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newContinueDeploymentResponse :: ContinueDeploymentResponse Source #

Create a value of ContinueDeploymentResponse with all optional fields omitted.

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

BatchGetApplications

data BatchGetApplications Source #

Represents the input of a BatchGetApplications operation.

See: newBatchGetApplications smart constructor.

Constructors

BatchGetApplications' [Text] 

Instances

Instances details
Eq BatchGetApplications Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplications

Read BatchGetApplications Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplications

Show BatchGetApplications Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplications

Generic BatchGetApplications Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplications

Associated Types

type Rep BatchGetApplications :: Type -> Type #

NFData BatchGetApplications Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplications

Methods

rnf :: BatchGetApplications -> () #

Hashable BatchGetApplications Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplications

ToJSON BatchGetApplications Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplications

AWSRequest BatchGetApplications Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplications

Associated Types

type AWSResponse BatchGetApplications #

ToHeaders BatchGetApplications Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplications

ToPath BatchGetApplications Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplications

ToQuery BatchGetApplications Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplications

type Rep BatchGetApplications Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplications

type Rep BatchGetApplications = D1 ('MetaData "BatchGetApplications" "Amazonka.CodeDeploy.BatchGetApplications" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "BatchGetApplications'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))
type AWSResponse BatchGetApplications Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplications

newBatchGetApplications :: BatchGetApplications Source #

Create a value of BatchGetApplications 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:applicationNames:BatchGetApplications', batchGetApplications_applicationNames - A list of application names separated by spaces. The maximum number of application names you can specify is 100.

data BatchGetApplicationsResponse Source #

Represents the output of a BatchGetApplications operation.

See: newBatchGetApplicationsResponse smart constructor.

Instances

Instances details
Eq BatchGetApplicationsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplications

Read BatchGetApplicationsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplications

Show BatchGetApplicationsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplications

Generic BatchGetApplicationsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplications

Associated Types

type Rep BatchGetApplicationsResponse :: Type -> Type #

NFData BatchGetApplicationsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplications

type Rep BatchGetApplicationsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplications

type Rep BatchGetApplicationsResponse = D1 ('MetaData "BatchGetApplicationsResponse" "Amazonka.CodeDeploy.BatchGetApplications" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "BatchGetApplicationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationsInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ApplicationInfo])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newBatchGetApplicationsResponse Source #

Create a value of BatchGetApplicationsResponse 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:applicationsInfo:BatchGetApplicationsResponse', batchGetApplicationsResponse_applicationsInfo - Information about the applications.

$sel:httpStatus:BatchGetApplicationsResponse', batchGetApplicationsResponse_httpStatus - The response's http status code.

DeleteApplication

data DeleteApplication Source #

Represents the input of a DeleteApplication operation.

See: newDeleteApplication smart constructor.

Constructors

DeleteApplication' Text 

Instances

Instances details
Eq DeleteApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteApplication

Read DeleteApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteApplication

Show DeleteApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteApplication

Generic DeleteApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteApplication

Associated Types

type Rep DeleteApplication :: Type -> Type #

NFData DeleteApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteApplication

Methods

rnf :: DeleteApplication -> () #

Hashable DeleteApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteApplication

ToJSON DeleteApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteApplication

AWSRequest DeleteApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteApplication

Associated Types

type AWSResponse DeleteApplication #

ToHeaders DeleteApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteApplication

ToPath DeleteApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteApplication

ToQuery DeleteApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteApplication

type Rep DeleteApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteApplication

type Rep DeleteApplication = D1 ('MetaData "DeleteApplication" "Amazonka.CodeDeploy.DeleteApplication" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "DeleteApplication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteApplication

newDeleteApplication Source #

Create a value of DeleteApplication 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:applicationName:DeleteApplication', deleteApplication_applicationName - The name of an AWS CodeDeploy application associated with the IAM user or AWS account.

data DeleteApplicationResponse Source #

See: newDeleteApplicationResponse smart constructor.

Instances

Instances details
Eq DeleteApplicationResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteApplication

Read DeleteApplicationResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteApplication

Show DeleteApplicationResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteApplication

Generic DeleteApplicationResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteApplication

Associated Types

type Rep DeleteApplicationResponse :: Type -> Type #

NFData DeleteApplicationResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteApplication

type Rep DeleteApplicationResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteApplication

type Rep DeleteApplicationResponse = D1 ('MetaData "DeleteApplicationResponse" "Amazonka.CodeDeploy.DeleteApplication" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "DeleteApplicationResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteApplicationResponse :: DeleteApplicationResponse Source #

Create a value of DeleteApplicationResponse with all optional fields omitted.

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

UpdateApplication

data UpdateApplication Source #

Represents the input of an UpdateApplication operation.

See: newUpdateApplication smart constructor.

Instances

Instances details
Eq UpdateApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.UpdateApplication

Read UpdateApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.UpdateApplication

Show UpdateApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.UpdateApplication

Generic UpdateApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.UpdateApplication

Associated Types

type Rep UpdateApplication :: Type -> Type #

NFData UpdateApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.UpdateApplication

Methods

rnf :: UpdateApplication -> () #

Hashable UpdateApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.UpdateApplication

ToJSON UpdateApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.UpdateApplication

AWSRequest UpdateApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.UpdateApplication

Associated Types

type AWSResponse UpdateApplication #

ToHeaders UpdateApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.UpdateApplication

ToPath UpdateApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.UpdateApplication

ToQuery UpdateApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.UpdateApplication

type Rep UpdateApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.UpdateApplication

type Rep UpdateApplication = D1 ('MetaData "UpdateApplication" "Amazonka.CodeDeploy.UpdateApplication" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "UpdateApplication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "newApplicationName'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
type AWSResponse UpdateApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.UpdateApplication

newUpdateApplication :: UpdateApplication Source #

Create a value of UpdateApplication 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:newApplicationName':UpdateApplication', updateApplication_newApplicationName - The new name to give the application.

$sel:applicationName:UpdateApplication', updateApplication_applicationName - The current name of the application you want to change.

data UpdateApplicationResponse Source #

See: newUpdateApplicationResponse smart constructor.

Instances

Instances details
Eq UpdateApplicationResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.UpdateApplication

Read UpdateApplicationResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.UpdateApplication

Show UpdateApplicationResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.UpdateApplication

Generic UpdateApplicationResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.UpdateApplication

Associated Types

type Rep UpdateApplicationResponse :: Type -> Type #

NFData UpdateApplicationResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.UpdateApplication

type Rep UpdateApplicationResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.UpdateApplication

type Rep UpdateApplicationResponse = D1 ('MetaData "UpdateApplicationResponse" "Amazonka.CodeDeploy.UpdateApplication" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "UpdateApplicationResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newUpdateApplicationResponse :: UpdateApplicationResponse Source #

Create a value of UpdateApplicationResponse with all optional fields omitted.

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

DeleteGitHubAccountToken

data DeleteGitHubAccountToken Source #

Represents the input of a DeleteGitHubAccount operation.

See: newDeleteGitHubAccountToken smart constructor.

Instances

Instances details
Eq DeleteGitHubAccountToken Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteGitHubAccountToken

Read DeleteGitHubAccountToken Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteGitHubAccountToken

Show DeleteGitHubAccountToken Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteGitHubAccountToken

Generic DeleteGitHubAccountToken Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteGitHubAccountToken

Associated Types

type Rep DeleteGitHubAccountToken :: Type -> Type #

NFData DeleteGitHubAccountToken Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteGitHubAccountToken

Hashable DeleteGitHubAccountToken Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteGitHubAccountToken

ToJSON DeleteGitHubAccountToken Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteGitHubAccountToken

AWSRequest DeleteGitHubAccountToken Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteGitHubAccountToken

ToHeaders DeleteGitHubAccountToken Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteGitHubAccountToken

ToPath DeleteGitHubAccountToken Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteGitHubAccountToken

ToQuery DeleteGitHubAccountToken Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteGitHubAccountToken

type Rep DeleteGitHubAccountToken Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteGitHubAccountToken

type Rep DeleteGitHubAccountToken = D1 ('MetaData "DeleteGitHubAccountToken" "Amazonka.CodeDeploy.DeleteGitHubAccountToken" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "DeleteGitHubAccountToken'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tokenName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
type AWSResponse DeleteGitHubAccountToken Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteGitHubAccountToken

newDeleteGitHubAccountToken :: DeleteGitHubAccountToken Source #

Create a value of DeleteGitHubAccountToken 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:tokenName:DeleteGitHubAccountToken', deleteGitHubAccountToken_tokenName - The name of the GitHub account connection to delete.

data DeleteGitHubAccountTokenResponse Source #

Represents the output of a DeleteGitHubAccountToken operation.

See: newDeleteGitHubAccountTokenResponse smart constructor.

Instances

Instances details
Eq DeleteGitHubAccountTokenResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteGitHubAccountToken

Read DeleteGitHubAccountTokenResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteGitHubAccountToken

Show DeleteGitHubAccountTokenResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteGitHubAccountToken

Generic DeleteGitHubAccountTokenResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteGitHubAccountToken

Associated Types

type Rep DeleteGitHubAccountTokenResponse :: Type -> Type #

NFData DeleteGitHubAccountTokenResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteGitHubAccountToken

type Rep DeleteGitHubAccountTokenResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteGitHubAccountToken

type Rep DeleteGitHubAccountTokenResponse = D1 ('MetaData "DeleteGitHubAccountTokenResponse" "Amazonka.CodeDeploy.DeleteGitHubAccountToken" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "DeleteGitHubAccountTokenResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tokenName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteGitHubAccountTokenResponse Source #

Create a value of DeleteGitHubAccountTokenResponse 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:tokenName:DeleteGitHubAccountToken', deleteGitHubAccountTokenResponse_tokenName - The name of the GitHub account connection that was deleted.

$sel:httpStatus:DeleteGitHubAccountTokenResponse', deleteGitHubAccountTokenResponse_httpStatus - The response's http status code.

DeregisterOnPremisesInstance

data DeregisterOnPremisesInstance Source #

Represents the input of a DeregisterOnPremisesInstance operation.

See: newDeregisterOnPremisesInstance smart constructor.

Instances

Instances details
Eq DeregisterOnPremisesInstance Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeregisterOnPremisesInstance

Read DeregisterOnPremisesInstance Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeregisterOnPremisesInstance

Show DeregisterOnPremisesInstance Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeregisterOnPremisesInstance

Generic DeregisterOnPremisesInstance Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeregisterOnPremisesInstance

Associated Types

type Rep DeregisterOnPremisesInstance :: Type -> Type #

NFData DeregisterOnPremisesInstance Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeregisterOnPremisesInstance

Hashable DeregisterOnPremisesInstance Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeregisterOnPremisesInstance

ToJSON DeregisterOnPremisesInstance Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeregisterOnPremisesInstance

AWSRequest DeregisterOnPremisesInstance Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeregisterOnPremisesInstance

ToHeaders DeregisterOnPremisesInstance Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeregisterOnPremisesInstance

ToPath DeregisterOnPremisesInstance Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeregisterOnPremisesInstance

ToQuery DeregisterOnPremisesInstance Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeregisterOnPremisesInstance

type Rep DeregisterOnPremisesInstance Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeregisterOnPremisesInstance

type Rep DeregisterOnPremisesInstance = D1 ('MetaData "DeregisterOnPremisesInstance" "Amazonka.CodeDeploy.DeregisterOnPremisesInstance" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "DeregisterOnPremisesInstance'" 'PrefixI 'True) (S1 ('MetaSel ('Just "instanceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeregisterOnPremisesInstance Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeregisterOnPremisesInstance

newDeregisterOnPremisesInstance Source #

Create a value of DeregisterOnPremisesInstance 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:instanceName:DeregisterOnPremisesInstance', deregisterOnPremisesInstance_instanceName - The name of the on-premises instance to deregister.

data DeregisterOnPremisesInstanceResponse Source #

Instances

Instances details
Eq DeregisterOnPremisesInstanceResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeregisterOnPremisesInstance

Read DeregisterOnPremisesInstanceResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeregisterOnPremisesInstance

Show DeregisterOnPremisesInstanceResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeregisterOnPremisesInstance

Generic DeregisterOnPremisesInstanceResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeregisterOnPremisesInstance

NFData DeregisterOnPremisesInstanceResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeregisterOnPremisesInstance

type Rep DeregisterOnPremisesInstanceResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeregisterOnPremisesInstance

type Rep DeregisterOnPremisesInstanceResponse = D1 ('MetaData "DeregisterOnPremisesInstanceResponse" "Amazonka.CodeDeploy.DeregisterOnPremisesInstance" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "DeregisterOnPremisesInstanceResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeregisterOnPremisesInstanceResponse :: DeregisterOnPremisesInstanceResponse Source #

Create a value of DeregisterOnPremisesInstanceResponse with all optional fields omitted.

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

PutLifecycleEventHookExecutionStatus

data PutLifecycleEventHookExecutionStatus Source #

Instances

Instances details
Eq PutLifecycleEventHookExecutionStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.PutLifecycleEventHookExecutionStatus

Read PutLifecycleEventHookExecutionStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.PutLifecycleEventHookExecutionStatus

Show PutLifecycleEventHookExecutionStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.PutLifecycleEventHookExecutionStatus

Generic PutLifecycleEventHookExecutionStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.PutLifecycleEventHookExecutionStatus

NFData PutLifecycleEventHookExecutionStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.PutLifecycleEventHookExecutionStatus

Hashable PutLifecycleEventHookExecutionStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.PutLifecycleEventHookExecutionStatus

ToJSON PutLifecycleEventHookExecutionStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.PutLifecycleEventHookExecutionStatus

AWSRequest PutLifecycleEventHookExecutionStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.PutLifecycleEventHookExecutionStatus

ToHeaders PutLifecycleEventHookExecutionStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.PutLifecycleEventHookExecutionStatus

ToPath PutLifecycleEventHookExecutionStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.PutLifecycleEventHookExecutionStatus

ToQuery PutLifecycleEventHookExecutionStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.PutLifecycleEventHookExecutionStatus

type Rep PutLifecycleEventHookExecutionStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.PutLifecycleEventHookExecutionStatus

type Rep PutLifecycleEventHookExecutionStatus = D1 ('MetaData "PutLifecycleEventHookExecutionStatus" "Amazonka.CodeDeploy.PutLifecycleEventHookExecutionStatus" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "PutLifecycleEventHookExecutionStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LifecycleEventStatus)) :*: (S1 ('MetaSel ('Just "deploymentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lifecycleEventHookExecutionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))
type AWSResponse PutLifecycleEventHookExecutionStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.PutLifecycleEventHookExecutionStatus

newPutLifecycleEventHookExecutionStatus :: PutLifecycleEventHookExecutionStatus Source #

Create a value of PutLifecycleEventHookExecutionStatus 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:PutLifecycleEventHookExecutionStatus', putLifecycleEventHookExecutionStatus_status - The result of a Lambda function that validates a deployment lifecycle event. Succeeded and Failed are the only valid values for status.

$sel:deploymentId:PutLifecycleEventHookExecutionStatus', putLifecycleEventHookExecutionStatus_deploymentId - The unique ID of a deployment. Pass this ID to a Lambda function that validates a deployment lifecycle event.

$sel:lifecycleEventHookExecutionId:PutLifecycleEventHookExecutionStatus', putLifecycleEventHookExecutionStatus_lifecycleEventHookExecutionId - The execution ID of a deployment's lifecycle hook. A deployment lifecycle hook is specified in the hooks section of the AppSpec file.

data PutLifecycleEventHookExecutionStatusResponse Source #

Instances

Instances details
Eq PutLifecycleEventHookExecutionStatusResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.PutLifecycleEventHookExecutionStatus

Read PutLifecycleEventHookExecutionStatusResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.PutLifecycleEventHookExecutionStatus

Show PutLifecycleEventHookExecutionStatusResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.PutLifecycleEventHookExecutionStatus

Generic PutLifecycleEventHookExecutionStatusResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.PutLifecycleEventHookExecutionStatus

NFData PutLifecycleEventHookExecutionStatusResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.PutLifecycleEventHookExecutionStatus

type Rep PutLifecycleEventHookExecutionStatusResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.PutLifecycleEventHookExecutionStatus

type Rep PutLifecycleEventHookExecutionStatusResponse = D1 ('MetaData "PutLifecycleEventHookExecutionStatusResponse" "Amazonka.CodeDeploy.PutLifecycleEventHookExecutionStatus" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "PutLifecycleEventHookExecutionStatusResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "lifecycleEventHookExecutionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newPutLifecycleEventHookExecutionStatusResponse Source #

Create a value of PutLifecycleEventHookExecutionStatusResponse 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:lifecycleEventHookExecutionId:PutLifecycleEventHookExecutionStatus', putLifecycleEventHookExecutionStatusResponse_lifecycleEventHookExecutionId - The execution ID of the lifecycle event hook. A hook is specified in the hooks section of the deployment's AppSpec file.

$sel:httpStatus:PutLifecycleEventHookExecutionStatusResponse', putLifecycleEventHookExecutionStatusResponse_httpStatus - The response's http status code.

GetDeploymentTarget

data GetDeploymentTarget Source #

See: newGetDeploymentTarget smart constructor.

Instances

Instances details
Eq GetDeploymentTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentTarget

Read GetDeploymentTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentTarget

Show GetDeploymentTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentTarget

Generic GetDeploymentTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentTarget

Associated Types

type Rep GetDeploymentTarget :: Type -> Type #

NFData GetDeploymentTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentTarget

Methods

rnf :: GetDeploymentTarget -> () #

Hashable GetDeploymentTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentTarget

ToJSON GetDeploymentTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentTarget

AWSRequest GetDeploymentTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentTarget

Associated Types

type AWSResponse GetDeploymentTarget #

ToHeaders GetDeploymentTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentTarget

ToPath GetDeploymentTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentTarget

ToQuery GetDeploymentTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentTarget

type Rep GetDeploymentTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentTarget

type Rep GetDeploymentTarget = D1 ('MetaData "GetDeploymentTarget" "Amazonka.CodeDeploy.GetDeploymentTarget" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "GetDeploymentTarget'" 'PrefixI 'True) (S1 ('MetaSel ('Just "targetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "deploymentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
type AWSResponse GetDeploymentTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentTarget

newGetDeploymentTarget :: GetDeploymentTarget Source #

Create a value of GetDeploymentTarget 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:GetDeploymentTarget', getDeploymentTarget_targetId - The unique ID of a deployment target.

$sel:deploymentId:GetDeploymentTarget', getDeploymentTarget_deploymentId - The unique ID of a deployment.

data GetDeploymentTargetResponse Source #

See: newGetDeploymentTargetResponse smart constructor.

Instances

Instances details
Eq GetDeploymentTargetResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentTarget

Read GetDeploymentTargetResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentTarget

Show GetDeploymentTargetResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentTarget

Generic GetDeploymentTargetResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentTarget

Associated Types

type Rep GetDeploymentTargetResponse :: Type -> Type #

NFData GetDeploymentTargetResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentTarget

type Rep GetDeploymentTargetResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentTarget

type Rep GetDeploymentTargetResponse = D1 ('MetaData "GetDeploymentTargetResponse" "Amazonka.CodeDeploy.GetDeploymentTarget" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "GetDeploymentTargetResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deploymentTarget") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeploymentTarget)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetDeploymentTargetResponse Source #

Create a value of GetDeploymentTargetResponse 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:deploymentTarget:GetDeploymentTargetResponse', getDeploymentTargetResponse_deploymentTarget - A deployment target that contains information about a deployment such as its status, lifecycle events, and when it was last updated. It also contains metadata about the deployment target. The deployment target metadata depends on the deployment target's type (instanceTarget, lambdaTarget, or ecsTarget).

$sel:httpStatus:GetDeploymentTargetResponse', getDeploymentTargetResponse_httpStatus - The response's http status code.

CreateApplication

data CreateApplication Source #

Represents the input of a CreateApplication operation.

See: newCreateApplication smart constructor.

Instances

Instances details
Eq CreateApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateApplication

Read CreateApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateApplication

Show CreateApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateApplication

Generic CreateApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateApplication

Associated Types

type Rep CreateApplication :: Type -> Type #

NFData CreateApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateApplication

Methods

rnf :: CreateApplication -> () #

Hashable CreateApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateApplication

ToJSON CreateApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateApplication

AWSRequest CreateApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateApplication

Associated Types

type AWSResponse CreateApplication #

ToHeaders CreateApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateApplication

ToPath CreateApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateApplication

ToQuery CreateApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateApplication

type Rep CreateApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateApplication

type Rep CreateApplication = D1 ('MetaData "CreateApplication" "Amazonka.CodeDeploy.CreateApplication" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "CreateApplication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "computePlatform") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComputePlatform)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse CreateApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateApplication

newCreateApplication Source #

Create a value of CreateApplication with all optional fields omitted.

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

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

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

$sel:tags:CreateApplication', createApplication_tags - The metadata that you apply to CodeDeploy applications to help you organize and categorize them. Each tag consists of a key and an optional value, both of which you define.

$sel:applicationName:CreateApplication', createApplication_applicationName - The name of the application. This name must be unique with the applicable IAM user or AWS account.

data CreateApplicationResponse Source #

Represents the output of a CreateApplication operation.

See: newCreateApplicationResponse smart constructor.

Instances

Instances details
Eq CreateApplicationResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateApplication

Read CreateApplicationResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateApplication

Show CreateApplicationResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateApplication

Generic CreateApplicationResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateApplication

Associated Types

type Rep CreateApplicationResponse :: Type -> Type #

NFData CreateApplicationResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateApplication

type Rep CreateApplicationResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateApplication

type Rep CreateApplicationResponse = D1 ('MetaData "CreateApplicationResponse" "Amazonka.CodeDeploy.CreateApplication" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "CreateApplicationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateApplicationResponse Source #

Create a value of CreateApplicationResponse with all optional fields omitted.

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

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

$sel:applicationId:CreateApplicationResponse', createApplicationResponse_applicationId - A unique application ID.

$sel:httpStatus:CreateApplicationResponse', createApplicationResponse_httpStatus - The response's http status code.

BatchGetDeploymentTargets

data BatchGetDeploymentTargets Source #

See: newBatchGetDeploymentTargets smart constructor.

Instances

Instances details
Eq BatchGetDeploymentTargets Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentTargets

Read BatchGetDeploymentTargets Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentTargets

Show BatchGetDeploymentTargets Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentTargets

Generic BatchGetDeploymentTargets Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentTargets

Associated Types

type Rep BatchGetDeploymentTargets :: Type -> Type #

NFData BatchGetDeploymentTargets Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentTargets

Hashable BatchGetDeploymentTargets Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentTargets

ToJSON BatchGetDeploymentTargets Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentTargets

AWSRequest BatchGetDeploymentTargets Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentTargets

ToHeaders BatchGetDeploymentTargets Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentTargets

ToPath BatchGetDeploymentTargets Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentTargets

ToQuery BatchGetDeploymentTargets Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentTargets

type Rep BatchGetDeploymentTargets Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentTargets

type Rep BatchGetDeploymentTargets = D1 ('MetaData "BatchGetDeploymentTargets" "Amazonka.CodeDeploy.BatchGetDeploymentTargets" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "BatchGetDeploymentTargets'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deploymentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "targetIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))
type AWSResponse BatchGetDeploymentTargets Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentTargets

newBatchGetDeploymentTargets :: BatchGetDeploymentTargets Source #

Create a value of BatchGetDeploymentTargets with all optional fields omitted.

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

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

$sel:deploymentId:BatchGetDeploymentTargets', batchGetDeploymentTargets_deploymentId - The unique ID of a deployment.

$sel:targetIds:BatchGetDeploymentTargets', batchGetDeploymentTargets_targetIds - The unique IDs of the deployment targets. The compute platform of the deployment determines the type of the targets and their formats. The maximum number of deployment target IDs you can specify is 25.

  • For deployments that use the EC2/On-premises compute platform, the target IDs are EC2 or on-premises instances IDs, and their target type is instanceTarget.
  • For deployments that use the AWS Lambda compute platform, the target IDs are the names of Lambda functions, and their target type is instanceTarget.
  • For deployments that use the Amazon ECS compute platform, the target IDs are pairs of Amazon ECS clusters and services specified using the format <clustername>:<servicename>. Their target type is ecsTarget.
  • For deployments that are deployed with AWS CloudFormation, the target IDs are CloudFormation stack IDs. Their target type is cloudFormationTarget.

data BatchGetDeploymentTargetsResponse Source #

See: newBatchGetDeploymentTargetsResponse smart constructor.

Instances

Instances details
Eq BatchGetDeploymentTargetsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentTargets

Read BatchGetDeploymentTargetsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentTargets

Show BatchGetDeploymentTargetsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentTargets

Generic BatchGetDeploymentTargetsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentTargets

Associated Types

type Rep BatchGetDeploymentTargetsResponse :: Type -> Type #

NFData BatchGetDeploymentTargetsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentTargets

type Rep BatchGetDeploymentTargetsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentTargets

type Rep BatchGetDeploymentTargetsResponse = D1 ('MetaData "BatchGetDeploymentTargetsResponse" "Amazonka.CodeDeploy.BatchGetDeploymentTargets" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "BatchGetDeploymentTargetsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deploymentTargets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DeploymentTarget])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newBatchGetDeploymentTargetsResponse Source #

Create a value of BatchGetDeploymentTargetsResponse 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:deploymentTargets:BatchGetDeploymentTargetsResponse', batchGetDeploymentTargetsResponse_deploymentTargets - A list of target objects for a deployment. Each target object contains details about the target, such as its status and lifecycle events. The type of the target objects depends on the deployment' compute platform.

  • EC2/On-premises: Each target object is an EC2 or on-premises instance.
  • AWS Lambda: The target object is a specific version of an AWS Lambda function.
  • Amazon ECS: The target object is an Amazon ECS service.
  • CloudFormation: The target object is an AWS CloudFormation blue/green deployment.

$sel:httpStatus:BatchGetDeploymentTargetsResponse', batchGetDeploymentTargetsResponse_httpStatus - The response's http status code.

StopDeployment

data StopDeployment Source #

Represents the input of a StopDeployment operation.

See: newStopDeployment smart constructor.

Constructors

StopDeployment' (Maybe Bool) Text 

Instances

Instances details
Eq StopDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.StopDeployment

Read StopDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.StopDeployment

Show StopDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.StopDeployment

Generic StopDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.StopDeployment

Associated Types

type Rep StopDeployment :: Type -> Type #

NFData StopDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.StopDeployment

Methods

rnf :: StopDeployment -> () #

Hashable StopDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.StopDeployment

ToJSON StopDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.StopDeployment

AWSRequest StopDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.StopDeployment

Associated Types

type AWSResponse StopDeployment #

ToHeaders StopDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.StopDeployment

ToPath StopDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.StopDeployment

ToQuery StopDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.StopDeployment

type Rep StopDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.StopDeployment

type Rep StopDeployment = D1 ('MetaData "StopDeployment" "Amazonka.CodeDeploy.StopDeployment" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "StopDeployment'" 'PrefixI 'True) (S1 ('MetaSel ('Just "autoRollbackEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "deploymentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse StopDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.StopDeployment

newStopDeployment Source #

Create a value of StopDeployment 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:autoRollbackEnabled:StopDeployment', stopDeployment_autoRollbackEnabled - Indicates, when a deployment is stopped, whether instances that have been updated should be rolled back to the previous version of the application revision.

$sel:deploymentId:StopDeployment', stopDeployment_deploymentId - The unique ID of a deployment.

data StopDeploymentResponse Source #

Represents the output of a StopDeployment operation.

See: newStopDeploymentResponse smart constructor.

Instances

Instances details
Eq StopDeploymentResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.StopDeployment

Read StopDeploymentResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.StopDeployment

Show StopDeploymentResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.StopDeployment

Generic StopDeploymentResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.StopDeployment

Associated Types

type Rep StopDeploymentResponse :: Type -> Type #

NFData StopDeploymentResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.StopDeployment

Methods

rnf :: StopDeploymentResponse -> () #

type Rep StopDeploymentResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.StopDeployment

type Rep StopDeploymentResponse = D1 ('MetaData "StopDeploymentResponse" "Amazonka.CodeDeploy.StopDeployment" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "StopDeploymentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StopStatus)) :*: (S1 ('MetaSel ('Just "statusMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newStopDeploymentResponse Source #

Create a value of StopDeploymentResponse 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:StopDeploymentResponse', stopDeploymentResponse_status - The status of the stop deployment operation:

  • Pending: The stop operation is pending.
  • Succeeded: The stop operation was successful.

$sel:statusMessage:StopDeploymentResponse', stopDeploymentResponse_statusMessage - An accompanying status message.

$sel:httpStatus:StopDeploymentResponse', stopDeploymentResponse_httpStatus - The response's http status code.

ListGitHubAccountTokenNames (Paginated)

data ListGitHubAccountTokenNames Source #

Represents the input of a ListGitHubAccountTokenNames operation.

See: newListGitHubAccountTokenNames smart constructor.

Instances

Instances details
Eq ListGitHubAccountTokenNames Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListGitHubAccountTokenNames

Read ListGitHubAccountTokenNames Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListGitHubAccountTokenNames

Show ListGitHubAccountTokenNames Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListGitHubAccountTokenNames

Generic ListGitHubAccountTokenNames Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListGitHubAccountTokenNames

Associated Types

type Rep ListGitHubAccountTokenNames :: Type -> Type #

NFData ListGitHubAccountTokenNames Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListGitHubAccountTokenNames

Hashable ListGitHubAccountTokenNames Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListGitHubAccountTokenNames

ToJSON ListGitHubAccountTokenNames Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListGitHubAccountTokenNames

AWSPager ListGitHubAccountTokenNames Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListGitHubAccountTokenNames

AWSRequest ListGitHubAccountTokenNames Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListGitHubAccountTokenNames

ToHeaders ListGitHubAccountTokenNames Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListGitHubAccountTokenNames

ToPath ListGitHubAccountTokenNames Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListGitHubAccountTokenNames

ToQuery ListGitHubAccountTokenNames Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListGitHubAccountTokenNames

type Rep ListGitHubAccountTokenNames Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListGitHubAccountTokenNames

type Rep ListGitHubAccountTokenNames = D1 ('MetaData "ListGitHubAccountTokenNames" "Amazonka.CodeDeploy.ListGitHubAccountTokenNames" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "ListGitHubAccountTokenNames'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
type AWSResponse ListGitHubAccountTokenNames Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListGitHubAccountTokenNames

newListGitHubAccountTokenNames :: ListGitHubAccountTokenNames Source #

Create a value of ListGitHubAccountTokenNames 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:nextToken:ListGitHubAccountTokenNames', listGitHubAccountTokenNames_nextToken - An identifier returned from the previous ListGitHubAccountTokenNames call. It can be used to return the next set of names in the list.

data ListGitHubAccountTokenNamesResponse Source #

Represents the output of a ListGitHubAccountTokenNames operation.

See: newListGitHubAccountTokenNamesResponse smart constructor.

Instances

Instances details
Eq ListGitHubAccountTokenNamesResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListGitHubAccountTokenNames

Read ListGitHubAccountTokenNamesResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListGitHubAccountTokenNames

Show ListGitHubAccountTokenNamesResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListGitHubAccountTokenNames

Generic ListGitHubAccountTokenNamesResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListGitHubAccountTokenNames

NFData ListGitHubAccountTokenNamesResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListGitHubAccountTokenNames

type Rep ListGitHubAccountTokenNamesResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListGitHubAccountTokenNames

type Rep ListGitHubAccountTokenNamesResponse = D1 ('MetaData "ListGitHubAccountTokenNamesResponse" "Amazonka.CodeDeploy.ListGitHubAccountTokenNames" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "ListGitHubAccountTokenNamesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tokenNameList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListGitHubAccountTokenNamesResponse Source #

Create a value of ListGitHubAccountTokenNamesResponse 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:tokenNameList:ListGitHubAccountTokenNamesResponse', listGitHubAccountTokenNamesResponse_tokenNameList - A list of names of connections to GitHub accounts.

$sel:nextToken:ListGitHubAccountTokenNames', listGitHubAccountTokenNamesResponse_nextToken - If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent ListGitHubAccountTokenNames call to return the next set of names in the list.

$sel:httpStatus:ListGitHubAccountTokenNamesResponse', listGitHubAccountTokenNamesResponse_httpStatus - The response's http status code.

GetApplication

data GetApplication Source #

Represents the input of a GetApplication operation.

See: newGetApplication smart constructor.

Constructors

GetApplication' Text 

Instances

Instances details
Eq GetApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplication

Read GetApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplication

Show GetApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplication

Generic GetApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplication

Associated Types

type Rep GetApplication :: Type -> Type #

NFData GetApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplication

Methods

rnf :: GetApplication -> () #

Hashable GetApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplication

ToJSON GetApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplication

AWSRequest GetApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplication

Associated Types

type AWSResponse GetApplication #

ToHeaders GetApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplication

ToPath GetApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplication

ToQuery GetApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplication

type Rep GetApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplication

type Rep GetApplication = D1 ('MetaData "GetApplication" "Amazonka.CodeDeploy.GetApplication" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "GetApplication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplication

newGetApplication Source #

Create a value of GetApplication 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:applicationName:GetApplication', getApplication_applicationName - The name of an AWS CodeDeploy application associated with the IAM user or AWS account.

data GetApplicationResponse Source #

Represents the output of a GetApplication operation.

See: newGetApplicationResponse smart constructor.

Instances

Instances details
Eq GetApplicationResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplication

Read GetApplicationResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplication

Show GetApplicationResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplication

Generic GetApplicationResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplication

Associated Types

type Rep GetApplicationResponse :: Type -> Type #

NFData GetApplicationResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplication

Methods

rnf :: GetApplicationResponse -> () #

type Rep GetApplicationResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplication

type Rep GetApplicationResponse = D1 ('MetaData "GetApplicationResponse" "Amazonka.CodeDeploy.GetApplication" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "GetApplicationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "application") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ApplicationInfo)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetApplicationResponse Source #

Create a value of GetApplicationResponse 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:application:GetApplicationResponse', getApplicationResponse_application - Information about the application.

$sel:httpStatus:GetApplicationResponse', getApplicationResponse_httpStatus - The response's http status code.

ListDeploymentGroups (Paginated)

data ListDeploymentGroups Source #

Represents the input of a ListDeploymentGroups operation.

See: newListDeploymentGroups smart constructor.

Instances

Instances details
Eq ListDeploymentGroups Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentGroups

Read ListDeploymentGroups Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentGroups

Show ListDeploymentGroups Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentGroups

Generic ListDeploymentGroups Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentGroups

Associated Types

type Rep ListDeploymentGroups :: Type -> Type #

NFData ListDeploymentGroups Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentGroups

Methods

rnf :: ListDeploymentGroups -> () #

Hashable ListDeploymentGroups Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentGroups

ToJSON ListDeploymentGroups Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentGroups

AWSPager ListDeploymentGroups Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentGroups

AWSRequest ListDeploymentGroups Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentGroups

Associated Types

type AWSResponse ListDeploymentGroups #

ToHeaders ListDeploymentGroups Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentGroups

ToPath ListDeploymentGroups Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentGroups

ToQuery ListDeploymentGroups Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentGroups

type Rep ListDeploymentGroups Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentGroups

type Rep ListDeploymentGroups = D1 ('MetaData "ListDeploymentGroups" "Amazonka.CodeDeploy.ListDeploymentGroups" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "ListDeploymentGroups'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse ListDeploymentGroups Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentGroups

newListDeploymentGroups Source #

Create a value of ListDeploymentGroups 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:nextToken:ListDeploymentGroups', listDeploymentGroups_nextToken - An identifier returned from the previous list deployment groups call. It can be used to return the next set of deployment groups in the list.

$sel:applicationName:ListDeploymentGroups', listDeploymentGroups_applicationName - The name of an AWS CodeDeploy application associated with the IAM user or AWS account.

data ListDeploymentGroupsResponse Source #

Represents the output of a ListDeploymentGroups operation.

See: newListDeploymentGroupsResponse smart constructor.

Instances

Instances details
Eq ListDeploymentGroupsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentGroups

Read ListDeploymentGroupsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentGroups

Show ListDeploymentGroupsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentGroups

Generic ListDeploymentGroupsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentGroups

Associated Types

type Rep ListDeploymentGroupsResponse :: Type -> Type #

NFData ListDeploymentGroupsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentGroups

type Rep ListDeploymentGroupsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentGroups

type Rep ListDeploymentGroupsResponse = D1 ('MetaData "ListDeploymentGroupsResponse" "Amazonka.CodeDeploy.ListDeploymentGroups" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "ListDeploymentGroupsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "deploymentGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListDeploymentGroupsResponse Source #

Create a value of ListDeploymentGroupsResponse 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:nextToken:ListDeploymentGroups', listDeploymentGroupsResponse_nextToken - If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment groups call to return the next set of deployment groups in the list.

$sel:applicationName:ListDeploymentGroups', listDeploymentGroupsResponse_applicationName - The application name.

$sel:deploymentGroups:ListDeploymentGroupsResponse', listDeploymentGroupsResponse_deploymentGroups - A list of deployment group names.

$sel:httpStatus:ListDeploymentGroupsResponse', listDeploymentGroupsResponse_httpStatus - The response's http status code.

BatchGetOnPremisesInstances

data BatchGetOnPremisesInstances Source #

Represents the input of a BatchGetOnPremisesInstances operation.

See: newBatchGetOnPremisesInstances smart constructor.

Instances

Instances details
Eq BatchGetOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetOnPremisesInstances

Read BatchGetOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetOnPremisesInstances

Show BatchGetOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetOnPremisesInstances

Generic BatchGetOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetOnPremisesInstances

Associated Types

type Rep BatchGetOnPremisesInstances :: Type -> Type #

NFData BatchGetOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetOnPremisesInstances

Hashable BatchGetOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetOnPremisesInstances

ToJSON BatchGetOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetOnPremisesInstances

AWSRequest BatchGetOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetOnPremisesInstances

ToHeaders BatchGetOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetOnPremisesInstances

ToPath BatchGetOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetOnPremisesInstances

ToQuery BatchGetOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetOnPremisesInstances

type Rep BatchGetOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetOnPremisesInstances

type Rep BatchGetOnPremisesInstances = D1 ('MetaData "BatchGetOnPremisesInstances" "Amazonka.CodeDeploy.BatchGetOnPremisesInstances" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "BatchGetOnPremisesInstances'" 'PrefixI 'True) (S1 ('MetaSel ('Just "instanceNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))
type AWSResponse BatchGetOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetOnPremisesInstances

newBatchGetOnPremisesInstances :: BatchGetOnPremisesInstances Source #

Create a value of BatchGetOnPremisesInstances 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:instanceNames:BatchGetOnPremisesInstances', batchGetOnPremisesInstances_instanceNames - The names of the on-premises instances about which to get information. The maximum number of instance names you can specify is 25.

data BatchGetOnPremisesInstancesResponse Source #

Represents the output of a BatchGetOnPremisesInstances operation.

See: newBatchGetOnPremisesInstancesResponse smart constructor.

Instances

Instances details
Eq BatchGetOnPremisesInstancesResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetOnPremisesInstances

Read BatchGetOnPremisesInstancesResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetOnPremisesInstances

Show BatchGetOnPremisesInstancesResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetOnPremisesInstances

Generic BatchGetOnPremisesInstancesResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetOnPremisesInstances

NFData BatchGetOnPremisesInstancesResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetOnPremisesInstances

type Rep BatchGetOnPremisesInstancesResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetOnPremisesInstances

type Rep BatchGetOnPremisesInstancesResponse = D1 ('MetaData "BatchGetOnPremisesInstancesResponse" "Amazonka.CodeDeploy.BatchGetOnPremisesInstances" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "BatchGetOnPremisesInstancesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "instanceInfos") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [InstanceInfo])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newBatchGetOnPremisesInstancesResponse Source #

Create a value of BatchGetOnPremisesInstancesResponse 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:instanceInfos:BatchGetOnPremisesInstancesResponse', batchGetOnPremisesInstancesResponse_instanceInfos - Information about the on-premises instances.

$sel:httpStatus:BatchGetOnPremisesInstancesResponse', batchGetOnPremisesInstancesResponse_httpStatus - The response's http status code.

RegisterOnPremisesInstance

data RegisterOnPremisesInstance Source #

Represents the input of the register on-premises instance operation.

See: newRegisterOnPremisesInstance smart constructor.

Instances

Instances details
Eq RegisterOnPremisesInstance Source # 
Instance details

Defined in Amazonka.CodeDeploy.RegisterOnPremisesInstance

Read RegisterOnPremisesInstance Source # 
Instance details

Defined in Amazonka.CodeDeploy.RegisterOnPremisesInstance

Show RegisterOnPremisesInstance Source # 
Instance details

Defined in Amazonka.CodeDeploy.RegisterOnPremisesInstance

Generic RegisterOnPremisesInstance Source # 
Instance details

Defined in Amazonka.CodeDeploy.RegisterOnPremisesInstance

Associated Types

type Rep RegisterOnPremisesInstance :: Type -> Type #

NFData RegisterOnPremisesInstance Source # 
Instance details

Defined in Amazonka.CodeDeploy.RegisterOnPremisesInstance

Hashable RegisterOnPremisesInstance Source # 
Instance details

Defined in Amazonka.CodeDeploy.RegisterOnPremisesInstance

ToJSON RegisterOnPremisesInstance Source # 
Instance details

Defined in Amazonka.CodeDeploy.RegisterOnPremisesInstance

AWSRequest RegisterOnPremisesInstance Source # 
Instance details

Defined in Amazonka.CodeDeploy.RegisterOnPremisesInstance

ToHeaders RegisterOnPremisesInstance Source # 
Instance details

Defined in Amazonka.CodeDeploy.RegisterOnPremisesInstance

ToPath RegisterOnPremisesInstance Source # 
Instance details

Defined in Amazonka.CodeDeploy.RegisterOnPremisesInstance

ToQuery RegisterOnPremisesInstance Source # 
Instance details

Defined in Amazonka.CodeDeploy.RegisterOnPremisesInstance

type Rep RegisterOnPremisesInstance Source # 
Instance details

Defined in Amazonka.CodeDeploy.RegisterOnPremisesInstance

type Rep RegisterOnPremisesInstance = D1 ('MetaData "RegisterOnPremisesInstance" "Amazonka.CodeDeploy.RegisterOnPremisesInstance" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "RegisterOnPremisesInstance'" 'PrefixI 'True) (S1 ('MetaSel ('Just "iamUserArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "iamSessionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "instanceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse RegisterOnPremisesInstance Source # 
Instance details

Defined in Amazonka.CodeDeploy.RegisterOnPremisesInstance

newRegisterOnPremisesInstance Source #

Create a value of RegisterOnPremisesInstance 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:iamUserArn:RegisterOnPremisesInstance', registerOnPremisesInstance_iamUserArn - The ARN of the IAM user to associate with the on-premises instance.

$sel:iamSessionArn:RegisterOnPremisesInstance', registerOnPremisesInstance_iamSessionArn - The ARN of the IAM session to associate with the on-premises instance.

$sel:instanceName:RegisterOnPremisesInstance', registerOnPremisesInstance_instanceName - The name of the on-premises instance to register.

data RegisterOnPremisesInstanceResponse Source #

Instances

Instances details
Eq RegisterOnPremisesInstanceResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.RegisterOnPremisesInstance

Read RegisterOnPremisesInstanceResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.RegisterOnPremisesInstance

Show RegisterOnPremisesInstanceResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.RegisterOnPremisesInstance

Generic RegisterOnPremisesInstanceResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.RegisterOnPremisesInstance

Associated Types

type Rep RegisterOnPremisesInstanceResponse :: Type -> Type #

NFData RegisterOnPremisesInstanceResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.RegisterOnPremisesInstance

type Rep RegisterOnPremisesInstanceResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.RegisterOnPremisesInstance

type Rep RegisterOnPremisesInstanceResponse = D1 ('MetaData "RegisterOnPremisesInstanceResponse" "Amazonka.CodeDeploy.RegisterOnPremisesInstance" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "RegisterOnPremisesInstanceResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newRegisterOnPremisesInstanceResponse :: RegisterOnPremisesInstanceResponse Source #

Create a value of RegisterOnPremisesInstanceResponse with all optional fields omitted.

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

CreateDeploymentGroup

data CreateDeploymentGroup Source #

Represents the input of a CreateDeploymentGroup operation.

See: newCreateDeploymentGroup smart constructor.

Instances

Instances details
Eq CreateDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeploymentGroup

Read CreateDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeploymentGroup

Show CreateDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeploymentGroup

Generic CreateDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeploymentGroup

Associated Types

type Rep CreateDeploymentGroup :: Type -> Type #

NFData CreateDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeploymentGroup

Methods

rnf :: CreateDeploymentGroup -> () #

Hashable CreateDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeploymentGroup

ToJSON CreateDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeploymentGroup

AWSRequest CreateDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeploymentGroup

Associated Types

type AWSResponse CreateDeploymentGroup #

ToHeaders CreateDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeploymentGroup

ToPath CreateDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeploymentGroup

ToQuery CreateDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeploymentGroup

type Rep CreateDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeploymentGroup

type Rep CreateDeploymentGroup = D1 ('MetaData "CreateDeploymentGroup" "Amazonka.CodeDeploy.CreateDeploymentGroup" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "CreateDeploymentGroup'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "ec2TagSet") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EC2TagSet)) :*: S1 ('MetaSel ('Just "deploymentConfigName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "onPremisesTagSet") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OnPremisesTagSet)) :*: 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 "alarmConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AlarmConfiguration)) :*: S1 ('MetaSel ('Just "triggerConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TriggerConfig]))) :*: (S1 ('MetaSel ('Just "autoScalingGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "deploymentStyle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeploymentStyle)))) :*: ((S1 ('MetaSel ('Just "autoRollbackConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoRollbackConfiguration)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))) :*: (S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "deploymentGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "serviceRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))))
type AWSResponse CreateDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeploymentGroup

newCreateDeploymentGroup Source #

Create a value of CreateDeploymentGroup 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:CreateDeploymentGroup', createDeploymentGroup_ec2TagSet - Information about groups of tags applied to EC2 instances. The deployment group includes only EC2 instances identified by all the tag groups. Cannot be used in the same call as ec2TagFilters.

$sel:deploymentConfigName:CreateDeploymentGroup', createDeploymentGroup_deploymentConfigName - If specified, the deployment configuration name can be either one of the predefined configurations provided with AWS CodeDeploy or a custom deployment configuration that you create by calling the create deployment configuration operation.

CodeDeployDefault.OneAtATime is the default deployment configuration. It is used if a configuration isn't specified for the deployment or deployment group.

For more information about the predefined deployment configurations in AWS CodeDeploy, see Working with Deployment Configurations in CodeDeploy in the AWS CodeDeploy User Guide.

$sel:onPremisesTagSet:CreateDeploymentGroup', createDeploymentGroup_onPremisesTagSet - Information about groups of tags applied to on-premises instances. The deployment group includes only on-premises instances identified by all of the tag groups. Cannot be used in the same call as onPremisesInstanceTagFilters.

$sel:ec2TagFilters:CreateDeploymentGroup', createDeploymentGroup_ec2TagFilters - The Amazon EC2 tags on which to filter. The deployment group includes EC2 instances with any of the specified tags. Cannot be used in the same call as ec2TagSet.

$sel:ecsServices:CreateDeploymentGroup', createDeploymentGroup_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:CreateDeploymentGroup', createDeploymentGroup_blueGreenDeploymentConfiguration - Information about blue/green deployment options for a deployment group.

$sel:loadBalancerInfo:CreateDeploymentGroup', createDeploymentGroup_loadBalancerInfo - Information about the load balancer used in a deployment.

$sel:outdatedInstancesStrategy:CreateDeploymentGroup', createDeploymentGroup_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:CreateDeploymentGroup', createDeploymentGroup_onPremisesInstanceTagFilters - The on-premises instance tags on which to filter. The deployment group includes on-premises instances with any of the specified tags. Cannot be used in the same call as OnPremisesTagSet.

$sel:alarmConfiguration:CreateDeploymentGroup', createDeploymentGroup_alarmConfiguration - Information to add about Amazon CloudWatch alarms when the deployment group is created.

$sel:triggerConfigurations:CreateDeploymentGroup', createDeploymentGroup_triggerConfigurations - Information about triggers to create when the deployment group is created. For examples, see Create a Trigger for an AWS CodeDeploy Event in the AWS CodeDeploy User Guide.

$sel:autoScalingGroups:CreateDeploymentGroup', createDeploymentGroup_autoScalingGroups - A list of associated Amazon EC2 Auto Scaling groups.

$sel:deploymentStyle:CreateDeploymentGroup', createDeploymentGroup_deploymentStyle - Information about the type of deployment, in-place or blue/green, that you want to run and whether to route deployment traffic behind a load balancer.

$sel:autoRollbackConfiguration:CreateDeploymentGroup', createDeploymentGroup_autoRollbackConfiguration - Configuration information for an automatic rollback that is added when a deployment group is created.

$sel:tags:CreateDeploymentGroup', createDeploymentGroup_tags - The metadata that you apply to CodeDeploy deployment groups to help you organize and categorize them. Each tag consists of a key and an optional value, both of which you define.

$sel:applicationName:CreateDeploymentGroup', createDeploymentGroup_applicationName - The name of an AWS CodeDeploy application associated with the IAM user or AWS account.

$sel:deploymentGroupName:CreateDeploymentGroup', createDeploymentGroup_deploymentGroupName - The name of a new deployment group for the specified application.

$sel:serviceRoleArn:CreateDeploymentGroup', createDeploymentGroup_serviceRoleArn - A service role Amazon Resource Name (ARN) that allows AWS CodeDeploy to act on the user's behalf when interacting with AWS services.

data CreateDeploymentGroupResponse Source #

Represents the output of a CreateDeploymentGroup operation.

See: newCreateDeploymentGroupResponse smart constructor.

Instances

Instances details
Eq CreateDeploymentGroupResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeploymentGroup

Read CreateDeploymentGroupResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeploymentGroup

Show CreateDeploymentGroupResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeploymentGroup

Generic CreateDeploymentGroupResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeploymentGroup

Associated Types

type Rep CreateDeploymentGroupResponse :: Type -> Type #

NFData CreateDeploymentGroupResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeploymentGroup

type Rep CreateDeploymentGroupResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeploymentGroup

type Rep CreateDeploymentGroupResponse = D1 ('MetaData "CreateDeploymentGroupResponse" "Amazonka.CodeDeploy.CreateDeploymentGroup" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "CreateDeploymentGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deploymentGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateDeploymentGroupResponse Source #

Create a value of CreateDeploymentGroupResponse 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:deploymentGroupId:CreateDeploymentGroupResponse', createDeploymentGroupResponse_deploymentGroupId - A unique deployment group ID.

$sel:httpStatus:CreateDeploymentGroupResponse', createDeploymentGroupResponse_httpStatus - The response's http status code.

ListDeploymentConfigs (Paginated)

data ListDeploymentConfigs Source #

Represents the input of a ListDeploymentConfigs operation.

See: newListDeploymentConfigs smart constructor.

Instances

Instances details
Eq ListDeploymentConfigs Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentConfigs

Read ListDeploymentConfigs Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentConfigs

Show ListDeploymentConfigs Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentConfigs

Generic ListDeploymentConfigs Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentConfigs

Associated Types

type Rep ListDeploymentConfigs :: Type -> Type #

NFData ListDeploymentConfigs Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentConfigs

Methods

rnf :: ListDeploymentConfigs -> () #

Hashable ListDeploymentConfigs Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentConfigs

ToJSON ListDeploymentConfigs Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentConfigs

AWSPager ListDeploymentConfigs Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentConfigs

AWSRequest ListDeploymentConfigs Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentConfigs

Associated Types

type AWSResponse ListDeploymentConfigs #

ToHeaders ListDeploymentConfigs Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentConfigs

ToPath ListDeploymentConfigs Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentConfigs

ToQuery ListDeploymentConfigs Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentConfigs

type Rep ListDeploymentConfigs Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentConfigs

type Rep ListDeploymentConfigs = D1 ('MetaData "ListDeploymentConfigs" "Amazonka.CodeDeploy.ListDeploymentConfigs" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "ListDeploymentConfigs'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
type AWSResponse ListDeploymentConfigs Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentConfigs

newListDeploymentConfigs :: ListDeploymentConfigs Source #

Create a value of ListDeploymentConfigs 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:nextToken:ListDeploymentConfigs', listDeploymentConfigs_nextToken - An identifier returned from the previous ListDeploymentConfigs call. It can be used to return the next set of deployment configurations in the list.

data ListDeploymentConfigsResponse Source #

Represents the output of a ListDeploymentConfigs operation.

See: newListDeploymentConfigsResponse smart constructor.

Instances

Instances details
Eq ListDeploymentConfigsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentConfigs

Read ListDeploymentConfigsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentConfigs

Show ListDeploymentConfigsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentConfigs

Generic ListDeploymentConfigsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentConfigs

Associated Types

type Rep ListDeploymentConfigsResponse :: Type -> Type #

NFData ListDeploymentConfigsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentConfigs

type Rep ListDeploymentConfigsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentConfigs

type Rep ListDeploymentConfigsResponse = D1 ('MetaData "ListDeploymentConfigsResponse" "Amazonka.CodeDeploy.ListDeploymentConfigs" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "ListDeploymentConfigsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "deploymentConfigsList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListDeploymentConfigsResponse Source #

Create a value of ListDeploymentConfigsResponse 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:nextToken:ListDeploymentConfigs', listDeploymentConfigsResponse_nextToken - If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment configurations call to return the next set of deployment configurations in the list.

$sel:deploymentConfigsList:ListDeploymentConfigsResponse', listDeploymentConfigsResponse_deploymentConfigsList - A list of deployment configurations, including built-in configurations such as CodeDeployDefault.OneAtATime.

$sel:httpStatus:ListDeploymentConfigsResponse', listDeploymentConfigsResponse_httpStatus - The response's http status code.

GetDeploymentGroup

data GetDeploymentGroup Source #

Represents the input of a GetDeploymentGroup operation.

See: newGetDeploymentGroup smart constructor.

Instances

Instances details
Eq GetDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentGroup

Read GetDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentGroup

Show GetDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentGroup

Generic GetDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentGroup

Associated Types

type Rep GetDeploymentGroup :: Type -> Type #

NFData GetDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentGroup

Methods

rnf :: GetDeploymentGroup -> () #

Hashable GetDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentGroup

ToJSON GetDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentGroup

AWSRequest GetDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentGroup

Associated Types

type AWSResponse GetDeploymentGroup #

ToHeaders GetDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentGroup

ToPath GetDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentGroup

ToQuery GetDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentGroup

type Rep GetDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentGroup

type Rep GetDeploymentGroup = D1 ('MetaData "GetDeploymentGroup" "Amazonka.CodeDeploy.GetDeploymentGroup" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "GetDeploymentGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "deploymentGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentGroup

newGetDeploymentGroup Source #

Create a value of GetDeploymentGroup 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:applicationName:GetDeploymentGroup', getDeploymentGroup_applicationName - The name of an AWS CodeDeploy application associated with the IAM user or AWS account.

$sel:deploymentGroupName:GetDeploymentGroup', getDeploymentGroup_deploymentGroupName - The name of a deployment group for the specified application.

data GetDeploymentGroupResponse Source #

Represents the output of a GetDeploymentGroup operation.

See: newGetDeploymentGroupResponse smart constructor.

Instances

Instances details
Eq GetDeploymentGroupResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentGroup

Read GetDeploymentGroupResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentGroup

Show GetDeploymentGroupResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentGroup

Generic GetDeploymentGroupResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentGroup

Associated Types

type Rep GetDeploymentGroupResponse :: Type -> Type #

NFData GetDeploymentGroupResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentGroup

type Rep GetDeploymentGroupResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentGroup

type Rep GetDeploymentGroupResponse = D1 ('MetaData "GetDeploymentGroupResponse" "Amazonka.CodeDeploy.GetDeploymentGroup" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "GetDeploymentGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deploymentGroupInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeploymentGroupInfo)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetDeploymentGroupResponse Source #

Create a value of GetDeploymentGroupResponse 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:deploymentGroupInfo:GetDeploymentGroupResponse', getDeploymentGroupResponse_deploymentGroupInfo - Information about the deployment group.

$sel:httpStatus:GetDeploymentGroupResponse', getDeploymentGroupResponse_httpStatus - The response's http status code.

ListDeployments (Paginated)

data ListDeployments Source #

Represents the input of a ListDeployments operation.

See: newListDeployments smart constructor.

Instances

Instances details
Eq ListDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeployments

Read ListDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeployments

Show ListDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeployments

Generic ListDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeployments

Associated Types

type Rep ListDeployments :: Type -> Type #

NFData ListDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeployments

Methods

rnf :: ListDeployments -> () #

Hashable ListDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeployments

ToJSON ListDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeployments

AWSPager ListDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeployments

AWSRequest ListDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeployments

Associated Types

type AWSResponse ListDeployments #

ToHeaders ListDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeployments

ToPath ListDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeployments

ToQuery ListDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeployments

type Rep ListDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeployments

type Rep ListDeployments = D1 ('MetaData "ListDeployments" "Amazonka.CodeDeploy.ListDeployments" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "ListDeployments'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "createTimeRange") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TimeRange)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "includeOnlyStatuses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DeploymentStatus])))) :*: (S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "externalId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "deploymentGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))
type AWSResponse ListDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeployments

newListDeployments :: ListDeployments Source #

Create a value of ListDeployments 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:createTimeRange:ListDeployments', listDeployments_createTimeRange - A time range (start and end) for returning a subset of the list of deployments.

$sel:nextToken:ListDeployments', listDeployments_nextToken - An identifier returned from the previous list deployments call. It can be used to return the next set of deployments in the list.

$sel:includeOnlyStatuses:ListDeployments', listDeployments_includeOnlyStatuses - A subset of deployments to list by status:

  • Created: Include created deployments in the resulting list.
  • Queued: Include queued deployments in the resulting list.
  • In Progress: Include in-progress deployments in the resulting list.
  • Succeeded: Include successful deployments in the resulting list.
  • Failed: Include failed deployments in the resulting list.
  • Stopped: Include stopped deployments in the resulting list.

$sel:applicationName:ListDeployments', listDeployments_applicationName - The name of an AWS CodeDeploy application associated with the IAM user or AWS account.

If applicationName is specified, then deploymentGroupName must be specified. If it is not specified, then deploymentGroupName must not be specified.

$sel:externalId:ListDeployments', listDeployments_externalId - The unique ID of an external resource for returning deployments linked to the external resource.

$sel:deploymentGroupName:ListDeployments', listDeployments_deploymentGroupName - The name of a deployment group for the specified application.

If deploymentGroupName is specified, then applicationName must be specified. If it is not specified, then applicationName must not be specified.

data ListDeploymentsResponse Source #

Represents the output of a ListDeployments operation.

See: newListDeploymentsResponse smart constructor.

Instances

Instances details
Eq ListDeploymentsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeployments

Read ListDeploymentsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeployments

Show ListDeploymentsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeployments

Generic ListDeploymentsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeployments

Associated Types

type Rep ListDeploymentsResponse :: Type -> Type #

NFData ListDeploymentsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeployments

Methods

rnf :: ListDeploymentsResponse -> () #

type Rep ListDeploymentsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeployments

type Rep ListDeploymentsResponse = D1 ('MetaData "ListDeploymentsResponse" "Amazonka.CodeDeploy.ListDeployments" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "ListDeploymentsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "deployments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListDeploymentsResponse Source #

Create a value of ListDeploymentsResponse 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:nextToken:ListDeployments', listDeploymentsResponse_nextToken - If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployments call to return the next set of deployments in the list.

$sel:deployments:ListDeploymentsResponse', listDeploymentsResponse_deployments - A list of deployment IDs.

$sel:httpStatus:ListDeploymentsResponse', listDeploymentsResponse_httpStatus - The response's http status code.

TagResource

data TagResource Source #

See: newTagResource smart constructor.

Constructors

TagResource' Text [Tag] 

Instances

Instances details
Eq TagResource Source # 
Instance details

Defined in Amazonka.CodeDeploy.TagResource

Read TagResource Source # 
Instance details

Defined in Amazonka.CodeDeploy.TagResource

Show TagResource Source # 
Instance details

Defined in Amazonka.CodeDeploy.TagResource

Generic TagResource Source # 
Instance details

Defined in Amazonka.CodeDeploy.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

NFData TagResource Source # 
Instance details

Defined in Amazonka.CodeDeploy.TagResource

Methods

rnf :: TagResource -> () #

Hashable TagResource Source # 
Instance details

Defined in Amazonka.CodeDeploy.TagResource

ToJSON TagResource Source # 
Instance details

Defined in Amazonka.CodeDeploy.TagResource

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.CodeDeploy.TagResource

Associated Types

type AWSResponse TagResource #

ToHeaders TagResource Source # 
Instance details

Defined in Amazonka.CodeDeploy.TagResource

Methods

toHeaders :: TagResource -> [Header] #

ToPath TagResource Source # 
Instance details

Defined in Amazonka.CodeDeploy.TagResource

ToQuery TagResource Source # 
Instance details

Defined in Amazonka.CodeDeploy.TagResource

type Rep TagResource Source # 
Instance details

Defined in Amazonka.CodeDeploy.TagResource

type Rep TagResource = D1 ('MetaData "TagResource" "Amazonka.CodeDeploy.TagResource" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "TagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Tag])))
type AWSResponse TagResource Source # 
Instance details

Defined in Amazonka.CodeDeploy.TagResource

newTagResource Source #

Create a value of TagResource 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:resourceArn:TagResource', tagResource_resourceArn - The ARN of a resource, such as a CodeDeploy application or deployment group.

$sel:tags:TagResource', tagResource_tags - A list of tags that TagResource associates with a resource. The resource is identified by the ResourceArn input parameter.

data TagResourceResponse Source #

See: newTagResourceResponse smart constructor.

Instances

Instances details
Eq TagResourceResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.TagResource

Read TagResourceResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.TagResource

Show TagResourceResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.TagResource

Generic TagResourceResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.TagResource

Associated Types

type Rep TagResourceResponse :: Type -> Type #

NFData TagResourceResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.TagResource

Methods

rnf :: TagResourceResponse -> () #

type Rep TagResourceResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.TagResource

type Rep TagResourceResponse = D1 ('MetaData "TagResourceResponse" "Amazonka.CodeDeploy.TagResource" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "TagResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newTagResourceResponse Source #

Create a value of TagResourceResponse 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:httpStatus:TagResourceResponse', tagResourceResponse_httpStatus - The response's http status code.

ListApplicationRevisions (Paginated)

data ListApplicationRevisions Source #

Represents the input of a ListApplicationRevisions operation.

See: newListApplicationRevisions smart constructor.

Instances

Instances details
Eq ListApplicationRevisions Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplicationRevisions

Read ListApplicationRevisions Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplicationRevisions

Show ListApplicationRevisions Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplicationRevisions

Generic ListApplicationRevisions Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplicationRevisions

Associated Types

type Rep ListApplicationRevisions :: Type -> Type #

NFData ListApplicationRevisions Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplicationRevisions

Hashable ListApplicationRevisions Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplicationRevisions

ToJSON ListApplicationRevisions Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplicationRevisions

AWSPager ListApplicationRevisions Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplicationRevisions

AWSRequest ListApplicationRevisions Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplicationRevisions

ToHeaders ListApplicationRevisions Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplicationRevisions

ToPath ListApplicationRevisions Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplicationRevisions

ToQuery ListApplicationRevisions Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplicationRevisions

type Rep ListApplicationRevisions Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplicationRevisions

type Rep ListApplicationRevisions = D1 ('MetaData "ListApplicationRevisions" "Amazonka.CodeDeploy.ListApplicationRevisions" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "ListApplicationRevisions'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "s3KeyPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "deployed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ListStateFilterAction)) :*: S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrder)))) :*: ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3Bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "sortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ApplicationRevisionSortBy)) :*: S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse ListApplicationRevisions Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplicationRevisions

newListApplicationRevisions Source #

Create a value of ListApplicationRevisions with all optional fields omitted.

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

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

$sel:s3KeyPrefix:ListApplicationRevisions', listApplicationRevisions_s3KeyPrefix - A key prefix for the set of Amazon S3 objects to limit the search for revisions.

$sel:deployed:ListApplicationRevisions', listApplicationRevisions_deployed - Whether to list revisions based on whether the revision is the target revision of a deployment group:

  • include: List revisions that are target revisions of a deployment group.
  • exclude: Do not list revisions that are target revisions of a deployment group.
  • ignore: List all revisions.

$sel:sortOrder:ListApplicationRevisions', listApplicationRevisions_sortOrder - The order in which to sort the list results:

  • ascending: ascending order.
  • descending: descending order.

If not specified, the results are sorted in ascending order.

If set to null, the results are sorted in an arbitrary order.

$sel:nextToken:ListApplicationRevisions', listApplicationRevisions_nextToken - An identifier returned from the previous ListApplicationRevisions call. It can be used to return the next set of applications in the list.

$sel:s3Bucket:ListApplicationRevisions', listApplicationRevisions_s3Bucket - An Amazon S3 bucket name to limit the search for revisions.

If set to null, all of the user's buckets are searched.

$sel:sortBy:ListApplicationRevisions', listApplicationRevisions_sortBy - The column name to use to sort the list results:

  • registerTime: Sort by the time the revisions were registered with AWS CodeDeploy.
  • firstUsedTime: Sort by the time the revisions were first used in a deployment.
  • lastUsedTime: Sort by the time the revisions were last used in a deployment.

If not specified or set to null, the results are returned in an arbitrary order.

$sel:applicationName:ListApplicationRevisions', listApplicationRevisions_applicationName - The name of an AWS CodeDeploy application associated with the IAM user or AWS account.

data ListApplicationRevisionsResponse Source #

Represents the output of a ListApplicationRevisions operation.

See: newListApplicationRevisionsResponse smart constructor.

Instances

Instances details
Eq ListApplicationRevisionsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplicationRevisions

Read ListApplicationRevisionsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplicationRevisions

Show ListApplicationRevisionsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplicationRevisions

Generic ListApplicationRevisionsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplicationRevisions

Associated Types

type Rep ListApplicationRevisionsResponse :: Type -> Type #

NFData ListApplicationRevisionsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplicationRevisions

type Rep ListApplicationRevisionsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplicationRevisions

type Rep ListApplicationRevisionsResponse = D1 ('MetaData "ListApplicationRevisionsResponse" "Amazonka.CodeDeploy.ListApplicationRevisions" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "ListApplicationRevisionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "revisions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RevisionLocation])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListApplicationRevisionsResponse Source #

Create a value of ListApplicationRevisionsResponse 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:nextToken:ListApplicationRevisions', listApplicationRevisionsResponse_nextToken - If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list application revisions call to return the next set of application revisions in the list.

$sel:revisions:ListApplicationRevisionsResponse', listApplicationRevisionsResponse_revisions - A list of locations that contain the matching revisions.

$sel:httpStatus:ListApplicationRevisionsResponse', listApplicationRevisionsResponse_httpStatus - The response's http status code.

ListApplications (Paginated)

data ListApplications Source #

Represents the input of a ListApplications operation.

See: newListApplications smart constructor.

Constructors

ListApplications' (Maybe Text) 

Instances

Instances details
Eq ListApplications Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplications

Read ListApplications Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplications

Show ListApplications Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplications

Generic ListApplications Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplications

Associated Types

type Rep ListApplications :: Type -> Type #

NFData ListApplications Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplications

Methods

rnf :: ListApplications -> () #

Hashable ListApplications Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplications

ToJSON ListApplications Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplications

AWSPager ListApplications Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplications

AWSRequest ListApplications Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplications

Associated Types

type AWSResponse ListApplications #

ToHeaders ListApplications Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplications

ToPath ListApplications Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplications

ToQuery ListApplications Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplications

type Rep ListApplications Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplications

type Rep ListApplications = D1 ('MetaData "ListApplications" "Amazonka.CodeDeploy.ListApplications" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "ListApplications'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
type AWSResponse ListApplications Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplications

newListApplications :: ListApplications Source #

Create a value of ListApplications 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:nextToken:ListApplications', listApplications_nextToken - An identifier returned from the previous list applications call. It can be used to return the next set of applications in the list.

data ListApplicationsResponse Source #

Represents the output of a ListApplications operation.

See: newListApplicationsResponse smart constructor.

Instances

Instances details
Eq ListApplicationsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplications

Read ListApplicationsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplications

Show ListApplicationsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplications

Generic ListApplicationsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplications

Associated Types

type Rep ListApplicationsResponse :: Type -> Type #

NFData ListApplicationsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplications

type Rep ListApplicationsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplications

type Rep ListApplicationsResponse = D1 ('MetaData "ListApplicationsResponse" "Amazonka.CodeDeploy.ListApplications" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "ListApplicationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "applications") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListApplicationsResponse Source #

Create a value of ListApplicationsResponse 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:nextToken:ListApplications', listApplicationsResponse_nextToken - If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list applications call to return the next set of applications in the list.

$sel:applications:ListApplicationsResponse', listApplicationsResponse_applications - A list of application names.

$sel:httpStatus:ListApplicationsResponse', listApplicationsResponse_httpStatus - The response's http status code.

UntagResource

data UntagResource Source #

See: newUntagResource smart constructor.

Constructors

UntagResource' Text [Text] 

Instances

Instances details
Eq UntagResource Source # 
Instance details

Defined in Amazonka.CodeDeploy.UntagResource

Read UntagResource Source # 
Instance details

Defined in Amazonka.CodeDeploy.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.CodeDeploy.UntagResource

Generic UntagResource Source # 
Instance details

Defined in Amazonka.CodeDeploy.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

NFData UntagResource Source # 
Instance details

Defined in Amazonka.CodeDeploy.UntagResource

Methods

rnf :: UntagResource -> () #

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.CodeDeploy.UntagResource

ToJSON UntagResource Source # 
Instance details

Defined in Amazonka.CodeDeploy.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.CodeDeploy.UntagResource

Associated Types

type AWSResponse UntagResource #

ToHeaders UntagResource Source # 
Instance details

Defined in Amazonka.CodeDeploy.UntagResource

ToPath UntagResource Source # 
Instance details

Defined in Amazonka.CodeDeploy.UntagResource

ToQuery UntagResource Source # 
Instance details

Defined in Amazonka.CodeDeploy.UntagResource

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.CodeDeploy.UntagResource

type Rep UntagResource = D1 ('MetaData "UntagResource" "Amazonka.CodeDeploy.UntagResource" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "UntagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))
type AWSResponse UntagResource Source # 
Instance details

Defined in Amazonka.CodeDeploy.UntagResource

newUntagResource Source #

Create a value of UntagResource 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:resourceArn:UntagResource', untagResource_resourceArn - The Amazon Resource Name (ARN) that specifies from which resource to disassociate the tags with the keys in the TagKeys input parameter.

$sel:tagKeys:UntagResource', untagResource_tagKeys - A list of keys of Tag objects. The Tag objects identified by the keys are disassociated from the resource specified by the ResourceArn input parameter.

data UntagResourceResponse Source #

See: newUntagResourceResponse smart constructor.

Instances

Instances details
Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.UntagResource

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.UntagResource

Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.CodeDeploy.UntagResource" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "UntagResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUntagResourceResponse Source #

Create a value of UntagResourceResponse 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:httpStatus:UntagResourceResponse', untagResourceResponse_httpStatus - The response's http status code.

DeleteResourcesByExternalId

data DeleteResourcesByExternalId Source #

See: newDeleteResourcesByExternalId smart constructor.

Instances

Instances details
Eq DeleteResourcesByExternalId Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteResourcesByExternalId

Read DeleteResourcesByExternalId Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteResourcesByExternalId

Show DeleteResourcesByExternalId Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteResourcesByExternalId

Generic DeleteResourcesByExternalId Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteResourcesByExternalId

Associated Types

type Rep DeleteResourcesByExternalId :: Type -> Type #

NFData DeleteResourcesByExternalId Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteResourcesByExternalId

Hashable DeleteResourcesByExternalId Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteResourcesByExternalId

ToJSON DeleteResourcesByExternalId Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteResourcesByExternalId

AWSRequest DeleteResourcesByExternalId Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteResourcesByExternalId

ToHeaders DeleteResourcesByExternalId Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteResourcesByExternalId

ToPath DeleteResourcesByExternalId Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteResourcesByExternalId

ToQuery DeleteResourcesByExternalId Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteResourcesByExternalId

type Rep DeleteResourcesByExternalId Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteResourcesByExternalId

type Rep DeleteResourcesByExternalId = D1 ('MetaData "DeleteResourcesByExternalId" "Amazonka.CodeDeploy.DeleteResourcesByExternalId" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "DeleteResourcesByExternalId'" 'PrefixI 'True) (S1 ('MetaSel ('Just "externalId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
type AWSResponse DeleteResourcesByExternalId Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteResourcesByExternalId

newDeleteResourcesByExternalId :: DeleteResourcesByExternalId Source #

Create a value of DeleteResourcesByExternalId 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:externalId:DeleteResourcesByExternalId', deleteResourcesByExternalId_externalId - The unique ID of an external resource (for example, a CloudFormation stack ID) that is linked to one or more CodeDeploy resources.

data DeleteResourcesByExternalIdResponse Source #

Instances

Instances details
Eq DeleteResourcesByExternalIdResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteResourcesByExternalId

Read DeleteResourcesByExternalIdResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteResourcesByExternalId

Show DeleteResourcesByExternalIdResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteResourcesByExternalId

Generic DeleteResourcesByExternalIdResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteResourcesByExternalId

NFData DeleteResourcesByExternalIdResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteResourcesByExternalId

type Rep DeleteResourcesByExternalIdResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteResourcesByExternalId

type Rep DeleteResourcesByExternalIdResponse = D1 ('MetaData "DeleteResourcesByExternalIdResponse" "Amazonka.CodeDeploy.DeleteResourcesByExternalId" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "DeleteResourcesByExternalIdResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteResourcesByExternalIdResponse Source #

Create a value of DeleteResourcesByExternalIdResponse 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:httpStatus:DeleteResourcesByExternalIdResponse', deleteResourcesByExternalIdResponse_httpStatus - The response's http status code.

AddTagsToOnPremisesInstances

data AddTagsToOnPremisesInstances Source #

Represents the input of, and adds tags to, an on-premises instance operation.

See: newAddTagsToOnPremisesInstances smart constructor.

Instances

Instances details
Eq AddTagsToOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.AddTagsToOnPremisesInstances

Read AddTagsToOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.AddTagsToOnPremisesInstances

Show AddTagsToOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.AddTagsToOnPremisesInstances

Generic AddTagsToOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.AddTagsToOnPremisesInstances

Associated Types

type Rep AddTagsToOnPremisesInstances :: Type -> Type #

NFData AddTagsToOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.AddTagsToOnPremisesInstances

Hashable AddTagsToOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.AddTagsToOnPremisesInstances

ToJSON AddTagsToOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.AddTagsToOnPremisesInstances

AWSRequest AddTagsToOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.AddTagsToOnPremisesInstances

ToHeaders AddTagsToOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.AddTagsToOnPremisesInstances

ToPath AddTagsToOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.AddTagsToOnPremisesInstances

ToQuery AddTagsToOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.AddTagsToOnPremisesInstances

type Rep AddTagsToOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.AddTagsToOnPremisesInstances

type Rep AddTagsToOnPremisesInstances = D1 ('MetaData "AddTagsToOnPremisesInstances" "Amazonka.CodeDeploy.AddTagsToOnPremisesInstances" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "AddTagsToOnPremisesInstances'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Tag]) :*: S1 ('MetaSel ('Just "instanceNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))
type AWSResponse AddTagsToOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.AddTagsToOnPremisesInstances

newAddTagsToOnPremisesInstances :: AddTagsToOnPremisesInstances Source #

Create a value of AddTagsToOnPremisesInstances 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:tags:AddTagsToOnPremisesInstances', addTagsToOnPremisesInstances_tags - The tag key-value pairs to add to the on-premises instances.

Keys and values are both required. Keys cannot be null or empty strings. Value-only tags are not allowed.

$sel:instanceNames:AddTagsToOnPremisesInstances', addTagsToOnPremisesInstances_instanceNames - The names of the on-premises instances to which to add tags.

data AddTagsToOnPremisesInstancesResponse Source #

Instances

Instances details
Eq AddTagsToOnPremisesInstancesResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.AddTagsToOnPremisesInstances

Read AddTagsToOnPremisesInstancesResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.AddTagsToOnPremisesInstances

Show AddTagsToOnPremisesInstancesResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.AddTagsToOnPremisesInstances

Generic AddTagsToOnPremisesInstancesResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.AddTagsToOnPremisesInstances

NFData AddTagsToOnPremisesInstancesResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.AddTagsToOnPremisesInstances

type Rep AddTagsToOnPremisesInstancesResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.AddTagsToOnPremisesInstances

type Rep AddTagsToOnPremisesInstancesResponse = D1 ('MetaData "AddTagsToOnPremisesInstancesResponse" "Amazonka.CodeDeploy.AddTagsToOnPremisesInstances" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "AddTagsToOnPremisesInstancesResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newAddTagsToOnPremisesInstancesResponse :: AddTagsToOnPremisesInstancesResponse Source #

Create a value of AddTagsToOnPremisesInstancesResponse with all optional fields omitted.

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

ListDeploymentTargets (Paginated)

data ListDeploymentTargets Source #

See: newListDeploymentTargets smart constructor.

Instances

Instances details
Eq ListDeploymentTargets Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentTargets

Read ListDeploymentTargets Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentTargets

Show ListDeploymentTargets Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentTargets

Generic ListDeploymentTargets Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentTargets

Associated Types

type Rep ListDeploymentTargets :: Type -> Type #

NFData ListDeploymentTargets Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentTargets

Methods

rnf :: ListDeploymentTargets -> () #

Hashable ListDeploymentTargets Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentTargets

ToJSON ListDeploymentTargets Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentTargets

AWSPager ListDeploymentTargets Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentTargets

AWSRequest ListDeploymentTargets Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentTargets

Associated Types

type AWSResponse ListDeploymentTargets #

ToHeaders ListDeploymentTargets Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentTargets

ToPath ListDeploymentTargets Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentTargets

ToQuery ListDeploymentTargets Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentTargets

type Rep ListDeploymentTargets Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentTargets

type Rep ListDeploymentTargets = D1 ('MetaData "ListDeploymentTargets" "Amazonka.CodeDeploy.ListDeploymentTargets" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "ListDeploymentTargets'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deploymentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "targetFilters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap TargetFilterName [Text]))) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))
type AWSResponse ListDeploymentTargets Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentTargets

newListDeploymentTargets :: ListDeploymentTargets Source #

Create a value of ListDeploymentTargets with all optional fields omitted.

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

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

$sel:deploymentId:ListDeploymentTargets', listDeploymentTargets_deploymentId - The unique ID of a deployment.

$sel:targetFilters:ListDeploymentTargets', listDeploymentTargets_targetFilters - A key used to filter the returned targets. The two valid values are:

  • TargetStatus - A TargetStatus filter string can be Failed, InProgress, Pending, Ready, Skipped, Succeeded, or Unknown.
  • ServerInstanceLabel - A ServerInstanceLabel filter string can be Blue or Green.

$sel:nextToken:ListDeploymentTargets', listDeploymentTargets_nextToken - A token identifier returned from the previous ListDeploymentTargets call. It can be used to return the next set of deployment targets in the list.

data ListDeploymentTargetsResponse Source #

See: newListDeploymentTargetsResponse smart constructor.

Instances

Instances details
Eq ListDeploymentTargetsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentTargets

Read ListDeploymentTargetsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentTargets

Show ListDeploymentTargetsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentTargets

Generic ListDeploymentTargetsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentTargets

Associated Types

type Rep ListDeploymentTargetsResponse :: Type -> Type #

NFData ListDeploymentTargetsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentTargets

type Rep ListDeploymentTargetsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentTargets

type Rep ListDeploymentTargetsResponse = D1 ('MetaData "ListDeploymentTargetsResponse" "Amazonka.CodeDeploy.ListDeploymentTargets" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "ListDeploymentTargetsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "targetIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListDeploymentTargetsResponse Source #

Create a value of ListDeploymentTargetsResponse 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:nextToken:ListDeploymentTargets', listDeploymentTargetsResponse_nextToken - If a large amount of information is returned, a token identifier is also returned. It can be used in a subsequent ListDeploymentTargets call to return the next set of deployment targets in the list.

$sel:targetIds:ListDeploymentTargetsResponse', listDeploymentTargetsResponse_targetIds - The unique IDs of deployment targets.

$sel:httpStatus:ListDeploymentTargetsResponse', listDeploymentTargetsResponse_httpStatus - The response's http status code.

Types

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' (Maybe Text) 

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.

AlarmConfiguration

data AlarmConfiguration Source #

Information about alarms associated with the deployment group.

See: newAlarmConfiguration smart constructor.

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.

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' (Maybe Text) (Maybe Text) 

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.

ApplicationInfo

data ApplicationInfo Source #

Information about an application.

See: newApplicationInfo smart constructor.

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.

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.

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.

AutoScalingGroup

data AutoScalingGroup Source #

Information about an Auto Scaling group.

See: newAutoScalingGroup smart constructor.

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.

BlueGreenDeploymentConfiguration

data BlueGreenDeploymentConfiguration Source #

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

See: newBlueGreenDeploymentConfiguration smart constructor.

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.

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.

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

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.

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.

DeploymentConfigInfo

data DeploymentConfigInfo Source #

Information about a deployment configuration.

See: newDeploymentConfigInfo smart constructor.

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.

DeploymentGroupInfo

data DeploymentGroupInfo Source #

Information about a deployment group.

See: newDeploymentGroupInfo smart constructor.

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.

DeploymentInfo

data DeploymentInfo Source #

Information about a deployment.

See: newDeploymentInfo smart constructor.

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.

DeploymentOverview

data DeploymentOverview Source #

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

See: newDeploymentOverview smart constructor.

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.

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.

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.

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.

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.

DeploymentTarget

data DeploymentTarget Source #

Information about the deployment target.

See: newDeploymentTarget smart constructor.

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.

Diagnostics

data Diagnostics Source #

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

See: newDiagnostics smart constructor.

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.

EC2TagFilter

data EC2TagFilter Source #

Information about an EC2 tag filter.

See: newEC2TagFilter smart constructor.

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.

EC2TagSet

data EC2TagSet Source #

Information about groups of EC2 instance tags.

See: newEC2TagSet smart constructor.

Constructors

EC2TagSet' (Maybe [[EC2TagFilter]]) 

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.

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' (Maybe Text) (Maybe Text) 

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.

ECSTarget

data ECSTarget Source #

Information about the target of an Amazon ECS deployment.

See: newECSTarget smart constructor.

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.

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.

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

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' (Maybe Text) 

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.

ErrorInformation

data ErrorInformation Source #

Information about a deployment error.

See: newErrorInformation smart constructor.

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.

GenericRevisionInfo

data GenericRevisionInfo Source #

Information about an application revision.

See: newGenericRevisionInfo smart constructor.

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.

GitHubLocation

data GitHubLocation Source #

Information about the location of application artifacts stored in GitHub.

See: newGitHubLocation smart constructor.

Constructors

GitHubLocation' (Maybe Text) (Maybe Text) 

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.

GreenFleetProvisioningOption

data GreenFleetProvisioningOption Source #

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

See: newGreenFleetProvisioningOption smart constructor.

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.

InstanceInfo

data InstanceInfo Source #

Information about an on-premises instance.

See: newInstanceInfo smart constructor.

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.

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.

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.

LambdaFunctionInfo

data LambdaFunctionInfo Source #

Information about a Lambda function specified in a deployment.

See: newLambdaFunctionInfo smart constructor.

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.

LambdaTarget

data LambdaTarget Source #

Information about the target AWS Lambda function during an AWS Lambda deployment.

See: newLambdaTarget smart constructor.

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.

LastDeploymentInfo

data LastDeploymentInfo Source #

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

See: newLastDeploymentInfo smart constructor.

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.

LifecycleEvent

data LifecycleEvent Source #

Information about a deployment lifecycle event.

See: newLifecycleEvent smart constructor.

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.

LoadBalancerInfo

data LoadBalancerInfo Source #

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

See: newLoadBalancerInfo smart constructor.

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.

MinimumHealthyHosts

data MinimumHealthyHosts Source #

Information about minimum healthy instance.

See: newMinimumHealthyHosts smart constructor.

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.

OnPremisesTagSet

data OnPremisesTagSet Source #

Information about groups of on-premises instance tags.

See: newOnPremisesTagSet smart constructor.

Constructors

OnPremisesTagSet' (Maybe [[TagFilter]]) 

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.

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' (Maybe Text) (Maybe Text) 

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.

RelatedDeployments

data RelatedDeployments Source #

Information about deployments related to the specified deployment.

See: newRelatedDeployments smart constructor.

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.

RevisionInfo

data RevisionInfo Source #

Information about an application revision.

See: newRevisionInfo smart constructor.

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.

RevisionLocation

data RevisionLocation Source #

Information about the location of an application revision.

See: newRevisionLocation smart constructor.

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.

RollbackInfo

data RollbackInfo Source #

Information about a deployment rollback.

See: newRollbackInfo smart constructor.

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.

S3Location

data S3Location Source #

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

See: newS3Location smart constructor.

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.

Tag

data Tag Source #

Information about a tag.

See: newTag smart constructor.

Constructors

Tag' (Maybe Text) (Maybe Text) 

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.

TagFilter

data TagFilter Source #

Information about an on-premises instance tag filter.

See: newTagFilter smart constructor.

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.

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' (Maybe Text) 

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.

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.

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.

TargetInstances

data TargetInstances Source #

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

See: newTargetInstances smart constructor.

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.

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' (Maybe Int) (Maybe Int) 

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.

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' (Maybe Int) (Maybe Int) 

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.

TimeRange

data TimeRange Source #

Information about a time range.

See: newTimeRange smart constructor.

Constructors

TimeRange' (Maybe POSIX) (Maybe POSIX) 

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.

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' (Maybe [Text]) 

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.

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.

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.

TriggerConfig

data TriggerConfig Source #

Information about notification triggers for the deployment group.

See: newTriggerConfig smart constructor.

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.