{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE StrictData #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# OPTIONS_GHC -fno-warn-unused-matches #-}
module Amazonka.Transcribe.Types
(
defaultService,
_ConflictException,
_NotFoundException,
_InternalFailureException,
_BadRequestException,
_LimitExceededException,
BaseModelName (..),
CLMLanguageCode (..),
CallAnalyticsJobStatus (..),
LanguageCode (..),
MediaFormat (..),
MedicalContentIdentificationType (..),
ModelStatus (..),
OutputLocationType (..),
ParticipantRole (..),
RedactionOutput (..),
RedactionType (..),
SentimentValue (..),
Specialty (..),
SubtitleFormat (..),
TranscriptFilterType (..),
TranscriptionJobStatus (..),
Type (..),
VocabularyFilterMethod (..),
VocabularyState (..),
AbsoluteTimeRange (..),
newAbsoluteTimeRange,
absoluteTimeRange_first,
absoluteTimeRange_startTime,
absoluteTimeRange_last,
absoluteTimeRange_endTime,
CallAnalyticsJob (..),
newCallAnalyticsJob,
callAnalyticsJob_creationTime,
callAnalyticsJob_failureReason,
callAnalyticsJob_callAnalyticsJobStatus,
callAnalyticsJob_identifiedLanguageScore,
callAnalyticsJob_languageCode,
callAnalyticsJob_settings,
callAnalyticsJob_startTime,
callAnalyticsJob_completionTime,
callAnalyticsJob_callAnalyticsJobName,
callAnalyticsJob_media,
callAnalyticsJob_mediaFormat,
callAnalyticsJob_channelDefinitions,
callAnalyticsJob_dataAccessRoleArn,
callAnalyticsJob_transcript,
callAnalyticsJob_mediaSampleRateHertz,
CallAnalyticsJobSettings (..),
newCallAnalyticsJobSettings,
callAnalyticsJobSettings_contentRedaction,
callAnalyticsJobSettings_languageOptions,
callAnalyticsJobSettings_vocabularyName,
callAnalyticsJobSettings_languageModelName,
callAnalyticsJobSettings_vocabularyFilterName,
callAnalyticsJobSettings_vocabularyFilterMethod,
CallAnalyticsJobSummary (..),
newCallAnalyticsJobSummary,
callAnalyticsJobSummary_creationTime,
callAnalyticsJobSummary_failureReason,
callAnalyticsJobSummary_callAnalyticsJobStatus,
callAnalyticsJobSummary_languageCode,
callAnalyticsJobSummary_startTime,
callAnalyticsJobSummary_completionTime,
callAnalyticsJobSummary_callAnalyticsJobName,
CategoryProperties (..),
newCategoryProperties,
categoryProperties_rules,
categoryProperties_categoryName,
categoryProperties_lastUpdateTime,
categoryProperties_createTime,
ChannelDefinition (..),
newChannelDefinition,
channelDefinition_participantRole,
channelDefinition_channelId,
ContentRedaction (..),
newContentRedaction,
contentRedaction_redactionType,
contentRedaction_redactionOutput,
InputDataConfig (..),
newInputDataConfig,
inputDataConfig_tuningDataS3Uri,
inputDataConfig_s3Uri,
inputDataConfig_dataAccessRoleArn,
InterruptionFilter (..),
newInterruptionFilter,
interruptionFilter_participantRole,
interruptionFilter_relativeTimeRange,
interruptionFilter_negate,
interruptionFilter_threshold,
interruptionFilter_absoluteTimeRange,
JobExecutionSettings (..),
newJobExecutionSettings,
jobExecutionSettings_dataAccessRoleArn,
jobExecutionSettings_allowDeferredExecution,
LanguageModel (..),
newLanguageModel,
languageModel_failureReason,
languageModel_languageCode,
languageModel_modelName,
languageModel_lastModifiedTime,
languageModel_upgradeAvailability,
languageModel_inputDataConfig,
languageModel_baseModelName,
languageModel_modelStatus,
languageModel_createTime,
Media (..),
newMedia,
media_mediaFileUri,
media_redactedMediaFileUri,
MedicalTranscript (..),
newMedicalTranscript,
medicalTranscript_transcriptFileUri,
MedicalTranscriptionJob (..),
newMedicalTranscriptionJob,
medicalTranscriptionJob_creationTime,
medicalTranscriptionJob_specialty,
medicalTranscriptionJob_failureReason,
medicalTranscriptionJob_languageCode,
medicalTranscriptionJob_settings,
medicalTranscriptionJob_startTime,
medicalTranscriptionJob_completionTime,
medicalTranscriptionJob_media,
medicalTranscriptionJob_mediaFormat,
medicalTranscriptionJob_medicalTranscriptionJobName,
medicalTranscriptionJob_transcriptionJobStatus,
medicalTranscriptionJob_type,
medicalTranscriptionJob_contentIdentificationType,
medicalTranscriptionJob_transcript,
medicalTranscriptionJob_tags,
medicalTranscriptionJob_mediaSampleRateHertz,
MedicalTranscriptionJobSummary (..),
newMedicalTranscriptionJobSummary,
medicalTranscriptionJobSummary_creationTime,
medicalTranscriptionJobSummary_specialty,
medicalTranscriptionJobSummary_failureReason,
medicalTranscriptionJobSummary_languageCode,
medicalTranscriptionJobSummary_outputLocationType,
medicalTranscriptionJobSummary_startTime,
medicalTranscriptionJobSummary_completionTime,
medicalTranscriptionJobSummary_medicalTranscriptionJobName,
medicalTranscriptionJobSummary_transcriptionJobStatus,
medicalTranscriptionJobSummary_type,
medicalTranscriptionJobSummary_contentIdentificationType,
MedicalTranscriptionSetting (..),
newMedicalTranscriptionSetting,
medicalTranscriptionSetting_vocabularyName,
medicalTranscriptionSetting_maxAlternatives,
medicalTranscriptionSetting_channelIdentification,
medicalTranscriptionSetting_showAlternatives,
medicalTranscriptionSetting_maxSpeakerLabels,
medicalTranscriptionSetting_showSpeakerLabels,
ModelSettings (..),
newModelSettings,
modelSettings_languageModelName,
NonTalkTimeFilter (..),
newNonTalkTimeFilter,
nonTalkTimeFilter_relativeTimeRange,
nonTalkTimeFilter_negate,
nonTalkTimeFilter_threshold,
nonTalkTimeFilter_absoluteTimeRange,
RelativeTimeRange (..),
newRelativeTimeRange,
relativeTimeRange_endPercentage,
relativeTimeRange_first,
relativeTimeRange_last,
relativeTimeRange_startPercentage,
Rule (..),
newRule,
rule_nonTalkTimeFilter,
rule_transcriptFilter,
rule_sentimentFilter,
rule_interruptionFilter,
SentimentFilter (..),
newSentimentFilter,
sentimentFilter_participantRole,
sentimentFilter_relativeTimeRange,
sentimentFilter_negate,
sentimentFilter_absoluteTimeRange,
sentimentFilter_sentiments,
Settings (..),
newSettings,
settings_vocabularyName,
settings_maxAlternatives,
settings_channelIdentification,
settings_showAlternatives,
settings_maxSpeakerLabels,
settings_vocabularyFilterName,
settings_showSpeakerLabels,
settings_vocabularyFilterMethod,
Subtitles (..),
newSubtitles,
subtitles_formats,
SubtitlesOutput (..),
newSubtitlesOutput,
subtitlesOutput_formats,
subtitlesOutput_subtitleFileUris,
Tag (..),
newTag,
tag_key,
tag_value,
Transcript (..),
newTranscript,
transcript_redactedTranscriptFileUri,
transcript_transcriptFileUri,
TranscriptFilter (..),
newTranscriptFilter,
transcriptFilter_participantRole,
transcriptFilter_relativeTimeRange,
transcriptFilter_negate,
transcriptFilter_absoluteTimeRange,
transcriptFilter_transcriptFilterType,
transcriptFilter_targets,
TranscriptionJob (..),
newTranscriptionJob,
transcriptionJob_creationTime,
transcriptionJob_failureReason,
transcriptionJob_contentRedaction,
transcriptionJob_identifiedLanguageScore,
transcriptionJob_subtitles,
transcriptionJob_languageCode,
transcriptionJob_languageOptions,
transcriptionJob_settings,
transcriptionJob_startTime,
transcriptionJob_completionTime,
transcriptionJob_media,
transcriptionJob_mediaFormat,
transcriptionJob_modelSettings,
transcriptionJob_transcriptionJobStatus,
transcriptionJob_jobExecutionSettings,
transcriptionJob_transcriptionJobName,
transcriptionJob_identifyLanguage,
transcriptionJob_transcript,
transcriptionJob_tags,
transcriptionJob_mediaSampleRateHertz,
TranscriptionJobSummary (..),
newTranscriptionJobSummary,
transcriptionJobSummary_creationTime,
transcriptionJobSummary_failureReason,
transcriptionJobSummary_contentRedaction,
transcriptionJobSummary_identifiedLanguageScore,
transcriptionJobSummary_languageCode,
transcriptionJobSummary_outputLocationType,
transcriptionJobSummary_startTime,
transcriptionJobSummary_completionTime,
transcriptionJobSummary_modelSettings,
transcriptionJobSummary_transcriptionJobStatus,
transcriptionJobSummary_transcriptionJobName,
transcriptionJobSummary_identifyLanguage,
VocabularyFilterInfo (..),
newVocabularyFilterInfo,
vocabularyFilterInfo_languageCode,
vocabularyFilterInfo_lastModifiedTime,
vocabularyFilterInfo_vocabularyFilterName,
VocabularyInfo (..),
newVocabularyInfo,
vocabularyInfo_languageCode,
vocabularyInfo_vocabularyName,
vocabularyInfo_lastModifiedTime,
vocabularyInfo_vocabularyState,
)
where
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
import Amazonka.Transcribe.Types.AbsoluteTimeRange
import Amazonka.Transcribe.Types.BaseModelName
import Amazonka.Transcribe.Types.CLMLanguageCode
import Amazonka.Transcribe.Types.CallAnalyticsJob
import Amazonka.Transcribe.Types.CallAnalyticsJobSettings
import Amazonka.Transcribe.Types.CallAnalyticsJobStatus
import Amazonka.Transcribe.Types.CallAnalyticsJobSummary
import Amazonka.Transcribe.Types.CategoryProperties
import Amazonka.Transcribe.Types.ChannelDefinition
import Amazonka.Transcribe.Types.ContentRedaction
import Amazonka.Transcribe.Types.InputDataConfig
import Amazonka.Transcribe.Types.InterruptionFilter
import Amazonka.Transcribe.Types.JobExecutionSettings
import Amazonka.Transcribe.Types.LanguageCode
import Amazonka.Transcribe.Types.LanguageModel
import Amazonka.Transcribe.Types.Media
import Amazonka.Transcribe.Types.MediaFormat
import Amazonka.Transcribe.Types.MedicalContentIdentificationType
import Amazonka.Transcribe.Types.MedicalTranscript
import Amazonka.Transcribe.Types.MedicalTranscriptionJob
import Amazonka.Transcribe.Types.MedicalTranscriptionJobSummary
import Amazonka.Transcribe.Types.MedicalTranscriptionSetting
import Amazonka.Transcribe.Types.ModelSettings
import Amazonka.Transcribe.Types.ModelStatus
import Amazonka.Transcribe.Types.NonTalkTimeFilter
import Amazonka.Transcribe.Types.OutputLocationType
import Amazonka.Transcribe.Types.ParticipantRole
import Amazonka.Transcribe.Types.RedactionOutput
import Amazonka.Transcribe.Types.RedactionType
import Amazonka.Transcribe.Types.RelativeTimeRange
import Amazonka.Transcribe.Types.Rule
import Amazonka.Transcribe.Types.SentimentFilter
import Amazonka.Transcribe.Types.SentimentValue
import Amazonka.Transcribe.Types.Settings
import Amazonka.Transcribe.Types.Specialty
import Amazonka.Transcribe.Types.SubtitleFormat
import Amazonka.Transcribe.Types.Subtitles
import Amazonka.Transcribe.Types.SubtitlesOutput
import Amazonka.Transcribe.Types.Tag
import Amazonka.Transcribe.Types.Transcript
import Amazonka.Transcribe.Types.TranscriptFilter
import Amazonka.Transcribe.Types.TranscriptFilterType
import Amazonka.Transcribe.Types.TranscriptionJob
import Amazonka.Transcribe.Types.TranscriptionJobStatus
import Amazonka.Transcribe.Types.TranscriptionJobSummary
import Amazonka.Transcribe.Types.Type
import Amazonka.Transcribe.Types.VocabularyFilterInfo
import Amazonka.Transcribe.Types.VocabularyFilterMethod
import Amazonka.Transcribe.Types.VocabularyInfo
import Amazonka.Transcribe.Types.VocabularyState
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
"Transcribe",
$sel:_serviceSigner:Service :: Signer
Core._serviceSigner = Signer
Sign.v4,
$sel:_serviceEndpointPrefix:Service :: ByteString
Core._serviceEndpointPrefix = ByteString
"transcribe",
$sel:_serviceSigningName:Service :: ByteString
Core._serviceSigningName = ByteString
"transcribe",
$sel:_serviceVersion:Service :: ByteString
Core._serviceVersion = ByteString
"2017-10-26",
$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
"Transcribe",
$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
_ConflictException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_ConflictException :: Getting (First ServiceError) a ServiceError
_ConflictException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"ConflictException"
_NotFoundException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_NotFoundException :: Getting (First ServiceError) a ServiceError
_NotFoundException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"NotFoundException"
_InternalFailureException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_InternalFailureException :: Getting (First ServiceError) a ServiceError
_InternalFailureException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"InternalFailureException"
_BadRequestException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_BadRequestException :: Getting (First ServiceError) a ServiceError
_BadRequestException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"BadRequestException"
_LimitExceededException :: Core.AsError a => Lens.Getting (Prelude.First Core.ServiceError) a Core.ServiceError
_LimitExceededException :: Getting (First ServiceError) a ServiceError
_LimitExceededException =
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
forall a.
AsError a =>
Service -> ErrorCode -> Getting (First ServiceError) a ServiceError
Core._MatchServiceError
Service
defaultService
ErrorCode
"LimitExceededException"