{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE StrictData #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# OPTIONS_GHC -fno-warn-unused-matches #-}
module Amazonka.OpsWorks.Types
(
defaultService,
_ValidationException,
_ResourceNotFoundException,
AppAttributesKeys (..),
AppType (..),
Architecture (..),
AutoScalingType (..),
CloudWatchLogsEncoding (..),
CloudWatchLogsInitialPosition (..),
CloudWatchLogsTimeZone (..),
DeploymentCommandName (..),
LayerAttributesKeys (..),
LayerType (..),
RootDeviceType (..),
SourceType (..),
StackAttributesKeys (..),
VirtualizationType (..),
VolumeType (..),
AgentVersion (..),
newAgentVersion,
agentVersion_version,
agentVersion_configurationManager,
App (..),
newApp,
app_sslConfiguration,
app_environment,
app_enableSsl,
app_createdAt,
app_shortname,
app_dataSources,
app_appSource,
app_appId,
app_attributes,
app_name,
app_type,
app_stackId,
app_domains,
app_description,
AutoScalingThresholds (..),
newAutoScalingThresholds,
autoScalingThresholds_instanceCount,
autoScalingThresholds_ignoreMetricsTime,
autoScalingThresholds_loadThreshold,
autoScalingThresholds_thresholdsWaitTime,
autoScalingThresholds_alarms,
autoScalingThresholds_memoryThreshold,
autoScalingThresholds_cpuThreshold,
BlockDeviceMapping (..),
newBlockDeviceMapping,
blockDeviceMapping_virtualName,
blockDeviceMapping_noDevice,
blockDeviceMapping_ebs,
blockDeviceMapping_deviceName,
ChefConfiguration (..),
newChefConfiguration,
chefConfiguration_berkshelfVersion,
chefConfiguration_manageBerkshelf,
CloudWatchLogsConfiguration (..),
newCloudWatchLogsConfiguration,
cloudWatchLogsConfiguration_enabled,
cloudWatchLogsConfiguration_logStreams,
CloudWatchLogsLogStream (..),
newCloudWatchLogsLogStream,
cloudWatchLogsLogStream_batchCount,
cloudWatchLogsLogStream_fileFingerprintLines,
cloudWatchLogsLogStream_bufferDuration,
cloudWatchLogsLogStream_batchSize,
cloudWatchLogsLogStream_logGroupName,
cloudWatchLogsLogStream_multiLineStartPattern,
cloudWatchLogsLogStream_initialPosition,
cloudWatchLogsLogStream_datetimeFormat,
cloudWatchLogsLogStream_encoding,
cloudWatchLogsLogStream_timeZone,
cloudWatchLogsLogStream_file,
Command (..),
newCommand,
command_deploymentId,
command_instanceId,
command_status,
command_logUrl,
command_createdAt,
command_commandId,
command_exitCode,
command_type,
command_completedAt,
command_acknowledgedAt,
DataSource (..),
newDataSource,
dataSource_arn,
dataSource_databaseName,
dataSource_type,
Deployment (..),
newDeployment,
deployment_deploymentId,
deployment_status,
deployment_command,
deployment_createdAt,
deployment_customJson,
deployment_iamUserArn,
deployment_appId,
deployment_instanceIds,
deployment_completedAt,
deployment_stackId,
deployment_comment,
deployment_duration,
DeploymentCommand (..),
newDeploymentCommand,
deploymentCommand_args,
deploymentCommand_name,
EbsBlockDevice (..),
newEbsBlockDevice,
ebsBlockDevice_deleteOnTermination,
ebsBlockDevice_volumeSize,
ebsBlockDevice_iops,
ebsBlockDevice_volumeType,
ebsBlockDevice_snapshotId,
EcsCluster (..),
newEcsCluster,
ecsCluster_ecsClusterArn,
ecsCluster_ecsClusterName,
ecsCluster_registeredAt,
ecsCluster_stackId,
ElasticIp (..),
newElasticIp,
elasticIp_instanceId,
elasticIp_domain,
elasticIp_ip,
elasticIp_name,
elasticIp_region,
ElasticLoadBalancer (..),
newElasticLoadBalancer,
elasticLoadBalancer_subnetIds,
elasticLoadBalancer_vpcId,
elasticLoadBalancer_availabilityZones,
elasticLoadBalancer_region,
elasticLoadBalancer_elasticLoadBalancerName,
elasticLoadBalancer_stackId,
elasticLoadBalancer_ec2InstanceIds,
elasticLoadBalancer_layerId,
elasticLoadBalancer_dnsName,
EnvironmentVariable (..),
newEnvironmentVariable,
environmentVariable_secure,
environmentVariable_key,
environmentVariable_value,
Instance (..),
newInstance,
instance_privateDns,
instance_reportedAgentVersion,
instance_instanceId,
instance_status,
instance_privateIp,
instance_installUpdatesOnBoot,
instance_virtualizationType,
instance_instanceProfileArn,
instance_platform,
instance_hostname,
instance_sshHostRsaKeyFingerprint,
instance_securityGroupIds,
instance_ecsClusterArn,
instance_arn,
instance_createdAt,
instance_ec2InstanceId,
instance_sshKeyName,
instance_agentVersion,
instance_rootDeviceVolumeId,
instance_subnetId,
instance_infrastructureClass,
instance_sshHostDsaKeyFingerprint,
instance_instanceType,
instance_ebsOptimized,
instance_elasticIp,
instance_os,
instance_availabilityZone,
instance_lastServiceErrorId,
instance_tenancy,
instance_autoScalingType,
instance_layerIds,
instance_architecture,
instance_publicDns,
instance_amiId,
instance_publicIp,
instance_reportedOs,
instance_registeredBy,
instance_stackId,
instance_rootDeviceType,
instance_ecsContainerInstanceArn,
instance_blockDeviceMappings,
InstanceIdentity (..),
newInstanceIdentity,
instanceIdentity_signature,
instanceIdentity_document,
InstancesCount (..),
newInstancesCount,
instancesCount_terminating,
instancesCount_pending,
instancesCount_online,
instancesCount_unassigning,
instancesCount_deregistering,
instancesCount_runningSetup,
instancesCount_requested,
instancesCount_stopFailed,
instancesCount_booting,
instancesCount_stopped,
instancesCount_rebooting,
instancesCount_assigning,
instancesCount_shuttingDown,
instancesCount_setupFailed,
instancesCount_connectionLost,
instancesCount_terminated,
instancesCount_stopping,
instancesCount_registered,
instancesCount_startFailed,
instancesCount_registering,
Layer (..),
newLayer,
layer_customInstanceProfileArn,
layer_customSecurityGroupIds,
layer_installUpdatesOnBoot,
layer_cloudWatchLogsConfiguration,
layer_lifecycleEventConfiguration,
layer_arn,
layer_createdAt,
layer_shortname,
layer_defaultRecipes,
layer_customRecipes,
layer_customJson,
layer_volumeConfigurations,
layer_enableAutoHealing,
layer_packages,
layer_attributes,
layer_name,
layer_autoAssignPublicIps,
layer_type,
layer_useEbsOptimizedInstances,
layer_stackId,
layer_layerId,
layer_defaultSecurityGroupNames,
layer_autoAssignElasticIps,
LifecycleEventConfiguration (..),
newLifecycleEventConfiguration,
lifecycleEventConfiguration_shutdown,
LoadBasedAutoScalingConfiguration (..),
newLoadBasedAutoScalingConfiguration,
loadBasedAutoScalingConfiguration_upScaling,
loadBasedAutoScalingConfiguration_enable,
loadBasedAutoScalingConfiguration_downScaling,
loadBasedAutoScalingConfiguration_layerId,
OperatingSystem (..),
newOperatingSystem,
operatingSystem_reportedVersion,
operatingSystem_supported,
operatingSystem_name,
operatingSystem_id,
operatingSystem_configurationManagers,
operatingSystem_type,
operatingSystem_reportedName,
OperatingSystemConfigurationManager (..),
newOperatingSystemConfigurationManager,
operatingSystemConfigurationManager_name,
operatingSystemConfigurationManager_version,
Permission (..),
newPermission,
permission_iamUserArn,
permission_allowSudo,
permission_stackId,
permission_level,
permission_allowSsh,
RaidArray (..),
newRaidArray,
raidArray_instanceId,
raidArray_size,
raidArray_iops,
raidArray_createdAt,
raidArray_raidLevel,
raidArray_device,
raidArray_numberOfDisks,
raidArray_availabilityZone,
raidArray_name,
raidArray_raidArrayId,
raidArray_volumeType,
raidArray_stackId,
raidArray_mountPoint,
RdsDbInstance (..),
newRdsDbInstance,
rdsDbInstance_rdsDbInstanceArn,
rdsDbInstance_dbUser,
rdsDbInstance_missingOnRds,
rdsDbInstance_engine,
rdsDbInstance_address,
rdsDbInstance_dbInstanceIdentifier,
rdsDbInstance_region,
rdsDbInstance_stackId,
rdsDbInstance_dbPassword,
Recipes (..),
newRecipes,
recipes_setup,
recipes_shutdown,
recipes_undeploy,
recipes_configure,
recipes_deploy,
ReportedOs (..),
newReportedOs,
reportedOs_family,
reportedOs_name,
reportedOs_version,
SelfUserProfile (..),
newSelfUserProfile,
selfUserProfile_sshPublicKey,
selfUserProfile_sshUsername,
selfUserProfile_iamUserArn,
selfUserProfile_name,
ServiceError (..),
newServiceError,
serviceError_instanceId,
serviceError_createdAt,
serviceError_serviceErrorId,
serviceError_type,
serviceError_stackId,
serviceError_message,
ShutdownEventConfiguration (..),
newShutdownEventConfiguration,
shutdownEventConfiguration_executionTimeout,
shutdownEventConfiguration_delayUntilElbConnectionsDrained,
Source (..),
newSource,
source_url,
source_username,
source_sshKey,
source_password,
source_type,
source_revision,
SslConfiguration (..),
newSslConfiguration,
sslConfiguration_privateKey,
sslConfiguration_certificate,
sslConfiguration_chain,
Stack (..),
newStack,
stack_defaultInstanceProfileArn,
stack_serviceRoleArn,
stack_defaultRootDeviceType,
stack_arn,
stack_createdAt,
stack_vpcId,
stack_chefConfiguration,
stack_agentVersion,
stack_defaultSshKeyName,
stack_customJson,
stack_customCookbooksSource,
stack_defaultAvailabilityZone,
stack_attributes,
stack_name,
stack_defaultOs,
stack_useOpsworksSecurityGroups,
stack_useCustomCookbooks,
stack_defaultSubnetId,
stack_region,
stack_configurationManager,
stack_stackId,
stack_hostnameTheme,
StackConfigurationManager (..),
newStackConfigurationManager,
stackConfigurationManager_name,
stackConfigurationManager_version,
StackSummary (..),
newStackSummary,
stackSummary_arn,
stackSummary_appsCount,
stackSummary_name,
stackSummary_stackId,
stackSummary_layersCount,
stackSummary_instancesCount,
TemporaryCredential (..),
newTemporaryCredential,
temporaryCredential_instanceId,
temporaryCredential_username,
temporaryCredential_password,
temporaryCredential_validForInMinutes,
TimeBasedAutoScalingConfiguration (..),
newTimeBasedAutoScalingConfiguration,
timeBasedAutoScalingConfiguration_instanceId,
timeBasedAutoScalingConfiguration_autoScalingSchedule,
UserProfile (..),
newUserProfile,
userProfile_allowSelfManagement,
userProfile_sshPublicKey,
userProfile_sshUsername,
userProfile_iamUserArn,
userProfile_name,
Volume (..),
newVolume,
volume_instanceId,
volume_status,
volume_size,
volume_iops,
volume_device,
volume_encrypted,
volume_availabilityZone,
volume_name,
volume_raidArrayId,
volume_volumeId,
volume_region,
volume_volumeType,
volume_ec2VolumeId,
volume_mountPoint,
VolumeConfiguration (..),
newVolumeConfiguration,
volumeConfiguration_iops,
volumeConfiguration_raidLevel,
volumeConfiguration_encrypted,
volumeConfiguration_volumeType,
volumeConfiguration_mountPoint,
volumeConfiguration_numberOfDisks,
volumeConfiguration_size,
WeeklyAutoScalingSchedule (..),
newWeeklyAutoScalingSchedule,
weeklyAutoScalingSchedule_thursday,
weeklyAutoScalingSchedule_wednesday,
weeklyAutoScalingSchedule_saturday,
weeklyAutoScalingSchedule_monday,
weeklyAutoScalingSchedule_friday,
weeklyAutoScalingSchedule_sunday,
weeklyAutoScalingSchedule_tuesday,
)
where
import qualified Amazonka.Core as Core
import qualified Amazonka.Lens as Lens
import Amazonka.OpsWorks.Types.AgentVersion
import Amazonka.OpsWorks.Types.App
import Amazonka.OpsWorks.Types.AppAttributesKeys
import Amazonka.OpsWorks.Types.AppType
import Amazonka.OpsWorks.Types.Architecture
import Amazonka.OpsWorks.Types.AutoScalingThresholds
import Amazonka.OpsWorks.Types.AutoScalingType
import Amazonka.OpsWorks.Types.BlockDeviceMapping
import Amazonka.OpsWorks.Types.ChefConfiguration
import Amazonka.OpsWorks.Types.CloudWatchLogsConfiguration
import Amazonka.OpsWorks.Types.CloudWatchLogsEncoding
import Amazonka.OpsWorks.Types.CloudWatchLogsInitialPosition
import Amazonka.OpsWorks.Types.CloudWatchLogsLogStream
import Amazonka.OpsWorks.Types.CloudWatchLogsTimeZone
import Amazonka.OpsWorks.Types.Command
import Amazonka.OpsWorks.Types.DataSource
import Amazonka.OpsWorks.Types.Deployment
import Amazonka.OpsWorks.Types.DeploymentCommand
import Amazonka.OpsWorks.Types.DeploymentCommandName
import Amazonka.OpsWorks.Types.EbsBlockDevice
import Amazonka.OpsWorks.Types.EcsCluster
import Amazonka.OpsWorks.Types.ElasticIp
import Amazonka.OpsWorks.Types.ElasticLoadBalancer
import Amazonka.OpsWorks.Types.EnvironmentVariable
import Amazonka.OpsWorks.Types.Instance
import Amazonka.OpsWorks.Types.InstanceIdentity
import Amazonka.OpsWorks.Types.InstancesCount
import Amazonka.OpsWorks.Types.Layer
import Amazonka.OpsWorks.Types.LayerAttributesKeys
import Amazonka.OpsWorks.Types.LayerType
import Amazonka.OpsWorks.Types.LifecycleEventConfiguration
import Amazonka.OpsWorks.Types.LoadBasedAutoScalingConfiguration
import Amazonka.OpsWorks.Types.OperatingSystem
import Amazonka.OpsWorks.Types.OperatingSystemConfigurationManager
import Amazonka.OpsWorks.Types.Permission
import Amazonka.OpsWorks.Types.RaidArray
import Amazonka.OpsWorks.Types.RdsDbInstance
import Amazonka.OpsWorks.Types.Recipes
import Amazonka.OpsWorks.Types.ReportedOs
import Amazonka.OpsWorks.Types.RootDeviceType
import Amazonka.OpsWorks.Types.SelfUserProfile
import Amazonka.OpsWorks.Types.ServiceError
import Amazonka.OpsWorks.Types.ShutdownEventConfiguration
import Amazonka.OpsWorks.Types.Source
import Amazonka.OpsWorks.Types.SourceType
import Amazonka.OpsWorks.Types.SslConfiguration
import Amazonka.OpsWorks.Types.Stack
import Amazonka.OpsWorks.Types.StackAttributesKeys
import Amazonka.OpsWorks.Types.StackConfigurationManager
import Amazonka.OpsWorks.Types.StackSummary
import Amazonka.OpsWorks.Types.TemporaryCredential
import Amazonka.OpsWorks.Types.TimeBasedAutoScalingConfiguration
import Amazonka.OpsWorks.Types.UserProfile
import Amazonka.OpsWorks.Types.VirtualizationType
import Amazonka.OpsWorks.Types.Volume
import Amazonka.OpsWorks.Types.VolumeConfiguration
import Amazonka.OpsWorks.Types.VolumeType
import Amazonka.OpsWorks.Types.WeeklyAutoScalingSchedule
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
"OpsWorks",
$sel:_serviceSigner:Service :: Signer
Core._serviceSigner = Signer
Sign.v4,
$sel:_serviceEndpointPrefix:Service :: ByteString
Core._serviceEndpointPrefix = ByteString
"opsworks",
$sel:_serviceSigningName:Service :: ByteString
Core._serviceSigningName = ByteString
"opsworks",
$sel:_serviceVersion:Service :: ByteString
Core._serviceVersion = ByteString
"2013-02-18",
$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
"OpsWorks",
$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
_ValidationException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_ValidationException :: Getting (First ServiceError) a ServiceError
_ValidationException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"ValidationException"
_ResourceNotFoundException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_ResourceNotFoundException :: Getting (First ServiceError) a ServiceError
_ResourceNotFoundException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"ResourceNotFoundException"