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