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

Amazonka.CodeDeploy

Contents

Description

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

CodeDeploy is a deployment service that automates application deployments to Amazon EC2 instances, on-premises instances running in your own facility, serverless 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. 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 CodeDeploy.

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.

CodeDeploy Components

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

  • Application: A name that uniquely identifies the application you want to deploy. 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 Amazon 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 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 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 CodeDeploy deployments, to get details about a Lambda function deployment, and to get details about Amazon ECS service deployments.

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.

AlarmsLimitExceededException

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

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

ApplicationAlreadyExistsException

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

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

ApplicationDoesNotExistException

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

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

ApplicationLimitExceededException

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

More applications were attempted to be created than are allowed.

ApplicationNameRequiredException

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

The minimum number of required application names was not specified.

ArnNotSupportedException

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

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

BatchLimitExceededException

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

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

BucketNameFilterRequiredException

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

A bucket name is required, but was not provided.

DeploymentAlreadyCompletedException

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

The deployment is already complete.

DeploymentAlreadyStartedException

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

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

DeploymentConfigAlreadyExistsException

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

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

DeploymentConfigDoesNotExistException

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

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

DeploymentConfigInUseException

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

The deployment configuration is still in use.

DeploymentConfigLimitExceededException

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

The deployment configurations limit was exceeded.

DeploymentConfigNameRequiredException

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

The deployment configuration name was not specified.

DeploymentDoesNotExistException

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

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

DeploymentGroupAlreadyExistsException

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

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

DeploymentGroupDoesNotExistException

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

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

DeploymentGroupLimitExceededException

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

The deployment groups limit was exceeded.

DeploymentGroupNameRequiredException

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

The deployment group name was not specified.

DeploymentIdRequiredException

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

At least one deployment ID must be specified.

DeploymentIsNotInReadyStateException

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

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

DeploymentLimitExceededException

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

The number of allowed deployments was exceeded.

DeploymentNotStartedException

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

The specified deployment has not started.

DeploymentTargetDoesNotExistException

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

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

DeploymentTargetIdRequiredException

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

A deployment target ID was not provided.

DeploymentTargetListSizeExceededException

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

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

DescriptionTooLongException

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

The description is too long.

ECSServiceMappingLimitExceededException

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

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

GitHubAccountTokenDoesNotExistException

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

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

GitHubAccountTokenNameRequiredException

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

The call is missing a required GitHub account connection name.

IamArnRequiredException

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

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

IamSessionArnAlreadyRegisteredException

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

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

IamUserArnAlreadyRegisteredException

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

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

IamUserArnRequiredException

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

An IAM user ARN was not specified.

InstanceDoesNotExistException

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

The specified instance does not exist in the deployment group.

InstanceIdRequiredException

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

The instance ID was not specified.

InstanceLimitExceededException

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

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

InstanceNameAlreadyRegisteredException

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

The specified on-premises instance name is already registered.

InstanceNameRequiredException

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

An on-premises instance name was not specified.

InstanceNotRegisteredException

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

The specified on-premises instance is not registered.

InvalidAlarmConfigException

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

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

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

InvalidApplicationNameException

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

The application name was specified in an invalid format.

InvalidArnException

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

The specified ARN is not in a valid format.

InvalidAutoRollbackConfigException

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

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

InvalidAutoScalingGroupException

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

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

InvalidBlueGreenDeploymentConfigurationException

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

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

InvalidBucketNameFilterException

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

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

InvalidComputePlatformException

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

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

InvalidDeployedStateFilterException

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

The deployed state filter was specified in an invalid format.

InvalidDeploymentConfigNameException

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

The deployment configuration name was specified in an invalid format.

InvalidDeploymentGroupNameException

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

The deployment group name was specified in an invalid format.

InvalidDeploymentIdException

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

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

InvalidDeploymentInstanceTypeException

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

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

InvalidDeploymentStatusException

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

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

InvalidDeploymentStyleException

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

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

InvalidDeploymentTargetIdException

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

The target ID provided was not valid.

InvalidDeploymentWaitTypeException

InvalidEC2TagCombinationException

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

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

InvalidEC2TagException

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

The tag was specified in an invalid format.

InvalidECSServiceException

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

The Amazon ECS service identifier is not valid.

InvalidExternalIdException

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

The external ID was specified in an invalid format.

InvalidFileExistsBehaviorException

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

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

InvalidGitHubAccountTokenException

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

The GitHub token is not valid.

InvalidGitHubAccountTokenNameException

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

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

InvalidIamSessionArnException

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

The IAM session ARN was specified in an invalid format.

InvalidIamUserArnException

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

The IAM user ARN was specified in an invalid format.

InvalidIgnoreApplicationStopFailuresValueException

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

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

InvalidInputException

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

The input was specified in an invalid format.

InvalidInstanceIdException

InvalidInstanceNameException

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

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

InvalidInstanceStatusException

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

The specified instance status does not exist.

InvalidInstanceTypeException

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

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

InvalidKeyPrefixFilterException

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

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

InvalidLifecycleEventHookExecutionIdException

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

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

InvalidLifecycleEventHookExecutionStatusException

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

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

InvalidLoadBalancerInfoException

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

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

InvalidMinimumHealthyHostValueException

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

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

InvalidNextTokenException

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

The next token was specified in an invalid format.

InvalidOnPremisesTagCombinationException

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

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

InvalidOperationException

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

An invalid operation was detected.

InvalidRegistrationStatusException

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

The registration status was specified in an invalid format.

InvalidRevisionException

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

The revision was specified in an invalid format.

InvalidRoleException

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

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

InvalidSortByException

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

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

InvalidSortOrderException

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

The sort order was specified in an invalid format.

InvalidTagException

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

The tag was specified in an invalid format.

InvalidTagFilterException

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

The tag filter was specified in an invalid format.

InvalidTagsToAddException

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

The specified tags are not valid.

InvalidTargetException

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

A target is not valid.

InvalidTargetFilterNameException

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

The target filter name is invalid.

InvalidTargetGroupPairException

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

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

InvalidTargetInstancesException

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

The target instance configuration is invalid. Possible causes include:

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

InvalidTimeRangeException

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

The specified time range was specified in an invalid format.

InvalidTrafficRoutingConfigurationException

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

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

InvalidTriggerConfigException

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

The trigger was specified in an invalid format.

InvalidUpdateOutdatedInstancesOnlyValueException

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

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

LifecycleEventAlreadyCompletedException

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

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

LifecycleHookLimitExceededException

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

The limit for lifecycle hooks was exceeded.

MultipleIamArnsProvidedException

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

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

OperationNotSupportedException

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

The API used does not support the deployment.

ResourceArnRequiredException

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

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

ResourceValidationException

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

The specified resource could not be validated.

RevisionDoesNotExistException

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

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

RevisionRequiredException

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

The revision ID was not specified.

RoleRequiredException

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

The role ID was not specified.

TagLimitExceededException

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

The maximum allowed number of tags was exceeded.

TagRequiredException

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

A tag was not specified.

TagSetListLimitExceededException

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

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

ThrottlingException

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

An API function was called too frequently.

TriggerTargetsLimitExceededException

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

The maximum allowed number of triggers was exceeded.

UnsupportedActionForDeploymentTypeException

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

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

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.

AddTagsToOnPremisesInstances

data AddTagsToOnPremisesInstances Source #

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

See: newAddTagsToOnPremisesInstances smart constructor.

Instances

Instances details
ToJSON 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

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

Read AddTagsToOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.AddTagsToOnPremisesInstances

Show AddTagsToOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.AddTagsToOnPremisesInstances

NFData AddTagsToOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.AddTagsToOnPremisesInstances

Eq AddTagsToOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.AddTagsToOnPremisesInstances

Hashable AddTagsToOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.AddTagsToOnPremisesInstances

type AWSResponse 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "AddTagsToOnPremisesInstances'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Tag]) :*: S1 ('MetaSel ('Just "instanceNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))

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:

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
Generic 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

NFData AddTagsToOnPremisesInstancesResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.AddTagsToOnPremisesInstances

Eq 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" '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.

BatchGetApplicationRevisions

data BatchGetApplicationRevisions Source #

Represents the input of a BatchGetApplicationRevisions operation.

See: newBatchGetApplicationRevisions smart constructor.

Instances

Instances details
ToJSON 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

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

Read BatchGetApplicationRevisions Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplicationRevisions

Show BatchGetApplicationRevisions Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplicationRevisions

NFData BatchGetApplicationRevisions Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplicationRevisions

Eq BatchGetApplicationRevisions Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplicationRevisions

Hashable BatchGetApplicationRevisions Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplicationRevisions

type AWSResponse 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "BatchGetApplicationRevisions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "revisions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [RevisionLocation])))

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:

BatchGetApplicationRevisions, batchGetApplicationRevisions_applicationName - The name of an CodeDeploy application about which to get revision information.

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
Generic 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

NFData BatchGetApplicationRevisionsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplicationRevisions

Eq 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "BatchGetApplicationRevisionsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "revisions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RevisionInfo])) :*: 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:

BatchGetApplicationRevisions, batchGetApplicationRevisionsResponse_applicationName - The name of the application that corresponds to the revisions.

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

BatchGetApplicationRevisions, batchGetApplicationRevisionsResponse_revisions - Additional information about the revisions, including the type and location.

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

BatchGetApplications

data BatchGetApplications Source #

Represents the input of a BatchGetApplications operation.

See: newBatchGetApplications smart constructor.

Constructors

BatchGetApplications' [Text] 

Instances

Instances details
ToJSON BatchGetApplications Source # 
Instance details

Defined in Amazonka.CodeDeploy.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

AWSRequest BatchGetApplications Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplications

Associated Types

type AWSResponse BatchGetApplications #

Generic BatchGetApplications Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplications

Associated Types

type Rep BatchGetApplications :: Type -> Type #

Read BatchGetApplications Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplications

Show BatchGetApplications Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplications

NFData BatchGetApplications Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplications

Methods

rnf :: BatchGetApplications -> () #

Eq BatchGetApplications Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplications

Hashable BatchGetApplications Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplications

type AWSResponse 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "BatchGetApplications'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))

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

Defined in Amazonka.CodeDeploy.BatchGetApplications

Associated Types

type Rep BatchGetApplicationsResponse :: Type -> Type #

Read BatchGetApplicationsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplications

Show BatchGetApplicationsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplications

NFData BatchGetApplicationsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetApplications

Eq 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" '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.

BatchGetDeploymentGroups

data BatchGetDeploymentGroups Source #

Represents the input of a BatchGetDeploymentGroups operation.

See: newBatchGetDeploymentGroups smart constructor.

Instances

Instances details
ToJSON 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

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

Read BatchGetDeploymentGroups Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentGroups

Show BatchGetDeploymentGroups Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentGroups

NFData BatchGetDeploymentGroups Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentGroups

Eq BatchGetDeploymentGroups Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentGroups

Hashable BatchGetDeploymentGroups Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentGroups

type AWSResponse 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "BatchGetDeploymentGroups'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "deploymentGroupNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))

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:

BatchGetDeploymentGroups, batchGetDeploymentGroups_applicationName - The name of an CodeDeploy application associated with the applicable IAM or Amazon Web Services 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
Generic BatchGetDeploymentGroupsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentGroups

Associated Types

type Rep BatchGetDeploymentGroupsResponse :: Type -> Type #

Read BatchGetDeploymentGroupsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentGroups

Show BatchGetDeploymentGroupsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentGroups

NFData BatchGetDeploymentGroupsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentGroups

Eq 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" '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.

BatchGetDeploymentTargets

data BatchGetDeploymentTargets Source #

See: newBatchGetDeploymentTargets smart constructor.

Instances

Instances details
ToJSON 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

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

Read BatchGetDeploymentTargets Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentTargets

Show BatchGetDeploymentTargets Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentTargets

NFData BatchGetDeploymentTargets Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentTargets

Eq BatchGetDeploymentTargets Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentTargets

Hashable BatchGetDeploymentTargets Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentTargets

type AWSResponse 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" '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]))))

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:

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 Amazon EC2 or on-premises instances IDs, and their target type is instanceTarget.
  • For deployments that use the 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 CloudFormation, the target IDs are CloudFormation stack IDs. Their target type is cloudFormationTarget.

data BatchGetDeploymentTargetsResponse Source #

See: newBatchGetDeploymentTargetsResponse smart constructor.

Instances

Instances details
Generic BatchGetDeploymentTargetsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentTargets

Associated Types

type Rep BatchGetDeploymentTargetsResponse :: Type -> Type #

Read BatchGetDeploymentTargetsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentTargets

Show BatchGetDeploymentTargetsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentTargets

NFData BatchGetDeploymentTargetsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeploymentTargets

Eq 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" '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 Amazon EC2 or on-premises instance.
  • Lambda: The target object is a specific version of an Lambda function.
  • Amazon ECS: The target object is an Amazon ECS service.
  • CloudFormation: The target object is an CloudFormation blue/green deployment.

$sel:httpStatus:BatchGetDeploymentTargetsResponse', batchGetDeploymentTargetsResponse_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
ToJSON BatchGetDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.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

AWSRequest BatchGetDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeployments

Associated Types

type AWSResponse BatchGetDeployments #

Generic BatchGetDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeployments

Associated Types

type Rep BatchGetDeployments :: Type -> Type #

Read BatchGetDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeployments

Show BatchGetDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeployments

NFData BatchGetDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeployments

Methods

rnf :: BatchGetDeployments -> () #

Eq BatchGetDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeployments

Hashable BatchGetDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeployments

type AWSResponse 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "BatchGetDeployments'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deploymentIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))

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

Defined in Amazonka.CodeDeploy.BatchGetDeployments

Associated Types

type Rep BatchGetDeploymentsResponse :: Type -> Type #

Read BatchGetDeploymentsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeployments

Show BatchGetDeploymentsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeployments

NFData BatchGetDeploymentsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetDeployments

Eq 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" '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.

BatchGetOnPremisesInstances

data BatchGetOnPremisesInstances Source #

Represents the input of a BatchGetOnPremisesInstances operation.

See: newBatchGetOnPremisesInstances smart constructor.

Instances

Instances details
ToJSON 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

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

Read BatchGetOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetOnPremisesInstances

Show BatchGetOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetOnPremisesInstances

NFData BatchGetOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetOnPremisesInstances

Eq BatchGetOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetOnPremisesInstances

Hashable BatchGetOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetOnPremisesInstances

type AWSResponse 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "BatchGetOnPremisesInstances'" 'PrefixI 'True) (S1 ('MetaSel ('Just "instanceNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))

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
Generic 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

NFData BatchGetOnPremisesInstancesResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.BatchGetOnPremisesInstances

Eq 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" '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.

ContinueDeployment

data ContinueDeployment Source #

See: newContinueDeployment smart constructor.

Instances

Instances details
ToJSON ContinueDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.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

AWSRequest ContinueDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.ContinueDeployment

Associated Types

type AWSResponse ContinueDeployment #

Generic ContinueDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.ContinueDeployment

Associated Types

type Rep ContinueDeployment :: Type -> Type #

Read ContinueDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.ContinueDeployment

Show ContinueDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.ContinueDeployment

NFData ContinueDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.ContinueDeployment

Methods

rnf :: ContinueDeployment -> () #

Eq ContinueDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.ContinueDeployment

Hashable ContinueDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.ContinueDeployment

type AWSResponse 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" '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))))

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:

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

Defined in Amazonka.CodeDeploy.ContinueDeployment

Associated Types

type Rep ContinueDeploymentResponse :: Type -> Type #

Read ContinueDeploymentResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ContinueDeployment

Show ContinueDeploymentResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ContinueDeployment

NFData ContinueDeploymentResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ContinueDeployment

Eq 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" '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.

CreateApplication

data CreateApplication Source #

Represents the input of a CreateApplication operation.

See: newCreateApplication smart constructor.

Instances

Instances details
ToJSON CreateApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.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

AWSRequest CreateApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateApplication

Associated Types

type AWSResponse CreateApplication #

Generic CreateApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateApplication

Associated Types

type Rep CreateApplication :: Type -> Type #

Read CreateApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateApplication

Show CreateApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateApplication

NFData CreateApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateApplication

Methods

rnf :: CreateApplication -> () #

Eq CreateApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateApplication

Hashable CreateApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateApplication

type AWSResponse 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" '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))))

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:

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

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.

CreateApplication, createApplication_applicationName - The name of the application. This name must be unique with the applicable IAM or Amazon Web Services account.

data CreateApplicationResponse Source #

Represents the output of a CreateApplication operation.

See: newCreateApplicationResponse smart constructor.

Instances

Instances details
Generic CreateApplicationResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateApplication

Associated Types

type Rep CreateApplicationResponse :: Type -> Type #

Read CreateApplicationResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateApplication

Show CreateApplicationResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateApplication

NFData CreateApplicationResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateApplication

Eq 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" '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:

CreateApplicationResponse, createApplicationResponse_applicationId - A unique application ID.

$sel:httpStatus:CreateApplicationResponse', createApplicationResponse_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
ToJSON CreateDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.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

AWSRequest CreateDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeployment

Associated Types

type AWSResponse CreateDeployment #

Generic CreateDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeployment

Associated Types

type Rep CreateDeployment :: Type -> Type #

Read CreateDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeployment

Show CreateDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeployment

NFData CreateDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeployment

Methods

rnf :: CreateDeployment -> () #

Eq CreateDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeployment

Hashable CreateDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeployment

type AWSResponse 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "CreateDeployment'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "autoRollbackConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoRollbackConfiguration)) :*: S1 ('MetaSel ('Just "deploymentConfigName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "deploymentGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "fileExistsBehavior") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FileExistsBehavior))))) :*: ((S1 ('MetaSel ('Just "ignoreApplicationStopFailures") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "overrideAlarmConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AlarmConfiguration)) :*: S1 ('MetaSel ('Just "revision") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RevisionLocation)))) :*: (S1 ('MetaSel ('Just "targetInstances") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TargetInstances)) :*: (S1 ('MetaSel ('Just "updateOutdatedInstancesOnly") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

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:

CreateDeployment, createDeployment_autoRollbackConfiguration - Configuration information for an automatic rollback that is added when a deployment is created.

CreateDeployment, createDeployment_deploymentConfigName - The name of a deployment configuration associated with the IAM user or Amazon Web Services 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.

CreateDeployment, createDeployment_deploymentGroupName - The name of the deployment group.

CreateDeployment, createDeployment_description - A comment about the deployment.

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

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

CreateDeployment, createDeployment_overrideAlarmConfiguration - Allows you to specify information about alarms associated with a deployment. The alarm configuration that you specify here will override the alarm configuration at the deployment group level. Consider overriding the alarm configuration if you have set up alarms at the deployment group level that are causing deployment failures. In this case, you would call CreateDeployment to create a new deployment that uses a previous application revision that is known to work, and set its alarm configuration to turn off alarm polling. Turning off alarm polling ensures that the new deployment proceeds without being blocked by the alarm that was generated by the previous, failed, deployment.

If you specify an overrideAlarmConfiguration, you need the UpdateDeploymentGroup IAM permission when calling CreateDeployment.

CreateDeployment, createDeployment_revision - The type and location of the revision to deploy.

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

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

CreateDeployment, createDeployment_applicationName - The name of an CodeDeploy application associated with the IAM user or Amazon Web Services account.

data CreateDeploymentResponse Source #

Represents the output of a CreateDeployment operation.

See: newCreateDeploymentResponse smart constructor.

Instances

Instances details
Generic CreateDeploymentResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeployment

Associated Types

type Rep CreateDeploymentResponse :: Type -> Type #

Read CreateDeploymentResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeployment

Show CreateDeploymentResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeployment

NFData CreateDeploymentResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeployment

Eq 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" '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:

CreateDeploymentResponse, createDeploymentResponse_deploymentId - The unique ID of a deployment.

$sel:httpStatus:CreateDeploymentResponse', createDeploymentResponse_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
ToJSON CreateDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.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

AWSRequest CreateDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeploymentConfig

Associated Types

type AWSResponse CreateDeploymentConfig #

Generic CreateDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeploymentConfig

Associated Types

type Rep CreateDeploymentConfig :: Type -> Type #

Read CreateDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeploymentConfig

Show CreateDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeploymentConfig

NFData CreateDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeploymentConfig

Methods

rnf :: CreateDeploymentConfig -> () #

Eq CreateDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeploymentConfig

Hashable CreateDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeploymentConfig

type AWSResponse 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" '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))))

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:

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

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

CreateDeploymentConfig, createDeploymentConfig_trafficRoutingConfig - The configuration that specifies how the deployment traffic is routed.

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

Defined in Amazonka.CodeDeploy.CreateDeploymentConfig

Associated Types

type Rep CreateDeploymentConfigResponse :: Type -> Type #

Read CreateDeploymentConfigResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeploymentConfig

Show CreateDeploymentConfigResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeploymentConfig

NFData CreateDeploymentConfigResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeploymentConfig

Eq 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" '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:

CreateDeploymentConfigResponse, createDeploymentConfigResponse_deploymentConfigId - A unique deployment configuration ID.

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

CreateDeploymentGroup

data CreateDeploymentGroup Source #

Represents the input of a CreateDeploymentGroup operation.

See: newCreateDeploymentGroup smart constructor.

Instances

Instances details
ToJSON CreateDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.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

AWSRequest CreateDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeploymentGroup

Associated Types

type AWSResponse CreateDeploymentGroup #

Generic CreateDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeploymentGroup

Associated Types

type Rep CreateDeploymentGroup :: Type -> Type #

Read CreateDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeploymentGroup

Show CreateDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeploymentGroup

NFData CreateDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeploymentGroup

Methods

rnf :: CreateDeploymentGroup -> () #

Eq CreateDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeploymentGroup

Hashable CreateDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeploymentGroup

type AWSResponse 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "CreateDeploymentGroup'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "alarmConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AlarmConfiguration)) :*: S1 ('MetaSel ('Just "autoRollbackConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoRollbackConfiguration))) :*: (S1 ('MetaSel ('Just "autoScalingGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "blueGreenDeploymentConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BlueGreenDeploymentConfiguration)))) :*: ((S1 ('MetaSel ('Just "deploymentConfigName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "deploymentStyle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeploymentStyle))) :*: (S1 ('MetaSel ('Just "ec2TagFilters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EC2TagFilter])) :*: (S1 ('MetaSel ('Just "ec2TagSet") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EC2TagSet)) :*: S1 ('MetaSel ('Just "ecsServices") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ECSService])))))) :*: (((S1 ('MetaSel ('Just "loadBalancerInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LoadBalancerInfo)) :*: S1 ('MetaSel ('Just "onPremisesInstanceTagFilters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TagFilter]))) :*: (S1 ('MetaSel ('Just "onPremisesTagSet") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OnPremisesTagSet)) :*: S1 ('MetaSel ('Just "outdatedInstancesStrategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OutdatedInstancesStrategy)))) :*: ((S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "triggerConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TriggerConfig]))) :*: (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)))))))

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:

