-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/
-- | Amazon CodeDeploy SDK.
--
-- AWS CodeDeploy Overview This is the AWS CodeDeploy API
-- Reference. This guide provides descriptions of the AWS CodeDeploy
-- APIs. For additional information, see the AWS CodeDeploy User
-- Guide. Using the APIs You can use the AWS CodeDeploy APIs
-- to work with the following items: - Applications are unique
-- identifiers that AWS CodeDeploy uses to ensure that the correct
-- combinations of revisions, deployment configurations, and deployment
-- groups are being referenced during deployments. You can use the AWS
-- CodeDeploy APIs to create, delete, get, list, and update applications.
-- - Deployment configurations are sets of deployment rules and
-- deployment success and failure conditions that AWS CodeDeploy uses
-- during deployments. You can use the AWS CodeDeploy APIs to create,
-- delete, get, and list deployment configurations. - Deployment groups
-- are groups of instances to which application revisions can be
-- deployed. You can use the AWS CodeDeploy APIs to create, delete, get,
-- list, and update deployment groups. - Instances represent Amazon EC2
-- instances to which application revisions are deployed. Instances are
-- identified by their Amazon EC2 tags or Auto Scaling group names.
-- Instances belong to deployment groups. You can use the AWS CodeDeploy
-- APIs to get and list instances. - Deployments represent the process of
-- deploying revisions to instances. You can use the AWS CodeDeploy APIs
-- to create, get, list, and stop deployments. - Application revisions
-- are archive files that are stored in Amazon S3 buckets or GitHub
-- repositories. These revisions contain source content (such as source
-- code, web pages, executable files, any deployment scripts, and
-- similar) along with an Application Specification file (AppSpec file).
-- (The AppSpec file is unique to AWS CodeDeploy; it defines a series of
-- deployment actions that you want AWS CodeDeploy to execute.) An
-- application revision is uniquely identified by its Amazon S3 object
-- key and its ETag, version, or both (for application revisions that are
-- stored in Amazon S3 buckets) or by its repository name and commit ID
-- (for applications revisions that are stored in GitHub repositories).
-- Application revisions are deployed through deployment groups. You can
-- use the AWS CodeDeploy APIs to get, list, and register application
-- revisions.
--
-- The types from this library are intended to be used with
-- amazonka, which provides mechanisms for specifying AuthN/AuthZ
-- information and sending requests.
--
-- Use of lenses is required for constructing and manipulating types.
-- This is due to the amount of nesting of AWS types and transparency
-- regarding de/serialisation into more palatable Haskell values. The
-- provided lenses should be compatible with any of the major lens
-- libraries such as lens or lens-family-core.
--
-- See Network.AWS.CodeDeploy and the AWS API Reference to
-- get started.
@package amazonka-codedeploy
@version 1.3.5
module Network.AWS.CodeDeploy.Types
-- | API version '2014-10-06' of the Amazon CodeDeploy SDK configuration.
codeDeploy :: Service
-- | The specified time range was specified in an invalid format.
_InvalidTimeRangeException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The specified tag was specified in an invalid format.
_InvalidTagException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The specified on-premises instance name is already registered.
_InstanceNameAlreadyRegisteredException :: AsError a => Getting (First ServiceError) a ServiceError
-- | An IAM user ARN was not specified.
_IAMUserARNRequiredException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The deployment group name was specified in an invalid format.
_InvalidDeploymentGroupNameException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The description that was provided is too long.
_DescriptionTooLongException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The IAM user ARN was specified in an invalid format.
_InvalidIAMUserARNException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The specified deployment has not started.
_DeploymentNotStartedException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The deployment configurations limit was exceeded.
_DeploymentConfigLimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The role ID was not specified.
_RoleRequiredException :: AsError a => Getting (First ServiceError) a ServiceError
-- | 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 Auto Scaling.
_InvalidRoleException :: AsError a => Getting (First ServiceError) a ServiceError
-- | A deployment configuration with the specified name already exists with
-- the applicable IAM user or AWS account.
_DeploymentConfigAlreadyExistsException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The number of allowed deployments was exceeded.
_DeploymentLimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The specified IAM user ARN is already registered with an on-premises
-- instance.
_IAMUserARNAlreadyRegisteredException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The maximum number of allowed on-premises instances in a single call
-- was exceeded.
_InstanceLimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The deployed state filter was specified in an invalid format.
_InvalidDeployedStateFilterException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The Auto Scaling group was specified in an invalid format or does not
-- exist.
_InvalidAutoScalingGroupException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The application name was specified in an invalid format.
_InvalidApplicationNameException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The application does not exist with the applicable IAM user or AWS
-- account.
_ApplicationDoesNotExistException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The minimum healthy instances value was specified in an invalid
-- format.
_InvalidMinimumHealthyHostValueException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The specified tag filter was specified in an invalid format.
_InvalidTagFilterException :: AsError a => Getting (First ServiceError) a ServiceError
-- | A tag was not specified.
_TagRequiredException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The deployment group name was not specified.
_DeploymentGroupNameRequiredException :: AsError a => Getting (First ServiceError) a ServiceError
-- | A bucket name is required but was not provided.
_BucketNameFilterRequiredException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The deployment configuration does not exist with the applicable IAM
-- user or AWS account.
_DeploymentConfigDoesNotExistException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The bucket name either doesn't exist or was specified in an invalid
-- format.
_InvalidBucketNameFilterException :: AsError a => Getting (First ServiceError) a ServiceError
-- | A deployment group with the specified name already exists with the
-- applicable IAM user or AWS account.
_DeploymentGroupAlreadyExistsException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The column name to sort by is either not present or was specified in
-- an invalid format.
_InvalidSortByException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The named revision does not exist with the applicable IAM user or AWS
-- account.
_RevisionDoesNotExistException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The deployment groups limit was exceeded.
_DeploymentGroupLimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The named deployment group does not exist with the applicable IAM user
-- or AWS account.
_DeploymentGroupDoesNotExistException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The deployment configuration name was specified in an invalid format.
_InvalidDeploymentConfigNameException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The deployment configuration name was not specified.
_DeploymentConfigNameRequiredException :: AsError a => Getting (First ServiceError) a ServiceError
-- | At least one deployment ID must be specified.
_DeploymentIdRequiredException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The next token was specified in an invalid format.
_InvalidNextTokenException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The instance ID was not specified.
_InstanceIdRequiredException :: AsError a => Getting (First ServiceError) a ServiceError
-- | At least one of the deployment IDs was specified in an invalid format.
_InvalidDeploymentIdException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The sort order was specified in an invalid format.
_InvalidSortOrderException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The deployment is already completed.
_DeploymentAlreadyCompletedException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The deployment does not exist with the applicable IAM user or AWS
-- account.
_DeploymentDoesNotExistException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The revision was specified in an invalid format.
_InvalidRevisionException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The revision ID was not specified.
_RevisionRequiredException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The specified instance does not exist in the deployment group.
_InstanceDoesNotExistException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The deployment configuration is still in use.
_DeploymentConfigInUseException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The tag was specified in an invalid format.
_InvalidEC2TagException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The specified on-premises instance name was specified in an invalid
-- format.
_InvalidInstanceNameException :: AsError a => Getting (First ServiceError) a ServiceError
-- | An on-premises instance name was not specified.
_InstanceNameRequiredException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The specified deployment status doesn't exist or cannot be determined.
_InvalidDeploymentStatusException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The registration status was specified in an invalid format.
_InvalidRegistrationStatusException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The minimum number of required application names was not specified.
_ApplicationNameRequiredException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The specified on-premises instance is not registered.
_InstanceNotRegisteredException :: AsError a => Getting (First ServiceError) a ServiceError
-- | An application with the specified name already exists with the
-- applicable IAM user or AWS account.
_ApplicationAlreadyExistsException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The specified instance status does not exist.
_InvalidInstanceStatusException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The maximum allowed number of tags was exceeded.
_TagLimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError
-- | More applications were attempted to be created than were allowed.
_ApplicationLimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError
-- | An invalid operation was detected.
_InvalidOperationException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The specified key prefix filter was specified in an invalid format.
_InvalidKeyPrefixFilterException :: AsError a => Getting (First ServiceError) a ServiceError
data ApplicationRevisionSortBy
FirstUsedTime :: ApplicationRevisionSortBy
LastUsedTime :: ApplicationRevisionSortBy
RegisterTime :: ApplicationRevisionSortBy
data BundleType
TAR :: BundleType
TGZ :: BundleType
Zip :: BundleType
data DeployErrorCode
ApplicationMissing :: DeployErrorCode
DeploymentGroupMissing :: DeployErrorCode
HealthConstraints :: DeployErrorCode
HealthConstraintsInvalid :: DeployErrorCode
IAMRoleMissing :: DeployErrorCode
IAMRolePermissions :: DeployErrorCode
InternalError :: DeployErrorCode
NoEC2Subscription :: DeployErrorCode
NoInstances :: DeployErrorCode
OverMaxInstances :: DeployErrorCode
RevisionMissing :: DeployErrorCode
Throttled :: DeployErrorCode
Timeout :: DeployErrorCode
data DeploymentCreator
Autoscaling :: DeploymentCreator
User :: DeploymentCreator
data DeploymentStatus
Created :: DeploymentStatus
Failed :: DeploymentStatus
InProgress :: DeploymentStatus
Queued :: DeploymentStatus
Stopped :: DeploymentStatus
Succeeded :: DeploymentStatus
data EC2TagFilterType
KeyAndValue :: EC2TagFilterType
KeyOnly :: EC2TagFilterType
ValueOnly :: EC2TagFilterType
data InstanceStatus
ISFailed :: InstanceStatus
ISInProgress :: InstanceStatus
ISPending :: InstanceStatus
ISSkipped :: InstanceStatus
ISSucceeded :: InstanceStatus
ISUnknown :: InstanceStatus
data LifecycleErrorCode
ScriptFailed :: LifecycleErrorCode
ScriptMissing :: LifecycleErrorCode
ScriptNotExecutable :: LifecycleErrorCode
ScriptTimedOut :: LifecycleErrorCode
Success :: LifecycleErrorCode
UnknownError :: LifecycleErrorCode
data LifecycleEventStatus
LESFailed :: LifecycleEventStatus
LESInProgress :: LifecycleEventStatus
LESPending :: LifecycleEventStatus
LESSkipped :: LifecycleEventStatus
LESSucceeded :: LifecycleEventStatus
LESUnknown :: LifecycleEventStatus
data ListStateFilterAction
Exclude :: ListStateFilterAction
Ignore :: ListStateFilterAction
Include :: ListStateFilterAction
data MinimumHealthyHostsType
FleetPercent :: MinimumHealthyHostsType
HostCount :: MinimumHealthyHostsType
data RegistrationStatus
Deregistered :: RegistrationStatus
Registered :: RegistrationStatus
data RevisionLocationType
GitHub :: RevisionLocationType
S3 :: RevisionLocationType
data SortOrder
Ascending :: SortOrder
Descending :: SortOrder
data StopStatus
SSPending :: StopStatus
SSSucceeded :: StopStatus
data TagFilterType
TFTKeyAndValue :: TagFilterType
TFTKeyOnly :: TagFilterType
TFTValueOnly :: TagFilterType
-- | Information about an application.
--
-- See: applicationInfo smart constructor.
data ApplicationInfo
-- | Creates a value of ApplicationInfo with the minimum fields
-- required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
applicationInfo :: ApplicationInfo
-- | True if the user has authenticated with GitHub for the specified
-- application; otherwise, false.
aiLinkedToGitHub :: Lens' ApplicationInfo (Maybe Bool)
-- | The application ID.
aiApplicationId :: Lens' ApplicationInfo (Maybe Text)
-- | The application name.
aiApplicationName :: Lens' ApplicationInfo (Maybe Text)
-- | The time that the application was created.
aiCreateTime :: Lens' ApplicationInfo (Maybe UTCTime)
-- | Information about an Auto Scaling group.
--
-- See: autoScalingGroup smart constructor.
data AutoScalingGroup
-- | Creates a value of AutoScalingGroup with the minimum fields
-- required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
autoScalingGroup :: AutoScalingGroup
-- | An Auto Scaling lifecycle event hook name.
asgHook :: Lens' AutoScalingGroup (Maybe Text)
-- | The Auto Scaling group name.
asgName :: Lens' AutoScalingGroup (Maybe Text)
-- | Information about a deployment configuration.
--
-- See: deploymentConfigInfo smart constructor.
data DeploymentConfigInfo
-- | Creates a value of DeploymentConfigInfo with the minimum fields
-- required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
deploymentConfigInfo :: DeploymentConfigInfo
-- | The deployment configuration name.
dciDeploymentConfigName :: Lens' DeploymentConfigInfo (Maybe Text)
-- | Information about the number or percentage of minimum healthy
-- instances.
dciMinimumHealthyHosts :: Lens' DeploymentConfigInfo (Maybe MinimumHealthyHosts)
-- | The deployment configuration ID.
dciDeploymentConfigId :: Lens' DeploymentConfigInfo (Maybe Text)
-- | The time that the deployment configuration was created.
dciCreateTime :: Lens' DeploymentConfigInfo (Maybe UTCTime)
-- | Information about a deployment group.
--
-- See: deploymentGroupInfo smart constructor.
data DeploymentGroupInfo
-- | Creates a value of DeploymentGroupInfo with the minimum fields
-- required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
deploymentGroupInfo :: DeploymentGroupInfo
-- | A service role ARN.
dgiServiceRoleARN :: Lens' DeploymentGroupInfo (Maybe Text)
-- | The deployment configuration name.
dgiDeploymentConfigName :: Lens' DeploymentGroupInfo (Maybe Text)
-- | Information about the deployment group's target revision, including
-- the revision's type and its location.
dgiTargetRevision :: Lens' DeploymentGroupInfo (Maybe RevisionLocation)
-- | The Amazon EC2 tags to filter on.
dgiEc2TagFilters :: Lens' DeploymentGroupInfo [EC2TagFilter]
-- | The on-premises instance tags to filter on.
dgiOnPremisesInstanceTagFilters :: Lens' DeploymentGroupInfo [TagFilter]
-- | The application name.
dgiApplicationName :: Lens' DeploymentGroupInfo (Maybe Text)
-- | The deployment group ID.
dgiDeploymentGroupId :: Lens' DeploymentGroupInfo (Maybe Text)
-- | A list of associated Auto Scaling groups.
dgiAutoScalingGroups :: Lens' DeploymentGroupInfo [AutoScalingGroup]
-- | The deployment group name.
dgiDeploymentGroupName :: Lens' DeploymentGroupInfo (Maybe Text)
-- | Information about a deployment.
--
-- See: deploymentInfo smart constructor.
data DeploymentInfo
-- | Creates a value of DeploymentInfo with the minimum fields
-- required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
deploymentInfo :: DeploymentInfo
-- | How the deployment was created:
--
--
-- - user: A user created the deployment.
-- - autoscaling: Auto Scaling created the deployment.
--
diCreator :: Lens' DeploymentInfo (Maybe DeploymentCreator)
-- | The current state of the deployment as a whole.
diStatus :: Lens' DeploymentInfo (Maybe DeploymentStatus)
-- | The deployment ID.
diDeploymentId :: Lens' DeploymentInfo (Maybe Text)
-- | The deployment configuration name.
diDeploymentConfigName :: Lens' DeploymentInfo (Maybe Text)
-- | A timestamp indicating when the deployment began deploying to the
-- deployment group.
--
-- Note that in some cases, the reported value of the start time may be
-- later than the complete time. This is due to differences in the clock
-- settings of various back-end servers that participate in the overall
-- deployment process.
diStartTime :: Lens' DeploymentInfo (Maybe UTCTime)
-- | A timestamp indicating when the deployment was completed.
diCompleteTime :: Lens' DeploymentInfo (Maybe UTCTime)
-- | Information about any error associated with this deployment.
diErrorInformation :: Lens' DeploymentInfo (Maybe ErrorInformation)
-- | A summary of the deployment status of the instances in the deployment.
diDeploymentOverview :: Lens' DeploymentInfo (Maybe DeploymentOverview)
-- | The application name.
diApplicationName :: Lens' DeploymentInfo (Maybe Text)
-- | Information about the location of application artifacts that are
-- stored and the service to retrieve them from.
diRevision :: Lens' DeploymentInfo (Maybe RevisionLocation)
-- | A comment about the deployment.
diDescription :: Lens' DeploymentInfo (Maybe Text)
-- | A timestamp indicating when the deployment was created.
diCreateTime :: Lens' DeploymentInfo (Maybe UTCTime)
-- | The deployment group name.
diDeploymentGroupName :: Lens' DeploymentInfo (Maybe Text)
-- | If true, then if the deployment causes the ApplicationStop deployment
-- lifecycle event to fail to a specific instance, the deployment will
-- not be considered to have failed to that instance at that point and
-- will continue on to the BeforeInstall deployment lifecycle event.
--
-- If false or not specified, then if the deployment causes the
-- ApplicationStop deployment lifecycle event to fail to a specific
-- instance, the deployment will stop to that instance, and the
-- deployment to that instance will be considered to have failed.
diIgnoreApplicationStopFailures :: Lens' DeploymentInfo (Maybe Bool)
-- | Information about the deployment status of the instances in the
-- deployment.
--
-- See: deploymentOverview smart constructor.
data DeploymentOverview
-- | Creates a value of DeploymentOverview with the minimum fields
-- required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
deploymentOverview :: DeploymentOverview
-- | The number of instances that are pending in the deployment.
doPending :: Lens' DeploymentOverview (Maybe Integer)
-- | The number of instances that have been skipped in the deployment.
doSkipped :: Lens' DeploymentOverview (Maybe Integer)
-- | The number of instances that are in progress in the deployment.
doInProgress :: Lens' DeploymentOverview (Maybe Integer)
-- | The number of instances that have succeeded in the deployment.
doSucceeded :: Lens' DeploymentOverview (Maybe Integer)
-- | The number of instances that have failed in the deployment.
doFailed :: Lens' DeploymentOverview (Maybe Integer)
-- | Diagnostic information about executable scripts that are part of a
-- deployment.
--
-- See: diagnostics smart constructor.
data Diagnostics
-- | Creates a value of Diagnostics with the minimum fields required
-- to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
diagnostics :: Diagnostics
-- | The last portion of the associated diagnostic log.
dLogTail :: Lens' Diagnostics (Maybe Text)
-- | The associated error code:
--
--
-- - Success: The specified script ran.
-- - ScriptMissing: The specified script was not found in the specified
-- location.
-- - ScriptNotExecutable: The specified script is not a recognized
-- executable file type.
-- - ScriptTimedOut: The specified script did not finish running in the
-- specified time period.
-- - ScriptFailed: The specified script failed to run as expected.
-- - UnknownError: The specified script did not run for an unknown
-- reason.
--
dErrorCode :: Lens' Diagnostics (Maybe LifecycleErrorCode)
-- | The name of the script.
dScriptName :: Lens' Diagnostics (Maybe Text)
-- | The message associated with the error.
dMessage :: Lens' Diagnostics (Maybe Text)
-- | Information about a tag filter.
--
-- See: ec2TagFilter smart constructor.
data EC2TagFilter
-- | Creates a value of EC2TagFilter with the minimum fields
-- required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
ec2TagFilter :: EC2TagFilter
-- | The tag filter value.
etfValue :: Lens' EC2TagFilter (Maybe Text)
-- | The tag filter key.
etfKey :: Lens' EC2TagFilter (Maybe Text)
-- | The tag filter type:
--
--
-- - KEY_ONLY: Key only.
-- - VALUE_ONLY: Value only.
-- - KEY_AND_VALUE: Key and value.
--
etfType :: Lens' EC2TagFilter (Maybe EC2TagFilterType)
-- | Information about a deployment error.
--
-- See: errorInformation smart constructor.
data ErrorInformation
-- | Creates a value of ErrorInformation with the minimum fields
-- required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
errorInformation :: ErrorInformation
-- | The error code:
--
--
-- - APPLICATION_MISSING: The application was missing. Note that this
-- error code will most likely be raised if the application is deleted
-- after the deployment is created but before it starts.
-- - DEPLOYMENT_GROUP_MISSING: The deployment group was missing. Note
-- that this error code will most likely be raised if the deployment
-- group is deleted after the deployment is created but before it
-- starts.
-- - HEALTH_CONSTRAINTS: The deployment failed on too many instances to
-- be able to successfully deploy within the specified instance health
-- constraints.
-- - HEALTH_CONSTRAINTS_INVALID: The revision can never successfully
-- deploy within the instance health constraints as specified.
-- - IAM_ROLE_MISSING: The service role cannot be accessed.
-- - IAM_ROLE_PERMISSIONS: The service role does not have the correct
-- permissions.
-- - INTERNAL_ERROR: There was an internal error.
-- - NO_EC2_SUBSCRIPTION: The calling account is not subscribed to the
-- Amazon EC2 service.
-- - NO_INSTANCES: No instances were specified, or no instances can be
-- found.
-- - OVER_MAX_INSTANCES: The maximum number of instances was
-- exceeded.
-- - THROTTLED: The operation was throttled because the calling account
-- exceeded the throttling limits of one or more AWS services.
-- - TIMEOUT: The deployment has timed out.
-- - REVISION_MISSING: The revision ID was missing. Note that this
-- error code will most likely be raised if the revision is deleted after
-- the deployment is created but before it starts.
--
eiCode :: Lens' ErrorInformation (Maybe DeployErrorCode)
-- | An accompanying error message.
eiMessage :: Lens' ErrorInformation (Maybe Text)
-- | Information about an application revision.
--
-- See: genericRevisionInfo smart constructor.
data GenericRevisionInfo
-- | Creates a value of GenericRevisionInfo with the minimum fields
-- required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
genericRevisionInfo :: GenericRevisionInfo
-- | When the revision was registered with AWS CodeDeploy.
griRegisterTime :: Lens' GenericRevisionInfo (Maybe UTCTime)
-- | When the revision was first used by AWS CodeDeploy.
griFirstUsedTime :: Lens' GenericRevisionInfo (Maybe UTCTime)
-- | A list of deployment groups that use this revision.
griDeploymentGroups :: Lens' GenericRevisionInfo [Text]
-- | When the revision was last used by AWS CodeDeploy.
griLastUsedTime :: Lens' GenericRevisionInfo (Maybe UTCTime)
-- | A comment about the revision.
griDescription :: Lens' GenericRevisionInfo (Maybe Text)
-- | Information about the location of application artifacts that are
-- stored in GitHub.
--
-- See: gitHubLocation smart constructor.
data GitHubLocation
-- | Creates a value of GitHubLocation with the minimum fields
-- required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
gitHubLocation :: GitHubLocation
-- | The SHA1 commit ID of the GitHub commit that references the that
-- represents the bundled artifacts for the application revision.
ghlCommitId :: Lens' GitHubLocation (Maybe Text)
-- | The GitHub account and repository pair that stores a reference to the
-- commit that represents the bundled artifacts for the application
-- revision.
--
-- Specified as account/repository.
ghlRepository :: Lens' GitHubLocation (Maybe Text)
-- | Information about an on-premises instance.
--
-- See: instanceInfo smart constructor.
data InstanceInfo
-- | Creates a value of InstanceInfo with the minimum fields
-- required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
instanceInfo :: InstanceInfo
-- | The time that the on-premises instance was registered.
iiRegisterTime :: Lens' InstanceInfo (Maybe UTCTime)
-- | The ARN of the on-premises instance.
iiInstanceARN :: Lens' InstanceInfo (Maybe Text)
-- | If the on-premises instance was deregistered, the time that the
-- on-premises instance was deregistered.
iiDeregisterTime :: Lens' InstanceInfo (Maybe UTCTime)
-- | The IAM user ARN associated with the on-premises instance.
iiIamUserARN :: Lens' InstanceInfo (Maybe Text)
-- | The name of the on-premises instance.
iiInstanceName :: Lens' InstanceInfo (Maybe Text)
-- | The tags that are currently associated with the on-premises instance.
iiTags :: Lens' InstanceInfo [Tag]
-- | Information about an instance in a deployment.
--
-- See: instanceSummary smart constructor.
data InstanceSummary
-- | Creates a value of InstanceSummary with the minimum fields
-- required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
instanceSummary :: InstanceSummary
-- | The instance ID.
isInstanceId :: Lens' InstanceSummary (Maybe Text)
-- | The deployment status for this instance:
--
--
-- - Pending: The deployment is pending for this instance.
-- - In Progress: The deployment is in progress for this instance.
-- - Succeeded: The deployment has succeeded for this instance.
-- - Failed: The deployment has failed for this instance.
-- - Skipped: The deployment has been skipped for this instance.
-- - Unknown: The deployment status is unknown for this instance.
--
isStatus :: Lens' InstanceSummary (Maybe InstanceStatus)
-- | The deployment ID.
isDeploymentId :: Lens' InstanceSummary (Maybe Text)
-- | A timestamp indicating when the instance information was last updated.
isLastUpdatedAt :: Lens' InstanceSummary (Maybe UTCTime)
-- | A list of lifecycle events for this instance.
isLifecycleEvents :: Lens' InstanceSummary [LifecycleEvent]
-- | Information about a deployment lifecycle event.
--
-- See: lifecycleEvent smart constructor.
data LifecycleEvent
-- | Creates a value of LifecycleEvent with the minimum fields
-- required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
lifecycleEvent :: LifecycleEvent
-- | The deployment lifecycle event status:
--
--
-- - Pending: The deployment lifecycle event is pending.
-- - InProgress: The deployment lifecycle event is in progress.
-- - Succeeded: The deployment lifecycle event has succeeded.
-- - Failed: The deployment lifecycle event has failed.
-- - Skipped: The deployment lifecycle event has been skipped.
-- - Unknown: The deployment lifecycle event is unknown.
--
leStatus :: Lens' LifecycleEvent (Maybe LifecycleEventStatus)
-- | The deployment lifecycle event name, such as ApplicationStop,
-- BeforeInstall, AfterInstall, ApplicationStart, or ValidateService.
leLifecycleEventName :: Lens' LifecycleEvent (Maybe Text)
-- | A timestamp indicating when the deployment lifecycle event started.
leStartTime :: Lens' LifecycleEvent (Maybe UTCTime)
-- | Diagnostic information about the deployment lifecycle event.
leDiagnostics :: Lens' LifecycleEvent (Maybe Diagnostics)
-- | A timestamp indicating when the deployment lifecycle event ended.
leEndTime :: Lens' LifecycleEvent (Maybe UTCTime)
-- | Information about minimum healthy instances.
--
-- See: minimumHealthyHosts smart constructor.
data MinimumHealthyHosts
-- | Creates a value of MinimumHealthyHosts with the minimum fields
-- required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
minimumHealthyHosts :: MinimumHealthyHosts
-- | The minimum healthy instances value.
mhhValue :: Lens' MinimumHealthyHosts (Maybe Int)
-- | The minimum healthy instances type:
--
--
-- - HOST_COUNT: The minimum number of healthy instances, as an
-- absolute value.
-- - FLEET_PERCENT: The minimum number of healthy instances, as a
-- percentage of the total number of instances in the deployment.
--
--
-- For example, for 9 instances, if a HOST_COUNT of 6 is specified,
-- deploy to up to 3 instances at a time. The deployment succeeds if 6 or
-- more instances are successfully deployed to; otherwise, the deployment
-- fails. If a FLEET_PERCENT of 40 is specified, deploy to up to 5
-- instances at a time. The deployment succeeds if 4 or more instances
-- are successfully deployed to; otherwise, the deployment fails.
--
-- In a call to the get deployment configuration operation,
-- CodeDeployDefault.OneAtATime will return a minimum healthy instances
-- type of MOST_CONCURRENCY and a value of 1. This means a deployment to
-- only one instances at a time. (You cannot set the type to
-- MOST_CONCURRENCY, only to HOST_COUNT or FLEET_PERCENT.)
mhhType :: Lens' MinimumHealthyHosts (Maybe MinimumHealthyHostsType)
-- | Information about an application revision's location.
--
-- See: revisionLocation smart constructor.
data RevisionLocation
-- | Creates a value of RevisionLocation with the minimum fields
-- required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
revisionLocation :: RevisionLocation
-- | The application revision's type:
--
--
-- - S3: An application revision stored in Amazon S3.
-- - GitHub: An application revision stored in GitHub.
--
rlRevisionType :: Lens' RevisionLocation (Maybe RevisionLocationType)
-- | Undocumented member.
rlS3Location :: Lens' RevisionLocation (Maybe S3Location)
-- | Undocumented member.
rlGitHubLocation :: Lens' RevisionLocation (Maybe GitHubLocation)
-- | Information about the location of application artifacts that are
-- stored in Amazon S3.
--
-- See: s3Location smart constructor.
data S3Location
-- | Creates a value of S3Location with the minimum fields required
-- to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
s3Location :: S3Location
-- | The file type of the application revision. Must be one of the
-- following:
--
--
-- - tar: A tar archive file.
-- - tgz: A compressed tar archive file.
-- - zip: A zip archive file.
--
slBundleType :: Lens' S3Location (Maybe BundleType)
-- | The ETag of the Amazon S3 object that represents the bundled artifacts
-- for the application revision.
--
-- If the ETag is not specified as an input parameter, ETag validation of
-- the object will be skipped.
slETag :: Lens' S3Location (Maybe Text)
-- | The name of the Amazon S3 bucket where the application revision is
-- stored.
slBucket :: Lens' S3Location (Maybe Text)
-- | The name of the Amazon S3 object that represents the bundled artifacts
-- for the application revision.
slKey :: Lens' S3Location (Maybe Text)
-- | A specific version of the Amazon S3 object that represents the bundled
-- artifacts for the application revision.
--
-- If the version is not specified, the system will use the most recent
-- version by default.
slVersion :: Lens' S3Location (Maybe Text)
-- | Information about a tag.
--
-- See: tag smart constructor.
data Tag
-- | Creates a value of Tag with the minimum fields required to make
-- a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
tag :: Tag
-- | The tag's value.
tagValue :: Lens' Tag (Maybe Text)
-- | The tag's key.
tagKey :: Lens' Tag (Maybe Text)
-- | Information about an on-premises instance tag filter.
--
-- See: tagFilter smart constructor.
data TagFilter
-- | Creates a value of TagFilter with the minimum fields required
-- to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
tagFilter :: TagFilter
-- | The on-premises instance tag filter value.
tfValue :: Lens' TagFilter (Maybe Text)
-- | The on-premises instance tag filter key.
tfKey :: Lens' TagFilter (Maybe Text)
-- | The on-premises instance tag filter type:
--
--
-- - KEY_ONLY: Key only.
-- - VALUE_ONLY: Value only.
-- - KEY_AND_VALUE: Key and value.
--
tfType :: Lens' TagFilter (Maybe TagFilterType)
-- | Information about a time range.
--
-- See: timeRange smart constructor.
data TimeRange
-- | Creates a value of TimeRange with the minimum fields required
-- to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
timeRange :: TimeRange
-- | The time range's start time.
--
-- Specify null to leave the time range's start time open-ended.
trStart :: Lens' TimeRange (Maybe UTCTime)
-- | The time range's end time.
--
-- Specify null to leave the time range's end time open-ended.
trEnd :: Lens' TimeRange (Maybe UTCTime)
module Network.AWS.CodeDeploy.Waiters
-- | Lists the instances for a deployment associated with the applicable
-- IAM user or AWS account.
--
-- See: AWS API Reference for ListDeploymentInstances.
module Network.AWS.CodeDeploy.ListDeploymentInstances
-- | Creates a value of ListDeploymentInstances with the minimum
-- fields required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
listDeploymentInstances :: Text -> ListDeploymentInstances
-- | Represents the input of a list deployment instances operation.
--
-- See: listDeploymentInstances smart constructor.
data ListDeploymentInstances
-- | A subset of instances to list, by status:
--
--
-- - Pending: Include in the resulting list those instances with
-- pending deployments.
-- - InProgress: Include in the resulting list those instances with
-- in-progress deployments.
-- - Succeeded: Include in the resulting list those instances with
-- succeeded deployments.
-- - Failed: Include in the resulting list those instances with failed
-- deployments.
-- - Skipped: Include in the resulting list those instances with
-- skipped deployments.
-- - Unknown: Include in the resulting list those instances with
-- deployments in an unknown state.
--
ldiInstanceStatusFilter :: Lens' ListDeploymentInstances [InstanceStatus]
-- | An identifier that was returned from the previous list deployment
-- instances call, which can be used to return the next set of deployment
-- instances in the list.
ldiNextToken :: Lens' ListDeploymentInstances (Maybe Text)
-- | The unique ID of a deployment.
ldiDeploymentId :: Lens' ListDeploymentInstances Text
-- | Creates a value of ListDeploymentInstancesResponse with the
-- minimum fields required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
listDeploymentInstancesResponse :: Int -> ListDeploymentInstancesResponse
-- | Represents the output of a list deployment instances operation.
--
-- See: listDeploymentInstancesResponse smart constructor.
data ListDeploymentInstancesResponse
-- | If the amount of information that is returned is significantly large,
-- an identifier will also be returned, which can be used in a subsequent
-- list deployment instances call to return the next set of deployment
-- instances in the list.
ldirsNextToken :: Lens' ListDeploymentInstancesResponse (Maybe Text)
-- | A list of instances IDs.
ldirsInstancesList :: Lens' ListDeploymentInstancesResponse [Text]
-- | The response status code.
ldirsResponseStatus :: Lens' ListDeploymentInstancesResponse Int
instance GHC.Generics.Selector Network.AWS.CodeDeploy.ListDeploymentInstances.S1_0_2ListDeploymentInstancesResponse
instance GHC.Generics.Selector Network.AWS.CodeDeploy.ListDeploymentInstances.S1_0_1ListDeploymentInstancesResponse
instance GHC.Generics.Selector Network.AWS.CodeDeploy.ListDeploymentInstances.S1_0_0ListDeploymentInstancesResponse
instance GHC.Generics.Constructor Network.AWS.CodeDeploy.ListDeploymentInstances.C1_0ListDeploymentInstancesResponse
instance GHC.Generics.Datatype Network.AWS.CodeDeploy.ListDeploymentInstances.D1ListDeploymentInstancesResponse
instance GHC.Generics.Selector Network.AWS.CodeDeploy.ListDeploymentInstances.S1_0_2ListDeploymentInstances
instance GHC.Generics.Selector Network.AWS.CodeDeploy.ListDeploymentInstances.S1_0_1ListDeploymentInstances
instance GHC.Generics.Selector Network.AWS.CodeDeploy.ListDeploymentInstances.S1_0_0ListDeploymentInstances
instance GHC.Generics.Constructor Network.AWS.CodeDeploy.ListDeploymentInstances.C1_0ListDeploymentInstances
instance GHC.Generics.Datatype Network.AWS.CodeDeploy.ListDeploymentInstances.D1ListDeploymentInstances
instance GHC.Generics.Generic Network.AWS.CodeDeploy.ListDeploymentInstances.ListDeploymentInstancesResponse
instance Data.Data.Data Network.AWS.CodeDeploy.ListDeploymentInstances.ListDeploymentInstancesResponse
instance GHC.Show.Show Network.AWS.CodeDeploy.ListDeploymentInstances.ListDeploymentInstancesResponse
instance GHC.Read.Read Network.AWS.CodeDeploy.ListDeploymentInstances.ListDeploymentInstancesResponse
instance GHC.Classes.Eq Network.AWS.CodeDeploy.ListDeploymentInstances.ListDeploymentInstancesResponse
instance GHC.Generics.Generic Network.AWS.CodeDeploy.ListDeploymentInstances.ListDeploymentInstances
instance Data.Data.Data Network.AWS.CodeDeploy.ListDeploymentInstances.ListDeploymentInstances
instance GHC.Show.Show Network.AWS.CodeDeploy.ListDeploymentInstances.ListDeploymentInstances
instance GHC.Read.Read Network.AWS.CodeDeploy.ListDeploymentInstances.ListDeploymentInstances
instance GHC.Classes.Eq Network.AWS.CodeDeploy.ListDeploymentInstances.ListDeploymentInstances
instance Network.AWS.Types.AWSRequest Network.AWS.CodeDeploy.ListDeploymentInstances.ListDeploymentInstances
instance Network.AWS.Data.Headers.ToHeaders Network.AWS.CodeDeploy.ListDeploymentInstances.ListDeploymentInstances
instance Data.Aeson.Types.Class.ToJSON Network.AWS.CodeDeploy.ListDeploymentInstances.ListDeploymentInstances
instance Network.AWS.Data.Path.ToPath Network.AWS.CodeDeploy.ListDeploymentInstances.ListDeploymentInstances
instance Network.AWS.Data.Query.ToQuery Network.AWS.CodeDeploy.ListDeploymentInstances.ListDeploymentInstances
-- | Adds tags to on-premises instances.
--
-- See: AWS API Reference for AddTagsToOnPremisesInstances.
module Network.AWS.CodeDeploy.AddTagsToOnPremisesInstances
-- | Creates a value of AddTagsToOnPremisesInstances with the
-- minimum fields required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
addTagsToOnPremisesInstances :: AddTagsToOnPremisesInstances
-- | Represents the input of an adds tags to on-premises instance
-- operation.
--
-- See: addTagsToOnPremisesInstances smart constructor.
data AddTagsToOnPremisesInstances
-- | The tag key-value pairs to add to the on-premises instances.
--
-- Keys and values are both required. Keys cannot be nulls or empty
-- strings. Value-only tags are not allowed.
attopiTags :: Lens' AddTagsToOnPremisesInstances [Tag]
-- | The names of the on-premises instances to add tags to.
attopiInstanceNames :: Lens' AddTagsToOnPremisesInstances [Text]
-- | Creates a value of AddTagsToOnPremisesInstancesResponse with
-- the minimum fields required to make a request.
addTagsToOnPremisesInstancesResponse :: AddTagsToOnPremisesInstancesResponse
-- | See: addTagsToOnPremisesInstancesResponse smart
-- constructor.
data AddTagsToOnPremisesInstancesResponse
instance GHC.Generics.Constructor Network.AWS.CodeDeploy.AddTagsToOnPremisesInstances.C1_0AddTagsToOnPremisesInstancesResponse
instance GHC.Generics.Datatype Network.AWS.CodeDeploy.AddTagsToOnPremisesInstances.D1AddTagsToOnPremisesInstancesResponse
instance GHC.Generics.Selector Network.AWS.CodeDeploy.AddTagsToOnPremisesInstances.S1_0_1AddTagsToOnPremisesInstances
instance GHC.Generics.Selector Network.AWS.CodeDeploy.AddTagsToOnPremisesInstances.S1_0_0AddTagsToOnPremisesInstances
instance GHC.Generics.Constructor Network.AWS.CodeDeploy.AddTagsToOnPremisesInstances.C1_0AddTagsToOnPremisesInstances
instance GHC.Generics.Datatype Network.AWS.CodeDeploy.AddTagsToOnPremisesInstances.D1AddTagsToOnPremisesInstances
instance GHC.Generics.Generic Network.AWS.CodeDeploy.AddTagsToOnPremisesInstances.AddTagsToOnPremisesInstancesResponse
instance Data.Data.Data Network.AWS.CodeDeploy.AddTagsToOnPremisesInstances.AddTagsToOnPremisesInstancesResponse
instance GHC.Show.Show Network.AWS.CodeDeploy.AddTagsToOnPremisesInstances.AddTagsToOnPremisesInstancesResponse
instance GHC.Read.Read Network.AWS.CodeDeploy.AddTagsToOnPremisesInstances.AddTagsToOnPremisesInstancesResponse
instance GHC.Classes.Eq Network.AWS.CodeDeploy.AddTagsToOnPremisesInstances.AddTagsToOnPremisesInstancesResponse
instance GHC.Generics.Generic Network.AWS.CodeDeploy.AddTagsToOnPremisesInstances.AddTagsToOnPremisesInstances
instance Data.Data.Data Network.AWS.CodeDeploy.AddTagsToOnPremisesInstances.AddTagsToOnPremisesInstances
instance GHC.Show.Show Network.AWS.CodeDeploy.AddTagsToOnPremisesInstances.AddTagsToOnPremisesInstances
instance GHC.Read.Read Network.AWS.CodeDeploy.AddTagsToOnPremisesInstances.AddTagsToOnPremisesInstances
instance GHC.Classes.Eq Network.AWS.CodeDeploy.AddTagsToOnPremisesInstances.AddTagsToOnPremisesInstances
instance Network.AWS.Types.AWSRequest Network.AWS.CodeDeploy.AddTagsToOnPremisesInstances.AddTagsToOnPremisesInstances
instance Network.AWS.Data.Headers.ToHeaders Network.AWS.CodeDeploy.AddTagsToOnPremisesInstances.AddTagsToOnPremisesInstances
instance Data.Aeson.Types.Class.ToJSON Network.AWS.CodeDeploy.AddTagsToOnPremisesInstances.AddTagsToOnPremisesInstances
instance Network.AWS.Data.Path.ToPath Network.AWS.CodeDeploy.AddTagsToOnPremisesInstances.AddTagsToOnPremisesInstances
instance Network.AWS.Data.Query.ToQuery Network.AWS.CodeDeploy.AddTagsToOnPremisesInstances.AddTagsToOnPremisesInstances
-- | Lists the applications registered with the applicable IAM user or AWS
-- account.
--
-- See: AWS API Reference for ListApplications.
module Network.AWS.CodeDeploy.ListApplications
-- | Creates a value of ListApplications with the minimum fields
-- required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
listApplications :: ListApplications
-- | Represents the input of a list applications operation.
--
-- See: listApplications smart constructor.
data ListApplications
-- | An identifier that was returned from the previous list applications
-- call, which can be used to return the next set of applications in the
-- list.
laNextToken :: Lens' ListApplications (Maybe Text)
-- | Creates a value of ListApplicationsResponse with the minimum
-- fields required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
listApplicationsResponse :: Int -> ListApplicationsResponse
-- | Represents the output of a list applications operation.
--
-- See: listApplicationsResponse smart constructor.
data ListApplicationsResponse
-- | If the amount of information that is returned is significantly large,
-- an identifier will also be returned, which can be used in a subsequent
-- list applications call to return the next set of applications in the
-- list.
larsNextToken :: Lens' ListApplicationsResponse (Maybe Text)
-- | A list of application names.
larsApplications :: Lens' ListApplicationsResponse [Text]
-- | The response status code.
larsResponseStatus :: Lens' ListApplicationsResponse Int
instance GHC.Generics.Selector Network.AWS.CodeDeploy.ListApplications.S1_0_2ListApplicationsResponse
instance GHC.Generics.Selector Network.AWS.CodeDeploy.ListApplications.S1_0_1ListApplicationsResponse
instance GHC.Generics.Selector Network.AWS.CodeDeploy.ListApplications.S1_0_0ListApplicationsResponse
instance GHC.Generics.Constructor Network.AWS.CodeDeploy.ListApplications.C1_0ListApplicationsResponse
instance GHC.Generics.Datatype Network.AWS.CodeDeploy.ListApplications.D1ListApplicationsResponse
instance GHC.Generics.Selector Network.AWS.CodeDeploy.ListApplications.S1_0_0ListApplications
instance GHC.Generics.Constructor Network.AWS.CodeDeploy.ListApplications.C1_0ListApplications
instance GHC.Generics.Datatype Network.AWS.CodeDeploy.ListApplications.D1ListApplications
instance GHC.Generics.Generic Network.AWS.CodeDeploy.ListApplications.ListApplicationsResponse
instance Data.Data.Data Network.AWS.CodeDeploy.ListApplications.ListApplicationsResponse
instance GHC.Show.Show Network.AWS.CodeDeploy.ListApplications.ListApplicationsResponse
instance GHC.Read.Read Network.AWS.CodeDeploy.ListApplications.ListApplicationsResponse
instance GHC.Classes.Eq Network.AWS.CodeDeploy.ListApplications.ListApplicationsResponse
instance GHC.Generics.Generic Network.AWS.CodeDeploy.ListApplications.ListApplications
instance Data.Data.Data Network.AWS.CodeDeploy.ListApplications.ListApplications
instance GHC.Show.Show Network.AWS.CodeDeploy.ListApplications.ListApplications
instance GHC.Read.Read Network.AWS.CodeDeploy.ListApplications.ListApplications
instance GHC.Classes.Eq Network.AWS.CodeDeploy.ListApplications.ListApplications
instance Network.AWS.Types.AWSRequest Network.AWS.CodeDeploy.ListApplications.ListApplications
instance Network.AWS.Data.Headers.ToHeaders Network.AWS.CodeDeploy.ListApplications.ListApplications
instance Data.Aeson.Types.Class.ToJSON Network.AWS.CodeDeploy.ListApplications.ListApplications
instance Network.AWS.Data.Path.ToPath Network.AWS.CodeDeploy.ListApplications.ListApplications
instance Network.AWS.Data.Query.ToQuery Network.AWS.CodeDeploy.ListApplications.ListApplications
-- | Lists information about revisions for an application.
--
-- See: AWS API Reference for ListApplicationRevisions.
module Network.AWS.CodeDeploy.ListApplicationRevisions
-- | Creates a value of ListApplicationRevisions with the minimum
-- fields required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
listApplicationRevisions :: Text -> ListApplicationRevisions
-- | Represents the input of a list application revisions operation.
--
-- See: listApplicationRevisions smart constructor.
data ListApplicationRevisions
-- | A specific key prefix for the set of Amazon S3 objects to limit the
-- search for revisions.
larS3KeyPrefix :: Lens' ListApplicationRevisions (Maybe Text)
-- | Whether to list revisions based on whether the revision is the target
-- revision of an 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, regardless of whether they are target
-- revisions of a deployment group.
--
larDeployed :: Lens' ListApplicationRevisions (Maybe ListStateFilterAction)
-- | The order to sort the list results by:
--
--
-- - ascending: Sort the list of results in ascending order.
-- - descending: Sort the list of results in descending order.
--
--
-- If not specified, the results will be sorted in ascending order.
--
-- If set to null, the results will be sorted in an arbitrary order.
larSortOrder :: Lens' ListApplicationRevisions (Maybe SortOrder)
-- | An identifier that was returned from the previous list application
-- revisions call, which can be used to return the next set of
-- applications in the list.
larNextToken :: Lens' ListApplicationRevisions (Maybe Text)
-- | A specific Amazon S3 bucket name to limit the search for revisions.
--
-- If set to null, then all of the user's buckets will be searched.
larS3Bucket :: Lens' ListApplicationRevisions (Maybe Text)
-- | The column name to sort the list results by:
--
--
-- - registerTime: Sort the list results by when the revisions were
-- registered with AWS CodeDeploy.
-- - firstUsedTime: Sort the list results by when the revisions were
-- first used by in a deployment.
-- - lastUsedTime: Sort the list results by when the revisions were
-- last used in a deployment.
--
--
-- If not specified or set to null, the results will be returned in an
-- arbitrary order.
larSortBy :: Lens' ListApplicationRevisions (Maybe ApplicationRevisionSortBy)
-- | The name of an existing AWS CodeDeploy application associated with the
-- applicable IAM user or AWS account.
larApplicationName :: Lens' ListApplicationRevisions Text
-- | Creates a value of ListApplicationRevisionsResponse with the
-- minimum fields required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
listApplicationRevisionsResponse :: Int -> ListApplicationRevisionsResponse
-- | Represents the output of a list application revisions operation.
--
-- See: listApplicationRevisionsResponse smart constructor.
data ListApplicationRevisionsResponse
-- | If the amount of information that is returned is significantly large,
-- an identifier will also be returned, which can be used in a subsequent
-- list application revisions call to return the next set of application
-- revisions in the list.
larrsNextToken :: Lens' ListApplicationRevisionsResponse (Maybe Text)
-- | A list of revision locations that contain the matching revisions.
larrsRevisions :: Lens' ListApplicationRevisionsResponse [RevisionLocation]
-- | The response status code.
larrsResponseStatus :: Lens' ListApplicationRevisionsResponse Int
instance GHC.Generics.Selector Network.AWS.CodeDeploy.ListApplicationRevisions.S1_0_2ListApplicationRevisionsResponse
instance GHC.Generics.Selector Network.AWS.CodeDeploy.ListApplicationRevisions.S1_0_1ListApplicationRevisionsResponse
instance GHC.Generics.Selector Network.AWS.CodeDeploy.ListApplicationRevisions.S1_0_0ListApplicationRevisionsResponse
instance GHC.Generics.Constructor Network.AWS.CodeDeploy.ListApplicationRevisions.C1_0ListApplicationRevisionsResponse
instance GHC.Generics.Datatype Network.AWS.CodeDeploy.ListApplicationRevisions.D1ListApplicationRevisionsResponse
instance GHC.Generics.Selector Network.AWS.CodeDeploy.ListApplicationRevisions.S1_0_6ListApplicationRevisions
instance GHC.Generics.Selector Network.AWS.CodeDeploy.ListApplicationRevisions.S1_0_5ListApplicationRevisions
instance GHC.Generics.Selector Network.AWS.CodeDeploy.ListApplicationRevisions.S1_0_4ListApplicationRevisions
instance GHC.Generics.Selector Network.AWS.CodeDeploy.ListApplicationRevisions.S1_0_3ListApplicationRevisions
instance GHC.Generics.Selector Network.AWS.CodeDeploy.ListApplicationRevisions.S1_0_2ListApplicationRevisions
instance GHC.Generics.Selector Network.AWS.CodeDeploy.ListApplicationRevisions.S1_0_1ListApplicationRevisions
instance GHC.Generics.Selector Network.AWS.CodeDeploy.ListApplicationRevisions.S1_0_0ListApplicationRevisions
instance GHC.Generics.Constructor Network.AWS.CodeDeploy.ListApplicationRevisions.C1_0ListApplicationRevisions
instance GHC.Generics.Datatype Network.AWS.CodeDeploy.ListApplicationRevisions.D1ListApplicationRevisions
instance GHC.Generics.Generic Network.AWS.CodeDeploy.ListApplicationRevisions.ListApplicationRevisionsResponse
instance Data.Data.Data Network.AWS.CodeDeploy.ListApplicationRevisions.ListApplicationRevisionsResponse
instance GHC.Show.Show Network.AWS.CodeDeploy.ListApplicationRevisions.ListApplicationRevisionsResponse
instance GHC.Read.Read Network.AWS.CodeDeploy.ListApplicationRevisions.ListApplicationRevisionsResponse
instance GHC.Classes.Eq Network.AWS.CodeDeploy.ListApplicationRevisions.ListApplicationRevisionsResponse
instance GHC.Generics.Generic Network.AWS.CodeDeploy.ListApplicationRevisions.ListApplicationRevisions
instance Data.Data.Data Network.AWS.CodeDeploy.ListApplicationRevisions.ListApplicationRevisions
instance GHC.Show.Show Network.AWS.CodeDeploy.ListApplicationRevisions.ListApplicationRevisions
instance GHC.Read.Read Network.AWS.CodeDeploy.ListApplicationRevisions.ListApplicationRevisions
instance GHC.Classes.Eq Network.AWS.CodeDeploy.ListApplicationRevisions.ListApplicationRevisions
instance Network.AWS.Types.AWSRequest Network.AWS.CodeDeploy.ListApplicationRevisions.ListApplicationRevisions
instance Network.AWS.Data.Headers.ToHeaders Network.AWS.CodeDeploy.ListApplicationRevisions.ListApplicationRevisions
instance Data.Aeson.Types.Class.ToJSON Network.AWS.CodeDeploy.ListApplicationRevisions.ListApplicationRevisions
instance Network.AWS.Data.Path.ToPath Network.AWS.CodeDeploy.ListApplicationRevisions.ListApplicationRevisions
instance Network.AWS.Data.Query.ToQuery Network.AWS.CodeDeploy.ListApplicationRevisions.ListApplicationRevisions
-- | Lists the deployments within a deployment group for an application
-- registered with the applicable IAM user or AWS account.
--
-- See: AWS API Reference for ListDeployments.
module Network.AWS.CodeDeploy.ListDeployments
-- | Creates a value of ListDeployments with the minimum fields
-- required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
listDeployments :: ListDeployments
-- | Represents the input of a list deployments operation.
--
-- See: listDeployments smart constructor.
data ListDeployments
-- | A deployment creation start- and end-time range for returning a subset
-- of the list of deployments.
ldCreateTimeRange :: Lens' ListDeployments (Maybe TimeRange)
-- | An identifier that was returned from the previous list deployments
-- call, which can be used to return the next set of deployments in the
-- list.
ldNextToken :: Lens' ListDeployments (Maybe Text)
-- | A subset of deployments to list, by status:
--
--
-- - Created: Include in the resulting list created deployments.
-- - Queued: Include in the resulting list queued deployments.
-- - In Progress: Include in the resulting list in-progress
-- deployments.
-- - Succeeded: Include in the resulting list succeeded
-- deployments.
-- - Failed: Include in the resulting list failed deployments.
-- - Aborted: Include in the resulting list aborted deployments.
--
ldIncludeOnlyStatuses :: Lens' ListDeployments [DeploymentStatus]
-- | The name of an existing AWS CodeDeploy application associated with the
-- applicable IAM user or AWS account.
ldApplicationName :: Lens' ListDeployments (Maybe Text)
-- | The name of an existing deployment group for the specified
-- application.
ldDeploymentGroupName :: Lens' ListDeployments (Maybe Text)
-- | Creates a value of ListDeploymentsResponse with the minimum
-- fields required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
listDeploymentsResponse :: Int -> ListDeploymentsResponse
-- | Represents the output of a list deployments operation.
--
-- See: listDeploymentsResponse smart constructor.
data ListDeploymentsResponse
-- | If the amount of information that is returned is significantly large,
-- an identifier will also be returned, which can be used in a subsequent
-- list deployments call to return the next set of deployments in the
-- list.
ldrsNextToken :: Lens' ListDeploymentsResponse (Maybe Text)
-- | A list of deployment IDs.
ldrsDeployments :: Lens' ListDeploymentsResponse [Text]
-- | The response status code.
ldrsResponseStatus :: Lens' ListDeploymentsResponse Int
instance GHC.Generics.Selector Network.AWS.CodeDeploy.ListDeployments.S1_0_2ListDeploymentsResponse
instance GHC.Generics.Selector Network.AWS.CodeDeploy.ListDeployments.S1_0_1ListDeploymentsResponse
instance GHC.Generics.Selector Network.AWS.CodeDeploy.ListDeployments.S1_0_0ListDeploymentsResponse
instance GHC.Generics.Constructor Network.AWS.CodeDeploy.ListDeployments.C1_0ListDeploymentsResponse
instance GHC.Generics.Datatype Network.AWS.CodeDeploy.ListDeployments.D1ListDeploymentsResponse
instance GHC.Generics.Selector Network.AWS.CodeDeploy.ListDeployments.S1_0_4ListDeployments
instance GHC.Generics.Selector Network.AWS.CodeDeploy.ListDeployments.S1_0_3ListDeployments
instance GHC.Generics.Selector Network.AWS.CodeDeploy.ListDeployments.S1_0_2ListDeployments
instance GHC.Generics.Selector Network.AWS.CodeDeploy.ListDeployments.S1_0_1ListDeployments
instance GHC.Generics.Selector Network.AWS.CodeDeploy.ListDeployments.S1_0_0ListDeployments
instance GHC.Generics.Constructor Network.AWS.CodeDeploy.ListDeployments.C1_0ListDeployments
instance GHC.Generics.Datatype Network.AWS.CodeDeploy.ListDeployments.D1ListDeployments
instance GHC.Generics.Generic Network.AWS.CodeDeploy.ListDeployments.ListDeploymentsResponse
instance Data.Data.Data Network.AWS.CodeDeploy.ListDeployments.ListDeploymentsResponse
instance GHC.Show.Show Network.AWS.CodeDeploy.ListDeployments.ListDeploymentsResponse
instance GHC.Read.Read Network.AWS.CodeDeploy.ListDeployments.ListDeploymentsResponse
instance GHC.Classes.Eq Network.AWS.CodeDeploy.ListDeployments.ListDeploymentsResponse
instance GHC.Generics.Generic Network.AWS.CodeDeploy.ListDeployments.ListDeployments
instance Data.Data.Data Network.AWS.CodeDeploy.ListDeployments.ListDeployments
instance GHC.Show.Show Network.AWS.CodeDeploy.ListDeployments.ListDeployments
instance GHC.Read.Read Network.AWS.CodeDeploy.ListDeployments.ListDeployments
instance GHC.Classes.Eq Network.AWS.CodeDeploy.ListDeployments.ListDeployments
instance Network.AWS.Types.AWSRequest Network.AWS.CodeDeploy.ListDeployments.ListDeployments
instance Network.AWS.Data.Headers.ToHeaders Network.AWS.CodeDeploy.ListDeployments.ListDeployments
instance Data.Aeson.Types.Class.ToJSON Network.AWS.CodeDeploy.ListDeployments.ListDeployments
instance Network.AWS.Data.Path.ToPath Network.AWS.CodeDeploy.ListDeployments.ListDeployments
instance Network.AWS.Data.Query.ToQuery Network.AWS.CodeDeploy.ListDeployments.ListDeployments
-- | Gets information about a deployment group.
--
-- See: AWS API Reference for GetDeploymentGroup.
module Network.AWS.CodeDeploy.GetDeploymentGroup
-- | Creates a value of GetDeploymentGroup with the minimum fields
-- required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
getDeploymentGroup :: Text -> Text -> GetDeploymentGroup
-- | Represents the input of a get deployment group operation.
--
-- See: getDeploymentGroup smart constructor.
data GetDeploymentGroup
-- | The name of an existing AWS CodeDeploy application associated with the
-- applicable IAM user or AWS account.
gdgApplicationName :: Lens' GetDeploymentGroup Text
-- | The name of an existing deployment group for the specified
-- application.
gdgDeploymentGroupName :: Lens' GetDeploymentGroup Text
-- | Creates a value of GetDeploymentGroupResponse with the minimum
-- fields required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
getDeploymentGroupResponse :: Int -> GetDeploymentGroupResponse
-- | Represents the output of a get deployment group operation.
--
-- See: getDeploymentGroupResponse smart constructor.
data GetDeploymentGroupResponse
-- | Information about the deployment group.
gdgrsDeploymentGroupInfo :: Lens' GetDeploymentGroupResponse (Maybe DeploymentGroupInfo)
-- | The response status code.
gdgrsResponseStatus :: Lens' GetDeploymentGroupResponse Int
instance GHC.Generics.Selector Network.AWS.CodeDeploy.GetDeploymentGroup.S1_0_1GetDeploymentGroupResponse
instance GHC.Generics.Selector Network.AWS.CodeDeploy.GetDeploymentGroup.S1_0_0GetDeploymentGroupResponse
instance GHC.Generics.Constructor Network.AWS.CodeDeploy.GetDeploymentGroup.C1_0GetDeploymentGroupResponse
instance GHC.Generics.Datatype Network.AWS.CodeDeploy.GetDeploymentGroup.D1GetDeploymentGroupResponse
instance GHC.Generics.Selector Network.AWS.CodeDeploy.GetDeploymentGroup.S1_0_1GetDeploymentGroup
instance GHC.Generics.Selector Network.AWS.CodeDeploy.GetDeploymentGroup.S1_0_0GetDeploymentGroup
instance GHC.Generics.Constructor Network.AWS.CodeDeploy.GetDeploymentGroup.C1_0GetDeploymentGroup
instance GHC.Generics.Datatype Network.AWS.CodeDeploy.GetDeploymentGroup.D1GetDeploymentGroup
instance GHC.Generics.Generic Network.AWS.CodeDeploy.GetDeploymentGroup.GetDeploymentGroupResponse
instance Data.Data.Data Network.AWS.CodeDeploy.GetDeploymentGroup.GetDeploymentGroupResponse
instance GHC.Show.Show Network.AWS.CodeDeploy.GetDeploymentGroup.GetDeploymentGroupResponse
instance GHC.Read.Read Network.AWS.CodeDeploy.GetDeploymentGroup.GetDeploymentGroupResponse
instance GHC.Classes.Eq Network.AWS.CodeDeploy.GetDeploymentGroup.GetDeploymentGroupResponse
instance GHC.Generics.Generic Network.AWS.CodeDeploy.GetDeploymentGroup.GetDeploymentGroup
instance Data.Data.Data Network.AWS.CodeDeploy.GetDeploymentGroup.GetDeploymentGroup
instance GHC.Show.Show Network.AWS.CodeDeploy.GetDeploymentGroup.GetDeploymentGroup
instance GHC.Read.Read Network.AWS.CodeDeploy.GetDeploymentGroup.GetDeploymentGroup
instance GHC.Classes.Eq Network.AWS.CodeDeploy.GetDeploymentGroup.GetDeploymentGroup
instance Network.AWS.Types.AWSRequest Network.AWS.CodeDeploy.GetDeploymentGroup.GetDeploymentGroup
instance Network.AWS.Data.Headers.ToHeaders Network.AWS.CodeDeploy.GetDeploymentGroup.GetDeploymentGroup
instance Data.Aeson.Types.Class.ToJSON Network.AWS.CodeDeploy.GetDeploymentGroup.GetDeploymentGroup
instance Network.AWS.Data.Path.ToPath Network.AWS.CodeDeploy.GetDeploymentGroup.GetDeploymentGroup
instance Network.AWS.Data.Query.ToQuery Network.AWS.CodeDeploy.GetDeploymentGroup.GetDeploymentGroup
-- | Lists the deployment configurations with the applicable IAM user or
-- AWS account.
--
-- See: AWS API Reference for ListDeploymentConfigs.
module Network.AWS.CodeDeploy.ListDeploymentConfigs
-- | Creates a value of ListDeploymentConfigs with the minimum
-- fields required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
listDeploymentConfigs :: ListDeploymentConfigs
-- | Represents the input of a list deployment configurations operation.
--
-- See: listDeploymentConfigs smart constructor.
data ListDeploymentConfigs
-- | An identifier that was returned from the previous list deployment
-- configurations call, which can be used to return the next set of
-- deployment configurations in the list.
ldcNextToken :: Lens' ListDeploymentConfigs (Maybe Text)
-- | Creates a value of ListDeploymentConfigsResponse with the
-- minimum fields required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
listDeploymentConfigsResponse :: Int -> ListDeploymentConfigsResponse
-- | Represents the output of a list deployment configurations operation.
--
-- See: listDeploymentConfigsResponse smart constructor.
data ListDeploymentConfigsResponse
-- | If the amount of information that is returned is significantly large,
-- an identifier will also be returned, which can be used in a subsequent
-- list deployment configurations call to return the next set of
-- deployment configurations in the list.
ldcrsNextToken :: Lens' ListDeploymentConfigsResponse (Maybe Text)
-- | A list of deployment configurations, including the built-in
-- configurations such as CodeDeployDefault.OneAtATime.
ldcrsDeploymentConfigsList :: Lens' ListDeploymentConfigsResponse [Text]
-- | The response status code.
ldcrsResponseStatus :: Lens' ListDeploymentConfigsResponse Int
instance GHC.Generics.Selector Network.AWS.CodeDeploy.ListDeploymentConfigs.S1_0_2ListDeploymentConfigsResponse
instance GHC.Generics.Selector Network.AWS.CodeDeploy.ListDeploymentConfigs.S1_0_1ListDeploymentConfigsResponse
instance GHC.Generics.Selector Network.AWS.CodeDeploy.ListDeploymentConfigs.S1_0_0ListDeploymentConfigsResponse
instance GHC.Generics.Constructor Network.AWS.CodeDeploy.ListDeploymentConfigs.C1_0ListDeploymentConfigsResponse
instance GHC.Generics.Datatype Network.AWS.CodeDeploy.ListDeploymentConfigs.D1ListDeploymentConfigsResponse
instance GHC.Generics.Selector Network.AWS.CodeDeploy.ListDeploymentConfigs.S1_0_0ListDeploymentConfigs
instance GHC.Generics.Constructor Network.AWS.CodeDeploy.ListDeploymentConfigs.C1_0ListDeploymentConfigs
instance GHC.Generics.Datatype Network.AWS.CodeDeploy.ListDeploymentConfigs.D1ListDeploymentConfigs
instance GHC.Generics.Generic Network.AWS.CodeDeploy.ListDeploymentConfigs.ListDeploymentConfigsResponse
instance Data.Data.Data Network.AWS.CodeDeploy.ListDeploymentConfigs.ListDeploymentConfigsResponse
instance GHC.Show.Show Network.AWS.CodeDeploy.ListDeploymentConfigs.ListDeploymentConfigsResponse
instance GHC.Read.Read Network.AWS.CodeDeploy.ListDeploymentConfigs.ListDeploymentConfigsResponse
instance GHC.Classes.Eq Network.AWS.CodeDeploy.ListDeploymentConfigs.ListDeploymentConfigsResponse
instance GHC.Generics.Generic Network.AWS.CodeDeploy.ListDeploymentConfigs.ListDeploymentConfigs
instance Data.Data.Data Network.AWS.CodeDeploy.ListDeploymentConfigs.ListDeploymentConfigs
instance GHC.Show.Show Network.AWS.CodeDeploy.ListDeploymentConfigs.ListDeploymentConfigs
instance GHC.Read.Read Network.AWS.CodeDeploy.ListDeploymentConfigs.ListDeploymentConfigs
instance GHC.Classes.Eq Network.AWS.CodeDeploy.ListDeploymentConfigs.ListDeploymentConfigs
instance Network.AWS.Types.AWSRequest Network.AWS.CodeDeploy.ListDeploymentConfigs.ListDeploymentConfigs
instance Network.AWS.Data.Headers.ToHeaders Network.AWS.CodeDeploy.ListDeploymentConfigs.ListDeploymentConfigs
instance Data.Aeson.Types.Class.ToJSON Network.AWS.CodeDeploy.ListDeploymentConfigs.ListDeploymentConfigs
instance Network.AWS.Data.Path.ToPath Network.AWS.CodeDeploy.ListDeploymentConfigs.ListDeploymentConfigs
instance Network.AWS.Data.Query.ToQuery Network.AWS.CodeDeploy.ListDeploymentConfigs.ListDeploymentConfigs
-- | Creates a new deployment group for application revisions to be
-- deployed to.
--
-- See: AWS API Reference for CreateDeploymentGroup.
module Network.AWS.CodeDeploy.CreateDeploymentGroup
-- | Creates a value of CreateDeploymentGroup with the minimum
-- fields required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
createDeploymentGroup :: Text -> Text -> Text -> CreateDeploymentGroup
-- | Represents the input of a create deployment group operation.
--
-- See: createDeploymentGroup smart constructor.
data CreateDeploymentGroup
-- | If specified, the deployment configuration name must be one of the
-- predefined values, or it can be a custom deployment configuration:
--
--
-- - CodeDeployDefault.AllAtOnce deploys an application revision to up
-- to all of the instances at once. The overall deployment succeeds if
-- the application revision deploys to at least one of the instances. The
-- overall deployment fails after the application revision fails to
-- deploy to all of the instances. For example, for 9 instances, deploy
-- to up to all 9 instances at once. The overall deployment succeeds if
-- any of the 9 instances is successfully deployed to, and it fails if
-- all 9 instances fail to be deployed to.
-- - CodeDeployDefault.HalfAtATime deploys to up to half of the
-- instances at a time (with fractions rounded down). The overall
-- deployment succeeds if the application revision deploys to at least
-- half of the instances (with fractions rounded up); otherwise, the
-- deployment fails. For example, for 9 instances, deploy to up to 4
-- instances at a time. The overall deployment succeeds if 5 or more
-- instances are successfully deployed to; otherwise, the deployment
-- fails. Note that the deployment may successfully deploy to some
-- instances, even if the overall deployment fails.
-- - CodeDeployDefault.OneAtATime deploys the application revision to
-- only one of the instances at a time. The overall deployment succeeds
-- if the application revision deploys to all of the instances. The
-- overall deployment fails after the application revision first fails to
-- deploy to any one instances. For example, for 9 instances, deploy to
-- one instance at a time. The overall deployment succeeds if all 9
-- instances are successfully deployed to, and it fails if any of one of
-- the 9 instances fail to be deployed to. Note that the deployment may
-- successfully deploy to some instances, even if the overall deployment
-- fails. This is the default deployment configuration if a configuration
-- isn't specified for either the deployment or the deployment
-- group.
--
--
-- To create a custom deployment configuration, call the create
-- deployment configuration operation.
cdgDeploymentConfigName :: Lens' CreateDeploymentGroup (Maybe Text)
-- | The Amazon EC2 tags to filter on.
cdgEc2TagFilters :: Lens' CreateDeploymentGroup [EC2TagFilter]
-- | The on-premises instance tags to filter on.
cdgOnPremisesInstanceTagFilters :: Lens' CreateDeploymentGroup [TagFilter]
-- | A list of associated Auto Scaling groups.
cdgAutoScalingGroups :: Lens' CreateDeploymentGroup [Text]
-- | The name of an existing AWS CodeDeploy application associated with the
-- applicable IAM user or AWS account.
cdgApplicationName :: Lens' CreateDeploymentGroup Text
-- | The name of an existing deployment group for the specified
-- application.
cdgDeploymentGroupName :: Lens' CreateDeploymentGroup Text
-- | A service role ARN that allows AWS CodeDeploy to act on the user's
-- behalf when interacting with AWS services.
cdgServiceRoleARN :: Lens' CreateDeploymentGroup Text
-- | Creates a value of CreateDeploymentGroupResponse with the
-- minimum fields required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
createDeploymentGroupResponse :: Int -> CreateDeploymentGroupResponse
-- | Represents the output of a create deployment group operation.
--
-- See: createDeploymentGroupResponse smart constructor.
data CreateDeploymentGroupResponse
-- | A unique deployment group ID.
cdgrsDeploymentGroupId :: Lens' CreateDeploymentGroupResponse (Maybe Text)
-- | The response status code.
cdgrsResponseStatus :: Lens' CreateDeploymentGroupResponse Int
instance GHC.Generics.Selector Network.AWS.CodeDeploy.CreateDeploymentGroup.S1_0_1CreateDeploymentGroupResponse
instance GHC.Generics.Selector Network.AWS.CodeDeploy.CreateDeploymentGroup.S1_0_0CreateDeploymentGroupResponse
instance GHC.Generics.Constructor Network.AWS.CodeDeploy.CreateDeploymentGroup.C1_0CreateDeploymentGroupResponse
instance GHC.Generics.Datatype Network.AWS.CodeDeploy.CreateDeploymentGroup.D1CreateDeploymentGroupResponse
instance GHC.Generics.Selector Network.AWS.CodeDeploy.CreateDeploymentGroup.S1_0_6CreateDeploymentGroup
instance GHC.Generics.Selector Network.AWS.CodeDeploy.CreateDeploymentGroup.S1_0_5CreateDeploymentGroup
instance GHC.Generics.Selector Network.AWS.CodeDeploy.CreateDeploymentGroup.S1_0_4CreateDeploymentGroup
instance GHC.Generics.Selector Network.AWS.CodeDeploy.CreateDeploymentGroup.S1_0_3CreateDeploymentGroup
instance GHC.Generics.Selector Network.AWS.CodeDeploy.CreateDeploymentGroup.S1_0_2CreateDeploymentGroup
instance GHC.Generics.Selector Network.AWS.CodeDeploy.CreateDeploymentGroup.S1_0_1CreateDeploymentGroup
instance GHC.Generics.Selector Network.AWS.CodeDeploy.CreateDeploymentGroup.S1_0_0CreateDeploymentGroup
instance GHC.Generics.Constructor Network.AWS.CodeDeploy.CreateDeploymentGroup.C1_0CreateDeploymentGroup
instance GHC.Generics.Datatype Network.AWS.CodeDeploy.CreateDeploymentGroup.D1CreateDeploymentGroup
instance GHC.Generics.Generic Network.AWS.CodeDeploy.CreateDeploymentGroup.CreateDeploymentGroupResponse
instance Data.Data.Data Network.AWS.CodeDeploy.CreateDeploymentGroup.CreateDeploymentGroupResponse
instance GHC.Show.Show Network.AWS.CodeDeploy.CreateDeploymentGroup.CreateDeploymentGroupResponse
instance GHC.Read.Read Network.AWS.CodeDeploy.CreateDeploymentGroup.CreateDeploymentGroupResponse
instance GHC.Classes.Eq Network.AWS.CodeDeploy.CreateDeploymentGroup.CreateDeploymentGroupResponse
instance GHC.Generics.Generic Network.AWS.CodeDeploy.CreateDeploymentGroup.CreateDeploymentGroup
instance Data.Data.Data Network.AWS.CodeDeploy.CreateDeploymentGroup.CreateDeploymentGroup
instance GHC.Show.Show Network.AWS.CodeDeploy.CreateDeploymentGroup.CreateDeploymentGroup
instance GHC.Read.Read Network.AWS.CodeDeploy.CreateDeploymentGroup.CreateDeploymentGroup
instance GHC.Classes.Eq Network.AWS.CodeDeploy.CreateDeploymentGroup.CreateDeploymentGroup
instance Network.AWS.Types.AWSRequest Network.AWS.CodeDeploy.CreateDeploymentGroup.CreateDeploymentGroup
instance Network.AWS.Data.Headers.ToHeaders Network.AWS.CodeDeploy.CreateDeploymentGroup.CreateDeploymentGroup
instance Data.Aeson.Types.Class.ToJSON Network.AWS.CodeDeploy.CreateDeploymentGroup.CreateDeploymentGroup
instance Network.AWS.Data.Path.ToPath Network.AWS.CodeDeploy.CreateDeploymentGroup.CreateDeploymentGroup
instance Network.AWS.Data.Query.ToQuery Network.AWS.CodeDeploy.CreateDeploymentGroup.CreateDeploymentGroup
-- | Registers an on-premises instance.
--
-- See: AWS API Reference for RegisterOnPremisesInstance.
module Network.AWS.CodeDeploy.RegisterOnPremisesInstance
-- | Creates a value of RegisterOnPremisesInstance with the minimum
-- fields required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
registerOnPremisesInstance :: Text -> Text -> RegisterOnPremisesInstance
-- | Represents the input of register on-premises instance operation.
--
-- See: registerOnPremisesInstance smart constructor.
data RegisterOnPremisesInstance
-- | The name of the on-premises instance to register.
ropiInstanceName :: Lens' RegisterOnPremisesInstance Text
-- | The ARN of the IAM user to associate with the on-premises instance.
ropiIamUserARN :: Lens' RegisterOnPremisesInstance Text
-- | Creates a value of RegisterOnPremisesInstanceResponse with the
-- minimum fields required to make a request.
registerOnPremisesInstanceResponse :: RegisterOnPremisesInstanceResponse
-- | See: registerOnPremisesInstanceResponse smart
-- constructor.
data RegisterOnPremisesInstanceResponse
instance GHC.Generics.Constructor Network.AWS.CodeDeploy.RegisterOnPremisesInstance.C1_0RegisterOnPremisesInstanceResponse
instance GHC.Generics.Datatype Network.AWS.CodeDeploy.RegisterOnPremisesInstance.D1RegisterOnPremisesInstanceResponse
instance GHC.Generics.Selector Network.AWS.CodeDeploy.RegisterOnPremisesInstance.S1_0_1RegisterOnPremisesInstance
instance GHC.Generics.Selector Network.AWS.CodeDeploy.RegisterOnPremisesInstance.S1_0_0RegisterOnPremisesInstance
instance GHC.Generics.Constructor Network.AWS.CodeDeploy.RegisterOnPremisesInstance.C1_0RegisterOnPremisesInstance
instance GHC.Generics.Datatype Network.AWS.CodeDeploy.RegisterOnPremisesInstance.D1RegisterOnPremisesInstance
instance GHC.Generics.Generic Network.AWS.CodeDeploy.RegisterOnPremisesInstance.RegisterOnPremisesInstanceResponse
instance Data.Data.Data Network.AWS.CodeDeploy.RegisterOnPremisesInstance.RegisterOnPremisesInstanceResponse
instance GHC.Show.Show Network.AWS.CodeDeploy.RegisterOnPremisesInstance.RegisterOnPremisesInstanceResponse
instance GHC.Read.Read Network.AWS.CodeDeploy.RegisterOnPremisesInstance.RegisterOnPremisesInstanceResponse
instance GHC.Classes.Eq Network.AWS.CodeDeploy.RegisterOnPremisesInstance.RegisterOnPremisesInstanceResponse
instance GHC.Generics.Generic Network.AWS.CodeDeploy.RegisterOnPremisesInstance.RegisterOnPremisesInstance
instance Data.Data.Data Network.AWS.CodeDeploy.RegisterOnPremisesInstance.RegisterOnPremisesInstance
instance GHC.Show.Show Network.AWS.CodeDeploy.RegisterOnPremisesInstance.RegisterOnPremisesInstance
instance GHC.Read.Read Network.AWS.CodeDeploy.RegisterOnPremisesInstance.RegisterOnPremisesInstance
instance GHC.Classes.Eq Network.AWS.CodeDeploy.RegisterOnPremisesInstance.RegisterOnPremisesInstance
instance Network.AWS.Types.AWSRequest Network.AWS.CodeDeploy.RegisterOnPremisesInstance.RegisterOnPremisesInstance
instance Network.AWS.Data.Headers.ToHeaders Network.AWS.CodeDeploy.RegisterOnPremisesInstance.RegisterOnPremisesInstance
instance Data.Aeson.Types.Class.ToJSON Network.AWS.CodeDeploy.RegisterOnPremisesInstance.RegisterOnPremisesInstance
instance Network.AWS.Data.Path.ToPath Network.AWS.CodeDeploy.RegisterOnPremisesInstance.RegisterOnPremisesInstance
instance Network.AWS.Data.Query.ToQuery Network.AWS.CodeDeploy.RegisterOnPremisesInstance.RegisterOnPremisesInstance
-- | Gets information about one or more on-premises instances.
--
-- See: AWS API Reference for BatchGetOnPremisesInstances.
module Network.AWS.CodeDeploy.BatchGetOnPremisesInstances
-- | Creates a value of BatchGetOnPremisesInstances with the minimum
-- fields required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
batchGetOnPremisesInstances :: BatchGetOnPremisesInstances
-- | Represents the input of a batch get on-premises instances operation.
--
-- See: batchGetOnPremisesInstances smart constructor.
data BatchGetOnPremisesInstances
-- | The names of the on-premises instances to get information about.
bgopiInstanceNames :: Lens' BatchGetOnPremisesInstances [Text]
-- | Creates a value of BatchGetOnPremisesInstancesResponse with the
-- minimum fields required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
batchGetOnPremisesInstancesResponse :: Int -> BatchGetOnPremisesInstancesResponse
-- | Represents the output of a batch get on-premises instances operation.
--
-- See: batchGetOnPremisesInstancesResponse smart
-- constructor.
data BatchGetOnPremisesInstancesResponse
-- | Information about the on-premises instances.
bgopirsInstanceInfos :: Lens' BatchGetOnPremisesInstancesResponse [InstanceInfo]
-- | The response status code.
bgopirsResponseStatus :: Lens' BatchGetOnPremisesInstancesResponse Int
instance GHC.Generics.Selector Network.AWS.CodeDeploy.BatchGetOnPremisesInstances.S1_0_1BatchGetOnPremisesInstancesResponse
instance GHC.Generics.Selector Network.AWS.CodeDeploy.BatchGetOnPremisesInstances.S1_0_0BatchGetOnPremisesInstancesResponse
instance GHC.Generics.Constructor Network.AWS.CodeDeploy.BatchGetOnPremisesInstances.C1_0BatchGetOnPremisesInstancesResponse
instance GHC.Generics.Datatype Network.AWS.CodeDeploy.BatchGetOnPremisesInstances.D1BatchGetOnPremisesInstancesResponse
instance GHC.Generics.Selector Network.AWS.CodeDeploy.BatchGetOnPremisesInstances.S1_0_0BatchGetOnPremisesInstances
instance GHC.Generics.Constructor Network.AWS.CodeDeploy.BatchGetOnPremisesInstances.C1_0BatchGetOnPremisesInstances
instance GHC.Generics.Datatype Network.AWS.CodeDeploy.BatchGetOnPremisesInstances.D1BatchGetOnPremisesInstances
instance GHC.Generics.Generic Network.AWS.CodeDeploy.BatchGetOnPremisesInstances.BatchGetOnPremisesInstancesResponse
instance Data.Data.Data Network.AWS.CodeDeploy.BatchGetOnPremisesInstances.BatchGetOnPremisesInstancesResponse
instance GHC.Show.Show Network.AWS.CodeDeploy.BatchGetOnPremisesInstances.BatchGetOnPremisesInstancesResponse
instance GHC.Read.Read Network.AWS.CodeDeploy.BatchGetOnPremisesInstances.BatchGetOnPremisesInstancesResponse
instance GHC.Classes.Eq Network.AWS.CodeDeploy.BatchGetOnPremisesInstances.BatchGetOnPremisesInstancesResponse
instance GHC.Generics.Generic Network.AWS.CodeDeploy.BatchGetOnPremisesInstances.BatchGetOnPremisesInstances
instance Data.Data.Data Network.AWS.CodeDeploy.BatchGetOnPremisesInstances.BatchGetOnPremisesInstances
instance GHC.Show.Show Network.AWS.CodeDeploy.BatchGetOnPremisesInstances.BatchGetOnPremisesInstances
instance GHC.Read.Read Network.AWS.CodeDeploy.BatchGetOnPremisesInstances.BatchGetOnPremisesInstances
instance GHC.Classes.Eq Network.AWS.CodeDeploy.BatchGetOnPremisesInstances.BatchGetOnPremisesInstances
instance Network.AWS.Types.AWSRequest Network.AWS.CodeDeploy.BatchGetOnPremisesInstances.BatchGetOnPremisesInstances
instance Network.AWS.Data.Headers.ToHeaders Network.AWS.CodeDeploy.BatchGetOnPremisesInstances.BatchGetOnPremisesInstances
instance Data.Aeson.Types.Class.ToJSON Network.AWS.CodeDeploy.BatchGetOnPremisesInstances.BatchGetOnPremisesInstances
instance Network.AWS.Data.Path.ToPath Network.AWS.CodeDeploy.BatchGetOnPremisesInstances.BatchGetOnPremisesInstances
instance Network.AWS.Data.Query.ToQuery Network.AWS.CodeDeploy.BatchGetOnPremisesInstances.BatchGetOnPremisesInstances
-- | Lists the deployment groups for an application registered with the
-- applicable IAM user or AWS account.
--
-- See: AWS API Reference for ListDeploymentGroups.
module Network.AWS.CodeDeploy.ListDeploymentGroups
-- | Creates a value of ListDeploymentGroups with the minimum fields
-- required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
listDeploymentGroups :: Text -> ListDeploymentGroups
-- | Represents the input of a list deployment groups operation.
--
-- See: listDeploymentGroups smart constructor.
data ListDeploymentGroups
-- | An identifier that was returned from the previous list deployment
-- groups call, which can be used to return the next set of deployment
-- groups in the list.
ldgNextToken :: Lens' ListDeploymentGroups (Maybe Text)
-- | The name of an existing AWS CodeDeploy application associated with the
-- applicable IAM user or AWS account.
ldgApplicationName :: Lens' ListDeploymentGroups Text
-- | Creates a value of ListDeploymentGroupsResponse with the
-- minimum fields required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
listDeploymentGroupsResponse :: Int -> ListDeploymentGroupsResponse
-- | Represents the output of a list deployment groups operation.
--
-- See: listDeploymentGroupsResponse smart constructor.
data ListDeploymentGroupsResponse
-- | If the amount of information that is returned is significantly large,
-- an identifier will also be returned, which can be used in a subsequent
-- list deployment groups call to return the next set of deployment
-- groups in the list.
ldgrsNextToken :: Lens' ListDeploymentGroupsResponse (Maybe Text)
-- | The application name.
ldgrsApplicationName :: Lens' ListDeploymentGroupsResponse (Maybe Text)
-- | A list of corresponding deployment group names.
ldgrsDeploymentGroups :: Lens' ListDeploymentGroupsResponse [Text]
-- | The response status code.
ldgrsResponseStatus :: Lens' ListDeploymentGroupsResponse Int
instance GHC.Generics.Selector Network.AWS.CodeDeploy.ListDeploymentGroups.S1_0_3ListDeploymentGroupsResponse
instance GHC.Generics.Selector Network.AWS.CodeDeploy.ListDeploymentGroups.S1_0_2ListDeploymentGroupsResponse
instance GHC.Generics.Selector Network.AWS.CodeDeploy.ListDeploymentGroups.S1_0_1ListDeploymentGroupsResponse
instance GHC.Generics.Selector Network.AWS.CodeDeploy.ListDeploymentGroups.S1_0_0ListDeploymentGroupsResponse
instance GHC.Generics.Constructor Network.AWS.CodeDeploy.ListDeploymentGroups.C1_0ListDeploymentGroupsResponse
instance GHC.Generics.Datatype Network.AWS.CodeDeploy.ListDeploymentGroups.D1ListDeploymentGroupsResponse
instance GHC.Generics.Selector Network.AWS.CodeDeploy.ListDeploymentGroups.S1_0_1ListDeploymentGroups
instance GHC.Generics.Selector Network.AWS.CodeDeploy.ListDeploymentGroups.S1_0_0ListDeploymentGroups
instance GHC.Generics.Constructor Network.AWS.CodeDeploy.ListDeploymentGroups.C1_0ListDeploymentGroups
instance GHC.Generics.Datatype Network.AWS.CodeDeploy.ListDeploymentGroups.D1ListDeploymentGroups
instance GHC.Generics.Generic Network.AWS.CodeDeploy.ListDeploymentGroups.ListDeploymentGroupsResponse
instance Data.Data.Data Network.AWS.CodeDeploy.ListDeploymentGroups.ListDeploymentGroupsResponse
instance GHC.Show.Show Network.AWS.CodeDeploy.ListDeploymentGroups.ListDeploymentGroupsResponse
instance GHC.Read.Read Network.AWS.CodeDeploy.ListDeploymentGroups.ListDeploymentGroupsResponse
instance GHC.Classes.Eq Network.AWS.CodeDeploy.ListDeploymentGroups.ListDeploymentGroupsResponse
instance GHC.Generics.Generic Network.AWS.CodeDeploy.ListDeploymentGroups.ListDeploymentGroups
instance Data.Data.Data Network.AWS.CodeDeploy.ListDeploymentGroups.ListDeploymentGroups
instance GHC.Show.Show Network.AWS.CodeDeploy.ListDeploymentGroups.ListDeploymentGroups
instance GHC.Read.Read Network.AWS.CodeDeploy.ListDeploymentGroups.ListDeploymentGroups
instance GHC.Classes.Eq Network.AWS.CodeDeploy.ListDeploymentGroups.ListDeploymentGroups
instance Network.AWS.Types.AWSRequest Network.AWS.CodeDeploy.ListDeploymentGroups.ListDeploymentGroups
instance Network.AWS.Data.Headers.ToHeaders Network.AWS.CodeDeploy.ListDeploymentGroups.ListDeploymentGroups
instance Data.Aeson.Types.Class.ToJSON Network.AWS.CodeDeploy.ListDeploymentGroups.ListDeploymentGroups
instance Network.AWS.Data.Path.ToPath Network.AWS.CodeDeploy.ListDeploymentGroups.ListDeploymentGroups
instance Network.AWS.Data.Query.ToQuery Network.AWS.CodeDeploy.ListDeploymentGroups.ListDeploymentGroups
-- | Gets information about an application.
--
-- See: AWS API Reference for GetApplication.
module Network.AWS.CodeDeploy.GetApplication
-- | Creates a value of GetApplication with the minimum fields
-- required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
getApplication :: Text -> GetApplication
-- | Represents the input of a get application operation.
--
-- See: getApplication smart constructor.
data GetApplication
-- | The name of an existing AWS CodeDeploy application associated with the
-- applicable IAM user or AWS account.
gaApplicationName :: Lens' GetApplication Text
-- | Creates a value of GetApplicationResponse with the minimum
-- fields required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
getApplicationResponse :: Int -> GetApplicationResponse
-- | Represents the output of a get application operation.
--
-- See: getApplicationResponse smart constructor.
data GetApplicationResponse
-- | Information about the application.
garsApplication :: Lens' GetApplicationResponse (Maybe ApplicationInfo)
-- | The response status code.
garsResponseStatus :: Lens' GetApplicationResponse Int
instance GHC.Generics.Selector Network.AWS.CodeDeploy.GetApplication.S1_0_1GetApplicationResponse
instance GHC.Generics.Selector Network.AWS.CodeDeploy.GetApplication.S1_0_0GetApplicationResponse
instance GHC.Generics.Constructor Network.AWS.CodeDeploy.GetApplication.C1_0GetApplicationResponse
instance GHC.Generics.Datatype Network.AWS.CodeDeploy.GetApplication.D1GetApplicationResponse
instance GHC.Generics.Selector Network.AWS.CodeDeploy.GetApplication.S1_0_0GetApplication
instance GHC.Generics.Constructor Network.AWS.CodeDeploy.GetApplication.C1_0GetApplication
instance GHC.Generics.Datatype Network.AWS.CodeDeploy.GetApplication.D1GetApplication
instance GHC.Generics.Generic Network.AWS.CodeDeploy.GetApplication.GetApplicationResponse
instance Data.Data.Data Network.AWS.CodeDeploy.GetApplication.GetApplicationResponse
instance GHC.Show.Show Network.AWS.CodeDeploy.GetApplication.GetApplicationResponse
instance GHC.Read.Read Network.AWS.CodeDeploy.GetApplication.GetApplicationResponse
instance GHC.Classes.Eq Network.AWS.CodeDeploy.GetApplication.GetApplicationResponse
instance GHC.Generics.Generic Network.AWS.CodeDeploy.GetApplication.GetApplication
instance Data.Data.Data Network.AWS.CodeDeploy.GetApplication.GetApplication
instance GHC.Show.Show Network.AWS.CodeDeploy.GetApplication.GetApplication
instance GHC.Read.Read Network.AWS.CodeDeploy.GetApplication.GetApplication
instance GHC.Classes.Eq Network.AWS.CodeDeploy.GetApplication.GetApplication
instance Network.AWS.Types.AWSRequest Network.AWS.CodeDeploy.GetApplication.GetApplication
instance Network.AWS.Data.Headers.ToHeaders Network.AWS.CodeDeploy.GetApplication.GetApplication
instance Data.Aeson.Types.Class.ToJSON Network.AWS.CodeDeploy.GetApplication.GetApplication
instance Network.AWS.Data.Path.ToPath Network.AWS.CodeDeploy.GetApplication.GetApplication
instance Network.AWS.Data.Query.ToQuery Network.AWS.CodeDeploy.GetApplication.GetApplication
-- | Attempts to stop an ongoing deployment.
--
-- See: AWS API Reference for StopDeployment.
module Network.AWS.CodeDeploy.StopDeployment
-- | Creates a value of StopDeployment with the minimum fields
-- required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
stopDeployment :: Text -> StopDeployment
-- | Represents the input of a stop deployment operation.
--
-- See: stopDeployment smart constructor.
data StopDeployment
-- | The unique ID of a deployment.
sdDeploymentId :: Lens' StopDeployment Text
-- | Creates a value of StopDeploymentResponse with the minimum
-- fields required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
stopDeploymentResponse :: Int -> StopDeploymentResponse
-- | Represents the output of a stop deployment operation.
--
-- See: stopDeploymentResponse smart constructor.
data StopDeploymentResponse
-- | The status of the stop deployment operation:
--
--
-- - Pending: The stop operation is pending.
-- - Succeeded: The stop operation succeeded.
--
sdrsStatus :: Lens' StopDeploymentResponse (Maybe StopStatus)
-- | An accompanying status message.
sdrsStatusMessage :: Lens' StopDeploymentResponse (Maybe Text)
-- | The response status code.
sdrsResponseStatus :: Lens' StopDeploymentResponse Int
instance GHC.Generics.Selector Network.AWS.CodeDeploy.StopDeployment.S1_0_2StopDeploymentResponse
instance GHC.Generics.Selector Network.AWS.CodeDeploy.StopDeployment.S1_0_1StopDeploymentResponse
instance GHC.Generics.Selector Network.AWS.CodeDeploy.StopDeployment.S1_0_0StopDeploymentResponse
instance GHC.Generics.Constructor Network.AWS.CodeDeploy.StopDeployment.C1_0StopDeploymentResponse
instance GHC.Generics.Datatype Network.AWS.CodeDeploy.StopDeployment.D1StopDeploymentResponse
instance GHC.Generics.Selector Network.AWS.CodeDeploy.StopDeployment.S1_0_0StopDeployment
instance GHC.Generics.Constructor Network.AWS.CodeDeploy.StopDeployment.C1_0StopDeployment
instance GHC.Generics.Datatype Network.AWS.CodeDeploy.StopDeployment.D1StopDeployment
instance GHC.Generics.Generic Network.AWS.CodeDeploy.StopDeployment.StopDeploymentResponse
instance Data.Data.Data Network.AWS.CodeDeploy.StopDeployment.StopDeploymentResponse
instance GHC.Show.Show Network.AWS.CodeDeploy.StopDeployment.StopDeploymentResponse
instance GHC.Read.Read Network.AWS.CodeDeploy.StopDeployment.StopDeploymentResponse
instance GHC.Classes.Eq Network.AWS.CodeDeploy.StopDeployment.StopDeploymentResponse
instance GHC.Generics.Generic Network.AWS.CodeDeploy.StopDeployment.StopDeployment
instance Data.Data.Data Network.AWS.CodeDeploy.StopDeployment.StopDeployment
instance GHC.Show.Show Network.AWS.CodeDeploy.StopDeployment.StopDeployment
instance GHC.Read.Read Network.AWS.CodeDeploy.StopDeployment.StopDeployment
instance GHC.Classes.Eq Network.AWS.CodeDeploy.StopDeployment.StopDeployment
instance Network.AWS.Types.AWSRequest Network.AWS.CodeDeploy.StopDeployment.StopDeployment
instance Network.AWS.Data.Headers.ToHeaders Network.AWS.CodeDeploy.StopDeployment.StopDeployment
instance Data.Aeson.Types.Class.ToJSON Network.AWS.CodeDeploy.StopDeployment.StopDeployment
instance Network.AWS.Data.Path.ToPath Network.AWS.CodeDeploy.StopDeployment.StopDeployment
instance Network.AWS.Data.Query.ToQuery Network.AWS.CodeDeploy.StopDeployment.StopDeployment
-- | Creates a new application.
--
-- See: AWS API Reference for CreateApplication.
module Network.AWS.CodeDeploy.CreateApplication
-- | Creates a value of CreateApplication with the minimum fields
-- required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
createApplication :: Text -> CreateApplication
-- | Represents the input of a create application operation.
--
-- See: createApplication smart constructor.
data CreateApplication
-- | The name of the application. This name must be unique with the
-- applicable IAM user or AWS account.
caApplicationName :: Lens' CreateApplication Text
-- | Creates a value of CreateApplicationResponse with the minimum
-- fields required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
createApplicationResponse :: Int -> CreateApplicationResponse
-- | Represents the output of a create application operation.
--
-- See: createApplicationResponse smart constructor.
data CreateApplicationResponse
-- | A unique application ID.
carsApplicationId :: Lens' CreateApplicationResponse (Maybe Text)
-- | The response status code.
carsResponseStatus :: Lens' CreateApplicationResponse Int
instance GHC.Generics.Selector Network.AWS.CodeDeploy.CreateApplication.S1_0_1CreateApplicationResponse
instance GHC.Generics.Selector Network.AWS.CodeDeploy.CreateApplication.S1_0_0CreateApplicationResponse
instance GHC.Generics.Constructor Network.AWS.CodeDeploy.CreateApplication.C1_0CreateApplicationResponse
instance GHC.Generics.Datatype Network.AWS.CodeDeploy.CreateApplication.D1CreateApplicationResponse
instance GHC.Generics.Selector Network.AWS.CodeDeploy.CreateApplication.S1_0_0CreateApplication
instance GHC.Generics.Constructor Network.AWS.CodeDeploy.CreateApplication.C1_0CreateApplication
instance GHC.Generics.Datatype Network.AWS.CodeDeploy.CreateApplication.D1CreateApplication
instance GHC.Generics.Generic Network.AWS.CodeDeploy.CreateApplication.CreateApplicationResponse
instance Data.Data.Data Network.AWS.CodeDeploy.CreateApplication.CreateApplicationResponse
instance GHC.Show.Show Network.AWS.CodeDeploy.CreateApplication.CreateApplicationResponse
instance GHC.Read.Read Network.AWS.CodeDeploy.CreateApplication.CreateApplicationResponse
instance GHC.Classes.Eq Network.AWS.CodeDeploy.CreateApplication.CreateApplicationResponse
instance GHC.Generics.Generic Network.AWS.CodeDeploy.CreateApplication.CreateApplication
instance Data.Data.Data Network.AWS.CodeDeploy.CreateApplication.CreateApplication
instance GHC.Show.Show Network.AWS.CodeDeploy.CreateApplication.CreateApplication
instance GHC.Read.Read Network.AWS.CodeDeploy.CreateApplication.CreateApplication
instance GHC.Classes.Eq Network.AWS.CodeDeploy.CreateApplication.CreateApplication
instance Network.AWS.Types.AWSRequest Network.AWS.CodeDeploy.CreateApplication.CreateApplication
instance Network.AWS.Data.Headers.ToHeaders Network.AWS.CodeDeploy.CreateApplication.CreateApplication
instance Data.Aeson.Types.Class.ToJSON Network.AWS.CodeDeploy.CreateApplication.CreateApplication
instance Network.AWS.Data.Path.ToPath Network.AWS.CodeDeploy.CreateApplication.CreateApplication
instance Network.AWS.Data.Query.ToQuery Network.AWS.CodeDeploy.CreateApplication.CreateApplication
-- | Deregisters an on-premises instance.
--
-- See: AWS API Reference for DeregisterOnPremisesInstance.
module Network.AWS.CodeDeploy.DeregisterOnPremisesInstance
-- | Creates a value of DeregisterOnPremisesInstance with the
-- minimum fields required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
deregisterOnPremisesInstance :: Text -> DeregisterOnPremisesInstance
-- | Represents the input of a deregister on-premises instance operation.
--
-- See: deregisterOnPremisesInstance smart constructor.
data DeregisterOnPremisesInstance
-- | The name of the on-premises instance to deregister.
dopiInstanceName :: Lens' DeregisterOnPremisesInstance Text
-- | Creates a value of DeregisterOnPremisesInstanceResponse with
-- the minimum fields required to make a request.
deregisterOnPremisesInstanceResponse :: DeregisterOnPremisesInstanceResponse
-- | See: deregisterOnPremisesInstanceResponse smart
-- constructor.
data DeregisterOnPremisesInstanceResponse
instance GHC.Generics.Constructor Network.AWS.CodeDeploy.DeregisterOnPremisesInstance.C1_0DeregisterOnPremisesInstanceResponse
instance GHC.Generics.Datatype Network.AWS.CodeDeploy.DeregisterOnPremisesInstance.D1DeregisterOnPremisesInstanceResponse
instance GHC.Generics.Selector Network.AWS.CodeDeploy.DeregisterOnPremisesInstance.S1_0_0DeregisterOnPremisesInstance
instance GHC.Generics.Constructor Network.AWS.CodeDeploy.DeregisterOnPremisesInstance.C1_0DeregisterOnPremisesInstance
instance GHC.Generics.Datatype Network.AWS.CodeDeploy.DeregisterOnPremisesInstance.D1DeregisterOnPremisesInstance
instance GHC.Generics.Generic Network.AWS.CodeDeploy.DeregisterOnPremisesInstance.DeregisterOnPremisesInstanceResponse
instance Data.Data.Data Network.AWS.CodeDeploy.DeregisterOnPremisesInstance.DeregisterOnPremisesInstanceResponse
instance GHC.Show.Show Network.AWS.CodeDeploy.DeregisterOnPremisesInstance.DeregisterOnPremisesInstanceResponse
instance GHC.Read.Read Network.AWS.CodeDeploy.DeregisterOnPremisesInstance.DeregisterOnPremisesInstanceResponse
instance GHC.Classes.Eq Network.AWS.CodeDeploy.DeregisterOnPremisesInstance.DeregisterOnPremisesInstanceResponse
instance GHC.Generics.Generic Network.AWS.CodeDeploy.DeregisterOnPremisesInstance.DeregisterOnPremisesInstance
instance Data.Data.Data Network.AWS.CodeDeploy.DeregisterOnPremisesInstance.DeregisterOnPremisesInstance
instance GHC.Show.Show Network.AWS.CodeDeploy.DeregisterOnPremisesInstance.DeregisterOnPremisesInstance
instance GHC.Read.Read Network.AWS.CodeDeploy.DeregisterOnPremisesInstance.DeregisterOnPremisesInstance
instance GHC.Classes.Eq Network.AWS.CodeDeploy.DeregisterOnPremisesInstance.DeregisterOnPremisesInstance
instance Network.AWS.Types.AWSRequest Network.AWS.CodeDeploy.DeregisterOnPremisesInstance.DeregisterOnPremisesInstance
instance Network.AWS.Data.Headers.ToHeaders Network.AWS.CodeDeploy.DeregisterOnPremisesInstance.DeregisterOnPremisesInstance
instance Data.Aeson.Types.Class.ToJSON Network.AWS.CodeDeploy.DeregisterOnPremisesInstance.DeregisterOnPremisesInstance
instance Network.AWS.Data.Path.ToPath Network.AWS.CodeDeploy.DeregisterOnPremisesInstance.DeregisterOnPremisesInstance
instance Network.AWS.Data.Query.ToQuery Network.AWS.CodeDeploy.DeregisterOnPremisesInstance.DeregisterOnPremisesInstance
-- | Gets information about an instance as part of a deployment.
--
-- See: AWS API Reference for GetDeploymentInstance.
module Network.AWS.CodeDeploy.GetDeploymentInstance
-- | Creates a value of GetDeploymentInstance with the minimum
-- fields required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
getDeploymentInstance :: Text -> Text -> GetDeploymentInstance
-- | Represents the input of a get deployment instance operation.
--
-- See: getDeploymentInstance smart constructor.
data GetDeploymentInstance
-- | The unique ID of a deployment.
gdiDeploymentId :: Lens' GetDeploymentInstance Text
-- | The unique ID of an instance in the deployment's deployment group.
gdiInstanceId :: Lens' GetDeploymentInstance Text
-- | Creates a value of GetDeploymentInstanceResponse with the
-- minimum fields required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
getDeploymentInstanceResponse :: Int -> GetDeploymentInstanceResponse
-- | Represents the output of a get deployment instance operation.
--
-- See: getDeploymentInstanceResponse smart constructor.
data GetDeploymentInstanceResponse
-- | Information about the instance.
gdirsInstanceSummary :: Lens' GetDeploymentInstanceResponse (Maybe InstanceSummary)
-- | The response status code.
gdirsResponseStatus :: Lens' GetDeploymentInstanceResponse Int
instance GHC.Generics.Selector Network.AWS.CodeDeploy.GetDeploymentInstance.S1_0_1GetDeploymentInstanceResponse
instance GHC.Generics.Selector Network.AWS.CodeDeploy.GetDeploymentInstance.S1_0_0GetDeploymentInstanceResponse
instance GHC.Generics.Constructor Network.AWS.CodeDeploy.GetDeploymentInstance.C1_0GetDeploymentInstanceResponse
instance GHC.Generics.Datatype Network.AWS.CodeDeploy.GetDeploymentInstance.D1GetDeploymentInstanceResponse
instance GHC.Generics.Selector Network.AWS.CodeDeploy.GetDeploymentInstance.S1_0_1GetDeploymentInstance
instance GHC.Generics.Selector Network.AWS.CodeDeploy.GetDeploymentInstance.S1_0_0GetDeploymentInstance
instance GHC.Generics.Constructor Network.AWS.CodeDeploy.GetDeploymentInstance.C1_0GetDeploymentInstance
instance GHC.Generics.Datatype Network.AWS.CodeDeploy.GetDeploymentInstance.D1GetDeploymentInstance
instance GHC.Generics.Generic Network.AWS.CodeDeploy.GetDeploymentInstance.GetDeploymentInstanceResponse
instance Data.Data.Data Network.AWS.CodeDeploy.GetDeploymentInstance.GetDeploymentInstanceResponse
instance GHC.Show.Show Network.AWS.CodeDeploy.GetDeploymentInstance.GetDeploymentInstanceResponse
instance GHC.Read.Read Network.AWS.CodeDeploy.GetDeploymentInstance.GetDeploymentInstanceResponse
instance GHC.Classes.Eq Network.AWS.CodeDeploy.GetDeploymentInstance.GetDeploymentInstanceResponse
instance GHC.Generics.Generic Network.AWS.CodeDeploy.GetDeploymentInstance.GetDeploymentInstance
instance Data.Data.Data Network.AWS.CodeDeploy.GetDeploymentInstance.GetDeploymentInstance
instance GHC.Show.Show Network.AWS.CodeDeploy.GetDeploymentInstance.GetDeploymentInstance
instance GHC.Read.Read Network.AWS.CodeDeploy.GetDeploymentInstance.GetDeploymentInstance
instance GHC.Classes.Eq Network.AWS.CodeDeploy.GetDeploymentInstance.GetDeploymentInstance
instance Network.AWS.Types.AWSRequest Network.AWS.CodeDeploy.GetDeploymentInstance.GetDeploymentInstance
instance Network.AWS.Data.Headers.ToHeaders Network.AWS.CodeDeploy.GetDeploymentInstance.GetDeploymentInstance
instance Data.Aeson.Types.Class.ToJSON Network.AWS.CodeDeploy.GetDeploymentInstance.GetDeploymentInstance
instance Network.AWS.Data.Path.ToPath Network.AWS.CodeDeploy.GetDeploymentInstance.GetDeploymentInstance
instance Network.AWS.Data.Query.ToQuery Network.AWS.CodeDeploy.GetDeploymentInstance.GetDeploymentInstance
-- | Changes an existing application's name.
--
-- See: AWS API Reference for UpdateApplication.
module Network.AWS.CodeDeploy.UpdateApplication
-- | Creates a value of UpdateApplication with the minimum fields
-- required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
updateApplication :: UpdateApplication
-- | Represents the input of an update application operation.
--
-- See: updateApplication smart constructor.
data UpdateApplication
-- | The new name that you want to change the application to.
uaNewApplicationName :: Lens' UpdateApplication (Maybe Text)
-- | The current name of the application that you want to change.
uaApplicationName :: Lens' UpdateApplication (Maybe Text)
-- | Creates a value of UpdateApplicationResponse with the minimum
-- fields required to make a request.
updateApplicationResponse :: UpdateApplicationResponse
-- | See: updateApplicationResponse smart constructor.
data UpdateApplicationResponse
instance GHC.Generics.Constructor Network.AWS.CodeDeploy.UpdateApplication.C1_0UpdateApplicationResponse
instance GHC.Generics.Datatype Network.AWS.CodeDeploy.UpdateApplication.D1UpdateApplicationResponse
instance GHC.Generics.Selector Network.AWS.CodeDeploy.UpdateApplication.S1_0_1UpdateApplication
instance GHC.Generics.Selector Network.AWS.CodeDeploy.UpdateApplication.S1_0_0UpdateApplication
instance GHC.Generics.Constructor Network.AWS.CodeDeploy.UpdateApplication.C1_0UpdateApplication
instance GHC.Generics.Datatype Network.AWS.CodeDeploy.UpdateApplication.D1UpdateApplication
instance GHC.Generics.Generic Network.AWS.CodeDeploy.UpdateApplication.UpdateApplicationResponse
instance Data.Data.Data Network.AWS.CodeDeploy.UpdateApplication.UpdateApplicationResponse
instance GHC.Show.Show Network.AWS.CodeDeploy.UpdateApplication.UpdateApplicationResponse
instance GHC.Read.Read Network.AWS.CodeDeploy.UpdateApplication.UpdateApplicationResponse
instance GHC.Classes.Eq Network.AWS.CodeDeploy.UpdateApplication.UpdateApplicationResponse
instance GHC.Generics.Generic Network.AWS.CodeDeploy.UpdateApplication.UpdateApplication
instance Data.Data.Data Network.AWS.CodeDeploy.UpdateApplication.UpdateApplication
instance GHC.Show.Show Network.AWS.CodeDeploy.UpdateApplication.UpdateApplication
instance GHC.Read.Read Network.AWS.CodeDeploy.UpdateApplication.UpdateApplication
instance GHC.Classes.Eq Network.AWS.CodeDeploy.UpdateApplication.UpdateApplication
instance Network.AWS.Types.AWSRequest Network.AWS.CodeDeploy.UpdateApplication.UpdateApplication
instance Network.AWS.Data.Headers.ToHeaders Network.AWS.CodeDeploy.UpdateApplication.UpdateApplication
instance Data.Aeson.Types.Class.ToJSON Network.AWS.CodeDeploy.UpdateApplication.UpdateApplication
instance Network.AWS.Data.Path.ToPath Network.AWS.CodeDeploy.UpdateApplication.UpdateApplication
instance Network.AWS.Data.Query.ToQuery Network.AWS.CodeDeploy.UpdateApplication.UpdateApplication
-- | Deletes an application.
--
-- See: AWS API Reference for DeleteApplication.
module Network.AWS.CodeDeploy.DeleteApplication
-- | Creates a value of DeleteApplication with the minimum fields
-- required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
deleteApplication :: Text -> DeleteApplication
-- | Represents the input of a delete application operation.
--
-- See: deleteApplication smart constructor.
data DeleteApplication
-- | The name of an existing AWS CodeDeploy application associated with the
-- applicable IAM user or AWS account.
daApplicationName :: Lens' DeleteApplication Text
-- | Creates a value of DeleteApplicationResponse with the minimum
-- fields required to make a request.
deleteApplicationResponse :: DeleteApplicationResponse
-- | See: deleteApplicationResponse smart constructor.
data DeleteApplicationResponse
instance GHC.Generics.Constructor Network.AWS.CodeDeploy.DeleteApplication.C1_0DeleteApplicationResponse
instance GHC.Generics.Datatype Network.AWS.CodeDeploy.DeleteApplication.D1DeleteApplicationResponse
instance GHC.Generics.Selector Network.AWS.CodeDeploy.DeleteApplication.S1_0_0DeleteApplication
instance GHC.Generics.Constructor Network.AWS.CodeDeploy.DeleteApplication.C1_0DeleteApplication
instance GHC.Generics.Datatype Network.AWS.CodeDeploy.DeleteApplication.D1DeleteApplication
instance GHC.Generics.Generic Network.AWS.CodeDeploy.DeleteApplication.DeleteApplicationResponse
instance Data.Data.Data Network.AWS.CodeDeploy.DeleteApplication.DeleteApplicationResponse
instance GHC.Show.Show Network.AWS.CodeDeploy.DeleteApplication.DeleteApplicationResponse
instance GHC.Read.Read Network.AWS.CodeDeploy.DeleteApplication.DeleteApplicationResponse
instance GHC.Classes.Eq Network.AWS.CodeDeploy.DeleteApplication.DeleteApplicationResponse
instance GHC.Generics.Generic Network.AWS.CodeDeploy.DeleteApplication.DeleteApplication
instance Data.Data.Data Network.AWS.CodeDeploy.DeleteApplication.DeleteApplication
instance GHC.Show.Show Network.AWS.CodeDeploy.DeleteApplication.DeleteApplication
instance GHC.Read.Read Network.AWS.CodeDeploy.DeleteApplication.DeleteApplication
instance GHC.Classes.Eq Network.AWS.CodeDeploy.DeleteApplication.DeleteApplication
instance Network.AWS.Types.AWSRequest Network.AWS.CodeDeploy.DeleteApplication.DeleteApplication
instance Network.AWS.Data.Headers.ToHeaders Network.AWS.CodeDeploy.DeleteApplication.DeleteApplication
instance Data.Aeson.Types.Class.ToJSON Network.AWS.CodeDeploy.DeleteApplication.DeleteApplication
instance Network.AWS.Data.Path.ToPath Network.AWS.CodeDeploy.DeleteApplication.DeleteApplication
instance Network.AWS.Data.Query.ToQuery Network.AWS.CodeDeploy.DeleteApplication.DeleteApplication
-- | Gets information about one or more applications.
--
-- See: AWS API Reference for BatchGetApplications.
module Network.AWS.CodeDeploy.BatchGetApplications
-- | Creates a value of BatchGetApplications with the minimum fields
-- required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
batchGetApplications :: BatchGetApplications
-- | Represents the input of a batch get applications operation.
--
-- See: batchGetApplications smart constructor.
data BatchGetApplications
-- | A list of application names, with multiple application names separated
-- by spaces.
bgaApplicationNames :: Lens' BatchGetApplications [Text]
-- | Creates a value of BatchGetApplicationsResponse with the
-- minimum fields required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
batchGetApplicationsResponse :: Int -> BatchGetApplicationsResponse
-- | Represents the output of a batch get applications operation.
--
-- See: batchGetApplicationsResponse smart constructor.
data BatchGetApplicationsResponse
-- | Information about the applications.
bgarsApplicationsInfo :: Lens' BatchGetApplicationsResponse [ApplicationInfo]
-- | The response status code.
bgarsResponseStatus :: Lens' BatchGetApplicationsResponse Int
instance GHC.Generics.Selector Network.AWS.CodeDeploy.BatchGetApplications.S1_0_1BatchGetApplicationsResponse
instance GHC.Generics.Selector Network.AWS.CodeDeploy.BatchGetApplications.S1_0_0BatchGetApplicationsResponse
instance GHC.Generics.Constructor Network.AWS.CodeDeploy.BatchGetApplications.C1_0BatchGetApplicationsResponse
instance GHC.Generics.Datatype Network.AWS.CodeDeploy.BatchGetApplications.D1BatchGetApplicationsResponse
instance GHC.Generics.Selector Network.AWS.CodeDeploy.BatchGetApplications.S1_0_0BatchGetApplications
instance GHC.Generics.Constructor Network.AWS.CodeDeploy.BatchGetApplications.C1_0BatchGetApplications
instance GHC.Generics.Datatype Network.AWS.CodeDeploy.BatchGetApplications.D1BatchGetApplications
instance GHC.Generics.Generic Network.AWS.CodeDeploy.BatchGetApplications.BatchGetApplicationsResponse
instance Data.Data.Data Network.AWS.CodeDeploy.BatchGetApplications.BatchGetApplicationsResponse
instance GHC.Show.Show Network.AWS.CodeDeploy.BatchGetApplications.BatchGetApplicationsResponse
instance GHC.Read.Read Network.AWS.CodeDeploy.BatchGetApplications.BatchGetApplicationsResponse
instance GHC.Classes.Eq Network.AWS.CodeDeploy.BatchGetApplications.BatchGetApplicationsResponse
instance GHC.Generics.Generic Network.AWS.CodeDeploy.BatchGetApplications.BatchGetApplications
instance Data.Data.Data Network.AWS.CodeDeploy.BatchGetApplications.BatchGetApplications
instance GHC.Show.Show Network.AWS.CodeDeploy.BatchGetApplications.BatchGetApplications
instance GHC.Read.Read Network.AWS.CodeDeploy.BatchGetApplications.BatchGetApplications
instance GHC.Classes.Eq Network.AWS.CodeDeploy.BatchGetApplications.BatchGetApplications
instance Network.AWS.Types.AWSRequest Network.AWS.CodeDeploy.BatchGetApplications.BatchGetApplications
instance Network.AWS.Data.Headers.ToHeaders Network.AWS.CodeDeploy.BatchGetApplications.BatchGetApplications
instance Data.Aeson.Types.Class.ToJSON Network.AWS.CodeDeploy.BatchGetApplications.BatchGetApplications
instance Network.AWS.Data.Path.ToPath Network.AWS.CodeDeploy.BatchGetApplications.BatchGetApplications
instance Network.AWS.Data.Query.ToQuery Network.AWS.CodeDeploy.BatchGetApplications.BatchGetApplications
-- | Registers with AWS CodeDeploy a revision for the specified
-- application.
--
-- See: AWS API Reference for RegisterApplicationRevision.
module Network.AWS.CodeDeploy.RegisterApplicationRevision
-- | Creates a value of RegisterApplicationRevision with the minimum
-- fields required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
registerApplicationRevision :: Text -> RevisionLocation -> RegisterApplicationRevision
-- | Represents the input of a register application revision operation.
--
-- See: registerApplicationRevision smart constructor.
data RegisterApplicationRevision
-- | A comment about the revision.
rarDescription :: Lens' RegisterApplicationRevision (Maybe Text)
-- | The name of an existing AWS CodeDeploy application associated with the
-- applicable IAM user or AWS account.
rarApplicationName :: Lens' RegisterApplicationRevision Text
-- | Information about the application revision to register, including the
-- revision's type and its location.
rarRevision :: Lens' RegisterApplicationRevision RevisionLocation
-- | Creates a value of RegisterApplicationRevisionResponse with the
-- minimum fields required to make a request.
registerApplicationRevisionResponse :: RegisterApplicationRevisionResponse
-- | See: registerApplicationRevisionResponse smart
-- constructor.
data RegisterApplicationRevisionResponse
instance GHC.Generics.Constructor Network.AWS.CodeDeploy.RegisterApplicationRevision.C1_0RegisterApplicationRevisionResponse
instance GHC.Generics.Datatype Network.AWS.CodeDeploy.RegisterApplicationRevision.D1RegisterApplicationRevisionResponse
instance GHC.Generics.Selector Network.AWS.CodeDeploy.RegisterApplicationRevision.S1_0_2RegisterApplicationRevision
instance GHC.Generics.Selector Network.AWS.CodeDeploy.RegisterApplicationRevision.S1_0_1RegisterApplicationRevision
instance GHC.Generics.Selector Network.AWS.CodeDeploy.RegisterApplicationRevision.S1_0_0RegisterApplicationRevision
instance GHC.Generics.Constructor Network.AWS.CodeDeploy.RegisterApplicationRevision.C1_0RegisterApplicationRevision
instance GHC.Generics.Datatype Network.AWS.CodeDeploy.RegisterApplicationRevision.D1RegisterApplicationRevision
instance GHC.Generics.Generic Network.AWS.CodeDeploy.RegisterApplicationRevision.RegisterApplicationRevisionResponse
instance Data.Data.Data Network.AWS.CodeDeploy.RegisterApplicationRevision.RegisterApplicationRevisionResponse
instance GHC.Show.Show Network.AWS.CodeDeploy.RegisterApplicationRevision.RegisterApplicationRevisionResponse
instance GHC.Read.Read Network.AWS.CodeDeploy.RegisterApplicationRevision.RegisterApplicationRevisionResponse
instance GHC.Classes.Eq Network.AWS.CodeDeploy.RegisterApplicationRevision.RegisterApplicationRevisionResponse
instance GHC.Generics.Generic Network.AWS.CodeDeploy.RegisterApplicationRevision.RegisterApplicationRevision
instance Data.Data.Data Network.AWS.CodeDeploy.RegisterApplicationRevision.RegisterApplicationRevision
instance GHC.Show.Show Network.AWS.CodeDeploy.RegisterApplicationRevision.RegisterApplicationRevision
instance GHC.Read.Read Network.AWS.CodeDeploy.RegisterApplicationRevision.RegisterApplicationRevision
instance GHC.Classes.Eq Network.AWS.CodeDeploy.RegisterApplicationRevision.RegisterApplicationRevision
instance Network.AWS.Types.AWSRequest Network.AWS.CodeDeploy.RegisterApplicationRevision.RegisterApplicationRevision
instance Network.AWS.Data.Headers.ToHeaders Network.AWS.CodeDeploy.RegisterApplicationRevision.RegisterApplicationRevision
instance Data.Aeson.Types.Class.ToJSON Network.AWS.CodeDeploy.RegisterApplicationRevision.RegisterApplicationRevision
instance Network.AWS.Data.Path.ToPath Network.AWS.CodeDeploy.RegisterApplicationRevision.RegisterApplicationRevision
instance Network.AWS.Data.Query.ToQuery Network.AWS.CodeDeploy.RegisterApplicationRevision.RegisterApplicationRevision
-- | Gets information about an on-premises instance.
--
-- See: AWS API Reference for GetOnPremisesInstance.
module Network.AWS.CodeDeploy.GetOnPremisesInstance
-- | Creates a value of GetOnPremisesInstance with the minimum
-- fields required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
getOnPremisesInstance :: Text -> GetOnPremisesInstance
-- | Represents the input of a get on-premises instance operation.
--
-- See: getOnPremisesInstance smart constructor.
data GetOnPremisesInstance
-- | The name of the on-premises instance to get information about
gopiInstanceName :: Lens' GetOnPremisesInstance Text
-- | Creates a value of GetOnPremisesInstanceResponse with the
-- minimum fields required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
getOnPremisesInstanceResponse :: Int -> GetOnPremisesInstanceResponse
-- | Represents the output of a get on-premises instance operation.
--
-- See: getOnPremisesInstanceResponse smart constructor.
data GetOnPremisesInstanceResponse
-- | Information about the on-premises instance.
gopirsInstanceInfo :: Lens' GetOnPremisesInstanceResponse (Maybe InstanceInfo)
-- | The response status code.
gopirsResponseStatus :: Lens' GetOnPremisesInstanceResponse Int
instance GHC.Generics.Selector Network.AWS.CodeDeploy.GetOnPremisesInstance.S1_0_1GetOnPremisesInstanceResponse
instance GHC.Generics.Selector Network.AWS.CodeDeploy.GetOnPremisesInstance.S1_0_0GetOnPremisesInstanceResponse
instance GHC.Generics.Constructor Network.AWS.CodeDeploy.GetOnPremisesInstance.C1_0GetOnPremisesInstanceResponse
instance GHC.Generics.Datatype Network.AWS.CodeDeploy.GetOnPremisesInstance.D1GetOnPremisesInstanceResponse
instance GHC.Generics.Selector Network.AWS.CodeDeploy.GetOnPremisesInstance.S1_0_0GetOnPremisesInstance
instance GHC.Generics.Constructor Network.AWS.CodeDeploy.GetOnPremisesInstance.C1_0GetOnPremisesInstance
instance GHC.Generics.Datatype Network.AWS.CodeDeploy.GetOnPremisesInstance.D1GetOnPremisesInstance
instance GHC.Generics.Generic Network.AWS.CodeDeploy.GetOnPremisesInstance.GetOnPremisesInstanceResponse
instance Data.Data.Data Network.AWS.CodeDeploy.GetOnPremisesInstance.GetOnPremisesInstanceResponse
instance GHC.Show.Show Network.AWS.CodeDeploy.GetOnPremisesInstance.GetOnPremisesInstanceResponse
instance GHC.Read.Read Network.AWS.CodeDeploy.GetOnPremisesInstance.GetOnPremisesInstanceResponse
instance GHC.Classes.Eq Network.AWS.CodeDeploy.GetOnPremisesInstance.GetOnPremisesInstanceResponse
instance GHC.Generics.Generic Network.AWS.CodeDeploy.GetOnPremisesInstance.GetOnPremisesInstance
instance Data.Data.Data Network.AWS.CodeDeploy.GetOnPremisesInstance.GetOnPremisesInstance
instance GHC.Show.Show Network.AWS.CodeDeploy.GetOnPremisesInstance.GetOnPremisesInstance
instance GHC.Read.Read Network.AWS.CodeDeploy.GetOnPremisesInstance.GetOnPremisesInstance
instance GHC.Classes.Eq Network.AWS.CodeDeploy.GetOnPremisesInstance.GetOnPremisesInstance
instance Network.AWS.Types.AWSRequest Network.AWS.CodeDeploy.GetOnPremisesInstance.GetOnPremisesInstance
instance Network.AWS.Data.Headers.ToHeaders Network.AWS.CodeDeploy.GetOnPremisesInstance.GetOnPremisesInstance
instance Data.Aeson.Types.Class.ToJSON Network.AWS.CodeDeploy.GetOnPremisesInstance.GetOnPremisesInstance
instance Network.AWS.Data.Path.ToPath Network.AWS.CodeDeploy.GetOnPremisesInstance.GetOnPremisesInstance
instance Network.AWS.Data.Query.ToQuery Network.AWS.CodeDeploy.GetOnPremisesInstance.GetOnPremisesInstance
-- | Gets information about one or more deployments.
--
-- See: AWS API Reference for BatchGetDeployments.
module Network.AWS.CodeDeploy.BatchGetDeployments
-- | Creates a value of BatchGetDeployments with the minimum fields
-- required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
batchGetDeployments :: BatchGetDeployments
-- | Represents the input of a batch get deployments operation.
--
-- See: batchGetDeployments smart constructor.
data BatchGetDeployments
-- | A list of deployment IDs, with multiple deployment IDs separated by
-- spaces.
bgdDeploymentIds :: Lens' BatchGetDeployments [Text]
-- | Creates a value of BatchGetDeploymentsResponse with the minimum
-- fields required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
batchGetDeploymentsResponse :: Int -> BatchGetDeploymentsResponse
-- | Represents the output of a batch get deployments operation.
--
-- See: batchGetDeploymentsResponse smart constructor.
data BatchGetDeploymentsResponse
-- | Information about the deployments.
bgdrsDeploymentsInfo :: Lens' BatchGetDeploymentsResponse [DeploymentInfo]
-- | The response status code.
bgdrsResponseStatus :: Lens' BatchGetDeploymentsResponse Int
instance GHC.Generics.Selector Network.AWS.CodeDeploy.BatchGetDeployments.S1_0_1BatchGetDeploymentsResponse
instance GHC.Generics.Selector Network.AWS.CodeDeploy.BatchGetDeployments.S1_0_0BatchGetDeploymentsResponse
instance GHC.Generics.Constructor Network.AWS.CodeDeploy.BatchGetDeployments.C1_0BatchGetDeploymentsResponse
instance GHC.Generics.Datatype Network.AWS.CodeDeploy.BatchGetDeployments.D1BatchGetDeploymentsResponse
instance GHC.Generics.Selector Network.AWS.CodeDeploy.BatchGetDeployments.S1_0_0BatchGetDeployments
instance GHC.Generics.Constructor Network.AWS.CodeDeploy.BatchGetDeployments.C1_0BatchGetDeployments
instance GHC.Generics.Datatype Network.AWS.CodeDeploy.BatchGetDeployments.D1BatchGetDeployments
instance GHC.Generics.Generic Network.AWS.CodeDeploy.BatchGetDeployments.BatchGetDeploymentsResponse
instance Data.Data.Data Network.AWS.CodeDeploy.BatchGetDeployments.BatchGetDeploymentsResponse
instance GHC.Show.Show Network.AWS.CodeDeploy.BatchGetDeployments.BatchGetDeploymentsResponse
instance GHC.Read.Read Network.AWS.CodeDeploy.BatchGetDeployments.BatchGetDeploymentsResponse
instance GHC.Classes.Eq Network.AWS.CodeDeploy.BatchGetDeployments.BatchGetDeploymentsResponse
instance GHC.Generics.Generic Network.AWS.CodeDeploy.BatchGetDeployments.BatchGetDeployments
instance Data.Data.Data Network.AWS.CodeDeploy.BatchGetDeployments.BatchGetDeployments
instance GHC.Show.Show Network.AWS.CodeDeploy.BatchGetDeployments.BatchGetDeployments
instance GHC.Read.Read Network.AWS.CodeDeploy.BatchGetDeployments.BatchGetDeployments
instance GHC.Classes.Eq Network.AWS.CodeDeploy.BatchGetDeployments.BatchGetDeployments
instance Network.AWS.Types.AWSRequest Network.AWS.CodeDeploy.BatchGetDeployments.BatchGetDeployments
instance Network.AWS.Data.Headers.ToHeaders Network.AWS.CodeDeploy.BatchGetDeployments.BatchGetDeployments
instance Data.Aeson.Types.Class.ToJSON Network.AWS.CodeDeploy.BatchGetDeployments.BatchGetDeployments
instance Network.AWS.Data.Path.ToPath Network.AWS.CodeDeploy.BatchGetDeployments.BatchGetDeployments
instance Network.AWS.Data.Query.ToQuery Network.AWS.CodeDeploy.BatchGetDeployments.BatchGetDeployments
-- | Deploys an application revision through the specified deployment
-- group.
--
-- See: AWS API Reference for CreateDeployment.
module Network.AWS.CodeDeploy.CreateDeployment
-- | Creates a value of CreateDeployment with the minimum fields
-- required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
createDeployment :: Text -> CreateDeployment
-- | Represents the input of a create deployment operation.
--
-- See: createDeployment smart constructor.
data CreateDeployment
-- | The name of an existing deployment configuration associated with the
-- applicable IAM user or AWS account.
--
-- If not specified, the value configured in the deployment group will be
-- used as the default. If the deployment group does not have a
-- deployment configuration associated with it, then
-- CodeDeployDefault.OneAtATime will be used by default.
cdDeploymentConfigName :: Lens' CreateDeployment (Maybe Text)
-- | The type of revision to deploy, along with information about the
-- revision's location.
cdRevision :: Lens' CreateDeployment (Maybe RevisionLocation)
-- | A comment about the deployment.
cdDescription :: Lens' CreateDeployment (Maybe Text)
-- | The deployment group's name.
cdDeploymentGroupName :: Lens' CreateDeployment (Maybe Text)
-- | If set to true, then if the deployment causes the ApplicationStop
-- deployment lifecycle event to fail to a specific instance, the
-- deployment will not be considered to have failed to that instance at
-- that point and will continue on to the BeforeInstall deployment
-- lifecycle event.
--
-- If set to false or not specified, then if the deployment causes the
-- ApplicationStop deployment lifecycle event to fail to a specific
-- instance, the deployment will stop to that instance, and the
-- deployment to that instance will be considered to have failed.
cdIgnoreApplicationStopFailures :: Lens' CreateDeployment (Maybe Bool)
-- | The name of an existing AWS CodeDeploy application associated with the
-- applicable IAM user or AWS account.
cdApplicationName :: Lens' CreateDeployment Text
-- | Creates a value of CreateDeploymentResponse with the minimum
-- fields required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
createDeploymentResponse :: Int -> CreateDeploymentResponse
-- | Represents the output of a create deployment operation.
--
-- See: createDeploymentResponse smart constructor.
data CreateDeploymentResponse
-- | A unique deployment ID.
cdrsDeploymentId :: Lens' CreateDeploymentResponse (Maybe Text)
-- | The response status code.
cdrsResponseStatus :: Lens' CreateDeploymentResponse Int
instance GHC.Generics.Selector Network.AWS.CodeDeploy.CreateDeployment.S1_0_1CreateDeploymentResponse
instance GHC.Generics.Selector Network.AWS.CodeDeploy.CreateDeployment.S1_0_0CreateDeploymentResponse
instance GHC.Generics.Constructor Network.AWS.CodeDeploy.CreateDeployment.C1_0CreateDeploymentResponse
instance GHC.Generics.Datatype Network.AWS.CodeDeploy.CreateDeployment.D1CreateDeploymentResponse
instance GHC.Generics.Selector Network.AWS.CodeDeploy.CreateDeployment.S1_0_5CreateDeployment
instance GHC.Generics.Selector Network.AWS.CodeDeploy.CreateDeployment.S1_0_4CreateDeployment
instance GHC.Generics.Selector Network.AWS.CodeDeploy.CreateDeployment.S1_0_3CreateDeployment
instance GHC.Generics.Selector Network.AWS.CodeDeploy.CreateDeployment.S1_0_2CreateDeployment
instance GHC.Generics.Selector Network.AWS.CodeDeploy.CreateDeployment.S1_0_1CreateDeployment
instance GHC.Generics.Selector Network.AWS.CodeDeploy.CreateDeployment.S1_0_0CreateDeployment
instance GHC.Generics.Constructor Network.AWS.CodeDeploy.CreateDeployment.C1_0CreateDeployment
instance GHC.Generics.Datatype Network.AWS.CodeDeploy.CreateDeployment.D1CreateDeployment
instance GHC.Generics.Generic Network.AWS.CodeDeploy.CreateDeployment.CreateDeploymentResponse
instance Data.Data.Data Network.AWS.CodeDeploy.CreateDeployment.CreateDeploymentResponse
instance GHC.Show.Show Network.AWS.CodeDeploy.CreateDeployment.CreateDeploymentResponse
instance GHC.Read.Read Network.AWS.CodeDeploy.CreateDeployment.CreateDeploymentResponse
instance GHC.Classes.Eq Network.AWS.CodeDeploy.CreateDeployment.CreateDeploymentResponse
instance GHC.Generics.Generic Network.AWS.CodeDeploy.CreateDeployment.CreateDeployment
instance Data.Data.Data Network.AWS.CodeDeploy.CreateDeployment.CreateDeployment
instance GHC.Show.Show Network.AWS.CodeDeploy.CreateDeployment.CreateDeployment
instance GHC.Read.Read Network.AWS.CodeDeploy.CreateDeployment.CreateDeployment
instance GHC.Classes.Eq Network.AWS.CodeDeploy.CreateDeployment.CreateDeployment
instance Network.AWS.Types.AWSRequest Network.AWS.CodeDeploy.CreateDeployment.CreateDeployment
instance Network.AWS.Data.Headers.ToHeaders Network.AWS.CodeDeploy.CreateDeployment.CreateDeployment
instance Data.Aeson.Types.Class.ToJSON Network.AWS.CodeDeploy.CreateDeployment.CreateDeployment
instance Network.AWS.Data.Path.ToPath Network.AWS.CodeDeploy.CreateDeployment.CreateDeployment
instance Network.AWS.Data.Query.ToQuery Network.AWS.CodeDeploy.CreateDeployment.CreateDeployment
-- | Gets information about a deployment configuration.
--
-- See: AWS API Reference for GetDeploymentConfig.
module Network.AWS.CodeDeploy.GetDeploymentConfig
-- | Creates a value of GetDeploymentConfig with the minimum fields
-- required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
getDeploymentConfig :: Text -> GetDeploymentConfig
-- | Represents the input of a get deployment configuration operation.
--
-- See: getDeploymentConfig smart constructor.
data GetDeploymentConfig
-- | The name of an existing deployment configuration associated with the
-- applicable IAM user or AWS account.
gdcDeploymentConfigName :: Lens' GetDeploymentConfig Text
-- | Creates a value of GetDeploymentConfigResponse with the minimum
-- fields required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
getDeploymentConfigResponse :: Int -> GetDeploymentConfigResponse
-- | Represents the output of a get deployment configuration operation.
--
-- See: getDeploymentConfigResponse smart constructor.
data GetDeploymentConfigResponse
-- | Information about the deployment configuration.
gdcrsDeploymentConfigInfo :: Lens' GetDeploymentConfigResponse (Maybe DeploymentConfigInfo)
-- | The response status code.
gdcrsResponseStatus :: Lens' GetDeploymentConfigResponse Int
instance GHC.Generics.Selector Network.AWS.CodeDeploy.GetDeploymentConfig.S1_0_1GetDeploymentConfigResponse
instance GHC.Generics.Selector Network.AWS.CodeDeploy.GetDeploymentConfig.S1_0_0GetDeploymentConfigResponse
instance GHC.Generics.Constructor Network.AWS.CodeDeploy.GetDeploymentConfig.C1_0GetDeploymentConfigResponse
instance GHC.Generics.Datatype Network.AWS.CodeDeploy.GetDeploymentConfig.D1GetDeploymentConfigResponse
instance GHC.Generics.Selector Network.AWS.CodeDeploy.GetDeploymentConfig.S1_0_0GetDeploymentConfig
instance GHC.Generics.Constructor Network.AWS.CodeDeploy.GetDeploymentConfig.C1_0GetDeploymentConfig
instance GHC.Generics.Datatype Network.AWS.CodeDeploy.GetDeploymentConfig.D1GetDeploymentConfig
instance GHC.Generics.Generic Network.AWS.CodeDeploy.GetDeploymentConfig.GetDeploymentConfigResponse
instance Data.Data.Data Network.AWS.CodeDeploy.GetDeploymentConfig.GetDeploymentConfigResponse
instance GHC.Show.Show Network.AWS.CodeDeploy.GetDeploymentConfig.GetDeploymentConfigResponse
instance GHC.Read.Read Network.AWS.CodeDeploy.GetDeploymentConfig.GetDeploymentConfigResponse
instance GHC.Classes.Eq Network.AWS.CodeDeploy.GetDeploymentConfig.GetDeploymentConfigResponse
instance GHC.Generics.Generic Network.AWS.CodeDeploy.GetDeploymentConfig.GetDeploymentConfig
instance Data.Data.Data Network.AWS.CodeDeploy.GetDeploymentConfig.GetDeploymentConfig
instance GHC.Show.Show Network.AWS.CodeDeploy.GetDeploymentConfig.GetDeploymentConfig
instance GHC.Read.Read Network.AWS.CodeDeploy.GetDeploymentConfig.GetDeploymentConfig
instance GHC.Classes.Eq Network.AWS.CodeDeploy.GetDeploymentConfig.GetDeploymentConfig
instance Network.AWS.Types.AWSRequest Network.AWS.CodeDeploy.GetDeploymentConfig.GetDeploymentConfig
instance Network.AWS.Data.Headers.ToHeaders Network.AWS.CodeDeploy.GetDeploymentConfig.GetDeploymentConfig
instance Data.Aeson.Types.Class.ToJSON Network.AWS.CodeDeploy.GetDeploymentConfig.GetDeploymentConfig
instance Network.AWS.Data.Path.ToPath Network.AWS.CodeDeploy.GetDeploymentConfig.GetDeploymentConfig
instance Network.AWS.Data.Query.ToQuery Network.AWS.CodeDeploy.GetDeploymentConfig.GetDeploymentConfig
-- | Deletes a deployment configuration.
--
-- A deployment configuration cannot be deleted if it is currently in
-- use. Also, predefined configurations cannot be deleted.
--
-- See: AWS API Reference for DeleteDeploymentConfig.
module Network.AWS.CodeDeploy.DeleteDeploymentConfig
-- | Creates a value of DeleteDeploymentConfig with the minimum
-- fields required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
deleteDeploymentConfig :: Text -> DeleteDeploymentConfig
-- | Represents the input of a delete deployment configuration operation.
--
-- See: deleteDeploymentConfig smart constructor.
data DeleteDeploymentConfig
-- | The name of an existing deployment configuration associated with the
-- applicable IAM user or AWS account.
ddcDeploymentConfigName :: Lens' DeleteDeploymentConfig Text
-- | Creates a value of DeleteDeploymentConfigResponse with the
-- minimum fields required to make a request.
deleteDeploymentConfigResponse :: DeleteDeploymentConfigResponse
-- | See: deleteDeploymentConfigResponse smart constructor.
data DeleteDeploymentConfigResponse
instance GHC.Generics.Constructor Network.AWS.CodeDeploy.DeleteDeploymentConfig.C1_0DeleteDeploymentConfigResponse
instance GHC.Generics.Datatype Network.AWS.CodeDeploy.DeleteDeploymentConfig.D1DeleteDeploymentConfigResponse
instance GHC.Generics.Selector Network.AWS.CodeDeploy.DeleteDeploymentConfig.S1_0_0DeleteDeploymentConfig
instance GHC.Generics.Constructor Network.AWS.CodeDeploy.DeleteDeploymentConfig.C1_0DeleteDeploymentConfig
instance GHC.Generics.Datatype Network.AWS.CodeDeploy.DeleteDeploymentConfig.D1DeleteDeploymentConfig
instance GHC.Generics.Generic Network.AWS.CodeDeploy.DeleteDeploymentConfig.DeleteDeploymentConfigResponse
instance Data.Data.Data Network.AWS.CodeDeploy.DeleteDeploymentConfig.DeleteDeploymentConfigResponse
instance GHC.Show.Show Network.AWS.CodeDeploy.DeleteDeploymentConfig.DeleteDeploymentConfigResponse
instance GHC.Read.Read Network.AWS.CodeDeploy.DeleteDeploymentConfig.DeleteDeploymentConfigResponse
instance GHC.Classes.Eq Network.AWS.CodeDeploy.DeleteDeploymentConfig.DeleteDeploymentConfigResponse
instance GHC.Generics.Generic Network.AWS.CodeDeploy.DeleteDeploymentConfig.DeleteDeploymentConfig
instance Data.Data.Data Network.AWS.CodeDeploy.DeleteDeploymentConfig.DeleteDeploymentConfig
instance GHC.Show.Show Network.AWS.CodeDeploy.DeleteDeploymentConfig.DeleteDeploymentConfig
instance GHC.Read.Read Network.AWS.CodeDeploy.DeleteDeploymentConfig.DeleteDeploymentConfig
instance GHC.Classes.Eq Network.AWS.CodeDeploy.DeleteDeploymentConfig.DeleteDeploymentConfig
instance Network.AWS.Types.AWSRequest Network.AWS.CodeDeploy.DeleteDeploymentConfig.DeleteDeploymentConfig
instance Network.AWS.Data.Headers.ToHeaders Network.AWS.CodeDeploy.DeleteDeploymentConfig.DeleteDeploymentConfig
instance Data.Aeson.Types.Class.ToJSON Network.AWS.CodeDeploy.DeleteDeploymentConfig.DeleteDeploymentConfig
instance Network.AWS.Data.Path.ToPath Network.AWS.CodeDeploy.DeleteDeploymentConfig.DeleteDeploymentConfig
instance Network.AWS.Data.Query.ToQuery Network.AWS.CodeDeploy.DeleteDeploymentConfig.DeleteDeploymentConfig
-- | Gets information about a deployment.
--
-- See: AWS API Reference for GetDeployment.
module Network.AWS.CodeDeploy.GetDeployment
-- | Creates a value of GetDeployment with the minimum fields
-- required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
getDeployment :: Text -> GetDeployment
-- | Represents the input of a get deployment operation.
--
-- See: getDeployment smart constructor.
data GetDeployment
-- | An existing deployment ID associated with the applicable IAM user or
-- AWS account.
gdDeploymentId :: Lens' GetDeployment Text
-- | Creates a value of GetDeploymentResponse with the minimum
-- fields required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
getDeploymentResponse :: Int -> GetDeploymentResponse
-- | Represents the output of a get deployment operation.
--
-- See: getDeploymentResponse smart constructor.
data GetDeploymentResponse
-- | Information about the deployment.
gdrsDeploymentInfo :: Lens' GetDeploymentResponse (Maybe DeploymentInfo)
-- | The response status code.
gdrsResponseStatus :: Lens' GetDeploymentResponse Int
instance GHC.Generics.Selector Network.AWS.CodeDeploy.GetDeployment.S1_0_1GetDeploymentResponse
instance GHC.Generics.Selector Network.AWS.CodeDeploy.GetDeployment.S1_0_0GetDeploymentResponse
instance GHC.Generics.Constructor Network.AWS.CodeDeploy.GetDeployment.C1_0GetDeploymentResponse
instance GHC.Generics.Datatype Network.AWS.CodeDeploy.GetDeployment.D1GetDeploymentResponse
instance GHC.Generics.Selector Network.AWS.CodeDeploy.GetDeployment.S1_0_0GetDeployment
instance GHC.Generics.Constructor Network.AWS.CodeDeploy.GetDeployment.C1_0GetDeployment
instance GHC.Generics.Datatype Network.AWS.CodeDeploy.GetDeployment.D1GetDeployment
instance GHC.Generics.Generic Network.AWS.CodeDeploy.GetDeployment.GetDeploymentResponse
instance Data.Data.Data Network.AWS.CodeDeploy.GetDeployment.GetDeploymentResponse
instance GHC.Show.Show Network.AWS.CodeDeploy.GetDeployment.GetDeploymentResponse
instance GHC.Read.Read Network.AWS.CodeDeploy.GetDeployment.GetDeploymentResponse
instance GHC.Classes.Eq Network.AWS.CodeDeploy.GetDeployment.GetDeploymentResponse
instance GHC.Generics.Generic Network.AWS.CodeDeploy.GetDeployment.GetDeployment
instance Data.Data.Data Network.AWS.CodeDeploy.GetDeployment.GetDeployment
instance GHC.Show.Show Network.AWS.CodeDeploy.GetDeployment.GetDeployment
instance GHC.Read.Read Network.AWS.CodeDeploy.GetDeployment.GetDeployment
instance GHC.Classes.Eq Network.AWS.CodeDeploy.GetDeployment.GetDeployment
instance Network.AWS.Types.AWSRequest Network.AWS.CodeDeploy.GetDeployment.GetDeployment
instance Network.AWS.Data.Headers.ToHeaders Network.AWS.CodeDeploy.GetDeployment.GetDeployment
instance Data.Aeson.Types.Class.ToJSON Network.AWS.CodeDeploy.GetDeployment.GetDeployment
instance Network.AWS.Data.Path.ToPath Network.AWS.CodeDeploy.GetDeployment.GetDeployment
instance Network.AWS.Data.Query.ToQuery Network.AWS.CodeDeploy.GetDeployment.GetDeployment
-- | Gets information about an application revision.
--
-- See: AWS API Reference for GetApplicationRevision.
module Network.AWS.CodeDeploy.GetApplicationRevision
-- | Creates a value of GetApplicationRevision with the minimum
-- fields required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
getApplicationRevision :: Text -> RevisionLocation -> GetApplicationRevision
-- | Represents the input of a get application revision operation.
--
-- See: getApplicationRevision smart constructor.
data GetApplicationRevision
-- | The name of the application that corresponds to the revision.
garApplicationName :: Lens' GetApplicationRevision Text
-- | Information about the application revision to get, including the
-- revision's type and its location.
garRevision :: Lens' GetApplicationRevision RevisionLocation
-- | Creates a value of GetApplicationRevisionResponse with the
-- minimum fields required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
getApplicationRevisionResponse :: Int -> GetApplicationRevisionResponse
-- | Represents the output of a get application revision operation.
--
-- See: getApplicationRevisionResponse smart constructor.
data GetApplicationRevisionResponse
-- | The name of the application that corresponds to the revision.
garrsApplicationName :: Lens' GetApplicationRevisionResponse (Maybe Text)
-- | General information about the revision.
garrsRevisionInfo :: Lens' GetApplicationRevisionResponse (Maybe GenericRevisionInfo)
-- | Additional information about the revision, including the revision's
-- type and its location.
garrsRevision :: Lens' GetApplicationRevisionResponse (Maybe RevisionLocation)
-- | The response status code.
garrsResponseStatus :: Lens' GetApplicationRevisionResponse Int
instance GHC.Generics.Selector Network.AWS.CodeDeploy.GetApplicationRevision.S1_0_3GetApplicationRevisionResponse
instance GHC.Generics.Selector Network.AWS.CodeDeploy.GetApplicationRevision.S1_0_2GetApplicationRevisionResponse
instance GHC.Generics.Selector Network.AWS.CodeDeploy.GetApplicationRevision.S1_0_1GetApplicationRevisionResponse
instance GHC.Generics.Selector Network.AWS.CodeDeploy.GetApplicationRevision.S1_0_0GetApplicationRevisionResponse
instance GHC.Generics.Constructor Network.AWS.CodeDeploy.GetApplicationRevision.C1_0GetApplicationRevisionResponse
instance GHC.Generics.Datatype Network.AWS.CodeDeploy.GetApplicationRevision.D1GetApplicationRevisionResponse
instance GHC.Generics.Selector Network.AWS.CodeDeploy.GetApplicationRevision.S1_0_1GetApplicationRevision
instance GHC.Generics.Selector Network.AWS.CodeDeploy.GetApplicationRevision.S1_0_0GetApplicationRevision
instance GHC.Generics.Constructor Network.AWS.CodeDeploy.GetApplicationRevision.C1_0GetApplicationRevision
instance GHC.Generics.Datatype Network.AWS.CodeDeploy.GetApplicationRevision.D1GetApplicationRevision
instance GHC.Generics.Generic Network.AWS.CodeDeploy.GetApplicationRevision.GetApplicationRevisionResponse
instance Data.Data.Data Network.AWS.CodeDeploy.GetApplicationRevision.GetApplicationRevisionResponse
instance GHC.Show.Show Network.AWS.CodeDeploy.GetApplicationRevision.GetApplicationRevisionResponse
instance GHC.Read.Read Network.AWS.CodeDeploy.GetApplicationRevision.GetApplicationRevisionResponse
instance GHC.Classes.Eq Network.AWS.CodeDeploy.GetApplicationRevision.GetApplicationRevisionResponse
instance GHC.Generics.Generic Network.AWS.CodeDeploy.GetApplicationRevision.GetApplicationRevision
instance Data.Data.Data Network.AWS.CodeDeploy.GetApplicationRevision.GetApplicationRevision
instance GHC.Show.Show Network.AWS.CodeDeploy.GetApplicationRevision.GetApplicationRevision
instance GHC.Read.Read Network.AWS.CodeDeploy.GetApplicationRevision.GetApplicationRevision
instance GHC.Classes.Eq Network.AWS.CodeDeploy.GetApplicationRevision.GetApplicationRevision
instance Network.AWS.Types.AWSRequest Network.AWS.CodeDeploy.GetApplicationRevision.GetApplicationRevision
instance Network.AWS.Data.Headers.ToHeaders Network.AWS.CodeDeploy.GetApplicationRevision.GetApplicationRevision
instance Data.Aeson.Types.Class.ToJSON Network.AWS.CodeDeploy.GetApplicationRevision.GetApplicationRevision
instance Network.AWS.Data.Path.ToPath Network.AWS.CodeDeploy.GetApplicationRevision.GetApplicationRevision
instance Network.AWS.Data.Query.ToQuery Network.AWS.CodeDeploy.GetApplicationRevision.GetApplicationRevision
-- | Creates a new deployment configuration.
--
-- See: AWS API Reference for CreateDeploymentConfig.
module Network.AWS.CodeDeploy.CreateDeploymentConfig
-- | Creates a value of CreateDeploymentConfig with the minimum
-- fields required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
createDeploymentConfig :: Text -> CreateDeploymentConfig
-- | Represents the input of a create deployment configuration operation.
--
-- See: createDeploymentConfig smart constructor.
data CreateDeploymentConfig
-- | 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, then at the start of
-- the deployment AWS CodeDeploy converts the percentage to the
-- equivalent number of instances and rounds fractional instances
-- up.
--
--
-- The value parameter takes an integer.
--
-- For example, to set a minimum of 95% healthy instances, specify a type
-- of FLEET_PERCENT and a value of 95.
cdcMinimumHealthyHosts :: Lens' CreateDeploymentConfig (Maybe MinimumHealthyHosts)
-- | The name of the deployment configuration to create.
cdcDeploymentConfigName :: Lens' CreateDeploymentConfig Text
-- | Creates a value of CreateDeploymentConfigResponse with the
-- minimum fields required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
createDeploymentConfigResponse :: Int -> CreateDeploymentConfigResponse
-- | Represents the output of a create deployment configuration operation.
--
-- See: createDeploymentConfigResponse smart constructor.
data CreateDeploymentConfigResponse
-- | A unique deployment configuration ID.
cdcrsDeploymentConfigId :: Lens' CreateDeploymentConfigResponse (Maybe Text)
-- | The response status code.
cdcrsResponseStatus :: Lens' CreateDeploymentConfigResponse Int
instance GHC.Generics.Selector Network.AWS.CodeDeploy.CreateDeploymentConfig.S1_0_1CreateDeploymentConfigResponse
instance GHC.Generics.Selector Network.AWS.CodeDeploy.CreateDeploymentConfig.S1_0_0CreateDeploymentConfigResponse
instance GHC.Generics.Constructor Network.AWS.CodeDeploy.CreateDeploymentConfig.C1_0CreateDeploymentConfigResponse
instance GHC.Generics.Datatype Network.AWS.CodeDeploy.CreateDeploymentConfig.D1CreateDeploymentConfigResponse
instance GHC.Generics.Selector Network.AWS.CodeDeploy.CreateDeploymentConfig.S1_0_1CreateDeploymentConfig
instance GHC.Generics.Selector Network.AWS.CodeDeploy.CreateDeploymentConfig.S1_0_0CreateDeploymentConfig
instance GHC.Generics.Constructor Network.AWS.CodeDeploy.CreateDeploymentConfig.C1_0CreateDeploymentConfig
instance GHC.Generics.Datatype Network.AWS.CodeDeploy.CreateDeploymentConfig.D1CreateDeploymentConfig
instance GHC.Generics.Generic Network.AWS.CodeDeploy.CreateDeploymentConfig.CreateDeploymentConfigResponse
instance Data.Data.Data Network.AWS.CodeDeploy.CreateDeploymentConfig.CreateDeploymentConfigResponse
instance GHC.Show.Show Network.AWS.CodeDeploy.CreateDeploymentConfig.CreateDeploymentConfigResponse
instance GHC.Read.Read Network.AWS.CodeDeploy.CreateDeploymentConfig.CreateDeploymentConfigResponse
instance GHC.Classes.Eq Network.AWS.CodeDeploy.CreateDeploymentConfig.CreateDeploymentConfigResponse
instance GHC.Generics.Generic Network.AWS.CodeDeploy.CreateDeploymentConfig.CreateDeploymentConfig
instance Data.Data.Data Network.AWS.CodeDeploy.CreateDeploymentConfig.CreateDeploymentConfig
instance GHC.Show.Show Network.AWS.CodeDeploy.CreateDeploymentConfig.CreateDeploymentConfig
instance GHC.Read.Read Network.AWS.CodeDeploy.CreateDeploymentConfig.CreateDeploymentConfig
instance GHC.Classes.Eq Network.AWS.CodeDeploy.CreateDeploymentConfig.CreateDeploymentConfig
instance Network.AWS.Types.AWSRequest Network.AWS.CodeDeploy.CreateDeploymentConfig.CreateDeploymentConfig
instance Network.AWS.Data.Headers.ToHeaders Network.AWS.CodeDeploy.CreateDeploymentConfig.CreateDeploymentConfig
instance Data.Aeson.Types.Class.ToJSON Network.AWS.CodeDeploy.CreateDeploymentConfig.CreateDeploymentConfig
instance Network.AWS.Data.Path.ToPath Network.AWS.CodeDeploy.CreateDeploymentConfig.CreateDeploymentConfig
instance Network.AWS.Data.Query.ToQuery Network.AWS.CodeDeploy.CreateDeploymentConfig.CreateDeploymentConfig
-- | Gets a list of one or more on-premises instance names.
--
-- Unless otherwise specified, both registered and deregistered
-- on-premises instance names will be listed. To list only registered or
-- deregistered on-premises instance names, use the registration status
-- parameter.
--
-- See: AWS API Reference for ListOnPremisesInstances.
module Network.AWS.CodeDeploy.ListOnPremisesInstances
-- | Creates a value of ListOnPremisesInstances with the minimum
-- fields required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
listOnPremisesInstances :: ListOnPremisesInstances
-- | Represents the input of a list on-premises instances operation.
--
-- .
--
-- See: listOnPremisesInstances smart constructor.
data ListOnPremisesInstances
-- | The on-premises instance tags that will be used to restrict the
-- corresponding on-premises instance names that are returned.
lopiTagFilters :: Lens' ListOnPremisesInstances [TagFilter]
-- | An identifier that was returned from the previous list on-premises
-- instances call, which can be used to return the next set of
-- on-premises instances in the list.
lopiNextToken :: Lens' ListOnPremisesInstances (Maybe Text)
-- | The on-premises instances registration status:
--
--
-- - Deregistered: Include in the resulting list deregistered
-- on-premises instances.
-- - Registered: Include in the resulting list registered on-premises
-- instances.
--
lopiRegistrationStatus :: Lens' ListOnPremisesInstances (Maybe RegistrationStatus)
-- | Creates a value of ListOnPremisesInstancesResponse with the
-- minimum fields required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
listOnPremisesInstancesResponse :: Int -> ListOnPremisesInstancesResponse
-- | Represents the output of list on-premises instances operation.
--
-- See: listOnPremisesInstancesResponse smart constructor.
data ListOnPremisesInstancesResponse
-- | If the amount of information that is returned is significantly large,
-- an identifier will also be returned, which can be used in a subsequent
-- list on-premises instances call to return the next set of on-premises
-- instances in the list.
lopirsNextToken :: Lens' ListOnPremisesInstancesResponse (Maybe Text)
-- | The list of matching on-premises instance names.
lopirsInstanceNames :: Lens' ListOnPremisesInstancesResponse [Text]
-- | The response status code.
lopirsResponseStatus :: Lens' ListOnPremisesInstancesResponse Int
instance GHC.Generics.Selector Network.AWS.CodeDeploy.ListOnPremisesInstances.S1_0_2ListOnPremisesInstancesResponse
instance GHC.Generics.Selector Network.AWS.CodeDeploy.ListOnPremisesInstances.S1_0_1ListOnPremisesInstancesResponse
instance GHC.Generics.Selector Network.AWS.CodeDeploy.ListOnPremisesInstances.S1_0_0ListOnPremisesInstancesResponse
instance GHC.Generics.Constructor Network.AWS.CodeDeploy.ListOnPremisesInstances.C1_0ListOnPremisesInstancesResponse
instance GHC.Generics.Datatype Network.AWS.CodeDeploy.ListOnPremisesInstances.D1ListOnPremisesInstancesResponse
instance GHC.Generics.Selector Network.AWS.CodeDeploy.ListOnPremisesInstances.S1_0_2ListOnPremisesInstances
instance GHC.Generics.Selector Network.AWS.CodeDeploy.ListOnPremisesInstances.S1_0_1ListOnPremisesInstances
instance GHC.Generics.Selector Network.AWS.CodeDeploy.ListOnPremisesInstances.S1_0_0ListOnPremisesInstances
instance GHC.Generics.Constructor Network.AWS.CodeDeploy.ListOnPremisesInstances.C1_0ListOnPremisesInstances
instance GHC.Generics.Datatype Network.AWS.CodeDeploy.ListOnPremisesInstances.D1ListOnPremisesInstances
instance GHC.Generics.Generic Network.AWS.CodeDeploy.ListOnPremisesInstances.ListOnPremisesInstancesResponse
instance Data.Data.Data Network.AWS.CodeDeploy.ListOnPremisesInstances.ListOnPremisesInstancesResponse
instance GHC.Show.Show Network.AWS.CodeDeploy.ListOnPremisesInstances.ListOnPremisesInstancesResponse
instance GHC.Read.Read Network.AWS.CodeDeploy.ListOnPremisesInstances.ListOnPremisesInstancesResponse
instance GHC.Classes.Eq Network.AWS.CodeDeploy.ListOnPremisesInstances.ListOnPremisesInstancesResponse
instance GHC.Generics.Generic Network.AWS.CodeDeploy.ListOnPremisesInstances.ListOnPremisesInstances
instance Data.Data.Data Network.AWS.CodeDeploy.ListOnPremisesInstances.ListOnPremisesInstances
instance GHC.Show.Show Network.AWS.CodeDeploy.ListOnPremisesInstances.ListOnPremisesInstances
instance GHC.Read.Read Network.AWS.CodeDeploy.ListOnPremisesInstances.ListOnPremisesInstances
instance GHC.Classes.Eq Network.AWS.CodeDeploy.ListOnPremisesInstances.ListOnPremisesInstances
instance Network.AWS.Types.AWSRequest Network.AWS.CodeDeploy.ListOnPremisesInstances.ListOnPremisesInstances
instance Network.AWS.Data.Headers.ToHeaders Network.AWS.CodeDeploy.ListOnPremisesInstances.ListOnPremisesInstances
instance Data.Aeson.Types.Class.ToJSON Network.AWS.CodeDeploy.ListOnPremisesInstances.ListOnPremisesInstances
instance Network.AWS.Data.Path.ToPath Network.AWS.CodeDeploy.ListOnPremisesInstances.ListOnPremisesInstances
instance Network.AWS.Data.Query.ToQuery Network.AWS.CodeDeploy.ListOnPremisesInstances.ListOnPremisesInstances
-- | Changes information about an existing deployment group.
--
-- See: AWS API Reference for UpdateDeploymentGroup.
module Network.AWS.CodeDeploy.UpdateDeploymentGroup
-- | Creates a value of UpdateDeploymentGroup with the minimum
-- fields required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
updateDeploymentGroup :: Text -> Text -> UpdateDeploymentGroup
-- | Represents the input of an update deployment group operation.
--
-- See: updateDeploymentGroup smart constructor.
data UpdateDeploymentGroup
-- | A replacement service role's ARN, if you want to change it.
udgServiceRoleARN :: Lens' UpdateDeploymentGroup (Maybe Text)
-- | The replacement deployment configuration name to use, if you want to
-- change it.
udgDeploymentConfigName :: Lens' UpdateDeploymentGroup (Maybe Text)
-- | The new name of the deployment group, if you want to change it.
udgNewDeploymentGroupName :: Lens' UpdateDeploymentGroup (Maybe Text)
-- | The replacement set of Amazon EC2 tags to filter on, if you want to
-- change them.
udgEc2TagFilters :: Lens' UpdateDeploymentGroup [EC2TagFilter]
-- | The replacement set of on-premises instance tags for filter on, if you
-- want to change them.
udgOnPremisesInstanceTagFilters :: Lens' UpdateDeploymentGroup [TagFilter]
-- | The replacement list of Auto Scaling groups to be included in the
-- deployment group, if you want to change them.
udgAutoScalingGroups :: Lens' UpdateDeploymentGroup [Text]
-- | The application name corresponding to the deployment group to update.
udgApplicationName :: Lens' UpdateDeploymentGroup Text
-- | The current name of the existing deployment group.
udgCurrentDeploymentGroupName :: Lens' UpdateDeploymentGroup Text
-- | Creates a value of UpdateDeploymentGroupResponse with the
-- minimum fields required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
updateDeploymentGroupResponse :: Int -> UpdateDeploymentGroupResponse
-- | Represents the output of an update deployment group operation.
--
-- See: updateDeploymentGroupResponse smart constructor.
data UpdateDeploymentGroupResponse
-- | If the output contains no data, and the corresponding deployment group
-- contained at least one Auto Scaling group, AWS CodeDeploy successfully
-- removed all corresponding Auto Scaling lifecycle event hooks from the
-- AWS account. If the output does contain data, AWS CodeDeploy could not
-- remove some Auto Scaling lifecycle event hooks from the AWS account.
udgrsHooksNotCleanedUp :: Lens' UpdateDeploymentGroupResponse [AutoScalingGroup]
-- | The response status code.
udgrsResponseStatus :: Lens' UpdateDeploymentGroupResponse Int
instance GHC.Generics.Selector Network.AWS.CodeDeploy.UpdateDeploymentGroup.S1_0_1UpdateDeploymentGroupResponse
instance GHC.Generics.Selector Network.AWS.CodeDeploy.UpdateDeploymentGroup.S1_0_0UpdateDeploymentGroupResponse
instance GHC.Generics.Constructor Network.AWS.CodeDeploy.UpdateDeploymentGroup.C1_0UpdateDeploymentGroupResponse
instance GHC.Generics.Datatype Network.AWS.CodeDeploy.UpdateDeploymentGroup.D1UpdateDeploymentGroupResponse
instance GHC.Generics.Selector Network.AWS.CodeDeploy.UpdateDeploymentGroup.S1_0_7UpdateDeploymentGroup
instance GHC.Generics.Selector Network.AWS.CodeDeploy.UpdateDeploymentGroup.S1_0_6UpdateDeploymentGroup
instance GHC.Generics.Selector Network.AWS.CodeDeploy.UpdateDeploymentGroup.S1_0_5UpdateDeploymentGroup
instance GHC.Generics.Selector Network.AWS.CodeDeploy.UpdateDeploymentGroup.S1_0_4UpdateDeploymentGroup
instance GHC.Generics.Selector Network.AWS.CodeDeploy.UpdateDeploymentGroup.S1_0_3UpdateDeploymentGroup
instance GHC.Generics.Selector Network.AWS.CodeDeploy.UpdateDeploymentGroup.S1_0_2UpdateDeploymentGroup
instance GHC.Generics.Selector Network.AWS.CodeDeploy.UpdateDeploymentGroup.S1_0_1UpdateDeploymentGroup
instance GHC.Generics.Selector Network.AWS.CodeDeploy.UpdateDeploymentGroup.S1_0_0UpdateDeploymentGroup
instance GHC.Generics.Constructor Network.AWS.CodeDeploy.UpdateDeploymentGroup.C1_0UpdateDeploymentGroup
instance GHC.Generics.Datatype Network.AWS.CodeDeploy.UpdateDeploymentGroup.D1UpdateDeploymentGroup
instance GHC.Generics.Generic Network.AWS.CodeDeploy.UpdateDeploymentGroup.UpdateDeploymentGroupResponse
instance Data.Data.Data Network.AWS.CodeDeploy.UpdateDeploymentGroup.UpdateDeploymentGroupResponse
instance GHC.Show.Show Network.AWS.CodeDeploy.UpdateDeploymentGroup.UpdateDeploymentGroupResponse
instance GHC.Read.Read Network.AWS.CodeDeploy.UpdateDeploymentGroup.UpdateDeploymentGroupResponse
instance GHC.Classes.Eq Network.AWS.CodeDeploy.UpdateDeploymentGroup.UpdateDeploymentGroupResponse
instance GHC.Generics.Generic Network.AWS.CodeDeploy.UpdateDeploymentGroup.UpdateDeploymentGroup
instance Data.Data.Data Network.AWS.CodeDeploy.UpdateDeploymentGroup.UpdateDeploymentGroup
instance GHC.Show.Show Network.AWS.CodeDeploy.UpdateDeploymentGroup.UpdateDeploymentGroup
instance GHC.Read.Read Network.AWS.CodeDeploy.UpdateDeploymentGroup.UpdateDeploymentGroup
instance GHC.Classes.Eq Network.AWS.CodeDeploy.UpdateDeploymentGroup.UpdateDeploymentGroup
instance Network.AWS.Types.AWSRequest Network.AWS.CodeDeploy.UpdateDeploymentGroup.UpdateDeploymentGroup
instance Network.AWS.Data.Headers.ToHeaders Network.AWS.CodeDeploy.UpdateDeploymentGroup.UpdateDeploymentGroup
instance Data.Aeson.Types.Class.ToJSON Network.AWS.CodeDeploy.UpdateDeploymentGroup.UpdateDeploymentGroup
instance Network.AWS.Data.Path.ToPath Network.AWS.CodeDeploy.UpdateDeploymentGroup.UpdateDeploymentGroup
instance Network.AWS.Data.Query.ToQuery Network.AWS.CodeDeploy.UpdateDeploymentGroup.UpdateDeploymentGroup
-- | Deletes a deployment group.
--
-- See: AWS API Reference for DeleteDeploymentGroup.
module Network.AWS.CodeDeploy.DeleteDeploymentGroup
-- | Creates a value of DeleteDeploymentGroup with the minimum
-- fields required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
deleteDeploymentGroup :: Text -> Text -> DeleteDeploymentGroup
-- | Represents the input of a delete deployment group operation.
--
-- See: deleteDeploymentGroup smart constructor.
data DeleteDeploymentGroup
-- | The name of an existing AWS CodeDeploy application associated with the
-- applicable IAM user or AWS account.
ddgApplicationName :: Lens' DeleteDeploymentGroup Text
-- | The name of an existing deployment group for the specified
-- application.
ddgDeploymentGroupName :: Lens' DeleteDeploymentGroup Text
-- | Creates a value of DeleteDeploymentGroupResponse with the
-- minimum fields required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
deleteDeploymentGroupResponse :: Int -> DeleteDeploymentGroupResponse
-- | Represents the output of a delete deployment group operation.
--
-- See: deleteDeploymentGroupResponse smart constructor.
data DeleteDeploymentGroupResponse
-- | If the output contains no data, and the corresponding deployment group
-- contained at least one Auto Scaling group, AWS CodeDeploy successfully
-- removed all corresponding Auto Scaling lifecycle event hooks from the
-- Amazon EC2 instances in the Auto Scaling. If the output does contain
-- data, AWS CodeDeploy could not remove some Auto Scaling lifecycle
-- event hooks from the Amazon EC2 instances in the Auto Scaling group.
ddgrsHooksNotCleanedUp :: Lens' DeleteDeploymentGroupResponse [AutoScalingGroup]
-- | The response status code.
ddgrsResponseStatus :: Lens' DeleteDeploymentGroupResponse Int
instance GHC.Generics.Selector Network.AWS.CodeDeploy.DeleteDeploymentGroup.S1_0_1DeleteDeploymentGroupResponse
instance GHC.Generics.Selector Network.AWS.CodeDeploy.DeleteDeploymentGroup.S1_0_0DeleteDeploymentGroupResponse
instance GHC.Generics.Constructor Network.AWS.CodeDeploy.DeleteDeploymentGroup.C1_0DeleteDeploymentGroupResponse
instance GHC.Generics.Datatype Network.AWS.CodeDeploy.DeleteDeploymentGroup.D1DeleteDeploymentGroupResponse
instance GHC.Generics.Selector Network.AWS.CodeDeploy.DeleteDeploymentGroup.S1_0_1DeleteDeploymentGroup
instance GHC.Generics.Selector Network.AWS.CodeDeploy.DeleteDeploymentGroup.S1_0_0DeleteDeploymentGroup
instance GHC.Generics.Constructor Network.AWS.CodeDeploy.DeleteDeploymentGroup.C1_0DeleteDeploymentGroup
instance GHC.Generics.Datatype Network.AWS.CodeDeploy.DeleteDeploymentGroup.D1DeleteDeploymentGroup
instance GHC.Generics.Generic Network.AWS.CodeDeploy.DeleteDeploymentGroup.DeleteDeploymentGroupResponse
instance Data.Data.Data Network.AWS.CodeDeploy.DeleteDeploymentGroup.DeleteDeploymentGroupResponse
instance GHC.Show.Show Network.AWS.CodeDeploy.DeleteDeploymentGroup.DeleteDeploymentGroupResponse
instance GHC.Read.Read Network.AWS.CodeDeploy.DeleteDeploymentGroup.DeleteDeploymentGroupResponse
instance GHC.Classes.Eq Network.AWS.CodeDeploy.DeleteDeploymentGroup.DeleteDeploymentGroupResponse
instance GHC.Generics.Generic Network.AWS.CodeDeploy.DeleteDeploymentGroup.DeleteDeploymentGroup
instance Data.Data.Data Network.AWS.CodeDeploy.DeleteDeploymentGroup.DeleteDeploymentGroup
instance GHC.Show.Show Network.AWS.CodeDeploy.DeleteDeploymentGroup.DeleteDeploymentGroup
instance GHC.Read.Read Network.AWS.CodeDeploy.DeleteDeploymentGroup.DeleteDeploymentGroup
instance GHC.Classes.Eq Network.AWS.CodeDeploy.DeleteDeploymentGroup.DeleteDeploymentGroup
instance Network.AWS.Types.AWSRequest Network.AWS.CodeDeploy.DeleteDeploymentGroup.DeleteDeploymentGroup
instance Network.AWS.Data.Headers.ToHeaders Network.AWS.CodeDeploy.DeleteDeploymentGroup.DeleteDeploymentGroup
instance Data.Aeson.Types.Class.ToJSON Network.AWS.CodeDeploy.DeleteDeploymentGroup.DeleteDeploymentGroup
instance Network.AWS.Data.Path.ToPath Network.AWS.CodeDeploy.DeleteDeploymentGroup.DeleteDeploymentGroup
instance Network.AWS.Data.Query.ToQuery Network.AWS.CodeDeploy.DeleteDeploymentGroup.DeleteDeploymentGroup
-- | Removes one or more tags from one or more on-premises instances.
--
-- See: AWS API Reference for
-- RemoveTagsFromOnPremisesInstances.
module Network.AWS.CodeDeploy.RemoveTagsFromOnPremisesInstances
-- | Creates a value of RemoveTagsFromOnPremisesInstances with the
-- minimum fields required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
removeTagsFromOnPremisesInstances :: RemoveTagsFromOnPremisesInstances
-- | Represents the input of a remove tags from on-premises instances
-- operation.
--
-- See: removeTagsFromOnPremisesInstances smart
-- constructor.
data RemoveTagsFromOnPremisesInstances
-- | The tag key-value pairs to remove from the on-premises instances.
rtfopiTags :: Lens' RemoveTagsFromOnPremisesInstances [Tag]
-- | The names of the on-premises instances to remove tags from.
rtfopiInstanceNames :: Lens' RemoveTagsFromOnPremisesInstances [Text]
-- | Creates a value of RemoveTagsFromOnPremisesInstancesResponse
-- with the minimum fields required to make a request.
removeTagsFromOnPremisesInstancesResponse :: RemoveTagsFromOnPremisesInstancesResponse
-- | See: removeTagsFromOnPremisesInstancesResponse smart
-- constructor.
data RemoveTagsFromOnPremisesInstancesResponse
instance GHC.Generics.Constructor Network.AWS.CodeDeploy.RemoveTagsFromOnPremisesInstances.C1_0RemoveTagsFromOnPremisesInstancesResponse
instance GHC.Generics.Datatype Network.AWS.CodeDeploy.RemoveTagsFromOnPremisesInstances.D1RemoveTagsFromOnPremisesInstancesResponse
instance GHC.Generics.Selector Network.AWS.CodeDeploy.RemoveTagsFromOnPremisesInstances.S1_0_1RemoveTagsFromOnPremisesInstances
instance GHC.Generics.Selector Network.AWS.CodeDeploy.RemoveTagsFromOnPremisesInstances.S1_0_0RemoveTagsFromOnPremisesInstances
instance GHC.Generics.Constructor Network.AWS.CodeDeploy.RemoveTagsFromOnPremisesInstances.C1_0RemoveTagsFromOnPremisesInstances
instance GHC.Generics.Datatype Network.AWS.CodeDeploy.RemoveTagsFromOnPremisesInstances.D1RemoveTagsFromOnPremisesInstances
instance GHC.Generics.Generic Network.AWS.CodeDeploy.RemoveTagsFromOnPremisesInstances.RemoveTagsFromOnPremisesInstancesResponse
instance Data.Data.Data Network.AWS.CodeDeploy.RemoveTagsFromOnPremisesInstances.RemoveTagsFromOnPremisesInstancesResponse
instance GHC.Show.Show Network.AWS.CodeDeploy.RemoveTagsFromOnPremisesInstances.RemoveTagsFromOnPremisesInstancesResponse
instance GHC.Read.Read Network.AWS.CodeDeploy.RemoveTagsFromOnPremisesInstances.RemoveTagsFromOnPremisesInstancesResponse
instance GHC.Classes.Eq Network.AWS.CodeDeploy.RemoveTagsFromOnPremisesInstances.RemoveTagsFromOnPremisesInstancesResponse
instance GHC.Generics.Generic Network.AWS.CodeDeploy.RemoveTagsFromOnPremisesInstances.RemoveTagsFromOnPremisesInstances
instance Data.Data.Data Network.AWS.CodeDeploy.RemoveTagsFromOnPremisesInstances.RemoveTagsFromOnPremisesInstances
instance GHC.Show.Show Network.AWS.CodeDeploy.RemoveTagsFromOnPremisesInstances.RemoveTagsFromOnPremisesInstances
instance GHC.Read.Read Network.AWS.CodeDeploy.RemoveTagsFromOnPremisesInstances.RemoveTagsFromOnPremisesInstances
instance GHC.Classes.Eq Network.AWS.CodeDeploy.RemoveTagsFromOnPremisesInstances.RemoveTagsFromOnPremisesInstances
instance Network.AWS.Types.AWSRequest Network.AWS.CodeDeploy.RemoveTagsFromOnPremisesInstances.RemoveTagsFromOnPremisesInstances
instance Network.AWS.Data.Headers.ToHeaders Network.AWS.CodeDeploy.RemoveTagsFromOnPremisesInstances.RemoveTagsFromOnPremisesInstances
instance Data.Aeson.Types.Class.ToJSON Network.AWS.CodeDeploy.RemoveTagsFromOnPremisesInstances.RemoveTagsFromOnPremisesInstances
instance Network.AWS.Data.Path.ToPath Network.AWS.CodeDeploy.RemoveTagsFromOnPremisesInstances.RemoveTagsFromOnPremisesInstances
instance Network.AWS.Data.Query.ToQuery Network.AWS.CodeDeploy.RemoveTagsFromOnPremisesInstances.RemoveTagsFromOnPremisesInstances
-- | AWS CodeDeploy Overview
--
-- This is the AWS CodeDeploy API Reference. This guide provides
-- descriptions of the AWS CodeDeploy APIs. For additional information,
-- see the AWS CodeDeploy User Guide.
--
-- Using the APIs
--
-- You can use the AWS CodeDeploy APIs to work with the following items:
--
--
-- - Applications are unique identifiers that AWS CodeDeploy uses to
-- ensure that the correct combinations of revisions, deployment
-- configurations, and deployment groups are being referenced during
-- deployments.You can use the AWS CodeDeploy APIs to create, delete,
-- get, list, and update applications.
-- - Deployment configurations are sets of deployment rules and
-- deployment success and failure conditions that AWS CodeDeploy uses
-- during deployments.You can use the AWS CodeDeploy APIs to create,
-- delete, get, and list deployment configurations.
-- - Deployment groups are groups of instances to which application
-- revisions can be deployed.You can use the AWS CodeDeploy APIs to
-- create, delete, get, list, and update deployment groups.
-- - Instances represent Amazon EC2 instances to which application
-- revisions are deployed. Instances are identified by their Amazon EC2
-- tags or Auto Scaling group names. Instances belong to deployment
-- groups.You can use the AWS CodeDeploy APIs to get and list
-- instances.
-- - Deployments represent the process of deploying revisions to
-- instances.You can use the AWS CodeDeploy APIs to create, get, list,
-- and stop deployments.
-- - Application revisions are archive files that are stored in Amazon
-- S3 buckets or GitHub repositories. These revisions contain source
-- content (such as source code, web pages, executable files, any
-- deployment scripts, and similar) along with an Application
-- Specification file (AppSpec file). (The AppSpec file is unique to AWS
-- CodeDeploy; it defines a series of deployment actions that you want
-- AWS CodeDeploy to execute.) An application revision is uniquely
-- identified by its Amazon S3 object key and its ETag, version, or both
-- (for application revisions that are stored in Amazon S3 buckets) or by
-- its repository name and commit ID (for applications revisions that are
-- stored in GitHub repositories). Application revisions are deployed
-- through deployment groups.You can use the AWS CodeDeploy APIs to get,
-- list, and register application revisions.
--
--
-- See: AWS API Reference
module Network.AWS.CodeDeploy
-- | API version '2014-10-06' of the Amazon CodeDeploy SDK configuration.
codeDeploy :: Service
-- | The specified time range was specified in an invalid format.
_InvalidTimeRangeException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The specified tag was specified in an invalid format.
_InvalidTagException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The specified on-premises instance name is already registered.
_InstanceNameAlreadyRegisteredException :: AsError a => Getting (First ServiceError) a ServiceError
-- | An IAM user ARN was not specified.
_IAMUserARNRequiredException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The deployment group name was specified in an invalid format.
_InvalidDeploymentGroupNameException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The description that was provided is too long.
_DescriptionTooLongException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The IAM user ARN was specified in an invalid format.
_InvalidIAMUserARNException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The specified deployment has not started.
_DeploymentNotStartedException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The deployment configurations limit was exceeded.
_DeploymentConfigLimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The role ID was not specified.
_RoleRequiredException :: AsError a => Getting (First ServiceError) a ServiceError
-- | 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 Auto Scaling.
_InvalidRoleException :: AsError a => Getting (First ServiceError) a ServiceError
-- | A deployment configuration with the specified name already exists with
-- the applicable IAM user or AWS account.
_DeploymentConfigAlreadyExistsException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The number of allowed deployments was exceeded.
_DeploymentLimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The specified IAM user ARN is already registered with an on-premises
-- instance.
_IAMUserARNAlreadyRegisteredException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The maximum number of allowed on-premises instances in a single call
-- was exceeded.
_InstanceLimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The deployed state filter was specified in an invalid format.
_InvalidDeployedStateFilterException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The Auto Scaling group was specified in an invalid format or does not
-- exist.
_InvalidAutoScalingGroupException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The application name was specified in an invalid format.
_InvalidApplicationNameException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The application does not exist with the applicable IAM user or AWS
-- account.
_ApplicationDoesNotExistException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The minimum healthy instances value was specified in an invalid
-- format.
_InvalidMinimumHealthyHostValueException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The specified tag filter was specified in an invalid format.
_InvalidTagFilterException :: AsError a => Getting (First ServiceError) a ServiceError
-- | A tag was not specified.
_TagRequiredException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The deployment group name was not specified.
_DeploymentGroupNameRequiredException :: AsError a => Getting (First ServiceError) a ServiceError
-- | A bucket name is required but was not provided.
_BucketNameFilterRequiredException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The deployment configuration does not exist with the applicable IAM
-- user or AWS account.
_DeploymentConfigDoesNotExistException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The bucket name either doesn't exist or was specified in an invalid
-- format.
_InvalidBucketNameFilterException :: AsError a => Getting (First ServiceError) a ServiceError
-- | A deployment group with the specified name already exists with the
-- applicable IAM user or AWS account.
_DeploymentGroupAlreadyExistsException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The column name to sort by is either not present or was specified in
-- an invalid format.
_InvalidSortByException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The named revision does not exist with the applicable IAM user or AWS
-- account.
_RevisionDoesNotExistException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The deployment groups limit was exceeded.
_DeploymentGroupLimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The named deployment group does not exist with the applicable IAM user
-- or AWS account.
_DeploymentGroupDoesNotExistException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The deployment configuration name was specified in an invalid format.
_InvalidDeploymentConfigNameException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The deployment configuration name was not specified.
_DeploymentConfigNameRequiredException :: AsError a => Getting (First ServiceError) a ServiceError
-- | At least one deployment ID must be specified.
_DeploymentIdRequiredException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The next token was specified in an invalid format.
_InvalidNextTokenException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The instance ID was not specified.
_InstanceIdRequiredException :: AsError a => Getting (First ServiceError) a ServiceError
-- | At least one of the deployment IDs was specified in an invalid format.
_InvalidDeploymentIdException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The sort order was specified in an invalid format.
_InvalidSortOrderException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The deployment is already completed.
_DeploymentAlreadyCompletedException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The deployment does not exist with the applicable IAM user or AWS
-- account.
_DeploymentDoesNotExistException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The revision was specified in an invalid format.
_InvalidRevisionException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The revision ID was not specified.
_RevisionRequiredException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The specified instance does not exist in the deployment group.
_InstanceDoesNotExistException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The deployment configuration is still in use.
_DeploymentConfigInUseException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The tag was specified in an invalid format.
_InvalidEC2TagException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The specified on-premises instance name was specified in an invalid
-- format.
_InvalidInstanceNameException :: AsError a => Getting (First ServiceError) a ServiceError
-- | An on-premises instance name was not specified.
_InstanceNameRequiredException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The specified deployment status doesn't exist or cannot be determined.
_InvalidDeploymentStatusException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The registration status was specified in an invalid format.
_InvalidRegistrationStatusException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The minimum number of required application names was not specified.
_ApplicationNameRequiredException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The specified on-premises instance is not registered.
_InstanceNotRegisteredException :: AsError a => Getting (First ServiceError) a ServiceError
-- | An application with the specified name already exists with the
-- applicable IAM user or AWS account.
_ApplicationAlreadyExistsException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The specified instance status does not exist.
_InvalidInstanceStatusException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The maximum allowed number of tags was exceeded.
_TagLimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError
-- | More applications were attempted to be created than were allowed.
_ApplicationLimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError
-- | An invalid operation was detected.
_InvalidOperationException :: AsError a => Getting (First ServiceError) a ServiceError
-- | The specified key prefix filter was specified in an invalid format.
_InvalidKeyPrefixFilterException :: AsError a => Getting (First ServiceError) a ServiceError
data ApplicationRevisionSortBy
FirstUsedTime :: ApplicationRevisionSortBy
LastUsedTime :: ApplicationRevisionSortBy
RegisterTime :: ApplicationRevisionSortBy
data BundleType
TAR :: BundleType
TGZ :: BundleType
Zip :: BundleType
data DeployErrorCode
ApplicationMissing :: DeployErrorCode
DeploymentGroupMissing :: DeployErrorCode
HealthConstraints :: DeployErrorCode
HealthConstraintsInvalid :: DeployErrorCode
IAMRoleMissing :: DeployErrorCode
IAMRolePermissions :: DeployErrorCode
InternalError :: DeployErrorCode
NoEC2Subscription :: DeployErrorCode
NoInstances :: DeployErrorCode
OverMaxInstances :: DeployErrorCode
RevisionMissing :: DeployErrorCode
Throttled :: DeployErrorCode
Timeout :: DeployErrorCode
data DeploymentCreator
Autoscaling :: DeploymentCreator
User :: DeploymentCreator
data DeploymentStatus
Created :: DeploymentStatus
Failed :: DeploymentStatus
InProgress :: DeploymentStatus
Queued :: DeploymentStatus
Stopped :: DeploymentStatus
Succeeded :: DeploymentStatus
data EC2TagFilterType
KeyAndValue :: EC2TagFilterType
KeyOnly :: EC2TagFilterType
ValueOnly :: EC2TagFilterType
data InstanceStatus
ISFailed :: InstanceStatus
ISInProgress :: InstanceStatus
ISPending :: InstanceStatus
ISSkipped :: InstanceStatus
ISSucceeded :: InstanceStatus
ISUnknown :: InstanceStatus
data LifecycleErrorCode
ScriptFailed :: LifecycleErrorCode
ScriptMissing :: LifecycleErrorCode
ScriptNotExecutable :: LifecycleErrorCode
ScriptTimedOut :: LifecycleErrorCode
Success :: LifecycleErrorCode
UnknownError :: LifecycleErrorCode
data LifecycleEventStatus
LESFailed :: LifecycleEventStatus
LESInProgress :: LifecycleEventStatus
LESPending :: LifecycleEventStatus
LESSkipped :: LifecycleEventStatus
LESSucceeded :: LifecycleEventStatus
LESUnknown :: LifecycleEventStatus
data ListStateFilterAction
Exclude :: ListStateFilterAction
Ignore :: ListStateFilterAction
Include :: ListStateFilterAction
data MinimumHealthyHostsType
FleetPercent :: MinimumHealthyHostsType
HostCount :: MinimumHealthyHostsType
data RegistrationStatus
Deregistered :: RegistrationStatus
Registered :: RegistrationStatus
data RevisionLocationType
GitHub :: RevisionLocationType
S3 :: RevisionLocationType
data SortOrder
Ascending :: SortOrder
Descending :: SortOrder
data StopStatus
SSPending :: StopStatus
SSSucceeded :: StopStatus
data TagFilterType
TFTKeyAndValue :: TagFilterType
TFTKeyOnly :: TagFilterType
TFTValueOnly :: TagFilterType
-- | Information about an application.
--
-- See: applicationInfo smart constructor.
data ApplicationInfo
-- | Creates a value of ApplicationInfo with the minimum fields
-- required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
applicationInfo :: ApplicationInfo
-- | True if the user has authenticated with GitHub for the specified
-- application; otherwise, false.
aiLinkedToGitHub :: Lens' ApplicationInfo (Maybe Bool)
-- | The application ID.
aiApplicationId :: Lens' ApplicationInfo (Maybe Text)
-- | The application name.
aiApplicationName :: Lens' ApplicationInfo (Maybe Text)
-- | The time that the application was created.
aiCreateTime :: Lens' ApplicationInfo (Maybe UTCTime)
-- | Information about an Auto Scaling group.
--
-- See: autoScalingGroup smart constructor.
data AutoScalingGroup
-- | Creates a value of AutoScalingGroup with the minimum fields
-- required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
autoScalingGroup :: AutoScalingGroup
-- | An Auto Scaling lifecycle event hook name.
asgHook :: Lens' AutoScalingGroup (Maybe Text)
-- | The Auto Scaling group name.
asgName :: Lens' AutoScalingGroup (Maybe Text)
-- | Information about a deployment configuration.
--
-- See: deploymentConfigInfo smart constructor.
data DeploymentConfigInfo
-- | Creates a value of DeploymentConfigInfo with the minimum fields
-- required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
deploymentConfigInfo :: DeploymentConfigInfo
-- | The deployment configuration name.
dciDeploymentConfigName :: Lens' DeploymentConfigInfo (Maybe Text)
-- | Information about the number or percentage of minimum healthy
-- instances.
dciMinimumHealthyHosts :: Lens' DeploymentConfigInfo (Maybe MinimumHealthyHosts)
-- | The deployment configuration ID.
dciDeploymentConfigId :: Lens' DeploymentConfigInfo (Maybe Text)
-- | The time that the deployment configuration was created.
dciCreateTime :: Lens' DeploymentConfigInfo (Maybe UTCTime)
-- | Information about a deployment group.
--
-- See: deploymentGroupInfo smart constructor.
data DeploymentGroupInfo
-- | Creates a value of DeploymentGroupInfo with the minimum fields
-- required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
deploymentGroupInfo :: DeploymentGroupInfo
-- | A service role ARN.
dgiServiceRoleARN :: Lens' DeploymentGroupInfo (Maybe Text)
-- | The deployment configuration name.
dgiDeploymentConfigName :: Lens' DeploymentGroupInfo (Maybe Text)
-- | Information about the deployment group's target revision, including
-- the revision's type and its location.
dgiTargetRevision :: Lens' DeploymentGroupInfo (Maybe RevisionLocation)
-- | The Amazon EC2 tags to filter on.
dgiEc2TagFilters :: Lens' DeploymentGroupInfo [EC2TagFilter]
-- | The on-premises instance tags to filter on.
dgiOnPremisesInstanceTagFilters :: Lens' DeploymentGroupInfo [TagFilter]
-- | The application name.
dgiApplicationName :: Lens' DeploymentGroupInfo (Maybe Text)
-- | The deployment group ID.
dgiDeploymentGroupId :: Lens' DeploymentGroupInfo (Maybe Text)
-- | A list of associated Auto Scaling groups.
dgiAutoScalingGroups :: Lens' DeploymentGroupInfo [AutoScalingGroup]
-- | The deployment group name.
dgiDeploymentGroupName :: Lens' DeploymentGroupInfo (Maybe Text)
-- | Information about a deployment.
--
-- See: deploymentInfo smart constructor.
data DeploymentInfo
-- | Creates a value of DeploymentInfo with the minimum fields
-- required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
deploymentInfo :: DeploymentInfo
-- | How the deployment was created:
--
--
-- - user: A user created the deployment.
-- - autoscaling: Auto Scaling created the deployment.
--
diCreator :: Lens' DeploymentInfo (Maybe DeploymentCreator)
-- | The current state of the deployment as a whole.
diStatus :: Lens' DeploymentInfo (Maybe DeploymentStatus)
-- | The deployment ID.
diDeploymentId :: Lens' DeploymentInfo (Maybe Text)
-- | The deployment configuration name.
diDeploymentConfigName :: Lens' DeploymentInfo (Maybe Text)
-- | A timestamp indicating when the deployment began deploying to the
-- deployment group.
--
-- Note that in some cases, the reported value of the start time may be
-- later than the complete time. This is due to differences in the clock
-- settings of various back-end servers that participate in the overall
-- deployment process.
diStartTime :: Lens' DeploymentInfo (Maybe UTCTime)
-- | A timestamp indicating when the deployment was completed.
diCompleteTime :: Lens' DeploymentInfo (Maybe UTCTime)
-- | Information about any error associated with this deployment.
diErrorInformation :: Lens' DeploymentInfo (Maybe ErrorInformation)
-- | A summary of the deployment status of the instances in the deployment.
diDeploymentOverview :: Lens' DeploymentInfo (Maybe DeploymentOverview)
-- | The application name.
diApplicationName :: Lens' DeploymentInfo (Maybe Text)
-- | Information about the location of application artifacts that are
-- stored and the service to retrieve them from.
diRevision :: Lens' DeploymentInfo (Maybe RevisionLocation)
-- | A comment about the deployment.
diDescription :: Lens' DeploymentInfo (Maybe Text)
-- | A timestamp indicating when the deployment was created.
diCreateTime :: Lens' DeploymentInfo (Maybe UTCTime)
-- | The deployment group name.
diDeploymentGroupName :: Lens' DeploymentInfo (Maybe Text)
-- | If true, then if the deployment causes the ApplicationStop deployment
-- lifecycle event to fail to a specific instance, the deployment will
-- not be considered to have failed to that instance at that point and
-- will continue on to the BeforeInstall deployment lifecycle event.
--
-- If false or not specified, then if the deployment causes the
-- ApplicationStop deployment lifecycle event to fail to a specific
-- instance, the deployment will stop to that instance, and the
-- deployment to that instance will be considered to have failed.
diIgnoreApplicationStopFailures :: Lens' DeploymentInfo (Maybe Bool)
-- | Information about the deployment status of the instances in the
-- deployment.
--
-- See: deploymentOverview smart constructor.
data DeploymentOverview
-- | Creates a value of DeploymentOverview with the minimum fields
-- required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
deploymentOverview :: DeploymentOverview
-- | The number of instances that are pending in the deployment.
doPending :: Lens' DeploymentOverview (Maybe Integer)
-- | The number of instances that have been skipped in the deployment.
doSkipped :: Lens' DeploymentOverview (Maybe Integer)
-- | The number of instances that are in progress in the deployment.
doInProgress :: Lens' DeploymentOverview (Maybe Integer)
-- | The number of instances that have succeeded in the deployment.
doSucceeded :: Lens' DeploymentOverview (Maybe Integer)
-- | The number of instances that have failed in the deployment.
doFailed :: Lens' DeploymentOverview (Maybe Integer)
-- | Diagnostic information about executable scripts that are part of a
-- deployment.
--
-- See: diagnostics smart constructor.
data Diagnostics
-- | Creates a value of Diagnostics with the minimum fields required
-- to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
diagnostics :: Diagnostics
-- | The last portion of the associated diagnostic log.
dLogTail :: Lens' Diagnostics (Maybe Text)
-- | The associated error code:
--
--
-- - Success: The specified script ran.
-- - ScriptMissing: The specified script was not found in the specified
-- location.
-- - ScriptNotExecutable: The specified script is not a recognized
-- executable file type.
-- - ScriptTimedOut: The specified script did not finish running in the
-- specified time period.
-- - ScriptFailed: The specified script failed to run as expected.
-- - UnknownError: The specified script did not run for an unknown
-- reason.
--
dErrorCode :: Lens' Diagnostics (Maybe LifecycleErrorCode)
-- | The name of the script.
dScriptName :: Lens' Diagnostics (Maybe Text)
-- | The message associated with the error.
dMessage :: Lens' Diagnostics (Maybe Text)
-- | Information about a tag filter.
--
-- See: ec2TagFilter smart constructor.
data EC2TagFilter
-- | Creates a value of EC2TagFilter with the minimum fields
-- required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
ec2TagFilter :: EC2TagFilter
-- | The tag filter value.
etfValue :: Lens' EC2TagFilter (Maybe Text)
-- | The tag filter key.
etfKey :: Lens' EC2TagFilter (Maybe Text)
-- | The tag filter type:
--
--
-- - KEY_ONLY: Key only.
-- - VALUE_ONLY: Value only.
-- - KEY_AND_VALUE: Key and value.
--
etfType :: Lens' EC2TagFilter (Maybe EC2TagFilterType)
-- | Information about a deployment error.
--
-- See: errorInformation smart constructor.
data ErrorInformation
-- | Creates a value of ErrorInformation with the minimum fields
-- required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
errorInformation :: ErrorInformation
-- | The error code:
--
--
-- - APPLICATION_MISSING: The application was missing. Note that this
-- error code will most likely be raised if the application is deleted
-- after the deployment is created but before it starts.
-- - DEPLOYMENT_GROUP_MISSING: The deployment group was missing. Note
-- that this error code will most likely be raised if the deployment
-- group is deleted after the deployment is created but before it
-- starts.
-- - HEALTH_CONSTRAINTS: The deployment failed on too many instances to
-- be able to successfully deploy within the specified instance health
-- constraints.
-- - HEALTH_CONSTRAINTS_INVALID: The revision can never successfully
-- deploy within the instance health constraints as specified.
-- - IAM_ROLE_MISSING: The service role cannot be accessed.
-- - IAM_ROLE_PERMISSIONS: The service role does not have the correct
-- permissions.
-- - INTERNAL_ERROR: There was an internal error.
-- - NO_EC2_SUBSCRIPTION: The calling account is not subscribed to the
-- Amazon EC2 service.
-- - NO_INSTANCES: No instances were specified, or no instances can be
-- found.
-- - OVER_MAX_INSTANCES: The maximum number of instances was
-- exceeded.
-- - THROTTLED: The operation was throttled because the calling account
-- exceeded the throttling limits of one or more AWS services.
-- - TIMEOUT: The deployment has timed out.
-- - REVISION_MISSING: The revision ID was missing. Note that this
-- error code will most likely be raised if the revision is deleted after
-- the deployment is created but before it starts.
--
eiCode :: Lens' ErrorInformation (Maybe DeployErrorCode)
-- | An accompanying error message.
eiMessage :: Lens' ErrorInformation (Maybe Text)
-- | Information about an application revision.
--
-- See: genericRevisionInfo smart constructor.
data GenericRevisionInfo
-- | Creates a value of GenericRevisionInfo with the minimum fields
-- required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
genericRevisionInfo :: GenericRevisionInfo
-- | When the revision was registered with AWS CodeDeploy.
griRegisterTime :: Lens' GenericRevisionInfo (Maybe UTCTime)
-- | When the revision was first used by AWS CodeDeploy.
griFirstUsedTime :: Lens' GenericRevisionInfo (Maybe UTCTime)
-- | A list of deployment groups that use this revision.
griDeploymentGroups :: Lens' GenericRevisionInfo [Text]
-- | When the revision was last used by AWS CodeDeploy.
griLastUsedTime :: Lens' GenericRevisionInfo (Maybe UTCTime)
-- | A comment about the revision.
griDescription :: Lens' GenericRevisionInfo (Maybe Text)
-- | Information about the location of application artifacts that are
-- stored in GitHub.
--
-- See: gitHubLocation smart constructor.
data GitHubLocation
-- | Creates a value of GitHubLocation with the minimum fields
-- required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
gitHubLocation :: GitHubLocation
-- | The SHA1 commit ID of the GitHub commit that references the that
-- represents the bundled artifacts for the application revision.
ghlCommitId :: Lens' GitHubLocation (Maybe Text)
-- | The GitHub account and repository pair that stores a reference to the
-- commit that represents the bundled artifacts for the application
-- revision.
--
-- Specified as account/repository.
ghlRepository :: Lens' GitHubLocation (Maybe Text)
-- | Information about an on-premises instance.
--
-- See: instanceInfo smart constructor.
data InstanceInfo
-- | Creates a value of InstanceInfo with the minimum fields
-- required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
instanceInfo :: InstanceInfo
-- | The time that the on-premises instance was registered.
iiRegisterTime :: Lens' InstanceInfo (Maybe UTCTime)
-- | The ARN of the on-premises instance.
iiInstanceARN :: Lens' InstanceInfo (Maybe Text)
-- | If the on-premises instance was deregistered, the time that the
-- on-premises instance was deregistered.
iiDeregisterTime :: Lens' InstanceInfo (Maybe UTCTime)
-- | The IAM user ARN associated with the on-premises instance.
iiIamUserARN :: Lens' InstanceInfo (Maybe Text)
-- | The name of the on-premises instance.
iiInstanceName :: Lens' InstanceInfo (Maybe Text)
-- | The tags that are currently associated with the on-premises instance.
iiTags :: Lens' InstanceInfo [Tag]
-- | Information about an instance in a deployment.
--
-- See: instanceSummary smart constructor.
data InstanceSummary
-- | Creates a value of InstanceSummary with the minimum fields
-- required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
instanceSummary :: InstanceSummary
-- | The instance ID.
isInstanceId :: Lens' InstanceSummary (Maybe Text)
-- | The deployment status for this instance:
--
--
-- - Pending: The deployment is pending for this instance.
-- - In Progress: The deployment is in progress for this instance.
-- - Succeeded: The deployment has succeeded for this instance.
-- - Failed: The deployment has failed for this instance.
-- - Skipped: The deployment has been skipped for this instance.
-- - Unknown: The deployment status is unknown for this instance.
--
isStatus :: Lens' InstanceSummary (Maybe InstanceStatus)
-- | The deployment ID.
isDeploymentId :: Lens' InstanceSummary (Maybe Text)
-- | A timestamp indicating when the instance information was last updated.
isLastUpdatedAt :: Lens' InstanceSummary (Maybe UTCTime)
-- | A list of lifecycle events for this instance.
isLifecycleEvents :: Lens' InstanceSummary [LifecycleEvent]
-- | Information about a deployment lifecycle event.
--
-- See: lifecycleEvent smart constructor.
data LifecycleEvent
-- | Creates a value of LifecycleEvent with the minimum fields
-- required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
lifecycleEvent :: LifecycleEvent
-- | The deployment lifecycle event status:
--
--
-- - Pending: The deployment lifecycle event is pending.
-- - InProgress: The deployment lifecycle event is in progress.
-- - Succeeded: The deployment lifecycle event has succeeded.
-- - Failed: The deployment lifecycle event has failed.
-- - Skipped: The deployment lifecycle event has been skipped.
-- - Unknown: The deployment lifecycle event is unknown.
--
leStatus :: Lens' LifecycleEvent (Maybe LifecycleEventStatus)
-- | The deployment lifecycle event name, such as ApplicationStop,
-- BeforeInstall, AfterInstall, ApplicationStart, or ValidateService.
leLifecycleEventName :: Lens' LifecycleEvent (Maybe Text)
-- | A timestamp indicating when the deployment lifecycle event started.
leStartTime :: Lens' LifecycleEvent (Maybe UTCTime)
-- | Diagnostic information about the deployment lifecycle event.
leDiagnostics :: Lens' LifecycleEvent (Maybe Diagnostics)
-- | A timestamp indicating when the deployment lifecycle event ended.
leEndTime :: Lens' LifecycleEvent (Maybe UTCTime)
-- | Information about minimum healthy instances.
--
-- See: minimumHealthyHosts smart constructor.
data MinimumHealthyHosts
-- | Creates a value of MinimumHealthyHosts with the minimum fields
-- required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
minimumHealthyHosts :: MinimumHealthyHosts
-- | The minimum healthy instances value.
mhhValue :: Lens' MinimumHealthyHosts (Maybe Int)
-- | The minimum healthy instances type:
--
--
-- - HOST_COUNT: The minimum number of healthy instances, as an
-- absolute value.
-- - FLEET_PERCENT: The minimum number of healthy instances, as a
-- percentage of the total number of instances in the deployment.
--
--
-- For example, for 9 instances, if a HOST_COUNT of 6 is specified,
-- deploy to up to 3 instances at a time. The deployment succeeds if 6 or
-- more instances are successfully deployed to; otherwise, the deployment
-- fails. If a FLEET_PERCENT of 40 is specified, deploy to up to 5
-- instances at a time. The deployment succeeds if 4 or more instances
-- are successfully deployed to; otherwise, the deployment fails.
--
-- In a call to the get deployment configuration operation,
-- CodeDeployDefault.OneAtATime will return a minimum healthy instances
-- type of MOST_CONCURRENCY and a value of 1. This means a deployment to
-- only one instances at a time. (You cannot set the type to
-- MOST_CONCURRENCY, only to HOST_COUNT or FLEET_PERCENT.)
mhhType :: Lens' MinimumHealthyHosts (Maybe MinimumHealthyHostsType)
-- | Information about an application revision's location.
--
-- See: revisionLocation smart constructor.
data RevisionLocation
-- | Creates a value of RevisionLocation with the minimum fields
-- required to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
revisionLocation :: RevisionLocation
-- | The application revision's type:
--
--
-- - S3: An application revision stored in Amazon S3.
-- - GitHub: An application revision stored in GitHub.
--
rlRevisionType :: Lens' RevisionLocation (Maybe RevisionLocationType)
-- | Undocumented member.
rlS3Location :: Lens' RevisionLocation (Maybe S3Location)
-- | Undocumented member.
rlGitHubLocation :: Lens' RevisionLocation (Maybe GitHubLocation)
-- | Information about the location of application artifacts that are
-- stored in Amazon S3.
--
-- See: s3Location smart constructor.
data S3Location
-- | Creates a value of S3Location with the minimum fields required
-- to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
s3Location :: S3Location
-- | The file type of the application revision. Must be one of the
-- following:
--
--
-- - tar: A tar archive file.
-- - tgz: A compressed tar archive file.
-- - zip: A zip archive file.
--
slBundleType :: Lens' S3Location (Maybe BundleType)
-- | The ETag of the Amazon S3 object that represents the bundled artifacts
-- for the application revision.
--
-- If the ETag is not specified as an input parameter, ETag validation of
-- the object will be skipped.
slETag :: Lens' S3Location (Maybe Text)
-- | The name of the Amazon S3 bucket where the application revision is
-- stored.
slBucket :: Lens' S3Location (Maybe Text)
-- | The name of the Amazon S3 object that represents the bundled artifacts
-- for the application revision.
slKey :: Lens' S3Location (Maybe Text)
-- | A specific version of the Amazon S3 object that represents the bundled
-- artifacts for the application revision.
--
-- If the version is not specified, the system will use the most recent
-- version by default.
slVersion :: Lens' S3Location (Maybe Text)
-- | Information about a tag.
--
-- See: tag smart constructor.
data Tag
-- | Creates a value of Tag with the minimum fields required to make
-- a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
tag :: Tag
-- | The tag's value.
tagValue :: Lens' Tag (Maybe Text)
-- | The tag's key.
tagKey :: Lens' Tag (Maybe Text)
-- | Information about an on-premises instance tag filter.
--
-- See: tagFilter smart constructor.
data TagFilter
-- | Creates a value of TagFilter with the minimum fields required
-- to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
tagFilter :: TagFilter
-- | The on-premises instance tag filter value.
tfValue :: Lens' TagFilter (Maybe Text)
-- | The on-premises instance tag filter key.
tfKey :: Lens' TagFilter (Maybe Text)
-- | The on-premises instance tag filter type:
--
--
-- - KEY_ONLY: Key only.
-- - VALUE_ONLY: Value only.
-- - KEY_AND_VALUE: Key and value.
--
tfType :: Lens' TagFilter (Maybe TagFilterType)
-- | Information about a time range.
--
-- See: timeRange smart constructor.
data TimeRange
-- | Creates a value of TimeRange with the minimum fields required
-- to make a request.
--
-- Use one of the following lenses to modify other fields as desired:
--
--
timeRange :: TimeRange
-- | The time range's start time.
--
-- Specify null to leave the time range's start time open-ended.
trStart :: Lens' TimeRange (Maybe UTCTime)
-- | The time range's end time.
--
-- Specify null to leave the time range's end time open-ended.
trEnd :: Lens' TimeRange (Maybe UTCTime)