-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Amazon CodeDeploy SDK. -- @package amazonka-codedeploy @version 1.0.0 module Network.AWS.CodeDeploy.Types -- | Version 2014-10-06 of the Amazon CodeDeploy SDK. data CodeDeploy -- | 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 -- | The IAM user ARN was specified in an invalid format. _InvalidIAMUserARNException :: AsError a => Getting (First ServiceError) a ServiceError -- | An IAM user ARN was not specified. _IAMUserARNRequiredException :: AsError a => Getting (First ServiceError) a ServiceError -- | The deployment group name was specified in an invalid format. _InvalidDeploymentGroupNameException :: AsError a => Getting (First ServiceError) a ServiceError -- | The description that was provided is too long. _DescriptionTooLongException :: AsError a => Getting (First ServiceError) a ServiceError -- | 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 deployment configurations limit was exceeded. _DeploymentConfigLimitExceededException :: 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 -- | The specified deployment has not started. _DeploymentNotStartedException :: AsError a => Getting (First ServiceError) a ServiceError -- | The role ID was not specified. _RoleRequiredException :: 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 number of allowed deployments was exceeded. _DeploymentLimitExceededException :: 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 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 deployed state filter was specified in an invalid format. _InvalidDeployedStateFilterException :: AsError a => Getting (First ServiceError) a ServiceError -- | The minimum healthy instances value was specified in an invalid -- format. _InvalidMinimumHealthyHostValueException :: AsError a => Getting (First ServiceError) a ServiceError -- | The application does not exist with the applicable IAM user or AWS -- account. _ApplicationDoesNotExistException :: AsError a => Getting (First ServiceError) a ServiceError -- | The specified tag filter was specified in an invalid format. _InvalidTagFilterException :: AsError a => Getting (First ServiceError) a ServiceError -- | A tag was not specified. _TagRequiredException :: AsError a => Getting (First ServiceError) a ServiceError -- | The named revision does not exist with the applicable IAM user or AWS -- account. _RevisionDoesNotExistException :: AsError a => Getting (First ServiceError) a ServiceError -- | The deployment group name was not specified. _DeploymentGroupNameRequiredException :: 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 -- | The deployment configuration does not exist with the applicable IAM -- user or AWS account. _DeploymentConfigDoesNotExistException :: 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 -- | A bucket name is required but was not provided. _BucketNameFilterRequiredException :: AsError a => Getting (First ServiceError) a ServiceError -- | The deployment groups limit was exceeded. _DeploymentGroupLimitExceededException :: 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 -- | At least one of the deployment IDs was specified in an invalid format. _InvalidDeploymentIdException :: 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 -- | At least one deployment ID must be specified. _DeploymentIdRequiredException :: AsError a => Getting (First ServiceError) a ServiceError -- | The instance ID was not specified. _InstanceIdRequiredException :: AsError a => Getting (First ServiceError) a ServiceError -- | The deployment configuration name was not specified. _DeploymentConfigNameRequiredException :: 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 sort order was specified in an invalid format. _InvalidSortOrderException :: 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 revision was specified in an invalid format. _InvalidRevisionException :: AsError a => Getting (First ServiceError) a ServiceError -- | The deployment is already completed. _DeploymentAlreadyCompletedException :: 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 does not exist with the applicable IAM user or AWS -- account. _DeploymentDoesNotExistException :: AsError a => Getting (First ServiceError) a ServiceError -- | An on-premises instance name was not specified. _InstanceNameRequiredException :: 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 -- | 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 maximum allowed number of tags was exceeded. _TagLimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError -- | The specified on-premises instance is not registered. _InstanceNotRegisteredException :: AsError a => Getting (First ServiceError) a ServiceError -- | More applications were attempted to be created than were allowed. _ApplicationLimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError -- | An invalid operation was detected. _InvalidOperationException :: AsError a => Getting (First ServiceError) a ServiceError -- | 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 minimum number of required application names was not specified. _ApplicationNameRequiredException :: AsError a => Getting (First ServiceError) a ServiceError -- | The specified key prefix filter was specified in an invalid format. _InvalidKeyPrefixFilterException :: AsError a => Getting (First ServiceError) a ServiceError data ApplicationRevisionSortBy FirstUsedTime :: ApplicationRevisionSortBy LastUsedTime :: ApplicationRevisionSortBy RegisterTime :: ApplicationRevisionSortBy data BundleType TAR :: BundleType TGZ :: BundleType Zip :: BundleType data DeployErrorCode ApplicationMissing :: DeployErrorCode DeploymentGroupMissing :: DeployErrorCode HealthConstraints :: DeployErrorCode HealthConstraintsInvalid :: DeployErrorCode IAMRoleMissing :: DeployErrorCode IAMRolePermissions :: DeployErrorCode InternalError :: DeployErrorCode NoEC2Subscription :: DeployErrorCode NoInstances :: DeployErrorCode OverMaxInstances :: DeployErrorCode RevisionMissing :: DeployErrorCode Throttled :: DeployErrorCode Timeout :: DeployErrorCode data DeploymentCreator Autoscaling :: DeploymentCreator User :: DeploymentCreator data DeploymentStatus Created :: DeploymentStatus Failed :: DeploymentStatus InProgress :: DeploymentStatus Queued :: DeploymentStatus Stopped :: DeploymentStatus Succeeded :: DeploymentStatus data EC2TagFilterType KeyAndValue :: EC2TagFilterType KeyOnly :: EC2TagFilterType ValueOnly :: EC2TagFilterType data InstanceStatus ISFailed :: InstanceStatus ISInProgress :: InstanceStatus ISPending :: InstanceStatus ISSkipped :: InstanceStatus ISSucceeded :: InstanceStatus ISUnknown :: InstanceStatus data LifecycleErrorCode ScriptFailed :: LifecycleErrorCode ScriptMissing :: LifecycleErrorCode ScriptNotExecutable :: LifecycleErrorCode ScriptTimedOut :: LifecycleErrorCode Success :: LifecycleErrorCode UnknownError :: LifecycleErrorCode data LifecycleEventStatus LESFailed :: LifecycleEventStatus LESInProgress :: LifecycleEventStatus LESPending :: LifecycleEventStatus LESSkipped :: LifecycleEventStatus LESSucceeded :: LifecycleEventStatus LESUnknown :: LifecycleEventStatus data ListStateFilterAction Exclude :: ListStateFilterAction Ignore :: ListStateFilterAction Include :: ListStateFilterAction data MinimumHealthyHostsType FleetPercent :: MinimumHealthyHostsType HostCount :: MinimumHealthyHostsType data RegistrationStatus Deregistered :: RegistrationStatus Registered :: RegistrationStatus data RevisionLocationType GitHub :: RevisionLocationType S3 :: RevisionLocationType data SortOrder Ascending :: SortOrder Descending :: SortOrder data StopStatus SSPending :: StopStatus SSSucceeded :: StopStatus data TagFilterType TFTKeyAndValue :: TagFilterType TFTKeyOnly :: TagFilterType TFTValueOnly :: TagFilterType -- | Information about an application. -- -- See: applicationInfo smart constructor. data ApplicationInfo -- | Creates a value of ApplicationInfo with the minimum fields -- required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- applicationInfo :: ApplicationInfo -- | True if the user has authenticated with GitHub for the specified -- application; otherwise, false. aiLinkedToGitHub :: Lens' ApplicationInfo (Maybe Bool) -- | The application ID. aiApplicationId :: Lens' ApplicationInfo (Maybe Text) -- | The application name. aiApplicationName :: Lens' ApplicationInfo (Maybe Text) -- | The time that the application was created. aiCreateTime :: Lens' ApplicationInfo (Maybe UTCTime) -- | Information about an Auto Scaling group. -- -- See: autoScalingGroup smart constructor. data AutoScalingGroup -- | Creates a value of AutoScalingGroup with the minimum fields -- required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- autoScalingGroup :: AutoScalingGroup -- | An Auto Scaling lifecycle event hook name. asgHook :: Lens' AutoScalingGroup (Maybe Text) -- | The Auto Scaling group name. asgName :: Lens' AutoScalingGroup (Maybe Text) -- | Information about a deployment configuration. -- -- See: deploymentConfigInfo smart constructor. data DeploymentConfigInfo -- | Creates a value of DeploymentConfigInfo with the minimum fields -- required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- deploymentConfigInfo :: DeploymentConfigInfo -- | The deployment configuration name. dciDeploymentConfigName :: Lens' DeploymentConfigInfo (Maybe Text) -- | Information about the number or percentage of minimum healthy -- instances. dciMinimumHealthyHosts :: Lens' DeploymentConfigInfo (Maybe MinimumHealthyHosts) -- | The deployment configuration ID. dciDeploymentConfigId :: Lens' DeploymentConfigInfo (Maybe Text) -- | The time that the deployment configuration was created. dciCreateTime :: Lens' DeploymentConfigInfo (Maybe UTCTime) -- | Information about a deployment group. -- -- See: deploymentGroupInfo smart constructor. data DeploymentGroupInfo -- | Creates a value of DeploymentGroupInfo with the minimum fields -- required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- deploymentGroupInfo :: DeploymentGroupInfo -- | A service role ARN. dgiServiceRoleARN :: Lens' DeploymentGroupInfo (Maybe Text) -- | The deployment configuration name. dgiDeploymentConfigName :: Lens' DeploymentGroupInfo (Maybe Text) -- | Information about the deployment group's target revision, including -- the revision's type and its location. dgiTargetRevision :: Lens' DeploymentGroupInfo (Maybe RevisionLocation) -- | The Amazon EC2 tags to filter on. dgiEc2TagFilters :: Lens' DeploymentGroupInfo [EC2TagFilter] -- | The on-premises instance tags to filter on. dgiOnPremisesInstanceTagFilters :: Lens' DeploymentGroupInfo [TagFilter] -- | The application name. dgiApplicationName :: Lens' DeploymentGroupInfo (Maybe Text) -- | The deployment group ID. dgiDeploymentGroupId :: Lens' DeploymentGroupInfo (Maybe Text) -- | A list of associated Auto Scaling groups. dgiAutoScalingGroups :: Lens' DeploymentGroupInfo [AutoScalingGroup] -- | The deployment group name. dgiDeploymentGroupName :: Lens' DeploymentGroupInfo (Maybe Text) -- | Information about a deployment. -- -- See: deploymentInfo smart constructor. data DeploymentInfo -- | Creates a value of DeploymentInfo with the minimum fields -- required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- deploymentInfo :: DeploymentInfo -- | The deployment ID. diDeploymentId :: Lens' DeploymentInfo (Maybe Text) -- | How 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 configuration name. diDeploymentConfigName :: Lens' DeploymentInfo (Maybe Text) -- | A timestamp indicating when the deployment began deploying to the -- deployment group. -- -- Note that in some cases, the reported value of the start time may be -- later than the complete time. This is due to differences in the clock -- settings of various back-end servers that participate in the overall -- deployment process. diStartTime :: Lens' DeploymentInfo (Maybe UTCTime) -- | A timestamp indicating when the deployment was completed. diCompleteTime :: Lens' DeploymentInfo (Maybe UTCTime) -- | Information about any error associated with this deployment. diErrorInformation :: Lens' DeploymentInfo (Maybe ErrorInformation) -- | A summary of the deployment status of the instances in the deployment. diDeploymentOverview :: Lens' DeploymentInfo (Maybe DeploymentOverview) -- | The application name. diApplicationName :: Lens' DeploymentInfo (Maybe Text) -- | Information about the location of application artifacts that are -- stored and the service to retrieve them from. diRevision :: Lens' DeploymentInfo (Maybe RevisionLocation) -- | A comment about the deployment. diDescription :: Lens' DeploymentInfo (Maybe Text) -- | If true, then if the deployment causes the ApplicationStop deployment -- lifecycle event to fail to a specific instance, the deployment will -- not be considered to have failed to that instance at that point and -- will continue on to the BeforeInstall deployment lifecycle event. -- -- If false or not specified, then if the deployment causes the -- ApplicationStop deployment lifecycle event to fail to a specific -- instance, the deployment will stop to that instance, and the -- deployment to that instance will be considered to have failed. diIgnoreApplicationStopFailures :: Lens' DeploymentInfo (Maybe Bool) -- | The deployment group name. diDeploymentGroupName :: Lens' DeploymentInfo (Maybe Text) -- | A timestamp indicating when the deployment was created. diCreateTime :: Lens' DeploymentInfo (Maybe UTCTime) -- | Information about the deployment status of the instances in the -- deployment. -- -- See: deploymentOverview smart constructor. data DeploymentOverview -- | Creates a value of DeploymentOverview with the minimum fields -- required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- deploymentOverview :: DeploymentOverview -- | The number of instances that are pending in the deployment. doPending :: Lens' DeploymentOverview (Maybe Integer) -- | The number of instances that have been skipped in the deployment. doSkipped :: Lens' DeploymentOverview (Maybe Integer) -- | The number of instances that are in progress in the deployment. doInProgress :: Lens' DeploymentOverview (Maybe Integer) -- | The number of instances that have succeeded in the deployment. doSucceeded :: Lens' DeploymentOverview (Maybe Integer) -- | The number of instances that have failed in the deployment. doFailed :: Lens' DeploymentOverview (Maybe Integer) -- | Diagnostic information about executable scripts that are part of a -- deployment. -- -- See: diagnostics smart constructor. data Diagnostics -- | Creates a value of Diagnostics with the minimum fields required -- to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- diagnostics :: Diagnostics -- | The last portion of the associated diagnostic log. dLogTail :: Lens' Diagnostics (Maybe Text) -- | The associated error code: -- -- 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) -- | A list of deployment groups that use this revision. griDeploymentGroups :: Lens' GenericRevisionInfo [Text] -- | When the revision was last used by AWS CodeDeploy. griLastUsedTime :: Lens' GenericRevisionInfo (Maybe UTCTime) -- | A comment about the revision. griDescription :: Lens' GenericRevisionInfo (Maybe Text) -- | Information about the location of application artifacts that are -- stored in GitHub. -- -- See: gitHubLocation smart constructor. data GitHubLocation -- | Creates a value of GitHubLocation with the minimum fields -- required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- gitHubLocation :: GitHubLocation -- | The SHA1 commit ID of the GitHub commit that references the that -- represents the bundled artifacts for the application revision. ghlCommitId :: Lens' GitHubLocation (Maybe Text) -- | The GitHub account and repository pair that stores a reference to the -- commit that represents the bundled artifacts for the application -- revision. -- -- Specified as account/repository. ghlRepository :: Lens' GitHubLocation (Maybe Text) -- | Information about an on-premises instance. -- -- See: instanceInfo smart constructor. data InstanceInfo -- | Creates a value of InstanceInfo with the minimum fields -- required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- instanceInfo :: InstanceInfo -- | The ARN of the on-premises instance. iiInstanceARN :: Lens' InstanceInfo (Maybe Text) -- | The time that the on-premises instance was registered. iiRegisterTime :: Lens' InstanceInfo (Maybe UTCTime) -- | If the on-premises instance was deregistered, the time that the -- on-premises instance was deregistered. iiDeregisterTime :: Lens' InstanceInfo (Maybe UTCTime) -- | The IAM user ARN associated with the on-premises instance. iiIamUserARN :: Lens' InstanceInfo (Maybe Text) -- | The name of the on-premises instance. iiInstanceName :: Lens' InstanceInfo (Maybe Text) -- | The tags that are currently associated with the on-premises instance. iiTags :: Lens' InstanceInfo [Tag] -- | Information about an instance in a deployment. -- -- See: instanceSummary smart constructor. data InstanceSummary -- | Creates a value of InstanceSummary with the minimum fields -- required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- instanceSummary :: InstanceSummary -- | The instance ID. isInstanceId :: Lens' InstanceSummary (Maybe Text) -- | The deployment ID. isDeploymentId :: Lens' InstanceSummary (Maybe Text) -- | The deployment status for this instance: -- -- isStatus :: Lens' InstanceSummary (Maybe InstanceStatus) -- | 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) -- | A timestamp indicating when the deployment lifecycle event started. leStartTime :: Lens' LifecycleEvent (Maybe UTCTime) -- | The deployment lifecycle event name, such as ApplicationStop, -- BeforeInstall, AfterInstall, ApplicationStart, or ValidateService. leLifecycleEventName :: Lens' LifecycleEvent (Maybe Text) -- | Diagnostic information about the deployment lifecycle event. leDiagnostics :: Lens' LifecycleEvent (Maybe Diagnostics) -- | A timestamp indicating when the deployment lifecycle event ended. leEndTime :: Lens' LifecycleEvent (Maybe UTCTime) -- | Information about minimum healthy instances. -- -- See: minimumHealthyHosts smart constructor. data MinimumHealthyHosts -- | Creates a value of MinimumHealthyHosts with the minimum fields -- required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- minimumHealthyHosts :: MinimumHealthyHosts -- | The minimum healthy instances value. mhhValue :: Lens' MinimumHealthyHosts (Maybe Int) -- | The minimum healthy instances type: -- -- -- -- For example, for 9 instances, if a HOST_COUNT of 6 is specified, -- deploy to up to 3 instances at a time. The deployment succeeds if 6 or -- more instances are successfully deployed to; otherwise, the deployment -- fails. If a FLEET_PERCENT of 40 is specified, deploy to up to 5 -- instances at a time. The deployment succeeds if 4 or more instances -- are successfully deployed to; otherwise, the deployment fails. -- -- In a call to the get deployment configuration operation, -- CodeDeployDefault.OneAtATime will return a minimum healthy instances -- type of MOST_CONCURRENCY and a value of 1. This means a deployment to -- only one instances at a time. (You cannot set the type to -- MOST_CONCURRENCY, only to HOST_COUNT or FLEET_PERCENT.) mhhType :: Lens' MinimumHealthyHosts (Maybe MinimumHealthyHostsType) -- | Information about an application revision's location. -- -- See: revisionLocation smart constructor. data RevisionLocation -- | Creates a value of RevisionLocation with the minimum fields -- required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- revisionLocation :: RevisionLocation -- | The application revision's type: -- -- rlRevisionType :: Lens' RevisionLocation (Maybe RevisionLocationType) -- | Undocumented member. rlS3Location :: Lens' RevisionLocation (Maybe S3Location) -- | Undocumented member. rlGitHubLocation :: Lens' RevisionLocation (Maybe GitHubLocation) -- | Information about the location of application artifacts that are -- stored in Amazon S3. -- -- See: s3Location smart constructor. data S3Location -- | Creates a value of S3Location with the minimum fields required -- to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- s3Location :: S3Location -- | The file type of the application revision. Must be one of the -- following: -- -- 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 time range's start time. -- -- Specify null to leave the time range's start time open-ended. trStart :: Lens' TimeRange (Maybe UTCTime) -- | The time range's end time. -- -- Specify null to leave the time range's end time open-ended. trEnd :: Lens' TimeRange (Maybe UTCTime) instance AWSService CodeDeploy module Network.AWS.CodeDeploy.Waiters -- | Lists the instances for a deployment associated with the applicable -- IAM user or AWS account. -- -- See: AWS API Reference for ListDeploymentInstances. module Network.AWS.CodeDeploy.ListDeploymentInstances -- | Creates a value of ListDeploymentInstances with the minimum -- fields required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- listDeploymentInstances :: Text -> ListDeploymentInstances -- | Represents the input of a list deployment instances operation. -- -- See: listDeploymentInstances smart constructor. data ListDeploymentInstances -- | A subset of instances to list, by status: -- -- ldiInstanceStatusFilter :: Lens' ListDeploymentInstances [InstanceStatus] -- | An identifier that was returned from the previous list deployment -- instances call, which can be used to return the next set of deployment -- instances in the list. ldiNextToken :: Lens' ListDeploymentInstances (Maybe Text) -- | The unique ID of a deployment. ldiDeploymentId :: Lens' ListDeploymentInstances Text -- | Creates a value of ListDeploymentInstancesResponse with the -- minimum fields required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- listDeploymentInstancesResponse :: Int -> ListDeploymentInstancesResponse -- | Represents the output of a list deployment instances operation. -- -- See: listDeploymentInstancesResponse smart constructor. data ListDeploymentInstancesResponse -- | If the amount of information that is returned is significantly large, -- an identifier will also be returned, which can be used in a subsequent -- list deployment instances call to return the next set of deployment -- instances in the list. ldirsNextToken :: Lens' ListDeploymentInstancesResponse (Maybe Text) -- | A list of instances IDs. ldirsInstancesList :: Lens' ListDeploymentInstancesResponse [Text] -- | The response status code. ldirsStatus :: Lens' ListDeploymentInstancesResponse Int instance Typeable ListDeploymentInstances instance Typeable ListDeploymentInstancesResponse instance Eq ListDeploymentInstances instance Read ListDeploymentInstances instance Show ListDeploymentInstances instance Data ListDeploymentInstances instance Generic ListDeploymentInstances instance Eq ListDeploymentInstancesResponse instance Read ListDeploymentInstancesResponse instance Show ListDeploymentInstancesResponse instance Data ListDeploymentInstancesResponse instance Generic ListDeploymentInstancesResponse instance Datatype D1ListDeploymentInstances instance Constructor C1_0ListDeploymentInstances instance Selector S1_0_0ListDeploymentInstances instance Selector S1_0_1ListDeploymentInstances instance Selector S1_0_2ListDeploymentInstances instance Datatype D1ListDeploymentInstancesResponse instance Constructor C1_0ListDeploymentInstancesResponse instance Selector S1_0_0ListDeploymentInstancesResponse instance Selector S1_0_1ListDeploymentInstancesResponse instance Selector S1_0_2ListDeploymentInstancesResponse instance ToQuery ListDeploymentInstances instance ToPath ListDeploymentInstances instance ToJSON ListDeploymentInstances instance ToHeaders ListDeploymentInstances instance AWSRequest ListDeploymentInstances -- | Adds tags to on-premises instances. -- -- See: AWS API Reference for AddTagsToOnPremisesInstances. module Network.AWS.CodeDeploy.AddTagsToOnPremisesInstances -- | Creates a value of AddTagsToOnPremisesInstances with the -- minimum fields required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- addTagsToOnPremisesInstances :: AddTagsToOnPremisesInstances -- | Represents the input of an adds tags to on-premises instance -- operation. -- -- See: addTagsToOnPremisesInstances smart constructor. data AddTagsToOnPremisesInstances -- | The tag key-value pairs to add to the on-premises instances. -- -- Keys and values are both required. Keys cannot be nulls or empty -- strings. Value-only tags are not allowed. attopiTags :: Lens' AddTagsToOnPremisesInstances [Tag] -- | The names of the on-premises instances to add tags to. attopiInstanceNames :: Lens' AddTagsToOnPremisesInstances [Text] -- | Creates a value of AddTagsToOnPremisesInstancesResponse with -- the minimum fields required to make a request. addTagsToOnPremisesInstancesResponse :: AddTagsToOnPremisesInstancesResponse -- | See: addTagsToOnPremisesInstancesResponse smart -- constructor. data AddTagsToOnPremisesInstancesResponse instance Typeable AddTagsToOnPremisesInstances instance Typeable AddTagsToOnPremisesInstancesResponse instance Eq AddTagsToOnPremisesInstances instance Read AddTagsToOnPremisesInstances instance Show AddTagsToOnPremisesInstances instance Data AddTagsToOnPremisesInstances instance Generic AddTagsToOnPremisesInstances instance Eq AddTagsToOnPremisesInstancesResponse instance Read AddTagsToOnPremisesInstancesResponse instance Show AddTagsToOnPremisesInstancesResponse instance Data AddTagsToOnPremisesInstancesResponse instance Generic AddTagsToOnPremisesInstancesResponse instance Datatype D1AddTagsToOnPremisesInstances instance Constructor C1_0AddTagsToOnPremisesInstances instance Selector S1_0_0AddTagsToOnPremisesInstances instance Selector S1_0_1AddTagsToOnPremisesInstances instance Datatype D1AddTagsToOnPremisesInstancesResponse instance Constructor C1_0AddTagsToOnPremisesInstancesResponse instance ToQuery AddTagsToOnPremisesInstances instance ToPath AddTagsToOnPremisesInstances instance ToJSON AddTagsToOnPremisesInstances instance ToHeaders AddTagsToOnPremisesInstances instance AWSRequest AddTagsToOnPremisesInstances -- | Lists the applications registered with the applicable IAM user or AWS -- account. -- -- See: AWS API Reference for ListApplications. module Network.AWS.CodeDeploy.ListApplications -- | Creates a value of ListApplications with the minimum fields -- required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- listApplications :: ListApplications -- | Represents the input of a list applications operation. -- -- See: listApplications smart constructor. data ListApplications -- | An identifier that was returned from the previous list applications -- call, which can be used to return the next set of applications in the -- list. laNextToken :: Lens' ListApplications (Maybe Text) -- | Creates a value of ListApplicationsResponse with the minimum -- fields required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- listApplicationsResponse :: Int -> ListApplicationsResponse -- | Represents the output of a list applications operation. -- -- See: listApplicationsResponse smart constructor. data ListApplicationsResponse -- | If the amount of information that is returned is significantly large, -- an identifier will also be returned, which can be used in a subsequent -- list applications call to return the next set of applications in the -- list. larsNextToken :: Lens' ListApplicationsResponse (Maybe Text) -- | A list of application names. larsApplications :: Lens' ListApplicationsResponse [Text] -- | The response status code. larsStatus :: Lens' ListApplicationsResponse Int instance Typeable ListApplications instance Typeable ListApplicationsResponse instance Eq ListApplications instance Read ListApplications instance Show ListApplications instance Data ListApplications instance Generic ListApplications instance Eq ListApplicationsResponse instance Read ListApplicationsResponse instance Show ListApplicationsResponse instance Data ListApplicationsResponse instance Generic ListApplicationsResponse instance Datatype D1ListApplications instance Constructor C1_0ListApplications instance Selector S1_0_0ListApplications instance Datatype D1ListApplicationsResponse instance Constructor C1_0ListApplicationsResponse instance Selector S1_0_0ListApplicationsResponse instance Selector S1_0_1ListApplicationsResponse instance Selector S1_0_2ListApplicationsResponse instance ToQuery ListApplications instance ToPath ListApplications instance ToJSON ListApplications instance ToHeaders ListApplications instance AWSRequest ListApplications -- | Lists information about revisions for an application. -- -- See: AWS API Reference for ListApplicationRevisions. module Network.AWS.CodeDeploy.ListApplicationRevisions -- | Creates a value of ListApplicationRevisions with the minimum -- fields required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- listApplicationRevisions :: Text -> ListApplicationRevisions -- | Represents the input of a list application revisions operation. -- -- See: listApplicationRevisions smart constructor. data ListApplicationRevisions -- | A specific key prefix for the set of Amazon S3 objects to limit the -- search for revisions. larS3KeyPrefix :: Lens' ListApplicationRevisions (Maybe Text) -- | Whether to list revisions based on whether the revision is the target -- revision of an deployment group: -- -- larDeployed :: Lens' ListApplicationRevisions (Maybe ListStateFilterAction) -- | An identifier that was returned from the previous list application -- revisions call, which can be used to return the next set of -- applications in the list. larNextToken :: Lens' ListApplicationRevisions (Maybe Text) -- | The order to sort the list results by: -- -- -- -- 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) -- | A specific Amazon S3 bucket name to limit the search for revisions. -- -- If set to null, then all of the user's buckets will be searched. larS3Bucket :: Lens' ListApplicationRevisions (Maybe Text) -- | The column name to sort the list results by: -- -- -- -- If not specified or set to null, the results will be returned in an -- arbitrary order. larSortBy :: Lens' ListApplicationRevisions (Maybe ApplicationRevisionSortBy) -- | The name of an existing AWS CodeDeploy application associated with the -- applicable IAM user or AWS account. larApplicationName :: Lens' ListApplicationRevisions Text -- | Creates a value of ListApplicationRevisionsResponse with the -- minimum fields required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- listApplicationRevisionsResponse :: Int -> ListApplicationRevisionsResponse -- | Represents the output of a list application revisions operation. -- -- See: listApplicationRevisionsResponse smart constructor. data ListApplicationRevisionsResponse -- | If the amount of information that is returned is significantly large, -- an identifier will also be returned, which can be used in a subsequent -- list application revisions call to return the next set of application -- revisions in the list. larrsNextToken :: Lens' ListApplicationRevisionsResponse (Maybe Text) -- | A list of revision locations that contain the matching revisions. larrsRevisions :: Lens' ListApplicationRevisionsResponse [RevisionLocation] -- | The response status code. larrsStatus :: Lens' ListApplicationRevisionsResponse Int instance Typeable ListApplicationRevisions instance Typeable ListApplicationRevisionsResponse instance Eq ListApplicationRevisions instance Read ListApplicationRevisions instance Show ListApplicationRevisions instance Data ListApplicationRevisions instance Generic ListApplicationRevisions instance Eq ListApplicationRevisionsResponse instance Read ListApplicationRevisionsResponse instance Show ListApplicationRevisionsResponse instance Data ListApplicationRevisionsResponse instance Generic ListApplicationRevisionsResponse instance Datatype D1ListApplicationRevisions instance Constructor C1_0ListApplicationRevisions instance Selector S1_0_0ListApplicationRevisions instance Selector S1_0_1ListApplicationRevisions instance Selector S1_0_2ListApplicationRevisions instance Selector S1_0_3ListApplicationRevisions instance Selector S1_0_4ListApplicationRevisions instance Selector S1_0_5ListApplicationRevisions instance Selector S1_0_6ListApplicationRevisions instance Datatype D1ListApplicationRevisionsResponse instance Constructor C1_0ListApplicationRevisionsResponse instance Selector S1_0_0ListApplicationRevisionsResponse instance Selector S1_0_1ListApplicationRevisionsResponse instance Selector S1_0_2ListApplicationRevisionsResponse instance ToQuery ListApplicationRevisions instance ToPath ListApplicationRevisions instance ToJSON ListApplicationRevisions instance ToHeaders ListApplicationRevisions instance AWSRequest ListApplicationRevisions -- | Lists the deployments within a deployment group for an application -- registered with the applicable IAM user or AWS account. -- -- See: AWS API Reference for ListDeployments. module Network.AWS.CodeDeploy.ListDeployments -- | Creates a value of ListDeployments with the minimum fields -- required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- listDeployments :: ListDeployments -- | Represents the input of a list deployments operation. -- -- See: listDeployments smart constructor. data ListDeployments -- | A deployment creation start- and end-time range for returning a subset -- of the list of deployments. ldCreateTimeRange :: Lens' ListDeployments (Maybe TimeRange) -- | An identifier that was returned from the previous list deployments -- call, which can be used to return the next set of deployments in the -- list. ldNextToken :: Lens' ListDeployments (Maybe Text) -- | A subset of deployments to list, by status: -- -- ldIncludeOnlyStatuses :: Lens' ListDeployments [DeploymentStatus] -- | The name of an existing AWS CodeDeploy application associated with the -- applicable IAM user or AWS account. ldApplicationName :: Lens' ListDeployments (Maybe Text) -- | The name of an existing deployment group for the specified -- application. ldDeploymentGroupName :: Lens' ListDeployments (Maybe Text) -- | Creates a value of ListDeploymentsResponse with the minimum -- fields required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- listDeploymentsResponse :: Int -> ListDeploymentsResponse -- | Represents the output of a list deployments operation. -- -- See: listDeploymentsResponse smart constructor. data ListDeploymentsResponse -- | If the amount of information that is returned is significantly large, -- an identifier will also be returned, which can be used in a subsequent -- list deployments call to return the next set of deployments in the -- list. ldrsNextToken :: Lens' ListDeploymentsResponse (Maybe Text) -- | A list of deployment IDs. ldrsDeployments :: Lens' ListDeploymentsResponse [Text] -- | The response status code. ldrsStatus :: Lens' ListDeploymentsResponse Int instance Typeable ListDeployments instance Typeable ListDeploymentsResponse instance Eq ListDeployments instance Read ListDeployments instance Show ListDeployments instance Data ListDeployments instance Generic ListDeployments instance Eq ListDeploymentsResponse instance Read ListDeploymentsResponse instance Show ListDeploymentsResponse instance Data ListDeploymentsResponse instance Generic ListDeploymentsResponse instance Datatype D1ListDeployments instance Constructor C1_0ListDeployments instance Selector S1_0_0ListDeployments instance Selector S1_0_1ListDeployments instance Selector S1_0_2ListDeployments instance Selector S1_0_3ListDeployments instance Selector S1_0_4ListDeployments instance Datatype D1ListDeploymentsResponse instance Constructor C1_0ListDeploymentsResponse instance Selector S1_0_0ListDeploymentsResponse instance Selector S1_0_1ListDeploymentsResponse instance Selector S1_0_2ListDeploymentsResponse instance ToQuery ListDeployments instance ToPath ListDeployments instance ToJSON ListDeployments instance ToHeaders ListDeployments instance AWSRequest ListDeployments -- | Gets information about a deployment group. -- -- See: AWS API Reference for GetDeploymentGroup. module Network.AWS.CodeDeploy.GetDeploymentGroup -- | Creates a value of GetDeploymentGroup with the minimum fields -- required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- getDeploymentGroup :: Text -> Text -> GetDeploymentGroup -- | Represents the input of a get deployment group operation. -- -- See: getDeploymentGroup smart constructor. data GetDeploymentGroup -- | The name of an existing AWS CodeDeploy application associated with the -- applicable IAM user or AWS account. gdgApplicationName :: Lens' GetDeploymentGroup Text -- | The name of an existing deployment group for the specified -- application. gdgDeploymentGroupName :: Lens' GetDeploymentGroup Text -- | Creates a value of GetDeploymentGroupResponse with the minimum -- fields required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- getDeploymentGroupResponse :: Int -> GetDeploymentGroupResponse -- | Represents the output of a get deployment group operation. -- -- See: getDeploymentGroupResponse smart constructor. data GetDeploymentGroupResponse -- | Information about the deployment group. gdgrsDeploymentGroupInfo :: Lens' GetDeploymentGroupResponse (Maybe DeploymentGroupInfo) -- | The response status code. gdgrsStatus :: Lens' GetDeploymentGroupResponse Int instance Typeable GetDeploymentGroup instance Typeable GetDeploymentGroupResponse instance Eq GetDeploymentGroup instance Read GetDeploymentGroup instance Show GetDeploymentGroup instance Data GetDeploymentGroup instance Generic GetDeploymentGroup instance Eq GetDeploymentGroupResponse instance Read GetDeploymentGroupResponse instance Show GetDeploymentGroupResponse instance Data GetDeploymentGroupResponse instance Generic GetDeploymentGroupResponse instance Datatype D1GetDeploymentGroup instance Constructor C1_0GetDeploymentGroup instance Selector S1_0_0GetDeploymentGroup instance Selector S1_0_1GetDeploymentGroup instance Datatype D1GetDeploymentGroupResponse instance Constructor C1_0GetDeploymentGroupResponse instance Selector S1_0_0GetDeploymentGroupResponse instance Selector S1_0_1GetDeploymentGroupResponse instance ToQuery GetDeploymentGroup instance ToPath GetDeploymentGroup instance ToJSON GetDeploymentGroup instance ToHeaders GetDeploymentGroup instance AWSRequest GetDeploymentGroup -- | Creates a new deployment group for application revisions to be -- deployed to. -- -- See: AWS API Reference for CreateDeploymentGroup. module Network.AWS.CodeDeploy.CreateDeploymentGroup -- | Creates a value of CreateDeploymentGroup with the minimum -- fields required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- createDeploymentGroup :: Text -> Text -> Text -> CreateDeploymentGroup -- | Represents the input of a create deployment group operation. -- -- See: createDeploymentGroup smart constructor. data CreateDeploymentGroup -- | If specified, the deployment configuration name must be one of the -- predefined values, or it can be a custom deployment configuration: -- -- -- -- To create a custom deployment configuration, call the create -- deployment configuration operation. cdgDeploymentConfigName :: Lens' CreateDeploymentGroup (Maybe Text) -- | The Amazon EC2 tags to filter on. cdgEc2TagFilters :: Lens' CreateDeploymentGroup [EC2TagFilter] -- | The on-premises instance tags to filter on. cdgOnPremisesInstanceTagFilters :: Lens' CreateDeploymentGroup [TagFilter] -- | A list of associated Auto Scaling groups. cdgAutoScalingGroups :: Lens' CreateDeploymentGroup [Text] -- | The name of an existing AWS CodeDeploy application associated with the -- applicable IAM user or AWS account. cdgApplicationName :: Lens' CreateDeploymentGroup Text -- | The name of an existing deployment group for the specified -- application. cdgDeploymentGroupName :: Lens' CreateDeploymentGroup Text -- | A service role ARN that allows AWS CodeDeploy to act on the user's -- behalf when interacting with AWS services. cdgServiceRoleARN :: Lens' CreateDeploymentGroup Text -- | Creates a value of CreateDeploymentGroupResponse with the -- minimum fields required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- createDeploymentGroupResponse :: Int -> CreateDeploymentGroupResponse -- | Represents the output of a create deployment group operation. -- -- See: createDeploymentGroupResponse smart constructor. data CreateDeploymentGroupResponse -- | A unique deployment group ID. cdgrsDeploymentGroupId :: Lens' CreateDeploymentGroupResponse (Maybe Text) -- | The response status code. cdgrsStatus :: Lens' CreateDeploymentGroupResponse Int instance Typeable CreateDeploymentGroup instance Typeable CreateDeploymentGroupResponse instance Eq CreateDeploymentGroup instance Read CreateDeploymentGroup instance Show CreateDeploymentGroup instance Data CreateDeploymentGroup instance Generic CreateDeploymentGroup instance Eq CreateDeploymentGroupResponse instance Read CreateDeploymentGroupResponse instance Show CreateDeploymentGroupResponse instance Data CreateDeploymentGroupResponse instance Generic CreateDeploymentGroupResponse instance Datatype D1CreateDeploymentGroup instance Constructor C1_0CreateDeploymentGroup instance Selector S1_0_0CreateDeploymentGroup instance Selector S1_0_1CreateDeploymentGroup instance Selector S1_0_2CreateDeploymentGroup instance Selector S1_0_3CreateDeploymentGroup instance Selector S1_0_4CreateDeploymentGroup instance Selector S1_0_5CreateDeploymentGroup instance Selector S1_0_6CreateDeploymentGroup instance Datatype D1CreateDeploymentGroupResponse instance Constructor C1_0CreateDeploymentGroupResponse instance Selector S1_0_0CreateDeploymentGroupResponse instance Selector S1_0_1CreateDeploymentGroupResponse instance ToQuery CreateDeploymentGroup instance ToPath CreateDeploymentGroup instance ToJSON CreateDeploymentGroup instance ToHeaders CreateDeploymentGroup instance AWSRequest CreateDeploymentGroup -- | Lists the deployment configurations with the applicable IAM user or -- AWS account. -- -- See: AWS API Reference for ListDeploymentConfigs. module Network.AWS.CodeDeploy.ListDeploymentConfigs -- | Creates a value of ListDeploymentConfigs with the minimum -- fields required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- listDeploymentConfigs :: ListDeploymentConfigs -- | Represents the input of a list deployment configurations operation. -- -- See: listDeploymentConfigs smart constructor. data ListDeploymentConfigs -- | An identifier that was returned from the previous list deployment -- configurations call, which can be used to return the next set of -- deployment configurations in the list. ldcNextToken :: Lens' ListDeploymentConfigs (Maybe Text) -- | Creates a value of ListDeploymentConfigsResponse with the -- minimum fields required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- listDeploymentConfigsResponse :: Int -> ListDeploymentConfigsResponse -- | Represents the output of a list deployment configurations operation. -- -- See: listDeploymentConfigsResponse smart constructor. data ListDeploymentConfigsResponse -- | If the amount of information that is returned is significantly large, -- an identifier will also be returned, which can be used in a subsequent -- list deployment configurations call to return the next set of -- deployment configurations in the list. ldcrsNextToken :: Lens' ListDeploymentConfigsResponse (Maybe Text) -- | A list of deployment configurations, including the built-in -- configurations such as CodeDeployDefault.OneAtATime. ldcrsDeploymentConfigsList :: Lens' ListDeploymentConfigsResponse [Text] -- | The response status code. ldcrsStatus :: Lens' ListDeploymentConfigsResponse Int instance Typeable ListDeploymentConfigs instance Typeable ListDeploymentConfigsResponse instance Eq ListDeploymentConfigs instance Read ListDeploymentConfigs instance Show ListDeploymentConfigs instance Data ListDeploymentConfigs instance Generic ListDeploymentConfigs instance Eq ListDeploymentConfigsResponse instance Read ListDeploymentConfigsResponse instance Show ListDeploymentConfigsResponse instance Data ListDeploymentConfigsResponse instance Generic ListDeploymentConfigsResponse instance Datatype D1ListDeploymentConfigs instance Constructor C1_0ListDeploymentConfigs instance Selector S1_0_0ListDeploymentConfigs instance Datatype D1ListDeploymentConfigsResponse instance Constructor C1_0ListDeploymentConfigsResponse instance Selector S1_0_0ListDeploymentConfigsResponse instance Selector S1_0_1ListDeploymentConfigsResponse instance Selector S1_0_2ListDeploymentConfigsResponse instance ToQuery ListDeploymentConfigs instance ToPath ListDeploymentConfigs instance ToJSON ListDeploymentConfigs instance ToHeaders ListDeploymentConfigs instance AWSRequest ListDeploymentConfigs -- | Gets information about one or more on-premises instances. -- -- See: AWS API Reference for BatchGetOnPremisesInstances. module Network.AWS.CodeDeploy.BatchGetOnPremisesInstances -- | Creates a value of BatchGetOnPremisesInstances with the minimum -- fields required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- batchGetOnPremisesInstances :: BatchGetOnPremisesInstances -- | Represents the input of a batch get on-premises instances operation. -- -- See: batchGetOnPremisesInstances smart constructor. data BatchGetOnPremisesInstances -- | The names of the on-premises instances to get information about. bgopiInstanceNames :: Lens' BatchGetOnPremisesInstances [Text] -- | Creates a value of BatchGetOnPremisesInstancesResponse with the -- minimum fields required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- batchGetOnPremisesInstancesResponse :: Int -> BatchGetOnPremisesInstancesResponse -- | Represents the output of a batch get on-premises instances operation. -- -- See: batchGetOnPremisesInstancesResponse smart -- constructor. data BatchGetOnPremisesInstancesResponse -- | Information about the on-premises instances. bgopirsInstanceInfos :: Lens' BatchGetOnPremisesInstancesResponse [InstanceInfo] -- | The response status code. bgopirsStatus :: Lens' BatchGetOnPremisesInstancesResponse Int instance Typeable BatchGetOnPremisesInstances instance Typeable BatchGetOnPremisesInstancesResponse instance Eq BatchGetOnPremisesInstances instance Read BatchGetOnPremisesInstances instance Show BatchGetOnPremisesInstances instance Data BatchGetOnPremisesInstances instance Generic BatchGetOnPremisesInstances instance Eq BatchGetOnPremisesInstancesResponse instance Read BatchGetOnPremisesInstancesResponse instance Show BatchGetOnPremisesInstancesResponse instance Data BatchGetOnPremisesInstancesResponse instance Generic BatchGetOnPremisesInstancesResponse instance Datatype D1BatchGetOnPremisesInstances instance Constructor C1_0BatchGetOnPremisesInstances instance Selector S1_0_0BatchGetOnPremisesInstances instance Datatype D1BatchGetOnPremisesInstancesResponse instance Constructor C1_0BatchGetOnPremisesInstancesResponse instance Selector S1_0_0BatchGetOnPremisesInstancesResponse instance Selector S1_0_1BatchGetOnPremisesInstancesResponse instance ToQuery BatchGetOnPremisesInstances instance ToPath BatchGetOnPremisesInstances instance ToJSON BatchGetOnPremisesInstances instance ToHeaders BatchGetOnPremisesInstances instance AWSRequest BatchGetOnPremisesInstances -- | Registers an on-premises instance. -- -- See: AWS API Reference for RegisterOnPremisesInstance. module Network.AWS.CodeDeploy.RegisterOnPremisesInstance -- | Creates a value of RegisterOnPremisesInstance with the minimum -- fields required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- registerOnPremisesInstance :: Text -> Text -> RegisterOnPremisesInstance -- | Represents the input of register on-premises instance operation. -- -- See: registerOnPremisesInstance smart constructor. data RegisterOnPremisesInstance -- | The name of the on-premises instance to register. ropiInstanceName :: Lens' RegisterOnPremisesInstance Text -- | The ARN of the IAM user to associate with the on-premises instance. ropiIamUserARN :: Lens' RegisterOnPremisesInstance Text -- | Creates a value of RegisterOnPremisesInstanceResponse with the -- minimum fields required to make a request. registerOnPremisesInstanceResponse :: RegisterOnPremisesInstanceResponse -- | See: registerOnPremisesInstanceResponse smart -- constructor. data RegisterOnPremisesInstanceResponse instance Typeable RegisterOnPremisesInstance instance Typeable RegisterOnPremisesInstanceResponse instance Eq RegisterOnPremisesInstance instance Read RegisterOnPremisesInstance instance Show RegisterOnPremisesInstance instance Data RegisterOnPremisesInstance instance Generic RegisterOnPremisesInstance instance Eq RegisterOnPremisesInstanceResponse instance Read RegisterOnPremisesInstanceResponse instance Show RegisterOnPremisesInstanceResponse instance Data RegisterOnPremisesInstanceResponse instance Generic RegisterOnPremisesInstanceResponse instance Datatype D1RegisterOnPremisesInstance instance Constructor C1_0RegisterOnPremisesInstance instance Selector S1_0_0RegisterOnPremisesInstance instance Selector S1_0_1RegisterOnPremisesInstance instance Datatype D1RegisterOnPremisesInstanceResponse instance Constructor C1_0RegisterOnPremisesInstanceResponse instance ToQuery RegisterOnPremisesInstance instance ToPath RegisterOnPremisesInstance instance ToJSON RegisterOnPremisesInstance instance ToHeaders RegisterOnPremisesInstance instance AWSRequest RegisterOnPremisesInstance -- | Lists the deployment groups for an application registered with the -- applicable IAM user or AWS account. -- -- See: AWS API Reference for ListDeploymentGroups. module Network.AWS.CodeDeploy.ListDeploymentGroups -- | Creates a value of ListDeploymentGroups with the minimum fields -- required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- listDeploymentGroups :: Text -> ListDeploymentGroups -- | Represents the input of a list deployment groups operation. -- -- See: listDeploymentGroups smart constructor. data ListDeploymentGroups -- | An identifier that was returned from the previous list deployment -- groups call, which can be used to return the next set of deployment -- groups in the list. ldgNextToken :: Lens' ListDeploymentGroups (Maybe Text) -- | The name of an existing AWS CodeDeploy application associated with the -- applicable IAM user or AWS account. ldgApplicationName :: Lens' ListDeploymentGroups Text -- | Creates a value of ListDeploymentGroupsResponse with the -- minimum fields required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- listDeploymentGroupsResponse :: Int -> ListDeploymentGroupsResponse -- | Represents the output of a list deployment groups operation. -- -- See: listDeploymentGroupsResponse smart constructor. data ListDeploymentGroupsResponse -- | If the amount of information that is returned is significantly large, -- an identifier will also be returned, which can be used in a subsequent -- list deployment groups call to return the next set of deployment -- groups in the list. ldgrsNextToken :: Lens' ListDeploymentGroupsResponse (Maybe Text) -- | The application name. ldgrsApplicationName :: Lens' ListDeploymentGroupsResponse (Maybe Text) -- | A list of corresponding deployment group names. ldgrsDeploymentGroups :: Lens' ListDeploymentGroupsResponse [Text] -- | The response status code. ldgrsStatus :: Lens' ListDeploymentGroupsResponse Int instance Typeable ListDeploymentGroups instance Typeable ListDeploymentGroupsResponse instance Eq ListDeploymentGroups instance Read ListDeploymentGroups instance Show ListDeploymentGroups instance Data ListDeploymentGroups instance Generic ListDeploymentGroups instance Eq ListDeploymentGroupsResponse instance Read ListDeploymentGroupsResponse instance Show ListDeploymentGroupsResponse instance Data ListDeploymentGroupsResponse instance Generic ListDeploymentGroupsResponse instance Datatype D1ListDeploymentGroups instance Constructor C1_0ListDeploymentGroups instance Selector S1_0_0ListDeploymentGroups instance Selector S1_0_1ListDeploymentGroups instance Datatype D1ListDeploymentGroupsResponse instance Constructor C1_0ListDeploymentGroupsResponse instance Selector S1_0_0ListDeploymentGroupsResponse instance Selector S1_0_1ListDeploymentGroupsResponse instance Selector S1_0_2ListDeploymentGroupsResponse instance Selector S1_0_3ListDeploymentGroupsResponse instance ToQuery ListDeploymentGroups instance ToPath ListDeploymentGroups instance ToJSON ListDeploymentGroups instance ToHeaders ListDeploymentGroups instance AWSRequest ListDeploymentGroups -- | Gets information about an application. -- -- See: AWS API Reference for GetApplication. module Network.AWS.CodeDeploy.GetApplication -- | Creates a value of GetApplication with the minimum fields -- required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- getApplication :: Text -> GetApplication -- | Represents the input of a get application operation. -- -- See: getApplication smart constructor. data GetApplication -- | The name of an existing AWS CodeDeploy application associated with the -- applicable IAM user or AWS account. gaApplicationName :: Lens' GetApplication Text -- | Creates a value of GetApplicationResponse with the minimum -- fields required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- getApplicationResponse :: Int -> GetApplicationResponse -- | Represents the output of a get application operation. -- -- See: getApplicationResponse smart constructor. data GetApplicationResponse -- | Information about the application. garsApplication :: Lens' GetApplicationResponse (Maybe ApplicationInfo) -- | The response status code. garsStatus :: Lens' GetApplicationResponse Int instance Typeable GetApplication instance Typeable GetApplicationResponse instance Eq GetApplication instance Read GetApplication instance Show GetApplication instance Data GetApplication instance Generic GetApplication instance Eq GetApplicationResponse instance Read GetApplicationResponse instance Show GetApplicationResponse instance Data GetApplicationResponse instance Generic GetApplicationResponse instance Datatype D1GetApplication instance Constructor C1_0GetApplication instance Selector S1_0_0GetApplication instance Datatype D1GetApplicationResponse instance Constructor C1_0GetApplicationResponse instance Selector S1_0_0GetApplicationResponse instance Selector S1_0_1GetApplicationResponse instance ToQuery GetApplication instance ToPath GetApplication instance ToJSON GetApplication instance ToHeaders GetApplication instance AWSRequest GetApplication -- | Attempts to stop an ongoing deployment. -- -- See: AWS API Reference for StopDeployment. module Network.AWS.CodeDeploy.StopDeployment -- | Creates a value of StopDeployment with the minimum fields -- required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- stopDeployment :: Text -> StopDeployment -- | Represents the input of a stop deployment operation. -- -- See: stopDeployment smart constructor. data StopDeployment -- | The unique ID of a deployment. sdDeploymentId :: Lens' StopDeployment Text -- | Creates a value of StopDeploymentResponse with the minimum -- fields required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- stopDeploymentResponse :: Int -> StopDeploymentResponse -- | Represents the output of a stop deployment operation. -- -- See: stopDeploymentResponse smart constructor. data StopDeploymentResponse -- | An accompanying status message. sdrsStatusMessage :: Lens' StopDeploymentResponse (Maybe Text) -- | The response status code. sdrsStatus :: Lens' StopDeploymentResponse Int instance Typeable StopDeployment instance Typeable StopDeploymentResponse instance Eq StopDeployment instance Read StopDeployment instance Show StopDeployment instance Data StopDeployment instance Generic StopDeployment instance Eq StopDeploymentResponse instance Read StopDeploymentResponse instance Show StopDeploymentResponse instance Data StopDeploymentResponse instance Generic StopDeploymentResponse instance Datatype D1StopDeployment instance Constructor C1_0StopDeployment instance Selector S1_0_0StopDeployment instance Datatype D1StopDeploymentResponse instance Constructor C1_0StopDeploymentResponse instance Selector S1_0_0StopDeploymentResponse instance Selector S1_0_1StopDeploymentResponse instance ToQuery StopDeployment instance ToPath StopDeployment instance ToJSON StopDeployment instance ToHeaders StopDeployment instance AWSRequest StopDeployment -- | Gets information about an instance as part of a deployment. -- -- See: AWS API Reference for GetDeploymentInstance. module Network.AWS.CodeDeploy.GetDeploymentInstance -- | Creates a value of GetDeploymentInstance with the minimum -- fields required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- getDeploymentInstance :: Text -> Text -> GetDeploymentInstance -- | Represents the input of a get deployment instance operation. -- -- See: getDeploymentInstance smart constructor. data GetDeploymentInstance -- | The unique ID of a deployment. gdiDeploymentId :: Lens' GetDeploymentInstance Text -- | The unique ID of an instance in the deployment's deployment group. gdiInstanceId :: Lens' GetDeploymentInstance Text -- | Creates a value of GetDeploymentInstanceResponse with the -- minimum fields required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- getDeploymentInstanceResponse :: Int -> GetDeploymentInstanceResponse -- | Represents the output of a get deployment instance operation. -- -- See: getDeploymentInstanceResponse smart constructor. data GetDeploymentInstanceResponse -- | Information about the instance. gdirsInstanceSummary :: Lens' GetDeploymentInstanceResponse (Maybe InstanceSummary) -- | The response status code. gdirsStatus :: Lens' GetDeploymentInstanceResponse Int instance Typeable GetDeploymentInstance instance Typeable GetDeploymentInstanceResponse instance Eq GetDeploymentInstance instance Read GetDeploymentInstance instance Show GetDeploymentInstance instance Data GetDeploymentInstance instance Generic GetDeploymentInstance instance Eq GetDeploymentInstanceResponse instance Read GetDeploymentInstanceResponse instance Show GetDeploymentInstanceResponse instance Data GetDeploymentInstanceResponse instance Generic GetDeploymentInstanceResponse instance Datatype D1GetDeploymentInstance instance Constructor C1_0GetDeploymentInstance instance Selector S1_0_0GetDeploymentInstance instance Selector S1_0_1GetDeploymentInstance instance Datatype D1GetDeploymentInstanceResponse instance Constructor C1_0GetDeploymentInstanceResponse instance Selector S1_0_0GetDeploymentInstanceResponse instance Selector S1_0_1GetDeploymentInstanceResponse instance ToQuery GetDeploymentInstance instance ToPath GetDeploymentInstance instance ToJSON GetDeploymentInstance instance ToHeaders GetDeploymentInstance instance AWSRequest GetDeploymentInstance -- | Deregisters an on-premises instance. -- -- See: AWS API Reference for DeregisterOnPremisesInstance. module Network.AWS.CodeDeploy.DeregisterOnPremisesInstance -- | Creates a value of DeregisterOnPremisesInstance with the -- minimum fields required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- deregisterOnPremisesInstance :: Text -> DeregisterOnPremisesInstance -- | Represents the input of a deregister on-premises instance operation. -- -- See: deregisterOnPremisesInstance smart constructor. data DeregisterOnPremisesInstance -- | The name of the on-premises instance to deregister. dopiInstanceName :: Lens' DeregisterOnPremisesInstance Text -- | Creates a value of DeregisterOnPremisesInstanceResponse with -- the minimum fields required to make a request. deregisterOnPremisesInstanceResponse :: DeregisterOnPremisesInstanceResponse -- | See: deregisterOnPremisesInstanceResponse smart -- constructor. data DeregisterOnPremisesInstanceResponse instance Typeable DeregisterOnPremisesInstance instance Typeable DeregisterOnPremisesInstanceResponse instance Eq DeregisterOnPremisesInstance instance Read DeregisterOnPremisesInstance instance Show DeregisterOnPremisesInstance instance Data DeregisterOnPremisesInstance instance Generic DeregisterOnPremisesInstance instance Eq DeregisterOnPremisesInstanceResponse instance Read DeregisterOnPremisesInstanceResponse instance Show DeregisterOnPremisesInstanceResponse instance Data DeregisterOnPremisesInstanceResponse instance Generic DeregisterOnPremisesInstanceResponse instance Datatype D1DeregisterOnPremisesInstance instance Constructor C1_0DeregisterOnPremisesInstance instance Selector S1_0_0DeregisterOnPremisesInstance instance Datatype D1DeregisterOnPremisesInstanceResponse instance Constructor C1_0DeregisterOnPremisesInstanceResponse instance ToQuery DeregisterOnPremisesInstance instance ToPath DeregisterOnPremisesInstance instance ToJSON DeregisterOnPremisesInstance instance ToHeaders DeregisterOnPremisesInstance instance AWSRequest DeregisterOnPremisesInstance -- | Creates a new application. -- -- See: AWS API Reference for CreateApplication. module Network.AWS.CodeDeploy.CreateApplication -- | Creates a value of CreateApplication with the minimum fields -- required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- createApplication :: Text -> CreateApplication -- | Represents the input of a create application operation. -- -- See: createApplication smart constructor. data CreateApplication -- | The name of the application. This name must be unique with the -- applicable IAM user or AWS account. caApplicationName :: Lens' CreateApplication Text -- | Creates a value of CreateApplicationResponse with the minimum -- fields required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- createApplicationResponse :: Int -> CreateApplicationResponse -- | Represents the output of a create application operation. -- -- See: createApplicationResponse smart constructor. data CreateApplicationResponse -- | A unique application ID. carsApplicationId :: Lens' CreateApplicationResponse (Maybe Text) -- | The response status code. carsStatus :: Lens' CreateApplicationResponse Int instance Typeable CreateApplication instance Typeable CreateApplicationResponse instance Eq CreateApplication instance Read CreateApplication instance Show CreateApplication instance Data CreateApplication instance Generic CreateApplication instance Eq CreateApplicationResponse instance Read CreateApplicationResponse instance Show CreateApplicationResponse instance Data CreateApplicationResponse instance Generic CreateApplicationResponse instance Datatype D1CreateApplication instance Constructor C1_0CreateApplication instance Selector S1_0_0CreateApplication instance Datatype D1CreateApplicationResponse instance Constructor C1_0CreateApplicationResponse instance Selector S1_0_0CreateApplicationResponse instance Selector S1_0_1CreateApplicationResponse instance ToQuery CreateApplication instance ToPath CreateApplication instance ToJSON CreateApplication instance ToHeaders CreateApplication instance AWSRequest CreateApplication -- | Gets information about one or more applications. -- -- See: AWS API Reference for BatchGetApplications. module Network.AWS.CodeDeploy.BatchGetApplications -- | Creates a value of BatchGetApplications with the minimum fields -- required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- batchGetApplications :: BatchGetApplications -- | Represents the input of a batch get applications operation. -- -- See: batchGetApplications smart constructor. data BatchGetApplications -- | A list of application names, with multiple application names separated -- by spaces. bgaApplicationNames :: Lens' BatchGetApplications [Text] -- | Creates a value of BatchGetApplicationsResponse with the -- minimum fields required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- batchGetApplicationsResponse :: Int -> BatchGetApplicationsResponse -- | Represents the output of a batch get applications operation. -- -- See: batchGetApplicationsResponse smart constructor. data BatchGetApplicationsResponse -- | Information about the applications. bgarsApplicationsInfo :: Lens' BatchGetApplicationsResponse [ApplicationInfo] -- | The response status code. bgarsStatus :: Lens' BatchGetApplicationsResponse Int instance Typeable BatchGetApplications instance Typeable BatchGetApplicationsResponse instance Eq BatchGetApplications instance Read BatchGetApplications instance Show BatchGetApplications instance Data BatchGetApplications instance Generic BatchGetApplications instance Eq BatchGetApplicationsResponse instance Read BatchGetApplicationsResponse instance Show BatchGetApplicationsResponse instance Data BatchGetApplicationsResponse instance Generic BatchGetApplicationsResponse instance Datatype D1BatchGetApplications instance Constructor C1_0BatchGetApplications instance Selector S1_0_0BatchGetApplications instance Datatype D1BatchGetApplicationsResponse instance Constructor C1_0BatchGetApplicationsResponse instance Selector S1_0_0BatchGetApplicationsResponse instance Selector S1_0_1BatchGetApplicationsResponse instance ToQuery BatchGetApplications instance ToPath BatchGetApplications instance ToJSON BatchGetApplications instance ToHeaders BatchGetApplications instance AWSRequest BatchGetApplications -- | Changes an existing application's name. -- -- See: AWS API Reference for UpdateApplication. module Network.AWS.CodeDeploy.UpdateApplication -- | Creates a value of UpdateApplication with the minimum fields -- required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- updateApplication :: UpdateApplication -- | Represents the input of an update application operation. -- -- See: updateApplication smart constructor. data UpdateApplication -- | The new name that you want to change the application to. uaNewApplicationName :: Lens' UpdateApplication (Maybe Text) -- | The current name of the application that you want to change. uaApplicationName :: Lens' UpdateApplication (Maybe Text) -- | Creates a value of UpdateApplicationResponse with the minimum -- fields required to make a request. updateApplicationResponse :: UpdateApplicationResponse -- | See: updateApplicationResponse smart constructor. data UpdateApplicationResponse instance Typeable UpdateApplication instance Typeable UpdateApplicationResponse instance Eq UpdateApplication instance Read UpdateApplication instance Show UpdateApplication instance Data UpdateApplication instance Generic UpdateApplication instance Eq UpdateApplicationResponse instance Read UpdateApplicationResponse instance Show UpdateApplicationResponse instance Data UpdateApplicationResponse instance Generic UpdateApplicationResponse instance Datatype D1UpdateApplication instance Constructor C1_0UpdateApplication instance Selector S1_0_0UpdateApplication instance Selector S1_0_1UpdateApplication instance Datatype D1UpdateApplicationResponse instance Constructor C1_0UpdateApplicationResponse instance ToQuery UpdateApplication instance ToPath UpdateApplication instance ToJSON UpdateApplication instance ToHeaders UpdateApplication instance AWSRequest UpdateApplication -- | Deletes an application. -- -- See: AWS API Reference for DeleteApplication. module Network.AWS.CodeDeploy.DeleteApplication -- | Creates a value of DeleteApplication with the minimum fields -- required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- deleteApplication :: Text -> DeleteApplication -- | Represents the input of a delete application operation. -- -- See: deleteApplication smart constructor. data DeleteApplication -- | The name of an existing AWS CodeDeploy application associated with the -- applicable IAM user or AWS account. daApplicationName :: Lens' DeleteApplication Text -- | Creates a value of DeleteApplicationResponse with the minimum -- fields required to make a request. deleteApplicationResponse :: DeleteApplicationResponse -- | See: deleteApplicationResponse smart constructor. data DeleteApplicationResponse instance Typeable DeleteApplication instance Typeable DeleteApplicationResponse instance Eq DeleteApplication instance Read DeleteApplication instance Show DeleteApplication instance Data DeleteApplication instance Generic DeleteApplication instance Eq DeleteApplicationResponse instance Read DeleteApplicationResponse instance Show DeleteApplicationResponse instance Data DeleteApplicationResponse instance Generic DeleteApplicationResponse instance Datatype D1DeleteApplication instance Constructor C1_0DeleteApplication instance Selector S1_0_0DeleteApplication instance Datatype D1DeleteApplicationResponse instance Constructor C1_0DeleteApplicationResponse instance ToQuery DeleteApplication instance ToPath DeleteApplication instance ToJSON DeleteApplication instance ToHeaders DeleteApplication instance AWSRequest DeleteApplication -- | Registers with AWS CodeDeploy a revision for the specified -- application. -- -- See: AWS API Reference for RegisterApplicationRevision. module Network.AWS.CodeDeploy.RegisterApplicationRevision -- | Creates a value of RegisterApplicationRevision with the minimum -- fields required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- registerApplicationRevision :: Text -> RevisionLocation -> RegisterApplicationRevision -- | Represents the input of a register application revision operation. -- -- See: registerApplicationRevision smart constructor. data RegisterApplicationRevision -- | A comment about the revision. rarDescription :: Lens' RegisterApplicationRevision (Maybe Text) -- | The name of an existing AWS CodeDeploy application associated with the -- applicable IAM user or AWS account. rarApplicationName :: Lens' RegisterApplicationRevision Text -- | Information about the application revision to register, including the -- revision's type and its location. rarRevision :: Lens' RegisterApplicationRevision RevisionLocation -- | Creates a value of RegisterApplicationRevisionResponse with the -- minimum fields required to make a request. registerApplicationRevisionResponse :: RegisterApplicationRevisionResponse -- | See: registerApplicationRevisionResponse smart -- constructor. data RegisterApplicationRevisionResponse instance Typeable RegisterApplicationRevision instance Typeable RegisterApplicationRevisionResponse instance Eq RegisterApplicationRevision instance Read RegisterApplicationRevision instance Show RegisterApplicationRevision instance Data RegisterApplicationRevision instance Generic RegisterApplicationRevision instance Eq RegisterApplicationRevisionResponse instance Read RegisterApplicationRevisionResponse instance Show RegisterApplicationRevisionResponse instance Data RegisterApplicationRevisionResponse instance Generic RegisterApplicationRevisionResponse instance Datatype D1RegisterApplicationRevision instance Constructor C1_0RegisterApplicationRevision instance Selector S1_0_0RegisterApplicationRevision instance Selector S1_0_1RegisterApplicationRevision instance Selector S1_0_2RegisterApplicationRevision instance Datatype D1RegisterApplicationRevisionResponse instance Constructor C1_0RegisterApplicationRevisionResponse instance ToQuery RegisterApplicationRevision instance ToPath RegisterApplicationRevision instance ToJSON RegisterApplicationRevision instance ToHeaders RegisterApplicationRevision instance AWSRequest RegisterApplicationRevision -- | Gets information about one or more deployments. -- -- See: AWS API Reference for BatchGetDeployments. module Network.AWS.CodeDeploy.BatchGetDeployments -- | Creates a value of BatchGetDeployments with the minimum fields -- required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- batchGetDeployments :: BatchGetDeployments -- | Represents the input of a batch get deployments operation. -- -- See: batchGetDeployments smart constructor. data BatchGetDeployments -- | A list of deployment IDs, with multiple deployment IDs separated by -- spaces. bgdDeploymentIds :: Lens' BatchGetDeployments [Text] -- | Creates a value of BatchGetDeploymentsResponse with the minimum -- fields required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- batchGetDeploymentsResponse :: Int -> BatchGetDeploymentsResponse -- | Represents the output of a batch get deployments operation. -- -- See: batchGetDeploymentsResponse smart constructor. data BatchGetDeploymentsResponse -- | Information about the deployments. bgdrsDeploymentsInfo :: Lens' BatchGetDeploymentsResponse [DeploymentInfo] -- | The response status code. bgdrsStatus :: Lens' BatchGetDeploymentsResponse Int instance Typeable BatchGetDeployments instance Typeable BatchGetDeploymentsResponse instance Eq BatchGetDeployments instance Read BatchGetDeployments instance Show BatchGetDeployments instance Data BatchGetDeployments instance Generic BatchGetDeployments instance Eq BatchGetDeploymentsResponse instance Read BatchGetDeploymentsResponse instance Show BatchGetDeploymentsResponse instance Data BatchGetDeploymentsResponse instance Generic BatchGetDeploymentsResponse instance Datatype D1BatchGetDeployments instance Constructor C1_0BatchGetDeployments instance Selector S1_0_0BatchGetDeployments instance Datatype D1BatchGetDeploymentsResponse instance Constructor C1_0BatchGetDeploymentsResponse instance Selector S1_0_0BatchGetDeploymentsResponse instance Selector S1_0_1BatchGetDeploymentsResponse instance ToQuery BatchGetDeployments instance ToPath BatchGetDeployments instance ToJSON BatchGetDeployments instance ToHeaders BatchGetDeployments instance AWSRequest BatchGetDeployments -- | Gets information about an on-premises instance. -- -- See: AWS API Reference for GetOnPremisesInstance. module Network.AWS.CodeDeploy.GetOnPremisesInstance -- | Creates a value of GetOnPremisesInstance with the minimum -- fields required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- getOnPremisesInstance :: Text -> GetOnPremisesInstance -- | Represents the input of a get on-premises instance operation. -- -- See: getOnPremisesInstance smart constructor. data GetOnPremisesInstance -- | The name of the on-premises instance to get information about gopiInstanceName :: Lens' GetOnPremisesInstance Text -- | Creates a value of GetOnPremisesInstanceResponse with the -- minimum fields required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- getOnPremisesInstanceResponse :: Int -> GetOnPremisesInstanceResponse -- | Represents the output of a get on-premises instance operation. -- -- See: getOnPremisesInstanceResponse smart constructor. data GetOnPremisesInstanceResponse -- | Information about the on-premises instance. gopirsInstanceInfo :: Lens' GetOnPremisesInstanceResponse (Maybe InstanceInfo) -- | The response status code. gopirsStatus :: Lens' GetOnPremisesInstanceResponse Int instance Typeable GetOnPremisesInstance instance Typeable GetOnPremisesInstanceResponse instance Eq GetOnPremisesInstance instance Read GetOnPremisesInstance instance Show GetOnPremisesInstance instance Data GetOnPremisesInstance instance Generic GetOnPremisesInstance instance Eq GetOnPremisesInstanceResponse instance Read GetOnPremisesInstanceResponse instance Show GetOnPremisesInstanceResponse instance Data GetOnPremisesInstanceResponse instance Generic GetOnPremisesInstanceResponse instance Datatype D1GetOnPremisesInstance instance Constructor C1_0GetOnPremisesInstance instance Selector S1_0_0GetOnPremisesInstance instance Datatype D1GetOnPremisesInstanceResponse instance Constructor C1_0GetOnPremisesInstanceResponse instance Selector S1_0_0GetOnPremisesInstanceResponse instance Selector S1_0_1GetOnPremisesInstanceResponse instance ToQuery GetOnPremisesInstance instance ToPath GetOnPremisesInstance instance ToJSON GetOnPremisesInstance instance ToHeaders GetOnPremisesInstance instance AWSRequest GetOnPremisesInstance -- | Deploys an application revision through the specified deployment -- group. -- -- See: AWS API Reference for CreateDeployment. module Network.AWS.CodeDeploy.CreateDeployment -- | Creates a value of CreateDeployment with the minimum fields -- required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- createDeployment :: Text -> CreateDeployment -- | Represents the input of a create deployment operation. -- -- See: createDeployment smart constructor. data CreateDeployment -- | The name of an existing deployment configuration associated with the -- applicable IAM user or AWS account. -- -- If not specified, the value configured in the deployment group will be -- used as the default. If the deployment group does not have a -- deployment configuration associated with it, then -- CodeDeployDefault.OneAtATime will be used by default. cdDeploymentConfigName :: Lens' CreateDeployment (Maybe Text) -- | The type of revision to deploy, along with information about the -- revision's location. cdRevision :: Lens' CreateDeployment (Maybe RevisionLocation) -- | A comment about the deployment. cdDescription :: Lens' CreateDeployment (Maybe Text) -- | If set to true, then if the deployment causes the ApplicationStop -- deployment lifecycle event to fail to a specific instance, the -- deployment will not be considered to have failed to that instance at -- that point and will continue on to the BeforeInstall deployment -- lifecycle event. -- -- If set to false or not specified, then if the deployment causes the -- ApplicationStop deployment lifecycle event to fail to a specific -- instance, the deployment will stop to that instance, and the -- deployment to that instance will be considered to have failed. cdIgnoreApplicationStopFailures :: Lens' CreateDeployment (Maybe Bool) -- | The deployment group's name. cdDeploymentGroupName :: Lens' CreateDeployment (Maybe Text) -- | The name of an existing AWS CodeDeploy application associated with the -- applicable IAM user or AWS account. cdApplicationName :: Lens' CreateDeployment Text -- | Creates a value of CreateDeploymentResponse with the minimum -- fields required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- createDeploymentResponse :: Int -> CreateDeploymentResponse -- | Represents the output of a create deployment operation. -- -- See: createDeploymentResponse smart constructor. data CreateDeploymentResponse -- | A unique deployment ID. cdrsDeploymentId :: Lens' CreateDeploymentResponse (Maybe Text) -- | The response status code. cdrsStatus :: Lens' CreateDeploymentResponse Int instance Typeable CreateDeployment instance Typeable CreateDeploymentResponse instance Eq CreateDeployment instance Read CreateDeployment instance Show CreateDeployment instance Data CreateDeployment instance Generic CreateDeployment instance Eq CreateDeploymentResponse instance Read CreateDeploymentResponse instance Show CreateDeploymentResponse instance Data CreateDeploymentResponse instance Generic CreateDeploymentResponse instance Datatype D1CreateDeployment instance Constructor C1_0CreateDeployment instance Selector S1_0_0CreateDeployment instance Selector S1_0_1CreateDeployment instance Selector S1_0_2CreateDeployment instance Selector S1_0_3CreateDeployment instance Selector S1_0_4CreateDeployment instance Selector S1_0_5CreateDeployment instance Datatype D1CreateDeploymentResponse instance Constructor C1_0CreateDeploymentResponse instance Selector S1_0_0CreateDeploymentResponse instance Selector S1_0_1CreateDeploymentResponse instance ToQuery CreateDeployment instance ToPath CreateDeployment instance ToJSON CreateDeployment instance ToHeaders CreateDeployment instance AWSRequest CreateDeployment -- | Gets information about a deployment configuration. -- -- See: AWS API Reference for GetDeploymentConfig. module Network.AWS.CodeDeploy.GetDeploymentConfig -- | Creates a value of GetDeploymentConfig with the minimum fields -- required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- getDeploymentConfig :: Text -> GetDeploymentConfig -- | Represents the input of a get deployment configuration operation. -- -- See: getDeploymentConfig smart constructor. data GetDeploymentConfig -- | The name of an existing deployment configuration associated with the -- applicable IAM user or AWS account. gdcDeploymentConfigName :: Lens' GetDeploymentConfig Text -- | Creates a value of GetDeploymentConfigResponse with the minimum -- fields required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- getDeploymentConfigResponse :: Int -> GetDeploymentConfigResponse -- | Represents the output of a get deployment configuration operation. -- -- See: getDeploymentConfigResponse smart constructor. data GetDeploymentConfigResponse -- | Information about the deployment configuration. gdcrsDeploymentConfigInfo :: Lens' GetDeploymentConfigResponse (Maybe DeploymentConfigInfo) -- | The response status code. gdcrsStatus :: Lens' GetDeploymentConfigResponse Int instance Typeable GetDeploymentConfig instance Typeable GetDeploymentConfigResponse instance Eq GetDeploymentConfig instance Read GetDeploymentConfig instance Show GetDeploymentConfig instance Data GetDeploymentConfig instance Generic GetDeploymentConfig instance Eq GetDeploymentConfigResponse instance Read GetDeploymentConfigResponse instance Show GetDeploymentConfigResponse instance Data GetDeploymentConfigResponse instance Generic GetDeploymentConfigResponse instance Datatype D1GetDeploymentConfig instance Constructor C1_0GetDeploymentConfig instance Selector S1_0_0GetDeploymentConfig instance Datatype D1GetDeploymentConfigResponse instance Constructor C1_0GetDeploymentConfigResponse instance Selector S1_0_0GetDeploymentConfigResponse instance Selector S1_0_1GetDeploymentConfigResponse instance ToQuery GetDeploymentConfig instance ToPath GetDeploymentConfig instance ToJSON GetDeploymentConfig instance ToHeaders GetDeploymentConfig instance AWSRequest GetDeploymentConfig -- | Deletes a deployment configuration. -- -- A deployment configuration cannot be deleted if it is currently in -- use. Also, predefined configurations cannot be deleted. -- -- See: AWS API Reference for DeleteDeploymentConfig. module Network.AWS.CodeDeploy.DeleteDeploymentConfig -- | Creates a value of DeleteDeploymentConfig with the minimum -- fields required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- deleteDeploymentConfig :: Text -> DeleteDeploymentConfig -- | Represents the input of a delete deployment configuration operation. -- -- See: deleteDeploymentConfig smart constructor. data DeleteDeploymentConfig -- | The name of an existing deployment configuration associated with the -- applicable IAM user or AWS account. ddcDeploymentConfigName :: Lens' DeleteDeploymentConfig Text -- | Creates a value of DeleteDeploymentConfigResponse with the -- minimum fields required to make a request. deleteDeploymentConfigResponse :: DeleteDeploymentConfigResponse -- | See: deleteDeploymentConfigResponse smart constructor. data DeleteDeploymentConfigResponse instance Typeable DeleteDeploymentConfig instance Typeable DeleteDeploymentConfigResponse instance Eq DeleteDeploymentConfig instance Read DeleteDeploymentConfig instance Show DeleteDeploymentConfig instance Data DeleteDeploymentConfig instance Generic DeleteDeploymentConfig instance Eq DeleteDeploymentConfigResponse instance Read DeleteDeploymentConfigResponse instance Show DeleteDeploymentConfigResponse instance Data DeleteDeploymentConfigResponse instance Generic DeleteDeploymentConfigResponse instance Datatype D1DeleteDeploymentConfig instance Constructor C1_0DeleteDeploymentConfig instance Selector S1_0_0DeleteDeploymentConfig instance Datatype D1DeleteDeploymentConfigResponse instance Constructor C1_0DeleteDeploymentConfigResponse instance ToQuery DeleteDeploymentConfig instance ToPath DeleteDeploymentConfig instance ToJSON DeleteDeploymentConfig instance ToHeaders DeleteDeploymentConfig instance AWSRequest DeleteDeploymentConfig -- | Gets information about an application revision. -- -- See: AWS API Reference for GetApplicationRevision. module Network.AWS.CodeDeploy.GetApplicationRevision -- | Creates a value of GetApplicationRevision with the minimum -- fields required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- getApplicationRevision :: Text -> RevisionLocation -> GetApplicationRevision -- | Represents the input of a get application revision operation. -- -- See: getApplicationRevision smart constructor. data GetApplicationRevision -- | The name of the application that corresponds to the revision. garApplicationName :: Lens' GetApplicationRevision Text -- | Information about the application revision to get, including the -- revision's type and its location. garRevision :: Lens' GetApplicationRevision RevisionLocation -- | Creates a value of GetApplicationRevisionResponse with the -- minimum fields required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- getApplicationRevisionResponse :: Int -> GetApplicationRevisionResponse -- | Represents the output of a get application revision operation. -- -- See: getApplicationRevisionResponse smart constructor. data GetApplicationRevisionResponse -- | General information about the revision. garrsRevisionInfo :: Lens' GetApplicationRevisionResponse (Maybe GenericRevisionInfo) -- | The name of the application that corresponds to the revision. garrsApplicationName :: Lens' GetApplicationRevisionResponse (Maybe Text) -- | Additional information about the revision, including the revision's -- type and its location. garrsRevision :: Lens' GetApplicationRevisionResponse (Maybe RevisionLocation) -- | The response status code. garrsStatus :: Lens' GetApplicationRevisionResponse Int instance Typeable GetApplicationRevision instance Typeable GetApplicationRevisionResponse instance Eq GetApplicationRevision instance Read GetApplicationRevision instance Show GetApplicationRevision instance Data GetApplicationRevision instance Generic GetApplicationRevision instance Eq GetApplicationRevisionResponse instance Read GetApplicationRevisionResponse instance Show GetApplicationRevisionResponse instance Data GetApplicationRevisionResponse instance Generic GetApplicationRevisionResponse instance Datatype D1GetApplicationRevision instance Constructor C1_0GetApplicationRevision instance Selector S1_0_0GetApplicationRevision instance Selector S1_0_1GetApplicationRevision instance Datatype D1GetApplicationRevisionResponse instance Constructor C1_0GetApplicationRevisionResponse instance Selector S1_0_0GetApplicationRevisionResponse instance Selector S1_0_1GetApplicationRevisionResponse instance Selector S1_0_2GetApplicationRevisionResponse instance Selector S1_0_3GetApplicationRevisionResponse instance ToQuery GetApplicationRevision instance ToPath GetApplicationRevision instance ToJSON GetApplicationRevision instance ToHeaders GetApplicationRevision instance AWSRequest GetApplicationRevision -- | Gets a list of one or more on-premises instance names. -- -- Unless otherwise specified, both registered and deregistered -- on-premises instance names will be listed. To list only registered or -- deregistered on-premises instance names, use the registration status -- parameter. -- -- See: AWS API Reference for ListOnPremisesInstances. module Network.AWS.CodeDeploy.ListOnPremisesInstances -- | Creates a value of ListOnPremisesInstances with the minimum -- fields required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- listOnPremisesInstances :: ListOnPremisesInstances -- | Represents the input of a list on-premises instances operation. -- -- . -- -- See: listOnPremisesInstances smart constructor. data ListOnPremisesInstances -- | The on-premises instance tags that will be used to restrict the -- corresponding on-premises instance names that are returned. lopiTagFilters :: Lens' ListOnPremisesInstances [TagFilter] -- | An identifier that was returned from the previous list on-premises -- instances call, which can be used to return the next set of -- on-premises instances in the list. lopiNextToken :: Lens' ListOnPremisesInstances (Maybe Text) -- | The on-premises instances registration status: -- -- lopiRegistrationStatus :: Lens' ListOnPremisesInstances (Maybe RegistrationStatus) -- | Creates a value of ListOnPremisesInstancesResponse with the -- minimum fields required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- listOnPremisesInstancesResponse :: Int -> ListOnPremisesInstancesResponse -- | Represents the output of list on-premises instances operation. -- -- See: listOnPremisesInstancesResponse smart constructor. data ListOnPremisesInstancesResponse -- | If the amount of information that is returned is significantly large, -- an identifier will also be returned, which can be used in a subsequent -- list on-premises instances call to return the next set of on-premises -- instances in the list. lopirsNextToken :: Lens' ListOnPremisesInstancesResponse (Maybe Text) -- | The list of matching on-premises instance names. lopirsInstanceNames :: Lens' ListOnPremisesInstancesResponse [Text] -- | The response status code. lopirsStatus :: Lens' ListOnPremisesInstancesResponse Int instance Typeable ListOnPremisesInstances instance Typeable ListOnPremisesInstancesResponse instance Eq ListOnPremisesInstances instance Read ListOnPremisesInstances instance Show ListOnPremisesInstances instance Data ListOnPremisesInstances instance Generic ListOnPremisesInstances instance Eq ListOnPremisesInstancesResponse instance Read ListOnPremisesInstancesResponse instance Show ListOnPremisesInstancesResponse instance Data ListOnPremisesInstancesResponse instance Generic ListOnPremisesInstancesResponse instance Datatype D1ListOnPremisesInstances instance Constructor C1_0ListOnPremisesInstances instance Selector S1_0_0ListOnPremisesInstances instance Selector S1_0_1ListOnPremisesInstances instance Selector S1_0_2ListOnPremisesInstances instance Datatype D1ListOnPremisesInstancesResponse instance Constructor C1_0ListOnPremisesInstancesResponse instance Selector S1_0_0ListOnPremisesInstancesResponse instance Selector S1_0_1ListOnPremisesInstancesResponse instance Selector S1_0_2ListOnPremisesInstancesResponse instance ToQuery ListOnPremisesInstances instance ToPath ListOnPremisesInstances instance ToJSON ListOnPremisesInstances instance ToHeaders ListOnPremisesInstances instance AWSRequest ListOnPremisesInstances -- | Deletes a deployment group. -- -- See: AWS API Reference for DeleteDeploymentGroup. module Network.AWS.CodeDeploy.DeleteDeploymentGroup -- | Creates a value of DeleteDeploymentGroup with the minimum -- fields required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- deleteDeploymentGroup :: Text -> Text -> DeleteDeploymentGroup -- | Represents the input of a delete deployment group operation. -- -- See: deleteDeploymentGroup smart constructor. data DeleteDeploymentGroup -- | The name of an existing AWS CodeDeploy application associated with the -- applicable IAM user or AWS account. ddgApplicationName :: Lens' DeleteDeploymentGroup Text -- | The name of an existing deployment group for the specified -- application. ddgDeploymentGroupName :: Lens' DeleteDeploymentGroup Text -- | Creates a value of DeleteDeploymentGroupResponse with the -- minimum fields required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- deleteDeploymentGroupResponse :: Int -> DeleteDeploymentGroupResponse -- | Represents the output of a delete deployment group operation. -- -- See: deleteDeploymentGroupResponse smart constructor. data DeleteDeploymentGroupResponse -- | If the output contains no data, and the corresponding deployment group -- contained at least one Auto Scaling group, AWS CodeDeploy successfully -- removed all corresponding Auto Scaling lifecycle event hooks from the -- Amazon EC2 instances in the Auto Scaling. If the output does contain -- data, AWS CodeDeploy could not remove some Auto Scaling lifecycle -- event hooks from the Amazon EC2 instances in the Auto Scaling group. ddgrsHooksNotCleanedUp :: Lens' DeleteDeploymentGroupResponse [AutoScalingGroup] -- | The response status code. ddgrsStatus :: Lens' DeleteDeploymentGroupResponse Int instance Typeable DeleteDeploymentGroup instance Typeable DeleteDeploymentGroupResponse instance Eq DeleteDeploymentGroup instance Read DeleteDeploymentGroup instance Show DeleteDeploymentGroup instance Data DeleteDeploymentGroup instance Generic DeleteDeploymentGroup instance Eq DeleteDeploymentGroupResponse instance Read DeleteDeploymentGroupResponse instance Show DeleteDeploymentGroupResponse instance Data DeleteDeploymentGroupResponse instance Generic DeleteDeploymentGroupResponse instance Datatype D1DeleteDeploymentGroup instance Constructor C1_0DeleteDeploymentGroup instance Selector S1_0_0DeleteDeploymentGroup instance Selector S1_0_1DeleteDeploymentGroup instance Datatype D1DeleteDeploymentGroupResponse instance Constructor C1_0DeleteDeploymentGroupResponse instance Selector S1_0_0DeleteDeploymentGroupResponse instance Selector S1_0_1DeleteDeploymentGroupResponse instance ToQuery DeleteDeploymentGroup instance ToPath DeleteDeploymentGroup instance ToJSON DeleteDeploymentGroup instance ToHeaders DeleteDeploymentGroup instance AWSRequest DeleteDeploymentGroup -- | Changes information about an existing deployment group. -- -- See: AWS API Reference for UpdateDeploymentGroup. module Network.AWS.CodeDeploy.UpdateDeploymentGroup -- | Creates a value of UpdateDeploymentGroup with the minimum -- fields required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- updateDeploymentGroup :: Text -> Text -> UpdateDeploymentGroup -- | Represents the input of an update deployment group operation. -- -- See: updateDeploymentGroup smart constructor. data UpdateDeploymentGroup -- | A replacement service role's ARN, if you want to change it. udgServiceRoleARN :: Lens' UpdateDeploymentGroup (Maybe Text) -- | The replacement deployment configuration name to use, if you want to -- change it. udgDeploymentConfigName :: Lens' UpdateDeploymentGroup (Maybe Text) -- | The replacement set of Amazon EC2 tags to filter on, if you want to -- change them. udgEc2TagFilters :: Lens' UpdateDeploymentGroup [EC2TagFilter] -- | The new name of the deployment group, if you want to change it. udgNewDeploymentGroupName :: Lens' UpdateDeploymentGroup (Maybe Text) -- | The replacement set of on-premises instance tags for filter on, if you -- want to change them. udgOnPremisesInstanceTagFilters :: Lens' UpdateDeploymentGroup [TagFilter] -- | The replacement list of Auto Scaling groups to be included in the -- deployment group, if you want to change them. udgAutoScalingGroups :: Lens' UpdateDeploymentGroup [Text] -- | The application name corresponding to the deployment group to update. udgApplicationName :: Lens' UpdateDeploymentGroup Text -- | The current name of the existing deployment group. udgCurrentDeploymentGroupName :: Lens' UpdateDeploymentGroup Text -- | Creates a value of UpdateDeploymentGroupResponse with the -- minimum fields required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- updateDeploymentGroupResponse :: Int -> UpdateDeploymentGroupResponse -- | Represents the output of an update deployment group operation. -- -- See: updateDeploymentGroupResponse smart constructor. data UpdateDeploymentGroupResponse -- | If the output contains no data, and the corresponding deployment group -- contained at least one Auto Scaling group, AWS CodeDeploy successfully -- removed all corresponding Auto Scaling lifecycle event hooks from the -- AWS account. If the output does contain data, AWS CodeDeploy could not -- remove some Auto Scaling lifecycle event hooks from the AWS account. udgrsHooksNotCleanedUp :: Lens' UpdateDeploymentGroupResponse [AutoScalingGroup] -- | The response status code. udgrsStatus :: Lens' UpdateDeploymentGroupResponse Int instance Typeable UpdateDeploymentGroup instance Typeable UpdateDeploymentGroupResponse instance Eq UpdateDeploymentGroup instance Read UpdateDeploymentGroup instance Show UpdateDeploymentGroup instance Data UpdateDeploymentGroup instance Generic UpdateDeploymentGroup instance Eq UpdateDeploymentGroupResponse instance Read UpdateDeploymentGroupResponse instance Show UpdateDeploymentGroupResponse instance Data UpdateDeploymentGroupResponse instance Generic UpdateDeploymentGroupResponse instance Datatype D1UpdateDeploymentGroup instance Constructor C1_0UpdateDeploymentGroup instance Selector S1_0_0UpdateDeploymentGroup instance Selector S1_0_1UpdateDeploymentGroup instance Selector S1_0_2UpdateDeploymentGroup instance Selector S1_0_3UpdateDeploymentGroup instance Selector S1_0_4UpdateDeploymentGroup instance Selector S1_0_5UpdateDeploymentGroup instance Selector S1_0_6UpdateDeploymentGroup instance Selector S1_0_7UpdateDeploymentGroup instance Datatype D1UpdateDeploymentGroupResponse instance Constructor C1_0UpdateDeploymentGroupResponse instance Selector S1_0_0UpdateDeploymentGroupResponse instance Selector S1_0_1UpdateDeploymentGroupResponse instance ToQuery UpdateDeploymentGroup instance ToPath UpdateDeploymentGroup instance ToJSON UpdateDeploymentGroup instance ToHeaders UpdateDeploymentGroup instance AWSRequest UpdateDeploymentGroup -- | Creates a new deployment configuration. -- -- See: AWS API Reference for CreateDeploymentConfig. module Network.AWS.CodeDeploy.CreateDeploymentConfig -- | Creates a value of CreateDeploymentConfig with the minimum -- fields required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- createDeploymentConfig :: Text -> CreateDeploymentConfig -- | Represents the input of a create deployment configuration operation. -- -- See: createDeploymentConfig smart constructor. data CreateDeploymentConfig -- | The minimum number of healthy instances that should be available at -- any time during the deployment. There are two parameters expected in -- the input: type and value. -- -- The type parameter takes either of the following values: -- -- -- -- The value parameter takes an integer. -- -- For example, to set a minimum of 95% healthy instances, specify a type -- of FLEET_PERCENT and a value of 95. cdcMinimumHealthyHosts :: Lens' CreateDeploymentConfig (Maybe MinimumHealthyHosts) -- | The name of the deployment configuration to create. cdcDeploymentConfigName :: Lens' CreateDeploymentConfig Text -- | Creates a value of CreateDeploymentConfigResponse with the -- minimum fields required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- createDeploymentConfigResponse :: Int -> CreateDeploymentConfigResponse -- | Represents the output of a create deployment configuration operation. -- -- See: createDeploymentConfigResponse smart constructor. data CreateDeploymentConfigResponse -- | A unique deployment configuration ID. cdcrsDeploymentConfigId :: Lens' CreateDeploymentConfigResponse (Maybe Text) -- | The response status code. cdcrsStatus :: Lens' CreateDeploymentConfigResponse Int instance Typeable CreateDeploymentConfig instance Typeable CreateDeploymentConfigResponse instance Eq CreateDeploymentConfig instance Read CreateDeploymentConfig instance Show CreateDeploymentConfig instance Data CreateDeploymentConfig instance Generic CreateDeploymentConfig instance Eq CreateDeploymentConfigResponse instance Read CreateDeploymentConfigResponse instance Show CreateDeploymentConfigResponse instance Data CreateDeploymentConfigResponse instance Generic CreateDeploymentConfigResponse instance Datatype D1CreateDeploymentConfig instance Constructor C1_0CreateDeploymentConfig instance Selector S1_0_0CreateDeploymentConfig instance Selector S1_0_1CreateDeploymentConfig instance Datatype D1CreateDeploymentConfigResponse instance Constructor C1_0CreateDeploymentConfigResponse instance Selector S1_0_0CreateDeploymentConfigResponse instance Selector S1_0_1CreateDeploymentConfigResponse instance ToQuery CreateDeploymentConfig instance ToPath CreateDeploymentConfig instance ToJSON CreateDeploymentConfig instance ToHeaders CreateDeploymentConfig instance AWSRequest CreateDeploymentConfig -- | Gets information about a deployment. -- -- See: AWS API Reference for GetDeployment. module Network.AWS.CodeDeploy.GetDeployment -- | Creates a value of GetDeployment with the minimum fields -- required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- getDeployment :: Text -> GetDeployment -- | Represents the input of a get deployment operation. -- -- See: getDeployment smart constructor. data GetDeployment -- | An existing deployment ID associated with the applicable IAM user or -- AWS account. gdDeploymentId :: Lens' GetDeployment Text -- | Creates a value of GetDeploymentResponse with the minimum -- fields required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- getDeploymentResponse :: Int -> GetDeploymentResponse -- | Represents the output of a get deployment operation. -- -- See: getDeploymentResponse smart constructor. data GetDeploymentResponse -- | Information about the deployment. gdrsDeploymentInfo :: Lens' GetDeploymentResponse (Maybe DeploymentInfo) -- | The response status code. gdrsStatus :: Lens' GetDeploymentResponse Int instance Typeable GetDeployment instance Typeable GetDeploymentResponse instance Eq GetDeployment instance Read GetDeployment instance Show GetDeployment instance Data GetDeployment instance Generic GetDeployment instance Eq GetDeploymentResponse instance Read GetDeploymentResponse instance Show GetDeploymentResponse instance Data GetDeploymentResponse instance Generic GetDeploymentResponse instance Datatype D1GetDeployment instance Constructor C1_0GetDeployment instance Selector S1_0_0GetDeployment instance Datatype D1GetDeploymentResponse instance Constructor C1_0GetDeploymentResponse instance Selector S1_0_0GetDeploymentResponse instance Selector S1_0_1GetDeploymentResponse instance ToQuery GetDeployment instance ToPath GetDeployment instance ToJSON GetDeployment instance ToHeaders GetDeployment instance AWSRequest GetDeployment -- | Removes one or more tags from one or more on-premises instances. -- -- See: AWS API Reference for -- RemoveTagsFromOnPremisesInstances. module Network.AWS.CodeDeploy.RemoveTagsFromOnPremisesInstances -- | Creates a value of RemoveTagsFromOnPremisesInstances with the -- minimum fields required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- removeTagsFromOnPremisesInstances :: RemoveTagsFromOnPremisesInstances -- | Represents the input of a remove tags from on-premises instances -- operation. -- -- See: removeTagsFromOnPremisesInstances smart -- constructor. data RemoveTagsFromOnPremisesInstances -- | The tag key-value pairs to remove from the on-premises instances. rtfopiTags :: Lens' RemoveTagsFromOnPremisesInstances [Tag] -- | The names of the on-premises instances to remove tags from. rtfopiInstanceNames :: Lens' RemoveTagsFromOnPremisesInstances [Text] -- | Creates a value of RemoveTagsFromOnPremisesInstancesResponse -- with the minimum fields required to make a request. removeTagsFromOnPremisesInstancesResponse :: RemoveTagsFromOnPremisesInstancesResponse -- | See: removeTagsFromOnPremisesInstancesResponse smart -- constructor. data RemoveTagsFromOnPremisesInstancesResponse instance Typeable RemoveTagsFromOnPremisesInstances instance Typeable RemoveTagsFromOnPremisesInstancesResponse instance Eq RemoveTagsFromOnPremisesInstances instance Read RemoveTagsFromOnPremisesInstances instance Show RemoveTagsFromOnPremisesInstances instance Data RemoveTagsFromOnPremisesInstances instance Generic RemoveTagsFromOnPremisesInstances instance Eq RemoveTagsFromOnPremisesInstancesResponse instance Read RemoveTagsFromOnPremisesInstancesResponse instance Show RemoveTagsFromOnPremisesInstancesResponse instance Data RemoveTagsFromOnPremisesInstancesResponse instance Generic RemoveTagsFromOnPremisesInstancesResponse instance Datatype D1RemoveTagsFromOnPremisesInstances instance Constructor C1_0RemoveTagsFromOnPremisesInstances instance Selector S1_0_0RemoveTagsFromOnPremisesInstances instance Selector S1_0_1RemoveTagsFromOnPremisesInstances instance Datatype D1RemoveTagsFromOnPremisesInstancesResponse instance Constructor C1_0RemoveTagsFromOnPremisesInstancesResponse instance ToQuery RemoveTagsFromOnPremisesInstances instance ToPath RemoveTagsFromOnPremisesInstances instance ToJSON RemoveTagsFromOnPremisesInstances instance ToHeaders RemoveTagsFromOnPremisesInstances instance AWSRequest RemoveTagsFromOnPremisesInstances -- | AWS CodeDeploy Overview -- -- This is the AWS CodeDeploy API Reference. This guide provides -- descriptions of the AWS CodeDeploy APIs. For additional information, -- see the AWS CodeDeploy User Guide. -- -- Using the APIs -- -- You can use the AWS CodeDeploy APIs to work with the following items: -- -- -- -- See: AWS API Reference module Network.AWS.CodeDeploy -- | Version 2014-10-06 of the Amazon CodeDeploy SDK. data CodeDeploy -- | 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 -- | The IAM user ARN was specified in an invalid format. _InvalidIAMUserARNException :: AsError a => Getting (First ServiceError) a ServiceError -- | An IAM user ARN was not specified. _IAMUserARNRequiredException :: AsError a => Getting (First ServiceError) a ServiceError -- | The deployment group name was specified in an invalid format. _InvalidDeploymentGroupNameException :: AsError a => Getting (First ServiceError) a ServiceError -- | The description that was provided is too long. _DescriptionTooLongException :: AsError a => Getting (First ServiceError) a ServiceError -- | 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 deployment configurations limit was exceeded. _DeploymentConfigLimitExceededException :: 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 -- | The specified deployment has not started. _DeploymentNotStartedException :: AsError a => Getting (First ServiceError) a ServiceError -- | The role ID was not specified. _RoleRequiredException :: 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 number of allowed deployments was exceeded. _DeploymentLimitExceededException :: 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 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 deployed state filter was specified in an invalid format. _InvalidDeployedStateFilterException :: AsError a => Getting (First ServiceError) a ServiceError -- | The minimum healthy instances value was specified in an invalid -- format. _InvalidMinimumHealthyHostValueException :: AsError a => Getting (First ServiceError) a ServiceError -- | The application does not exist with the applicable IAM user or AWS -- account. _ApplicationDoesNotExistException :: AsError a => Getting (First ServiceError) a ServiceError -- | The specified tag filter was specified in an invalid format. _InvalidTagFilterException :: AsError a => Getting (First ServiceError) a ServiceError -- | A tag was not specified. _TagRequiredException :: AsError a => Getting (First ServiceError) a ServiceError -- | The named revision does not exist with the applicable IAM user or AWS -- account. _RevisionDoesNotExistException :: AsError a => Getting (First ServiceError) a ServiceError -- | The deployment group name was not specified. _DeploymentGroupNameRequiredException :: 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 -- | The deployment configuration does not exist with the applicable IAM -- user or AWS account. _DeploymentConfigDoesNotExistException :: 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 -- | A bucket name is required but was not provided. _BucketNameFilterRequiredException :: AsError a => Getting (First ServiceError) a ServiceError -- | The deployment groups limit was exceeded. _DeploymentGroupLimitExceededException :: 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 -- | At least one of the deployment IDs was specified in an invalid format. _InvalidDeploymentIdException :: 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 -- | At least one deployment ID must be specified. _DeploymentIdRequiredException :: AsError a => Getting (First ServiceError) a ServiceError -- | The instance ID was not specified. _InstanceIdRequiredException :: AsError a => Getting (First ServiceError) a ServiceError -- | The deployment configuration name was not specified. _DeploymentConfigNameRequiredException :: 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 sort order was specified in an invalid format. _InvalidSortOrderException :: 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 revision was specified in an invalid format. _InvalidRevisionException :: AsError a => Getting (First ServiceError) a ServiceError -- | The deployment is already completed. _DeploymentAlreadyCompletedException :: 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 does not exist with the applicable IAM user or AWS -- account. _DeploymentDoesNotExistException :: AsError a => Getting (First ServiceError) a ServiceError -- | An on-premises instance name was not specified. _InstanceNameRequiredException :: 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 -- | 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 maximum allowed number of tags was exceeded. _TagLimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError -- | The specified on-premises instance is not registered. _InstanceNotRegisteredException :: AsError a => Getting (First ServiceError) a ServiceError -- | More applications were attempted to be created than were allowed. _ApplicationLimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError -- | An invalid operation was detected. _InvalidOperationException :: AsError a => Getting (First ServiceError) a ServiceError -- | 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 minimum number of required application names was not specified. _ApplicationNameRequiredException :: AsError a => Getting (First ServiceError) a ServiceError -- | The specified key prefix filter was specified in an invalid format. _InvalidKeyPrefixFilterException :: AsError a => Getting (First ServiceError) a ServiceError data ApplicationRevisionSortBy FirstUsedTime :: ApplicationRevisionSortBy LastUsedTime :: ApplicationRevisionSortBy RegisterTime :: ApplicationRevisionSortBy data BundleType TAR :: BundleType TGZ :: BundleType Zip :: BundleType data DeployErrorCode ApplicationMissing :: DeployErrorCode DeploymentGroupMissing :: DeployErrorCode HealthConstraints :: DeployErrorCode HealthConstraintsInvalid :: DeployErrorCode IAMRoleMissing :: DeployErrorCode IAMRolePermissions :: DeployErrorCode InternalError :: DeployErrorCode NoEC2Subscription :: DeployErrorCode NoInstances :: DeployErrorCode OverMaxInstances :: DeployErrorCode RevisionMissing :: DeployErrorCode Throttled :: DeployErrorCode Timeout :: DeployErrorCode data DeploymentCreator Autoscaling :: DeploymentCreator User :: DeploymentCreator data DeploymentStatus Created :: DeploymentStatus Failed :: DeploymentStatus InProgress :: DeploymentStatus Queued :: DeploymentStatus Stopped :: DeploymentStatus Succeeded :: DeploymentStatus data EC2TagFilterType KeyAndValue :: EC2TagFilterType KeyOnly :: EC2TagFilterType ValueOnly :: EC2TagFilterType data InstanceStatus ISFailed :: InstanceStatus ISInProgress :: InstanceStatus ISPending :: InstanceStatus ISSkipped :: InstanceStatus ISSucceeded :: InstanceStatus ISUnknown :: InstanceStatus data LifecycleErrorCode ScriptFailed :: LifecycleErrorCode ScriptMissing :: LifecycleErrorCode ScriptNotExecutable :: LifecycleErrorCode ScriptTimedOut :: LifecycleErrorCode Success :: LifecycleErrorCode UnknownError :: LifecycleErrorCode data LifecycleEventStatus LESFailed :: LifecycleEventStatus LESInProgress :: LifecycleEventStatus LESPending :: LifecycleEventStatus LESSkipped :: LifecycleEventStatus LESSucceeded :: LifecycleEventStatus LESUnknown :: LifecycleEventStatus data ListStateFilterAction Exclude :: ListStateFilterAction Ignore :: ListStateFilterAction Include :: ListStateFilterAction data MinimumHealthyHostsType FleetPercent :: MinimumHealthyHostsType HostCount :: MinimumHealthyHostsType data RegistrationStatus Deregistered :: RegistrationStatus Registered :: RegistrationStatus data RevisionLocationType GitHub :: RevisionLocationType S3 :: RevisionLocationType data SortOrder Ascending :: SortOrder Descending :: SortOrder data StopStatus SSPending :: StopStatus SSSucceeded :: StopStatus data TagFilterType TFTKeyAndValue :: TagFilterType TFTKeyOnly :: TagFilterType TFTValueOnly :: TagFilterType -- | Information about an application. -- -- See: applicationInfo smart constructor. data ApplicationInfo -- | Creates a value of ApplicationInfo with the minimum fields -- required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- applicationInfo :: ApplicationInfo -- | True if the user has authenticated with GitHub for the specified -- application; otherwise, false. aiLinkedToGitHub :: Lens' ApplicationInfo (Maybe Bool) -- | The application ID. aiApplicationId :: Lens' ApplicationInfo (Maybe Text) -- | The application name. aiApplicationName :: Lens' ApplicationInfo (Maybe Text) -- | The time that the application was created. aiCreateTime :: Lens' ApplicationInfo (Maybe UTCTime) -- | Information about an Auto Scaling group. -- -- See: autoScalingGroup smart constructor. data AutoScalingGroup -- | Creates a value of AutoScalingGroup with the minimum fields -- required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- autoScalingGroup :: AutoScalingGroup -- | An Auto Scaling lifecycle event hook name. asgHook :: Lens' AutoScalingGroup (Maybe Text) -- | The Auto Scaling group name. asgName :: Lens' AutoScalingGroup (Maybe Text) -- | Information about a deployment configuration. -- -- See: deploymentConfigInfo smart constructor. data DeploymentConfigInfo -- | Creates a value of DeploymentConfigInfo with the minimum fields -- required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- deploymentConfigInfo :: DeploymentConfigInfo -- | The deployment configuration name. dciDeploymentConfigName :: Lens' DeploymentConfigInfo (Maybe Text) -- | Information about the number or percentage of minimum healthy -- instances. dciMinimumHealthyHosts :: Lens' DeploymentConfigInfo (Maybe MinimumHealthyHosts) -- | The deployment configuration ID. dciDeploymentConfigId :: Lens' DeploymentConfigInfo (Maybe Text) -- | The time that the deployment configuration was created. dciCreateTime :: Lens' DeploymentConfigInfo (Maybe UTCTime) -- | Information about a deployment group. -- -- See: deploymentGroupInfo smart constructor. data DeploymentGroupInfo -- | Creates a value of DeploymentGroupInfo with the minimum fields -- required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- deploymentGroupInfo :: DeploymentGroupInfo -- | A service role ARN. dgiServiceRoleARN :: Lens' DeploymentGroupInfo (Maybe Text) -- | The deployment configuration name. dgiDeploymentConfigName :: Lens' DeploymentGroupInfo (Maybe Text) -- | Information about the deployment group's target revision, including -- the revision's type and its location. dgiTargetRevision :: Lens' DeploymentGroupInfo (Maybe RevisionLocation) -- | The Amazon EC2 tags to filter on. dgiEc2TagFilters :: Lens' DeploymentGroupInfo [EC2TagFilter] -- | The on-premises instance tags to filter on. dgiOnPremisesInstanceTagFilters :: Lens' DeploymentGroupInfo [TagFilter] -- | The application name. dgiApplicationName :: Lens' DeploymentGroupInfo (Maybe Text) -- | The deployment group ID. dgiDeploymentGroupId :: Lens' DeploymentGroupInfo (Maybe Text) -- | A list of associated Auto Scaling groups. dgiAutoScalingGroups :: Lens' DeploymentGroupInfo [AutoScalingGroup] -- | The deployment group name. dgiDeploymentGroupName :: Lens' DeploymentGroupInfo (Maybe Text) -- | Information about a deployment. -- -- See: deploymentInfo smart constructor. data DeploymentInfo -- | Creates a value of DeploymentInfo with the minimum fields -- required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- deploymentInfo :: DeploymentInfo -- | The deployment ID. diDeploymentId :: Lens' DeploymentInfo (Maybe Text) -- | How 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 configuration name. diDeploymentConfigName :: Lens' DeploymentInfo (Maybe Text) -- | A timestamp indicating when the deployment began deploying to the -- deployment group. -- -- Note that in some cases, the reported value of the start time may be -- later than the complete time. This is due to differences in the clock -- settings of various back-end servers that participate in the overall -- deployment process. diStartTime :: Lens' DeploymentInfo (Maybe UTCTime) -- | A timestamp indicating when the deployment was completed. diCompleteTime :: Lens' DeploymentInfo (Maybe UTCTime) -- | Information about any error associated with this deployment. diErrorInformation :: Lens' DeploymentInfo (Maybe ErrorInformation) -- | A summary of the deployment status of the instances in the deployment. diDeploymentOverview :: Lens' DeploymentInfo (Maybe DeploymentOverview) -- | The application name. diApplicationName :: Lens' DeploymentInfo (Maybe Text) -- | Information about the location of application artifacts that are -- stored and the service to retrieve them from. diRevision :: Lens' DeploymentInfo (Maybe RevisionLocation) -- | A comment about the deployment. diDescription :: Lens' DeploymentInfo (Maybe Text) -- | If true, then if the deployment causes the ApplicationStop deployment -- lifecycle event to fail to a specific instance, the deployment will -- not be considered to have failed to that instance at that point and -- will continue on to the BeforeInstall deployment lifecycle event. -- -- If false or not specified, then if the deployment causes the -- ApplicationStop deployment lifecycle event to fail to a specific -- instance, the deployment will stop to that instance, and the -- deployment to that instance will be considered to have failed. diIgnoreApplicationStopFailures :: Lens' DeploymentInfo (Maybe Bool) -- | The deployment group name. diDeploymentGroupName :: Lens' DeploymentInfo (Maybe Text) -- | A timestamp indicating when the deployment was created. diCreateTime :: Lens' DeploymentInfo (Maybe UTCTime) -- | Information about the deployment status of the instances in the -- deployment. -- -- See: deploymentOverview smart constructor. data DeploymentOverview -- | Creates a value of DeploymentOverview with the minimum fields -- required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- deploymentOverview :: DeploymentOverview -- | The number of instances that are pending in the deployment. doPending :: Lens' DeploymentOverview (Maybe Integer) -- | The number of instances that have been skipped in the deployment. doSkipped :: Lens' DeploymentOverview (Maybe Integer) -- | The number of instances that are in progress in the deployment. doInProgress :: Lens' DeploymentOverview (Maybe Integer) -- | The number of instances that have succeeded in the deployment. doSucceeded :: Lens' DeploymentOverview (Maybe Integer) -- | The number of instances that have failed in the deployment. doFailed :: Lens' DeploymentOverview (Maybe Integer) -- | Diagnostic information about executable scripts that are part of a -- deployment. -- -- See: diagnostics smart constructor. data Diagnostics -- | Creates a value of Diagnostics with the minimum fields required -- to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- diagnostics :: Diagnostics -- | The last portion of the associated diagnostic log. dLogTail :: Lens' Diagnostics (Maybe Text) -- | The associated error code: -- -- 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) -- | A list of deployment groups that use this revision. griDeploymentGroups :: Lens' GenericRevisionInfo [Text] -- | When the revision was last used by AWS CodeDeploy. griLastUsedTime :: Lens' GenericRevisionInfo (Maybe UTCTime) -- | A comment about the revision. griDescription :: Lens' GenericRevisionInfo (Maybe Text) -- | Information about the location of application artifacts that are -- stored in GitHub. -- -- See: gitHubLocation smart constructor. data GitHubLocation -- | Creates a value of GitHubLocation with the minimum fields -- required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- gitHubLocation :: GitHubLocation -- | The SHA1 commit ID of the GitHub commit that references the that -- represents the bundled artifacts for the application revision. ghlCommitId :: Lens' GitHubLocation (Maybe Text) -- | The GitHub account and repository pair that stores a reference to the -- commit that represents the bundled artifacts for the application -- revision. -- -- Specified as account/repository. ghlRepository :: Lens' GitHubLocation (Maybe Text) -- | Information about an on-premises instance. -- -- See: instanceInfo smart constructor. data InstanceInfo -- | Creates a value of InstanceInfo with the minimum fields -- required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- instanceInfo :: InstanceInfo -- | The ARN of the on-premises instance. iiInstanceARN :: Lens' InstanceInfo (Maybe Text) -- | The time that the on-premises instance was registered. iiRegisterTime :: Lens' InstanceInfo (Maybe UTCTime) -- | If the on-premises instance was deregistered, the time that the -- on-premises instance was deregistered. iiDeregisterTime :: Lens' InstanceInfo (Maybe UTCTime) -- | The IAM user ARN associated with the on-premises instance. iiIamUserARN :: Lens' InstanceInfo (Maybe Text) -- | The name of the on-premises instance. iiInstanceName :: Lens' InstanceInfo (Maybe Text) -- | The tags that are currently associated with the on-premises instance. iiTags :: Lens' InstanceInfo [Tag] -- | Information about an instance in a deployment. -- -- See: instanceSummary smart constructor. data InstanceSummary -- | Creates a value of InstanceSummary with the minimum fields -- required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- instanceSummary :: InstanceSummary -- | The instance ID. isInstanceId :: Lens' InstanceSummary (Maybe Text) -- | The deployment ID. isDeploymentId :: Lens' InstanceSummary (Maybe Text) -- | The deployment status for this instance: -- -- isStatus :: Lens' InstanceSummary (Maybe InstanceStatus) -- | 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) -- | A timestamp indicating when the deployment lifecycle event started. leStartTime :: Lens' LifecycleEvent (Maybe UTCTime) -- | The deployment lifecycle event name, such as ApplicationStop, -- BeforeInstall, AfterInstall, ApplicationStart, or ValidateService. leLifecycleEventName :: Lens' LifecycleEvent (Maybe Text) -- | Diagnostic information about the deployment lifecycle event. leDiagnostics :: Lens' LifecycleEvent (Maybe Diagnostics) -- | A timestamp indicating when the deployment lifecycle event ended. leEndTime :: Lens' LifecycleEvent (Maybe UTCTime) -- | Information about minimum healthy instances. -- -- See: minimumHealthyHosts smart constructor. data MinimumHealthyHosts -- | Creates a value of MinimumHealthyHosts with the minimum fields -- required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- minimumHealthyHosts :: MinimumHealthyHosts -- | The minimum healthy instances value. mhhValue :: Lens' MinimumHealthyHosts (Maybe Int) -- | The minimum healthy instances type: -- -- -- -- For example, for 9 instances, if a HOST_COUNT of 6 is specified, -- deploy to up to 3 instances at a time. The deployment succeeds if 6 or -- more instances are successfully deployed to; otherwise, the deployment -- fails. If a FLEET_PERCENT of 40 is specified, deploy to up to 5 -- instances at a time. The deployment succeeds if 4 or more instances -- are successfully deployed to; otherwise, the deployment fails. -- -- In a call to the get deployment configuration operation, -- CodeDeployDefault.OneAtATime will return a minimum healthy instances -- type of MOST_CONCURRENCY and a value of 1. This means a deployment to -- only one instances at a time. (You cannot set the type to -- MOST_CONCURRENCY, only to HOST_COUNT or FLEET_PERCENT.) mhhType :: Lens' MinimumHealthyHosts (Maybe MinimumHealthyHostsType) -- | Information about an application revision's location. -- -- See: revisionLocation smart constructor. data RevisionLocation -- | Creates a value of RevisionLocation with the minimum fields -- required to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- revisionLocation :: RevisionLocation -- | The application revision's type: -- -- rlRevisionType :: Lens' RevisionLocation (Maybe RevisionLocationType) -- | Undocumented member. rlS3Location :: Lens' RevisionLocation (Maybe S3Location) -- | Undocumented member. rlGitHubLocation :: Lens' RevisionLocation (Maybe GitHubLocation) -- | Information about the location of application artifacts that are -- stored in Amazon S3. -- -- See: s3Location smart constructor. data S3Location -- | Creates a value of S3Location with the minimum fields required -- to make a request. -- -- Use one of the following lenses to modify other fields as desired: -- -- s3Location :: S3Location -- | The file type of the application revision. Must be one of the -- following: -- -- 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 time range's start time. -- -- Specify null to leave the time range's start time open-ended. trStart :: Lens' TimeRange (Maybe UTCTime) -- | The time range's end time. -- -- Specify null to leave the time range's end time open-ended. trEnd :: Lens' TimeRange (Maybe UTCTime)