CreateDeploymentGroup, createDeploymentGroup_alarmConfiguration - Information to add about Amazon CloudWatch alarms when the deployment group is created.

CreateDeploymentGroup, createDeploymentGroup_autoRollbackConfiguration - Configuration information for an automatic rollback that is added when a deployment group is created.

CreateDeploymentGroup, createDeploymentGroup_autoScalingGroups - A list of associated Amazon EC2 Auto Scaling groups.

CreateDeploymentGroup, createDeploymentGroup_blueGreenDeploymentConfiguration - Information about blue/green deployment options for a deployment group.

CreateDeploymentGroup, createDeploymentGroup_deploymentConfigName - If specified, the deployment configuration name can be either one of the predefined configurations provided with 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 CodeDeploy, see Working with Deployment Configurations in CodeDeploy in the CodeDeploy User Guide.

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.

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

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

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

CreateDeploymentGroup, createDeploymentGroup_loadBalancerInfo - Information about the load balancer used in a deployment.

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.

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.

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

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

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

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.

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

CreateDeploymentGroup, createDeploymentGroup_applicationName - The name of an CodeDeploy application associated with the IAM user or Amazon Web Services account.

CreateDeploymentGroup, createDeploymentGroup_deploymentGroupName - The name of a new deployment group for the specified application.

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

data CreateDeploymentGroupResponse Source #

Represents the output of a CreateDeploymentGroup operation.

See: newCreateDeploymentGroupResponse smart constructor.

Instances

Instances details
Generic CreateDeploymentGroupResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeploymentGroup

Associated Types

type Rep CreateDeploymentGroupResponse :: Type -> Type #

Read CreateDeploymentGroupResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeploymentGroup

Show CreateDeploymentGroupResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeploymentGroup

NFData CreateDeploymentGroupResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.CreateDeploymentGroup

Eq 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" '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:

CreateDeploymentGroupResponse, createDeploymentGroupResponse_deploymentGroupId - A unique deployment group ID.

$sel:httpStatus:CreateDeploymentGroupResponse', createDeploymentGroupResponse_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
ToJSON DeleteApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.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

AWSRequest DeleteApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteApplication

Associated Types

type AWSResponse DeleteApplication #

Generic DeleteApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteApplication

Associated Types

type Rep DeleteApplication :: Type -> Type #

Read DeleteApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteApplication

Show DeleteApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteApplication

NFData DeleteApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteApplication

Methods

rnf :: DeleteApplication -> () #

Eq DeleteApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteApplication

Hashable DeleteApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteApplication

type AWSResponse 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "DeleteApplication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

DeleteApplication, deleteApplication_applicationName - The name of an CodeDeploy application associated with the IAM user or Amazon Web Services account.

data DeleteApplicationResponse Source #

See: newDeleteApplicationResponse smart constructor.

Instances

Instances details
Generic DeleteApplicationResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteApplication

Associated Types

type Rep DeleteApplicationResponse :: Type -> Type #

Read DeleteApplicationResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteApplication

Show DeleteApplicationResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteApplication

NFData DeleteApplicationResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteApplication

Eq 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" '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.

DeleteDeploymentConfig

data DeleteDeploymentConfig Source #

Represents the input of a DeleteDeploymentConfig operation.

See: newDeleteDeploymentConfig smart constructor.

Instances

Instances details
ToJSON DeleteDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.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

AWSRequest DeleteDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteDeploymentConfig

Associated Types

type AWSResponse DeleteDeploymentConfig #

Generic DeleteDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteDeploymentConfig

Associated Types

type Rep DeleteDeploymentConfig :: Type -> Type #

Read DeleteDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteDeploymentConfig

Show DeleteDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteDeploymentConfig

NFData DeleteDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteDeploymentConfig

Methods

rnf :: DeleteDeploymentConfig -> () #

Eq DeleteDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteDeploymentConfig

Hashable DeleteDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteDeploymentConfig

type AWSResponse 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "DeleteDeploymentConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deploymentConfigName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

DeleteDeploymentConfig, deleteDeploymentConfig_deploymentConfigName - The name of a deployment configuration associated with the IAM user or Amazon Web Services account.

data DeleteDeploymentConfigResponse Source #

See: newDeleteDeploymentConfigResponse smart constructor.

Instances

Instances details
Generic DeleteDeploymentConfigResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteDeploymentConfig

Associated Types

type Rep DeleteDeploymentConfigResponse :: Type -> Type #

Read DeleteDeploymentConfigResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteDeploymentConfig

Show DeleteDeploymentConfigResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteDeploymentConfig

NFData DeleteDeploymentConfigResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteDeploymentConfig

Eq 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" '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.

DeleteDeploymentGroup

data DeleteDeploymentGroup Source #

Represents the input of a DeleteDeploymentGroup operation.

See: newDeleteDeploymentGroup smart constructor.

Instances

Instances details
ToJSON DeleteDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.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

AWSRequest DeleteDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteDeploymentGroup

Associated Types

type AWSResponse DeleteDeploymentGroup #

Generic DeleteDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteDeploymentGroup

Associated Types

type Rep DeleteDeploymentGroup :: Type -> Type #

Read DeleteDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteDeploymentGroup

Show DeleteDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteDeploymentGroup

NFData DeleteDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteDeploymentGroup

Methods

rnf :: DeleteDeploymentGroup -> () #

Eq DeleteDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteDeploymentGroup

Hashable DeleteDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteDeploymentGroup

type AWSResponse 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "DeleteDeploymentGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "deploymentGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

DeleteDeploymentGroup, deleteDeploymentGroup_applicationName - The name of an CodeDeploy application associated with the IAM user or Amazon Web Services account.

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

Defined in Amazonka.CodeDeploy.DeleteDeploymentGroup

Associated Types

type Rep DeleteDeploymentGroupResponse :: Type -> Type #

Read DeleteDeploymentGroupResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteDeploymentGroup

Show DeleteDeploymentGroupResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteDeploymentGroup

NFData DeleteDeploymentGroupResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteDeploymentGroup

Eq 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" '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, 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, 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.

DeleteGitHubAccountToken

data DeleteGitHubAccountToken Source #

Represents the input of a DeleteGitHubAccount operation.

See: newDeleteGitHubAccountToken smart constructor.

Instances

Instances details
ToJSON 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

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

Read DeleteGitHubAccountToken Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteGitHubAccountToken

Show DeleteGitHubAccountToken Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteGitHubAccountToken

NFData DeleteGitHubAccountToken Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteGitHubAccountToken

Eq DeleteGitHubAccountToken Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteGitHubAccountToken

Hashable DeleteGitHubAccountToken Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteGitHubAccountToken

type AWSResponse 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "DeleteGitHubAccountToken'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tokenName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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:

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

Defined in Amazonka.CodeDeploy.DeleteGitHubAccountToken

Associated Types

type Rep DeleteGitHubAccountTokenResponse :: Type -> Type #

Read DeleteGitHubAccountTokenResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteGitHubAccountToken

Show DeleteGitHubAccountTokenResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteGitHubAccountToken

NFData DeleteGitHubAccountTokenResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteGitHubAccountToken

Eq 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" '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:

DeleteGitHubAccountToken, deleteGitHubAccountTokenResponse_tokenName - The name of the GitHub account connection that was deleted.

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

DeleteResourcesByExternalId

data DeleteResourcesByExternalId Source #

See: newDeleteResourcesByExternalId smart constructor.

Instances

Instances details
ToJSON 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

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

Read DeleteResourcesByExternalId Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteResourcesByExternalId

Show DeleteResourcesByExternalId Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteResourcesByExternalId

NFData DeleteResourcesByExternalId Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteResourcesByExternalId

Eq DeleteResourcesByExternalId Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteResourcesByExternalId

Hashable DeleteResourcesByExternalId Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteResourcesByExternalId

type AWSResponse 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "DeleteResourcesByExternalId'" 'PrefixI 'True) (S1 ('MetaSel ('Just "externalId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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:

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
Generic 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

NFData DeleteResourcesByExternalIdResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeleteResourcesByExternalId

Eq 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" '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.

DeregisterOnPremisesInstance

data DeregisterOnPremisesInstance Source #

Represents the input of a DeregisterOnPremisesInstance operation.

See: newDeregisterOnPremisesInstance smart constructor.

Instances

Instances details
ToJSON 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

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

Read DeregisterOnPremisesInstance Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeregisterOnPremisesInstance

Show DeregisterOnPremisesInstance Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeregisterOnPremisesInstance

NFData DeregisterOnPremisesInstance Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeregisterOnPremisesInstance

Eq DeregisterOnPremisesInstance Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeregisterOnPremisesInstance

Hashable DeregisterOnPremisesInstance Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeregisterOnPremisesInstance

type AWSResponse 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "DeregisterOnPremisesInstance'" 'PrefixI 'True) (S1 ('MetaSel ('Just "instanceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

DeregisterOnPremisesInstance, deregisterOnPremisesInstance_instanceName - The name of the on-premises instance to deregister.

data DeregisterOnPremisesInstanceResponse Source #

Instances

Instances details
Generic 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

NFData DeregisterOnPremisesInstanceResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.DeregisterOnPremisesInstance

Eq 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" '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.

GetApplication

data GetApplication Source #

Represents the input of a GetApplication operation.

See: newGetApplication smart constructor.

Constructors

GetApplication' Text 

Instances

Instances details
ToJSON GetApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.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

AWSRequest GetApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplication

Associated Types

type AWSResponse GetApplication #

Generic GetApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplication

Associated Types

type Rep GetApplication :: Type -> Type #

Read GetApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplication

Show GetApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplication

NFData GetApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplication

Methods

rnf :: GetApplication -> () #

Eq GetApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplication

Hashable GetApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplication

type AWSResponse 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "GetApplication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

GetApplication, getApplication_applicationName - The name of an CodeDeploy application associated with the IAM user or Amazon Web Services account.

data GetApplicationResponse Source #

Represents the output of a GetApplication operation.

See: newGetApplicationResponse smart constructor.

Instances

Instances details
Generic GetApplicationResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplication

Associated Types

type Rep GetApplicationResponse :: Type -> Type #

Read GetApplicationResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplication

Show GetApplicationResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplication

NFData GetApplicationResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplication

Methods

rnf :: GetApplicationResponse -> () #

Eq GetApplicationResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplication

type Rep GetApplicationResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplication

type Rep GetApplicationResponse = D1 ('MetaData "GetApplicationResponse" "Amazonka.CodeDeploy.GetApplication" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" '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.

GetApplicationRevision

data GetApplicationRevision Source #

Represents the input of a GetApplicationRevision operation.

See: newGetApplicationRevision smart constructor.

Instances

Instances details
ToJSON GetApplicationRevision Source # 
Instance details

Defined in Amazonka.CodeDeploy.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

AWSRequest GetApplicationRevision Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplicationRevision

Associated Types

type AWSResponse GetApplicationRevision #

Generic GetApplicationRevision Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplicationRevision

Associated Types

type Rep GetApplicationRevision :: Type -> Type #

Read GetApplicationRevision Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplicationRevision

Show GetApplicationRevision Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplicationRevision

NFData GetApplicationRevision Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplicationRevision

Methods

rnf :: GetApplicationRevision -> () #

Eq GetApplicationRevision Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplicationRevision

Hashable GetApplicationRevision Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplicationRevision

type AWSResponse 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "GetApplicationRevision'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "revision") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RevisionLocation)))

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:

GetApplicationRevision, getApplicationRevision_applicationName - The name of the application that corresponds to the 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
Generic GetApplicationRevisionResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplicationRevision

Associated Types

type Rep GetApplicationRevisionResponse :: Type -> Type #

Read GetApplicationRevisionResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplicationRevision

Show GetApplicationRevisionResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplicationRevision

NFData GetApplicationRevisionResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetApplicationRevision

Eq 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "GetApplicationRevisionResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "revision") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RevisionLocation))) :*: (S1 ('MetaSel ('Just "revisionInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GenericRevisionInfo)) :*: 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:

GetApplicationRevision, getApplicationRevisionResponse_applicationName - The name of the application that corresponds to the revision.

GetApplicationRevision, getApplicationRevisionResponse_revision - Additional information about the revision, including type and location.

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

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

Defined in Amazonka.CodeDeploy.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

AWSRequest GetDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeployment

Associated Types

type AWSResponse GetDeployment #

Generic GetDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeployment

Associated Types

type Rep GetDeployment :: Type -> Type #

Read GetDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeployment

Show GetDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeployment

NFData GetDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeployment

Methods

rnf :: GetDeployment -> () #

Eq GetDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeployment

Hashable GetDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeployment

type AWSResponse 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "GetDeployment'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deploymentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

GetDeployment, getDeployment_deploymentId - The unique ID of a deployment associated with the IAM user or Amazon Web Services account.

data GetDeploymentResponse Source #

Represents the output of a GetDeployment operation.

See: newGetDeploymentResponse smart constructor.

Instances

Instances details
Generic GetDeploymentResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeployment

Associated Types

type Rep GetDeploymentResponse :: Type -> Type #

Read GetDeploymentResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeployment

Show GetDeploymentResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeployment

NFData GetDeploymentResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeployment

Methods

rnf :: GetDeploymentResponse -> () #

Eq GetDeploymentResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeployment

type Rep GetDeploymentResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeployment

type Rep GetDeploymentResponse = D1 ('MetaData "GetDeploymentResponse" "Amazonka.CodeDeploy.GetDeployment" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" '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.

GetDeploymentConfig

data GetDeploymentConfig Source #

Represents the input of a GetDeploymentConfig operation.

See: newGetDeploymentConfig smart constructor.

Instances

Instances details
ToJSON GetDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.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

AWSRequest GetDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentConfig

Associated Types

type AWSResponse GetDeploymentConfig #

Generic GetDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentConfig

Associated Types

type Rep GetDeploymentConfig :: Type -> Type #

Read GetDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentConfig

Show GetDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentConfig

NFData GetDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentConfig

Methods

rnf :: GetDeploymentConfig -> () #

Eq GetDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentConfig

Hashable GetDeploymentConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentConfig

type AWSResponse 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "GetDeploymentConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deploymentConfigName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

GetDeploymentConfig, getDeploymentConfig_deploymentConfigName - The name of a deployment configuration associated with the IAM user or Amazon Web Services account.

data GetDeploymentConfigResponse Source #

Represents the output of a GetDeploymentConfig operation.

See: newGetDeploymentConfigResponse smart constructor.

Instances

Instances details
Generic GetDeploymentConfigResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentConfig

Associated Types

type Rep GetDeploymentConfigResponse :: Type -> Type #

Read GetDeploymentConfigResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentConfig

Show GetDeploymentConfigResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentConfig

NFData GetDeploymentConfigResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentConfig

Eq 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" '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.

GetDeploymentGroup

data GetDeploymentGroup Source #

Represents the input of a GetDeploymentGroup operation.

See: newGetDeploymentGroup smart constructor.

Instances

Instances details
ToJSON GetDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.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

AWSRequest GetDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentGroup

Associated Types

type AWSResponse GetDeploymentGroup #

Generic GetDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentGroup

Associated Types

type Rep GetDeploymentGroup :: Type -> Type #

Read GetDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentGroup

Show GetDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentGroup

NFData GetDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentGroup

Methods

rnf :: GetDeploymentGroup -> () #

Eq GetDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentGroup

Hashable GetDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentGroup

type AWSResponse 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "GetDeploymentGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "deploymentGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

GetDeploymentGroup, getDeploymentGroup_applicationName - The name of an CodeDeploy application associated with the IAM user or Amazon Web Services account.

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

Defined in Amazonka.CodeDeploy.GetDeploymentGroup

Associated Types

type Rep GetDeploymentGroupResponse :: Type -> Type #

Read GetDeploymentGroupResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentGroup

Show GetDeploymentGroupResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentGroup

NFData GetDeploymentGroupResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentGroup

Eq 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" '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.

GetDeploymentTarget

data GetDeploymentTarget Source #

See: newGetDeploymentTarget smart constructor.

Instances

Instances details
ToJSON GetDeploymentTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.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

AWSRequest GetDeploymentTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentTarget

Associated Types

type AWSResponse GetDeploymentTarget #

Generic GetDeploymentTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentTarget

Associated Types

type Rep GetDeploymentTarget :: Type -> Type #

Read GetDeploymentTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentTarget

Show GetDeploymentTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentTarget

NFData GetDeploymentTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentTarget

Methods

rnf :: GetDeploymentTarget -> () #

Eq GetDeploymentTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentTarget

Hashable GetDeploymentTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentTarget

type AWSResponse 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "GetDeploymentTarget'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deploymentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "targetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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:

GetDeploymentTarget, getDeploymentTarget_deploymentId - The unique ID of a deployment.

GetDeploymentTarget, getDeploymentTarget_targetId - The unique ID of a deployment target.

data GetDeploymentTargetResponse Source #

See: newGetDeploymentTargetResponse smart constructor.

Instances

Instances details
Generic GetDeploymentTargetResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentTarget

Associated Types

type Rep GetDeploymentTargetResponse :: Type -> Type #

Read GetDeploymentTargetResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentTarget

Show GetDeploymentTargetResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentTarget

NFData GetDeploymentTargetResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetDeploymentTarget

Eq 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" '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.

GetOnPremisesInstance

data GetOnPremisesInstance Source #

Represents the input of a GetOnPremisesInstance operation.

See: newGetOnPremisesInstance smart constructor.

Instances

Instances details
ToJSON GetOnPremisesInstance Source # 
Instance details

Defined in Amazonka.CodeDeploy.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

AWSRequest GetOnPremisesInstance Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetOnPremisesInstance

Associated Types

type AWSResponse GetOnPremisesInstance #

Generic GetOnPremisesInstance Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetOnPremisesInstance

Associated Types

type Rep GetOnPremisesInstance :: Type -> Type #

Read GetOnPremisesInstance Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetOnPremisesInstance

Show GetOnPremisesInstance Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetOnPremisesInstance

NFData GetOnPremisesInstance Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetOnPremisesInstance

Methods

rnf :: GetOnPremisesInstance -> () #

Eq GetOnPremisesInstance Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetOnPremisesInstance

Hashable GetOnPremisesInstance Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetOnPremisesInstance

type AWSResponse 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "GetOnPremisesInstance'" 'PrefixI 'True) (S1 ('MetaSel ('Just "instanceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

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

Defined in Amazonka.CodeDeploy.GetOnPremisesInstance

Associated Types

type Rep GetOnPremisesInstanceResponse :: Type -> Type #

Read GetOnPremisesInstanceResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetOnPremisesInstance

Show GetOnPremisesInstanceResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetOnPremisesInstance

NFData GetOnPremisesInstanceResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.GetOnPremisesInstance

Eq 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" '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.

ListApplicationRevisions (Paginated)

data ListApplicationRevisions Source #

Represents the input of a ListApplicationRevisions operation.

See: newListApplicationRevisions smart constructor.

Instances

Instances details
ToJSON 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

AWSPager ListApplicationRevisions Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplicationRevisions

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

Read ListApplicationRevisions Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplicationRevisions

Show ListApplicationRevisions Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplicationRevisions

NFData ListApplicationRevisions Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplicationRevisions

Eq ListApplicationRevisions Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplicationRevisions

Hashable ListApplicationRevisions Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplicationRevisions

type AWSResponse ListApplicationRevisions Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplicationRevisions

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

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:s3KeyPrefix:ListApplicationRevisions', listApplicationRevisions_s3KeyPrefix - A key prefix for the set of Amazon S3 objects to limit the search for revisions.

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

ListApplicationRevisions, listApplicationRevisions_applicationName - The name of an CodeDeploy application associated with the IAM user or Amazon Web Services account.

data ListApplicationRevisionsResponse Source #

Represents the output of a ListApplicationRevisions operation.

See: newListApplicationRevisionsResponse smart constructor.

Instances

Instances details
Generic ListApplicationRevisionsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplicationRevisions

Associated Types

type Rep ListApplicationRevisionsResponse :: Type -> Type #

Read ListApplicationRevisionsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplicationRevisions

Show ListApplicationRevisionsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplicationRevisions

NFData ListApplicationRevisionsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplicationRevisions

Eq 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" '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:

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

Defined in Amazonka.CodeDeploy.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

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 #

Generic ListApplications Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplications

Associated Types

type Rep ListApplications :: Type -> Type #

Read ListApplications Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplications

Show ListApplications Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplications

NFData ListApplications Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplications

Methods

rnf :: ListApplications -> () #

Eq ListApplications Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplications

Hashable ListApplications Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplications

type AWSResponse 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "ListApplications'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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:

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

Defined in Amazonka.CodeDeploy.ListApplications

Associated Types

type Rep ListApplicationsResponse :: Type -> Type #

Read ListApplicationsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplications

Show ListApplicationsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplications

NFData ListApplicationsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListApplications

Eq 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "ListApplicationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applications") '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))))

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:applications:ListApplicationsResponse', listApplicationsResponse_applications - A list of application names.

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:httpStatus:ListApplicationsResponse', listApplicationsResponse_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
ToJSON ListDeploymentConfigs Source # 
Instance details

Defined in Amazonka.CodeDeploy.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

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 #

Generic ListDeploymentConfigs Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentConfigs

Associated Types

type Rep ListDeploymentConfigs :: Type -> Type #

Read ListDeploymentConfigs Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentConfigs

Show ListDeploymentConfigs Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentConfigs

NFData ListDeploymentConfigs Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentConfigs

Methods

rnf :: ListDeploymentConfigs -> () #

Eq ListDeploymentConfigs Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentConfigs

Hashable ListDeploymentConfigs Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentConfigs

type AWSResponse 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "ListDeploymentConfigs'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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:

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

Defined in Amazonka.CodeDeploy.ListDeploymentConfigs

Associated Types

type Rep ListDeploymentConfigsResponse :: Type -> Type #

Read ListDeploymentConfigsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentConfigs

Show ListDeploymentConfigsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentConfigs

NFData ListDeploymentConfigsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentConfigs

Eq 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "ListDeploymentConfigsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deploymentConfigsList") '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))))

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:deploymentConfigsList:ListDeploymentConfigsResponse', listDeploymentConfigsResponse_deploymentConfigsList - A list of deployment configurations, including built-in configurations such as CodeDeployDefault.OneAtATime.

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:httpStatus:ListDeploymentConfigsResponse', listDeploymentConfigsResponse_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
ToJSON ListDeploymentGroups Source # 
Instance details

Defined in Amazonka.CodeDeploy.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

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 #

Generic ListDeploymentGroups Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentGroups

Associated Types

type Rep ListDeploymentGroups :: Type -> Type #

Read ListDeploymentGroups Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentGroups

Show ListDeploymentGroups Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentGroups

NFData ListDeploymentGroups Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentGroups

Methods

rnf :: ListDeploymentGroups -> () #

Eq ListDeploymentGroups Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentGroups

Hashable ListDeploymentGroups Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentGroups

type AWSResponse 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" '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)))

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:

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.

ListDeploymentGroups, listDeploymentGroups_applicationName - The name of an CodeDeploy application associated with the IAM user or Amazon Web Services account.

data ListDeploymentGroupsResponse Source #

Represents the output of a ListDeploymentGroups operation.

See: newListDeploymentGroupsResponse smart constructor.

Instances

Instances details
Generic ListDeploymentGroupsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentGroups

Associated Types

type Rep ListDeploymentGroupsResponse :: Type -> Type #

Read ListDeploymentGroupsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentGroups

Show ListDeploymentGroupsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentGroups

NFData ListDeploymentGroupsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentGroups

Eq 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "ListDeploymentGroupsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "deploymentGroups") '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))))

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:

ListDeploymentGroups, listDeploymentGroupsResponse_applicationName - The application name.

ListDeploymentGroupsResponse, listDeploymentGroupsResponse_deploymentGroups - A list of deployment group names.

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:httpStatus:ListDeploymentGroupsResponse', listDeploymentGroupsResponse_httpStatus - The response's http status code.

ListDeploymentTargets (Paginated)

data ListDeploymentTargets Source #

See: newListDeploymentTargets smart constructor.

Instances

Instances details
ToJSON ListDeploymentTargets Source # 
Instance details

Defined in Amazonka.CodeDeploy.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

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 #

Generic ListDeploymentTargets Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentTargets

Associated Types

type Rep ListDeploymentTargets :: Type -> Type #

Read ListDeploymentTargets Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentTargets

Show ListDeploymentTargets Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentTargets

NFData ListDeploymentTargets Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentTargets

Methods

rnf :: ListDeploymentTargets -> () #

Eq ListDeploymentTargets Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentTargets

Hashable ListDeploymentTargets Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentTargets

type AWSResponse 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "ListDeploymentTargets'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deploymentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "targetFilters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap TargetFilterName [Text]))))))

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:

