Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
- Service Configuration
- Errors
- MediaCapabilities
- MeetingFeatureStatus
- TranscribeContentIdentificationType
- TranscribeContentRedactionType
- TranscribeLanguageCode
- TranscribeMedicalContentIdentificationType
- TranscribeMedicalLanguageCode
- TranscribeMedicalRegion
- TranscribeMedicalSpecialty
- TranscribeMedicalType
- TranscribePartialResultsStability
- TranscribeRegion
- TranscribeVocabularyFilterMethod
- Attendee
- AttendeeCapabilities
- AttendeeIdItem
- AudioFeatures
- CreateAttendeeError
- CreateAttendeeRequestItem
- EngineTranscribeMedicalSettings
- EngineTranscribeSettings
- MediaPlacement
- Meeting
- MeetingFeaturesConfiguration
- NotificationsConfiguration
- Tag
- TranscriptionConfiguration
Synopsis
- defaultService :: Service
- _BadRequestException :: AsError a => Fold a ServiceError
- _ConflictException :: AsError a => Fold a ServiceError
- _ForbiddenException :: AsError a => Fold a ServiceError
- _LimitExceededException :: AsError a => Fold a ServiceError
- _NotFoundException :: AsError a => Fold a ServiceError
- _ResourceNotFoundException :: AsError a => Fold a ServiceError
- _ServiceFailureException :: AsError a => Fold a ServiceError
- _ServiceUnavailableException :: AsError a => Fold a ServiceError
- _ThrottlingException :: AsError a => Fold a ServiceError
- _TooManyTagsException :: AsError a => Fold a ServiceError
- _UnauthorizedException :: AsError a => Fold a ServiceError
- _UnprocessableEntityException :: AsError a => Fold a ServiceError
- newtype MediaCapabilities where
- MediaCapabilities' { }
- pattern MediaCapabilities_None :: MediaCapabilities
- pattern MediaCapabilities_Receive :: MediaCapabilities
- pattern MediaCapabilities_Send :: MediaCapabilities
- pattern MediaCapabilities_SendReceive :: MediaCapabilities
- newtype MeetingFeatureStatus where
- newtype TranscribeContentIdentificationType where
- newtype TranscribeContentRedactionType where
- newtype TranscribeLanguageCode where
- TranscribeLanguageCode' { }
- pattern TranscribeLanguageCode_De_DE :: TranscribeLanguageCode
- pattern TranscribeLanguageCode_En_AU :: TranscribeLanguageCode
- pattern TranscribeLanguageCode_En_GB :: TranscribeLanguageCode
- pattern TranscribeLanguageCode_En_US :: TranscribeLanguageCode
- pattern TranscribeLanguageCode_Es_US :: TranscribeLanguageCode
- pattern TranscribeLanguageCode_Fr_CA :: TranscribeLanguageCode
- pattern TranscribeLanguageCode_Fr_FR :: TranscribeLanguageCode
- pattern TranscribeLanguageCode_It_IT :: TranscribeLanguageCode
- pattern TranscribeLanguageCode_Ja_JP :: TranscribeLanguageCode
- pattern TranscribeLanguageCode_Ko_KR :: TranscribeLanguageCode
- pattern TranscribeLanguageCode_Pt_BR :: TranscribeLanguageCode
- pattern TranscribeLanguageCode_Zh_CN :: TranscribeLanguageCode
- newtype TranscribeMedicalContentIdentificationType where
- newtype TranscribeMedicalLanguageCode where
- newtype TranscribeMedicalRegion where
- TranscribeMedicalRegion' { }
- pattern TranscribeMedicalRegion_Ap_southeast_2 :: TranscribeMedicalRegion
- pattern TranscribeMedicalRegion_Auto :: TranscribeMedicalRegion
- pattern TranscribeMedicalRegion_Ca_central_1 :: TranscribeMedicalRegion
- pattern TranscribeMedicalRegion_Eu_west_1 :: TranscribeMedicalRegion
- pattern TranscribeMedicalRegion_Us_east_1 :: TranscribeMedicalRegion
- pattern TranscribeMedicalRegion_Us_east_2 :: TranscribeMedicalRegion
- pattern TranscribeMedicalRegion_Us_west_2 :: TranscribeMedicalRegion
- newtype TranscribeMedicalSpecialty where
- TranscribeMedicalSpecialty' { }
- pattern TranscribeMedicalSpecialty_CARDIOLOGY :: TranscribeMedicalSpecialty
- pattern TranscribeMedicalSpecialty_NEUROLOGY :: TranscribeMedicalSpecialty
- pattern TranscribeMedicalSpecialty_ONCOLOGY :: TranscribeMedicalSpecialty
- pattern TranscribeMedicalSpecialty_PRIMARYCARE :: TranscribeMedicalSpecialty
- pattern TranscribeMedicalSpecialty_RADIOLOGY :: TranscribeMedicalSpecialty
- pattern TranscribeMedicalSpecialty_UROLOGY :: TranscribeMedicalSpecialty
- newtype TranscribeMedicalType where
- newtype TranscribePartialResultsStability where
- newtype TranscribeRegion where
- TranscribeRegion' { }
- pattern TranscribeRegion_Ap_northeast_1 :: TranscribeRegion
- pattern TranscribeRegion_Ap_northeast_2 :: TranscribeRegion
- pattern TranscribeRegion_Ap_southeast_2 :: TranscribeRegion
- pattern TranscribeRegion_Auto :: TranscribeRegion
- pattern TranscribeRegion_Ca_central_1 :: TranscribeRegion
- pattern TranscribeRegion_Eu_central_1 :: TranscribeRegion
- pattern TranscribeRegion_Eu_west_1 :: TranscribeRegion
- pattern TranscribeRegion_Eu_west_2 :: TranscribeRegion
- pattern TranscribeRegion_Sa_east_1 :: TranscribeRegion
- pattern TranscribeRegion_Us_east_1 :: TranscribeRegion
- pattern TranscribeRegion_Us_east_2 :: TranscribeRegion
- pattern TranscribeRegion_Us_gov_west_1 :: TranscribeRegion
- pattern TranscribeRegion_Us_west_2 :: TranscribeRegion
- newtype TranscribeVocabularyFilterMethod where
- data Attendee = Attendee' {}
- newAttendee :: Attendee
- attendee_attendeeId :: Lens' Attendee (Maybe Text)
- attendee_capabilities :: Lens' Attendee (Maybe AttendeeCapabilities)
- attendee_externalUserId :: Lens' Attendee (Maybe Text)
- attendee_joinToken :: Lens' Attendee (Maybe Text)
- data AttendeeCapabilities = AttendeeCapabilities' {}
- newAttendeeCapabilities :: MediaCapabilities -> MediaCapabilities -> MediaCapabilities -> AttendeeCapabilities
- attendeeCapabilities_audio :: Lens' AttendeeCapabilities MediaCapabilities
- attendeeCapabilities_video :: Lens' AttendeeCapabilities MediaCapabilities
- attendeeCapabilities_content :: Lens' AttendeeCapabilities MediaCapabilities
- data AttendeeIdItem = AttendeeIdItem' {
- attendeeId :: Text
- newAttendeeIdItem :: Text -> AttendeeIdItem
- attendeeIdItem_attendeeId :: Lens' AttendeeIdItem Text
- data AudioFeatures = AudioFeatures' {}
- newAudioFeatures :: AudioFeatures
- audioFeatures_echoReduction :: Lens' AudioFeatures (Maybe MeetingFeatureStatus)
- data CreateAttendeeError = CreateAttendeeError' {
- errorCode :: Maybe Text
- errorMessage :: Maybe Text
- externalUserId :: Maybe (Sensitive Text)
- newCreateAttendeeError :: CreateAttendeeError
- createAttendeeError_errorCode :: Lens' CreateAttendeeError (Maybe Text)
- createAttendeeError_errorMessage :: Lens' CreateAttendeeError (Maybe Text)
- createAttendeeError_externalUserId :: Lens' CreateAttendeeError (Maybe Text)
- data CreateAttendeeRequestItem = CreateAttendeeRequestItem' {}
- newCreateAttendeeRequestItem :: Text -> CreateAttendeeRequestItem
- createAttendeeRequestItem_capabilities :: Lens' CreateAttendeeRequestItem (Maybe AttendeeCapabilities)
- createAttendeeRequestItem_externalUserId :: Lens' CreateAttendeeRequestItem Text
- data EngineTranscribeMedicalSettings = EngineTranscribeMedicalSettings' {}
- newEngineTranscribeMedicalSettings :: TranscribeMedicalLanguageCode -> TranscribeMedicalSpecialty -> TranscribeMedicalType -> EngineTranscribeMedicalSettings
- engineTranscribeMedicalSettings_contentIdentificationType :: Lens' EngineTranscribeMedicalSettings (Maybe TranscribeMedicalContentIdentificationType)
- engineTranscribeMedicalSettings_region :: Lens' EngineTranscribeMedicalSettings (Maybe TranscribeMedicalRegion)
- engineTranscribeMedicalSettings_vocabularyName :: Lens' EngineTranscribeMedicalSettings (Maybe Text)
- engineTranscribeMedicalSettings_languageCode :: Lens' EngineTranscribeMedicalSettings TranscribeMedicalLanguageCode
- engineTranscribeMedicalSettings_specialty :: Lens' EngineTranscribeMedicalSettings TranscribeMedicalSpecialty
- engineTranscribeMedicalSettings_type :: Lens' EngineTranscribeMedicalSettings TranscribeMedicalType
- data EngineTranscribeSettings = EngineTranscribeSettings' {
- contentIdentificationType :: Maybe TranscribeContentIdentificationType
- contentRedactionType :: Maybe TranscribeContentRedactionType
- enablePartialResultsStabilization :: Maybe Bool
- identifyLanguage :: Maybe Bool
- languageCode :: Maybe TranscribeLanguageCode
- languageModelName :: Maybe Text
- languageOptions :: Maybe Text
- partialResultsStability :: Maybe TranscribePartialResultsStability
- piiEntityTypes :: Maybe Text
- preferredLanguage :: Maybe TranscribeLanguageCode
- region :: Maybe TranscribeRegion
- vocabularyFilterMethod :: Maybe TranscribeVocabularyFilterMethod
- vocabularyFilterName :: Maybe Text
- vocabularyName :: Maybe Text
- newEngineTranscribeSettings :: EngineTranscribeSettings
- engineTranscribeSettings_contentIdentificationType :: Lens' EngineTranscribeSettings (Maybe TranscribeContentIdentificationType)
- engineTranscribeSettings_contentRedactionType :: Lens' EngineTranscribeSettings (Maybe TranscribeContentRedactionType)
- engineTranscribeSettings_enablePartialResultsStabilization :: Lens' EngineTranscribeSettings (Maybe Bool)
- engineTranscribeSettings_identifyLanguage :: Lens' EngineTranscribeSettings (Maybe Bool)
- engineTranscribeSettings_languageCode :: Lens' EngineTranscribeSettings (Maybe TranscribeLanguageCode)
- engineTranscribeSettings_languageModelName :: Lens' EngineTranscribeSettings (Maybe Text)
- engineTranscribeSettings_languageOptions :: Lens' EngineTranscribeSettings (Maybe Text)
- engineTranscribeSettings_partialResultsStability :: Lens' EngineTranscribeSettings (Maybe TranscribePartialResultsStability)
- engineTranscribeSettings_piiEntityTypes :: Lens' EngineTranscribeSettings (Maybe Text)
- engineTranscribeSettings_preferredLanguage :: Lens' EngineTranscribeSettings (Maybe TranscribeLanguageCode)
- engineTranscribeSettings_region :: Lens' EngineTranscribeSettings (Maybe TranscribeRegion)
- engineTranscribeSettings_vocabularyFilterMethod :: Lens' EngineTranscribeSettings (Maybe TranscribeVocabularyFilterMethod)
- engineTranscribeSettings_vocabularyFilterName :: Lens' EngineTranscribeSettings (Maybe Text)
- engineTranscribeSettings_vocabularyName :: Lens' EngineTranscribeSettings (Maybe Text)
- data MediaPlacement = MediaPlacement' {}
- newMediaPlacement :: MediaPlacement
- mediaPlacement_audioFallbackUrl :: Lens' MediaPlacement (Maybe Text)
- mediaPlacement_audioHostUrl :: Lens' MediaPlacement (Maybe Text)
- mediaPlacement_eventIngestionUrl :: Lens' MediaPlacement (Maybe Text)
- mediaPlacement_screenDataUrl :: Lens' MediaPlacement (Maybe Text)
- mediaPlacement_screenSharingUrl :: Lens' MediaPlacement (Maybe Text)
- mediaPlacement_screenViewingUrl :: Lens' MediaPlacement (Maybe Text)
- mediaPlacement_signalingUrl :: Lens' MediaPlacement (Maybe Text)
- mediaPlacement_turnControlUrl :: Lens' MediaPlacement (Maybe Text)
- data Meeting = Meeting' {
- externalMeetingId :: Maybe (Sensitive Text)
- mediaPlacement :: Maybe MediaPlacement
- mediaRegion :: Maybe Text
- meetingArn :: Maybe Text
- meetingFeatures :: Maybe MeetingFeaturesConfiguration
- meetingHostId :: Maybe (Sensitive Text)
- meetingId :: Maybe Text
- primaryMeetingId :: Maybe Text
- tenantIds :: Maybe (NonEmpty Text)
- newMeeting :: Meeting
- meeting_externalMeetingId :: Lens' Meeting (Maybe Text)
- meeting_mediaPlacement :: Lens' Meeting (Maybe MediaPlacement)
- meeting_mediaRegion :: Lens' Meeting (Maybe Text)
- meeting_meetingArn :: Lens' Meeting (Maybe Text)
- meeting_meetingFeatures :: Lens' Meeting (Maybe MeetingFeaturesConfiguration)
- meeting_meetingHostId :: Lens' Meeting (Maybe Text)
- meeting_meetingId :: Lens' Meeting (Maybe Text)
- meeting_primaryMeetingId :: Lens' Meeting (Maybe Text)
- meeting_tenantIds :: Lens' Meeting (Maybe (NonEmpty Text))
- data MeetingFeaturesConfiguration = MeetingFeaturesConfiguration' {}
- newMeetingFeaturesConfiguration :: MeetingFeaturesConfiguration
- meetingFeaturesConfiguration_audio :: Lens' MeetingFeaturesConfiguration (Maybe AudioFeatures)
- data NotificationsConfiguration = NotificationsConfiguration' {
- lambdaFunctionArn :: Maybe (Sensitive Text)
- snsTopicArn :: Maybe (Sensitive Text)
- sqsQueueArn :: Maybe (Sensitive Text)
- newNotificationsConfiguration :: NotificationsConfiguration
- notificationsConfiguration_lambdaFunctionArn :: Lens' NotificationsConfiguration (Maybe Text)
- notificationsConfiguration_snsTopicArn :: Lens' NotificationsConfiguration (Maybe Text)
- notificationsConfiguration_sqsQueueArn :: Lens' NotificationsConfiguration (Maybe Text)
- data Tag = Tag' {}
- newTag :: Text -> Text -> Tag
- tag_key :: Lens' Tag Text
- tag_value :: Lens' Tag Text
- data TranscriptionConfiguration = TranscriptionConfiguration' {}
- newTranscriptionConfiguration :: TranscriptionConfiguration
- transcriptionConfiguration_engineTranscribeMedicalSettings :: Lens' TranscriptionConfiguration (Maybe EngineTranscribeMedicalSettings)
- transcriptionConfiguration_engineTranscribeSettings :: Lens' TranscriptionConfiguration (Maybe EngineTranscribeSettings)
Service Configuration
defaultService :: Service Source #
API version 2021-07-15
of the Amazon Chime SDK Meetings SDK configuration.
Errors
_BadRequestException :: AsError a => Fold a ServiceError Source #
The input parameters don't match the service's restrictions.
_ConflictException :: AsError a => Fold a ServiceError Source #
Multiple instances of the same request have been made simultaneously.
_ForbiddenException :: AsError a => Fold a ServiceError Source #
The client is permanently forbidden from making the request.
_LimitExceededException :: AsError a => Fold a ServiceError Source #
The request exceeds the resource limit.
_NotFoundException :: AsError a => Fold a ServiceError Source #
One or more of the resources in the request does not exist in the system.
_ResourceNotFoundException :: AsError a => Fold a ServiceError Source #
The resource that you want to tag couldn't be found.
_ServiceFailureException :: AsError a => Fold a ServiceError Source #
The service encountered an unexpected error.
_ServiceUnavailableException :: AsError a => Fold a ServiceError Source #
The service is currently unavailable.
_ThrottlingException :: AsError a => Fold a ServiceError Source #
The number of customer requests exceeds the request rate limit.
_TooManyTagsException :: AsError a => Fold a ServiceError Source #
Too many tags were added to the specified resource.
_UnauthorizedException :: AsError a => Fold a ServiceError Source #
The user isn't authorized to request a resource.
_UnprocessableEntityException :: AsError a => Fold a ServiceError Source #
The request was well-formed but was unable to be followed due to semantic errors.
MediaCapabilities
newtype MediaCapabilities Source #
pattern MediaCapabilities_None :: MediaCapabilities | |
pattern MediaCapabilities_Receive :: MediaCapabilities | |
pattern MediaCapabilities_Send :: MediaCapabilities | |
pattern MediaCapabilities_SendReceive :: MediaCapabilities |
Instances
MeetingFeatureStatus
newtype MeetingFeatureStatus Source #
pattern MeetingFeatureStatus_AVAILABLE :: MeetingFeatureStatus | |
pattern MeetingFeatureStatus_UNAVAILABLE :: MeetingFeatureStatus |
Instances
TranscribeContentIdentificationType
newtype TranscribeContentIdentificationType Source #
Instances
TranscribeContentRedactionType
newtype TranscribeContentRedactionType Source #
Instances
TranscribeLanguageCode
newtype TranscribeLanguageCode Source #
pattern TranscribeLanguageCode_De_DE :: TranscribeLanguageCode | |
pattern TranscribeLanguageCode_En_AU :: TranscribeLanguageCode | |
pattern TranscribeLanguageCode_En_GB :: TranscribeLanguageCode | |
pattern TranscribeLanguageCode_En_US :: TranscribeLanguageCode | |
pattern TranscribeLanguageCode_Es_US :: TranscribeLanguageCode | |
pattern TranscribeLanguageCode_Fr_CA :: TranscribeLanguageCode | |
pattern TranscribeLanguageCode_Fr_FR :: TranscribeLanguageCode | |
pattern TranscribeLanguageCode_It_IT :: TranscribeLanguageCode | |
pattern TranscribeLanguageCode_Ja_JP :: TranscribeLanguageCode | |
pattern TranscribeLanguageCode_Ko_KR :: TranscribeLanguageCode | |
pattern TranscribeLanguageCode_Pt_BR :: TranscribeLanguageCode | |
pattern TranscribeLanguageCode_Zh_CN :: TranscribeLanguageCode |
Instances
TranscribeMedicalContentIdentificationType
newtype TranscribeMedicalContentIdentificationType Source #
pattern TranscribeMedicalContentIdentificationType_PHI :: TranscribeMedicalContentIdentificationType |
Instances
TranscribeMedicalLanguageCode
newtype TranscribeMedicalLanguageCode Source #
Instances
TranscribeMedicalRegion
newtype TranscribeMedicalRegion Source #
Instances
TranscribeMedicalSpecialty
newtype TranscribeMedicalSpecialty Source #
Instances
TranscribeMedicalType
newtype TranscribeMedicalType Source #
pattern TranscribeMedicalType_CONVERSATION :: TranscribeMedicalType | |
pattern TranscribeMedicalType_DICTATION :: TranscribeMedicalType |
Instances
TranscribePartialResultsStability
newtype TranscribePartialResultsStability Source #
Instances
TranscribeRegion
newtype TranscribeRegion Source #
pattern TranscribeRegion_Ap_northeast_1 :: TranscribeRegion | |
pattern TranscribeRegion_Ap_northeast_2 :: TranscribeRegion | |
pattern TranscribeRegion_Ap_southeast_2 :: TranscribeRegion | |
pattern TranscribeRegion_Auto :: TranscribeRegion | |
pattern TranscribeRegion_Ca_central_1 :: TranscribeRegion | |
pattern TranscribeRegion_Eu_central_1 :: TranscribeRegion | |
pattern TranscribeRegion_Eu_west_1 :: TranscribeRegion | |
pattern TranscribeRegion_Eu_west_2 :: TranscribeRegion | |
pattern TranscribeRegion_Sa_east_1 :: TranscribeRegion | |
pattern TranscribeRegion_Us_east_1 :: TranscribeRegion | |
pattern TranscribeRegion_Us_east_2 :: TranscribeRegion | |
pattern TranscribeRegion_Us_gov_west_1 :: TranscribeRegion | |
pattern TranscribeRegion_Us_west_2 :: TranscribeRegion |
Instances
TranscribeVocabularyFilterMethod
newtype TranscribeVocabularyFilterMethod Source #
Instances
Attendee
An Amazon Chime SDK meeting attendee. Includes a unique AttendeeId
and
JoinToken
. The JoinToken
allows a client to authenticate and join as
the specified attendee. The JoinToken
expires when the meeting ends,
or when DeleteAttendee is called. After that, the attendee is unable to
join the meeting.
We recommend securely transferring each JoinToken
from your server
application to the client so that no other client has access to the
token except for the one authorized to represent the attendee.
See: newAttendee
smart constructor.
Attendee' | |
|
Instances
newAttendee :: Attendee Source #
Create a value of Attendee
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:attendeeId:Attendee'
, attendee_attendeeId
- The Amazon Chime SDK attendee ID.
$sel:capabilities:Attendee'
, attendee_capabilities
- The capabilities assigned to an attendee: audio, video, or content.
You use the capabilities with a set of values that control what the
capabilities can do, such as SendReceive
data. For more information
about those values, see .
When using capabilities, be aware of these corner cases:
- You can't set
content
capabilities toSendReceive
orReceive
unless you also setvideo
capabilities toSendReceive
orReceive
. If you don't set thevideo
capability to receive, the response will contain an HTTP 400 Bad Request status code. However, you can set yourvideo
capability to receive and you set yourcontent
capability to not receive. - When you change an
audio
capability fromNone
orReceive
toSend
orSendReceive
, and if the attendee left their microphone unmuted, audio will flow from the attendee to the other meeting participants. - When you change a
video
orcontent
capability fromNone
orReceive
toSend
orSendReceive
, and if the attendee turned on their video or content streams, remote attendess can receive those streams, but only after media renegotiation between the client and the Amazon Chime back-end server.
$sel:externalUserId:Attendee'
, attendee_externalUserId
- The Amazon Chime SDK external user ID. An idempotency token. Links the
attendee to an identity managed by a builder application.
$sel:joinToken:Attendee'
, attendee_joinToken
- The join token used by the Amazon Chime SDK attendee.
attendee_capabilities :: Lens' Attendee (Maybe AttendeeCapabilities) Source #
The capabilities assigned to an attendee: audio, video, or content.
You use the capabilities with a set of values that control what the
capabilities can do, such as SendReceive
data. For more information
about those values, see .
When using capabilities, be aware of these corner cases:
- You can't set
content
capabilities toSendReceive
orReceive
unless you also setvideo
capabilities toSendReceive
orReceive
. If you don't set thevideo
capability to receive, the response will contain an HTTP 400 Bad Request status code. However, you can set yourvideo
capability to receive and you set yourcontent
capability to not receive. - When you change an
audio
capability fromNone
orReceive
toSend
orSendReceive
, and if the attendee left their microphone unmuted, audio will flow from the attendee to the other meeting participants. - When you change a
video
orcontent
capability fromNone
orReceive
toSend
orSendReceive
, and if the attendee turned on their video or content streams, remote attendess can receive those streams, but only after media renegotiation between the client and the Amazon Chime back-end server.
attendee_externalUserId :: Lens' Attendee (Maybe Text) Source #
The Amazon Chime SDK external user ID. An idempotency token. Links the attendee to an identity managed by a builder application.
attendee_joinToken :: Lens' Attendee (Maybe Text) Source #
The join token used by the Amazon Chime SDK attendee.
AttendeeCapabilities
data AttendeeCapabilities Source #
The media capabilities of an attendee: audio, video, or content.
You use the capabilities with a set of values that control what the
capabilities can do, such as SendReceive
data. For more information
about those values, see .
When using capabilities, be aware of these corner cases:
- You can't set
content
capabilities toSendReceive
orReceive
unless you also setvideo
capabilities toSendReceive
orReceive
. If you don't set thevideo
capability to receive, the response will contain an HTTP 400 Bad Request status code. However, you can set yourvideo
capability to receive and you set yourcontent
capability to not receive. - When you change an
audio
capability fromNone
orReceive
toSend
orSendReceive
, and if the attendee left their microphone unmuted, audio will flow from the attendee to the other meeting participants. - When you change a
video
orcontent
capability fromNone
orReceive
toSend
orSendReceive
, and if the attendee turned on their video or content streams, remote attendess can receive those streams, but only after media renegotiation between the client and the Amazon Chime back-end server.
See: newAttendeeCapabilities
smart constructor.
AttendeeCapabilities' | |
|
Instances
newAttendeeCapabilities Source #
Create a value of AttendeeCapabilities
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:audio:AttendeeCapabilities'
, attendeeCapabilities_audio
- The audio capability assigned to an attendee.
$sel:video:AttendeeCapabilities'
, attendeeCapabilities_video
- The video capability assigned to an attendee.
$sel:content:AttendeeCapabilities'
, attendeeCapabilities_content
- The content capability assigned to an attendee.
attendeeCapabilities_audio :: Lens' AttendeeCapabilities MediaCapabilities Source #
The audio capability assigned to an attendee.
attendeeCapabilities_video :: Lens' AttendeeCapabilities MediaCapabilities Source #
The video capability assigned to an attendee.
attendeeCapabilities_content :: Lens' AttendeeCapabilities MediaCapabilities Source #
The content capability assigned to an attendee.
AttendeeIdItem
data AttendeeIdItem Source #
A structure that contains one or more attendee IDs.
See: newAttendeeIdItem
smart constructor.
AttendeeIdItem' | |
|
Instances
Create a value of AttendeeIdItem
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:attendeeId:AttendeeIdItem'
, attendeeIdItem_attendeeId
- A list of one or more attendee IDs.
attendeeIdItem_attendeeId :: Lens' AttendeeIdItem Text Source #
A list of one or more attendee IDs.
AudioFeatures
data AudioFeatures Source #
An optional category of meeting features that contains audio-specific configurations, such as operating parameters for Amazon Voice Focus.
See: newAudioFeatures
smart constructor.
AudioFeatures' | |
|
Instances
newAudioFeatures :: AudioFeatures Source #
Create a value of AudioFeatures
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:echoReduction:AudioFeatures'
, audioFeatures_echoReduction
- Makes echo reduction available to clients who connect to the meeting.
audioFeatures_echoReduction :: Lens' AudioFeatures (Maybe MeetingFeatureStatus) Source #
Makes echo reduction available to clients who connect to the meeting.
CreateAttendeeError
data CreateAttendeeError Source #
The list of errors returned when errors are encountered during the BatchCreateAttendee and CreateAttendee actions. This includes external user IDs, error codes, and error messages.
See: newCreateAttendeeError
smart constructor.
CreateAttendeeError' | |
|
Instances
newCreateAttendeeError :: CreateAttendeeError Source #
Create a value of CreateAttendeeError
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:errorCode:CreateAttendeeError'
, createAttendeeError_errorCode
- The error code.
$sel:errorMessage:CreateAttendeeError'
, createAttendeeError_errorMessage
- The error message.
$sel:externalUserId:CreateAttendeeError'
, createAttendeeError_externalUserId
- The Amazon Chime SDK external user ID. An idempotency token. Links the
attendee to an identity managed by a builder application.
createAttendeeError_errorCode :: Lens' CreateAttendeeError (Maybe Text) Source #
The error code.
createAttendeeError_errorMessage :: Lens' CreateAttendeeError (Maybe Text) Source #
The error message.
createAttendeeError_externalUserId :: Lens' CreateAttendeeError (Maybe Text) Source #
The Amazon Chime SDK external user ID. An idempotency token. Links the attendee to an identity managed by a builder application.
CreateAttendeeRequestItem
data CreateAttendeeRequestItem Source #
The Amazon Chime SDK attendee fields to create, used with the BatchCreateAttendee action.
See: newCreateAttendeeRequestItem
smart constructor.
CreateAttendeeRequestItem' | |
|
Instances
newCreateAttendeeRequestItem Source #
Create a value of CreateAttendeeRequestItem
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:capabilities:CreateAttendeeRequestItem'
, createAttendeeRequestItem_capabilities
- A list of one or more capabilities.
$sel:externalUserId:CreateAttendeeRequestItem'
, createAttendeeRequestItem_externalUserId
- The Amazon Chime SDK external user ID. An idempotency token. Links the
attendee to an identity managed by a builder application.
createAttendeeRequestItem_capabilities :: Lens' CreateAttendeeRequestItem (Maybe AttendeeCapabilities) Source #
A list of one or more capabilities.
createAttendeeRequestItem_externalUserId :: Lens' CreateAttendeeRequestItem Text Source #
The Amazon Chime SDK external user ID. An idempotency token. Links the attendee to an identity managed by a builder application.
EngineTranscribeMedicalSettings
data EngineTranscribeMedicalSettings Source #
Settings specific to the Amazon Transcribe Medical engine.
See: newEngineTranscribeMedicalSettings
smart constructor.
EngineTranscribeMedicalSettings' | |
|
Instances
newEngineTranscribeMedicalSettings Source #
:: TranscribeMedicalLanguageCode | |
-> TranscribeMedicalSpecialty | |
-> TranscribeMedicalType | |
-> EngineTranscribeMedicalSettings |
Create a value of EngineTranscribeMedicalSettings
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:contentIdentificationType:EngineTranscribeMedicalSettings'
, engineTranscribeMedicalSettings_contentIdentificationType
- Set this field to PHI
to identify personal health information in the
transcription output.
$sel:region:EngineTranscribeMedicalSettings'
, engineTranscribeMedicalSettings_region
- The AWS Region passed to Amazon Transcribe Medical. If you don't
specify a Region, Amazon Chime uses the meeting's Region.
$sel:vocabularyName:EngineTranscribeMedicalSettings'
, engineTranscribeMedicalSettings_vocabularyName
- The name of the vocabulary passed to Amazon Transcribe Medical.
$sel:languageCode:EngineTranscribeMedicalSettings'
, engineTranscribeMedicalSettings_languageCode
- The language code specified for the Amazon Transcribe Medical engine.
$sel:specialty:EngineTranscribeMedicalSettings'
, engineTranscribeMedicalSettings_specialty
- The specialty specified for the Amazon Transcribe Medical engine.
$sel:type':EngineTranscribeMedicalSettings'
, engineTranscribeMedicalSettings_type
- The type of transcription.
engineTranscribeMedicalSettings_contentIdentificationType :: Lens' EngineTranscribeMedicalSettings (Maybe TranscribeMedicalContentIdentificationType) Source #
Set this field to PHI
to identify personal health information in the
transcription output.
engineTranscribeMedicalSettings_region :: Lens' EngineTranscribeMedicalSettings (Maybe TranscribeMedicalRegion) Source #
The AWS Region passed to Amazon Transcribe Medical. If you don't specify a Region, Amazon Chime uses the meeting's Region.
engineTranscribeMedicalSettings_vocabularyName :: Lens' EngineTranscribeMedicalSettings (Maybe Text) Source #
The name of the vocabulary passed to Amazon Transcribe Medical.
engineTranscribeMedicalSettings_languageCode :: Lens' EngineTranscribeMedicalSettings TranscribeMedicalLanguageCode Source #
The language code specified for the Amazon Transcribe Medical engine.
engineTranscribeMedicalSettings_specialty :: Lens' EngineTranscribeMedicalSettings TranscribeMedicalSpecialty Source #
The specialty specified for the Amazon Transcribe Medical engine.
engineTranscribeMedicalSettings_type :: Lens' EngineTranscribeMedicalSettings TranscribeMedicalType Source #
The type of transcription.
EngineTranscribeSettings
data EngineTranscribeSettings Source #
Settings specific to the Amazon Transcribe engine.
See: newEngineTranscribeSettings
smart constructor.
EngineTranscribeSettings' | |
|
Instances
newEngineTranscribeSettings :: EngineTranscribeSettings Source #
Create a value of EngineTranscribeSettings
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:contentIdentificationType:EngineTranscribeSettings'
, engineTranscribeSettings_contentIdentificationType
- Set this field to PII
to identify personally identifiable information
in the transcription output.
$sel:contentRedactionType:EngineTranscribeSettings'
, engineTranscribeSettings_contentRedactionType
- Set this field to PII
to redact personally identifiable information in
the transcription output. Content redaction is performed only upon
complete transcription of the audio segments.
You can’t set ContentRedactionType
and ContentIdentificationType
in
the same request. If you set both, your request returns a
BadRequestException
.
$sel:enablePartialResultsStabilization:EngineTranscribeSettings'
, engineTranscribeSettings_enablePartialResultsStabilization
- Generates partial transcription results that are less likely to change
as meeting attendees speak. It does so by only allowing the last few
words from the partial results to change.
$sel:identifyLanguage:EngineTranscribeSettings'
, engineTranscribeSettings_identifyLanguage
- Automatically identifies the language spoken in media files.
$sel:languageCode:EngineTranscribeSettings'
, engineTranscribeSettings_languageCode
- The language code specified for the Amazon Transcribe engine.
$sel:languageModelName:EngineTranscribeSettings'
, engineTranscribeSettings_languageModelName
- The name of the language model used during transcription.
$sel:languageOptions:EngineTranscribeSettings'
, engineTranscribeSettings_languageOptions
- Language codes for the languages that you want to identify. You must
provide at least 2 codes.
$sel:partialResultsStability:EngineTranscribeSettings'
, engineTranscribeSettings_partialResultsStability
- The stabity level of a partial results transcription. Determines how
stable you want the transcription results to be. A higher level means
the transcription results are less likely to change.
$sel:piiEntityTypes:EngineTranscribeSettings'
, engineTranscribeSettings_piiEntityTypes
- Lists the PII entity types you want to identify or redact. To specify
entity types, you must enable ContentIdentificationType
or
ContentRedactionType
.
PIIEntityTypes
must be comma-separated. The available values are:
BANK_ACCOUNT_NUMBER
, BANK_ROUTING, CREDIT_DEBIT_NUMBER
,
CREDIT_DEBIT_CVV
, CREDIT_DEBIT_EXPIRY
, PIN
, EMAIL
, ADDRESS
,
NAME
, PHONE
, SSN
, and ALL
.
PiiEntityTypes
is an optional parameter with a default value of ALL
.
$sel:preferredLanguage:EngineTranscribeSettings'
, engineTranscribeSettings_preferredLanguage
- Language code for the preferred language.
$sel:region:EngineTranscribeSettings'
, engineTranscribeSettings_region
- The AWS Region passed to Amazon Transcribe. If you don't specify a
Region, Amazon Chime uses the meeting's Region.
$sel:vocabularyFilterMethod:EngineTranscribeSettings'
, engineTranscribeSettings_vocabularyFilterMethod
- The filtering method passed to Amazon Transcribe.
$sel:vocabularyFilterName:EngineTranscribeSettings'
, engineTranscribeSettings_vocabularyFilterName
- The name of the vocabulary filter passed to Amazon Transcribe.
$sel:vocabularyName:EngineTranscribeSettings'
, engineTranscribeSettings_vocabularyName
- The name of the vocabulary passed to Amazon Transcribe.
engineTranscribeSettings_contentIdentificationType :: Lens' EngineTranscribeSettings (Maybe TranscribeContentIdentificationType) Source #
Set this field to PII
to identify personally identifiable information
in the transcription output.
engineTranscribeSettings_contentRedactionType :: Lens' EngineTranscribeSettings (Maybe TranscribeContentRedactionType) Source #
Set this field to PII
to redact personally identifiable information in
the transcription output. Content redaction is performed only upon
complete transcription of the audio segments.
You can’t set ContentRedactionType
and ContentIdentificationType
in
the same request. If you set both, your request returns a
BadRequestException
.
engineTranscribeSettings_enablePartialResultsStabilization :: Lens' EngineTranscribeSettings (Maybe Bool) Source #
Generates partial transcription results that are less likely to change as meeting attendees speak. It does so by only allowing the last few words from the partial results to change.
engineTranscribeSettings_identifyLanguage :: Lens' EngineTranscribeSettings (Maybe Bool) Source #
Automatically identifies the language spoken in media files.
engineTranscribeSettings_languageCode :: Lens' EngineTranscribeSettings (Maybe TranscribeLanguageCode) Source #
The language code specified for the Amazon Transcribe engine.
engineTranscribeSettings_languageModelName :: Lens' EngineTranscribeSettings (Maybe Text) Source #
The name of the language model used during transcription.
engineTranscribeSettings_languageOptions :: Lens' EngineTranscribeSettings (Maybe Text) Source #
Language codes for the languages that you want to identify. You must provide at least 2 codes.
engineTranscribeSettings_partialResultsStability :: Lens' EngineTranscribeSettings (Maybe TranscribePartialResultsStability) Source #
The stabity level of a partial results transcription. Determines how stable you want the transcription results to be. A higher level means the transcription results are less likely to change.
engineTranscribeSettings_piiEntityTypes :: Lens' EngineTranscribeSettings (Maybe Text) Source #
Lists the PII entity types you want to identify or redact. To specify
entity types, you must enable ContentIdentificationType
or
ContentRedactionType
.
PIIEntityTypes
must be comma-separated. The available values are:
BANK_ACCOUNT_NUMBER
, BANK_ROUTING, CREDIT_DEBIT_NUMBER
,
CREDIT_DEBIT_CVV
, CREDIT_DEBIT_EXPIRY
, PIN
, EMAIL
, ADDRESS
,
NAME
, PHONE
, SSN
, and ALL
.
PiiEntityTypes
is an optional parameter with a default value of ALL
.
engineTranscribeSettings_preferredLanguage :: Lens' EngineTranscribeSettings (Maybe TranscribeLanguageCode) Source #
Language code for the preferred language.
engineTranscribeSettings_region :: Lens' EngineTranscribeSettings (Maybe TranscribeRegion) Source #
The AWS Region passed to Amazon Transcribe. If you don't specify a Region, Amazon Chime uses the meeting's Region.
engineTranscribeSettings_vocabularyFilterMethod :: Lens' EngineTranscribeSettings (Maybe TranscribeVocabularyFilterMethod) Source #
The filtering method passed to Amazon Transcribe.
engineTranscribeSettings_vocabularyFilterName :: Lens' EngineTranscribeSettings (Maybe Text) Source #
The name of the vocabulary filter passed to Amazon Transcribe.
engineTranscribeSettings_vocabularyName :: Lens' EngineTranscribeSettings (Maybe Text) Source #
The name of the vocabulary passed to Amazon Transcribe.
MediaPlacement
data MediaPlacement Source #
A set of endpoints used by clients to connect to the media service group for an Amazon Chime SDK meeting.
See: newMediaPlacement
smart constructor.
MediaPlacement' | |
|
Instances
newMediaPlacement :: MediaPlacement Source #
Create a value of MediaPlacement
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:audioFallbackUrl:MediaPlacement'
, mediaPlacement_audioFallbackUrl
- The audio fallback URL.
$sel:audioHostUrl:MediaPlacement'
, mediaPlacement_audioHostUrl
- The audio host URL.
$sel:eventIngestionUrl:MediaPlacement'
, mediaPlacement_eventIngestionUrl
- The event ingestion URL.
$sel:screenDataUrl:MediaPlacement'
, mediaPlacement_screenDataUrl
- The screen data URL.
$sel:screenSharingUrl:MediaPlacement'
, mediaPlacement_screenSharingUrl
- The screen sharing URL.
$sel:screenViewingUrl:MediaPlacement'
, mediaPlacement_screenViewingUrl
- The screen viewing URL.
$sel:signalingUrl:MediaPlacement'
, mediaPlacement_signalingUrl
- The signaling URL.
$sel:turnControlUrl:MediaPlacement'
, mediaPlacement_turnControlUrl
- The turn control URL.
mediaPlacement_audioFallbackUrl :: Lens' MediaPlacement (Maybe Text) Source #
The audio fallback URL.
mediaPlacement_audioHostUrl :: Lens' MediaPlacement (Maybe Text) Source #
The audio host URL.
mediaPlacement_eventIngestionUrl :: Lens' MediaPlacement (Maybe Text) Source #
The event ingestion URL.
mediaPlacement_screenDataUrl :: Lens' MediaPlacement (Maybe Text) Source #
The screen data URL.
mediaPlacement_screenSharingUrl :: Lens' MediaPlacement (Maybe Text) Source #
The screen sharing URL.
mediaPlacement_screenViewingUrl :: Lens' MediaPlacement (Maybe Text) Source #
The screen viewing URL.
mediaPlacement_signalingUrl :: Lens' MediaPlacement (Maybe Text) Source #
The signaling URL.
mediaPlacement_turnControlUrl :: Lens' MediaPlacement (Maybe Text) Source #
The turn control URL.
Meeting
A meeting created using the Amazon Chime SDK.
See: newMeeting
smart constructor.
Meeting' | |
|
Instances
newMeeting :: Meeting Source #
Create a value of Meeting
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:externalMeetingId:Meeting'
, meeting_externalMeetingId
- The external meeting ID.
$sel:mediaPlacement:Meeting'
, meeting_mediaPlacement
- The media placement for the meeting.
$sel:mediaRegion:Meeting'
, meeting_mediaRegion
- The Region in which you create the meeting. Available values:
af-south-1
, ap-northeast-1
, ap-northeast-2
, ap-south-1
,
ap-southeast-1
, ap-southeast-2
, ca-central-1
, eu-central-1
,
eu-north-1
, eu-south-1
, eu-west-1
, eu-west-2
, eu-west-3
,
sa-east-1
, us-east-1
, us-east-2
, us-west-1
, us-west-2
.
Available values in AWS GovCloud (US) Regions: us-gov-east-1
,
us-gov-west-1
.
$sel:meetingArn:Meeting'
, meeting_meetingArn
- The ARN of the meeting.
$sel:meetingFeatures:Meeting'
, meeting_meetingFeatures
- The features available to a meeting, such as Amazon Voice Focus.
$sel:meetingHostId:Meeting'
, meeting_meetingHostId
- Reserved.
$sel:meetingId:Meeting'
, meeting_meetingId
- The Amazon Chime SDK meeting ID.
$sel:primaryMeetingId:Meeting'
, meeting_primaryMeetingId
- When specified, replicates the media from the primary meeting to this
meeting.
$sel:tenantIds:Meeting'
, meeting_tenantIds
- Array of strings.
meeting_mediaPlacement :: Lens' Meeting (Maybe MediaPlacement) Source #
The media placement for the meeting.
meeting_mediaRegion :: Lens' Meeting (Maybe Text) Source #
The Region in which you create the meeting. Available values:
af-south-1
, ap-northeast-1
, ap-northeast-2
, ap-south-1
,
ap-southeast-1
, ap-southeast-2
, ca-central-1
, eu-central-1
,
eu-north-1
, eu-south-1
, eu-west-1
, eu-west-2
, eu-west-3
,
sa-east-1
, us-east-1
, us-east-2
, us-west-1
, us-west-2
.
Available values in AWS GovCloud (US) Regions: us-gov-east-1
,
us-gov-west-1
.
meeting_meetingFeatures :: Lens' Meeting (Maybe MeetingFeaturesConfiguration) Source #
The features available to a meeting, such as Amazon Voice Focus.
meeting_primaryMeetingId :: Lens' Meeting (Maybe Text) Source #
When specified, replicates the media from the primary meeting to this meeting.
MeetingFeaturesConfiguration
data MeetingFeaturesConfiguration Source #
The configuration settings of the features available to a meeting.>
See: newMeetingFeaturesConfiguration
smart constructor.
MeetingFeaturesConfiguration' | |
|
Instances
FromJSON MeetingFeaturesConfiguration Source # | |
ToJSON MeetingFeaturesConfiguration Source # | |
Generic MeetingFeaturesConfiguration Source # | |
Read MeetingFeaturesConfiguration Source # | |
Show MeetingFeaturesConfiguration Source # | |
NFData MeetingFeaturesConfiguration Source # | |
Defined in Amazonka.ChimeSdkMeetings.Types.MeetingFeaturesConfiguration rnf :: MeetingFeaturesConfiguration -> () # | |
Eq MeetingFeaturesConfiguration Source # | |
Hashable MeetingFeaturesConfiguration Source # | |
type Rep MeetingFeaturesConfiguration Source # | |
Defined in Amazonka.ChimeSdkMeetings.Types.MeetingFeaturesConfiguration type Rep MeetingFeaturesConfiguration = D1 ('MetaData "MeetingFeaturesConfiguration" "Amazonka.ChimeSdkMeetings.Types.MeetingFeaturesConfiguration" "amazonka-chime-sdk-meetings-2.0-BH1YehHiRGe8LBGen60xi" 'False) (C1 ('MetaCons "MeetingFeaturesConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "audio") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AudioFeatures)))) |
newMeetingFeaturesConfiguration :: MeetingFeaturesConfiguration Source #
Create a value of MeetingFeaturesConfiguration
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:audio:MeetingFeaturesConfiguration'
, meetingFeaturesConfiguration_audio
- The configuration settings for the audio features available to a
meeting.
meetingFeaturesConfiguration_audio :: Lens' MeetingFeaturesConfiguration (Maybe AudioFeatures) Source #
The configuration settings for the audio features available to a meeting.
NotificationsConfiguration
data NotificationsConfiguration Source #
The configuration for resource targets to receive notifications when meeting and attendee events occur.
See: newNotificationsConfiguration
smart constructor.
NotificationsConfiguration' | |
|
Instances
newNotificationsConfiguration :: NotificationsConfiguration Source #
Create a value of NotificationsConfiguration
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:lambdaFunctionArn:NotificationsConfiguration'
, notificationsConfiguration_lambdaFunctionArn
- The ARN of the AWS Lambda function in the notifications configuration.
$sel:snsTopicArn:NotificationsConfiguration'
, notificationsConfiguration_snsTopicArn
- The ARN of the SNS topic.
$sel:sqsQueueArn:NotificationsConfiguration'
, notificationsConfiguration_sqsQueueArn
- The ARN of the SQS queue.
notificationsConfiguration_lambdaFunctionArn :: Lens' NotificationsConfiguration (Maybe Text) Source #
The ARN of the AWS Lambda function in the notifications configuration.
notificationsConfiguration_snsTopicArn :: Lens' NotificationsConfiguration (Maybe Text) Source #
The ARN of the SNS topic.
notificationsConfiguration_sqsQueueArn :: Lens' NotificationsConfiguration (Maybe Text) Source #
The ARN of the SQS queue.
Tag
A key-value pair that you define.
See: newTag
smart constructor.
Instances
FromJSON Tag Source # | |
ToJSON Tag Source # | |
Defined in Amazonka.ChimeSdkMeetings.Types.Tag | |
Generic Tag Source # | |
Read Tag Source # | |
Show Tag Source # | |
NFData Tag Source # | |
Defined in Amazonka.ChimeSdkMeetings.Types.Tag | |
Eq Tag Source # | |
Hashable Tag Source # | |
Defined in Amazonka.ChimeSdkMeetings.Types.Tag | |
type Rep Tag Source # | |
Defined in Amazonka.ChimeSdkMeetings.Types.Tag type Rep Tag = D1 ('MetaData "Tag" "Amazonka.ChimeSdkMeetings.Types.Tag" "amazonka-chime-sdk-meetings-2.0-BH1YehHiRGe8LBGen60xi" 'False) (C1 ('MetaCons "Tag'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) |
Create a value of Tag
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:key:Tag'
, tag_key
- The tag's key.
$sel:value:Tag'
, tag_value
- The tag's value.
TranscriptionConfiguration
data TranscriptionConfiguration Source #
The configuration for the current transcription operation. Must contain
EngineTranscribeSettings
or EngineTranscribeMedicalSettings
.
See: newTranscriptionConfiguration
smart constructor.
TranscriptionConfiguration' | |
|
Instances
newTranscriptionConfiguration :: TranscriptionConfiguration Source #
Create a value of TranscriptionConfiguration
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:engineTranscribeMedicalSettings:TranscriptionConfiguration'
, transcriptionConfiguration_engineTranscribeMedicalSettings
- The transcription configuration settings passed to Amazon Transcribe
Medical.
$sel:engineTranscribeSettings:TranscriptionConfiguration'
, transcriptionConfiguration_engineTranscribeSettings
- The transcription configuration settings passed to Amazon Transcribe.
transcriptionConfiguration_engineTranscribeMedicalSettings :: Lens' TranscriptionConfiguration (Maybe EngineTranscribeMedicalSettings) Source #
The transcription configuration settings passed to Amazon Transcribe Medical.
transcriptionConfiguration_engineTranscribeSettings :: Lens' TranscriptionConfiguration (Maybe EngineTranscribeSettings) Source #
The transcription configuration settings passed to Amazon Transcribe.