amazonka-chime-sdk-meetings-2.0: Amazon Chime SDK Meetings SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.ChimeSdkMeetings

Description

Derived from API version 2021-07-15 of the AWS service descriptions, licensed under Apache 2.0.

The Amazon Chime SDK meetings APIs in this section allow software developers to create Amazon Chime SDK meetings, set the AWS Regions for meetings, create and manage users, and send and receive meeting notifications. For more information about the meeting APIs, see Amazon Chime SDK meetings.

Synopsis

Service Configuration

defaultService :: Service Source #

API version 2021-07-15 of the Amazon Chime SDK Meetings SDK configuration.

Errors

Error matchers are designed for use with the functions provided by Control.Exception.Lens. This allows catching (and rethrowing) service specific errors returned by ChimeSdkMeetings.

BadRequestException

_BadRequestException :: AsError a => Fold a ServiceError Source #

The input parameters don't match the service's restrictions.

ConflictException

_ConflictException :: AsError a => Fold a ServiceError Source #

Multiple instances of the same request have been made simultaneously.

ForbiddenException

_ForbiddenException :: AsError a => Fold a ServiceError Source #

The client is permanently forbidden from making the request.

LimitExceededException

_LimitExceededException :: AsError a => Fold a ServiceError Source #

The request exceeds the resource limit.

NotFoundException

_NotFoundException :: AsError a => Fold a ServiceError Source #

One or more of the resources in the request does not exist in the system.

ResourceNotFoundException

_ResourceNotFoundException :: AsError a => Fold a ServiceError Source #

The resource that you want to tag couldn't be found.

ServiceFailureException

_ServiceFailureException :: AsError a => Fold a ServiceError Source #

The service encountered an unexpected error.

ServiceUnavailableException

_ServiceUnavailableException :: AsError a => Fold a ServiceError Source #

The service is currently unavailable.

ThrottlingException

_ThrottlingException :: AsError a => Fold a ServiceError Source #

The number of customer requests exceeds the request rate limit.

TooManyTagsException

_TooManyTagsException :: AsError a => Fold a ServiceError Source #

Too many tags were added to the specified resource.

UnauthorizedException

_UnauthorizedException :: AsError a => Fold a ServiceError Source #

The user isn't authorized to request a resource.

UnprocessableEntityException

_UnprocessableEntityException :: AsError a => Fold a ServiceError Source #

The request was well-formed but was unable to be followed due to semantic errors.

Waiters

Waiters poll by repeatedly sending a request until some remote success condition configured by the Wait specification is fulfilled. The Wait specification determines how many attempts should be made, in addition to delay and retry strategies.

Operations

Some AWS operations return results that are incomplete and require subsequent requests in order to obtain the entire result set. The process of sending subsequent requests to continue where a previous request left off is called pagination. For example, the ListObjects operation of Amazon S3 returns up to 1000 objects at a time, and you must send subsequent requests with the appropriate Marker in order to retrieve the next page of results.

Operations that have an AWSPager instance can transparently perform subsequent requests, correctly setting Markers and other request facets to iterate through the entire result set of a truncated API operation. Operations which support this have an additional note in the documentation.

Many operations have the ability to filter results on the server side. See the individual operation parameters for details.

BatchCreateAttendee

data BatchCreateAttendee Source #

See: newBatchCreateAttendee smart constructor.

Instances

Instances details
ToJSON BatchCreateAttendee Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.BatchCreateAttendee

ToHeaders BatchCreateAttendee Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.BatchCreateAttendee

ToPath BatchCreateAttendee Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.BatchCreateAttendee

ToQuery BatchCreateAttendee Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.BatchCreateAttendee

AWSRequest BatchCreateAttendee Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.BatchCreateAttendee

Associated Types

type AWSResponse BatchCreateAttendee #

Generic BatchCreateAttendee Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.BatchCreateAttendee

Associated Types

type Rep BatchCreateAttendee :: Type -> Type #

Show BatchCreateAttendee Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.BatchCreateAttendee

NFData BatchCreateAttendee Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.BatchCreateAttendee

Methods

rnf :: BatchCreateAttendee -> () #

Eq BatchCreateAttendee Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.BatchCreateAttendee

Hashable BatchCreateAttendee Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.BatchCreateAttendee

type AWSResponse BatchCreateAttendee Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.BatchCreateAttendee

type Rep BatchCreateAttendee Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.BatchCreateAttendee

type Rep BatchCreateAttendee = D1 ('MetaData "BatchCreateAttendee" "Amazonka.ChimeSdkMeetings.BatchCreateAttendee" "amazonka-chime-sdk-meetings-2.0-BH1YehHiRGe8LBGen60xi" 'False) (C1 ('MetaCons "BatchCreateAttendee'" 'PrefixI 'True) (S1 ('MetaSel ('Just "meetingId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "attendees") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty CreateAttendeeRequestItem))))

newBatchCreateAttendee Source #

Create a value of BatchCreateAttendee 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:

BatchCreateAttendee, batchCreateAttendee_meetingId - The Amazon Chime SDK ID of the meeting to which you're adding attendees.

BatchCreateAttendee, batchCreateAttendee_attendees - The attendee information, including attendees' IDs and join tokens.

data BatchCreateAttendeeResponse Source #

See: newBatchCreateAttendeeResponse smart constructor.

Instances

Instances details
Generic BatchCreateAttendeeResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.BatchCreateAttendee

Associated Types

type Rep BatchCreateAttendeeResponse :: Type -> Type #

Show BatchCreateAttendeeResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.BatchCreateAttendee

NFData BatchCreateAttendeeResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.BatchCreateAttendee

Eq BatchCreateAttendeeResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.BatchCreateAttendee

type Rep BatchCreateAttendeeResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.BatchCreateAttendee