ListDeploymentTargets, listDeploymentTargets_deploymentId - The unique ID of a deployment.

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.

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

data ListDeploymentTargetsResponse Source #

See: newListDeploymentTargetsResponse smart constructor.

Instances

Instances details
Generic ListDeploymentTargetsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentTargets

Associated Types

type Rep ListDeploymentTargetsResponse :: Type -> Type #

Read ListDeploymentTargetsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentTargets

Show ListDeploymentTargetsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentTargets

NFData ListDeploymentTargetsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeploymentTargets

Eq 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" '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:

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.

ListDeployments (Paginated)

data ListDeployments Source #

Represents the input of a ListDeployments operation.

See: newListDeployments smart constructor.

Instances

Instances details
ToJSON ListDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.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

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 #

Generic ListDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeployments

Associated Types

type Rep ListDeployments :: Type -> Type #

Read ListDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeployments

Show ListDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeployments

NFData ListDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeployments

Methods

rnf :: ListDeployments -> () #

Eq ListDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeployments

Hashable ListDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeployments

type AWSResponse 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "ListDeployments'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "createTimeRange") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TimeRange)) :*: S1 ('MetaSel ('Just "deploymentGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "externalId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "includeOnlyStatuses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DeploymentStatus])) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

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:

ListDeployments, listDeployments_applicationName - The name of an CodeDeploy application associated with the IAM user or Amazon Web Services account.

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

$sel:createTimeRange:ListDeployments', listDeployments_createTimeRange - A time range (start and end) for returning a subset of the list of deployments.

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.

ListDeployments, listDeployments_externalId - The unique ID of an external resource for returning deployments linked to the external resource.

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

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.

data ListDeploymentsResponse Source #

Represents the output of a ListDeployments operation.

See: newListDeploymentsResponse smart constructor.

Instances

Instances details
Generic ListDeploymentsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeployments

Associated Types

type Rep ListDeploymentsResponse :: Type -> Type #

Read ListDeploymentsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeployments

Show ListDeploymentsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeployments

NFData ListDeploymentsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeployments

Methods

rnf :: ListDeploymentsResponse -> () #

Eq ListDeploymentsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeployments

type Rep ListDeploymentsResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListDeployments

type Rep ListDeploymentsResponse = D1 ('MetaData "ListDeploymentsResponse" "Amazonka.CodeDeploy.ListDeployments" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "ListDeploymentsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deployments") '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))))

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:deployments:ListDeploymentsResponse', listDeploymentsResponse_deployments - A list of deployment IDs.

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:httpStatus:ListDeploymentsResponse', listDeploymentsResponse_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
ToJSON 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

AWSPager ListGitHubAccountTokenNames Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListGitHubAccountTokenNames

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

Read ListGitHubAccountTokenNames Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListGitHubAccountTokenNames

Show ListGitHubAccountTokenNames Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListGitHubAccountTokenNames

NFData ListGitHubAccountTokenNames Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListGitHubAccountTokenNames

Eq ListGitHubAccountTokenNames Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListGitHubAccountTokenNames

Hashable ListGitHubAccountTokenNames Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListGitHubAccountTokenNames

type AWSResponse 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "ListGitHubAccountTokenNames'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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:

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
Generic 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

NFData ListGitHubAccountTokenNamesResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListGitHubAccountTokenNames

Eq 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "ListGitHubAccountTokenNamesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tokenNameList") '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:

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

$sel:httpStatus:ListGitHubAccountTokenNamesResponse', listGitHubAccountTokenNamesResponse_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
ToJSON 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

AWSPager ListOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListOnPremisesInstances

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

Read ListOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListOnPremisesInstances

Show ListOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListOnPremisesInstances

NFData ListOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListOnPremisesInstances

Methods

rnf :: ListOnPremisesInstances -> () #

Eq ListOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListOnPremisesInstances

Hashable ListOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListOnPremisesInstances

type AWSResponse 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "ListOnPremisesInstances'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "registrationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RegistrationStatus)) :*: S1 ('MetaSel ('Just "tagFilters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TagFilter])))))

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:

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.

ListOnPremisesInstances, listOnPremisesInstances_tagFilters - The on-premises instance tags that are used to restrict the on-premises instance names returned.

data ListOnPremisesInstancesResponse Source #

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

See: newListOnPremisesInstancesResponse smart constructor.

Instances

Instances details
Generic ListOnPremisesInstancesResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListOnPremisesInstances

Associated Types

type Rep ListOnPremisesInstancesResponse :: Type -> Type #

Read ListOnPremisesInstancesResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListOnPremisesInstances

Show ListOnPremisesInstancesResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListOnPremisesInstances

NFData ListOnPremisesInstancesResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListOnPremisesInstances

Eq 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "ListOnPremisesInstancesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "instanceNames") '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))))

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:instanceNames:ListOnPremisesInstancesResponse', listOnPremisesInstancesResponse_instanceNames - The list of matching on-premises instance names.

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:httpStatus:ListOnPremisesInstancesResponse', listOnPremisesInstancesResponse_httpStatus - The response's http status code.

ListTagsForResource

data ListTagsForResource Source #

See: newListTagsForResource smart constructor.

Instances

Instances details
ToJSON ListTagsForResource Source # 
Instance details

Defined in Amazonka.CodeDeploy.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

AWSRequest ListTagsForResource Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListTagsForResource

Associated Types

type AWSResponse ListTagsForResource #

Generic ListTagsForResource Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListTagsForResource

Associated Types

type Rep ListTagsForResource :: Type -> Type #

Read ListTagsForResource Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListTagsForResource

Show ListTagsForResource Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListTagsForResource

NFData ListTagsForResource Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListTagsForResource

Methods

rnf :: ListTagsForResource -> () #

Eq ListTagsForResource Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListTagsForResource

Hashable ListTagsForResource Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListTagsForResource

type AWSResponse 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" '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)))

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:

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

Defined in Amazonka.CodeDeploy.ListTagsForResource

Associated Types

type Rep ListTagsForResourceResponse :: Type -> Type #

Read ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListTagsForResource

Show ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListTagsForResource

NFData ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.ListTagsForResource

Eq 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" '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:

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.

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.

PutLifecycleEventHookExecutionStatus

data PutLifecycleEventHookExecutionStatus Source #

Instances

Instances details
ToJSON 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

AWSRequest PutLifecycleEventHookExecutionStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.PutLifecycleEventHookExecutionStatus

Generic 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

NFData PutLifecycleEventHookExecutionStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.PutLifecycleEventHookExecutionStatus

Eq PutLifecycleEventHookExecutionStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.PutLifecycleEventHookExecutionStatus

Hashable PutLifecycleEventHookExecutionStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.PutLifecycleEventHookExecutionStatus

type AWSResponse 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "PutLifecycleEventHookExecutionStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deploymentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lifecycleEventHookExecutionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LifecycleEventStatus)))))

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:

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

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.

PutLifecycleEventHookExecutionStatus, putLifecycleEventHookExecutionStatus_status - The result of a Lambda function that validates a deployment lifecycle event. The values listed in Valid Values are valid for lifecycle statuses in general; however, only Succeeded and Failed can be passed successfully in your API call.

data PutLifecycleEventHookExecutionStatusResponse Source #

Instances

Instances details
Generic 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

NFData PutLifecycleEventHookExecutionStatusResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.PutLifecycleEventHookExecutionStatus

Eq 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" '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:

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.

RegisterApplicationRevision

data RegisterApplicationRevision Source #

Represents the input of a RegisterApplicationRevision operation.

See: newRegisterApplicationRevision smart constructor.

Instances

Instances details
ToJSON 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

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

Read RegisterApplicationRevision Source # 
Instance details

Defined in Amazonka.CodeDeploy.RegisterApplicationRevision

Show RegisterApplicationRevision Source # 
Instance details

Defined in Amazonka.CodeDeploy.RegisterApplicationRevision

NFData RegisterApplicationRevision Source # 
Instance details

Defined in Amazonka.CodeDeploy.RegisterApplicationRevision

Eq RegisterApplicationRevision Source # 
Instance details

Defined in Amazonka.CodeDeploy.RegisterApplicationRevision

Hashable RegisterApplicationRevision Source # 
Instance details

Defined in Amazonka.CodeDeploy.RegisterApplicationRevision

type AWSResponse 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" '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))))

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:

RegisterApplicationRevision, registerApplicationRevision_description - A comment about the revision.

RegisterApplicationRevision, registerApplicationRevision_applicationName - The name of an CodeDeploy application associated with the IAM user or Amazon Web Services account.

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

data RegisterApplicationRevisionResponse Source #

Instances

Instances details
Generic 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

NFData RegisterApplicationRevisionResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.RegisterApplicationRevision

Eq 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" '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.

RegisterOnPremisesInstance

data RegisterOnPremisesInstance Source #

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

See: newRegisterOnPremisesInstance smart constructor.

Instances

Instances details
ToJSON 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

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

Read RegisterOnPremisesInstance Source # 
Instance details

Defined in Amazonka.CodeDeploy.RegisterOnPremisesInstance

Show RegisterOnPremisesInstance Source # 
Instance details

Defined in Amazonka.CodeDeploy.RegisterOnPremisesInstance

NFData RegisterOnPremisesInstance Source # 
Instance details

Defined in Amazonka.CodeDeploy.RegisterOnPremisesInstance

Eq RegisterOnPremisesInstance Source # 
Instance details

Defined in Amazonka.CodeDeploy.RegisterOnPremisesInstance

Hashable RegisterOnPremisesInstance Source # 
Instance details

Defined in Amazonka.CodeDeploy.RegisterOnPremisesInstance

type AWSResponse 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "RegisterOnPremisesInstance'" 'PrefixI 'True) (S1 ('MetaSel ('Just "iamSessionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "iamUserArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "instanceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

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:

RegisterOnPremisesInstance, registerOnPremisesInstance_iamSessionArn - The ARN of the IAM session to associate with the on-premises instance.

RegisterOnPremisesInstance, registerOnPremisesInstance_iamUserArn - The ARN of the IAM user to associate with the on-premises instance.

RegisterOnPremisesInstance, registerOnPremisesInstance_instanceName - The name of the on-premises instance to register.

data RegisterOnPremisesInstanceResponse Source #

Instances

Instances details
Generic RegisterOnPremisesInstanceResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.RegisterOnPremisesInstance

Associated Types

type Rep RegisterOnPremisesInstanceResponse :: Type -> Type #

Read RegisterOnPremisesInstanceResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.RegisterOnPremisesInstance

Show RegisterOnPremisesInstanceResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.RegisterOnPremisesInstance

NFData RegisterOnPremisesInstanceResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.RegisterOnPremisesInstance

Eq 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" '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.

RemoveTagsFromOnPremisesInstances

data RemoveTagsFromOnPremisesInstances Source #

Represents the input of a RemoveTagsFromOnPremisesInstances operation.

See: newRemoveTagsFromOnPremisesInstances smart constructor.

Instances

Instances details
ToJSON 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

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

Read RemoveTagsFromOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.RemoveTagsFromOnPremisesInstances

Show RemoveTagsFromOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.RemoveTagsFromOnPremisesInstances

NFData RemoveTagsFromOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.RemoveTagsFromOnPremisesInstances

Eq RemoveTagsFromOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.RemoveTagsFromOnPremisesInstances

Hashable RemoveTagsFromOnPremisesInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.RemoveTagsFromOnPremisesInstances

type AWSResponse 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "RemoveTagsFromOnPremisesInstances'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Tag]) :*: S1 ('MetaSel ('Just "instanceNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))

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:

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
Generic 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

NFData RemoveTagsFromOnPremisesInstancesResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.RemoveTagsFromOnPremisesInstances

Eq 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "RemoveTagsFromOnPremisesInstancesResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

StopDeployment

data StopDeployment Source #

Represents the input of a StopDeployment operation.

See: newStopDeployment smart constructor.

Constructors

StopDeployment' (Maybe Bool) Text 

Instances

Instances details
ToJSON StopDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.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

AWSRequest StopDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.StopDeployment

Associated Types

type AWSResponse StopDeployment #

Generic StopDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.StopDeployment

Associated Types

type Rep StopDeployment :: Type -> Type #

Read StopDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.StopDeployment

Show StopDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.StopDeployment

NFData StopDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.StopDeployment

Methods

rnf :: StopDeployment -> () #

Eq StopDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.StopDeployment

Hashable StopDeployment Source # 
Instance details

Defined in Amazonka.CodeDeploy.StopDeployment

type AWSResponse 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" '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)))

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.

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

Defined in Amazonka.CodeDeploy.StopDeployment

Associated Types

type Rep StopDeploymentResponse :: Type -> Type #

Read StopDeploymentResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.StopDeployment

Show StopDeploymentResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.StopDeployment

NFData StopDeploymentResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.StopDeployment

Methods

rnf :: StopDeploymentResponse -> () #

Eq StopDeploymentResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.StopDeployment

type Rep StopDeploymentResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.StopDeployment

