Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
- Operations
- ListEnvironments
- UpdateEnvironment
- DeleteEnvironment
- GetDeploymentStrategy
- CreateConfigurationProfile
- GetDeployment
- UpdateConfigurationProfile
- DeleteConfigurationProfile
- ListTagsForResource
- ListHostedConfigurationVersions
- GetConfigurationProfile
- DeleteApplication
- UpdateApplication
- UpdateDeploymentStrategy
- DeleteDeploymentStrategy
- CreateApplication
- ValidateConfiguration
- StopDeployment
- GetApplication
- CreateHostedConfigurationVersion
- ListConfigurationProfiles
- DeleteHostedConfigurationVersion
- GetHostedConfigurationVersion
- ListDeployments
- TagResource
- GetEnvironment
- ListApplications
- UntagResource
- ListDeploymentStrategies
- GetConfiguration
- CreateDeploymentStrategy
- StartDeployment
- CreateEnvironment
- Types
Synopsis
- listEnvironments_nextToken :: Lens' ListEnvironments (Maybe Text)
- listEnvironments_maxResults :: Lens' ListEnvironments (Maybe Natural)
- listEnvironments_applicationId :: Lens' ListEnvironments Text
- listEnvironmentsResponse_items :: Lens' ListEnvironmentsResponse (Maybe [Environment])
- listEnvironmentsResponse_nextToken :: Lens' ListEnvironmentsResponse (Maybe Text)
- listEnvironmentsResponse_httpStatus :: Lens' ListEnvironmentsResponse Int
- updateEnvironment_monitors :: Lens' UpdateEnvironment (Maybe [Monitor])
- updateEnvironment_name :: Lens' UpdateEnvironment (Maybe Text)
- updateEnvironment_description :: Lens' UpdateEnvironment (Maybe Text)
- updateEnvironment_applicationId :: Lens' UpdateEnvironment Text
- updateEnvironment_environmentId :: Lens' UpdateEnvironment Text
- environment_state :: Lens' Environment (Maybe EnvironmentState)
- environment_monitors :: Lens' Environment (Maybe [Monitor])
- environment_applicationId :: Lens' Environment (Maybe Text)
- environment_name :: Lens' Environment (Maybe Text)
- environment_id :: Lens' Environment (Maybe Text)
- environment_description :: Lens' Environment (Maybe Text)
- deleteEnvironment_applicationId :: Lens' DeleteEnvironment Text
- deleteEnvironment_environmentId :: Lens' DeleteEnvironment Text
- getDeploymentStrategy_deploymentStrategyId :: Lens' GetDeploymentStrategy Text
- deploymentStrategy_growthFactor :: Lens' DeploymentStrategy (Maybe Double)
- deploymentStrategy_replicateTo :: Lens' DeploymentStrategy (Maybe ReplicateTo)
- deploymentStrategy_name :: Lens' DeploymentStrategy (Maybe Text)
- deploymentStrategy_id :: Lens' DeploymentStrategy (Maybe Text)
- deploymentStrategy_deploymentDurationInMinutes :: Lens' DeploymentStrategy (Maybe Natural)
- deploymentStrategy_finalBakeTimeInMinutes :: Lens' DeploymentStrategy (Maybe Natural)
- deploymentStrategy_description :: Lens' DeploymentStrategy (Maybe Text)
- deploymentStrategy_growthType :: Lens' DeploymentStrategy (Maybe GrowthType)
- createConfigurationProfile_retrievalRoleArn :: Lens' CreateConfigurationProfile (Maybe Text)
- createConfigurationProfile_validators :: Lens' CreateConfigurationProfile (Maybe [Validator])
- createConfigurationProfile_description :: Lens' CreateConfigurationProfile (Maybe Text)
- createConfigurationProfile_tags :: Lens' CreateConfigurationProfile (Maybe (HashMap Text Text))
- createConfigurationProfile_applicationId :: Lens' CreateConfigurationProfile Text
- createConfigurationProfile_name :: Lens' CreateConfigurationProfile Text
- createConfigurationProfile_locationUri :: Lens' CreateConfigurationProfile Text
- configurationProfile_retrievalRoleArn :: Lens' ConfigurationProfile (Maybe Text)
- configurationProfile_validators :: Lens' ConfigurationProfile (Maybe [Validator])
- configurationProfile_locationUri :: Lens' ConfigurationProfile (Maybe Text)
- configurationProfile_applicationId :: Lens' ConfigurationProfile (Maybe Text)
- configurationProfile_name :: Lens' ConfigurationProfile (Maybe Text)
- configurationProfile_id :: Lens' ConfigurationProfile (Maybe Text)
- configurationProfile_description :: Lens' ConfigurationProfile (Maybe Text)
- getDeployment_applicationId :: Lens' GetDeployment Text
- getDeployment_environmentId :: Lens' GetDeployment Text
- getDeployment_deploymentNumber :: Lens' GetDeployment Int
- deployment_growthFactor :: Lens' Deployment (Maybe Double)
- deployment_configurationName :: Lens' Deployment (Maybe Text)
- deployment_state :: Lens' Deployment (Maybe DeploymentState)
- deployment_deploymentStrategyId :: Lens' Deployment (Maybe Text)
- deployment_deploymentNumber :: Lens' Deployment (Maybe Int)
- deployment_configurationVersion :: Lens' Deployment (Maybe Text)
- deployment_eventLog :: Lens' Deployment (Maybe [DeploymentEvent])
- deployment_percentageComplete :: Lens' Deployment (Maybe Double)
- deployment_startedAt :: Lens' Deployment (Maybe UTCTime)
- deployment_applicationId :: Lens' Deployment (Maybe Text)
- deployment_deploymentDurationInMinutes :: Lens' Deployment (Maybe Natural)
- deployment_environmentId :: Lens' Deployment (Maybe Text)
- deployment_completedAt :: Lens' Deployment (Maybe UTCTime)
- deployment_configurationLocationUri :: Lens' Deployment (Maybe Text)
- deployment_finalBakeTimeInMinutes :: Lens' Deployment (Maybe Natural)
- deployment_description :: Lens' Deployment (Maybe Text)
- deployment_configurationProfileId :: Lens' Deployment (Maybe Text)
- deployment_growthType :: Lens' Deployment (Maybe GrowthType)
- updateConfigurationProfile_retrievalRoleArn :: Lens' UpdateConfigurationProfile (Maybe Text)
- updateConfigurationProfile_validators :: Lens' UpdateConfigurationProfile (Maybe [Validator])
- updateConfigurationProfile_name :: Lens' UpdateConfigurationProfile (Maybe Text)
- updateConfigurationProfile_description :: Lens' UpdateConfigurationProfile (Maybe Text)
- updateConfigurationProfile_applicationId :: Lens' UpdateConfigurationProfile Text
- updateConfigurationProfile_configurationProfileId :: Lens' UpdateConfigurationProfile Text
- configurationProfile_retrievalRoleArn :: Lens' ConfigurationProfile (Maybe Text)
- configurationProfile_validators :: Lens' ConfigurationProfile (Maybe [Validator])
- configurationProfile_locationUri :: Lens' ConfigurationProfile (Maybe Text)
- configurationProfile_applicationId :: Lens' ConfigurationProfile (Maybe Text)
- configurationProfile_name :: Lens' ConfigurationProfile (Maybe Text)
- configurationProfile_id :: Lens' ConfigurationProfile (Maybe Text)
- configurationProfile_description :: Lens' ConfigurationProfile (Maybe Text)
- deleteConfigurationProfile_applicationId :: Lens' DeleteConfigurationProfile Text
- deleteConfigurationProfile_configurationProfileId :: Lens' DeleteConfigurationProfile Text
- listTagsForResource_resourceArn :: Lens' ListTagsForResource Text
- listTagsForResourceResponse_tags :: Lens' ListTagsForResourceResponse (Maybe (HashMap Text Text))
- listTagsForResourceResponse_httpStatus :: Lens' ListTagsForResourceResponse Int
- listHostedConfigurationVersions_nextToken :: Lens' ListHostedConfigurationVersions (Maybe Text)
- listHostedConfigurationVersions_maxResults :: Lens' ListHostedConfigurationVersions (Maybe Natural)
- listHostedConfigurationVersions_applicationId :: Lens' ListHostedConfigurationVersions Text
- listHostedConfigurationVersions_configurationProfileId :: Lens' ListHostedConfigurationVersions Text
- listHostedConfigurationVersionsResponse_items :: Lens' ListHostedConfigurationVersionsResponse (Maybe [HostedConfigurationVersionSummary])
- listHostedConfigurationVersionsResponse_nextToken :: Lens' ListHostedConfigurationVersionsResponse (Maybe Text)
- listHostedConfigurationVersionsResponse_httpStatus :: Lens' ListHostedConfigurationVersionsResponse Int
- getConfigurationProfile_applicationId :: Lens' GetConfigurationProfile Text
- getConfigurationProfile_configurationProfileId :: Lens' GetConfigurationProfile Text
- configurationProfile_retrievalRoleArn :: Lens' ConfigurationProfile (Maybe Text)
- configurationProfile_validators :: Lens' ConfigurationProfile (Maybe [Validator])
- configurationProfile_locationUri :: Lens' ConfigurationProfile (Maybe Text)
- configurationProfile_applicationId :: Lens' ConfigurationProfile (Maybe Text)
- configurationProfile_name :: Lens' ConfigurationProfile (Maybe Text)
- configurationProfile_id :: Lens' ConfigurationProfile (Maybe Text)
- configurationProfile_description :: Lens' ConfigurationProfile (Maybe Text)
- deleteApplication_applicationId :: Lens' DeleteApplication Text
- updateApplication_name :: Lens' UpdateApplication (Maybe Text)
- updateApplication_description :: Lens' UpdateApplication (Maybe Text)
- updateApplication_applicationId :: Lens' UpdateApplication Text
- application_name :: Lens' Application (Maybe Text)
- application_id :: Lens' Application (Maybe Text)
- application_description :: Lens' Application (Maybe Text)
- updateDeploymentStrategy_growthFactor :: Lens' UpdateDeploymentStrategy (Maybe Double)
- updateDeploymentStrategy_deploymentDurationInMinutes :: Lens' UpdateDeploymentStrategy (Maybe Natural)
- updateDeploymentStrategy_finalBakeTimeInMinutes :: Lens' UpdateDeploymentStrategy (Maybe Natural)
- updateDeploymentStrategy_description :: Lens' UpdateDeploymentStrategy (Maybe Text)
- updateDeploymentStrategy_growthType :: Lens' UpdateDeploymentStrategy (Maybe GrowthType)
- updateDeploymentStrategy_deploymentStrategyId :: Lens' UpdateDeploymentStrategy Text
- deploymentStrategy_growthFactor :: Lens' DeploymentStrategy (Maybe Double)
- deploymentStrategy_replicateTo :: Lens' DeploymentStrategy (Maybe ReplicateTo)
- deploymentStrategy_name :: Lens' DeploymentStrategy (Maybe Text)
- deploymentStrategy_id :: Lens' DeploymentStrategy (Maybe Text)
- deploymentStrategy_deploymentDurationInMinutes :: Lens' DeploymentStrategy (Maybe Natural)
- deploymentStrategy_finalBakeTimeInMinutes :: Lens' DeploymentStrategy (Maybe Natural)
- deploymentStrategy_description :: Lens' DeploymentStrategy (Maybe Text)
- deploymentStrategy_growthType :: Lens' DeploymentStrategy (Maybe GrowthType)
- deleteDeploymentStrategy_deploymentStrategyId :: Lens' DeleteDeploymentStrategy Text
- createApplication_description :: Lens' CreateApplication (Maybe Text)
- createApplication_tags :: Lens' CreateApplication (Maybe (HashMap Text Text))
- createApplication_name :: Lens' CreateApplication Text
- application_name :: Lens' Application (Maybe Text)
- application_id :: Lens' Application (Maybe Text)
- application_description :: Lens' Application (Maybe Text)
- validateConfiguration_applicationId :: Lens' ValidateConfiguration Text
- validateConfiguration_configurationProfileId :: Lens' ValidateConfiguration Text
- validateConfiguration_configurationVersion :: Lens' ValidateConfiguration Text
- stopDeployment_applicationId :: Lens' StopDeployment Text
- stopDeployment_environmentId :: Lens' StopDeployment Text
- stopDeployment_deploymentNumber :: Lens' StopDeployment Int
- deployment_growthFactor :: Lens' Deployment (Maybe Double)
- deployment_configurationName :: Lens' Deployment (Maybe Text)
- deployment_state :: Lens' Deployment (Maybe DeploymentState)
- deployment_deploymentStrategyId :: Lens' Deployment (Maybe Text)
- deployment_deploymentNumber :: Lens' Deployment (Maybe Int)
- deployment_configurationVersion :: Lens' Deployment (Maybe Text)
- deployment_eventLog :: Lens' Deployment (Maybe [DeploymentEvent])
- deployment_percentageComplete :: Lens' Deployment (Maybe Double)
- deployment_startedAt :: Lens' Deployment (Maybe UTCTime)
- deployment_applicationId :: Lens' Deployment (Maybe Text)
- deployment_deploymentDurationInMinutes :: Lens' Deployment (Maybe Natural)
- deployment_environmentId :: Lens' Deployment (Maybe Text)
- deployment_completedAt :: Lens' Deployment (Maybe UTCTime)
- deployment_configurationLocationUri :: Lens' Deployment (Maybe Text)
- deployment_finalBakeTimeInMinutes :: Lens' Deployment (Maybe Natural)
- deployment_description :: Lens' Deployment (Maybe Text)
- deployment_configurationProfileId :: Lens' Deployment (Maybe Text)
- deployment_growthType :: Lens' Deployment (Maybe GrowthType)
- getApplication_applicationId :: Lens' GetApplication Text
- application_name :: Lens' Application (Maybe Text)
- application_id :: Lens' Application (Maybe Text)
- application_description :: Lens' Application (Maybe Text)
- createHostedConfigurationVersion_latestVersionNumber :: Lens' CreateHostedConfigurationVersion (Maybe Int)
- createHostedConfigurationVersion_description :: Lens' CreateHostedConfigurationVersion (Maybe Text)
- createHostedConfigurationVersion_applicationId :: Lens' CreateHostedConfigurationVersion Text
- createHostedConfigurationVersion_configurationProfileId :: Lens' CreateHostedConfigurationVersion Text
- createHostedConfigurationVersion_content :: Lens' CreateHostedConfigurationVersion ByteString
- createHostedConfigurationVersion_contentType :: Lens' CreateHostedConfigurationVersion Text
- hostedConfigurationVersion_content :: Lens' HostedConfigurationVersion (Maybe ByteString)
- hostedConfigurationVersion_versionNumber :: Lens' HostedConfigurationVersion (Maybe Int)
- hostedConfigurationVersion_applicationId :: Lens' HostedConfigurationVersion (Maybe Text)
- hostedConfigurationVersion_description :: Lens' HostedConfigurationVersion (Maybe Text)
- hostedConfigurationVersion_configurationProfileId :: Lens' HostedConfigurationVersion (Maybe Text)
- hostedConfigurationVersion_contentType :: Lens' HostedConfigurationVersion (Maybe Text)
- listConfigurationProfiles_nextToken :: Lens' ListConfigurationProfiles (Maybe Text)
- listConfigurationProfiles_maxResults :: Lens' ListConfigurationProfiles (Maybe Natural)
- listConfigurationProfiles_applicationId :: Lens' ListConfigurationProfiles Text
- listConfigurationProfilesResponse_items :: Lens' ListConfigurationProfilesResponse (Maybe [ConfigurationProfileSummary])
- listConfigurationProfilesResponse_nextToken :: Lens' ListConfigurationProfilesResponse (Maybe Text)
- listConfigurationProfilesResponse_httpStatus :: Lens' ListConfigurationProfilesResponse Int
- deleteHostedConfigurationVersion_applicationId :: Lens' DeleteHostedConfigurationVersion Text
- deleteHostedConfigurationVersion_configurationProfileId :: Lens' DeleteHostedConfigurationVersion Text
- deleteHostedConfigurationVersion_versionNumber :: Lens' DeleteHostedConfigurationVersion Int
- getHostedConfigurationVersion_applicationId :: Lens' GetHostedConfigurationVersion Text
- getHostedConfigurationVersion_configurationProfileId :: Lens' GetHostedConfigurationVersion Text
- getHostedConfigurationVersion_versionNumber :: Lens' GetHostedConfigurationVersion Int
- hostedConfigurationVersion_content :: Lens' HostedConfigurationVersion (Maybe ByteString)
- hostedConfigurationVersion_versionNumber :: Lens' HostedConfigurationVersion (Maybe Int)
- hostedConfigurationVersion_applicationId :: Lens' HostedConfigurationVersion (Maybe Text)
- hostedConfigurationVersion_description :: Lens' HostedConfigurationVersion (Maybe Text)
- hostedConfigurationVersion_configurationProfileId :: Lens' HostedConfigurationVersion (Maybe Text)
- hostedConfigurationVersion_contentType :: Lens' HostedConfigurationVersion (Maybe Text)
- listDeployments_nextToken :: Lens' ListDeployments (Maybe Text)
- listDeployments_maxResults :: Lens' ListDeployments (Maybe Natural)
- listDeployments_applicationId :: Lens' ListDeployments Text
- listDeployments_environmentId :: Lens' ListDeployments Text
- listDeploymentsResponse_items :: Lens' ListDeploymentsResponse (Maybe [DeploymentSummary])
- listDeploymentsResponse_nextToken :: Lens' ListDeploymentsResponse (Maybe Text)
- listDeploymentsResponse_httpStatus :: Lens' ListDeploymentsResponse Int
- tagResource_resourceArn :: Lens' TagResource Text
- tagResource_tags :: Lens' TagResource (HashMap Text Text)
- getEnvironment_applicationId :: Lens' GetEnvironment Text
- getEnvironment_environmentId :: Lens' GetEnvironment Text
- environment_state :: Lens' Environment (Maybe EnvironmentState)
- environment_monitors :: Lens' Environment (Maybe [Monitor])
- environment_applicationId :: Lens' Environment (Maybe Text)
- environment_name :: Lens' Environment (Maybe Text)
- environment_id :: Lens' Environment (Maybe Text)
- environment_description :: Lens' Environment (Maybe Text)
- listApplications_nextToken :: Lens' ListApplications (Maybe Text)
- listApplications_maxResults :: Lens' ListApplications (Maybe Natural)
- listApplicationsResponse_items :: Lens' ListApplicationsResponse (Maybe [Application])
- listApplicationsResponse_nextToken :: Lens' ListApplicationsResponse (Maybe Text)
- listApplicationsResponse_httpStatus :: Lens' ListApplicationsResponse Int
- untagResource_resourceArn :: Lens' UntagResource Text
- untagResource_tagKeys :: Lens' UntagResource [Text]
- listDeploymentStrategies_nextToken :: Lens' ListDeploymentStrategies (Maybe Text)
- listDeploymentStrategies_maxResults :: Lens' ListDeploymentStrategies (Maybe Natural)
- listDeploymentStrategiesResponse_items :: Lens' ListDeploymentStrategiesResponse (Maybe [DeploymentStrategy])
- listDeploymentStrategiesResponse_nextToken :: Lens' ListDeploymentStrategiesResponse (Maybe Text)
- listDeploymentStrategiesResponse_httpStatus :: Lens' ListDeploymentStrategiesResponse Int
- getConfiguration_clientConfigurationVersion :: Lens' GetConfiguration (Maybe Text)
- getConfiguration_application :: Lens' GetConfiguration Text
- getConfiguration_environment :: Lens' GetConfiguration Text
- getConfiguration_configuration :: Lens' GetConfiguration Text
- getConfiguration_clientId :: Lens' GetConfiguration Text
- getConfigurationResponse_configurationVersion :: Lens' GetConfigurationResponse (Maybe Text)
- getConfigurationResponse_content :: Lens' GetConfigurationResponse (Maybe ByteString)
- getConfigurationResponse_contentType :: Lens' GetConfigurationResponse (Maybe Text)
- getConfigurationResponse_httpStatus :: Lens' GetConfigurationResponse Int
- createDeploymentStrategy_finalBakeTimeInMinutes :: Lens' CreateDeploymentStrategy (Maybe Natural)
- createDeploymentStrategy_description :: Lens' CreateDeploymentStrategy (Maybe Text)
- createDeploymentStrategy_growthType :: Lens' CreateDeploymentStrategy (Maybe GrowthType)
- createDeploymentStrategy_tags :: Lens' CreateDeploymentStrategy (Maybe (HashMap Text Text))
- createDeploymentStrategy_name :: Lens' CreateDeploymentStrategy Text
- createDeploymentStrategy_deploymentDurationInMinutes :: Lens' CreateDeploymentStrategy Natural
- createDeploymentStrategy_growthFactor :: Lens' CreateDeploymentStrategy Double
- createDeploymentStrategy_replicateTo :: Lens' CreateDeploymentStrategy ReplicateTo
- deploymentStrategy_growthFactor :: Lens' DeploymentStrategy (Maybe Double)
- deploymentStrategy_replicateTo :: Lens' DeploymentStrategy (Maybe ReplicateTo)
- deploymentStrategy_name :: Lens' DeploymentStrategy (Maybe Text)
- deploymentStrategy_id :: Lens' DeploymentStrategy (Maybe Text)
- deploymentStrategy_deploymentDurationInMinutes :: Lens' DeploymentStrategy (Maybe Natural)
- deploymentStrategy_finalBakeTimeInMinutes :: Lens' DeploymentStrategy (Maybe Natural)
- deploymentStrategy_description :: Lens' DeploymentStrategy (Maybe Text)
- deploymentStrategy_growthType :: Lens' DeploymentStrategy (Maybe GrowthType)
- startDeployment_description :: Lens' StartDeployment (Maybe Text)
- startDeployment_tags :: Lens' StartDeployment (Maybe (HashMap Text Text))
- startDeployment_applicationId :: Lens' StartDeployment Text
- startDeployment_environmentId :: Lens' StartDeployment Text
- startDeployment_deploymentStrategyId :: Lens' StartDeployment Text
- startDeployment_configurationProfileId :: Lens' StartDeployment Text
- startDeployment_configurationVersion :: Lens' StartDeployment Text
- deployment_growthFactor :: Lens' Deployment (Maybe Double)
- deployment_configurationName :: Lens' Deployment (Maybe Text)
- deployment_state :: Lens' Deployment (Maybe DeploymentState)
- deployment_deploymentStrategyId :: Lens' Deployment (Maybe Text)
- deployment_deploymentNumber :: Lens' Deployment (Maybe Int)
- deployment_configurationVersion :: Lens' Deployment (Maybe Text)
- deployment_eventLog :: Lens' Deployment (Maybe [DeploymentEvent])
- deployment_percentageComplete :: Lens' Deployment (Maybe Double)
- deployment_startedAt :: Lens' Deployment (Maybe UTCTime)
- deployment_applicationId :: Lens' Deployment (Maybe Text)
- deployment_deploymentDurationInMinutes :: Lens' Deployment (Maybe Natural)
- deployment_environmentId :: Lens' Deployment (Maybe Text)
- deployment_completedAt :: Lens' Deployment (Maybe UTCTime)
- deployment_configurationLocationUri :: Lens' Deployment (Maybe Text)
- deployment_finalBakeTimeInMinutes :: Lens' Deployment (Maybe Natural)
- deployment_description :: Lens' Deployment (Maybe Text)
- deployment_configurationProfileId :: Lens' Deployment (Maybe Text)
- deployment_growthType :: Lens' Deployment (Maybe GrowthType)
- createEnvironment_monitors :: Lens' CreateEnvironment (Maybe [Monitor])
- createEnvironment_description :: Lens' CreateEnvironment (Maybe Text)
- createEnvironment_tags :: Lens' CreateEnvironment (Maybe (HashMap Text Text))
- createEnvironment_applicationId :: Lens' CreateEnvironment Text
- createEnvironment_name :: Lens' CreateEnvironment Text
- environment_state :: Lens' Environment (Maybe EnvironmentState)
- environment_monitors :: Lens' Environment (Maybe [Monitor])
- environment_applicationId :: Lens' Environment (Maybe Text)
- environment_name :: Lens' Environment (Maybe Text)
- environment_id :: Lens' Environment (Maybe Text)
- environment_description :: Lens' Environment (Maybe Text)
- application_name :: Lens' Application (Maybe Text)
- application_id :: Lens' Application (Maybe Text)
- application_description :: Lens' Application (Maybe Text)
- configurationProfile_retrievalRoleArn :: Lens' ConfigurationProfile (Maybe Text)
- configurationProfile_validators :: Lens' ConfigurationProfile (Maybe [Validator])
- configurationProfile_locationUri :: Lens' ConfigurationProfile (Maybe Text)
- configurationProfile_applicationId :: Lens' ConfigurationProfile (Maybe Text)
- configurationProfile_name :: Lens' ConfigurationProfile (Maybe Text)
- configurationProfile_id :: Lens' ConfigurationProfile (Maybe Text)
- configurationProfile_description :: Lens' ConfigurationProfile (Maybe Text)
- configurationProfileSummary_locationUri :: Lens' ConfigurationProfileSummary (Maybe Text)
- configurationProfileSummary_applicationId :: Lens' ConfigurationProfileSummary (Maybe Text)
- configurationProfileSummary_name :: Lens' ConfigurationProfileSummary (Maybe Text)
- configurationProfileSummary_id :: Lens' ConfigurationProfileSummary (Maybe Text)
- configurationProfileSummary_validatorTypes :: Lens' ConfigurationProfileSummary (Maybe [ValidatorType])
- deployment_growthFactor :: Lens' Deployment (Maybe Double)
- deployment_configurationName :: Lens' Deployment (Maybe Text)
- deployment_state :: Lens' Deployment (Maybe DeploymentState)
- deployment_deploymentStrategyId :: Lens' Deployment (Maybe Text)
- deployment_deploymentNumber :: Lens' Deployment (Maybe Int)
- deployment_configurationVersion :: Lens' Deployment (Maybe Text)
- deployment_eventLog :: Lens' Deployment (Maybe [DeploymentEvent])
- deployment_percentageComplete :: Lens' Deployment (Maybe Double)
- deployment_startedAt :: Lens' Deployment (Maybe UTCTime)
- deployment_applicationId :: Lens' Deployment (Maybe Text)
- deployment_deploymentDurationInMinutes :: Lens' Deployment (Maybe Natural)
- deployment_environmentId :: Lens' Deployment (Maybe Text)
- deployment_completedAt :: Lens' Deployment (Maybe UTCTime)
- deployment_configurationLocationUri :: Lens' Deployment (Maybe Text)
- deployment_finalBakeTimeInMinutes :: Lens' Deployment (Maybe Natural)
- deployment_description :: Lens' Deployment (Maybe Text)
- deployment_configurationProfileId :: Lens' Deployment (Maybe Text)
- deployment_growthType :: Lens' Deployment (Maybe GrowthType)
- deploymentEvent_triggeredBy :: Lens' DeploymentEvent (Maybe TriggeredBy)
- deploymentEvent_occurredAt :: Lens' DeploymentEvent (Maybe UTCTime)
- deploymentEvent_eventType :: Lens' DeploymentEvent (Maybe DeploymentEventType)
- deploymentEvent_description :: Lens' DeploymentEvent (Maybe Text)
- deploymentStrategy_growthFactor :: Lens' DeploymentStrategy (Maybe Double)
- deploymentStrategy_replicateTo :: Lens' DeploymentStrategy (Maybe ReplicateTo)
- deploymentStrategy_name :: Lens' DeploymentStrategy (Maybe Text)
- deploymentStrategy_id :: Lens' DeploymentStrategy (Maybe Text)
- deploymentStrategy_deploymentDurationInMinutes :: Lens' DeploymentStrategy (Maybe Natural)
- deploymentStrategy_finalBakeTimeInMinutes :: Lens' DeploymentStrategy (Maybe Natural)
- deploymentStrategy_description :: Lens' DeploymentStrategy (Maybe Text)
- deploymentStrategy_growthType :: Lens' DeploymentStrategy (Maybe GrowthType)
- deploymentSummary_growthFactor :: Lens' DeploymentSummary (Maybe Double)
- deploymentSummary_configurationName :: Lens' DeploymentSummary (Maybe Text)
- deploymentSummary_state :: Lens' DeploymentSummary (Maybe DeploymentState)
- deploymentSummary_deploymentNumber :: Lens' DeploymentSummary (Maybe Int)
- deploymentSummary_configurationVersion :: Lens' DeploymentSummary (Maybe Text)
- deploymentSummary_percentageComplete :: Lens' DeploymentSummary (Maybe Double)
- deploymentSummary_startedAt :: Lens' DeploymentSummary (Maybe UTCTime)
- deploymentSummary_deploymentDurationInMinutes :: Lens' DeploymentSummary (Maybe Natural)
- deploymentSummary_completedAt :: Lens' DeploymentSummary (Maybe UTCTime)
- deploymentSummary_finalBakeTimeInMinutes :: Lens' DeploymentSummary (Maybe Natural)
- deploymentSummary_growthType :: Lens' DeploymentSummary (Maybe GrowthType)
- environment_state :: Lens' Environment (Maybe EnvironmentState)
- environment_monitors :: Lens' Environment (Maybe [Monitor])
- environment_applicationId :: Lens' Environment (Maybe Text)
- environment_name :: Lens' Environment (Maybe Text)
- environment_id :: Lens' Environment (Maybe Text)
- environment_description :: Lens' Environment (Maybe Text)
- hostedConfigurationVersion_content :: Lens' HostedConfigurationVersion (Maybe ByteString)
- hostedConfigurationVersion_versionNumber :: Lens' HostedConfigurationVersion (Maybe Int)
- hostedConfigurationVersion_applicationId :: Lens' HostedConfigurationVersion (Maybe Text)
- hostedConfigurationVersion_description :: Lens' HostedConfigurationVersion (Maybe Text)
- hostedConfigurationVersion_configurationProfileId :: Lens' HostedConfigurationVersion (Maybe Text)
- hostedConfigurationVersion_contentType :: Lens' HostedConfigurationVersion (Maybe Text)
- hostedConfigurationVersionSummary_versionNumber :: Lens' HostedConfigurationVersionSummary (Maybe Int)
- hostedConfigurationVersionSummary_applicationId :: Lens' HostedConfigurationVersionSummary (Maybe Text)
- hostedConfigurationVersionSummary_description :: Lens' HostedConfigurationVersionSummary (Maybe Text)
- hostedConfigurationVersionSummary_configurationProfileId :: Lens' HostedConfigurationVersionSummary (Maybe Text)
- hostedConfigurationVersionSummary_contentType :: Lens' HostedConfigurationVersionSummary (Maybe Text)
- monitor_alarmRoleArn :: Lens' Monitor (Maybe Text)
- monitor_alarmArn :: Lens' Monitor (Maybe Text)
- validator_type :: Lens' Validator ValidatorType
- validator_content :: Lens' Validator Text
Operations
ListEnvironments
listEnvironments_nextToken :: Lens' ListEnvironments (Maybe Text) Source #
A token to start the list. Use this token to get the next set of results.
listEnvironments_maxResults :: Lens' ListEnvironments (Maybe Natural) Source #
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
listEnvironments_applicationId :: Lens' ListEnvironments Text Source #
The application ID.
listEnvironmentsResponse_items :: Lens' ListEnvironmentsResponse (Maybe [Environment]) Source #
The elements from this collection.
listEnvironmentsResponse_nextToken :: Lens' ListEnvironmentsResponse (Maybe Text) Source #
The token for the next set of items to return. Use this token to get the next set of results.
listEnvironmentsResponse_httpStatus :: Lens' ListEnvironmentsResponse Int Source #
The response's http status code.
UpdateEnvironment
updateEnvironment_monitors :: Lens' UpdateEnvironment (Maybe [Monitor]) Source #
Amazon CloudWatch alarms to monitor during the deployment process.
updateEnvironment_name :: Lens' UpdateEnvironment (Maybe Text) Source #
The name of the environment.
updateEnvironment_description :: Lens' UpdateEnvironment (Maybe Text) Source #
A description of the environment.
updateEnvironment_applicationId :: Lens' UpdateEnvironment Text Source #
The application ID.
updateEnvironment_environmentId :: Lens' UpdateEnvironment Text Source #
The environment ID.
environment_state :: Lens' Environment (Maybe EnvironmentState) Source #
The state of the environment. An environment can be in one of the
following states: READY_FOR_DEPLOYMENT
, DEPLOYING
, ROLLING_BACK
,
or ROLLED_BACK
environment_monitors :: Lens' Environment (Maybe [Monitor]) Source #
Amazon CloudWatch alarms monitored during the deployment.
environment_applicationId :: Lens' Environment (Maybe Text) Source #
The application ID.
environment_name :: Lens' Environment (Maybe Text) Source #
The name of the environment.
environment_id :: Lens' Environment (Maybe Text) Source #
The environment ID.
environment_description :: Lens' Environment (Maybe Text) Source #
The description of the environment.
DeleteEnvironment
deleteEnvironment_applicationId :: Lens' DeleteEnvironment Text Source #
The application ID that includes the environment you want to delete.
deleteEnvironment_environmentId :: Lens' DeleteEnvironment Text Source #
The ID of the environment you want to delete.
GetDeploymentStrategy
getDeploymentStrategy_deploymentStrategyId :: Lens' GetDeploymentStrategy Text Source #
The ID of the deployment strategy to get.
deploymentStrategy_growthFactor :: Lens' DeploymentStrategy (Maybe Double) Source #
The percentage of targets that received a deployed configuration during each interval.
deploymentStrategy_replicateTo :: Lens' DeploymentStrategy (Maybe ReplicateTo) Source #
Save the deployment strategy to a Systems Manager (SSM) document.
deploymentStrategy_name :: Lens' DeploymentStrategy (Maybe Text) Source #
The name of the deployment strategy.
deploymentStrategy_id :: Lens' DeploymentStrategy (Maybe Text) Source #
The deployment strategy ID.
deploymentStrategy_deploymentDurationInMinutes :: Lens' DeploymentStrategy (Maybe Natural) Source #
Total amount of time the deployment lasted.
deploymentStrategy_finalBakeTimeInMinutes :: Lens' DeploymentStrategy (Maybe Natural) Source #
The amount of time AppConfig monitored for alarms before considering the deployment to be complete and no longer eligible for automatic roll back.
deploymentStrategy_description :: Lens' DeploymentStrategy (Maybe Text) Source #
The description of the deployment strategy.
deploymentStrategy_growthType :: Lens' DeploymentStrategy (Maybe GrowthType) Source #
The algorithm used to define how percentage grew over time.
CreateConfigurationProfile
createConfigurationProfile_retrievalRoleArn :: Lens' CreateConfigurationProfile (Maybe Text) Source #
The ARN of an IAM role with permission to access the configuration at the specified LocationUri.
createConfigurationProfile_validators :: Lens' CreateConfigurationProfile (Maybe [Validator]) Source #
A list of methods for validating the configuration.
createConfigurationProfile_description :: Lens' CreateConfigurationProfile (Maybe Text) Source #
A description of the configuration profile.
createConfigurationProfile_tags :: Lens' CreateConfigurationProfile (Maybe (HashMap Text Text)) Source #
Metadata to assign to the configuration profile. Tags help organize and categorize your AppConfig resources. Each tag consists of a key and an optional value, both of which you define.
createConfigurationProfile_applicationId :: Lens' CreateConfigurationProfile Text Source #
The application ID.
createConfigurationProfile_name :: Lens' CreateConfigurationProfile Text Source #
A name for the configuration profile.
createConfigurationProfile_locationUri :: Lens' CreateConfigurationProfile Text Source #
A URI to locate the configuration. You can specify a Systems Manager
(SSM) document, an SSM Parameter Store parameter, or an Amazon S3
object. For an SSM document, specify either the document name in the
format ssm-document://<Document_name>
or the Amazon Resource Name
(ARN). For a parameter, specify either the parameter name in the format
ssm-parameter://<Parameter_name>
or the ARN. For an Amazon S3
object, specify the URI in the following format:
s3://<bucket>/<objectKey>
. Here is an example:
s3://my-bucket/my-app/us-east-1/my-config.json
configurationProfile_retrievalRoleArn :: Lens' ConfigurationProfile (Maybe Text) Source #
The ARN of an IAM role with permission to access the configuration at the specified LocationUri.
configurationProfile_validators :: Lens' ConfigurationProfile (Maybe [Validator]) Source #
A list of methods for validating the configuration.
configurationProfile_locationUri :: Lens' ConfigurationProfile (Maybe Text) Source #
The URI location of the configuration.
configurationProfile_applicationId :: Lens' ConfigurationProfile (Maybe Text) Source #
The application ID.
configurationProfile_name :: Lens' ConfigurationProfile (Maybe Text) Source #
The name of the configuration profile.
configurationProfile_id :: Lens' ConfigurationProfile (Maybe Text) Source #
The configuration profile ID.
configurationProfile_description :: Lens' ConfigurationProfile (Maybe Text) Source #
The configuration profile description.
GetDeployment
getDeployment_applicationId :: Lens' GetDeployment Text Source #
The ID of the application that includes the deployment you want to get.
getDeployment_environmentId :: Lens' GetDeployment Text Source #
The ID of the environment that includes the deployment you want to get.
getDeployment_deploymentNumber :: Lens' GetDeployment Int Source #
The sequence number of the deployment.
deployment_growthFactor :: Lens' Deployment (Maybe Double) Source #
The percentage of targets to receive a deployed configuration during each interval.
deployment_configurationName :: Lens' Deployment (Maybe Text) Source #
The name of the configuration.
deployment_state :: Lens' Deployment (Maybe DeploymentState) Source #
The state of the deployment.
deployment_deploymentStrategyId :: Lens' Deployment (Maybe Text) Source #
The ID of the deployment strategy that was deployed.
deployment_deploymentNumber :: Lens' Deployment (Maybe Int) Source #
The sequence number of the deployment.
deployment_configurationVersion :: Lens' Deployment (Maybe Text) Source #
The configuration version that was deployed.
deployment_eventLog :: Lens' Deployment (Maybe [DeploymentEvent]) Source #
A list containing all events related to a deployment. The most recent events are displayed first.
deployment_percentageComplete :: Lens' Deployment (Maybe Double) Source #
The percentage of targets for which the deployment is available.
deployment_startedAt :: Lens' Deployment (Maybe UTCTime) Source #
The time the deployment started.
deployment_applicationId :: Lens' Deployment (Maybe Text) Source #
The ID of the application that was deployed.
deployment_deploymentDurationInMinutes :: Lens' Deployment (Maybe Natural) Source #
Total amount of time the deployment lasted.
deployment_environmentId :: Lens' Deployment (Maybe Text) Source #
The ID of the environment that was deployed.
deployment_completedAt :: Lens' Deployment (Maybe UTCTime) Source #
The time the deployment completed.
deployment_configurationLocationUri :: Lens' Deployment (Maybe Text) Source #
Information about the source location of the configuration.
deployment_finalBakeTimeInMinutes :: Lens' Deployment (Maybe Natural) Source #
The amount of time AppConfig monitored for alarms before considering the deployment to be complete and no longer eligible for automatic roll back.
deployment_description :: Lens' Deployment (Maybe Text) Source #
The description of the deployment.
deployment_configurationProfileId :: Lens' Deployment (Maybe Text) Source #
The ID of the configuration profile that was deployed.
deployment_growthType :: Lens' Deployment (Maybe GrowthType) Source #
The algorithm used to define how percentage grew over time.
UpdateConfigurationProfile
updateConfigurationProfile_retrievalRoleArn :: Lens' UpdateConfigurationProfile (Maybe Text) Source #
The ARN of an IAM role with permission to access the configuration at the specified LocationUri.
updateConfigurationProfile_validators :: Lens' UpdateConfigurationProfile (Maybe [Validator]) Source #
A list of methods for validating the configuration.
updateConfigurationProfile_name :: Lens' UpdateConfigurationProfile (Maybe Text) Source #
The name of the configuration profile.
updateConfigurationProfile_description :: Lens' UpdateConfigurationProfile (Maybe Text) Source #
A description of the configuration profile.
updateConfigurationProfile_applicationId :: Lens' UpdateConfigurationProfile Text Source #
The application ID.
updateConfigurationProfile_configurationProfileId :: Lens' UpdateConfigurationProfile Text Source #
The ID of the configuration profile.
configurationProfile_retrievalRoleArn :: Lens' ConfigurationProfile (Maybe Text) Source #
The ARN of an IAM role with permission to access the configuration at the specified LocationUri.
configurationProfile_validators :: Lens' ConfigurationProfile (Maybe [Validator]) Source #
A list of methods for validating the configuration.
configurationProfile_locationUri :: Lens' ConfigurationProfile (Maybe Text) Source #
The URI location of the configuration.
configurationProfile_applicationId :: Lens' ConfigurationProfile (Maybe Text) Source #
The application ID.
configurationProfile_name :: Lens' ConfigurationProfile (Maybe Text) Source #
The name of the configuration profile.
configurationProfile_id :: Lens' ConfigurationProfile (Maybe Text) Source #
The configuration profile ID.
configurationProfile_description :: Lens' ConfigurationProfile (Maybe Text) Source #
The configuration profile description.
DeleteConfigurationProfile
deleteConfigurationProfile_applicationId :: Lens' DeleteConfigurationProfile Text Source #
The application ID that includes the configuration profile you want to delete.
deleteConfigurationProfile_configurationProfileId :: Lens' DeleteConfigurationProfile Text Source #
The ID of the configuration profile you want to delete.
ListTagsForResource
listTagsForResource_resourceArn :: Lens' ListTagsForResource Text Source #
The resource ARN.
listTagsForResourceResponse_tags :: Lens' ListTagsForResourceResponse (Maybe (HashMap Text Text)) Source #
Metadata to assign to AppConfig resources. Tags help organize and categorize your AppConfig resources. Each tag consists of a key and an optional value, both of which you define.
listTagsForResourceResponse_httpStatus :: Lens' ListTagsForResourceResponse Int Source #
The response's http status code.
ListHostedConfigurationVersions
listHostedConfigurationVersions_nextToken :: Lens' ListHostedConfigurationVersions (Maybe Text) Source #
A token to start the list. Use this token to get the next set of results.
listHostedConfigurationVersions_maxResults :: Lens' ListHostedConfigurationVersions (Maybe Natural) Source #
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
listHostedConfigurationVersions_applicationId :: Lens' ListHostedConfigurationVersions Text Source #
The application ID.
listHostedConfigurationVersions_configurationProfileId :: Lens' ListHostedConfigurationVersions Text Source #
The configuration profile ID.
listHostedConfigurationVersionsResponse_items :: Lens' ListHostedConfigurationVersionsResponse (Maybe [HostedConfigurationVersionSummary]) Source #
The elements from this collection.
listHostedConfigurationVersionsResponse_nextToken :: Lens' ListHostedConfigurationVersionsResponse (Maybe Text) Source #
The token for the next set of items to return. Use this token to get the next set of results.
listHostedConfigurationVersionsResponse_httpStatus :: Lens' ListHostedConfigurationVersionsResponse Int Source #
The response's http status code.
GetConfigurationProfile
getConfigurationProfile_applicationId :: Lens' GetConfigurationProfile Text Source #
The ID of the application that includes the configuration profile you want to get.
getConfigurationProfile_configurationProfileId :: Lens' GetConfigurationProfile Text Source #
The ID of the configuration profile you want to get.
configurationProfile_retrievalRoleArn :: Lens' ConfigurationProfile (Maybe Text) Source #
The ARN of an IAM role with permission to access the configuration at the specified LocationUri.
configurationProfile_validators :: Lens' ConfigurationProfile (Maybe [Validator]) Source #
A list of methods for validating the configuration.
configurationProfile_locationUri :: Lens' ConfigurationProfile (Maybe Text) Source #
The URI location of the configuration.
configurationProfile_applicationId :: Lens' ConfigurationProfile (Maybe Text) Source #
The application ID.
configurationProfile_name :: Lens' ConfigurationProfile (Maybe Text) Source #
The name of the configuration profile.
configurationProfile_id :: Lens' ConfigurationProfile (Maybe Text) Source #
The configuration profile ID.
configurationProfile_description :: Lens' ConfigurationProfile (Maybe Text) Source #
The configuration profile description.
DeleteApplication
deleteApplication_applicationId :: Lens' DeleteApplication Text Source #
The ID of the application to delete.
UpdateApplication
updateApplication_name :: Lens' UpdateApplication (Maybe Text) Source #
The name of the application.
updateApplication_description :: Lens' UpdateApplication (Maybe Text) Source #
A description of the application.
updateApplication_applicationId :: Lens' UpdateApplication Text Source #
The application ID.
application_name :: Lens' Application (Maybe Text) Source #
The application name.
application_id :: Lens' Application (Maybe Text) Source #
The application ID.
application_description :: Lens' Application (Maybe Text) Source #
The description of the application.
UpdateDeploymentStrategy
updateDeploymentStrategy_growthFactor :: Lens' UpdateDeploymentStrategy (Maybe Double) Source #
The percentage of targets to receive a deployed configuration during each interval.
updateDeploymentStrategy_deploymentDurationInMinutes :: Lens' UpdateDeploymentStrategy (Maybe Natural) Source #
Total amount of time for a deployment to last.
updateDeploymentStrategy_finalBakeTimeInMinutes :: Lens' UpdateDeploymentStrategy (Maybe Natural) Source #
The amount of time AppConfig monitors for alarms before considering the deployment to be complete and no longer eligible for automatic roll back.
updateDeploymentStrategy_description :: Lens' UpdateDeploymentStrategy (Maybe Text) Source #
A description of the deployment strategy.
updateDeploymentStrategy_growthType :: Lens' UpdateDeploymentStrategy (Maybe GrowthType) Source #
The algorithm used to define how percentage grows over time. AWS AppConfig supports the following growth types:
Linear: For this type, AppConfig processes the deployment by increments of the growth factor evenly distributed over the deployment time. For example, a linear deployment that uses a growth factor of 20 initially makes the configuration available to 20 percent of the targets. After 1/5th of the deployment time has passed, the system updates the percentage to 40 percent. This continues until 100% of the targets are set to receive the deployed configuration.
Exponential: For this type, AppConfig processes the deployment
exponentially using the following formula: G*(2^N)
. In this formula,
G
is the growth factor specified by the user and N
is the number of
steps until the configuration is deployed to all targets. For example,
if you specify a growth factor of 2, then the system rolls out the
configuration as follows:
2*(2^0)
2*(2^1)
2*(2^2)
Expressed numerically, the deployment rolls out as follows: 2% of the targets, 4% of the targets, 8% of the targets, and continues until the configuration has been deployed to all targets.
updateDeploymentStrategy_deploymentStrategyId :: Lens' UpdateDeploymentStrategy Text Source #
The deployment strategy ID.
deploymentStrategy_growthFactor :: Lens' DeploymentStrategy (Maybe Double) Source #
The percentage of targets that received a deployed configuration during each interval.
deploymentStrategy_replicateTo :: Lens' DeploymentStrategy (Maybe ReplicateTo) Source #
Save the deployment strategy to a Systems Manager (SSM) document.
deploymentStrategy_name :: Lens' DeploymentStrategy (Maybe Text) Source #
The name of the deployment strategy.
deploymentStrategy_id :: Lens' DeploymentStrategy (Maybe Text) Source #
The deployment strategy ID.
deploymentStrategy_deploymentDurationInMinutes :: Lens' DeploymentStrategy (Maybe Natural) Source #
Total amount of time the deployment lasted.
deploymentStrategy_finalBakeTimeInMinutes :: Lens' DeploymentStrategy (Maybe Natural) Source #
The amount of time AppConfig monitored for alarms before considering the deployment to be complete and no longer eligible for automatic roll back.
deploymentStrategy_description :: Lens' DeploymentStrategy (Maybe Text) Source #
The description of the deployment strategy.
deploymentStrategy_growthType :: Lens' DeploymentStrategy (Maybe GrowthType) Source #
The algorithm used to define how percentage grew over time.
DeleteDeploymentStrategy
deleteDeploymentStrategy_deploymentStrategyId :: Lens' DeleteDeploymentStrategy Text Source #
The ID of the deployment strategy you want to delete.
CreateApplication
createApplication_description :: Lens' CreateApplication (Maybe Text) Source #
A description of the application.
createApplication_tags :: Lens' CreateApplication (Maybe (HashMap Text Text)) Source #
Metadata to assign to the application. Tags help organize and categorize your AppConfig resources. Each tag consists of a key and an optional value, both of which you define.
createApplication_name :: Lens' CreateApplication Text Source #
A name for the application.
application_name :: Lens' Application (Maybe Text) Source #
The application name.
application_id :: Lens' Application (Maybe Text) Source #
The application ID.
application_description :: Lens' Application (Maybe Text) Source #
The description of the application.
ValidateConfiguration
validateConfiguration_applicationId :: Lens' ValidateConfiguration Text Source #
The application ID.
validateConfiguration_configurationProfileId :: Lens' ValidateConfiguration Text Source #
The configuration profile ID.
validateConfiguration_configurationVersion :: Lens' ValidateConfiguration Text Source #
The version of the configuration to validate.
StopDeployment
stopDeployment_applicationId :: Lens' StopDeployment Text Source #
The application ID.
stopDeployment_environmentId :: Lens' StopDeployment Text Source #
The environment ID.
stopDeployment_deploymentNumber :: Lens' StopDeployment Int Source #
The sequence number of the deployment.
deployment_growthFactor :: Lens' Deployment (Maybe Double) Source #
The percentage of targets to receive a deployed configuration during each interval.
deployment_configurationName :: Lens' Deployment (Maybe Text) Source #
The name of the configuration.
deployment_state :: Lens' Deployment (Maybe DeploymentState) Source #
The state of the deployment.
deployment_deploymentStrategyId :: Lens' Deployment (Maybe Text) Source #
The ID of the deployment strategy that was deployed.
deployment_deploymentNumber :: Lens' Deployment (Maybe Int) Source #
The sequence number of the deployment.
deployment_configurationVersion :: Lens' Deployment (Maybe Text) Source #
The configuration version that was deployed.
deployment_eventLog :: Lens' Deployment (Maybe [DeploymentEvent]) Source #
A list containing all events related to a deployment. The most recent events are displayed first.
deployment_percentageComplete :: Lens' Deployment (Maybe Double) Source #
The percentage of targets for which the deployment is available.
deployment_startedAt :: Lens' Deployment (Maybe UTCTime) Source #
The time the deployment started.
deployment_applicationId :: Lens' Deployment (Maybe Text) Source #
The ID of the application that was deployed.
deployment_deploymentDurationInMinutes :: Lens' Deployment (Maybe Natural) Source #
Total amount of time the deployment lasted.
deployment_environmentId :: Lens' Deployment (Maybe Text) Source #
The ID of the environment that was deployed.
deployment_completedAt :: Lens' Deployment (Maybe UTCTime) Source #
The time the deployment completed.
deployment_configurationLocationUri :: Lens' Deployment (Maybe Text) Source #
Information about the source location of the configuration.
deployment_finalBakeTimeInMinutes :: Lens' Deployment (Maybe Natural) Source #
The amount of time AppConfig monitored for alarms before considering the deployment to be complete and no longer eligible for automatic roll back.
deployment_description :: Lens' Deployment (Maybe Text) Source #
The description of the deployment.
deployment_configurationProfileId :: Lens' Deployment (Maybe Text) Source #
The ID of the configuration profile that was deployed.
deployment_growthType :: Lens' Deployment (Maybe GrowthType) Source #
The algorithm used to define how percentage grew over time.
GetApplication
getApplication_applicationId :: Lens' GetApplication Text Source #
The ID of the application you want to get.
application_name :: Lens' Application (Maybe Text) Source #
The application name.
application_id :: Lens' Application (Maybe Text) Source #
The application ID.
application_description :: Lens' Application (Maybe Text) Source #
The description of the application.
CreateHostedConfigurationVersion
createHostedConfigurationVersion_latestVersionNumber :: Lens' CreateHostedConfigurationVersion (Maybe Int) Source #
An optional locking token used to prevent race conditions from overwriting configuration updates when creating a new version. To ensure your data is not overwritten when creating multiple hosted configuration versions in rapid succession, specify the version of the latest hosted configuration version.
createHostedConfigurationVersion_description :: Lens' CreateHostedConfigurationVersion (Maybe Text) Source #
A description of the configuration.
createHostedConfigurationVersion_applicationId :: Lens' CreateHostedConfigurationVersion Text Source #
The application ID.
createHostedConfigurationVersion_configurationProfileId :: Lens' CreateHostedConfigurationVersion Text Source #
The configuration profile ID.
createHostedConfigurationVersion_content :: Lens' CreateHostedConfigurationVersion ByteString Source #
The content of the configuration or the configuration data.
createHostedConfigurationVersion_contentType :: Lens' CreateHostedConfigurationVersion Text Source #
A standard MIME type describing the format of the configuration content. For more information, see Content-Type.
hostedConfigurationVersion_content :: Lens' HostedConfigurationVersion (Maybe ByteString) Source #
The content of the configuration or the configuration data.
hostedConfigurationVersion_versionNumber :: Lens' HostedConfigurationVersion (Maybe Int) Source #
The configuration version.
hostedConfigurationVersion_applicationId :: Lens' HostedConfigurationVersion (Maybe Text) Source #
The application ID.
hostedConfigurationVersion_description :: Lens' HostedConfigurationVersion (Maybe Text) Source #
A description of the configuration.
hostedConfigurationVersion_configurationProfileId :: Lens' HostedConfigurationVersion (Maybe Text) Source #
The configuration profile ID.
hostedConfigurationVersion_contentType :: Lens' HostedConfigurationVersion (Maybe Text) Source #
A standard MIME type describing the format of the configuration content. For more information, see Content-Type.
ListConfigurationProfiles
listConfigurationProfiles_nextToken :: Lens' ListConfigurationProfiles (Maybe Text) Source #
A token to start the list. Use this token to get the next set of results.
listConfigurationProfiles_maxResults :: Lens' ListConfigurationProfiles (Maybe Natural) Source #
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
listConfigurationProfiles_applicationId :: Lens' ListConfigurationProfiles Text Source #
The application ID.
listConfigurationProfilesResponse_items :: Lens' ListConfigurationProfilesResponse (Maybe [ConfigurationProfileSummary]) Source #
The elements from this collection.
listConfigurationProfilesResponse_nextToken :: Lens' ListConfigurationProfilesResponse (Maybe Text) Source #
The token for the next set of items to return. Use this token to get the next set of results.
listConfigurationProfilesResponse_httpStatus :: Lens' ListConfigurationProfilesResponse Int Source #
The response's http status code.
DeleteHostedConfigurationVersion
deleteHostedConfigurationVersion_applicationId :: Lens' DeleteHostedConfigurationVersion Text Source #
The application ID.
deleteHostedConfigurationVersion_configurationProfileId :: Lens' DeleteHostedConfigurationVersion Text Source #
The configuration profile ID.
deleteHostedConfigurationVersion_versionNumber :: Lens' DeleteHostedConfigurationVersion Int Source #
The versions number to delete.
GetHostedConfigurationVersion
getHostedConfigurationVersion_applicationId :: Lens' GetHostedConfigurationVersion Text Source #
The application ID.
getHostedConfigurationVersion_configurationProfileId :: Lens' GetHostedConfigurationVersion Text Source #
The configuration profile ID.
getHostedConfigurationVersion_versionNumber :: Lens' GetHostedConfigurationVersion Int Source #
The version.
hostedConfigurationVersion_content :: Lens' HostedConfigurationVersion (Maybe ByteString) Source #
The content of the configuration or the configuration data.
hostedConfigurationVersion_versionNumber :: Lens' HostedConfigurationVersion (Maybe Int) Source #
The configuration version.
hostedConfigurationVersion_applicationId :: Lens' HostedConfigurationVersion (Maybe Text) Source #
The application ID.
hostedConfigurationVersion_description :: Lens' HostedConfigurationVersion (Maybe Text) Source #
A description of the configuration.
hostedConfigurationVersion_configurationProfileId :: Lens' HostedConfigurationVersion (Maybe Text) Source #
The configuration profile ID.
hostedConfigurationVersion_contentType :: Lens' HostedConfigurationVersion (Maybe Text) Source #
A standard MIME type describing the format of the configuration content. For more information, see Content-Type.
ListDeployments
listDeployments_nextToken :: Lens' ListDeployments (Maybe Text) Source #
A token to start the list. Use this token to get the next set of results.
listDeployments_maxResults :: Lens' ListDeployments (Maybe Natural) Source #
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
listDeployments_applicationId :: Lens' ListDeployments Text Source #
The application ID.
listDeployments_environmentId :: Lens' ListDeployments Text Source #
The environment ID.
listDeploymentsResponse_items :: Lens' ListDeploymentsResponse (Maybe [DeploymentSummary]) Source #
The elements from this collection.
listDeploymentsResponse_nextToken :: Lens' ListDeploymentsResponse (Maybe Text) Source #
The token for the next set of items to return. Use this token to get the next set of results.
listDeploymentsResponse_httpStatus :: Lens' ListDeploymentsResponse Int Source #
The response's http status code.
TagResource
tagResource_resourceArn :: Lens' TagResource Text Source #
The ARN of the resource for which to retrieve tags.
tagResource_tags :: Lens' TagResource (HashMap Text Text) Source #
The key-value string map. The valid character set is [a-zA-Z+-=._:/].
The tag key can be up to 128 characters and must not start with aws:
.
The tag value can be up to 256 characters.
GetEnvironment
getEnvironment_applicationId :: Lens' GetEnvironment Text Source #
The ID of the application that includes the environment you want to get.
getEnvironment_environmentId :: Lens' GetEnvironment Text Source #
The ID of the environment you wnat to get.
environment_state :: Lens' Environment (Maybe EnvironmentState) Source #
The state of the environment. An environment can be in one of the
following states: READY_FOR_DEPLOYMENT
, DEPLOYING
, ROLLING_BACK
,
or ROLLED_BACK
environment_monitors :: Lens' Environment (Maybe [Monitor]) Source #
Amazon CloudWatch alarms monitored during the deployment.
environment_applicationId :: Lens' Environment (Maybe Text) Source #
The application ID.
environment_name :: Lens' Environment (Maybe Text) Source #
The name of the environment.
environment_id :: Lens' Environment (Maybe Text) Source #
The environment ID.
environment_description :: Lens' Environment (Maybe Text) Source #
The description of the environment.
ListApplications
listApplications_nextToken :: Lens' ListApplications (Maybe Text) Source #
A token to start the list. Use this token to get the next set of results.
listApplications_maxResults :: Lens' ListApplications (Maybe Natural) Source #
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
listApplicationsResponse_items :: Lens' ListApplicationsResponse (Maybe [Application]) Source #
The elements from this collection.
listApplicationsResponse_nextToken :: Lens' ListApplicationsResponse (Maybe Text) Source #
The token for the next set of items to return. Use this token to get the next set of results.
listApplicationsResponse_httpStatus :: Lens' ListApplicationsResponse Int Source #
The response's http status code.
UntagResource
untagResource_resourceArn :: Lens' UntagResource Text Source #
The ARN of the resource for which to remove tags.
untagResource_tagKeys :: Lens' UntagResource [Text] Source #
The tag keys to delete.
ListDeploymentStrategies
listDeploymentStrategies_nextToken :: Lens' ListDeploymentStrategies (Maybe Text) Source #
A token to start the list. Use this token to get the next set of results.
listDeploymentStrategies_maxResults :: Lens' ListDeploymentStrategies (Maybe Natural) Source #
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
listDeploymentStrategiesResponse_items :: Lens' ListDeploymentStrategiesResponse (Maybe [DeploymentStrategy]) Source #
The elements from this collection.
listDeploymentStrategiesResponse_nextToken :: Lens' ListDeploymentStrategiesResponse (Maybe Text) Source #
The token for the next set of items to return. Use this token to get the next set of results.
listDeploymentStrategiesResponse_httpStatus :: Lens' ListDeploymentStrategiesResponse Int Source #
The response's http status code.
GetConfiguration
getConfiguration_clientConfigurationVersion :: Lens' GetConfiguration (Maybe Text) Source #
The configuration version returned in the most recent GetConfiguration
response.
AWS AppConfig uses the value of the ClientConfigurationVersion
parameter to identify the configuration version on your clients. If you
don’t send ClientConfigurationVersion
with each call to
GetConfiguration
, your clients receive the current configuration. You
are charged each time your clients receive a configuration.
To avoid excess charges, we recommend that you include the
ClientConfigurationVersion
value with every call to
GetConfiguration
. This value must be saved on your client. Subsequent
calls to GetConfiguration
must pass this value by using the
ClientConfigurationVersion
parameter.
For more information about working with configurations, see Retrieving the Configuration in the AWS AppConfig User Guide.
getConfiguration_application :: Lens' GetConfiguration Text Source #
The application to get. Specify either the application name or the application ID.
getConfiguration_environment :: Lens' GetConfiguration Text Source #
The environment to get. Specify either the environment name or the environment ID.
getConfiguration_configuration :: Lens' GetConfiguration Text Source #
The configuration to get. Specify either the configuration name or the configuration ID.
getConfiguration_clientId :: Lens' GetConfiguration Text Source #
A unique ID to identify the client for the configuration. This ID enables AppConfig to deploy the configuration in intervals, as defined in the deployment strategy.
getConfigurationResponse_configurationVersion :: Lens' GetConfigurationResponse (Maybe Text) Source #
The configuration version.
getConfigurationResponse_content :: Lens' GetConfigurationResponse (Maybe ByteString) Source #
The content of the configuration or the configuration data.
getConfigurationResponse_contentType :: Lens' GetConfigurationResponse (Maybe Text) Source #
A standard MIME type describing the format of the configuration content. For more information, see Content-Type.
getConfigurationResponse_httpStatus :: Lens' GetConfigurationResponse Int Source #
The response's http status code.
CreateDeploymentStrategy
createDeploymentStrategy_finalBakeTimeInMinutes :: Lens' CreateDeploymentStrategy (Maybe Natural) Source #
The amount of time AppConfig monitors for alarms before considering the deployment to be complete and no longer eligible for automatic roll back.
createDeploymentStrategy_description :: Lens' CreateDeploymentStrategy (Maybe Text) Source #
A description of the deployment strategy.
createDeploymentStrategy_growthType :: Lens' CreateDeploymentStrategy (Maybe GrowthType) Source #
The algorithm used to define how percentage grows over time. AWS AppConfig supports the following growth types:
Linear: For this type, AppConfig processes the deployment by
dividing the total number of targets by the value specified for
Step percentage
. For example, a linear deployment that uses a
Step percentage
of 10 deploys the configuration to 10 percent of the
hosts. After those deployments are complete, the system deploys the
configuration to the next 10 percent. This continues until 100% of the
targets have successfully received the configuration.
Exponential: For this type, AppConfig processes the deployment
exponentially using the following formula: G*(2^N)
. In this formula,
G
is the growth factor specified by the user and N
is the number of
steps until the configuration is deployed to all targets. For example,
if you specify a growth factor of 2, then the system rolls out the
configuration as follows:
2*(2^0)
2*(2^1)
2*(2^2)
Expressed numerically, the deployment rolls out as follows: 2% of the targets, 4% of the targets, 8% of the targets, and continues until the configuration has been deployed to all targets.
createDeploymentStrategy_tags :: Lens' CreateDeploymentStrategy (Maybe (HashMap Text Text)) Source #
Metadata to assign to the deployment strategy. Tags help organize and categorize your AppConfig resources. Each tag consists of a key and an optional value, both of which you define.
createDeploymentStrategy_name :: Lens' CreateDeploymentStrategy Text Source #
A name for the deployment strategy.
createDeploymentStrategy_deploymentDurationInMinutes :: Lens' CreateDeploymentStrategy Natural Source #
Total amount of time for a deployment to last.
createDeploymentStrategy_growthFactor :: Lens' CreateDeploymentStrategy Double Source #
The percentage of targets to receive a deployed configuration during each interval.
createDeploymentStrategy_replicateTo :: Lens' CreateDeploymentStrategy ReplicateTo Source #
Save the deployment strategy to a Systems Manager (SSM) document.
deploymentStrategy_growthFactor :: Lens' DeploymentStrategy (Maybe Double) Source #
The percentage of targets that received a deployed configuration during each interval.
deploymentStrategy_replicateTo :: Lens' DeploymentStrategy (Maybe ReplicateTo) Source #
Save the deployment strategy to a Systems Manager (SSM) document.
deploymentStrategy_name :: Lens' DeploymentStrategy (Maybe Text) Source #
The name of the deployment strategy.
deploymentStrategy_id :: Lens' DeploymentStrategy (Maybe Text) Source #
The deployment strategy ID.
deploymentStrategy_deploymentDurationInMinutes :: Lens' DeploymentStrategy (Maybe Natural) Source #
Total amount of time the deployment lasted.
deploymentStrategy_finalBakeTimeInMinutes :: Lens' DeploymentStrategy (Maybe Natural) Source #
The amount of time AppConfig monitored for alarms before considering the deployment to be complete and no longer eligible for automatic roll back.
deploymentStrategy_description :: Lens' DeploymentStrategy (Maybe Text) Source #
The description of the deployment strategy.
deploymentStrategy_growthType :: Lens' DeploymentStrategy (Maybe GrowthType) Source #
The algorithm used to define how percentage grew over time.
StartDeployment
startDeployment_description :: Lens' StartDeployment (Maybe Text) Source #
A description of the deployment.
startDeployment_tags :: Lens' StartDeployment (Maybe (HashMap Text Text)) Source #
Metadata to assign to the deployment. Tags help organize and categorize your AppConfig resources. Each tag consists of a key and an optional value, both of which you define.
startDeployment_applicationId :: Lens' StartDeployment Text Source #
The application ID.
startDeployment_environmentId :: Lens' StartDeployment Text Source #
The environment ID.
startDeployment_deploymentStrategyId :: Lens' StartDeployment Text Source #
The deployment strategy ID.
startDeployment_configurationProfileId :: Lens' StartDeployment Text Source #
The configuration profile ID.
startDeployment_configurationVersion :: Lens' StartDeployment Text Source #
The configuration version to deploy.
deployment_growthFactor :: Lens' Deployment (Maybe Double) Source #
The percentage of targets to receive a deployed configuration during each interval.
deployment_configurationName :: Lens' Deployment (Maybe Text) Source #
The name of the configuration.
deployment_state :: Lens' Deployment (Maybe DeploymentState) Source #
The state of the deployment.
deployment_deploymentStrategyId :: Lens' Deployment (Maybe Text) Source #
The ID of the deployment strategy that was deployed.
deployment_deploymentNumber :: Lens' Deployment (Maybe Int) Source #
The sequence number of the deployment.
deployment_configurationVersion :: Lens' Deployment (Maybe Text) Source #
The configuration version that was deployed.
deployment_eventLog :: Lens' Deployment (Maybe [DeploymentEvent]) Source #
A list containing all events related to a deployment. The most recent events are displayed first.
deployment_percentageComplete :: Lens' Deployment (Maybe Double) Source #
The percentage of targets for which the deployment is available.
deployment_startedAt :: Lens' Deployment (Maybe UTCTime) Source #
The time the deployment started.
deployment_applicationId :: Lens' Deployment (Maybe Text) Source #
The ID of the application that was deployed.
deployment_deploymentDurationInMinutes :: Lens' Deployment (Maybe Natural) Source #
Total amount of time the deployment lasted.
deployment_environmentId :: Lens' Deployment (Maybe Text) Source #
The ID of the environment that was deployed.
deployment_completedAt :: Lens' Deployment (Maybe UTCTime) Source #
The time the deployment completed.
deployment_configurationLocationUri :: Lens' Deployment (Maybe Text) Source #
Information about the source location of the configuration.
deployment_finalBakeTimeInMinutes :: Lens' Deployment (Maybe Natural) Source #
The amount of time AppConfig monitored for alarms before considering the deployment to be complete and no longer eligible for automatic roll back.
deployment_description :: Lens' Deployment (Maybe Text) Source #
The description of the deployment.
deployment_configurationProfileId :: Lens' Deployment (Maybe Text) Source #
The ID of the configuration profile that was deployed.
deployment_growthType :: Lens' Deployment (Maybe GrowthType) Source #
The algorithm used to define how percentage grew over time.
CreateEnvironment
createEnvironment_monitors :: Lens' CreateEnvironment (Maybe [Monitor]) Source #
Amazon CloudWatch alarms to monitor during the deployment process.
createEnvironment_description :: Lens' CreateEnvironment (Maybe Text) Source #
A description of the environment.
createEnvironment_tags :: Lens' CreateEnvironment (Maybe (HashMap Text Text)) Source #
Metadata to assign to the environment. Tags help organize and categorize your AppConfig resources. Each tag consists of a key and an optional value, both of which you define.
createEnvironment_applicationId :: Lens' CreateEnvironment Text Source #
The application ID.
createEnvironment_name :: Lens' CreateEnvironment Text Source #
A name for the environment.
environment_state :: Lens' Environment (Maybe EnvironmentState) Source #
The state of the environment. An environment can be in one of the
following states: READY_FOR_DEPLOYMENT
, DEPLOYING
, ROLLING_BACK
,
or ROLLED_BACK
environment_monitors :: Lens' Environment (Maybe [Monitor]) Source #
Amazon CloudWatch alarms monitored during the deployment.
environment_applicationId :: Lens' Environment (Maybe Text) Source #
The application ID.
environment_name :: Lens' Environment (Maybe Text) Source #
The name of the environment.
environment_id :: Lens' Environment (Maybe Text) Source #
The environment ID.
environment_description :: Lens' Environment (Maybe Text) Source #
The description of the environment.
Types
Application
application_name :: Lens' Application (Maybe Text) Source #
The application name.
application_id :: Lens' Application (Maybe Text) Source #
The application ID.
application_description :: Lens' Application (Maybe Text) Source #
The description of the application.
ConfigurationProfile
configurationProfile_retrievalRoleArn :: Lens' ConfigurationProfile (Maybe Text) Source #
The ARN of an IAM role with permission to access the configuration at the specified LocationUri.
configurationProfile_validators :: Lens' ConfigurationProfile (Maybe [Validator]) Source #
A list of methods for validating the configuration.
configurationProfile_locationUri :: Lens' ConfigurationProfile (Maybe Text) Source #
The URI location of the configuration.
configurationProfile_applicationId :: Lens' ConfigurationProfile (Maybe Text) Source #
The application ID.
configurationProfile_name :: Lens' ConfigurationProfile (Maybe Text) Source #
The name of the configuration profile.
configurationProfile_id :: Lens' ConfigurationProfile (Maybe Text) Source #
The configuration profile ID.
configurationProfile_description :: Lens' ConfigurationProfile (Maybe Text) Source #
The configuration profile description.
ConfigurationProfileSummary
configurationProfileSummary_locationUri :: Lens' ConfigurationProfileSummary (Maybe Text) Source #
The URI location of the configuration.
configurationProfileSummary_applicationId :: Lens' ConfigurationProfileSummary (Maybe Text) Source #
The application ID.
configurationProfileSummary_name :: Lens' ConfigurationProfileSummary (Maybe Text) Source #
The name of the configuration profile.
configurationProfileSummary_id :: Lens' ConfigurationProfileSummary (Maybe Text) Source #
The ID of the configuration profile.
configurationProfileSummary_validatorTypes :: Lens' ConfigurationProfileSummary (Maybe [ValidatorType]) Source #
The types of validators in the configuration profile.
Deployment
deployment_growthFactor :: Lens' Deployment (Maybe Double) Source #
The percentage of targets to receive a deployed configuration during each interval.
deployment_configurationName :: Lens' Deployment (Maybe Text) Source #
The name of the configuration.
deployment_state :: Lens' Deployment (Maybe DeploymentState) Source #
The state of the deployment.
deployment_deploymentStrategyId :: Lens' Deployment (Maybe Text) Source #
The ID of the deployment strategy that was deployed.
deployment_deploymentNumber :: Lens' Deployment (Maybe Int) Source #
The sequence number of the deployment.
deployment_configurationVersion :: Lens' Deployment (Maybe Text) Source #
The configuration version that was deployed.
deployment_eventLog :: Lens' Deployment (Maybe [DeploymentEvent]) Source #
A list containing all events related to a deployment. The most recent events are displayed first.
deployment_percentageComplete :: Lens' Deployment (Maybe Double) Source #
The percentage of targets for which the deployment is available.
deployment_startedAt :: Lens' Deployment (Maybe UTCTime) Source #
The time the deployment started.
deployment_applicationId :: Lens' Deployment (Maybe Text) Source #
The ID of the application that was deployed.
deployment_deploymentDurationInMinutes :: Lens' Deployment (Maybe Natural) Source #
Total amount of time the deployment lasted.
deployment_environmentId :: Lens' Deployment (Maybe Text) Source #
The ID of the environment that was deployed.
deployment_completedAt :: Lens' Deployment (Maybe UTCTime) Source #
The time the deployment completed.
deployment_configurationLocationUri :: Lens' Deployment (Maybe Text) Source #
Information about the source location of the configuration.
deployment_finalBakeTimeInMinutes :: Lens' Deployment (Maybe Natural) Source #
The amount of time AppConfig monitored for alarms before considering the deployment to be complete and no longer eligible for automatic roll back.
deployment_description :: Lens' Deployment (Maybe Text) Source #
The description of the deployment.
deployment_configurationProfileId :: Lens' Deployment (Maybe Text) Source #
The ID of the configuration profile that was deployed.
deployment_growthType :: Lens' Deployment (Maybe GrowthType) Source #
The algorithm used to define how percentage grew over time.
DeploymentEvent
deploymentEvent_triggeredBy :: Lens' DeploymentEvent (Maybe TriggeredBy) Source #
The entity that triggered the deployment event. Events can be triggered by a user, AWS AppConfig, an Amazon CloudWatch alarm, or an internal error.
deploymentEvent_occurredAt :: Lens' DeploymentEvent (Maybe UTCTime) Source #
The date and time the event occurred.
deploymentEvent_eventType :: Lens' DeploymentEvent (Maybe DeploymentEventType) Source #
The type of deployment event. Deployment event types include the start, stop, or completion of a deployment; a percentage update; the start or stop of a bake period; the start or completion of a rollback.
deploymentEvent_description :: Lens' DeploymentEvent (Maybe Text) Source #
A description of the deployment event. Descriptions include, but are not limited to, the user account or the CloudWatch alarm ARN that initiated a rollback, the percentage of hosts that received the deployment, or in the case of an internal error, a recommendation to attempt a new deployment.
DeploymentStrategy
deploymentStrategy_growthFactor :: Lens' DeploymentStrategy (Maybe Double) Source #
The percentage of targets that received a deployed configuration during each interval.
deploymentStrategy_replicateTo :: Lens' DeploymentStrategy (Maybe ReplicateTo) Source #
Save the deployment strategy to a Systems Manager (SSM) document.
deploymentStrategy_name :: Lens' DeploymentStrategy (Maybe Text) Source #
The name of the deployment strategy.
deploymentStrategy_id :: Lens' DeploymentStrategy (Maybe Text) Source #
The deployment strategy ID.
deploymentStrategy_deploymentDurationInMinutes :: Lens' DeploymentStrategy (Maybe Natural) Source #
Total amount of time the deployment lasted.
deploymentStrategy_finalBakeTimeInMinutes :: Lens' DeploymentStrategy (Maybe Natural) Source #
The amount of time AppConfig monitored for alarms before considering the deployment to be complete and no longer eligible for automatic roll back.
deploymentStrategy_description :: Lens' DeploymentStrategy (Maybe Text) Source #
The description of the deployment strategy.
deploymentStrategy_growthType :: Lens' DeploymentStrategy (Maybe GrowthType) Source #
The algorithm used to define how percentage grew over time.
DeploymentSummary
deploymentSummary_growthFactor :: Lens' DeploymentSummary (Maybe Double) Source #
The percentage of targets to receive a deployed configuration during each interval.
deploymentSummary_configurationName :: Lens' DeploymentSummary (Maybe Text) Source #
The name of the configuration.
deploymentSummary_state :: Lens' DeploymentSummary (Maybe DeploymentState) Source #
The state of the deployment.
deploymentSummary_deploymentNumber :: Lens' DeploymentSummary (Maybe Int) Source #
The sequence number of the deployment.
deploymentSummary_configurationVersion :: Lens' DeploymentSummary (Maybe Text) Source #
The version of the configuration.
deploymentSummary_percentageComplete :: Lens' DeploymentSummary (Maybe Double) Source #
The percentage of targets for which the deployment is available.
deploymentSummary_startedAt :: Lens' DeploymentSummary (Maybe UTCTime) Source #
Time the deployment started.
deploymentSummary_deploymentDurationInMinutes :: Lens' DeploymentSummary (Maybe Natural) Source #
Total amount of time the deployment lasted.
deploymentSummary_completedAt :: Lens' DeploymentSummary (Maybe UTCTime) Source #
Time the deployment completed.
deploymentSummary_finalBakeTimeInMinutes :: Lens' DeploymentSummary (Maybe Natural) Source #
The amount of time AppConfig monitors for alarms before considering the deployment to be complete and no longer eligible for automatic roll back.
deploymentSummary_growthType :: Lens' DeploymentSummary (Maybe GrowthType) Source #
The algorithm used to define how percentage grows over time.
Environment
environment_state :: Lens' Environment (Maybe EnvironmentState) Source #
The state of the environment. An environment can be in one of the
following states: READY_FOR_DEPLOYMENT
, DEPLOYING
, ROLLING_BACK
,
or ROLLED_BACK
environment_monitors :: Lens' Environment (Maybe [Monitor]) Source #
Amazon CloudWatch alarms monitored during the deployment.
environment_applicationId :: Lens' Environment (Maybe Text) Source #
The application ID.
environment_name :: Lens' Environment (Maybe Text) Source #
The name of the environment.
environment_id :: Lens' Environment (Maybe Text) Source #
The environment ID.
environment_description :: Lens' Environment (Maybe Text) Source #
The description of the environment.
HostedConfigurationVersion
hostedConfigurationVersion_content :: Lens' HostedConfigurationVersion (Maybe ByteString) Source #
The content of the configuration or the configuration data.
hostedConfigurationVersion_versionNumber :: Lens' HostedConfigurationVersion (Maybe Int) Source #
The configuration version.
hostedConfigurationVersion_applicationId :: Lens' HostedConfigurationVersion (Maybe Text) Source #
The application ID.
hostedConfigurationVersion_description :: Lens' HostedConfigurationVersion (Maybe Text) Source #
A description of the configuration.
hostedConfigurationVersion_configurationProfileId :: Lens' HostedConfigurationVersion (Maybe Text) Source #
The configuration profile ID.
hostedConfigurationVersion_contentType :: Lens' HostedConfigurationVersion (Maybe Text) Source #
A standard MIME type describing the format of the configuration content. For more information, see Content-Type.
HostedConfigurationVersionSummary
hostedConfigurationVersionSummary_versionNumber :: Lens' HostedConfigurationVersionSummary (Maybe Int) Source #
The configuration version.
hostedConfigurationVersionSummary_applicationId :: Lens' HostedConfigurationVersionSummary (Maybe Text) Source #
The application ID.
hostedConfigurationVersionSummary_description :: Lens' HostedConfigurationVersionSummary (Maybe Text) Source #
A description of the configuration.
hostedConfigurationVersionSummary_configurationProfileId :: Lens' HostedConfigurationVersionSummary (Maybe Text) Source #
The configuration profile ID.
hostedConfigurationVersionSummary_contentType :: Lens' HostedConfigurationVersionSummary (Maybe Text) Source #
A standard MIME type describing the format of the configuration content. For more information, see Content-Type.
Monitor
monitor_alarmRoleArn :: Lens' Monitor (Maybe Text) Source #
ARN of an IAM role for AppConfig to monitor AlarmArn
.
Validator
validator_type :: Lens' Validator ValidatorType Source #
AppConfig supports validators of type JSON_SCHEMA
and LAMBDA