type Rep BatchCreateAttendeeResponse = D1 ('MetaData "BatchCreateAttendeeResponse" "Amazonka.ChimeSdkMeetings.BatchCreateAttendee" "amazonka-chime-sdk-meetings-2.0-BH1YehHiRGe8LBGen60xi" 'False) (C1 ('MetaCons "BatchCreateAttendeeResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attendees") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Attendee])) :*: (S1 ('MetaSel ('Just "errors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CreateAttendeeError])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newBatchCreateAttendeeResponse Source #

Create a value of BatchCreateAttendeeResponse 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:

BatchCreateAttendee, batchCreateAttendeeResponse_attendees - The attendee information, including attendees' IDs and join tokens.

$sel:errors:BatchCreateAttendeeResponse', batchCreateAttendeeResponse_errors - If the action fails for one or more of the attendees in the request, a list of the attendees is returned, along with error codes and error messages.

$sel:httpStatus:BatchCreateAttendeeResponse', batchCreateAttendeeResponse_httpStatus - The response's http status code.

BatchUpdateAttendeeCapabilitiesExcept

data BatchUpdateAttendeeCapabilitiesExcept Source #

Instances

Instances details
ToJSON BatchUpdateAttendeeCapabilitiesExcept Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.BatchUpdateAttendeeCapabilitiesExcept

ToHeaders BatchUpdateAttendeeCapabilitiesExcept Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.BatchUpdateAttendeeCapabilitiesExcept

ToPath BatchUpdateAttendeeCapabilitiesExcept Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.BatchUpdateAttendeeCapabilitiesExcept

ToQuery BatchUpdateAttendeeCapabilitiesExcept Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.BatchUpdateAttendeeCapabilitiesExcept

AWSRequest BatchUpdateAttendeeCapabilitiesExcept Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.BatchUpdateAttendeeCapabilitiesExcept

Generic BatchUpdateAttendeeCapabilitiesExcept Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.BatchUpdateAttendeeCapabilitiesExcept

Read BatchUpdateAttendeeCapabilitiesExcept Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.BatchUpdateAttendeeCapabilitiesExcept

Show BatchUpdateAttendeeCapabilitiesExcept Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.BatchUpdateAttendeeCapabilitiesExcept

NFData BatchUpdateAttendeeCapabilitiesExcept Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.BatchUpdateAttendeeCapabilitiesExcept

Eq BatchUpdateAttendeeCapabilitiesExcept Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.BatchUpdateAttendeeCapabilitiesExcept

Hashable BatchUpdateAttendeeCapabilitiesExcept Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.BatchUpdateAttendeeCapabilitiesExcept

type AWSResponse BatchUpdateAttendeeCapabilitiesExcept Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.BatchUpdateAttendeeCapabilitiesExcept

type Rep BatchUpdateAttendeeCapabilitiesExcept Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.BatchUpdateAttendeeCapabilitiesExcept

type Rep BatchUpdateAttendeeCapabilitiesExcept = D1 ('MetaData "BatchUpdateAttendeeCapabilitiesExcept" "Amazonka.ChimeSdkMeetings.BatchUpdateAttendeeCapabilitiesExcept" "amazonka-chime-sdk-meetings-2.0-BH1YehHiRGe8LBGen60xi" 'False) (C1 ('MetaCons "BatchUpdateAttendeeCapabilitiesExcept'" 'PrefixI 'True) (S1 ('MetaSel ('Just "meetingId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "excludedAttendeeIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty AttendeeIdItem)) :*: S1 ('MetaSel ('Just "capabilities") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AttendeeCapabilities))))

newBatchUpdateAttendeeCapabilitiesExcept Source #

Create a value of BatchUpdateAttendeeCapabilitiesExcept 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:

BatchUpdateAttendeeCapabilitiesExcept, batchUpdateAttendeeCapabilitiesExcept_meetingId - The ID of the meeting associated with the update request.

$sel:excludedAttendeeIds:BatchUpdateAttendeeCapabilitiesExcept', batchUpdateAttendeeCapabilitiesExcept_excludedAttendeeIds - The AttendeeIDs that you want to exclude from one or more capabilities.

BatchUpdateAttendeeCapabilitiesExcept, batchUpdateAttendeeCapabilitiesExcept_capabilities - The capabilities (audio, video, or content) that you want to update.

data BatchUpdateAttendeeCapabilitiesExceptResponse Source #

Instances

Instances details
Generic BatchUpdateAttendeeCapabilitiesExceptResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.BatchUpdateAttendeeCapabilitiesExcept

Read BatchUpdateAttendeeCapabilitiesExceptResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.BatchUpdateAttendeeCapabilitiesExcept

Show BatchUpdateAttendeeCapabilitiesExceptResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.BatchUpdateAttendeeCapabilitiesExcept

NFData BatchUpdateAttendeeCapabilitiesExceptResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.BatchUpdateAttendeeCapabilitiesExcept

Eq BatchUpdateAttendeeCapabilitiesExceptResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.BatchUpdateAttendeeCapabilitiesExcept

type Rep BatchUpdateAttendeeCapabilitiesExceptResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.BatchUpdateAttendeeCapabilitiesExcept

type Rep BatchUpdateAttendeeCapabilitiesExceptResponse = D1 ('MetaData "BatchUpdateAttendeeCapabilitiesExceptResponse" "Amazonka.ChimeSdkMeetings.BatchUpdateAttendeeCapabilitiesExcept" "amazonka-chime-sdk-meetings-2.0-BH1YehHiRGe8LBGen60xi" 'False) (C1 ('MetaCons "BatchUpdateAttendeeCapabilitiesExceptResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

CreateAttendee

data CreateAttendee Source #

See: newCreateAttendee smart constructor.

Instances

Instances details
ToJSON CreateAttendee Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.CreateAttendee

ToHeaders CreateAttendee Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.CreateAttendee

ToPath CreateAttendee Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.CreateAttendee

ToQuery CreateAttendee Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.CreateAttendee

AWSRequest CreateAttendee Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.CreateAttendee

Associated Types

type AWSResponse CreateAttendee #

Generic CreateAttendee Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.CreateAttendee

Associated Types

type Rep CreateAttendee :: Type -> Type #

Show CreateAttendee Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.CreateAttendee

NFData CreateAttendee Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.CreateAttendee

Methods

rnf :: CreateAttendee -> () #

Eq CreateAttendee Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.CreateAttendee

Hashable CreateAttendee Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.CreateAttendee

type AWSResponse CreateAttendee Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.CreateAttendee

type Rep CreateAttendee Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.CreateAttendee

type Rep CreateAttendee = D1 ('MetaData "CreateAttendee" "Amazonka.ChimeSdkMeetings.CreateAttendee" "amazonka-chime-sdk-meetings-2.0-BH1YehHiRGe8LBGen60xi" 'False) (C1 ('MetaCons "CreateAttendee'" 'PrefixI 'True) (S1 ('MetaSel ('Just "capabilities") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AttendeeCapabilities)) :*: (S1 ('MetaSel ('Just "meetingId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "externalUserId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)))))

newCreateAttendee Source #

Create a value of CreateAttendee 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:

CreateAttendee, createAttendee_capabilities - The capabilities (audio, video, or content) that you want to grant an attendee. If you don't specify capabilities, all users have send and receive capabilities on all media channels by default.

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 to SendReceive or Receive unless you also set video capabilities to SendReceive or Receive. If you don't set the video capability to receive, the response will contain an HTTP 400 Bad Request status code. However, you can set your video capability to receive and you set your content capability to not receive.
  • When you change an audio capability from None or Receive to Send or SendReceive , and if the attendee left their microphone unmuted, audio will flow from the attendee to the other meeting participants.
  • When you change a video or content capability from None or Receive to Send or SendReceive , 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.

CreateAttendee, createAttendee_meetingId - The unique ID of the meeting.

CreateAttendee, createAttendee_externalUserId - The Amazon Chime SDK external user ID. An idempotency token. Links the attendee to an identity managed by a builder application.

data CreateAttendeeResponse Source #

See: newCreateAttendeeResponse smart constructor.

Instances

Instances details
Generic CreateAttendeeResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.CreateAttendee

Associated Types

type Rep CreateAttendeeResponse :: Type -> Type #

Show CreateAttendeeResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.CreateAttendee

NFData CreateAttendeeResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.CreateAttendee

Methods

rnf :: CreateAttendeeResponse -> () #

Eq CreateAttendeeResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.CreateAttendee

type Rep CreateAttendeeResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.CreateAttendee

type Rep CreateAttendeeResponse = D1 ('MetaData "CreateAttendeeResponse" "Amazonka.ChimeSdkMeetings.CreateAttendee" "amazonka-chime-sdk-meetings-2.0-BH1YehHiRGe8LBGen60xi" 'False) (C1 ('MetaCons "CreateAttendeeResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attendee") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Attendee)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateAttendeeResponse Source #

Create a value of CreateAttendeeResponse 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:attendee:CreateAttendeeResponse', createAttendeeResponse_attendee - The attendee information, including attendee ID and join token.

$sel:httpStatus:CreateAttendeeResponse', createAttendeeResponse_httpStatus - The response's http status code.

CreateMeeting

data CreateMeeting Source #

See: newCreateMeeting smart constructor.

Instances

Instances details
ToJSON CreateMeeting Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.CreateMeeting

ToHeaders CreateMeeting Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.CreateMeeting

ToPath CreateMeeting Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.CreateMeeting

ToQuery CreateMeeting Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.CreateMeeting

AWSRequest CreateMeeting Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.CreateMeeting

Associated Types

type AWSResponse CreateMeeting #

Generic CreateMeeting Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.CreateMeeting

Associated Types

type Rep CreateMeeting :: Type -> Type #

Show CreateMeeting Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.CreateMeeting

NFData CreateMeeting Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.CreateMeeting

Methods

rnf :: CreateMeeting -> () #

Eq CreateMeeting Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.CreateMeeting

Hashable CreateMeeting Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.CreateMeeting

type AWSResponse CreateMeeting Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.CreateMeeting

type Rep CreateMeeting Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.CreateMeeting

newCreateMeeting Source #

Create a value of CreateMeeting 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:

CreateMeeting, createMeeting_meetingFeatures - Lists the audio and video features enabled for a meeting, such as echo reduction.

CreateMeeting, createMeeting_meetingHostId - Reserved.

$sel:notificationsConfiguration:CreateMeeting', createMeeting_notificationsConfiguration - The configuration for resource targets to receive notifications when meeting and attendee events occur.

CreateMeeting, createMeeting_primaryMeetingId - When specified, replicates the media from the primary meeting to the new meeting.

$sel:tags:CreateMeeting', createMeeting_tags - Applies one or more tags to an Amazon Chime SDK meeting. Note the following:

  • Not all resources have tags. For a list of services with resources that support tagging using this operation, see Services that support the Resource Groups Tagging API. If the resource doesn't yet support this operation, the resource's service might support tagging using its own API operations. For more information, refer to the documentation for that service.
  • Each resource can have up to 50 tags. For other limits, see Tag Naming and Usage Conventions in the AWS General Reference.
  • You can only tag resources that are located in the specified AWS Region for the AWS account.
  • To add tags to a resource, you need the necessary permissions for the service that the resource belongs to as well as permissions for adding tags. For more information, see the documentation for each service.

Do not store personally identifiable information (PII) or other confidential or sensitive information in tags. We use tags to provide you with billing and administration services. Tags are not intended to be used for private or sensitive data.

Minimum permissions

In addition to the tag:TagResources permission required by this operation, you must also have the tagging permission defined by the service that created the resource. For example, to tag a ChimeSDKMeetings instance using the TagResources operation, you must have both of the following permissions:

tag:TagResources
ChimeSDKMeetings:CreateTags

Some services might have specific requirements for tagging some resources. For example, to tag an Amazon S3 bucket, you must also have the s3:GetBucketTagging permission. If the expected minimum permissions don't work, check the documentation for that service's tagging APIs for more information.

CreateMeeting, createMeeting_tenantIds - A consistent and opaque identifier, created and maintained by the builder to represent a segment of their users.

$sel:clientRequestToken:CreateMeeting', createMeeting_clientRequestToken - The unique identifier for the client request. Use a different token for different meetings.

CreateMeeting, createMeeting_mediaRegion - The Region in which to 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.

CreateMeeting, createMeeting_externalMeetingId - The external meeting ID.

data CreateMeetingResponse Source #

See: newCreateMeetingResponse smart constructor.

Instances

Instances details
Generic CreateMeetingResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.CreateMeeting

Associated Types

type Rep CreateMeetingResponse :: Type -> Type #

Show CreateMeetingResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.CreateMeeting

NFData CreateMeetingResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.CreateMeeting

Methods

rnf :: CreateMeetingResponse -> () #

Eq CreateMeetingResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.CreateMeeting

type Rep CreateMeetingResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.CreateMeeting

type Rep CreateMeetingResponse = D1 ('MetaData "CreateMeetingResponse" "Amazonka.ChimeSdkMeetings.CreateMeeting" "amazonka-chime-sdk-meetings-2.0-BH1YehHiRGe8LBGen60xi" 'False) (C1 ('MetaCons "CreateMeetingResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "meeting") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Meeting)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateMeetingResponse Source #

Create a value of CreateMeetingResponse 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:meeting:CreateMeetingResponse', createMeetingResponse_meeting - The meeting information, including the meeting ID and MediaPlacement.

$sel:httpStatus:CreateMeetingResponse', createMeetingResponse_httpStatus - The response's http status code.

CreateMeetingWithAttendees

data CreateMeetingWithAttendees Source #

See: newCreateMeetingWithAttendees smart constructor.

Instances

Instances details
ToJSON CreateMeetingWithAttendees Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.CreateMeetingWithAttendees

ToHeaders CreateMeetingWithAttendees Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.CreateMeetingWithAttendees

ToPath CreateMeetingWithAttendees Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.CreateMeetingWithAttendees

ToQuery CreateMeetingWithAttendees Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.CreateMeetingWithAttendees

AWSRequest CreateMeetingWithAttendees Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.CreateMeetingWithAttendees

Generic CreateMeetingWithAttendees Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.CreateMeetingWithAttendees

Associated Types

type Rep CreateMeetingWithAttendees :: Type -> Type #

Show CreateMeetingWithAttendees Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.CreateMeetingWithAttendees

NFData CreateMeetingWithAttendees Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.CreateMeetingWithAttendees

Eq CreateMeetingWithAttendees Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.CreateMeetingWithAttendees

Hashable CreateMeetingWithAttendees Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.CreateMeetingWithAttendees

type AWSResponse CreateMeetingWithAttendees Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.CreateMeetingWithAttendees

type Rep CreateMeetingWithAttendees Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.CreateMeetingWithAttendees

type Rep CreateMeetingWithAttendees = D1 ('MetaData "CreateMeetingWithAttendees" "Amazonka.ChimeSdkMeetings.CreateMeetingWithAttendees" "amazonka-chime-sdk-meetings-2.0-BH1YehHiRGe8LBGen60xi" 'False) (C1 ('MetaCons "CreateMeetingWithAttendees'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "meetingFeatures") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MeetingFeaturesConfiguration)) :*: S1 ('MetaSel ('Just "meetingHostId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))) :*: (S1 ('MetaSel ('Just "notificationsConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NotificationsConfiguration)) :*: (S1 ('MetaSel ('Just "primaryMeetingId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))))) :*: ((S1 ('MetaSel ('Just "tenantIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text))) :*: (S1 ('MetaSel ('Just "mediaRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "externalMeetingId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)) :*: S1 ('MetaSel ('Just "attendees") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty CreateAttendeeRequestItem)))))))

newCreateMeetingWithAttendees Source #

Create a value of CreateMeetingWithAttendees 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:

CreateMeetingWithAttendees, createMeetingWithAttendees_meetingFeatures - Lists the audio and video features enabled for a meeting, such as echo reduction.

CreateMeetingWithAttendees, createMeetingWithAttendees_meetingHostId - Reserved.

$sel:notificationsConfiguration:CreateMeetingWithAttendees', createMeetingWithAttendees_notificationsConfiguration - The configuration for resource targets to receive notifications when meeting and attendee events occur.

CreateMeetingWithAttendees, createMeetingWithAttendees_primaryMeetingId - When specified, replicates the media from the primary meeting to the new meeting.

$sel:tags:CreateMeetingWithAttendees', createMeetingWithAttendees_tags - The tags in the request.

CreateMeetingWithAttendees, createMeetingWithAttendees_tenantIds - A consistent and opaque identifier, created and maintained by the builder to represent a segment of their users.

$sel:clientRequestToken:CreateMeetingWithAttendees', createMeetingWithAttendees_clientRequestToken - The unique identifier for the client request. Use a different token for different meetings.

CreateMeetingWithAttendees, createMeetingWithAttendees_mediaRegion - The Region in which to 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.

CreateMeetingWithAttendees, createMeetingWithAttendees_externalMeetingId - The external meeting ID.

CreateMeetingWithAttendees, createMeetingWithAttendees_attendees - The attendee information, including attendees' IDs and join tokens.

data CreateMeetingWithAttendeesResponse Source #

Instances

Instances details
Generic CreateMeetingWithAttendeesResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.CreateMeetingWithAttendees

Associated Types

type Rep CreateMeetingWithAttendeesResponse :: Type -> Type #

Show CreateMeetingWithAttendeesResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.CreateMeetingWithAttendees

NFData CreateMeetingWithAttendeesResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.CreateMeetingWithAttendees

Eq CreateMeetingWithAttendeesResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.CreateMeetingWithAttendees

type Rep CreateMeetingWithAttendeesResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.CreateMeetingWithAttendees

type Rep CreateMeetingWithAttendeesResponse = D1 ('MetaData "CreateMeetingWithAttendeesResponse" "Amazonka.ChimeSdkMeetings.CreateMeetingWithAttendees" "amazonka-chime-sdk-meetings-2.0-BH1YehHiRGe8LBGen60xi" 'False) (C1 ('MetaCons "CreateMeetingWithAttendeesResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "attendees") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Attendee])) :*: S1 ('MetaSel ('Just "errors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CreateAttendeeError]))) :*: (S1 ('MetaSel ('Just "meeting") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Meeting)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newCreateMeetingWithAttendeesResponse Source #

Create a value of CreateMeetingWithAttendeesResponse 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:

CreateMeetingWithAttendees, createMeetingWithAttendeesResponse_attendees - The attendee information, including attendees' IDs and join tokens.

$sel:errors:CreateMeetingWithAttendeesResponse', createMeetingWithAttendeesResponse_errors - If the action fails for one or more of the attendees in the request, a list of the attendees is returned, along with error codes and error messages.

$sel:meeting:CreateMeetingWithAttendeesResponse', createMeetingWithAttendeesResponse_meeting - The meeting information, including the meeting ID and MediaPlacement.

$sel:httpStatus:CreateMeetingWithAttendeesResponse', createMeetingWithAttendeesResponse_httpStatus - The response's http status code.

DeleteAttendee

data DeleteAttendee Source #

See: newDeleteAttendee smart constructor.

Constructors

DeleteAttendee' Text Text 

Instances

Instances details
ToHeaders DeleteAttendee Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.DeleteAttendee

ToPath DeleteAttendee Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.DeleteAttendee

ToQuery DeleteAttendee Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.DeleteAttendee

AWSRequest DeleteAttendee Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.DeleteAttendee

Associated Types

type AWSResponse DeleteAttendee #

Generic DeleteAttendee Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.DeleteAttendee

Associated Types

type Rep DeleteAttendee :: Type -> Type #

Read DeleteAttendee Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.DeleteAttendee

Show DeleteAttendee Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.DeleteAttendee

NFData DeleteAttendee Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.DeleteAttendee

Methods

rnf :: DeleteAttendee -> () #

Eq DeleteAttendee Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.DeleteAttendee

Hashable DeleteAttendee Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.DeleteAttendee

type AWSResponse DeleteAttendee Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.DeleteAttendee

type Rep DeleteAttendee Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.DeleteAttendee

type Rep DeleteAttendee = D1 ('MetaData "DeleteAttendee" "Amazonka.ChimeSdkMeetings.DeleteAttendee" "amazonka-chime-sdk-meetings-2.0-BH1YehHiRGe8LBGen60xi" 'False) (C1 ('MetaCons "DeleteAttendee'" 'PrefixI 'True) (S1 ('MetaSel ('Just "meetingId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "attendeeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteAttendee Source #

Create a value of DeleteAttendee 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:

DeleteAttendee, deleteAttendee_meetingId - The Amazon Chime SDK meeting ID.

DeleteAttendee, deleteAttendee_attendeeId - The Amazon Chime SDK attendee ID.

data DeleteAttendeeResponse Source #

See: newDeleteAttendeeResponse smart constructor.

Instances

Instances details
Generic DeleteAttendeeResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.DeleteAttendee

Associated Types

type Rep DeleteAttendeeResponse :: Type -> Type #

Read DeleteAttendeeResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.DeleteAttendee

Show DeleteAttendeeResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.DeleteAttendee

NFData DeleteAttendeeResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.DeleteAttendee

Methods

rnf :: DeleteAttendeeResponse -> () #

Eq DeleteAttendeeResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.DeleteAttendee

type Rep DeleteAttendeeResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.DeleteAttendee

type Rep DeleteAttendeeResponse = D1 ('MetaData "DeleteAttendeeResponse" "Amazonka.ChimeSdkMeetings.DeleteAttendee" "amazonka-chime-sdk-meetings-2.0-BH1YehHiRGe8LBGen60xi" 'False) (C1 ('MetaCons "DeleteAttendeeResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteAttendeeResponse :: DeleteAttendeeResponse Source #

Create a value of DeleteAttendeeResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

DeleteMeeting

data DeleteMeeting Source #

See: newDeleteMeeting smart constructor.

Constructors

DeleteMeeting' Text 

Instances

Instances details
ToHeaders DeleteMeeting Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.DeleteMeeting

ToPath DeleteMeeting Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.DeleteMeeting

ToQuery DeleteMeeting Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.DeleteMeeting

AWSRequest DeleteMeeting Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.DeleteMeeting

Associated Types

type AWSResponse DeleteMeeting #

Generic DeleteMeeting Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.DeleteMeeting

Associated Types

type Rep DeleteMeeting :: Type -> Type #

Read DeleteMeeting Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.DeleteMeeting

Show DeleteMeeting Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.DeleteMeeting

NFData DeleteMeeting Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.DeleteMeeting

Methods

rnf :: DeleteMeeting -> () #

Eq DeleteMeeting Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.DeleteMeeting

Hashable DeleteMeeting Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.DeleteMeeting

type AWSResponse DeleteMeeting Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.DeleteMeeting

type Rep DeleteMeeting Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.DeleteMeeting

type Rep DeleteMeeting = D1 ('MetaData "DeleteMeeting" "Amazonka.ChimeSdkMeetings.DeleteMeeting" "amazonka-chime-sdk-meetings-2.0-BH1YehHiRGe8LBGen60xi" 'False) (C1 ('MetaCons "DeleteMeeting'" 'PrefixI 'True) (S1 ('MetaSel ('Just "meetingId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteMeeting Source #

Create a value of DeleteMeeting 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:

DeleteMeeting, deleteMeeting_meetingId - The Amazon Chime SDK meeting ID.

data DeleteMeetingResponse Source #

See: newDeleteMeetingResponse smart constructor.

Instances

Instances details
Generic DeleteMeetingResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.DeleteMeeting

Associated Types

type Rep DeleteMeetingResponse :: Type -> Type #

Read DeleteMeetingResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.DeleteMeeting

Show DeleteMeetingResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.DeleteMeeting

NFData DeleteMeetingResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.DeleteMeeting

Methods

rnf :: DeleteMeetingResponse -> () #

Eq DeleteMeetingResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.DeleteMeeting

type Rep DeleteMeetingResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.DeleteMeeting

type Rep DeleteMeetingResponse = D1 ('MetaData "DeleteMeetingResponse" "Amazonka.ChimeSdkMeetings.DeleteMeeting" "amazonka-chime-sdk-meetings-2.0-BH1YehHiRGe8LBGen60xi" 'False) (C1 ('MetaCons "DeleteMeetingResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteMeetingResponse :: DeleteMeetingResponse Source #

Create a value of DeleteMeetingResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

GetAttendee

data GetAttendee Source #

See: newGetAttendee smart constructor.

Constructors

GetAttendee' Text Text 

Instances

Instances details
ToHeaders GetAttendee Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.GetAttendee

Methods

toHeaders :: GetAttendee -> [Header] #

ToPath GetAttendee Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.GetAttendee

ToQuery GetAttendee Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.GetAttendee

AWSRequest GetAttendee Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.GetAttendee

Associated Types

type AWSResponse GetAttendee #

Generic GetAttendee Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.GetAttendee

Associated Types

type Rep GetAttendee :: Type -> Type #

Read GetAttendee Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.GetAttendee

Show GetAttendee Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.GetAttendee

NFData GetAttendee Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.GetAttendee

Methods

rnf :: GetAttendee -> () #

Eq GetAttendee Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.GetAttendee

Hashable GetAttendee Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.GetAttendee

type AWSResponse GetAttendee Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.GetAttendee

type Rep GetAttendee Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.GetAttendee

type Rep GetAttendee = D1 ('MetaData "GetAttendee" "Amazonka.ChimeSdkMeetings.GetAttendee" "amazonka-chime-sdk-meetings-2.0-BH1YehHiRGe8LBGen60xi" 'False) (C1 ('MetaCons "GetAttendee'" 'PrefixI 'True) (S1 ('MetaSel ('Just "meetingId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "attendeeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetAttendee Source #

Create a value of GetAttendee 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:

GetAttendee, getAttendee_meetingId - The Amazon Chime SDK meeting ID.

GetAttendee, getAttendee_attendeeId - The Amazon Chime SDK attendee ID.

data GetAttendeeResponse Source #

See: newGetAttendeeResponse smart constructor.

newGetAttendeeResponse Source #

Create a value of GetAttendeeResponse 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:attendee:GetAttendeeResponse', getAttendeeResponse_attendee - The Amazon Chime SDK attendee information.

$sel:httpStatus:GetAttendeeResponse', getAttendeeResponse_httpStatus - The response's http status code.

GetMeeting

data GetMeeting Source #

See: newGetMeeting smart constructor.

Constructors

GetMeeting' Text 

Instances

Instances details
ToHeaders GetMeeting Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.GetMeeting

Methods

toHeaders :: GetMeeting -> [Header] #

ToPath GetMeeting Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.GetMeeting

ToQuery GetMeeting Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.GetMeeting

AWSRequest GetMeeting Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.GetMeeting

Associated Types

type AWSResponse GetMeeting #

Generic GetMeeting Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.GetMeeting

Associated Types

type Rep GetMeeting :: Type -> Type #

Read GetMeeting Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.GetMeeting

Show GetMeeting Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.GetMeeting

NFData GetMeeting Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.GetMeeting

Methods

rnf :: GetMeeting -> () #

Eq GetMeeting Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.GetMeeting

Hashable GetMeeting Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.GetMeeting

type AWSResponse GetMeeting Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.GetMeeting

type Rep GetMeeting Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.GetMeeting

type Rep GetMeeting = D1 ('MetaData "GetMeeting" "Amazonka.ChimeSdkMeetings.GetMeeting" "amazonka-chime-sdk-meetings-2.0-BH1YehHiRGe8LBGen60xi" 'False) (C1 ('MetaCons "GetMeeting'" 'PrefixI 'True) (S1 ('MetaSel ('Just "meetingId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetMeeting Source #

Arguments

:: Text

GetMeeting

-> GetMeeting 

Create a value of GetMeeting 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:

GetMeeting, getMeeting_meetingId - The Amazon Chime SDK meeting ID.

data GetMeetingResponse Source #

See: newGetMeetingResponse smart constructor.

Instances

Instances details
Generic GetMeetingResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.GetMeeting

Associated Types

type Rep GetMeetingResponse :: Type -> Type #

Show GetMeetingResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.GetMeeting

NFData GetMeetingResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.GetMeeting

Methods

rnf :: GetMeetingResponse -> () #

Eq GetMeetingResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.GetMeeting

type Rep GetMeetingResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.GetMeeting

type Rep GetMeetingResponse = D1 ('MetaData "GetMeetingResponse" "Amazonka.ChimeSdkMeetings.GetMeeting" "amazonka-chime-sdk-meetings-2.0-BH1YehHiRGe8LBGen60xi" 'False) (C1 ('MetaCons "GetMeetingResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "meeting") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Meeting)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetMeetingResponse Source #

Create a value of GetMeetingResponse 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:meeting:GetMeetingResponse', getMeetingResponse_meeting - The Amazon Chime SDK meeting information.

$sel:httpStatus:GetMeetingResponse', getMeetingResponse_httpStatus - The response's http status code.

ListAttendees

data ListAttendees Source #

See: newListAttendees smart constructor.

Instances

Instances details
ToHeaders ListAttendees Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.ListAttendees

ToPath ListAttendees Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.ListAttendees

ToQuery ListAttendees Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.ListAttendees

AWSRequest ListAttendees Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.ListAttendees

Associated Types

type AWSResponse ListAttendees #

Generic ListAttendees Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.ListAttendees

Associated Types

type Rep ListAttendees :: Type -> Type #

Read ListAttendees Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.ListAttendees

Show ListAttendees Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.ListAttendees

NFData ListAttendees Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.ListAttendees

Methods

rnf :: ListAttendees -> () #

Eq ListAttendees Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.ListAttendees

Hashable ListAttendees Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.ListAttendees

type AWSResponse ListAttendees Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.ListAttendees

type Rep ListAttendees Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.ListAttendees

type Rep ListAttendees = D1 ('MetaData "ListAttendees" "Amazonka.ChimeSdkMeetings.ListAttendees" "amazonka-chime-sdk-meetings-2.0-BH1YehHiRGe8LBGen60xi" 'False) (C1 ('MetaCons "ListAttendees'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "meetingId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListAttendees Source #

Create a value of ListAttendees 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:maxResults:ListAttendees', listAttendees_maxResults - The maximum number of results to return in a single call.

ListAttendees, listAttendees_nextToken - The token to use to retrieve the next page of results.

ListAttendees, listAttendees_meetingId - The Amazon Chime SDK meeting ID.

data ListAttendeesResponse Source #

See: newListAttendeesResponse smart constructor.

Instances

Instances details
Generic ListAttendeesResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.ListAttendees

Associated Types

type Rep ListAttendeesResponse :: Type -> Type #

Show ListAttendeesResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.ListAttendees

NFData ListAttendeesResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.ListAttendees

Methods

rnf :: ListAttendeesResponse -> () #

Eq ListAttendeesResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.ListAttendees

type Rep ListAttendeesResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.ListAttendees

type Rep ListAttendeesResponse = D1 ('MetaData "ListAttendeesResponse" "Amazonka.ChimeSdkMeetings.ListAttendees" "amazonka-chime-sdk-meetings-2.0-BH1YehHiRGe8LBGen60xi" 'False) (C1 ('MetaCons "ListAttendeesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attendees") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Attendee])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListAttendeesResponse Source #

Create a value of ListAttendeesResponse 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:attendees:ListAttendeesResponse', listAttendeesResponse_attendees - The Amazon Chime SDK attendee information.

ListAttendees, listAttendeesResponse_nextToken - The token to use to retrieve the next page of results.

$sel:httpStatus:ListAttendeesResponse', listAttendeesResponse_httpStatus - The response's http status code.

ListTagsForResource

data ListTagsForResource Source #

See: newListTagsForResource smart constructor.

Instances

Instances details
ToHeaders ListTagsForResource Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.ListTagsForResource

ToPath ListTagsForResource Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.ListTagsForResource

ToQuery ListTagsForResource Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.ListTagsForResource

AWSRequest ListTagsForResource Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.ListTagsForResource

Associated Types

type AWSResponse ListTagsForResource #

Generic ListTagsForResource Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.ListTagsForResource

Associated Types

type Rep ListTagsForResource :: Type -> Type #

Read ListTagsForResource Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.ListTagsForResource

Show ListTagsForResource Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.ListTagsForResource

NFData ListTagsForResource Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.ListTagsForResource

Methods

rnf :: ListTagsForResource -> () #

Eq ListTagsForResource Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.ListTagsForResource

Hashable ListTagsForResource Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.ListTagsForResource

type AWSResponse ListTagsForResource Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.ListTagsForResource

type Rep ListTagsForResource Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.ListTagsForResource

type Rep ListTagsForResource = D1 ('MetaData "ListTagsForResource" "Amazonka.ChimeSdkMeetings.ListTagsForResource" "amazonka-chime-sdk-meetings-2.0-BH1YehHiRGe8LBGen60xi" 'False) (C1 ('MetaCons "ListTagsForResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newListTagsForResource Source #

Create a value of ListTagsForResource 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:resourceARN:ListTagsForResource', listTagsForResource_resourceARN - The ARN of the resource.

data ListTagsForResourceResponse Source #

See: newListTagsForResourceResponse smart constructor.

Instances

Instances details
Generic ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.ListTagsForResource

Associated Types

type Rep ListTagsForResourceResponse :: Type -> Type #

Read ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.ListTagsForResource

Show ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.ListTagsForResource

NFData ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.ListTagsForResource

Eq ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.ListTagsForResource

type Rep ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.ListTagsForResource

type Rep ListTagsForResourceResponse = D1 ('MetaData "ListTagsForResourceResponse" "Amazonka.ChimeSdkMeetings.ListTagsForResource" "amazonka-chime-sdk-meetings-2.0-BH1YehHiRGe8LBGen60xi" 'False) (C1 ('MetaCons "ListTagsForResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newListTagsForResourceResponse Source #

Create a value of ListTagsForResourceResponse 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:tags:ListTagsForResourceResponse', listTagsForResourceResponse_tags - The tags requested for the specified resource.

$sel:httpStatus:ListTagsForResourceResponse', listTagsForResourceResponse_httpStatus - The response's http status code.

StartMeetingTranscription

data StartMeetingTranscription Source #

See: newStartMeetingTranscription smart constructor.

Instances

Instances details
ToJSON StartMeetingTranscription Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.StartMeetingTranscription

ToHeaders StartMeetingTranscription Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.StartMeetingTranscription

ToPath StartMeetingTranscription Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.StartMeetingTranscription

ToQuery StartMeetingTranscription Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.StartMeetingTranscription

AWSRequest StartMeetingTranscription Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.StartMeetingTranscription

Generic StartMeetingTranscription Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.StartMeetingTranscription

Associated Types

type Rep StartMeetingTranscription :: Type -> Type #

Read StartMeetingTranscription Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.StartMeetingTranscription

Show StartMeetingTranscription Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.StartMeetingTranscription

NFData StartMeetingTranscription Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.StartMeetingTranscription

Eq StartMeetingTranscription Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.StartMeetingTranscription

Hashable StartMeetingTranscription Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.StartMeetingTranscription

type AWSResponse StartMeetingTranscription Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.StartMeetingTranscription

type Rep StartMeetingTranscription Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.StartMeetingTranscription

type Rep StartMeetingTranscription = D1 ('MetaData "StartMeetingTranscription" "Amazonka.ChimeSdkMeetings.StartMeetingTranscription" "amazonka-chime-sdk-meetings-2.0-BH1YehHiRGe8LBGen60xi" 'False) (C1 ('MetaCons "StartMeetingTranscription'" 'PrefixI 'True) (S1 ('MetaSel ('Just "meetingId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "transcriptionConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TranscriptionConfiguration)))

newStartMeetingTranscription Source #

Create a value of StartMeetingTranscription 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:

StartMeetingTranscription, startMeetingTranscription_meetingId - The unique ID of the meeting being transcribed.

$sel:transcriptionConfiguration:StartMeetingTranscription', startMeetingTranscription_transcriptionConfiguration - The configuration for the current transcription operation. Must contain EngineTranscribeSettings or EngineTranscribeMedicalSettings.

data StartMeetingTranscriptionResponse Source #

See: newStartMeetingTranscriptionResponse smart constructor.

Instances

Instances details
Generic StartMeetingTranscriptionResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.StartMeetingTranscription

Associated Types

type Rep StartMeetingTranscriptionResponse :: Type -> Type #

Read StartMeetingTranscriptionResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.StartMeetingTranscription

Show StartMeetingTranscriptionResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.StartMeetingTranscription

NFData StartMeetingTranscriptionResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.StartMeetingTranscription

Eq StartMeetingTranscriptionResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.StartMeetingTranscription

type Rep StartMeetingTranscriptionResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.StartMeetingTranscription

type Rep StartMeetingTranscriptionResponse = D1 ('MetaData "StartMeetingTranscriptionResponse" "Amazonka.ChimeSdkMeetings.StartMeetingTranscription" "amazonka-chime-sdk-meetings-2.0-BH1YehHiRGe8LBGen60xi" 'False) (C1 ('MetaCons "StartMeetingTranscriptionResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newStartMeetingTranscriptionResponse :: StartMeetingTranscriptionResponse Source #

Create a value of StartMeetingTranscriptionResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

StopMeetingTranscription

data StopMeetingTranscription Source #

See: newStopMeetingTranscription smart constructor.

Instances

Instances details
ToJSON StopMeetingTranscription Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.StopMeetingTranscription

ToHeaders StopMeetingTranscription Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.StopMeetingTranscription

ToPath StopMeetingTranscription Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.StopMeetingTranscription

ToQuery StopMeetingTranscription Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.StopMeetingTranscription

AWSRequest StopMeetingTranscription Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.StopMeetingTranscription

Generic StopMeetingTranscription Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.StopMeetingTranscription

Associated Types

type Rep StopMeetingTranscription :: Type -> Type #

Read StopMeetingTranscription Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.StopMeetingTranscription

Show StopMeetingTranscription Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.StopMeetingTranscription

NFData StopMeetingTranscription Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.StopMeetingTranscription

Eq StopMeetingTranscription Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.StopMeetingTranscription

Hashable StopMeetingTranscription Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.StopMeetingTranscription

type AWSResponse StopMeetingTranscription Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.StopMeetingTranscription

type Rep StopMeetingTranscription Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.StopMeetingTranscription

type Rep StopMeetingTranscription = D1 ('MetaData "StopMeetingTranscription" "Amazonka.ChimeSdkMeetings.StopMeetingTranscription" "amazonka-chime-sdk-meetings-2.0-BH1YehHiRGe8LBGen60xi" 'False) (C1 ('MetaCons "StopMeetingTranscription'" 'PrefixI 'True) (S1 ('MetaSel ('Just "meetingId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newStopMeetingTranscription Source #

Create a value of StopMeetingTranscription 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:

StopMeetingTranscription, stopMeetingTranscription_meetingId - The unique ID of the meeting for which you stop transcription.

data StopMeetingTranscriptionResponse Source #

See: newStopMeetingTranscriptionResponse smart constructor.

Instances

Instances details
Generic StopMeetingTranscriptionResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.StopMeetingTranscription

Associated Types

type Rep StopMeetingTranscriptionResponse :: Type -> Type #

Read StopMeetingTranscriptionResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.StopMeetingTranscription

Show StopMeetingTranscriptionResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.StopMeetingTranscription

NFData StopMeetingTranscriptionResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.StopMeetingTranscription

Eq StopMeetingTranscriptionResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.StopMeetingTranscription

type Rep StopMeetingTranscriptionResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.StopMeetingTranscription

type Rep StopMeetingTranscriptionResponse = D1 ('MetaData "StopMeetingTranscriptionResponse" "Amazonka.ChimeSdkMeetings.StopMeetingTranscription" "amazonka-chime-sdk-meetings-2.0-BH1YehHiRGe8LBGen60xi" 'False) (C1 ('MetaCons "StopMeetingTranscriptionResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newStopMeetingTranscriptionResponse :: StopMeetingTranscriptionResponse Source #

Create a value of StopMeetingTranscriptionResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

TagResource

data TagResource Source #

See: newTagResource smart constructor.

Constructors

TagResource' Text [Tag] 

Instances

Instances details
ToJSON TagResource Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.TagResource

ToHeaders TagResource Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.TagResource

Methods

toHeaders :: TagResource -> [Header] #

ToPath TagResource Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.TagResource

ToQuery TagResource Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.TagResource

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.TagResource

Associated Types

type AWSResponse TagResource #

Generic TagResource Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

Read TagResource Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.TagResource

Show TagResource Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.TagResource

NFData TagResource Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.TagResource

Methods

rnf :: TagResource -> () #

Eq TagResource Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.TagResource

Hashable TagResource Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.TagResource

type AWSResponse TagResource Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.TagResource

type Rep TagResource Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.TagResource

type Rep TagResource = D1 ('MetaData "TagResource" "Amazonka.ChimeSdkMeetings.TagResource" "amazonka-chime-sdk-meetings-2.0-BH1YehHiRGe8LBGen60xi" 'False) (C1 ('MetaCons "TagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Tag])))

newTagResource Source #

Create a value of TagResource 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:resourceARN:TagResource', tagResource_resourceARN - The ARN of the resource.

$sel:tags:TagResource', tagResource_tags - Lists the requested tags.

data TagResourceResponse Source #

See: newTagResourceResponse smart constructor.

Instances

Instances details
Generic TagResourceResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.TagResource

Associated Types

type Rep TagResourceResponse :: Type -> Type #

Read TagResourceResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.TagResource

Show TagResourceResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.TagResource

NFData TagResourceResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.TagResource

Methods

rnf :: TagResourceResponse -> () #

Eq TagResourceResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.TagResource

type Rep TagResourceResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.TagResource

type Rep TagResourceResponse = D1 ('MetaData "TagResourceResponse" "Amazonka.ChimeSdkMeetings.TagResource" "amazonka-chime-sdk-meetings-2.0-BH1YehHiRGe8LBGen60xi" 'False) (C1 ('MetaCons "TagResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newTagResourceResponse Source #

Create a value of TagResourceResponse 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:httpStatus:TagResourceResponse', tagResourceResponse_httpStatus - The response's http status code.

UntagResource

data UntagResource Source #

See: newUntagResource smart constructor.

Constructors

UntagResource' Text [Text] 

Instances

Instances details
ToJSON UntagResource Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.UntagResource

ToHeaders UntagResource Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.UntagResource

ToPath UntagResource Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.UntagResource

ToQuery UntagResource Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.UntagResource

Associated Types

type AWSResponse UntagResource #

Generic UntagResource Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

Read UntagResource Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.UntagResource

NFData UntagResource Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.UntagResource

Methods

rnf :: UntagResource -> () #

Eq UntagResource Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.UntagResource

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.UntagResource

type AWSResponse UntagResource Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.UntagResource

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.UntagResource

type Rep UntagResource = D1 ('MetaData "UntagResource" "Amazonka.ChimeSdkMeetings.UntagResource" "amazonka-chime-sdk-meetings-2.0-BH1YehHiRGe8LBGen60xi" 'False) (C1 ('MetaCons "UntagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))

newUntagResource Source #

Create a value of UntagResource 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:resourceARN:UntagResource', untagResource_resourceARN - The ARN of the resource that you're removing tags from.

$sel:tagKeys:UntagResource', untagResource_tagKeys - The tag keys being removed from the resources.

data UntagResourceResponse Source #

See: newUntagResourceResponse smart constructor.

Instances

Instances details
Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.UntagResource

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.UntagResource

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.ChimeSdkMeetings.UntagResource" "amazonka-chime-sdk-meetings-2.0-BH1YehHiRGe8LBGen60xi" 'False) (C1 ('MetaCons "UntagResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUntagResourceResponse Source #

Create a value of UntagResourceResponse 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:httpStatus:UntagResourceResponse', untagResourceResponse_httpStatus - The response's http status code.

UpdateAttendeeCapabilities

data UpdateAttendeeCapabilities Source #

See: newUpdateAttendeeCapabilities smart constructor.

Instances

Instances details
ToJSON UpdateAttendeeCapabilities Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.UpdateAttendeeCapabilities

ToHeaders UpdateAttendeeCapabilities Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.UpdateAttendeeCapabilities

ToPath UpdateAttendeeCapabilities Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.UpdateAttendeeCapabilities

ToQuery UpdateAttendeeCapabilities Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.UpdateAttendeeCapabilities

AWSRequest UpdateAttendeeCapabilities Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.UpdateAttendeeCapabilities

Generic UpdateAttendeeCapabilities Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.UpdateAttendeeCapabilities

Associated Types

type Rep UpdateAttendeeCapabilities :: Type -> Type #

Read UpdateAttendeeCapabilities Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.UpdateAttendeeCapabilities

Show UpdateAttendeeCapabilities Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.UpdateAttendeeCapabilities

NFData UpdateAttendeeCapabilities Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.UpdateAttendeeCapabilities

Eq UpdateAttendeeCapabilities Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.UpdateAttendeeCapabilities

Hashable UpdateAttendeeCapabilities Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.UpdateAttendeeCapabilities

type AWSResponse UpdateAttendeeCapabilities Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.UpdateAttendeeCapabilities

type Rep UpdateAttendeeCapabilities Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.UpdateAttendeeCapabilities

type Rep UpdateAttendeeCapabilities = D1 ('MetaData "UpdateAttendeeCapabilities" "Amazonka.ChimeSdkMeetings.UpdateAttendeeCapabilities" "amazonka-chime-sdk-meetings-2.0-BH1YehHiRGe8LBGen60xi" 'False) (C1 ('MetaCons "UpdateAttendeeCapabilities'" 'PrefixI 'True) (S1 ('MetaSel ('Just "meetingId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "attendeeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "capabilities") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AttendeeCapabilities))))

newUpdateAttendeeCapabilities Source #

Create a value of UpdateAttendeeCapabilities 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:

UpdateAttendeeCapabilities, updateAttendeeCapabilities_meetingId - The ID of the meeting associated with the update request.

UpdateAttendeeCapabilities, updateAttendeeCapabilities_attendeeId - The ID of the attendee associated with the update request.

UpdateAttendeeCapabilities, updateAttendeeCapabilities_capabilities - The capabilties that you want to update.

data UpdateAttendeeCapabilitiesResponse Source #

Instances

Instances details
Generic UpdateAttendeeCapabilitiesResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.UpdateAttendeeCapabilities

Associated Types

type Rep UpdateAttendeeCapabilitiesResponse :: Type -> Type #

Show UpdateAttendeeCapabilitiesResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.UpdateAttendeeCapabilities

NFData UpdateAttendeeCapabilitiesResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.UpdateAttendeeCapabilities

Eq UpdateAttendeeCapabilitiesResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.UpdateAttendeeCapabilities

type Rep UpdateAttendeeCapabilitiesResponse Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.UpdateAttendeeCapabilities

type Rep UpdateAttendeeCapabilitiesResponse = D1 ('MetaData "UpdateAttendeeCapabilitiesResponse" "Amazonka.ChimeSdkMeetings.UpdateAttendeeCapabilities" "amazonka-chime-sdk-meetings-2.0-BH1YehHiRGe8LBGen60xi" 'False) (C1 ('MetaCons "UpdateAttendeeCapabilitiesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attendee") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Attendee)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateAttendeeCapabilitiesResponse Source #

Create a value of UpdateAttendeeCapabilitiesResponse 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:attendee:UpdateAttendeeCapabilitiesResponse', updateAttendeeCapabilitiesResponse_attendee - The updated attendee data.

$sel:httpStatus:UpdateAttendeeCapabilitiesResponse', updateAttendeeCapabilitiesResponse_httpStatus - The response's http status code.

Types

MediaCapabilities

newtype MediaCapabilities Source #

Instances

Instances details
FromJSON MediaCapabilities Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.MediaCapabilities

FromJSONKey MediaCapabilities Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.MediaCapabilities

ToJSON MediaCapabilities Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.MediaCapabilities

ToJSONKey MediaCapabilities Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.MediaCapabilities

ToByteString MediaCapabilities Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.MediaCapabilities

ToHeader MediaCapabilities Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.MediaCapabilities

ToLog MediaCapabilities Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.MediaCapabilities

ToQuery MediaCapabilities Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.MediaCapabilities

FromText MediaCapabilities Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.MediaCapabilities

ToText MediaCapabilities Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.MediaCapabilities

FromXML MediaCapabilities Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.MediaCapabilities

ToXML MediaCapabilities Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.MediaCapabilities

Generic MediaCapabilities Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.MediaCapabilities

Associated Types

type Rep MediaCapabilities :: Type -> Type #

Read MediaCapabilities Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.MediaCapabilities

Show MediaCapabilities Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.MediaCapabilities

NFData MediaCapabilities Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.MediaCapabilities

Methods

rnf :: MediaCapabilities -> () #

Eq MediaCapabilities Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.MediaCapabilities

Ord MediaCapabilities Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.MediaCapabilities

Hashable MediaCapabilities Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.MediaCapabilities

type Rep MediaCapabilities Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.MediaCapabilities

type Rep MediaCapabilities = D1 ('MetaData "MediaCapabilities" "Amazonka.ChimeSdkMeetings.Types.MediaCapabilities" "amazonka-chime-sdk-meetings-2.0-BH1YehHiRGe8LBGen60xi" 'True) (C1 ('MetaCons "MediaCapabilities'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMediaCapabilities") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

MeetingFeatureStatus

newtype MeetingFeatureStatus Source #

Instances

Instances details
FromJSON MeetingFeatureStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.MeetingFeatureStatus

FromJSONKey MeetingFeatureStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.MeetingFeatureStatus

ToJSON MeetingFeatureStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.MeetingFeatureStatus

ToJSONKey MeetingFeatureStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.MeetingFeatureStatus

ToByteString MeetingFeatureStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.MeetingFeatureStatus

ToHeader MeetingFeatureStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.MeetingFeatureStatus

ToLog MeetingFeatureStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.MeetingFeatureStatus

ToQuery MeetingFeatureStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.MeetingFeatureStatus

FromText MeetingFeatureStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.MeetingFeatureStatus

ToText MeetingFeatureStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.MeetingFeatureStatus

FromXML MeetingFeatureStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.MeetingFeatureStatus

ToXML MeetingFeatureStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.MeetingFeatureStatus

Generic MeetingFeatureStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.MeetingFeatureStatus

Associated Types

type Rep MeetingFeatureStatus :: Type -> Type #

Read MeetingFeatureStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.MeetingFeatureStatus

Show MeetingFeatureStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.MeetingFeatureStatus

NFData MeetingFeatureStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.MeetingFeatureStatus

Methods

rnf :: MeetingFeatureStatus -> () #

Eq MeetingFeatureStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.MeetingFeatureStatus

Ord MeetingFeatureStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.MeetingFeatureStatus

Hashable MeetingFeatureStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.MeetingFeatureStatus

type Rep MeetingFeatureStatus Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.MeetingFeatureStatus

type Rep MeetingFeatureStatus = D1 ('MetaData "MeetingFeatureStatus" "Amazonka.ChimeSdkMeetings.Types.MeetingFeatureStatus" "amazonka-chime-sdk-meetings-2.0-BH1YehHiRGe8LBGen60xi" 'True) (C1 ('MetaCons "MeetingFeatureStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMeetingFeatureStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TranscribeContentIdentificationType

newtype TranscribeContentIdentificationType Source #

Instances

Instances details
FromJSON TranscribeContentIdentificationType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeContentIdentificationType

FromJSONKey TranscribeContentIdentificationType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeContentIdentificationType

ToJSON TranscribeContentIdentificationType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeContentIdentificationType

ToJSONKey TranscribeContentIdentificationType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeContentIdentificationType

ToByteString TranscribeContentIdentificationType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeContentIdentificationType

ToHeader TranscribeContentIdentificationType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeContentIdentificationType

ToLog TranscribeContentIdentificationType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeContentIdentificationType

ToQuery TranscribeContentIdentificationType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeContentIdentificationType

FromText TranscribeContentIdentificationType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeContentIdentificationType

ToText TranscribeContentIdentificationType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeContentIdentificationType

FromXML TranscribeContentIdentificationType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeContentIdentificationType

ToXML TranscribeContentIdentificationType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeContentIdentificationType

Generic TranscribeContentIdentificationType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeContentIdentificationType

Read TranscribeContentIdentificationType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeContentIdentificationType

Show TranscribeContentIdentificationType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeContentIdentificationType

NFData TranscribeContentIdentificationType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeContentIdentificationType

Eq TranscribeContentIdentificationType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeContentIdentificationType

Ord TranscribeContentIdentificationType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeContentIdentificationType

Hashable TranscribeContentIdentificationType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeContentIdentificationType

type Rep TranscribeContentIdentificationType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeContentIdentificationType

type Rep TranscribeContentIdentificationType = D1 ('MetaData "TranscribeContentIdentificationType" "Amazonka.ChimeSdkMeetings.Types.TranscribeContentIdentificationType" "amazonka-chime-sdk-meetings-2.0-BH1YehHiRGe8LBGen60xi" 'True) (C1 ('MetaCons "TranscribeContentIdentificationType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTranscribeContentIdentificationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TranscribeContentRedactionType

newtype TranscribeContentRedactionType Source #

Instances

Instances details
FromJSON TranscribeContentRedactionType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeContentRedactionType

FromJSONKey TranscribeContentRedactionType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeContentRedactionType

ToJSON TranscribeContentRedactionType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeContentRedactionType

ToJSONKey TranscribeContentRedactionType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeContentRedactionType

ToByteString TranscribeContentRedactionType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeContentRedactionType

ToHeader TranscribeContentRedactionType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeContentRedactionType

ToLog TranscribeContentRedactionType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeContentRedactionType

ToQuery TranscribeContentRedactionType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeContentRedactionType

FromText TranscribeContentRedactionType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeContentRedactionType

ToText TranscribeContentRedactionType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeContentRedactionType

FromXML TranscribeContentRedactionType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeContentRedactionType

ToXML TranscribeContentRedactionType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeContentRedactionType

Generic TranscribeContentRedactionType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeContentRedactionType

Associated Types

type Rep TranscribeContentRedactionType :: Type -> Type #

Read TranscribeContentRedactionType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeContentRedactionType

Show TranscribeContentRedactionType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeContentRedactionType

NFData TranscribeContentRedactionType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeContentRedactionType

Eq TranscribeContentRedactionType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeContentRedactionType

Ord TranscribeContentRedactionType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeContentRedactionType

Hashable TranscribeContentRedactionType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeContentRedactionType

type Rep TranscribeContentRedactionType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeContentRedactionType

type Rep TranscribeContentRedactionType = D1 ('MetaData "TranscribeContentRedactionType" "Amazonka.ChimeSdkMeetings.Types.TranscribeContentRedactionType" "amazonka-chime-sdk-meetings-2.0-BH1YehHiRGe8LBGen60xi" 'True) (C1 ('MetaCons "TranscribeContentRedactionType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTranscribeContentRedactionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TranscribeLanguageCode

newtype TranscribeLanguageCode Source #

Instances

Instances details
FromJSON TranscribeLanguageCode Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeLanguageCode

FromJSONKey TranscribeLanguageCode Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeLanguageCode

ToJSON TranscribeLanguageCode Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeLanguageCode

ToJSONKey TranscribeLanguageCode Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeLanguageCode

ToByteString TranscribeLanguageCode Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeLanguageCode

ToHeader TranscribeLanguageCode Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeLanguageCode

ToLog TranscribeLanguageCode Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeLanguageCode

ToQuery TranscribeLanguageCode Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeLanguageCode

FromText TranscribeLanguageCode Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeLanguageCode

ToText TranscribeLanguageCode Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeLanguageCode

FromXML TranscribeLanguageCode Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeLanguageCode

ToXML TranscribeLanguageCode Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeLanguageCode

Generic TranscribeLanguageCode Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeLanguageCode

Associated Types

type Rep TranscribeLanguageCode :: Type -> Type #

Read TranscribeLanguageCode Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeLanguageCode

Show TranscribeLanguageCode Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeLanguageCode

NFData TranscribeLanguageCode Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeLanguageCode

Methods

rnf :: TranscribeLanguageCode -> () #

Eq TranscribeLanguageCode Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeLanguageCode

Ord TranscribeLanguageCode Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeLanguageCode

Hashable TranscribeLanguageCode Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeLanguageCode

type Rep TranscribeLanguageCode Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeLanguageCode

type Rep TranscribeLanguageCode = D1 ('MetaData "TranscribeLanguageCode" "Amazonka.ChimeSdkMeetings.Types.TranscribeLanguageCode" "amazonka-chime-sdk-meetings-2.0-BH1YehHiRGe8LBGen60xi" 'True) (C1 ('MetaCons "TranscribeLanguageCode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTranscribeLanguageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TranscribeMedicalContentIdentificationType

newtype TranscribeMedicalContentIdentificationType Source #

Instances

Instances details
FromJSON TranscribeMedicalContentIdentificationType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalContentIdentificationType

FromJSONKey TranscribeMedicalContentIdentificationType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalContentIdentificationType

ToJSON TranscribeMedicalContentIdentificationType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalContentIdentificationType

ToJSONKey TranscribeMedicalContentIdentificationType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalContentIdentificationType

ToByteString TranscribeMedicalContentIdentificationType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalContentIdentificationType

ToHeader TranscribeMedicalContentIdentificationType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalContentIdentificationType

ToLog TranscribeMedicalContentIdentificationType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalContentIdentificationType

ToQuery TranscribeMedicalContentIdentificationType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalContentIdentificationType

FromText TranscribeMedicalContentIdentificationType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalContentIdentificationType

ToText TranscribeMedicalContentIdentificationType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalContentIdentificationType

FromXML TranscribeMedicalContentIdentificationType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalContentIdentificationType

ToXML TranscribeMedicalContentIdentificationType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalContentIdentificationType

Generic TranscribeMedicalContentIdentificationType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalContentIdentificationType

Read TranscribeMedicalContentIdentificationType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalContentIdentificationType

Show TranscribeMedicalContentIdentificationType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalContentIdentificationType

NFData TranscribeMedicalContentIdentificationType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalContentIdentificationType

Eq TranscribeMedicalContentIdentificationType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalContentIdentificationType

Ord TranscribeMedicalContentIdentificationType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalContentIdentificationType

Hashable TranscribeMedicalContentIdentificationType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalContentIdentificationType

type Rep TranscribeMedicalContentIdentificationType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalContentIdentificationType

type Rep TranscribeMedicalContentIdentificationType = D1 ('MetaData "TranscribeMedicalContentIdentificationType" "Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalContentIdentificationType" "amazonka-chime-sdk-meetings-2.0-BH1YehHiRGe8LBGen60xi" 'True) (C1 ('MetaCons "TranscribeMedicalContentIdentificationType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTranscribeMedicalContentIdentificationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TranscribeMedicalLanguageCode

newtype TranscribeMedicalLanguageCode Source #

Instances

Instances details
FromJSON TranscribeMedicalLanguageCode Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalLanguageCode

FromJSONKey TranscribeMedicalLanguageCode Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalLanguageCode

ToJSON TranscribeMedicalLanguageCode Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalLanguageCode

ToJSONKey TranscribeMedicalLanguageCode Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalLanguageCode

ToByteString TranscribeMedicalLanguageCode Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalLanguageCode

ToHeader TranscribeMedicalLanguageCode Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalLanguageCode

ToLog TranscribeMedicalLanguageCode Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalLanguageCode

ToQuery TranscribeMedicalLanguageCode Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalLanguageCode

FromText TranscribeMedicalLanguageCode Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalLanguageCode

ToText TranscribeMedicalLanguageCode Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalLanguageCode

FromXML TranscribeMedicalLanguageCode Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalLanguageCode

ToXML TranscribeMedicalLanguageCode Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalLanguageCode

Generic TranscribeMedicalLanguageCode Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalLanguageCode

Associated Types

type Rep TranscribeMedicalLanguageCode :: Type -> Type #

Read TranscribeMedicalLanguageCode Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalLanguageCode

Show TranscribeMedicalLanguageCode Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalLanguageCode

NFData TranscribeMedicalLanguageCode Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalLanguageCode

Eq TranscribeMedicalLanguageCode Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalLanguageCode

Ord TranscribeMedicalLanguageCode Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalLanguageCode

Hashable TranscribeMedicalLanguageCode Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalLanguageCode

type Rep TranscribeMedicalLanguageCode Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalLanguageCode

type Rep TranscribeMedicalLanguageCode = D1 ('MetaData "TranscribeMedicalLanguageCode" "Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalLanguageCode" "amazonka-chime-sdk-meetings-2.0-BH1YehHiRGe8LBGen60xi" 'True) (C1 ('MetaCons "TranscribeMedicalLanguageCode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTranscribeMedicalLanguageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TranscribeMedicalRegion

newtype TranscribeMedicalRegion Source #

Instances

Instances details
FromJSON TranscribeMedicalRegion Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalRegion

FromJSONKey TranscribeMedicalRegion Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalRegion

ToJSON TranscribeMedicalRegion Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalRegion

ToJSONKey TranscribeMedicalRegion Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalRegion

ToByteString TranscribeMedicalRegion Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalRegion

ToHeader TranscribeMedicalRegion Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalRegion

ToLog TranscribeMedicalRegion Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalRegion

ToQuery TranscribeMedicalRegion Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalRegion

FromText TranscribeMedicalRegion Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalRegion

ToText TranscribeMedicalRegion Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalRegion

FromXML TranscribeMedicalRegion Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalRegion

ToXML TranscribeMedicalRegion Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalRegion

Generic TranscribeMedicalRegion Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalRegion

Associated Types

type Rep TranscribeMedicalRegion :: Type -> Type #

Read TranscribeMedicalRegion Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalRegion

Show TranscribeMedicalRegion Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalRegion

NFData TranscribeMedicalRegion Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalRegion

Methods

rnf :: TranscribeMedicalRegion -> () #

Eq TranscribeMedicalRegion Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalRegion

Ord TranscribeMedicalRegion Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalRegion

Hashable TranscribeMedicalRegion Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalRegion

type Rep TranscribeMedicalRegion Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalRegion

type Rep TranscribeMedicalRegion = D1 ('MetaData "TranscribeMedicalRegion" "Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalRegion" "amazonka-chime-sdk-meetings-2.0-BH1YehHiRGe8LBGen60xi" 'True) (C1 ('MetaCons "TranscribeMedicalRegion'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTranscribeMedicalRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TranscribeMedicalSpecialty

newtype TranscribeMedicalSpecialty Source #

Instances

Instances details
FromJSON TranscribeMedicalSpecialty Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalSpecialty

FromJSONKey TranscribeMedicalSpecialty Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalSpecialty

ToJSON TranscribeMedicalSpecialty Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalSpecialty

ToJSONKey TranscribeMedicalSpecialty Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalSpecialty

ToByteString TranscribeMedicalSpecialty Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalSpecialty

ToHeader TranscribeMedicalSpecialty Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalSpecialty

ToLog TranscribeMedicalSpecialty Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalSpecialty

ToQuery TranscribeMedicalSpecialty Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalSpecialty

FromText TranscribeMedicalSpecialty Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalSpecialty

ToText TranscribeMedicalSpecialty Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalSpecialty

FromXML TranscribeMedicalSpecialty Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalSpecialty

ToXML TranscribeMedicalSpecialty Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalSpecialty

Generic TranscribeMedicalSpecialty Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalSpecialty

Associated Types

type Rep TranscribeMedicalSpecialty :: Type -> Type #

Read TranscribeMedicalSpecialty Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalSpecialty

Show TranscribeMedicalSpecialty Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalSpecialty

NFData TranscribeMedicalSpecialty Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalSpecialty

Eq TranscribeMedicalSpecialty Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalSpecialty

Ord TranscribeMedicalSpecialty Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalSpecialty

Hashable TranscribeMedicalSpecialty Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalSpecialty

type Rep TranscribeMedicalSpecialty Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalSpecialty

type Rep TranscribeMedicalSpecialty = D1 ('MetaData "TranscribeMedicalSpecialty" "Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalSpecialty" "amazonka-chime-sdk-meetings-2.0-BH1YehHiRGe8LBGen60xi" 'True) (C1 ('MetaCons "TranscribeMedicalSpecialty'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTranscribeMedicalSpecialty") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TranscribeMedicalType

newtype TranscribeMedicalType Source #

Instances

Instances details
FromJSON TranscribeMedicalType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalType

FromJSONKey TranscribeMedicalType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalType

ToJSON TranscribeMedicalType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalType

ToJSONKey TranscribeMedicalType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalType

ToByteString TranscribeMedicalType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalType

ToHeader TranscribeMedicalType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalType

ToLog TranscribeMedicalType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalType

ToQuery TranscribeMedicalType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalType

FromText TranscribeMedicalType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalType

ToText TranscribeMedicalType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalType

FromXML TranscribeMedicalType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalType

ToXML TranscribeMedicalType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalType

Generic TranscribeMedicalType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalType

Associated Types

type Rep TranscribeMedicalType :: Type -> Type #

Read TranscribeMedicalType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalType

Show TranscribeMedicalType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalType

NFData TranscribeMedicalType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalType

Methods

rnf :: TranscribeMedicalType -> () #

Eq TranscribeMedicalType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalType

Ord TranscribeMedicalType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalType

Hashable TranscribeMedicalType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalType

type Rep TranscribeMedicalType Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalType

type Rep TranscribeMedicalType = D1 ('MetaData "TranscribeMedicalType" "Amazonka.ChimeSdkMeetings.Types.TranscribeMedicalType" "amazonka-chime-sdk-meetings-2.0-BH1YehHiRGe8LBGen60xi" 'True) (C1 ('MetaCons "TranscribeMedicalType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTranscribeMedicalType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TranscribePartialResultsStability

newtype TranscribePartialResultsStability Source #

Instances

Instances details
FromJSON TranscribePartialResultsStability Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribePartialResultsStability

FromJSONKey TranscribePartialResultsStability Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribePartialResultsStability

ToJSON TranscribePartialResultsStability Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribePartialResultsStability

ToJSONKey TranscribePartialResultsStability Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribePartialResultsStability

ToByteString TranscribePartialResultsStability Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribePartialResultsStability

ToHeader TranscribePartialResultsStability Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribePartialResultsStability

ToLog TranscribePartialResultsStability Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribePartialResultsStability

ToQuery TranscribePartialResultsStability Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribePartialResultsStability

FromText TranscribePartialResultsStability Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribePartialResultsStability

ToText TranscribePartialResultsStability Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribePartialResultsStability

FromXML TranscribePartialResultsStability Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribePartialResultsStability

ToXML TranscribePartialResultsStability Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribePartialResultsStability

Generic TranscribePartialResultsStability Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribePartialResultsStability

Associated Types

type Rep TranscribePartialResultsStability :: Type -> Type #

Read TranscribePartialResultsStability Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribePartialResultsStability

Show TranscribePartialResultsStability Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribePartialResultsStability

NFData TranscribePartialResultsStability Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribePartialResultsStability

Eq TranscribePartialResultsStability Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribePartialResultsStability

Ord TranscribePartialResultsStability Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribePartialResultsStability

Hashable TranscribePartialResultsStability Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribePartialResultsStability

type Rep TranscribePartialResultsStability Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribePartialResultsStability

type Rep TranscribePartialResultsStability = D1 ('MetaData "TranscribePartialResultsStability" "Amazonka.ChimeSdkMeetings.Types.TranscribePartialResultsStability" "amazonka-chime-sdk-meetings-2.0-BH1YehHiRGe8LBGen60xi" 'True) (C1 ('MetaCons "TranscribePartialResultsStability'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTranscribePartialResultsStability") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TranscribeRegion

newtype TranscribeRegion Source #

Instances

Instances details
FromJSON TranscribeRegion Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeRegion

FromJSONKey TranscribeRegion Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeRegion

ToJSON TranscribeRegion Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeRegion

ToJSONKey TranscribeRegion Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeRegion

ToByteString TranscribeRegion Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeRegion

ToHeader TranscribeRegion Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeRegion

ToLog TranscribeRegion Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeRegion

ToQuery TranscribeRegion Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeRegion

FromText TranscribeRegion Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeRegion

ToText TranscribeRegion Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeRegion

FromXML TranscribeRegion Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeRegion

ToXML TranscribeRegion Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeRegion

Generic TranscribeRegion Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeRegion

Associated Types

type Rep TranscribeRegion :: Type -> Type #

Read TranscribeRegion Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeRegion

Show TranscribeRegion Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeRegion

NFData TranscribeRegion Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeRegion

Methods

rnf :: TranscribeRegion -> () #

Eq TranscribeRegion Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeRegion

Ord TranscribeRegion Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeRegion

Hashable TranscribeRegion Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeRegion

type Rep TranscribeRegion Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeRegion

type Rep TranscribeRegion = D1 ('MetaData "TranscribeRegion" "Amazonka.ChimeSdkMeetings.Types.TranscribeRegion" "amazonka-chime-sdk-meetings-2.0-BH1YehHiRGe8LBGen60xi" 'True) (C1 ('MetaCons "TranscribeRegion'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTranscribeRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TranscribeVocabularyFilterMethod

newtype TranscribeVocabularyFilterMethod Source #

Instances

Instances details
FromJSON TranscribeVocabularyFilterMethod Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeVocabularyFilterMethod

FromJSONKey TranscribeVocabularyFilterMethod Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeVocabularyFilterMethod

ToJSON TranscribeVocabularyFilterMethod Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeVocabularyFilterMethod

ToJSONKey TranscribeVocabularyFilterMethod Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeVocabularyFilterMethod

ToByteString TranscribeVocabularyFilterMethod Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeVocabularyFilterMethod

ToHeader TranscribeVocabularyFilterMethod Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeVocabularyFilterMethod

ToLog TranscribeVocabularyFilterMethod Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeVocabularyFilterMethod

ToQuery TranscribeVocabularyFilterMethod Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeVocabularyFilterMethod

FromText TranscribeVocabularyFilterMethod Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeVocabularyFilterMethod

ToText TranscribeVocabularyFilterMethod Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeVocabularyFilterMethod

FromXML TranscribeVocabularyFilterMethod Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeVocabularyFilterMethod

ToXML TranscribeVocabularyFilterMethod Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeVocabularyFilterMethod

Generic TranscribeVocabularyFilterMethod Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeVocabularyFilterMethod

Associated Types

type Rep TranscribeVocabularyFilterMethod :: Type -> Type #

Read TranscribeVocabularyFilterMethod Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeVocabularyFilterMethod

Show TranscribeVocabularyFilterMethod Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeVocabularyFilterMethod

NFData TranscribeVocabularyFilterMethod Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeVocabularyFilterMethod

Eq TranscribeVocabularyFilterMethod Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeVocabularyFilterMethod

Ord TranscribeVocabularyFilterMethod Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeVocabularyFilterMethod

Hashable TranscribeVocabularyFilterMethod Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeVocabularyFilterMethod

type Rep TranscribeVocabularyFilterMethod Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscribeVocabularyFilterMethod

type Rep TranscribeVocabularyFilterMethod = D1 ('MetaData "TranscribeVocabularyFilterMethod" "Amazonka.ChimeSdkMeetings.Types.TranscribeVocabularyFilterMethod" "amazonka-chime-sdk-meetings-2.0-BH1YehHiRGe8LBGen60xi" 'True) (C1 ('MetaCons "TranscribeVocabularyFilterMethod'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTranscribeVocabularyFilterMethod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Attendee

data Attendee Source #

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.

Instances

Instances details
FromJSON Attendee Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.Attendee

Generic Attendee Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.Attendee

Associated Types

type Rep Attendee :: Type -> Type #

Methods

from :: Attendee -> Rep Attendee x #

to :: Rep Attendee x -> Attendee #

Show Attendee Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.Attendee

NFData Attendee Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.Attendee

Methods

rnf :: Attendee -> () #

Eq Attendee Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.Attendee

Hashable Attendee Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.Attendee

Methods

hashWithSalt :: Int -> Attendee -> Int #

hash :: Attendee -> Int #

type Rep Attendee Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.Attendee

type Rep Attendee = D1 ('MetaData "Attendee" "Amazonka.ChimeSdkMeetings.Types.Attendee" "amazonka-chime-sdk-meetings-2.0-BH1YehHiRGe8LBGen60xi" 'False) (C1 ('MetaCons "Attendee'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "attendeeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "capabilities") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AttendeeCapabilities))) :*: (S1 ('MetaSel ('Just "externalUserId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "joinToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))))))

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 to SendReceive or Receive unless you also set video capabilities to SendReceive or Receive. If you don't set the video capability to receive, the response will contain an HTTP 400 Bad Request status code. However, you can set your video capability to receive and you set your content capability to not receive.
  • When you change an audio capability from None or Receive to Send or SendReceive , and if the attendee left their microphone unmuted, audio will flow from the attendee to the other meeting participants.
  • When you change a video or content capability from None or Receive to Send or SendReceive , 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.

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 to SendReceive or Receive unless you also set video capabilities to SendReceive or Receive. If you don't set the video capability to receive, the response will contain an HTTP 400 Bad Request status code. However, you can set your video capability to receive and you set your content capability to not receive.
  • When you change an audio capability from None or Receive to Send or SendReceive , and if the attendee left their microphone unmuted, audio will flow from the attendee to the other meeting participants.
  • When you change a video or content capability from None or Receive to Send or SendReceive , 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.

Instances

Instances details
FromJSON AttendeeCapabilities Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.AttendeeCapabilities

ToJSON AttendeeCapabilities Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.AttendeeCapabilities

Generic AttendeeCapabilities Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.AttendeeCapabilities

Associated Types

type Rep AttendeeCapabilities :: Type -> Type #

Read AttendeeCapabilities Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.AttendeeCapabilities

Show AttendeeCapabilities Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.AttendeeCapabilities

NFData AttendeeCapabilities Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.AttendeeCapabilities

Methods

rnf :: AttendeeCapabilities -> () #

Eq AttendeeCapabilities Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.AttendeeCapabilities

Hashable AttendeeCapabilities Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.AttendeeCapabilities

type Rep AttendeeCapabilities Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.AttendeeCapabilities

type Rep AttendeeCapabilities = D1 ('MetaData "AttendeeCapabilities" "Amazonka.ChimeSdkMeetings.Types.AttendeeCapabilities" "amazonka-chime-sdk-meetings-2.0-BH1YehHiRGe8LBGen60xi" 'False) (C1 ('MetaCons "AttendeeCapabilities'" 'PrefixI 'True) (S1 ('MetaSel ('Just "audio") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 MediaCapabilities) :*: (S1 ('MetaSel ('Just "video") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 MediaCapabilities) :*: S1 ('MetaSel ('Just "content") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 MediaCapabilities))))

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.

AttendeeIdItem

data AttendeeIdItem Source #

A structure that contains one or more attendee IDs.

See: newAttendeeIdItem smart constructor.

Constructors

AttendeeIdItem' Text 

Instances

Instances details
ToJSON AttendeeIdItem Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.AttendeeIdItem

Generic AttendeeIdItem Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.AttendeeIdItem

Associated Types

type Rep AttendeeIdItem :: Type -> Type #

Read AttendeeIdItem Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.AttendeeIdItem

Show AttendeeIdItem Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.AttendeeIdItem

NFData AttendeeIdItem Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.AttendeeIdItem

Methods

rnf :: AttendeeIdItem -> () #

Eq AttendeeIdItem Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.AttendeeIdItem

Hashable AttendeeIdItem Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.AttendeeIdItem

type Rep AttendeeIdItem Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.AttendeeIdItem

type Rep AttendeeIdItem = D1 ('MetaData "AttendeeIdItem" "Amazonka.ChimeSdkMeetings.Types.AttendeeIdItem" "amazonka-chime-sdk-meetings-2.0-BH1YehHiRGe8LBGen60xi" 'False) (C1 ('MetaCons "AttendeeIdItem'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attendeeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newAttendeeIdItem Source #

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.

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.

Instances

Instances details
FromJSON AudioFeatures Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.AudioFeatures

ToJSON AudioFeatures Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.AudioFeatures

Generic AudioFeatures Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.AudioFeatures

Associated Types

type Rep AudioFeatures :: Type -> Type #

Read AudioFeatures Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.AudioFeatures

Show AudioFeatures Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.AudioFeatures

NFData AudioFeatures Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.AudioFeatures

Methods

rnf :: AudioFeatures -> () #

Eq AudioFeatures Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.AudioFeatures

Hashable AudioFeatures Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.AudioFeatures

type Rep AudioFeatures Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.AudioFeatures

type Rep AudioFeatures = D1 ('MetaData "AudioFeatures" "Amazonka.ChimeSdkMeetings.Types.AudioFeatures" "amazonka-chime-sdk-meetings-2.0-BH1YehHiRGe8LBGen60xi" 'False) (C1 ('MetaCons "AudioFeatures'" 'PrefixI 'True) (S1 ('MetaSel ('Just "echoReduction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MeetingFeatureStatus))))

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.

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.

Instances

Instances details
FromJSON CreateAttendeeError Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.CreateAttendeeError

Generic CreateAttendeeError Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.CreateAttendeeError

Associated Types

type Rep CreateAttendeeError :: Type -> Type #

Show CreateAttendeeError Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.CreateAttendeeError

NFData CreateAttendeeError Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.CreateAttendeeError

Methods

rnf :: CreateAttendeeError -> () #

Eq CreateAttendeeError Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.CreateAttendeeError

Hashable CreateAttendeeError Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.CreateAttendeeError

type Rep CreateAttendeeError Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.CreateAttendeeError

type Rep CreateAttendeeError = D1 ('MetaData "CreateAttendeeError" "Amazonka.ChimeSdkMeetings.Types.CreateAttendeeError" "amazonka-chime-sdk-meetings-2.0-BH1YehHiRGe8LBGen60xi" 'False) (C1 ('MetaCons "CreateAttendeeError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "externalUserId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))))))

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.

CreateAttendeeRequestItem

data CreateAttendeeRequestItem Source #

The Amazon Chime SDK attendee fields to create, used with the BatchCreateAttendee action.

See: newCreateAttendeeRequestItem smart constructor.

Instances

Instances details
ToJSON CreateAttendeeRequestItem Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.CreateAttendeeRequestItem

Generic CreateAttendeeRequestItem Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.CreateAttendeeRequestItem

Associated Types

type Rep CreateAttendeeRequestItem :: Type -> Type #

Show CreateAttendeeRequestItem Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.CreateAttendeeRequestItem

NFData CreateAttendeeRequestItem Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.CreateAttendeeRequestItem

Eq CreateAttendeeRequestItem Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.CreateAttendeeRequestItem

Hashable CreateAttendeeRequestItem Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.CreateAttendeeRequestItem

type Rep CreateAttendeeRequestItem Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.CreateAttendeeRequestItem

type Rep CreateAttendeeRequestItem = D1 ('MetaData "CreateAttendeeRequestItem" "Amazonka.ChimeSdkMeetings.Types.CreateAttendeeRequestItem" "amazonka-chime-sdk-meetings-2.0-BH1YehHiRGe8LBGen60xi" 'False) (C1 ('MetaCons "CreateAttendeeRequestItem'" 'PrefixI 'True) (S1 ('MetaSel ('Just "capabilities") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AttendeeCapabilities)) :*: S1 ('MetaSel ('Just "externalUserId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text))))

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.

EngineTranscribeMedicalSettings

data EngineTranscribeMedicalSettings Source #

Settings specific to the Amazon Transcribe Medical engine.

See: newEngineTranscribeMedicalSettings smart constructor.

Instances

Instances details
ToJSON EngineTranscribeMedicalSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.EngineTranscribeMedicalSettings

Generic EngineTranscribeMedicalSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.EngineTranscribeMedicalSettings

Associated Types

type Rep EngineTranscribeMedicalSettings :: Type -> Type #

Read EngineTranscribeMedicalSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.EngineTranscribeMedicalSettings

Show EngineTranscribeMedicalSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.EngineTranscribeMedicalSettings

NFData EngineTranscribeMedicalSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.EngineTranscribeMedicalSettings

Eq EngineTranscribeMedicalSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.EngineTranscribeMedicalSettings

Hashable EngineTranscribeMedicalSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.EngineTranscribeMedicalSettings

type Rep EngineTranscribeMedicalSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.EngineTranscribeMedicalSettings

type Rep EngineTranscribeMedicalSettings = D1 ('MetaData "EngineTranscribeMedicalSettings" "Amazonka.ChimeSdkMeetings.Types.EngineTranscribeMedicalSettings" "amazonka-chime-sdk-meetings-2.0-BH1YehHiRGe8LBGen60xi" 'False) (C1 ('MetaCons "EngineTranscribeMedicalSettings'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "contentIdentificationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TranscribeMedicalContentIdentificationType)) :*: (S1 ('MetaSel ('Just "region") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TranscribeMedicalRegion)) :*: S1 ('MetaSel ('Just "vocabularyName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "languageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TranscribeMedicalLanguageCode) :*: (S1 ('MetaSel ('Just "specialty") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TranscribeMedicalSpecialty) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TranscribeMedicalType)))))

newEngineTranscribeMedicalSettings Source #

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.

EngineTranscribeSettings

data EngineTranscribeSettings Source #

Settings specific to the Amazon Transcribe engine.

See: newEngineTranscribeSettings smart constructor.

Instances

Instances details
ToJSON EngineTranscribeSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.EngineTranscribeSettings

Generic EngineTranscribeSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.EngineTranscribeSettings

Associated Types

type Rep EngineTranscribeSettings :: Type -> Type #

Read EngineTranscribeSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.EngineTranscribeSettings

Show EngineTranscribeSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.EngineTranscribeSettings

NFData EngineTranscribeSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.EngineTranscribeSettings

Eq EngineTranscribeSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.EngineTranscribeSettings

Hashable EngineTranscribeSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.EngineTranscribeSettings

type Rep EngineTranscribeSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.EngineTranscribeSettings

type Rep EngineTranscribeSettings = D1 ('MetaData "EngineTranscribeSettings" "Amazonka.ChimeSdkMeetings.Types.EngineTranscribeSettings" "amazonka-chime-sdk-meetings-2.0-BH1YehHiRGe8LBGen60xi" 'False) (C1 ('MetaCons "EngineTranscribeSettings'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "contentIdentificationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TranscribeContentIdentificationType)) :*: (S1 ('MetaSel ('Just "contentRedactionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TranscribeContentRedactionType)) :*: S1 ('MetaSel ('Just "enablePartialResultsStabilization") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 ('MetaSel ('Just "identifyLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "languageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TranscribeLanguageCode))) :*: (S1 ('MetaSel ('Just "languageModelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "languageOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "partialResultsStability") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TranscribePartialResultsStability)) :*: (S1 ('MetaSel ('Just "piiEntityTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "preferredLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TranscribeLanguageCode)))) :*: ((S1 ('MetaSel ('Just "region") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TranscribeRegion)) :*: S1 ('MetaSel ('Just "vocabularyFilterMethod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TranscribeVocabularyFilterMethod))) :*: (S1 ('MetaSel ('Just "vocabularyFilterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "vocabularyName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

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.

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.

Instances

Instances details
FromJSON MediaPlacement Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.MediaPlacement

Generic MediaPlacement Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.MediaPlacement

Associated Types

type Rep MediaPlacement :: Type -> Type #

Read MediaPlacement Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.MediaPlacement

Show MediaPlacement Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.MediaPlacement

NFData MediaPlacement Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.MediaPlacement

Methods

rnf :: MediaPlacement -> () #

Eq MediaPlacement Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.MediaPlacement

Hashable MediaPlacement Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.MediaPlacement

type Rep MediaPlacement Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.MediaPlacement

type Rep MediaPlacement = D1 ('MetaData "MediaPlacement" "Amazonka.ChimeSdkMeetings.Types.MediaPlacement" "amazonka-chime-sdk-meetings-2.0-BH1YehHiRGe8LBGen60xi" 'False) (C1 ('MetaCons "MediaPlacement'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "audioFallbackUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "audioHostUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "eventIngestionUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "screenDataUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "screenSharingUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "screenViewingUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "signalingUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "turnControlUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

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.

Meeting

data Meeting Source #

A meeting created using the Amazon Chime SDK.

See: newMeeting smart constructor.

Instances

Instances details
FromJSON Meeting Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.Meeting

Generic Meeting Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.Meeting

Associated Types

type Rep Meeting :: Type -> Type #

Methods

from :: Meeting -> Rep Meeting x #

to :: Rep Meeting x -> Meeting #

Show Meeting Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.Meeting

NFData Meeting Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.Meeting

Methods

rnf :: Meeting -> () #

Eq Meeting Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.Meeting

Methods

(==) :: Meeting -> Meeting -> Bool #

(/=) :: Meeting -> Meeting -> Bool #

Hashable Meeting Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.Meeting

Methods

hashWithSalt :: Int -> Meeting -> Int #

hash :: Meeting -> Int #

type Rep Meeting Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.Meeting

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.

MeetingFeaturesConfiguration

data MeetingFeaturesConfiguration Source #

The configuration settings of the features available to a meeting.>

See: newMeetingFeaturesConfiguration smart constructor.

Instances

Instances details
FromJSON MeetingFeaturesConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.MeetingFeaturesConfiguration

ToJSON MeetingFeaturesConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.MeetingFeaturesConfiguration

Generic MeetingFeaturesConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.MeetingFeaturesConfiguration

Associated Types

type Rep MeetingFeaturesConfiguration :: Type -> Type #

Read MeetingFeaturesConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.MeetingFeaturesConfiguration

Show MeetingFeaturesConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.MeetingFeaturesConfiguration

NFData MeetingFeaturesConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.MeetingFeaturesConfiguration

Eq MeetingFeaturesConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.MeetingFeaturesConfiguration

Hashable MeetingFeaturesConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.MeetingFeaturesConfiguration

type Rep MeetingFeaturesConfiguration Source # 
Instance details

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.

NotificationsConfiguration

data NotificationsConfiguration Source #

The configuration for resource targets to receive notifications when meeting and attendee events occur.

See: newNotificationsConfiguration smart constructor.

Instances

Instances details
ToJSON NotificationsConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.NotificationsConfiguration

Generic NotificationsConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.NotificationsConfiguration

Associated Types

type Rep NotificationsConfiguration :: Type -> Type #

Show NotificationsConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.NotificationsConfiguration

NFData NotificationsConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.NotificationsConfiguration

Eq NotificationsConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.NotificationsConfiguration

Hashable NotificationsConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.NotificationsConfiguration

type Rep NotificationsConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.NotificationsConfiguration

type Rep NotificationsConfiguration = D1 ('MetaData "NotificationsConfiguration" "Amazonka.ChimeSdkMeetings.Types.NotificationsConfiguration" "amazonka-chime-sdk-meetings-2.0-BH1YehHiRGe8LBGen60xi" 'False) (C1 ('MetaCons "NotificationsConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "lambdaFunctionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "snsTopicArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "sqsQueueArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))))))

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.

Tag

data Tag Source #

A key-value pair that you define.

See: newTag smart constructor.

Constructors

Tag' Text Text 

Instances

Instances details
FromJSON Tag Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.Tag

ToJSON Tag Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.Tag

Generic Tag Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.Tag

Associated Types

type Rep Tag :: Type -> Type #

Methods

from :: Tag -> Rep Tag x #

to :: Rep Tag x -> Tag #

Read Tag Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.Tag

Show Tag Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.Tag

Methods

showsPrec :: Int -> Tag -> ShowS #

show :: Tag -> String #

showList :: [Tag] -> ShowS #

NFData Tag Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.Tag

Methods

rnf :: Tag -> () #

Eq Tag Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.Tag

Methods

(==) :: Tag -> Tag -> Bool #

(/=) :: Tag -> Tag -> Bool #

Hashable Tag Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.Tag

Methods

hashWithSalt :: Int -> Tag -> Int #

hash :: Tag -> Int #

type Rep Tag Source # 
Instance details

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)))

newTag Source #

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.

Instances

Instances details
ToJSON TranscriptionConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscriptionConfiguration

Generic TranscriptionConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscriptionConfiguration

Associated Types

type Rep TranscriptionConfiguration :: Type -> Type #

Read TranscriptionConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscriptionConfiguration

Show TranscriptionConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscriptionConfiguration

NFData TranscriptionConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscriptionConfiguration

Eq TranscriptionConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscriptionConfiguration

Hashable TranscriptionConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscriptionConfiguration

type Rep TranscriptionConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.TranscriptionConfiguration

type Rep TranscriptionConfiguration = D1 ('MetaData "TranscriptionConfiguration" "Amazonka.ChimeSdkMeetings.Types.TranscriptionConfiguration" "amazonka-chime-sdk-meetings-2.0-BH1YehHiRGe8LBGen60xi" 'False) (C1 ('MetaCons "TranscriptionConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "engineTranscribeMedicalSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EngineTranscribeMedicalSettings)) :*: S1 ('MetaSel ('Just "engineTranscribeSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EngineTranscribeSettings))))

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.