type Rep StopDeploymentResponse = D1 ('MetaData "StopDeploymentResponse" "Amazonka.CodeDeploy.StopDeployment" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" '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:

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.

TagResource

data TagResource Source #

See: newTagResource smart constructor.

Constructors

TagResource' Text [Tag] 

Instances

Instances details
ToJSON TagResource Source # 
Instance details

Defined in Amazonka.CodeDeploy.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

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.CodeDeploy.TagResource

Associated Types

type AWSResponse TagResource #

Generic TagResource Source # 
Instance details

Defined in Amazonka.CodeDeploy.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

Read TagResource Source # 
Instance details

Defined in Amazonka.CodeDeploy.TagResource

Show TagResource Source # 
Instance details

Defined in Amazonka.CodeDeploy.TagResource

NFData TagResource Source # 
Instance details

Defined in Amazonka.CodeDeploy.TagResource

Methods

rnf :: TagResource -> () #

Eq TagResource Source # 
Instance details

Defined in Amazonka.CodeDeploy.TagResource

Hashable TagResource Source # 
Instance details

Defined in Amazonka.CodeDeploy.TagResource

type AWSResponse 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "TagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Tag])))

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.

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

Defined in Amazonka.CodeDeploy.TagResource

Associated Types

type Rep TagResourceResponse :: Type -> Type #

Read TagResourceResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.TagResource

Show TagResourceResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.TagResource

NFData TagResourceResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.TagResource

Methods

rnf :: TagResourceResponse -> () #

Eq TagResourceResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.TagResource

type Rep TagResourceResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.TagResource

type Rep TagResourceResponse = D1 ('MetaData "TagResourceResponse" "Amazonka.CodeDeploy.TagResource" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" '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.

UntagResource

data UntagResource Source #

See: newUntagResource smart constructor.

Constructors

UntagResource' Text [Text] 

Instances

Instances details
ToJSON UntagResource Source # 
Instance details

Defined in Amazonka.CodeDeploy.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

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.CodeDeploy.UntagResource

Associated Types

type AWSResponse UntagResource #

Generic UntagResource Source # 
Instance details

Defined in Amazonka.CodeDeploy.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

Read UntagResource Source # 
Instance details

Defined in Amazonka.CodeDeploy.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.CodeDeploy.UntagResource

NFData UntagResource Source # 
Instance details

Defined in Amazonka.CodeDeploy.UntagResource

Methods

rnf :: UntagResource -> () #

Eq UntagResource Source # 
Instance details

Defined in Amazonka.CodeDeploy.UntagResource

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.CodeDeploy.UntagResource

type AWSResponse 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "UntagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))

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

Defined in Amazonka.CodeDeploy.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.UntagResource

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.UntagResource

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.CodeDeploy.UntagResource" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" '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.

UpdateApplication

data UpdateApplication Source #

Represents the input of an UpdateApplication operation.

See: newUpdateApplication smart constructor.

Instances

Instances details
ToJSON UpdateApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.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

AWSRequest UpdateApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.UpdateApplication

Associated Types

type AWSResponse UpdateApplication #

Generic UpdateApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.UpdateApplication

Associated Types

type Rep UpdateApplication :: Type -> Type #

Read UpdateApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.UpdateApplication

Show UpdateApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.UpdateApplication

NFData UpdateApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.UpdateApplication

Methods

rnf :: UpdateApplication -> () #

Eq UpdateApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.UpdateApplication

Hashable UpdateApplication Source # 
Instance details

Defined in Amazonka.CodeDeploy.UpdateApplication

type AWSResponse 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "UpdateApplication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "newApplicationName'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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:

UpdateApplication, updateApplication_applicationName - The current name of the application you want to change.

$sel:newApplicationName':UpdateApplication', updateApplication_newApplicationName - The new name to give the application.

data UpdateApplicationResponse Source #

See: newUpdateApplicationResponse smart constructor.

Instances

Instances details
Generic UpdateApplicationResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.UpdateApplication

Associated Types

type Rep UpdateApplicationResponse :: Type -> Type #

Read UpdateApplicationResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.UpdateApplication

Show UpdateApplicationResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.UpdateApplication

NFData UpdateApplicationResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.UpdateApplication

Eq 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" '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.

UpdateDeploymentGroup

data UpdateDeploymentGroup Source #

Represents the input of an UpdateDeploymentGroup operation.

See: newUpdateDeploymentGroup smart constructor.

Instances

Instances details
ToJSON UpdateDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.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

AWSRequest UpdateDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.UpdateDeploymentGroup

Associated Types

type AWSResponse UpdateDeploymentGroup #

Generic UpdateDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.UpdateDeploymentGroup

Associated Types

type Rep UpdateDeploymentGroup :: Type -> Type #

Read UpdateDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.UpdateDeploymentGroup

Show UpdateDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.UpdateDeploymentGroup

NFData UpdateDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.UpdateDeploymentGroup

Methods

rnf :: UpdateDeploymentGroup -> () #

Eq UpdateDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.UpdateDeploymentGroup

Hashable UpdateDeploymentGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.UpdateDeploymentGroup

type AWSResponse 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "UpdateDeploymentGroup'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "alarmConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AlarmConfiguration)) :*: S1 ('MetaSel ('Just "autoRollbackConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoRollbackConfiguration))) :*: (S1 ('MetaSel ('Just "autoScalingGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "blueGreenDeploymentConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BlueGreenDeploymentConfiguration)))) :*: ((S1 ('MetaSel ('Just "deploymentConfigName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "deploymentStyle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeploymentStyle))) :*: (S1 ('MetaSel ('Just "ec2TagFilters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EC2TagFilter])) :*: (S1 ('MetaSel ('Just "ec2TagSet") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EC2TagSet)) :*: S1 ('MetaSel ('Just "ecsServices") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ECSService])))))) :*: (((S1 ('MetaSel ('Just "loadBalancerInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LoadBalancerInfo)) :*: S1 ('MetaSel ('Just "newDeploymentGroupName'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "onPremisesInstanceTagFilters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TagFilter])) :*: S1 ('MetaSel ('Just "onPremisesTagSet") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OnPremisesTagSet)))) :*: ((S1 ('MetaSel ('Just "outdatedInstancesStrategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OutdatedInstancesStrategy)) :*: S1 ('MetaSel ('Just "serviceRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "triggerConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TriggerConfig])) :*: (S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "currentDeploymentGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))))

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:

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

UpdateDeploymentGroup, updateDeploymentGroup_autoRollbackConfiguration - Information for an automatic rollback configuration that is added or changed when a deployment group is updated.

UpdateDeploymentGroup, updateDeploymentGroup_autoScalingGroups - The replacement list of Auto Scaling groups to be included in the deployment group, if you want to change them.

UpdateDeploymentGroup, updateDeploymentGroup_blueGreenDeploymentConfiguration - Information about blue/green deployment options for a deployment group.

UpdateDeploymentGroup, updateDeploymentGroup_deploymentConfigName - The replacement deployment configuration name to use, if you want to change it.

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.

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.

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

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

UpdateDeploymentGroup, updateDeploymentGroup_loadBalancerInfo - Information about the load balancer used in a deployment.

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

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.

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.

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

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

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

UpdateDeploymentGroup, updateDeploymentGroup_serviceRoleArn - A replacement ARN for the service role, if you want to change it.

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 CodeDeploy User Guide.

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

Defined in Amazonka.CodeDeploy.UpdateDeploymentGroup

Associated Types

type Rep UpdateDeploymentGroupResponse :: Type -> Type #

Read UpdateDeploymentGroupResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.UpdateDeploymentGroup

Show UpdateDeploymentGroupResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.UpdateDeploymentGroup

NFData UpdateDeploymentGroupResponse Source # 
Instance details

Defined in Amazonka.CodeDeploy.UpdateDeploymentGroup

Eq 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" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" '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, CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the Amazon Web Services account. If the output contains data, CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the Amazon Web Services account.

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

Types

ApplicationRevisionSortBy

newtype ApplicationRevisionSortBy Source #

Instances

Instances details
FromJSON ApplicationRevisionSortBy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationRevisionSortBy

FromJSONKey ApplicationRevisionSortBy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationRevisionSortBy

ToJSON ApplicationRevisionSortBy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationRevisionSortBy

ToJSONKey ApplicationRevisionSortBy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationRevisionSortBy

ToByteString ApplicationRevisionSortBy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationRevisionSortBy

ToHeader ApplicationRevisionSortBy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationRevisionSortBy

ToLog ApplicationRevisionSortBy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationRevisionSortBy

ToQuery ApplicationRevisionSortBy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationRevisionSortBy

FromText ApplicationRevisionSortBy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationRevisionSortBy

ToText ApplicationRevisionSortBy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationRevisionSortBy

FromXML ApplicationRevisionSortBy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationRevisionSortBy

ToXML ApplicationRevisionSortBy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationRevisionSortBy

Generic ApplicationRevisionSortBy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationRevisionSortBy

Associated Types

type Rep ApplicationRevisionSortBy :: Type -> Type #

Read ApplicationRevisionSortBy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationRevisionSortBy

Show ApplicationRevisionSortBy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationRevisionSortBy

NFData ApplicationRevisionSortBy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationRevisionSortBy

Eq ApplicationRevisionSortBy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationRevisionSortBy

Ord ApplicationRevisionSortBy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationRevisionSortBy

Hashable ApplicationRevisionSortBy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationRevisionSortBy

type Rep ApplicationRevisionSortBy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationRevisionSortBy

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

AutoRollbackEvent

newtype AutoRollbackEvent Source #

Instances

Instances details
FromJSON AutoRollbackEvent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoRollbackEvent

FromJSONKey AutoRollbackEvent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoRollbackEvent

ToJSON AutoRollbackEvent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoRollbackEvent

ToJSONKey AutoRollbackEvent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoRollbackEvent

ToByteString AutoRollbackEvent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoRollbackEvent

ToHeader AutoRollbackEvent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoRollbackEvent

ToLog AutoRollbackEvent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoRollbackEvent

ToQuery AutoRollbackEvent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoRollbackEvent

FromText AutoRollbackEvent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoRollbackEvent

ToText AutoRollbackEvent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoRollbackEvent

FromXML AutoRollbackEvent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoRollbackEvent

ToXML AutoRollbackEvent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoRollbackEvent

Generic AutoRollbackEvent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoRollbackEvent

Associated Types

type Rep AutoRollbackEvent :: Type -> Type #

Read AutoRollbackEvent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoRollbackEvent

Show AutoRollbackEvent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoRollbackEvent

NFData AutoRollbackEvent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoRollbackEvent

Methods

rnf :: AutoRollbackEvent -> () #

Eq AutoRollbackEvent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoRollbackEvent

Ord AutoRollbackEvent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoRollbackEvent

Hashable AutoRollbackEvent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoRollbackEvent

type Rep AutoRollbackEvent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoRollbackEvent

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

BundleType

newtype BundleType Source #

Constructors

BundleType' 

Fields

Bundled Patterns

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

Instances

Instances details
FromJSON BundleType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BundleType

FromJSONKey BundleType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BundleType

ToJSON BundleType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BundleType

ToJSONKey BundleType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BundleType

ToByteString BundleType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BundleType

ToHeader BundleType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BundleType

ToLog BundleType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BundleType

ToQuery BundleType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BundleType

FromText BundleType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BundleType

ToText BundleType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BundleType

Methods

toText :: BundleType -> Text #

FromXML BundleType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BundleType

ToXML BundleType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BundleType

Methods

toXML :: BundleType -> XML #

Generic BundleType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BundleType

Associated Types

type Rep BundleType :: Type -> Type #

Read BundleType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BundleType

Show BundleType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BundleType

NFData BundleType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BundleType

Methods

rnf :: BundleType -> () #

Eq BundleType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BundleType

Ord BundleType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BundleType

Hashable BundleType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BundleType

type Rep BundleType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BundleType

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

ComputePlatform

newtype ComputePlatform Source #

Constructors

ComputePlatform' 

Instances

Instances details
FromJSON ComputePlatform Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ComputePlatform

FromJSONKey ComputePlatform Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ComputePlatform

ToJSON ComputePlatform Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ComputePlatform

ToJSONKey ComputePlatform Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ComputePlatform

ToByteString ComputePlatform Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ComputePlatform

ToHeader ComputePlatform Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ComputePlatform

ToLog ComputePlatform Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ComputePlatform

ToQuery ComputePlatform Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ComputePlatform

FromText ComputePlatform Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ComputePlatform

ToText ComputePlatform Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ComputePlatform

FromXML ComputePlatform Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ComputePlatform

ToXML ComputePlatform Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ComputePlatform

Methods

toXML :: ComputePlatform -> XML #

Generic ComputePlatform Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ComputePlatform

Associated Types

type Rep ComputePlatform :: Type -> Type #

Read ComputePlatform Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ComputePlatform

Show ComputePlatform Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ComputePlatform

NFData ComputePlatform Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ComputePlatform

Methods

rnf :: ComputePlatform -> () #

Eq ComputePlatform Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ComputePlatform

Ord ComputePlatform Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ComputePlatform

Hashable ComputePlatform Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ComputePlatform

type Rep ComputePlatform Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ComputePlatform

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

DeployErrorCode

newtype DeployErrorCode Source #

Constructors

DeployErrorCode' 

Bundled Patterns

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

Instances

Instances details
FromJSON DeployErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeployErrorCode

FromJSONKey DeployErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeployErrorCode

ToJSON DeployErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeployErrorCode

ToJSONKey DeployErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeployErrorCode

ToByteString DeployErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeployErrorCode

ToHeader DeployErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeployErrorCode

ToLog DeployErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeployErrorCode

ToQuery DeployErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeployErrorCode

FromText DeployErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeployErrorCode

ToText DeployErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeployErrorCode

FromXML DeployErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeployErrorCode

ToXML DeployErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeployErrorCode

Methods

toXML :: DeployErrorCode -> XML #

Generic DeployErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeployErrorCode

Associated Types

type Rep DeployErrorCode :: Type -> Type #

Read DeployErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeployErrorCode

Show DeployErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeployErrorCode

NFData DeployErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeployErrorCode

Methods

rnf :: DeployErrorCode -> () #

Eq DeployErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeployErrorCode

Ord DeployErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeployErrorCode

Hashable DeployErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeployErrorCode

type Rep DeployErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeployErrorCode

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

DeploymentCreator

newtype DeploymentCreator Source #

Instances

Instances details
FromJSON DeploymentCreator Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentCreator

FromJSONKey DeploymentCreator Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentCreator

ToJSON DeploymentCreator Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentCreator

ToJSONKey DeploymentCreator Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentCreator

ToByteString DeploymentCreator Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentCreator

ToHeader DeploymentCreator Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentCreator

ToLog DeploymentCreator Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentCreator

ToQuery DeploymentCreator Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentCreator

FromText DeploymentCreator Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentCreator

ToText DeploymentCreator Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentCreator

FromXML DeploymentCreator Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentCreator

ToXML DeploymentCreator Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentCreator

Generic DeploymentCreator Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentCreator

Associated Types

type Rep DeploymentCreator :: Type -> Type #

Read DeploymentCreator Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentCreator

Show DeploymentCreator Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentCreator

NFData DeploymentCreator Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentCreator

Methods

rnf :: DeploymentCreator -> () #

Eq DeploymentCreator Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentCreator

Ord DeploymentCreator Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentCreator

Hashable DeploymentCreator Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentCreator

type Rep DeploymentCreator Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentCreator

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

DeploymentOption

newtype DeploymentOption Source #

Instances

Instances details
FromJSON DeploymentOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentOption

FromJSONKey DeploymentOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentOption

ToJSON DeploymentOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentOption

ToJSONKey DeploymentOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentOption

ToByteString DeploymentOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentOption

ToHeader DeploymentOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentOption

ToLog DeploymentOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentOption

ToQuery DeploymentOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentOption

FromText DeploymentOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentOption

ToText DeploymentOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentOption

FromXML DeploymentOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentOption

ToXML DeploymentOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentOption

Generic DeploymentOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentOption

Associated Types

type Rep DeploymentOption :: Type -> Type #

Read DeploymentOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentOption

Show DeploymentOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentOption

NFData DeploymentOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentOption

Methods

rnf :: DeploymentOption -> () #

Eq DeploymentOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentOption

Ord DeploymentOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentOption

Hashable DeploymentOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentOption

type Rep DeploymentOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentOption

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

DeploymentReadyAction

newtype DeploymentReadyAction Source #

Instances

Instances details
FromJSON DeploymentReadyAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentReadyAction

FromJSONKey DeploymentReadyAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentReadyAction

ToJSON DeploymentReadyAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentReadyAction

ToJSONKey DeploymentReadyAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentReadyAction

ToByteString DeploymentReadyAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentReadyAction

ToHeader DeploymentReadyAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentReadyAction

ToLog DeploymentReadyAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentReadyAction

ToQuery DeploymentReadyAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentReadyAction

FromText DeploymentReadyAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentReadyAction

ToText DeploymentReadyAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentReadyAction

FromXML DeploymentReadyAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentReadyAction

ToXML DeploymentReadyAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentReadyAction

Generic DeploymentReadyAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentReadyAction

Associated Types

type Rep DeploymentReadyAction :: Type -> Type #

Read DeploymentReadyAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentReadyAction

Show DeploymentReadyAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentReadyAction

NFData DeploymentReadyAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentReadyAction

Methods

rnf :: DeploymentReadyAction -> () #

Eq DeploymentReadyAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentReadyAction

Ord DeploymentReadyAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentReadyAction

Hashable DeploymentReadyAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentReadyAction

type Rep DeploymentReadyAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentReadyAction

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

DeploymentStatus

newtype DeploymentStatus Source #

Instances

Instances details
FromJSON DeploymentStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentStatus

FromJSONKey DeploymentStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentStatus

ToJSON DeploymentStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentStatus

ToJSONKey DeploymentStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentStatus

ToByteString DeploymentStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentStatus

ToHeader DeploymentStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentStatus

ToLog DeploymentStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentStatus

ToQuery DeploymentStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentStatus

FromText DeploymentStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentStatus

ToText DeploymentStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentStatus

FromXML DeploymentStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentStatus

ToXML DeploymentStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentStatus

Generic DeploymentStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentStatus

Associated Types

type Rep DeploymentStatus :: Type -> Type #

Read DeploymentStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentStatus

Show DeploymentStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentStatus

NFData DeploymentStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentStatus

Methods

rnf :: DeploymentStatus -> () #

Eq DeploymentStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentStatus

Ord DeploymentStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentStatus

Hashable DeploymentStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentStatus

type Rep DeploymentStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentStatus

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

DeploymentTargetType

newtype DeploymentTargetType Source #

Instances

Instances details
FromJSON DeploymentTargetType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTargetType

FromJSONKey DeploymentTargetType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTargetType

ToJSON DeploymentTargetType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTargetType

ToJSONKey DeploymentTargetType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTargetType

ToByteString DeploymentTargetType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTargetType

ToHeader DeploymentTargetType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTargetType

ToLog DeploymentTargetType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTargetType

ToQuery DeploymentTargetType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTargetType

FromText DeploymentTargetType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTargetType

ToText DeploymentTargetType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTargetType

FromXML DeploymentTargetType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTargetType

ToXML DeploymentTargetType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTargetType

Generic DeploymentTargetType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTargetType

Associated Types

type Rep DeploymentTargetType :: Type -> Type #

Read DeploymentTargetType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTargetType

Show DeploymentTargetType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTargetType

NFData DeploymentTargetType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTargetType

Methods

rnf :: DeploymentTargetType -> () #

Eq DeploymentTargetType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTargetType

Ord DeploymentTargetType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTargetType

Hashable DeploymentTargetType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTargetType

type Rep DeploymentTargetType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTargetType

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

DeploymentType

newtype DeploymentType Source #

Constructors

DeploymentType' 

Instances

Instances details
FromJSON DeploymentType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentType

FromJSONKey DeploymentType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentType

ToJSON DeploymentType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentType

ToJSONKey DeploymentType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentType

ToByteString DeploymentType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentType

ToHeader DeploymentType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentType

ToLog DeploymentType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentType

ToQuery DeploymentType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentType

FromText DeploymentType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentType

ToText DeploymentType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentType

FromXML DeploymentType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentType

ToXML DeploymentType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentType

Methods

toXML :: DeploymentType -> XML #

Generic DeploymentType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentType

Associated Types

type Rep DeploymentType :: Type -> Type #

Read DeploymentType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentType

Show DeploymentType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentType

NFData DeploymentType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentType

Methods

rnf :: DeploymentType -> () #

Eq DeploymentType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentType

Ord DeploymentType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentType

Hashable DeploymentType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentType

type Rep DeploymentType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentType

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

DeploymentWaitType

newtype DeploymentWaitType Source #

Instances

Instances details
FromJSON DeploymentWaitType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentWaitType

FromJSONKey DeploymentWaitType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentWaitType

ToJSON DeploymentWaitType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentWaitType

ToJSONKey DeploymentWaitType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentWaitType

ToByteString DeploymentWaitType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentWaitType

ToHeader DeploymentWaitType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentWaitType

ToLog DeploymentWaitType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentWaitType

ToQuery DeploymentWaitType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentWaitType

FromText DeploymentWaitType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentWaitType

ToText DeploymentWaitType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentWaitType

FromXML DeploymentWaitType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentWaitType

ToXML DeploymentWaitType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentWaitType

Generic DeploymentWaitType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentWaitType

Associated Types

type Rep DeploymentWaitType :: Type -> Type #

Read DeploymentWaitType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentWaitType

Show DeploymentWaitType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentWaitType

NFData DeploymentWaitType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentWaitType

Methods

rnf :: DeploymentWaitType -> () #

Eq DeploymentWaitType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentWaitType

Ord DeploymentWaitType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentWaitType

Hashable DeploymentWaitType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentWaitType

type Rep DeploymentWaitType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentWaitType

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

EC2TagFilterType

newtype EC2TagFilterType Source #

Instances

Instances details
FromJSON EC2TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagFilterType

FromJSONKey EC2TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagFilterType

ToJSON EC2TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagFilterType

ToJSONKey EC2TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagFilterType

ToByteString EC2TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagFilterType

ToHeader EC2TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagFilterType

ToLog EC2TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagFilterType

ToQuery EC2TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagFilterType

FromText EC2TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagFilterType

ToText EC2TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagFilterType

FromXML EC2TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagFilterType

ToXML EC2TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagFilterType

Generic EC2TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagFilterType

Associated Types

type Rep EC2TagFilterType :: Type -> Type #

Read EC2TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagFilterType

Show EC2TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagFilterType

NFData EC2TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagFilterType

Methods

rnf :: EC2TagFilterType -> () #

Eq EC2TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagFilterType

Ord EC2TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagFilterType

Hashable EC2TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagFilterType

type Rep EC2TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagFilterType

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

FileExistsBehavior

newtype FileExistsBehavior Source #

Instances

Instances details
FromJSON FileExistsBehavior Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.FileExistsBehavior

FromJSONKey FileExistsBehavior Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.FileExistsBehavior

ToJSON FileExistsBehavior Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.FileExistsBehavior

ToJSONKey FileExistsBehavior Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.FileExistsBehavior

ToByteString FileExistsBehavior Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.FileExistsBehavior

ToHeader FileExistsBehavior Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.FileExistsBehavior

ToLog FileExistsBehavior Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.FileExistsBehavior

ToQuery FileExistsBehavior Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.FileExistsBehavior

FromText FileExistsBehavior Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.FileExistsBehavior

ToText FileExistsBehavior Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.FileExistsBehavior

FromXML FileExistsBehavior Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.FileExistsBehavior

ToXML FileExistsBehavior Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.FileExistsBehavior

Generic FileExistsBehavior Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.FileExistsBehavior

Associated Types

type Rep FileExistsBehavior :: Type -> Type #

Read FileExistsBehavior Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.FileExistsBehavior

Show FileExistsBehavior Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.FileExistsBehavior

NFData FileExistsBehavior Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.FileExistsBehavior

Methods

rnf :: FileExistsBehavior -> () #

Eq FileExistsBehavior Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.FileExistsBehavior

Ord FileExistsBehavior Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.FileExistsBehavior

Hashable FileExistsBehavior Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.FileExistsBehavior

type Rep FileExistsBehavior Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.FileExistsBehavior

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

GreenFleetProvisioningAction

newtype GreenFleetProvisioningAction Source #

Instances

Instances details
FromJSON GreenFleetProvisioningAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GreenFleetProvisioningAction

FromJSONKey GreenFleetProvisioningAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GreenFleetProvisioningAction

ToJSON GreenFleetProvisioningAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GreenFleetProvisioningAction

ToJSONKey GreenFleetProvisioningAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GreenFleetProvisioningAction

ToByteString GreenFleetProvisioningAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GreenFleetProvisioningAction

ToHeader GreenFleetProvisioningAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GreenFleetProvisioningAction

ToLog GreenFleetProvisioningAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GreenFleetProvisioningAction

ToQuery GreenFleetProvisioningAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GreenFleetProvisioningAction

FromText GreenFleetProvisioningAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GreenFleetProvisioningAction

ToText GreenFleetProvisioningAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GreenFleetProvisioningAction

FromXML GreenFleetProvisioningAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GreenFleetProvisioningAction

ToXML GreenFleetProvisioningAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GreenFleetProvisioningAction

Generic GreenFleetProvisioningAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GreenFleetProvisioningAction

Associated Types

type Rep GreenFleetProvisioningAction :: Type -> Type #

Read GreenFleetProvisioningAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GreenFleetProvisioningAction

Show GreenFleetProvisioningAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GreenFleetProvisioningAction

NFData GreenFleetProvisioningAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GreenFleetProvisioningAction

Eq GreenFleetProvisioningAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GreenFleetProvisioningAction

Ord GreenFleetProvisioningAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GreenFleetProvisioningAction

Hashable GreenFleetProvisioningAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GreenFleetProvisioningAction

type Rep GreenFleetProvisioningAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GreenFleetProvisioningAction

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

InstanceAction

newtype InstanceAction Source #

Constructors

InstanceAction' 

Instances

Instances details
FromJSON InstanceAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceAction

FromJSONKey InstanceAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceAction

ToJSON InstanceAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceAction

ToJSONKey InstanceAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceAction

ToByteString InstanceAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceAction

ToHeader InstanceAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceAction

ToLog InstanceAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceAction

ToQuery InstanceAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceAction

FromText InstanceAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceAction

ToText InstanceAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceAction

FromXML InstanceAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceAction

ToXML InstanceAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceAction

Methods

toXML :: InstanceAction -> XML #

Generic InstanceAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceAction

Associated Types

type Rep InstanceAction :: Type -> Type #

Read InstanceAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceAction

Show InstanceAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceAction

NFData InstanceAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceAction

Methods

rnf :: InstanceAction -> () #

Eq InstanceAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceAction

Ord InstanceAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceAction

Hashable InstanceAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceAction

type Rep InstanceAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceAction

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

LifecycleErrorCode

newtype LifecycleErrorCode Source #

Instances

Instances details
FromJSON LifecycleErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleErrorCode

FromJSONKey LifecycleErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleErrorCode

ToJSON LifecycleErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleErrorCode

ToJSONKey LifecycleErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleErrorCode

ToByteString LifecycleErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleErrorCode

ToHeader LifecycleErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleErrorCode

ToLog LifecycleErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleErrorCode

ToQuery LifecycleErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleErrorCode

FromText LifecycleErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleErrorCode

ToText LifecycleErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleErrorCode

FromXML LifecycleErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleErrorCode

ToXML LifecycleErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleErrorCode

Generic LifecycleErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleErrorCode

Associated Types

type Rep LifecycleErrorCode :: Type -> Type #

Read LifecycleErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleErrorCode

Show LifecycleErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleErrorCode

NFData LifecycleErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleErrorCode

Methods

rnf :: LifecycleErrorCode -> () #

Eq LifecycleErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleErrorCode

Ord LifecycleErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleErrorCode

Hashable LifecycleErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleErrorCode

type Rep LifecycleErrorCode Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleErrorCode

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

LifecycleEventStatus

newtype LifecycleEventStatus Source #

Instances

Instances details
FromJSON LifecycleEventStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleEventStatus

FromJSONKey LifecycleEventStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleEventStatus

ToJSON LifecycleEventStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleEventStatus

ToJSONKey LifecycleEventStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleEventStatus

ToByteString LifecycleEventStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleEventStatus

ToHeader LifecycleEventStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleEventStatus

ToLog LifecycleEventStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleEventStatus

ToQuery LifecycleEventStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleEventStatus

FromText LifecycleEventStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleEventStatus

ToText LifecycleEventStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleEventStatus

FromXML LifecycleEventStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleEventStatus

ToXML LifecycleEventStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleEventStatus

Generic LifecycleEventStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleEventStatus

Associated Types

type Rep LifecycleEventStatus :: Type -> Type #

Read LifecycleEventStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleEventStatus

Show LifecycleEventStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleEventStatus

NFData LifecycleEventStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleEventStatus

Methods

rnf :: LifecycleEventStatus -> () #

Eq LifecycleEventStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleEventStatus

Ord LifecycleEventStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleEventStatus

Hashable LifecycleEventStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleEventStatus

type Rep LifecycleEventStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleEventStatus

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

ListStateFilterAction

newtype ListStateFilterAction Source #

Instances

Instances details
FromJSON ListStateFilterAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ListStateFilterAction

FromJSONKey ListStateFilterAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ListStateFilterAction

ToJSON ListStateFilterAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ListStateFilterAction

ToJSONKey ListStateFilterAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ListStateFilterAction

ToByteString ListStateFilterAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ListStateFilterAction

ToHeader ListStateFilterAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ListStateFilterAction

ToLog ListStateFilterAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ListStateFilterAction

ToQuery ListStateFilterAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ListStateFilterAction

FromText ListStateFilterAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ListStateFilterAction

ToText ListStateFilterAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ListStateFilterAction

FromXML ListStateFilterAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ListStateFilterAction

ToXML ListStateFilterAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ListStateFilterAction

Generic ListStateFilterAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ListStateFilterAction

Associated Types

type Rep ListStateFilterAction :: Type -> Type #

Read ListStateFilterAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ListStateFilterAction

Show ListStateFilterAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ListStateFilterAction

NFData ListStateFilterAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ListStateFilterAction

Methods

rnf :: ListStateFilterAction -> () #

Eq ListStateFilterAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ListStateFilterAction

Ord ListStateFilterAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ListStateFilterAction

Hashable ListStateFilterAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ListStateFilterAction

type Rep ListStateFilterAction Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ListStateFilterAction

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

MinimumHealthyHostsType

newtype MinimumHealthyHostsType Source #

Instances

Instances details
FromJSON MinimumHealthyHostsType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.MinimumHealthyHostsType

FromJSONKey MinimumHealthyHostsType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.MinimumHealthyHostsType

ToJSON MinimumHealthyHostsType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.MinimumHealthyHostsType

ToJSONKey MinimumHealthyHostsType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.MinimumHealthyHostsType

ToByteString MinimumHealthyHostsType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.MinimumHealthyHostsType

ToHeader MinimumHealthyHostsType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.MinimumHealthyHostsType

ToLog MinimumHealthyHostsType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.MinimumHealthyHostsType

ToQuery MinimumHealthyHostsType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.MinimumHealthyHostsType

FromText MinimumHealthyHostsType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.MinimumHealthyHostsType

ToText MinimumHealthyHostsType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.MinimumHealthyHostsType

FromXML MinimumHealthyHostsType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.MinimumHealthyHostsType

ToXML MinimumHealthyHostsType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.MinimumHealthyHostsType

Generic MinimumHealthyHostsType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.MinimumHealthyHostsType

Associated Types

type Rep MinimumHealthyHostsType :: Type -> Type #

Read MinimumHealthyHostsType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.MinimumHealthyHostsType

Show MinimumHealthyHostsType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.MinimumHealthyHostsType

NFData MinimumHealthyHostsType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.MinimumHealthyHostsType

Methods

rnf :: MinimumHealthyHostsType -> () #

Eq MinimumHealthyHostsType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.MinimumHealthyHostsType

Ord MinimumHealthyHostsType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.MinimumHealthyHostsType

Hashable MinimumHealthyHostsType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.MinimumHealthyHostsType

type Rep MinimumHealthyHostsType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.MinimumHealthyHostsType

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

OutdatedInstancesStrategy

newtype OutdatedInstancesStrategy Source #

Instances

Instances details
FromJSON OutdatedInstancesStrategy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OutdatedInstancesStrategy

FromJSONKey OutdatedInstancesStrategy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OutdatedInstancesStrategy

ToJSON OutdatedInstancesStrategy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OutdatedInstancesStrategy

ToJSONKey OutdatedInstancesStrategy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OutdatedInstancesStrategy

ToByteString OutdatedInstancesStrategy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OutdatedInstancesStrategy

ToHeader OutdatedInstancesStrategy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OutdatedInstancesStrategy

ToLog OutdatedInstancesStrategy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OutdatedInstancesStrategy

ToQuery OutdatedInstancesStrategy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OutdatedInstancesStrategy

FromText OutdatedInstancesStrategy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OutdatedInstancesStrategy

ToText OutdatedInstancesStrategy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OutdatedInstancesStrategy

FromXML OutdatedInstancesStrategy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OutdatedInstancesStrategy

ToXML OutdatedInstancesStrategy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OutdatedInstancesStrategy

Generic OutdatedInstancesStrategy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OutdatedInstancesStrategy

Associated Types

type Rep OutdatedInstancesStrategy :: Type -> Type #

Read OutdatedInstancesStrategy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OutdatedInstancesStrategy

Show OutdatedInstancesStrategy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OutdatedInstancesStrategy

NFData OutdatedInstancesStrategy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OutdatedInstancesStrategy

Eq OutdatedInstancesStrategy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OutdatedInstancesStrategy

Ord OutdatedInstancesStrategy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OutdatedInstancesStrategy

Hashable OutdatedInstancesStrategy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OutdatedInstancesStrategy

type Rep OutdatedInstancesStrategy Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OutdatedInstancesStrategy

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

RegistrationStatus

newtype RegistrationStatus Source #

Instances

Instances details
FromJSON RegistrationStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RegistrationStatus

FromJSONKey RegistrationStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RegistrationStatus

ToJSON RegistrationStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RegistrationStatus

ToJSONKey RegistrationStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RegistrationStatus

ToByteString RegistrationStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RegistrationStatus

ToHeader RegistrationStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RegistrationStatus

ToLog RegistrationStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RegistrationStatus

ToQuery RegistrationStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RegistrationStatus

FromText RegistrationStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RegistrationStatus

ToText RegistrationStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RegistrationStatus

FromXML RegistrationStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RegistrationStatus

ToXML RegistrationStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RegistrationStatus

Generic RegistrationStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RegistrationStatus

Associated Types

type Rep RegistrationStatus :: Type -> Type #

Read RegistrationStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RegistrationStatus

Show RegistrationStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RegistrationStatus

NFData RegistrationStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RegistrationStatus

Methods

rnf :: RegistrationStatus -> () #

Eq RegistrationStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RegistrationStatus

Ord RegistrationStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RegistrationStatus

Hashable RegistrationStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RegistrationStatus

type Rep RegistrationStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RegistrationStatus

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

RevisionLocationType

newtype RevisionLocationType Source #

Instances

Instances details
FromJSON RevisionLocationType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionLocationType

FromJSONKey RevisionLocationType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionLocationType

ToJSON RevisionLocationType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionLocationType

ToJSONKey RevisionLocationType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionLocationType

ToByteString RevisionLocationType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionLocationType

ToHeader RevisionLocationType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionLocationType

ToLog RevisionLocationType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionLocationType

ToQuery RevisionLocationType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionLocationType

FromText RevisionLocationType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionLocationType

ToText RevisionLocationType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionLocationType

FromXML RevisionLocationType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionLocationType

ToXML RevisionLocationType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionLocationType

Generic RevisionLocationType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionLocationType

Associated Types

type Rep RevisionLocationType :: Type -> Type #

Read RevisionLocationType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionLocationType

Show RevisionLocationType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionLocationType

NFData RevisionLocationType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionLocationType

Methods

rnf :: RevisionLocationType -> () #

Eq RevisionLocationType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionLocationType

Ord RevisionLocationType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionLocationType

Hashable RevisionLocationType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionLocationType

type Rep RevisionLocationType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionLocationType

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

SortOrder

newtype SortOrder Source #

Constructors

SortOrder' 

Fields

Bundled Patterns

pattern SortOrder_Ascending :: SortOrder 
pattern SortOrder_Descending :: SortOrder 

Instances

Instances details
FromJSON SortOrder Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.SortOrder

FromJSONKey SortOrder Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.SortOrder

ToJSON SortOrder Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.SortOrder

ToJSONKey SortOrder Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.SortOrder

ToByteString SortOrder Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.SortOrder

Methods

toBS :: SortOrder -> ByteString #

ToHeader SortOrder Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.SortOrder

ToLog SortOrder Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.SortOrder

ToQuery SortOrder Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.SortOrder

FromText SortOrder Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.SortOrder

ToText SortOrder Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.SortOrder

Methods

toText :: SortOrder -> Text #

FromXML SortOrder Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.SortOrder

ToXML SortOrder Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.SortOrder

Methods

toXML :: SortOrder -> XML #

Generic SortOrder Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.SortOrder

Associated Types

type Rep SortOrder :: Type -> Type #

Read SortOrder Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.SortOrder

Show SortOrder Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.SortOrder

NFData SortOrder Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.SortOrder

Methods

rnf :: SortOrder -> () #

Eq SortOrder Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.SortOrder

Ord SortOrder Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.SortOrder

Hashable SortOrder Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.SortOrder

type Rep SortOrder Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.SortOrder

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

StopStatus

newtype StopStatus Source #

Constructors

StopStatus' 

Fields

Bundled Patterns

pattern StopStatus_Pending :: StopStatus 
pattern StopStatus_Succeeded :: StopStatus 

Instances

Instances details
FromJSON StopStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.StopStatus

FromJSONKey StopStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.StopStatus

ToJSON StopStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.StopStatus

ToJSONKey StopStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.StopStatus

ToByteString StopStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.StopStatus

ToHeader StopStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.StopStatus

ToLog StopStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.StopStatus

ToQuery StopStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.StopStatus

FromText StopStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.StopStatus

ToText StopStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.StopStatus

Methods

toText :: StopStatus -> Text #

FromXML StopStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.StopStatus

ToXML StopStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.StopStatus

Methods

toXML :: StopStatus -> XML #

Generic StopStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.StopStatus

Associated Types

type Rep StopStatus :: Type -> Type #

Read StopStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.StopStatus

Show StopStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.StopStatus

NFData StopStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.StopStatus

Methods

rnf :: StopStatus -> () #

Eq StopStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.StopStatus

Ord StopStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.StopStatus

Hashable StopStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.StopStatus

type Rep StopStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.StopStatus

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

TagFilterType

newtype TagFilterType Source #

Constructors

TagFilterType' 

Instances

Instances details
FromJSON TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilterType

FromJSONKey TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilterType

ToJSON TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilterType

ToJSONKey TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilterType

ToByteString TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilterType

ToHeader TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilterType

ToLog TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilterType

ToQuery TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilterType

FromText TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilterType

ToText TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilterType

Methods

toText :: TagFilterType -> Text #

FromXML TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilterType

ToXML TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilterType

Methods

toXML :: TagFilterType -> XML #

Generic TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilterType

Associated Types

type Rep TagFilterType :: Type -> Type #

Read TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilterType

Show TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilterType

NFData TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilterType

Methods

rnf :: TagFilterType -> () #

Eq TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilterType

Ord TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilterType

Hashable TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilterType

type Rep TagFilterType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilterType

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

TargetFilterName

newtype TargetFilterName Source #

Instances

Instances details
FromJSON TargetFilterName Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetFilterName

FromJSONKey TargetFilterName Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetFilterName

ToJSON TargetFilterName Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetFilterName

ToJSONKey TargetFilterName Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetFilterName

ToByteString TargetFilterName Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetFilterName

ToHeader TargetFilterName Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetFilterName

ToLog TargetFilterName Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetFilterName

ToQuery TargetFilterName Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetFilterName

FromText TargetFilterName Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetFilterName

ToText TargetFilterName Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetFilterName

FromXML TargetFilterName Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetFilterName

ToXML TargetFilterName Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetFilterName

Generic TargetFilterName Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetFilterName

Associated Types

type Rep TargetFilterName :: Type -> Type #

Read TargetFilterName Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetFilterName

Show TargetFilterName Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetFilterName

NFData TargetFilterName Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetFilterName

Methods

rnf :: TargetFilterName -> () #

Eq TargetFilterName Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetFilterName

Ord TargetFilterName Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetFilterName

Hashable TargetFilterName Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetFilterName

type Rep TargetFilterName Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetFilterName

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

TargetLabel

newtype TargetLabel Source #

Constructors

TargetLabel' 

Bundled Patterns

pattern TargetLabel_Blue :: TargetLabel 
pattern TargetLabel_Green :: TargetLabel 

Instances

Instances details
FromJSON TargetLabel Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetLabel

FromJSONKey TargetLabel Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetLabel

ToJSON TargetLabel Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetLabel

ToJSONKey TargetLabel Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetLabel

ToByteString TargetLabel Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetLabel

ToHeader TargetLabel Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetLabel

ToLog TargetLabel Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetLabel

ToQuery TargetLabel Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetLabel

FromText TargetLabel Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetLabel

ToText TargetLabel Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetLabel

Methods

toText :: TargetLabel -> Text #

FromXML TargetLabel Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetLabel

ToXML TargetLabel Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetLabel

Methods

toXML :: TargetLabel -> XML #

Generic TargetLabel Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetLabel

Associated Types

type Rep TargetLabel :: Type -> Type #

Read TargetLabel Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetLabel

Show TargetLabel Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetLabel

NFData TargetLabel Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetLabel

Methods

rnf :: TargetLabel -> () #

Eq TargetLabel Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetLabel

Ord TargetLabel Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetLabel

Hashable TargetLabel Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetLabel

type Rep TargetLabel Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetLabel

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

TargetStatus

newtype TargetStatus Source #

Constructors

TargetStatus' 

Instances

Instances details
FromJSON TargetStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetStatus

FromJSONKey TargetStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetStatus

ToJSON TargetStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetStatus

ToJSONKey TargetStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetStatus

ToByteString TargetStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetStatus

ToHeader TargetStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetStatus

ToLog TargetStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetStatus

ToQuery TargetStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetStatus

FromText TargetStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetStatus

ToText TargetStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetStatus

Methods

toText :: TargetStatus -> Text #

FromXML TargetStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetStatus

ToXML TargetStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetStatus

Methods

toXML :: TargetStatus -> XML #

Generic TargetStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetStatus

Associated Types

type Rep TargetStatus :: Type -> Type #

Read TargetStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetStatus

Show TargetStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetStatus

NFData TargetStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetStatus

Methods

rnf :: TargetStatus -> () #

Eq TargetStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetStatus

Ord TargetStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetStatus

Hashable TargetStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetStatus

type Rep TargetStatus Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetStatus

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

TrafficRoutingType

newtype TrafficRoutingType Source #

Instances

Instances details
FromJSON TrafficRoutingType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoutingType

FromJSONKey TrafficRoutingType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoutingType

ToJSON TrafficRoutingType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoutingType

ToJSONKey TrafficRoutingType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoutingType

ToByteString TrafficRoutingType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoutingType

ToHeader TrafficRoutingType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoutingType

ToLog TrafficRoutingType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoutingType

ToQuery TrafficRoutingType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoutingType

FromText TrafficRoutingType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoutingType

ToText TrafficRoutingType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoutingType

FromXML TrafficRoutingType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoutingType

ToXML TrafficRoutingType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoutingType

Generic TrafficRoutingType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoutingType

Associated Types

type Rep TrafficRoutingType :: Type -> Type #

Read TrafficRoutingType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoutingType

Show TrafficRoutingType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoutingType

NFData TrafficRoutingType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoutingType

Methods

rnf :: TrafficRoutingType -> () #

Eq TrafficRoutingType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoutingType

Ord TrafficRoutingType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoutingType

Hashable TrafficRoutingType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoutingType

type Rep TrafficRoutingType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoutingType

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

TriggerEventType

newtype TriggerEventType Source #

Instances

Instances details
FromJSON TriggerEventType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerEventType

FromJSONKey TriggerEventType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerEventType

ToJSON TriggerEventType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerEventType

ToJSONKey TriggerEventType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerEventType

ToByteString TriggerEventType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerEventType

ToHeader TriggerEventType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerEventType

ToLog TriggerEventType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerEventType

ToQuery TriggerEventType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerEventType

FromText TriggerEventType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerEventType

ToText TriggerEventType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerEventType

FromXML TriggerEventType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerEventType

ToXML TriggerEventType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerEventType

Generic TriggerEventType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerEventType

Associated Types

type Rep TriggerEventType :: Type -> Type #

Read TriggerEventType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerEventType

Show TriggerEventType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerEventType

NFData TriggerEventType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerEventType

Methods

rnf :: TriggerEventType -> () #

Eq TriggerEventType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerEventType

Ord TriggerEventType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerEventType

Hashable TriggerEventType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerEventType

type Rep TriggerEventType Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerEventType

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

Alarm

data Alarm Source #

Information about an alarm.

See: newAlarm smart constructor.

Constructors

Alarm' (Maybe Text) 

Instances

Instances details
FromJSON Alarm Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.Alarm

ToJSON Alarm Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.Alarm

Generic Alarm Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.Alarm

Associated Types

type Rep Alarm :: Type -> Type #

Methods

from :: Alarm -> Rep Alarm x #

to :: Rep Alarm x -> Alarm #

Read Alarm Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.Alarm

Show Alarm Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.Alarm

Methods

showsPrec :: Int -> Alarm -> ShowS #

show :: Alarm -> String #

showList :: [Alarm] -> ShowS #

NFData Alarm Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.Alarm

Methods

rnf :: Alarm -> () #

Eq Alarm Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.Alarm

Methods

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

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

Hashable Alarm Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.Alarm

Methods

hashWithSalt :: Int -> Alarm -> Int #

hash :: Alarm -> Int #

type Rep Alarm Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.Alarm

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

newAlarm :: Alarm Source #

Create a value of Alarm with all optional fields omitted.

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

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

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

AlarmConfiguration

data AlarmConfiguration Source #

Information about alarms associated with a deployment or deployment group.

See: newAlarmConfiguration smart constructor.

Instances

Instances details
FromJSON AlarmConfiguration Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AlarmConfiguration

ToJSON AlarmConfiguration Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AlarmConfiguration

Generic AlarmConfiguration Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AlarmConfiguration

Associated Types

type Rep AlarmConfiguration :: Type -> Type #

Read AlarmConfiguration Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AlarmConfiguration

Show AlarmConfiguration Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AlarmConfiguration

NFData AlarmConfiguration Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AlarmConfiguration

Methods

rnf :: AlarmConfiguration -> () #

Eq AlarmConfiguration Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AlarmConfiguration

Hashable AlarmConfiguration Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AlarmConfiguration

type Rep AlarmConfiguration Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AlarmConfiguration

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

newAlarmConfiguration :: AlarmConfiguration Source #

Create a value of AlarmConfiguration with all optional fields omitted.

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

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

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

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

$sel:ignorePollAlarmFailure:AlarmConfiguration', alarmConfiguration_ignorePollAlarmFailure - Indicates whether a deployment should continue if information about the current state of alarms cannot be retrieved from Amazon CloudWatch. The default value is false.

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

AppSpecContent

data AppSpecContent Source #

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

See: newAppSpecContent smart constructor.

Constructors

AppSpecContent' (Maybe Text) (Maybe Text) 

Instances

Instances details
FromJSON AppSpecContent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AppSpecContent

ToJSON AppSpecContent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AppSpecContent

Generic AppSpecContent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AppSpecContent

Associated Types

type Rep AppSpecContent :: Type -> Type #

Read AppSpecContent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AppSpecContent

Show AppSpecContent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AppSpecContent

NFData AppSpecContent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AppSpecContent

Methods

rnf :: AppSpecContent -> () #

Eq AppSpecContent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AppSpecContent

Hashable AppSpecContent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AppSpecContent

type Rep AppSpecContent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AppSpecContent

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

newAppSpecContent :: AppSpecContent Source #

Create a value of AppSpecContent with all optional fields omitted.

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

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

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

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

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

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

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

ApplicationInfo

data ApplicationInfo Source #

Information about an application.

See: newApplicationInfo smart constructor.

Instances

Instances details
FromJSON ApplicationInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationInfo

Generic ApplicationInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationInfo

Associated Types

type Rep ApplicationInfo :: Type -> Type #

Read ApplicationInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationInfo

Show ApplicationInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationInfo

NFData ApplicationInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationInfo

Methods

rnf :: ApplicationInfo -> () #

Eq ApplicationInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationInfo

Hashable ApplicationInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationInfo

type Rep ApplicationInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ApplicationInfo

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

newApplicationInfo :: ApplicationInfo Source #

Create a value of ApplicationInfo with all optional fields omitted.

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

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

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

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

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

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

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

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

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

Defined in Amazonka.CodeDeploy.Types.AutoRollbackConfiguration

ToJSON AutoRollbackConfiguration Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoRollbackConfiguration

Generic AutoRollbackConfiguration Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoRollbackConfiguration

Associated Types

type Rep AutoRollbackConfiguration :: Type -> Type #

Read AutoRollbackConfiguration Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoRollbackConfiguration

Show AutoRollbackConfiguration Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoRollbackConfiguration

NFData AutoRollbackConfiguration Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoRollbackConfiguration

Eq AutoRollbackConfiguration Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoRollbackConfiguration

Hashable AutoRollbackConfiguration Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoRollbackConfiguration

type Rep AutoRollbackConfiguration Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoRollbackConfiguration

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

newAutoRollbackConfiguration :: AutoRollbackConfiguration Source #

Create a value of AutoRollbackConfiguration with all optional fields omitted.

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

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

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

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

AutoScalingGroup

data AutoScalingGroup Source #

Information about an Auto Scaling group.

See: newAutoScalingGroup smart constructor.

Instances

Instances details
FromJSON AutoScalingGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoScalingGroup

Generic AutoScalingGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoScalingGroup

Associated Types

type Rep AutoScalingGroup :: Type -> Type #

Read AutoScalingGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoScalingGroup

Show AutoScalingGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoScalingGroup

NFData AutoScalingGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoScalingGroup

Methods

rnf :: AutoScalingGroup -> () #

Eq AutoScalingGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoScalingGroup

Hashable AutoScalingGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoScalingGroup

type Rep AutoScalingGroup Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.AutoScalingGroup

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

newAutoScalingGroup :: AutoScalingGroup Source #

Create a value of AutoScalingGroup with all optional fields omitted.

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

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

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

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

BlueGreenDeploymentConfiguration

data BlueGreenDeploymentConfiguration Source #

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

See: newBlueGreenDeploymentConfiguration smart constructor.

Instances

Instances details
FromJSON BlueGreenDeploymentConfiguration Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BlueGreenDeploymentConfiguration

ToJSON BlueGreenDeploymentConfiguration Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BlueGreenDeploymentConfiguration

Generic BlueGreenDeploymentConfiguration Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BlueGreenDeploymentConfiguration

Associated Types

type Rep BlueGreenDeploymentConfiguration :: Type -> Type #

Read BlueGreenDeploymentConfiguration Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BlueGreenDeploymentConfiguration

Show BlueGreenDeploymentConfiguration Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BlueGreenDeploymentConfiguration

NFData BlueGreenDeploymentConfiguration Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BlueGreenDeploymentConfiguration

Eq BlueGreenDeploymentConfiguration Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BlueGreenDeploymentConfiguration

Hashable BlueGreenDeploymentConfiguration Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BlueGreenDeploymentConfiguration

type Rep BlueGreenDeploymentConfiguration Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BlueGreenDeploymentConfiguration

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

newBlueGreenDeploymentConfiguration :: BlueGreenDeploymentConfiguration Source #

Create a value of BlueGreenDeploymentConfiguration with all optional fields omitted.

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

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

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

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

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

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

Defined in Amazonka.CodeDeploy.Types.BlueInstanceTerminationOption

ToJSON BlueInstanceTerminationOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BlueInstanceTerminationOption

Generic BlueInstanceTerminationOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BlueInstanceTerminationOption

Associated Types

type Rep BlueInstanceTerminationOption :: Type -> Type #

Read BlueInstanceTerminationOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BlueInstanceTerminationOption

Show BlueInstanceTerminationOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BlueInstanceTerminationOption

NFData BlueInstanceTerminationOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BlueInstanceTerminationOption

Eq BlueInstanceTerminationOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BlueInstanceTerminationOption

Hashable BlueInstanceTerminationOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BlueInstanceTerminationOption

type Rep BlueInstanceTerminationOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.BlueInstanceTerminationOption

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

newBlueInstanceTerminationOption :: BlueInstanceTerminationOption Source #

Create a value of BlueInstanceTerminationOption with all optional fields omitted.

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

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

$sel:action:BlueInstanceTerminationOption', blueInstanceTerminationOption_action - The action to take on instances in the original environment after a successful blue/green deployment.

  • TERMINATE: Instances are terminated after a specified wait time.
  • KEEP_ALIVE: Instances are left running after they are deregistered from the load balancer and removed from the deployment group.

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

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

The maximum setting is 2880 minutes (2 days).

CloudFormationTarget

data CloudFormationTarget Source #

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

See: newCloudFormationTarget smart constructor.

Instances

Instances details
FromJSON CloudFormationTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.CloudFormationTarget

Generic CloudFormationTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.CloudFormationTarget

Associated Types

type Rep CloudFormationTarget :: Type -> Type #

Read CloudFormationTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.CloudFormationTarget

Show CloudFormationTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.CloudFormationTarget

NFData CloudFormationTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.CloudFormationTarget

Methods

rnf :: CloudFormationTarget -> () #

Eq CloudFormationTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.CloudFormationTarget

Hashable CloudFormationTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.CloudFormationTarget

type Rep CloudFormationTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.CloudFormationTarget

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

newCloudFormationTarget :: CloudFormationTarget Source #

Create a value of CloudFormationTarget with all optional fields omitted.

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

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

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

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

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

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

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

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

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

DeploymentConfigInfo

data DeploymentConfigInfo Source #

Information about a deployment configuration.

See: newDeploymentConfigInfo smart constructor.

Instances

Instances details
FromJSON DeploymentConfigInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentConfigInfo

Generic DeploymentConfigInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentConfigInfo

Associated Types

type Rep DeploymentConfigInfo :: Type -> Type #

Read DeploymentConfigInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentConfigInfo

Show DeploymentConfigInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentConfigInfo

NFData DeploymentConfigInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentConfigInfo

Methods

rnf :: DeploymentConfigInfo -> () #

Eq DeploymentConfigInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentConfigInfo

Hashable DeploymentConfigInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentConfigInfo

type Rep DeploymentConfigInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentConfigInfo

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

newDeploymentConfigInfo :: DeploymentConfigInfo Source #

Create a value of DeploymentConfigInfo with all optional fields omitted.

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

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

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

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

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

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

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

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

DeploymentGroupInfo

data DeploymentGroupInfo Source #

Information about a deployment group.

See: newDeploymentGroupInfo smart constructor.

Instances

Instances details
FromJSON DeploymentGroupInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentGroupInfo

Generic DeploymentGroupInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentGroupInfo

Associated Types

type Rep DeploymentGroupInfo :: Type -> Type #

Read DeploymentGroupInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentGroupInfo

Show DeploymentGroupInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentGroupInfo

NFData DeploymentGroupInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentGroupInfo

Methods

rnf :: DeploymentGroupInfo -> () #

Eq DeploymentGroupInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentGroupInfo

Hashable DeploymentGroupInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentGroupInfo

type Rep DeploymentGroupInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentGroupInfo

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

newDeploymentGroupInfo :: DeploymentGroupInfo Source #

Create a value of DeploymentGroupInfo with all optional fields omitted.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

DeploymentInfo

data DeploymentInfo Source #

Information about a deployment.

See: newDeploymentInfo smart constructor.

Instances

Instances details
FromJSON DeploymentInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentInfo

Generic DeploymentInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentInfo

Associated Types

type Rep DeploymentInfo :: Type -> Type #

Read DeploymentInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentInfo

Show DeploymentInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentInfo

NFData DeploymentInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentInfo

Methods

rnf :: DeploymentInfo -> () #

Eq DeploymentInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentInfo

Hashable DeploymentInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentInfo

type Rep DeploymentInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentInfo

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

newDeploymentInfo :: DeploymentInfo Source #

Create a value of DeploymentInfo with all optional fields omitted.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

$sel:instanceTerminationWaitTimeStarted:DeploymentInfo', deploymentInfo_instanceTerminationWaitTimeStarted - Indicates whether the wait period set for the termination of instances in the original environment has started. Status is 'false' if the KEEP_ALIVE option is specified. Otherwise, 'true' as soon as the termination wait period starts.

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

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

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

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

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

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

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

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

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

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

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

DeploymentOverview

data DeploymentOverview Source #

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

See: newDeploymentOverview smart constructor.

Instances

Instances details
FromJSON DeploymentOverview Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentOverview

Generic DeploymentOverview Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentOverview

Associated Types

type Rep DeploymentOverview :: Type -> Type #

Read DeploymentOverview Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentOverview

Show DeploymentOverview Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentOverview

NFData DeploymentOverview Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentOverview

Methods

rnf :: DeploymentOverview -> () #

Eq DeploymentOverview Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentOverview

Hashable DeploymentOverview Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentOverview

type Rep DeploymentOverview Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentOverview

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

newDeploymentOverview :: DeploymentOverview Source #

Create a value of DeploymentOverview with all optional fields omitted.

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

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

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

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

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

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

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

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

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

Defined in Amazonka.CodeDeploy.Types.DeploymentReadyOption

ToJSON DeploymentReadyOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentReadyOption

Generic DeploymentReadyOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentReadyOption

Associated Types

type Rep DeploymentReadyOption :: Type -> Type #

Read DeploymentReadyOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentReadyOption

Show DeploymentReadyOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentReadyOption

NFData DeploymentReadyOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentReadyOption

Methods

rnf :: DeploymentReadyOption -> () #

Eq DeploymentReadyOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentReadyOption

Hashable DeploymentReadyOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentReadyOption

type Rep DeploymentReadyOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentReadyOption

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

newDeploymentReadyOption :: DeploymentReadyOption Source #

Create a value of DeploymentReadyOption with all optional fields omitted.

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

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

$sel:actionOnTimeout:DeploymentReadyOption', deploymentReadyOption_actionOnTimeout - Information about when to reroute traffic from an original environment to a replacement environment in a blue/green deployment.

  • CONTINUE_DEPLOYMENT: Register new instances with the load balancer immediately after the new application revision is installed on the instances in the replacement environment.
  • STOP_DEPLOYMENT: Do not register new instances with a load balancer unless traffic rerouting is started using ContinueDeployment. If traffic rerouting is not started before the end of the specified wait period, the deployment status is changed to Stopped.

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

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

Defined in Amazonka.CodeDeploy.Types.DeploymentStyle

ToJSON DeploymentStyle Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentStyle

Generic DeploymentStyle Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentStyle

Associated Types

type Rep DeploymentStyle :: Type -> Type #

Read DeploymentStyle Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentStyle

Show DeploymentStyle Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentStyle

NFData DeploymentStyle Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentStyle

Methods

rnf :: DeploymentStyle -> () #

Eq DeploymentStyle Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentStyle

Hashable DeploymentStyle Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentStyle

type Rep DeploymentStyle Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentStyle

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

newDeploymentStyle :: DeploymentStyle Source #

Create a value of DeploymentStyle with all optional fields omitted.

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

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

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

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

DeploymentTarget

data DeploymentTarget Source #

Information about the deployment target.

See: newDeploymentTarget smart constructor.

Instances

Instances details
FromJSON DeploymentTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTarget

Generic DeploymentTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTarget

Associated Types

type Rep DeploymentTarget :: Type -> Type #

Read DeploymentTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTarget

Show DeploymentTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTarget

NFData DeploymentTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTarget

Methods

rnf :: DeploymentTarget -> () #

Eq DeploymentTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTarget

Hashable DeploymentTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTarget

type Rep DeploymentTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.DeploymentTarget

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

newDeploymentTarget :: DeploymentTarget Source #

Create a value of DeploymentTarget with all optional fields omitted.

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

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

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

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

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

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

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

Diagnostics

data Diagnostics Source #

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

See: newDiagnostics smart constructor.

Instances

Instances details
FromJSON Diagnostics Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.Diagnostics

Generic Diagnostics Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.Diagnostics

Associated Types

type Rep Diagnostics :: Type -> Type #

Read Diagnostics Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.Diagnostics

Show Diagnostics Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.Diagnostics

NFData Diagnostics Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.Diagnostics

Methods

rnf :: Diagnostics -> () #

Eq Diagnostics Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.Diagnostics

Hashable Diagnostics Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.Diagnostics

type Rep Diagnostics Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.Diagnostics

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

newDiagnostics :: Diagnostics Source #

Create a value of Diagnostics with all optional fields omitted.

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

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

$sel:errorCode:Diagnostics', diagnostics_errorCode - The associated error code:

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

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

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

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

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

EC2TagFilter

data EC2TagFilter Source #

Information about an EC2 tag filter.

See: newEC2TagFilter smart constructor.

Instances

Instances details
FromJSON EC2TagFilter Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagFilter

ToJSON EC2TagFilter Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagFilter

Generic EC2TagFilter Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagFilter

Associated Types

type Rep EC2TagFilter :: Type -> Type #

Read EC2TagFilter Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagFilter

Show EC2TagFilter Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagFilter

NFData EC2TagFilter Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagFilter

Methods

rnf :: EC2TagFilter -> () #

Eq EC2TagFilter Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagFilter

Hashable EC2TagFilter Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagFilter

type Rep EC2TagFilter Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagFilter

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

newEC2TagFilter :: EC2TagFilter Source #

Create a value of EC2TagFilter with all optional fields omitted.

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

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

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

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

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

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

EC2TagSet

data EC2TagSet Source #

Information about groups of Amazon EC2 instance tags.

See: newEC2TagSet smart constructor.

Constructors

EC2TagSet' (Maybe [[EC2TagFilter]]) 

Instances

Instances details
FromJSON EC2TagSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagSet

ToJSON EC2TagSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagSet

Generic EC2TagSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagSet

Associated Types

type Rep EC2TagSet :: Type -> Type #

Read EC2TagSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagSet

Show EC2TagSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagSet

NFData EC2TagSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagSet

Methods

rnf :: EC2TagSet -> () #

Eq EC2TagSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagSet

Hashable EC2TagSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagSet

type Rep EC2TagSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.EC2TagSet

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

newEC2TagSet :: EC2TagSet Source #

Create a value of EC2TagSet with all optional fields omitted.

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

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

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

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

Defined in Amazonka.CodeDeploy.Types.ECSService

ToJSON ECSService Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSService

Generic ECSService Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSService

Associated Types

type Rep ECSService :: Type -> Type #

Read ECSService Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSService

Show ECSService Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSService

NFData ECSService Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSService

Methods

rnf :: ECSService -> () #

Eq ECSService Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSService

Hashable ECSService Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSService

type Rep ECSService Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSService

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

newECSService :: ECSService Source #

Create a value of ECSService with all optional fields omitted.

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

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

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

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

ECSTarget

data ECSTarget Source #

Information about the target of an Amazon ECS deployment.

See: newECSTarget smart constructor.

Instances

Instances details
FromJSON ECSTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSTarget

Generic ECSTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSTarget

Associated Types

type Rep ECSTarget :: Type -> Type #

Read ECSTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSTarget

Show ECSTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSTarget

NFData ECSTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSTarget

Methods

rnf :: ECSTarget -> () #

Eq ECSTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSTarget

Hashable ECSTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSTarget

type Rep ECSTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSTarget

newECSTarget :: ECSTarget Source #

Create a value of ECSTarget with all optional fields omitted.

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

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

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

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

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

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

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

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

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

ECSTaskSet

data ECSTaskSet Source #

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

See: newECSTaskSet smart constructor.

Instances

Instances details
FromJSON ECSTaskSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSTaskSet

Generic ECSTaskSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSTaskSet

Associated Types

type Rep ECSTaskSet :: Type -> Type #

Read ECSTaskSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSTaskSet

Show ECSTaskSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSTaskSet

NFData ECSTaskSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSTaskSet

Methods

rnf :: ECSTaskSet -> () #

Eq ECSTaskSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSTaskSet

Hashable ECSTaskSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSTaskSet

type Rep ECSTaskSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ECSTaskSet

newECSTaskSet :: ECSTaskSet Source #

Create a value of ECSTaskSet with all optional fields omitted.

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

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

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

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

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

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

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

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

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

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

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

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

Defined in Amazonka.CodeDeploy.Types.ELBInfo

ToJSON ELBInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ELBInfo

Generic ELBInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ELBInfo

Associated Types

type Rep ELBInfo :: Type -> Type #

Methods

from :: ELBInfo -> Rep ELBInfo x #

to :: Rep ELBInfo x -> ELBInfo #

Read ELBInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ELBInfo

Show ELBInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ELBInfo

NFData ELBInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ELBInfo

Methods

rnf :: ELBInfo -> () #

Eq ELBInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ELBInfo

Methods

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

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

Hashable ELBInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ELBInfo

Methods

hashWithSalt :: Int -> ELBInfo -> Int #

hash :: ELBInfo -> Int #

type Rep ELBInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ELBInfo

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

newELBInfo :: ELBInfo Source #

Create a value of ELBInfo with all optional fields omitted.

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

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

$sel:name:ELBInfo', eLBInfo_name - For blue/green deployments, the name of the load balancer that is used to route traffic from original instances to replacement instances in a blue/green deployment. For in-place deployments, the name of the load balancer that instances are deregistered from so they are not serving traffic during a deployment, and then re-registered with after the deployment is complete.

ErrorInformation

data ErrorInformation Source #

Information about a deployment error.

See: newErrorInformation smart constructor.

Instances

Instances details
FromJSON ErrorInformation Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ErrorInformation

Generic ErrorInformation Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ErrorInformation

Associated Types

type Rep ErrorInformation :: Type -> Type #

Read ErrorInformation Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ErrorInformation

Show ErrorInformation Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ErrorInformation

NFData ErrorInformation Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ErrorInformation

Methods

rnf :: ErrorInformation -> () #

Eq ErrorInformation Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ErrorInformation

Hashable ErrorInformation Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ErrorInformation

type Rep ErrorInformation Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.ErrorInformation

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

newErrorInformation :: ErrorInformation Source #

Create a value of ErrorInformation with all optional fields omitted.

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

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

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

The error code:

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

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

GenericRevisionInfo

data GenericRevisionInfo Source #

Information about an application revision.

See: newGenericRevisionInfo smart constructor.

Instances

Instances details
FromJSON GenericRevisionInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GenericRevisionInfo

Generic GenericRevisionInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GenericRevisionInfo

Associated Types

type Rep GenericRevisionInfo :: Type -> Type #

Read GenericRevisionInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GenericRevisionInfo

Show GenericRevisionInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GenericRevisionInfo

NFData GenericRevisionInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GenericRevisionInfo

Methods

rnf :: GenericRevisionInfo -> () #

Eq GenericRevisionInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GenericRevisionInfo

Hashable GenericRevisionInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GenericRevisionInfo

type Rep GenericRevisionInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GenericRevisionInfo

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

newGenericRevisionInfo :: GenericRevisionInfo Source #

Create a value of GenericRevisionInfo with all optional fields omitted.

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

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

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

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

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

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

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

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

Defined in Amazonka.CodeDeploy.Types.GitHubLocation

ToJSON GitHubLocation Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GitHubLocation

Generic GitHubLocation Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GitHubLocation

Associated Types

type Rep GitHubLocation :: Type -> Type #

Read GitHubLocation Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GitHubLocation

Show GitHubLocation Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GitHubLocation

NFData GitHubLocation Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GitHubLocation

Methods

rnf :: GitHubLocation -> () #

Eq GitHubLocation Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GitHubLocation

Hashable GitHubLocation Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GitHubLocation

type Rep GitHubLocation Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GitHubLocation

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

newGitHubLocation :: GitHubLocation Source #

Create a value of GitHubLocation with all optional fields omitted.

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

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

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

$sel:repository:GitHubLocation', gitHubLocation_repository - The GitHub account and repository pair that stores a reference to the commit that represents the bundled artifacts for the application revision.

Specified as account/repository.

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

Defined in Amazonka.CodeDeploy.Types.GreenFleetProvisioningOption

ToJSON GreenFleetProvisioningOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GreenFleetProvisioningOption

Generic GreenFleetProvisioningOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GreenFleetProvisioningOption

Associated Types

type Rep GreenFleetProvisioningOption :: Type -> Type #

Read GreenFleetProvisioningOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GreenFleetProvisioningOption

Show GreenFleetProvisioningOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GreenFleetProvisioningOption

NFData GreenFleetProvisioningOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GreenFleetProvisioningOption

Eq GreenFleetProvisioningOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GreenFleetProvisioningOption

Hashable GreenFleetProvisioningOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GreenFleetProvisioningOption

type Rep GreenFleetProvisioningOption Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.GreenFleetProvisioningOption

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

newGreenFleetProvisioningOption :: GreenFleetProvisioningOption Source #

Create a value of GreenFleetProvisioningOption with all optional fields omitted.

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

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

$sel:action:GreenFleetProvisioningOption', greenFleetProvisioningOption_action - The method used to add instances to a replacement environment.

  • DISCOVER_EXISTING: Use instances that already exist or will be created manually.
  • COPY_AUTO_SCALING_GROUP: Use settings from a specified Auto Scaling group to define and create instances in a new Auto Scaling group.

InstanceInfo

data InstanceInfo Source #

Information about an on-premises instance.

See: newInstanceInfo smart constructor.

Instances

Instances details
FromJSON InstanceInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceInfo

Generic InstanceInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceInfo

Associated Types

type Rep InstanceInfo :: Type -> Type #

Read InstanceInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceInfo

Show InstanceInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceInfo

NFData InstanceInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceInfo

Methods

rnf :: InstanceInfo -> () #

Eq InstanceInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceInfo

Hashable InstanceInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceInfo

type Rep InstanceInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceInfo

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

newInstanceInfo :: InstanceInfo Source #

Create a value of InstanceInfo with all optional fields omitted.

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

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

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

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

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

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

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

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

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

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

Defined in Amazonka.CodeDeploy.Types.InstanceTarget

Generic InstanceTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceTarget

Associated Types

type Rep InstanceTarget :: Type -> Type #

Read InstanceTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceTarget

Show InstanceTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceTarget

NFData InstanceTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceTarget

Methods

rnf :: InstanceTarget -> () #

Eq InstanceTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceTarget

Hashable InstanceTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceTarget

type Rep InstanceTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.InstanceTarget

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

newInstanceTarget :: InstanceTarget Source #

Create a value of InstanceTarget with all optional fields omitted.

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

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

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

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

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

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

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

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

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

LambdaFunctionInfo

data LambdaFunctionInfo Source #

Information about a Lambda function specified in a deployment.

See: newLambdaFunctionInfo smart constructor.

Instances

Instances details
FromJSON LambdaFunctionInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LambdaFunctionInfo

Generic LambdaFunctionInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LambdaFunctionInfo

Associated Types

type Rep LambdaFunctionInfo :: Type -> Type #

Read LambdaFunctionInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LambdaFunctionInfo

Show LambdaFunctionInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LambdaFunctionInfo

NFData LambdaFunctionInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LambdaFunctionInfo

Methods

rnf :: LambdaFunctionInfo -> () #

Eq LambdaFunctionInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LambdaFunctionInfo

Hashable LambdaFunctionInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LambdaFunctionInfo

type Rep LambdaFunctionInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LambdaFunctionInfo

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

newLambdaFunctionInfo :: LambdaFunctionInfo Source #

Create a value of LambdaFunctionInfo with all optional fields omitted.

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

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

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

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

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

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

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

LambdaTarget

data LambdaTarget Source #

Information about the target Lambda function during an Lambda deployment.

See: newLambdaTarget smart constructor.

Instances

Instances details
FromJSON LambdaTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LambdaTarget

Generic LambdaTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LambdaTarget

Associated Types

type Rep LambdaTarget :: Type -> Type #

Read LambdaTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LambdaTarget

Show LambdaTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LambdaTarget

NFData LambdaTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LambdaTarget

Methods

rnf :: LambdaTarget -> () #

Eq LambdaTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LambdaTarget

Hashable LambdaTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LambdaTarget

type Rep LambdaTarget Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LambdaTarget

newLambdaTarget :: LambdaTarget Source #

Create a value of LambdaTarget with all optional fields omitted.

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

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

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

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

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

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

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

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

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

LastDeploymentInfo

data LastDeploymentInfo Source #

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

See: newLastDeploymentInfo smart constructor.

Instances

Instances details
FromJSON LastDeploymentInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LastDeploymentInfo

Generic LastDeploymentInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LastDeploymentInfo

Associated Types

type Rep LastDeploymentInfo :: Type -> Type #

Read LastDeploymentInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LastDeploymentInfo

Show LastDeploymentInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LastDeploymentInfo

NFData LastDeploymentInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LastDeploymentInfo

Methods

rnf :: LastDeploymentInfo -> () #

Eq LastDeploymentInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LastDeploymentInfo

Hashable LastDeploymentInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LastDeploymentInfo

type Rep LastDeploymentInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LastDeploymentInfo

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

newLastDeploymentInfo :: LastDeploymentInfo Source #

Create a value of LastDeploymentInfo with all optional fields omitted.

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

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

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

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

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

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

LifecycleEvent

data LifecycleEvent Source #

Information about a deployment lifecycle event.

See: newLifecycleEvent smart constructor.

Instances

Instances details
FromJSON LifecycleEvent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleEvent

Generic LifecycleEvent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleEvent

Associated Types

type Rep LifecycleEvent :: Type -> Type #

Read LifecycleEvent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleEvent

Show LifecycleEvent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleEvent

NFData LifecycleEvent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleEvent

Methods

rnf :: LifecycleEvent -> () #

Eq LifecycleEvent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleEvent

Hashable LifecycleEvent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleEvent

type Rep LifecycleEvent Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LifecycleEvent

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

newLifecycleEvent :: LifecycleEvent Source #

Create a value of LifecycleEvent with all optional fields omitted.

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

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

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

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

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

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

$sel:status:LifecycleEvent', lifecycleEvent_status - The deployment lifecycle event status:

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

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

Defined in Amazonka.CodeDeploy.Types.LoadBalancerInfo

ToJSON LoadBalancerInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LoadBalancerInfo

Generic LoadBalancerInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LoadBalancerInfo

Associated Types

type Rep LoadBalancerInfo :: Type -> Type #

Read LoadBalancerInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LoadBalancerInfo

Show LoadBalancerInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LoadBalancerInfo

NFData LoadBalancerInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LoadBalancerInfo

Methods

rnf :: LoadBalancerInfo -> () #

Eq LoadBalancerInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LoadBalancerInfo

Hashable LoadBalancerInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LoadBalancerInfo

type Rep LoadBalancerInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.LoadBalancerInfo

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

newLoadBalancerInfo :: LoadBalancerInfo Source #

Create a value of LoadBalancerInfo with all optional fields omitted.

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

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

$sel:elbInfoList:LoadBalancerInfo', loadBalancerInfo_elbInfoList - An array that contains information about the load balancer to use for load balancing in a deployment. In Elastic Load Balancing, load balancers are used with Classic Load Balancers.

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

$sel:targetGroupInfoList:LoadBalancerInfo', loadBalancerInfo_targetGroupInfoList - An array that contains information about the target group to use for load balancing in a deployment. In Elastic Load Balancing, target groups are used with Application Load Balancers.

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

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

MinimumHealthyHosts

data MinimumHealthyHosts Source #

Information about minimum healthy instance.

See: newMinimumHealthyHosts smart constructor.

Instances

Instances details
FromJSON MinimumHealthyHosts Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.MinimumHealthyHosts

ToJSON MinimumHealthyHosts Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.MinimumHealthyHosts

Generic MinimumHealthyHosts Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.MinimumHealthyHosts

Associated Types

type Rep MinimumHealthyHosts :: Type -> Type #

Read MinimumHealthyHosts Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.MinimumHealthyHosts

Show MinimumHealthyHosts Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.MinimumHealthyHosts

NFData MinimumHealthyHosts Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.MinimumHealthyHosts

Methods

rnf :: MinimumHealthyHosts -> () #

Eq MinimumHealthyHosts Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.MinimumHealthyHosts

Hashable MinimumHealthyHosts Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.MinimumHealthyHosts

type Rep MinimumHealthyHosts Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.MinimumHealthyHosts

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

newMinimumHealthyHosts :: MinimumHealthyHosts Source #

Create a value of MinimumHealthyHosts with all optional fields omitted.

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

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

$sel:type':MinimumHealthyHosts', minimumHealthyHosts_type - The minimum healthy instance type:

  • HOST_COUNT: The minimum number of healthy instances as an absolute value.
  • FLEET_PERCENT: The minimum number of healthy instances as a percentage of the total number of instances in the deployment.

In an example of nine instances, if a HOST_COUNT of six is specified, deploy to up to three instances at a time. The deployment is successful if six or more instances are deployed to successfully. Otherwise, the deployment fails. If a FLEET_PERCENT of 40 is specified, deploy to up to five instances at a time. The deployment is successful if four or more instances are deployed to successfully. Otherwise, the deployment fails.

In a call to the GetDeploymentConfig, CodeDeployDefault.OneAtATime returns a minimum healthy instance type of MOST_CONCURRENCY and a value of 1. This means a deployment to only one instance at a time. (You cannot set the type to MOST_CONCURRENCY, only to HOST_COUNT or FLEET_PERCENT.) In addition, with CodeDeployDefault.OneAtATime, CodeDeploy attempts to ensure that all instances but one are kept in a healthy state during the deployment. Although this allows one instance at a time to be taken offline for a new deployment, it also means that if the deployment to the last instance fails, the overall deployment is still successful.

For more information, see CodeDeploy Instance Health in the CodeDeploy User Guide.

$sel:value:MinimumHealthyHosts', minimumHealthyHosts_value - The minimum healthy instance value.

OnPremisesTagSet

data OnPremisesTagSet Source #

Information about groups of on-premises instance tags.

See: newOnPremisesTagSet smart constructor.

Constructors

OnPremisesTagSet' (Maybe [[TagFilter]]) 

Instances

Instances details
FromJSON OnPremisesTagSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OnPremisesTagSet

ToJSON OnPremisesTagSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OnPremisesTagSet

Generic OnPremisesTagSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OnPremisesTagSet

Associated Types

type Rep OnPremisesTagSet :: Type -> Type #

Read OnPremisesTagSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OnPremisesTagSet

Show OnPremisesTagSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OnPremisesTagSet

NFData OnPremisesTagSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OnPremisesTagSet

Methods

rnf :: OnPremisesTagSet -> () #

Eq OnPremisesTagSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OnPremisesTagSet

Hashable OnPremisesTagSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OnPremisesTagSet

type Rep OnPremisesTagSet Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.OnPremisesTagSet

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

newOnPremisesTagSet :: OnPremisesTagSet Source #

Create a value of OnPremisesTagSet with all optional fields omitted.

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

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

$sel:onPremisesTagSetList:OnPremisesTagSet', onPremisesTagSet_onPremisesTagSetList - A list that contains other lists of on-premises instance tag groups. For an instance to be included in the deployment group, it must be identified by all of the tag groups in the list.

RawString

data RawString Source #

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

See: newRawString smart constructor.

Constructors

RawString' (Maybe Text) (Maybe Text) 

Instances

Instances details
FromJSON RawString Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RawString

ToJSON RawString Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RawString

Generic RawString Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RawString

Associated Types

type Rep RawString :: Type -> Type #

Read RawString Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RawString

Show RawString Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RawString

NFData RawString Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RawString

Methods

rnf :: RawString -> () #

Eq RawString Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RawString

Hashable RawString Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RawString

type Rep RawString Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RawString

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

newRawString :: RawString Source #

Create a value of RawString with all optional fields omitted.

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

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

$sel:content:RawString', rawString_content - The YAML-formatted or JSON-formatted revision string. It includes information about which Lambda function to update and optional Lambda functions that validate deployment lifecycle events.

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

RelatedDeployments

data RelatedDeployments Source #

Information about deployments related to the specified deployment.

See: newRelatedDeployments smart constructor.

Instances

Instances details
FromJSON RelatedDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RelatedDeployments

Generic RelatedDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RelatedDeployments

Associated Types

type Rep RelatedDeployments :: Type -> Type #

Read RelatedDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RelatedDeployments

Show RelatedDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RelatedDeployments

NFData RelatedDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RelatedDeployments

Methods

rnf :: RelatedDeployments -> () #

Eq RelatedDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RelatedDeployments

Hashable RelatedDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RelatedDeployments

type Rep RelatedDeployments Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RelatedDeployments

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

newRelatedDeployments :: RelatedDeployments Source #

Create a value of RelatedDeployments with all optional fields omitted.

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

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

$sel:autoUpdateOutdatedInstancesDeploymentIds:RelatedDeployments', relatedDeployments_autoUpdateOutdatedInstancesDeploymentIds - The deployment IDs of 'auto-update outdated instances' deployments triggered by this deployment.

$sel:autoUpdateOutdatedInstancesRootDeploymentId:RelatedDeployments', relatedDeployments_autoUpdateOutdatedInstancesRootDeploymentId - The deployment ID of the root deployment that triggered this deployment.

RevisionInfo

data RevisionInfo Source #

Information about an application revision.

See: newRevisionInfo smart constructor.

Instances

Instances details
FromJSON RevisionInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionInfo

Generic RevisionInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionInfo

Associated Types

type Rep RevisionInfo :: Type -> Type #

Read RevisionInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionInfo

Show RevisionInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionInfo

NFData RevisionInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionInfo

Methods

rnf :: RevisionInfo -> () #

Eq RevisionInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionInfo

Hashable RevisionInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionInfo

type Rep RevisionInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionInfo

type Rep RevisionInfo = D1 ('MetaData "RevisionInfo" "Amazonka.CodeDeploy.Types.RevisionInfo" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "RevisionInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "genericRevisionInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GenericRevisionInfo)) :*: S1 ('MetaSel ('Just "revisionLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RevisionLocation))))

newRevisionInfo :: RevisionInfo Source #

Create a value of RevisionInfo with all optional fields omitted.

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

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

$sel:genericRevisionInfo:RevisionInfo', revisionInfo_genericRevisionInfo - Information about an application revision, including usage details and associated deployment groups.

$sel:revisionLocation:RevisionInfo', revisionInfo_revisionLocation - Information about the location and type of an application revision.

RevisionLocation

data RevisionLocation Source #

Information about the location of an application revision.

See: newRevisionLocation smart constructor.

Instances

Instances details
FromJSON RevisionLocation Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionLocation

ToJSON RevisionLocation Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionLocation

Generic RevisionLocation Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionLocation

Associated Types

type Rep RevisionLocation :: Type -> Type #

Read RevisionLocation Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionLocation

Show RevisionLocation Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionLocation

NFData RevisionLocation Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionLocation

Methods

rnf :: RevisionLocation -> () #

Eq RevisionLocation Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionLocation

Hashable RevisionLocation Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionLocation

type Rep RevisionLocation Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RevisionLocation

type Rep RevisionLocation = D1 ('MetaData "RevisionLocation" "Amazonka.CodeDeploy.Types.RevisionLocation" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "RevisionLocation'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "appSpecContent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AppSpecContent)) :*: S1 ('MetaSel ('Just "gitHubLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GitHubLocation))) :*: (S1 ('MetaSel ('Just "revisionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RevisionLocationType)) :*: (S1 ('MetaSel ('Just "s3Location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3Location)) :*: S1 ('MetaSel ('Just "string") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RawString))))))

newRevisionLocation :: RevisionLocation Source #

Create a value of RevisionLocation with all optional fields omitted.

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

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

$sel:appSpecContent:RevisionLocation', revisionLocation_appSpecContent - The content of an AppSpec file for an Lambda or Amazon ECS deployment. The content is formatted as JSON or YAML and stored as a RawString.

$sel:gitHubLocation:RevisionLocation', revisionLocation_gitHubLocation - Information about the location of application artifacts stored in GitHub.

$sel:revisionType:RevisionLocation', revisionLocation_revisionType - The type of application revision:

  • S3: An application revision stored in Amazon S3.
  • GitHub: An application revision stored in GitHub (EC2/On-premises deployments only).
  • String: A YAML-formatted or JSON-formatted string (Lambda deployments only).
  • AppSpecContent: An AppSpecContent object that contains the contents of an AppSpec file for an Lambda or Amazon ECS deployment. The content is formatted as JSON or YAML stored as a RawString.

$sel:s3Location:RevisionLocation', revisionLocation_s3Location - Information about the location of a revision stored in Amazon S3.

$sel:string:RevisionLocation', revisionLocation_string - Information about the location of an Lambda deployment revision stored as a RawString.

RollbackInfo

data RollbackInfo Source #

Information about a deployment rollback.

See: newRollbackInfo smart constructor.

Instances

Instances details
FromJSON RollbackInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RollbackInfo

Generic RollbackInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RollbackInfo

Associated Types

type Rep RollbackInfo :: Type -> Type #

Read RollbackInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RollbackInfo

Show RollbackInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RollbackInfo

NFData RollbackInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RollbackInfo

Methods

rnf :: RollbackInfo -> () #

Eq RollbackInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RollbackInfo

Hashable RollbackInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RollbackInfo

type Rep RollbackInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.RollbackInfo

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

newRollbackInfo :: RollbackInfo Source #

Create a value of RollbackInfo with all optional fields omitted.

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

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

$sel:rollbackDeploymentId:RollbackInfo', rollbackInfo_rollbackDeploymentId - The ID of the deployment rollback.

$sel:rollbackMessage:RollbackInfo', rollbackInfo_rollbackMessage - Information that describes the status of a deployment rollback (for example, whether the deployment can't be rolled back, is in progress, failed, or succeeded).

