{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE StrictData #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# OPTIONS_GHC -fno-warn-unused-matches #-}
module Amazonka.CodeDeploy.Types
(
defaultService,
_LifecycleHookLimitExceededException,
_InvalidTimeRangeException,
_InvalidComputePlatformException,
_InvalidTagException,
_InvalidFileExistsBehaviorException,
_InvalidAlarmConfigException,
_InstanceNameAlreadyRegisteredException,
_IamUserArnRequiredException,
_InvalidDeploymentGroupNameException,
_InvalidInstanceTypeException,
_IamSessionArnAlreadyRegisteredException,
_InvalidTrafficRoutingConfigurationException,
_DescriptionTooLongException,
_InvalidIamUserArnException,
_InvalidOnPremisesTagCombinationException,
_DeploymentNotStartedException,
_DeploymentConfigLimitExceededException,
_RoleRequiredException,
_InvalidLoadBalancerInfoException,
_InvalidBlueGreenDeploymentConfigurationException,
_InvalidRoleException,
_DeploymentConfigAlreadyExistsException,
_InvalidTargetInstancesException,
_InvalidTagsToAddException,
_DeploymentLimitExceededException,
_IamUserArnAlreadyRegisteredException,
_InvalidIamSessionArnException,
_InstanceLimitExceededException,
_InvalidLifecycleEventHookExecutionIdException,
_InvalidDeploymentStyleException,
_InvalidTargetFilterNameException,
_DeploymentTargetListSizeExceededException,
_InvalidDeployedStateFilterException,
_InvalidAutoScalingGroupException,
_InvalidApplicationNameException,
_GitHubAccountTokenDoesNotExistException,
_ApplicationDoesNotExistException,
_InvalidMinimumHealthyHostValueException,
_UnsupportedActionForDeploymentTypeException,
_ResourceValidationException,
_ArnNotSupportedException,
_InvalidGitHubAccountTokenException,
_InvalidEC2TagCombinationException,
_InvalidLifecycleEventHookExecutionStatusException,
_AlarmsLimitExceededException,
_OperationNotSupportedException,
_DeploymentTargetDoesNotExistException,
_InvalidTagFilterException,
_InvalidTriggerConfigException,
_InvalidDeploymentWaitTypeException,
_InvalidIgnoreApplicationStopFailuresValueException,
_InvalidUpdateOutdatedInstancesOnlyValueException,
_TagRequiredException,
_DeploymentGroupNameRequiredException,
_BucketNameFilterRequiredException,
_DeploymentConfigDoesNotExistException,
_InvalidBucketNameFilterException,
_DeploymentGroupAlreadyExistsException,
_InvalidSortByException,
_RevisionDoesNotExistException,
_InvalidTargetException,
_DeploymentGroupLimitExceededException,
_DeploymentGroupDoesNotExistException,
_ThrottlingException,
_InvalidDeploymentConfigNameException,
_DeploymentConfigNameRequiredException,
_DeploymentIdRequiredException,
_InvalidInstanceIdException,
_DeploymentIsNotInReadyStateException,
_InvalidTargetGroupPairException,
_InvalidNextTokenException,
_InstanceIdRequiredException,
_InvalidDeploymentIdException,
_InvalidSortOrderException,
_InvalidAutoRollbackConfigException,
_DeploymentAlreadyCompletedException,
_ECSServiceMappingLimitExceededException,
_DeploymentDoesNotExistException,
_BatchLimitExceededException,
_InvalidRevisionException,
_RevisionRequiredException,
_InstanceDoesNotExistException,
_DeploymentConfigInUseException,
_InvalidInputException,
_InvalidEC2TagException,
_InvalidInstanceNameException,
_InstanceNameRequiredException,
_MultipleIamArnsProvidedException,
_TriggerTargetsLimitExceededException,
_InvalidDeploymentStatusException,
_InvalidRegistrationStatusException,
_ApplicationNameRequiredException,
_InstanceNotRegisteredException,
_ApplicationAlreadyExistsException,
_InvalidInstanceStatusException,
_InvalidDeploymentTargetIdException,
_TagLimitExceededException,
_ApplicationLimitExceededException,
_TagSetListLimitExceededException,
_InvalidArnException,
_InvalidOperationException,
_DeploymentTargetIdRequiredException,
_GitHubAccountTokenNameRequiredException,
_InvalidECSServiceException,
_InvalidDeploymentInstanceTypeException,
_InvalidExternalIdException,
_IamArnRequiredException,
_InvalidGitHubAccountTokenNameException,
_LifecycleEventAlreadyCompletedException,
_InvalidKeyPrefixFilterException,
_ResourceArnRequiredException,
_DeploymentAlreadyStartedException,
ApplicationRevisionSortBy (..),
AutoRollbackEvent (..),
BundleType (..),
ComputePlatform (..),
DeployErrorCode (..),
DeploymentCreator (..),
DeploymentOption (..),
DeploymentReadyAction (..),
DeploymentStatus (..),
DeploymentTargetType (..),
DeploymentType (..),
DeploymentWaitType (..),
EC2TagFilterType (..),
FileExistsBehavior (..),
GreenFleetProvisioningAction (..),
InstanceAction (..),
LifecycleErrorCode (..),
LifecycleEventStatus (..),
ListStateFilterAction (..),
MinimumHealthyHostsType (..),
OutdatedInstancesStrategy (..),
RegistrationStatus (..),
RevisionLocationType (..),
SortOrder (..),
StopStatus (..),
TagFilterType (..),
TargetFilterName (..),
TargetLabel (..),
TargetStatus (..),
TrafficRoutingType (..),
TriggerEventType (..),
Alarm (..),
newAlarm,
alarm_name,
AlarmConfiguration (..),
newAlarmConfiguration,
alarmConfiguration_ignorePollAlarmFailure,
alarmConfiguration_enabled,
alarmConfiguration_alarms,
AppSpecContent (..),
newAppSpecContent,
appSpecContent_content,
appSpecContent_sha256,
ApplicationInfo (..),
newApplicationInfo,
applicationInfo_linkedToGitHub,
applicationInfo_computePlatform,
applicationInfo_applicationId,
applicationInfo_applicationName,
applicationInfo_gitHubAccountName,
applicationInfo_createTime,
AutoRollbackConfiguration (..),
newAutoRollbackConfiguration,
autoRollbackConfiguration_enabled,
autoRollbackConfiguration_events,
AutoScalingGroup (..),
newAutoScalingGroup,
autoScalingGroup_hook,
autoScalingGroup_name,
BlueGreenDeploymentConfiguration (..),
newBlueGreenDeploymentConfiguration,
blueGreenDeploymentConfiguration_deploymentReadyOption,
blueGreenDeploymentConfiguration_greenFleetProvisioningOption,
blueGreenDeploymentConfiguration_terminateBlueInstancesOnDeploymentSuccess,
BlueInstanceTerminationOption (..),
newBlueInstanceTerminationOption,
blueInstanceTerminationOption_action,
blueInstanceTerminationOption_terminationWaitTimeInMinutes,
CloudFormationTarget (..),
newCloudFormationTarget,
cloudFormationTarget_targetId,
cloudFormationTarget_status,
cloudFormationTarget_deploymentId,
cloudFormationTarget_resourceType,
cloudFormationTarget_lastUpdatedAt,
cloudFormationTarget_lifecycleEvents,
cloudFormationTarget_targetVersionWeight,
DeploymentConfigInfo (..),
newDeploymentConfigInfo,
deploymentConfigInfo_deploymentConfigName,
deploymentConfigInfo_computePlatform,
deploymentConfigInfo_minimumHealthyHosts,
deploymentConfigInfo_trafficRoutingConfig,
deploymentConfigInfo_deploymentConfigId,
deploymentConfigInfo_createTime,
DeploymentGroupInfo (..),
newDeploymentGroupInfo,
deploymentGroupInfo_serviceRoleArn,
deploymentGroupInfo_ec2TagSet,
deploymentGroupInfo_deploymentConfigName,
deploymentGroupInfo_lastAttemptedDeployment,
deploymentGroupInfo_onPremisesTagSet,
deploymentGroupInfo_computePlatform,
deploymentGroupInfo_targetRevision,
deploymentGroupInfo_ec2TagFilters,
deploymentGroupInfo_ecsServices,
deploymentGroupInfo_blueGreenDeploymentConfiguration,
deploymentGroupInfo_loadBalancerInfo,
deploymentGroupInfo_outdatedInstancesStrategy,
deploymentGroupInfo_onPremisesInstanceTagFilters,
deploymentGroupInfo_lastSuccessfulDeployment,
deploymentGroupInfo_applicationName,
deploymentGroupInfo_alarmConfiguration,
deploymentGroupInfo_triggerConfigurations,
deploymentGroupInfo_deploymentGroupId,
deploymentGroupInfo_autoScalingGroups,
deploymentGroupInfo_deploymentStyle,
deploymentGroupInfo_autoRollbackConfiguration,
deploymentGroupInfo_deploymentGroupName,
DeploymentInfo (..),
newDeploymentInfo,
deploymentInfo_creator,
deploymentInfo_status,
deploymentInfo_deploymentId,
deploymentInfo_deploymentConfigName,
deploymentInfo_computePlatform,
deploymentInfo_previousRevision,
deploymentInfo_instanceTerminationWaitTimeStarted,
deploymentInfo_deploymentStatusMessages,
deploymentInfo_relatedDeployments,
deploymentInfo_startTime,
deploymentInfo_completeTime,
deploymentInfo_blueGreenDeploymentConfiguration,
deploymentInfo_errorInformation,
deploymentInfo_loadBalancerInfo,
deploymentInfo_additionalDeploymentStatusInfo,
deploymentInfo_deploymentOverview,
deploymentInfo_fileExistsBehavior,
deploymentInfo_applicationName,
deploymentInfo_rollbackInfo,
deploymentInfo_externalId,
deploymentInfo_targetInstances,
deploymentInfo_revision,
deploymentInfo_description,
deploymentInfo_deploymentStyle,
deploymentInfo_createTime,
deploymentInfo_autoRollbackConfiguration,
deploymentInfo_updateOutdatedInstancesOnly,
deploymentInfo_deploymentGroupName,
deploymentInfo_ignoreApplicationStopFailures,
DeploymentOverview (..),
newDeploymentOverview,
deploymentOverview_pending,
deploymentOverview_skipped,
deploymentOverview_inProgress,
deploymentOverview_succeeded,
deploymentOverview_ready,
deploymentOverview_failed,
DeploymentReadyOption (..),
newDeploymentReadyOption,
deploymentReadyOption_actionOnTimeout,
deploymentReadyOption_waitTimeInMinutes,
DeploymentStyle (..),
newDeploymentStyle,
deploymentStyle_deploymentOption,
deploymentStyle_deploymentType,
DeploymentTarget (..),
newDeploymentTarget,
deploymentTarget_instanceTarget,
deploymentTarget_cloudFormationTarget,
deploymentTarget_ecsTarget,
deploymentTarget_deploymentTargetType,
deploymentTarget_lambdaTarget,
Diagnostics (..),
newDiagnostics,
diagnostics_logTail,
diagnostics_errorCode,
diagnostics_scriptName,
diagnostics_message,
EC2TagFilter (..),
newEC2TagFilter,
eC2TagFilter_value,
eC2TagFilter_key,
eC2TagFilter_type,
EC2TagSet (..),
newEC2TagSet,
eC2TagSet_ec2TagSetList,
ECSService (..),
newECSService,
eCSService_serviceName,
eCSService_clusterName,
ECSTarget (..),
newECSTarget,
eCSTarget_targetArn,
eCSTarget_targetId,
eCSTarget_status,
eCSTarget_deploymentId,
eCSTarget_lastUpdatedAt,
eCSTarget_taskSetsInfo,
eCSTarget_lifecycleEvents,
ECSTaskSet (..),
newECSTaskSet,
eCSTaskSet_runningCount,
eCSTaskSet_status,
eCSTaskSet_identifer,
eCSTaskSet_desiredCount,
eCSTaskSet_pendingCount,
eCSTaskSet_trafficWeight,
eCSTaskSet_targetGroup,
eCSTaskSet_taskSetLabel,
ELBInfo (..),
newELBInfo,
eLBInfo_name,
ErrorInformation (..),
newErrorInformation,
errorInformation_code,
errorInformation_message,
GenericRevisionInfo (..),
newGenericRevisionInfo,
genericRevisionInfo_registerTime,
genericRevisionInfo_firstUsedTime,
genericRevisionInfo_deploymentGroups,
genericRevisionInfo_lastUsedTime,
genericRevisionInfo_description,
GitHubLocation (..),
newGitHubLocation,
gitHubLocation_commitId,
gitHubLocation_repository,
GreenFleetProvisioningOption (..),
newGreenFleetProvisioningOption,
greenFleetProvisioningOption_action,
InstanceInfo (..),
newInstanceInfo,
instanceInfo_registerTime,
instanceInfo_instanceArn,
instanceInfo_deregisterTime,
instanceInfo_iamUserArn,
instanceInfo_instanceName,
instanceInfo_iamSessionArn,
instanceInfo_tags,
InstanceTarget (..),
newInstanceTarget,
instanceTarget_targetArn,
instanceTarget_targetId,
instanceTarget_status,
instanceTarget_deploymentId,
instanceTarget_instanceLabel,
instanceTarget_lastUpdatedAt,
instanceTarget_lifecycleEvents,
LambdaFunctionInfo (..),
newLambdaFunctionInfo,
lambdaFunctionInfo_currentVersion,
lambdaFunctionInfo_functionAlias,
lambdaFunctionInfo_functionName,
lambdaFunctionInfo_targetVersion,
lambdaFunctionInfo_targetVersionWeight,
LambdaTarget (..),
newLambdaTarget,
lambdaTarget_targetArn,
lambdaTarget_targetId,
lambdaTarget_status,
lambdaTarget_deploymentId,
lambdaTarget_lastUpdatedAt,
lambdaTarget_lifecycleEvents,
lambdaTarget_lambdaFunctionInfo,
LastDeploymentInfo (..),
newLastDeploymentInfo,
lastDeploymentInfo_status,
lastDeploymentInfo_deploymentId,
lastDeploymentInfo_endTime,
lastDeploymentInfo_createTime,
LifecycleEvent (..),
newLifecycleEvent,
lifecycleEvent_status,
lifecycleEvent_lifecycleEventName,
lifecycleEvent_startTime,
lifecycleEvent_diagnostics,
lifecycleEvent_endTime,
LoadBalancerInfo (..),
newLoadBalancerInfo,
loadBalancerInfo_elbInfoList,
loadBalancerInfo_targetGroupInfoList,
loadBalancerInfo_targetGroupPairInfoList,
MinimumHealthyHosts (..),
newMinimumHealthyHosts,
minimumHealthyHosts_value,
minimumHealthyHosts_type,
OnPremisesTagSet (..),
newOnPremisesTagSet,
onPremisesTagSet_onPremisesTagSetList,
RawString (..),
newRawString,
rawString_content,
rawString_sha256,
RelatedDeployments (..),
newRelatedDeployments,
relatedDeployments_autoUpdateOutdatedInstancesDeploymentIds,
relatedDeployments_autoUpdateOutdatedInstancesRootDeploymentId,
RevisionInfo (..),
newRevisionInfo,
revisionInfo_genericRevisionInfo,
revisionInfo_revisionLocation,
RevisionLocation (..),
newRevisionLocation,
revisionLocation_string,
revisionLocation_revisionType,
revisionLocation_s3Location,
revisionLocation_appSpecContent,
revisionLocation_gitHubLocation,
RollbackInfo (..),
newRollbackInfo,
rollbackInfo_rollbackTriggeringDeploymentId,
rollbackInfo_rollbackMessage,
rollbackInfo_rollbackDeploymentId,
S3Location (..),
newS3Location,
s3Location_bundleType,
s3Location_eTag,
s3Location_bucket,
s3Location_key,
s3Location_version,
Tag (..),
newTag,
tag_value,
tag_key,
TagFilter (..),
newTagFilter,
tagFilter_value,
tagFilter_key,
tagFilter_type,
TargetGroupInfo (..),
newTargetGroupInfo,
targetGroupInfo_name,
TargetGroupPairInfo (..),
newTargetGroupPairInfo,
targetGroupPairInfo_prodTrafficRoute,
targetGroupPairInfo_testTrafficRoute,
targetGroupPairInfo_targetGroups,
TargetInstances (..),
newTargetInstances,
targetInstances_ec2TagSet,
targetInstances_tagFilters,
targetInstances_autoScalingGroups,
TimeBasedCanary (..),
newTimeBasedCanary,
timeBasedCanary_canaryInterval,
timeBasedCanary_canaryPercentage,
TimeBasedLinear (..),
newTimeBasedLinear,
timeBasedLinear_linearInterval,
timeBasedLinear_linearPercentage,
TimeRange (..),
newTimeRange,
timeRange_start,
timeRange_end,
TrafficRoute (..),
newTrafficRoute,
trafficRoute_listenerArns,
TrafficRoutingConfig (..),
newTrafficRoutingConfig,
trafficRoutingConfig_timeBasedCanary,
trafficRoutingConfig_timeBasedLinear,
trafficRoutingConfig_type,
TriggerConfig (..),
newTriggerConfig,
triggerConfig_triggerName,
triggerConfig_triggerEvents,
triggerConfig_triggerTargetArn,
)
where
import Amazonka.CodeDeploy.Types.Alarm
import Amazonka.CodeDeploy.Types.AlarmConfiguration
import Amazonka.CodeDeploy.Types.AppSpecContent
import Amazonka.CodeDeploy.Types.ApplicationInfo
import Amazonka.CodeDeploy.Types.ApplicationRevisionSortBy
import Amazonka.CodeDeploy.Types.AutoRollbackConfiguration
import Amazonka.CodeDeploy.Types.AutoRollbackEvent
import Amazonka.CodeDeploy.Types.AutoScalingGroup
import Amazonka.CodeDeploy.Types.BlueGreenDeploymentConfiguration
import Amazonka.CodeDeploy.Types.BlueInstanceTerminationOption
import Amazonka.CodeDeploy.Types.BundleType
import Amazonka.CodeDeploy.Types.CloudFormationTarget
import Amazonka.CodeDeploy.Types.ComputePlatform
import Amazonka.CodeDeploy.Types.DeployErrorCode
import Amazonka.CodeDeploy.Types.DeploymentConfigInfo
import Amazonka.CodeDeploy.Types.DeploymentCreator
import Amazonka.CodeDeploy.Types.DeploymentGroupInfo
import Amazonka.CodeDeploy.Types.DeploymentInfo
import Amazonka.CodeDeploy.Types.DeploymentOption
import Amazonka.CodeDeploy.Types.DeploymentOverview
import Amazonka.CodeDeploy.Types.DeploymentReadyAction
import Amazonka.CodeDeploy.Types.DeploymentReadyOption
import Amazonka.CodeDeploy.Types.DeploymentStatus
import Amazonka.CodeDeploy.Types.DeploymentStyle
import Amazonka.CodeDeploy.Types.DeploymentTarget
import Amazonka.CodeDeploy.Types.DeploymentTargetType
import Amazonka.CodeDeploy.Types.DeploymentType
import Amazonka.CodeDeploy.Types.DeploymentWaitType
import Amazonka.CodeDeploy.Types.Diagnostics
import Amazonka.CodeDeploy.Types.EC2TagFilter
import Amazonka.CodeDeploy.Types.EC2TagFilterType
import Amazonka.CodeDeploy.Types.EC2TagSet
import Amazonka.CodeDeploy.Types.ECSService
import Amazonka.CodeDeploy.Types.ECSTarget
import Amazonka.CodeDeploy.Types.ECSTaskSet
import Amazonka.CodeDeploy.Types.ELBInfo
import Amazonka.CodeDeploy.Types.ErrorInformation
import Amazonka.CodeDeploy.Types.FileExistsBehavior
import Amazonka.CodeDeploy.Types.GenericRevisionInfo
import Amazonka.CodeDeploy.Types.GitHubLocation
import Amazonka.CodeDeploy.Types.GreenFleetProvisioningAction
import Amazonka.CodeDeploy.Types.GreenFleetProvisioningOption
import Amazonka.CodeDeploy.Types.InstanceAction
import Amazonka.CodeDeploy.Types.InstanceInfo
import Amazonka.CodeDeploy.Types.InstanceTarget
import Amazonka.CodeDeploy.Types.LambdaFunctionInfo
import Amazonka.CodeDeploy.Types.LambdaTarget
import Amazonka.CodeDeploy.Types.LastDeploymentInfo
import Amazonka.CodeDeploy.Types.LifecycleErrorCode
import Amazonka.CodeDeploy.Types.LifecycleEvent
import Amazonka.CodeDeploy.Types.LifecycleEventStatus
import Amazonka.CodeDeploy.Types.ListStateFilterAction
import Amazonka.CodeDeploy.Types.LoadBalancerInfo
import Amazonka.CodeDeploy.Types.MinimumHealthyHosts
import Amazonka.CodeDeploy.Types.MinimumHealthyHostsType
import Amazonka.CodeDeploy.Types.OnPremisesTagSet
import Amazonka.CodeDeploy.Types.OutdatedInstancesStrategy
import Amazonka.CodeDeploy.Types.RawString
import Amazonka.CodeDeploy.Types.RegistrationStatus
import Amazonka.CodeDeploy.Types.RelatedDeployments
import Amazonka.CodeDeploy.Types.RevisionInfo
import Amazonka.CodeDeploy.Types.RevisionLocation
import Amazonka.CodeDeploy.Types.RevisionLocationType
import Amazonka.CodeDeploy.Types.RollbackInfo
import Amazonka.CodeDeploy.Types.S3Location
import Amazonka.CodeDeploy.Types.SortOrder
import Amazonka.CodeDeploy.Types.StopStatus
import Amazonka.CodeDeploy.Types.Tag
import Amazonka.CodeDeploy.Types.TagFilter
import Amazonka.CodeDeploy.Types.TagFilterType
import Amazonka.CodeDeploy.Types.TargetFilterName
import Amazonka.CodeDeploy.Types.TargetGroupInfo
import Amazonka.CodeDeploy.Types.TargetGroupPairInfo
import Amazonka.CodeDeploy.Types.TargetInstances
import Amazonka.CodeDeploy.Types.TargetLabel
import Amazonka.CodeDeploy.Types.TargetStatus
import Amazonka.CodeDeploy.Types.TimeBasedCanary
import Amazonka.CodeDeploy.Types.TimeBasedLinear
import Amazonka.CodeDeploy.Types.TimeRange
import Amazonka.CodeDeploy.Types.TrafficRoute
import Amazonka.CodeDeploy.Types.TrafficRoutingConfig
import Amazonka.CodeDeploy.Types.TrafficRoutingType
import Amazonka.CodeDeploy.Types.TriggerConfig
import Amazonka.CodeDeploy.Types.TriggerEventType
import qualified Amazonka.Core as Core
import qualified Amazonka.Lens as Lens
import qualified Amazonka.Prelude as Prelude
import qualified Amazonka.Sign.V4 as Sign
defaultService :: Core.Service
defaultService :: Service
defaultService =
Service :: Abbrev
-> Signer
-> ByteString
-> ByteString
-> ByteString
-> (Region -> Endpoint)
-> Maybe Seconds
-> (Status -> Bool)
-> (Status -> [Header] -> ByteStringLazy -> Error)
-> Retry
-> Service
Core.Service
{ $sel:_serviceAbbrev:Service :: Abbrev
Core._serviceAbbrev = Abbrev
"CodeDeploy",
$sel:_serviceSigner:Service :: Signer
Core._serviceSigner = Signer
Sign.v4,
$sel:_serviceEndpointPrefix:Service :: ByteString
Core._serviceEndpointPrefix = ByteString
"codedeploy",
$sel:_serviceSigningName:Service :: ByteString
Core._serviceSigningName = ByteString
"codedeploy",
$sel:_serviceVersion:Service :: ByteString
Core._serviceVersion = ByteString
"2014-10-06",
$sel:_serviceEndpoint:Service :: Region -> Endpoint
Core._serviceEndpoint =
Service -> Region -> Endpoint
Core.defaultEndpoint Service
defaultService,
$sel:_serviceTimeout:Service :: Maybe Seconds
Core._serviceTimeout = Seconds -> Maybe Seconds
forall a. a -> Maybe a
Prelude.Just Seconds
70,
$sel:_serviceCheck:Service :: Status -> Bool
Core._serviceCheck = Status -> Bool
Core.statusSuccess,
$sel:_serviceError:Service :: Status -> [Header] -> ByteStringLazy -> Error
Core._serviceError =
Abbrev -> Status -> [Header] -> ByteStringLazy -> Error
Core.parseJSONError Abbrev
"CodeDeploy",
$sel:_serviceRetry:Service :: Retry
Core._serviceRetry = Retry
retry
}
where
retry :: Retry
retry =
Exponential :: Double -> Int -> Int -> (ServiceError -> Maybe Text) -> Retry
Core.Exponential
{ $sel:_retryBase:Exponential :: Double
Core._retryBase = Double
5.0e-2,
$sel:_retryGrowth:Exponential :: Int
Core._retryGrowth = Int
2,
$sel:_retryAttempts:Exponential :: Int
Core._retryAttempts = Int
5,
$sel:_retryCheck:Exponential :: ServiceError -> Maybe Text
Core._retryCheck = ServiceError -> Maybe Text
forall a. IsString a => ServiceError -> Maybe a
check
}
check :: ServiceError -> Maybe a
check ServiceError
e
| Getting Any ServiceError ServiceError -> ServiceError -> Bool
forall s a. Getting Any s a -> s -> Bool
Lens.has
( ErrorCode -> Getting Any ServiceError ServiceError
forall (f :: * -> *) (p :: * -> * -> *).
(Applicative f, Choice p) =>
ErrorCode -> Optic' p f ServiceError ServiceError
Core.hasCode ErrorCode
"ThrottledException"
Getting Any ServiceError ServiceError
-> Getting Any ServiceError ServiceError
-> Getting Any ServiceError ServiceError
forall b c a. (b -> c) -> (a -> b) -> a -> c
Prelude.. Int -> Getting Any ServiceError ServiceError
forall (f :: * -> *) (p :: * -> * -> *).
(Applicative f, Choice p) =>
Int -> Optic' p f ServiceError ServiceError
Core.hasStatus Int
400
)
ServiceError
e =
a -> Maybe a
forall a. a -> Maybe a
Prelude.Just a
"throttled_exception"
| Getting Any ServiceError ServiceError -> ServiceError -> Bool
forall s a. Getting Any s a -> s -> Bool
Lens.has (Int -> Getting Any ServiceError ServiceError
forall (f :: * -> *) (p :: * -> * -> *).
(Applicative f, Choice p) =>
Int -> Optic' p f ServiceError ServiceError
Core.hasStatus Int
429) ServiceError
e =
a -> Maybe a
forall a. a -> Maybe a
Prelude.Just a
"too_many_requests"
| Getting Any ServiceError ServiceError -> ServiceError -> Bool
forall s a. Getting Any s a -> s -> Bool
Lens.has
( ErrorCode -> Getting Any ServiceError ServiceError
forall (f :: * -> *) (p :: * -> * -> *).
(Applicative f, Choice p) =>
ErrorCode -> Optic' p f ServiceError ServiceError
Core.hasCode ErrorCode
"ThrottlingException"
Getting Any ServiceError ServiceError
-> Getting Any ServiceError ServiceError
-> Getting Any ServiceError ServiceError
forall b c a. (b -> c) -> (a -> b) -> a -> c
Prelude.. Int -> Getting Any ServiceError ServiceError
forall (f :: * -> *) (p :: * -> * -> *).
(Applicative f, Choice p) =>
Int -> Optic' p f ServiceError ServiceError
Core.hasStatus Int
400
)
ServiceError
e =
a -> Maybe a
forall a. a -> Maybe a
Prelude.Just a
"throttling_exception"
| Getting Any ServiceError ServiceError -> ServiceError -> Bool
forall s a. Getting Any s a -> s -> Bool
Lens.has
( ErrorCode -> Getting Any ServiceError ServiceError
forall (f :: * -> *) (p :: * -> * -> *).
(Applicative f, Choice p) =>
ErrorCode -> Optic' p f ServiceError ServiceError
Core.hasCode ErrorCode
"Throttling"
Getting Any ServiceError ServiceError
-> Getting Any ServiceError ServiceError
-> Getting Any ServiceError ServiceError
forall b c a. (b -> c) -> (a -> b) -> a -> c
Prelude.. Int -> Getting Any ServiceError ServiceError
forall (f :: * -> *) (p :: * -> * -> *).
(Applicative f, Choice p) =>
Int -> Optic' p f ServiceError ServiceError
Core.hasStatus Int
400
)
ServiceError
e =
a -> Maybe a
forall a. a -> Maybe a
Prelude.Just a
"throttling"
| Getting Any ServiceError ServiceError -> ServiceError -> Bool
forall s a. Getting Any s a -> s -> Bool
Lens.has
( ErrorCode -> Getting Any ServiceError ServiceError
forall (f :: * -> *) (p :: * -> * -> *).
(Applicative f, Choice p) =>
ErrorCode -> Optic' p f ServiceError ServiceError
Core.hasCode
ErrorCode
"ProvisionedThroughputExceededException"
Getting Any ServiceError ServiceError
-> Getting Any ServiceError ServiceError
-> Getting Any ServiceError ServiceError
forall b c a. (b -> c) -> (a -> b) -> a -> c
Prelude.. Int -> Getting Any ServiceError ServiceError
forall (f :: * -> *) (p :: * -> * -> *).
(Applicative f, Choice p) =>
Int -> Optic' p f ServiceError ServiceError
Core.hasStatus Int
400
)
ServiceError
e =
a -> Maybe a
forall a. a -> Maybe a
Prelude.Just a
"throughput_exceeded"
| Getting Any ServiceError ServiceError -> ServiceError -> Bool
forall s a. Getting Any s a -> s -> Bool
Lens.has (Int -> Getting Any ServiceError ServiceError
forall (f :: * -> *) (p :: * -> * -> *).
(Applicative f, Choice p) =>
Int -> Optic' p f ServiceError ServiceError
Core.hasStatus Int
504) ServiceError
e =
a -> Maybe a
forall a. a -> Maybe a
Prelude.Just a
"gateway_timeout"
| Getting Any ServiceError ServiceError -> ServiceError -> Bool
forall s a. Getting Any s a -> s -> Bool
Lens.has
( ErrorCode -> Getting Any ServiceError ServiceError
forall (f :: * -> *) (p :: * -> * -> *).
(Applicative f, Choice p) =>
ErrorCode -> Optic' p f ServiceError ServiceError
Core.hasCode ErrorCode
"RequestThrottledException"
Getting Any ServiceError ServiceError
-> Getting Any ServiceError ServiceError
-> Getting Any ServiceError ServiceError
forall b c a. (b -> c) -> (a -> b) -> a -> c
Prelude.. Int -> Getting Any ServiceError ServiceError
forall (f :: * -> *) (p :: * -> * -> *).
(Applicative f, Choice p) =>
Int -> Optic' p f ServiceError ServiceError
Core.hasStatus Int
400
)
ServiceError
e =
a -> Maybe a
forall a. a -> Maybe a
Prelude.Just a
"request_throttled_exception"
| Getting Any ServiceError ServiceError -> ServiceError -> Bool
forall s a. Getting Any s a -> s -> Bool
Lens.has (Int -> Getting Any ServiceError ServiceError
forall (f :: * -> *) (p :: * -> * -> *).
(Applicative f, Choice p) =>
Int -> Optic' p f ServiceError ServiceError
Core.hasStatus Int
502) ServiceError
e =
a -> Maybe a
forall a. a -> Maybe a
Prelude.Just a
"bad_gateway"
| Getting Any ServiceError ServiceError -> ServiceError -> Bool
forall s a. Getting Any s a -> s -> Bool
Lens.has (Int -> Getting Any ServiceError ServiceError
forall (f :: * -> *) (p :: * -> * -> *).
(Applicative f, Choice p) =>
Int -> Optic' p f ServiceError ServiceError
Core.hasStatus Int
503) ServiceError
e =
a -> Maybe a
forall a. a -> Maybe a
Prelude.Just a
"service_unavailable"
| Getting Any ServiceError ServiceError -> ServiceError -> Bool
forall s a. Getting Any s a -> s -> Bool
Lens.has (Int -> Getting Any ServiceError ServiceError
forall (f :: * -> *) (p :: * -> * -> *).
(Applicative f, Choice p) =>
Int -> Optic' p f ServiceError ServiceError
Core.hasStatus Int
500) ServiceError
e =
a -> Maybe a
forall a. a -> Maybe a
Prelude.Just a
"general_server_error"
| Getting Any ServiceError ServiceError -> ServiceError -> Bool
forall s a. Getting Any s a -> s -> Bool
Lens.has (Int -> Getting Any ServiceError ServiceError
forall (f :: * -> *) (p :: * -> * -> *).
(Applicative f, Choice p) =>
Int -> Optic' p f ServiceError ServiceError
Core.hasStatus Int
509) ServiceError
e =
a -> Maybe a
forall a. a -> Maybe a
Prelude.Just a
"limit_exceeded"
| Bool
Prelude.otherwise = Maybe a
forall a. Maybe a
Prelude.Nothing
_LifecycleHookLimitExceededException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_LifecycleHookLimitExceededException :: Getting (First ServiceError) a ServiceError
_LifecycleHookLimitExceededException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"LifecycleHookLimitExceededException"
_InvalidTimeRangeException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_InvalidTimeRangeException :: Getting (First ServiceError) a ServiceError
_InvalidTimeRangeException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"InvalidTimeRangeException"
_InvalidComputePlatformException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_InvalidComputePlatformException :: Getting (First ServiceError) a ServiceError
_InvalidComputePlatformException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"InvalidComputePlatformException"
_InvalidTagException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_InvalidTagException :: Getting (First ServiceError) a ServiceError
_InvalidTagException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"InvalidTagException"
_InvalidFileExistsBehaviorException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_InvalidFileExistsBehaviorException :: Getting (First ServiceError) a ServiceError
_InvalidFileExistsBehaviorException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"InvalidFileExistsBehaviorException"
_InvalidAlarmConfigException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_InvalidAlarmConfigException :: Getting (First ServiceError) a ServiceError
_InvalidAlarmConfigException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"InvalidAlarmConfigException"
_InstanceNameAlreadyRegisteredException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_InstanceNameAlreadyRegisteredException :: Getting (First ServiceError) a ServiceError
_InstanceNameAlreadyRegisteredException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"InstanceNameAlreadyRegisteredException"
_IamUserArnRequiredException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_IamUserArnRequiredException :: Getting (First ServiceError) a ServiceError
_IamUserArnRequiredException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"IamUserArnRequiredException"
_InvalidDeploymentGroupNameException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_InvalidDeploymentGroupNameException :: Getting (First ServiceError) a ServiceError
_InvalidDeploymentGroupNameException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"InvalidDeploymentGroupNameException"
_InvalidInstanceTypeException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_InvalidInstanceTypeException :: Getting (First ServiceError) a ServiceError
_InvalidInstanceTypeException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"InvalidInstanceTypeException"
_IamSessionArnAlreadyRegisteredException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_IamSessionArnAlreadyRegisteredException :: Getting (First ServiceError) a ServiceError
_IamSessionArnAlreadyRegisteredException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"IamSessionArnAlreadyRegisteredException"
_InvalidTrafficRoutingConfigurationException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_InvalidTrafficRoutingConfigurationException :: Getting (First ServiceError) a ServiceError
_InvalidTrafficRoutingConfigurationException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"InvalidTrafficRoutingConfigurationException"
_DescriptionTooLongException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_DescriptionTooLongException :: Getting (First ServiceError) a ServiceError
_DescriptionTooLongException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"DescriptionTooLongException"
_InvalidIamUserArnException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_InvalidIamUserArnException :: Getting (First ServiceError) a ServiceError
_InvalidIamUserArnException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"InvalidIamUserArnException"
_InvalidOnPremisesTagCombinationException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_InvalidOnPremisesTagCombinationException :: Getting (First ServiceError) a ServiceError
_InvalidOnPremisesTagCombinationException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"InvalidOnPremisesTagCombinationException"
_DeploymentNotStartedException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_DeploymentNotStartedException :: Getting (First ServiceError) a ServiceError
_DeploymentNotStartedException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"DeploymentNotStartedException"
_DeploymentConfigLimitExceededException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_DeploymentConfigLimitExceededException :: Getting (First ServiceError) a ServiceError
_DeploymentConfigLimitExceededException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"DeploymentConfigLimitExceededException"
_RoleRequiredException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_RoleRequiredException :: Getting (First ServiceError) a ServiceError
_RoleRequiredException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"RoleRequiredException"
_InvalidLoadBalancerInfoException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_InvalidLoadBalancerInfoException :: Getting (First ServiceError) a ServiceError
_InvalidLoadBalancerInfoException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"InvalidLoadBalancerInfoException"
_InvalidBlueGreenDeploymentConfigurationException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_InvalidBlueGreenDeploymentConfigurationException :: Getting (First ServiceError) a ServiceError
_InvalidBlueGreenDeploymentConfigurationException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"InvalidBlueGreenDeploymentConfigurationException"
_InvalidRoleException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_InvalidRoleException :: Getting (First ServiceError) a ServiceError
_InvalidRoleException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"InvalidRoleException"
_DeploymentConfigAlreadyExistsException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_DeploymentConfigAlreadyExistsException :: Getting (First ServiceError) a ServiceError
_DeploymentConfigAlreadyExistsException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"DeploymentConfigAlreadyExistsException"
_InvalidTargetInstancesException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_InvalidTargetInstancesException :: Getting (First ServiceError) a ServiceError
_InvalidTargetInstancesException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"InvalidTargetInstancesException"
_InvalidTagsToAddException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_InvalidTagsToAddException :: Getting (First ServiceError) a ServiceError
_InvalidTagsToAddException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"InvalidTagsToAddException"
_DeploymentLimitExceededException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_DeploymentLimitExceededException :: Getting (First ServiceError) a ServiceError
_DeploymentLimitExceededException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"DeploymentLimitExceededException"
_IamUserArnAlreadyRegisteredException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_IamUserArnAlreadyRegisteredException :: Getting (First ServiceError) a ServiceError
_IamUserArnAlreadyRegisteredException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"IamUserArnAlreadyRegisteredException"
_InvalidIamSessionArnException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_InvalidIamSessionArnException :: Getting (First ServiceError) a ServiceError
_InvalidIamSessionArnException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"InvalidIamSessionArnException"
_InstanceLimitExceededException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_InstanceLimitExceededException :: Getting (First ServiceError) a ServiceError
_InstanceLimitExceededException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"InstanceLimitExceededException"
_InvalidLifecycleEventHookExecutionIdException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_InvalidLifecycleEventHookExecutionIdException :: Getting (First ServiceError) a ServiceError
_InvalidLifecycleEventHookExecutionIdException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"InvalidLifecycleEventHookExecutionIdException"
_InvalidDeploymentStyleException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_InvalidDeploymentStyleException :: Getting (First ServiceError) a ServiceError
_InvalidDeploymentStyleException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"InvalidDeploymentStyleException"
_InvalidTargetFilterNameException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_InvalidTargetFilterNameException :: Getting (First ServiceError) a ServiceError
_InvalidTargetFilterNameException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"InvalidTargetFilterNameException"
_DeploymentTargetListSizeExceededException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_DeploymentTargetListSizeExceededException :: Getting (First ServiceError) a ServiceError
_DeploymentTargetListSizeExceededException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"DeploymentTargetListSizeExceededException"
_InvalidDeployedStateFilterException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_InvalidDeployedStateFilterException :: Getting (First ServiceError) a ServiceError
_InvalidDeployedStateFilterException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"InvalidDeployedStateFilterException"
_InvalidAutoScalingGroupException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_InvalidAutoScalingGroupException :: Getting (First ServiceError) a ServiceError
_InvalidAutoScalingGroupException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"InvalidAutoScalingGroupException"
_InvalidApplicationNameException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_InvalidApplicationNameException :: Getting (First ServiceError) a ServiceError
_InvalidApplicationNameException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"InvalidApplicationNameException"
_GitHubAccountTokenDoesNotExistException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_GitHubAccountTokenDoesNotExistException :: Getting (First ServiceError) a ServiceError
_GitHubAccountTokenDoesNotExistException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"GitHubAccountTokenDoesNotExistException"
_ApplicationDoesNotExistException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_ApplicationDoesNotExistException :: Getting (First ServiceError) a ServiceError
_ApplicationDoesNotExistException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"ApplicationDoesNotExistException"
_InvalidMinimumHealthyHostValueException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_InvalidMinimumHealthyHostValueException :: Getting (First ServiceError) a ServiceError
_InvalidMinimumHealthyHostValueException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"InvalidMinimumHealthyHostValueException"
_UnsupportedActionForDeploymentTypeException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_UnsupportedActionForDeploymentTypeException :: Getting (First ServiceError) a ServiceError
_UnsupportedActionForDeploymentTypeException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"UnsupportedActionForDeploymentTypeException"
_ResourceValidationException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_ResourceValidationException :: Getting (First ServiceError) a ServiceError
_ResourceValidationException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"ResourceValidationException"
_ArnNotSupportedException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_ArnNotSupportedException :: Getting (First ServiceError) a ServiceError
_ArnNotSupportedException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"ArnNotSupportedException"
_InvalidGitHubAccountTokenException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_InvalidGitHubAccountTokenException :: Getting (First ServiceError) a ServiceError
_InvalidGitHubAccountTokenException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"InvalidGitHubAccountTokenException"
_InvalidEC2TagCombinationException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_InvalidEC2TagCombinationException :: Getting (First ServiceError) a ServiceError
_InvalidEC2TagCombinationException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"InvalidEC2TagCombinationException"
_InvalidLifecycleEventHookExecutionStatusException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_InvalidLifecycleEventHookExecutionStatusException :: Getting (First ServiceError) a ServiceError
_InvalidLifecycleEventHookExecutionStatusException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"InvalidLifecycleEventHookExecutionStatusException"
_AlarmsLimitExceededException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_AlarmsLimitExceededException :: Getting (First ServiceError) a ServiceError
_AlarmsLimitExceededException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"AlarmsLimitExceededException"
_OperationNotSupportedException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_OperationNotSupportedException :: Getting (First ServiceError) a ServiceError
_OperationNotSupportedException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"OperationNotSupportedException"
_DeploymentTargetDoesNotExistException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_DeploymentTargetDoesNotExistException :: Getting (First ServiceError) a ServiceError
_DeploymentTargetDoesNotExistException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"DeploymentTargetDoesNotExistException"
_InvalidTagFilterException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_InvalidTagFilterException :: Getting (First ServiceError) a ServiceError
_InvalidTagFilterException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"InvalidTagFilterException"
_InvalidTriggerConfigException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_InvalidTriggerConfigException :: Getting (First ServiceError) a ServiceError
_InvalidTriggerConfigException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"InvalidTriggerConfigException"
_InvalidDeploymentWaitTypeException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_InvalidDeploymentWaitTypeException :: Getting (First ServiceError) a ServiceError
_InvalidDeploymentWaitTypeException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"InvalidDeploymentWaitTypeException"
_InvalidIgnoreApplicationStopFailuresValueException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_InvalidIgnoreApplicationStopFailuresValueException :: Getting (First ServiceError) a ServiceError
_InvalidIgnoreApplicationStopFailuresValueException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"InvalidIgnoreApplicationStopFailuresValueException"
_InvalidUpdateOutdatedInstancesOnlyValueException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_InvalidUpdateOutdatedInstancesOnlyValueException :: Getting (First ServiceError) a ServiceError
_InvalidUpdateOutdatedInstancesOnlyValueException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"InvalidUpdateOutdatedInstancesOnlyValueException"
_TagRequiredException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_TagRequiredException :: Getting (First ServiceError) a ServiceError
_TagRequiredException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"TagRequiredException"
_DeploymentGroupNameRequiredException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_DeploymentGroupNameRequiredException :: Getting (First ServiceError) a ServiceError
_DeploymentGroupNameRequiredException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"DeploymentGroupNameRequiredException"
_BucketNameFilterRequiredException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_BucketNameFilterRequiredException :: Getting (First ServiceError) a ServiceError
_BucketNameFilterRequiredException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"BucketNameFilterRequiredException"
_DeploymentConfigDoesNotExistException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_DeploymentConfigDoesNotExistException :: Getting (First ServiceError) a ServiceError
_DeploymentConfigDoesNotExistException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"DeploymentConfigDoesNotExistException"
_InvalidBucketNameFilterException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_InvalidBucketNameFilterException :: Getting (First ServiceError) a ServiceError
_InvalidBucketNameFilterException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"InvalidBucketNameFilterException"
_DeploymentGroupAlreadyExistsException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_DeploymentGroupAlreadyExistsException :: Getting (First ServiceError) a ServiceError
_DeploymentGroupAlreadyExistsException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"DeploymentGroupAlreadyExistsException"
_InvalidSortByException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_InvalidSortByException :: Getting (First ServiceError) a ServiceError
_InvalidSortByException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"InvalidSortByException"
_RevisionDoesNotExistException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_RevisionDoesNotExistException :: Getting (First ServiceError) a ServiceError
_RevisionDoesNotExistException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"RevisionDoesNotExistException"
_InvalidTargetException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_InvalidTargetException :: Getting (First ServiceError) a ServiceError
_InvalidTargetException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"InvalidTargetException"
_DeploymentGroupLimitExceededException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_DeploymentGroupLimitExceededException :: Getting (First ServiceError) a ServiceError
_DeploymentGroupLimitExceededException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"DeploymentGroupLimitExceededException"
_DeploymentGroupDoesNotExistException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_DeploymentGroupDoesNotExistException :: Getting (First ServiceError) a ServiceError
_DeploymentGroupDoesNotExistException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"DeploymentGroupDoesNotExistException"
_ThrottlingException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_ThrottlingException :: Getting (First ServiceError) a ServiceError
_ThrottlingException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"ThrottlingException"
_InvalidDeploymentConfigNameException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_InvalidDeploymentConfigNameException :: Getting (First ServiceError) a ServiceError
_InvalidDeploymentConfigNameException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"InvalidDeploymentConfigNameException"
_DeploymentConfigNameRequiredException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_DeploymentConfigNameRequiredException :: Getting (First ServiceError) a ServiceError
_DeploymentConfigNameRequiredException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"DeploymentConfigNameRequiredException"
_DeploymentIdRequiredException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_DeploymentIdRequiredException :: Getting (First ServiceError) a ServiceError
_DeploymentIdRequiredException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"DeploymentIdRequiredException"
_InvalidInstanceIdException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_InvalidInstanceIdException :: Getting (First ServiceError) a ServiceError
_InvalidInstanceIdException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"InvalidInstanceIdException"
_DeploymentIsNotInReadyStateException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_DeploymentIsNotInReadyStateException :: Getting (First ServiceError) a ServiceError
_DeploymentIsNotInReadyStateException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"DeploymentIsNotInReadyStateException"
_InvalidTargetGroupPairException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_InvalidTargetGroupPairException :: Getting (First ServiceError) a ServiceError
_InvalidTargetGroupPairException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"InvalidTargetGroupPairException"
_InvalidNextTokenException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_InvalidNextTokenException :: Getting (First ServiceError) a ServiceError
_InvalidNextTokenException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"InvalidNextTokenException"
_InstanceIdRequiredException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_InstanceIdRequiredException :: Getting (First ServiceError) a ServiceError
_InstanceIdRequiredException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"InstanceIdRequiredException"
_InvalidDeploymentIdException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_InvalidDeploymentIdException :: Getting (First ServiceError) a ServiceError
_InvalidDeploymentIdException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"InvalidDeploymentIdException"
_InvalidSortOrderException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_InvalidSortOrderException :: Getting (First ServiceError) a ServiceError
_InvalidSortOrderException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"InvalidSortOrderException"
_InvalidAutoRollbackConfigException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_InvalidAutoRollbackConfigException :: Getting (First ServiceError) a ServiceError
_InvalidAutoRollbackConfigException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"InvalidAutoRollbackConfigException"
_DeploymentAlreadyCompletedException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_DeploymentAlreadyCompletedException :: Getting (First ServiceError) a ServiceError
_DeploymentAlreadyCompletedException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"DeploymentAlreadyCompletedException"
_ECSServiceMappingLimitExceededException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_ECSServiceMappingLimitExceededException :: Getting (First ServiceError) a ServiceError
_ECSServiceMappingLimitExceededException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"ECSServiceMappingLimitExceededException"
_DeploymentDoesNotExistException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_DeploymentDoesNotExistException :: Getting (First ServiceError) a ServiceError
_DeploymentDoesNotExistException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"DeploymentDoesNotExistException"
_BatchLimitExceededException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_BatchLimitExceededException :: Getting (First ServiceError) a ServiceError
_BatchLimitExceededException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"BatchLimitExceededException"
_InvalidRevisionException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_InvalidRevisionException :: Getting (First ServiceError) a ServiceError
_InvalidRevisionException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"InvalidRevisionException"
_RevisionRequiredException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_RevisionRequiredException :: Getting (First ServiceError) a ServiceError
_RevisionRequiredException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"RevisionRequiredException"
_InstanceDoesNotExistException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_InstanceDoesNotExistException :: Getting (First ServiceError) a ServiceError
_InstanceDoesNotExistException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"InstanceDoesNotExistException"
_DeploymentConfigInUseException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_DeploymentConfigInUseException :: Getting (First ServiceError) a ServiceError
_DeploymentConfigInUseException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"DeploymentConfigInUseException"
_InvalidInputException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_InvalidInputException :: Getting (First ServiceError) a ServiceError
_InvalidInputException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"InvalidInputException"
_InvalidEC2TagException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_InvalidEC2TagException :: Getting (First ServiceError) a ServiceError
_InvalidEC2TagException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"InvalidEC2TagException"
_InvalidInstanceNameException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_InvalidInstanceNameException :: Getting (First ServiceError) a ServiceError
_InvalidInstanceNameException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"InvalidInstanceNameException"
_InstanceNameRequiredException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_InstanceNameRequiredException :: Getting (First ServiceError) a ServiceError
_InstanceNameRequiredException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"InstanceNameRequiredException"
_MultipleIamArnsProvidedException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_MultipleIamArnsProvidedException :: Getting (First ServiceError) a ServiceError
_MultipleIamArnsProvidedException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"MultipleIamArnsProvidedException"
_TriggerTargetsLimitExceededException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_TriggerTargetsLimitExceededException :: Getting (First ServiceError) a ServiceError
_TriggerTargetsLimitExceededException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"TriggerTargetsLimitExceededException"
_InvalidDeploymentStatusException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_InvalidDeploymentStatusException :: Getting (First ServiceError) a ServiceError
_InvalidDeploymentStatusException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"InvalidDeploymentStatusException"
_InvalidRegistrationStatusException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_InvalidRegistrationStatusException :: Getting (First ServiceError) a ServiceError
_InvalidRegistrationStatusException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"InvalidRegistrationStatusException"
_ApplicationNameRequiredException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_ApplicationNameRequiredException :: Getting (First ServiceError) a ServiceError
_ApplicationNameRequiredException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"ApplicationNameRequiredException"
_InstanceNotRegisteredException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_InstanceNotRegisteredException :: Getting (First ServiceError) a ServiceError
_InstanceNotRegisteredException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"InstanceNotRegisteredException"
_ApplicationAlreadyExistsException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_ApplicationAlreadyExistsException :: Getting (First ServiceError) a ServiceError
_ApplicationAlreadyExistsException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"ApplicationAlreadyExistsException"
_InvalidInstanceStatusException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_InvalidInstanceStatusException :: Getting (First ServiceError) a ServiceError
_InvalidInstanceStatusException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"InvalidInstanceStatusException"
_InvalidDeploymentTargetIdException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_InvalidDeploymentTargetIdException :: Getting (First ServiceError) a ServiceError
_InvalidDeploymentTargetIdException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"InvalidDeploymentTargetIdException"
_TagLimitExceededException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_TagLimitExceededException :: Getting (First ServiceError) a ServiceError
_TagLimitExceededException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"TagLimitExceededException"
_ApplicationLimitExceededException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_ApplicationLimitExceededException :: Getting (First ServiceError) a ServiceError
_ApplicationLimitExceededException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"ApplicationLimitExceededException"
_TagSetListLimitExceededException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_TagSetListLimitExceededException :: Getting (First ServiceError) a ServiceError
_TagSetListLimitExceededException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"TagSetListLimitExceededException"
_InvalidArnException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_InvalidArnException :: Getting (First ServiceError) a ServiceError
_InvalidArnException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"InvalidArnException"
_InvalidOperationException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_InvalidOperationException :: Getting (First ServiceError) a ServiceError
_InvalidOperationException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"InvalidOperationException"
_DeploymentTargetIdRequiredException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_DeploymentTargetIdRequiredException :: Getting (First ServiceError) a ServiceError
_DeploymentTargetIdRequiredException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"DeploymentTargetIdRequiredException"
_GitHubAccountTokenNameRequiredException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_GitHubAccountTokenNameRequiredException :: Getting (First ServiceError) a ServiceError
_GitHubAccountTokenNameRequiredException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"GitHubAccountTokenNameRequiredException"
_InvalidECSServiceException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_InvalidECSServiceException :: Getting (First ServiceError) a ServiceError
_InvalidECSServiceException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"InvalidECSServiceException"
_InvalidDeploymentInstanceTypeException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_InvalidDeploymentInstanceTypeException :: Getting (First ServiceError) a ServiceError
_InvalidDeploymentInstanceTypeException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"InvalidDeploymentInstanceTypeException"
_InvalidExternalIdException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_InvalidExternalIdException :: Getting (First ServiceError) a ServiceError
_InvalidExternalIdException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"InvalidExternalIdException"
_IamArnRequiredException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_IamArnRequiredException :: Getting (First ServiceError) a ServiceError
_IamArnRequiredException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"IamArnRequiredException"
_InvalidGitHubAccountTokenNameException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_InvalidGitHubAccountTokenNameException :: Getting (First ServiceError) a ServiceError
_InvalidGitHubAccountTokenNameException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"InvalidGitHubAccountTokenNameException"
_LifecycleEventAlreadyCompletedException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_LifecycleEventAlreadyCompletedException :: Getting (First ServiceError) a ServiceError
_LifecycleEventAlreadyCompletedException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"LifecycleEventAlreadyCompletedException"
_InvalidKeyPrefixFilterException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_InvalidKeyPrefixFilterException :: Getting (First ServiceError) a ServiceError
_InvalidKeyPrefixFilterException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"InvalidKeyPrefixFilterException"
_ResourceArnRequiredException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_ResourceArnRequiredException :: Getting (First ServiceError) a ServiceError
_ResourceArnRequiredException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"ResourceArnRequiredException"
_DeploymentAlreadyStartedException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_DeploymentAlreadyStartedException :: Getting (First ServiceError) a ServiceError
_DeploymentAlreadyStartedException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"DeploymentAlreadyStartedException"