-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Amazon CodeDeploy SDK. -- -- AWS CodeDeploy Overview This reference guide provides -- descriptions of the AWS CodeDeploy APIs. For more information about -- AWS CodeDeploy, see the AWS CodeDeploy User Guide. Using the -- APIs You can use the AWS CodeDeploy APIs to work with the -- following: - Applications are unique identifiers used by AWS -- CodeDeploy to ensure 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 success and failure conditions used by -- AWS CodeDeploy 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 instance. - 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 stored in Amazon S3 buckets or -- GitHub repositories. These revisions contain source content (such as -- source code, web pages, executable files, and deployment scripts) -- along with an application specification (AppSpec) file. (The AppSpec -- file is unique to AWS CodeDeploy; it defines the deployment actions -- you want AWS CodeDeploy to execute.) Ffor application revisions stored -- in Amazon S3 buckets, an application revision is uniquely identified -- by its Amazon S3 object key and its ETag, version, or both. For -- application revisions stored in GitHub repositories, an application -- revision is uniquely identified by its repository name and commit ID. -- 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 or the AWS Documentation to -- get started. @package amazonka-codedeploy @version 1.4.4 module Network.AWS.CodeDeploy.Types -- | API version '2014-10-06' of the Amazon CodeDeploy SDK configuration. codeDeploy :: Service -- | The limit for lifecycle hooks was exceeded. _LifecycleHookLimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError -- | 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 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 instance 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 -- | The trigger was specified in an invalid format. _InvalidTriggerConfigException :: 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 complete. _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 maximum number of names or IDs allowed for this request (100) was -- exceeded. _BatchLimitExceededException :: 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 maximum allowed number of triggers was exceeded. _TriggerTargetsLimitExceededException :: 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 are 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 data TriggerEventType DeploymentFailure :: TriggerEventType DeploymentStart :: TriggerEventType DeploymentStop :: TriggerEventType DeploymentSuccess :: TriggerEventType InstanceFailure :: TriggerEventType InstanceStart :: TriggerEventType InstanceSuccess :: TriggerEventType -- | 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 at which 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 -- instance. dciMinimumHealthyHosts :: Lens' DeploymentConfigInfo (Maybe MinimumHealthyHosts) -- | The deployment configuration ID. dciDeploymentConfigId :: Lens' DeploymentConfigInfo (Maybe Text) -- | The time at which 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 -- type and location. dgiTargetRevision :: Lens' DeploymentGroupInfo (Maybe RevisionLocation) -- | The Amazon EC2 tags on which to filter. dgiEc2TagFilters :: Lens' DeploymentGroupInfo [EC2TagFilter] -- | The on-premises instance tags on which to filter. dgiOnPremisesInstanceTagFilters :: Lens' DeploymentGroupInfo [TagFilter] -- | The application name. dgiApplicationName :: Lens' DeploymentGroupInfo (Maybe Text) -- | A list of associated triggers. dgiTriggerConfigurations :: Lens' DeploymentGroupInfo [TriggerConfig] -- | 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 -- | The means by which the deployment was created: -- -- 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 was deployed to the -- deployment group. -- -- 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 -- back-end servers that participate in the deployment process. diStartTime :: Lens' DeploymentInfo (Maybe UTCTime) -- | A timestamp indicating when the deployment was complete. 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 stored application artifacts and the -- service from which to retrieve them. 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 an instance to fail, the deployment to that -- instance will not be considered to have failed 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 an instance to fail, the -- deployment to that instance will stop, 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 in the deployment in a pending state. doPending :: Lens' DeploymentOverview (Maybe Integer) -- | The number of instances in the deployment in a skipped state. doSkipped :: Lens' DeploymentOverview (Maybe Integer) -- | The number of instances in which the deployment is in progress. doInProgress :: Lens' DeploymentOverview (Maybe Integer) -- | The number of instances in the deployment to which revisions have been -- successfully deployed. doSucceeded :: Lens' DeploymentOverview (Maybe Integer) -- | The number of instances in the deployment in a failed state. 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 diagnostic log. -- -- If available, AWS CodeDeploy returns up to the last 4 KB of the -- diagnostic log. dLogTail :: Lens' Diagnostics (Maybe Text) -- | The associated error code: -- -- 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: -- -- 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: -- -- 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) -- | The deployment groups for which this is the current target 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 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 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 at which 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 at which 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 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: -- -- 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: -- -- 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 instance. -- -- 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 instance value. mhhValue :: Lens' MinimumHealthyHosts (Maybe Int) -- | The minimum healthy instance type: -- -- -- -- In an example of nine instance, if a HOST_COUNT of six is specified, -- deploy to up to three instances at a time. The deployment will be -- successful if six or more instances are deployed to successfully; -- otherwise, the deployment fails. If a FLEET_PERCENT of 40 is -- specified, deploy to up to five instance at a time. The deployment -- will be successful if four or more instance are deployed to -- successfully; otherwise, the deployment fails. -- -- In a call to the get deployment configuration operation, -- CodeDeployDefault.OneAtATime will return a minimum healthy instance -- type of MOST_CONCURRENCY and a value of 1. This means a deployment to -- only one instance at a time. (You cannot set the type to -- MOST_CONCURRENCY, only to HOST_COUNT or FLEET_PERCENT.) In addition, -- with CodeDeployDefault.OneAtATime, AWS CodeDeploy will try to ensure -- that all instances but one are kept in a healthy state during the -- deployment. Although this allows one instance at a time to be taken -- offline for a new deployment, it also means that if the deployment to -- the last instance fails, the overall deployment still succeeds. mhhType :: Lens' MinimumHealthyHosts (Maybe MinimumHealthyHostsType) -- | Information about an application revision. -- -- See: revisionInfo smart constructor. data RevisionInfo -- | Creates a value of RevisionInfo with the minimum fields -- required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- revisionInfo :: RevisionInfo -- | Undocumented member. riGenericRevisionInfo :: Lens' RevisionInfo (Maybe GenericRevisionInfo) -- | Undocumented member. riRevisionLocation :: Lens' RevisionInfo (Maybe RevisionLocation) -- | Information about the location of an application revision. -- -- 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 type of application revision: -- -- 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 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: -- -- 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: -- -- 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 start time of the time range. -- -- Specify null to leave the start time open-ended. trStart :: Lens' TimeRange (Maybe UTCTime) -- | The end time of the time range. -- -- Specify null to leave the end time open-ended. trEnd :: Lens' TimeRange (Maybe UTCTime) -- | Information about notification triggers for the deployment group. -- -- See: triggerConfig smart constructor. data TriggerConfig -- | Creates a value of TriggerConfig with the minimum fields -- required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- triggerConfig :: TriggerConfig -- | The name of the notification trigger. tcTriggerName :: Lens' TriggerConfig (Maybe Text) -- | The event type or types for which notifications are triggered. -- -- The following event type values are supported: -- -- tcTriggerEvents :: Lens' TriggerConfig [TriggerEventType] -- | The ARN of the Amazon Simple Notification Service topic through which -- notifications about deployment or instance events are sent. tcTriggerTargetARN :: Lens' TriggerConfig (Maybe Text) -- | Lists the instance for a deployment associated with the applicable IAM -- user or AWS account. 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: -- -- ldiInstanceStatusFilter :: Lens' ListDeploymentInstances [InstanceStatus] -- | An identifier returned from the previous list deployment instances -- call. It 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 a large amount of information is returned, an identifier is also -- returned. It 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 instance IDs. ldirsInstancesList :: Lens' ListDeploymentInstancesResponse [Text] -- | The response status code. ldirsResponseStatus :: Lens' ListDeploymentInstancesResponse Int 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 Data.Hashable.Class.Hashable Network.AWS.CodeDeploy.ListDeploymentInstances.ListDeploymentInstances instance Control.DeepSeq.NFData 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 instance Control.DeepSeq.NFData Network.AWS.CodeDeploy.ListDeploymentInstances.ListDeploymentInstancesResponse -- | Adds tags to on-premises instances. 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, and adds tags to, an 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 null or empty -- strings. Value-only tags are not allowed. attopiTags :: Lens' AddTagsToOnPremisesInstances [Tag] -- | The names of the on-premises instances to which to add tags. 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.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 Data.Hashable.Class.Hashable Network.AWS.CodeDeploy.AddTagsToOnPremisesInstances.AddTagsToOnPremisesInstances instance Control.DeepSeq.NFData 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 instance Control.DeepSeq.NFData Network.AWS.CodeDeploy.AddTagsToOnPremisesInstances.AddTagsToOnPremisesInstancesResponse -- | Lists the applications registered with the applicable IAM user or AWS -- account. 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 returned from the previous list applications call. It -- 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 a large amount of information is returned, an identifier is also -- returned. It can be used in a subsequent list applications call to -- return the next set of applications, will also be returned. 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.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 Data.Hashable.Class.Hashable Network.AWS.CodeDeploy.ListApplications.ListApplications instance Control.DeepSeq.NFData 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 instance Control.DeepSeq.NFData Network.AWS.CodeDeploy.ListApplications.ListApplicationsResponse -- | Lists information about revisions for an application. 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 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: -- -- larDeployed :: Lens' ListApplicationRevisions (Maybe ListStateFilterAction) -- | The order in which to sort the list results: -- -- -- -- 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 returned from the previous list application revisions -- call. It can be used to return the next set of applications in the -- list. larNextToken :: Lens' ListApplicationRevisions (Maybe Text) -- | An Amazon S3 bucket name to limit the search for revisions. -- -- If set to null, all of the user's buckets will be searched. larS3Bucket :: Lens' ListApplicationRevisions (Maybe Text) -- | The column name to use to sort the list results: -- -- -- -- 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 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 a large amount of information is returned, an identifier will also -- be returned. It 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 locations that contain the matching revisions. larrsRevisions :: Lens' ListApplicationRevisionsResponse [RevisionLocation] -- | The response status code. larrsResponseStatus :: Lens' ListApplicationRevisionsResponse Int 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 Data.Hashable.Class.Hashable Network.AWS.CodeDeploy.ListApplicationRevisions.ListApplicationRevisions instance Control.DeepSeq.NFData 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 instance Control.DeepSeq.NFData Network.AWS.CodeDeploy.ListApplicationRevisions.ListApplicationRevisionsResponse -- | Lists the deployments in a deployment group for an application -- registered with the applicable IAM user or AWS account. 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 time range (start and end) for returning a subset of the list of -- deployments. ldCreateTimeRange :: Lens' ListDeployments (Maybe TimeRange) -- | An identifier returned from the previous list deployments call. It 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: -- -- ldIncludeOnlyStatuses :: Lens' ListDeployments [DeploymentStatus] -- | The name of an 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 a large amount of information is returned, an identifier is also -- returned. It can be used in a subsequent list deployments call to -- return the next set of deployments in the list. 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.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 Data.Hashable.Class.Hashable Network.AWS.CodeDeploy.ListDeployments.ListDeployments instance Control.DeepSeq.NFData 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 instance Control.DeepSeq.NFData Network.AWS.CodeDeploy.ListDeployments.ListDeploymentsResponse -- | Gets information about a deployment group. 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 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.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 Data.Hashable.Class.Hashable Network.AWS.CodeDeploy.GetDeploymentGroup.GetDeploymentGroup instance Control.DeepSeq.NFData 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 instance Control.DeepSeq.NFData Network.AWS.CodeDeploy.GetDeploymentGroup.GetDeploymentGroupResponse -- | Lists the deployment configurations with the applicable IAM user or -- AWS account. 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 returned from the previous list deployment -- configurations call. It 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 a large amount of information is returned, an identifier is also -- returned. It can be used in a subsequent list deployment -- configurations call to return the next set of deployment -- configurations in the list. ldcrsNextToken :: Lens' ListDeploymentConfigsResponse (Maybe Text) -- | A list of deployment configurations, including built-in configurations -- such as CodeDeployDefault.OneAtATime. ldcrsDeploymentConfigsList :: Lens' ListDeploymentConfigsResponse [Text] -- | The response status code. ldcrsResponseStatus :: Lens' ListDeploymentConfigsResponse Int 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 Data.Hashable.Class.Hashable Network.AWS.CodeDeploy.ListDeploymentConfigs.ListDeploymentConfigs instance Control.DeepSeq.NFData 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 instance Control.DeepSeq.NFData Network.AWS.CodeDeploy.ListDeploymentConfigs.ListDeploymentConfigsResponse -- | Creates a deployment group to which application revisions will be -- deployed. 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 can be either one of -- the predefined configurations provided with AWS CodeDeploy or a custom -- deployment configuration that you create by calling the create -- deployment configuration operation. -- -- CodeDeployDefault.OneAtATime is the default deployment configuration. -- It is used if a configuration isn't specified for the deployment or -- the deployment group. -- -- The predefined deployment configurations include the following: -- -- cdgDeploymentConfigName :: Lens' CreateDeploymentGroup (Maybe Text) -- | The Amazon EC2 tags on which to filter. cdgEc2TagFilters :: Lens' CreateDeploymentGroup [EC2TagFilter] -- | The on-premises instance tags on which to filter. cdgOnPremisesInstanceTagFilters :: Lens' CreateDeploymentGroup [TagFilter] -- | Information about triggers to create when the deployment group is -- created. cdgTriggerConfigurations :: Lens' CreateDeploymentGroup [TriggerConfig] -- | A list of associated Auto Scaling groups. cdgAutoScalingGroups :: Lens' CreateDeploymentGroup [Text] -- | The name of an AWS CodeDeploy application associated with the -- applicable IAM user or AWS account. cdgApplicationName :: Lens' CreateDeploymentGroup Text -- | The name of a new 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.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 Data.Hashable.Class.Hashable Network.AWS.CodeDeploy.CreateDeploymentGroup.CreateDeploymentGroup instance Control.DeepSeq.NFData 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 instance Control.DeepSeq.NFData Network.AWS.CodeDeploy.CreateDeploymentGroup.CreateDeploymentGroupResponse -- | Registers an on-premises instance. 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 the 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.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 Data.Hashable.Class.Hashable Network.AWS.CodeDeploy.RegisterOnPremisesInstance.RegisterOnPremisesInstance instance Control.DeepSeq.NFData 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 instance Control.DeepSeq.NFData Network.AWS.CodeDeploy.RegisterOnPremisesInstance.RegisterOnPremisesInstanceResponse -- | Gets information about one or more on-premises instances. 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 about which to get information. 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.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 Data.Hashable.Class.Hashable Network.AWS.CodeDeploy.BatchGetOnPremisesInstances.BatchGetOnPremisesInstances instance Control.DeepSeq.NFData 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 instance Control.DeepSeq.NFData Network.AWS.CodeDeploy.BatchGetOnPremisesInstances.BatchGetOnPremisesInstancesResponse -- | Lists the deployment groups for an application registered with the -- applicable IAM user or AWS account. 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 returned from the previous list deployment groups call. -- It can be used to return the next set of deployment groups in the -- list. ldgNextToken :: Lens' ListDeploymentGroups (Maybe Text) -- | The name of an 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 a large amount of information is returned, an identifier is also -- returned. It can be used in a subsequent list deployment groups call -- to return the next set of deployment groups in the list. 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.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 Data.Hashable.Class.Hashable Network.AWS.CodeDeploy.ListDeploymentGroups.ListDeploymentGroups instance Control.DeepSeq.NFData 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 instance Control.DeepSeq.NFData Network.AWS.CodeDeploy.ListDeploymentGroups.ListDeploymentGroupsResponse -- | Gets information about an application. 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 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.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 Data.Hashable.Class.Hashable Network.AWS.CodeDeploy.GetApplication.GetApplication instance Control.DeepSeq.NFData 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 instance Control.DeepSeq.NFData Network.AWS.CodeDeploy.GetApplication.GetApplicationResponse -- | Gets information about one or more instance that are part of a -- deployment group. module Network.AWS.CodeDeploy.BatchGetDeploymentInstances -- | Creates a value of BatchGetDeploymentInstances with the minimum -- fields required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- batchGetDeploymentInstances :: Text -> BatchGetDeploymentInstances -- | Represents the input of a batch get deployment instances operation. -- -- See: batchGetDeploymentInstances smart constructor. data BatchGetDeploymentInstances -- | The unique ID of a deployment. bgdiDeploymentId :: Lens' BatchGetDeploymentInstances Text -- | The unique IDs of instances in the deployment group. bgdiInstanceIds :: Lens' BatchGetDeploymentInstances [Text] -- | Creates a value of BatchGetDeploymentInstancesResponse with the -- minimum fields required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- batchGetDeploymentInstancesResponse :: Int -> BatchGetDeploymentInstancesResponse -- | Represents the output of a batch get deployment instance operation. -- -- See: batchGetDeploymentInstancesResponse smart -- constructor. data BatchGetDeploymentInstancesResponse -- | Information about the instance. bgdirsInstancesSummary :: Lens' BatchGetDeploymentInstancesResponse [InstanceSummary] -- | Information about errors that may have occurred during the API call. bgdirsErrorMessage :: Lens' BatchGetDeploymentInstancesResponse (Maybe Text) -- | The response status code. bgdirsResponseStatus :: Lens' BatchGetDeploymentInstancesResponse Int instance GHC.Generics.Generic Network.AWS.CodeDeploy.BatchGetDeploymentInstances.BatchGetDeploymentInstancesResponse instance Data.Data.Data Network.AWS.CodeDeploy.BatchGetDeploymentInstances.BatchGetDeploymentInstancesResponse instance GHC.Show.Show Network.AWS.CodeDeploy.BatchGetDeploymentInstances.BatchGetDeploymentInstancesResponse instance GHC.Read.Read Network.AWS.CodeDeploy.BatchGetDeploymentInstances.BatchGetDeploymentInstancesResponse instance GHC.Classes.Eq Network.AWS.CodeDeploy.BatchGetDeploymentInstances.BatchGetDeploymentInstancesResponse instance GHC.Generics.Generic Network.AWS.CodeDeploy.BatchGetDeploymentInstances.BatchGetDeploymentInstances instance Data.Data.Data Network.AWS.CodeDeploy.BatchGetDeploymentInstances.BatchGetDeploymentInstances instance GHC.Show.Show Network.AWS.CodeDeploy.BatchGetDeploymentInstances.BatchGetDeploymentInstances instance GHC.Read.Read Network.AWS.CodeDeploy.BatchGetDeploymentInstances.BatchGetDeploymentInstances instance GHC.Classes.Eq Network.AWS.CodeDeploy.BatchGetDeploymentInstances.BatchGetDeploymentInstances instance Network.AWS.Types.AWSRequest Network.AWS.CodeDeploy.BatchGetDeploymentInstances.BatchGetDeploymentInstances instance Data.Hashable.Class.Hashable Network.AWS.CodeDeploy.BatchGetDeploymentInstances.BatchGetDeploymentInstances instance Control.DeepSeq.NFData Network.AWS.CodeDeploy.BatchGetDeploymentInstances.BatchGetDeploymentInstances instance Network.AWS.Data.Headers.ToHeaders Network.AWS.CodeDeploy.BatchGetDeploymentInstances.BatchGetDeploymentInstances instance Data.Aeson.Types.Class.ToJSON Network.AWS.CodeDeploy.BatchGetDeploymentInstances.BatchGetDeploymentInstances instance Network.AWS.Data.Path.ToPath Network.AWS.CodeDeploy.BatchGetDeploymentInstances.BatchGetDeploymentInstances instance Network.AWS.Data.Query.ToQuery Network.AWS.CodeDeploy.BatchGetDeploymentInstances.BatchGetDeploymentInstances instance Control.DeepSeq.NFData Network.AWS.CodeDeploy.BatchGetDeploymentInstances.BatchGetDeploymentInstancesResponse -- | Attempts to stop an ongoing deployment. 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: -- -- 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.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 Data.Hashable.Class.Hashable Network.AWS.CodeDeploy.StopDeployment.StopDeployment instance Control.DeepSeq.NFData 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 instance Control.DeepSeq.NFData Network.AWS.CodeDeploy.StopDeployment.StopDeploymentResponse -- | Creates an application. 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.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 Data.Hashable.Class.Hashable Network.AWS.CodeDeploy.CreateApplication.CreateApplication instance Control.DeepSeq.NFData 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 instance Control.DeepSeq.NFData Network.AWS.CodeDeploy.CreateApplication.CreateApplicationResponse -- | Deregisters an on-premises instance. 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.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 Data.Hashable.Class.Hashable Network.AWS.CodeDeploy.DeregisterOnPremisesInstance.DeregisterOnPremisesInstance instance Control.DeepSeq.NFData 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 instance Control.DeepSeq.NFData Network.AWS.CodeDeploy.DeregisterOnPremisesInstance.DeregisterOnPremisesInstanceResponse -- | Gets information about an instance as part of a deployment. 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 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.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 Data.Hashable.Class.Hashable Network.AWS.CodeDeploy.GetDeploymentInstance.GetDeploymentInstance instance Control.DeepSeq.NFData 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 instance Control.DeepSeq.NFData Network.AWS.CodeDeploy.GetDeploymentInstance.GetDeploymentInstanceResponse -- | Changes the name of an application. 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 to give the application. uaNewApplicationName :: Lens' UpdateApplication (Maybe Text) -- | The current name of the application 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.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 Data.Hashable.Class.Hashable Network.AWS.CodeDeploy.UpdateApplication.UpdateApplication instance Control.DeepSeq.NFData 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 instance Control.DeepSeq.NFData Network.AWS.CodeDeploy.UpdateApplication.UpdateApplicationResponse -- | Deletes an application. 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 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.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 Data.Hashable.Class.Hashable Network.AWS.CodeDeploy.DeleteApplication.DeleteApplication instance Control.DeepSeq.NFData 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 instance Control.DeepSeq.NFData Network.AWS.CodeDeploy.DeleteApplication.DeleteApplicationResponse -- | Gets information about one or more applications. 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 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.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 Data.Hashable.Class.Hashable Network.AWS.CodeDeploy.BatchGetApplications.BatchGetApplications instance Control.DeepSeq.NFData 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 instance Control.DeepSeq.NFData Network.AWS.CodeDeploy.BatchGetApplications.BatchGetApplicationsResponse -- | Registers with AWS CodeDeploy a revision for the specified -- application. 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 AWS CodeDeploy application associated with the -- applicable IAM user or AWS account. rarApplicationName :: Lens' RegisterApplicationRevision Text -- | Information about the application revision to register, including type -- and 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.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 Data.Hashable.Class.Hashable Network.AWS.CodeDeploy.RegisterApplicationRevision.RegisterApplicationRevision instance Control.DeepSeq.NFData 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 instance Control.DeepSeq.NFData Network.AWS.CodeDeploy.RegisterApplicationRevision.RegisterApplicationRevisionResponse -- | Gets information about an on-premises instance. 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 about which to get information. 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.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 Data.Hashable.Class.Hashable Network.AWS.CodeDeploy.GetOnPremisesInstance.GetOnPremisesInstance instance Control.DeepSeq.NFData 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 instance Control.DeepSeq.NFData Network.AWS.CodeDeploy.GetOnPremisesInstance.GetOnPremisesInstanceResponse -- | Gets information about one or more deployments. 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, 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.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 Data.Hashable.Class.Hashable Network.AWS.CodeDeploy.BatchGetDeployments.BatchGetDeployments instance Control.DeepSeq.NFData 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 instance Control.DeepSeq.NFData Network.AWS.CodeDeploy.BatchGetDeployments.BatchGetDeploymentsResponse -- | Gets information about one or more application revisions. module Network.AWS.CodeDeploy.BatchGetApplicationRevisions -- | Creates a value of BatchGetApplicationRevisions with the -- minimum fields required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- batchGetApplicationRevisions :: Text -> BatchGetApplicationRevisions -- | Represents the input of a batch get application revisions operation. -- -- See: batchGetApplicationRevisions smart constructor. data BatchGetApplicationRevisions -- | The name of an AWS CodeDeploy application about which to get revision -- information. bgarApplicationName :: Lens' BatchGetApplicationRevisions Text -- | Information to get about the application revisions, including type and -- location. bgarRevisions :: Lens' BatchGetApplicationRevisions [RevisionLocation] -- | Creates a value of BatchGetApplicationRevisionsResponse with -- the minimum fields required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- batchGetApplicationRevisionsResponse :: Int -> BatchGetApplicationRevisionsResponse -- | Represents the output of a batch get application revisions operation. -- -- See: batchGetApplicationRevisionsResponse smart -- constructor. data BatchGetApplicationRevisionsResponse -- | The name of the application that corresponds to the revisions. bgarrsApplicationName :: Lens' BatchGetApplicationRevisionsResponse (Maybe Text) -- | Additional information about the revisions, including the type and -- location. bgarrsRevisions :: Lens' BatchGetApplicationRevisionsResponse [RevisionInfo] -- | Information about errors that may have occurred during the API call. bgarrsErrorMessage :: Lens' BatchGetApplicationRevisionsResponse (Maybe Text) -- | The response status code. bgarrsResponseStatus :: Lens' BatchGetApplicationRevisionsResponse Int instance GHC.Generics.Generic Network.AWS.CodeDeploy.BatchGetApplicationRevisions.BatchGetApplicationRevisionsResponse instance Data.Data.Data Network.AWS.CodeDeploy.BatchGetApplicationRevisions.BatchGetApplicationRevisionsResponse instance GHC.Show.Show Network.AWS.CodeDeploy.BatchGetApplicationRevisions.BatchGetApplicationRevisionsResponse instance GHC.Read.Read Network.AWS.CodeDeploy.BatchGetApplicationRevisions.BatchGetApplicationRevisionsResponse instance GHC.Classes.Eq Network.AWS.CodeDeploy.BatchGetApplicationRevisions.BatchGetApplicationRevisionsResponse instance GHC.Generics.Generic Network.AWS.CodeDeploy.BatchGetApplicationRevisions.BatchGetApplicationRevisions instance Data.Data.Data Network.AWS.CodeDeploy.BatchGetApplicationRevisions.BatchGetApplicationRevisions instance GHC.Show.Show Network.AWS.CodeDeploy.BatchGetApplicationRevisions.BatchGetApplicationRevisions instance GHC.Read.Read Network.AWS.CodeDeploy.BatchGetApplicationRevisions.BatchGetApplicationRevisions instance GHC.Classes.Eq Network.AWS.CodeDeploy.BatchGetApplicationRevisions.BatchGetApplicationRevisions instance Network.AWS.Types.AWSRequest Network.AWS.CodeDeploy.BatchGetApplicationRevisions.BatchGetApplicationRevisions instance Data.Hashable.Class.Hashable Network.AWS.CodeDeploy.BatchGetApplicationRevisions.BatchGetApplicationRevisions instance Control.DeepSeq.NFData Network.AWS.CodeDeploy.BatchGetApplicationRevisions.BatchGetApplicationRevisions instance Network.AWS.Data.Headers.ToHeaders Network.AWS.CodeDeploy.BatchGetApplicationRevisions.BatchGetApplicationRevisions instance Data.Aeson.Types.Class.ToJSON Network.AWS.CodeDeploy.BatchGetApplicationRevisions.BatchGetApplicationRevisions instance Network.AWS.Data.Path.ToPath Network.AWS.CodeDeploy.BatchGetApplicationRevisions.BatchGetApplicationRevisions instance Network.AWS.Data.Query.ToQuery Network.AWS.CodeDeploy.BatchGetApplicationRevisions.BatchGetApplicationRevisions instance Control.DeepSeq.NFData Network.AWS.CodeDeploy.BatchGetApplicationRevisions.BatchGetApplicationRevisionsResponse -- | Deploys an application revision through the specified deployment -- group. 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 a 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 and location of the revision to deploy. cdRevision :: Lens' CreateDeployment (Maybe RevisionLocation) -- | A comment about the deployment. cdDescription :: Lens' CreateDeployment (Maybe Text) -- | The name of the deployment group. cdDeploymentGroupName :: Lens' CreateDeployment (Maybe Text) -- | If set to true, then if the deployment causes the ApplicationStop -- deployment lifecycle event to an instance to fail, the deployment to -- that instance will not be considered to have failed 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 an instance, the -- deployment to that instance will stop, and the deployment to that -- instance will be considered to have failed. cdIgnoreApplicationStopFailures :: Lens' CreateDeployment (Maybe Bool) -- | The name of an 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.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 Data.Hashable.Class.Hashable Network.AWS.CodeDeploy.CreateDeployment.CreateDeployment instance Control.DeepSeq.NFData 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 instance Control.DeepSeq.NFData Network.AWS.CodeDeploy.CreateDeployment.CreateDeploymentResponse -- | Gets information about a deployment configuration. 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 a 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.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 Data.Hashable.Class.Hashable Network.AWS.CodeDeploy.GetDeploymentConfig.GetDeploymentConfig instance Control.DeepSeq.NFData 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 instance Control.DeepSeq.NFData Network.AWS.CodeDeploy.GetDeploymentConfig.GetDeploymentConfigResponse -- | Deletes a deployment configuration. -- -- A deployment configuration cannot be deleted if it is currently in -- use. Predefined configurations cannot be deleted. 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 a 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.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 Data.Hashable.Class.Hashable Network.AWS.CodeDeploy.DeleteDeploymentConfig.DeleteDeploymentConfig instance Control.DeepSeq.NFData 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 instance Control.DeepSeq.NFData Network.AWS.CodeDeploy.DeleteDeploymentConfig.DeleteDeploymentConfigResponse -- | Gets information about a deployment. 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 -- | A 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.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 Data.Hashable.Class.Hashable Network.AWS.CodeDeploy.GetDeployment.GetDeployment instance Control.DeepSeq.NFData 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 instance Control.DeepSeq.NFData Network.AWS.CodeDeploy.GetDeployment.GetDeploymentResponse module Network.AWS.CodeDeploy.Waiters -- | Polls GetDeployment every 15 seconds until a successful state -- is reached. An error is returned after 120 failed checks. deploymentSuccessful :: Wait GetDeployment -- | Gets information about an application revision. 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 type and -- 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 type and -- location. garrsRevision :: Lens' GetApplicationRevisionResponse (Maybe RevisionLocation) -- | The response status code. garrsResponseStatus :: Lens' GetApplicationRevisionResponse Int 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 Data.Hashable.Class.Hashable Network.AWS.CodeDeploy.GetApplicationRevision.GetApplicationRevision instance Control.DeepSeq.NFData 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 instance Control.DeepSeq.NFData Network.AWS.CodeDeploy.GetApplicationRevision.GetApplicationRevisionResponse -- | Creates a deployment configuration. 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: -- -- -- -- The value parameter takes an integer. -- -- For example, to set a minimum of 95% healthy instance, specify a type -- of FLEET_PERCENT and a value of 95. 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.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 Data.Hashable.Class.Hashable Network.AWS.CodeDeploy.CreateDeploymentConfig.CreateDeploymentConfig instance Control.DeepSeq.NFData 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 instance Control.DeepSeq.NFData Network.AWS.CodeDeploy.CreateDeploymentConfig.CreateDeploymentConfigResponse -- | Gets a list of names for one or more on-premises instances. -- -- 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. 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 returned. lopiTagFilters :: Lens' ListOnPremisesInstances [TagFilter] -- | An identifier returned from the previous list on-premises instances -- call. It can be used to return the next set of on-premises instances -- in the list. lopiNextToken :: Lens' ListOnPremisesInstances (Maybe Text) -- | The registration status of the 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 a large amount of information is returned, an identifier is also -- returned. It can be used in a subsequent list on-premises instances -- call to return the next set of on-premises instances in the list. 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.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 Data.Hashable.Class.Hashable Network.AWS.CodeDeploy.ListOnPremisesInstances.ListOnPremisesInstances instance Control.DeepSeq.NFData 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 instance Control.DeepSeq.NFData Network.AWS.CodeDeploy.ListOnPremisesInstances.ListOnPremisesInstancesResponse -- | Changes information about a deployment group. 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 ARN for the service role, 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 on which to filter, if you want -- to change them. To keep the existing tags, enter their names. To -- remove tags, do not enter any tag names. udgEc2TagFilters :: Lens' UpdateDeploymentGroup [EC2TagFilter] -- | The replacement set of on-premises instance tags on which to filter, -- if you want to change them. To keep the existing tags, enter their -- names. To remove tags, do not enter any tag names. udgOnPremisesInstanceTagFilters :: Lens' UpdateDeploymentGroup [TagFilter] -- | Information about triggers to change when the deployment group is -- updated. udgTriggerConfigurations :: Lens' UpdateDeploymentGroup [TriggerConfig] -- | The replacement list of Auto Scaling groups to be included in the -- deployment group, if you want to change them. To keep the Auto Scaling -- groups, enter their names. To remove Auto Scaling groups, do not enter -- any Auto Scaling group names. udgAutoScalingGroups :: Lens' UpdateDeploymentGroup [Text] -- | The application name corresponding to the deployment group to update. udgApplicationName :: Lens' UpdateDeploymentGroup Text -- | The current name of the 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 contains 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.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 Data.Hashable.Class.Hashable Network.AWS.CodeDeploy.UpdateDeploymentGroup.UpdateDeploymentGroup instance Control.DeepSeq.NFData 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 instance Control.DeepSeq.NFData Network.AWS.CodeDeploy.UpdateDeploymentGroup.UpdateDeploymentGroupResponse -- | Deletes a deployment group. 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 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 group. If the output contains -- data, AWS CodeDeploy could not remove some Auto Scaling lifecycle -- event hooks from the Amazon EC2 instances in the Auto Scaling group. ddgrsHooksNotCleanedUp :: Lens' DeleteDeploymentGroupResponse [AutoScalingGroup] -- | The response status code. ddgrsResponseStatus :: Lens' DeleteDeploymentGroupResponse Int 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 Data.Hashable.Class.Hashable Network.AWS.CodeDeploy.DeleteDeploymentGroup.DeleteDeploymentGroup instance Control.DeepSeq.NFData 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 instance Control.DeepSeq.NFData Network.AWS.CodeDeploy.DeleteDeploymentGroup.DeleteDeploymentGroupResponse -- | Get information about one or more deployment groups. module Network.AWS.CodeDeploy.BatchGetDeploymentGroups -- | Creates a value of BatchGetDeploymentGroups with the minimum -- fields required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- batchGetDeploymentGroups :: Text -> BatchGetDeploymentGroups -- | Represents the input of a batch get deployment groups operation. -- -- See: batchGetDeploymentGroups smart constructor. data BatchGetDeploymentGroups -- | The name of an AWS CodeDeploy application associated with the -- applicable IAM user or AWS account. bgdgApplicationName :: Lens' BatchGetDeploymentGroups Text -- | The deployment groups' names. bgdgDeploymentGroupNames :: Lens' BatchGetDeploymentGroups [Text] -- | Creates a value of BatchGetDeploymentGroupsResponse with the -- minimum fields required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- batchGetDeploymentGroupsResponse :: Int -> BatchGetDeploymentGroupsResponse -- | Represents the output of a batch get deployment groups operation. -- -- See: batchGetDeploymentGroupsResponse smart constructor. data BatchGetDeploymentGroupsResponse -- | Information about the deployment groups. bgdgrsDeploymentGroupsInfo :: Lens' BatchGetDeploymentGroupsResponse [DeploymentGroupInfo] -- | Information about errors that may have occurred during the API call. bgdgrsErrorMessage :: Lens' BatchGetDeploymentGroupsResponse (Maybe Text) -- | The response status code. bgdgrsResponseStatus :: Lens' BatchGetDeploymentGroupsResponse Int instance GHC.Generics.Generic Network.AWS.CodeDeploy.BatchGetDeploymentGroups.BatchGetDeploymentGroupsResponse instance Data.Data.Data Network.AWS.CodeDeploy.BatchGetDeploymentGroups.BatchGetDeploymentGroupsResponse instance GHC.Show.Show Network.AWS.CodeDeploy.BatchGetDeploymentGroups.BatchGetDeploymentGroupsResponse instance GHC.Read.Read Network.AWS.CodeDeploy.BatchGetDeploymentGroups.BatchGetDeploymentGroupsResponse instance GHC.Classes.Eq Network.AWS.CodeDeploy.BatchGetDeploymentGroups.BatchGetDeploymentGroupsResponse instance GHC.Generics.Generic Network.AWS.CodeDeploy.BatchGetDeploymentGroups.BatchGetDeploymentGroups instance Data.Data.Data Network.AWS.CodeDeploy.BatchGetDeploymentGroups.BatchGetDeploymentGroups instance GHC.Show.Show Network.AWS.CodeDeploy.BatchGetDeploymentGroups.BatchGetDeploymentGroups instance GHC.Read.Read Network.AWS.CodeDeploy.BatchGetDeploymentGroups.BatchGetDeploymentGroups instance GHC.Classes.Eq Network.AWS.CodeDeploy.BatchGetDeploymentGroups.BatchGetDeploymentGroups instance Network.AWS.Types.AWSRequest Network.AWS.CodeDeploy.BatchGetDeploymentGroups.BatchGetDeploymentGroups instance Data.Hashable.Class.Hashable Network.AWS.CodeDeploy.BatchGetDeploymentGroups.BatchGetDeploymentGroups instance Control.DeepSeq.NFData Network.AWS.CodeDeploy.BatchGetDeploymentGroups.BatchGetDeploymentGroups instance Network.AWS.Data.Headers.ToHeaders Network.AWS.CodeDeploy.BatchGetDeploymentGroups.BatchGetDeploymentGroups instance Data.Aeson.Types.Class.ToJSON Network.AWS.CodeDeploy.BatchGetDeploymentGroups.BatchGetDeploymentGroups instance Network.AWS.Data.Path.ToPath Network.AWS.CodeDeploy.BatchGetDeploymentGroups.BatchGetDeploymentGroups instance Network.AWS.Data.Query.ToQuery Network.AWS.CodeDeploy.BatchGetDeploymentGroups.BatchGetDeploymentGroups instance Control.DeepSeq.NFData Network.AWS.CodeDeploy.BatchGetDeploymentGroups.BatchGetDeploymentGroupsResponse -- | Removes one or more tags from one or more on-premises instances. 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 from which to remove tags. 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.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 Data.Hashable.Class.Hashable Network.AWS.CodeDeploy.RemoveTagsFromOnPremisesInstances.RemoveTagsFromOnPremisesInstances instance Control.DeepSeq.NFData 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 instance Control.DeepSeq.NFData Network.AWS.CodeDeploy.RemoveTagsFromOnPremisesInstances.RemoveTagsFromOnPremisesInstancesResponse -- | AWS CodeDeploy Overview -- -- This reference guide provides descriptions of the AWS CodeDeploy APIs. -- For more information about AWS CodeDeploy, see the AWS CodeDeploy -- User Guide. -- -- Using the APIs -- -- You can use the AWS CodeDeploy APIs to work with the following: -- -- module Network.AWS.CodeDeploy -- | API version '2014-10-06' of the Amazon CodeDeploy SDK configuration. codeDeploy :: Service -- | The limit for lifecycle hooks was exceeded. _LifecycleHookLimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError -- | 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 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 instance 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 -- | The trigger was specified in an invalid format. _InvalidTriggerConfigException :: 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 complete. _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 maximum number of names or IDs allowed for this request (100) was -- exceeded. _BatchLimitExceededException :: 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 maximum allowed number of triggers was exceeded. _TriggerTargetsLimitExceededException :: 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 are 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 -- | Polls GetDeployment every 15 seconds until a successful state -- is reached. An error is returned after 120 failed checks. deploymentSuccessful :: Wait GetDeployment 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 data TriggerEventType DeploymentFailure :: TriggerEventType DeploymentStart :: TriggerEventType DeploymentStop :: TriggerEventType DeploymentSuccess :: TriggerEventType InstanceFailure :: TriggerEventType InstanceStart :: TriggerEventType InstanceSuccess :: TriggerEventType -- | 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 at which 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 -- instance. dciMinimumHealthyHosts :: Lens' DeploymentConfigInfo (Maybe MinimumHealthyHosts) -- | The deployment configuration ID. dciDeploymentConfigId :: Lens' DeploymentConfigInfo (Maybe Text) -- | The time at which 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 -- type and location. dgiTargetRevision :: Lens' DeploymentGroupInfo (Maybe RevisionLocation) -- | The Amazon EC2 tags on which to filter. dgiEc2TagFilters :: Lens' DeploymentGroupInfo [EC2TagFilter] -- | The on-premises instance tags on which to filter. dgiOnPremisesInstanceTagFilters :: Lens' DeploymentGroupInfo [TagFilter] -- | The application name. dgiApplicationName :: Lens' DeploymentGroupInfo (Maybe Text) -- | A list of associated triggers. dgiTriggerConfigurations :: Lens' DeploymentGroupInfo [TriggerConfig] -- | 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 -- | The means by which the deployment was created: -- -- 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 was deployed to the -- deployment group. -- -- 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 -- back-end servers that participate in the deployment process. diStartTime :: Lens' DeploymentInfo (Maybe UTCTime) -- | A timestamp indicating when the deployment was complete. 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 stored application artifacts and the -- service from which to retrieve them. 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 an instance to fail, the deployment to that -- instance will not be considered to have failed 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 an instance to fail, the -- deployment to that instance will stop, 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 in the deployment in a pending state. doPending :: Lens' DeploymentOverview (Maybe Integer) -- | The number of instances in the deployment in a skipped state. doSkipped :: Lens' DeploymentOverview (Maybe Integer) -- | The number of instances in which the deployment is in progress. doInProgress :: Lens' DeploymentOverview (Maybe Integer) -- | The number of instances in the deployment to which revisions have been -- successfully deployed. doSucceeded :: Lens' DeploymentOverview (Maybe Integer) -- | The number of instances in the deployment in a failed state. 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 diagnostic log. -- -- If available, AWS CodeDeploy returns up to the last 4 KB of the -- diagnostic log. dLogTail :: Lens' Diagnostics (Maybe Text) -- | The associated error code: -- -- 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: -- -- 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: -- -- 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) -- | The deployment groups for which this is the current target 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 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 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 at which 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 at which 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 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: -- -- 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: -- -- 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 instance. -- -- 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 instance value. mhhValue :: Lens' MinimumHealthyHosts (Maybe Int) -- | The minimum healthy instance type: -- -- -- -- In an example of nine instance, if a HOST_COUNT of six is specified, -- deploy to up to three instances at a time. The deployment will be -- successful if six or more instances are deployed to successfully; -- otherwise, the deployment fails. If a FLEET_PERCENT of 40 is -- specified, deploy to up to five instance at a time. The deployment -- will be successful if four or more instance are deployed to -- successfully; otherwise, the deployment fails. -- -- In a call to the get deployment configuration operation, -- CodeDeployDefault.OneAtATime will return a minimum healthy instance -- type of MOST_CONCURRENCY and a value of 1. This means a deployment to -- only one instance at a time. (You cannot set the type to -- MOST_CONCURRENCY, only to HOST_COUNT or FLEET_PERCENT.) In addition, -- with CodeDeployDefault.OneAtATime, AWS CodeDeploy will try to ensure -- that all instances but one are kept in a healthy state during the -- deployment. Although this allows one instance at a time to be taken -- offline for a new deployment, it also means that if the deployment to -- the last instance fails, the overall deployment still succeeds. mhhType :: Lens' MinimumHealthyHosts (Maybe MinimumHealthyHostsType) -- | Information about an application revision. -- -- See: revisionInfo smart constructor. data RevisionInfo -- | Creates a value of RevisionInfo with the minimum fields -- required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- revisionInfo :: RevisionInfo -- | Undocumented member. riGenericRevisionInfo :: Lens' RevisionInfo (Maybe GenericRevisionInfo) -- | Undocumented member. riRevisionLocation :: Lens' RevisionInfo (Maybe RevisionLocation) -- | Information about the location of an application revision. -- -- 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 type of application revision: -- -- 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 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: -- -- 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: -- -- 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 start time of the time range. -- -- Specify null to leave the start time open-ended. trStart :: Lens' TimeRange (Maybe UTCTime) -- | The end time of the time range. -- -- Specify null to leave the end time open-ended. trEnd :: Lens' TimeRange (Maybe UTCTime) -- | Information about notification triggers for the deployment group. -- -- See: triggerConfig smart constructor. data TriggerConfig -- | Creates a value of TriggerConfig with the minimum fields -- required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- triggerConfig :: TriggerConfig -- | The name of the notification trigger. tcTriggerName :: Lens' TriggerConfig (Maybe Text) -- | The event type or types for which notifications are triggered. -- -- The following event type values are supported: -- -- tcTriggerEvents :: Lens' TriggerConfig [TriggerEventType] -- | The ARN of the Amazon Simple Notification Service topic through which -- notifications about deployment or instance events are sent. tcTriggerTargetARN :: Lens' TriggerConfig (Maybe Text)