$sel:rollbackTriggeringDeploymentId:RollbackInfo', rollbackInfo_rollbackTriggeringDeploymentId - The deployment ID of the deployment that was underway and triggered a rollback deployment because it failed or was stopped.

S3Location

data S3Location Source #

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

See: newS3Location smart constructor.

Instances

Instances details
FromJSON S3Location Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.S3Location

ToJSON S3Location Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.S3Location

Generic S3Location Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.S3Location

Associated Types

type Rep S3Location :: Type -> Type #

Read S3Location Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.S3Location

Show S3Location Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.S3Location

NFData S3Location Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.S3Location

Methods

rnf :: S3Location -> () #

Eq S3Location Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.S3Location

Hashable S3Location Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.S3Location

type Rep S3Location Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.S3Location

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

newS3Location :: S3Location Source #

Create a value of S3Location with all optional fields omitted.

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

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

$sel:bucket:S3Location', s3Location_bucket - The name of the Amazon S3 bucket where the application revision is stored.

$sel:bundleType:S3Location', s3Location_bundleType - The file type of the application revision. Must be one of the following:

  • tar: A tar archive file.
  • tgz: A compressed tar archive file.
  • zip: A zip archive file.

$sel:eTag:S3Location', s3Location_eTag - The ETag of the Amazon S3 object that represents the bundled artifacts for the application revision.

If the ETag is not specified as an input parameter, ETag validation of the object is skipped.

$sel:key:S3Location', s3Location_key - The name of the Amazon S3 object that represents the bundled artifacts for the application revision.

$sel:version:S3Location', s3Location_version - A specific version of the Amazon S3 object that represents the bundled artifacts for the application revision.

If the version is not specified, the system uses the most recent version by default.

Tag

data Tag Source #

Information about a tag.

See: newTag smart constructor.

Constructors

Tag' (Maybe Text) (Maybe Text) 

Instances

Instances details
FromJSON Tag Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.Tag

ToJSON Tag Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.Tag

Generic Tag Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.Tag

Associated Types

type Rep Tag :: Type -> Type #

Methods

from :: Tag -> Rep Tag x #

to :: Rep Tag x -> Tag #

Read Tag Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.Tag

Show Tag Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.Tag

Methods

showsPrec :: Int -> Tag -> ShowS #

show :: Tag -> String #

showList :: [Tag] -> ShowS #

NFData Tag Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.Tag

Methods

rnf :: Tag -> () #

Eq Tag Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.Tag

Methods

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

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

Hashable Tag Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.Tag

Methods

hashWithSalt :: Int -> Tag -> Int #

hash :: Tag -> Int #

type Rep Tag Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.Tag

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

newTag :: Tag Source #

Create a value of Tag with all optional fields omitted.

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

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

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

$sel:value:Tag', tag_value - The tag's value.

TagFilter

data TagFilter Source #

Information about an on-premises instance tag filter.

See: newTagFilter smart constructor.

Instances

Instances details
FromJSON TagFilter Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilter

ToJSON TagFilter Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilter

Generic TagFilter Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilter

Associated Types

type Rep TagFilter :: Type -> Type #

Read TagFilter Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilter

Show TagFilter Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilter

NFData TagFilter Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilter

Methods

rnf :: TagFilter -> () #

Eq TagFilter Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilter

Hashable TagFilter Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilter

type Rep TagFilter Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TagFilter

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

newTagFilter :: TagFilter Source #

Create a value of TagFilter with all optional fields omitted.

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

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

$sel:key:TagFilter', tagFilter_key - The on-premises instance tag filter key.

$sel:type':TagFilter', tagFilter_type - The on-premises instance tag filter type:

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

$sel:value:TagFilter', tagFilter_value - The on-premises instance tag filter value.

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

Defined in Amazonka.CodeDeploy.Types.TargetGroupInfo

ToJSON TargetGroupInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetGroupInfo

Generic TargetGroupInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetGroupInfo

Associated Types

type Rep TargetGroupInfo :: Type -> Type #

Read TargetGroupInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetGroupInfo

Show TargetGroupInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetGroupInfo

NFData TargetGroupInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetGroupInfo

Methods

rnf :: TargetGroupInfo -> () #

Eq TargetGroupInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetGroupInfo

Hashable TargetGroupInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetGroupInfo

type Rep TargetGroupInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetGroupInfo

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

newTargetGroupInfo :: TargetGroupInfo Source #

Create a value of TargetGroupInfo with all optional fields omitted.

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

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

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

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

Defined in Amazonka.CodeDeploy.Types.TargetGroupPairInfo

ToJSON TargetGroupPairInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetGroupPairInfo

Generic TargetGroupPairInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetGroupPairInfo

Associated Types

type Rep TargetGroupPairInfo :: Type -> Type #

Read TargetGroupPairInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetGroupPairInfo

Show TargetGroupPairInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetGroupPairInfo

NFData TargetGroupPairInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetGroupPairInfo

Methods

rnf :: TargetGroupPairInfo -> () #

Eq TargetGroupPairInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetGroupPairInfo

Hashable TargetGroupPairInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetGroupPairInfo

type Rep TargetGroupPairInfo Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetGroupPairInfo

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

newTargetGroupPairInfo :: TargetGroupPairInfo Source #

Create a value of TargetGroupPairInfo with all optional fields omitted.

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

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

$sel:prodTrafficRoute:TargetGroupPairInfo', targetGroupPairInfo_prodTrafficRoute - The path used by a load balancer to route production traffic when an Amazon ECS deployment is complete.

$sel:targetGroups:TargetGroupPairInfo', targetGroupPairInfo_targetGroups - One pair of target groups. One is associated with the original task set. The second is associated with the task set that serves traffic after the deployment is complete.

$sel:testTrafficRoute:TargetGroupPairInfo', targetGroupPairInfo_testTrafficRoute - An optional path used by a load balancer to route test traffic after an Amazon ECS deployment. Validation can occur while test traffic is served during a deployment.

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

Defined in Amazonka.CodeDeploy.Types.TargetInstances

ToJSON TargetInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetInstances

Generic TargetInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetInstances

Associated Types

type Rep TargetInstances :: Type -> Type #

Read TargetInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetInstances

Show TargetInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetInstances

NFData TargetInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetInstances

Methods

rnf :: TargetInstances -> () #

Eq TargetInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetInstances

Hashable TargetInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetInstances

type Rep TargetInstances Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TargetInstances

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

newTargetInstances :: TargetInstances Source #

Create a value of TargetInstances with all optional fields omitted.

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

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

$sel:autoScalingGroups:TargetInstances', targetInstances_autoScalingGroups - The names of one or more Auto Scaling groups to identify a replacement environment for a blue/green deployment.

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

$sel:tagFilters:TargetInstances', targetInstances_tagFilters - The tag filter key, type, and value used to identify Amazon EC2 instances in a replacement environment for a blue/green deployment. Cannot be used in the same call as ec2TagSet.

TimeBasedCanary

data TimeBasedCanary Source #

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

See: newTimeBasedCanary smart constructor.

Constructors

TimeBasedCanary' (Maybe Int) (Maybe Int) 

Instances

Instances details
FromJSON TimeBasedCanary Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TimeBasedCanary

ToJSON TimeBasedCanary Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TimeBasedCanary

Generic TimeBasedCanary Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TimeBasedCanary

Associated Types

type Rep TimeBasedCanary :: Type -> Type #

Read TimeBasedCanary Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TimeBasedCanary

Show TimeBasedCanary Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TimeBasedCanary

NFData TimeBasedCanary Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TimeBasedCanary

Methods

rnf :: TimeBasedCanary -> () #

Eq TimeBasedCanary Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TimeBasedCanary

Hashable TimeBasedCanary Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TimeBasedCanary

type Rep TimeBasedCanary Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TimeBasedCanary

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

newTimeBasedCanary :: TimeBasedCanary Source #

Create a value of TimeBasedCanary with all optional fields omitted.

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

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

$sel:canaryInterval:TimeBasedCanary', timeBasedCanary_canaryInterval - The number of minutes between the first and second traffic shifts of a TimeBasedCanary deployment.

$sel:canaryPercentage:TimeBasedCanary', timeBasedCanary_canaryPercentage - The percentage of traffic to shift in the first increment of a TimeBasedCanary deployment.

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

Defined in Amazonka.CodeDeploy.Types.TimeBasedLinear

ToJSON TimeBasedLinear Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TimeBasedLinear

Generic TimeBasedLinear Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TimeBasedLinear

Associated Types

type Rep TimeBasedLinear :: Type -> Type #

Read TimeBasedLinear Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TimeBasedLinear

Show TimeBasedLinear Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TimeBasedLinear

NFData TimeBasedLinear Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TimeBasedLinear

Methods

rnf :: TimeBasedLinear -> () #

Eq TimeBasedLinear Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TimeBasedLinear

Hashable TimeBasedLinear Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TimeBasedLinear

type Rep TimeBasedLinear Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TimeBasedLinear

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

newTimeBasedLinear :: TimeBasedLinear Source #

Create a value of TimeBasedLinear with all optional fields omitted.

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

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

$sel:linearInterval:TimeBasedLinear', timeBasedLinear_linearInterval - The number of minutes between each incremental traffic shift of a TimeBasedLinear deployment.

$sel:linearPercentage:TimeBasedLinear', timeBasedLinear_linearPercentage - The percentage of traffic that is shifted at the start of each increment of a TimeBasedLinear deployment.

TimeRange

data TimeRange Source #

Information about a time range.

See: newTimeRange smart constructor.

Constructors

TimeRange' (Maybe POSIX) (Maybe POSIX) 

Instances

Instances details
ToJSON TimeRange Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TimeRange

Generic TimeRange Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TimeRange

Associated Types

type Rep TimeRange :: Type -> Type #

Read TimeRange Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TimeRange

Show TimeRange Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TimeRange

NFData TimeRange Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TimeRange

Methods

rnf :: TimeRange -> () #

Eq TimeRange Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TimeRange

Hashable TimeRange Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TimeRange

type Rep TimeRange Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TimeRange

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

newTimeRange :: TimeRange Source #

Create a value of TimeRange with all optional fields omitted.

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

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

$sel:end:TimeRange', timeRange_end - The end time of the time range.

Specify null to leave the end time open-ended.

$sel:start:TimeRange', timeRange_start - The start time of the time range.

Specify null to leave the start time open-ended.

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

Defined in Amazonka.CodeDeploy.Types.TrafficRoute

ToJSON TrafficRoute Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoute

Generic TrafficRoute Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoute

Associated Types

type Rep TrafficRoute :: Type -> Type #

Read TrafficRoute Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoute

Show TrafficRoute Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoute

NFData TrafficRoute Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoute

Methods

rnf :: TrafficRoute -> () #

Eq TrafficRoute Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoute

Hashable TrafficRoute Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoute

type Rep TrafficRoute Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoute

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

newTrafficRoute :: TrafficRoute Source #

Create a value of TrafficRoute with all optional fields omitted.

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

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

$sel:listenerArns:TrafficRoute', trafficRoute_listenerArns - The Amazon Resource Name (ARN) of one listener. The listener identifies the route between a target group and a load balancer. This is an array of strings with a maximum size of one.

TrafficRoutingConfig

data TrafficRoutingConfig Source #

The configuration that specifies how traffic is shifted from one version of a Lambda function to another version during an Lambda deployment, or from one Amazon ECS task set to another during an Amazon ECS deployment.

See: newTrafficRoutingConfig smart constructor.

Instances

Instances details
FromJSON TrafficRoutingConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoutingConfig

ToJSON TrafficRoutingConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoutingConfig

Generic TrafficRoutingConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoutingConfig

Associated Types

type Rep TrafficRoutingConfig :: Type -> Type #

Read TrafficRoutingConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoutingConfig

Show TrafficRoutingConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoutingConfig

NFData TrafficRoutingConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoutingConfig

Methods

rnf :: TrafficRoutingConfig -> () #

Eq TrafficRoutingConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoutingConfig

Hashable TrafficRoutingConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoutingConfig

type Rep TrafficRoutingConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TrafficRoutingConfig

type Rep TrafficRoutingConfig = D1 ('MetaData "TrafficRoutingConfig" "Amazonka.CodeDeploy.Types.TrafficRoutingConfig" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "TrafficRoutingConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "timeBasedCanary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TimeBasedCanary)) :*: (S1 ('MetaSel ('Just "timeBasedLinear") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TimeBasedLinear)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrafficRoutingType)))))

newTrafficRoutingConfig :: TrafficRoutingConfig Source #

Create a value of TrafficRoutingConfig with all optional fields omitted.

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

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

$sel:timeBasedCanary:TrafficRoutingConfig', trafficRoutingConfig_timeBasedCanary - A configuration that shifts traffic from one version of a Lambda function or ECS task set to another in two increments. The original and target Lambda function versions or ECS task sets are specified in the deployment's AppSpec file.

$sel:timeBasedLinear:TrafficRoutingConfig', trafficRoutingConfig_timeBasedLinear - A configuration that shifts traffic from one version of a Lambda function or Amazon ECS task set to another in equal increments, with an equal number of minutes between each increment. The original and target Lambda function versions or Amazon ECS task sets are specified in the deployment's AppSpec file.

$sel:type':TrafficRoutingConfig', trafficRoutingConfig_type - The type of traffic shifting (TimeBasedCanary or TimeBasedLinear) used by a deployment configuration.

TriggerConfig

data TriggerConfig Source #

Information about notification triggers for the deployment group.

See: newTriggerConfig smart constructor.

Instances

Instances details
FromJSON TriggerConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerConfig

ToJSON TriggerConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerConfig

Generic TriggerConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerConfig

Associated Types

type Rep TriggerConfig :: Type -> Type #

Read TriggerConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerConfig

Show TriggerConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerConfig

NFData TriggerConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerConfig

Methods

rnf :: TriggerConfig -> () #

Eq TriggerConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerConfig

Hashable TriggerConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerConfig

type Rep TriggerConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerConfig

type Rep TriggerConfig = D1 ('MetaData "TriggerConfig" "Amazonka.CodeDeploy.Types.TriggerConfig" "amazonka-codedeploy-2.0-4OehMEUeOr9G9ZXD2VmvAo" 'False) (C1 ('MetaCons "TriggerConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "triggerEvents") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TriggerEventType])) :*: (S1 ('MetaSel ('Just "triggerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "triggerTargetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newTriggerConfig :: TriggerConfig Source #

Create a value of TriggerConfig with all optional fields omitted.

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

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

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

$sel:triggerName:TriggerConfig', triggerConfig_triggerName - The name of the notification trigger.

$sel:triggerTargetArn:TriggerConfig', triggerConfig_triggerTargetArn - The Amazon Resource Name (ARN) of the Amazon Simple Notification Service topic through which notifications about deployment or instance events are sent.