amazonka-chime-2.0: Amazon Chime 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.Chime

Contents

Description

Derived from API version 2018-05-01 of the AWS service descriptions, licensed under Apache 2.0.

The Amazon Chime API (application programming interface) is designed for developers to perform key tasks, such as creating and managing Amazon Chime accounts, users, and Voice Connectors. This guide provides detailed information about the Amazon Chime API, including operations, types, inputs and outputs, and error codes. It also includes API actions for use with the Amazon Chime SDK, which developers use to build their own communication applications. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide.

You can use an AWS SDK, the AWS Command Line Interface (AWS CLI), or the REST API to make API calls. We recommend using an AWS SDK or the AWS CLI. Each API operation includes links to information about using it with a language-specific AWS SDK or the AWS CLI.

Using an AWS SDK
You don't need to write code to calculate a signature for request authentication. The SDK clients authenticate your requests by using access keys that you provide. For more information about AWS SDKs, see the AWS Developer Center.
Using the AWS CLI
Use your access keys with the AWS CLI to make API calls. For information about setting up the AWS CLI, see Installing the AWS Command Line Interface in the AWS Command Line Interface User Guide. For a list of available Amazon Chime commands, see the Amazon Chime commands in the AWS CLI Command Reference.
Using REST APIs
If you use REST to make API calls, you must authenticate your request by providing a signature. Amazon Chime supports signature version 4. For more information, see Signature Version 4 Signing Process in the Amazon Web Services General Reference.

When making REST API calls, use the service name chime and REST endpoint https://service.chime.aws.amazon.com.

Administrative permissions are controlled using AWS Identity and Access Management (IAM). For more information, see Identity and Access Management for Amazon Chime in the Amazon Chime Administration Guide.

Synopsis

Service Configuration

defaultService :: Service Source #

API version 2018-05-01 of the Amazon Chime 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 Chime.

AccessDeniedException

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

You don't have permissions to perform the requested operation.

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 #

The request could not be processed because of conflict in the current state of the resource.

ForbiddenException

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

The client is permanently forbidden from making the request.

NotFoundException

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

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

ResourceLimitExceededException

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

The request exceeds the resource limit.

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.

ThrottledClientException

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

The client exceeded its request rate limit.

UnauthorizedClientException

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

The client is not currently authorized to make the request.

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.

AssociatePhoneNumberWithUser

data AssociatePhoneNumberWithUser Source #

See: newAssociatePhoneNumberWithUser smart constructor.

Instances

Instances details
ToJSON AssociatePhoneNumberWithUser Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumberWithUser

ToHeaders AssociatePhoneNumberWithUser Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumberWithUser

ToPath AssociatePhoneNumberWithUser Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumberWithUser

ToQuery AssociatePhoneNumberWithUser Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumberWithUser

AWSRequest AssociatePhoneNumberWithUser Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumberWithUser

Generic AssociatePhoneNumberWithUser Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumberWithUser

Associated Types

type Rep AssociatePhoneNumberWithUser :: Type -> Type #

Show AssociatePhoneNumberWithUser Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumberWithUser

NFData AssociatePhoneNumberWithUser Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumberWithUser

Eq AssociatePhoneNumberWithUser Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumberWithUser

Hashable AssociatePhoneNumberWithUser Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumberWithUser

type AWSResponse AssociatePhoneNumberWithUser Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumberWithUser

type Rep AssociatePhoneNumberWithUser Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumberWithUser

type Rep AssociatePhoneNumberWithUser = D1 ('MetaData "AssociatePhoneNumberWithUser" "Amazonka.Chime.AssociatePhoneNumberWithUser" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "AssociatePhoneNumberWithUser'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "userId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "e164PhoneNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)))))

newAssociatePhoneNumberWithUser Source #

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

AssociatePhoneNumberWithUser, associatePhoneNumberWithUser_accountId - The Amazon Chime account ID.

AssociatePhoneNumberWithUser, associatePhoneNumberWithUser_userId - The user ID.

AssociatePhoneNumberWithUser, associatePhoneNumberWithUser_e164PhoneNumber - The phone number, in E.164 format.

data AssociatePhoneNumberWithUserResponse Source #

Instances

Instances details
Generic AssociatePhoneNumberWithUserResponse Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumberWithUser

Read AssociatePhoneNumberWithUserResponse Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumberWithUser

Show AssociatePhoneNumberWithUserResponse Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumberWithUser

NFData AssociatePhoneNumberWithUserResponse Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumberWithUser

Eq AssociatePhoneNumberWithUserResponse Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumberWithUser

type Rep AssociatePhoneNumberWithUserResponse Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumberWithUser

type Rep AssociatePhoneNumberWithUserResponse = D1 ('MetaData "AssociatePhoneNumberWithUserResponse" "Amazonka.Chime.AssociatePhoneNumberWithUser" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "AssociatePhoneNumberWithUserResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newAssociatePhoneNumberWithUserResponse Source #

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

AssociatePhoneNumbersWithVoiceConnector

data AssociatePhoneNumbersWithVoiceConnector Source #

Instances

Instances details
ToJSON AssociatePhoneNumbersWithVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumbersWithVoiceConnector

ToHeaders AssociatePhoneNumbersWithVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumbersWithVoiceConnector

ToPath AssociatePhoneNumbersWithVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumbersWithVoiceConnector

ToQuery AssociatePhoneNumbersWithVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumbersWithVoiceConnector

AWSRequest AssociatePhoneNumbersWithVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumbersWithVoiceConnector

Generic AssociatePhoneNumbersWithVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumbersWithVoiceConnector

Show AssociatePhoneNumbersWithVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumbersWithVoiceConnector

NFData AssociatePhoneNumbersWithVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumbersWithVoiceConnector

Eq AssociatePhoneNumbersWithVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumbersWithVoiceConnector

Hashable AssociatePhoneNumbersWithVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumbersWithVoiceConnector

type AWSResponse AssociatePhoneNumbersWithVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumbersWithVoiceConnector

type Rep AssociatePhoneNumbersWithVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumbersWithVoiceConnector

type Rep AssociatePhoneNumbersWithVoiceConnector = D1 ('MetaData "AssociatePhoneNumbersWithVoiceConnector" "Amazonka.Chime.AssociatePhoneNumbersWithVoiceConnector" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "AssociatePhoneNumbersWithVoiceConnector'" 'PrefixI 'True) (S1 ('MetaSel ('Just "forceAssociate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "e164PhoneNumbers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Sensitive Text]))))

newAssociatePhoneNumbersWithVoiceConnector Source #

Create a value of AssociatePhoneNumbersWithVoiceConnector 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:forceAssociate:AssociatePhoneNumbersWithVoiceConnector', associatePhoneNumbersWithVoiceConnector_forceAssociate - If true, associates the provided phone numbers with the provided Amazon Chime Voice Connector and removes any previously existing associations. If false, does not associate any phone numbers that have previously existing associations.

AssociatePhoneNumbersWithVoiceConnector, associatePhoneNumbersWithVoiceConnector_voiceConnectorId - The Amazon Chime Voice Connector ID.

$sel:e164PhoneNumbers:AssociatePhoneNumbersWithVoiceConnector', associatePhoneNumbersWithVoiceConnector_e164PhoneNumbers - List of phone numbers, in E.164 format.

data AssociatePhoneNumbersWithVoiceConnectorResponse Source #

Instances

Instances details
Generic AssociatePhoneNumbersWithVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumbersWithVoiceConnector

Read AssociatePhoneNumbersWithVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumbersWithVoiceConnector

Show AssociatePhoneNumbersWithVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumbersWithVoiceConnector

NFData AssociatePhoneNumbersWithVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumbersWithVoiceConnector

Eq AssociatePhoneNumbersWithVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumbersWithVoiceConnector

type Rep AssociatePhoneNumbersWithVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumbersWithVoiceConnector

type Rep AssociatePhoneNumbersWithVoiceConnectorResponse = D1 ('MetaData "AssociatePhoneNumbersWithVoiceConnectorResponse" "Amazonka.Chime.AssociatePhoneNumbersWithVoiceConnector" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "AssociatePhoneNumbersWithVoiceConnectorResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "phoneNumberErrors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PhoneNumberError])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newAssociatePhoneNumbersWithVoiceConnectorResponse Source #

Create a value of AssociatePhoneNumbersWithVoiceConnectorResponse 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:phoneNumberErrors:AssociatePhoneNumbersWithVoiceConnectorResponse', associatePhoneNumbersWithVoiceConnectorResponse_phoneNumberErrors - If the action fails for one or more of the phone numbers in the request, a list of the phone numbers is returned, along with error codes and error messages.

$sel:httpStatus:AssociatePhoneNumbersWithVoiceConnectorResponse', associatePhoneNumbersWithVoiceConnectorResponse_httpStatus - The response's http status code.

AssociatePhoneNumbersWithVoiceConnectorGroup

data AssociatePhoneNumbersWithVoiceConnectorGroup Source #

Instances

Instances details
ToJSON AssociatePhoneNumbersWithVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumbersWithVoiceConnectorGroup

ToHeaders AssociatePhoneNumbersWithVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumbersWithVoiceConnectorGroup

ToPath AssociatePhoneNumbersWithVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumbersWithVoiceConnectorGroup

ToQuery AssociatePhoneNumbersWithVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumbersWithVoiceConnectorGroup

AWSRequest AssociatePhoneNumbersWithVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumbersWithVoiceConnectorGroup

Generic AssociatePhoneNumbersWithVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumbersWithVoiceConnectorGroup

Show AssociatePhoneNumbersWithVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumbersWithVoiceConnectorGroup

NFData AssociatePhoneNumbersWithVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumbersWithVoiceConnectorGroup

Eq AssociatePhoneNumbersWithVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumbersWithVoiceConnectorGroup

Hashable AssociatePhoneNumbersWithVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumbersWithVoiceConnectorGroup

type AWSResponse AssociatePhoneNumbersWithVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumbersWithVoiceConnectorGroup

type Rep AssociatePhoneNumbersWithVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumbersWithVoiceConnectorGroup

type Rep AssociatePhoneNumbersWithVoiceConnectorGroup = D1 ('MetaData "AssociatePhoneNumbersWithVoiceConnectorGroup" "Amazonka.Chime.AssociatePhoneNumbersWithVoiceConnectorGroup" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "AssociatePhoneNumbersWithVoiceConnectorGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "forceAssociate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "voiceConnectorGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "e164PhoneNumbers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Sensitive Text]))))

newAssociatePhoneNumbersWithVoiceConnectorGroup Source #

Create a value of AssociatePhoneNumbersWithVoiceConnectorGroup 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:forceAssociate:AssociatePhoneNumbersWithVoiceConnectorGroup', associatePhoneNumbersWithVoiceConnectorGroup_forceAssociate - If true, associates the provided phone numbers with the provided Amazon Chime Voice Connector Group and removes any previously existing associations. If false, does not associate any phone numbers that have previously existing associations.

AssociatePhoneNumbersWithVoiceConnectorGroup, associatePhoneNumbersWithVoiceConnectorGroup_voiceConnectorGroupId - The Amazon Chime Voice Connector group ID.

$sel:e164PhoneNumbers:AssociatePhoneNumbersWithVoiceConnectorGroup', associatePhoneNumbersWithVoiceConnectorGroup_e164PhoneNumbers - List of phone numbers, in E.164 format.

data AssociatePhoneNumbersWithVoiceConnectorGroupResponse Source #

Instances

Instances details
Generic AssociatePhoneNumbersWithVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumbersWithVoiceConnectorGroup

Read AssociatePhoneNumbersWithVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumbersWithVoiceConnectorGroup

Show AssociatePhoneNumbersWithVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumbersWithVoiceConnectorGroup

NFData AssociatePhoneNumbersWithVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumbersWithVoiceConnectorGroup

Eq AssociatePhoneNumbersWithVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumbersWithVoiceConnectorGroup

type Rep AssociatePhoneNumbersWithVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumbersWithVoiceConnectorGroup

type Rep AssociatePhoneNumbersWithVoiceConnectorGroupResponse = D1 ('MetaData "AssociatePhoneNumbersWithVoiceConnectorGroupResponse" "Amazonka.Chime.AssociatePhoneNumbersWithVoiceConnectorGroup" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "AssociatePhoneNumbersWithVoiceConnectorGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "phoneNumberErrors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PhoneNumberError])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newAssociatePhoneNumbersWithVoiceConnectorGroupResponse Source #

Create a value of AssociatePhoneNumbersWithVoiceConnectorGroupResponse 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:phoneNumberErrors:AssociatePhoneNumbersWithVoiceConnectorGroupResponse', associatePhoneNumbersWithVoiceConnectorGroupResponse_phoneNumberErrors - If the action fails for one or more of the phone numbers in the request, a list of the phone numbers is returned, along with error codes and error messages.

$sel:httpStatus:AssociatePhoneNumbersWithVoiceConnectorGroupResponse', associatePhoneNumbersWithVoiceConnectorGroupResponse_httpStatus - The response's http status code.

AssociateSigninDelegateGroupsWithAccount

data AssociateSigninDelegateGroupsWithAccount Source #

Instances

Instances details
ToJSON AssociateSigninDelegateGroupsWithAccount Source # 
Instance details

Defined in Amazonka.Chime.AssociateSigninDelegateGroupsWithAccount

ToHeaders AssociateSigninDelegateGroupsWithAccount Source # 
Instance details

Defined in Amazonka.Chime.AssociateSigninDelegateGroupsWithAccount

ToPath AssociateSigninDelegateGroupsWithAccount Source # 
Instance details

Defined in Amazonka.Chime.AssociateSigninDelegateGroupsWithAccount

ToQuery AssociateSigninDelegateGroupsWithAccount Source # 
Instance details

Defined in Amazonka.Chime.AssociateSigninDelegateGroupsWithAccount

AWSRequest AssociateSigninDelegateGroupsWithAccount Source # 
Instance details

Defined in Amazonka.Chime.AssociateSigninDelegateGroupsWithAccount

Generic AssociateSigninDelegateGroupsWithAccount Source # 
Instance details

Defined in Amazonka.Chime.AssociateSigninDelegateGroupsWithAccount

Read AssociateSigninDelegateGroupsWithAccount Source # 
Instance details

Defined in Amazonka.Chime.AssociateSigninDelegateGroupsWithAccount

Show AssociateSigninDelegateGroupsWithAccount Source # 
Instance details

Defined in Amazonka.Chime.AssociateSigninDelegateGroupsWithAccount

NFData AssociateSigninDelegateGroupsWithAccount Source # 
Instance details

Defined in Amazonka.Chime.AssociateSigninDelegateGroupsWithAccount

Eq AssociateSigninDelegateGroupsWithAccount Source # 
Instance details

Defined in Amazonka.Chime.AssociateSigninDelegateGroupsWithAccount

Hashable AssociateSigninDelegateGroupsWithAccount Source # 
Instance details

Defined in Amazonka.Chime.AssociateSigninDelegateGroupsWithAccount

type AWSResponse AssociateSigninDelegateGroupsWithAccount Source # 
Instance details

Defined in Amazonka.Chime.AssociateSigninDelegateGroupsWithAccount

type Rep AssociateSigninDelegateGroupsWithAccount Source # 
Instance details

Defined in Amazonka.Chime.AssociateSigninDelegateGroupsWithAccount

type Rep AssociateSigninDelegateGroupsWithAccount = D1 ('MetaData "AssociateSigninDelegateGroupsWithAccount" "Amazonka.Chime.AssociateSigninDelegateGroupsWithAccount" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "AssociateSigninDelegateGroupsWithAccount'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "signinDelegateGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [SigninDelegateGroup])))

newAssociateSigninDelegateGroupsWithAccount Source #

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

AssociateSigninDelegateGroupsWithAccount, associateSigninDelegateGroupsWithAccount_accountId - The Amazon Chime account ID.

AssociateSigninDelegateGroupsWithAccount, associateSigninDelegateGroupsWithAccount_signinDelegateGroups - The sign-in delegate groups.

data AssociateSigninDelegateGroupsWithAccountResponse Source #

Instances

Instances details
Generic AssociateSigninDelegateGroupsWithAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.AssociateSigninDelegateGroupsWithAccount

Read AssociateSigninDelegateGroupsWithAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.AssociateSigninDelegateGroupsWithAccount

Show AssociateSigninDelegateGroupsWithAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.AssociateSigninDelegateGroupsWithAccount

NFData AssociateSigninDelegateGroupsWithAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.AssociateSigninDelegateGroupsWithAccount

Eq AssociateSigninDelegateGroupsWithAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.AssociateSigninDelegateGroupsWithAccount

type Rep AssociateSigninDelegateGroupsWithAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.AssociateSigninDelegateGroupsWithAccount

type Rep AssociateSigninDelegateGroupsWithAccountResponse = D1 ('MetaData "AssociateSigninDelegateGroupsWithAccountResponse" "Amazonka.Chime.AssociateSigninDelegateGroupsWithAccount" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "AssociateSigninDelegateGroupsWithAccountResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newAssociateSigninDelegateGroupsWithAccountResponse Source #

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

BatchCreateAttendee

data BatchCreateAttendee Source #

See: newBatchCreateAttendee smart constructor.

Instances

Instances details
ToJSON BatchCreateAttendee Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateAttendee

ToHeaders BatchCreateAttendee Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateAttendee

ToPath BatchCreateAttendee Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateAttendee

ToQuery BatchCreateAttendee Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateAttendee

AWSRequest BatchCreateAttendee Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateAttendee

Associated Types

type AWSResponse BatchCreateAttendee #

Generic BatchCreateAttendee Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateAttendee

Associated Types

type Rep BatchCreateAttendee :: Type -> Type #

Show BatchCreateAttendee Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateAttendee

NFData BatchCreateAttendee Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateAttendee

Methods

rnf :: BatchCreateAttendee -> () #

Eq BatchCreateAttendee Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateAttendee

Hashable BatchCreateAttendee Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateAttendee

type AWSResponse BatchCreateAttendee Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateAttendee

type Rep BatchCreateAttendee Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateAttendee

type Rep BatchCreateAttendee = D1 ('MetaData "BatchCreateAttendee" "Amazonka.Chime.BatchCreateAttendee" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "BatchCreateAttendee'" 'PrefixI 'True) (S1 ('MetaSel ('Just "meetingId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "attendees") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [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 meeting ID.

BatchCreateAttendee, batchCreateAttendee_attendees - The request containing the attendees to create.

data BatchCreateAttendeeResponse Source #

See: newBatchCreateAttendeeResponse smart constructor.

Instances

Instances details
Generic BatchCreateAttendeeResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateAttendee

Associated Types

type Rep BatchCreateAttendeeResponse :: Type -> Type #

Show BatchCreateAttendeeResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateAttendee

NFData BatchCreateAttendeeResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateAttendee

Eq BatchCreateAttendeeResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateAttendee

type Rep BatchCreateAttendeeResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateAttendee

type Rep BatchCreateAttendeeResponse = D1 ('MetaData "BatchCreateAttendeeResponse" "Amazonka.Chime.BatchCreateAttendee" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" '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.

BatchCreateChannelMembership

data BatchCreateChannelMembership Source #

See: newBatchCreateChannelMembership smart constructor.

Instances

Instances details
ToJSON BatchCreateChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateChannelMembership

ToHeaders BatchCreateChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateChannelMembership

ToPath BatchCreateChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateChannelMembership

ToQuery BatchCreateChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateChannelMembership

AWSRequest BatchCreateChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateChannelMembership

Generic BatchCreateChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateChannelMembership

Associated Types

type Rep BatchCreateChannelMembership :: Type -> Type #

Read BatchCreateChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateChannelMembership

Show BatchCreateChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateChannelMembership

NFData BatchCreateChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateChannelMembership

Eq BatchCreateChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateChannelMembership

Hashable BatchCreateChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateChannelMembership

type AWSResponse BatchCreateChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateChannelMembership

type Rep BatchCreateChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateChannelMembership

type Rep BatchCreateChannelMembership = D1 ('MetaData "BatchCreateChannelMembership" "Amazonka.Chime.BatchCreateChannelMembership" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "BatchCreateChannelMembership'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "chimeBearer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChannelMembershipType))) :*: (S1 ('MetaSel ('Just "channelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "memberArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text)))))

newBatchCreateChannelMembership Source #

Create a value of BatchCreateChannelMembership 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:chimeBearer:BatchCreateChannelMembership', batchCreateChannelMembership_chimeBearer - The AppInstanceUserArn of the user that makes the API call.

BatchCreateChannelMembership, batchCreateChannelMembership_type - The membership type of a user, DEFAULT or HIDDEN. Default members are always returned as part of ListChannelMemberships. Hidden members are only returned if the type filter in ListChannelMemberships equals HIDDEN. Otherwise hidden members are not returned. This is only supported by moderators.

BatchCreateChannelMembership, batchCreateChannelMembership_channelArn - The ARN of the channel to which you're adding users.

$sel:memberArns:BatchCreateChannelMembership', batchCreateChannelMembership_memberArns - The ARNs of the members you want to add to the channel.

data BatchCreateChannelMembershipResponse Source #

Instances

Instances details
Generic BatchCreateChannelMembershipResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateChannelMembership

Show BatchCreateChannelMembershipResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateChannelMembership

NFData BatchCreateChannelMembershipResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateChannelMembership

Eq BatchCreateChannelMembershipResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateChannelMembership

type Rep BatchCreateChannelMembershipResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateChannelMembership

type Rep BatchCreateChannelMembershipResponse = D1 ('MetaData "BatchCreateChannelMembershipResponse" "Amazonka.Chime.BatchCreateChannelMembership" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "BatchCreateChannelMembershipResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "batchChannelMemberships") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BatchChannelMemberships)) :*: (S1 ('MetaSel ('Just "errors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BatchCreateChannelMembershipError])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newBatchCreateChannelMembershipResponse Source #

Create a value of BatchCreateChannelMembershipResponse 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:batchChannelMemberships:BatchCreateChannelMembershipResponse', batchCreateChannelMembershipResponse_batchChannelMemberships - The list of channel memberships in the response.

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

$sel:httpStatus:BatchCreateChannelMembershipResponse', batchCreateChannelMembershipResponse_httpStatus - The response's http status code.

BatchCreateRoomMembership

data BatchCreateRoomMembership Source #

See: newBatchCreateRoomMembership smart constructor.

Instances

Instances details
ToJSON BatchCreateRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateRoomMembership

ToHeaders BatchCreateRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateRoomMembership

ToPath BatchCreateRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateRoomMembership

ToQuery BatchCreateRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateRoomMembership

AWSRequest BatchCreateRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateRoomMembership

Generic BatchCreateRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateRoomMembership

Associated Types

type Rep BatchCreateRoomMembership :: Type -> Type #

Read BatchCreateRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateRoomMembership

Show BatchCreateRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateRoomMembership

NFData BatchCreateRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateRoomMembership

Eq BatchCreateRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateRoomMembership

Hashable BatchCreateRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateRoomMembership

type AWSResponse BatchCreateRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateRoomMembership

type Rep BatchCreateRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateRoomMembership

type Rep BatchCreateRoomMembership = D1 ('MetaData "BatchCreateRoomMembership" "Amazonka.Chime.BatchCreateRoomMembership" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "BatchCreateRoomMembership'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "roomId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "membershipItemList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [MembershipItem]))))

newBatchCreateRoomMembership Source #

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

BatchCreateRoomMembership, batchCreateRoomMembership_accountId - The Amazon Chime account ID.

BatchCreateRoomMembership, batchCreateRoomMembership_roomId - The room ID.

$sel:membershipItemList:BatchCreateRoomMembership', batchCreateRoomMembership_membershipItemList - The list of membership items.

data BatchCreateRoomMembershipResponse Source #

See: newBatchCreateRoomMembershipResponse smart constructor.

Instances

Instances details
Generic BatchCreateRoomMembershipResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateRoomMembership

Associated Types

type Rep BatchCreateRoomMembershipResponse :: Type -> Type #

Read BatchCreateRoomMembershipResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateRoomMembership

Show BatchCreateRoomMembershipResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateRoomMembership

NFData BatchCreateRoomMembershipResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateRoomMembership

Eq BatchCreateRoomMembershipResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateRoomMembership

type Rep BatchCreateRoomMembershipResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateRoomMembership

type Rep BatchCreateRoomMembershipResponse = D1 ('MetaData "BatchCreateRoomMembershipResponse" "Amazonka.Chime.BatchCreateRoomMembership" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "BatchCreateRoomMembershipResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MemberError])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newBatchCreateRoomMembershipResponse Source #

Create a value of BatchCreateRoomMembershipResponse 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:errors:BatchCreateRoomMembershipResponse', batchCreateRoomMembershipResponse_errors - If the action fails for one or more of the member IDs in the request, a list of the member IDs is returned, along with error codes and error messages.

$sel:httpStatus:BatchCreateRoomMembershipResponse', batchCreateRoomMembershipResponse_httpStatus - The response's http status code.

BatchDeletePhoneNumber

data BatchDeletePhoneNumber Source #

See: newBatchDeletePhoneNumber smart constructor.

Instances

Instances details
ToJSON BatchDeletePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.BatchDeletePhoneNumber

ToHeaders BatchDeletePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.BatchDeletePhoneNumber

ToPath BatchDeletePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.BatchDeletePhoneNumber

ToQuery BatchDeletePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.BatchDeletePhoneNumber

AWSRequest BatchDeletePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.BatchDeletePhoneNumber

Associated Types

type AWSResponse BatchDeletePhoneNumber #

Generic BatchDeletePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.BatchDeletePhoneNumber

Associated Types

type Rep BatchDeletePhoneNumber :: Type -> Type #

Read BatchDeletePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.BatchDeletePhoneNumber

Show BatchDeletePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.BatchDeletePhoneNumber

NFData BatchDeletePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.BatchDeletePhoneNumber

Methods

rnf :: BatchDeletePhoneNumber -> () #

Eq BatchDeletePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.BatchDeletePhoneNumber

Hashable BatchDeletePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.BatchDeletePhoneNumber

type AWSResponse BatchDeletePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.BatchDeletePhoneNumber

type Rep BatchDeletePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.BatchDeletePhoneNumber

type Rep BatchDeletePhoneNumber = D1 ('MetaData "BatchDeletePhoneNumber" "Amazonka.Chime.BatchDeletePhoneNumber" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "BatchDeletePhoneNumber'" 'PrefixI 'True) (S1 ('MetaSel ('Just "phoneNumberIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))

newBatchDeletePhoneNumber Source #

Create a value of BatchDeletePhoneNumber 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:phoneNumberIds:BatchDeletePhoneNumber', batchDeletePhoneNumber_phoneNumberIds - List of phone number IDs.

data BatchDeletePhoneNumberResponse Source #

See: newBatchDeletePhoneNumberResponse smart constructor.

Instances

Instances details
Generic BatchDeletePhoneNumberResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchDeletePhoneNumber

Associated Types

type Rep BatchDeletePhoneNumberResponse :: Type -> Type #

Read BatchDeletePhoneNumberResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchDeletePhoneNumber

Show BatchDeletePhoneNumberResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchDeletePhoneNumber

NFData BatchDeletePhoneNumberResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchDeletePhoneNumber

Eq BatchDeletePhoneNumberResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchDeletePhoneNumber

type Rep BatchDeletePhoneNumberResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchDeletePhoneNumber

type Rep BatchDeletePhoneNumberResponse = D1 ('MetaData "BatchDeletePhoneNumberResponse" "Amazonka.Chime.BatchDeletePhoneNumber" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "BatchDeletePhoneNumberResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "phoneNumberErrors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PhoneNumberError])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newBatchDeletePhoneNumberResponse Source #

Create a value of BatchDeletePhoneNumberResponse 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:phoneNumberErrors:BatchDeletePhoneNumberResponse', batchDeletePhoneNumberResponse_phoneNumberErrors - If the action fails for one or more of the phone numbers in the request, a list of the phone numbers is returned, along with error codes and error messages.

$sel:httpStatus:BatchDeletePhoneNumberResponse', batchDeletePhoneNumberResponse_httpStatus - The response's http status code.

BatchSuspendUser

data BatchSuspendUser Source #

See: newBatchSuspendUser smart constructor.

Constructors

BatchSuspendUser' Text [Text] 

Instances

Instances details
ToJSON BatchSuspendUser Source # 
Instance details

Defined in Amazonka.Chime.BatchSuspendUser

ToHeaders BatchSuspendUser Source # 
Instance details

Defined in Amazonka.Chime.BatchSuspendUser

ToPath BatchSuspendUser Source # 
Instance details

Defined in Amazonka.Chime.BatchSuspendUser

ToQuery BatchSuspendUser Source # 
Instance details

Defined in Amazonka.Chime.BatchSuspendUser

AWSRequest BatchSuspendUser Source # 
Instance details

Defined in Amazonka.Chime.BatchSuspendUser

Associated Types

type AWSResponse BatchSuspendUser #

Generic BatchSuspendUser Source # 
Instance details

Defined in Amazonka.Chime.BatchSuspendUser

Associated Types

type Rep BatchSuspendUser :: Type -> Type #

Read BatchSuspendUser Source # 
Instance details

Defined in Amazonka.Chime.BatchSuspendUser

Show BatchSuspendUser Source # 
Instance details

Defined in Amazonka.Chime.BatchSuspendUser

NFData BatchSuspendUser Source # 
Instance details

Defined in Amazonka.Chime.BatchSuspendUser

Methods

rnf :: BatchSuspendUser -> () #

Eq BatchSuspendUser Source # 
Instance details

Defined in Amazonka.Chime.BatchSuspendUser

Hashable BatchSuspendUser Source # 
Instance details

Defined in Amazonka.Chime.BatchSuspendUser

type AWSResponse BatchSuspendUser Source # 
Instance details

Defined in Amazonka.Chime.BatchSuspendUser

type Rep BatchSuspendUser Source # 
Instance details

Defined in Amazonka.Chime.BatchSuspendUser

type Rep BatchSuspendUser = D1 ('MetaData "BatchSuspendUser" "Amazonka.Chime.BatchSuspendUser" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "BatchSuspendUser'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "userIdList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))

newBatchSuspendUser Source #

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

BatchSuspendUser, batchSuspendUser_accountId - The Amazon Chime account ID.

$sel:userIdList:BatchSuspendUser', batchSuspendUser_userIdList - The request containing the user IDs to suspend.

data BatchSuspendUserResponse Source #

See: newBatchSuspendUserResponse smart constructor.

Instances

Instances details
Generic BatchSuspendUserResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchSuspendUser

Associated Types

type Rep BatchSuspendUserResponse :: Type -> Type #

Read BatchSuspendUserResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchSuspendUser

Show BatchSuspendUserResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchSuspendUser

NFData BatchSuspendUserResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchSuspendUser

Eq BatchSuspendUserResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchSuspendUser

type Rep BatchSuspendUserResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchSuspendUser

type Rep BatchSuspendUserResponse = D1 ('MetaData "BatchSuspendUserResponse" "Amazonka.Chime.BatchSuspendUser" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "BatchSuspendUserResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "userErrors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [UserError])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newBatchSuspendUserResponse Source #

Create a value of BatchSuspendUserResponse 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:userErrors:BatchSuspendUserResponse', batchSuspendUserResponse_userErrors - If the BatchSuspendUser action fails for one or more of the user IDs in the request, a list of the user IDs is returned, along with error codes and error messages.

$sel:httpStatus:BatchSuspendUserResponse', batchSuspendUserResponse_httpStatus - The response's http status code.

BatchUnsuspendUser

data BatchUnsuspendUser Source #

See: newBatchUnsuspendUser smart constructor.

Constructors

BatchUnsuspendUser' Text [Text] 

Instances

Instances details
ToJSON BatchUnsuspendUser Source # 
Instance details

Defined in Amazonka.Chime.BatchUnsuspendUser

ToHeaders BatchUnsuspendUser Source # 
Instance details

Defined in Amazonka.Chime.BatchUnsuspendUser

ToPath BatchUnsuspendUser Source # 
Instance details

Defined in Amazonka.Chime.BatchUnsuspendUser

ToQuery BatchUnsuspendUser Source # 
Instance details

Defined in Amazonka.Chime.BatchUnsuspendUser

AWSRequest BatchUnsuspendUser Source # 
Instance details

Defined in Amazonka.Chime.BatchUnsuspendUser

Associated Types

type AWSResponse BatchUnsuspendUser #

Generic BatchUnsuspendUser Source # 
Instance details

Defined in Amazonka.Chime.BatchUnsuspendUser

Associated Types

type Rep BatchUnsuspendUser :: Type -> Type #

Read BatchUnsuspendUser Source # 
Instance details

Defined in Amazonka.Chime.BatchUnsuspendUser

Show BatchUnsuspendUser Source # 
Instance details

Defined in Amazonka.Chime.BatchUnsuspendUser

NFData BatchUnsuspendUser Source # 
Instance details

Defined in Amazonka.Chime.BatchUnsuspendUser

Methods

rnf :: BatchUnsuspendUser -> () #

Eq BatchUnsuspendUser Source # 
Instance details

Defined in Amazonka.Chime.BatchUnsuspendUser

Hashable BatchUnsuspendUser Source # 
Instance details

Defined in Amazonka.Chime.BatchUnsuspendUser

type AWSResponse BatchUnsuspendUser Source # 
Instance details

Defined in Amazonka.Chime.BatchUnsuspendUser

type Rep BatchUnsuspendUser Source # 
Instance details

Defined in Amazonka.Chime.BatchUnsuspendUser

type Rep BatchUnsuspendUser = D1 ('MetaData "BatchUnsuspendUser" "Amazonka.Chime.BatchUnsuspendUser" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "BatchUnsuspendUser'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "userIdList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))

newBatchUnsuspendUser Source #

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

BatchUnsuspendUser, batchUnsuspendUser_accountId - The Amazon Chime account ID.

$sel:userIdList:BatchUnsuspendUser', batchUnsuspendUser_userIdList - The request containing the user IDs to unsuspend.

data BatchUnsuspendUserResponse Source #

See: newBatchUnsuspendUserResponse smart constructor.

Instances

Instances details
Generic BatchUnsuspendUserResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchUnsuspendUser

Associated Types

type Rep BatchUnsuspendUserResponse :: Type -> Type #

Read BatchUnsuspendUserResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchUnsuspendUser

Show BatchUnsuspendUserResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchUnsuspendUser

NFData BatchUnsuspendUserResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchUnsuspendUser

Eq BatchUnsuspendUserResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchUnsuspendUser

type Rep BatchUnsuspendUserResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchUnsuspendUser

type Rep BatchUnsuspendUserResponse = D1 ('MetaData "BatchUnsuspendUserResponse" "Amazonka.Chime.BatchUnsuspendUser" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "BatchUnsuspendUserResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "userErrors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [UserError])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newBatchUnsuspendUserResponse Source #

Create a value of BatchUnsuspendUserResponse 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:userErrors:BatchUnsuspendUserResponse', batchUnsuspendUserResponse_userErrors - If the BatchUnsuspendUser action fails for one or more of the user IDs in the request, a list of the user IDs is returned, along with error codes and error messages.

$sel:httpStatus:BatchUnsuspendUserResponse', batchUnsuspendUserResponse_httpStatus - The response's http status code.

BatchUpdatePhoneNumber

data BatchUpdatePhoneNumber Source #

See: newBatchUpdatePhoneNumber smart constructor.

Instances

Instances details
ToJSON BatchUpdatePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.BatchUpdatePhoneNumber

ToHeaders BatchUpdatePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.BatchUpdatePhoneNumber

ToPath BatchUpdatePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.BatchUpdatePhoneNumber

ToQuery BatchUpdatePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.BatchUpdatePhoneNumber

AWSRequest BatchUpdatePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.BatchUpdatePhoneNumber

Associated Types

type AWSResponse BatchUpdatePhoneNumber #

Generic BatchUpdatePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.BatchUpdatePhoneNumber

Associated Types

type Rep BatchUpdatePhoneNumber :: Type -> Type #

Show BatchUpdatePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.BatchUpdatePhoneNumber

NFData BatchUpdatePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.BatchUpdatePhoneNumber

Methods

rnf :: BatchUpdatePhoneNumber -> () #

Eq BatchUpdatePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.BatchUpdatePhoneNumber

Hashable BatchUpdatePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.BatchUpdatePhoneNumber

type AWSResponse BatchUpdatePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.BatchUpdatePhoneNumber

type Rep BatchUpdatePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.BatchUpdatePhoneNumber

type Rep BatchUpdatePhoneNumber = D1 ('MetaData "BatchUpdatePhoneNumber" "Amazonka.Chime.BatchUpdatePhoneNumber" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "BatchUpdatePhoneNumber'" 'PrefixI 'True) (S1 ('MetaSel ('Just "updatePhoneNumberRequestItems") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [UpdatePhoneNumberRequestItem])))

newBatchUpdatePhoneNumber :: BatchUpdatePhoneNumber Source #

Create a value of BatchUpdatePhoneNumber 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:updatePhoneNumberRequestItems:BatchUpdatePhoneNumber', batchUpdatePhoneNumber_updatePhoneNumberRequestItems - The request containing the phone number IDs and product types or calling names to update.

data BatchUpdatePhoneNumberResponse Source #

See: newBatchUpdatePhoneNumberResponse smart constructor.

Instances

Instances details
Generic BatchUpdatePhoneNumberResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchUpdatePhoneNumber

Associated Types

type Rep BatchUpdatePhoneNumberResponse :: Type -> Type #

Read BatchUpdatePhoneNumberResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchUpdatePhoneNumber

Show BatchUpdatePhoneNumberResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchUpdatePhoneNumber

NFData BatchUpdatePhoneNumberResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchUpdatePhoneNumber

Eq BatchUpdatePhoneNumberResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchUpdatePhoneNumber

type Rep BatchUpdatePhoneNumberResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchUpdatePhoneNumber

type Rep BatchUpdatePhoneNumberResponse = D1 ('MetaData "BatchUpdatePhoneNumberResponse" "Amazonka.Chime.BatchUpdatePhoneNumber" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "BatchUpdatePhoneNumberResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "phoneNumberErrors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PhoneNumberError])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newBatchUpdatePhoneNumberResponse Source #

Create a value of BatchUpdatePhoneNumberResponse 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:phoneNumberErrors:BatchUpdatePhoneNumberResponse', batchUpdatePhoneNumberResponse_phoneNumberErrors - If the action fails for one or more of the phone numbers in the request, a list of the phone numbers is returned, along with error codes and error messages.

$sel:httpStatus:BatchUpdatePhoneNumberResponse', batchUpdatePhoneNumberResponse_httpStatus - The response's http status code.

BatchUpdateUser

data BatchUpdateUser Source #

See: newBatchUpdateUser smart constructor.

Instances

Instances details
ToJSON BatchUpdateUser Source # 
Instance details

Defined in Amazonka.Chime.BatchUpdateUser

ToHeaders BatchUpdateUser Source # 
Instance details

Defined in Amazonka.Chime.BatchUpdateUser

ToPath BatchUpdateUser Source # 
Instance details

Defined in Amazonka.Chime.BatchUpdateUser

ToQuery BatchUpdateUser Source # 
Instance details

Defined in Amazonka.Chime.BatchUpdateUser

AWSRequest BatchUpdateUser Source # 
Instance details

Defined in Amazonka.Chime.BatchUpdateUser

Associated Types

type AWSResponse BatchUpdateUser #

Generic BatchUpdateUser Source # 
Instance details

Defined in Amazonka.Chime.BatchUpdateUser

Associated Types

type Rep BatchUpdateUser :: Type -> Type #

Show BatchUpdateUser Source # 
Instance details

Defined in Amazonka.Chime.BatchUpdateUser

NFData BatchUpdateUser Source # 
Instance details

Defined in Amazonka.Chime.BatchUpdateUser

Methods

rnf :: BatchUpdateUser -> () #

Eq BatchUpdateUser Source # 
Instance details

Defined in Amazonka.Chime.BatchUpdateUser

Hashable BatchUpdateUser Source # 
Instance details

Defined in Amazonka.Chime.BatchUpdateUser

type AWSResponse BatchUpdateUser Source # 
Instance details

Defined in Amazonka.Chime.BatchUpdateUser

type Rep BatchUpdateUser Source # 
Instance details

Defined in Amazonka.Chime.BatchUpdateUser

type Rep BatchUpdateUser = D1 ('MetaData "BatchUpdateUser" "Amazonka.Chime.BatchUpdateUser" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "BatchUpdateUser'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "updateUserRequestItems") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [UpdateUserRequestItem])))

newBatchUpdateUser Source #

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

BatchUpdateUser, batchUpdateUser_accountId - The Amazon Chime account ID.

$sel:updateUserRequestItems:BatchUpdateUser', batchUpdateUser_updateUserRequestItems - The request containing the user IDs and details to update.

data BatchUpdateUserResponse Source #

See: newBatchUpdateUserResponse smart constructor.

Instances

Instances details
Generic BatchUpdateUserResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchUpdateUser

Associated Types

type Rep BatchUpdateUserResponse :: Type -> Type #

Read BatchUpdateUserResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchUpdateUser

Show BatchUpdateUserResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchUpdateUser

NFData BatchUpdateUserResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchUpdateUser

Methods

rnf :: BatchUpdateUserResponse -> () #

Eq BatchUpdateUserResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchUpdateUser

type Rep BatchUpdateUserResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchUpdateUser

type Rep BatchUpdateUserResponse = D1 ('MetaData "BatchUpdateUserResponse" "Amazonka.Chime.BatchUpdateUser" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "BatchUpdateUserResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "userErrors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [UserError])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newBatchUpdateUserResponse Source #

Create a value of BatchUpdateUserResponse 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:userErrors:BatchUpdateUserResponse', batchUpdateUserResponse_userErrors - If the BatchUpdateUser action fails for one or more of the user IDs in the request, a list of the user IDs is returned, along with error codes and error messages.

$sel:httpStatus:BatchUpdateUserResponse', batchUpdateUserResponse_httpStatus - The response's http status code.

CreateAccount

data CreateAccount Source #

See: newCreateAccount smart constructor.

Constructors

CreateAccount' Text 

Instances

Instances details
ToJSON CreateAccount Source # 
Instance details

Defined in Amazonka.Chime.CreateAccount

ToHeaders CreateAccount Source # 
Instance details

Defined in Amazonka.Chime.CreateAccount

ToPath CreateAccount Source # 
Instance details

Defined in Amazonka.Chime.CreateAccount

ToQuery CreateAccount Source # 
Instance details

Defined in Amazonka.Chime.CreateAccount

AWSRequest CreateAccount Source # 
Instance details

Defined in Amazonka.Chime.CreateAccount

Associated Types

type AWSResponse CreateAccount #

Generic CreateAccount Source # 
Instance details

Defined in Amazonka.Chime.CreateAccount

Associated Types

type Rep CreateAccount :: Type -> Type #

Read CreateAccount Source # 
Instance details

Defined in Amazonka.Chime.CreateAccount

Show CreateAccount Source # 
Instance details

Defined in Amazonka.Chime.CreateAccount

NFData CreateAccount Source # 
Instance details

Defined in Amazonka.Chime.CreateAccount

Methods

rnf :: CreateAccount -> () #

Eq CreateAccount Source # 
Instance details

Defined in Amazonka.Chime.CreateAccount

Hashable CreateAccount Source # 
Instance details

Defined in Amazonka.Chime.CreateAccount

type AWSResponse CreateAccount Source # 
Instance details

Defined in Amazonka.Chime.CreateAccount

type Rep CreateAccount Source # 
Instance details

Defined in Amazonka.Chime.CreateAccount

type Rep CreateAccount = D1 ('MetaData "CreateAccount" "Amazonka.Chime.CreateAccount" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "CreateAccount'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCreateAccount Source #

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

CreateAccount, createAccount_name - The name of the Amazon Chime account.

data CreateAccountResponse Source #

See: newCreateAccountResponse smart constructor.

Instances

Instances details
Generic CreateAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateAccount

Associated Types

type Rep CreateAccountResponse :: Type -> Type #

Read CreateAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateAccount

Show CreateAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateAccount

NFData CreateAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateAccount

Methods

rnf :: CreateAccountResponse -> () #

Eq CreateAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateAccount

type Rep CreateAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateAccount

type Rep CreateAccountResponse = D1 ('MetaData "CreateAccountResponse" "Amazonka.Chime.CreateAccount" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "CreateAccountResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "account") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Account)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateAccountResponse Source #

Create a value of CreateAccountResponse 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:account:CreateAccountResponse', createAccountResponse_account - The Amazon Chime account details.

$sel:httpStatus:CreateAccountResponse', createAccountResponse_httpStatus - The response's http status code.

CreateAppInstance

data CreateAppInstance Source #

See: newCreateAppInstance smart constructor.

Instances

Instances details
ToJSON CreateAppInstance Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstance

ToHeaders CreateAppInstance Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstance

ToPath CreateAppInstance Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstance

ToQuery CreateAppInstance Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstance

AWSRequest CreateAppInstance Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstance

Associated Types

type AWSResponse CreateAppInstance #

Generic CreateAppInstance Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstance

Associated Types

type Rep CreateAppInstance :: Type -> Type #

Show CreateAppInstance Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstance

NFData CreateAppInstance Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstance

Methods

rnf :: CreateAppInstance -> () #

Eq CreateAppInstance Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstance

Hashable CreateAppInstance Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstance

type AWSResponse CreateAppInstance Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstance

type Rep CreateAppInstance Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstance

type Rep CreateAppInstance = D1 ('MetaData "CreateAppInstance" "Amazonka.Chime.CreateAppInstance" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "CreateAppInstance'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "metadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Tag)))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)) :*: S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)))))

newCreateAppInstance Source #

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

CreateAppInstance, createAppInstance_metadata - The metadata of the AppInstance. Limited to a 1KB string in UTF-8.

CreateAppInstance, createAppInstance_tags - Tags assigned to the AppInstance.

CreateAppInstance, createAppInstance_name - The name of the AppInstance.

$sel:clientRequestToken:CreateAppInstance', createAppInstance_clientRequestToken - The ClientRequestToken of the AppInstance.

data CreateAppInstanceResponse Source #

See: newCreateAppInstanceResponse smart constructor.

Instances

Instances details
Generic CreateAppInstanceResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstance

Associated Types

type Rep CreateAppInstanceResponse :: Type -> Type #

Read CreateAppInstanceResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstance

Show CreateAppInstanceResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstance

NFData CreateAppInstanceResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstance

Eq CreateAppInstanceResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstance

type Rep CreateAppInstanceResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstance

type Rep CreateAppInstanceResponse = D1 ('MetaData "CreateAppInstanceResponse" "Amazonka.Chime.CreateAppInstance" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "CreateAppInstanceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateAppInstanceResponse Source #

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

CreateAppInstanceResponse, createAppInstanceResponse_appInstanceArn - The Amazon Resource Number (ARN) of the AppInstance.

$sel:httpStatus:CreateAppInstanceResponse', createAppInstanceResponse_httpStatus - The response's http status code.

CreateAppInstanceAdmin

data CreateAppInstanceAdmin Source #

See: newCreateAppInstanceAdmin smart constructor.

Instances

Instances details
ToJSON CreateAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstanceAdmin

ToHeaders CreateAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstanceAdmin

ToPath CreateAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstanceAdmin

ToQuery CreateAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstanceAdmin

AWSRequest CreateAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstanceAdmin

Associated Types

type AWSResponse CreateAppInstanceAdmin #

Generic CreateAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstanceAdmin

Associated Types

type Rep CreateAppInstanceAdmin :: Type -> Type #

Read CreateAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstanceAdmin

Show CreateAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstanceAdmin

NFData CreateAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstanceAdmin

Methods

rnf :: CreateAppInstanceAdmin -> () #

Eq CreateAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstanceAdmin

Hashable CreateAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstanceAdmin

type AWSResponse CreateAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstanceAdmin

type Rep CreateAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstanceAdmin

type Rep CreateAppInstanceAdmin = D1 ('MetaData "CreateAppInstanceAdmin" "Amazonka.Chime.CreateAppInstanceAdmin" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "CreateAppInstanceAdmin'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appInstanceAdminArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "appInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCreateAppInstanceAdmin Source #

Create a value of CreateAppInstanceAdmin 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:appInstanceAdminArn:CreateAppInstanceAdmin', createAppInstanceAdmin_appInstanceAdminArn - The ARN of the administrator of the current AppInstance.

CreateAppInstanceAdmin, createAppInstanceAdmin_appInstanceArn - The ARN of the AppInstance.

data CreateAppInstanceAdminResponse Source #

See: newCreateAppInstanceAdminResponse smart constructor.

Instances

Instances details
Generic CreateAppInstanceAdminResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstanceAdmin

Associated Types

type Rep CreateAppInstanceAdminResponse :: Type -> Type #

Show CreateAppInstanceAdminResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstanceAdmin

NFData CreateAppInstanceAdminResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstanceAdmin

Eq CreateAppInstanceAdminResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstanceAdmin

type Rep CreateAppInstanceAdminResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstanceAdmin

type Rep CreateAppInstanceAdminResponse = D1 ('MetaData "CreateAppInstanceAdminResponse" "Amazonka.Chime.CreateAppInstanceAdmin" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "CreateAppInstanceAdminResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appInstanceAdmin") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Identity)) :*: (S1 ('MetaSel ('Just "appInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newCreateAppInstanceAdminResponse Source #

Create a value of CreateAppInstanceAdminResponse 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:appInstanceAdmin:CreateAppInstanceAdminResponse', createAppInstanceAdminResponse_appInstanceAdmin - The name and ARN of the admin for the AppInstance.

CreateAppInstanceAdmin, createAppInstanceAdminResponse_appInstanceArn - The ARN of the of the admin for the AppInstance.

$sel:httpStatus:CreateAppInstanceAdminResponse', createAppInstanceAdminResponse_httpStatus - The response's http status code.

CreateAppInstanceUser

data CreateAppInstanceUser Source #

See: newCreateAppInstanceUser smart constructor.

Instances

Instances details
ToJSON CreateAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstanceUser

ToHeaders CreateAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstanceUser

ToPath CreateAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstanceUser

ToQuery CreateAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstanceUser

AWSRequest CreateAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstanceUser

Associated Types

type AWSResponse CreateAppInstanceUser #

Generic CreateAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstanceUser

Associated Types

type Rep CreateAppInstanceUser :: Type -> Type #

Show CreateAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstanceUser

NFData CreateAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstanceUser

Methods

rnf :: CreateAppInstanceUser -> () #

Eq CreateAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstanceUser

Hashable CreateAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstanceUser

type AWSResponse CreateAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstanceUser

type Rep CreateAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstanceUser

type Rep CreateAppInstanceUser = D1 ('MetaData "CreateAppInstanceUser" "Amazonka.Chime.CreateAppInstanceUser" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "CreateAppInstanceUser'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "metadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Tag))) :*: S1 ('MetaSel ('Just "appInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "appInstanceUserId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)) :*: S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text))))))

newCreateAppInstanceUser Source #

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

CreateAppInstanceUser, createAppInstanceUser_metadata - The request's metadata. Limited to a 1KB string in UTF-8.

CreateAppInstanceUser, createAppInstanceUser_tags - Tags assigned to the AppInstanceUser.

CreateAppInstanceUser, createAppInstanceUser_appInstanceArn - The ARN of the AppInstance request.

$sel:appInstanceUserId:CreateAppInstanceUser', createAppInstanceUser_appInstanceUserId - The user ID of the AppInstance.

CreateAppInstanceUser, createAppInstanceUser_name - The user's name.

$sel:clientRequestToken:CreateAppInstanceUser', createAppInstanceUser_clientRequestToken - The token assigned to the user requesting an AppInstance.

data CreateAppInstanceUserResponse Source #

See: newCreateAppInstanceUserResponse smart constructor.

Instances

Instances details
Generic CreateAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstanceUser

Associated Types

type Rep CreateAppInstanceUserResponse :: Type -> Type #

Read CreateAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstanceUser

Show CreateAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstanceUser

NFData CreateAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstanceUser

Eq CreateAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstanceUser

type Rep CreateAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstanceUser

type Rep CreateAppInstanceUserResponse = D1 ('MetaData "CreateAppInstanceUserResponse" "Amazonka.Chime.CreateAppInstanceUser" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "CreateAppInstanceUserResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appInstanceUserArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateAppInstanceUserResponse Source #

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

CreateAppInstanceUserResponse, createAppInstanceUserResponse_appInstanceUserArn - The user's ARN.

$sel:httpStatus:CreateAppInstanceUserResponse', createAppInstanceUserResponse_httpStatus - The response's http status code.

CreateAttendee

data CreateAttendee Source #

See: newCreateAttendee smart constructor.

Instances

Instances details
ToJSON CreateAttendee Source # 
Instance details

Defined in Amazonka.Chime.CreateAttendee

ToHeaders CreateAttendee Source # 
Instance details

Defined in Amazonka.Chime.CreateAttendee

ToPath CreateAttendee Source # 
Instance details

Defined in Amazonka.Chime.CreateAttendee

ToQuery CreateAttendee Source # 
Instance details

Defined in Amazonka.Chime.CreateAttendee

AWSRequest CreateAttendee Source # 
Instance details

Defined in Amazonka.Chime.CreateAttendee

Associated Types

type AWSResponse CreateAttendee #

Generic CreateAttendee Source # 
Instance details

Defined in Amazonka.Chime.CreateAttendee

Associated Types

type Rep CreateAttendee :: Type -> Type #

Show CreateAttendee Source # 
Instance details

Defined in Amazonka.Chime.CreateAttendee

NFData CreateAttendee Source # 
Instance details

Defined in Amazonka.Chime.CreateAttendee

Methods

rnf :: CreateAttendee -> () #

Eq CreateAttendee Source # 
Instance details

Defined in Amazonka.Chime.CreateAttendee

Hashable CreateAttendee Source # 
Instance details

Defined in Amazonka.Chime.CreateAttendee

type AWSResponse CreateAttendee Source # 
Instance details

Defined in Amazonka.Chime.CreateAttendee

type Rep CreateAttendee Source # 
Instance details

Defined in Amazonka.Chime.CreateAttendee

type Rep CreateAttendee = D1 ('MetaData "CreateAttendee" "Amazonka.Chime.CreateAttendee" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "CreateAttendee'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Tag))) :*: (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_tags - The tag key-value pairs.

CreateAttendee, createAttendee_meetingId - The Amazon Chime SDK meeting ID.

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.

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.

CreateBot

data CreateBot Source #

See: newCreateBot smart constructor.

Instances

Instances details
ToJSON CreateBot Source # 
Instance details

Defined in Amazonka.Chime.CreateBot

ToHeaders CreateBot Source # 
Instance details

Defined in Amazonka.Chime.CreateBot

Methods

toHeaders :: CreateBot -> [Header] #

ToPath CreateBot Source # 
Instance details

Defined in Amazonka.Chime.CreateBot

ToQuery CreateBot Source # 
Instance details

Defined in Amazonka.Chime.CreateBot

AWSRequest CreateBot Source # 
Instance details

Defined in Amazonka.Chime.CreateBot

Associated Types

type AWSResponse CreateBot #

Generic CreateBot Source # 
Instance details

Defined in Amazonka.Chime.CreateBot

Associated Types

type Rep CreateBot :: Type -> Type #

Show CreateBot Source # 
Instance details

Defined in Amazonka.Chime.CreateBot

NFData CreateBot Source # 
Instance details

Defined in Amazonka.Chime.CreateBot

Methods

rnf :: CreateBot -> () #

Eq CreateBot Source # 
Instance details

Defined in Amazonka.Chime.CreateBot

Hashable CreateBot Source # 
Instance details

Defined in Amazonka.Chime.CreateBot

type AWSResponse CreateBot Source # 
Instance details

Defined in Amazonka.Chime.CreateBot

type Rep CreateBot Source # 
Instance details

Defined in Amazonka.Chime.CreateBot

type Rep CreateBot = D1 ('MetaData "CreateBot" "Amazonka.Chime.CreateBot" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "CreateBot'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)) :*: S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newCreateBot Source #

Create a value of CreateBot 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:domain:CreateBot', createBot_domain - The domain of the Amazon Chime Enterprise account.

CreateBot, createBot_displayName - The bot display name.

CreateBot, createBot_accountId - The Amazon Chime account ID.

data CreateBotResponse Source #

See: newCreateBotResponse smart constructor.

Instances

Instances details
Generic CreateBotResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateBot

Associated Types

type Rep CreateBotResponse :: Type -> Type #

Show CreateBotResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateBot

NFData CreateBotResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateBot

Methods

rnf :: CreateBotResponse -> () #

Eq CreateBotResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateBot

type Rep CreateBotResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateBot

type Rep CreateBotResponse = D1 ('MetaData "CreateBotResponse" "Amazonka.Chime.CreateBot" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "CreateBotResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "bot") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bot)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateBotResponse Source #

Create a value of CreateBotResponse 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:bot:CreateBotResponse', createBotResponse_bot - The bot details.

$sel:httpStatus:CreateBotResponse', createBotResponse_httpStatus - The response's http status code.

CreateChannel

data CreateChannel Source #

See: newCreateChannel smart constructor.

Instances

Instances details
ToJSON CreateChannel Source # 
Instance details

Defined in Amazonka.Chime.CreateChannel

ToHeaders CreateChannel Source # 
Instance details

Defined in Amazonka.Chime.CreateChannel

ToPath CreateChannel Source # 
Instance details

Defined in Amazonka.Chime.CreateChannel

ToQuery CreateChannel Source # 
Instance details

Defined in Amazonka.Chime.CreateChannel

AWSRequest CreateChannel Source # 
Instance details

Defined in Amazonka.Chime.CreateChannel

Associated Types

type AWSResponse CreateChannel #

Generic CreateChannel Source # 
Instance details

Defined in Amazonka.Chime.CreateChannel

Associated Types

type Rep CreateChannel :: Type -> Type #

Show CreateChannel Source # 
Instance details

Defined in Amazonka.Chime.CreateChannel

NFData CreateChannel Source # 
Instance details

Defined in Amazonka.Chime.CreateChannel

Methods

rnf :: CreateChannel -> () #

Eq CreateChannel Source # 
Instance details

Defined in Amazonka.Chime.CreateChannel

Hashable CreateChannel Source # 
Instance details

Defined in Amazonka.Chime.CreateChannel

type AWSResponse CreateChannel Source # 
Instance details

Defined in Amazonka.Chime.CreateChannel

type Rep CreateChannel Source # 
Instance details

Defined in Amazonka.Chime.CreateChannel

newCreateChannel Source #

Create a value of CreateChannel 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:chimeBearer:CreateChannel', createChannel_chimeBearer - The AppInstanceUserArn of the user that makes the API call.

CreateChannel, createChannel_metadata - The metadata of the creation request. Limited to 1KB and UTF-8.

CreateChannel, createChannel_mode - The channel mode: UNRESTRICTED or RESTRICTED. Administrators, moderators, and channel members can add themselves and other members to unrestricted channels. Only administrators and moderators can add members to restricted channels.

CreateChannel, createChannel_privacy - The channel's privacy level: PUBLIC or PRIVATE. Private channels aren't discoverable by users outside the channel. Public channels are discoverable by anyone in the AppInstance.

CreateChannel, createChannel_tags - The tags for the creation request.

CreateChannel, createChannel_appInstanceArn - The ARN of the channel request.

CreateChannel, createChannel_name - The name of the channel.

$sel:clientRequestToken:CreateChannel', createChannel_clientRequestToken - The client token for the request. An Idempotency token.

data CreateChannelResponse Source #

See: newCreateChannelResponse smart constructor.

Instances

Instances details
Generic CreateChannelResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateChannel

Associated Types

type Rep CreateChannelResponse :: Type -> Type #

Read CreateChannelResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateChannel

Show CreateChannelResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateChannel

NFData CreateChannelResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateChannel

Methods

rnf :: CreateChannelResponse -> () #

Eq CreateChannelResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateChannel

type Rep CreateChannelResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateChannel

type Rep CreateChannelResponse = D1 ('MetaData "CreateChannelResponse" "Amazonka.Chime.CreateChannel" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "CreateChannelResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "channelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateChannelResponse Source #

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

CreateChannelResponse, createChannelResponse_channelArn - The ARN of the channel.

$sel:httpStatus:CreateChannelResponse', createChannelResponse_httpStatus - The response's http status code.

CreateChannelBan

data CreateChannelBan Source #

See: newCreateChannelBan smart constructor.

Instances

Instances details
ToJSON CreateChannelBan Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelBan

ToHeaders CreateChannelBan Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelBan

ToPath CreateChannelBan Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelBan

ToQuery CreateChannelBan Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelBan

AWSRequest CreateChannelBan Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelBan

Associated Types

type AWSResponse CreateChannelBan #

Generic CreateChannelBan Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelBan

Associated Types

type Rep CreateChannelBan :: Type -> Type #

Read CreateChannelBan Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelBan

Show CreateChannelBan Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelBan

NFData CreateChannelBan Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelBan

Methods

rnf :: CreateChannelBan -> () #

Eq CreateChannelBan Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelBan

Hashable CreateChannelBan Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelBan

type AWSResponse CreateChannelBan Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelBan

type Rep CreateChannelBan Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelBan

type Rep CreateChannelBan = D1 ('MetaData "CreateChannelBan" "Amazonka.Chime.CreateChannelBan" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "CreateChannelBan'" 'PrefixI 'True) (S1 ('MetaSel ('Just "chimeBearer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "channelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "memberArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newCreateChannelBan Source #

Create a value of CreateChannelBan 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:chimeBearer:CreateChannelBan', createChannelBan_chimeBearer - The AppInstanceUserArn of the user that makes the API call.

CreateChannelBan, createChannelBan_channelArn - The ARN of the ban request.

CreateChannelBan, createChannelBan_memberArn - The ARN of the member being banned.

data CreateChannelBanResponse Source #

See: newCreateChannelBanResponse smart constructor.

Instances

Instances details
Generic CreateChannelBanResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelBan

Associated Types

type Rep CreateChannelBanResponse :: Type -> Type #

Show CreateChannelBanResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelBan

NFData CreateChannelBanResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelBan

Eq CreateChannelBanResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelBan

type Rep CreateChannelBanResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelBan

type Rep CreateChannelBanResponse = D1 ('MetaData "CreateChannelBanResponse" "Amazonka.Chime.CreateChannelBan" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "CreateChannelBanResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "channelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "member") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Identity)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newCreateChannelBanResponse Source #

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

CreateChannelBan, createChannelBanResponse_channelArn - The ARN of the response to the ban request.

CreateChannelBanResponse, createChannelBanResponse_member - The ChannelArn and BannedIdentity of the member in the ban response.

$sel:httpStatus:CreateChannelBanResponse', createChannelBanResponse_httpStatus - The response's http status code.

CreateChannelMembership

data CreateChannelMembership Source #

See: newCreateChannelMembership smart constructor.

Instances

Instances details
ToJSON CreateChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelMembership

ToHeaders CreateChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelMembership

ToPath CreateChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelMembership

ToQuery CreateChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelMembership

AWSRequest CreateChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelMembership

Generic CreateChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelMembership

Associated Types

type Rep CreateChannelMembership :: Type -> Type #

Read CreateChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelMembership

Show CreateChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelMembership

NFData CreateChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelMembership

Methods

rnf :: CreateChannelMembership -> () #

Eq CreateChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelMembership

Hashable CreateChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelMembership

type AWSResponse CreateChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelMembership

type Rep CreateChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelMembership

type Rep CreateChannelMembership = D1 ('MetaData "CreateChannelMembership" "Amazonka.Chime.CreateChannelMembership" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "CreateChannelMembership'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "chimeBearer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "channelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "memberArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ChannelMembershipType))))

newCreateChannelMembership Source #

Create a value of CreateChannelMembership 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:chimeBearer:CreateChannelMembership', createChannelMembership_chimeBearer - The AppInstanceUserArn of the user that makes the API call.

CreateChannelMembership, createChannelMembership_channelArn - The ARN of the channel to which you're adding users.

CreateChannelMembership, createChannelMembership_memberArn - The ARN of the member you want to add to the channel.

CreateChannelMembership, createChannelMembership_type - The membership type of a user, DEFAULT or HIDDEN. Default members are always returned as part of ListChannelMemberships. Hidden members are only returned if the type filter in ListChannelMemberships equals HIDDEN. Otherwise hidden members are not returned. This is only supported by moderators.

data CreateChannelMembershipResponse Source #

See: newCreateChannelMembershipResponse smart constructor.

Instances

Instances details
Generic CreateChannelMembershipResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelMembership

Associated Types

type Rep CreateChannelMembershipResponse :: Type -> Type #

Show CreateChannelMembershipResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelMembership

NFData CreateChannelMembershipResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelMembership

Eq CreateChannelMembershipResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelMembership

type Rep CreateChannelMembershipResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelMembership

type Rep CreateChannelMembershipResponse = D1 ('MetaData "CreateChannelMembershipResponse" "Amazonka.Chime.CreateChannelMembership" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "CreateChannelMembershipResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "channelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "member") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Identity)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newCreateChannelMembershipResponse Source #

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

CreateChannelMembership, createChannelMembershipResponse_channelArn - The ARN of the channel.

CreateChannelMembershipResponse, createChannelMembershipResponse_member - The ARN and metadata of the member being added.

$sel:httpStatus:CreateChannelMembershipResponse', createChannelMembershipResponse_httpStatus - The response's http status code.

CreateChannelModerator

data CreateChannelModerator Source #

See: newCreateChannelModerator smart constructor.

Instances

Instances details
ToJSON CreateChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelModerator

ToHeaders CreateChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelModerator

ToPath CreateChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelModerator

ToQuery CreateChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelModerator

AWSRequest CreateChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelModerator

Associated Types

type AWSResponse CreateChannelModerator #

Generic CreateChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelModerator

Associated Types

type Rep CreateChannelModerator :: Type -> Type #

Read CreateChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelModerator

Show CreateChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelModerator

NFData CreateChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelModerator

Methods

rnf :: CreateChannelModerator -> () #

Eq CreateChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelModerator

Hashable CreateChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelModerator

type AWSResponse CreateChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelModerator

type Rep CreateChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelModerator

type Rep CreateChannelModerator = D1 ('MetaData "CreateChannelModerator" "Amazonka.Chime.CreateChannelModerator" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "CreateChannelModerator'" 'PrefixI 'True) (S1 ('MetaSel ('Just "chimeBearer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "channelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "channelModeratorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newCreateChannelModerator Source #

Create a value of CreateChannelModerator 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:chimeBearer:CreateChannelModerator', createChannelModerator_chimeBearer - The AppInstanceUserArn of the user that makes the API call.

CreateChannelModerator, createChannelModerator_channelArn - The ARN of the channel.

$sel:channelModeratorArn:CreateChannelModerator', createChannelModerator_channelModeratorArn - The ARN of the moderator.

data CreateChannelModeratorResponse Source #

See: newCreateChannelModeratorResponse smart constructor.

Instances

Instances details
Generic CreateChannelModeratorResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelModerator

Associated Types

type Rep CreateChannelModeratorResponse :: Type -> Type #

Show CreateChannelModeratorResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelModerator

NFData CreateChannelModeratorResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelModerator

Eq CreateChannelModeratorResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelModerator

type Rep CreateChannelModeratorResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelModerator

type Rep CreateChannelModeratorResponse = D1 ('MetaData "CreateChannelModeratorResponse" "Amazonka.Chime.CreateChannelModerator" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "CreateChannelModeratorResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "channelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "channelModerator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Identity)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newCreateChannelModeratorResponse Source #

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

CreateChannelModerator, createChannelModeratorResponse_channelArn - The ARN of the channel.

$sel:channelModerator:CreateChannelModeratorResponse', createChannelModeratorResponse_channelModerator - The ARNs of the channel and the moderator.

$sel:httpStatus:CreateChannelModeratorResponse', createChannelModeratorResponse_httpStatus - The response's http status code.

CreateMediaCapturePipeline

data CreateMediaCapturePipeline Source #

See: newCreateMediaCapturePipeline smart constructor.

Instances

Instances details
ToJSON CreateMediaCapturePipeline Source # 
Instance details

Defined in Amazonka.Chime.CreateMediaCapturePipeline

ToHeaders CreateMediaCapturePipeline Source # 
Instance details

Defined in Amazonka.Chime.CreateMediaCapturePipeline

ToPath CreateMediaCapturePipeline Source # 
Instance details

Defined in Amazonka.Chime.CreateMediaCapturePipeline

ToQuery CreateMediaCapturePipeline Source # 
Instance details

Defined in Amazonka.Chime.CreateMediaCapturePipeline

AWSRequest CreateMediaCapturePipeline Source # 
Instance details

Defined in Amazonka.Chime.CreateMediaCapturePipeline

Generic CreateMediaCapturePipeline Source # 
Instance details

Defined in Amazonka.Chime.CreateMediaCapturePipeline

Associated Types

type Rep CreateMediaCapturePipeline :: Type -> Type #

Show CreateMediaCapturePipeline Source # 
Instance details

Defined in Amazonka.Chime.CreateMediaCapturePipeline

NFData CreateMediaCapturePipeline Source # 
Instance details

Defined in Amazonka.Chime.CreateMediaCapturePipeline

Eq CreateMediaCapturePipeline Source # 
Instance details

Defined in Amazonka.Chime.CreateMediaCapturePipeline

Hashable CreateMediaCapturePipeline Source # 
Instance details

Defined in Amazonka.Chime.CreateMediaCapturePipeline

type AWSResponse CreateMediaCapturePipeline Source # 
Instance details

Defined in Amazonka.Chime.CreateMediaCapturePipeline

type Rep CreateMediaCapturePipeline Source # 
Instance details

Defined in Amazonka.Chime.CreateMediaCapturePipeline

type Rep CreateMediaCapturePipeline = D1 ('MetaData "CreateMediaCapturePipeline" "Amazonka.Chime.CreateMediaCapturePipeline" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "CreateMediaCapturePipeline'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "chimeSdkMeetingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChimeSdkMeetingConfiguration)) :*: (S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "sourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 MediaPipelineSourceType))) :*: (S1 ('MetaSel ('Just "sourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)) :*: (S1 ('MetaSel ('Just "sinkType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 MediaPipelineSinkType) :*: S1 ('MetaSel ('Just "sinkArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text))))))

newCreateMediaCapturePipeline Source #

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

CreateMediaCapturePipeline, createMediaCapturePipeline_chimeSdkMeetingConfiguration - The configuration for a specified media capture pipeline. SourceType must be ChimeSdkMeeting.

$sel:clientRequestToken:CreateMediaCapturePipeline', createMediaCapturePipeline_clientRequestToken - The token assigned to the client making the pipeline request.

CreateMediaCapturePipeline, createMediaCapturePipeline_sourceType - Source type from which the media artifacts will be captured. A Chime SDK Meeting is the only supported source.

CreateMediaCapturePipeline, createMediaCapturePipeline_sourceArn - ARN of the source from which the media artifacts are captured.

CreateMediaCapturePipeline, createMediaCapturePipeline_sinkType - Destination type to which the media artifacts are saved. You must use an S3 bucket.

CreateMediaCapturePipeline, createMediaCapturePipeline_sinkArn - The ARN of the sink type.

data CreateMediaCapturePipelineResponse Source #

Instances

Instances details
Generic CreateMediaCapturePipelineResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateMediaCapturePipeline

Associated Types

type Rep CreateMediaCapturePipelineResponse :: Type -> Type #

Show CreateMediaCapturePipelineResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateMediaCapturePipeline

NFData CreateMediaCapturePipelineResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateMediaCapturePipeline

Eq CreateMediaCapturePipelineResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateMediaCapturePipeline

type Rep CreateMediaCapturePipelineResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateMediaCapturePipeline

type Rep CreateMediaCapturePipelineResponse = D1 ('MetaData "CreateMediaCapturePipelineResponse" "Amazonka.Chime.CreateMediaCapturePipeline" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "CreateMediaCapturePipelineResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "mediaCapturePipeline") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MediaCapturePipeline)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateMediaCapturePipelineResponse Source #

Create a value of CreateMediaCapturePipelineResponse 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:mediaCapturePipeline:CreateMediaCapturePipelineResponse', createMediaCapturePipelineResponse_mediaCapturePipeline - A media capture pipeline object, the ID, source type, source ARN, sink type, and sink ARN of a media capture pipeline object.

$sel:httpStatus:CreateMediaCapturePipelineResponse', createMediaCapturePipelineResponse_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.Chime.CreateMeeting

ToHeaders CreateMeeting Source # 
Instance details

Defined in Amazonka.Chime.CreateMeeting

ToPath CreateMeeting Source # 
Instance details

Defined in Amazonka.Chime.CreateMeeting

ToQuery CreateMeeting Source # 
Instance details

Defined in Amazonka.Chime.CreateMeeting

AWSRequest CreateMeeting Source # 
Instance details

Defined in Amazonka.Chime.CreateMeeting

Associated Types

type AWSResponse CreateMeeting #

Generic CreateMeeting Source # 
Instance details

Defined in Amazonka.Chime.CreateMeeting

Associated Types

type Rep CreateMeeting :: Type -> Type #

Show CreateMeeting Source # 
Instance details

Defined in Amazonka.Chime.CreateMeeting

NFData CreateMeeting Source # 
Instance details

Defined in Amazonka.Chime.CreateMeeting

Methods

rnf :: CreateMeeting -> () #

Eq CreateMeeting Source # 
Instance details

Defined in Amazonka.Chime.CreateMeeting

Hashable CreateMeeting Source # 
Instance details

Defined in Amazonka.Chime.CreateMeeting

type AWSResponse CreateMeeting Source # 
Instance details

Defined in Amazonka.Chime.CreateMeeting

type Rep CreateMeeting Source # 
Instance details

Defined in Amazonka.Chime.CreateMeeting

type Rep CreateMeeting = D1 ('MetaData "CreateMeeting" "Amazonka.Chime.CreateMeeting" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "CreateMeeting'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "externalMeetingId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "mediaRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "meetingHostId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))))) :*: (S1 ('MetaSel ('Just "notificationsConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MeetingNotificationConfiguration)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Tag))) :*: S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text))))))

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_externalMeetingId - The external meeting ID.

CreateMeeting, createMeeting_mediaRegion - The Region in which to create the meeting. Default: us-east-1.

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 .

$sel:meetingHostId: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_tags - The tag key-value pairs.

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

data CreateMeetingResponse Source #

See: newCreateMeetingResponse smart constructor.

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.

CreateMeetingDialOut

data CreateMeetingDialOut Source #

See: newCreateMeetingDialOut smart constructor.

Instances

Instances details
ToJSON CreateMeetingDialOut Source # 
Instance details

Defined in Amazonka.Chime.CreateMeetingDialOut

ToHeaders CreateMeetingDialOut Source # 
Instance details

Defined in Amazonka.Chime.CreateMeetingDialOut

ToPath CreateMeetingDialOut Source # 
Instance details

Defined in Amazonka.Chime.CreateMeetingDialOut

ToQuery CreateMeetingDialOut Source # 
Instance details

Defined in Amazonka.Chime.CreateMeetingDialOut

AWSRequest CreateMeetingDialOut Source # 
Instance details

Defined in Amazonka.Chime.CreateMeetingDialOut

Associated Types

type AWSResponse CreateMeetingDialOut #

Generic CreateMeetingDialOut Source # 
Instance details

Defined in Amazonka.Chime.CreateMeetingDialOut

Associated Types

type Rep CreateMeetingDialOut :: Type -> Type #

Show CreateMeetingDialOut Source # 
Instance details

Defined in Amazonka.Chime.CreateMeetingDialOut

NFData CreateMeetingDialOut Source # 
Instance details

Defined in Amazonka.Chime.CreateMeetingDialOut

Methods

rnf :: CreateMeetingDialOut -> () #

Eq CreateMeetingDialOut Source # 
Instance details

Defined in Amazonka.Chime.CreateMeetingDialOut

Hashable CreateMeetingDialOut Source # 
Instance details

Defined in Amazonka.Chime.CreateMeetingDialOut

type AWSResponse CreateMeetingDialOut Source # 
Instance details

Defined in Amazonka.Chime.CreateMeetingDialOut

type Rep CreateMeetingDialOut Source # 
Instance details

Defined in Amazonka.Chime.CreateMeetingDialOut

type Rep CreateMeetingDialOut = D1 ('MetaData "CreateMeetingDialOut" "Amazonka.Chime.CreateMeetingDialOut" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "CreateMeetingDialOut'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "meetingId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "fromPhoneNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text))) :*: (S1 ('MetaSel ('Just "toPhoneNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)) :*: S1 ('MetaSel ('Just "joinToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)))))

newCreateMeetingDialOut Source #

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

CreateMeetingDialOut, createMeetingDialOut_meetingId - The Amazon Chime SDK meeting ID.

$sel:fromPhoneNumber:CreateMeetingDialOut', createMeetingDialOut_fromPhoneNumber - Phone number used as the caller ID when the remote party receives a call.

$sel:toPhoneNumber:CreateMeetingDialOut', createMeetingDialOut_toPhoneNumber - Phone number called when inviting someone to a meeting.

CreateMeetingDialOut, createMeetingDialOut_joinToken - Token used by the Amazon Chime SDK attendee. Call the CreateAttendee action to get a join token.

data CreateMeetingDialOutResponse Source #

See: newCreateMeetingDialOutResponse smart constructor.

Instances

Instances details
Generic CreateMeetingDialOutResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateMeetingDialOut

Associated Types

type Rep CreateMeetingDialOutResponse :: Type -> Type #

Read CreateMeetingDialOutResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateMeetingDialOut

Show CreateMeetingDialOutResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateMeetingDialOut

NFData CreateMeetingDialOutResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateMeetingDialOut

Eq CreateMeetingDialOutResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateMeetingDialOut

type Rep CreateMeetingDialOutResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateMeetingDialOut

type Rep CreateMeetingDialOutResponse = D1 ('MetaData "CreateMeetingDialOutResponse" "Amazonka.Chime.CreateMeetingDialOut" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "CreateMeetingDialOutResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "transactionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateMeetingDialOutResponse Source #

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

CreateMeetingDialOutResponse, createMeetingDialOutResponse_transactionId - Unique ID that tracks API calls.

$sel:httpStatus:CreateMeetingDialOutResponse', createMeetingDialOutResponse_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.Chime.CreateMeetingWithAttendees

ToHeaders CreateMeetingWithAttendees Source # 
Instance details

Defined in Amazonka.Chime.CreateMeetingWithAttendees

ToPath CreateMeetingWithAttendees Source # 
Instance details

Defined in Amazonka.Chime.CreateMeetingWithAttendees

ToQuery CreateMeetingWithAttendees Source # 
Instance details

Defined in Amazonka.Chime.CreateMeetingWithAttendees

AWSRequest CreateMeetingWithAttendees Source # 
Instance details

Defined in Amazonka.Chime.CreateMeetingWithAttendees

Generic CreateMeetingWithAttendees Source # 
Instance details

Defined in Amazonka.Chime.CreateMeetingWithAttendees

Associated Types

type Rep CreateMeetingWithAttendees :: Type -> Type #

Show CreateMeetingWithAttendees Source # 
Instance details

Defined in Amazonka.Chime.CreateMeetingWithAttendees

NFData CreateMeetingWithAttendees Source # 
Instance details

Defined in Amazonka.Chime.CreateMeetingWithAttendees

Eq CreateMeetingWithAttendees Source # 
Instance details

Defined in Amazonka.Chime.CreateMeetingWithAttendees

Hashable CreateMeetingWithAttendees Source # 
Instance details

Defined in Amazonka.Chime.CreateMeetingWithAttendees

type AWSResponse CreateMeetingWithAttendees Source # 
Instance details

Defined in Amazonka.Chime.CreateMeetingWithAttendees

type Rep CreateMeetingWithAttendees Source # 
Instance details

Defined in Amazonka.Chime.CreateMeetingWithAttendees

type Rep CreateMeetingWithAttendees = D1 ('MetaData "CreateMeetingWithAttendees" "Amazonka.Chime.CreateMeetingWithAttendees" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "CreateMeetingWithAttendees'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "attendees") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty CreateAttendeeRequestItem))) :*: (S1 ('MetaSel ('Just "externalMeetingId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "mediaRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "meetingHostId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "notificationsConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MeetingNotificationConfiguration))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Tag))) :*: S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text))))))

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_attendees - The request containing the attendees to create.

CreateMeetingWithAttendees, createMeetingWithAttendees_externalMeetingId - The external meeting ID.

CreateMeetingWithAttendees, createMeetingWithAttendees_mediaRegion - The Region in which to create the meeting. Default: us-east-1 .

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 .

$sel:meetingHostId:CreateMeetingWithAttendees', createMeetingWithAttendees_meetingHostId - Reserved.

$sel:notificationsConfiguration:CreateMeetingWithAttendees', createMeetingWithAttendees_notificationsConfiguration - Undocumented member.

CreateMeetingWithAttendees, createMeetingWithAttendees_tags - The tag key-value pairs.

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

data CreateMeetingWithAttendeesResponse Source #

Instances

Instances details
Generic CreateMeetingWithAttendeesResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateMeetingWithAttendees

Associated Types

type Rep CreateMeetingWithAttendeesResponse :: Type -> Type #

Show CreateMeetingWithAttendeesResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateMeetingWithAttendees

NFData CreateMeetingWithAttendeesResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateMeetingWithAttendees

Eq CreateMeetingWithAttendeesResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateMeetingWithAttendees

type Rep CreateMeetingWithAttendeesResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateMeetingWithAttendees

type Rep CreateMeetingWithAttendeesResponse = D1 ('MetaData "CreateMeetingWithAttendeesResponse" "Amazonka.Chime.CreateMeetingWithAttendees" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" '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 - Undocumented member.

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

CreatePhoneNumberOrder

data CreatePhoneNumberOrder Source #

See: newCreatePhoneNumberOrder smart constructor.

Instances

Instances details
ToJSON CreatePhoneNumberOrder Source # 
Instance details

Defined in Amazonka.Chime.CreatePhoneNumberOrder

ToHeaders CreatePhoneNumberOrder Source # 
Instance details

Defined in Amazonka.Chime.CreatePhoneNumberOrder

ToPath CreatePhoneNumberOrder Source # 
Instance details

Defined in Amazonka.Chime.CreatePhoneNumberOrder

ToQuery CreatePhoneNumberOrder Source # 
Instance details

Defined in Amazonka.Chime.CreatePhoneNumberOrder

AWSRequest CreatePhoneNumberOrder Source # 
Instance details

Defined in Amazonka.Chime.CreatePhoneNumberOrder

Associated Types

type AWSResponse CreatePhoneNumberOrder #

Generic CreatePhoneNumberOrder Source # 
Instance details

Defined in Amazonka.Chime.CreatePhoneNumberOrder

Associated Types

type Rep CreatePhoneNumberOrder :: Type -> Type #

Show CreatePhoneNumberOrder Source # 
Instance details

Defined in Amazonka.Chime.CreatePhoneNumberOrder

NFData CreatePhoneNumberOrder Source # 
Instance details

Defined in Amazonka.Chime.CreatePhoneNumberOrder

Methods

rnf :: CreatePhoneNumberOrder -> () #

Eq CreatePhoneNumberOrder Source # 
Instance details

Defined in Amazonka.Chime.CreatePhoneNumberOrder

Hashable CreatePhoneNumberOrder Source # 
Instance details

Defined in Amazonka.Chime.CreatePhoneNumberOrder

type AWSResponse CreatePhoneNumberOrder Source # 
Instance details

Defined in Amazonka.Chime.CreatePhoneNumberOrder

type Rep CreatePhoneNumberOrder Source # 
Instance details

Defined in Amazonka.Chime.CreatePhoneNumberOrder

type Rep CreatePhoneNumberOrder = D1 ('MetaData "CreatePhoneNumberOrder" "Amazonka.Chime.CreatePhoneNumberOrder" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "CreatePhoneNumberOrder'" 'PrefixI 'True) (S1 ('MetaSel ('Just "productType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PhoneNumberProductType) :*: S1 ('MetaSel ('Just "e164PhoneNumbers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Sensitive Text])))

newCreatePhoneNumberOrder Source #

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

CreatePhoneNumberOrder, createPhoneNumberOrder_productType - The phone number product type.

$sel:e164PhoneNumbers:CreatePhoneNumberOrder', createPhoneNumberOrder_e164PhoneNumbers - List of phone numbers, in E.164 format.

data CreatePhoneNumberOrderResponse Source #

See: newCreatePhoneNumberOrderResponse smart constructor.

Instances

Instances details
Generic CreatePhoneNumberOrderResponse Source # 
Instance details

Defined in Amazonka.Chime.CreatePhoneNumberOrder

Associated Types

type Rep CreatePhoneNumberOrderResponse :: Type -> Type #

Show CreatePhoneNumberOrderResponse Source # 
Instance details

Defined in Amazonka.Chime.CreatePhoneNumberOrder

NFData CreatePhoneNumberOrderResponse Source # 
Instance details

Defined in Amazonka.Chime.CreatePhoneNumberOrder

Eq CreatePhoneNumberOrderResponse Source # 
Instance details

Defined in Amazonka.Chime.CreatePhoneNumberOrder

type Rep CreatePhoneNumberOrderResponse Source # 
Instance details

Defined in Amazonka.Chime.CreatePhoneNumberOrder

type Rep CreatePhoneNumberOrderResponse = D1 ('MetaData "CreatePhoneNumberOrderResponse" "Amazonka.Chime.CreatePhoneNumberOrder" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "CreatePhoneNumberOrderResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "phoneNumberOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PhoneNumberOrder)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreatePhoneNumberOrderResponse Source #

Create a value of CreatePhoneNumberOrderResponse 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:phoneNumberOrder:CreatePhoneNumberOrderResponse', createPhoneNumberOrderResponse_phoneNumberOrder - The phone number order details.

$sel:httpStatus:CreatePhoneNumberOrderResponse', createPhoneNumberOrderResponse_httpStatus - The response's http status code.

CreateProxySession

data CreateProxySession Source #

See: newCreateProxySession smart constructor.

Instances

Instances details
ToJSON CreateProxySession Source # 
Instance details

Defined in Amazonka.Chime.CreateProxySession

ToHeaders CreateProxySession Source # 
Instance details

Defined in Amazonka.Chime.CreateProxySession

ToPath CreateProxySession Source # 
Instance details

Defined in Amazonka.Chime.CreateProxySession

ToQuery CreateProxySession Source # 
Instance details

Defined in Amazonka.Chime.CreateProxySession

AWSRequest CreateProxySession Source # 
Instance details

Defined in Amazonka.Chime.CreateProxySession

Associated Types

type AWSResponse CreateProxySession #

Generic CreateProxySession Source # 
Instance details

Defined in Amazonka.Chime.CreateProxySession

Associated Types

type Rep CreateProxySession :: Type -> Type #

Show CreateProxySession Source # 
Instance details

Defined in Amazonka.Chime.CreateProxySession

NFData CreateProxySession Source # 
Instance details

Defined in Amazonka.Chime.CreateProxySession

Methods

rnf :: CreateProxySession -> () #

Eq CreateProxySession Source # 
Instance details

Defined in Amazonka.Chime.CreateProxySession

Hashable CreateProxySession Source # 
Instance details

Defined in Amazonka.Chime.CreateProxySession

type AWSResponse CreateProxySession Source # 
Instance details

Defined in Amazonka.Chime.CreateProxySession

type Rep CreateProxySession Source # 
Instance details

Defined in Amazonka.Chime.CreateProxySession

newCreateProxySession Source #

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

CreateProxySession, createProxySession_expiryMinutes - The number of minutes allowed for the proxy session.

CreateProxySession, createProxySession_geoMatchLevel - The preference for matching the country or area code of the proxy phone number with that of the first participant.

CreateProxySession, createProxySession_geoMatchParams - The country and area code for the proxy phone number.

CreateProxySession, createProxySession_name - The name of the proxy session.

CreateProxySession, createProxySession_numberSelectionBehavior - The preference for proxy phone number reuse, or stickiness, between the same participants across sessions.

$sel:participantPhoneNumbers:CreateProxySession', createProxySession_participantPhoneNumbers - The participant phone numbers.

CreateProxySession, createProxySession_capabilities - The proxy session capabilities.

CreateProxySession, createProxySession_voiceConnectorId - The Amazon Chime voice connector ID.

data CreateProxySessionResponse Source #

See: newCreateProxySessionResponse smart constructor.

Instances

Instances details
Generic CreateProxySessionResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateProxySession

Associated Types

type Rep CreateProxySessionResponse :: Type -> Type #

Show CreateProxySessionResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateProxySession

NFData CreateProxySessionResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateProxySession

Eq CreateProxySessionResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateProxySession

type Rep CreateProxySessionResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateProxySession

type Rep CreateProxySessionResponse = D1 ('MetaData "CreateProxySessionResponse" "Amazonka.Chime.CreateProxySession" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "CreateProxySessionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "proxySession") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProxySession)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateProxySessionResponse Source #

Create a value of CreateProxySessionResponse 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:proxySession:CreateProxySessionResponse', createProxySessionResponse_proxySession - The proxy session details.

$sel:httpStatus:CreateProxySessionResponse', createProxySessionResponse_httpStatus - The response's http status code.

CreateRoom

data CreateRoom Source #

See: newCreateRoom smart constructor.

Instances

Instances details
ToJSON CreateRoom Source # 
Instance details

Defined in Amazonka.Chime.CreateRoom

ToHeaders CreateRoom Source # 
Instance details

Defined in Amazonka.Chime.CreateRoom

Methods

toHeaders :: CreateRoom -> [Header] #

ToPath CreateRoom Source # 
Instance details

Defined in Amazonka.Chime.CreateRoom

ToQuery CreateRoom Source # 
Instance details

Defined in Amazonka.Chime.CreateRoom

AWSRequest CreateRoom Source # 
Instance details

Defined in Amazonka.Chime.CreateRoom

Associated Types

type AWSResponse CreateRoom #

Generic CreateRoom Source # 
Instance details

Defined in Amazonka.Chime.CreateRoom

Associated Types

type Rep CreateRoom :: Type -> Type #

Show CreateRoom Source # 
Instance details

Defined in Amazonka.Chime.CreateRoom

NFData CreateRoom Source # 
Instance details

Defined in Amazonka.Chime.CreateRoom

Methods

rnf :: CreateRoom -> () #

Eq CreateRoom Source # 
Instance details

Defined in Amazonka.Chime.CreateRoom

Hashable CreateRoom Source # 
Instance details

Defined in Amazonka.Chime.CreateRoom

type AWSResponse CreateRoom Source # 
Instance details

Defined in Amazonka.Chime.CreateRoom

type Rep CreateRoom Source # 
Instance details

Defined in Amazonka.Chime.CreateRoom

type Rep CreateRoom = D1 ('MetaData "CreateRoom" "Amazonka.Chime.CreateRoom" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "CreateRoom'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)))))

newCreateRoom Source #

Create a value of CreateRoom 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:clientRequestToken:CreateRoom', createRoom_clientRequestToken - The idempotency token for the request.

CreateRoom, createRoom_accountId - The Amazon Chime account ID.

CreateRoom, createRoom_name - The room name.

data CreateRoomResponse Source #

See: newCreateRoomResponse smart constructor.

Instances

Instances details
Generic CreateRoomResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateRoom

Associated Types

type Rep CreateRoomResponse :: Type -> Type #

Show CreateRoomResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateRoom

NFData CreateRoomResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateRoom

Methods

rnf :: CreateRoomResponse -> () #

Eq CreateRoomResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateRoom

type Rep CreateRoomResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateRoom

type Rep CreateRoomResponse = D1 ('MetaData "CreateRoomResponse" "Amazonka.Chime.CreateRoom" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "CreateRoomResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "room") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Room)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateRoomResponse Source #

Create a value of CreateRoomResponse 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:room:CreateRoomResponse', createRoomResponse_room - The room details.

$sel:httpStatus:CreateRoomResponse', createRoomResponse_httpStatus - The response's http status code.

CreateRoomMembership

data CreateRoomMembership Source #

See: newCreateRoomMembership smart constructor.

Instances

Instances details
ToJSON CreateRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.CreateRoomMembership

ToHeaders CreateRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.CreateRoomMembership

ToPath CreateRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.CreateRoomMembership

ToQuery CreateRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.CreateRoomMembership

AWSRequest CreateRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.CreateRoomMembership

Associated Types

type AWSResponse CreateRoomMembership #

Generic CreateRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.CreateRoomMembership

Associated Types

type Rep CreateRoomMembership :: Type -> Type #

Read CreateRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.CreateRoomMembership

Show CreateRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.CreateRoomMembership

NFData CreateRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.CreateRoomMembership

Methods

rnf :: CreateRoomMembership -> () #

Eq CreateRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.CreateRoomMembership

Hashable CreateRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.CreateRoomMembership

type AWSResponse CreateRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.CreateRoomMembership

type Rep CreateRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.CreateRoomMembership

type Rep CreateRoomMembership = D1 ('MetaData "CreateRoomMembership" "Amazonka.Chime.CreateRoomMembership" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "CreateRoomMembership'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "role'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RoomMembershipRole)) :*: S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "roomId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "memberId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newCreateRoomMembership Source #

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

CreateRoomMembership, createRoomMembership_role - The role of the member.

CreateRoomMembership, createRoomMembership_accountId - The Amazon Chime account ID.

CreateRoomMembership, createRoomMembership_roomId - The room ID.

CreateRoomMembership, createRoomMembership_memberId - The Amazon Chime member ID (user ID or bot ID).

data CreateRoomMembershipResponse Source #

See: newCreateRoomMembershipResponse smart constructor.

Instances

Instances details
Generic CreateRoomMembershipResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateRoomMembership

Associated Types

type Rep CreateRoomMembershipResponse :: Type -> Type #

Show CreateRoomMembershipResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateRoomMembership

NFData CreateRoomMembershipResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateRoomMembership

Eq CreateRoomMembershipResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateRoomMembership

type Rep CreateRoomMembershipResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateRoomMembership

type Rep CreateRoomMembershipResponse = D1 ('MetaData "CreateRoomMembershipResponse" "Amazonka.Chime.CreateRoomMembership" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "CreateRoomMembershipResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "roomMembership") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RoomMembership)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateRoomMembershipResponse Source #

Create a value of CreateRoomMembershipResponse 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:roomMembership:CreateRoomMembershipResponse', createRoomMembershipResponse_roomMembership - The room membership details.

$sel:httpStatus:CreateRoomMembershipResponse', createRoomMembershipResponse_httpStatus - The response's http status code.

CreateSipMediaApplication

data CreateSipMediaApplication Source #

See: newCreateSipMediaApplication smart constructor.

Instances

Instances details
ToJSON CreateSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.CreateSipMediaApplication

ToHeaders CreateSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.CreateSipMediaApplication

ToPath CreateSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.CreateSipMediaApplication

ToQuery CreateSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.CreateSipMediaApplication

AWSRequest CreateSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.CreateSipMediaApplication

Generic CreateSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.CreateSipMediaApplication

Associated Types

type Rep CreateSipMediaApplication :: Type -> Type #

Show CreateSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.CreateSipMediaApplication

NFData CreateSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.CreateSipMediaApplication

Eq CreateSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.CreateSipMediaApplication

Hashable CreateSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.CreateSipMediaApplication

type AWSResponse CreateSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.CreateSipMediaApplication

type Rep CreateSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.CreateSipMediaApplication

type Rep CreateSipMediaApplication = D1 ('MetaData "CreateSipMediaApplication" "Amazonka.Chime.CreateSipMediaApplication" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "CreateSipMediaApplication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "awsRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "endpoints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty SipMediaApplicationEndpoint)))))

newCreateSipMediaApplication Source #

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

CreateSipMediaApplication, createSipMediaApplication_awsRegion - The AWS Region assigned to the SIP media application.

CreateSipMediaApplication, createSipMediaApplication_name - The SIP media application name.

CreateSipMediaApplication, createSipMediaApplication_endpoints - List of endpoints (Lambda Amazon Resource Names) specified for the SIP media application. Currently, only one endpoint is supported.

data CreateSipMediaApplicationResponse Source #

See: newCreateSipMediaApplicationResponse smart constructor.

Instances

Instances details
Generic CreateSipMediaApplicationResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateSipMediaApplication

Associated Types

type Rep CreateSipMediaApplicationResponse :: Type -> Type #

Show CreateSipMediaApplicationResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateSipMediaApplication

NFData CreateSipMediaApplicationResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateSipMediaApplication

Eq CreateSipMediaApplicationResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateSipMediaApplication

type Rep CreateSipMediaApplicationResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateSipMediaApplication

type Rep CreateSipMediaApplicationResponse = D1 ('MetaData "CreateSipMediaApplicationResponse" "Amazonka.Chime.CreateSipMediaApplication" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "CreateSipMediaApplicationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sipMediaApplication") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SipMediaApplication)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateSipMediaApplicationResponse Source #

Create a value of CreateSipMediaApplicationResponse 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:sipMediaApplication:CreateSipMediaApplicationResponse', createSipMediaApplicationResponse_sipMediaApplication - The SIP media application details.

$sel:httpStatus:CreateSipMediaApplicationResponse', createSipMediaApplicationResponse_httpStatus - The response's http status code.

CreateSipMediaApplicationCall

data CreateSipMediaApplicationCall Source #

See: newCreateSipMediaApplicationCall smart constructor.

Instances

Instances details
ToJSON CreateSipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.Chime.CreateSipMediaApplicationCall

ToHeaders CreateSipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.Chime.CreateSipMediaApplicationCall

ToPath CreateSipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.Chime.CreateSipMediaApplicationCall

ToQuery CreateSipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.Chime.CreateSipMediaApplicationCall

AWSRequest CreateSipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.Chime.CreateSipMediaApplicationCall

Generic CreateSipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.Chime.CreateSipMediaApplicationCall

Associated Types

type Rep CreateSipMediaApplicationCall :: Type -> Type #

Show CreateSipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.Chime.CreateSipMediaApplicationCall

NFData CreateSipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.Chime.CreateSipMediaApplicationCall

Eq CreateSipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.Chime.CreateSipMediaApplicationCall

Hashable CreateSipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.Chime.CreateSipMediaApplicationCall

type AWSResponse CreateSipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.Chime.CreateSipMediaApplicationCall

type Rep CreateSipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.Chime.CreateSipMediaApplicationCall

type Rep CreateSipMediaApplicationCall = D1 ('MetaData "CreateSipMediaApplicationCall" "Amazonka.Chime.CreateSipMediaApplicationCall" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "CreateSipMediaApplicationCall'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "sipHeaders") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text (Sensitive Text)))) :*: S1 ('MetaSel ('Just "fromPhoneNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text))) :*: (S1 ('MetaSel ('Just "toPhoneNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)) :*: S1 ('MetaSel ('Just "sipMediaApplicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newCreateSipMediaApplicationCall Source #

Create a value of CreateSipMediaApplicationCall 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:sipHeaders:CreateSipMediaApplicationCall', createSipMediaApplicationCall_sipHeaders - The SIP headers added to an outbound call leg.

$sel:fromPhoneNumber:CreateSipMediaApplicationCall', createSipMediaApplicationCall_fromPhoneNumber - The phone number that a user calls from. This is a phone number in your Amazon Chime phone number inventory.

$sel:toPhoneNumber:CreateSipMediaApplicationCall', createSipMediaApplicationCall_toPhoneNumber - The phone number that the service should call.

CreateSipMediaApplicationCall, createSipMediaApplicationCall_sipMediaApplicationId - The ID of the SIP media application.

data CreateSipMediaApplicationCallResponse Source #

Instances

Instances details
Generic CreateSipMediaApplicationCallResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateSipMediaApplicationCall

Read CreateSipMediaApplicationCallResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateSipMediaApplicationCall

Show CreateSipMediaApplicationCallResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateSipMediaApplicationCall

NFData CreateSipMediaApplicationCallResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateSipMediaApplicationCall

Eq CreateSipMediaApplicationCallResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateSipMediaApplicationCall

type Rep CreateSipMediaApplicationCallResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateSipMediaApplicationCall

type Rep CreateSipMediaApplicationCallResponse = D1 ('MetaData "CreateSipMediaApplicationCallResponse" "Amazonka.Chime.CreateSipMediaApplicationCall" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "CreateSipMediaApplicationCallResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sipMediaApplicationCall") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SipMediaApplicationCall)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

CreateSipRule

data CreateSipRule Source #

See: newCreateSipRule smart constructor.

Instances

Instances details
ToJSON CreateSipRule Source # 
Instance details

Defined in Amazonka.Chime.CreateSipRule

ToHeaders CreateSipRule Source # 
Instance details

Defined in Amazonka.Chime.CreateSipRule

ToPath CreateSipRule Source # 
Instance details

Defined in Amazonka.Chime.CreateSipRule

ToQuery CreateSipRule Source # 
Instance details

Defined in Amazonka.Chime.CreateSipRule

AWSRequest CreateSipRule Source # 
Instance details

Defined in Amazonka.Chime.CreateSipRule

Associated Types

type AWSResponse CreateSipRule #

Generic CreateSipRule Source # 
Instance details

Defined in Amazonka.Chime.CreateSipRule

Associated Types

type Rep CreateSipRule :: Type -> Type #

Read CreateSipRule Source # 
Instance details

Defined in Amazonka.Chime.CreateSipRule

Show CreateSipRule Source # 
Instance details

Defined in Amazonka.Chime.CreateSipRule

NFData CreateSipRule Source # 
Instance details

Defined in Amazonka.Chime.CreateSipRule

Methods

rnf :: CreateSipRule -> () #

Eq CreateSipRule Source # 
Instance details

Defined in Amazonka.Chime.CreateSipRule

Hashable CreateSipRule Source # 
Instance details

Defined in Amazonka.Chime.CreateSipRule

type AWSResponse CreateSipRule Source # 
Instance details

Defined in Amazonka.Chime.CreateSipRule

type Rep CreateSipRule Source # 
Instance details

Defined in Amazonka.Chime.CreateSipRule

type Rep CreateSipRule = D1 ('MetaData "CreateSipRule" "Amazonka.Chime.CreateSipRule" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "CreateSipRule'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "disabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "triggerType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SipRuleTriggerType) :*: (S1 ('MetaSel ('Just "triggerValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "targetApplications") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty SipRuleTargetApplication))))))

newCreateSipRule Source #

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

CreateSipRule, createSipRule_disabled - Enables or disables a rule. You must disable rules before you can delete them.

CreateSipRule, createSipRule_name - The name of the SIP rule.

CreateSipRule, createSipRule_triggerType - The type of trigger assigned to the SIP rule in TriggerValue, currently RequestUriHostname or ToPhoneNumber.

CreateSipRule, createSipRule_triggerValue - If TriggerType is RequestUriHostname, the value can be the outbound host name of an Amazon Chime Voice Connector. If TriggerType is ToPhoneNumber, the value can be a customer-owned phone number in the E164 format. The SipMediaApplication specified in the SipRule is triggered if the request URI in an incoming SIP request matches the RequestUriHostname, or if the To header in the incoming SIP request matches the ToPhoneNumber value.

CreateSipRule, createSipRule_targetApplications - List of SIP media applications with priority and AWS Region. Only one SIP application per AWS Region can be used.

data CreateSipRuleResponse Source #

See: newCreateSipRuleResponse smart constructor.

Instances

Instances details
Generic CreateSipRuleResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateSipRule

Associated Types

type Rep CreateSipRuleResponse :: Type -> Type #

Read CreateSipRuleResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateSipRule

Show CreateSipRuleResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateSipRule

NFData CreateSipRuleResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateSipRule

Methods

rnf :: CreateSipRuleResponse -> () #

Eq CreateSipRuleResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateSipRule

type Rep CreateSipRuleResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateSipRule

type Rep CreateSipRuleResponse = D1 ('MetaData "CreateSipRuleResponse" "Amazonka.Chime.CreateSipRule" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "CreateSipRuleResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sipRule") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SipRule)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateSipRuleResponse Source #

Create a value of CreateSipRuleResponse 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:sipRule:CreateSipRuleResponse', createSipRuleResponse_sipRule - Returns the SIP rule information, including the rule ID, triggers, and target applications.

$sel:httpStatus:CreateSipRuleResponse', createSipRuleResponse_httpStatus - The response's http status code.

CreateUser

data CreateUser Source #

See: newCreateUser smart constructor.

Instances

Instances details
ToJSON CreateUser Source # 
Instance details

Defined in Amazonka.Chime.CreateUser

ToHeaders CreateUser Source # 
Instance details

Defined in Amazonka.Chime.CreateUser

Methods

toHeaders :: CreateUser -> [Header] #

ToPath CreateUser Source # 
Instance details

Defined in Amazonka.Chime.CreateUser

ToQuery CreateUser Source # 
Instance details

Defined in Amazonka.Chime.CreateUser

AWSRequest CreateUser Source # 
Instance details

Defined in Amazonka.Chime.CreateUser

Associated Types

type AWSResponse CreateUser #

Generic CreateUser Source # 
Instance details

Defined in Amazonka.Chime.CreateUser

Associated Types

type Rep CreateUser :: Type -> Type #

Show CreateUser Source # 
Instance details

Defined in Amazonka.Chime.CreateUser

NFData CreateUser Source # 
Instance details

Defined in Amazonka.Chime.CreateUser

Methods

rnf :: CreateUser -> () #

Eq CreateUser Source # 
Instance details

Defined in Amazonka.Chime.CreateUser

Hashable CreateUser Source # 
Instance details

Defined in Amazonka.Chime.CreateUser

type AWSResponse CreateUser Source # 
Instance details

Defined in Amazonka.Chime.CreateUser

type Rep CreateUser Source # 
Instance details

Defined in Amazonka.Chime.CreateUser

type Rep CreateUser = D1 ('MetaData "CreateUser" "Amazonka.Chime.CreateUser" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "CreateUser'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "email") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "userType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserType))) :*: (S1 ('MetaSel ('Just "username") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newCreateUser Source #

Arguments

:: Text

CreateUser

-> CreateUser 

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

CreateUser, createUser_email - The user's email address.

CreateUser, createUser_userType - The user type.

CreateUser, createUser_username - The user name.

CreateUser, createUser_accountId - The Amazon Chime account ID.

data CreateUserResponse Source #

See: newCreateUserResponse smart constructor.

Instances

Instances details
Generic CreateUserResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateUser

Associated Types

type Rep CreateUserResponse :: Type -> Type #

Show CreateUserResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateUser

NFData CreateUserResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateUser

Methods

rnf :: CreateUserResponse -> () #

Eq CreateUserResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateUser

type Rep CreateUserResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateUser

type Rep CreateUserResponse = D1 ('MetaData "CreateUserResponse" "Amazonka.Chime.CreateUser" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "CreateUserResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "user") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe User)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateUserResponse Source #

Create a value of CreateUserResponse 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:user:CreateUserResponse', createUserResponse_user - Undocumented member.

$sel:httpStatus:CreateUserResponse', createUserResponse_httpStatus - The response's http status code.

CreateVoiceConnector

data CreateVoiceConnector Source #

See: newCreateVoiceConnector smart constructor.

Instances

Instances details
ToJSON CreateVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.CreateVoiceConnector

ToHeaders CreateVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.CreateVoiceConnector

ToPath CreateVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.CreateVoiceConnector

ToQuery CreateVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.CreateVoiceConnector

AWSRequest CreateVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.CreateVoiceConnector

Associated Types

type AWSResponse CreateVoiceConnector #

Generic CreateVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.CreateVoiceConnector

Associated Types

type Rep CreateVoiceConnector :: Type -> Type #

Read CreateVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.CreateVoiceConnector

Show CreateVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.CreateVoiceConnector

NFData CreateVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.CreateVoiceConnector

Methods

rnf :: CreateVoiceConnector -> () #

Eq CreateVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.CreateVoiceConnector

Hashable CreateVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.CreateVoiceConnector

type AWSResponse CreateVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.CreateVoiceConnector

type Rep CreateVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.CreateVoiceConnector

type Rep CreateVoiceConnector = D1 ('MetaData "CreateVoiceConnector" "Amazonka.Chime.CreateVoiceConnector" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "CreateVoiceConnector'" 'PrefixI 'True) (S1 ('MetaSel ('Just "awsRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VoiceConnectorAwsRegion)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "requireEncryption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool))))

newCreateVoiceConnector Source #

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

CreateVoiceConnector, createVoiceConnector_awsRegion - The AWS Region in which the Amazon Chime Voice Connector is created. Default value: us-east-1 .

CreateVoiceConnector, createVoiceConnector_name - The name of the Amazon Chime Voice Connector.

CreateVoiceConnector, createVoiceConnector_requireEncryption - When enabled, requires encryption for the Amazon Chime Voice Connector.

data CreateVoiceConnectorResponse Source #

See: newCreateVoiceConnectorResponse smart constructor.

Instances

Instances details
Generic CreateVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateVoiceConnector

Associated Types

type Rep CreateVoiceConnectorResponse :: Type -> Type #

Read CreateVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateVoiceConnector

Show CreateVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateVoiceConnector

NFData CreateVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateVoiceConnector

Eq CreateVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateVoiceConnector

type Rep CreateVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateVoiceConnector

type Rep CreateVoiceConnectorResponse = D1 ('MetaData "CreateVoiceConnectorResponse" "Amazonka.Chime.CreateVoiceConnector" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "CreateVoiceConnectorResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnector") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VoiceConnector)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateVoiceConnectorResponse Source #

Create a value of CreateVoiceConnectorResponse 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:voiceConnector:CreateVoiceConnectorResponse', createVoiceConnectorResponse_voiceConnector - The Amazon Chime Voice Connector details.

$sel:httpStatus:CreateVoiceConnectorResponse', createVoiceConnectorResponse_httpStatus - The response's http status code.

CreateVoiceConnectorGroup

data CreateVoiceConnectorGroup Source #

See: newCreateVoiceConnectorGroup smart constructor.

Instances

Instances details
ToJSON CreateVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.CreateVoiceConnectorGroup

ToHeaders CreateVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.CreateVoiceConnectorGroup

ToPath CreateVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.CreateVoiceConnectorGroup

ToQuery CreateVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.CreateVoiceConnectorGroup

AWSRequest CreateVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.CreateVoiceConnectorGroup

Generic CreateVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.CreateVoiceConnectorGroup

Associated Types

type Rep CreateVoiceConnectorGroup :: Type -> Type #

Read CreateVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.CreateVoiceConnectorGroup

Show CreateVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.CreateVoiceConnectorGroup

NFData CreateVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.CreateVoiceConnectorGroup

Eq CreateVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.CreateVoiceConnectorGroup

Hashable CreateVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.CreateVoiceConnectorGroup

type AWSResponse CreateVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.CreateVoiceConnectorGroup

type Rep CreateVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.CreateVoiceConnectorGroup

type Rep CreateVoiceConnectorGroup = D1 ('MetaData "CreateVoiceConnectorGroup" "Amazonka.Chime.CreateVoiceConnectorGroup" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "CreateVoiceConnectorGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorItems") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [VoiceConnectorItem])) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCreateVoiceConnectorGroup Source #

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

CreateVoiceConnectorGroup, createVoiceConnectorGroup_voiceConnectorItems - The Amazon Chime Voice Connectors to route inbound calls to.

CreateVoiceConnectorGroup, createVoiceConnectorGroup_name - The name of the Amazon Chime Voice Connector group.

data CreateVoiceConnectorGroupResponse Source #

See: newCreateVoiceConnectorGroupResponse smart constructor.

Instances

Instances details
Generic CreateVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateVoiceConnectorGroup

Associated Types

type Rep CreateVoiceConnectorGroupResponse :: Type -> Type #

Read CreateVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateVoiceConnectorGroup

Show CreateVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateVoiceConnectorGroup

NFData CreateVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateVoiceConnectorGroup

Eq CreateVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateVoiceConnectorGroup

type Rep CreateVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateVoiceConnectorGroup

type Rep CreateVoiceConnectorGroupResponse = D1 ('MetaData "CreateVoiceConnectorGroupResponse" "Amazonka.Chime.CreateVoiceConnectorGroup" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "CreateVoiceConnectorGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VoiceConnectorGroup)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateVoiceConnectorGroupResponse Source #

Create a value of CreateVoiceConnectorGroupResponse 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:voiceConnectorGroup:CreateVoiceConnectorGroupResponse', createVoiceConnectorGroupResponse_voiceConnectorGroup - The Amazon Chime Voice Connector group details.

$sel:httpStatus:CreateVoiceConnectorGroupResponse', createVoiceConnectorGroupResponse_httpStatus - The response's http status code.

DeleteAccount

data DeleteAccount Source #

See: newDeleteAccount smart constructor.

Constructors

DeleteAccount' Text 

Instances

Instances details
ToHeaders DeleteAccount Source # 
Instance details

Defined in Amazonka.Chime.DeleteAccount

ToPath DeleteAccount Source # 
Instance details

Defined in Amazonka.Chime.DeleteAccount

ToQuery DeleteAccount Source # 
Instance details

Defined in Amazonka.Chime.DeleteAccount

AWSRequest DeleteAccount Source # 
Instance details

Defined in Amazonka.Chime.DeleteAccount

Associated Types

type AWSResponse DeleteAccount #

Generic DeleteAccount Source # 
Instance details

Defined in Amazonka.Chime.DeleteAccount

Associated Types

type Rep DeleteAccount :: Type -> Type #

Read DeleteAccount Source # 
Instance details

Defined in Amazonka.Chime.DeleteAccount

Show DeleteAccount Source # 
Instance details

Defined in Amazonka.Chime.DeleteAccount

NFData DeleteAccount Source # 
Instance details

Defined in Amazonka.Chime.DeleteAccount

Methods

rnf :: DeleteAccount -> () #

Eq DeleteAccount Source # 
Instance details

Defined in Amazonka.Chime.DeleteAccount

Hashable DeleteAccount Source # 
Instance details

Defined in Amazonka.Chime.DeleteAccount

type AWSResponse DeleteAccount Source # 
Instance details

Defined in Amazonka.Chime.DeleteAccount

type Rep DeleteAccount Source # 
Instance details

Defined in Amazonka.Chime.DeleteAccount

type Rep DeleteAccount = D1 ('MetaData "DeleteAccount" "Amazonka.Chime.DeleteAccount" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DeleteAccount'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteAccount Source #

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

DeleteAccount, deleteAccount_accountId - The Amazon Chime account ID.

data DeleteAccountResponse Source #

See: newDeleteAccountResponse smart constructor.

Instances

Instances details
Generic DeleteAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteAccount

Associated Types

type Rep DeleteAccountResponse :: Type -> Type #

Read DeleteAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteAccount

Show DeleteAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteAccount

NFData DeleteAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteAccount

Methods

rnf :: DeleteAccountResponse -> () #

Eq DeleteAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteAccount

type Rep DeleteAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteAccount

type Rep DeleteAccountResponse = D1 ('MetaData "DeleteAccountResponse" "Amazonka.Chime.DeleteAccount" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DeleteAccountResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteAccountResponse Source #

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

DeleteAppInstance

data DeleteAppInstance Source #

See: newDeleteAppInstance smart constructor.

Constructors

DeleteAppInstance' Text 

Instances

Instances details
ToHeaders DeleteAppInstance Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstance

ToPath DeleteAppInstance Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstance

ToQuery DeleteAppInstance Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstance

AWSRequest DeleteAppInstance Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstance

Associated Types

type AWSResponse DeleteAppInstance #

Generic DeleteAppInstance Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstance

Associated Types

type Rep DeleteAppInstance :: Type -> Type #

Read DeleteAppInstance Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstance

Show DeleteAppInstance Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstance

NFData DeleteAppInstance Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstance

Methods

rnf :: DeleteAppInstance -> () #

Eq DeleteAppInstance Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstance

Hashable DeleteAppInstance Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstance

type AWSResponse DeleteAppInstance Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstance

type Rep DeleteAppInstance Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstance

type Rep DeleteAppInstance = D1 ('MetaData "DeleteAppInstance" "Amazonka.Chime.DeleteAppInstance" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DeleteAppInstance'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteAppInstance Source #

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

DeleteAppInstance, deleteAppInstance_appInstanceArn - The ARN of the AppInstance.

data DeleteAppInstanceResponse Source #

See: newDeleteAppInstanceResponse smart constructor.

Instances

Instances details
Generic DeleteAppInstanceResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstance

Associated Types

type Rep DeleteAppInstanceResponse :: Type -> Type #

Read DeleteAppInstanceResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstance

Show DeleteAppInstanceResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstance

NFData DeleteAppInstanceResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstance

Eq DeleteAppInstanceResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstance

type Rep DeleteAppInstanceResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstance

type Rep DeleteAppInstanceResponse = D1 ('MetaData "DeleteAppInstanceResponse" "Amazonka.Chime.DeleteAppInstance" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DeleteAppInstanceResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteAppInstanceResponse :: DeleteAppInstanceResponse Source #

Create a value of DeleteAppInstanceResponse with all optional fields omitted.

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

DeleteAppInstanceAdmin

data DeleteAppInstanceAdmin Source #

See: newDeleteAppInstanceAdmin smart constructor.

Instances

Instances details
ToHeaders DeleteAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceAdmin

ToPath DeleteAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceAdmin

ToQuery DeleteAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceAdmin

AWSRequest DeleteAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceAdmin

Associated Types

type AWSResponse DeleteAppInstanceAdmin #

Generic DeleteAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceAdmin

Associated Types

type Rep DeleteAppInstanceAdmin :: Type -> Type #

Read DeleteAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceAdmin

Show DeleteAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceAdmin

NFData DeleteAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceAdmin

Methods

rnf :: DeleteAppInstanceAdmin -> () #

Eq DeleteAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceAdmin

Hashable DeleteAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceAdmin

type AWSResponse DeleteAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceAdmin

type Rep DeleteAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceAdmin

type Rep DeleteAppInstanceAdmin = D1 ('MetaData "DeleteAppInstanceAdmin" "Amazonka.Chime.DeleteAppInstanceAdmin" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DeleteAppInstanceAdmin'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appInstanceAdminArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "appInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteAppInstanceAdmin Source #

Create a value of DeleteAppInstanceAdmin 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:appInstanceAdminArn:DeleteAppInstanceAdmin', deleteAppInstanceAdmin_appInstanceAdminArn - The ARN of the AppInstance's administrator.

DeleteAppInstanceAdmin, deleteAppInstanceAdmin_appInstanceArn - The ARN of the AppInstance.

data DeleteAppInstanceAdminResponse Source #

See: newDeleteAppInstanceAdminResponse smart constructor.

Instances

Instances details
Generic DeleteAppInstanceAdminResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceAdmin

Associated Types

type Rep DeleteAppInstanceAdminResponse :: Type -> Type #

Read DeleteAppInstanceAdminResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceAdmin

Show DeleteAppInstanceAdminResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceAdmin

NFData DeleteAppInstanceAdminResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceAdmin

Eq DeleteAppInstanceAdminResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceAdmin

type Rep DeleteAppInstanceAdminResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceAdmin

type Rep DeleteAppInstanceAdminResponse = D1 ('MetaData "DeleteAppInstanceAdminResponse" "Amazonka.Chime.DeleteAppInstanceAdmin" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DeleteAppInstanceAdminResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteAppInstanceAdminResponse :: DeleteAppInstanceAdminResponse Source #

Create a value of DeleteAppInstanceAdminResponse with all optional fields omitted.

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

DeleteAppInstanceStreamingConfigurations

data DeleteAppInstanceStreamingConfigurations Source #

Instances

Instances details
ToHeaders DeleteAppInstanceStreamingConfigurations Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceStreamingConfigurations

ToPath DeleteAppInstanceStreamingConfigurations Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceStreamingConfigurations

ToQuery DeleteAppInstanceStreamingConfigurations Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceStreamingConfigurations

AWSRequest DeleteAppInstanceStreamingConfigurations Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceStreamingConfigurations

Generic DeleteAppInstanceStreamingConfigurations Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceStreamingConfigurations

Read DeleteAppInstanceStreamingConfigurations Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceStreamingConfigurations

Show DeleteAppInstanceStreamingConfigurations Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceStreamingConfigurations

NFData DeleteAppInstanceStreamingConfigurations Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceStreamingConfigurations

Eq DeleteAppInstanceStreamingConfigurations Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceStreamingConfigurations

Hashable DeleteAppInstanceStreamingConfigurations Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceStreamingConfigurations

type AWSResponse DeleteAppInstanceStreamingConfigurations Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceStreamingConfigurations

type Rep DeleteAppInstanceStreamingConfigurations Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceStreamingConfigurations

type Rep DeleteAppInstanceStreamingConfigurations = D1 ('MetaData "DeleteAppInstanceStreamingConfigurations" "Amazonka.Chime.DeleteAppInstanceStreamingConfigurations" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DeleteAppInstanceStreamingConfigurations'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteAppInstanceStreamingConfigurations Source #

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

DeleteAppInstanceStreamingConfigurations, deleteAppInstanceStreamingConfigurations_appInstanceArn - The ARN of the streaming configurations being deleted.

data DeleteAppInstanceStreamingConfigurationsResponse Source #

Instances

Instances details
Generic DeleteAppInstanceStreamingConfigurationsResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceStreamingConfigurations

Read DeleteAppInstanceStreamingConfigurationsResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceStreamingConfigurations

Show DeleteAppInstanceStreamingConfigurationsResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceStreamingConfigurations

NFData DeleteAppInstanceStreamingConfigurationsResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceStreamingConfigurations

Eq DeleteAppInstanceStreamingConfigurationsResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceStreamingConfigurations

type Rep DeleteAppInstanceStreamingConfigurationsResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceStreamingConfigurations

type Rep DeleteAppInstanceStreamingConfigurationsResponse = D1 ('MetaData "DeleteAppInstanceStreamingConfigurationsResponse" "Amazonka.Chime.DeleteAppInstanceStreamingConfigurations" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DeleteAppInstanceStreamingConfigurationsResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

DeleteAppInstanceUser

data DeleteAppInstanceUser Source #

See: newDeleteAppInstanceUser smart constructor.

Instances

Instances details
ToHeaders DeleteAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceUser

ToPath DeleteAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceUser

ToQuery DeleteAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceUser

AWSRequest DeleteAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceUser

Associated Types

type AWSResponse DeleteAppInstanceUser #

Generic DeleteAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceUser

Associated Types

type Rep DeleteAppInstanceUser :: Type -> Type #

Read DeleteAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceUser

Show DeleteAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceUser

NFData DeleteAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceUser

Methods

rnf :: DeleteAppInstanceUser -> () #

Eq DeleteAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceUser

Hashable DeleteAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceUser

type AWSResponse DeleteAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceUser

type Rep DeleteAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceUser

type Rep DeleteAppInstanceUser = D1 ('MetaData "DeleteAppInstanceUser" "Amazonka.Chime.DeleteAppInstanceUser" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DeleteAppInstanceUser'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appInstanceUserArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteAppInstanceUser Source #

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

DeleteAppInstanceUser, deleteAppInstanceUser_appInstanceUserArn - The ARN of the user request being deleted.

data DeleteAppInstanceUserResponse Source #

See: newDeleteAppInstanceUserResponse smart constructor.

Instances

Instances details
Generic DeleteAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceUser

Associated Types

type Rep DeleteAppInstanceUserResponse :: Type -> Type #

Read DeleteAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceUser

Show DeleteAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceUser

NFData DeleteAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceUser

Eq DeleteAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceUser

type Rep DeleteAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceUser

type Rep DeleteAppInstanceUserResponse = D1 ('MetaData "DeleteAppInstanceUserResponse" "Amazonka.Chime.DeleteAppInstanceUser" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DeleteAppInstanceUserResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteAppInstanceUserResponse :: DeleteAppInstanceUserResponse Source #

Create a value of DeleteAppInstanceUserResponse with all optional fields omitted.

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

DeleteAttendee

data DeleteAttendee Source #

See: newDeleteAttendee smart constructor.

Constructors

DeleteAttendee' Text Text 

Instances

Instances details
ToHeaders DeleteAttendee Source # 
Instance details

Defined in Amazonka.Chime.DeleteAttendee

ToPath DeleteAttendee Source # 
Instance details

Defined in Amazonka.Chime.DeleteAttendee

ToQuery DeleteAttendee Source # 
Instance details

Defined in Amazonka.Chime.DeleteAttendee

AWSRequest DeleteAttendee Source # 
Instance details

Defined in Amazonka.Chime.DeleteAttendee

Associated Types

type AWSResponse DeleteAttendee #

Generic DeleteAttendee Source # 
Instance details

Defined in Amazonka.Chime.DeleteAttendee

Associated Types

type Rep DeleteAttendee :: Type -> Type #

Read DeleteAttendee Source # 
Instance details

Defined in Amazonka.Chime.DeleteAttendee

Show DeleteAttendee Source # 
Instance details

Defined in Amazonka.Chime.DeleteAttendee

NFData DeleteAttendee Source # 
Instance details

Defined in Amazonka.Chime.DeleteAttendee

Methods

rnf :: DeleteAttendee -> () #

Eq DeleteAttendee Source # 
Instance details

Defined in Amazonka.Chime.DeleteAttendee

Hashable DeleteAttendee Source # 
Instance details

Defined in Amazonka.Chime.DeleteAttendee

type AWSResponse DeleteAttendee Source # 
Instance details

Defined in Amazonka.Chime.DeleteAttendee

type Rep DeleteAttendee Source # 
Instance details

Defined in Amazonka.Chime.DeleteAttendee

type Rep DeleteAttendee = D1 ('MetaData "DeleteAttendee" "Amazonka.Chime.DeleteAttendee" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" '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.Chime.DeleteAttendee

Associated Types

type Rep DeleteAttendeeResponse :: Type -> Type #

Read DeleteAttendeeResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteAttendee

Show DeleteAttendeeResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteAttendee

NFData DeleteAttendeeResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteAttendee

Methods

rnf :: DeleteAttendeeResponse -> () #

Eq DeleteAttendeeResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteAttendee

type Rep DeleteAttendeeResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteAttendee

type Rep DeleteAttendeeResponse = D1 ('MetaData "DeleteAttendeeResponse" "Amazonka.Chime.DeleteAttendee" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" '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.

DeleteChannel

data DeleteChannel Source #

See: newDeleteChannel smart constructor.

Constructors

DeleteChannel' (Maybe Text) Text 

Instances

Instances details
ToHeaders DeleteChannel Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannel

ToPath DeleteChannel Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannel

ToQuery DeleteChannel Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannel

AWSRequest DeleteChannel Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannel

Associated Types

type AWSResponse DeleteChannel #

Generic DeleteChannel Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannel

Associated Types

type Rep DeleteChannel :: Type -> Type #

Read DeleteChannel Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannel

Show DeleteChannel Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannel

NFData DeleteChannel Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannel

Methods

rnf :: DeleteChannel -> () #

Eq DeleteChannel Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannel

Hashable DeleteChannel Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannel

type AWSResponse DeleteChannel Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannel

type Rep DeleteChannel Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannel

type Rep DeleteChannel = D1 ('MetaData "DeleteChannel" "Amazonka.Chime.DeleteChannel" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DeleteChannel'" 'PrefixI 'True) (S1 ('MetaSel ('Just "chimeBearer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "channelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteChannel Source #

Create a value of DeleteChannel 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:chimeBearer:DeleteChannel', deleteChannel_chimeBearer - The AppInstanceUserArn of the user that makes the API call.

DeleteChannel, deleteChannel_channelArn - The ARN of the channel being deleted.

data DeleteChannelResponse Source #

See: newDeleteChannelResponse smart constructor.

Instances

Instances details
Generic DeleteChannelResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannel

Associated Types

type Rep DeleteChannelResponse :: Type -> Type #

Read DeleteChannelResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannel

Show DeleteChannelResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannel

NFData DeleteChannelResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannel

Methods

rnf :: DeleteChannelResponse -> () #

Eq DeleteChannelResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannel

type Rep DeleteChannelResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannel

type Rep DeleteChannelResponse = D1 ('MetaData "DeleteChannelResponse" "Amazonka.Chime.DeleteChannel" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DeleteChannelResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteChannelResponse :: DeleteChannelResponse Source #

Create a value of DeleteChannelResponse with all optional fields omitted.

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

DeleteChannelBan

data DeleteChannelBan Source #

See: newDeleteChannelBan smart constructor.

Instances

Instances details
ToHeaders DeleteChannelBan Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelBan

ToPath DeleteChannelBan Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelBan

ToQuery DeleteChannelBan Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelBan

AWSRequest DeleteChannelBan Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelBan

Associated Types

type AWSResponse DeleteChannelBan #

Generic DeleteChannelBan Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelBan

Associated Types

type Rep DeleteChannelBan :: Type -> Type #

Read DeleteChannelBan Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelBan

Show DeleteChannelBan Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelBan

NFData DeleteChannelBan Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelBan

Methods

rnf :: DeleteChannelBan -> () #

Eq DeleteChannelBan Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelBan

Hashable DeleteChannelBan Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelBan

type AWSResponse DeleteChannelBan Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelBan

type Rep DeleteChannelBan Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelBan

type Rep DeleteChannelBan = D1 ('MetaData "DeleteChannelBan" "Amazonka.Chime.DeleteChannelBan" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DeleteChannelBan'" 'PrefixI 'True) (S1 ('MetaSel ('Just "chimeBearer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "channelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "memberArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDeleteChannelBan Source #

Create a value of DeleteChannelBan 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:chimeBearer:DeleteChannelBan', deleteChannelBan_chimeBearer - The AppInstanceUserArn of the user that makes the API call.

DeleteChannelBan, deleteChannelBan_channelArn - The ARN of the channel from which the AppInstanceUser was banned.

DeleteChannelBan, deleteChannelBan_memberArn - The ARN of the AppInstanceUser that you want to reinstate.

data DeleteChannelBanResponse Source #

See: newDeleteChannelBanResponse smart constructor.

Instances

Instances details
Generic DeleteChannelBanResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelBan

Associated Types

type Rep DeleteChannelBanResponse :: Type -> Type #

Read DeleteChannelBanResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelBan

Show DeleteChannelBanResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelBan

NFData DeleteChannelBanResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelBan

Eq DeleteChannelBanResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelBan

type Rep DeleteChannelBanResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelBan

type Rep DeleteChannelBanResponse = D1 ('MetaData "DeleteChannelBanResponse" "Amazonka.Chime.DeleteChannelBan" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DeleteChannelBanResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteChannelBanResponse :: DeleteChannelBanResponse Source #

Create a value of DeleteChannelBanResponse with all optional fields omitted.

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

DeleteChannelMembership

data DeleteChannelMembership Source #

See: newDeleteChannelMembership smart constructor.

Instances

Instances details
ToHeaders DeleteChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelMembership

ToPath DeleteChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelMembership

ToQuery DeleteChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelMembership

AWSRequest DeleteChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelMembership

Generic DeleteChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelMembership

Associated Types

type Rep DeleteChannelMembership :: Type -> Type #

Read DeleteChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelMembership

Show DeleteChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelMembership

NFData DeleteChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelMembership

Methods

rnf :: DeleteChannelMembership -> () #

Eq DeleteChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelMembership

Hashable DeleteChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelMembership

type AWSResponse DeleteChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelMembership

type Rep DeleteChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelMembership

type Rep DeleteChannelMembership = D1 ('MetaData "DeleteChannelMembership" "Amazonka.Chime.DeleteChannelMembership" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DeleteChannelMembership'" 'PrefixI 'True) (S1 ('MetaSel ('Just "chimeBearer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "channelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "memberArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDeleteChannelMembership Source #

Create a value of DeleteChannelMembership 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:chimeBearer:DeleteChannelMembership', deleteChannelMembership_chimeBearer - The AppInstanceUserArn of the user that makes the API call.

DeleteChannelMembership, deleteChannelMembership_channelArn - The ARN of the channel from which you want to remove the user.

DeleteChannelMembership, deleteChannelMembership_memberArn - The ARN of the member that you're removing from the channel.

data DeleteChannelMembershipResponse Source #

See: newDeleteChannelMembershipResponse smart constructor.

Instances

Instances details
Generic DeleteChannelMembershipResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelMembership

Associated Types

type Rep DeleteChannelMembershipResponse :: Type -> Type #

Read DeleteChannelMembershipResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelMembership

Show DeleteChannelMembershipResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelMembership

NFData DeleteChannelMembershipResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelMembership

Eq DeleteChannelMembershipResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelMembership

type Rep DeleteChannelMembershipResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelMembership

type Rep DeleteChannelMembershipResponse = D1 ('MetaData "DeleteChannelMembershipResponse" "Amazonka.Chime.DeleteChannelMembership" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DeleteChannelMembershipResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteChannelMembershipResponse :: DeleteChannelMembershipResponse Source #

Create a value of DeleteChannelMembershipResponse with all optional fields omitted.

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

DeleteChannelMessage

data DeleteChannelMessage Source #

See: newDeleteChannelMessage smart constructor.

Instances

Instances details
ToHeaders DeleteChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelMessage

ToPath DeleteChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelMessage

ToQuery DeleteChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelMessage

AWSRequest DeleteChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelMessage

Associated Types

type AWSResponse DeleteChannelMessage #

Generic DeleteChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelMessage

Associated Types

type Rep DeleteChannelMessage :: Type -> Type #

Read DeleteChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelMessage

Show DeleteChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelMessage

NFData DeleteChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelMessage

Methods

rnf :: DeleteChannelMessage -> () #

Eq DeleteChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelMessage

Hashable DeleteChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelMessage

type AWSResponse DeleteChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelMessage

type Rep DeleteChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelMessage

type Rep DeleteChannelMessage = D1 ('MetaData "DeleteChannelMessage" "Amazonka.Chime.DeleteChannelMessage" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DeleteChannelMessage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "chimeBearer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "channelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "messageId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDeleteChannelMessage Source #

Create a value of DeleteChannelMessage 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:chimeBearer:DeleteChannelMessage', deleteChannelMessage_chimeBearer - The AppInstanceUserArn of the user that makes the API call.

DeleteChannelMessage, deleteChannelMessage_channelArn - The ARN of the channel.

DeleteChannelMessage, deleteChannelMessage_messageId - The ID of the message being deleted.

data DeleteChannelMessageResponse Source #

See: newDeleteChannelMessageResponse smart constructor.

Instances

Instances details
Generic DeleteChannelMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelMessage

Associated Types

type Rep DeleteChannelMessageResponse :: Type -> Type #

Read DeleteChannelMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelMessage

Show DeleteChannelMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelMessage

NFData DeleteChannelMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelMessage

Eq DeleteChannelMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelMessage

type Rep DeleteChannelMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelMessage

type Rep DeleteChannelMessageResponse = D1 ('MetaData "DeleteChannelMessageResponse" "Amazonka.Chime.DeleteChannelMessage" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DeleteChannelMessageResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteChannelMessageResponse :: DeleteChannelMessageResponse Source #

Create a value of DeleteChannelMessageResponse with all optional fields omitted.

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

DeleteChannelModerator

data DeleteChannelModerator Source #

See: newDeleteChannelModerator smart constructor.

Instances

Instances details
ToHeaders DeleteChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelModerator

ToPath DeleteChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelModerator

ToQuery DeleteChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelModerator

AWSRequest DeleteChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelModerator

Associated Types

type AWSResponse DeleteChannelModerator #

Generic DeleteChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelModerator

Associated Types

type Rep DeleteChannelModerator :: Type -> Type #

Read DeleteChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelModerator

Show DeleteChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelModerator

NFData DeleteChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelModerator

Methods

rnf :: DeleteChannelModerator -> () #

Eq DeleteChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelModerator

Hashable DeleteChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelModerator

type AWSResponse DeleteChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelModerator

type Rep DeleteChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelModerator

type Rep DeleteChannelModerator = D1 ('MetaData "DeleteChannelModerator" "Amazonka.Chime.DeleteChannelModerator" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DeleteChannelModerator'" 'PrefixI 'True) (S1 ('MetaSel ('Just "chimeBearer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "channelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "channelModeratorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDeleteChannelModerator Source #

Create a value of DeleteChannelModerator 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:chimeBearer:DeleteChannelModerator', deleteChannelModerator_chimeBearer - The AppInstanceUserArn of the user that makes the API call.

DeleteChannelModerator, deleteChannelModerator_channelArn - The ARN of the channel.

$sel:channelModeratorArn:DeleteChannelModerator', deleteChannelModerator_channelModeratorArn - The ARN of the moderator being deleted.

data DeleteChannelModeratorResponse Source #

See: newDeleteChannelModeratorResponse smart constructor.

Instances

Instances details
Generic DeleteChannelModeratorResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelModerator

Associated Types

type Rep DeleteChannelModeratorResponse :: Type -> Type #

Read DeleteChannelModeratorResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelModerator

Show DeleteChannelModeratorResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelModerator

NFData DeleteChannelModeratorResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelModerator

Eq DeleteChannelModeratorResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelModerator

type Rep DeleteChannelModeratorResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelModerator

type Rep DeleteChannelModeratorResponse = D1 ('MetaData "DeleteChannelModeratorResponse" "Amazonka.Chime.DeleteChannelModerator" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DeleteChannelModeratorResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteChannelModeratorResponse :: DeleteChannelModeratorResponse Source #

Create a value of DeleteChannelModeratorResponse with all optional fields omitted.

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

DeleteEventsConfiguration

data DeleteEventsConfiguration Source #

See: newDeleteEventsConfiguration smart constructor.

Instances

Instances details
ToHeaders DeleteEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.DeleteEventsConfiguration

ToPath DeleteEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.DeleteEventsConfiguration

ToQuery DeleteEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.DeleteEventsConfiguration

AWSRequest DeleteEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.DeleteEventsConfiguration

Generic DeleteEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.DeleteEventsConfiguration

Associated Types

type Rep DeleteEventsConfiguration :: Type -> Type #

Read DeleteEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.DeleteEventsConfiguration

Show DeleteEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.DeleteEventsConfiguration

NFData DeleteEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.DeleteEventsConfiguration

Eq DeleteEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.DeleteEventsConfiguration

Hashable DeleteEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.DeleteEventsConfiguration

type AWSResponse DeleteEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.DeleteEventsConfiguration

type Rep DeleteEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.DeleteEventsConfiguration

type Rep DeleteEventsConfiguration = D1 ('MetaData "DeleteEventsConfiguration" "Amazonka.Chime.DeleteEventsConfiguration" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DeleteEventsConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "botId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteEventsConfiguration Source #

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

DeleteEventsConfiguration, deleteEventsConfiguration_accountId - The Amazon Chime account ID.

DeleteEventsConfiguration, deleteEventsConfiguration_botId - The bot ID.

data DeleteEventsConfigurationResponse Source #

See: newDeleteEventsConfigurationResponse smart constructor.

Instances

Instances details
Generic DeleteEventsConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteEventsConfiguration

Associated Types

type Rep DeleteEventsConfigurationResponse :: Type -> Type #

Read DeleteEventsConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteEventsConfiguration

Show DeleteEventsConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteEventsConfiguration

NFData DeleteEventsConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteEventsConfiguration

Eq DeleteEventsConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteEventsConfiguration

type Rep DeleteEventsConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteEventsConfiguration

type Rep DeleteEventsConfigurationResponse = D1 ('MetaData "DeleteEventsConfigurationResponse" "Amazonka.Chime.DeleteEventsConfiguration" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DeleteEventsConfigurationResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteEventsConfigurationResponse :: DeleteEventsConfigurationResponse Source #

Create a value of DeleteEventsConfigurationResponse with all optional fields omitted.

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

DeleteMediaCapturePipeline

data DeleteMediaCapturePipeline Source #

See: newDeleteMediaCapturePipeline smart constructor.

Instances

Instances details
ToHeaders DeleteMediaCapturePipeline Source # 
Instance details

Defined in Amazonka.Chime.DeleteMediaCapturePipeline

ToPath DeleteMediaCapturePipeline Source # 
Instance details

Defined in Amazonka.Chime.DeleteMediaCapturePipeline

ToQuery DeleteMediaCapturePipeline Source # 
Instance details

Defined in Amazonka.Chime.DeleteMediaCapturePipeline

AWSRequest DeleteMediaCapturePipeline Source # 
Instance details

Defined in Amazonka.Chime.DeleteMediaCapturePipeline

Generic DeleteMediaCapturePipeline Source # 
Instance details

Defined in Amazonka.Chime.DeleteMediaCapturePipeline

Associated Types

type Rep DeleteMediaCapturePipeline :: Type -> Type #

Read DeleteMediaCapturePipeline Source # 
Instance details

Defined in Amazonka.Chime.DeleteMediaCapturePipeline

Show DeleteMediaCapturePipeline Source # 
Instance details

Defined in Amazonka.Chime.DeleteMediaCapturePipeline

NFData DeleteMediaCapturePipeline Source # 
Instance details

Defined in Amazonka.Chime.DeleteMediaCapturePipeline

Eq DeleteMediaCapturePipeline Source # 
Instance details

Defined in Amazonka.Chime.DeleteMediaCapturePipeline

Hashable DeleteMediaCapturePipeline Source # 
Instance details

Defined in Amazonka.Chime.DeleteMediaCapturePipeline

type AWSResponse DeleteMediaCapturePipeline Source # 
Instance details

Defined in Amazonka.Chime.DeleteMediaCapturePipeline

type Rep DeleteMediaCapturePipeline Source # 
Instance details

Defined in Amazonka.Chime.DeleteMediaCapturePipeline

type Rep DeleteMediaCapturePipeline = D1 ('MetaData "DeleteMediaCapturePipeline" "Amazonka.Chime.DeleteMediaCapturePipeline" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DeleteMediaCapturePipeline'" 'PrefixI 'True) (S1 ('MetaSel ('Just "mediaPipelineId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteMediaCapturePipeline Source #

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

DeleteMediaCapturePipeline, deleteMediaCapturePipeline_mediaPipelineId - The ID of the media capture pipeline being deleted.

data DeleteMediaCapturePipelineResponse Source #

Instances

Instances details
Generic DeleteMediaCapturePipelineResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteMediaCapturePipeline

Associated Types

type Rep DeleteMediaCapturePipelineResponse :: Type -> Type #

Read DeleteMediaCapturePipelineResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteMediaCapturePipeline

Show DeleteMediaCapturePipelineResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteMediaCapturePipeline

NFData DeleteMediaCapturePipelineResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteMediaCapturePipeline

Eq DeleteMediaCapturePipelineResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteMediaCapturePipeline

type Rep DeleteMediaCapturePipelineResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteMediaCapturePipeline

type Rep DeleteMediaCapturePipelineResponse = D1 ('MetaData "DeleteMediaCapturePipelineResponse" "Amazonka.Chime.DeleteMediaCapturePipeline" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DeleteMediaCapturePipelineResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteMediaCapturePipelineResponse :: DeleteMediaCapturePipelineResponse Source #

Create a value of DeleteMediaCapturePipelineResponse 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.Chime.DeleteMeeting

ToPath DeleteMeeting Source # 
Instance details

Defined in Amazonka.Chime.DeleteMeeting

ToQuery DeleteMeeting Source # 
Instance details

Defined in Amazonka.Chime.DeleteMeeting

AWSRequest DeleteMeeting Source # 
Instance details

Defined in Amazonka.Chime.DeleteMeeting

Associated Types

type AWSResponse DeleteMeeting #

Generic DeleteMeeting Source # 
Instance details

Defined in Amazonka.Chime.DeleteMeeting

Associated Types

type Rep DeleteMeeting :: Type -> Type #

Read DeleteMeeting Source # 
Instance details

Defined in Amazonka.Chime.DeleteMeeting

Show DeleteMeeting Source # 
Instance details

Defined in Amazonka.Chime.DeleteMeeting

NFData DeleteMeeting Source # 
Instance details

Defined in Amazonka.Chime.DeleteMeeting

Methods

rnf :: DeleteMeeting -> () #

Eq DeleteMeeting Source # 
Instance details

Defined in Amazonka.Chime.DeleteMeeting

Hashable DeleteMeeting Source # 
Instance details

Defined in Amazonka.Chime.DeleteMeeting

type AWSResponse DeleteMeeting Source # 
Instance details

Defined in Amazonka.Chime.DeleteMeeting

type Rep DeleteMeeting Source # 
Instance details

Defined in Amazonka.Chime.DeleteMeeting

type Rep DeleteMeeting = D1 ('MetaData "DeleteMeeting" "Amazonka.Chime.DeleteMeeting" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" '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.Chime.DeleteMeeting

Associated Types

type Rep DeleteMeetingResponse :: Type -> Type #

Read DeleteMeetingResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteMeeting

Show DeleteMeetingResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteMeeting

NFData DeleteMeetingResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteMeeting

Methods

rnf :: DeleteMeetingResponse -> () #

Eq DeleteMeetingResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteMeeting

type Rep DeleteMeetingResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteMeeting

type Rep DeleteMeetingResponse = D1 ('MetaData "DeleteMeetingResponse" "Amazonka.Chime.DeleteMeeting" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" '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.

DeletePhoneNumber

data DeletePhoneNumber Source #

See: newDeletePhoneNumber smart constructor.

Constructors

DeletePhoneNumber' Text 

Instances

Instances details
ToHeaders DeletePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.DeletePhoneNumber

ToPath DeletePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.DeletePhoneNumber

ToQuery DeletePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.DeletePhoneNumber

AWSRequest DeletePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.DeletePhoneNumber

Associated Types

type AWSResponse DeletePhoneNumber #

Generic DeletePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.DeletePhoneNumber

Associated Types

type Rep DeletePhoneNumber :: Type -> Type #

Read DeletePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.DeletePhoneNumber

Show DeletePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.DeletePhoneNumber

NFData DeletePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.DeletePhoneNumber

Methods

rnf :: DeletePhoneNumber -> () #

Eq DeletePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.DeletePhoneNumber

Hashable DeletePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.DeletePhoneNumber

type AWSResponse DeletePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.DeletePhoneNumber

type Rep DeletePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.DeletePhoneNumber

type Rep DeletePhoneNumber = D1 ('MetaData "DeletePhoneNumber" "Amazonka.Chime.DeletePhoneNumber" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DeletePhoneNumber'" 'PrefixI 'True) (S1 ('MetaSel ('Just "phoneNumberId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeletePhoneNumber Source #

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

DeletePhoneNumber, deletePhoneNumber_phoneNumberId - The phone number ID.

data DeletePhoneNumberResponse Source #

See: newDeletePhoneNumberResponse smart constructor.

Instances

Instances details
Generic DeletePhoneNumberResponse Source # 
Instance details

Defined in Amazonka.Chime.DeletePhoneNumber

Associated Types

type Rep DeletePhoneNumberResponse :: Type -> Type #

Read DeletePhoneNumberResponse Source # 
Instance details

Defined in Amazonka.Chime.DeletePhoneNumber

Show DeletePhoneNumberResponse Source # 
Instance details

Defined in Amazonka.Chime.DeletePhoneNumber

NFData DeletePhoneNumberResponse Source # 
Instance details

Defined in Amazonka.Chime.DeletePhoneNumber

Eq DeletePhoneNumberResponse Source # 
Instance details

Defined in Amazonka.Chime.DeletePhoneNumber

type Rep DeletePhoneNumberResponse Source # 
Instance details

Defined in Amazonka.Chime.DeletePhoneNumber

type Rep DeletePhoneNumberResponse = D1 ('MetaData "DeletePhoneNumberResponse" "Amazonka.Chime.DeletePhoneNumber" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DeletePhoneNumberResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeletePhoneNumberResponse :: DeletePhoneNumberResponse Source #

Create a value of DeletePhoneNumberResponse with all optional fields omitted.

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

DeleteProxySession

data DeleteProxySession Source #

See: newDeleteProxySession smart constructor.

Instances

Instances details
ToHeaders DeleteProxySession Source # 
Instance details

Defined in Amazonka.Chime.DeleteProxySession

ToPath DeleteProxySession Source # 
Instance details

Defined in Amazonka.Chime.DeleteProxySession

ToQuery DeleteProxySession Source # 
Instance details

Defined in Amazonka.Chime.DeleteProxySession

AWSRequest DeleteProxySession Source # 
Instance details

Defined in Amazonka.Chime.DeleteProxySession

Associated Types

type AWSResponse DeleteProxySession #

Generic DeleteProxySession Source # 
Instance details

Defined in Amazonka.Chime.DeleteProxySession

Associated Types

type Rep DeleteProxySession :: Type -> Type #

Read DeleteProxySession Source # 
Instance details

Defined in Amazonka.Chime.DeleteProxySession

Show DeleteProxySession Source # 
Instance details

Defined in Amazonka.Chime.DeleteProxySession

NFData DeleteProxySession Source # 
Instance details

Defined in Amazonka.Chime.DeleteProxySession

Methods

rnf :: DeleteProxySession -> () #

Eq DeleteProxySession Source # 
Instance details

Defined in Amazonka.Chime.DeleteProxySession

Hashable DeleteProxySession Source # 
Instance details

Defined in Amazonka.Chime.DeleteProxySession

type AWSResponse DeleteProxySession Source # 
Instance details

Defined in Amazonka.Chime.DeleteProxySession

type Rep DeleteProxySession Source # 
Instance details

Defined in Amazonka.Chime.DeleteProxySession

type Rep DeleteProxySession = D1 ('MetaData "DeleteProxySession" "Amazonka.Chime.DeleteProxySession" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DeleteProxySession'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "proxySessionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteProxySession Source #

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

DeleteProxySession, deleteProxySession_voiceConnectorId - The Amazon Chime voice connector ID.

DeleteProxySession, deleteProxySession_proxySessionId - The proxy session ID.

data DeleteProxySessionResponse Source #

See: newDeleteProxySessionResponse smart constructor.

Instances

Instances details
Generic DeleteProxySessionResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteProxySession

Associated Types

type Rep DeleteProxySessionResponse :: Type -> Type #

Read DeleteProxySessionResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteProxySession

Show DeleteProxySessionResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteProxySession

NFData DeleteProxySessionResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteProxySession

Eq DeleteProxySessionResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteProxySession

type Rep DeleteProxySessionResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteProxySession

type Rep DeleteProxySessionResponse = D1 ('MetaData "DeleteProxySessionResponse" "Amazonka.Chime.DeleteProxySession" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DeleteProxySessionResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteProxySessionResponse :: DeleteProxySessionResponse Source #

Create a value of DeleteProxySessionResponse with all optional fields omitted.

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

DeleteRoom

data DeleteRoom Source #

See: newDeleteRoom smart constructor.

Constructors

DeleteRoom' Text Text 

Instances

Instances details
ToHeaders DeleteRoom Source # 
Instance details

Defined in Amazonka.Chime.DeleteRoom

Methods

toHeaders :: DeleteRoom -> [Header] #

ToPath DeleteRoom Source # 
Instance details

Defined in Amazonka.Chime.DeleteRoom

ToQuery DeleteRoom Source # 
Instance details

Defined in Amazonka.Chime.DeleteRoom

AWSRequest DeleteRoom Source # 
Instance details

Defined in Amazonka.Chime.DeleteRoom

Associated Types

type AWSResponse DeleteRoom #

Generic DeleteRoom Source # 
Instance details

Defined in Amazonka.Chime.DeleteRoom

Associated Types

type Rep DeleteRoom :: Type -> Type #

Read DeleteRoom Source # 
Instance details

Defined in Amazonka.Chime.DeleteRoom

Show DeleteRoom Source # 
Instance details

Defined in Amazonka.Chime.DeleteRoom

NFData DeleteRoom Source # 
Instance details

Defined in Amazonka.Chime.DeleteRoom

Methods

rnf :: DeleteRoom -> () #

Eq DeleteRoom Source # 
Instance details

Defined in Amazonka.Chime.DeleteRoom

Hashable DeleteRoom Source # 
Instance details

Defined in Amazonka.Chime.DeleteRoom

type AWSResponse DeleteRoom Source # 
Instance details

Defined in Amazonka.Chime.DeleteRoom

type Rep DeleteRoom Source # 
Instance details

Defined in Amazonka.Chime.DeleteRoom

type Rep DeleteRoom = D1 ('MetaData "DeleteRoom" "Amazonka.Chime.DeleteRoom" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DeleteRoom'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "roomId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteRoom Source #

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

DeleteRoom, deleteRoom_accountId - The Amazon Chime account ID.

DeleteRoom, deleteRoom_roomId - The chat room ID.

data DeleteRoomResponse Source #

See: newDeleteRoomResponse smart constructor.

Constructors

DeleteRoomResponse' 

Instances

Instances details
Generic DeleteRoomResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteRoom

Associated Types

type Rep DeleteRoomResponse :: Type -> Type #

Read DeleteRoomResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteRoom

Show DeleteRoomResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteRoom

NFData DeleteRoomResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteRoom

Methods

rnf :: DeleteRoomResponse -> () #

Eq DeleteRoomResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteRoom

type Rep DeleteRoomResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteRoom

type Rep DeleteRoomResponse = D1 ('MetaData "DeleteRoomResponse" "Amazonka.Chime.DeleteRoom" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DeleteRoomResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteRoomResponse :: DeleteRoomResponse Source #

Create a value of DeleteRoomResponse with all optional fields omitted.

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

DeleteRoomMembership

data DeleteRoomMembership Source #

See: newDeleteRoomMembership smart constructor.

Instances

Instances details
ToHeaders DeleteRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.DeleteRoomMembership

ToPath DeleteRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.DeleteRoomMembership

ToQuery DeleteRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.DeleteRoomMembership

AWSRequest DeleteRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.DeleteRoomMembership

Associated Types

type AWSResponse DeleteRoomMembership #

Generic DeleteRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.DeleteRoomMembership

Associated Types

type Rep DeleteRoomMembership :: Type -> Type #

Read DeleteRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.DeleteRoomMembership

Show DeleteRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.DeleteRoomMembership

NFData DeleteRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.DeleteRoomMembership

Methods

rnf :: DeleteRoomMembership -> () #

Eq DeleteRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.DeleteRoomMembership

Hashable DeleteRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.DeleteRoomMembership

type AWSResponse DeleteRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.DeleteRoomMembership

type Rep DeleteRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.DeleteRoomMembership

type Rep DeleteRoomMembership = D1 ('MetaData "DeleteRoomMembership" "Amazonka.Chime.DeleteRoomMembership" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DeleteRoomMembership'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "roomId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "memberId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDeleteRoomMembership Source #

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

DeleteRoomMembership, deleteRoomMembership_accountId - The Amazon Chime account ID.

DeleteRoomMembership, deleteRoomMembership_roomId - The room ID.

DeleteRoomMembership, deleteRoomMembership_memberId - The member ID (user ID or bot ID).

data DeleteRoomMembershipResponse Source #

See: newDeleteRoomMembershipResponse smart constructor.

Instances

Instances details
Generic DeleteRoomMembershipResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteRoomMembership

Associated Types

type Rep DeleteRoomMembershipResponse :: Type -> Type #

Read DeleteRoomMembershipResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteRoomMembership

Show DeleteRoomMembershipResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteRoomMembership

NFData DeleteRoomMembershipResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteRoomMembership

Eq DeleteRoomMembershipResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteRoomMembership

type Rep DeleteRoomMembershipResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteRoomMembership

type Rep DeleteRoomMembershipResponse = D1 ('MetaData "DeleteRoomMembershipResponse" "Amazonka.Chime.DeleteRoomMembership" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DeleteRoomMembershipResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteRoomMembershipResponse :: DeleteRoomMembershipResponse Source #

Create a value of DeleteRoomMembershipResponse with all optional fields omitted.

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

DeleteSipMediaApplication

data DeleteSipMediaApplication Source #

See: newDeleteSipMediaApplication smart constructor.

Instances

Instances details
ToHeaders DeleteSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.DeleteSipMediaApplication

ToPath DeleteSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.DeleteSipMediaApplication

ToQuery DeleteSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.DeleteSipMediaApplication

AWSRequest DeleteSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.DeleteSipMediaApplication

Generic DeleteSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.DeleteSipMediaApplication

Associated Types

type Rep DeleteSipMediaApplication :: Type -> Type #

Read DeleteSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.DeleteSipMediaApplication

Show DeleteSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.DeleteSipMediaApplication

NFData DeleteSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.DeleteSipMediaApplication

Eq DeleteSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.DeleteSipMediaApplication

Hashable DeleteSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.DeleteSipMediaApplication

type AWSResponse DeleteSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.DeleteSipMediaApplication

type Rep DeleteSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.DeleteSipMediaApplication

type Rep DeleteSipMediaApplication = D1 ('MetaData "DeleteSipMediaApplication" "Amazonka.Chime.DeleteSipMediaApplication" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DeleteSipMediaApplication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sipMediaApplicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteSipMediaApplication Source #

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

DeleteSipMediaApplication, deleteSipMediaApplication_sipMediaApplicationId - The SIP media application ID.

data DeleteSipMediaApplicationResponse Source #

See: newDeleteSipMediaApplicationResponse smart constructor.

Instances

Instances details
Generic DeleteSipMediaApplicationResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteSipMediaApplication

Associated Types

type Rep DeleteSipMediaApplicationResponse :: Type -> Type #

Read DeleteSipMediaApplicationResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteSipMediaApplication

Show DeleteSipMediaApplicationResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteSipMediaApplication

NFData DeleteSipMediaApplicationResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteSipMediaApplication

Eq DeleteSipMediaApplicationResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteSipMediaApplication

type Rep DeleteSipMediaApplicationResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteSipMediaApplication

type Rep DeleteSipMediaApplicationResponse = D1 ('MetaData "DeleteSipMediaApplicationResponse" "Amazonka.Chime.DeleteSipMediaApplication" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DeleteSipMediaApplicationResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteSipMediaApplicationResponse :: DeleteSipMediaApplicationResponse Source #

Create a value of DeleteSipMediaApplicationResponse with all optional fields omitted.

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

DeleteSipRule

data DeleteSipRule Source #

See: newDeleteSipRule smart constructor.

Constructors

DeleteSipRule' Text 

Instances

Instances details
ToHeaders DeleteSipRule Source # 
Instance details

Defined in Amazonka.Chime.DeleteSipRule

ToPath DeleteSipRule Source # 
Instance details

Defined in Amazonka.Chime.DeleteSipRule

ToQuery DeleteSipRule Source # 
Instance details

Defined in Amazonka.Chime.DeleteSipRule

AWSRequest DeleteSipRule Source # 
Instance details

Defined in Amazonka.Chime.DeleteSipRule

Associated Types

type AWSResponse DeleteSipRule #

Generic DeleteSipRule Source # 
Instance details

Defined in Amazonka.Chime.DeleteSipRule

Associated Types

type Rep DeleteSipRule :: Type -> Type #

Read DeleteSipRule Source # 
Instance details

Defined in Amazonka.Chime.DeleteSipRule

Show DeleteSipRule Source # 
Instance details

Defined in Amazonka.Chime.DeleteSipRule

NFData DeleteSipRule Source # 
Instance details

Defined in Amazonka.Chime.DeleteSipRule

Methods

rnf :: DeleteSipRule -> () #

Eq DeleteSipRule Source # 
Instance details

Defined in Amazonka.Chime.DeleteSipRule

Hashable DeleteSipRule Source # 
Instance details

Defined in Amazonka.Chime.DeleteSipRule

type AWSResponse DeleteSipRule Source # 
Instance details

Defined in Amazonka.Chime.DeleteSipRule

type Rep DeleteSipRule Source # 
Instance details

Defined in Amazonka.Chime.DeleteSipRule

type Rep DeleteSipRule = D1 ('MetaData "DeleteSipRule" "Amazonka.Chime.DeleteSipRule" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DeleteSipRule'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sipRuleId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteSipRule Source #

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

DeleteSipRule, deleteSipRule_sipRuleId - The SIP rule ID.

data DeleteSipRuleResponse Source #

See: newDeleteSipRuleResponse smart constructor.

Instances

Instances details
Generic DeleteSipRuleResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteSipRule

Associated Types

type Rep DeleteSipRuleResponse :: Type -> Type #

Read DeleteSipRuleResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteSipRule

Show DeleteSipRuleResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteSipRule

NFData DeleteSipRuleResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteSipRule

Methods

rnf :: DeleteSipRuleResponse -> () #

Eq DeleteSipRuleResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteSipRule

type Rep DeleteSipRuleResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteSipRule

type Rep DeleteSipRuleResponse = D1 ('MetaData "DeleteSipRuleResponse" "Amazonka.Chime.DeleteSipRule" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DeleteSipRuleResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteSipRuleResponse :: DeleteSipRuleResponse Source #

Create a value of DeleteSipRuleResponse with all optional fields omitted.

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

DeleteVoiceConnector

data DeleteVoiceConnector Source #

See: newDeleteVoiceConnector smart constructor.

Instances

Instances details
ToHeaders DeleteVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnector

ToPath DeleteVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnector

ToQuery DeleteVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnector

AWSRequest DeleteVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnector

Associated Types

type AWSResponse DeleteVoiceConnector #

Generic DeleteVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnector

Associated Types

type Rep DeleteVoiceConnector :: Type -> Type #

Read DeleteVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnector

Show DeleteVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnector

NFData DeleteVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnector

Methods

rnf :: DeleteVoiceConnector -> () #

Eq DeleteVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnector

Hashable DeleteVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnector

type AWSResponse DeleteVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnector

type Rep DeleteVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnector

type Rep DeleteVoiceConnector = D1 ('MetaData "DeleteVoiceConnector" "Amazonka.Chime.DeleteVoiceConnector" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DeleteVoiceConnector'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteVoiceConnector Source #

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

DeleteVoiceConnector, deleteVoiceConnector_voiceConnectorId - The Amazon Chime Voice Connector ID.

data DeleteVoiceConnectorResponse Source #

See: newDeleteVoiceConnectorResponse smart constructor.

Instances

Instances details
Generic DeleteVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnector

Associated Types

type Rep DeleteVoiceConnectorResponse :: Type -> Type #

Read DeleteVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnector

Show DeleteVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnector

NFData DeleteVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnector

Eq DeleteVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnector

type Rep DeleteVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnector

type Rep DeleteVoiceConnectorResponse = D1 ('MetaData "DeleteVoiceConnectorResponse" "Amazonka.Chime.DeleteVoiceConnector" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DeleteVoiceConnectorResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteVoiceConnectorResponse :: DeleteVoiceConnectorResponse Source #

Create a value of DeleteVoiceConnectorResponse with all optional fields omitted.

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

DeleteVoiceConnectorEmergencyCallingConfiguration

data DeleteVoiceConnectorEmergencyCallingConfiguration Source #

Instances

Instances details
ToHeaders DeleteVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorEmergencyCallingConfiguration

ToPath DeleteVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorEmergencyCallingConfiguration

ToQuery DeleteVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorEmergencyCallingConfiguration

AWSRequest DeleteVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorEmergencyCallingConfiguration

Generic DeleteVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorEmergencyCallingConfiguration

Read DeleteVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorEmergencyCallingConfiguration

Show DeleteVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorEmergencyCallingConfiguration

NFData DeleteVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorEmergencyCallingConfiguration

Eq DeleteVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorEmergencyCallingConfiguration

Hashable DeleteVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorEmergencyCallingConfiguration

type AWSResponse DeleteVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorEmergencyCallingConfiguration

type Rep DeleteVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorEmergencyCallingConfiguration

type Rep DeleteVoiceConnectorEmergencyCallingConfiguration = D1 ('MetaData "DeleteVoiceConnectorEmergencyCallingConfiguration" "Amazonka.Chime.DeleteVoiceConnectorEmergencyCallingConfiguration" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DeleteVoiceConnectorEmergencyCallingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteVoiceConnectorEmergencyCallingConfiguration Source #

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

DeleteVoiceConnectorEmergencyCallingConfiguration, deleteVoiceConnectorEmergencyCallingConfiguration_voiceConnectorId - The Amazon Chime Voice Connector ID.

data DeleteVoiceConnectorEmergencyCallingConfigurationResponse Source #

Instances

Instances details
Generic DeleteVoiceConnectorEmergencyCallingConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorEmergencyCallingConfiguration

Read DeleteVoiceConnectorEmergencyCallingConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorEmergencyCallingConfiguration

Show DeleteVoiceConnectorEmergencyCallingConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorEmergencyCallingConfiguration

NFData DeleteVoiceConnectorEmergencyCallingConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorEmergencyCallingConfiguration

Eq DeleteVoiceConnectorEmergencyCallingConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorEmergencyCallingConfiguration

type Rep DeleteVoiceConnectorEmergencyCallingConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorEmergencyCallingConfiguration

type Rep DeleteVoiceConnectorEmergencyCallingConfigurationResponse = D1 ('MetaData "DeleteVoiceConnectorEmergencyCallingConfigurationResponse" "Amazonka.Chime.DeleteVoiceConnectorEmergencyCallingConfiguration" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DeleteVoiceConnectorEmergencyCallingConfigurationResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

DeleteVoiceConnectorGroup

data DeleteVoiceConnectorGroup Source #

See: newDeleteVoiceConnectorGroup smart constructor.

Instances

Instances details
ToHeaders DeleteVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorGroup

ToPath DeleteVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorGroup

ToQuery DeleteVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorGroup

AWSRequest DeleteVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorGroup

Generic DeleteVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorGroup

Associated Types

type Rep DeleteVoiceConnectorGroup :: Type -> Type #

Read DeleteVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorGroup

Show DeleteVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorGroup

NFData DeleteVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorGroup

Eq DeleteVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorGroup

Hashable DeleteVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorGroup

type AWSResponse DeleteVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorGroup

type Rep DeleteVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorGroup

type Rep DeleteVoiceConnectorGroup = D1 ('MetaData "DeleteVoiceConnectorGroup" "Amazonka.Chime.DeleteVoiceConnectorGroup" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DeleteVoiceConnectorGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteVoiceConnectorGroup Source #

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

DeleteVoiceConnectorGroup, deleteVoiceConnectorGroup_voiceConnectorGroupId - The Amazon Chime Voice Connector group ID.

data DeleteVoiceConnectorGroupResponse Source #

See: newDeleteVoiceConnectorGroupResponse smart constructor.

Instances

Instances details
Generic DeleteVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorGroup

Associated Types

type Rep DeleteVoiceConnectorGroupResponse :: Type -> Type #

Read DeleteVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorGroup

Show DeleteVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorGroup

NFData DeleteVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorGroup

Eq DeleteVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorGroup

type Rep DeleteVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorGroup

type Rep DeleteVoiceConnectorGroupResponse = D1 ('MetaData "DeleteVoiceConnectorGroupResponse" "Amazonka.Chime.DeleteVoiceConnectorGroup" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DeleteVoiceConnectorGroupResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteVoiceConnectorGroupResponse :: DeleteVoiceConnectorGroupResponse Source #

Create a value of DeleteVoiceConnectorGroupResponse with all optional fields omitted.

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

DeleteVoiceConnectorOrigination

data DeleteVoiceConnectorOrigination Source #

See: newDeleteVoiceConnectorOrigination smart constructor.

Instances

Instances details
ToHeaders DeleteVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorOrigination

ToPath DeleteVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorOrigination

ToQuery DeleteVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorOrigination

AWSRequest DeleteVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorOrigination

Generic DeleteVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorOrigination

Associated Types

type Rep DeleteVoiceConnectorOrigination :: Type -> Type #

Read DeleteVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorOrigination

Show DeleteVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorOrigination

NFData DeleteVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorOrigination

Eq DeleteVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorOrigination

Hashable DeleteVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorOrigination

type AWSResponse DeleteVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorOrigination

type Rep DeleteVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorOrigination

type Rep DeleteVoiceConnectorOrigination = D1 ('MetaData "DeleteVoiceConnectorOrigination" "Amazonka.Chime.DeleteVoiceConnectorOrigination" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DeleteVoiceConnectorOrigination'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteVoiceConnectorOrigination Source #

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

DeleteVoiceConnectorOrigination, deleteVoiceConnectorOrigination_voiceConnectorId - The Amazon Chime Voice Connector ID.

data DeleteVoiceConnectorOriginationResponse Source #

Instances

Instances details
Generic DeleteVoiceConnectorOriginationResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorOrigination

Read DeleteVoiceConnectorOriginationResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorOrigination

Show DeleteVoiceConnectorOriginationResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorOrigination

NFData DeleteVoiceConnectorOriginationResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorOrigination

Eq DeleteVoiceConnectorOriginationResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorOrigination

type Rep DeleteVoiceConnectorOriginationResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorOrigination

type Rep DeleteVoiceConnectorOriginationResponse = D1 ('MetaData "DeleteVoiceConnectorOriginationResponse" "Amazonka.Chime.DeleteVoiceConnectorOrigination" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DeleteVoiceConnectorOriginationResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteVoiceConnectorOriginationResponse :: DeleteVoiceConnectorOriginationResponse Source #

Create a value of DeleteVoiceConnectorOriginationResponse with all optional fields omitted.

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

DeleteVoiceConnectorProxy

data DeleteVoiceConnectorProxy Source #

See: newDeleteVoiceConnectorProxy smart constructor.

Instances

Instances details
ToHeaders DeleteVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorProxy

ToPath DeleteVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorProxy

ToQuery DeleteVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorProxy

AWSRequest DeleteVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorProxy

Generic DeleteVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorProxy

Associated Types

type Rep DeleteVoiceConnectorProxy :: Type -> Type #

Read DeleteVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorProxy

Show DeleteVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorProxy

NFData DeleteVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorProxy

Eq DeleteVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorProxy

Hashable DeleteVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorProxy

type AWSResponse DeleteVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorProxy

type Rep DeleteVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorProxy

type Rep DeleteVoiceConnectorProxy = D1 ('MetaData "DeleteVoiceConnectorProxy" "Amazonka.Chime.DeleteVoiceConnectorProxy" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DeleteVoiceConnectorProxy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteVoiceConnectorProxy Source #

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

DeleteVoiceConnectorProxy, deleteVoiceConnectorProxy_voiceConnectorId - The Amazon Chime Voice Connector ID.

data DeleteVoiceConnectorProxyResponse Source #

See: newDeleteVoiceConnectorProxyResponse smart constructor.

Instances

Instances details
Generic DeleteVoiceConnectorProxyResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorProxy

Associated Types

type Rep DeleteVoiceConnectorProxyResponse :: Type -> Type #

Read DeleteVoiceConnectorProxyResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorProxy

Show DeleteVoiceConnectorProxyResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorProxy

NFData DeleteVoiceConnectorProxyResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorProxy

Eq DeleteVoiceConnectorProxyResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorProxy

type Rep DeleteVoiceConnectorProxyResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorProxy

type Rep DeleteVoiceConnectorProxyResponse = D1 ('MetaData "DeleteVoiceConnectorProxyResponse" "Amazonka.Chime.DeleteVoiceConnectorProxy" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DeleteVoiceConnectorProxyResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteVoiceConnectorProxyResponse :: DeleteVoiceConnectorProxyResponse Source #

Create a value of DeleteVoiceConnectorProxyResponse with all optional fields omitted.

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

DeleteVoiceConnectorStreamingConfiguration

data DeleteVoiceConnectorStreamingConfiguration Source #

Instances

Instances details
ToHeaders DeleteVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorStreamingConfiguration

ToPath DeleteVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorStreamingConfiguration

ToQuery DeleteVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorStreamingConfiguration

AWSRequest DeleteVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorStreamingConfiguration

Generic DeleteVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorStreamingConfiguration

Read DeleteVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorStreamingConfiguration

Show DeleteVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorStreamingConfiguration

NFData DeleteVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorStreamingConfiguration

Eq DeleteVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorStreamingConfiguration

Hashable DeleteVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorStreamingConfiguration

type AWSResponse DeleteVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorStreamingConfiguration

type Rep DeleteVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorStreamingConfiguration

type Rep DeleteVoiceConnectorStreamingConfiguration = D1 ('MetaData "DeleteVoiceConnectorStreamingConfiguration" "Amazonka.Chime.DeleteVoiceConnectorStreamingConfiguration" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DeleteVoiceConnectorStreamingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteVoiceConnectorStreamingConfiguration Source #

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

DeleteVoiceConnectorStreamingConfiguration, deleteVoiceConnectorStreamingConfiguration_voiceConnectorId - The Amazon Chime Voice Connector ID.

data DeleteVoiceConnectorStreamingConfigurationResponse Source #

Instances

Instances details
Generic DeleteVoiceConnectorStreamingConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorStreamingConfiguration

Read DeleteVoiceConnectorStreamingConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorStreamingConfiguration

Show DeleteVoiceConnectorStreamingConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorStreamingConfiguration

NFData DeleteVoiceConnectorStreamingConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorStreamingConfiguration

Eq DeleteVoiceConnectorStreamingConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorStreamingConfiguration

type Rep DeleteVoiceConnectorStreamingConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorStreamingConfiguration

type Rep DeleteVoiceConnectorStreamingConfigurationResponse = D1 ('MetaData "DeleteVoiceConnectorStreamingConfigurationResponse" "Amazonka.Chime.DeleteVoiceConnectorStreamingConfiguration" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DeleteVoiceConnectorStreamingConfigurationResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

DeleteVoiceConnectorTermination

data DeleteVoiceConnectorTermination Source #

See: newDeleteVoiceConnectorTermination smart constructor.

Instances

Instances details
ToHeaders DeleteVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorTermination

ToPath DeleteVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorTermination

ToQuery DeleteVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorTermination

AWSRequest DeleteVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorTermination

Generic DeleteVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorTermination

Associated Types

type Rep DeleteVoiceConnectorTermination :: Type -> Type #

Read DeleteVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorTermination

Show DeleteVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorTermination

NFData DeleteVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorTermination

Eq DeleteVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorTermination

Hashable DeleteVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorTermination

type AWSResponse DeleteVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorTermination

type Rep DeleteVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorTermination

type Rep DeleteVoiceConnectorTermination = D1 ('MetaData "DeleteVoiceConnectorTermination" "Amazonka.Chime.DeleteVoiceConnectorTermination" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DeleteVoiceConnectorTermination'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteVoiceConnectorTermination Source #

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

DeleteVoiceConnectorTermination, deleteVoiceConnectorTermination_voiceConnectorId - The Amazon Chime Voice Connector ID.

data DeleteVoiceConnectorTerminationResponse Source #

Instances

Instances details
Generic DeleteVoiceConnectorTerminationResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorTermination

Read DeleteVoiceConnectorTerminationResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorTermination

Show DeleteVoiceConnectorTerminationResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorTermination

NFData DeleteVoiceConnectorTerminationResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorTermination

Eq DeleteVoiceConnectorTerminationResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorTermination

type Rep DeleteVoiceConnectorTerminationResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorTermination

type Rep DeleteVoiceConnectorTerminationResponse = D1 ('MetaData "DeleteVoiceConnectorTerminationResponse" "Amazonka.Chime.DeleteVoiceConnectorTermination" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DeleteVoiceConnectorTerminationResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteVoiceConnectorTerminationResponse :: DeleteVoiceConnectorTerminationResponse Source #

Create a value of DeleteVoiceConnectorTerminationResponse with all optional fields omitted.

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

DeleteVoiceConnectorTerminationCredentials

data DeleteVoiceConnectorTerminationCredentials Source #

Instances

Instances details
ToJSON DeleteVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorTerminationCredentials

ToHeaders DeleteVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorTerminationCredentials

ToPath DeleteVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorTerminationCredentials

ToQuery DeleteVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorTerminationCredentials

AWSRequest DeleteVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorTerminationCredentials

Generic DeleteVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorTerminationCredentials

Show DeleteVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorTerminationCredentials

NFData DeleteVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorTerminationCredentials

Eq DeleteVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorTerminationCredentials

Hashable DeleteVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorTerminationCredentials

type AWSResponse DeleteVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorTerminationCredentials

type Rep DeleteVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorTerminationCredentials

type Rep DeleteVoiceConnectorTerminationCredentials = D1 ('MetaData "DeleteVoiceConnectorTerminationCredentials" "Amazonka.Chime.DeleteVoiceConnectorTerminationCredentials" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DeleteVoiceConnectorTerminationCredentials'" 'PrefixI 'True) (S1 ('MetaSel ('Just "usernames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Sensitive Text]) :*: S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteVoiceConnectorTerminationCredentials Source #

Create a value of DeleteVoiceConnectorTerminationCredentials 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:usernames:DeleteVoiceConnectorTerminationCredentials', deleteVoiceConnectorTerminationCredentials_usernames - The RFC2617 compliant username associated with the SIP credentials, in US-ASCII format.

DeleteVoiceConnectorTerminationCredentials, deleteVoiceConnectorTerminationCredentials_voiceConnectorId - The Amazon Chime Voice Connector ID.

data DeleteVoiceConnectorTerminationCredentialsResponse Source #

Instances

Instances details
Generic DeleteVoiceConnectorTerminationCredentialsResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorTerminationCredentials

Read DeleteVoiceConnectorTerminationCredentialsResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorTerminationCredentials

Show DeleteVoiceConnectorTerminationCredentialsResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorTerminationCredentials

NFData DeleteVoiceConnectorTerminationCredentialsResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorTerminationCredentials

Eq DeleteVoiceConnectorTerminationCredentialsResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorTerminationCredentials

type Rep DeleteVoiceConnectorTerminationCredentialsResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorTerminationCredentials

type Rep DeleteVoiceConnectorTerminationCredentialsResponse = D1 ('MetaData "DeleteVoiceConnectorTerminationCredentialsResponse" "Amazonka.Chime.DeleteVoiceConnectorTerminationCredentials" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DeleteVoiceConnectorTerminationCredentialsResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

DescribeAppInstance

data DescribeAppInstance Source #

See: newDescribeAppInstance smart constructor.

Instances

Instances details
ToHeaders DescribeAppInstance Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstance

ToPath DescribeAppInstance Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstance

ToQuery DescribeAppInstance Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstance

AWSRequest DescribeAppInstance Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstance

Associated Types

type AWSResponse DescribeAppInstance #

Generic DescribeAppInstance Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstance

Associated Types

type Rep DescribeAppInstance :: Type -> Type #

Read DescribeAppInstance Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstance

Show DescribeAppInstance Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstance

NFData DescribeAppInstance Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstance

Methods

rnf :: DescribeAppInstance -> () #

Eq DescribeAppInstance Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstance

Hashable DescribeAppInstance Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstance

type AWSResponse DescribeAppInstance Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstance

type Rep DescribeAppInstance Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstance

type Rep DescribeAppInstance = D1 ('MetaData "DescribeAppInstance" "Amazonka.Chime.DescribeAppInstance" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DescribeAppInstance'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeAppInstance Source #

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

DescribeAppInstance, describeAppInstance_appInstanceArn - The ARN of the AppInstance.

data DescribeAppInstanceResponse Source #

See: newDescribeAppInstanceResponse smart constructor.

Instances

Instances details
Generic DescribeAppInstanceResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstance

Associated Types

type Rep DescribeAppInstanceResponse :: Type -> Type #

Show DescribeAppInstanceResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstance

NFData DescribeAppInstanceResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstance

Eq DescribeAppInstanceResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstance

type Rep DescribeAppInstanceResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstance

type Rep DescribeAppInstanceResponse = D1 ('MetaData "DescribeAppInstanceResponse" "Amazonka.Chime.DescribeAppInstance" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DescribeAppInstanceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appInstance") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AppInstance)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeAppInstanceResponse Source #

Create a value of DescribeAppInstanceResponse 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:appInstance:DescribeAppInstanceResponse', describeAppInstanceResponse_appInstance - The ARN, metadata, created and last-updated timestamps, and the name of the AppInstance. All timestamps use epoch milliseconds.

$sel:httpStatus:DescribeAppInstanceResponse', describeAppInstanceResponse_httpStatus - The response's http status code.

DescribeAppInstanceAdmin

data DescribeAppInstanceAdmin Source #

See: newDescribeAppInstanceAdmin smart constructor.

Instances

Instances details
ToHeaders DescribeAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstanceAdmin

ToPath DescribeAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstanceAdmin

ToQuery DescribeAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstanceAdmin

AWSRequest DescribeAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstanceAdmin

Generic DescribeAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstanceAdmin

Associated Types

type Rep DescribeAppInstanceAdmin :: Type -> Type #

Read DescribeAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstanceAdmin

Show DescribeAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstanceAdmin

NFData DescribeAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstanceAdmin

Eq DescribeAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstanceAdmin

Hashable DescribeAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstanceAdmin

type AWSResponse DescribeAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstanceAdmin

type Rep DescribeAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstanceAdmin

type Rep DescribeAppInstanceAdmin = D1 ('MetaData "DescribeAppInstanceAdmin" "Amazonka.Chime.DescribeAppInstanceAdmin" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DescribeAppInstanceAdmin'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appInstanceAdminArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "appInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeAppInstanceAdmin Source #

Create a value of DescribeAppInstanceAdmin 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:appInstanceAdminArn:DescribeAppInstanceAdmin', describeAppInstanceAdmin_appInstanceAdminArn - The ARN of the AppInstanceAdmin.

DescribeAppInstanceAdmin, describeAppInstanceAdmin_appInstanceArn - The ARN of the AppInstance.

data DescribeAppInstanceAdminResponse Source #

See: newDescribeAppInstanceAdminResponse smart constructor.

Instances

Instances details
Generic DescribeAppInstanceAdminResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstanceAdmin

Associated Types

type Rep DescribeAppInstanceAdminResponse :: Type -> Type #

Show DescribeAppInstanceAdminResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstanceAdmin

NFData DescribeAppInstanceAdminResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstanceAdmin

Eq DescribeAppInstanceAdminResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstanceAdmin

type Rep DescribeAppInstanceAdminResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstanceAdmin

type Rep DescribeAppInstanceAdminResponse = D1 ('MetaData "DescribeAppInstanceAdminResponse" "Amazonka.Chime.DescribeAppInstanceAdmin" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DescribeAppInstanceAdminResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appInstanceAdmin") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AppInstanceAdmin)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeAppInstanceAdminResponse Source #

Create a value of DescribeAppInstanceAdminResponse 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:appInstanceAdmin:DescribeAppInstanceAdminResponse', describeAppInstanceAdminResponse_appInstanceAdmin - The ARN and name of the AppInstanceUser, the ARN of the AppInstance, and the created and last-updated timestamps. All timestamps use epoch milliseconds.

$sel:httpStatus:DescribeAppInstanceAdminResponse', describeAppInstanceAdminResponse_httpStatus - The response's http status code.

DescribeAppInstanceUser

data DescribeAppInstanceUser Source #

See: newDescribeAppInstanceUser smart constructor.

Instances

Instances details
ToHeaders DescribeAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstanceUser

ToPath DescribeAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstanceUser

ToQuery DescribeAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstanceUser

AWSRequest DescribeAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstanceUser

Generic DescribeAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstanceUser

Associated Types

type Rep DescribeAppInstanceUser :: Type -> Type #

Read DescribeAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstanceUser

Show DescribeAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstanceUser

NFData DescribeAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstanceUser

Methods

rnf :: DescribeAppInstanceUser -> () #

Eq DescribeAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstanceUser

Hashable DescribeAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstanceUser

type AWSResponse DescribeAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstanceUser

type Rep DescribeAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstanceUser

type Rep DescribeAppInstanceUser = D1 ('MetaData "DescribeAppInstanceUser" "Amazonka.Chime.DescribeAppInstanceUser" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DescribeAppInstanceUser'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appInstanceUserArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeAppInstanceUser Source #

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

DescribeAppInstanceUser, describeAppInstanceUser_appInstanceUserArn - The ARN of the AppInstanceUser.

data DescribeAppInstanceUserResponse Source #

See: newDescribeAppInstanceUserResponse smart constructor.

Instances

Instances details
Generic DescribeAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstanceUser

Associated Types

type Rep DescribeAppInstanceUserResponse :: Type -> Type #

Show DescribeAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstanceUser

NFData DescribeAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstanceUser

Eq DescribeAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstanceUser

type Rep DescribeAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstanceUser

type Rep DescribeAppInstanceUserResponse = D1 ('MetaData "DescribeAppInstanceUserResponse" "Amazonka.Chime.DescribeAppInstanceUser" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DescribeAppInstanceUserResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appInstanceUser") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AppInstanceUser)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeAppInstanceUserResponse Source #

Create a value of DescribeAppInstanceUserResponse 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:appInstanceUser:DescribeAppInstanceUserResponse', describeAppInstanceUserResponse_appInstanceUser - The name of the AppInstanceUser.

$sel:httpStatus:DescribeAppInstanceUserResponse', describeAppInstanceUserResponse_httpStatus - The response's http status code.

DescribeChannel

data DescribeChannel Source #

See: newDescribeChannel smart constructor.

Instances

Instances details
ToHeaders DescribeChannel Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannel

ToPath DescribeChannel Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannel

ToQuery DescribeChannel Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannel

AWSRequest DescribeChannel Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannel

Associated Types

type AWSResponse DescribeChannel #

Generic DescribeChannel Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannel

Associated Types

type Rep DescribeChannel :: Type -> Type #

Read DescribeChannel Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannel

Show DescribeChannel Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannel

NFData DescribeChannel Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannel

Methods

rnf :: DescribeChannel -> () #

Eq DescribeChannel Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannel

Hashable DescribeChannel Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannel

type AWSResponse DescribeChannel Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannel

type Rep DescribeChannel Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannel

type Rep DescribeChannel = D1 ('MetaData "DescribeChannel" "Amazonka.Chime.DescribeChannel" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DescribeChannel'" 'PrefixI 'True) (S1 ('MetaSel ('Just "chimeBearer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "channelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeChannel Source #

Create a value of DescribeChannel 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:chimeBearer:DescribeChannel', describeChannel_chimeBearer - The AppInstanceUserArn of the user that makes the API call.

DescribeChannel, describeChannel_channelArn - The ARN of the channel.

data DescribeChannelResponse Source #

See: newDescribeChannelResponse smart constructor.

Instances

Instances details
Generic DescribeChannelResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannel

Associated Types

type Rep DescribeChannelResponse :: Type -> Type #

Show DescribeChannelResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannel

NFData DescribeChannelResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannel

Methods

rnf :: DescribeChannelResponse -> () #

Eq DescribeChannelResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannel

type Rep DescribeChannelResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannel

type Rep DescribeChannelResponse = D1 ('MetaData "DescribeChannelResponse" "Amazonka.Chime.DescribeChannel" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DescribeChannelResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "channel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Channel)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeChannelResponse Source #

Create a value of DescribeChannelResponse 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:channel:DescribeChannelResponse', describeChannelResponse_channel - The channel details.

$sel:httpStatus:DescribeChannelResponse', describeChannelResponse_httpStatus - The response's http status code.

DescribeChannelBan

data DescribeChannelBan Source #

See: newDescribeChannelBan smart constructor.

Instances

Instances details
ToHeaders DescribeChannelBan Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelBan

ToPath DescribeChannelBan Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelBan

ToQuery DescribeChannelBan Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelBan

AWSRequest DescribeChannelBan Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelBan

Associated Types

type AWSResponse DescribeChannelBan #

Generic DescribeChannelBan Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelBan

Associated Types

type Rep DescribeChannelBan :: Type -> Type #

Read DescribeChannelBan Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelBan

Show DescribeChannelBan Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelBan

NFData DescribeChannelBan Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelBan

Methods

rnf :: DescribeChannelBan -> () #

Eq DescribeChannelBan Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelBan

Hashable DescribeChannelBan Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelBan

type AWSResponse DescribeChannelBan Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelBan

type Rep DescribeChannelBan Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelBan

type Rep DescribeChannelBan = D1 ('MetaData "DescribeChannelBan" "Amazonka.Chime.DescribeChannelBan" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DescribeChannelBan'" 'PrefixI 'True) (S1 ('MetaSel ('Just "chimeBearer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "channelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "memberArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDescribeChannelBan Source #

Create a value of DescribeChannelBan 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:chimeBearer:DescribeChannelBan', describeChannelBan_chimeBearer - The AppInstanceUserArn of the user that makes the API call.

DescribeChannelBan, describeChannelBan_channelArn - The ARN of the channel from which the user is banned.

DescribeChannelBan, describeChannelBan_memberArn - The ARN of the member being banned.

data DescribeChannelBanResponse Source #

See: newDescribeChannelBanResponse smart constructor.

Instances

Instances details
Generic DescribeChannelBanResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelBan

Associated Types

type Rep DescribeChannelBanResponse :: Type -> Type #

Show DescribeChannelBanResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelBan

NFData DescribeChannelBanResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelBan

Eq DescribeChannelBanResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelBan

type Rep DescribeChannelBanResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelBan

type Rep DescribeChannelBanResponse = D1 ('MetaData "DescribeChannelBanResponse" "Amazonka.Chime.DescribeChannelBan" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DescribeChannelBanResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "channelBan") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChannelBan)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeChannelBanResponse Source #

Create a value of DescribeChannelBanResponse 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:channelBan:DescribeChannelBanResponse', describeChannelBanResponse_channelBan - The details of the ban.

$sel:httpStatus:DescribeChannelBanResponse', describeChannelBanResponse_httpStatus - The response's http status code.

DescribeChannelMembership

data DescribeChannelMembership Source #

See: newDescribeChannelMembership smart constructor.

Instances

Instances details
ToHeaders DescribeChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelMembership

ToPath DescribeChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelMembership

ToQuery DescribeChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelMembership

AWSRequest DescribeChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelMembership

Generic DescribeChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelMembership

Associated Types

type Rep DescribeChannelMembership :: Type -> Type #

Read DescribeChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelMembership

Show DescribeChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelMembership

NFData DescribeChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelMembership

Eq DescribeChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelMembership

Hashable DescribeChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelMembership

type AWSResponse DescribeChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelMembership

type Rep DescribeChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelMembership

type Rep DescribeChannelMembership = D1 ('MetaData "DescribeChannelMembership" "Amazonka.Chime.DescribeChannelMembership" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DescribeChannelMembership'" 'PrefixI 'True) (S1 ('MetaSel ('Just "chimeBearer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "channelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "memberArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDescribeChannelMembership Source #

Create a value of DescribeChannelMembership 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:chimeBearer:DescribeChannelMembership', describeChannelMembership_chimeBearer - The AppInstanceUserArn of the user that makes the API call.

DescribeChannelMembership, describeChannelMembership_channelArn - The ARN of the channel.

DescribeChannelMembership, describeChannelMembership_memberArn - The ARN of the member.

data DescribeChannelMembershipResponse Source #

See: newDescribeChannelMembershipResponse smart constructor.

Instances

Instances details
Generic DescribeChannelMembershipResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelMembership

Associated Types

type Rep DescribeChannelMembershipResponse :: Type -> Type #

Show DescribeChannelMembershipResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelMembership

NFData DescribeChannelMembershipResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelMembership

Eq DescribeChannelMembershipResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelMembership

type Rep DescribeChannelMembershipResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelMembership

type Rep DescribeChannelMembershipResponse = D1 ('MetaData "DescribeChannelMembershipResponse" "Amazonka.Chime.DescribeChannelMembership" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DescribeChannelMembershipResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "channelMembership") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChannelMembership)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeChannelMembershipResponse Source #

Create a value of DescribeChannelMembershipResponse 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:channelMembership:DescribeChannelMembershipResponse', describeChannelMembershipResponse_channelMembership - The details of the membership.

$sel:httpStatus:DescribeChannelMembershipResponse', describeChannelMembershipResponse_httpStatus - The response's http status code.

DescribeChannelMembershipForAppInstanceUser

data DescribeChannelMembershipForAppInstanceUser Source #

Instances

Instances details
ToHeaders DescribeChannelMembershipForAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelMembershipForAppInstanceUser

ToPath DescribeChannelMembershipForAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelMembershipForAppInstanceUser

ToQuery DescribeChannelMembershipForAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelMembershipForAppInstanceUser

AWSRequest DescribeChannelMembershipForAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelMembershipForAppInstanceUser

Generic DescribeChannelMembershipForAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelMembershipForAppInstanceUser

Read DescribeChannelMembershipForAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelMembershipForAppInstanceUser

Show DescribeChannelMembershipForAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelMembershipForAppInstanceUser

NFData DescribeChannelMembershipForAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelMembershipForAppInstanceUser

Eq DescribeChannelMembershipForAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelMembershipForAppInstanceUser

Hashable DescribeChannelMembershipForAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelMembershipForAppInstanceUser

type AWSResponse DescribeChannelMembershipForAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelMembershipForAppInstanceUser

type Rep DescribeChannelMembershipForAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelMembershipForAppInstanceUser

type Rep DescribeChannelMembershipForAppInstanceUser = D1 ('MetaData "DescribeChannelMembershipForAppInstanceUser" "Amazonka.Chime.DescribeChannelMembershipForAppInstanceUser" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DescribeChannelMembershipForAppInstanceUser'" 'PrefixI 'True) (S1 ('MetaSel ('Just "chimeBearer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "channelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "appInstanceUserArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDescribeChannelMembershipForAppInstanceUser Source #

Create a value of DescribeChannelMembershipForAppInstanceUser 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:chimeBearer:DescribeChannelMembershipForAppInstanceUser', describeChannelMembershipForAppInstanceUser_chimeBearer - The AppInstanceUserArn of the user that makes the API call.

DescribeChannelMembershipForAppInstanceUser, describeChannelMembershipForAppInstanceUser_channelArn - The ARN of the channel to which the user belongs.

DescribeChannelMembershipForAppInstanceUser, describeChannelMembershipForAppInstanceUser_appInstanceUserArn - The ARN of the user in a channel.

data DescribeChannelMembershipForAppInstanceUserResponse Source #

Instances

Instances details
Generic DescribeChannelMembershipForAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelMembershipForAppInstanceUser

Show DescribeChannelMembershipForAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelMembershipForAppInstanceUser

NFData DescribeChannelMembershipForAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelMembershipForAppInstanceUser

Eq DescribeChannelMembershipForAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelMembershipForAppInstanceUser

type Rep DescribeChannelMembershipForAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelMembershipForAppInstanceUser

type Rep DescribeChannelMembershipForAppInstanceUserResponse = D1 ('MetaData "DescribeChannelMembershipForAppInstanceUserResponse" "Amazonka.Chime.DescribeChannelMembershipForAppInstanceUser" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DescribeChannelMembershipForAppInstanceUserResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "channelMembership") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChannelMembershipForAppInstanceUserSummary)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

DescribeChannelModeratedByAppInstanceUser

data DescribeChannelModeratedByAppInstanceUser Source #

Instances

Instances details
ToHeaders DescribeChannelModeratedByAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelModeratedByAppInstanceUser

ToPath DescribeChannelModeratedByAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelModeratedByAppInstanceUser

ToQuery DescribeChannelModeratedByAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelModeratedByAppInstanceUser

AWSRequest DescribeChannelModeratedByAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelModeratedByAppInstanceUser

Generic DescribeChannelModeratedByAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelModeratedByAppInstanceUser

Read DescribeChannelModeratedByAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelModeratedByAppInstanceUser

Show DescribeChannelModeratedByAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelModeratedByAppInstanceUser

NFData DescribeChannelModeratedByAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelModeratedByAppInstanceUser

Eq DescribeChannelModeratedByAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelModeratedByAppInstanceUser

Hashable DescribeChannelModeratedByAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelModeratedByAppInstanceUser

type AWSResponse DescribeChannelModeratedByAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelModeratedByAppInstanceUser

type Rep DescribeChannelModeratedByAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelModeratedByAppInstanceUser

type Rep DescribeChannelModeratedByAppInstanceUser = D1 ('MetaData "DescribeChannelModeratedByAppInstanceUser" "Amazonka.Chime.DescribeChannelModeratedByAppInstanceUser" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DescribeChannelModeratedByAppInstanceUser'" 'PrefixI 'True) (S1 ('MetaSel ('Just "chimeBearer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "channelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "appInstanceUserArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDescribeChannelModeratedByAppInstanceUser Source #

Create a value of DescribeChannelModeratedByAppInstanceUser 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:chimeBearer:DescribeChannelModeratedByAppInstanceUser', describeChannelModeratedByAppInstanceUser_chimeBearer - The AppInstanceUserArn of the user that makes the API call.

DescribeChannelModeratedByAppInstanceUser, describeChannelModeratedByAppInstanceUser_channelArn - The ARN of the moderated channel.

DescribeChannelModeratedByAppInstanceUser, describeChannelModeratedByAppInstanceUser_appInstanceUserArn - The ARN of the AppInstanceUser in the moderated channel.

data DescribeChannelModeratedByAppInstanceUserResponse Source #

Instances

Instances details
Generic DescribeChannelModeratedByAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelModeratedByAppInstanceUser

Show DescribeChannelModeratedByAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelModeratedByAppInstanceUser

NFData DescribeChannelModeratedByAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelModeratedByAppInstanceUser

Eq DescribeChannelModeratedByAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelModeratedByAppInstanceUser

type Rep DescribeChannelModeratedByAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelModeratedByAppInstanceUser

type Rep DescribeChannelModeratedByAppInstanceUserResponse = D1 ('MetaData "DescribeChannelModeratedByAppInstanceUserResponse" "Amazonka.Chime.DescribeChannelModeratedByAppInstanceUser" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DescribeChannelModeratedByAppInstanceUserResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "channel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChannelModeratedByAppInstanceUserSummary)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

DescribeChannelModerator

data DescribeChannelModerator Source #

See: newDescribeChannelModerator smart constructor.

Instances

Instances details
ToHeaders DescribeChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelModerator

ToPath DescribeChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelModerator

ToQuery DescribeChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelModerator

AWSRequest DescribeChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelModerator

Generic DescribeChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelModerator

Associated Types

type Rep DescribeChannelModerator :: Type -> Type #

Read DescribeChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelModerator

Show DescribeChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelModerator

NFData DescribeChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelModerator

Eq DescribeChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelModerator

Hashable DescribeChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelModerator

type AWSResponse DescribeChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelModerator

type Rep DescribeChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelModerator

type Rep DescribeChannelModerator = D1 ('MetaData "DescribeChannelModerator" "Amazonka.Chime.DescribeChannelModerator" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DescribeChannelModerator'" 'PrefixI 'True) (S1 ('MetaSel ('Just "chimeBearer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "channelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "channelModeratorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDescribeChannelModerator Source #

Create a value of DescribeChannelModerator 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:chimeBearer:DescribeChannelModerator', describeChannelModerator_chimeBearer - The AppInstanceUserArn of the user that makes the API call.

DescribeChannelModerator, describeChannelModerator_channelArn - The ARN of the channel.

$sel:channelModeratorArn:DescribeChannelModerator', describeChannelModerator_channelModeratorArn - The ARN of the channel moderator.

data DescribeChannelModeratorResponse Source #

See: newDescribeChannelModeratorResponse smart constructor.

Instances

Instances details
Generic DescribeChannelModeratorResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelModerator

Associated Types

type Rep DescribeChannelModeratorResponse :: Type -> Type #

Show DescribeChannelModeratorResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelModerator

NFData DescribeChannelModeratorResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelModerator

Eq DescribeChannelModeratorResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelModerator

type Rep DescribeChannelModeratorResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelModerator

type Rep DescribeChannelModeratorResponse = D1 ('MetaData "DescribeChannelModeratorResponse" "Amazonka.Chime.DescribeChannelModerator" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DescribeChannelModeratorResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "channelModerator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChannelModerator)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeChannelModeratorResponse Source #

Create a value of DescribeChannelModeratorResponse 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:channelModerator:DescribeChannelModeratorResponse', describeChannelModeratorResponse_channelModerator - The details of the channel moderator.

$sel:httpStatus:DescribeChannelModeratorResponse', describeChannelModeratorResponse_httpStatus - The response's http status code.

DisassociatePhoneNumberFromUser

data DisassociatePhoneNumberFromUser Source #

See: newDisassociatePhoneNumberFromUser smart constructor.

Instances

Instances details
ToJSON DisassociatePhoneNumberFromUser Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumberFromUser

ToHeaders DisassociatePhoneNumberFromUser Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumberFromUser

ToPath DisassociatePhoneNumberFromUser Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumberFromUser

ToQuery DisassociatePhoneNumberFromUser Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumberFromUser

AWSRequest DisassociatePhoneNumberFromUser Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumberFromUser

Generic DisassociatePhoneNumberFromUser Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumberFromUser

Associated Types

type Rep DisassociatePhoneNumberFromUser :: Type -> Type #

Read DisassociatePhoneNumberFromUser Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumberFromUser

Show DisassociatePhoneNumberFromUser Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumberFromUser

NFData DisassociatePhoneNumberFromUser Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumberFromUser

Eq DisassociatePhoneNumberFromUser Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumberFromUser

Hashable DisassociatePhoneNumberFromUser Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumberFromUser

type AWSResponse DisassociatePhoneNumberFromUser Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumberFromUser

type Rep DisassociatePhoneNumberFromUser Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumberFromUser

type Rep DisassociatePhoneNumberFromUser = D1 ('MetaData "DisassociatePhoneNumberFromUser" "Amazonka.Chime.DisassociatePhoneNumberFromUser" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DisassociatePhoneNumberFromUser'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "userId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDisassociatePhoneNumberFromUser Source #

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

DisassociatePhoneNumberFromUser, disassociatePhoneNumberFromUser_accountId - The Amazon Chime account ID.

DisassociatePhoneNumberFromUser, disassociatePhoneNumberFromUser_userId - The user ID.

data DisassociatePhoneNumberFromUserResponse Source #

Instances

Instances details
Generic DisassociatePhoneNumberFromUserResponse Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumberFromUser

Read DisassociatePhoneNumberFromUserResponse Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumberFromUser

Show DisassociatePhoneNumberFromUserResponse Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumberFromUser

NFData DisassociatePhoneNumberFromUserResponse Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumberFromUser

Eq DisassociatePhoneNumberFromUserResponse Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumberFromUser

type Rep DisassociatePhoneNumberFromUserResponse Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumberFromUser

type Rep DisassociatePhoneNumberFromUserResponse = D1 ('MetaData "DisassociatePhoneNumberFromUserResponse" "Amazonka.Chime.DisassociatePhoneNumberFromUser" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DisassociatePhoneNumberFromUserResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDisassociatePhoneNumberFromUserResponse Source #

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

DisassociatePhoneNumbersFromVoiceConnector

data DisassociatePhoneNumbersFromVoiceConnector Source #

Instances

Instances details
ToJSON DisassociatePhoneNumbersFromVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumbersFromVoiceConnector

ToHeaders DisassociatePhoneNumbersFromVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumbersFromVoiceConnector

ToPath DisassociatePhoneNumbersFromVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumbersFromVoiceConnector

ToQuery DisassociatePhoneNumbersFromVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumbersFromVoiceConnector

AWSRequest DisassociatePhoneNumbersFromVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumbersFromVoiceConnector

Generic DisassociatePhoneNumbersFromVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumbersFromVoiceConnector

Show DisassociatePhoneNumbersFromVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumbersFromVoiceConnector

NFData DisassociatePhoneNumbersFromVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumbersFromVoiceConnector

Eq DisassociatePhoneNumbersFromVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumbersFromVoiceConnector

Hashable DisassociatePhoneNumbersFromVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumbersFromVoiceConnector

type AWSResponse DisassociatePhoneNumbersFromVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumbersFromVoiceConnector

type Rep DisassociatePhoneNumbersFromVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumbersFromVoiceConnector

type Rep DisassociatePhoneNumbersFromVoiceConnector = D1 ('MetaData "DisassociatePhoneNumbersFromVoiceConnector" "Amazonka.Chime.DisassociatePhoneNumbersFromVoiceConnector" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DisassociatePhoneNumbersFromVoiceConnector'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "e164PhoneNumbers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Sensitive Text])))

newDisassociatePhoneNumbersFromVoiceConnector Source #

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

DisassociatePhoneNumbersFromVoiceConnector, disassociatePhoneNumbersFromVoiceConnector_voiceConnectorId - The Amazon Chime Voice Connector ID.

$sel:e164PhoneNumbers:DisassociatePhoneNumbersFromVoiceConnector', disassociatePhoneNumbersFromVoiceConnector_e164PhoneNumbers - List of phone numbers, in E.164 format.

data DisassociatePhoneNumbersFromVoiceConnectorResponse Source #

Instances

Instances details
Generic DisassociatePhoneNumbersFromVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumbersFromVoiceConnector

Read DisassociatePhoneNumbersFromVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumbersFromVoiceConnector

Show DisassociatePhoneNumbersFromVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumbersFromVoiceConnector

NFData DisassociatePhoneNumbersFromVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumbersFromVoiceConnector

Eq DisassociatePhoneNumbersFromVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumbersFromVoiceConnector

type Rep DisassociatePhoneNumbersFromVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumbersFromVoiceConnector

type Rep DisassociatePhoneNumbersFromVoiceConnectorResponse = D1 ('MetaData "DisassociatePhoneNumbersFromVoiceConnectorResponse" "Amazonka.Chime.DisassociatePhoneNumbersFromVoiceConnector" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DisassociatePhoneNumbersFromVoiceConnectorResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "phoneNumberErrors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PhoneNumberError])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDisassociatePhoneNumbersFromVoiceConnectorResponse Source #

Create a value of DisassociatePhoneNumbersFromVoiceConnectorResponse 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:phoneNumberErrors:DisassociatePhoneNumbersFromVoiceConnectorResponse', disassociatePhoneNumbersFromVoiceConnectorResponse_phoneNumberErrors - If the action fails for one or more of the phone numbers in the request, a list of the phone numbers is returned, along with error codes and error messages.

$sel:httpStatus:DisassociatePhoneNumbersFromVoiceConnectorResponse', disassociatePhoneNumbersFromVoiceConnectorResponse_httpStatus - The response's http status code.

DisassociatePhoneNumbersFromVoiceConnectorGroup

data DisassociatePhoneNumbersFromVoiceConnectorGroup Source #

Instances

Instances details
ToJSON DisassociatePhoneNumbersFromVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumbersFromVoiceConnectorGroup

ToHeaders DisassociatePhoneNumbersFromVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumbersFromVoiceConnectorGroup

ToPath DisassociatePhoneNumbersFromVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumbersFromVoiceConnectorGroup

ToQuery DisassociatePhoneNumbersFromVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumbersFromVoiceConnectorGroup

AWSRequest DisassociatePhoneNumbersFromVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumbersFromVoiceConnectorGroup

Generic DisassociatePhoneNumbersFromVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumbersFromVoiceConnectorGroup

Show DisassociatePhoneNumbersFromVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumbersFromVoiceConnectorGroup

NFData DisassociatePhoneNumbersFromVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumbersFromVoiceConnectorGroup

Eq DisassociatePhoneNumbersFromVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumbersFromVoiceConnectorGroup

Hashable DisassociatePhoneNumbersFromVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumbersFromVoiceConnectorGroup

type AWSResponse DisassociatePhoneNumbersFromVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumbersFromVoiceConnectorGroup

type Rep DisassociatePhoneNumbersFromVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumbersFromVoiceConnectorGroup

type Rep DisassociatePhoneNumbersFromVoiceConnectorGroup = D1 ('MetaData "DisassociatePhoneNumbersFromVoiceConnectorGroup" "Amazonka.Chime.DisassociatePhoneNumbersFromVoiceConnectorGroup" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DisassociatePhoneNumbersFromVoiceConnectorGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "e164PhoneNumbers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Sensitive Text])))

data DisassociatePhoneNumbersFromVoiceConnectorGroupResponse Source #

Instances

Instances details
Generic DisassociatePhoneNumbersFromVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumbersFromVoiceConnectorGroup

Read DisassociatePhoneNumbersFromVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumbersFromVoiceConnectorGroup

Show DisassociatePhoneNumbersFromVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumbersFromVoiceConnectorGroup

NFData DisassociatePhoneNumbersFromVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumbersFromVoiceConnectorGroup

Eq DisassociatePhoneNumbersFromVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumbersFromVoiceConnectorGroup

type Rep DisassociatePhoneNumbersFromVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumbersFromVoiceConnectorGroup

type Rep DisassociatePhoneNumbersFromVoiceConnectorGroupResponse = D1 ('MetaData "DisassociatePhoneNumbersFromVoiceConnectorGroupResponse" "Amazonka.Chime.DisassociatePhoneNumbersFromVoiceConnectorGroup" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DisassociatePhoneNumbersFromVoiceConnectorGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "phoneNumberErrors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PhoneNumberError])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDisassociatePhoneNumbersFromVoiceConnectorGroupResponse Source #

Create a value of DisassociatePhoneNumbersFromVoiceConnectorGroupResponse 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:phoneNumberErrors:DisassociatePhoneNumbersFromVoiceConnectorGroupResponse', disassociatePhoneNumbersFromVoiceConnectorGroupResponse_phoneNumberErrors - If the action fails for one or more of the phone numbers in the request, a list of the phone numbers is returned, along with error codes and error messages.

$sel:httpStatus:DisassociatePhoneNumbersFromVoiceConnectorGroupResponse', disassociatePhoneNumbersFromVoiceConnectorGroupResponse_httpStatus - The response's http status code.

DisassociateSigninDelegateGroupsFromAccount

data DisassociateSigninDelegateGroupsFromAccount Source #

Instances

Instances details
ToJSON DisassociateSigninDelegateGroupsFromAccount Source # 
Instance details

Defined in Amazonka.Chime.DisassociateSigninDelegateGroupsFromAccount

ToHeaders DisassociateSigninDelegateGroupsFromAccount Source # 
Instance details

Defined in Amazonka.Chime.DisassociateSigninDelegateGroupsFromAccount

ToPath DisassociateSigninDelegateGroupsFromAccount Source # 
Instance details

Defined in Amazonka.Chime.DisassociateSigninDelegateGroupsFromAccount

ToQuery DisassociateSigninDelegateGroupsFromAccount Source # 
Instance details

Defined in Amazonka.Chime.DisassociateSigninDelegateGroupsFromAccount

AWSRequest DisassociateSigninDelegateGroupsFromAccount Source # 
Instance details

Defined in Amazonka.Chime.DisassociateSigninDelegateGroupsFromAccount

Generic DisassociateSigninDelegateGroupsFromAccount Source # 
Instance details

Defined in Amazonka.Chime.DisassociateSigninDelegateGroupsFromAccount

Read DisassociateSigninDelegateGroupsFromAccount Source # 
Instance details

Defined in Amazonka.Chime.DisassociateSigninDelegateGroupsFromAccount

Show DisassociateSigninDelegateGroupsFromAccount Source # 
Instance details

Defined in Amazonka.Chime.DisassociateSigninDelegateGroupsFromAccount

NFData DisassociateSigninDelegateGroupsFromAccount Source # 
Instance details

Defined in Amazonka.Chime.DisassociateSigninDelegateGroupsFromAccount

Eq DisassociateSigninDelegateGroupsFromAccount Source # 
Instance details

Defined in Amazonka.Chime.DisassociateSigninDelegateGroupsFromAccount

Hashable DisassociateSigninDelegateGroupsFromAccount Source # 
Instance details

Defined in Amazonka.Chime.DisassociateSigninDelegateGroupsFromAccount

type AWSResponse DisassociateSigninDelegateGroupsFromAccount Source # 
Instance details

Defined in Amazonka.Chime.DisassociateSigninDelegateGroupsFromAccount

type Rep DisassociateSigninDelegateGroupsFromAccount Source # 
Instance details

Defined in Amazonka.Chime.DisassociateSigninDelegateGroupsFromAccount

type Rep DisassociateSigninDelegateGroupsFromAccount = D1 ('MetaData "DisassociateSigninDelegateGroupsFromAccount" "Amazonka.Chime.DisassociateSigninDelegateGroupsFromAccount" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DisassociateSigninDelegateGroupsFromAccount'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "groupNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))

data DisassociateSigninDelegateGroupsFromAccountResponse Source #

Instances

Instances details
Generic DisassociateSigninDelegateGroupsFromAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.DisassociateSigninDelegateGroupsFromAccount

Read DisassociateSigninDelegateGroupsFromAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.DisassociateSigninDelegateGroupsFromAccount

Show DisassociateSigninDelegateGroupsFromAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.DisassociateSigninDelegateGroupsFromAccount

NFData DisassociateSigninDelegateGroupsFromAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.DisassociateSigninDelegateGroupsFromAccount

Eq DisassociateSigninDelegateGroupsFromAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.DisassociateSigninDelegateGroupsFromAccount

type Rep DisassociateSigninDelegateGroupsFromAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.DisassociateSigninDelegateGroupsFromAccount

type Rep DisassociateSigninDelegateGroupsFromAccountResponse = D1 ('MetaData "DisassociateSigninDelegateGroupsFromAccountResponse" "Amazonka.Chime.DisassociateSigninDelegateGroupsFromAccount" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DisassociateSigninDelegateGroupsFromAccountResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDisassociateSigninDelegateGroupsFromAccountResponse Source #

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

GetAccount

data GetAccount Source #

See: newGetAccount smart constructor.

Constructors

GetAccount' Text 

Instances

Instances details
ToHeaders GetAccount Source # 
Instance details

Defined in Amazonka.Chime.GetAccount

Methods

toHeaders :: GetAccount -> [Header] #

ToPath GetAccount Source # 
Instance details

Defined in Amazonka.Chime.GetAccount

ToQuery GetAccount Source # 
Instance details

Defined in Amazonka.Chime.GetAccount

AWSRequest GetAccount Source # 
Instance details

Defined in Amazonka.Chime.GetAccount

Associated Types

type AWSResponse GetAccount #

Generic GetAccount Source # 
Instance details

Defined in Amazonka.Chime.GetAccount

Associated Types

type Rep GetAccount :: Type -> Type #

Read GetAccount Source # 
Instance details

Defined in Amazonka.Chime.GetAccount

Show GetAccount Source # 
Instance details

Defined in Amazonka.Chime.GetAccount

NFData GetAccount Source # 
Instance details

Defined in Amazonka.Chime.GetAccount

Methods

rnf :: GetAccount -> () #

Eq GetAccount Source # 
Instance details

Defined in Amazonka.Chime.GetAccount

Hashable GetAccount Source # 
Instance details

Defined in Amazonka.Chime.GetAccount

type AWSResponse GetAccount Source # 
Instance details

Defined in Amazonka.Chime.GetAccount

type Rep GetAccount Source # 
Instance details

Defined in Amazonka.Chime.GetAccount

type Rep GetAccount = D1 ('MetaData "GetAccount" "Amazonka.Chime.GetAccount" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "GetAccount'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetAccount Source #

Arguments

:: Text

GetAccount

-> GetAccount 

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

GetAccount, getAccount_accountId - The Amazon Chime account ID.

data GetAccountResponse Source #

See: newGetAccountResponse smart constructor.

Instances

Instances details
Generic GetAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.GetAccount

Associated Types

type Rep GetAccountResponse :: Type -> Type #

Read GetAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.GetAccount

Show GetAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.GetAccount

NFData GetAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.GetAccount

Methods

rnf :: GetAccountResponse -> () #

Eq GetAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.GetAccount

type Rep GetAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.GetAccount

type Rep GetAccountResponse = D1 ('MetaData "GetAccountResponse" "Amazonka.Chime.GetAccount" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "GetAccountResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "account") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Account)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetAccountResponse Source #

Create a value of GetAccountResponse 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:account:GetAccountResponse', getAccountResponse_account - The Amazon Chime account details.

$sel:httpStatus:GetAccountResponse', getAccountResponse_httpStatus - The response's http status code.

GetAccountSettings

data GetAccountSettings Source #

See: newGetAccountSettings smart constructor.

Instances

Instances details
ToHeaders GetAccountSettings Source # 
Instance details

Defined in Amazonka.Chime.GetAccountSettings

ToPath GetAccountSettings Source # 
Instance details

Defined in Amazonka.Chime.GetAccountSettings

ToQuery GetAccountSettings Source # 
Instance details

Defined in Amazonka.Chime.GetAccountSettings

AWSRequest GetAccountSettings Source # 
Instance details

Defined in Amazonka.Chime.GetAccountSettings

Associated Types

type AWSResponse GetAccountSettings #

Generic GetAccountSettings Source # 
Instance details

Defined in Amazonka.Chime.GetAccountSettings

Associated Types

type Rep GetAccountSettings :: Type -> Type #

Read GetAccountSettings Source # 
Instance details

Defined in Amazonka.Chime.GetAccountSettings

Show GetAccountSettings Source # 
Instance details

Defined in Amazonka.Chime.GetAccountSettings

NFData GetAccountSettings Source # 
Instance details

Defined in Amazonka.Chime.GetAccountSettings

Methods

rnf :: GetAccountSettings -> () #

Eq GetAccountSettings Source # 
Instance details

Defined in Amazonka.Chime.GetAccountSettings

Hashable GetAccountSettings Source # 
Instance details

Defined in Amazonka.Chime.GetAccountSettings

type AWSResponse GetAccountSettings Source # 
Instance details

Defined in Amazonka.Chime.GetAccountSettings

type Rep GetAccountSettings Source # 
Instance details

Defined in Amazonka.Chime.GetAccountSettings

type Rep GetAccountSettings = D1 ('MetaData "GetAccountSettings" "Amazonka.Chime.GetAccountSettings" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "GetAccountSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetAccountSettings Source #

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

GetAccountSettings, getAccountSettings_accountId - The Amazon Chime account ID.

data GetAccountSettingsResponse Source #

See: newGetAccountSettingsResponse smart constructor.

Instances

Instances details
Generic GetAccountSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetAccountSettings

Associated Types

type Rep GetAccountSettingsResponse :: Type -> Type #

Read GetAccountSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetAccountSettings

Show GetAccountSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetAccountSettings

NFData GetAccountSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetAccountSettings

Eq GetAccountSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetAccountSettings

type Rep GetAccountSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetAccountSettings

type Rep GetAccountSettingsResponse = D1 ('MetaData "GetAccountSettingsResponse" "Amazonka.Chime.GetAccountSettings" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "GetAccountSettingsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AccountSettings)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetAccountSettingsResponse Source #

Create a value of GetAccountSettingsResponse 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:accountSettings:GetAccountSettingsResponse', getAccountSettingsResponse_accountSettings - The Amazon Chime account settings.

$sel:httpStatus:GetAccountSettingsResponse', getAccountSettingsResponse_httpStatus - The response's http status code.

GetAppInstanceRetentionSettings

data GetAppInstanceRetentionSettings Source #

See: newGetAppInstanceRetentionSettings smart constructor.

Instances

Instances details
ToHeaders GetAppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.GetAppInstanceRetentionSettings

ToPath GetAppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.GetAppInstanceRetentionSettings

ToQuery GetAppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.GetAppInstanceRetentionSettings

AWSRequest GetAppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.GetAppInstanceRetentionSettings

Generic GetAppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.GetAppInstanceRetentionSettings

Associated Types

type Rep GetAppInstanceRetentionSettings :: Type -> Type #

Read GetAppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.GetAppInstanceRetentionSettings

Show GetAppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.GetAppInstanceRetentionSettings

NFData GetAppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.GetAppInstanceRetentionSettings

Eq GetAppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.GetAppInstanceRetentionSettings

Hashable GetAppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.GetAppInstanceRetentionSettings

type AWSResponse GetAppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.GetAppInstanceRetentionSettings

type Rep GetAppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.GetAppInstanceRetentionSettings

type Rep GetAppInstanceRetentionSettings = D1 ('MetaData "GetAppInstanceRetentionSettings" "Amazonka.Chime.GetAppInstanceRetentionSettings" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "GetAppInstanceRetentionSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetAppInstanceRetentionSettings Source #

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

GetAppInstanceRetentionSettings, getAppInstanceRetentionSettings_appInstanceArn - The ARN of the AppInstance.

data GetAppInstanceRetentionSettingsResponse Source #

Instances

Instances details
Generic GetAppInstanceRetentionSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetAppInstanceRetentionSettings

Read GetAppInstanceRetentionSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetAppInstanceRetentionSettings

Show GetAppInstanceRetentionSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetAppInstanceRetentionSettings

NFData GetAppInstanceRetentionSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetAppInstanceRetentionSettings

Eq GetAppInstanceRetentionSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetAppInstanceRetentionSettings

type Rep GetAppInstanceRetentionSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetAppInstanceRetentionSettings

type Rep GetAppInstanceRetentionSettingsResponse = D1 ('MetaData "GetAppInstanceRetentionSettingsResponse" "Amazonka.Chime.GetAppInstanceRetentionSettings" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "GetAppInstanceRetentionSettingsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appInstanceRetentionSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AppInstanceRetentionSettings)) :*: (S1 ('MetaSel ('Just "initiateDeletionTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetAppInstanceRetentionSettingsResponse Source #

Create a value of GetAppInstanceRetentionSettingsResponse 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:appInstanceRetentionSettings:GetAppInstanceRetentionSettingsResponse', getAppInstanceRetentionSettingsResponse_appInstanceRetentionSettings - The retention settings for the AppInstance.

$sel:initiateDeletionTimestamp:GetAppInstanceRetentionSettingsResponse', getAppInstanceRetentionSettingsResponse_initiateDeletionTimestamp - The timestamp representing the time at which the specified items are retained, in Epoch Seconds.

$sel:httpStatus:GetAppInstanceRetentionSettingsResponse', getAppInstanceRetentionSettingsResponse_httpStatus - The response's http status code.

GetAppInstanceStreamingConfigurations

data GetAppInstanceStreamingConfigurations Source #

Instances

Instances details
ToHeaders GetAppInstanceStreamingConfigurations Source # 
Instance details

Defined in Amazonka.Chime.GetAppInstanceStreamingConfigurations

ToPath GetAppInstanceStreamingConfigurations Source # 
Instance details

Defined in Amazonka.Chime.GetAppInstanceStreamingConfigurations

ToQuery GetAppInstanceStreamingConfigurations Source # 
Instance details

Defined in Amazonka.Chime.GetAppInstanceStreamingConfigurations

AWSRequest GetAppInstanceStreamingConfigurations Source # 
Instance details

Defined in Amazonka.Chime.GetAppInstanceStreamingConfigurations

Generic GetAppInstanceStreamingConfigurations Source # 
Instance details

Defined in Amazonka.Chime.GetAppInstanceStreamingConfigurations

Read GetAppInstanceStreamingConfigurations Source # 
Instance details

Defined in Amazonka.Chime.GetAppInstanceStreamingConfigurations

Show GetAppInstanceStreamingConfigurations Source # 
Instance details

Defined in Amazonka.Chime.GetAppInstanceStreamingConfigurations

NFData GetAppInstanceStreamingConfigurations Source # 
Instance details

Defined in Amazonka.Chime.GetAppInstanceStreamingConfigurations

Eq GetAppInstanceStreamingConfigurations Source # 
Instance details

Defined in Amazonka.Chime.GetAppInstanceStreamingConfigurations

Hashable GetAppInstanceStreamingConfigurations Source # 
Instance details

Defined in Amazonka.Chime.GetAppInstanceStreamingConfigurations

type AWSResponse GetAppInstanceStreamingConfigurations Source # 
Instance details

Defined in Amazonka.Chime.GetAppInstanceStreamingConfigurations

type Rep GetAppInstanceStreamingConfigurations Source # 
Instance details

Defined in Amazonka.Chime.GetAppInstanceStreamingConfigurations

type Rep GetAppInstanceStreamingConfigurations = D1 ('MetaData "GetAppInstanceStreamingConfigurations" "Amazonka.Chime.GetAppInstanceStreamingConfigurations" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "GetAppInstanceStreamingConfigurations'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetAppInstanceStreamingConfigurations Source #

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

GetAppInstanceStreamingConfigurations, getAppInstanceStreamingConfigurations_appInstanceArn - The ARN of the AppInstance.

data GetAppInstanceStreamingConfigurationsResponse Source #

Instances

Instances details
Generic GetAppInstanceStreamingConfigurationsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetAppInstanceStreamingConfigurations

Show GetAppInstanceStreamingConfigurationsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetAppInstanceStreamingConfigurations

NFData GetAppInstanceStreamingConfigurationsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetAppInstanceStreamingConfigurations

Eq GetAppInstanceStreamingConfigurationsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetAppInstanceStreamingConfigurations

type Rep GetAppInstanceStreamingConfigurationsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetAppInstanceStreamingConfigurations

type Rep GetAppInstanceStreamingConfigurationsResponse = D1 ('MetaData "GetAppInstanceStreamingConfigurationsResponse" "Amazonka.Chime.GetAppInstanceStreamingConfigurations" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "GetAppInstanceStreamingConfigurationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appInstanceStreamingConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty AppInstanceStreamingConfiguration))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

GetAttendee

data GetAttendee Source #

See: newGetAttendee smart constructor.

Constructors

GetAttendee' Text Text 

Instances

Instances details
ToHeaders GetAttendee Source # 
Instance details

Defined in Amazonka.Chime.GetAttendee

Methods

toHeaders :: GetAttendee -> [Header] #

ToPath GetAttendee Source # 
Instance details

Defined in Amazonka.Chime.GetAttendee

ToQuery GetAttendee Source # 
Instance details

Defined in Amazonka.Chime.GetAttendee

AWSRequest GetAttendee Source # 
Instance details

Defined in Amazonka.Chime.GetAttendee

Associated Types

type AWSResponse GetAttendee #

Generic GetAttendee Source # 
Instance details

Defined in Amazonka.Chime.GetAttendee

Associated Types

type Rep GetAttendee :: Type -> Type #

Read GetAttendee Source # 
Instance details

Defined in Amazonka.Chime.GetAttendee

Show GetAttendee Source # 
Instance details

Defined in Amazonka.Chime.GetAttendee

NFData GetAttendee Source # 
Instance details

Defined in Amazonka.Chime.GetAttendee

Methods

rnf :: GetAttendee -> () #

Eq GetAttendee Source # 
Instance details

Defined in Amazonka.Chime.GetAttendee

Hashable GetAttendee Source # 
Instance details

Defined in Amazonka.Chime.GetAttendee

type AWSResponse GetAttendee Source # 
Instance details

Defined in Amazonka.Chime.GetAttendee

type Rep GetAttendee Source # 
Instance details

Defined in Amazonka.Chime.GetAttendee

type Rep GetAttendee = D1 ('MetaData "GetAttendee" "Amazonka.Chime.GetAttendee" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" '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.

Instances

Instances details
Generic GetAttendeeResponse Source # 
Instance details

Defined in Amazonka.Chime.GetAttendee

Associated Types

type Rep GetAttendeeResponse :: Type -> Type #

Show GetAttendeeResponse Source # 
Instance details

Defined in Amazonka.Chime.GetAttendee

NFData GetAttendeeResponse Source # 
Instance details

Defined in Amazonka.Chime.GetAttendee

Methods

rnf :: GetAttendeeResponse -> () #

Eq GetAttendeeResponse Source # 
Instance details

Defined in Amazonka.Chime.GetAttendee

type Rep GetAttendeeResponse Source # 
Instance details

Defined in Amazonka.Chime.GetAttendee

type Rep GetAttendeeResponse = D1 ('MetaData "GetAttendeeResponse" "Amazonka.Chime.GetAttendee" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "GetAttendeeResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attendee") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Attendee)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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.

GetBot

data GetBot Source #

See: newGetBot smart constructor.

Constructors

GetBot' Text Text 

Instances

Instances details
ToHeaders GetBot Source # 
Instance details

Defined in Amazonka.Chime.GetBot

Methods

toHeaders :: GetBot -> [Header] #

ToPath GetBot Source # 
Instance details

Defined in Amazonka.Chime.GetBot

Methods

toPath :: GetBot -> ByteString #

ToQuery GetBot Source # 
Instance details

Defined in Amazonka.Chime.GetBot

AWSRequest GetBot Source # 
Instance details

Defined in Amazonka.Chime.GetBot

Associated Types

type AWSResponse GetBot #

Generic GetBot Source # 
Instance details

Defined in Amazonka.Chime.GetBot

Associated Types

type Rep GetBot :: Type -> Type #

Methods

from :: GetBot -> Rep GetBot x #

to :: Rep GetBot x -> GetBot #

Read GetBot Source # 
Instance details

Defined in Amazonka.Chime.GetBot

Show GetBot Source # 
Instance details

Defined in Amazonka.Chime.GetBot

NFData GetBot Source # 
Instance details

Defined in Amazonka.Chime.GetBot

Methods

rnf :: GetBot -> () #

Eq GetBot Source # 
Instance details

Defined in Amazonka.Chime.GetBot

Methods

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

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

Hashable GetBot Source # 
Instance details

Defined in Amazonka.Chime.GetBot

Methods

hashWithSalt :: Int -> GetBot -> Int #

hash :: GetBot -> Int #

type AWSResponse GetBot Source # 
Instance details

Defined in Amazonka.Chime.GetBot

type Rep GetBot Source # 
Instance details

Defined in Amazonka.Chime.GetBot

type Rep GetBot = D1 ('MetaData "GetBot" "Amazonka.Chime.GetBot" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "GetBot'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "botId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetBot Source #

Arguments

:: Text

GetBot

-> Text

GetBot

-> GetBot 

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

GetBot, getBot_accountId - The Amazon Chime account ID.

GetBot, getBot_botId - The bot ID.

data GetBotResponse Source #

See: newGetBotResponse smart constructor.

Constructors

GetBotResponse' (Maybe Bot) Int 

Instances

Instances details
Generic GetBotResponse Source # 
Instance details

Defined in Amazonka.Chime.GetBot

Associated Types

type Rep GetBotResponse :: Type -> Type #

Show GetBotResponse Source # 
Instance details

Defined in Amazonka.Chime.GetBot

NFData GetBotResponse Source # 
Instance details

Defined in Amazonka.Chime.GetBot

Methods

rnf :: GetBotResponse -> () #

Eq GetBotResponse Source # 
Instance details

Defined in Amazonka.Chime.GetBot

type Rep GetBotResponse Source # 
Instance details

Defined in Amazonka.Chime.GetBot

type Rep GetBotResponse = D1 ('MetaData "GetBotResponse" "Amazonka.Chime.GetBot" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "GetBotResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "bot") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bot)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetBotResponse Source #

Create a value of GetBotResponse 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:bot:GetBotResponse', getBotResponse_bot - The chat bot details.

$sel:httpStatus:GetBotResponse', getBotResponse_httpStatus - The response's http status code.

GetChannelMessage

data GetChannelMessage Source #

See: newGetChannelMessage smart constructor.

Instances

Instances details
ToHeaders GetChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.GetChannelMessage

ToPath GetChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.GetChannelMessage

ToQuery GetChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.GetChannelMessage

AWSRequest GetChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.GetChannelMessage

Associated Types

type AWSResponse GetChannelMessage #

Generic GetChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.GetChannelMessage

Associated Types

type Rep GetChannelMessage :: Type -> Type #

Read GetChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.GetChannelMessage

Show GetChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.GetChannelMessage

NFData GetChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.GetChannelMessage

Methods

rnf :: GetChannelMessage -> () #

Eq GetChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.GetChannelMessage

Hashable GetChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.GetChannelMessage

type AWSResponse GetChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.GetChannelMessage

type Rep GetChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.GetChannelMessage

type Rep GetChannelMessage = D1 ('MetaData "GetChannelMessage" "Amazonka.Chime.GetChannelMessage" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "GetChannelMessage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "chimeBearer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "channelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "messageId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newGetChannelMessage Source #

Create a value of GetChannelMessage 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:chimeBearer:GetChannelMessage', getChannelMessage_chimeBearer - The AppInstanceUserArn of the user that makes the API call.

GetChannelMessage, getChannelMessage_channelArn - The ARN of the channel.

GetChannelMessage, getChannelMessage_messageId - The ID of the message.

data GetChannelMessageResponse Source #

See: newGetChannelMessageResponse smart constructor.

Instances

Instances details
Generic GetChannelMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.GetChannelMessage

Associated Types

type Rep GetChannelMessageResponse :: Type -> Type #

Show GetChannelMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.GetChannelMessage

NFData GetChannelMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.GetChannelMessage

Eq GetChannelMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.GetChannelMessage

type Rep GetChannelMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.GetChannelMessage

type Rep GetChannelMessageResponse = D1 ('MetaData "GetChannelMessageResponse" "Amazonka.Chime.GetChannelMessage" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "GetChannelMessageResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "channelMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChannelMessage)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetChannelMessageResponse Source #

Create a value of GetChannelMessageResponse 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:channelMessage:GetChannelMessageResponse', getChannelMessageResponse_channelMessage - The details of and content in the message.

$sel:httpStatus:GetChannelMessageResponse', getChannelMessageResponse_httpStatus - The response's http status code.

GetEventsConfiguration

data GetEventsConfiguration Source #

See: newGetEventsConfiguration smart constructor.

Instances

Instances details
ToHeaders GetEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetEventsConfiguration

ToPath GetEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetEventsConfiguration

ToQuery GetEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetEventsConfiguration

AWSRequest GetEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetEventsConfiguration

Associated Types

type AWSResponse GetEventsConfiguration #

Generic GetEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetEventsConfiguration

Associated Types

type Rep GetEventsConfiguration :: Type -> Type #

Read GetEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetEventsConfiguration

Show GetEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetEventsConfiguration

NFData GetEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetEventsConfiguration

Methods

rnf :: GetEventsConfiguration -> () #

Eq GetEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetEventsConfiguration

Hashable GetEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetEventsConfiguration

type AWSResponse GetEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetEventsConfiguration

type Rep GetEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetEventsConfiguration

type Rep GetEventsConfiguration = D1 ('MetaData "GetEventsConfiguration" "Amazonka.Chime.GetEventsConfiguration" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "GetEventsConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "botId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetEventsConfiguration Source #

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

GetEventsConfiguration, getEventsConfiguration_accountId - The Amazon Chime account ID.

GetEventsConfiguration, getEventsConfiguration_botId - The bot ID.

data GetEventsConfigurationResponse Source #

See: newGetEventsConfigurationResponse smart constructor.

Instances

Instances details
Generic GetEventsConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.GetEventsConfiguration

Associated Types

type Rep GetEventsConfigurationResponse :: Type -> Type #

Show GetEventsConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.GetEventsConfiguration

NFData GetEventsConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.GetEventsConfiguration

Eq GetEventsConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.GetEventsConfiguration

type Rep GetEventsConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.GetEventsConfiguration

type Rep GetEventsConfigurationResponse = D1 ('MetaData "GetEventsConfigurationResponse" "Amazonka.Chime.GetEventsConfiguration" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "GetEventsConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "eventsConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EventsConfiguration)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetEventsConfigurationResponse Source #

Create a value of GetEventsConfigurationResponse 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:eventsConfiguration:GetEventsConfigurationResponse', getEventsConfigurationResponse_eventsConfiguration - The events configuration details.

$sel:httpStatus:GetEventsConfigurationResponse', getEventsConfigurationResponse_httpStatus - The response's http status code.

GetGlobalSettings

data GetGlobalSettings Source #

See: newGetGlobalSettings smart constructor.

Constructors

GetGlobalSettings' 

Instances

Instances details
ToHeaders GetGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.GetGlobalSettings

ToPath GetGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.GetGlobalSettings

ToQuery GetGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.GetGlobalSettings

AWSRequest GetGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.GetGlobalSettings

Associated Types

type AWSResponse GetGlobalSettings #

Generic GetGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.GetGlobalSettings

Associated Types

type Rep GetGlobalSettings :: Type -> Type #

Read GetGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.GetGlobalSettings

Show GetGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.GetGlobalSettings

NFData GetGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.GetGlobalSettings

Methods

rnf :: GetGlobalSettings -> () #

Eq GetGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.GetGlobalSettings

Hashable GetGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.GetGlobalSettings

type AWSResponse GetGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.GetGlobalSettings

type Rep GetGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.GetGlobalSettings

type Rep GetGlobalSettings = D1 ('MetaData "GetGlobalSettings" "Amazonka.Chime.GetGlobalSettings" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "GetGlobalSettings'" 'PrefixI 'False) (U1 :: Type -> Type))

newGetGlobalSettings :: GetGlobalSettings Source #

Create a value of GetGlobalSettings with all optional fields omitted.

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

data GetGlobalSettingsResponse Source #

See: newGetGlobalSettingsResponse smart constructor.

Instances

Instances details
Generic GetGlobalSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetGlobalSettings

Associated Types

type Rep GetGlobalSettingsResponse :: Type -> Type #

Read GetGlobalSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetGlobalSettings

Show GetGlobalSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetGlobalSettings

NFData GetGlobalSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetGlobalSettings

Eq GetGlobalSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetGlobalSettings

type Rep GetGlobalSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetGlobalSettings

type Rep GetGlobalSettingsResponse = D1 ('MetaData "GetGlobalSettingsResponse" "Amazonka.Chime.GetGlobalSettings" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "GetGlobalSettingsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "businessCalling") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BusinessCallingSettings)) :*: (S1 ('MetaSel ('Just "voiceConnector") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VoiceConnectorSettings)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetGlobalSettingsResponse Source #

Create a value of GetGlobalSettingsResponse 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:businessCalling:GetGlobalSettingsResponse', getGlobalSettingsResponse_businessCalling - The Amazon Chime Business Calling settings.

$sel:voiceConnector:GetGlobalSettingsResponse', getGlobalSettingsResponse_voiceConnector - The Amazon Chime Voice Connector settings.

$sel:httpStatus:GetGlobalSettingsResponse', getGlobalSettingsResponse_httpStatus - The response's http status code.

GetMediaCapturePipeline

data GetMediaCapturePipeline Source #

See: newGetMediaCapturePipeline smart constructor.

Instances

Instances details
ToHeaders GetMediaCapturePipeline Source # 
Instance details

Defined in Amazonka.Chime.GetMediaCapturePipeline

ToPath GetMediaCapturePipeline Source # 
Instance details

Defined in Amazonka.Chime.GetMediaCapturePipeline

ToQuery GetMediaCapturePipeline Source # 
Instance details

Defined in Amazonka.Chime.GetMediaCapturePipeline

AWSRequest GetMediaCapturePipeline Source # 
Instance details

Defined in Amazonka.Chime.GetMediaCapturePipeline

Generic GetMediaCapturePipeline Source # 
Instance details

Defined in Amazonka.Chime.GetMediaCapturePipeline

Associated Types

type Rep GetMediaCapturePipeline :: Type -> Type #

Read GetMediaCapturePipeline Source # 
Instance details

Defined in Amazonka.Chime.GetMediaCapturePipeline

Show GetMediaCapturePipeline Source # 
Instance details

Defined in Amazonka.Chime.GetMediaCapturePipeline

NFData GetMediaCapturePipeline Source # 
Instance details

Defined in Amazonka.Chime.GetMediaCapturePipeline

Methods

rnf :: GetMediaCapturePipeline -> () #

Eq GetMediaCapturePipeline Source # 
Instance details

Defined in Amazonka.Chime.GetMediaCapturePipeline

Hashable GetMediaCapturePipeline Source # 
Instance details

Defined in Amazonka.Chime.GetMediaCapturePipeline

type AWSResponse GetMediaCapturePipeline Source # 
Instance details

Defined in Amazonka.Chime.GetMediaCapturePipeline

type Rep GetMediaCapturePipeline Source # 
Instance details

Defined in Amazonka.Chime.GetMediaCapturePipeline

type Rep GetMediaCapturePipeline = D1 ('MetaData "GetMediaCapturePipeline" "Amazonka.Chime.GetMediaCapturePipeline" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "GetMediaCapturePipeline'" 'PrefixI 'True) (S1 ('MetaSel ('Just "mediaPipelineId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetMediaCapturePipeline Source #

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

GetMediaCapturePipeline, getMediaCapturePipeline_mediaPipelineId - The ID of the pipeline that you want to get.

data GetMediaCapturePipelineResponse Source #

See: newGetMediaCapturePipelineResponse smart constructor.

Instances

Instances details
Generic GetMediaCapturePipelineResponse Source # 
Instance details

Defined in Amazonka.Chime.GetMediaCapturePipeline

Associated Types

type Rep GetMediaCapturePipelineResponse :: Type -> Type #

Show GetMediaCapturePipelineResponse Source # 
Instance details

Defined in Amazonka.Chime.GetMediaCapturePipeline

NFData GetMediaCapturePipelineResponse Source # 
Instance details

Defined in Amazonka.Chime.GetMediaCapturePipeline

Eq GetMediaCapturePipelineResponse Source # 
Instance details

Defined in Amazonka.Chime.GetMediaCapturePipeline

type Rep GetMediaCapturePipelineResponse Source # 
Instance details

Defined in Amazonka.Chime.GetMediaCapturePipeline

type Rep GetMediaCapturePipelineResponse = D1 ('MetaData "GetMediaCapturePipelineResponse" "Amazonka.Chime.GetMediaCapturePipeline" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "GetMediaCapturePipelineResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "mediaCapturePipeline") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MediaCapturePipeline)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetMediaCapturePipelineResponse Source #

Create a value of GetMediaCapturePipelineResponse 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:mediaCapturePipeline:GetMediaCapturePipelineResponse', getMediaCapturePipelineResponse_mediaCapturePipeline - The media capture pipeline object.

$sel:httpStatus:GetMediaCapturePipelineResponse', getMediaCapturePipelineResponse_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.Chime.GetMeeting

Methods

toHeaders :: GetMeeting -> [Header] #

ToPath GetMeeting Source # 
Instance details

Defined in Amazonka.Chime.GetMeeting

ToQuery GetMeeting Source # 
Instance details

Defined in Amazonka.Chime.GetMeeting

AWSRequest GetMeeting Source # 
Instance details

Defined in Amazonka.Chime.GetMeeting

Associated Types

type AWSResponse GetMeeting #

Generic GetMeeting Source # 
Instance details

Defined in Amazonka.Chime.GetMeeting

Associated Types

type Rep GetMeeting :: Type -> Type #

Read GetMeeting Source # 
Instance details

Defined in Amazonka.Chime.GetMeeting

Show GetMeeting Source # 
Instance details

Defined in Amazonka.Chime.GetMeeting

NFData GetMeeting Source # 
Instance details

Defined in Amazonka.Chime.GetMeeting

Methods

rnf :: GetMeeting -> () #

Eq GetMeeting Source # 
Instance details

Defined in Amazonka.Chime.GetMeeting

Hashable GetMeeting Source # 
Instance details

Defined in Amazonka.Chime.GetMeeting

type AWSResponse GetMeeting Source # 
Instance details

Defined in Amazonka.Chime.GetMeeting

type Rep GetMeeting Source # 
Instance details

Defined in Amazonka.Chime.GetMeeting

type Rep GetMeeting = D1 ('MetaData "GetMeeting" "Amazonka.Chime.GetMeeting" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" '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.Chime.GetMeeting

Associated Types

type Rep GetMeetingResponse :: Type -> Type #

Show GetMeetingResponse Source # 
Instance details

Defined in Amazonka.Chime.GetMeeting

NFData GetMeetingResponse Source # 
Instance details

Defined in Amazonka.Chime.GetMeeting

Methods

rnf :: GetMeetingResponse -> () #

Eq GetMeetingResponse Source # 
Instance details

Defined in Amazonka.Chime.GetMeeting

type Rep GetMeetingResponse Source # 
Instance details

Defined in Amazonka.Chime.GetMeeting

type Rep GetMeetingResponse = D1 ('MetaData "GetMeetingResponse" "Amazonka.Chime.GetMeeting" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" '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.

GetMessagingSessionEndpoint

data GetMessagingSessionEndpoint Source #

See: newGetMessagingSessionEndpoint smart constructor.

Instances

Instances details
ToHeaders GetMessagingSessionEndpoint Source # 
Instance details

Defined in Amazonka.Chime.GetMessagingSessionEndpoint

ToPath GetMessagingSessionEndpoint Source # 
Instance details

Defined in Amazonka.Chime.GetMessagingSessionEndpoint

ToQuery GetMessagingSessionEndpoint Source # 
Instance details

Defined in Amazonka.Chime.GetMessagingSessionEndpoint

AWSRequest GetMessagingSessionEndpoint Source # 
Instance details

Defined in Amazonka.Chime.GetMessagingSessionEndpoint

Generic GetMessagingSessionEndpoint Source # 
Instance details

Defined in Amazonka.Chime.GetMessagingSessionEndpoint

Associated Types

type Rep GetMessagingSessionEndpoint :: Type -> Type #

Read GetMessagingSessionEndpoint Source # 
Instance details

Defined in Amazonka.Chime.GetMessagingSessionEndpoint

Show GetMessagingSessionEndpoint Source # 
Instance details

Defined in Amazonka.Chime.GetMessagingSessionEndpoint

NFData GetMessagingSessionEndpoint Source # 
Instance details

Defined in Amazonka.Chime.GetMessagingSessionEndpoint

Eq GetMessagingSessionEndpoint Source # 
Instance details

Defined in Amazonka.Chime.GetMessagingSessionEndpoint

Hashable GetMessagingSessionEndpoint Source # 
Instance details

Defined in Amazonka.Chime.GetMessagingSessionEndpoint

type AWSResponse GetMessagingSessionEndpoint Source # 
Instance details

Defined in Amazonka.Chime.GetMessagingSessionEndpoint

type Rep GetMessagingSessionEndpoint Source # 
Instance details

Defined in Amazonka.Chime.GetMessagingSessionEndpoint

type Rep GetMessagingSessionEndpoint = D1 ('MetaData "GetMessagingSessionEndpoint" "Amazonka.Chime.GetMessagingSessionEndpoint" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "GetMessagingSessionEndpoint'" 'PrefixI 'False) (U1 :: Type -> Type))

newGetMessagingSessionEndpoint :: GetMessagingSessionEndpoint Source #

Create a value of GetMessagingSessionEndpoint with all optional fields omitted.

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

data GetMessagingSessionEndpointResponse Source #

Instances

Instances details
Generic GetMessagingSessionEndpointResponse Source # 
Instance details

Defined in Amazonka.Chime.GetMessagingSessionEndpoint

Read GetMessagingSessionEndpointResponse Source # 
Instance details

Defined in Amazonka.Chime.GetMessagingSessionEndpoint

Show GetMessagingSessionEndpointResponse Source # 
Instance details

Defined in Amazonka.Chime.GetMessagingSessionEndpoint

NFData GetMessagingSessionEndpointResponse Source # 
Instance details

Defined in Amazonka.Chime.GetMessagingSessionEndpoint

Eq GetMessagingSessionEndpointResponse Source # 
Instance details

Defined in Amazonka.Chime.GetMessagingSessionEndpoint

type Rep GetMessagingSessionEndpointResponse Source # 
Instance details

Defined in Amazonka.Chime.GetMessagingSessionEndpoint

type Rep GetMessagingSessionEndpointResponse = D1 ('MetaData "GetMessagingSessionEndpointResponse" "Amazonka.Chime.GetMessagingSessionEndpoint" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "GetMessagingSessionEndpointResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "endpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MessagingSessionEndpoint)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetMessagingSessionEndpointResponse Source #

Create a value of GetMessagingSessionEndpointResponse 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:endpoint:GetMessagingSessionEndpointResponse', getMessagingSessionEndpointResponse_endpoint - The endpoint returned in the response.

$sel:httpStatus:GetMessagingSessionEndpointResponse', getMessagingSessionEndpointResponse_httpStatus - The response's http status code.

GetPhoneNumber

data GetPhoneNumber Source #

See: newGetPhoneNumber smart constructor.

Constructors

GetPhoneNumber' Text 

Instances

Instances details
ToHeaders GetPhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumber

ToPath GetPhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumber

ToQuery GetPhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumber

AWSRequest GetPhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumber

Associated Types

type AWSResponse GetPhoneNumber #

Generic GetPhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumber

Associated Types

type Rep GetPhoneNumber :: Type -> Type #

Read GetPhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumber

Show GetPhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumber

NFData GetPhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumber

Methods

rnf :: GetPhoneNumber -> () #

Eq GetPhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumber

Hashable GetPhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumber

type AWSResponse GetPhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumber

type Rep GetPhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumber

type Rep GetPhoneNumber = D1 ('MetaData "GetPhoneNumber" "Amazonka.Chime.GetPhoneNumber" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "GetPhoneNumber'" 'PrefixI 'True) (S1 ('MetaSel ('Just "phoneNumberId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetPhoneNumber Source #

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

GetPhoneNumber, getPhoneNumber_phoneNumberId - The phone number ID.

data GetPhoneNumberResponse Source #

See: newGetPhoneNumberResponse smart constructor.

newGetPhoneNumberResponse Source #

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

GetPhoneNumberResponse, getPhoneNumberResponse_phoneNumber - The phone number details.

$sel:httpStatus:GetPhoneNumberResponse', getPhoneNumberResponse_httpStatus - The response's http status code.

GetPhoneNumberOrder

data GetPhoneNumberOrder Source #

See: newGetPhoneNumberOrder smart constructor.

Instances

Instances details
ToHeaders GetPhoneNumberOrder Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumberOrder

ToPath GetPhoneNumberOrder Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumberOrder

ToQuery GetPhoneNumberOrder Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumberOrder

AWSRequest GetPhoneNumberOrder Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumberOrder

Associated Types

type AWSResponse GetPhoneNumberOrder #

Generic GetPhoneNumberOrder Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumberOrder

Associated Types

type Rep GetPhoneNumberOrder :: Type -> Type #

Read GetPhoneNumberOrder Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumberOrder

Show GetPhoneNumberOrder Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumberOrder

NFData GetPhoneNumberOrder Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumberOrder

Methods

rnf :: GetPhoneNumberOrder -> () #

Eq GetPhoneNumberOrder Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumberOrder

Hashable GetPhoneNumberOrder Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumberOrder

type AWSResponse GetPhoneNumberOrder Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumberOrder

type Rep GetPhoneNumberOrder Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumberOrder

type Rep GetPhoneNumberOrder = D1 ('MetaData "GetPhoneNumberOrder" "Amazonka.Chime.GetPhoneNumberOrder" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "GetPhoneNumberOrder'" 'PrefixI 'True) (S1 ('MetaSel ('Just "phoneNumberOrderId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetPhoneNumberOrder Source #

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

GetPhoneNumberOrder, getPhoneNumberOrder_phoneNumberOrderId - The ID for the phone number order.

data GetPhoneNumberOrderResponse Source #

See: newGetPhoneNumberOrderResponse smart constructor.

Instances

Instances details
Generic GetPhoneNumberOrderResponse Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumberOrder

Associated Types

type Rep GetPhoneNumberOrderResponse :: Type -> Type #

Show GetPhoneNumberOrderResponse Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumberOrder

NFData GetPhoneNumberOrderResponse Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumberOrder

Eq GetPhoneNumberOrderResponse Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumberOrder

type Rep GetPhoneNumberOrderResponse Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumberOrder

type Rep GetPhoneNumberOrderResponse = D1 ('MetaData "GetPhoneNumberOrderResponse" "Amazonka.Chime.GetPhoneNumberOrder" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "GetPhoneNumberOrderResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "phoneNumberOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PhoneNumberOrder)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetPhoneNumberOrderResponse Source #

Create a value of GetPhoneNumberOrderResponse 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:phoneNumberOrder:GetPhoneNumberOrderResponse', getPhoneNumberOrderResponse_phoneNumberOrder - The phone number order details.

$sel:httpStatus:GetPhoneNumberOrderResponse', getPhoneNumberOrderResponse_httpStatus - The response's http status code.

GetPhoneNumberSettings

data GetPhoneNumberSettings Source #

See: newGetPhoneNumberSettings smart constructor.

Instances

Instances details
ToHeaders GetPhoneNumberSettings Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumberSettings

ToPath GetPhoneNumberSettings Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumberSettings

ToQuery GetPhoneNumberSettings Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumberSettings

AWSRequest GetPhoneNumberSettings Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumberSettings

Associated Types

type AWSResponse GetPhoneNumberSettings #

Generic GetPhoneNumberSettings Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumberSettings

Associated Types

type Rep GetPhoneNumberSettings :: Type -> Type #

Read GetPhoneNumberSettings Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumberSettings

Show GetPhoneNumberSettings Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumberSettings

NFData GetPhoneNumberSettings Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumberSettings

Methods

rnf :: GetPhoneNumberSettings -> () #

Eq GetPhoneNumberSettings Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumberSettings

Hashable GetPhoneNumberSettings Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumberSettings

type AWSResponse GetPhoneNumberSettings Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumberSettings

type Rep GetPhoneNumberSettings Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumberSettings

type Rep GetPhoneNumberSettings = D1 ('MetaData "GetPhoneNumberSettings" "Amazonka.Chime.GetPhoneNumberSettings" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "GetPhoneNumberSettings'" 'PrefixI 'False) (U1 :: Type -> Type))

newGetPhoneNumberSettings :: GetPhoneNumberSettings Source #

Create a value of GetPhoneNumberSettings with all optional fields omitted.

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

data GetPhoneNumberSettingsResponse Source #

See: newGetPhoneNumberSettingsResponse smart constructor.

Instances

Instances details
Generic GetPhoneNumberSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumberSettings

Associated Types

type Rep GetPhoneNumberSettingsResponse :: Type -> Type #

Show GetPhoneNumberSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumberSettings

NFData GetPhoneNumberSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumberSettings

Eq GetPhoneNumberSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumberSettings

type Rep GetPhoneNumberSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumberSettings

type Rep GetPhoneNumberSettingsResponse = D1 ('MetaData "GetPhoneNumberSettingsResponse" "Amazonka.Chime.GetPhoneNumberSettings" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "GetPhoneNumberSettingsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "callingName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "callingNameUpdatedTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetPhoneNumberSettingsResponse Source #

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

GetPhoneNumberSettingsResponse, getPhoneNumberSettingsResponse_callingName - The default outbound calling name for the account.

$sel:callingNameUpdatedTimestamp:GetPhoneNumberSettingsResponse', getPhoneNumberSettingsResponse_callingNameUpdatedTimestamp - The updated outbound calling name timestamp, in ISO 8601 format.

$sel:httpStatus:GetPhoneNumberSettingsResponse', getPhoneNumberSettingsResponse_httpStatus - The response's http status code.

GetProxySession

data GetProxySession Source #

See: newGetProxySession smart constructor.

Constructors

GetProxySession' Text Text 

Instances

Instances details
ToHeaders GetProxySession Source # 
Instance details

Defined in Amazonka.Chime.GetProxySession

ToPath GetProxySession Source # 
Instance details

Defined in Amazonka.Chime.GetProxySession

ToQuery GetProxySession Source # 
Instance details

Defined in Amazonka.Chime.GetProxySession

AWSRequest GetProxySession Source # 
Instance details

Defined in Amazonka.Chime.GetProxySession

Associated Types

type AWSResponse GetProxySession #

Generic GetProxySession Source # 
Instance details

Defined in Amazonka.Chime.GetProxySession

Associated Types

type Rep GetProxySession :: Type -> Type #

Read GetProxySession Source # 
Instance details

Defined in Amazonka.Chime.GetProxySession

Show GetProxySession Source # 
Instance details

Defined in Amazonka.Chime.GetProxySession

NFData GetProxySession Source # 
Instance details

Defined in Amazonka.Chime.GetProxySession

Methods

rnf :: GetProxySession -> () #

Eq GetProxySession Source # 
Instance details

Defined in Amazonka.Chime.GetProxySession

Hashable GetProxySession Source # 
Instance details

Defined in Amazonka.Chime.GetProxySession

type AWSResponse GetProxySession Source # 
Instance details

Defined in Amazonka.Chime.GetProxySession

type Rep GetProxySession Source # 
Instance details

Defined in Amazonka.Chime.GetProxySession

type Rep GetProxySession = D1 ('MetaData "GetProxySession" "Amazonka.Chime.GetProxySession" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "GetProxySession'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "proxySessionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetProxySession Source #

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

GetProxySession, getProxySession_voiceConnectorId - The Amazon Chime voice connector ID.

GetProxySession, getProxySession_proxySessionId - The proxy session ID.

data GetProxySessionResponse Source #

See: newGetProxySessionResponse smart constructor.

Instances

Instances details
Generic GetProxySessionResponse Source # 
Instance details

Defined in Amazonka.Chime.GetProxySession

Associated Types

type Rep GetProxySessionResponse :: Type -> Type #

Show GetProxySessionResponse Source # 
Instance details

Defined in Amazonka.Chime.GetProxySession

NFData GetProxySessionResponse Source # 
Instance details

Defined in Amazonka.Chime.GetProxySession

Methods

rnf :: GetProxySessionResponse -> () #

Eq GetProxySessionResponse Source # 
Instance details

Defined in Amazonka.Chime.GetProxySession

type Rep GetProxySessionResponse Source # 
Instance details

Defined in Amazonka.Chime.GetProxySession

type Rep GetProxySessionResponse = D1 ('MetaData "GetProxySessionResponse" "Amazonka.Chime.GetProxySession" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "GetProxySessionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "proxySession") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProxySession)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetProxySessionResponse Source #

Create a value of GetProxySessionResponse 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:proxySession:GetProxySessionResponse', getProxySessionResponse_proxySession - The proxy session details.

$sel:httpStatus:GetProxySessionResponse', getProxySessionResponse_httpStatus - The response's http status code.

GetRetentionSettings

data GetRetentionSettings Source #

See: newGetRetentionSettings smart constructor.

Instances

Instances details
ToHeaders GetRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.GetRetentionSettings

ToPath GetRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.GetRetentionSettings

ToQuery GetRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.GetRetentionSettings

AWSRequest GetRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.GetRetentionSettings

Associated Types

type AWSResponse GetRetentionSettings #

Generic GetRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.GetRetentionSettings

Associated Types

type Rep GetRetentionSettings :: Type -> Type #

Read GetRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.GetRetentionSettings

Show GetRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.GetRetentionSettings

NFData GetRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.GetRetentionSettings

Methods

rnf :: GetRetentionSettings -> () #

Eq GetRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.GetRetentionSettings

Hashable GetRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.GetRetentionSettings

type AWSResponse GetRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.GetRetentionSettings

type Rep GetRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.GetRetentionSettings

type Rep GetRetentionSettings = D1 ('MetaData "GetRetentionSettings" "Amazonka.Chime.GetRetentionSettings" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "GetRetentionSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetRetentionSettings Source #

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

GetRetentionSettings, getRetentionSettings_accountId - The Amazon Chime account ID.

data GetRetentionSettingsResponse Source #

See: newGetRetentionSettingsResponse smart constructor.

Instances

Instances details
Generic GetRetentionSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetRetentionSettings

Associated Types

type Rep GetRetentionSettingsResponse :: Type -> Type #

Read GetRetentionSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetRetentionSettings

Show GetRetentionSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetRetentionSettings

NFData GetRetentionSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetRetentionSettings

Eq GetRetentionSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetRetentionSettings

type Rep GetRetentionSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetRetentionSettings

type Rep GetRetentionSettingsResponse = D1 ('MetaData "GetRetentionSettingsResponse" "Amazonka.Chime.GetRetentionSettings" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "GetRetentionSettingsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "initiateDeletionTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: (S1 ('MetaSel ('Just "retentionSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RetentionSettings)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetRetentionSettingsResponse Source #

Create a value of GetRetentionSettingsResponse 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:initiateDeletionTimestamp:GetRetentionSettingsResponse', getRetentionSettingsResponse_initiateDeletionTimestamp - The timestamp representing the time at which the specified items are permanently deleted, in ISO 8601 format.

$sel:retentionSettings:GetRetentionSettingsResponse', getRetentionSettingsResponse_retentionSettings - The retention settings.

$sel:httpStatus:GetRetentionSettingsResponse', getRetentionSettingsResponse_httpStatus - The response's http status code.

GetRoom

data GetRoom Source #

See: newGetRoom smart constructor.

Constructors

GetRoom' Text Text 

Instances

Instances details
ToHeaders GetRoom Source # 
Instance details

Defined in Amazonka.Chime.GetRoom

Methods

toHeaders :: GetRoom -> [Header] #

ToPath GetRoom Source # 
Instance details

Defined in Amazonka.Chime.GetRoom

Methods

toPath :: GetRoom -> ByteString #

ToQuery GetRoom Source # 
Instance details

Defined in Amazonka.Chime.GetRoom

AWSRequest GetRoom Source # 
Instance details

Defined in Amazonka.Chime.GetRoom

Associated Types

type AWSResponse GetRoom #

Generic GetRoom Source # 
Instance details

Defined in Amazonka.Chime.GetRoom

Associated Types

type Rep GetRoom :: Type -> Type #

Methods

from :: GetRoom -> Rep GetRoom x #

to :: Rep GetRoom x -> GetRoom #

Read GetRoom Source # 
Instance details

Defined in Amazonka.Chime.GetRoom

Show GetRoom Source # 
Instance details

Defined in Amazonka.Chime.GetRoom

NFData GetRoom Source # 
Instance details

Defined in Amazonka.Chime.GetRoom

Methods

rnf :: GetRoom -> () #

Eq GetRoom Source # 
Instance details

Defined in Amazonka.Chime.GetRoom

Methods

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

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

Hashable GetRoom Source # 
Instance details

Defined in Amazonka.Chime.GetRoom

Methods

hashWithSalt :: Int -> GetRoom -> Int #

hash :: GetRoom -> Int #

type AWSResponse GetRoom Source # 
Instance details

Defined in Amazonka.Chime.GetRoom

type Rep GetRoom Source # 
Instance details

Defined in Amazonka.Chime.GetRoom

type Rep GetRoom = D1 ('MetaData "GetRoom" "Amazonka.Chime.GetRoom" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "GetRoom'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "roomId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetRoom Source #

Arguments

:: Text

GetRoom

-> Text

GetRoom

-> GetRoom 

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

GetRoom, getRoom_accountId - The Amazon Chime account ID.

GetRoom, getRoom_roomId - The room ID.

data GetRoomResponse Source #

See: newGetRoomResponse smart constructor.

Constructors

GetRoomResponse' (Maybe Room) Int 

Instances

Instances details
Generic GetRoomResponse Source # 
Instance details

Defined in Amazonka.Chime.GetRoom

Associated Types

type Rep GetRoomResponse :: Type -> Type #

Show GetRoomResponse Source # 
Instance details

Defined in Amazonka.Chime.GetRoom

NFData GetRoomResponse Source # 
Instance details

Defined in Amazonka.Chime.GetRoom

Methods

rnf :: GetRoomResponse -> () #

Eq GetRoomResponse Source # 
Instance details

Defined in Amazonka.Chime.GetRoom

type Rep GetRoomResponse Source # 
Instance details

Defined in Amazonka.Chime.GetRoom

type Rep GetRoomResponse = D1 ('MetaData "GetRoomResponse" "Amazonka.Chime.GetRoom" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "GetRoomResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "room") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Room)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetRoomResponse Source #

Create a value of GetRoomResponse 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:room:GetRoomResponse', getRoomResponse_room - The room details.

$sel:httpStatus:GetRoomResponse', getRoomResponse_httpStatus - The response's http status code.

GetSipMediaApplication

data GetSipMediaApplication Source #

See: newGetSipMediaApplication smart constructor.

Instances

Instances details
ToHeaders GetSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.GetSipMediaApplication

ToPath GetSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.GetSipMediaApplication

ToQuery GetSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.GetSipMediaApplication

AWSRequest GetSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.GetSipMediaApplication

Associated Types

type AWSResponse GetSipMediaApplication #

Generic GetSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.GetSipMediaApplication

Associated Types

type Rep GetSipMediaApplication :: Type -> Type #

Read GetSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.GetSipMediaApplication

Show GetSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.GetSipMediaApplication

NFData GetSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.GetSipMediaApplication

Methods

rnf :: GetSipMediaApplication -> () #

Eq GetSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.GetSipMediaApplication

Hashable GetSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.GetSipMediaApplication

type AWSResponse GetSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.GetSipMediaApplication

type Rep GetSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.GetSipMediaApplication

type Rep GetSipMediaApplication = D1 ('MetaData "GetSipMediaApplication" "Amazonka.Chime.GetSipMediaApplication" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "GetSipMediaApplication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sipMediaApplicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetSipMediaApplication Source #

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

GetSipMediaApplication, getSipMediaApplication_sipMediaApplicationId - The SIP media application ID.

data GetSipMediaApplicationResponse Source #

See: newGetSipMediaApplicationResponse smart constructor.

Instances

Instances details
Generic GetSipMediaApplicationResponse Source # 
Instance details

Defined in Amazonka.Chime.GetSipMediaApplication

Associated Types

type Rep GetSipMediaApplicationResponse :: Type -> Type #

Show GetSipMediaApplicationResponse Source # 
Instance details

Defined in Amazonka.Chime.GetSipMediaApplication

NFData GetSipMediaApplicationResponse Source # 
Instance details

Defined in Amazonka.Chime.GetSipMediaApplication

Eq GetSipMediaApplicationResponse Source # 
Instance details

Defined in Amazonka.Chime.GetSipMediaApplication

type Rep GetSipMediaApplicationResponse Source # 
Instance details

Defined in Amazonka.Chime.GetSipMediaApplication

type Rep GetSipMediaApplicationResponse = D1 ('MetaData "GetSipMediaApplicationResponse" "Amazonka.Chime.GetSipMediaApplication" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "GetSipMediaApplicationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sipMediaApplication") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SipMediaApplication)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetSipMediaApplicationResponse Source #

Create a value of GetSipMediaApplicationResponse 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:sipMediaApplication:GetSipMediaApplicationResponse', getSipMediaApplicationResponse_sipMediaApplication - The SIP media application details.

$sel:httpStatus:GetSipMediaApplicationResponse', getSipMediaApplicationResponse_httpStatus - The response's http status code.

GetSipMediaApplicationLoggingConfiguration

data GetSipMediaApplicationLoggingConfiguration Source #

Instances

Instances details
ToHeaders GetSipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetSipMediaApplicationLoggingConfiguration

ToPath GetSipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetSipMediaApplicationLoggingConfiguration

ToQuery GetSipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetSipMediaApplicationLoggingConfiguration

AWSRequest GetSipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetSipMediaApplicationLoggingConfiguration

Generic GetSipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetSipMediaApplicationLoggingConfiguration

Read GetSipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetSipMediaApplicationLoggingConfiguration

Show GetSipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetSipMediaApplicationLoggingConfiguration

NFData GetSipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetSipMediaApplicationLoggingConfiguration

Eq GetSipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetSipMediaApplicationLoggingConfiguration

Hashable GetSipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetSipMediaApplicationLoggingConfiguration

type AWSResponse GetSipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetSipMediaApplicationLoggingConfiguration

type Rep GetSipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetSipMediaApplicationLoggingConfiguration

type Rep GetSipMediaApplicationLoggingConfiguration = D1 ('MetaData "GetSipMediaApplicationLoggingConfiguration" "Amazonka.Chime.GetSipMediaApplicationLoggingConfiguration" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "GetSipMediaApplicationLoggingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sipMediaApplicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetSipMediaApplicationLoggingConfiguration Source #

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

GetSipMediaApplicationLoggingConfiguration, getSipMediaApplicationLoggingConfiguration_sipMediaApplicationId - The SIP media application ID.

data GetSipMediaApplicationLoggingConfigurationResponse Source #

Instances

Instances details
Generic GetSipMediaApplicationLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.GetSipMediaApplicationLoggingConfiguration

Read GetSipMediaApplicationLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.GetSipMediaApplicationLoggingConfiguration

Show GetSipMediaApplicationLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.GetSipMediaApplicationLoggingConfiguration

NFData GetSipMediaApplicationLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.GetSipMediaApplicationLoggingConfiguration

Eq GetSipMediaApplicationLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.GetSipMediaApplicationLoggingConfiguration

type Rep GetSipMediaApplicationLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.GetSipMediaApplicationLoggingConfiguration

type Rep GetSipMediaApplicationLoggingConfigurationResponse = D1 ('MetaData "GetSipMediaApplicationLoggingConfigurationResponse" "Amazonka.Chime.GetSipMediaApplicationLoggingConfiguration" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "GetSipMediaApplicationLoggingConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sipMediaApplicationLoggingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SipMediaApplicationLoggingConfiguration)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

GetSipRule

data GetSipRule Source #

See: newGetSipRule smart constructor.

Constructors

GetSipRule' Text 

Instances

Instances details
ToHeaders GetSipRule Source # 
Instance details

Defined in Amazonka.Chime.GetSipRule

Methods

toHeaders :: GetSipRule -> [Header] #

ToPath GetSipRule Source # 
Instance details

Defined in Amazonka.Chime.GetSipRule

ToQuery GetSipRule Source # 
Instance details

Defined in Amazonka.Chime.GetSipRule

AWSRequest GetSipRule Source # 
Instance details

Defined in Amazonka.Chime.GetSipRule

Associated Types

type AWSResponse GetSipRule #

Generic GetSipRule Source # 
Instance details

Defined in Amazonka.Chime.GetSipRule

Associated Types

type Rep GetSipRule :: Type -> Type #

Read GetSipRule Source # 
Instance details

Defined in Amazonka.Chime.GetSipRule

Show GetSipRule Source # 
Instance details

Defined in Amazonka.Chime.GetSipRule

NFData GetSipRule Source # 
Instance details

Defined in Amazonka.Chime.GetSipRule

Methods

rnf :: GetSipRule -> () #

Eq GetSipRule Source # 
Instance details

Defined in Amazonka.Chime.GetSipRule

Hashable GetSipRule Source # 
Instance details

Defined in Amazonka.Chime.GetSipRule

type AWSResponse GetSipRule Source # 
Instance details

Defined in Amazonka.Chime.GetSipRule

type Rep GetSipRule Source # 
Instance details

Defined in Amazonka.Chime.GetSipRule

type Rep GetSipRule = D1 ('MetaData "GetSipRule" "Amazonka.Chime.GetSipRule" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "GetSipRule'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sipRuleId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetSipRule Source #

Arguments

:: Text

GetSipRule

-> GetSipRule 

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

GetSipRule, getSipRule_sipRuleId - The SIP rule ID.

data GetSipRuleResponse Source #

See: newGetSipRuleResponse smart constructor.

Instances

Instances details
Generic GetSipRuleResponse Source # 
Instance details

Defined in Amazonka.Chime.GetSipRule

Associated Types

type Rep GetSipRuleResponse :: Type -> Type #

Read GetSipRuleResponse Source # 
Instance details

Defined in Amazonka.Chime.GetSipRule

Show GetSipRuleResponse Source # 
Instance details

Defined in Amazonka.Chime.GetSipRule

NFData GetSipRuleResponse Source # 
Instance details

Defined in Amazonka.Chime.GetSipRule

Methods

rnf :: GetSipRuleResponse -> () #

Eq GetSipRuleResponse Source # 
Instance details

Defined in Amazonka.Chime.GetSipRule

type Rep GetSipRuleResponse Source # 
Instance details

Defined in Amazonka.Chime.GetSipRule

type Rep GetSipRuleResponse = D1 ('MetaData "GetSipRuleResponse" "Amazonka.Chime.GetSipRule" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "GetSipRuleResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sipRule") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SipRule)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetSipRuleResponse Source #

Create a value of GetSipRuleResponse 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:sipRule:GetSipRuleResponse', getSipRuleResponse_sipRule - The SIP rule details.

$sel:httpStatus:GetSipRuleResponse', getSipRuleResponse_httpStatus - The response's http status code.

GetUser

data GetUser Source #

See: newGetUser smart constructor.

Constructors

GetUser' Text Text 

Instances

Instances details
ToHeaders GetUser Source # 
Instance details

Defined in Amazonka.Chime.GetUser

Methods

toHeaders :: GetUser -> [Header] #

ToPath GetUser Source # 
Instance details

Defined in Amazonka.Chime.GetUser

Methods

toPath :: GetUser -> ByteString #

ToQuery GetUser Source # 
Instance details

Defined in Amazonka.Chime.GetUser

AWSRequest GetUser Source # 
Instance details

Defined in Amazonka.Chime.GetUser

Associated Types

type AWSResponse GetUser #

Generic GetUser Source # 
Instance details

Defined in Amazonka.Chime.GetUser

Associated Types

type Rep GetUser :: Type -> Type #

Methods

from :: GetUser -> Rep GetUser x #

to :: Rep GetUser x -> GetUser #

Read GetUser Source # 
Instance details

Defined in Amazonka.Chime.GetUser

Show GetUser Source # 
Instance details

Defined in Amazonka.Chime.GetUser

NFData GetUser Source # 
Instance details

Defined in Amazonka.Chime.GetUser

Methods

rnf :: GetUser -> () #

Eq GetUser Source # 
Instance details

Defined in Amazonka.Chime.GetUser

Methods

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

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

Hashable GetUser Source # 
Instance details

Defined in Amazonka.Chime.GetUser

Methods

hashWithSalt :: Int -> GetUser -> Int #

hash :: GetUser -> Int #

type AWSResponse GetUser Source # 
Instance details

Defined in Amazonka.Chime.GetUser

type Rep GetUser Source # 
Instance details

Defined in Amazonka.Chime.GetUser

type Rep GetUser = D1 ('MetaData "GetUser" "Amazonka.Chime.GetUser" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "GetUser'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "userId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetUser Source #

Arguments

:: Text

GetUser

-> Text

GetUser

-> GetUser 

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

GetUser, getUser_accountId - The Amazon Chime account ID.

GetUser, getUser_userId - The user ID.

data GetUserResponse Source #

See: newGetUserResponse smart constructor.

Constructors

GetUserResponse' (Maybe User) Int 

Instances

Instances details
Generic GetUserResponse Source # 
Instance details

Defined in Amazonka.Chime.GetUser

Associated Types

type Rep GetUserResponse :: Type -> Type #

Show GetUserResponse Source # 
Instance details

Defined in Amazonka.Chime.GetUser

NFData GetUserResponse Source # 
Instance details

Defined in Amazonka.Chime.GetUser

Methods

rnf :: GetUserResponse -> () #

Eq GetUserResponse Source # 
Instance details

Defined in Amazonka.Chime.GetUser

type Rep GetUserResponse Source # 
Instance details

Defined in Amazonka.Chime.GetUser

type Rep GetUserResponse = D1 ('MetaData "GetUserResponse" "Amazonka.Chime.GetUser" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "GetUserResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "user") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe User)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetUserResponse Source #

Create a value of GetUserResponse 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:user:GetUserResponse', getUserResponse_user - The user details.

$sel:httpStatus:GetUserResponse', getUserResponse_httpStatus - The response's http status code.

GetUserSettings

data GetUserSettings Source #

See: newGetUserSettings smart constructor.

Constructors

GetUserSettings' Text Text 

Instances

Instances details
ToHeaders GetUserSettings Source # 
Instance details

Defined in Amazonka.Chime.GetUserSettings

ToPath GetUserSettings Source # 
Instance details

Defined in Amazonka.Chime.GetUserSettings

ToQuery GetUserSettings Source # 
Instance details

Defined in Amazonka.Chime.GetUserSettings

AWSRequest GetUserSettings Source # 
Instance details

Defined in Amazonka.Chime.GetUserSettings

Associated Types

type AWSResponse GetUserSettings #

Generic GetUserSettings Source # 
Instance details

Defined in Amazonka.Chime.GetUserSettings

Associated Types

type Rep GetUserSettings :: Type -> Type #

Read GetUserSettings Source # 
Instance details

Defined in Amazonka.Chime.GetUserSettings

Show GetUserSettings Source # 
Instance details

Defined in Amazonka.Chime.GetUserSettings

NFData GetUserSettings Source # 
Instance details

Defined in Amazonka.Chime.GetUserSettings

Methods

rnf :: GetUserSettings -> () #

Eq GetUserSettings Source # 
Instance details

Defined in Amazonka.Chime.GetUserSettings

Hashable GetUserSettings Source # 
Instance details

Defined in Amazonka.Chime.GetUserSettings

type AWSResponse GetUserSettings Source # 
Instance details

Defined in Amazonka.Chime.GetUserSettings

type Rep GetUserSettings Source # 
Instance details

Defined in Amazonka.Chime.GetUserSettings

type Rep GetUserSettings = D1 ('MetaData "GetUserSettings" "Amazonka.Chime.GetUserSettings" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "GetUserSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "userId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetUserSettings Source #

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

GetUserSettings, getUserSettings_accountId - The Amazon Chime account ID.

GetUserSettings, getUserSettings_userId - The user ID.

data GetUserSettingsResponse Source #

See: newGetUserSettingsResponse smart constructor.

Instances

Instances details
Generic GetUserSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetUserSettings

Associated Types

type Rep GetUserSettingsResponse :: Type -> Type #

Read GetUserSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetUserSettings

Show GetUserSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetUserSettings

NFData GetUserSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetUserSettings

Methods

rnf :: GetUserSettingsResponse -> () #

Eq GetUserSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetUserSettings

type Rep GetUserSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetUserSettings

type Rep GetUserSettingsResponse = D1 ('MetaData "GetUserSettingsResponse" "Amazonka.Chime.GetUserSettings" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "GetUserSettingsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "userSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserSettings)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetUserSettingsResponse Source #

Create a value of GetUserSettingsResponse 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:userSettings:GetUserSettingsResponse', getUserSettingsResponse_userSettings - The user settings.

$sel:httpStatus:GetUserSettingsResponse', getUserSettingsResponse_httpStatus - The response's http status code.

GetVoiceConnector

data GetVoiceConnector Source #

See: newGetVoiceConnector smart constructor.

Constructors

GetVoiceConnector' Text 

Instances

Instances details
ToHeaders GetVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnector

ToPath GetVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnector

ToQuery GetVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnector

AWSRequest GetVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnector

Associated Types

type AWSResponse GetVoiceConnector #

Generic GetVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnector

Associated Types

type Rep GetVoiceConnector :: Type -> Type #

Read GetVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnector

Show GetVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnector

NFData GetVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnector

Methods

rnf :: GetVoiceConnector -> () #

Eq GetVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnector

Hashable GetVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnector

type AWSResponse GetVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnector

type Rep GetVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnector

type Rep GetVoiceConnector = D1 ('MetaData "GetVoiceConnector" "Amazonka.Chime.GetVoiceConnector" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "GetVoiceConnector'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetVoiceConnector Source #

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

GetVoiceConnector, getVoiceConnector_voiceConnectorId - The Amazon Chime Voice Connector ID.

data GetVoiceConnectorResponse Source #

See: newGetVoiceConnectorResponse smart constructor.

Instances

Instances details
Generic GetVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnector

Associated Types

type Rep GetVoiceConnectorResponse :: Type -> Type #

Read GetVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnector

Show GetVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnector

NFData GetVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnector

Eq GetVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnector

type Rep GetVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnector

type Rep GetVoiceConnectorResponse = D1 ('MetaData "GetVoiceConnectorResponse" "Amazonka.Chime.GetVoiceConnector" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "GetVoiceConnectorResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnector") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VoiceConnector)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetVoiceConnectorResponse Source #

Create a value of GetVoiceConnectorResponse 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:voiceConnector:GetVoiceConnectorResponse', getVoiceConnectorResponse_voiceConnector - The Amazon Chime Voice Connector details.

$sel:httpStatus:GetVoiceConnectorResponse', getVoiceConnectorResponse_httpStatus - The response's http status code.

GetVoiceConnectorEmergencyCallingConfiguration

data GetVoiceConnectorEmergencyCallingConfiguration Source #

Instances

Instances details
ToHeaders GetVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorEmergencyCallingConfiguration

ToPath GetVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorEmergencyCallingConfiguration

ToQuery GetVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorEmergencyCallingConfiguration

AWSRequest GetVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorEmergencyCallingConfiguration

Generic GetVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorEmergencyCallingConfiguration

Read GetVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorEmergencyCallingConfiguration

Show GetVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorEmergencyCallingConfiguration

NFData GetVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorEmergencyCallingConfiguration

Eq GetVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorEmergencyCallingConfiguration

Hashable GetVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorEmergencyCallingConfiguration

type AWSResponse GetVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorEmergencyCallingConfiguration

type Rep GetVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorEmergencyCallingConfiguration

type Rep GetVoiceConnectorEmergencyCallingConfiguration = D1 ('MetaData "GetVoiceConnectorEmergencyCallingConfiguration" "Amazonka.Chime.GetVoiceConnectorEmergencyCallingConfiguration" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "GetVoiceConnectorEmergencyCallingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetVoiceConnectorEmergencyCallingConfiguration Source #

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

GetVoiceConnectorEmergencyCallingConfiguration, getVoiceConnectorEmergencyCallingConfiguration_voiceConnectorId - The Amazon Chime Voice Connector ID.

data GetVoiceConnectorEmergencyCallingConfigurationResponse Source #

Instances

Instances details
Generic GetVoiceConnectorEmergencyCallingConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorEmergencyCallingConfiguration

Show GetVoiceConnectorEmergencyCallingConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorEmergencyCallingConfiguration

NFData GetVoiceConnectorEmergencyCallingConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorEmergencyCallingConfiguration

Eq GetVoiceConnectorEmergencyCallingConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorEmergencyCallingConfiguration

type Rep GetVoiceConnectorEmergencyCallingConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorEmergencyCallingConfiguration

type Rep GetVoiceConnectorEmergencyCallingConfigurationResponse = D1 ('MetaData "GetVoiceConnectorEmergencyCallingConfigurationResponse" "Amazonka.Chime.GetVoiceConnectorEmergencyCallingConfiguration" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "GetVoiceConnectorEmergencyCallingConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "emergencyCallingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EmergencyCallingConfiguration)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

GetVoiceConnectorGroup

data GetVoiceConnectorGroup Source #

See: newGetVoiceConnectorGroup smart constructor.

Instances

Instances details
ToHeaders GetVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorGroup

ToPath GetVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorGroup

ToQuery GetVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorGroup

AWSRequest GetVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorGroup

Associated Types

type AWSResponse GetVoiceConnectorGroup #

Generic GetVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorGroup

Associated Types

type Rep GetVoiceConnectorGroup :: Type -> Type #

Read GetVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorGroup

Show GetVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorGroup

NFData GetVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorGroup

Methods

rnf :: GetVoiceConnectorGroup -> () #

Eq GetVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorGroup

Hashable GetVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorGroup

type AWSResponse GetVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorGroup

type Rep GetVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorGroup

type Rep GetVoiceConnectorGroup = D1 ('MetaData "GetVoiceConnectorGroup" "Amazonka.Chime.GetVoiceConnectorGroup" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "GetVoiceConnectorGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetVoiceConnectorGroup Source #

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

GetVoiceConnectorGroup, getVoiceConnectorGroup_voiceConnectorGroupId - The Amazon Chime Voice Connector group ID.

data GetVoiceConnectorGroupResponse Source #

See: newGetVoiceConnectorGroupResponse smart constructor.

Instances

Instances details
Generic GetVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorGroup

Associated Types

type Rep GetVoiceConnectorGroupResponse :: Type -> Type #

Read GetVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorGroup

Show GetVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorGroup

NFData GetVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorGroup

Eq GetVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorGroup

type Rep GetVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorGroup

type Rep GetVoiceConnectorGroupResponse = D1 ('MetaData "GetVoiceConnectorGroupResponse" "Amazonka.Chime.GetVoiceConnectorGroup" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "GetVoiceConnectorGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VoiceConnectorGroup)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetVoiceConnectorGroupResponse Source #

Create a value of GetVoiceConnectorGroupResponse 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:voiceConnectorGroup:GetVoiceConnectorGroupResponse', getVoiceConnectorGroupResponse_voiceConnectorGroup - The Amazon Chime Voice Connector group details.

$sel:httpStatus:GetVoiceConnectorGroupResponse', getVoiceConnectorGroupResponse_httpStatus - The response's http status code.

GetVoiceConnectorLoggingConfiguration

data GetVoiceConnectorLoggingConfiguration Source #

Instances

Instances details
ToHeaders GetVoiceConnectorLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorLoggingConfiguration

ToPath GetVoiceConnectorLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorLoggingConfiguration

ToQuery GetVoiceConnectorLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorLoggingConfiguration

AWSRequest GetVoiceConnectorLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorLoggingConfiguration

Generic GetVoiceConnectorLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorLoggingConfiguration

Read GetVoiceConnectorLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorLoggingConfiguration

Show GetVoiceConnectorLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorLoggingConfiguration

NFData GetVoiceConnectorLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorLoggingConfiguration

Eq GetVoiceConnectorLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorLoggingConfiguration

Hashable GetVoiceConnectorLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorLoggingConfiguration

type AWSResponse GetVoiceConnectorLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorLoggingConfiguration

type Rep GetVoiceConnectorLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorLoggingConfiguration

type Rep GetVoiceConnectorLoggingConfiguration = D1 ('MetaData "GetVoiceConnectorLoggingConfiguration" "Amazonka.Chime.GetVoiceConnectorLoggingConfiguration" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "GetVoiceConnectorLoggingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetVoiceConnectorLoggingConfiguration Source #

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

GetVoiceConnectorLoggingConfiguration, getVoiceConnectorLoggingConfiguration_voiceConnectorId - The Amazon Chime Voice Connector ID.

data GetVoiceConnectorLoggingConfigurationResponse Source #

Instances

Instances details
Generic GetVoiceConnectorLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorLoggingConfiguration

Read GetVoiceConnectorLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorLoggingConfiguration

Show GetVoiceConnectorLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorLoggingConfiguration

NFData GetVoiceConnectorLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorLoggingConfiguration

Eq GetVoiceConnectorLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorLoggingConfiguration

type Rep GetVoiceConnectorLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorLoggingConfiguration

type Rep GetVoiceConnectorLoggingConfigurationResponse = D1 ('MetaData "GetVoiceConnectorLoggingConfigurationResponse" "Amazonka.Chime.GetVoiceConnectorLoggingConfiguration" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "GetVoiceConnectorLoggingConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "loggingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LoggingConfiguration)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

GetVoiceConnectorOrigination

data GetVoiceConnectorOrigination Source #

See: newGetVoiceConnectorOrigination smart constructor.

Instances

Instances details
ToHeaders GetVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorOrigination

ToPath GetVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorOrigination

ToQuery GetVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorOrigination

AWSRequest GetVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorOrigination

Generic GetVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorOrigination

Associated Types

type Rep GetVoiceConnectorOrigination :: Type -> Type #

Read GetVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorOrigination

Show GetVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorOrigination

NFData GetVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorOrigination

Eq GetVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorOrigination

Hashable GetVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorOrigination

type AWSResponse GetVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorOrigination

type Rep GetVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorOrigination

type Rep GetVoiceConnectorOrigination = D1 ('MetaData "GetVoiceConnectorOrigination" "Amazonka.Chime.GetVoiceConnectorOrigination" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "GetVoiceConnectorOrigination'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetVoiceConnectorOrigination Source #

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

GetVoiceConnectorOrigination, getVoiceConnectorOrigination_voiceConnectorId - The Amazon Chime Voice Connector ID.

data GetVoiceConnectorOriginationResponse Source #

Instances

Instances details
Generic GetVoiceConnectorOriginationResponse Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorOrigination

Read GetVoiceConnectorOriginationResponse Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorOrigination

Show GetVoiceConnectorOriginationResponse Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorOrigination

NFData GetVoiceConnectorOriginationResponse Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorOrigination

Eq GetVoiceConnectorOriginationResponse Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorOrigination

type Rep GetVoiceConnectorOriginationResponse Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorOrigination

type Rep GetVoiceConnectorOriginationResponse = D1 ('MetaData "GetVoiceConnectorOriginationResponse" "Amazonka.Chime.GetVoiceConnectorOrigination" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "GetVoiceConnectorOriginationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "origination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Origination)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetVoiceConnectorOriginationResponse Source #

Create a value of GetVoiceConnectorOriginationResponse 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:origination:GetVoiceConnectorOriginationResponse', getVoiceConnectorOriginationResponse_origination - The origination setting details.

$sel:httpStatus:GetVoiceConnectorOriginationResponse', getVoiceConnectorOriginationResponse_httpStatus - The response's http status code.

GetVoiceConnectorProxy

data GetVoiceConnectorProxy Source #

See: newGetVoiceConnectorProxy smart constructor.

Instances

Instances details
ToHeaders GetVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorProxy

ToPath GetVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorProxy

ToQuery GetVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorProxy

AWSRequest GetVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorProxy

Associated Types

type AWSResponse GetVoiceConnectorProxy #

Generic GetVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorProxy

Associated Types

type Rep GetVoiceConnectorProxy :: Type -> Type #

Read GetVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorProxy

Show GetVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorProxy

NFData GetVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorProxy

Methods

rnf :: GetVoiceConnectorProxy -> () #

Eq GetVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorProxy

Hashable GetVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorProxy

type AWSResponse GetVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorProxy

type Rep GetVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorProxy

type Rep GetVoiceConnectorProxy = D1 ('MetaData "GetVoiceConnectorProxy" "Amazonka.Chime.GetVoiceConnectorProxy" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "GetVoiceConnectorProxy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetVoiceConnectorProxy Source #

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

GetVoiceConnectorProxy, getVoiceConnectorProxy_voiceConnectorId - The Amazon Chime voice connector ID.

data GetVoiceConnectorProxyResponse Source #

See: newGetVoiceConnectorProxyResponse smart constructor.

Instances

Instances details
Generic GetVoiceConnectorProxyResponse Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorProxy

Associated Types

type Rep GetVoiceConnectorProxyResponse :: Type -> Type #

Show GetVoiceConnectorProxyResponse Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorProxy

NFData GetVoiceConnectorProxyResponse Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorProxy

Eq GetVoiceConnectorProxyResponse Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorProxy

type Rep GetVoiceConnectorProxyResponse Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorProxy

type Rep GetVoiceConnectorProxyResponse = D1 ('MetaData "GetVoiceConnectorProxyResponse" "Amazonka.Chime.GetVoiceConnectorProxy" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "GetVoiceConnectorProxyResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "proxy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Proxy)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetVoiceConnectorProxyResponse Source #

Create a value of GetVoiceConnectorProxyResponse 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:proxy:GetVoiceConnectorProxyResponse', getVoiceConnectorProxyResponse_proxy - The proxy configuration details.

$sel:httpStatus:GetVoiceConnectorProxyResponse', getVoiceConnectorProxyResponse_httpStatus - The response's http status code.

GetVoiceConnectorStreamingConfiguration

data GetVoiceConnectorStreamingConfiguration Source #

Instances

Instances details
ToHeaders GetVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorStreamingConfiguration

ToPath GetVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorStreamingConfiguration

ToQuery GetVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorStreamingConfiguration

AWSRequest GetVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorStreamingConfiguration

Generic GetVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorStreamingConfiguration

Read GetVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorStreamingConfiguration

Show GetVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorStreamingConfiguration

NFData GetVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorStreamingConfiguration

Eq GetVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorStreamingConfiguration

Hashable GetVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorStreamingConfiguration

type AWSResponse GetVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorStreamingConfiguration

type Rep GetVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorStreamingConfiguration

type Rep GetVoiceConnectorStreamingConfiguration = D1 ('MetaData "GetVoiceConnectorStreamingConfiguration" "Amazonka.Chime.GetVoiceConnectorStreamingConfiguration" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "GetVoiceConnectorStreamingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetVoiceConnectorStreamingConfiguration Source #

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

GetVoiceConnectorStreamingConfiguration, getVoiceConnectorStreamingConfiguration_voiceConnectorId - The Amazon Chime Voice Connector ID.

data GetVoiceConnectorStreamingConfigurationResponse Source #

Instances

Instances details
Generic GetVoiceConnectorStreamingConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorStreamingConfiguration

Read GetVoiceConnectorStreamingConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorStreamingConfiguration

Show GetVoiceConnectorStreamingConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorStreamingConfiguration

NFData GetVoiceConnectorStreamingConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorStreamingConfiguration

Eq GetVoiceConnectorStreamingConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorStreamingConfiguration

type Rep GetVoiceConnectorStreamingConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorStreamingConfiguration

type Rep GetVoiceConnectorStreamingConfigurationResponse = D1 ('MetaData "GetVoiceConnectorStreamingConfigurationResponse" "Amazonka.Chime.GetVoiceConnectorStreamingConfiguration" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "GetVoiceConnectorStreamingConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "streamingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StreamingConfiguration)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

GetVoiceConnectorTermination

data GetVoiceConnectorTermination Source #

See: newGetVoiceConnectorTermination smart constructor.

Instances

Instances details
ToHeaders GetVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorTermination

ToPath GetVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorTermination

ToQuery GetVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorTermination

AWSRequest GetVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorTermination

Generic GetVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorTermination

Associated Types

type Rep GetVoiceConnectorTermination :: Type -> Type #

Read GetVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorTermination

Show GetVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorTermination

NFData GetVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorTermination

Eq GetVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorTermination

Hashable GetVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorTermination

type AWSResponse GetVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorTermination

type Rep GetVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorTermination

type Rep GetVoiceConnectorTermination = D1 ('MetaData "GetVoiceConnectorTermination" "Amazonka.Chime.GetVoiceConnectorTermination" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "GetVoiceConnectorTermination'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetVoiceConnectorTermination Source #

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

GetVoiceConnectorTermination, getVoiceConnectorTermination_voiceConnectorId - The Amazon Chime Voice Connector ID.

data GetVoiceConnectorTerminationResponse Source #

Instances

Instances details
Generic GetVoiceConnectorTerminationResponse Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorTermination

Show GetVoiceConnectorTerminationResponse Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorTermination

NFData GetVoiceConnectorTerminationResponse Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorTermination

Eq GetVoiceConnectorTerminationResponse Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorTermination

type Rep GetVoiceConnectorTerminationResponse Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorTermination

type Rep GetVoiceConnectorTerminationResponse = D1 ('MetaData "GetVoiceConnectorTerminationResponse" "Amazonka.Chime.GetVoiceConnectorTermination" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "GetVoiceConnectorTerminationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "termination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Termination)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetVoiceConnectorTerminationResponse Source #

Create a value of GetVoiceConnectorTerminationResponse 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:termination:GetVoiceConnectorTerminationResponse', getVoiceConnectorTerminationResponse_termination - The termination setting details.

$sel:httpStatus:GetVoiceConnectorTerminationResponse', getVoiceConnectorTerminationResponse_httpStatus - The response's http status code.

GetVoiceConnectorTerminationHealth

data GetVoiceConnectorTerminationHealth Source #

Instances

Instances details
ToHeaders GetVoiceConnectorTerminationHealth Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorTerminationHealth

ToPath GetVoiceConnectorTerminationHealth Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorTerminationHealth

ToQuery GetVoiceConnectorTerminationHealth Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorTerminationHealth

AWSRequest GetVoiceConnectorTerminationHealth Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorTerminationHealth

Generic GetVoiceConnectorTerminationHealth Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorTerminationHealth

Associated Types

type Rep GetVoiceConnectorTerminationHealth :: Type -> Type #

Read GetVoiceConnectorTerminationHealth Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorTerminationHealth

Show GetVoiceConnectorTerminationHealth Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorTerminationHealth

NFData GetVoiceConnectorTerminationHealth Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorTerminationHealth

Eq GetVoiceConnectorTerminationHealth Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorTerminationHealth

Hashable GetVoiceConnectorTerminationHealth Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorTerminationHealth

type AWSResponse GetVoiceConnectorTerminationHealth Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorTerminationHealth

type Rep GetVoiceConnectorTerminationHealth Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorTerminationHealth

type Rep GetVoiceConnectorTerminationHealth = D1 ('MetaData "GetVoiceConnectorTerminationHealth" "Amazonka.Chime.GetVoiceConnectorTerminationHealth" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "GetVoiceConnectorTerminationHealth'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetVoiceConnectorTerminationHealth Source #

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

GetVoiceConnectorTerminationHealth, getVoiceConnectorTerminationHealth_voiceConnectorId - The Amazon Chime Voice Connector ID.

data GetVoiceConnectorTerminationHealthResponse Source #

Instances

Instances details
Generic GetVoiceConnectorTerminationHealthResponse Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorTerminationHealth

Read GetVoiceConnectorTerminationHealthResponse Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorTerminationHealth

Show GetVoiceConnectorTerminationHealthResponse Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorTerminationHealth

NFData GetVoiceConnectorTerminationHealthResponse Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorTerminationHealth

Eq GetVoiceConnectorTerminationHealthResponse Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorTerminationHealth

type Rep GetVoiceConnectorTerminationHealthResponse Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorTerminationHealth

type Rep GetVoiceConnectorTerminationHealthResponse = D1 ('MetaData "GetVoiceConnectorTerminationHealthResponse" "Amazonka.Chime.GetVoiceConnectorTerminationHealth" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "GetVoiceConnectorTerminationHealthResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "terminationHealth") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TerminationHealth)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

InviteUsers

data InviteUsers Source #

See: newInviteUsers smart constructor.

Instances

Instances details
ToJSON InviteUsers Source # 
Instance details

Defined in Amazonka.Chime.InviteUsers

ToHeaders InviteUsers Source # 
Instance details

Defined in Amazonka.Chime.InviteUsers

Methods

toHeaders :: InviteUsers -> [Header] #

ToPath InviteUsers Source # 
Instance details

Defined in Amazonka.Chime.InviteUsers

ToQuery InviteUsers Source # 
Instance details

Defined in Amazonka.Chime.InviteUsers

AWSRequest InviteUsers Source # 
Instance details

Defined in Amazonka.Chime.InviteUsers

Associated Types

type AWSResponse InviteUsers #

Generic InviteUsers Source # 
Instance details

Defined in Amazonka.Chime.InviteUsers

Associated Types

type Rep InviteUsers :: Type -> Type #

Show InviteUsers Source # 
Instance details

Defined in Amazonka.Chime.InviteUsers

NFData InviteUsers Source # 
Instance details

Defined in Amazonka.Chime.InviteUsers

Methods

rnf :: InviteUsers -> () #

Eq InviteUsers Source # 
Instance details

Defined in Amazonka.Chime.InviteUsers

Hashable InviteUsers Source # 
Instance details

Defined in Amazonka.Chime.InviteUsers

type AWSResponse InviteUsers Source # 
Instance details

Defined in Amazonka.Chime.InviteUsers

type Rep InviteUsers Source # 
Instance details

Defined in Amazonka.Chime.InviteUsers

type Rep InviteUsers = D1 ('MetaData "InviteUsers" "Amazonka.Chime.InviteUsers" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "InviteUsers'" 'PrefixI 'True) (S1 ('MetaSel ('Just "userType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserType)) :*: (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "userEmailList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Sensitive Text]))))

newInviteUsers Source #

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

InviteUsers, inviteUsers_userType - The user type.

InviteUsers, inviteUsers_accountId - The Amazon Chime account ID.

$sel:userEmailList:InviteUsers', inviteUsers_userEmailList - The user email addresses to which to send the email invitation.

data InviteUsersResponse Source #

See: newInviteUsersResponse smart constructor.

Instances

Instances details
Generic InviteUsersResponse Source # 
Instance details

Defined in Amazonka.Chime.InviteUsers

Associated Types

type Rep InviteUsersResponse :: Type -> Type #

Show InviteUsersResponse Source # 
Instance details

Defined in Amazonka.Chime.InviteUsers

NFData InviteUsersResponse Source # 
Instance details

Defined in Amazonka.Chime.InviteUsers

Methods

rnf :: InviteUsersResponse -> () #

Eq InviteUsersResponse Source # 
Instance details

Defined in Amazonka.Chime.InviteUsers

type Rep InviteUsersResponse Source # 
Instance details

Defined in Amazonka.Chime.InviteUsers

type Rep InviteUsersResponse = D1 ('MetaData "InviteUsersResponse" "Amazonka.Chime.InviteUsers" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "InviteUsersResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "invites") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Invite])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newInviteUsersResponse Source #

Create a value of InviteUsersResponse 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:invites:InviteUsersResponse', inviteUsersResponse_invites - The email invitation details.

$sel:httpStatus:InviteUsersResponse', inviteUsersResponse_httpStatus - The response's http status code.

ListAccounts (Paginated)

data ListAccounts Source #

See: newListAccounts smart constructor.

Instances

Instances details
ToHeaders ListAccounts Source # 
Instance details

Defined in Amazonka.Chime.ListAccounts

ToPath ListAccounts Source # 
Instance details

Defined in Amazonka.Chime.ListAccounts

ToQuery ListAccounts Source # 
Instance details

Defined in Amazonka.Chime.ListAccounts

AWSPager ListAccounts Source # 
Instance details

Defined in Amazonka.Chime.ListAccounts

AWSRequest ListAccounts Source # 
Instance details

Defined in Amazonka.Chime.ListAccounts

Associated Types

type AWSResponse ListAccounts #

Generic ListAccounts Source # 
Instance details

Defined in Amazonka.Chime.ListAccounts

Associated Types

type Rep ListAccounts :: Type -> Type #

Show ListAccounts Source # 
Instance details

Defined in Amazonka.Chime.ListAccounts

NFData ListAccounts Source # 
Instance details

Defined in Amazonka.Chime.ListAccounts

Methods

rnf :: ListAccounts -> () #

Eq ListAccounts Source # 
Instance details

Defined in Amazonka.Chime.ListAccounts

Hashable ListAccounts Source # 
Instance details

Defined in Amazonka.Chime.ListAccounts

type AWSResponse ListAccounts Source # 
Instance details

Defined in Amazonka.Chime.ListAccounts

type Rep ListAccounts Source # 
Instance details

Defined in Amazonka.Chime.ListAccounts

type Rep ListAccounts = D1 ('MetaData "ListAccounts" "Amazonka.Chime.ListAccounts" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ListAccounts'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "userEmail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))))))

newListAccounts :: ListAccounts Source #

Create a value of ListAccounts 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:ListAccounts', listAccounts_maxResults - The maximum number of results to return in a single call. Defaults to 100.

ListAccounts, listAccounts_name - Amazon Chime account name prefix with which to filter results.

ListAccounts, listAccounts_nextToken - The token to use to retrieve the next page of results.

$sel:userEmail:ListAccounts', listAccounts_userEmail - User email address with which to filter results.

data ListAccountsResponse Source #

See: newListAccountsResponse smart constructor.

Instances

Instances details
Generic ListAccountsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListAccounts

Associated Types

type Rep ListAccountsResponse :: Type -> Type #

Read ListAccountsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListAccounts

Show ListAccountsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListAccounts

NFData ListAccountsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListAccounts

Methods

rnf :: ListAccountsResponse -> () #

Eq ListAccountsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListAccounts

type Rep ListAccountsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListAccounts

type Rep ListAccountsResponse = D1 ('MetaData "ListAccountsResponse" "Amazonka.Chime.ListAccounts" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ListAccountsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accounts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Account])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListAccountsResponse Source #

Create a value of ListAccountsResponse 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:accounts:ListAccountsResponse', listAccountsResponse_accounts - List of Amazon Chime accounts and account details.

ListAccounts, listAccountsResponse_nextToken - The token to use to retrieve the next page of results.

$sel:httpStatus:ListAccountsResponse', listAccountsResponse_httpStatus - The response's http status code.

ListAppInstanceAdmins

data ListAppInstanceAdmins Source #

See: newListAppInstanceAdmins smart constructor.

Instances

Instances details
ToHeaders ListAppInstanceAdmins Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstanceAdmins

ToPath ListAppInstanceAdmins Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstanceAdmins

ToQuery ListAppInstanceAdmins Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstanceAdmins

AWSRequest ListAppInstanceAdmins Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstanceAdmins

Associated Types

type AWSResponse ListAppInstanceAdmins #

Generic ListAppInstanceAdmins Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstanceAdmins

Associated Types

type Rep ListAppInstanceAdmins :: Type -> Type #

Show ListAppInstanceAdmins Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstanceAdmins

NFData ListAppInstanceAdmins Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstanceAdmins

Methods

rnf :: ListAppInstanceAdmins -> () #

Eq ListAppInstanceAdmins Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstanceAdmins

Hashable ListAppInstanceAdmins Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstanceAdmins

type AWSResponse ListAppInstanceAdmins Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstanceAdmins

type Rep ListAppInstanceAdmins Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstanceAdmins

type Rep ListAppInstanceAdmins = D1 ('MetaData "ListAppInstanceAdmins" "Amazonka.Chime.ListAppInstanceAdmins" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ListAppInstanceAdmins'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "appInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListAppInstanceAdmins Source #

Create a value of ListAppInstanceAdmins 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:ListAppInstanceAdmins', listAppInstanceAdmins_maxResults - The maximum number of administrators that you want to return.

ListAppInstanceAdmins, listAppInstanceAdmins_nextToken - The token returned from previous API requests until the number of administrators is reached.

ListAppInstanceAdmins, listAppInstanceAdmins_appInstanceArn - The ARN of the AppInstance.

data ListAppInstanceAdminsResponse Source #

See: newListAppInstanceAdminsResponse smart constructor.

Instances

Instances details
Generic ListAppInstanceAdminsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstanceAdmins

Associated Types

type Rep ListAppInstanceAdminsResponse :: Type -> Type #

Show ListAppInstanceAdminsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstanceAdmins

NFData ListAppInstanceAdminsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstanceAdmins

Eq ListAppInstanceAdminsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstanceAdmins

type Rep ListAppInstanceAdminsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstanceAdmins

type Rep ListAppInstanceAdminsResponse = D1 ('MetaData "ListAppInstanceAdminsResponse" "Amazonka.Chime.ListAppInstanceAdmins" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ListAppInstanceAdminsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "appInstanceAdmins") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AppInstanceAdminSummary])) :*: S1 ('MetaSel ('Just "appInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListAppInstanceAdminsResponse Source #

Create a value of ListAppInstanceAdminsResponse 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:appInstanceAdmins:ListAppInstanceAdminsResponse', listAppInstanceAdminsResponse_appInstanceAdmins - The information for each administrator.

ListAppInstanceAdmins, listAppInstanceAdminsResponse_appInstanceArn - The ARN of the AppInstance.

ListAppInstanceAdmins, listAppInstanceAdminsResponse_nextToken - The token returned from previous API requests until the number of administrators is reached.

$sel:httpStatus:ListAppInstanceAdminsResponse', listAppInstanceAdminsResponse_httpStatus - The response's http status code.

ListAppInstanceUsers

data ListAppInstanceUsers Source #

See: newListAppInstanceUsers smart constructor.

Instances

Instances details
ToHeaders ListAppInstanceUsers Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstanceUsers

ToPath ListAppInstanceUsers Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstanceUsers

ToQuery ListAppInstanceUsers Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstanceUsers

AWSRequest ListAppInstanceUsers Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstanceUsers

Associated Types

type AWSResponse ListAppInstanceUsers #

Generic ListAppInstanceUsers Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstanceUsers

Associated Types

type Rep ListAppInstanceUsers :: Type -> Type #

Show ListAppInstanceUsers Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstanceUsers

NFData ListAppInstanceUsers Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstanceUsers

Methods

rnf :: ListAppInstanceUsers -> () #

Eq ListAppInstanceUsers Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstanceUsers

Hashable ListAppInstanceUsers Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstanceUsers

type AWSResponse ListAppInstanceUsers Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstanceUsers

type Rep ListAppInstanceUsers Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstanceUsers

type Rep ListAppInstanceUsers = D1 ('MetaData "ListAppInstanceUsers" "Amazonka.Chime.ListAppInstanceUsers" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ListAppInstanceUsers'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "appInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListAppInstanceUsers Source #

Create a value of ListAppInstanceUsers 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:ListAppInstanceUsers', listAppInstanceUsers_maxResults - The maximum number of requests that you want returned.

ListAppInstanceUsers, listAppInstanceUsers_nextToken - The token passed by previous API calls until all requested users are returned.

ListAppInstanceUsers, listAppInstanceUsers_appInstanceArn - The ARN of the AppInstance.

data ListAppInstanceUsersResponse Source #

See: newListAppInstanceUsersResponse smart constructor.

Instances

Instances details
Generic ListAppInstanceUsersResponse Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstanceUsers

Associated Types

type Rep ListAppInstanceUsersResponse :: Type -> Type #

Show ListAppInstanceUsersResponse Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstanceUsers

NFData ListAppInstanceUsersResponse Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstanceUsers

Eq ListAppInstanceUsersResponse Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstanceUsers

type Rep ListAppInstanceUsersResponse Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstanceUsers

type Rep ListAppInstanceUsersResponse = D1 ('MetaData "ListAppInstanceUsersResponse" "Amazonka.Chime.ListAppInstanceUsers" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ListAppInstanceUsersResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "appInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "appInstanceUsers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AppInstanceUserSummary]))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListAppInstanceUsersResponse Source #

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

ListAppInstanceUsers, listAppInstanceUsersResponse_appInstanceArn - The ARN of the AppInstance.

$sel:appInstanceUsers:ListAppInstanceUsersResponse', listAppInstanceUsersResponse_appInstanceUsers - The information for each requested AppInstanceUser.

ListAppInstanceUsers, listAppInstanceUsersResponse_nextToken - The token passed by previous API calls until all requested users are returned.

$sel:httpStatus:ListAppInstanceUsersResponse', listAppInstanceUsersResponse_httpStatus - The response's http status code.

ListAppInstances

data ListAppInstances Source #

See: newListAppInstances smart constructor.

Instances

Instances details
ToHeaders ListAppInstances Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstances

ToPath ListAppInstances Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstances

ToQuery ListAppInstances Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstances

AWSRequest ListAppInstances Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstances

Associated Types

type AWSResponse ListAppInstances #

Generic ListAppInstances Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstances

Associated Types

type Rep ListAppInstances :: Type -> Type #

Show ListAppInstances Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstances

NFData ListAppInstances Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstances

Methods

rnf :: ListAppInstances -> () #

Eq ListAppInstances Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstances

Hashable ListAppInstances Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstances

type AWSResponse ListAppInstances Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstances

type Rep ListAppInstances Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstances

type Rep ListAppInstances = D1 ('MetaData "ListAppInstances" "Amazonka.Chime.ListAppInstances" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ListAppInstances'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))))

newListAppInstances :: ListAppInstances Source #

Create a value of ListAppInstances 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:ListAppInstances', listAppInstances_maxResults - The maximum number of AppInstances that you want to return.

ListAppInstances, listAppInstances_nextToken - The token passed by previous API requests until you reach the maximum number of AppInstances.

data ListAppInstancesResponse Source #

See: newListAppInstancesResponse smart constructor.

Instances

Instances details
Generic ListAppInstancesResponse Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstances

Associated Types

type Rep ListAppInstancesResponse :: Type -> Type #

Show ListAppInstancesResponse Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstances

NFData ListAppInstancesResponse Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstances

Eq ListAppInstancesResponse Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstances

type Rep ListAppInstancesResponse Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstances

type Rep ListAppInstancesResponse = D1 ('MetaData "ListAppInstancesResponse" "Amazonka.Chime.ListAppInstances" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ListAppInstancesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appInstances") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AppInstanceSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListAppInstancesResponse Source #

Create a value of ListAppInstancesResponse 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:appInstances:ListAppInstancesResponse', listAppInstancesResponse_appInstances - The information for each AppInstance.

ListAppInstances, listAppInstancesResponse_nextToken - The token passed by previous API requests until the maximum number of AppInstances is reached.

$sel:httpStatus:ListAppInstancesResponse', listAppInstancesResponse_httpStatus - The response's http status code.

ListAttendeeTags

data ListAttendeeTags Source #

See: newListAttendeeTags smart constructor.

Instances

Instances details
ToHeaders ListAttendeeTags Source # 
Instance details

Defined in Amazonka.Chime.ListAttendeeTags

ToPath ListAttendeeTags Source # 
Instance details

Defined in Amazonka.Chime.ListAttendeeTags

ToQuery ListAttendeeTags Source # 
Instance details

Defined in Amazonka.Chime.ListAttendeeTags

AWSRequest ListAttendeeTags Source # 
Instance details

Defined in Amazonka.Chime.ListAttendeeTags

Associated Types

type AWSResponse ListAttendeeTags #

Generic ListAttendeeTags Source # 
Instance details

Defined in Amazonka.Chime.ListAttendeeTags

Associated Types

type Rep ListAttendeeTags :: Type -> Type #

Read ListAttendeeTags Source # 
Instance details

Defined in Amazonka.Chime.ListAttendeeTags

Show ListAttendeeTags Source # 
Instance details

Defined in Amazonka.Chime.ListAttendeeTags

NFData ListAttendeeTags Source # 
Instance details

Defined in Amazonka.Chime.ListAttendeeTags

Methods

rnf :: ListAttendeeTags -> () #

Eq ListAttendeeTags Source # 
Instance details

Defined in Amazonka.Chime.ListAttendeeTags

Hashable ListAttendeeTags Source # 
Instance details

Defined in Amazonka.Chime.ListAttendeeTags

type AWSResponse ListAttendeeTags Source # 
Instance details

Defined in Amazonka.Chime.ListAttendeeTags

type Rep ListAttendeeTags Source # 
Instance details

Defined in Amazonka.Chime.ListAttendeeTags

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

newListAttendeeTags Source #

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

ListAttendeeTags, listAttendeeTags_meetingId - The Amazon Chime SDK meeting ID.

ListAttendeeTags, listAttendeeTags_attendeeId - The Amazon Chime SDK attendee ID.

data ListAttendeeTagsResponse Source #

See: newListAttendeeTagsResponse smart constructor.

Instances

Instances details
Generic ListAttendeeTagsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListAttendeeTags

Associated Types

type Rep ListAttendeeTagsResponse :: Type -> Type #

Show ListAttendeeTagsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListAttendeeTags

NFData ListAttendeeTagsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListAttendeeTags

Eq ListAttendeeTagsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListAttendeeTags

type Rep ListAttendeeTagsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListAttendeeTags

type Rep ListAttendeeTagsResponse = D1 ('MetaData "ListAttendeeTagsResponse" "Amazonka.Chime.ListAttendeeTags" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ListAttendeeTagsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Tag))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newListAttendeeTagsResponse Source #

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

ListAttendeeTagsResponse, listAttendeeTagsResponse_tags - A list of tag key-value pairs.

$sel:httpStatus:ListAttendeeTagsResponse', listAttendeeTagsResponse_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.Chime.ListAttendees

ToPath ListAttendees Source # 
Instance details

Defined in Amazonka.Chime.ListAttendees

ToQuery ListAttendees Source # 
Instance details

Defined in Amazonka.Chime.ListAttendees

AWSRequest ListAttendees Source # 
Instance details

Defined in Amazonka.Chime.ListAttendees

Associated Types

type AWSResponse ListAttendees #

Generic ListAttendees Source # 
Instance details

Defined in Amazonka.Chime.ListAttendees

Associated Types

type Rep ListAttendees :: Type -> Type #

Read ListAttendees Source # 
Instance details

Defined in Amazonka.Chime.ListAttendees

Show ListAttendees Source # 
Instance details

Defined in Amazonka.Chime.ListAttendees

NFData ListAttendees Source # 
Instance details

Defined in Amazonka.Chime.ListAttendees

Methods

rnf :: ListAttendees -> () #

Eq ListAttendees Source # 
Instance details

Defined in Amazonka.Chime.ListAttendees

Hashable ListAttendees Source # 
Instance details

Defined in Amazonka.Chime.ListAttendees

type AWSResponse ListAttendees Source # 
Instance details

Defined in Amazonka.Chime.ListAttendees

type Rep ListAttendees Source # 
Instance details

Defined in Amazonka.Chime.ListAttendees

type Rep ListAttendees = D1 ('MetaData "ListAttendees" "Amazonka.Chime.ListAttendees" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" '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.Chime.ListAttendees

Associated Types

type Rep ListAttendeesResponse :: Type -> Type #

Show ListAttendeesResponse Source # 
Instance details

Defined in Amazonka.Chime.ListAttendees

NFData ListAttendeesResponse Source # 
Instance details

Defined in Amazonka.Chime.ListAttendees

Methods

rnf :: ListAttendeesResponse -> () #

Eq ListAttendeesResponse Source # 
Instance details

Defined in Amazonka.Chime.ListAttendees

type Rep ListAttendeesResponse Source # 
Instance details

Defined in Amazonka.Chime.ListAttendees

type Rep ListAttendeesResponse = D1 ('MetaData "ListAttendeesResponse" "Amazonka.Chime.ListAttendees" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" '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.

ListBots

data ListBots Source #

See: newListBots smart constructor.

Constructors

ListBots' (Maybe Natural) (Maybe Text) Text 

Instances

Instances details
ToHeaders ListBots Source # 
Instance details

Defined in Amazonka.Chime.ListBots

Methods

toHeaders :: ListBots -> [Header] #

ToPath ListBots Source # 
Instance details

Defined in Amazonka.Chime.ListBots

ToQuery ListBots Source # 
Instance details

Defined in Amazonka.Chime.ListBots

AWSRequest ListBots Source # 
Instance details

Defined in Amazonka.Chime.ListBots

Associated Types

type AWSResponse ListBots #

Generic ListBots Source # 
Instance details

Defined in Amazonka.Chime.ListBots

Associated Types

type Rep ListBots :: Type -> Type #

Methods

from :: ListBots -> Rep ListBots x #

to :: Rep ListBots x -> ListBots #

Read ListBots Source # 
Instance details

Defined in Amazonka.Chime.ListBots

Show ListBots Source # 
Instance details

Defined in Amazonka.Chime.ListBots

NFData ListBots Source # 
Instance details

Defined in Amazonka.Chime.ListBots

Methods

rnf :: ListBots -> () #

Eq ListBots Source # 
Instance details

Defined in Amazonka.Chime.ListBots

Hashable ListBots Source # 
Instance details

Defined in Amazonka.Chime.ListBots

Methods

hashWithSalt :: Int -> ListBots -> Int #

hash :: ListBots -> Int #

type AWSResponse ListBots Source # 
Instance details

Defined in Amazonka.Chime.ListBots

type Rep ListBots Source # 
Instance details

Defined in Amazonka.Chime.ListBots

type Rep ListBots = D1 ('MetaData "ListBots" "Amazonka.Chime.ListBots" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ListBots'" '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 "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListBots Source #

Arguments

:: Text

ListBots

-> ListBots 

Create a value of ListBots 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:ListBots', listBots_maxResults - The maximum number of results to return in a single call. The default is 10.

ListBots, listBots_nextToken - The token to use to retrieve the next page of results.

ListBots, listBots_accountId - The Amazon Chime account ID.

data ListBotsResponse Source #

See: newListBotsResponse smart constructor.

Constructors

ListBotsResponse' (Maybe [Bot]) (Maybe Text) Int 

Instances

Instances details
Generic ListBotsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListBots

Associated Types

type Rep ListBotsResponse :: Type -> Type #

Show ListBotsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListBots

NFData ListBotsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListBots

Methods

rnf :: ListBotsResponse -> () #

Eq ListBotsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListBots

type Rep ListBotsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListBots

type Rep ListBotsResponse = D1 ('MetaData "ListBotsResponse" "Amazonka.Chime.ListBots" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ListBotsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "bots") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Bot])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListBotsResponse Source #

Create a value of ListBotsResponse 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:bots:ListBotsResponse', listBotsResponse_bots - List of bots and bot details.

ListBots, listBotsResponse_nextToken - The token to use to retrieve the next page of results.

$sel:httpStatus:ListBotsResponse', listBotsResponse_httpStatus - The response's http status code.

ListChannelBans

data ListChannelBans Source #

See: newListChannelBans smart constructor.

Instances

Instances details
ToHeaders ListChannelBans Source # 
Instance details

Defined in Amazonka.Chime.ListChannelBans

ToPath ListChannelBans Source # 
Instance details

Defined in Amazonka.Chime.ListChannelBans

ToQuery ListChannelBans Source # 
Instance details

Defined in Amazonka.Chime.ListChannelBans

AWSRequest ListChannelBans Source # 
Instance details

Defined in Amazonka.Chime.ListChannelBans

Associated Types

type AWSResponse ListChannelBans #

Generic ListChannelBans Source # 
Instance details

Defined in Amazonka.Chime.ListChannelBans

Associated Types

type Rep ListChannelBans :: Type -> Type #

Show ListChannelBans Source # 
Instance details

Defined in Amazonka.Chime.ListChannelBans

NFData ListChannelBans Source # 
Instance details

Defined in Amazonka.Chime.ListChannelBans

Methods

rnf :: ListChannelBans -> () #

Eq ListChannelBans Source # 
Instance details

Defined in Amazonka.Chime.ListChannelBans

Hashable ListChannelBans Source # 
Instance details

Defined in Amazonka.Chime.ListChannelBans

type AWSResponse ListChannelBans Source # 
Instance details

Defined in Amazonka.Chime.ListChannelBans

type Rep ListChannelBans Source # 
Instance details

Defined in Amazonka.Chime.ListChannelBans

type Rep ListChannelBans = D1 ('MetaData "ListChannelBans" "Amazonka.Chime.ListChannelBans" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ListChannelBans'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "chimeBearer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "channelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListChannelBans Source #

Create a value of ListChannelBans 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:chimeBearer:ListChannelBans', listChannelBans_chimeBearer - The AppInstanceUserArn of the user that makes the API call.

$sel:maxResults:ListChannelBans', listChannelBans_maxResults - The maximum number of bans that you want returned.

ListChannelBans, listChannelBans_nextToken - The token passed by previous API calls until all requested bans are returned.

ListChannelBans, listChannelBans_channelArn - The ARN of the channel.

data ListChannelBansResponse Source #

See: newListChannelBansResponse smart constructor.

Instances

Instances details
Generic ListChannelBansResponse Source # 
Instance details

Defined in Amazonka.Chime.ListChannelBans

Associated Types

type Rep ListChannelBansResponse :: Type -> Type #

Show ListChannelBansResponse Source # 
Instance details

Defined in Amazonka.Chime.ListChannelBans

NFData ListChannelBansResponse Source # 
Instance details

Defined in Amazonka.Chime.ListChannelBans

Methods

rnf :: ListChannelBansResponse -> () #

Eq ListChannelBansResponse Source # 
Instance details

Defined in Amazonka.Chime.ListChannelBans

type Rep ListChannelBansResponse Source # 
Instance details

Defined in Amazonka.Chime.ListChannelBans

type Rep ListChannelBansResponse = D1 ('MetaData "ListChannelBansResponse" "Amazonka.Chime.ListChannelBans" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ListChannelBansResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "channelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "channelBans") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ChannelBanSummary]))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListChannelBansResponse Source #

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

ListChannelBans, listChannelBansResponse_channelArn - The ARN of the channel.

$sel:channelBans:ListChannelBansResponse', listChannelBansResponse_channelBans - The information for each requested ban.

ListChannelBans, listChannelBansResponse_nextToken - The token passed by previous API calls until all requested bans are returned.

$sel:httpStatus:ListChannelBansResponse', listChannelBansResponse_httpStatus - The response's http status code.

ListChannelMemberships

data ListChannelMemberships Source #

See: newListChannelMemberships smart constructor.

Instances

Instances details
ToHeaders ListChannelMemberships Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMemberships

ToPath ListChannelMemberships Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMemberships

ToQuery ListChannelMemberships Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMemberships

AWSRequest ListChannelMemberships Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMemberships

Associated Types

type AWSResponse ListChannelMemberships #

Generic ListChannelMemberships Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMemberships

Associated Types

type Rep ListChannelMemberships :: Type -> Type #

Show ListChannelMemberships Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMemberships

NFData ListChannelMemberships Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMemberships

Methods

rnf :: ListChannelMemberships -> () #

Eq ListChannelMemberships Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMemberships

Hashable ListChannelMemberships Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMemberships

type AWSResponse ListChannelMemberships Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMemberships

type Rep ListChannelMemberships Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMemberships

type Rep ListChannelMemberships = D1 ('MetaData "ListChannelMemberships" "Amazonka.Chime.ListChannelMemberships" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ListChannelMemberships'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "chimeBearer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChannelMembershipType)) :*: S1 ('MetaSel ('Just "channelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newListChannelMemberships Source #

Create a value of ListChannelMemberships 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:chimeBearer:ListChannelMemberships', listChannelMemberships_chimeBearer - The AppInstanceUserArn of the user that makes the API call.

$sel:maxResults:ListChannelMemberships', listChannelMemberships_maxResults - The maximum number of channel memberships that you want returned.

ListChannelMemberships, listChannelMemberships_nextToken - The token passed by previous API calls until all requested channel memberships are returned.

ListChannelMemberships, listChannelMemberships_type - The membership type of a user, DEFAULT or HIDDEN. Default members are always returned as part of ListChannelMemberships. Hidden members are only returned if the type filter in ListChannelMemberships equals HIDDEN. Otherwise hidden members are not returned.

ListChannelMemberships, listChannelMemberships_channelArn - The maximum number of channel memberships that you want returned.

data ListChannelMembershipsResponse Source #

See: newListChannelMembershipsResponse smart constructor.

Instances

Instances details
Generic ListChannelMembershipsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMemberships

Associated Types

type Rep ListChannelMembershipsResponse :: Type -> Type #

Show ListChannelMembershipsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMemberships

NFData ListChannelMembershipsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMemberships

Eq ListChannelMembershipsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMemberships

type Rep ListChannelMembershipsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMemberships

type Rep ListChannelMembershipsResponse = D1 ('MetaData "ListChannelMembershipsResponse" "Amazonka.Chime.ListChannelMemberships" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ListChannelMembershipsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "channelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "channelMemberships") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ChannelMembershipSummary]))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListChannelMembershipsResponse Source #

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

ListChannelMemberships, listChannelMembershipsResponse_channelArn - The ARN of the channel.

$sel:channelMemberships:ListChannelMembershipsResponse', listChannelMembershipsResponse_channelMemberships - The information for the requested channel memberships.

ListChannelMemberships, listChannelMembershipsResponse_nextToken - The token passed by previous API calls until all requested channel memberships are returned.

$sel:httpStatus:ListChannelMembershipsResponse', listChannelMembershipsResponse_httpStatus - The response's http status code.

ListChannelMembershipsForAppInstanceUser

data ListChannelMembershipsForAppInstanceUser Source #

Instances

Instances details
ToHeaders ListChannelMembershipsForAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMembershipsForAppInstanceUser

ToPath ListChannelMembershipsForAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMembershipsForAppInstanceUser

ToQuery ListChannelMembershipsForAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMembershipsForAppInstanceUser

AWSRequest ListChannelMembershipsForAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMembershipsForAppInstanceUser

Generic ListChannelMembershipsForAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMembershipsForAppInstanceUser

Show ListChannelMembershipsForAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMembershipsForAppInstanceUser

NFData ListChannelMembershipsForAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMembershipsForAppInstanceUser

Eq ListChannelMembershipsForAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMembershipsForAppInstanceUser

Hashable ListChannelMembershipsForAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMembershipsForAppInstanceUser

type AWSResponse ListChannelMembershipsForAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMembershipsForAppInstanceUser

type Rep ListChannelMembershipsForAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMembershipsForAppInstanceUser

type Rep ListChannelMembershipsForAppInstanceUser = D1 ('MetaData "ListChannelMembershipsForAppInstanceUser" "Amazonka.Chime.ListChannelMembershipsForAppInstanceUser" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ListChannelMembershipsForAppInstanceUser'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "appInstanceUserArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "chimeBearer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))))))

newListChannelMembershipsForAppInstanceUser :: ListChannelMembershipsForAppInstanceUser Source #

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

ListChannelMembershipsForAppInstanceUser, listChannelMembershipsForAppInstanceUser_appInstanceUserArn - The ARN of the AppInstanceUsers

$sel:chimeBearer:ListChannelMembershipsForAppInstanceUser', listChannelMembershipsForAppInstanceUser_chimeBearer - The AppInstanceUserArn of the user that makes the API call.

$sel:maxResults:ListChannelMembershipsForAppInstanceUser', listChannelMembershipsForAppInstanceUser_maxResults - The maximum number of users that you want returned.

ListChannelMembershipsForAppInstanceUser, listChannelMembershipsForAppInstanceUser_nextToken - The token returned from previous API requests until the number of channel memberships is reached.

data ListChannelMembershipsForAppInstanceUserResponse Source #

Instances

Instances details
Generic ListChannelMembershipsForAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMembershipsForAppInstanceUser

Show ListChannelMembershipsForAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMembershipsForAppInstanceUser

NFData ListChannelMembershipsForAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMembershipsForAppInstanceUser

Eq ListChannelMembershipsForAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMembershipsForAppInstanceUser

type Rep ListChannelMembershipsForAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMembershipsForAppInstanceUser

type Rep ListChannelMembershipsForAppInstanceUserResponse = D1 ('MetaData "ListChannelMembershipsForAppInstanceUserResponse" "Amazonka.Chime.ListChannelMembershipsForAppInstanceUser" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ListChannelMembershipsForAppInstanceUserResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "channelMemberships") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ChannelMembershipForAppInstanceUserSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListChannelMembershipsForAppInstanceUserResponse Source #

Create a value of ListChannelMembershipsForAppInstanceUserResponse 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:channelMemberships:ListChannelMembershipsForAppInstanceUserResponse', listChannelMembershipsForAppInstanceUserResponse_channelMemberships - The token passed by previous API calls until all requested users are returned.

ListChannelMembershipsForAppInstanceUser, listChannelMembershipsForAppInstanceUserResponse_nextToken - The token passed by previous API calls until all requested users are returned.

$sel:httpStatus:ListChannelMembershipsForAppInstanceUserResponse', listChannelMembershipsForAppInstanceUserResponse_httpStatus - The response's http status code.

ListChannelMessages

data ListChannelMessages Source #

See: newListChannelMessages smart constructor.

Instances

Instances details
ToHeaders ListChannelMessages Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMessages

ToPath ListChannelMessages Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMessages

ToQuery ListChannelMessages Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMessages

AWSRequest ListChannelMessages Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMessages

Associated Types

type AWSResponse ListChannelMessages #

Generic ListChannelMessages Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMessages

Associated Types

type Rep ListChannelMessages :: Type -> Type #

Show ListChannelMessages Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMessages

NFData ListChannelMessages Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMessages

Methods

rnf :: ListChannelMessages -> () #

Eq ListChannelMessages Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMessages

Hashable ListChannelMessages Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMessages

type AWSResponse ListChannelMessages Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMessages

type Rep ListChannelMessages Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMessages

newListChannelMessages Source #

Create a value of ListChannelMessages 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:chimeBearer:ListChannelMessages', listChannelMessages_chimeBearer - The AppInstanceUserArn of the user that makes the API call.

$sel:maxResults:ListChannelMessages', listChannelMessages_maxResults - The maximum number of messages that you want returned.

ListChannelMessages, listChannelMessages_nextToken - The token passed by previous API calls until all requested messages are returned.

$sel:notAfter:ListChannelMessages', listChannelMessages_notAfter - The final or ending time stamp for your requested messages.

$sel:notBefore:ListChannelMessages', listChannelMessages_notBefore - The initial or starting time stamp for your requested messages.

$sel:sortOrder:ListChannelMessages', listChannelMessages_sortOrder - The order in which you want messages sorted. Default is Descending, based on time created.

ListChannelMessages, listChannelMessages_channelArn - The ARN of the channel.

data ListChannelMessagesResponse Source #

See: newListChannelMessagesResponse smart constructor.

Instances

Instances details
Generic ListChannelMessagesResponse Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMessages

Associated Types

type Rep ListChannelMessagesResponse :: Type -> Type #

Show ListChannelMessagesResponse Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMessages

NFData ListChannelMessagesResponse Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMessages

Eq ListChannelMessagesResponse Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMessages

type Rep ListChannelMessagesResponse Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMessages

type Rep ListChannelMessagesResponse = D1 ('MetaData "ListChannelMessagesResponse" "Amazonka.Chime.ListChannelMessages" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ListChannelMessagesResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "channelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "channelMessages") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ChannelMessageSummary]))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListChannelMessagesResponse Source #

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

ListChannelMessages, listChannelMessagesResponse_channelArn - The ARN of the channel containing the requested messages.

$sel:channelMessages:ListChannelMessagesResponse', listChannelMessagesResponse_channelMessages - The information about, and content of, each requested message.

ListChannelMessages, listChannelMessagesResponse_nextToken - The token passed by previous API calls until all requested messages are returned.

$sel:httpStatus:ListChannelMessagesResponse', listChannelMessagesResponse_httpStatus - The response's http status code.

ListChannelModerators

data ListChannelModerators Source #

See: newListChannelModerators smart constructor.

Instances

Instances details
ToHeaders ListChannelModerators Source # 
Instance details

Defined in Amazonka.Chime.ListChannelModerators

ToPath ListChannelModerators Source # 
Instance details

Defined in Amazonka.Chime.ListChannelModerators

ToQuery ListChannelModerators Source # 
Instance details

Defined in Amazonka.Chime.ListChannelModerators

AWSRequest ListChannelModerators Source # 
Instance details

Defined in Amazonka.Chime.ListChannelModerators

Associated Types

type AWSResponse ListChannelModerators #

Generic ListChannelModerators Source # 
Instance details

Defined in Amazonka.Chime.ListChannelModerators

Associated Types

type Rep ListChannelModerators :: Type -> Type #

Show ListChannelModerators Source # 
Instance details

Defined in Amazonka.Chime.ListChannelModerators

NFData ListChannelModerators Source # 
Instance details

Defined in Amazonka.Chime.ListChannelModerators

Methods

rnf :: ListChannelModerators -> () #

Eq ListChannelModerators Source # 
Instance details

Defined in Amazonka.Chime.ListChannelModerators

Hashable ListChannelModerators Source # 
Instance details

Defined in Amazonka.Chime.ListChannelModerators

type AWSResponse ListChannelModerators Source # 
Instance details

Defined in Amazonka.Chime.ListChannelModerators

type Rep ListChannelModerators Source # 
Instance details

Defined in Amazonka.Chime.ListChannelModerators

type Rep ListChannelModerators = D1 ('MetaData "ListChannelModerators" "Amazonka.Chime.ListChannelModerators" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ListChannelModerators'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "chimeBearer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "channelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListChannelModerators Source #

Create a value of ListChannelModerators 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:chimeBearer:ListChannelModerators', listChannelModerators_chimeBearer - The AppInstanceUserArn of the user that makes the API call.

$sel:maxResults:ListChannelModerators', listChannelModerators_maxResults - The maximum number of moderators that you want returned.

ListChannelModerators, listChannelModerators_nextToken - The token passed by previous API calls until all requested moderators are returned.

ListChannelModerators, listChannelModerators_channelArn - The ARN of the channel.

data ListChannelModeratorsResponse Source #

See: newListChannelModeratorsResponse smart constructor.

Instances

Instances details
Generic ListChannelModeratorsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListChannelModerators

Associated Types

type Rep ListChannelModeratorsResponse :: Type -> Type #

Show ListChannelModeratorsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListChannelModerators

NFData ListChannelModeratorsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListChannelModerators

Eq ListChannelModeratorsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListChannelModerators

type Rep ListChannelModeratorsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListChannelModerators

type Rep ListChannelModeratorsResponse = D1 ('MetaData "ListChannelModeratorsResponse" "Amazonka.Chime.ListChannelModerators" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ListChannelModeratorsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "channelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "channelModerators") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ChannelModeratorSummary]))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListChannelModeratorsResponse Source #

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

ListChannelModerators, listChannelModeratorsResponse_channelArn - The ARN of the channel.

$sel:channelModerators:ListChannelModeratorsResponse', listChannelModeratorsResponse_channelModerators - The information about and names of each moderator.

ListChannelModerators, listChannelModeratorsResponse_nextToken - The token passed by previous API calls until all requested moderators are returned.

$sel:httpStatus:ListChannelModeratorsResponse', listChannelModeratorsResponse_httpStatus - The response's http status code.

ListChannels

data ListChannels Source #

See: newListChannels smart constructor.

Instances

Instances details
ToHeaders ListChannels Source # 
Instance details

Defined in Amazonka.Chime.ListChannels

ToPath ListChannels Source # 
Instance details

Defined in Amazonka.Chime.ListChannels

ToQuery ListChannels Source # 
Instance details

Defined in Amazonka.Chime.ListChannels

AWSRequest ListChannels Source # 
Instance details

Defined in Amazonka.Chime.ListChannels

Associated Types

type AWSResponse ListChannels #

Generic ListChannels Source # 
Instance details

Defined in Amazonka.Chime.ListChannels

Associated Types

type Rep ListChannels :: Type -> Type #

Show ListChannels Source # 
Instance details

Defined in Amazonka.Chime.ListChannels

NFData ListChannels Source # 
Instance details

Defined in Amazonka.Chime.ListChannels

Methods

rnf :: ListChannels -> () #

Eq ListChannels Source # 
Instance details

Defined in Amazonka.Chime.ListChannels

Hashable ListChannels Source # 
Instance details

Defined in Amazonka.Chime.ListChannels

type AWSResponse ListChannels Source # 
Instance details

Defined in Amazonka.Chime.ListChannels

type Rep ListChannels Source # 
Instance details

Defined in Amazonka.Chime.ListChannels

type Rep ListChannels = D1 ('MetaData "ListChannels" "Amazonka.Chime.ListChannels" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ListChannels'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "chimeBearer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "privacy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChannelPrivacy)) :*: S1 ('MetaSel ('Just "appInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newListChannels Source #

Create a value of ListChannels 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:chimeBearer:ListChannels', listChannels_chimeBearer - The AppInstanceUserArn of the user that makes the API call.

$sel:maxResults:ListChannels', listChannels_maxResults - The maximum number of channels that you want to return.

ListChannels, listChannels_nextToken - The token passed by previous API calls until all requested channels are returned.

ListChannels, listChannels_privacy - The privacy setting. PUBLIC retrieves all the public channels. PRIVATE retrieves private channels. Only an AppInstanceAdmin can retrieve private channels.

ListChannels, listChannels_appInstanceArn - The ARN of the AppInstance.

data ListChannelsResponse Source #

See: newListChannelsResponse smart constructor.

Instances

Instances details
Generic ListChannelsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListChannels

Associated Types

type Rep ListChannelsResponse :: Type -> Type #

Show ListChannelsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListChannels

NFData ListChannelsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListChannels

Methods

rnf :: ListChannelsResponse -> () #

Eq ListChannelsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListChannels

type Rep ListChannelsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListChannels

type Rep ListChannelsResponse = D1 ('MetaData "ListChannelsResponse" "Amazonka.Chime.ListChannels" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ListChannelsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "channels") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ChannelSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListChannelsResponse Source #

Create a value of ListChannelsResponse 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:channels:ListChannelsResponse', listChannelsResponse_channels - The information about each channel.

ListChannels, listChannelsResponse_nextToken - The token returned from previous API requests until the number of channels is reached.

$sel:httpStatus:ListChannelsResponse', listChannelsResponse_httpStatus - The response's http status code.

ListChannelsModeratedByAppInstanceUser

data ListChannelsModeratedByAppInstanceUser Source #

Instances

Instances details
ToHeaders ListChannelsModeratedByAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.ListChannelsModeratedByAppInstanceUser

ToPath ListChannelsModeratedByAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.ListChannelsModeratedByAppInstanceUser

ToQuery ListChannelsModeratedByAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.ListChannelsModeratedByAppInstanceUser

AWSRequest ListChannelsModeratedByAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.ListChannelsModeratedByAppInstanceUser

Generic ListChannelsModeratedByAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.ListChannelsModeratedByAppInstanceUser

Show ListChannelsModeratedByAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.ListChannelsModeratedByAppInstanceUser

NFData ListChannelsModeratedByAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.ListChannelsModeratedByAppInstanceUser

Eq ListChannelsModeratedByAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.ListChannelsModeratedByAppInstanceUser

Hashable ListChannelsModeratedByAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.ListChannelsModeratedByAppInstanceUser

type AWSResponse ListChannelsModeratedByAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.ListChannelsModeratedByAppInstanceUser

type Rep ListChannelsModeratedByAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.ListChannelsModeratedByAppInstanceUser

type Rep ListChannelsModeratedByAppInstanceUser = D1 ('MetaData "ListChannelsModeratedByAppInstanceUser" "Amazonka.Chime.ListChannelsModeratedByAppInstanceUser" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ListChannelsModeratedByAppInstanceUser'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "appInstanceUserArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "chimeBearer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))))))

newListChannelsModeratedByAppInstanceUser :: ListChannelsModeratedByAppInstanceUser Source #

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

ListChannelsModeratedByAppInstanceUser, listChannelsModeratedByAppInstanceUser_appInstanceUserArn - The ARN of the user in the moderated channel.

$sel:chimeBearer:ListChannelsModeratedByAppInstanceUser', listChannelsModeratedByAppInstanceUser_chimeBearer - The AppInstanceUserArn of the user that makes the API call.

$sel:maxResults:ListChannelsModeratedByAppInstanceUser', listChannelsModeratedByAppInstanceUser_maxResults - The maximum number of channels in the request.

ListChannelsModeratedByAppInstanceUser, listChannelsModeratedByAppInstanceUser_nextToken - The token returned from previous API requests until the number of channels moderated by the user is reached.

data ListChannelsModeratedByAppInstanceUserResponse Source #

Instances

Instances details
Generic ListChannelsModeratedByAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.Chime.ListChannelsModeratedByAppInstanceUser

Show ListChannelsModeratedByAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.Chime.ListChannelsModeratedByAppInstanceUser

NFData ListChannelsModeratedByAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.Chime.ListChannelsModeratedByAppInstanceUser

Eq ListChannelsModeratedByAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.Chime.ListChannelsModeratedByAppInstanceUser

type Rep ListChannelsModeratedByAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.Chime.ListChannelsModeratedByAppInstanceUser

type Rep ListChannelsModeratedByAppInstanceUserResponse = D1 ('MetaData "ListChannelsModeratedByAppInstanceUserResponse" "Amazonka.Chime.ListChannelsModeratedByAppInstanceUser" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ListChannelsModeratedByAppInstanceUserResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "channels") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ChannelModeratedByAppInstanceUserSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListChannelsModeratedByAppInstanceUserResponse Source #

Create a value of ListChannelsModeratedByAppInstanceUserResponse 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:channels:ListChannelsModeratedByAppInstanceUserResponse', listChannelsModeratedByAppInstanceUserResponse_channels - The moderated channels in the request.

ListChannelsModeratedByAppInstanceUser, listChannelsModeratedByAppInstanceUserResponse_nextToken - The token returned from previous API requests until the number of channels moderated by the user is reached.

$sel:httpStatus:ListChannelsModeratedByAppInstanceUserResponse', listChannelsModeratedByAppInstanceUserResponse_httpStatus - The response's http status code.

ListMediaCapturePipelines

data ListMediaCapturePipelines Source #

See: newListMediaCapturePipelines smart constructor.

Instances

Instances details
ToHeaders ListMediaCapturePipelines Source # 
Instance details

Defined in Amazonka.Chime.ListMediaCapturePipelines

ToPath ListMediaCapturePipelines Source # 
Instance details

Defined in Amazonka.Chime.ListMediaCapturePipelines

ToQuery ListMediaCapturePipelines Source # 
Instance details

Defined in Amazonka.Chime.ListMediaCapturePipelines

AWSRequest ListMediaCapturePipelines Source # 
Instance details

Defined in Amazonka.Chime.ListMediaCapturePipelines

Generic ListMediaCapturePipelines Source # 
Instance details

Defined in Amazonka.Chime.ListMediaCapturePipelines

Associated Types

type Rep ListMediaCapturePipelines :: Type -> Type #

Read ListMediaCapturePipelines Source # 
Instance details

Defined in Amazonka.Chime.ListMediaCapturePipelines

Show ListMediaCapturePipelines Source # 
Instance details

Defined in Amazonka.Chime.ListMediaCapturePipelines

NFData ListMediaCapturePipelines Source # 
Instance details

Defined in Amazonka.Chime.ListMediaCapturePipelines

Eq ListMediaCapturePipelines Source # 
Instance details

Defined in Amazonka.Chime.ListMediaCapturePipelines

Hashable ListMediaCapturePipelines Source # 
Instance details

Defined in Amazonka.Chime.ListMediaCapturePipelines

type AWSResponse ListMediaCapturePipelines Source # 
Instance details

Defined in Amazonka.Chime.ListMediaCapturePipelines

type Rep ListMediaCapturePipelines Source # 
Instance details

Defined in Amazonka.Chime.ListMediaCapturePipelines

type Rep ListMediaCapturePipelines = D1 ('MetaData "ListMediaCapturePipelines" "Amazonka.Chime.ListMediaCapturePipelines" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ListMediaCapturePipelines'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newListMediaCapturePipelines :: ListMediaCapturePipelines Source #

Create a value of ListMediaCapturePipelines 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:ListMediaCapturePipelines', listMediaCapturePipelines_maxResults - The maximum number of results to return in a single call. Valid Range: 1 - 99.

ListMediaCapturePipelines, listMediaCapturePipelines_nextToken - The token used to retrieve the next page of results.

data ListMediaCapturePipelinesResponse Source #

See: newListMediaCapturePipelinesResponse smart constructor.

Instances

Instances details
Generic ListMediaCapturePipelinesResponse Source # 
Instance details

Defined in Amazonka.Chime.ListMediaCapturePipelines

Associated Types

type Rep ListMediaCapturePipelinesResponse :: Type -> Type #

Show ListMediaCapturePipelinesResponse Source # 
Instance details

Defined in Amazonka.Chime.ListMediaCapturePipelines

NFData ListMediaCapturePipelinesResponse Source # 
Instance details

Defined in Amazonka.Chime.ListMediaCapturePipelines

Eq ListMediaCapturePipelinesResponse Source # 
Instance details

Defined in Amazonka.Chime.ListMediaCapturePipelines

type Rep ListMediaCapturePipelinesResponse Source # 
Instance details

Defined in Amazonka.Chime.ListMediaCapturePipelines

type Rep ListMediaCapturePipelinesResponse = D1 ('MetaData "ListMediaCapturePipelinesResponse" "Amazonka.Chime.ListMediaCapturePipelines" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ListMediaCapturePipelinesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "mediaCapturePipelines") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MediaCapturePipeline])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListMediaCapturePipelinesResponse Source #

Create a value of ListMediaCapturePipelinesResponse 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:mediaCapturePipelines:ListMediaCapturePipelinesResponse', listMediaCapturePipelinesResponse_mediaCapturePipelines - The media capture pipeline objects in the list.

ListMediaCapturePipelines, listMediaCapturePipelinesResponse_nextToken - The token used to retrieve the next page of results.

$sel:httpStatus:ListMediaCapturePipelinesResponse', listMediaCapturePipelinesResponse_httpStatus - The response's http status code.

ListMeetingTags

data ListMeetingTags Source #

See: newListMeetingTags smart constructor.

Constructors

ListMeetingTags' Text 

Instances

Instances details
ToHeaders ListMeetingTags Source # 
Instance details

Defined in Amazonka.Chime.ListMeetingTags

ToPath ListMeetingTags Source # 
Instance details

Defined in Amazonka.Chime.ListMeetingTags

ToQuery ListMeetingTags Source # 
Instance details

Defined in Amazonka.Chime.ListMeetingTags

AWSRequest ListMeetingTags Source # 
Instance details

Defined in Amazonka.Chime.ListMeetingTags

Associated Types

type AWSResponse ListMeetingTags #

Generic ListMeetingTags Source # 
Instance details

Defined in Amazonka.Chime.ListMeetingTags

Associated Types

type Rep ListMeetingTags :: Type -> Type #

Read ListMeetingTags Source # 
Instance details

Defined in Amazonka.Chime.ListMeetingTags

Show ListMeetingTags Source # 
Instance details

Defined in Amazonka.Chime.ListMeetingTags

NFData ListMeetingTags Source # 
Instance details

Defined in Amazonka.Chime.ListMeetingTags

Methods

rnf :: ListMeetingTags -> () #

Eq ListMeetingTags Source # 
Instance details

Defined in Amazonka.Chime.ListMeetingTags

Hashable ListMeetingTags Source # 
Instance details

Defined in Amazonka.Chime.ListMeetingTags

type AWSResponse ListMeetingTags Source # 
Instance details

Defined in Amazonka.Chime.ListMeetingTags

type Rep ListMeetingTags Source # 
Instance details

Defined in Amazonka.Chime.ListMeetingTags

type Rep ListMeetingTags = D1 ('MetaData "ListMeetingTags" "Amazonka.Chime.ListMeetingTags" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ListMeetingTags'" 'PrefixI 'True) (S1 ('MetaSel ('Just "meetingId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newListMeetingTags Source #

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

ListMeetingTags, listMeetingTags_meetingId - The Amazon Chime SDK meeting ID.

data ListMeetingTagsResponse Source #

See: newListMeetingTagsResponse smart constructor.

Instances

Instances details
Generic ListMeetingTagsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListMeetingTags

Associated Types

type Rep ListMeetingTagsResponse :: Type -> Type #

Show ListMeetingTagsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListMeetingTags

NFData ListMeetingTagsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListMeetingTags

Methods

rnf :: ListMeetingTagsResponse -> () #

Eq ListMeetingTagsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListMeetingTags

type Rep ListMeetingTagsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListMeetingTags

type Rep ListMeetingTagsResponse = D1 ('MetaData "ListMeetingTagsResponse" "Amazonka.Chime.ListMeetingTags" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ListMeetingTagsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Tag))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newListMeetingTagsResponse Source #

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

ListMeetingTagsResponse, listMeetingTagsResponse_tags - A list of tag key-value pairs.

$sel:httpStatus:ListMeetingTagsResponse', listMeetingTagsResponse_httpStatus - The response's http status code.

ListMeetings

data ListMeetings Source #

See: newListMeetings smart constructor.

Instances

Instances details
ToHeaders ListMeetings Source # 
Instance details

Defined in Amazonka.Chime.ListMeetings

ToPath ListMeetings Source # 
Instance details

Defined in Amazonka.Chime.ListMeetings

ToQuery ListMeetings Source # 
Instance details

Defined in Amazonka.Chime.ListMeetings

AWSRequest ListMeetings Source # 
Instance details

Defined in Amazonka.Chime.ListMeetings

Associated Types

type AWSResponse ListMeetings #

Generic ListMeetings Source # 
Instance details

Defined in Amazonka.Chime.ListMeetings

Associated Types

type Rep ListMeetings :: Type -> Type #

Read ListMeetings Source # 
Instance details

Defined in Amazonka.Chime.ListMeetings

Show ListMeetings Source # 
Instance details

Defined in Amazonka.Chime.ListMeetings

NFData ListMeetings Source # 
Instance details

Defined in Amazonka.Chime.ListMeetings

Methods

rnf :: ListMeetings -> () #

Eq ListMeetings Source # 
Instance details

Defined in Amazonka.Chime.ListMeetings

Hashable ListMeetings Source # 
Instance details

Defined in Amazonka.Chime.ListMeetings

type AWSResponse ListMeetings Source # 
Instance details

Defined in Amazonka.Chime.ListMeetings

type Rep ListMeetings Source # 
Instance details

Defined in Amazonka.Chime.ListMeetings

type Rep ListMeetings = D1 ('MetaData "ListMeetings" "Amazonka.Chime.ListMeetings" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ListMeetings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newListMeetings :: ListMeetings Source #

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

ListMeetings, listMeetings_nextToken - The token to use to retrieve the next page of results.

data ListMeetingsResponse Source #

See: newListMeetingsResponse smart constructor.

Instances

Instances details
Generic ListMeetingsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListMeetings

Associated Types

type Rep ListMeetingsResponse :: Type -> Type #

Show ListMeetingsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListMeetings

NFData ListMeetingsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListMeetings

Methods

rnf :: ListMeetingsResponse -> () #

Eq ListMeetingsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListMeetings

type Rep ListMeetingsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListMeetings

type Rep ListMeetingsResponse = D1 ('MetaData "ListMeetingsResponse" "Amazonka.Chime.ListMeetings" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ListMeetingsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "meetings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Meeting])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListMeetingsResponse Source #

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

ListMeetings, listMeetingsResponse_nextToken - The token to use to retrieve the next page of results.

$sel:httpStatus:ListMeetingsResponse', listMeetingsResponse_httpStatus - The response's http status code.

ListPhoneNumberOrders

data ListPhoneNumberOrders Source #

See: newListPhoneNumberOrders smart constructor.

Instances

Instances details
ToHeaders ListPhoneNumberOrders Source # 
Instance details

Defined in Amazonka.Chime.ListPhoneNumberOrders

ToPath ListPhoneNumberOrders Source # 
Instance details

Defined in Amazonka.Chime.ListPhoneNumberOrders

ToQuery ListPhoneNumberOrders Source # 
Instance details

Defined in Amazonka.Chime.ListPhoneNumberOrders

AWSRequest ListPhoneNumberOrders Source # 
Instance details

Defined in Amazonka.Chime.ListPhoneNumberOrders

Associated Types

type AWSResponse ListPhoneNumberOrders #

Generic ListPhoneNumberOrders Source # 
Instance details

Defined in Amazonka.Chime.ListPhoneNumberOrders

Associated Types

type Rep ListPhoneNumberOrders :: Type -> Type #

Read ListPhoneNumberOrders Source # 
Instance details

Defined in Amazonka.Chime.ListPhoneNumberOrders

Show ListPhoneNumberOrders Source # 
Instance details

Defined in Amazonka.Chime.ListPhoneNumberOrders

NFData ListPhoneNumberOrders Source # 
Instance details

Defined in Amazonka.Chime.ListPhoneNumberOrders

Methods

rnf :: ListPhoneNumberOrders -> () #

Eq ListPhoneNumberOrders Source # 
Instance details

Defined in Amazonka.Chime.ListPhoneNumberOrders

Hashable ListPhoneNumberOrders Source # 
Instance details

Defined in Amazonka.Chime.ListPhoneNumberOrders

type AWSResponse ListPhoneNumberOrders Source # 
Instance details

Defined in Amazonka.Chime.ListPhoneNumberOrders

type Rep ListPhoneNumberOrders Source # 
Instance details

Defined in Amazonka.Chime.ListPhoneNumberOrders

type Rep ListPhoneNumberOrders = D1 ('MetaData "ListPhoneNumberOrders" "Amazonka.Chime.ListPhoneNumberOrders" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ListPhoneNumberOrders'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newListPhoneNumberOrders :: ListPhoneNumberOrders Source #

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

ListPhoneNumberOrders, listPhoneNumberOrders_nextToken - The token to use to retrieve the next page of results.

data ListPhoneNumberOrdersResponse Source #

See: newListPhoneNumberOrdersResponse smart constructor.

Instances

Instances details
Generic ListPhoneNumberOrdersResponse Source # 
Instance details

Defined in Amazonka.Chime.ListPhoneNumberOrders

Associated Types

type Rep ListPhoneNumberOrdersResponse :: Type -> Type #

Show ListPhoneNumberOrdersResponse Source # 
Instance details

Defined in Amazonka.Chime.ListPhoneNumberOrders

NFData ListPhoneNumberOrdersResponse Source # 
Instance details

Defined in Amazonka.Chime.ListPhoneNumberOrders

Eq ListPhoneNumberOrdersResponse Source # 
Instance details

Defined in Amazonka.Chime.ListPhoneNumberOrders

type Rep ListPhoneNumberOrdersResponse Source # 
Instance details

Defined in Amazonka.Chime.ListPhoneNumberOrders

type Rep ListPhoneNumberOrdersResponse = D1 ('MetaData "ListPhoneNumberOrdersResponse" "Amazonka.Chime.ListPhoneNumberOrders" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ListPhoneNumberOrdersResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "phoneNumberOrders") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PhoneNumberOrder])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListPhoneNumberOrdersResponse Source #

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

ListPhoneNumberOrders, listPhoneNumberOrdersResponse_nextToken - The token to use to retrieve the next page of results.

$sel:phoneNumberOrders:ListPhoneNumberOrdersResponse', listPhoneNumberOrdersResponse_phoneNumberOrders - The phone number order details.

$sel:httpStatus:ListPhoneNumberOrdersResponse', listPhoneNumberOrdersResponse_httpStatus - The response's http status code.

ListPhoneNumbers

data ListPhoneNumbers Source #

See: newListPhoneNumbers smart constructor.

Instances

Instances details
ToHeaders ListPhoneNumbers Source # 
Instance details

Defined in Amazonka.Chime.ListPhoneNumbers

ToPath ListPhoneNumbers Source # 
Instance details

Defined in Amazonka.Chime.ListPhoneNumbers

ToQuery ListPhoneNumbers Source # 
Instance details

Defined in Amazonka.Chime.ListPhoneNumbers

AWSRequest ListPhoneNumbers Source # 
Instance details

Defined in Amazonka.Chime.ListPhoneNumbers

Associated Types

type AWSResponse ListPhoneNumbers #

Generic ListPhoneNumbers Source # 
Instance details

Defined in Amazonka.Chime.ListPhoneNumbers

Associated Types

type Rep ListPhoneNumbers :: Type -> Type #

Read ListPhoneNumbers Source # 
Instance details

Defined in Amazonka.Chime.ListPhoneNumbers

Show ListPhoneNumbers Source # 
Instance details

Defined in Amazonka.Chime.ListPhoneNumbers

NFData ListPhoneNumbers Source # 
Instance details

Defined in Amazonka.Chime.ListPhoneNumbers

Methods

rnf :: ListPhoneNumbers -> () #

Eq ListPhoneNumbers Source # 
Instance details

Defined in Amazonka.Chime.ListPhoneNumbers

Hashable ListPhoneNumbers Source # 
Instance details

Defined in Amazonka.Chime.ListPhoneNumbers

type AWSResponse ListPhoneNumbers Source # 
Instance details

Defined in Amazonka.Chime.ListPhoneNumbers

type Rep ListPhoneNumbers Source # 
Instance details

Defined in Amazonka.Chime.ListPhoneNumbers

newListPhoneNumbers :: ListPhoneNumbers Source #

Create a value of ListPhoneNumbers 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:filterName:ListPhoneNumbers', listPhoneNumbers_filterName - The filter to use to limit the number of results.

$sel:filterValue:ListPhoneNumbers', listPhoneNumbers_filterValue - The value to use for the filter.

$sel:maxResults:ListPhoneNumbers', listPhoneNumbers_maxResults - The maximum number of results to return in a single call.

ListPhoneNumbers, listPhoneNumbers_nextToken - The token to use to retrieve the next page of results.

ListPhoneNumbers, listPhoneNumbers_productType - The phone number product type.

ListPhoneNumbers, listPhoneNumbers_status - The phone number status.

data ListPhoneNumbersResponse Source #

See: newListPhoneNumbersResponse smart constructor.

Instances

Instances details
Generic ListPhoneNumbersResponse Source # 
Instance details

Defined in Amazonka.Chime.ListPhoneNumbers

Associated Types

type Rep ListPhoneNumbersResponse :: Type -> Type #

Show ListPhoneNumbersResponse Source # 
Instance details

Defined in Amazonka.Chime.ListPhoneNumbers

NFData ListPhoneNumbersResponse Source # 
Instance details

Defined in Amazonka.Chime.ListPhoneNumbers

Eq ListPhoneNumbersResponse Source # 
Instance details

Defined in Amazonka.Chime.ListPhoneNumbers

type Rep ListPhoneNumbersResponse Source # 
Instance details

Defined in Amazonka.Chime.ListPhoneNumbers

type Rep ListPhoneNumbersResponse = D1 ('MetaData "ListPhoneNumbersResponse" "Amazonka.Chime.ListPhoneNumbers" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ListPhoneNumbersResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "phoneNumbers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PhoneNumber])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListPhoneNumbersResponse Source #

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

ListPhoneNumbers, listPhoneNumbersResponse_nextToken - The token to use to retrieve the next page of results.

$sel:phoneNumbers:ListPhoneNumbersResponse', listPhoneNumbersResponse_phoneNumbers - The phone number details.

$sel:httpStatus:ListPhoneNumbersResponse', listPhoneNumbersResponse_httpStatus - The response's http status code.

ListProxySessions

data ListProxySessions Source #

See: newListProxySessions smart constructor.

Instances

Instances details
ToHeaders ListProxySessions Source # 
Instance details

Defined in Amazonka.Chime.ListProxySessions

ToPath ListProxySessions Source # 
Instance details

Defined in Amazonka.Chime.ListProxySessions

ToQuery ListProxySessions Source # 
Instance details

Defined in Amazonka.Chime.ListProxySessions

AWSRequest ListProxySessions Source # 
Instance details

Defined in Amazonka.Chime.ListProxySessions

Associated Types

type AWSResponse ListProxySessions #

Generic ListProxySessions Source # 
Instance details

Defined in Amazonka.Chime.ListProxySessions

Associated Types

type Rep ListProxySessions :: Type -> Type #

Read ListProxySessions Source # 
Instance details

Defined in Amazonka.Chime.ListProxySessions

Show ListProxySessions Source # 
Instance details

Defined in Amazonka.Chime.ListProxySessions

NFData ListProxySessions Source # 
Instance details

Defined in Amazonka.Chime.ListProxySessions

Methods

rnf :: ListProxySessions -> () #

Eq ListProxySessions Source # 
Instance details

Defined in Amazonka.Chime.ListProxySessions

Hashable ListProxySessions Source # 
Instance details

Defined in Amazonka.Chime.ListProxySessions

type AWSResponse ListProxySessions Source # 
Instance details

Defined in Amazonka.Chime.ListProxySessions

type Rep ListProxySessions Source # 
Instance details

Defined in Amazonka.Chime.ListProxySessions

type Rep ListProxySessions = D1 ('MetaData "ListProxySessions" "Amazonka.Chime.ListProxySessions" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ListProxySessions'" '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 "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProxySessionStatus)) :*: S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListProxySessions Source #

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

ListProxySessions, listProxySessions_nextToken - The token to use to retrieve the next page of results.

ListProxySessions, listProxySessions_status - The proxy session status.

ListProxySessions, listProxySessions_voiceConnectorId - The Amazon Chime voice connector ID.

data ListProxySessionsResponse Source #

See: newListProxySessionsResponse smart constructor.

Instances

Instances details
Generic ListProxySessionsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListProxySessions

Associated Types

type Rep ListProxySessionsResponse :: Type -> Type #

Show ListProxySessionsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListProxySessions

NFData ListProxySessionsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListProxySessions

Eq ListProxySessionsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListProxySessions

type Rep ListProxySessionsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListProxySessions

type Rep ListProxySessionsResponse = D1 ('MetaData "ListProxySessionsResponse" "Amazonka.Chime.ListProxySessions" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ListProxySessionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "proxySessions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProxySession])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListProxySessionsResponse Source #

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

ListProxySessions, listProxySessionsResponse_nextToken - The token to use to retrieve the next page of results.

$sel:proxySessions:ListProxySessionsResponse', listProxySessionsResponse_proxySessions - The proxy session details.

$sel:httpStatus:ListProxySessionsResponse', listProxySessionsResponse_httpStatus - The response's http status code.

ListRoomMemberships

data ListRoomMemberships Source #

See: newListRoomMemberships smart constructor.

Instances

Instances details
ToHeaders ListRoomMemberships Source # 
Instance details

Defined in Amazonka.Chime.ListRoomMemberships

ToPath ListRoomMemberships Source # 
Instance details

Defined in Amazonka.Chime.ListRoomMemberships

ToQuery ListRoomMemberships Source # 
Instance details

Defined in Amazonka.Chime.ListRoomMemberships

AWSRequest ListRoomMemberships Source # 
Instance details

Defined in Amazonka.Chime.ListRoomMemberships

Associated Types

type AWSResponse ListRoomMemberships #

Generic ListRoomMemberships Source # 
Instance details

Defined in Amazonka.Chime.ListRoomMemberships

Associated Types

type Rep ListRoomMemberships :: Type -> Type #

Read ListRoomMemberships Source # 
Instance details

Defined in Amazonka.Chime.ListRoomMemberships

Show ListRoomMemberships Source # 
Instance details

Defined in Amazonka.Chime.ListRoomMemberships

NFData ListRoomMemberships Source # 
Instance details

Defined in Amazonka.Chime.ListRoomMemberships

Methods

rnf :: ListRoomMemberships -> () #

Eq ListRoomMemberships Source # 
Instance details

Defined in Amazonka.Chime.ListRoomMemberships

Hashable ListRoomMemberships Source # 
Instance details

Defined in Amazonka.Chime.ListRoomMemberships

type AWSResponse ListRoomMemberships Source # 
Instance details

Defined in Amazonka.Chime.ListRoomMemberships

type Rep ListRoomMemberships Source # 
Instance details

Defined in Amazonka.Chime.ListRoomMemberships

type Rep ListRoomMemberships = D1 ('MetaData "ListRoomMemberships" "Amazonka.Chime.ListRoomMemberships" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ListRoomMemberships'" '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 "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "roomId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListRoomMemberships Source #

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

ListRoomMemberships, listRoomMemberships_nextToken - The token to use to retrieve the next page of results.

ListRoomMemberships, listRoomMemberships_accountId - The Amazon Chime account ID.

ListRoomMemberships, listRoomMemberships_roomId - The room ID.

data ListRoomMembershipsResponse Source #

See: newListRoomMembershipsResponse smart constructor.

Instances

Instances details
Generic ListRoomMembershipsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListRoomMemberships

Associated Types

type Rep ListRoomMembershipsResponse :: Type -> Type #

Show ListRoomMembershipsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListRoomMemberships

NFData ListRoomMembershipsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListRoomMemberships

Eq ListRoomMembershipsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListRoomMemberships

type Rep ListRoomMembershipsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListRoomMemberships

type Rep ListRoomMembershipsResponse = D1 ('MetaData "ListRoomMembershipsResponse" "Amazonka.Chime.ListRoomMemberships" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ListRoomMembershipsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "roomMemberships") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RoomMembership])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListRoomMembershipsResponse Source #

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

ListRoomMemberships, listRoomMembershipsResponse_nextToken - The token to use to retrieve the next page of results.

$sel:roomMemberships:ListRoomMembershipsResponse', listRoomMembershipsResponse_roomMemberships - The room membership details.

$sel:httpStatus:ListRoomMembershipsResponse', listRoomMembershipsResponse_httpStatus - The response's http status code.

ListRooms

data ListRooms Source #

See: newListRooms smart constructor.

Instances

Instances details
ToHeaders ListRooms Source # 
Instance details

Defined in Amazonka.Chime.ListRooms

Methods

toHeaders :: ListRooms -> [Header] #

ToPath ListRooms Source # 
Instance details

Defined in Amazonka.Chime.ListRooms

ToQuery ListRooms Source # 
Instance details

Defined in Amazonka.Chime.ListRooms

AWSRequest ListRooms Source # 
Instance details

Defined in Amazonka.Chime.ListRooms

Associated Types

type AWSResponse ListRooms #

Generic ListRooms Source # 
Instance details

Defined in Amazonka.Chime.ListRooms

Associated Types

type Rep ListRooms :: Type -> Type #

Read ListRooms Source # 
Instance details

Defined in Amazonka.Chime.ListRooms

Show ListRooms Source # 
Instance details

Defined in Amazonka.Chime.ListRooms

NFData ListRooms Source # 
Instance details

Defined in Amazonka.Chime.ListRooms

Methods

rnf :: ListRooms -> () #

Eq ListRooms Source # 
Instance details

Defined in Amazonka.Chime.ListRooms

Hashable ListRooms Source # 
Instance details

Defined in Amazonka.Chime.ListRooms

type AWSResponse ListRooms Source # 
Instance details

Defined in Amazonka.Chime.ListRooms

type Rep ListRooms Source # 
Instance details

Defined in Amazonka.Chime.ListRooms

type Rep ListRooms = D1 ('MetaData "ListRooms" "Amazonka.Chime.ListRooms" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ListRooms'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "memberId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListRooms Source #

Arguments

:: Text

ListRooms

-> ListRooms 

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

ListRooms, listRooms_memberId - The member ID (user ID or bot ID).

ListRooms, listRooms_nextToken - The token to use to retrieve the next page of results.

ListRooms, listRooms_accountId - The Amazon Chime account ID.

data ListRoomsResponse Source #

See: newListRoomsResponse smart constructor.

Instances

Instances details
Generic ListRoomsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListRooms

Associated Types

type Rep ListRoomsResponse :: Type -> Type #

Show ListRoomsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListRooms

NFData ListRoomsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListRooms

Methods

rnf :: ListRoomsResponse -> () #

Eq ListRoomsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListRooms

type Rep ListRoomsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListRooms

type Rep ListRoomsResponse = D1 ('MetaData "ListRoomsResponse" "Amazonka.Chime.ListRooms" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ListRoomsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "rooms") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Room])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListRoomsResponse Source #

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

ListRooms, listRoomsResponse_nextToken - The token to use to retrieve the next page of results.

$sel:rooms:ListRoomsResponse', listRoomsResponse_rooms - The room details.

$sel:httpStatus:ListRoomsResponse', listRoomsResponse_httpStatus - The response's http status code.

ListSipMediaApplications

data ListSipMediaApplications Source #

See: newListSipMediaApplications smart constructor.

Instances

Instances details
ToHeaders ListSipMediaApplications Source # 
Instance details

Defined in Amazonka.Chime.ListSipMediaApplications

ToPath ListSipMediaApplications Source # 
Instance details

Defined in Amazonka.Chime.ListSipMediaApplications

ToQuery ListSipMediaApplications Source # 
Instance details

Defined in Amazonka.Chime.ListSipMediaApplications

AWSRequest ListSipMediaApplications Source # 
Instance details

Defined in Amazonka.Chime.ListSipMediaApplications

Generic ListSipMediaApplications Source # 
Instance details

Defined in Amazonka.Chime.ListSipMediaApplications

Associated Types

type Rep ListSipMediaApplications :: Type -> Type #

Read ListSipMediaApplications Source # 
Instance details

Defined in Amazonka.Chime.ListSipMediaApplications

Show ListSipMediaApplications Source # 
Instance details

Defined in Amazonka.Chime.ListSipMediaApplications

NFData ListSipMediaApplications Source # 
Instance details

Defined in Amazonka.Chime.ListSipMediaApplications

Eq ListSipMediaApplications Source # 
Instance details

Defined in Amazonka.Chime.ListSipMediaApplications

Hashable ListSipMediaApplications Source # 
Instance details

Defined in Amazonka.Chime.ListSipMediaApplications

type AWSResponse ListSipMediaApplications Source # 
Instance details

Defined in Amazonka.Chime.ListSipMediaApplications

type Rep ListSipMediaApplications Source # 
Instance details

Defined in Amazonka.Chime.ListSipMediaApplications

type Rep ListSipMediaApplications = D1 ('MetaData "ListSipMediaApplications" "Amazonka.Chime.ListSipMediaApplications" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ListSipMediaApplications'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newListSipMediaApplications :: ListSipMediaApplications Source #

Create a value of ListSipMediaApplications 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:ListSipMediaApplications', listSipMediaApplications_maxResults - The maximum number of results to return in a single call. Defaults to 100.

ListSipMediaApplications, listSipMediaApplications_nextToken - The token to use to retrieve the next page of results.

data ListSipMediaApplicationsResponse Source #

See: newListSipMediaApplicationsResponse smart constructor.

Instances

Instances details
Generic ListSipMediaApplicationsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListSipMediaApplications

Associated Types

type Rep ListSipMediaApplicationsResponse :: Type -> Type #

Show ListSipMediaApplicationsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListSipMediaApplications

NFData ListSipMediaApplicationsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListSipMediaApplications

Eq ListSipMediaApplicationsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListSipMediaApplications

type Rep ListSipMediaApplicationsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListSipMediaApplications

type Rep ListSipMediaApplicationsResponse = D1 ('MetaData "ListSipMediaApplicationsResponse" "Amazonka.Chime.ListSipMediaApplications" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ListSipMediaApplicationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "sipMediaApplications") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SipMediaApplication])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListSipMediaApplicationsResponse Source #

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

ListSipMediaApplications, listSipMediaApplicationsResponse_nextToken - The token to use to retrieve the next page of results.

$sel:sipMediaApplications:ListSipMediaApplicationsResponse', listSipMediaApplicationsResponse_sipMediaApplications - List of SIP media applications and application details.

$sel:httpStatus:ListSipMediaApplicationsResponse', listSipMediaApplicationsResponse_httpStatus - The response's http status code.

ListSipRules

data ListSipRules Source #

See: newListSipRules smart constructor.

Instances

Instances details
ToHeaders ListSipRules Source # 
Instance details

Defined in Amazonka.Chime.ListSipRules

ToPath ListSipRules Source # 
Instance details

Defined in Amazonka.Chime.ListSipRules

ToQuery ListSipRules Source # 
Instance details

Defined in Amazonka.Chime.ListSipRules

AWSRequest ListSipRules Source # 
Instance details

Defined in Amazonka.Chime.ListSipRules

Associated Types

type AWSResponse ListSipRules #

Generic ListSipRules Source # 
Instance details

Defined in Amazonka.Chime.ListSipRules

Associated Types

type Rep ListSipRules :: Type -> Type #

Read ListSipRules Source # 
Instance details

Defined in Amazonka.Chime.ListSipRules

Show ListSipRules Source # 
Instance details

Defined in Amazonka.Chime.ListSipRules

NFData ListSipRules Source # 
Instance details

Defined in Amazonka.Chime.ListSipRules

Methods

rnf :: ListSipRules -> () #

Eq ListSipRules Source # 
Instance details

Defined in Amazonka.Chime.ListSipRules

Hashable ListSipRules Source # 
Instance details

Defined in Amazonka.Chime.ListSipRules

type AWSResponse ListSipRules Source # 
Instance details

Defined in Amazonka.Chime.ListSipRules

type Rep ListSipRules Source # 
Instance details

Defined in Amazonka.Chime.ListSipRules

type Rep ListSipRules = D1 ('MetaData "ListSipRules" "Amazonka.Chime.ListSipRules" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ListSipRules'" '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 "sipMediaApplicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListSipRules :: ListSipRules Source #

Create a value of ListSipRules 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:ListSipRules', listSipRules_maxResults - The maximum number of results to return in a single call. Defaults to 100.

ListSipRules, listSipRules_nextToken - The token to use to retrieve the next page of results.

ListSipRules, listSipRules_sipMediaApplicationId - The SIP media application ID.

data ListSipRulesResponse Source #

See: newListSipRulesResponse smart constructor.

Instances

Instances details
Generic ListSipRulesResponse Source # 
Instance details

Defined in Amazonka.Chime.ListSipRules

Associated Types

type Rep ListSipRulesResponse :: Type -> Type #

Read ListSipRulesResponse Source # 
Instance details

Defined in Amazonka.Chime.ListSipRules

Show ListSipRulesResponse Source # 
Instance details

Defined in Amazonka.Chime.ListSipRules

NFData ListSipRulesResponse Source # 
Instance details

Defined in Amazonka.Chime.ListSipRules

Methods

rnf :: ListSipRulesResponse -> () #

Eq ListSipRulesResponse Source # 
Instance details

Defined in Amazonka.Chime.ListSipRules

type Rep ListSipRulesResponse Source # 
Instance details

Defined in Amazonka.Chime.ListSipRules

type Rep ListSipRulesResponse = D1 ('MetaData "ListSipRulesResponse" "Amazonka.Chime.ListSipRules" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ListSipRulesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "sipRules") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SipRule])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListSipRulesResponse Source #

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

ListSipRules, listSipRulesResponse_nextToken - The token to use to retrieve the next page of results.

$sel:sipRules:ListSipRulesResponse', listSipRulesResponse_sipRules - List of SIP rules and rule details.

$sel:httpStatus:ListSipRulesResponse', listSipRulesResponse_httpStatus - The response's http status code.

ListSupportedPhoneNumberCountries

data ListSupportedPhoneNumberCountries Source #

See: newListSupportedPhoneNumberCountries smart constructor.

Instances

Instances details
ToHeaders ListSupportedPhoneNumberCountries Source # 
Instance details

Defined in Amazonka.Chime.ListSupportedPhoneNumberCountries

ToPath ListSupportedPhoneNumberCountries Source # 
Instance details

Defined in Amazonka.Chime.ListSupportedPhoneNumberCountries

ToQuery ListSupportedPhoneNumberCountries Source # 
Instance details

Defined in Amazonka.Chime.ListSupportedPhoneNumberCountries

AWSRequest ListSupportedPhoneNumberCountries Source # 
Instance details

Defined in Amazonka.Chime.ListSupportedPhoneNumberCountries

Generic ListSupportedPhoneNumberCountries Source # 
Instance details

Defined in Amazonka.Chime.ListSupportedPhoneNumberCountries

Associated Types

type Rep ListSupportedPhoneNumberCountries :: Type -> Type #

Read ListSupportedPhoneNumberCountries Source # 
Instance details

Defined in Amazonka.Chime.ListSupportedPhoneNumberCountries

Show ListSupportedPhoneNumberCountries Source # 
Instance details

Defined in Amazonka.Chime.ListSupportedPhoneNumberCountries

NFData ListSupportedPhoneNumberCountries Source # 
Instance details

Defined in Amazonka.Chime.ListSupportedPhoneNumberCountries

Eq ListSupportedPhoneNumberCountries Source # 
Instance details

Defined in Amazonka.Chime.ListSupportedPhoneNumberCountries

Hashable ListSupportedPhoneNumberCountries Source # 
Instance details

Defined in Amazonka.Chime.ListSupportedPhoneNumberCountries

type AWSResponse ListSupportedPhoneNumberCountries Source # 
Instance details

Defined in Amazonka.Chime.ListSupportedPhoneNumberCountries

type Rep ListSupportedPhoneNumberCountries Source # 
Instance details

Defined in Amazonka.Chime.ListSupportedPhoneNumberCountries

type Rep ListSupportedPhoneNumberCountries = D1 ('MetaData "ListSupportedPhoneNumberCountries" "Amazonka.Chime.ListSupportedPhoneNumberCountries" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ListSupportedPhoneNumberCountries'" 'PrefixI 'True) (S1 ('MetaSel ('Just "productType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PhoneNumberProductType)))

newListSupportedPhoneNumberCountries Source #

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

ListSupportedPhoneNumberCountries, listSupportedPhoneNumberCountries_productType - The phone number product type.

data ListSupportedPhoneNumberCountriesResponse Source #

Instances

Instances details
Generic ListSupportedPhoneNumberCountriesResponse Source # 
Instance details

Defined in Amazonka.Chime.ListSupportedPhoneNumberCountries

Read ListSupportedPhoneNumberCountriesResponse Source # 
Instance details

Defined in Amazonka.Chime.ListSupportedPhoneNumberCountries

Show ListSupportedPhoneNumberCountriesResponse Source # 
Instance details

Defined in Amazonka.Chime.ListSupportedPhoneNumberCountries

NFData ListSupportedPhoneNumberCountriesResponse Source # 
Instance details

Defined in Amazonka.Chime.ListSupportedPhoneNumberCountries

Eq ListSupportedPhoneNumberCountriesResponse Source # 
Instance details

Defined in Amazonka.Chime.ListSupportedPhoneNumberCountries

type Rep ListSupportedPhoneNumberCountriesResponse Source # 
Instance details

Defined in Amazonka.Chime.ListSupportedPhoneNumberCountries

type Rep ListSupportedPhoneNumberCountriesResponse = D1 ('MetaData "ListSupportedPhoneNumberCountriesResponse" "Amazonka.Chime.ListSupportedPhoneNumberCountries" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ListSupportedPhoneNumberCountriesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "phoneNumberCountries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PhoneNumberCountry])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newListSupportedPhoneNumberCountriesResponse Source #

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

ListSupportedPhoneNumberCountriesResponse, listSupportedPhoneNumberCountriesResponse_phoneNumberCountries - The supported phone number countries.

$sel:httpStatus:ListSupportedPhoneNumberCountriesResponse', listSupportedPhoneNumberCountriesResponse_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.Chime.ListTagsForResource

ToPath ListTagsForResource Source # 
Instance details

Defined in Amazonka.Chime.ListTagsForResource

ToQuery ListTagsForResource Source # 
Instance details

Defined in Amazonka.Chime.ListTagsForResource

AWSRequest ListTagsForResource Source # 
Instance details

Defined in Amazonka.Chime.ListTagsForResource

Associated Types

type AWSResponse ListTagsForResource #

Generic ListTagsForResource Source # 
Instance details

Defined in Amazonka.Chime.ListTagsForResource

Associated Types

type Rep ListTagsForResource :: Type -> Type #

Show ListTagsForResource Source # 
Instance details

Defined in Amazonka.Chime.ListTagsForResource

NFData ListTagsForResource Source # 
Instance details

Defined in Amazonka.Chime.ListTagsForResource

Methods

rnf :: ListTagsForResource -> () #

Eq ListTagsForResource Source # 
Instance details

Defined in Amazonka.Chime.ListTagsForResource

Hashable ListTagsForResource Source # 
Instance details

Defined in Amazonka.Chime.ListTagsForResource

type AWSResponse ListTagsForResource Source # 
Instance details

Defined in Amazonka.Chime.ListTagsForResource

type Rep ListTagsForResource Source # 
Instance details

Defined in Amazonka.Chime.ListTagsForResource

type Rep ListTagsForResource = D1 ('MetaData "ListTagsForResource" "Amazonka.Chime.ListTagsForResource" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ListTagsForResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive 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 resource ARN.

data ListTagsForResourceResponse Source #

See: newListTagsForResourceResponse smart constructor.

Instances

Instances details
Generic ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.Chime.ListTagsForResource

Associated Types

type Rep ListTagsForResourceResponse :: Type -> Type #

Show ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.Chime.ListTagsForResource

NFData ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.Chime.ListTagsForResource

Eq ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.Chime.ListTagsForResource

type Rep ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.Chime.ListTagsForResource

type Rep ListTagsForResourceResponse = D1 ('MetaData "ListTagsForResourceResponse" "Amazonka.Chime.ListTagsForResource" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ListTagsForResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty 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:

ListTagsForResourceResponse, listTagsForResourceResponse_tags - A list of tag-key value pairs.

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

ListUsers (Paginated)

data ListUsers Source #

See: newListUsers smart constructor.

Instances

Instances details
ToHeaders ListUsers Source # 
Instance details

Defined in Amazonka.Chime.ListUsers

Methods

toHeaders :: ListUsers -> [Header] #

ToPath ListUsers Source # 
Instance details

Defined in Amazonka.Chime.ListUsers

ToQuery ListUsers Source # 
Instance details

Defined in Amazonka.Chime.ListUsers

AWSPager ListUsers Source # 
Instance details

Defined in Amazonka.Chime.ListUsers

AWSRequest ListUsers Source # 
Instance details

Defined in Amazonka.Chime.ListUsers

Associated Types

type AWSResponse ListUsers #

Generic ListUsers Source # 
Instance details

Defined in Amazonka.Chime.ListUsers

Associated Types

type Rep ListUsers :: Type -> Type #

Show ListUsers Source # 
Instance details

Defined in Amazonka.Chime.ListUsers

NFData ListUsers Source # 
Instance details

Defined in Amazonka.Chime.ListUsers

Methods

rnf :: ListUsers -> () #

Eq ListUsers Source # 
Instance details

Defined in Amazonka.Chime.ListUsers

Hashable ListUsers Source # 
Instance details

Defined in Amazonka.Chime.ListUsers

type AWSResponse ListUsers Source # 
Instance details

Defined in Amazonka.Chime.ListUsers

type Rep ListUsers Source # 
Instance details

Defined in Amazonka.Chime.ListUsers

type Rep ListUsers = D1 ('MetaData "ListUsers" "Amazonka.Chime.ListUsers" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ListUsers'" '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 "userEmail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "userType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserType)) :*: S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newListUsers Source #

Arguments

:: Text

ListUsers

-> ListUsers 

Create a value of ListUsers 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:ListUsers', listUsers_maxResults - The maximum number of results to return in a single call. Defaults to 100.

ListUsers, listUsers_nextToken - The token to use to retrieve the next page of results.

$sel:userEmail:ListUsers', listUsers_userEmail - Optional. The user email address used to filter results. Maximum 1.

ListUsers, listUsers_userType - The user type.

ListUsers, listUsers_accountId - The Amazon Chime account ID.

data ListUsersResponse Source #

See: newListUsersResponse smart constructor.

Instances

Instances details
Generic ListUsersResponse Source # 
Instance details

Defined in Amazonka.Chime.ListUsers

Associated Types

type Rep ListUsersResponse :: Type -> Type #

Show ListUsersResponse Source # 
Instance details

Defined in Amazonka.Chime.ListUsers

NFData ListUsersResponse Source # 
Instance details

Defined in Amazonka.Chime.ListUsers

Methods

rnf :: ListUsersResponse -> () #

Eq ListUsersResponse Source # 
Instance details

Defined in Amazonka.Chime.ListUsers

type Rep ListUsersResponse Source # 
Instance details

Defined in Amazonka.Chime.ListUsers

type Rep ListUsersResponse = D1 ('MetaData "ListUsersResponse" "Amazonka.Chime.ListUsers" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ListUsersResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "users") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [User])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListUsersResponse Source #

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

ListUsers, listUsersResponse_nextToken - The token to use to retrieve the next page of results.

$sel:users:ListUsersResponse', listUsersResponse_users - List of users and user details.

$sel:httpStatus:ListUsersResponse', listUsersResponse_httpStatus - The response's http status code.

ListVoiceConnectorGroups

data ListVoiceConnectorGroups Source #

See: newListVoiceConnectorGroups smart constructor.

Instances

Instances details
ToHeaders ListVoiceConnectorGroups Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectorGroups

ToPath ListVoiceConnectorGroups Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectorGroups

ToQuery ListVoiceConnectorGroups Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectorGroups

AWSRequest ListVoiceConnectorGroups Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectorGroups

Generic ListVoiceConnectorGroups Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectorGroups

Associated Types

type Rep ListVoiceConnectorGroups :: Type -> Type #

Read ListVoiceConnectorGroups Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectorGroups

Show ListVoiceConnectorGroups Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectorGroups

NFData ListVoiceConnectorGroups Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectorGroups

Eq ListVoiceConnectorGroups Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectorGroups

Hashable ListVoiceConnectorGroups Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectorGroups

type AWSResponse ListVoiceConnectorGroups Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectorGroups

type Rep ListVoiceConnectorGroups Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectorGroups

type Rep ListVoiceConnectorGroups = D1 ('MetaData "ListVoiceConnectorGroups" "Amazonka.Chime.ListVoiceConnectorGroups" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ListVoiceConnectorGroups'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newListVoiceConnectorGroups :: ListVoiceConnectorGroups Source #

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

ListVoiceConnectorGroups, listVoiceConnectorGroups_nextToken - The token to use to retrieve the next page of results.

data ListVoiceConnectorGroupsResponse Source #

See: newListVoiceConnectorGroupsResponse smart constructor.

Instances

Instances details
Generic ListVoiceConnectorGroupsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectorGroups

Associated Types

type Rep ListVoiceConnectorGroupsResponse :: Type -> Type #

Read ListVoiceConnectorGroupsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectorGroups

Show ListVoiceConnectorGroupsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectorGroups

NFData ListVoiceConnectorGroupsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectorGroups

Eq ListVoiceConnectorGroupsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectorGroups

type Rep ListVoiceConnectorGroupsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectorGroups

type Rep ListVoiceConnectorGroupsResponse = D1 ('MetaData "ListVoiceConnectorGroupsResponse" "Amazonka.Chime.ListVoiceConnectorGroups" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ListVoiceConnectorGroupsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "voiceConnectorGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [VoiceConnectorGroup])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListVoiceConnectorGroupsResponse Source #

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

ListVoiceConnectorGroups, listVoiceConnectorGroupsResponse_nextToken - The token to use to retrieve the next page of results.

$sel:voiceConnectorGroups:ListVoiceConnectorGroupsResponse', listVoiceConnectorGroupsResponse_voiceConnectorGroups - The details of the Amazon Chime Voice Connector groups.

$sel:httpStatus:ListVoiceConnectorGroupsResponse', listVoiceConnectorGroupsResponse_httpStatus - The response's http status code.

ListVoiceConnectorTerminationCredentials

data ListVoiceConnectorTerminationCredentials Source #

Instances

Instances details
ToHeaders ListVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectorTerminationCredentials

ToPath ListVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectorTerminationCredentials

ToQuery ListVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectorTerminationCredentials

AWSRequest ListVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectorTerminationCredentials

Generic ListVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectorTerminationCredentials

Read ListVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectorTerminationCredentials

Show ListVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectorTerminationCredentials

NFData ListVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectorTerminationCredentials

Eq ListVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectorTerminationCredentials

Hashable ListVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectorTerminationCredentials

type AWSResponse ListVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectorTerminationCredentials

type Rep ListVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectorTerminationCredentials

type Rep ListVoiceConnectorTerminationCredentials = D1 ('MetaData "ListVoiceConnectorTerminationCredentials" "Amazonka.Chime.ListVoiceConnectorTerminationCredentials" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ListVoiceConnectorTerminationCredentials'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newListVoiceConnectorTerminationCredentials Source #

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

ListVoiceConnectorTerminationCredentials, listVoiceConnectorTerminationCredentials_voiceConnectorId - The Amazon Chime Voice Connector ID.

data ListVoiceConnectorTerminationCredentialsResponse Source #

Instances

Instances details
Generic ListVoiceConnectorTerminationCredentialsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectorTerminationCredentials

Show ListVoiceConnectorTerminationCredentialsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectorTerminationCredentials

NFData ListVoiceConnectorTerminationCredentialsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectorTerminationCredentials

Eq ListVoiceConnectorTerminationCredentialsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectorTerminationCredentials

type Rep ListVoiceConnectorTerminationCredentialsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectorTerminationCredentials

type Rep ListVoiceConnectorTerminationCredentialsResponse = D1 ('MetaData "ListVoiceConnectorTerminationCredentialsResponse" "Amazonka.Chime.ListVoiceConnectorTerminationCredentials" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ListVoiceConnectorTerminationCredentialsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "usernames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Sensitive Text])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

ListVoiceConnectors

data ListVoiceConnectors Source #

See: newListVoiceConnectors smart constructor.

Instances

Instances details
ToHeaders ListVoiceConnectors Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectors

ToPath ListVoiceConnectors Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectors

ToQuery ListVoiceConnectors Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectors

AWSRequest ListVoiceConnectors Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectors

Associated Types

type AWSResponse ListVoiceConnectors #

Generic ListVoiceConnectors Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectors

Associated Types

type Rep ListVoiceConnectors :: Type -> Type #

Read ListVoiceConnectors Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectors

Show ListVoiceConnectors Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectors

NFData ListVoiceConnectors Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectors

Methods

rnf :: ListVoiceConnectors -> () #

Eq ListVoiceConnectors Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectors

Hashable ListVoiceConnectors Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectors

type AWSResponse ListVoiceConnectors Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectors

type Rep ListVoiceConnectors Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectors

type Rep ListVoiceConnectors = D1 ('MetaData "ListVoiceConnectors" "Amazonka.Chime.ListVoiceConnectors" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ListVoiceConnectors'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newListVoiceConnectors :: ListVoiceConnectors Source #

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

ListVoiceConnectors, listVoiceConnectors_nextToken - The token to use to retrieve the next page of results.

data ListVoiceConnectorsResponse Source #

See: newListVoiceConnectorsResponse smart constructor.

Instances

Instances details
Generic ListVoiceConnectorsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectors

Associated Types

type Rep ListVoiceConnectorsResponse :: Type -> Type #

Read ListVoiceConnectorsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectors

Show ListVoiceConnectorsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectors

NFData ListVoiceConnectorsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectors

Eq ListVoiceConnectorsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectors

type Rep ListVoiceConnectorsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectors

type Rep ListVoiceConnectorsResponse = D1 ('MetaData "ListVoiceConnectorsResponse" "Amazonka.Chime.ListVoiceConnectors" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ListVoiceConnectorsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "voiceConnectors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [VoiceConnector])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListVoiceConnectorsResponse Source #

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

ListVoiceConnectors, listVoiceConnectorsResponse_nextToken - The token to use to retrieve the next page of results.

$sel:voiceConnectors:ListVoiceConnectorsResponse', listVoiceConnectorsResponse_voiceConnectors - The details of the Amazon Chime Voice Connectors.

$sel:httpStatus:ListVoiceConnectorsResponse', listVoiceConnectorsResponse_httpStatus - The response's http status code.

LogoutUser

data LogoutUser Source #

See: newLogoutUser smart constructor.

Constructors

LogoutUser' Text Text 

Instances

Instances details
ToJSON LogoutUser Source # 
Instance details

Defined in Amazonka.Chime.LogoutUser

ToHeaders LogoutUser Source # 
Instance details

Defined in Amazonka.Chime.LogoutUser

Methods

toHeaders :: LogoutUser -> [Header] #

ToPath LogoutUser Source # 
Instance details

Defined in Amazonka.Chime.LogoutUser

ToQuery LogoutUser Source # 
Instance details

Defined in Amazonka.Chime.LogoutUser

AWSRequest LogoutUser Source # 
Instance details

Defined in Amazonka.Chime.LogoutUser

Associated Types

type AWSResponse LogoutUser #

Generic LogoutUser Source # 
Instance details

Defined in Amazonka.Chime.LogoutUser

Associated Types

type Rep LogoutUser :: Type -> Type #

Read LogoutUser Source # 
Instance details

Defined in Amazonka.Chime.LogoutUser

Show LogoutUser Source # 
Instance details

Defined in Amazonka.Chime.LogoutUser

NFData LogoutUser Source # 
Instance details

Defined in Amazonka.Chime.LogoutUser

Methods

rnf :: LogoutUser -> () #

Eq LogoutUser Source # 
Instance details

Defined in Amazonka.Chime.LogoutUser

Hashable LogoutUser Source # 
Instance details

Defined in Amazonka.Chime.LogoutUser

type AWSResponse LogoutUser Source # 
Instance details

Defined in Amazonka.Chime.LogoutUser

type Rep LogoutUser Source # 
Instance details

Defined in Amazonka.Chime.LogoutUser

type Rep LogoutUser = D1 ('MetaData "LogoutUser" "Amazonka.Chime.LogoutUser" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "LogoutUser'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "userId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newLogoutUser Source #

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

LogoutUser, logoutUser_accountId - The Amazon Chime account ID.

LogoutUser, logoutUser_userId - The user ID.

data LogoutUserResponse Source #

See: newLogoutUserResponse smart constructor.

Constructors

LogoutUserResponse' Int 

Instances

Instances details
Generic LogoutUserResponse Source # 
Instance details

Defined in Amazonka.Chime.LogoutUser

Associated Types

type Rep LogoutUserResponse :: Type -> Type #

Read LogoutUserResponse Source # 
Instance details

Defined in Amazonka.Chime.LogoutUser

Show LogoutUserResponse Source # 
Instance details

Defined in Amazonka.Chime.LogoutUser

NFData LogoutUserResponse Source # 
Instance details

Defined in Amazonka.Chime.LogoutUser

Methods

rnf :: LogoutUserResponse -> () #

Eq LogoutUserResponse Source # 
Instance details

Defined in Amazonka.Chime.LogoutUser

type Rep LogoutUserResponse Source # 
Instance details

Defined in Amazonka.Chime.LogoutUser

type Rep LogoutUserResponse = D1 ('MetaData "LogoutUserResponse" "Amazonka.Chime.LogoutUser" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "LogoutUserResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newLogoutUserResponse Source #

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

PutAppInstanceRetentionSettings

data PutAppInstanceRetentionSettings Source #

See: newPutAppInstanceRetentionSettings smart constructor.

Instances

Instances details
ToJSON PutAppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.PutAppInstanceRetentionSettings

ToHeaders PutAppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.PutAppInstanceRetentionSettings

ToPath PutAppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.PutAppInstanceRetentionSettings

ToQuery PutAppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.PutAppInstanceRetentionSettings

AWSRequest PutAppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.PutAppInstanceRetentionSettings

Generic PutAppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.PutAppInstanceRetentionSettings

Associated Types

type Rep PutAppInstanceRetentionSettings :: Type -> Type #

Read PutAppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.PutAppInstanceRetentionSettings

Show PutAppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.PutAppInstanceRetentionSettings

NFData PutAppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.PutAppInstanceRetentionSettings

Eq PutAppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.PutAppInstanceRetentionSettings

Hashable PutAppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.PutAppInstanceRetentionSettings

type AWSResponse PutAppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.PutAppInstanceRetentionSettings

type Rep PutAppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.PutAppInstanceRetentionSettings

type Rep PutAppInstanceRetentionSettings = D1 ('MetaData "PutAppInstanceRetentionSettings" "Amazonka.Chime.PutAppInstanceRetentionSettings" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "PutAppInstanceRetentionSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "appInstanceRetentionSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AppInstanceRetentionSettings)))

newPutAppInstanceRetentionSettings Source #

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

PutAppInstanceRetentionSettings, putAppInstanceRetentionSettings_appInstanceArn - The ARN of the AppInstance.

PutAppInstanceRetentionSettings, putAppInstanceRetentionSettings_appInstanceRetentionSettings - The time in days to retain data. Data type: number.

data PutAppInstanceRetentionSettingsResponse Source #

Instances

Instances details
Generic PutAppInstanceRetentionSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.PutAppInstanceRetentionSettings

Read PutAppInstanceRetentionSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.PutAppInstanceRetentionSettings

Show PutAppInstanceRetentionSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.PutAppInstanceRetentionSettings

NFData PutAppInstanceRetentionSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.PutAppInstanceRetentionSettings

Eq PutAppInstanceRetentionSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.PutAppInstanceRetentionSettings

type Rep PutAppInstanceRetentionSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.PutAppInstanceRetentionSettings

type Rep PutAppInstanceRetentionSettingsResponse = D1 ('MetaData "PutAppInstanceRetentionSettingsResponse" "Amazonka.Chime.PutAppInstanceRetentionSettings" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "PutAppInstanceRetentionSettingsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appInstanceRetentionSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AppInstanceRetentionSettings)) :*: (S1 ('MetaSel ('Just "initiateDeletionTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

PutAppInstanceStreamingConfigurations

data PutAppInstanceStreamingConfigurations Source #

Instances

Instances details
ToJSON PutAppInstanceStreamingConfigurations Source # 
Instance details

Defined in Amazonka.Chime.PutAppInstanceStreamingConfigurations

ToHeaders PutAppInstanceStreamingConfigurations Source # 
Instance details

Defined in Amazonka.Chime.PutAppInstanceStreamingConfigurations

ToPath PutAppInstanceStreamingConfigurations Source # 
Instance details

Defined in Amazonka.Chime.PutAppInstanceStreamingConfigurations

ToQuery PutAppInstanceStreamingConfigurations Source # 
Instance details

Defined in Amazonka.Chime.PutAppInstanceStreamingConfigurations

AWSRequest PutAppInstanceStreamingConfigurations Source # 
Instance details

Defined in Amazonka.Chime.PutAppInstanceStreamingConfigurations

Generic PutAppInstanceStreamingConfigurations Source # 
Instance details

Defined in Amazonka.Chime.PutAppInstanceStreamingConfigurations

Show PutAppInstanceStreamingConfigurations Source # 
Instance details

Defined in Amazonka.Chime.PutAppInstanceStreamingConfigurations

NFData PutAppInstanceStreamingConfigurations Source # 
Instance details

Defined in Amazonka.Chime.PutAppInstanceStreamingConfigurations

Eq PutAppInstanceStreamingConfigurations Source # 
Instance details

Defined in Amazonka.Chime.PutAppInstanceStreamingConfigurations

Hashable PutAppInstanceStreamingConfigurations Source # 
Instance details

Defined in Amazonka.Chime.PutAppInstanceStreamingConfigurations

type AWSResponse PutAppInstanceStreamingConfigurations Source # 
Instance details

Defined in Amazonka.Chime.PutAppInstanceStreamingConfigurations

type Rep PutAppInstanceStreamingConfigurations Source # 
Instance details

Defined in Amazonka.Chime.PutAppInstanceStreamingConfigurations

type Rep PutAppInstanceStreamingConfigurations = D1 ('MetaData "PutAppInstanceStreamingConfigurations" "Amazonka.Chime.PutAppInstanceStreamingConfigurations" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "PutAppInstanceStreamingConfigurations'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "appInstanceStreamingConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty AppInstanceStreamingConfiguration))))

newPutAppInstanceStreamingConfigurations Source #

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

PutAppInstanceStreamingConfigurations, putAppInstanceStreamingConfigurations_appInstanceArn - The ARN of the AppInstance.

PutAppInstanceStreamingConfigurations, putAppInstanceStreamingConfigurations_appInstanceStreamingConfigurations - The streaming configurations set for an AppInstance.

data PutAppInstanceStreamingConfigurationsResponse Source #

Instances

Instances details
Generic PutAppInstanceStreamingConfigurationsResponse Source # 
Instance details

Defined in Amazonka.Chime.PutAppInstanceStreamingConfigurations

Show PutAppInstanceStreamingConfigurationsResponse Source # 
Instance details

Defined in Amazonka.Chime.PutAppInstanceStreamingConfigurations

NFData PutAppInstanceStreamingConfigurationsResponse Source # 
Instance details

Defined in Amazonka.Chime.PutAppInstanceStreamingConfigurations

Eq PutAppInstanceStreamingConfigurationsResponse Source # 
Instance details

Defined in Amazonka.Chime.PutAppInstanceStreamingConfigurations

type Rep PutAppInstanceStreamingConfigurationsResponse Source # 
Instance details

Defined in Amazonka.Chime.PutAppInstanceStreamingConfigurations

type Rep PutAppInstanceStreamingConfigurationsResponse = D1 ('MetaData "PutAppInstanceStreamingConfigurationsResponse" "Amazonka.Chime.PutAppInstanceStreamingConfigurations" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "PutAppInstanceStreamingConfigurationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appInstanceStreamingConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty AppInstanceStreamingConfiguration))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newPutAppInstanceStreamingConfigurationsResponse Source #

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

PutAppInstanceStreamingConfigurations, putAppInstanceStreamingConfigurationsResponse_appInstanceStreamingConfigurations - The streaming configurations of an AppInstance.

$sel:httpStatus:PutAppInstanceStreamingConfigurationsResponse', putAppInstanceStreamingConfigurationsResponse_httpStatus - The response's http status code.

PutEventsConfiguration

data PutEventsConfiguration Source #

See: newPutEventsConfiguration smart constructor.

Instances

Instances details
ToJSON PutEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutEventsConfiguration

ToHeaders PutEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutEventsConfiguration

ToPath PutEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutEventsConfiguration

ToQuery PutEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutEventsConfiguration

AWSRequest PutEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutEventsConfiguration

Associated Types

type AWSResponse PutEventsConfiguration #

Generic PutEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutEventsConfiguration

Associated Types

type Rep PutEventsConfiguration :: Type -> Type #

Show PutEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutEventsConfiguration

NFData PutEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutEventsConfiguration

Methods

rnf :: PutEventsConfiguration -> () #

Eq PutEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutEventsConfiguration

Hashable PutEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutEventsConfiguration

type AWSResponse PutEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutEventsConfiguration

type Rep PutEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutEventsConfiguration

type Rep PutEventsConfiguration = D1 ('MetaData "PutEventsConfiguration" "Amazonka.Chime.PutEventsConfiguration" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "PutEventsConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "lambdaFunctionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "outboundEventsHTTPSEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))) :*: (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "botId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newPutEventsConfiguration Source #

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

PutEventsConfiguration, putEventsConfiguration_lambdaFunctionArn - Lambda function ARN that allows the bot to receive outgoing events.

PutEventsConfiguration, putEventsConfiguration_outboundEventsHTTPSEndpoint - HTTPS endpoint that allows the bot to receive outgoing events.

PutEventsConfiguration, putEventsConfiguration_accountId - The Amazon Chime account ID.

PutEventsConfiguration, putEventsConfiguration_botId - The bot ID.

data PutEventsConfigurationResponse Source #

See: newPutEventsConfigurationResponse smart constructor.

Instances

Instances details
Generic PutEventsConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.PutEventsConfiguration

Associated Types

type Rep PutEventsConfigurationResponse :: Type -> Type #

Show PutEventsConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.PutEventsConfiguration

NFData PutEventsConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.PutEventsConfiguration

Eq PutEventsConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.PutEventsConfiguration

type Rep PutEventsConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.PutEventsConfiguration

type Rep PutEventsConfigurationResponse = D1 ('MetaData "PutEventsConfigurationResponse" "Amazonka.Chime.PutEventsConfiguration" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "PutEventsConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "eventsConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EventsConfiguration)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newPutEventsConfigurationResponse Source #

Create a value of PutEventsConfigurationResponse 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:eventsConfiguration:PutEventsConfigurationResponse', putEventsConfigurationResponse_eventsConfiguration - Undocumented member.

$sel:httpStatus:PutEventsConfigurationResponse', putEventsConfigurationResponse_httpStatus - The response's http status code.

PutRetentionSettings

data PutRetentionSettings Source #

See: newPutRetentionSettings smart constructor.

Instances

Instances details
ToJSON PutRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.PutRetentionSettings

ToHeaders PutRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.PutRetentionSettings

ToPath PutRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.PutRetentionSettings

ToQuery PutRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.PutRetentionSettings

AWSRequest PutRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.PutRetentionSettings

Associated Types

type AWSResponse PutRetentionSettings #

Generic PutRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.PutRetentionSettings

Associated Types

type Rep PutRetentionSettings :: Type -> Type #

Read PutRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.PutRetentionSettings

Show PutRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.PutRetentionSettings

NFData PutRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.PutRetentionSettings

Methods

rnf :: PutRetentionSettings -> () #

Eq PutRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.PutRetentionSettings

Hashable PutRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.PutRetentionSettings

type AWSResponse PutRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.PutRetentionSettings

type Rep PutRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.PutRetentionSettings

type Rep PutRetentionSettings = D1 ('MetaData "PutRetentionSettings" "Amazonka.Chime.PutRetentionSettings" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "PutRetentionSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "retentionSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RetentionSettings)))

newPutRetentionSettings Source #

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

PutRetentionSettings, putRetentionSettings_accountId - The Amazon Chime account ID.

PutRetentionSettings, putRetentionSettings_retentionSettings - The retention settings.

data PutRetentionSettingsResponse Source #

See: newPutRetentionSettingsResponse smart constructor.

Instances

Instances details
Generic PutRetentionSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.PutRetentionSettings

Associated Types

type Rep PutRetentionSettingsResponse :: Type -> Type #

Read PutRetentionSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.PutRetentionSettings

Show PutRetentionSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.PutRetentionSettings

NFData PutRetentionSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.PutRetentionSettings

Eq PutRetentionSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.PutRetentionSettings

type Rep PutRetentionSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.PutRetentionSettings

type Rep PutRetentionSettingsResponse = D1 ('MetaData "PutRetentionSettingsResponse" "Amazonka.Chime.PutRetentionSettings" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "PutRetentionSettingsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "initiateDeletionTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: (S1 ('MetaSel ('Just "retentionSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RetentionSettings)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newPutRetentionSettingsResponse Source #

Create a value of PutRetentionSettingsResponse 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:initiateDeletionTimestamp:PutRetentionSettingsResponse', putRetentionSettingsResponse_initiateDeletionTimestamp - The timestamp representing the time at which the specified items are permanently deleted, in ISO 8601 format.

PutRetentionSettings, putRetentionSettingsResponse_retentionSettings - The retention settings.

$sel:httpStatus:PutRetentionSettingsResponse', putRetentionSettingsResponse_httpStatus - The response's http status code.

PutSipMediaApplicationLoggingConfiguration

data PutSipMediaApplicationLoggingConfiguration Source #

Instances

Instances details
ToJSON PutSipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutSipMediaApplicationLoggingConfiguration

ToHeaders PutSipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutSipMediaApplicationLoggingConfiguration

ToPath PutSipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutSipMediaApplicationLoggingConfiguration

ToQuery PutSipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutSipMediaApplicationLoggingConfiguration

AWSRequest PutSipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutSipMediaApplicationLoggingConfiguration

Generic PutSipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutSipMediaApplicationLoggingConfiguration

Read PutSipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutSipMediaApplicationLoggingConfiguration

Show PutSipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutSipMediaApplicationLoggingConfiguration

NFData PutSipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutSipMediaApplicationLoggingConfiguration

Eq PutSipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutSipMediaApplicationLoggingConfiguration

Hashable PutSipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutSipMediaApplicationLoggingConfiguration

type AWSResponse PutSipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutSipMediaApplicationLoggingConfiguration

type Rep PutSipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutSipMediaApplicationLoggingConfiguration

type Rep PutSipMediaApplicationLoggingConfiguration = D1 ('MetaData "PutSipMediaApplicationLoggingConfiguration" "Amazonka.Chime.PutSipMediaApplicationLoggingConfiguration" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "PutSipMediaApplicationLoggingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sipMediaApplicationLoggingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SipMediaApplicationLoggingConfiguration)) :*: S1 ('MetaSel ('Just "sipMediaApplicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newPutSipMediaApplicationLoggingConfiguration Source #

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

PutSipMediaApplicationLoggingConfiguration, putSipMediaApplicationLoggingConfiguration_sipMediaApplicationLoggingConfiguration - The actual logging configuration.

PutSipMediaApplicationLoggingConfiguration, putSipMediaApplicationLoggingConfiguration_sipMediaApplicationId - The SIP media application ID.

data PutSipMediaApplicationLoggingConfigurationResponse Source #

Instances

Instances details
Generic PutSipMediaApplicationLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.PutSipMediaApplicationLoggingConfiguration

Read PutSipMediaApplicationLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.PutSipMediaApplicationLoggingConfiguration

Show PutSipMediaApplicationLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.PutSipMediaApplicationLoggingConfiguration

NFData PutSipMediaApplicationLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.PutSipMediaApplicationLoggingConfiguration

Eq PutSipMediaApplicationLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.PutSipMediaApplicationLoggingConfiguration

type Rep PutSipMediaApplicationLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.PutSipMediaApplicationLoggingConfiguration

type Rep PutSipMediaApplicationLoggingConfigurationResponse = D1 ('MetaData "PutSipMediaApplicationLoggingConfigurationResponse" "Amazonka.Chime.PutSipMediaApplicationLoggingConfiguration" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "PutSipMediaApplicationLoggingConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sipMediaApplicationLoggingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SipMediaApplicationLoggingConfiguration)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

PutVoiceConnectorEmergencyCallingConfiguration

data PutVoiceConnectorEmergencyCallingConfiguration Source #

Instances

Instances details
ToJSON PutVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorEmergencyCallingConfiguration

ToHeaders PutVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorEmergencyCallingConfiguration

ToPath PutVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorEmergencyCallingConfiguration

ToQuery PutVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorEmergencyCallingConfiguration

AWSRequest PutVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorEmergencyCallingConfiguration

Generic PutVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorEmergencyCallingConfiguration

Show PutVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorEmergencyCallingConfiguration

NFData PutVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorEmergencyCallingConfiguration

Eq PutVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorEmergencyCallingConfiguration

Hashable PutVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorEmergencyCallingConfiguration

type AWSResponse PutVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorEmergencyCallingConfiguration

type Rep PutVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorEmergencyCallingConfiguration

type Rep PutVoiceConnectorEmergencyCallingConfiguration = D1 ('MetaData "PutVoiceConnectorEmergencyCallingConfiguration" "Amazonka.Chime.PutVoiceConnectorEmergencyCallingConfiguration" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "PutVoiceConnectorEmergencyCallingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "emergencyCallingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EmergencyCallingConfiguration)))

data PutVoiceConnectorEmergencyCallingConfigurationResponse Source #

Instances

Instances details
Generic PutVoiceConnectorEmergencyCallingConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorEmergencyCallingConfiguration

Show PutVoiceConnectorEmergencyCallingConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorEmergencyCallingConfiguration

NFData PutVoiceConnectorEmergencyCallingConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorEmergencyCallingConfiguration

Eq PutVoiceConnectorEmergencyCallingConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorEmergencyCallingConfiguration

type Rep PutVoiceConnectorEmergencyCallingConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorEmergencyCallingConfiguration

type Rep PutVoiceConnectorEmergencyCallingConfigurationResponse = D1 ('MetaData "PutVoiceConnectorEmergencyCallingConfigurationResponse" "Amazonka.Chime.PutVoiceConnectorEmergencyCallingConfiguration" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "PutVoiceConnectorEmergencyCallingConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "emergencyCallingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EmergencyCallingConfiguration)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

PutVoiceConnectorLoggingConfiguration

data PutVoiceConnectorLoggingConfiguration Source #

Instances

Instances details
ToJSON PutVoiceConnectorLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorLoggingConfiguration

ToHeaders PutVoiceConnectorLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorLoggingConfiguration

ToPath PutVoiceConnectorLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorLoggingConfiguration

ToQuery PutVoiceConnectorLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorLoggingConfiguration

AWSRequest PutVoiceConnectorLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorLoggingConfiguration

Generic PutVoiceConnectorLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorLoggingConfiguration

Read PutVoiceConnectorLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorLoggingConfiguration

Show PutVoiceConnectorLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorLoggingConfiguration

NFData PutVoiceConnectorLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorLoggingConfiguration

Eq PutVoiceConnectorLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorLoggingConfiguration

Hashable PutVoiceConnectorLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorLoggingConfiguration

type AWSResponse PutVoiceConnectorLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorLoggingConfiguration

type Rep PutVoiceConnectorLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorLoggingConfiguration

type Rep PutVoiceConnectorLoggingConfiguration = D1 ('MetaData "PutVoiceConnectorLoggingConfiguration" "Amazonka.Chime.PutVoiceConnectorLoggingConfiguration" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "PutVoiceConnectorLoggingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "loggingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 LoggingConfiguration)))

newPutVoiceConnectorLoggingConfiguration Source #

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

PutVoiceConnectorLoggingConfiguration, putVoiceConnectorLoggingConfiguration_voiceConnectorId - The Amazon Chime Voice Connector ID.

PutVoiceConnectorLoggingConfiguration, putVoiceConnectorLoggingConfiguration_loggingConfiguration - The logging configuration details to add.

data PutVoiceConnectorLoggingConfigurationResponse Source #

Instances

Instances details
Generic PutVoiceConnectorLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorLoggingConfiguration

Read PutVoiceConnectorLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorLoggingConfiguration

Show PutVoiceConnectorLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorLoggingConfiguration

NFData PutVoiceConnectorLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorLoggingConfiguration

Eq PutVoiceConnectorLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorLoggingConfiguration

type Rep PutVoiceConnectorLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorLoggingConfiguration

type Rep PutVoiceConnectorLoggingConfigurationResponse = D1 ('MetaData "PutVoiceConnectorLoggingConfigurationResponse" "Amazonka.Chime.PutVoiceConnectorLoggingConfiguration" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "PutVoiceConnectorLoggingConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "loggingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LoggingConfiguration)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newPutVoiceConnectorLoggingConfigurationResponse Source #

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

PutVoiceConnectorLoggingConfiguration, putVoiceConnectorLoggingConfigurationResponse_loggingConfiguration - The updated logging configuration details.

$sel:httpStatus:PutVoiceConnectorLoggingConfigurationResponse', putVoiceConnectorLoggingConfigurationResponse_httpStatus - The response's http status code.

PutVoiceConnectorOrigination

data PutVoiceConnectorOrigination Source #

See: newPutVoiceConnectorOrigination smart constructor.

Instances

Instances details
ToJSON PutVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorOrigination

ToHeaders PutVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorOrigination

ToPath PutVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorOrigination

ToQuery PutVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorOrigination

AWSRequest PutVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorOrigination

Generic PutVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorOrigination

Associated Types

type Rep PutVoiceConnectorOrigination :: Type -> Type #

Read PutVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorOrigination

Show PutVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorOrigination

NFData PutVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorOrigination

Eq PutVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorOrigination

Hashable PutVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorOrigination

type AWSResponse PutVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorOrigination

type Rep PutVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorOrigination

type Rep PutVoiceConnectorOrigination = D1 ('MetaData "PutVoiceConnectorOrigination" "Amazonka.Chime.PutVoiceConnectorOrigination" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "PutVoiceConnectorOrigination'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "origination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Origination)))

newPutVoiceConnectorOrigination Source #

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

PutVoiceConnectorOrigination, putVoiceConnectorOrigination_voiceConnectorId - The Amazon Chime Voice Connector ID.

PutVoiceConnectorOrigination, putVoiceConnectorOrigination_origination - The origination setting details to add.

data PutVoiceConnectorOriginationResponse Source #

Instances

Instances details
Generic PutVoiceConnectorOriginationResponse Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorOrigination

Read PutVoiceConnectorOriginationResponse Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorOrigination

Show PutVoiceConnectorOriginationResponse Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorOrigination

NFData PutVoiceConnectorOriginationResponse Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorOrigination

Eq PutVoiceConnectorOriginationResponse Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorOrigination

type Rep PutVoiceConnectorOriginationResponse Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorOrigination

type Rep PutVoiceConnectorOriginationResponse = D1 ('MetaData "PutVoiceConnectorOriginationResponse" "Amazonka.Chime.PutVoiceConnectorOrigination" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "PutVoiceConnectorOriginationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "origination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Origination)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newPutVoiceConnectorOriginationResponse Source #

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

PutVoiceConnectorOrigination, putVoiceConnectorOriginationResponse_origination - The updated origination setting details.

$sel:httpStatus:PutVoiceConnectorOriginationResponse', putVoiceConnectorOriginationResponse_httpStatus - The response's http status code.

PutVoiceConnectorProxy

data PutVoiceConnectorProxy Source #

See: newPutVoiceConnectorProxy smart constructor.

Instances

Instances details
ToJSON PutVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorProxy

ToHeaders PutVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorProxy

ToPath PutVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorProxy

ToQuery PutVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorProxy

AWSRequest PutVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorProxy

Associated Types

type AWSResponse PutVoiceConnectorProxy #

Generic PutVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorProxy

Associated Types

type Rep PutVoiceConnectorProxy :: Type -> Type #

Show PutVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorProxy

NFData PutVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorProxy

Methods

rnf :: PutVoiceConnectorProxy -> () #

Eq PutVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorProxy

Hashable PutVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorProxy

type AWSResponse PutVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorProxy

type Rep PutVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorProxy

type Rep PutVoiceConnectorProxy = D1 ('MetaData "PutVoiceConnectorProxy" "Amazonka.Chime.PutVoiceConnectorProxy" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "PutVoiceConnectorProxy'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "disabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "fallBackPhoneNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))) :*: (S1 ('MetaSel ('Just "defaultSessionExpiryMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "phoneNumberPoolCountries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text)) :*: S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newPutVoiceConnectorProxy Source #

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

PutVoiceConnectorProxy, putVoiceConnectorProxy_disabled - When true, stops proxy sessions from being created on the specified Amazon Chime Voice Connector.

PutVoiceConnectorProxy, putVoiceConnectorProxy_fallBackPhoneNumber - The phone number to route calls to after a proxy session expires.

PutVoiceConnectorProxy, putVoiceConnectorProxy_defaultSessionExpiryMinutes - The default number of minutes allowed for proxy sessions.

$sel:phoneNumberPoolCountries:PutVoiceConnectorProxy', putVoiceConnectorProxy_phoneNumberPoolCountries - The countries for proxy phone numbers to be selected from.

PutVoiceConnectorProxy, putVoiceConnectorProxy_voiceConnectorId - The Amazon Chime voice connector ID.

data PutVoiceConnectorProxyResponse Source #

See: newPutVoiceConnectorProxyResponse smart constructor.

Instances

Instances details
Generic PutVoiceConnectorProxyResponse Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorProxy

Associated Types

type Rep PutVoiceConnectorProxyResponse :: Type -> Type #

Show PutVoiceConnectorProxyResponse Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorProxy

NFData PutVoiceConnectorProxyResponse Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorProxy

Eq PutVoiceConnectorProxyResponse Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorProxy

type Rep PutVoiceConnectorProxyResponse Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorProxy

type Rep PutVoiceConnectorProxyResponse = D1 ('MetaData "PutVoiceConnectorProxyResponse" "Amazonka.Chime.PutVoiceConnectorProxy" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "PutVoiceConnectorProxyResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "proxy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Proxy)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newPutVoiceConnectorProxyResponse Source #

Create a value of PutVoiceConnectorProxyResponse 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:proxy:PutVoiceConnectorProxyResponse', putVoiceConnectorProxyResponse_proxy - The proxy configuration details.

$sel:httpStatus:PutVoiceConnectorProxyResponse', putVoiceConnectorProxyResponse_httpStatus - The response's http status code.

PutVoiceConnectorStreamingConfiguration

data PutVoiceConnectorStreamingConfiguration Source #

Instances

Instances details
ToJSON PutVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorStreamingConfiguration

ToHeaders PutVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorStreamingConfiguration

ToPath PutVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorStreamingConfiguration

ToQuery PutVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorStreamingConfiguration

AWSRequest PutVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorStreamingConfiguration

Generic PutVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorStreamingConfiguration

Read PutVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorStreamingConfiguration

Show PutVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorStreamingConfiguration

NFData PutVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorStreamingConfiguration

Eq PutVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorStreamingConfiguration

Hashable PutVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorStreamingConfiguration

type AWSResponse PutVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorStreamingConfiguration

type Rep PutVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorStreamingConfiguration

type Rep PutVoiceConnectorStreamingConfiguration = D1 ('MetaData "PutVoiceConnectorStreamingConfiguration" "Amazonka.Chime.PutVoiceConnectorStreamingConfiguration" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "PutVoiceConnectorStreamingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "streamingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 StreamingConfiguration)))

newPutVoiceConnectorStreamingConfiguration Source #

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

PutVoiceConnectorStreamingConfiguration, putVoiceConnectorStreamingConfiguration_voiceConnectorId - The Amazon Chime Voice Connector ID.

PutVoiceConnectorStreamingConfiguration, putVoiceConnectorStreamingConfiguration_streamingConfiguration - The streaming configuration details to add.

data PutVoiceConnectorStreamingConfigurationResponse Source #

Instances

Instances details
Generic PutVoiceConnectorStreamingConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorStreamingConfiguration

Read PutVoiceConnectorStreamingConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorStreamingConfiguration

Show PutVoiceConnectorStreamingConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorStreamingConfiguration

NFData PutVoiceConnectorStreamingConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorStreamingConfiguration

Eq PutVoiceConnectorStreamingConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorStreamingConfiguration

type Rep PutVoiceConnectorStreamingConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorStreamingConfiguration

type Rep PutVoiceConnectorStreamingConfigurationResponse = D1 ('MetaData "PutVoiceConnectorStreamingConfigurationResponse" "Amazonka.Chime.PutVoiceConnectorStreamingConfiguration" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "PutVoiceConnectorStreamingConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "streamingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StreamingConfiguration)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

PutVoiceConnectorTermination

data PutVoiceConnectorTermination Source #

See: newPutVoiceConnectorTermination smart constructor.

Instances

Instances details
ToJSON PutVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorTermination

ToHeaders PutVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorTermination

ToPath PutVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorTermination

ToQuery PutVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorTermination

AWSRequest PutVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorTermination

Generic PutVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorTermination

Associated Types

type Rep PutVoiceConnectorTermination :: Type -> Type #

Show PutVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorTermination

NFData PutVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorTermination

Eq PutVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorTermination

Hashable PutVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorTermination

type AWSResponse PutVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorTermination

type Rep PutVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorTermination

type Rep PutVoiceConnectorTermination = D1 ('MetaData "PutVoiceConnectorTermination" "Amazonka.Chime.PutVoiceConnectorTermination" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "PutVoiceConnectorTermination'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "termination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Termination)))

newPutVoiceConnectorTermination Source #

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

PutVoiceConnectorTermination, putVoiceConnectorTermination_voiceConnectorId - The Amazon Chime Voice Connector ID.

PutVoiceConnectorTermination, putVoiceConnectorTermination_termination - The termination setting details to add.

data PutVoiceConnectorTerminationResponse Source #

Instances

Instances details
Generic PutVoiceConnectorTerminationResponse Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorTermination

Show PutVoiceConnectorTerminationResponse Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorTermination

NFData PutVoiceConnectorTerminationResponse Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorTermination

Eq PutVoiceConnectorTerminationResponse Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorTermination

type Rep PutVoiceConnectorTerminationResponse Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorTermination

type Rep PutVoiceConnectorTerminationResponse = D1 ('MetaData "PutVoiceConnectorTerminationResponse" "Amazonka.Chime.PutVoiceConnectorTermination" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "PutVoiceConnectorTerminationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "termination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Termination)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newPutVoiceConnectorTerminationResponse Source #

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

PutVoiceConnectorTermination, putVoiceConnectorTerminationResponse_termination - The updated termination setting details.

$sel:httpStatus:PutVoiceConnectorTerminationResponse', putVoiceConnectorTerminationResponse_httpStatus - The response's http status code.

PutVoiceConnectorTerminationCredentials

data PutVoiceConnectorTerminationCredentials Source #

Instances

Instances details
ToJSON PutVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorTerminationCredentials

ToHeaders PutVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorTerminationCredentials

ToPath PutVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorTerminationCredentials

ToQuery PutVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorTerminationCredentials

AWSRequest PutVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorTerminationCredentials

Generic PutVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorTerminationCredentials

Show PutVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorTerminationCredentials

NFData PutVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorTerminationCredentials

Eq PutVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorTerminationCredentials

Hashable PutVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorTerminationCredentials

type AWSResponse PutVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorTerminationCredentials

type Rep PutVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorTerminationCredentials

type Rep PutVoiceConnectorTerminationCredentials = D1 ('MetaData "PutVoiceConnectorTerminationCredentials" "Amazonka.Chime.PutVoiceConnectorTerminationCredentials" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "PutVoiceConnectorTerminationCredentials'" 'PrefixI 'True) (S1 ('MetaSel ('Just "credentials") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Credential])) :*: S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newPutVoiceConnectorTerminationCredentials Source #

Create a value of PutVoiceConnectorTerminationCredentials 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:credentials:PutVoiceConnectorTerminationCredentials', putVoiceConnectorTerminationCredentials_credentials - The termination SIP credentials.

PutVoiceConnectorTerminationCredentials, putVoiceConnectorTerminationCredentials_voiceConnectorId - The Amazon Chime Voice Connector ID.

data PutVoiceConnectorTerminationCredentialsResponse Source #

Instances

Instances details
Generic PutVoiceConnectorTerminationCredentialsResponse Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorTerminationCredentials

Read PutVoiceConnectorTerminationCredentialsResponse Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorTerminationCredentials

Show PutVoiceConnectorTerminationCredentialsResponse Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorTerminationCredentials

NFData PutVoiceConnectorTerminationCredentialsResponse Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorTerminationCredentials

Eq PutVoiceConnectorTerminationCredentialsResponse Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorTerminationCredentials

type Rep PutVoiceConnectorTerminationCredentialsResponse Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorTerminationCredentials

type Rep PutVoiceConnectorTerminationCredentialsResponse = D1 ('MetaData "PutVoiceConnectorTerminationCredentialsResponse" "Amazonka.Chime.PutVoiceConnectorTerminationCredentials" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "PutVoiceConnectorTerminationCredentialsResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

RedactChannelMessage

data RedactChannelMessage Source #

See: newRedactChannelMessage smart constructor.

Instances

Instances details
ToJSON RedactChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactChannelMessage

ToHeaders RedactChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactChannelMessage

ToPath RedactChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactChannelMessage

ToQuery RedactChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactChannelMessage

AWSRequest RedactChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactChannelMessage

Associated Types

type AWSResponse RedactChannelMessage #

Generic RedactChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactChannelMessage

Associated Types

type Rep RedactChannelMessage :: Type -> Type #

Read RedactChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactChannelMessage

Show RedactChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactChannelMessage

NFData RedactChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactChannelMessage

Methods

rnf :: RedactChannelMessage -> () #

Eq RedactChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactChannelMessage

Hashable RedactChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactChannelMessage

type AWSResponse RedactChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactChannelMessage

type Rep RedactChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactChannelMessage

type Rep RedactChannelMessage = D1 ('MetaData "RedactChannelMessage" "Amazonka.Chime.RedactChannelMessage" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "RedactChannelMessage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "chimeBearer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "channelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "messageId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newRedactChannelMessage Source #

Create a value of RedactChannelMessage 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:chimeBearer:RedactChannelMessage', redactChannelMessage_chimeBearer - The AppInstanceUserArn of the user that makes the API call.

RedactChannelMessage, redactChannelMessage_channelArn - The ARN of the channel containing the messages that you want to redact.

RedactChannelMessage, redactChannelMessage_messageId - The ID of the message being redacted.

data RedactChannelMessageResponse Source #

See: newRedactChannelMessageResponse smart constructor.

Instances

Instances details
Generic RedactChannelMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.RedactChannelMessage

Associated Types

type Rep RedactChannelMessageResponse :: Type -> Type #

Read RedactChannelMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.RedactChannelMessage

Show RedactChannelMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.RedactChannelMessage

NFData RedactChannelMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.RedactChannelMessage

Eq RedactChannelMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.RedactChannelMessage

type Rep RedactChannelMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.RedactChannelMessage

type Rep RedactChannelMessageResponse = D1 ('MetaData "RedactChannelMessageResponse" "Amazonka.Chime.RedactChannelMessage" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "RedactChannelMessageResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "channelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "messageId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newRedactChannelMessageResponse Source #

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

RedactChannelMessage, redactChannelMessageResponse_channelArn - The ARN of the channel containing the messages that you want to redact.

RedactChannelMessage, redactChannelMessageResponse_messageId - The ID of the message being redacted.

$sel:httpStatus:RedactChannelMessageResponse', redactChannelMessageResponse_httpStatus - The response's http status code.

RedactConversationMessage

data RedactConversationMessage Source #

See: newRedactConversationMessage smart constructor.

Instances

Instances details
ToJSON RedactConversationMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactConversationMessage

ToHeaders RedactConversationMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactConversationMessage

ToPath RedactConversationMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactConversationMessage

ToQuery RedactConversationMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactConversationMessage

AWSRequest RedactConversationMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactConversationMessage

Generic RedactConversationMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactConversationMessage

Associated Types

type Rep RedactConversationMessage :: Type -> Type #

Read RedactConversationMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactConversationMessage

Show RedactConversationMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactConversationMessage

NFData RedactConversationMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactConversationMessage

Eq RedactConversationMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactConversationMessage

Hashable RedactConversationMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactConversationMessage

type AWSResponse RedactConversationMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactConversationMessage

type Rep RedactConversationMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactConversationMessage

type Rep RedactConversationMessage = D1 ('MetaData "RedactConversationMessage" "Amazonka.Chime.RedactConversationMessage" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "RedactConversationMessage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "conversationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "messageId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newRedactConversationMessage Source #

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

RedactConversationMessage, redactConversationMessage_accountId - The Amazon Chime account ID.

$sel:conversationId:RedactConversationMessage', redactConversationMessage_conversationId - The conversation ID.

RedactConversationMessage, redactConversationMessage_messageId - The message ID.

data RedactConversationMessageResponse Source #

See: newRedactConversationMessageResponse smart constructor.

Instances

Instances details
Generic RedactConversationMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.RedactConversationMessage

Associated Types

type Rep RedactConversationMessageResponse :: Type -> Type #

Read RedactConversationMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.RedactConversationMessage

Show RedactConversationMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.RedactConversationMessage

NFData RedactConversationMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.RedactConversationMessage

Eq RedactConversationMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.RedactConversationMessage

type Rep RedactConversationMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.RedactConversationMessage

type Rep RedactConversationMessageResponse = D1 ('MetaData "RedactConversationMessageResponse" "Amazonka.Chime.RedactConversationMessage" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "RedactConversationMessageResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newRedactConversationMessageResponse Source #

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

RedactRoomMessage

data RedactRoomMessage Source #

See: newRedactRoomMessage smart constructor.

Instances

Instances details
ToJSON RedactRoomMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactRoomMessage

ToHeaders RedactRoomMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactRoomMessage

ToPath RedactRoomMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactRoomMessage

ToQuery RedactRoomMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactRoomMessage

AWSRequest RedactRoomMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactRoomMessage

Associated Types

type AWSResponse RedactRoomMessage #

Generic RedactRoomMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactRoomMessage

Associated Types

type Rep RedactRoomMessage :: Type -> Type #

Read RedactRoomMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactRoomMessage

Show RedactRoomMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactRoomMessage

NFData RedactRoomMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactRoomMessage

Methods

rnf :: RedactRoomMessage -> () #

Eq RedactRoomMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactRoomMessage

Hashable RedactRoomMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactRoomMessage

type AWSResponse RedactRoomMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactRoomMessage

type Rep RedactRoomMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactRoomMessage

type Rep RedactRoomMessage = D1 ('MetaData "RedactRoomMessage" "Amazonka.Chime.RedactRoomMessage" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "RedactRoomMessage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "roomId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "messageId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newRedactRoomMessage Source #

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

RedactRoomMessage, redactRoomMessage_accountId - The Amazon Chime account ID.

RedactRoomMessage, redactRoomMessage_roomId - The room ID.

RedactRoomMessage, redactRoomMessage_messageId - The message ID.

data RedactRoomMessageResponse Source #

See: newRedactRoomMessageResponse smart constructor.

Instances

Instances details
Generic RedactRoomMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.RedactRoomMessage

Associated Types

type Rep RedactRoomMessageResponse :: Type -> Type #

Read RedactRoomMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.RedactRoomMessage

Show RedactRoomMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.RedactRoomMessage

NFData RedactRoomMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.RedactRoomMessage

Eq RedactRoomMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.RedactRoomMessage

type Rep RedactRoomMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.RedactRoomMessage

type Rep RedactRoomMessageResponse = D1 ('MetaData "RedactRoomMessageResponse" "Amazonka.Chime.RedactRoomMessage" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "RedactRoomMessageResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newRedactRoomMessageResponse Source #

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

RegenerateSecurityToken

data RegenerateSecurityToken Source #

See: newRegenerateSecurityToken smart constructor.

Instances

Instances details
ToJSON RegenerateSecurityToken Source # 
Instance details

Defined in Amazonka.Chime.RegenerateSecurityToken

ToHeaders RegenerateSecurityToken Source # 
Instance details

Defined in Amazonka.Chime.RegenerateSecurityToken

ToPath RegenerateSecurityToken Source # 
Instance details

Defined in Amazonka.Chime.RegenerateSecurityToken

ToQuery RegenerateSecurityToken Source # 
Instance details

Defined in Amazonka.Chime.RegenerateSecurityToken

AWSRequest RegenerateSecurityToken Source # 
Instance details

Defined in Amazonka.Chime.RegenerateSecurityToken

Generic RegenerateSecurityToken Source # 
Instance details

Defined in Amazonka.Chime.RegenerateSecurityToken

Associated Types

type Rep RegenerateSecurityToken :: Type -> Type #

Read RegenerateSecurityToken Source # 
Instance details

Defined in Amazonka.Chime.RegenerateSecurityToken

Show RegenerateSecurityToken Source # 
Instance details

Defined in Amazonka.Chime.RegenerateSecurityToken

NFData RegenerateSecurityToken Source # 
Instance details

Defined in Amazonka.Chime.RegenerateSecurityToken

Methods

rnf :: RegenerateSecurityToken -> () #

Eq RegenerateSecurityToken Source # 
Instance details

Defined in Amazonka.Chime.RegenerateSecurityToken

Hashable RegenerateSecurityToken Source # 
Instance details

Defined in Amazonka.Chime.RegenerateSecurityToken

type AWSResponse RegenerateSecurityToken Source # 
Instance details

Defined in Amazonka.Chime.RegenerateSecurityToken

type Rep RegenerateSecurityToken Source # 
Instance details

Defined in Amazonka.Chime.RegenerateSecurityToken

type Rep RegenerateSecurityToken = D1 ('MetaData "RegenerateSecurityToken" "Amazonka.Chime.RegenerateSecurityToken" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "RegenerateSecurityToken'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "botId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newRegenerateSecurityToken Source #

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

RegenerateSecurityToken, regenerateSecurityToken_accountId - The Amazon Chime account ID.

RegenerateSecurityToken, regenerateSecurityToken_botId - The bot ID.

data RegenerateSecurityTokenResponse Source #

See: newRegenerateSecurityTokenResponse smart constructor.

Instances

Instances details
Generic RegenerateSecurityTokenResponse Source # 
Instance details

Defined in Amazonka.Chime.RegenerateSecurityToken

Associated Types

type Rep RegenerateSecurityTokenResponse :: Type -> Type #

Show RegenerateSecurityTokenResponse Source # 
Instance details

Defined in Amazonka.Chime.RegenerateSecurityToken

NFData RegenerateSecurityTokenResponse Source # 
Instance details

Defined in Amazonka.Chime.RegenerateSecurityToken

Eq RegenerateSecurityTokenResponse Source # 
Instance details

Defined in Amazonka.Chime.RegenerateSecurityToken

type Rep RegenerateSecurityTokenResponse Source # 
Instance details

Defined in Amazonka.Chime.RegenerateSecurityToken

type Rep RegenerateSecurityTokenResponse = D1 ('MetaData "RegenerateSecurityTokenResponse" "Amazonka.Chime.RegenerateSecurityToken" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "RegenerateSecurityTokenResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "bot") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bot)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newRegenerateSecurityTokenResponse Source #

Create a value of RegenerateSecurityTokenResponse 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:bot:RegenerateSecurityTokenResponse', regenerateSecurityTokenResponse_bot - Undocumented member.

$sel:httpStatus:RegenerateSecurityTokenResponse', regenerateSecurityTokenResponse_httpStatus - The response's http status code.

ResetPersonalPIN

data ResetPersonalPIN Source #

See: newResetPersonalPIN smart constructor.

Instances

Instances details
ToJSON ResetPersonalPIN Source # 
Instance details

Defined in Amazonka.Chime.ResetPersonalPIN

ToHeaders ResetPersonalPIN Source # 
Instance details

Defined in Amazonka.Chime.ResetPersonalPIN

ToPath ResetPersonalPIN Source # 
Instance details

Defined in Amazonka.Chime.ResetPersonalPIN

ToQuery ResetPersonalPIN Source # 
Instance details

Defined in Amazonka.Chime.ResetPersonalPIN

AWSRequest ResetPersonalPIN Source # 
Instance details

Defined in Amazonka.Chime.ResetPersonalPIN

Associated Types

type AWSResponse ResetPersonalPIN #

Generic ResetPersonalPIN Source # 
Instance details

Defined in Amazonka.Chime.ResetPersonalPIN

Associated Types

type Rep ResetPersonalPIN :: Type -> Type #

Read ResetPersonalPIN Source # 
Instance details

Defined in Amazonka.Chime.ResetPersonalPIN

Show ResetPersonalPIN Source # 
Instance details

Defined in Amazonka.Chime.ResetPersonalPIN

NFData ResetPersonalPIN Source # 
Instance details

Defined in Amazonka.Chime.ResetPersonalPIN

Methods

rnf :: ResetPersonalPIN -> () #

Eq ResetPersonalPIN Source # 
Instance details

Defined in Amazonka.Chime.ResetPersonalPIN

Hashable ResetPersonalPIN Source # 
Instance details

Defined in Amazonka.Chime.ResetPersonalPIN

type AWSResponse ResetPersonalPIN Source # 
Instance details

Defined in Amazonka.Chime.ResetPersonalPIN

type Rep ResetPersonalPIN Source # 
Instance details

Defined in Amazonka.Chime.ResetPersonalPIN

type Rep ResetPersonalPIN = D1 ('MetaData "ResetPersonalPIN" "Amazonka.Chime.ResetPersonalPIN" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ResetPersonalPIN'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "userId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newResetPersonalPIN Source #

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

ResetPersonalPIN, resetPersonalPIN_accountId - The Amazon Chime account ID.

ResetPersonalPIN, resetPersonalPIN_userId - The user ID.

data ResetPersonalPINResponse Source #

See: newResetPersonalPINResponse smart constructor.

Instances

Instances details
Generic ResetPersonalPINResponse Source # 
Instance details

Defined in Amazonka.Chime.ResetPersonalPIN

Associated Types

type Rep ResetPersonalPINResponse :: Type -> Type #

Show ResetPersonalPINResponse Source # 
Instance details

Defined in Amazonka.Chime.ResetPersonalPIN

NFData ResetPersonalPINResponse Source # 
Instance details

Defined in Amazonka.Chime.ResetPersonalPIN

Eq ResetPersonalPINResponse Source # 
Instance details

Defined in Amazonka.Chime.ResetPersonalPIN

type Rep ResetPersonalPINResponse Source # 
Instance details

Defined in Amazonka.Chime.ResetPersonalPIN

type Rep ResetPersonalPINResponse = D1 ('MetaData "ResetPersonalPINResponse" "Amazonka.Chime.ResetPersonalPIN" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ResetPersonalPINResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "user") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe User)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newResetPersonalPINResponse Source #

Create a value of ResetPersonalPINResponse 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:user:ResetPersonalPINResponse', resetPersonalPINResponse_user - The user details and new personal meeting PIN.

$sel:httpStatus:ResetPersonalPINResponse', resetPersonalPINResponse_httpStatus - The response's http status code.

RestorePhoneNumber

data RestorePhoneNumber Source #

See: newRestorePhoneNumber smart constructor.

Instances

Instances details
ToJSON RestorePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.RestorePhoneNumber

ToHeaders RestorePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.RestorePhoneNumber

ToPath RestorePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.RestorePhoneNumber

ToQuery RestorePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.RestorePhoneNumber

AWSRequest RestorePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.RestorePhoneNumber

Associated Types

type AWSResponse RestorePhoneNumber #

Generic RestorePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.RestorePhoneNumber

Associated Types

type Rep RestorePhoneNumber :: Type -> Type #

Read RestorePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.RestorePhoneNumber

Show RestorePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.RestorePhoneNumber

NFData RestorePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.RestorePhoneNumber

Methods

rnf :: RestorePhoneNumber -> () #

Eq RestorePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.RestorePhoneNumber

Hashable RestorePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.RestorePhoneNumber

type AWSResponse RestorePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.RestorePhoneNumber

type Rep RestorePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.RestorePhoneNumber

type Rep RestorePhoneNumber = D1 ('MetaData "RestorePhoneNumber" "Amazonka.Chime.RestorePhoneNumber" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "RestorePhoneNumber'" 'PrefixI 'True) (S1 ('MetaSel ('Just "phoneNumberId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newRestorePhoneNumber Source #

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

RestorePhoneNumber, restorePhoneNumber_phoneNumberId - The phone number.

data RestorePhoneNumberResponse Source #

See: newRestorePhoneNumberResponse smart constructor.

Instances

Instances details
Generic RestorePhoneNumberResponse Source # 
Instance details

Defined in Amazonka.Chime.RestorePhoneNumber

Associated Types

type Rep RestorePhoneNumberResponse :: Type -> Type #

Show RestorePhoneNumberResponse Source # 
Instance details

Defined in Amazonka.Chime.RestorePhoneNumber

NFData RestorePhoneNumberResponse Source # 
Instance details

Defined in Amazonka.Chime.RestorePhoneNumber

Eq RestorePhoneNumberResponse Source # 
Instance details

Defined in Amazonka.Chime.RestorePhoneNumber

type Rep RestorePhoneNumberResponse Source # 
Instance details

Defined in Amazonka.Chime.RestorePhoneNumber

type Rep RestorePhoneNumberResponse = D1 ('MetaData "RestorePhoneNumberResponse" "Amazonka.Chime.RestorePhoneNumber" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "RestorePhoneNumberResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "phoneNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PhoneNumber)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newRestorePhoneNumberResponse Source #

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

RestorePhoneNumberResponse, restorePhoneNumberResponse_phoneNumber - The phone number details.

$sel:httpStatus:RestorePhoneNumberResponse', restorePhoneNumberResponse_httpStatus - The response's http status code.

SearchAvailablePhoneNumbers

data SearchAvailablePhoneNumbers Source #

See: newSearchAvailablePhoneNumbers smart constructor.

Instances

Instances details
ToHeaders SearchAvailablePhoneNumbers Source # 
Instance details

Defined in Amazonka.Chime.SearchAvailablePhoneNumbers

ToPath SearchAvailablePhoneNumbers Source # 
Instance details

Defined in Amazonka.Chime.SearchAvailablePhoneNumbers

ToQuery SearchAvailablePhoneNumbers Source # 
Instance details

Defined in Amazonka.Chime.SearchAvailablePhoneNumbers

AWSRequest SearchAvailablePhoneNumbers Source # 
Instance details

Defined in Amazonka.Chime.SearchAvailablePhoneNumbers

Generic SearchAvailablePhoneNumbers Source # 
Instance details

Defined in Amazonka.Chime.SearchAvailablePhoneNumbers

Associated Types

type Rep SearchAvailablePhoneNumbers :: Type -> Type #

Read SearchAvailablePhoneNumbers Source # 
Instance details

Defined in Amazonka.Chime.SearchAvailablePhoneNumbers

Show SearchAvailablePhoneNumbers Source # 
Instance details

Defined in Amazonka.Chime.SearchAvailablePhoneNumbers

NFData SearchAvailablePhoneNumbers Source # 
Instance details

Defined in Amazonka.Chime.SearchAvailablePhoneNumbers

Eq SearchAvailablePhoneNumbers Source # 
Instance details

Defined in Amazonka.Chime.SearchAvailablePhoneNumbers

Hashable SearchAvailablePhoneNumbers Source # 
Instance details

Defined in Amazonka.Chime.SearchAvailablePhoneNumbers

type AWSResponse SearchAvailablePhoneNumbers Source # 
Instance details

Defined in Amazonka.Chime.SearchAvailablePhoneNumbers

type Rep SearchAvailablePhoneNumbers Source # 
Instance details

Defined in Amazonka.Chime.SearchAvailablePhoneNumbers

newSearchAvailablePhoneNumbers :: SearchAvailablePhoneNumbers Source #

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

SearchAvailablePhoneNumbers, searchAvailablePhoneNumbers_areaCode - The area code used to filter results. Only applies to the US.

SearchAvailablePhoneNumbers, searchAvailablePhoneNumbers_city - The city used to filter results. Only applies to the US.

SearchAvailablePhoneNumbers, searchAvailablePhoneNumbers_country - The country used to filter results. Defaults to the US Format: ISO 3166-1 alpha-2.

$sel:maxResults:SearchAvailablePhoneNumbers', searchAvailablePhoneNumbers_maxResults - The maximum number of results to return in a single call.

SearchAvailablePhoneNumbers, searchAvailablePhoneNumbers_nextToken - The token used to retrieve the next page of results.

$sel:phoneNumberType:SearchAvailablePhoneNumbers', searchAvailablePhoneNumbers_phoneNumberType - The phone number type used to filter results. Required for non-US numbers.

SearchAvailablePhoneNumbers, searchAvailablePhoneNumbers_state - The state used to filter results. Required only if you provide City. Only applies to the US.

$sel:tollFreePrefix:SearchAvailablePhoneNumbers', searchAvailablePhoneNumbers_tollFreePrefix - The toll-free prefix that you use to filter results. Only applies to the US.

data SearchAvailablePhoneNumbersResponse Source #

Instances

Instances details
Generic SearchAvailablePhoneNumbersResponse Source # 
Instance details

Defined in Amazonka.Chime.SearchAvailablePhoneNumbers

Show SearchAvailablePhoneNumbersResponse Source # 
Instance details

Defined in Amazonka.Chime.SearchAvailablePhoneNumbers

NFData SearchAvailablePhoneNumbersResponse Source # 
Instance details

Defined in Amazonka.Chime.SearchAvailablePhoneNumbers

Eq SearchAvailablePhoneNumbersResponse Source # 
Instance details

Defined in Amazonka.Chime.SearchAvailablePhoneNumbers

type Rep SearchAvailablePhoneNumbersResponse Source # 
Instance details

Defined in Amazonka.Chime.SearchAvailablePhoneNumbers

type Rep SearchAvailablePhoneNumbersResponse = D1 ('MetaData "SearchAvailablePhoneNumbersResponse" "Amazonka.Chime.SearchAvailablePhoneNumbers" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "SearchAvailablePhoneNumbersResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "e164PhoneNumbers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Sensitive Text])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newSearchAvailablePhoneNumbersResponse Source #

Create a value of SearchAvailablePhoneNumbersResponse 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:e164PhoneNumbers:SearchAvailablePhoneNumbersResponse', searchAvailablePhoneNumbersResponse_e164PhoneNumbers - List of phone numbers, in E.164 format.

SearchAvailablePhoneNumbers, searchAvailablePhoneNumbersResponse_nextToken - The token used to retrieve the next page of search results.

$sel:httpStatus:SearchAvailablePhoneNumbersResponse', searchAvailablePhoneNumbersResponse_httpStatus - The response's http status code.

SendChannelMessage

data SendChannelMessage Source #

See: newSendChannelMessage smart constructor.

Instances

Instances details
ToJSON SendChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.SendChannelMessage

ToHeaders SendChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.SendChannelMessage

ToPath SendChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.SendChannelMessage

ToQuery SendChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.SendChannelMessage

AWSRequest SendChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.SendChannelMessage

Associated Types

type AWSResponse SendChannelMessage #

Generic SendChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.SendChannelMessage

Associated Types

type Rep SendChannelMessage :: Type -> Type #

Show SendChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.SendChannelMessage

NFData SendChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.SendChannelMessage

Methods

rnf :: SendChannelMessage -> () #

Eq SendChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.SendChannelMessage

Hashable SendChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.SendChannelMessage

type AWSResponse SendChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.SendChannelMessage

type Rep SendChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.SendChannelMessage

newSendChannelMessage Source #

Create a value of SendChannelMessage 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:chimeBearer:SendChannelMessage', sendChannelMessage_chimeBearer - The AppInstanceUserArn of the user that makes the API call.

SendChannelMessage, sendChannelMessage_metadata - The optional metadata for each message.

SendChannelMessage, sendChannelMessage_channelArn - The ARN of the channel.

SendChannelMessage, sendChannelMessage_content - The content of the message.

SendChannelMessage, sendChannelMessage_type - The type of message, STANDARD or CONTROL.

SendChannelMessage, sendChannelMessage_persistence - Boolean that controls whether the message is persisted on the back end. Required.

$sel:clientRequestToken:SendChannelMessage', sendChannelMessage_clientRequestToken - The Idempotency token for each client request.

data SendChannelMessageResponse Source #

See: newSendChannelMessageResponse smart constructor.

Instances

Instances details
Generic SendChannelMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.SendChannelMessage

Associated Types

type Rep SendChannelMessageResponse :: Type -> Type #

Read SendChannelMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.SendChannelMessage

Show SendChannelMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.SendChannelMessage

NFData SendChannelMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.SendChannelMessage

Eq SendChannelMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.SendChannelMessage

type Rep SendChannelMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.SendChannelMessage

type Rep SendChannelMessageResponse = D1 ('MetaData "SendChannelMessageResponse" "Amazonka.Chime.SendChannelMessage" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "SendChannelMessageResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "channelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "messageId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newSendChannelMessageResponse Source #

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

SendChannelMessage, sendChannelMessageResponse_channelArn - The ARN of the channel.

SendChannelMessageResponse, sendChannelMessageResponse_messageId - The ID string assigned to each message.

$sel:httpStatus:SendChannelMessageResponse', sendChannelMessageResponse_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.Chime.StartMeetingTranscription

ToHeaders StartMeetingTranscription Source # 
Instance details

Defined in Amazonka.Chime.StartMeetingTranscription

ToPath StartMeetingTranscription Source # 
Instance details

Defined in Amazonka.Chime.StartMeetingTranscription

ToQuery StartMeetingTranscription Source # 
Instance details

Defined in Amazonka.Chime.StartMeetingTranscription

AWSRequest StartMeetingTranscription Source # 
Instance details

Defined in Amazonka.Chime.StartMeetingTranscription

Generic StartMeetingTranscription Source # 
Instance details

Defined in Amazonka.Chime.StartMeetingTranscription

Associated Types

type Rep StartMeetingTranscription :: Type -> Type #

Read StartMeetingTranscription Source # 
Instance details

Defined in Amazonka.Chime.StartMeetingTranscription

Show StartMeetingTranscription Source # 
Instance details

Defined in Amazonka.Chime.StartMeetingTranscription

NFData StartMeetingTranscription Source # 
Instance details

Defined in Amazonka.Chime.StartMeetingTranscription

Eq StartMeetingTranscription Source # 
Instance details

Defined in Amazonka.Chime.StartMeetingTranscription

Hashable StartMeetingTranscription Source # 
Instance details

Defined in Amazonka.Chime.StartMeetingTranscription

type AWSResponse StartMeetingTranscription Source # 
Instance details

Defined in Amazonka.Chime.StartMeetingTranscription

type Rep StartMeetingTranscription Source # 
Instance details

Defined in Amazonka.Chime.StartMeetingTranscription

type Rep StartMeetingTranscription = D1 ('MetaData "StartMeetingTranscription" "Amazonka.Chime.StartMeetingTranscription" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" '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.Chime.StartMeetingTranscription

Associated Types

type Rep StartMeetingTranscriptionResponse :: Type -> Type #

Read StartMeetingTranscriptionResponse Source # 
Instance details

Defined in Amazonka.Chime.StartMeetingTranscription

Show StartMeetingTranscriptionResponse Source # 
Instance details

Defined in Amazonka.Chime.StartMeetingTranscription

NFData StartMeetingTranscriptionResponse Source # 
Instance details

Defined in Amazonka.Chime.StartMeetingTranscription

Eq StartMeetingTranscriptionResponse Source # 
Instance details

Defined in Amazonka.Chime.StartMeetingTranscription

type Rep StartMeetingTranscriptionResponse Source # 
Instance details

Defined in Amazonka.Chime.StartMeetingTranscription

type Rep StartMeetingTranscriptionResponse = D1 ('MetaData "StartMeetingTranscriptionResponse" "Amazonka.Chime.StartMeetingTranscription" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "StartMeetingTranscriptionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStartMeetingTranscriptionResponse Source #

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

StopMeetingTranscription

data StopMeetingTranscription Source #

See: newStopMeetingTranscription smart constructor.

Instances

Instances details
ToJSON StopMeetingTranscription Source # 
Instance details

Defined in Amazonka.Chime.StopMeetingTranscription

ToHeaders StopMeetingTranscription Source # 
Instance details

Defined in Amazonka.Chime.StopMeetingTranscription

ToPath StopMeetingTranscription Source # 
Instance details

Defined in Amazonka.Chime.StopMeetingTranscription

ToQuery StopMeetingTranscription Source # 
Instance details

Defined in Amazonka.Chime.StopMeetingTranscription

AWSRequest StopMeetingTranscription Source # 
Instance details

Defined in Amazonka.Chime.StopMeetingTranscription

Generic StopMeetingTranscription Source # 
Instance details

Defined in Amazonka.Chime.StopMeetingTranscription

Associated Types

type Rep StopMeetingTranscription :: Type -> Type #

Read StopMeetingTranscription Source # 
Instance details

Defined in Amazonka.Chime.StopMeetingTranscription

Show StopMeetingTranscription Source # 
Instance details

Defined in Amazonka.Chime.StopMeetingTranscription

NFData StopMeetingTranscription Source # 
Instance details

Defined in Amazonka.Chime.StopMeetingTranscription

Eq StopMeetingTranscription Source # 
Instance details

Defined in Amazonka.Chime.StopMeetingTranscription

Hashable StopMeetingTranscription Source # 
Instance details

Defined in Amazonka.Chime.StopMeetingTranscription

type AWSResponse StopMeetingTranscription Source # 
Instance details

Defined in Amazonka.Chime.StopMeetingTranscription

type Rep StopMeetingTranscription Source # 
Instance details

Defined in Amazonka.Chime.StopMeetingTranscription

type Rep StopMeetingTranscription = D1 ('MetaData "StopMeetingTranscription" "Amazonka.Chime.StopMeetingTranscription" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" '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.Chime.StopMeetingTranscription

Associated Types

type Rep StopMeetingTranscriptionResponse :: Type -> Type #

Read StopMeetingTranscriptionResponse Source # 
Instance details

Defined in Amazonka.Chime.StopMeetingTranscription

Show StopMeetingTranscriptionResponse Source # 
Instance details

Defined in Amazonka.Chime.StopMeetingTranscription

NFData StopMeetingTranscriptionResponse Source # 
Instance details

Defined in Amazonka.Chime.StopMeetingTranscription

Eq StopMeetingTranscriptionResponse Source # 
Instance details

Defined in Amazonka.Chime.StopMeetingTranscription

type Rep StopMeetingTranscriptionResponse Source # 
Instance details

Defined in Amazonka.Chime.StopMeetingTranscription

type Rep StopMeetingTranscriptionResponse = D1 ('MetaData "StopMeetingTranscriptionResponse" "Amazonka.Chime.StopMeetingTranscription" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "StopMeetingTranscriptionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStopMeetingTranscriptionResponse Source #

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

TagAttendee

data TagAttendee Source #

See: newTagAttendee smart constructor.

Instances

Instances details
ToJSON TagAttendee Source # 
Instance details

Defined in Amazonka.Chime.TagAttendee

ToHeaders TagAttendee Source # 
Instance details

Defined in Amazonka.Chime.TagAttendee

Methods

toHeaders :: TagAttendee -> [Header] #

ToPath TagAttendee Source # 
Instance details

Defined in Amazonka.Chime.TagAttendee

ToQuery TagAttendee Source # 
Instance details

Defined in Amazonka.Chime.TagAttendee

AWSRequest TagAttendee Source # 
Instance details

Defined in Amazonka.Chime.TagAttendee

Associated Types

type AWSResponse TagAttendee #

Generic TagAttendee Source # 
Instance details

Defined in Amazonka.Chime.TagAttendee

Associated Types

type Rep TagAttendee :: Type -> Type #

Show TagAttendee Source # 
Instance details

Defined in Amazonka.Chime.TagAttendee

NFData TagAttendee Source # 
Instance details

Defined in Amazonka.Chime.TagAttendee

Methods

rnf :: TagAttendee -> () #

Eq TagAttendee Source # 
Instance details

Defined in Amazonka.Chime.TagAttendee

Hashable TagAttendee Source # 
Instance details

Defined in Amazonka.Chime.TagAttendee

type AWSResponse TagAttendee Source # 
Instance details

Defined in Amazonka.Chime.TagAttendee

type Rep TagAttendee Source # 
Instance details

Defined in Amazonka.Chime.TagAttendee

type Rep TagAttendee = D1 ('MetaData "TagAttendee" "Amazonka.Chime.TagAttendee" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "TagAttendee'" 'PrefixI 'True) (S1 ('MetaSel ('Just "meetingId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "attendeeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Tag)))))

newTagAttendee Source #

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

TagAttendee, tagAttendee_meetingId - The Amazon Chime SDK meeting ID.

TagAttendee, tagAttendee_attendeeId - The Amazon Chime SDK attendee ID.

TagAttendee, tagAttendee_tags - The tag key-value pairs.

data TagAttendeeResponse Source #

See: newTagAttendeeResponse smart constructor.

Constructors

TagAttendeeResponse' 

newTagAttendeeResponse :: TagAttendeeResponse Source #

Create a value of TagAttendeeResponse with all optional fields omitted.

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

TagMeeting

data TagMeeting Source #

See: newTagMeeting smart constructor.

Constructors

TagMeeting' Text (NonEmpty Tag) 

Instances

Instances details
ToJSON TagMeeting Source # 
Instance details

Defined in Amazonka.Chime.TagMeeting

ToHeaders TagMeeting Source # 
Instance details

Defined in Amazonka.Chime.TagMeeting

Methods

toHeaders :: TagMeeting -> [Header] #

ToPath TagMeeting Source # 
Instance details

Defined in Amazonka.Chime.TagMeeting

ToQuery TagMeeting Source # 
Instance details

Defined in Amazonka.Chime.TagMeeting

AWSRequest TagMeeting Source # 
Instance details

Defined in Amazonka.Chime.TagMeeting

Associated Types

type AWSResponse TagMeeting #

Generic TagMeeting Source # 
Instance details

Defined in Amazonka.Chime.TagMeeting

Associated Types

type Rep TagMeeting :: Type -> Type #

Show TagMeeting Source # 
Instance details

Defined in Amazonka.Chime.TagMeeting

NFData TagMeeting Source # 
Instance details

Defined in Amazonka.Chime.TagMeeting

Methods

rnf :: TagMeeting -> () #

Eq TagMeeting Source # 
Instance details

Defined in Amazonka.Chime.TagMeeting

Hashable TagMeeting Source # 
Instance details

Defined in Amazonka.Chime.TagMeeting

type AWSResponse TagMeeting Source # 
Instance details

Defined in Amazonka.Chime.TagMeeting

type Rep TagMeeting Source # 
Instance details

Defined in Amazonka.Chime.TagMeeting

type Rep TagMeeting = D1 ('MetaData "TagMeeting" "Amazonka.Chime.TagMeeting" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "TagMeeting'" 'PrefixI 'True) (S1 ('MetaSel ('Just "meetingId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Tag))))

newTagMeeting Source #

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

TagMeeting, tagMeeting_meetingId - The Amazon Chime SDK meeting ID.

TagMeeting, tagMeeting_tags - The tag key-value pairs.

data TagMeetingResponse Source #

See: newTagMeetingResponse smart constructor.

Constructors

TagMeetingResponse' 

Instances

Instances details
Generic TagMeetingResponse Source # 
Instance details

Defined in Amazonka.Chime.TagMeeting

Associated Types

type Rep TagMeetingResponse :: Type -> Type #

Read TagMeetingResponse Source # 
Instance details

Defined in Amazonka.Chime.TagMeeting

Show TagMeetingResponse Source # 
Instance details

Defined in Amazonka.Chime.TagMeeting

NFData TagMeetingResponse Source # 
Instance details

Defined in Amazonka.Chime.TagMeeting

Methods

rnf :: TagMeetingResponse -> () #

Eq TagMeetingResponse Source # 
Instance details

Defined in Amazonka.Chime.TagMeeting

type Rep TagMeetingResponse Source # 
Instance details

Defined in Amazonka.Chime.TagMeeting

type Rep TagMeetingResponse = D1 ('MetaData "TagMeetingResponse" "Amazonka.Chime.TagMeeting" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "TagMeetingResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newTagMeetingResponse :: TagMeetingResponse Source #

Create a value of TagMeetingResponse with all optional fields omitted.

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

TagResource

data TagResource Source #

See: newTagResource smart constructor.

Instances

Instances details
ToJSON TagResource Source # 
Instance details

Defined in Amazonka.Chime.TagResource

ToHeaders TagResource Source # 
Instance details

Defined in Amazonka.Chime.TagResource

Methods

toHeaders :: TagResource -> [Header] #

ToPath TagResource Source # 
Instance details

Defined in Amazonka.Chime.TagResource

ToQuery TagResource Source # 
Instance details

Defined in Amazonka.Chime.TagResource

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.Chime.TagResource

Associated Types

type AWSResponse TagResource #

Generic TagResource Source # 
Instance details

Defined in Amazonka.Chime.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

Show TagResource Source # 
Instance details

Defined in Amazonka.Chime.TagResource

NFData TagResource Source # 
Instance details

Defined in Amazonka.Chime.TagResource

Methods

rnf :: TagResource -> () #

Eq TagResource Source # 
Instance details

Defined in Amazonka.Chime.TagResource

Hashable TagResource Source # 
Instance details

Defined in Amazonka.Chime.TagResource

type AWSResponse TagResource Source # 
Instance details

Defined in Amazonka.Chime.TagResource

type Rep TagResource Source # 
Instance details

Defined in Amazonka.Chime.TagResource

type Rep TagResource = D1 ('MetaData "TagResource" "Amazonka.Chime.TagResource" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "TagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty 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 resource ARN.

TagResource, tagResource_tags - The tag key-value pairs.

data TagResourceResponse Source #

See: newTagResourceResponse smart constructor.

Constructors

TagResourceResponse' 

newTagResourceResponse :: TagResourceResponse Source #

Create a value of TagResourceResponse with all optional fields omitted.

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

UntagAttendee

data UntagAttendee Source #

See: newUntagAttendee smart constructor.

Instances

Instances details
ToJSON UntagAttendee Source # 
Instance details

Defined in Amazonka.Chime.UntagAttendee

ToHeaders UntagAttendee Source # 
Instance details

Defined in Amazonka.Chime.UntagAttendee

ToPath UntagAttendee Source # 
Instance details

Defined in Amazonka.Chime.UntagAttendee

ToQuery UntagAttendee Source # 
Instance details

Defined in Amazonka.Chime.UntagAttendee

AWSRequest UntagAttendee Source # 
Instance details

Defined in Amazonka.Chime.UntagAttendee

Associated Types

type AWSResponse UntagAttendee #

Generic UntagAttendee Source # 
Instance details

Defined in Amazonka.Chime.UntagAttendee

Associated Types

type Rep UntagAttendee :: Type -> Type #

Show UntagAttendee Source # 
Instance details

Defined in Amazonka.Chime.UntagAttendee

NFData UntagAttendee Source # 
Instance details

Defined in Amazonka.Chime.UntagAttendee

Methods

rnf :: UntagAttendee -> () #

Eq UntagAttendee Source # 
Instance details

Defined in Amazonka.Chime.UntagAttendee

Hashable UntagAttendee Source # 
Instance details

Defined in Amazonka.Chime.UntagAttendee

type AWSResponse UntagAttendee Source # 
Instance details

Defined in Amazonka.Chime.UntagAttendee

type Rep UntagAttendee Source # 
Instance details

Defined in Amazonka.Chime.UntagAttendee

type Rep UntagAttendee = D1 ('MetaData "UntagAttendee" "Amazonka.Chime.UntagAttendee" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "UntagAttendee'" 'PrefixI 'True) (S1 ('MetaSel ('Just "meetingId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty (Sensitive Text))) :*: S1 ('MetaSel ('Just "attendeeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newUntagAttendee Source #

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

UntagAttendee, untagAttendee_meetingId - The Amazon Chime SDK meeting ID.

$sel:tagKeys:UntagAttendee', untagAttendee_tagKeys - The tag keys.

UntagAttendee, untagAttendee_attendeeId - The Amazon Chime SDK attendee ID.

data UntagAttendeeResponse Source #

See: newUntagAttendeeResponse smart constructor.

Instances

Instances details
Generic UntagAttendeeResponse Source # 
Instance details

Defined in Amazonka.Chime.UntagAttendee

Associated Types

type Rep UntagAttendeeResponse :: Type -> Type #

Read UntagAttendeeResponse Source # 
Instance details

Defined in Amazonka.Chime.UntagAttendee

Show UntagAttendeeResponse Source # 
Instance details

Defined in Amazonka.Chime.UntagAttendee

NFData UntagAttendeeResponse Source # 
Instance details

Defined in Amazonka.Chime.UntagAttendee

Methods

rnf :: UntagAttendeeResponse -> () #

Eq UntagAttendeeResponse Source # 
Instance details

Defined in Amazonka.Chime.UntagAttendee

type Rep UntagAttendeeResponse Source # 
Instance details

Defined in Amazonka.Chime.UntagAttendee

type Rep UntagAttendeeResponse = D1 ('MetaData "UntagAttendeeResponse" "Amazonka.Chime.UntagAttendee" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "UntagAttendeeResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newUntagAttendeeResponse :: UntagAttendeeResponse Source #

Create a value of UntagAttendeeResponse with all optional fields omitted.

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

UntagMeeting

data UntagMeeting Source #

See: newUntagMeeting smart constructor.

Instances

Instances details
ToJSON UntagMeeting Source # 
Instance details

Defined in Amazonka.Chime.UntagMeeting

ToHeaders UntagMeeting Source # 
Instance details

Defined in Amazonka.Chime.UntagMeeting

ToPath UntagMeeting Source # 
Instance details

Defined in Amazonka.Chime.UntagMeeting

ToQuery UntagMeeting Source # 
Instance details

Defined in Amazonka.Chime.UntagMeeting

AWSRequest UntagMeeting Source # 
Instance details

Defined in Amazonka.Chime.UntagMeeting

Associated Types

type AWSResponse UntagMeeting #

Generic UntagMeeting Source # 
Instance details

Defined in Amazonka.Chime.UntagMeeting

Associated Types

type Rep UntagMeeting :: Type -> Type #

Show UntagMeeting Source # 
Instance details

Defined in Amazonka.Chime.UntagMeeting

NFData UntagMeeting Source # 
Instance details

Defined in Amazonka.Chime.UntagMeeting

Methods

rnf :: UntagMeeting -> () #

Eq UntagMeeting Source # 
Instance details

Defined in Amazonka.Chime.UntagMeeting

Hashable UntagMeeting Source # 
Instance details

Defined in Amazonka.Chime.UntagMeeting

type AWSResponse UntagMeeting Source # 
Instance details

Defined in Amazonka.Chime.UntagMeeting

type Rep UntagMeeting Source # 
Instance details

Defined in Amazonka.Chime.UntagMeeting

type Rep UntagMeeting = D1 ('MetaData "UntagMeeting" "Amazonka.Chime.UntagMeeting" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "UntagMeeting'" 'PrefixI 'True) (S1 ('MetaSel ('Just "meetingId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty (Sensitive Text)))))

newUntagMeeting Source #

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

UntagMeeting, untagMeeting_meetingId - The Amazon Chime SDK meeting ID.

$sel:tagKeys:UntagMeeting', untagMeeting_tagKeys - The tag keys.

data UntagMeetingResponse Source #

See: newUntagMeetingResponse smart constructor.

Constructors

UntagMeetingResponse' 

Instances

Instances details
Generic UntagMeetingResponse Source # 
Instance details

Defined in Amazonka.Chime.UntagMeeting

Associated Types

type Rep UntagMeetingResponse :: Type -> Type #

Read UntagMeetingResponse Source # 
Instance details

Defined in Amazonka.Chime.UntagMeeting

Show UntagMeetingResponse Source # 
Instance details

Defined in Amazonka.Chime.UntagMeeting

NFData UntagMeetingResponse Source # 
Instance details

Defined in Amazonka.Chime.UntagMeeting

Methods

rnf :: UntagMeetingResponse -> () #

Eq UntagMeetingResponse Source # 
Instance details

Defined in Amazonka.Chime.UntagMeeting

type Rep UntagMeetingResponse Source # 
Instance details

Defined in Amazonka.Chime.UntagMeeting

type Rep UntagMeetingResponse = D1 ('MetaData "UntagMeetingResponse" "Amazonka.Chime.UntagMeeting" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "UntagMeetingResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newUntagMeetingResponse :: UntagMeetingResponse Source #

Create a value of UntagMeetingResponse with all optional fields omitted.

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

UntagResource

data UntagResource Source #

See: newUntagResource smart constructor.

Instances

Instances details
ToJSON UntagResource Source # 
Instance details

Defined in Amazonka.Chime.UntagResource

ToHeaders UntagResource Source # 
Instance details

Defined in Amazonka.Chime.UntagResource

ToPath UntagResource Source # 
Instance details

Defined in Amazonka.Chime.UntagResource

ToQuery UntagResource Source # 
Instance details

Defined in Amazonka.Chime.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.Chime.UntagResource

Associated Types

type AWSResponse UntagResource #

Generic UntagResource Source # 
Instance details

Defined in Amazonka.Chime.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

Show UntagResource Source # 
Instance details

Defined in Amazonka.Chime.UntagResource

NFData UntagResource Source # 
Instance details

Defined in Amazonka.Chime.UntagResource

Methods

rnf :: UntagResource -> () #

Eq UntagResource Source # 
Instance details

Defined in Amazonka.Chime.UntagResource

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.Chime.UntagResource

type AWSResponse UntagResource Source # 
Instance details

Defined in Amazonka.Chime.UntagResource

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.Chime.UntagResource

type Rep UntagResource = D1 ('MetaData "UntagResource" "Amazonka.Chime.UntagResource" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "UntagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)) :*: S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty (Sensitive 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 resource ARN.

$sel:tagKeys:UntagResource', untagResource_tagKeys - The tag keys.

data UntagResourceResponse Source #

See: newUntagResourceResponse smart constructor.

Instances

Instances details
Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Chime.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Chime.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Chime.UntagResource

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Chime.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Chime.UntagResource

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Chime.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.Chime.UntagResource" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "UntagResourceResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newUntagResourceResponse :: UntagResourceResponse Source #

Create a value of UntagResourceResponse with all optional fields omitted.

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

UpdateAccount

data UpdateAccount Source #

See: newUpdateAccount smart constructor.

Instances

Instances details
ToJSON UpdateAccount Source # 
Instance details

Defined in Amazonka.Chime.UpdateAccount

ToHeaders UpdateAccount Source # 
Instance details

Defined in Amazonka.Chime.UpdateAccount

ToPath UpdateAccount Source # 
Instance details

Defined in Amazonka.Chime.UpdateAccount

ToQuery UpdateAccount Source # 
Instance details

Defined in Amazonka.Chime.UpdateAccount

AWSRequest UpdateAccount Source # 
Instance details

Defined in Amazonka.Chime.UpdateAccount

Associated Types

type AWSResponse UpdateAccount #

Generic UpdateAccount Source # 
Instance details

Defined in Amazonka.Chime.UpdateAccount

Associated Types

type Rep UpdateAccount :: Type -> Type #

Read UpdateAccount Source # 
Instance details

Defined in Amazonka.Chime.UpdateAccount

Show UpdateAccount Source # 
Instance details

Defined in Amazonka.Chime.UpdateAccount

NFData UpdateAccount Source # 
Instance details

Defined in Amazonka.Chime.UpdateAccount

Methods

rnf :: UpdateAccount -> () #

Eq UpdateAccount Source # 
Instance details

Defined in Amazonka.Chime.UpdateAccount

Hashable UpdateAccount Source # 
Instance details

Defined in Amazonka.Chime.UpdateAccount

type AWSResponse UpdateAccount Source # 
Instance details

Defined in Amazonka.Chime.UpdateAccount

type Rep UpdateAccount Source # 
Instance details

Defined in Amazonka.Chime.UpdateAccount

type Rep UpdateAccount = D1 ('MetaData "UpdateAccount" "Amazonka.Chime.UpdateAccount" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "UpdateAccount'" 'PrefixI 'True) (S1 ('MetaSel ('Just "defaultLicense") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe License)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newUpdateAccount Source #

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

UpdateAccount, updateAccount_defaultLicense - The default license applied when you add users to an Amazon Chime account.

UpdateAccount, updateAccount_name - The new name for the specified Amazon Chime account.

UpdateAccount, updateAccount_accountId - The Amazon Chime account ID.

data UpdateAccountResponse Source #

See: newUpdateAccountResponse smart constructor.

Instances

Instances details
Generic UpdateAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateAccount

Associated Types

type Rep UpdateAccountResponse :: Type -> Type #

Read UpdateAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateAccount

Show UpdateAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateAccount

NFData UpdateAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateAccount

Methods

rnf :: UpdateAccountResponse -> () #

Eq UpdateAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateAccount

type Rep UpdateAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateAccount

type Rep UpdateAccountResponse = D1 ('MetaData "UpdateAccountResponse" "Amazonka.Chime.UpdateAccount" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "UpdateAccountResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "account") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Account)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateAccountResponse Source #

Create a value of UpdateAccountResponse 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:account:UpdateAccountResponse', updateAccountResponse_account - The updated Amazon Chime account details.

$sel:httpStatus:UpdateAccountResponse', updateAccountResponse_httpStatus - The response's http status code.

UpdateAccountSettings

data UpdateAccountSettings Source #

See: newUpdateAccountSettings smart constructor.

Instances

Instances details
ToJSON UpdateAccountSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateAccountSettings

ToHeaders UpdateAccountSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateAccountSettings

ToPath UpdateAccountSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateAccountSettings

ToQuery UpdateAccountSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateAccountSettings

AWSRequest UpdateAccountSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateAccountSettings

Associated Types

type AWSResponse UpdateAccountSettings #

Generic UpdateAccountSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateAccountSettings

Associated Types

type Rep UpdateAccountSettings :: Type -> Type #

Read UpdateAccountSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateAccountSettings

Show UpdateAccountSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateAccountSettings

NFData UpdateAccountSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateAccountSettings

Methods

rnf :: UpdateAccountSettings -> () #

Eq UpdateAccountSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateAccountSettings

Hashable UpdateAccountSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateAccountSettings

type AWSResponse UpdateAccountSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateAccountSettings

type Rep UpdateAccountSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateAccountSettings

type Rep UpdateAccountSettings = D1 ('MetaData "UpdateAccountSettings" "Amazonka.Chime.UpdateAccountSettings" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "UpdateAccountSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "accountSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AccountSettings)))

newUpdateAccountSettings Source #

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

UpdateAccountSettings, updateAccountSettings_accountId - The Amazon Chime account ID.

$sel:accountSettings:UpdateAccountSettings', updateAccountSettings_accountSettings - The Amazon Chime account settings to update.

data UpdateAccountSettingsResponse Source #

See: newUpdateAccountSettingsResponse smart constructor.

Instances

Instances details
Generic UpdateAccountSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateAccountSettings

Associated Types

type Rep UpdateAccountSettingsResponse :: Type -> Type #

Read UpdateAccountSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateAccountSettings

Show UpdateAccountSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateAccountSettings

NFData UpdateAccountSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateAccountSettings

Eq UpdateAccountSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateAccountSettings

type Rep UpdateAccountSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateAccountSettings

type Rep UpdateAccountSettingsResponse = D1 ('MetaData "UpdateAccountSettingsResponse" "Amazonka.Chime.UpdateAccountSettings" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "UpdateAccountSettingsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateAccountSettingsResponse Source #

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

UpdateAppInstance

data UpdateAppInstance Source #

See: newUpdateAppInstance smart constructor.

Instances

Instances details
ToJSON UpdateAppInstance Source # 
Instance details

Defined in Amazonka.Chime.UpdateAppInstance

ToHeaders UpdateAppInstance Source # 
Instance details

Defined in Amazonka.Chime.UpdateAppInstance

ToPath UpdateAppInstance Source # 
Instance details

Defined in Amazonka.Chime.UpdateAppInstance

ToQuery UpdateAppInstance Source # 
Instance details

Defined in Amazonka.Chime.UpdateAppInstance

AWSRequest UpdateAppInstance Source # 
Instance details

Defined in Amazonka.Chime.UpdateAppInstance

Associated Types

type AWSResponse UpdateAppInstance #

Generic UpdateAppInstance Source # 
Instance details

Defined in Amazonka.Chime.UpdateAppInstance

Associated Types

type Rep UpdateAppInstance :: Type -> Type #

Show UpdateAppInstance Source # 
Instance details

Defined in Amazonka.Chime.UpdateAppInstance

NFData UpdateAppInstance Source # 
Instance details

Defined in Amazonka.Chime.UpdateAppInstance

Methods

rnf :: UpdateAppInstance -> () #

Eq UpdateAppInstance Source # 
Instance details

Defined in Amazonka.Chime.UpdateAppInstance

Hashable UpdateAppInstance Source # 
Instance details

Defined in Amazonka.Chime.UpdateAppInstance

type AWSResponse UpdateAppInstance Source # 
Instance details

Defined in Amazonka.Chime.UpdateAppInstance

type Rep UpdateAppInstance Source # 
Instance details

Defined in Amazonka.Chime.UpdateAppInstance

type Rep UpdateAppInstance = D1 ('MetaData "UpdateAppInstance" "Amazonka.Chime.UpdateAppInstance" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "UpdateAppInstance'" 'PrefixI 'True) (S1 ('MetaSel ('Just "metadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "appInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)))))

newUpdateAppInstance Source #

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

UpdateAppInstance, updateAppInstance_metadata - The metadata that you want to change.

UpdateAppInstance, updateAppInstance_appInstanceArn - The ARN of the AppInstance.

UpdateAppInstance, updateAppInstance_name - The name that you want to change.

data UpdateAppInstanceResponse Source #

See: newUpdateAppInstanceResponse smart constructor.

Instances

Instances details
Generic UpdateAppInstanceResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateAppInstance

Associated Types

type Rep UpdateAppInstanceResponse :: Type -> Type #

Read UpdateAppInstanceResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateAppInstance

Show UpdateAppInstanceResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateAppInstance

NFData UpdateAppInstanceResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateAppInstance

Eq UpdateAppInstanceResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateAppInstance

type Rep UpdateAppInstanceResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateAppInstance

type Rep UpdateAppInstanceResponse = D1 ('MetaData "UpdateAppInstanceResponse" "Amazonka.Chime.UpdateAppInstance" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "UpdateAppInstanceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateAppInstanceResponse Source #

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

UpdateAppInstance, updateAppInstanceResponse_appInstanceArn - The ARN of the AppInstance.

$sel:httpStatus:UpdateAppInstanceResponse', updateAppInstanceResponse_httpStatus - The response's http status code.

UpdateAppInstanceUser

data UpdateAppInstanceUser Source #

See: newUpdateAppInstanceUser smart constructor.

Instances

Instances details
ToJSON UpdateAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.UpdateAppInstanceUser

ToHeaders UpdateAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.UpdateAppInstanceUser

ToPath UpdateAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.UpdateAppInstanceUser

ToQuery UpdateAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.UpdateAppInstanceUser

AWSRequest UpdateAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.UpdateAppInstanceUser

Associated Types

type AWSResponse UpdateAppInstanceUser #

Generic UpdateAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.UpdateAppInstanceUser

Associated Types

type Rep UpdateAppInstanceUser :: Type -> Type #

Show UpdateAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.UpdateAppInstanceUser

NFData UpdateAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.UpdateAppInstanceUser

Methods

rnf :: UpdateAppInstanceUser -> () #

Eq UpdateAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.UpdateAppInstanceUser

Hashable UpdateAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.UpdateAppInstanceUser

type AWSResponse UpdateAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.UpdateAppInstanceUser

type Rep UpdateAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.UpdateAppInstanceUser

type Rep UpdateAppInstanceUser = D1 ('MetaData "UpdateAppInstanceUser" "Amazonka.Chime.UpdateAppInstanceUser" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "UpdateAppInstanceUser'" 'PrefixI 'True) (S1 ('MetaSel ('Just "metadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "appInstanceUserArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)))))

newUpdateAppInstanceUser Source #

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

UpdateAppInstanceUser, updateAppInstanceUser_metadata - The metadata of the AppInstanceUser.

UpdateAppInstanceUser, updateAppInstanceUser_appInstanceUserArn - The ARN of the AppInstanceUser.

UpdateAppInstanceUser, updateAppInstanceUser_name - The name of the AppInstanceUser.

data UpdateAppInstanceUserResponse Source #

See: newUpdateAppInstanceUserResponse smart constructor.

Instances

Instances details
Generic UpdateAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateAppInstanceUser

Associated Types

type Rep UpdateAppInstanceUserResponse :: Type -> Type #

Read UpdateAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateAppInstanceUser

Show UpdateAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateAppInstanceUser

NFData UpdateAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateAppInstanceUser

Eq UpdateAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateAppInstanceUser

type Rep UpdateAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateAppInstanceUser

type Rep UpdateAppInstanceUserResponse = D1 ('MetaData "UpdateAppInstanceUserResponse" "Amazonka.Chime.UpdateAppInstanceUser" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "UpdateAppInstanceUserResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appInstanceUserArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateAppInstanceUserResponse Source #

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

UpdateAppInstanceUser, updateAppInstanceUserResponse_appInstanceUserArn - The ARN of the AppInstanceUser.

$sel:httpStatus:UpdateAppInstanceUserResponse', updateAppInstanceUserResponse_httpStatus - The response's http status code.

UpdateBot

data UpdateBot Source #

See: newUpdateBot smart constructor.

Constructors

UpdateBot' (Maybe Bool) Text Text 

Instances

Instances details
ToJSON UpdateBot Source # 
Instance details

Defined in Amazonka.Chime.UpdateBot

ToHeaders UpdateBot Source # 
Instance details

Defined in Amazonka.Chime.UpdateBot

Methods

toHeaders :: UpdateBot -> [Header] #

ToPath UpdateBot Source # 
Instance details

Defined in Amazonka.Chime.UpdateBot

ToQuery UpdateBot Source # 
Instance details

Defined in Amazonka.Chime.UpdateBot

AWSRequest UpdateBot Source # 
Instance details

Defined in Amazonka.Chime.UpdateBot

Associated Types

type AWSResponse UpdateBot #

Generic UpdateBot Source # 
Instance details

Defined in Amazonka.Chime.UpdateBot

Associated Types

type Rep UpdateBot :: Type -> Type #

Read UpdateBot Source # 
Instance details

Defined in Amazonka.Chime.UpdateBot

Show UpdateBot Source # 
Instance details

Defined in Amazonka.Chime.UpdateBot

NFData UpdateBot Source # 
Instance details

Defined in Amazonka.Chime.UpdateBot

Methods

rnf :: UpdateBot -> () #

Eq UpdateBot Source # 
Instance details

Defined in Amazonka.Chime.UpdateBot

Hashable UpdateBot Source # 
Instance details

Defined in Amazonka.Chime.UpdateBot

type AWSResponse UpdateBot Source # 
Instance details

Defined in Amazonka.Chime.UpdateBot

type Rep UpdateBot Source # 
Instance details

Defined in Amazonka.Chime.UpdateBot

type Rep UpdateBot = D1 ('MetaData "UpdateBot" "Amazonka.Chime.UpdateBot" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "UpdateBot'" 'PrefixI 'True) (S1 ('MetaSel ('Just "disabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "botId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newUpdateBot Source #

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

UpdateBot, updateBot_disabled - When true, stops the specified bot from running in your account.

UpdateBot, updateBot_accountId - The Amazon Chime account ID.

UpdateBot, updateBot_botId - The bot ID.

data UpdateBotResponse Source #

See: newUpdateBotResponse smart constructor.

Instances

Instances details
Generic UpdateBotResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateBot

Associated Types

type Rep UpdateBotResponse :: Type -> Type #

Show UpdateBotResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateBot

NFData UpdateBotResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateBot

Methods

rnf :: UpdateBotResponse -> () #

Eq UpdateBotResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateBot

type Rep UpdateBotResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateBot

type Rep UpdateBotResponse = D1 ('MetaData "UpdateBotResponse" "Amazonka.Chime.UpdateBot" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "UpdateBotResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "bot") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bot)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateBotResponse Source #

Create a value of UpdateBotResponse 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:bot:UpdateBotResponse', updateBotResponse_bot - The updated bot details.

$sel:httpStatus:UpdateBotResponse', updateBotResponse_httpStatus - The response's http status code.

UpdateChannel

data UpdateChannel Source #

See: newUpdateChannel smart constructor.

Instances

Instances details
ToJSON UpdateChannel Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannel

ToHeaders UpdateChannel Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannel

ToPath UpdateChannel Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannel

ToQuery UpdateChannel Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannel

AWSRequest UpdateChannel Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannel

Associated Types

type AWSResponse UpdateChannel #

Generic UpdateChannel Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannel

Associated Types

type Rep UpdateChannel :: Type -> Type #

Show UpdateChannel Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannel

NFData UpdateChannel Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannel

Methods

rnf :: UpdateChannel -> () #

Eq UpdateChannel Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannel

Hashable UpdateChannel Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannel

type AWSResponse UpdateChannel Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannel

type Rep UpdateChannel Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannel

newUpdateChannel Source #

Create a value of UpdateChannel 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:chimeBearer:UpdateChannel', updateChannel_chimeBearer - The AppInstanceUserArn of the user that makes the API call.

UpdateChannel, updateChannel_metadata - The metadata for the update request.

UpdateChannel, updateChannel_channelArn - The ARN of the channel.

UpdateChannel, updateChannel_name - The name of the channel.

UpdateChannel, updateChannel_mode - The mode of the update request.

data UpdateChannelResponse Source #

See: newUpdateChannelResponse smart constructor.

Instances

Instances details
Generic UpdateChannelResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannel

Associated Types

type Rep UpdateChannelResponse :: Type -> Type #

Read UpdateChannelResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannel

Show UpdateChannelResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannel

NFData UpdateChannelResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannel

Methods

rnf :: UpdateChannelResponse -> () #

Eq UpdateChannelResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannel

type Rep UpdateChannelResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannel

type Rep UpdateChannelResponse = D1 ('MetaData "UpdateChannelResponse" "Amazonka.Chime.UpdateChannel" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "UpdateChannelResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "channelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateChannelResponse Source #

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

UpdateChannel, updateChannelResponse_channelArn - The ARN of the channel.

$sel:httpStatus:UpdateChannelResponse', updateChannelResponse_httpStatus - The response's http status code.

UpdateChannelMessage

data UpdateChannelMessage Source #

See: newUpdateChannelMessage smart constructor.

Instances

Instances details
ToJSON UpdateChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannelMessage

ToHeaders UpdateChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannelMessage

ToPath UpdateChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannelMessage

ToQuery UpdateChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannelMessage

AWSRequest UpdateChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannelMessage

Associated Types

type AWSResponse UpdateChannelMessage #

Generic UpdateChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannelMessage

Associated Types

type Rep UpdateChannelMessage :: Type -> Type #

Show UpdateChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannelMessage

NFData UpdateChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannelMessage

Methods

rnf :: UpdateChannelMessage -> () #

Eq UpdateChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannelMessage

Hashable UpdateChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannelMessage

type AWSResponse UpdateChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannelMessage

type Rep UpdateChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannelMessage

type Rep UpdateChannelMessage = D1 ('MetaData "UpdateChannelMessage" "Amazonka.Chime.UpdateChannelMessage" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "UpdateChannelMessage'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "chimeBearer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "content") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))) :*: (S1 ('MetaSel ('Just "metadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "channelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "messageId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newUpdateChannelMessage Source #

Create a value of UpdateChannelMessage 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:chimeBearer:UpdateChannelMessage', updateChannelMessage_chimeBearer - The AppInstanceUserArn of the user that makes the API call.

UpdateChannelMessage, updateChannelMessage_content - The content of the message being updated.

UpdateChannelMessage, updateChannelMessage_metadata - The metadata of the message being updated.

UpdateChannelMessage, updateChannelMessage_channelArn - The ARN of the channel.

UpdateChannelMessage, updateChannelMessage_messageId - The ID string of the message being updated.

data UpdateChannelMessageResponse Source #

See: newUpdateChannelMessageResponse smart constructor.

Instances

Instances details
Generic UpdateChannelMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannelMessage

Associated Types

type Rep UpdateChannelMessageResponse :: Type -> Type #

Read UpdateChannelMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannelMessage

Show UpdateChannelMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannelMessage

NFData UpdateChannelMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannelMessage

Eq UpdateChannelMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannelMessage

type Rep UpdateChannelMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannelMessage

type Rep UpdateChannelMessageResponse = D1 ('MetaData "UpdateChannelMessageResponse" "Amazonka.Chime.UpdateChannelMessage" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "UpdateChannelMessageResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "channelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "messageId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newUpdateChannelMessageResponse Source #

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

UpdateChannelMessage, updateChannelMessageResponse_channelArn - The ARN of the channel.

UpdateChannelMessage, updateChannelMessageResponse_messageId - The ID string of the message being updated.

$sel:httpStatus:UpdateChannelMessageResponse', updateChannelMessageResponse_httpStatus - The response's http status code.

UpdateChannelReadMarker

data UpdateChannelReadMarker Source #

See: newUpdateChannelReadMarker smart constructor.

Instances

Instances details
ToJSON UpdateChannelReadMarker Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannelReadMarker

ToHeaders UpdateChannelReadMarker Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannelReadMarker

ToPath UpdateChannelReadMarker Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannelReadMarker

ToQuery UpdateChannelReadMarker Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannelReadMarker

AWSRequest UpdateChannelReadMarker Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannelReadMarker

Generic UpdateChannelReadMarker Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannelReadMarker

Associated Types

type Rep UpdateChannelReadMarker :: Type -> Type #

Read UpdateChannelReadMarker Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannelReadMarker

Show UpdateChannelReadMarker Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannelReadMarker

NFData UpdateChannelReadMarker Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannelReadMarker

Methods

rnf :: UpdateChannelReadMarker -> () #

Eq UpdateChannelReadMarker Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannelReadMarker

Hashable UpdateChannelReadMarker Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannelReadMarker

type AWSResponse UpdateChannelReadMarker Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannelReadMarker

type Rep UpdateChannelReadMarker Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannelReadMarker

type Rep UpdateChannelReadMarker = D1 ('MetaData "UpdateChannelReadMarker" "Amazonka.Chime.UpdateChannelReadMarker" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "UpdateChannelReadMarker'" 'PrefixI 'True) (S1 ('MetaSel ('Just "chimeBearer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "channelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newUpdateChannelReadMarker Source #

Create a value of UpdateChannelReadMarker 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:chimeBearer:UpdateChannelReadMarker', updateChannelReadMarker_chimeBearer - The AppInstanceUserArn of the user that makes the API call.

UpdateChannelReadMarker, updateChannelReadMarker_channelArn - The ARN of the channel.

data UpdateChannelReadMarkerResponse Source #

See: newUpdateChannelReadMarkerResponse smart constructor.

Instances

Instances details
Generic UpdateChannelReadMarkerResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannelReadMarker

Associated Types

type Rep UpdateChannelReadMarkerResponse :: Type -> Type #

Read UpdateChannelReadMarkerResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannelReadMarker

Show UpdateChannelReadMarkerResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannelReadMarker

NFData UpdateChannelReadMarkerResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannelReadMarker

Eq UpdateChannelReadMarkerResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannelReadMarker

type Rep UpdateChannelReadMarkerResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannelReadMarker

type Rep UpdateChannelReadMarkerResponse = D1 ('MetaData "UpdateChannelReadMarkerResponse" "Amazonka.Chime.UpdateChannelReadMarker" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "UpdateChannelReadMarkerResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "channelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateChannelReadMarkerResponse Source #

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

UpdateChannelReadMarker, updateChannelReadMarkerResponse_channelArn - The ARN of the channel.

$sel:httpStatus:UpdateChannelReadMarkerResponse', updateChannelReadMarkerResponse_httpStatus - The response's http status code.

UpdateGlobalSettings

data UpdateGlobalSettings Source #

See: newUpdateGlobalSettings smart constructor.

Instances

Instances details
ToJSON UpdateGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateGlobalSettings

ToHeaders UpdateGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateGlobalSettings

ToPath UpdateGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateGlobalSettings

ToQuery UpdateGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateGlobalSettings

AWSRequest UpdateGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateGlobalSettings

Associated Types

type AWSResponse UpdateGlobalSettings #

Generic UpdateGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateGlobalSettings

Associated Types

type Rep UpdateGlobalSettings :: Type -> Type #

Read UpdateGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateGlobalSettings

Show UpdateGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateGlobalSettings

NFData UpdateGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateGlobalSettings

Methods

rnf :: UpdateGlobalSettings -> () #

Eq UpdateGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateGlobalSettings

Hashable UpdateGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateGlobalSettings

type AWSResponse UpdateGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateGlobalSettings

type Rep UpdateGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateGlobalSettings

type Rep UpdateGlobalSettings = D1 ('MetaData "UpdateGlobalSettings" "Amazonka.Chime.UpdateGlobalSettings" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "UpdateGlobalSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "businessCalling") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BusinessCallingSettings)) :*: S1 ('MetaSel ('Just "voiceConnector") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VoiceConnectorSettings))))

newUpdateGlobalSettings :: UpdateGlobalSettings Source #

Create a value of UpdateGlobalSettings 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:businessCalling:UpdateGlobalSettings', updateGlobalSettings_businessCalling - The Amazon Chime Business Calling settings.

$sel:voiceConnector:UpdateGlobalSettings', updateGlobalSettings_voiceConnector - The Amazon Chime Voice Connector settings.

data UpdateGlobalSettingsResponse Source #

See: newUpdateGlobalSettingsResponse smart constructor.

Instances

Instances details
Generic UpdateGlobalSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateGlobalSettings

Associated Types

type Rep UpdateGlobalSettingsResponse :: Type -> Type #

Read UpdateGlobalSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateGlobalSettings

Show UpdateGlobalSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateGlobalSettings

NFData UpdateGlobalSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateGlobalSettings

Eq UpdateGlobalSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateGlobalSettings

type Rep UpdateGlobalSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateGlobalSettings

type Rep UpdateGlobalSettingsResponse = D1 ('MetaData "UpdateGlobalSettingsResponse" "Amazonka.Chime.UpdateGlobalSettings" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "UpdateGlobalSettingsResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newUpdateGlobalSettingsResponse :: UpdateGlobalSettingsResponse Source #

Create a value of UpdateGlobalSettingsResponse with all optional fields omitted.

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

UpdatePhoneNumber

data UpdatePhoneNumber Source #

See: newUpdatePhoneNumber smart constructor.

Instances

Instances details
ToJSON UpdatePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumber

ToHeaders UpdatePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumber

ToPath UpdatePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumber

ToQuery UpdatePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumber

AWSRequest UpdatePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumber

Associated Types

type AWSResponse UpdatePhoneNumber #

Generic UpdatePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumber

Associated Types

type Rep UpdatePhoneNumber :: Type -> Type #

Show UpdatePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumber

NFData UpdatePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumber

Methods

rnf :: UpdatePhoneNumber -> () #

Eq UpdatePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumber

Hashable UpdatePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumber

type AWSResponse UpdatePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumber

type Rep UpdatePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumber

type Rep UpdatePhoneNumber = D1 ('MetaData "UpdatePhoneNumber" "Amazonka.Chime.UpdatePhoneNumber" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "UpdatePhoneNumber'" 'PrefixI 'True) (S1 ('MetaSel ('Just "callingName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "productType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PhoneNumberProductType)) :*: S1 ('MetaSel ('Just "phoneNumberId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newUpdatePhoneNumber Source #

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

UpdatePhoneNumber, updatePhoneNumber_callingName - The outbound calling name associated with the phone number.

UpdatePhoneNumber, updatePhoneNumber_productType - The product type.

UpdatePhoneNumber, updatePhoneNumber_phoneNumberId - The phone number ID.

data UpdatePhoneNumberResponse Source #

See: newUpdatePhoneNumberResponse smart constructor.

Instances

Instances details
Generic UpdatePhoneNumberResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumber

Associated Types

type Rep UpdatePhoneNumberResponse :: Type -> Type #

Show UpdatePhoneNumberResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumber

NFData UpdatePhoneNumberResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumber

Eq UpdatePhoneNumberResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumber

type Rep UpdatePhoneNumberResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumber

type Rep UpdatePhoneNumberResponse = D1 ('MetaData "UpdatePhoneNumberResponse" "Amazonka.Chime.UpdatePhoneNumber" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "UpdatePhoneNumberResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "phoneNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PhoneNumber)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdatePhoneNumberResponse Source #

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

UpdatePhoneNumberResponse, updatePhoneNumberResponse_phoneNumber - The updated phone number details.

$sel:httpStatus:UpdatePhoneNumberResponse', updatePhoneNumberResponse_httpStatus - The response's http status code.

UpdatePhoneNumberSettings

data UpdatePhoneNumberSettings Source #

See: newUpdatePhoneNumberSettings smart constructor.

Instances

Instances details
ToJSON UpdatePhoneNumberSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumberSettings

ToHeaders UpdatePhoneNumberSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumberSettings

ToPath UpdatePhoneNumberSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumberSettings

ToQuery UpdatePhoneNumberSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumberSettings

AWSRequest UpdatePhoneNumberSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumberSettings

Generic UpdatePhoneNumberSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumberSettings

Associated Types

type Rep UpdatePhoneNumberSettings :: Type -> Type #

Show UpdatePhoneNumberSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumberSettings

NFData UpdatePhoneNumberSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumberSettings

Eq UpdatePhoneNumberSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumberSettings

Hashable UpdatePhoneNumberSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumberSettings

type AWSResponse UpdatePhoneNumberSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumberSettings

type Rep UpdatePhoneNumberSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumberSettings

type Rep UpdatePhoneNumberSettings = D1 ('MetaData "UpdatePhoneNumberSettings" "Amazonka.Chime.UpdatePhoneNumberSettings" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "UpdatePhoneNumberSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "callingName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text))))

newUpdatePhoneNumberSettings Source #

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

UpdatePhoneNumberSettings, updatePhoneNumberSettings_callingName - The default outbound calling name for the account.

data UpdatePhoneNumberSettingsResponse Source #

See: newUpdatePhoneNumberSettingsResponse smart constructor.

Instances

Instances details
Generic UpdatePhoneNumberSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumberSettings

Associated Types

type Rep UpdatePhoneNumberSettingsResponse :: Type -> Type #

Read UpdatePhoneNumberSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumberSettings

Show UpdatePhoneNumberSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumberSettings

NFData UpdatePhoneNumberSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumberSettings

Eq UpdatePhoneNumberSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumberSettings

type Rep UpdatePhoneNumberSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumberSettings

type Rep UpdatePhoneNumberSettingsResponse = D1 ('MetaData "UpdatePhoneNumberSettingsResponse" "Amazonka.Chime.UpdatePhoneNumberSettings" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "UpdatePhoneNumberSettingsResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newUpdatePhoneNumberSettingsResponse :: UpdatePhoneNumberSettingsResponse Source #

Create a value of UpdatePhoneNumberSettingsResponse with all optional fields omitted.

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

UpdateProxySession

data UpdateProxySession Source #

See: newUpdateProxySession smart constructor.

Instances

Instances details
ToJSON UpdateProxySession Source # 
Instance details

Defined in Amazonka.Chime.UpdateProxySession

ToHeaders UpdateProxySession Source # 
Instance details

Defined in Amazonka.Chime.UpdateProxySession

ToPath UpdateProxySession Source # 
Instance details

Defined in Amazonka.Chime.UpdateProxySession

ToQuery UpdateProxySession Source # 
Instance details

Defined in Amazonka.Chime.UpdateProxySession

AWSRequest UpdateProxySession Source # 
Instance details

Defined in Amazonka.Chime.UpdateProxySession

Associated Types

type AWSResponse UpdateProxySession #

Generic UpdateProxySession Source # 
Instance details

Defined in Amazonka.Chime.UpdateProxySession

Associated Types

type Rep UpdateProxySession :: Type -> Type #

Read UpdateProxySession Source # 
Instance details

Defined in Amazonka.Chime.UpdateProxySession

Show UpdateProxySession Source # 
Instance details

Defined in Amazonka.Chime.UpdateProxySession

NFData UpdateProxySession Source # 
Instance details

Defined in Amazonka.Chime.UpdateProxySession

Methods

rnf :: UpdateProxySession -> () #

Eq UpdateProxySession Source # 
Instance details

Defined in Amazonka.Chime.UpdateProxySession

Hashable UpdateProxySession Source # 
Instance details

Defined in Amazonka.Chime.UpdateProxySession

type AWSResponse UpdateProxySession Source # 
Instance details

Defined in Amazonka.Chime.UpdateProxySession

type Rep UpdateProxySession Source # 
Instance details

Defined in Amazonka.Chime.UpdateProxySession

type Rep UpdateProxySession = D1 ('MetaData "UpdateProxySession" "Amazonka.Chime.UpdateProxySession" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "UpdateProxySession'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "expiryMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "capabilities") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Capability])) :*: (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "proxySessionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newUpdateProxySession Source #

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

UpdateProxySession, updateProxySession_expiryMinutes - The number of minutes allowed for the proxy session.

UpdateProxySession, updateProxySession_capabilities - The proxy session capabilities.

UpdateProxySession, updateProxySession_voiceConnectorId - The Amazon Chime voice connector ID.

UpdateProxySession, updateProxySession_proxySessionId - The proxy session ID.

data UpdateProxySessionResponse Source #

See: newUpdateProxySessionResponse smart constructor.

Instances

Instances details
Generic UpdateProxySessionResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateProxySession

Associated Types

type Rep UpdateProxySessionResponse :: Type -> Type #

Show UpdateProxySessionResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateProxySession

NFData UpdateProxySessionResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateProxySession

Eq UpdateProxySessionResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateProxySession

type Rep UpdateProxySessionResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateProxySession

type Rep UpdateProxySessionResponse = D1 ('MetaData "UpdateProxySessionResponse" "Amazonka.Chime.UpdateProxySession" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "UpdateProxySessionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "proxySession") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProxySession)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateProxySessionResponse Source #

Create a value of UpdateProxySessionResponse 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:proxySession:UpdateProxySessionResponse', updateProxySessionResponse_proxySession - The proxy session details.

$sel:httpStatus:UpdateProxySessionResponse', updateProxySessionResponse_httpStatus - The response's http status code.

UpdateRoom

data UpdateRoom Source #

See: newUpdateRoom smart constructor.

Instances

Instances details
ToJSON UpdateRoom Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoom

ToHeaders UpdateRoom Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoom

Methods

toHeaders :: UpdateRoom -> [Header] #

ToPath UpdateRoom Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoom

ToQuery UpdateRoom Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoom

AWSRequest UpdateRoom Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoom

Associated Types

type AWSResponse UpdateRoom #

Generic UpdateRoom Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoom

Associated Types

type Rep UpdateRoom :: Type -> Type #

Show UpdateRoom Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoom

NFData UpdateRoom Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoom

Methods

rnf :: UpdateRoom -> () #

Eq UpdateRoom Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoom

Hashable UpdateRoom Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoom

type AWSResponse UpdateRoom Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoom

type Rep UpdateRoom Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoom

type Rep UpdateRoom = D1 ('MetaData "UpdateRoom" "Amazonka.Chime.UpdateRoom" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "UpdateRoom'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "roomId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newUpdateRoom Source #

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

UpdateRoom, updateRoom_name - The room name.

UpdateRoom, updateRoom_accountId - The Amazon Chime account ID.

UpdateRoom, updateRoom_roomId - The room ID.

data UpdateRoomResponse Source #

See: newUpdateRoomResponse smart constructor.

Instances

Instances details
Generic UpdateRoomResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoom

Associated Types

type Rep UpdateRoomResponse :: Type -> Type #

Show UpdateRoomResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoom

NFData UpdateRoomResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoom

Methods

rnf :: UpdateRoomResponse -> () #

Eq UpdateRoomResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoom

type Rep UpdateRoomResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoom

type Rep UpdateRoomResponse = D1 ('MetaData "UpdateRoomResponse" "Amazonka.Chime.UpdateRoom" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "UpdateRoomResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "room") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Room)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateRoomResponse Source #

Create a value of UpdateRoomResponse 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:room:UpdateRoomResponse', updateRoomResponse_room - The room details.

$sel:httpStatus:UpdateRoomResponse', updateRoomResponse_httpStatus - The response's http status code.

UpdateRoomMembership

data UpdateRoomMembership Source #

See: newUpdateRoomMembership smart constructor.

Instances

Instances details
ToJSON UpdateRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoomMembership

ToHeaders UpdateRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoomMembership

ToPath UpdateRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoomMembership

ToQuery UpdateRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoomMembership

AWSRequest UpdateRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoomMembership

Associated Types

type AWSResponse UpdateRoomMembership #

Generic UpdateRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoomMembership

Associated Types

type Rep UpdateRoomMembership :: Type -> Type #

Read UpdateRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoomMembership

Show UpdateRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoomMembership

NFData UpdateRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoomMembership

Methods

rnf :: UpdateRoomMembership -> () #

Eq UpdateRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoomMembership

Hashable UpdateRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoomMembership

type AWSResponse UpdateRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoomMembership

type Rep UpdateRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoomMembership

type Rep UpdateRoomMembership = D1 ('MetaData "UpdateRoomMembership" "Amazonka.Chime.UpdateRoomMembership" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "UpdateRoomMembership'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "role'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RoomMembershipRole)) :*: S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "roomId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "memberId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newUpdateRoomMembership Source #

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

UpdateRoomMembership, updateRoomMembership_role - The role of the member.

UpdateRoomMembership, updateRoomMembership_accountId - The Amazon Chime account ID.

UpdateRoomMembership, updateRoomMembership_roomId - The room ID.

UpdateRoomMembership, updateRoomMembership_memberId - The member ID.

data UpdateRoomMembershipResponse Source #

See: newUpdateRoomMembershipResponse smart constructor.

Instances

Instances details
Generic UpdateRoomMembershipResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoomMembership

Associated Types

type Rep UpdateRoomMembershipResponse :: Type -> Type #

Show UpdateRoomMembershipResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoomMembership

NFData UpdateRoomMembershipResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoomMembership

Eq UpdateRoomMembershipResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoomMembership

type Rep UpdateRoomMembershipResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoomMembership

type Rep UpdateRoomMembershipResponse = D1 ('MetaData "UpdateRoomMembershipResponse" "Amazonka.Chime.UpdateRoomMembership" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "UpdateRoomMembershipResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "roomMembership") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RoomMembership)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateRoomMembershipResponse Source #

Create a value of UpdateRoomMembershipResponse 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:roomMembership:UpdateRoomMembershipResponse', updateRoomMembershipResponse_roomMembership - The room membership details.

$sel:httpStatus:UpdateRoomMembershipResponse', updateRoomMembershipResponse_httpStatus - The response's http status code.

UpdateSipMediaApplication

data UpdateSipMediaApplication Source #

See: newUpdateSipMediaApplication smart constructor.

Instances

Instances details
ToJSON UpdateSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipMediaApplication

ToHeaders UpdateSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipMediaApplication

ToPath UpdateSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipMediaApplication

ToQuery UpdateSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipMediaApplication

AWSRequest UpdateSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipMediaApplication

Generic UpdateSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipMediaApplication

Associated Types

type Rep UpdateSipMediaApplication :: Type -> Type #

Show UpdateSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipMediaApplication

NFData UpdateSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipMediaApplication

Eq UpdateSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipMediaApplication

Hashable UpdateSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipMediaApplication

type AWSResponse UpdateSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipMediaApplication

type Rep UpdateSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipMediaApplication

type Rep UpdateSipMediaApplication = D1 ('MetaData "UpdateSipMediaApplication" "Amazonka.Chime.UpdateSipMediaApplication" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "UpdateSipMediaApplication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "endpoints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty SipMediaApplicationEndpoint))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sipMediaApplicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newUpdateSipMediaApplication Source #

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

UpdateSipMediaApplication, updateSipMediaApplication_endpoints - The new set of endpoints for the specified SIP media application.

UpdateSipMediaApplication, updateSipMediaApplication_name - The new name for the specified SIP media application.

UpdateSipMediaApplication, updateSipMediaApplication_sipMediaApplicationId - The SIP media application ID.

data UpdateSipMediaApplicationResponse Source #

See: newUpdateSipMediaApplicationResponse smart constructor.

Instances

Instances details
Generic UpdateSipMediaApplicationResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipMediaApplication

Associated Types

type Rep UpdateSipMediaApplicationResponse :: Type -> Type #

Show UpdateSipMediaApplicationResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipMediaApplication

NFData UpdateSipMediaApplicationResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipMediaApplication

Eq UpdateSipMediaApplicationResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipMediaApplication

type Rep UpdateSipMediaApplicationResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipMediaApplication

type Rep UpdateSipMediaApplicationResponse = D1 ('MetaData "UpdateSipMediaApplicationResponse" "Amazonka.Chime.UpdateSipMediaApplication" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "UpdateSipMediaApplicationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sipMediaApplication") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SipMediaApplication)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateSipMediaApplicationResponse Source #

Create a value of UpdateSipMediaApplicationResponse 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:sipMediaApplication:UpdateSipMediaApplicationResponse', updateSipMediaApplicationResponse_sipMediaApplication - The updated SIP media application details.

$sel:httpStatus:UpdateSipMediaApplicationResponse', updateSipMediaApplicationResponse_httpStatus - The response's http status code.

UpdateSipMediaApplicationCall

data UpdateSipMediaApplicationCall Source #

See: newUpdateSipMediaApplicationCall smart constructor.

Instances

Instances details
ToJSON UpdateSipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipMediaApplicationCall

ToHeaders UpdateSipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipMediaApplicationCall

ToPath UpdateSipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipMediaApplicationCall

ToQuery UpdateSipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipMediaApplicationCall

AWSRequest UpdateSipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipMediaApplicationCall

Generic UpdateSipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipMediaApplicationCall

Associated Types

type Rep UpdateSipMediaApplicationCall :: Type -> Type #

Show UpdateSipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipMediaApplicationCall

NFData UpdateSipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipMediaApplicationCall

Eq UpdateSipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipMediaApplicationCall

Hashable UpdateSipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipMediaApplicationCall

type AWSResponse UpdateSipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipMediaApplicationCall

type Rep UpdateSipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipMediaApplicationCall

type Rep UpdateSipMediaApplicationCall = D1 ('MetaData "UpdateSipMediaApplicationCall" "Amazonka.Chime.UpdateSipMediaApplicationCall" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "UpdateSipMediaApplicationCall'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sipMediaApplicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "transactionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "arguments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (HashMap Text (Sensitive Text))))))

newUpdateSipMediaApplicationCall Source #

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

UpdateSipMediaApplicationCall, updateSipMediaApplicationCall_sipMediaApplicationId - The ID of the SIP media application handling the call.

UpdateSipMediaApplicationCall, updateSipMediaApplicationCall_transactionId - The ID of the call transaction.

$sel:arguments:UpdateSipMediaApplicationCall', updateSipMediaApplicationCall_arguments - Arguments made available to the Lambda function as part of the CALL_UPDATE_REQUESTED event. Can contain 0-20 key-value pairs.

data UpdateSipMediaApplicationCallResponse Source #

Instances

Instances details
Generic UpdateSipMediaApplicationCallResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipMediaApplicationCall

Read UpdateSipMediaApplicationCallResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipMediaApplicationCall

Show UpdateSipMediaApplicationCallResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipMediaApplicationCall

NFData UpdateSipMediaApplicationCallResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipMediaApplicationCall

Eq UpdateSipMediaApplicationCallResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipMediaApplicationCall

type Rep UpdateSipMediaApplicationCallResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipMediaApplicationCall

type Rep UpdateSipMediaApplicationCallResponse = D1 ('MetaData "UpdateSipMediaApplicationCallResponse" "Amazonka.Chime.UpdateSipMediaApplicationCall" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "UpdateSipMediaApplicationCallResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sipMediaApplicationCall") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SipMediaApplicationCall)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateSipMediaApplicationCallResponse Source #

Create a value of UpdateSipMediaApplicationCallResponse 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:sipMediaApplicationCall:UpdateSipMediaApplicationCallResponse', updateSipMediaApplicationCallResponse_sipMediaApplicationCall - Undocumented member.

$sel:httpStatus:UpdateSipMediaApplicationCallResponse', updateSipMediaApplicationCallResponse_httpStatus - The response's http status code.

UpdateSipRule

data UpdateSipRule Source #

See: newUpdateSipRule smart constructor.

Instances

Instances details
ToJSON UpdateSipRule Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipRule

ToHeaders UpdateSipRule Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipRule

ToPath UpdateSipRule Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipRule

ToQuery UpdateSipRule Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipRule

AWSRequest UpdateSipRule Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipRule

Associated Types

type AWSResponse UpdateSipRule #

Generic UpdateSipRule Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipRule

Associated Types

type Rep UpdateSipRule :: Type -> Type #

Read UpdateSipRule Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipRule

Show UpdateSipRule Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipRule

NFData UpdateSipRule Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipRule

Methods

rnf :: UpdateSipRule -> () #

Eq UpdateSipRule Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipRule

Hashable UpdateSipRule Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipRule

type AWSResponse UpdateSipRule Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipRule

type Rep UpdateSipRule Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipRule

type Rep UpdateSipRule = D1 ('MetaData "UpdateSipRule" "Amazonka.Chime.UpdateSipRule" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "UpdateSipRule'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "disabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "targetApplications") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty SipRuleTargetApplication)))) :*: (S1 ('MetaSel ('Just "sipRuleId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newUpdateSipRule Source #

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

UpdateSipRule, updateSipRule_disabled - The new value specified to indicate whether the rule is disabled.

UpdateSipRule, updateSipRule_targetApplications - The new value of the list of target applications.

UpdateSipRule, updateSipRule_sipRuleId - The SIP rule ID.

UpdateSipRule, updateSipRule_name - The new name for the specified SIP rule.

data UpdateSipRuleResponse Source #

See: newUpdateSipRuleResponse smart constructor.

Instances

Instances details
Generic UpdateSipRuleResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipRule

Associated Types

type Rep UpdateSipRuleResponse :: Type -> Type #

Read UpdateSipRuleResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipRule

Show UpdateSipRuleResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipRule

NFData UpdateSipRuleResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipRule

Methods

rnf :: UpdateSipRuleResponse -> () #

Eq UpdateSipRuleResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipRule

type Rep UpdateSipRuleResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipRule

type Rep UpdateSipRuleResponse = D1 ('MetaData "UpdateSipRuleResponse" "Amazonka.Chime.UpdateSipRule" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "UpdateSipRuleResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sipRule") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SipRule)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateSipRuleResponse Source #

Create a value of UpdateSipRuleResponse 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:sipRule:UpdateSipRuleResponse', updateSipRuleResponse_sipRule - Updated SIP rule details.

$sel:httpStatus:UpdateSipRuleResponse', updateSipRuleResponse_httpStatus - The response's http status code.

UpdateUser

data UpdateUser Source #

See: newUpdateUser smart constructor.

Instances

Instances details
ToJSON UpdateUser Source # 
Instance details

Defined in Amazonka.Chime.UpdateUser

ToHeaders UpdateUser Source # 
Instance details

Defined in Amazonka.Chime.UpdateUser

Methods

toHeaders :: UpdateUser -> [Header] #

ToPath UpdateUser Source # 
Instance details

Defined in Amazonka.Chime.UpdateUser

ToQuery UpdateUser Source # 
Instance details

Defined in Amazonka.Chime.UpdateUser

AWSRequest UpdateUser Source # 
Instance details

Defined in Amazonka.Chime.UpdateUser

Associated Types

type AWSResponse UpdateUser #

Generic UpdateUser Source # 
Instance details

Defined in Amazonka.Chime.UpdateUser

Associated Types

type Rep UpdateUser :: Type -> Type #

Show UpdateUser Source # 
Instance details

Defined in Amazonka.Chime.UpdateUser

NFData UpdateUser Source # 
Instance details

Defined in Amazonka.Chime.UpdateUser

Methods

rnf :: UpdateUser -> () #

Eq UpdateUser Source # 
Instance details

Defined in Amazonka.Chime.UpdateUser

Hashable UpdateUser Source # 
Instance details

Defined in Amazonka.Chime.UpdateUser

type AWSResponse UpdateUser Source # 
Instance details

Defined in Amazonka.Chime.UpdateUser

type Rep UpdateUser Source # 
Instance details

Defined in Amazonka.Chime.UpdateUser

type Rep UpdateUser = D1 ('MetaData "UpdateUser" "Amazonka.Chime.UpdateUser" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "UpdateUser'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "alexaForBusinessMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AlexaForBusinessMetadata)) :*: S1 ('MetaSel ('Just "licenseType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe License))) :*: (S1 ('MetaSel ('Just "userType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserType)) :*: (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "userId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newUpdateUser Source #

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

UpdateUser, updateUser_alexaForBusinessMetadata - The Alexa for Business metadata.

UpdateUser, updateUser_licenseType - The user license type to update. This must be a supported license type for the Amazon Chime account that the user belongs to.

UpdateUser, updateUser_userType - The user type.

UpdateUser, updateUser_accountId - The Amazon Chime account ID.

UpdateUser, updateUser_userId - The user ID.

data UpdateUserResponse Source #

See: newUpdateUserResponse smart constructor.

Instances

Instances details
Generic UpdateUserResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateUser

Associated Types

type Rep UpdateUserResponse :: Type -> Type #

Show UpdateUserResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateUser

NFData UpdateUserResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateUser

Methods

rnf :: UpdateUserResponse -> () #

Eq UpdateUserResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateUser

type Rep UpdateUserResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateUser

type Rep UpdateUserResponse = D1 ('MetaData "UpdateUserResponse" "Amazonka.Chime.UpdateUser" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "UpdateUserResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "user") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe User)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateUserResponse Source #

Create a value of UpdateUserResponse 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:user:UpdateUserResponse', updateUserResponse_user - The updated user details.

$sel:httpStatus:UpdateUserResponse', updateUserResponse_httpStatus - The response's http status code.

UpdateUserSettings

data UpdateUserSettings Source #

See: newUpdateUserSettings smart constructor.

Instances

Instances details
ToJSON UpdateUserSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateUserSettings

ToHeaders UpdateUserSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateUserSettings

ToPath UpdateUserSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateUserSettings

ToQuery UpdateUserSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateUserSettings

AWSRequest UpdateUserSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateUserSettings

Associated Types

type AWSResponse UpdateUserSettings #

Generic UpdateUserSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateUserSettings

Associated Types

type Rep UpdateUserSettings :: Type -> Type #

Read UpdateUserSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateUserSettings

Show UpdateUserSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateUserSettings

NFData UpdateUserSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateUserSettings

Methods

rnf :: UpdateUserSettings -> () #

Eq UpdateUserSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateUserSettings

Hashable UpdateUserSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateUserSettings

type AWSResponse UpdateUserSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateUserSettings

type Rep UpdateUserSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateUserSettings

type Rep UpdateUserSettings = D1 ('MetaData "UpdateUserSettings" "Amazonka.Chime.UpdateUserSettings" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "UpdateUserSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "userId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "userSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 UserSettings))))

newUpdateUserSettings Source #

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

UpdateUserSettings, updateUserSettings_accountId - The Amazon Chime account ID.

UpdateUserSettings, updateUserSettings_userId - The user ID.

$sel:userSettings:UpdateUserSettings', updateUserSettings_userSettings - The user settings to update.

data UpdateUserSettingsResponse Source #

See: newUpdateUserSettingsResponse smart constructor.

Instances

Instances details
Generic UpdateUserSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateUserSettings

Associated Types

type Rep UpdateUserSettingsResponse :: Type -> Type #

Read UpdateUserSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateUserSettings

Show UpdateUserSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateUserSettings

NFData UpdateUserSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateUserSettings

Eq UpdateUserSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateUserSettings

type Rep UpdateUserSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateUserSettings

type Rep UpdateUserSettingsResponse = D1 ('MetaData "UpdateUserSettingsResponse" "Amazonka.Chime.UpdateUserSettings" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "UpdateUserSettingsResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newUpdateUserSettingsResponse :: UpdateUserSettingsResponse Source #

Create a value of UpdateUserSettingsResponse with all optional fields omitted.

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

UpdateVoiceConnector

data UpdateVoiceConnector Source #

See: newUpdateVoiceConnector smart constructor.

Instances

Instances details
ToJSON UpdateVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.UpdateVoiceConnector

ToHeaders UpdateVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.UpdateVoiceConnector

ToPath UpdateVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.UpdateVoiceConnector

ToQuery UpdateVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.UpdateVoiceConnector

AWSRequest UpdateVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.UpdateVoiceConnector

Associated Types

type AWSResponse UpdateVoiceConnector #

Generic UpdateVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.UpdateVoiceConnector

Associated Types

type Rep UpdateVoiceConnector :: Type -> Type #

Read UpdateVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.UpdateVoiceConnector

Show UpdateVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.UpdateVoiceConnector

NFData UpdateVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.UpdateVoiceConnector

Methods

rnf :: UpdateVoiceConnector -> () #

Eq UpdateVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.UpdateVoiceConnector

Hashable UpdateVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.UpdateVoiceConnector

type AWSResponse UpdateVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.UpdateVoiceConnector

type Rep UpdateVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.UpdateVoiceConnector

type Rep UpdateVoiceConnector = D1 ('MetaData "UpdateVoiceConnector" "Amazonka.Chime.UpdateVoiceConnector" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "UpdateVoiceConnector'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "requireEncryption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool))))

newUpdateVoiceConnector Source #

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

UpdateVoiceConnector, updateVoiceConnector_voiceConnectorId - The Amazon Chime Voice Connector ID.

UpdateVoiceConnector, updateVoiceConnector_name - The name of the Amazon Chime Voice Connector.

UpdateVoiceConnector, updateVoiceConnector_requireEncryption - When enabled, requires encryption for the Amazon Chime Voice Connector.

data UpdateVoiceConnectorResponse Source #

See: newUpdateVoiceConnectorResponse smart constructor.

Instances

Instances details
Generic UpdateVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateVoiceConnector

Associated Types

type Rep UpdateVoiceConnectorResponse :: Type -> Type #

Read UpdateVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateVoiceConnector

Show UpdateVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateVoiceConnector

NFData UpdateVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateVoiceConnector

Eq UpdateVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateVoiceConnector

type Rep UpdateVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateVoiceConnector

type Rep UpdateVoiceConnectorResponse = D1 ('MetaData "UpdateVoiceConnectorResponse" "Amazonka.Chime.UpdateVoiceConnector" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "UpdateVoiceConnectorResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnector") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VoiceConnector)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateVoiceConnectorResponse Source #

Create a value of UpdateVoiceConnectorResponse 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:voiceConnector:UpdateVoiceConnectorResponse', updateVoiceConnectorResponse_voiceConnector - The updated Amazon Chime Voice Connector details.

$sel:httpStatus:UpdateVoiceConnectorResponse', updateVoiceConnectorResponse_httpStatus - The response's http status code.

UpdateVoiceConnectorGroup

data UpdateVoiceConnectorGroup Source #

See: newUpdateVoiceConnectorGroup smart constructor.

Instances

Instances details
ToJSON UpdateVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.UpdateVoiceConnectorGroup

ToHeaders UpdateVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.UpdateVoiceConnectorGroup

ToPath UpdateVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.UpdateVoiceConnectorGroup

ToQuery UpdateVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.UpdateVoiceConnectorGroup

AWSRequest UpdateVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.UpdateVoiceConnectorGroup

Generic UpdateVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.UpdateVoiceConnectorGroup

Associated Types

type Rep UpdateVoiceConnectorGroup :: Type -> Type #

Read UpdateVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.UpdateVoiceConnectorGroup

Show UpdateVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.UpdateVoiceConnectorGroup

NFData UpdateVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.UpdateVoiceConnectorGroup

Eq UpdateVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.UpdateVoiceConnectorGroup

Hashable UpdateVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.UpdateVoiceConnectorGroup

type AWSResponse UpdateVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.UpdateVoiceConnectorGroup

type Rep UpdateVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.UpdateVoiceConnectorGroup

type Rep UpdateVoiceConnectorGroup = D1 ('MetaData "UpdateVoiceConnectorGroup" "Amazonka.Chime.UpdateVoiceConnectorGroup" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "UpdateVoiceConnectorGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "voiceConnectorItems") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [VoiceConnectorItem]))))

newUpdateVoiceConnectorGroup Source #

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

UpdateVoiceConnectorGroup, updateVoiceConnectorGroup_voiceConnectorGroupId - The Amazon Chime Voice Connector group ID.

UpdateVoiceConnectorGroup, updateVoiceConnectorGroup_name - The name of the Amazon Chime Voice Connector group.

UpdateVoiceConnectorGroup, updateVoiceConnectorGroup_voiceConnectorItems - The VoiceConnectorItems to associate with the group.

data UpdateVoiceConnectorGroupResponse Source #

See: newUpdateVoiceConnectorGroupResponse smart constructor.

Instances

Instances details
Generic UpdateVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateVoiceConnectorGroup

Associated Types

type Rep UpdateVoiceConnectorGroupResponse :: Type -> Type #

Read UpdateVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateVoiceConnectorGroup

Show UpdateVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateVoiceConnectorGroup

NFData UpdateVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateVoiceConnectorGroup

Eq UpdateVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateVoiceConnectorGroup

type Rep UpdateVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateVoiceConnectorGroup

type Rep UpdateVoiceConnectorGroupResponse = D1 ('MetaData "UpdateVoiceConnectorGroupResponse" "Amazonka.Chime.UpdateVoiceConnectorGroup" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "UpdateVoiceConnectorGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VoiceConnectorGroup)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateVoiceConnectorGroupResponse Source #

Create a value of UpdateVoiceConnectorGroupResponse 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:voiceConnectorGroup:UpdateVoiceConnectorGroupResponse', updateVoiceConnectorGroupResponse_voiceConnectorGroup - The updated Amazon Chime Voice Connector group details.

$sel:httpStatus:UpdateVoiceConnectorGroupResponse', updateVoiceConnectorGroupResponse_httpStatus - The response's http status code.

ValidateE911Address

data ValidateE911Address Source #

See: newValidateE911Address smart constructor.

Instances

Instances details
ToJSON ValidateE911Address Source # 
Instance details

Defined in Amazonka.Chime.ValidateE911Address

ToHeaders ValidateE911Address Source # 
Instance details

Defined in Amazonka.Chime.ValidateE911Address

ToPath ValidateE911Address Source # 
Instance details

Defined in Amazonka.Chime.ValidateE911Address

ToQuery ValidateE911Address Source # 
Instance details

Defined in Amazonka.Chime.ValidateE911Address

AWSRequest ValidateE911Address Source # 
Instance details

Defined in Amazonka.Chime.ValidateE911Address

Associated Types

type AWSResponse ValidateE911Address #

Generic ValidateE911Address Source # 
Instance details

Defined in Amazonka.Chime.ValidateE911Address

Associated Types

type Rep ValidateE911Address :: Type -> Type #

Show ValidateE911Address Source # 
Instance details

Defined in Amazonka.Chime.ValidateE911Address

NFData ValidateE911Address Source # 
Instance details

Defined in Amazonka.Chime.ValidateE911Address

Methods

rnf :: ValidateE911Address -> () #

Eq ValidateE911Address Source # 
Instance details

Defined in Amazonka.Chime.ValidateE911Address

Hashable ValidateE911Address Source # 
Instance details

Defined in Amazonka.Chime.ValidateE911Address

type AWSResponse ValidateE911Address Source # 
Instance details

Defined in Amazonka.Chime.ValidateE911Address

type Rep ValidateE911Address Source # 
Instance details

Defined in Amazonka.Chime.ValidateE911Address

newValidateE911Address Source #

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

ValidateE911Address, validateE911Address_awsAccountId - The AWS account ID.

ValidateE911Address, validateE911Address_streetNumber - The address street number, such as 200 or 2121.

ValidateE911Address, validateE911Address_streetInfo - The address street information, such as 8th Avenue.

ValidateE911Address, validateE911Address_city - The address city, such as Portland.

ValidateE911Address, validateE911Address_state - The address state, such as ME.

ValidateE911Address, validateE911Address_country - The address country, such as US.

ValidateE911Address, validateE911Address_postalCode - The address postal code, such as 04352.

data ValidateE911AddressResponse Source #

See: newValidateE911AddressResponse smart constructor.

Instances

Instances details
Generic ValidateE911AddressResponse Source # 
Instance details

Defined in Amazonka.Chime.ValidateE911Address

Associated Types

type Rep ValidateE911AddressResponse :: Type -> Type #

Show ValidateE911AddressResponse Source # 
Instance details

Defined in Amazonka.Chime.ValidateE911Address

NFData ValidateE911AddressResponse Source # 
Instance details

Defined in Amazonka.Chime.ValidateE911Address

Eq ValidateE911AddressResponse Source # 
Instance details

Defined in Amazonka.Chime.ValidateE911Address

type Rep ValidateE911AddressResponse Source # 
Instance details

Defined in Amazonka.Chime.ValidateE911Address

type Rep ValidateE911AddressResponse = D1 ('MetaData "ValidateE911AddressResponse" "Amazonka.Chime.ValidateE911Address" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ValidateE911AddressResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "address") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Address)) :*: S1 ('MetaSel ('Just "addressExternalId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "candidateAddressList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CandidateAddress])) :*: (S1 ('MetaSel ('Just "validationResult") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newValidateE911AddressResponse Source #

Create a value of ValidateE911AddressResponse 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:address:ValidateE911AddressResponse', validateE911AddressResponse_address - The validated address.

$sel:addressExternalId:ValidateE911AddressResponse', validateE911AddressResponse_addressExternalId - The ID that represents the address.

$sel:candidateAddressList:ValidateE911AddressResponse', validateE911AddressResponse_candidateAddressList - The list of address suggestions.

$sel:validationResult:ValidateE911AddressResponse', validateE911AddressResponse_validationResult - Number indicating the result of address validation. 0 means the address was perfect as is and successfully validated. 1 means the address was corrected. 2 means the address sent was not close enough and was not validated.

$sel:httpStatus:ValidateE911AddressResponse', validateE911AddressResponse_httpStatus - The response's http status code.

Types

AccountStatus

newtype AccountStatus Source #

Constructors

AccountStatus' 

Instances

Instances details
FromJSON AccountStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountStatus

FromJSONKey AccountStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountStatus

ToJSON AccountStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountStatus

ToJSONKey AccountStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountStatus

ToByteString AccountStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountStatus

ToHeader AccountStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountStatus

ToLog AccountStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountStatus

ToQuery AccountStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountStatus

FromText AccountStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountStatus

ToText AccountStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountStatus

Methods

toText :: AccountStatus -> Text #

FromXML AccountStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountStatus

ToXML AccountStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountStatus

Methods

toXML :: AccountStatus -> XML #

Generic AccountStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountStatus

Associated Types

type Rep AccountStatus :: Type -> Type #

Read AccountStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountStatus

Show AccountStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountStatus

NFData AccountStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountStatus

Methods

rnf :: AccountStatus -> () #

Eq AccountStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountStatus

Ord AccountStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountStatus

Hashable AccountStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountStatus

type Rep AccountStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountStatus

type Rep AccountStatus = D1 ('MetaData "AccountStatus" "Amazonka.Chime.Types.AccountStatus" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'True) (C1 ('MetaCons "AccountStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAccountStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AccountType

newtype AccountType Source #

Constructors

AccountType' 

Instances

Instances details
FromJSON AccountType Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountType

FromJSONKey AccountType Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountType

ToJSON AccountType Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountType

ToJSONKey AccountType Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountType

ToByteString AccountType Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountType

ToHeader AccountType Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountType

ToLog AccountType Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountType

ToQuery AccountType Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountType

FromText AccountType Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountType

ToText AccountType Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountType

Methods

toText :: AccountType -> Text #

FromXML AccountType Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountType

ToXML AccountType Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountType

Methods

toXML :: AccountType -> XML #

Generic AccountType Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountType

Associated Types

type Rep AccountType :: Type -> Type #

Read AccountType Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountType

Show AccountType Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountType

NFData AccountType Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountType

Methods

rnf :: AccountType -> () #

Eq AccountType Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountType

Ord AccountType Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountType

Hashable AccountType Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountType

type Rep AccountType Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountType

type Rep AccountType = D1 ('MetaData "AccountType" "Amazonka.Chime.Types.AccountType" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'True) (C1 ('MetaCons "AccountType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAccountType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AppInstanceDataType

newtype AppInstanceDataType Source #

Instances

Instances details
FromJSON AppInstanceDataType Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceDataType

FromJSONKey AppInstanceDataType Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceDataType

ToJSON AppInstanceDataType Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceDataType

ToJSONKey AppInstanceDataType Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceDataType

ToByteString AppInstanceDataType Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceDataType

ToHeader AppInstanceDataType Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceDataType

ToLog AppInstanceDataType Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceDataType

ToQuery AppInstanceDataType Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceDataType

FromText AppInstanceDataType Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceDataType

ToText AppInstanceDataType Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceDataType

FromXML AppInstanceDataType Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceDataType

ToXML AppInstanceDataType Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceDataType

Generic AppInstanceDataType Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceDataType

Associated Types

type Rep AppInstanceDataType :: Type -> Type #

Read AppInstanceDataType Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceDataType

Show AppInstanceDataType Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceDataType

NFData AppInstanceDataType Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceDataType

Methods

rnf :: AppInstanceDataType -> () #

Eq AppInstanceDataType Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceDataType

Ord AppInstanceDataType Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceDataType

Hashable AppInstanceDataType Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceDataType

type Rep AppInstanceDataType Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceDataType

type Rep AppInstanceDataType = D1 ('MetaData "AppInstanceDataType" "Amazonka.Chime.Types.AppInstanceDataType" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'True) (C1 ('MetaCons "AppInstanceDataType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAppInstanceDataType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ArtifactsState

newtype ArtifactsState Source #

Constructors

ArtifactsState' 

Instances

Instances details
FromJSON ArtifactsState Source # 
Instance details

Defined in Amazonka.Chime.Types.ArtifactsState

FromJSONKey ArtifactsState Source # 
Instance details

Defined in Amazonka.Chime.Types.ArtifactsState

ToJSON ArtifactsState Source # 
Instance details

Defined in Amazonka.Chime.Types.ArtifactsState

ToJSONKey ArtifactsState Source # 
Instance details

Defined in Amazonka.Chime.Types.ArtifactsState

ToByteString ArtifactsState Source # 
Instance details

Defined in Amazonka.Chime.Types.ArtifactsState

ToHeader ArtifactsState Source # 
Instance details

Defined in Amazonka.Chime.Types.ArtifactsState

ToLog ArtifactsState Source # 
Instance details

Defined in Amazonka.Chime.Types.ArtifactsState

ToQuery ArtifactsState Source # 
Instance details

Defined in Amazonka.Chime.Types.ArtifactsState

FromText ArtifactsState Source # 
Instance details

Defined in Amazonka.Chime.Types.ArtifactsState

ToText ArtifactsState Source # 
Instance details

Defined in Amazonka.Chime.Types.ArtifactsState

FromXML ArtifactsState Source # 
Instance details

Defined in Amazonka.Chime.Types.ArtifactsState

ToXML ArtifactsState Source # 
Instance details

Defined in Amazonka.Chime.Types.ArtifactsState

Methods

toXML :: ArtifactsState -> XML #

Generic ArtifactsState Source # 
Instance details

Defined in Amazonka.Chime.Types.ArtifactsState

Associated Types

type Rep ArtifactsState :: Type -> Type #

Read ArtifactsState Source # 
Instance details

Defined in Amazonka.Chime.Types.ArtifactsState

Show ArtifactsState Source # 
Instance details

Defined in Amazonka.Chime.Types.ArtifactsState

NFData ArtifactsState Source # 
Instance details

Defined in Amazonka.Chime.Types.ArtifactsState

Methods

rnf :: ArtifactsState -> () #

Eq ArtifactsState Source # 
Instance details

Defined in Amazonka.Chime.Types.ArtifactsState

Ord ArtifactsState Source # 
Instance details

Defined in Amazonka.Chime.Types.ArtifactsState

Hashable ArtifactsState Source # 
Instance details

Defined in Amazonka.Chime.Types.ArtifactsState

type Rep ArtifactsState Source # 
Instance details

Defined in Amazonka.Chime.Types.ArtifactsState

type Rep ArtifactsState = D1 ('MetaData "ArtifactsState" "Amazonka.Chime.Types.ArtifactsState" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'True) (C1 ('MetaCons "ArtifactsState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromArtifactsState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AudioMuxType

newtype AudioMuxType Source #

Constructors

AudioMuxType' 

Instances

Instances details
FromJSON AudioMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.AudioMuxType

FromJSONKey AudioMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.AudioMuxType

ToJSON AudioMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.AudioMuxType

ToJSONKey AudioMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.AudioMuxType

ToByteString AudioMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.AudioMuxType

ToHeader AudioMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.AudioMuxType

ToLog AudioMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.AudioMuxType

ToQuery AudioMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.AudioMuxType

FromText AudioMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.AudioMuxType

ToText AudioMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.AudioMuxType

Methods

toText :: AudioMuxType -> Text #

FromXML AudioMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.AudioMuxType

ToXML AudioMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.AudioMuxType

Methods

toXML :: AudioMuxType -> XML #

Generic AudioMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.AudioMuxType

Associated Types

type Rep AudioMuxType :: Type -> Type #

Read AudioMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.AudioMuxType

Show AudioMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.AudioMuxType

NFData AudioMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.AudioMuxType

Methods

rnf :: AudioMuxType -> () #

Eq AudioMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.AudioMuxType

Ord AudioMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.AudioMuxType

Hashable AudioMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.AudioMuxType

type Rep AudioMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.AudioMuxType

type Rep AudioMuxType = D1 ('MetaData "AudioMuxType" "Amazonka.Chime.Types.AudioMuxType" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'True) (C1 ('MetaCons "AudioMuxType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAudioMuxType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

BotType

newtype BotType Source #

Constructors

BotType' 

Fields

Bundled Patterns

pattern BotType_ChatBot :: BotType 

Instances

Instances details
FromJSON BotType Source # 
Instance details

Defined in Amazonka.Chime.Types.BotType

FromJSONKey BotType Source # 
Instance details

Defined in Amazonka.Chime.Types.BotType

ToJSON BotType Source # 
Instance details

Defined in Amazonka.Chime.Types.BotType

ToJSONKey BotType Source # 
Instance details

Defined in Amazonka.Chime.Types.BotType

ToByteString BotType Source # 
Instance details

Defined in Amazonka.Chime.Types.BotType

Methods

toBS :: BotType -> ByteString #

ToHeader BotType Source # 
Instance details

Defined in Amazonka.Chime.Types.BotType

Methods

toHeader :: HeaderName -> BotType -> [Header] #

ToLog BotType Source # 
Instance details

Defined in Amazonka.Chime.Types.BotType

ToQuery BotType Source # 
Instance details

Defined in Amazonka.Chime.Types.BotType

FromText BotType Source # 
Instance details

Defined in Amazonka.Chime.Types.BotType

ToText BotType Source # 
Instance details

Defined in Amazonka.Chime.Types.BotType

Methods

toText :: BotType -> Text #

FromXML BotType Source # 
Instance details

Defined in Amazonka.Chime.Types.BotType

ToXML BotType Source # 
Instance details

Defined in Amazonka.Chime.Types.BotType

Methods

toXML :: BotType -> XML #

Generic BotType Source # 
Instance details

Defined in Amazonka.Chime.Types.BotType

Associated Types

type Rep BotType :: Type -> Type #

Methods

from :: BotType -> Rep BotType x #

to :: Rep BotType x -> BotType #

Read BotType Source # 
Instance details

Defined in Amazonka.Chime.Types.BotType

Show BotType Source # 
Instance details

Defined in Amazonka.Chime.Types.BotType

NFData BotType Source # 
Instance details

Defined in Amazonka.Chime.Types.BotType

Methods

rnf :: BotType -> () #

Eq BotType Source # 
Instance details

Defined in Amazonka.Chime.Types.BotType

Methods

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

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

Ord BotType Source # 
Instance details

Defined in Amazonka.Chime.Types.BotType

Hashable BotType Source # 
Instance details

Defined in Amazonka.Chime.Types.BotType

Methods

hashWithSalt :: Int -> BotType -> Int #

hash :: BotType -> Int #

type Rep BotType Source # 
Instance details

Defined in Amazonka.Chime.Types.BotType

type Rep BotType = D1 ('MetaData "BotType" "Amazonka.Chime.Types.BotType" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'True) (C1 ('MetaCons "BotType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromBotType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CallingNameStatus

newtype CallingNameStatus Source #

Instances

Instances details
FromJSON CallingNameStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.CallingNameStatus

FromJSONKey CallingNameStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.CallingNameStatus

ToJSON CallingNameStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.CallingNameStatus

ToJSONKey CallingNameStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.CallingNameStatus

ToByteString CallingNameStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.CallingNameStatus

ToHeader CallingNameStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.CallingNameStatus

ToLog CallingNameStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.CallingNameStatus

ToQuery CallingNameStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.CallingNameStatus

FromText CallingNameStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.CallingNameStatus

ToText CallingNameStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.CallingNameStatus

FromXML CallingNameStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.CallingNameStatus

ToXML CallingNameStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.CallingNameStatus

Generic CallingNameStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.CallingNameStatus

Associated Types

type Rep CallingNameStatus :: Type -> Type #

Read CallingNameStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.CallingNameStatus

Show CallingNameStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.CallingNameStatus

NFData CallingNameStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.CallingNameStatus

Methods

rnf :: CallingNameStatus -> () #

Eq CallingNameStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.CallingNameStatus

Ord CallingNameStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.CallingNameStatus

Hashable CallingNameStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.CallingNameStatus

type Rep CallingNameStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.CallingNameStatus

type Rep CallingNameStatus = D1 ('MetaData "CallingNameStatus" "Amazonka.Chime.Types.CallingNameStatus" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'True) (C1 ('MetaCons "CallingNameStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCallingNameStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Capability

newtype Capability Source #

Constructors

Capability' 

Fields

Bundled Patterns

pattern Capability_SMS :: Capability 
pattern Capability_Voice :: Capability 

Instances

Instances details
FromJSON Capability Source # 
Instance details

Defined in Amazonka.Chime.Types.Capability

FromJSONKey Capability Source # 
Instance details

Defined in Amazonka.Chime.Types.Capability

ToJSON Capability Source # 
Instance details

Defined in Amazonka.Chime.Types.Capability

ToJSONKey Capability Source # 
Instance details

Defined in Amazonka.Chime.Types.Capability

ToByteString Capability Source # 
Instance details

Defined in Amazonka.Chime.Types.Capability

ToHeader Capability Source # 
Instance details

Defined in Amazonka.Chime.Types.Capability

ToLog Capability Source # 
Instance details

Defined in Amazonka.Chime.Types.Capability

ToQuery Capability Source # 
Instance details

Defined in Amazonka.Chime.Types.Capability

FromText Capability Source # 
Instance details

Defined in Amazonka.Chime.Types.Capability

ToText Capability Source # 
Instance details

Defined in Amazonka.Chime.Types.Capability

Methods

toText :: Capability -> Text #

FromXML Capability Source # 
Instance details

Defined in Amazonka.Chime.Types.Capability

ToXML Capability Source # 
Instance details

Defined in Amazonka.Chime.Types.Capability

Methods

toXML :: Capability -> XML #

Generic Capability Source # 
Instance details

Defined in Amazonka.Chime.Types.Capability

Associated Types

type Rep Capability :: Type -> Type #

Read Capability Source # 
Instance details

Defined in Amazonka.Chime.Types.Capability

Show Capability Source # 
Instance details

Defined in Amazonka.Chime.Types.Capability

NFData Capability Source # 
Instance details

Defined in Amazonka.Chime.Types.Capability

Methods

rnf :: Capability -> () #

Eq Capability Source # 
Instance details

Defined in Amazonka.Chime.Types.Capability

Ord Capability Source # 
Instance details

Defined in Amazonka.Chime.Types.Capability

Hashable Capability Source # 
Instance details

Defined in Amazonka.Chime.Types.Capability

type Rep Capability Source # 
Instance details

Defined in Amazonka.Chime.Types.Capability

type Rep Capability = D1 ('MetaData "Capability" "Amazonka.Chime.Types.Capability" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'True) (C1 ('MetaCons "Capability'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCapability") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ChannelMembershipType

newtype ChannelMembershipType Source #

Instances

Instances details
FromJSON ChannelMembershipType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMembershipType

FromJSONKey ChannelMembershipType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMembershipType

ToJSON ChannelMembershipType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMembershipType

ToJSONKey ChannelMembershipType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMembershipType

ToByteString ChannelMembershipType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMembershipType

ToHeader ChannelMembershipType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMembershipType

ToLog ChannelMembershipType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMembershipType

ToQuery ChannelMembershipType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMembershipType

FromText ChannelMembershipType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMembershipType

ToText ChannelMembershipType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMembershipType

FromXML ChannelMembershipType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMembershipType

ToXML ChannelMembershipType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMembershipType

Generic ChannelMembershipType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMembershipType

Associated Types

type Rep ChannelMembershipType :: Type -> Type #

Read ChannelMembershipType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMembershipType

Show ChannelMembershipType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMembershipType

NFData ChannelMembershipType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMembershipType

Methods

rnf :: ChannelMembershipType -> () #

Eq ChannelMembershipType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMembershipType

Ord ChannelMembershipType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMembershipType

Hashable ChannelMembershipType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMembershipType

type Rep ChannelMembershipType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMembershipType

type Rep ChannelMembershipType = D1 ('MetaData "ChannelMembershipType" "Amazonka.Chime.Types.ChannelMembershipType" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'True) (C1 ('MetaCons "ChannelMembershipType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromChannelMembershipType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ChannelMessagePersistenceType

newtype ChannelMessagePersistenceType Source #

Instances

Instances details
FromJSON ChannelMessagePersistenceType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessagePersistenceType

FromJSONKey ChannelMessagePersistenceType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessagePersistenceType

ToJSON ChannelMessagePersistenceType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessagePersistenceType

ToJSONKey ChannelMessagePersistenceType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessagePersistenceType

ToByteString ChannelMessagePersistenceType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessagePersistenceType

ToHeader ChannelMessagePersistenceType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessagePersistenceType

ToLog ChannelMessagePersistenceType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessagePersistenceType

ToQuery ChannelMessagePersistenceType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessagePersistenceType

FromText ChannelMessagePersistenceType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessagePersistenceType

ToText ChannelMessagePersistenceType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessagePersistenceType

FromXML ChannelMessagePersistenceType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessagePersistenceType

ToXML ChannelMessagePersistenceType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessagePersistenceType

Generic ChannelMessagePersistenceType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessagePersistenceType

Associated Types

type Rep ChannelMessagePersistenceType :: Type -> Type #

Read ChannelMessagePersistenceType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessagePersistenceType

Show ChannelMessagePersistenceType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessagePersistenceType

NFData ChannelMessagePersistenceType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessagePersistenceType

Eq ChannelMessagePersistenceType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessagePersistenceType

Ord ChannelMessagePersistenceType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessagePersistenceType

Hashable ChannelMessagePersistenceType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessagePersistenceType

type Rep ChannelMessagePersistenceType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessagePersistenceType

type Rep ChannelMessagePersistenceType = D1 ('MetaData "ChannelMessagePersistenceType" "Amazonka.Chime.Types.ChannelMessagePersistenceType" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'True) (C1 ('MetaCons "ChannelMessagePersistenceType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromChannelMessagePersistenceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ChannelMessageType

newtype ChannelMessageType Source #

Instances

Instances details
FromJSON ChannelMessageType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessageType

FromJSONKey ChannelMessageType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessageType

ToJSON ChannelMessageType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessageType

ToJSONKey ChannelMessageType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessageType

ToByteString ChannelMessageType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessageType

ToHeader ChannelMessageType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessageType

ToLog ChannelMessageType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessageType

ToQuery ChannelMessageType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessageType

FromText ChannelMessageType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessageType

ToText ChannelMessageType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessageType

FromXML ChannelMessageType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessageType

ToXML ChannelMessageType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessageType

Generic ChannelMessageType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessageType

Associated Types

type Rep ChannelMessageType :: Type -> Type #

Read ChannelMessageType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessageType

Show ChannelMessageType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessageType

NFData ChannelMessageType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessageType

Methods

rnf :: ChannelMessageType -> () #

Eq ChannelMessageType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessageType

Ord ChannelMessageType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessageType

Hashable ChannelMessageType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessageType

type Rep ChannelMessageType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessageType

type Rep ChannelMessageType = D1 ('MetaData "ChannelMessageType" "Amazonka.Chime.Types.ChannelMessageType" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'True) (C1 ('MetaCons "ChannelMessageType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromChannelMessageType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ChannelMode

newtype ChannelMode Source #

Constructors

ChannelMode' 

Instances

Instances details
FromJSON ChannelMode Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMode

FromJSONKey ChannelMode Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMode

ToJSON ChannelMode Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMode

ToJSONKey ChannelMode Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMode

ToByteString ChannelMode Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMode

ToHeader ChannelMode Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMode

ToLog ChannelMode Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMode

ToQuery ChannelMode Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMode

FromText ChannelMode Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMode

ToText ChannelMode Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMode

Methods

toText :: ChannelMode -> Text #

FromXML ChannelMode Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMode

ToXML ChannelMode Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMode

Methods

toXML :: ChannelMode -> XML #

Generic ChannelMode Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMode

Associated Types

type Rep ChannelMode :: Type -> Type #

Read ChannelMode Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMode

Show ChannelMode Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMode

NFData ChannelMode Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMode

Methods

rnf :: ChannelMode -> () #

Eq ChannelMode Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMode

Ord ChannelMode Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMode

Hashable ChannelMode Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMode

type Rep ChannelMode Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMode

type Rep ChannelMode = D1 ('MetaData "ChannelMode" "Amazonka.Chime.Types.ChannelMode" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'True) (C1 ('MetaCons "ChannelMode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromChannelMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ChannelPrivacy

newtype ChannelPrivacy Source #

Constructors

ChannelPrivacy' 

Instances

Instances details
FromJSON ChannelPrivacy Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelPrivacy

FromJSONKey ChannelPrivacy Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelPrivacy

ToJSON ChannelPrivacy Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelPrivacy

ToJSONKey ChannelPrivacy Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelPrivacy

ToByteString ChannelPrivacy Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelPrivacy

ToHeader ChannelPrivacy Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelPrivacy

ToLog ChannelPrivacy Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelPrivacy

ToQuery ChannelPrivacy Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelPrivacy

FromText ChannelPrivacy Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelPrivacy

ToText ChannelPrivacy Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelPrivacy

FromXML ChannelPrivacy Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelPrivacy

ToXML ChannelPrivacy Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelPrivacy

Methods

toXML :: ChannelPrivacy -> XML #

Generic ChannelPrivacy Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelPrivacy

Associated Types

type Rep ChannelPrivacy :: Type -> Type #

Read ChannelPrivacy Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelPrivacy

Show ChannelPrivacy Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelPrivacy

NFData ChannelPrivacy Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelPrivacy

Methods

rnf :: ChannelPrivacy -> () #

Eq ChannelPrivacy Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelPrivacy

Ord ChannelPrivacy Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelPrivacy

Hashable ChannelPrivacy Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelPrivacy

type Rep ChannelPrivacy Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelPrivacy

type Rep ChannelPrivacy = D1 ('MetaData "ChannelPrivacy" "Amazonka.Chime.Types.ChannelPrivacy" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'True) (C1 ('MetaCons "ChannelPrivacy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromChannelPrivacy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ContentMuxType

newtype ContentMuxType Source #

Constructors

ContentMuxType' 

Bundled Patterns

pattern ContentMuxType_ContentOnly :: ContentMuxType 

Instances

Instances details
FromJSON ContentMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.ContentMuxType

FromJSONKey ContentMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.ContentMuxType

ToJSON ContentMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.ContentMuxType

ToJSONKey ContentMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.ContentMuxType

ToByteString ContentMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.ContentMuxType

ToHeader ContentMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.ContentMuxType

ToLog ContentMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.ContentMuxType

ToQuery ContentMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.ContentMuxType

FromText ContentMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.ContentMuxType

ToText ContentMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.ContentMuxType

FromXML ContentMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.ContentMuxType

ToXML ContentMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.ContentMuxType

Methods

toXML :: ContentMuxType -> XML #

Generic ContentMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.ContentMuxType

Associated Types

type Rep ContentMuxType :: Type -> Type #

Read ContentMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.ContentMuxType

Show ContentMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.ContentMuxType

NFData ContentMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.ContentMuxType

Methods

rnf :: ContentMuxType -> () #

Eq ContentMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.ContentMuxType

Ord ContentMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.ContentMuxType

Hashable ContentMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.ContentMuxType

type Rep ContentMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.ContentMuxType

type Rep ContentMuxType = D1 ('MetaData "ContentMuxType" "Amazonka.Chime.Types.ContentMuxType" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'True) (C1 ('MetaCons "ContentMuxType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromContentMuxType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EmailStatus

newtype EmailStatus Source #

Constructors

EmailStatus' 

Bundled Patterns

pattern EmailStatus_Failed :: EmailStatus 
pattern EmailStatus_NotSent :: EmailStatus 
pattern EmailStatus_Sent :: EmailStatus 

Instances

Instances details
FromJSON EmailStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.EmailStatus

FromJSONKey EmailStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.EmailStatus

ToJSON EmailStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.EmailStatus

ToJSONKey EmailStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.EmailStatus

ToByteString EmailStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.EmailStatus

ToHeader EmailStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.EmailStatus

ToLog EmailStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.EmailStatus

ToQuery EmailStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.EmailStatus

FromText EmailStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.EmailStatus

ToText EmailStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.EmailStatus

Methods

toText :: EmailStatus -> Text #

FromXML EmailStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.EmailStatus

ToXML EmailStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.EmailStatus

Methods

toXML :: EmailStatus -> XML #

Generic EmailStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.EmailStatus

Associated Types

type Rep EmailStatus :: Type -> Type #

Read EmailStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.EmailStatus

Show EmailStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.EmailStatus

NFData EmailStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.EmailStatus

Methods

rnf :: EmailStatus -> () #

Eq EmailStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.EmailStatus

Ord EmailStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.EmailStatus

Hashable EmailStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.EmailStatus

type Rep EmailStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.EmailStatus

type Rep EmailStatus = D1 ('MetaData "EmailStatus" "Amazonka.Chime.Types.EmailStatus" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'True) (C1 ('MetaCons "EmailStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEmailStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ErrorCode

newtype ErrorCode Source #

Constructors

ErrorCode' 

Fields

Instances

Instances details
FromJSON ErrorCode Source # 
Instance details

Defined in Amazonka.Chime.Types.ErrorCode

FromJSONKey ErrorCode Source # 
Instance details

Defined in Amazonka.Chime.Types.ErrorCode

ToJSON ErrorCode Source # 
Instance details

Defined in Amazonka.Chime.Types.ErrorCode

ToJSONKey ErrorCode Source # 
Instance details

Defined in Amazonka.Chime.Types.ErrorCode

ToByteString ErrorCode Source # 
Instance details

Defined in Amazonka.Chime.Types.ErrorCode

Methods

toBS :: ErrorCode -> ByteString #

ToHeader ErrorCode Source # 
Instance details

Defined in Amazonka.Chime.Types.ErrorCode

ToLog ErrorCode Source # 
Instance details

Defined in Amazonka.Chime.Types.ErrorCode

ToQuery ErrorCode Source # 
Instance details

Defined in Amazonka.Chime.Types.ErrorCode

FromText ErrorCode Source # 
Instance details

Defined in Amazonka.Chime.Types.ErrorCode

ToText ErrorCode Source # 
Instance details

Defined in Amazonka.Chime.Types.ErrorCode

Methods

toText :: ErrorCode -> Text #

FromXML ErrorCode Source # 
Instance details

Defined in Amazonka.Chime.Types.ErrorCode

ToXML ErrorCode Source # 
Instance details

Defined in Amazonka.Chime.Types.ErrorCode

Methods

toXML :: ErrorCode -> XML #

Generic ErrorCode Source # 
Instance details

Defined in Amazonka.Chime.Types.ErrorCode

Associated Types

type Rep ErrorCode :: Type -> Type #

Read ErrorCode Source # 
Instance details

Defined in Amazonka.Chime.Types.ErrorCode

Show ErrorCode Source # 
Instance details

Defined in Amazonka.Chime.Types.ErrorCode

NFData ErrorCode Source # 
Instance details

Defined in Amazonka.Chime.Types.ErrorCode

Methods

rnf :: ErrorCode -> () #

Eq ErrorCode Source # 
Instance details

Defined in Amazonka.Chime.Types.ErrorCode

Ord ErrorCode Source # 
Instance details

Defined in Amazonka.Chime.Types.ErrorCode

Hashable ErrorCode Source # 
Instance details

Defined in Amazonka.Chime.Types.ErrorCode

type Rep ErrorCode Source # 
Instance details

Defined in Amazonka.Chime.Types.ErrorCode

type Rep ErrorCode = D1 ('MetaData "ErrorCode" "Amazonka.Chime.Types.ErrorCode" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'True) (C1 ('MetaCons "ErrorCode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromErrorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

GeoMatchLevel

newtype GeoMatchLevel Source #

Constructors

GeoMatchLevel' 

Instances

Instances details
FromJSON GeoMatchLevel Source # 
Instance details

Defined in Amazonka.Chime.Types.GeoMatchLevel

FromJSONKey GeoMatchLevel Source # 
Instance details

Defined in Amazonka.Chime.Types.GeoMatchLevel

ToJSON GeoMatchLevel Source # 
Instance details

Defined in Amazonka.Chime.Types.GeoMatchLevel

ToJSONKey GeoMatchLevel Source # 
Instance details

Defined in Amazonka.Chime.Types.GeoMatchLevel

ToByteString GeoMatchLevel Source # 
Instance details

Defined in Amazonka.Chime.Types.GeoMatchLevel

ToHeader GeoMatchLevel Source # 
Instance details

Defined in Amazonka.Chime.Types.GeoMatchLevel

ToLog GeoMatchLevel Source # 
Instance details

Defined in Amazonka.Chime.Types.GeoMatchLevel

ToQuery GeoMatchLevel Source # 
Instance details

Defined in Amazonka.Chime.Types.GeoMatchLevel

FromText GeoMatchLevel Source # 
Instance details

Defined in Amazonka.Chime.Types.GeoMatchLevel

ToText GeoMatchLevel Source # 
Instance details

Defined in Amazonka.Chime.Types.GeoMatchLevel

Methods

toText :: GeoMatchLevel -> Text #

FromXML GeoMatchLevel Source # 
Instance details

Defined in Amazonka.Chime.Types.GeoMatchLevel

ToXML GeoMatchLevel Source # 
Instance details

Defined in Amazonka.Chime.Types.GeoMatchLevel

Methods

toXML :: GeoMatchLevel -> XML #

Generic GeoMatchLevel Source # 
Instance details

Defined in Amazonka.Chime.Types.GeoMatchLevel

Associated Types

type Rep GeoMatchLevel :: Type -> Type #

Read GeoMatchLevel Source # 
Instance details

Defined in Amazonka.Chime.Types.GeoMatchLevel

Show GeoMatchLevel Source # 
Instance details

Defined in Amazonka.Chime.Types.GeoMatchLevel

NFData GeoMatchLevel Source # 
Instance details

Defined in Amazonka.Chime.Types.GeoMatchLevel

Methods

rnf :: GeoMatchLevel -> () #

Eq GeoMatchLevel Source # 
Instance details

Defined in Amazonka.Chime.Types.GeoMatchLevel

Ord GeoMatchLevel Source # 
Instance details

Defined in Amazonka.Chime.Types.GeoMatchLevel

Hashable GeoMatchLevel Source # 
Instance details

Defined in Amazonka.Chime.Types.GeoMatchLevel

type Rep GeoMatchLevel Source # 
Instance details

Defined in Amazonka.Chime.Types.GeoMatchLevel

type Rep GeoMatchLevel = D1 ('MetaData "GeoMatchLevel" "Amazonka.Chime.Types.GeoMatchLevel" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'True) (C1 ('MetaCons "GeoMatchLevel'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromGeoMatchLevel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

InviteStatus

newtype InviteStatus Source #

Constructors

InviteStatus' 

Instances

Instances details
FromJSON InviteStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.InviteStatus

FromJSONKey InviteStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.InviteStatus

ToJSON InviteStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.InviteStatus

ToJSONKey InviteStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.InviteStatus

ToByteString InviteStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.InviteStatus

ToHeader InviteStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.InviteStatus

ToLog InviteStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.InviteStatus

ToQuery InviteStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.InviteStatus

FromText InviteStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.InviteStatus

ToText InviteStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.InviteStatus

Methods

toText :: InviteStatus -> Text #

FromXML InviteStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.InviteStatus

ToXML InviteStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.InviteStatus

Methods

toXML :: InviteStatus -> XML #

Generic InviteStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.InviteStatus

Associated Types

type Rep InviteStatus :: Type -> Type #

Read InviteStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.InviteStatus

Show InviteStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.InviteStatus

NFData InviteStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.InviteStatus

Methods

rnf :: InviteStatus -> () #

Eq InviteStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.InviteStatus

Ord InviteStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.InviteStatus

Hashable InviteStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.InviteStatus

type Rep InviteStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.InviteStatus

type Rep InviteStatus = D1 ('MetaData "InviteStatus" "Amazonka.Chime.Types.InviteStatus" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'True) (C1 ('MetaCons "InviteStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromInviteStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

License

newtype License Source #

Constructors

License' 

Fields

Bundled Patterns

pattern License_Basic :: License 
pattern License_Plus :: License 
pattern License_Pro :: License 
pattern License_ProTrial :: License 

Instances

Instances details
FromJSON License Source # 
Instance details

Defined in Amazonka.Chime.Types.License

FromJSONKey License Source # 
Instance details

Defined in Amazonka.Chime.Types.License

ToJSON License Source # 
Instance details

Defined in Amazonka.Chime.Types.License

ToJSONKey License Source # 
Instance details

Defined in Amazonka.Chime.Types.License

ToByteString License Source # 
Instance details

Defined in Amazonka.Chime.Types.License

Methods

toBS :: License -> ByteString #

ToHeader License Source # 
Instance details

Defined in Amazonka.Chime.Types.License

Methods

toHeader :: HeaderName -> License -> [Header] #

ToLog License Source # 
Instance details

Defined in Amazonka.Chime.Types.License

ToQuery License Source # 
Instance details

Defined in Amazonka.Chime.Types.License

FromText License Source # 
Instance details

Defined in Amazonka.Chime.Types.License

ToText License Source # 
Instance details

Defined in Amazonka.Chime.Types.License

Methods

toText :: License -> Text #

FromXML License Source # 
Instance details

Defined in Amazonka.Chime.Types.License

ToXML License Source # 
Instance details

Defined in Amazonka.Chime.Types.License

Methods

toXML :: License -> XML #

Generic License Source # 
Instance details

Defined in Amazonka.Chime.Types.License

Associated Types

type Rep License :: Type -> Type #

Methods

from :: License -> Rep License x #

to :: Rep License x -> License #

Read License Source # 
Instance details

Defined in Amazonka.Chime.Types.License

Show License Source # 
Instance details

Defined in Amazonka.Chime.Types.License

NFData License Source # 
Instance details

Defined in Amazonka.Chime.Types.License

Methods

rnf :: License -> () #

Eq License Source # 
Instance details

Defined in Amazonka.Chime.Types.License

Methods

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

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

Ord License Source # 
Instance details

Defined in Amazonka.Chime.Types.License

Hashable License Source # 
Instance details

Defined in Amazonka.Chime.Types.License

Methods

hashWithSalt :: Int -> License -> Int #

hash :: License -> Int #

type Rep License Source # 
Instance details

Defined in Amazonka.Chime.Types.License

type Rep License = D1 ('MetaData "License" "Amazonka.Chime.Types.License" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'True) (C1 ('MetaCons "License'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromLicense") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

MediaPipelineSinkType

newtype MediaPipelineSinkType Source #

Instances

Instances details
FromJSON MediaPipelineSinkType Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineSinkType

FromJSONKey MediaPipelineSinkType Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineSinkType

ToJSON MediaPipelineSinkType Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineSinkType

ToJSONKey MediaPipelineSinkType Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineSinkType

ToByteString MediaPipelineSinkType Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineSinkType

ToHeader MediaPipelineSinkType Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineSinkType

ToLog MediaPipelineSinkType Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineSinkType

ToQuery MediaPipelineSinkType Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineSinkType

FromText MediaPipelineSinkType Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineSinkType

ToText MediaPipelineSinkType Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineSinkType

FromXML MediaPipelineSinkType Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineSinkType

ToXML MediaPipelineSinkType Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineSinkType

Generic MediaPipelineSinkType Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineSinkType

Associated Types

type Rep MediaPipelineSinkType :: Type -> Type #

Read MediaPipelineSinkType Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineSinkType

Show MediaPipelineSinkType Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineSinkType

NFData MediaPipelineSinkType Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineSinkType

Methods

rnf :: MediaPipelineSinkType -> () #

Eq MediaPipelineSinkType Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineSinkType

Ord MediaPipelineSinkType Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineSinkType

Hashable MediaPipelineSinkType Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineSinkType

type Rep MediaPipelineSinkType Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineSinkType

type Rep MediaPipelineSinkType = D1 ('MetaData "MediaPipelineSinkType" "Amazonka.Chime.Types.MediaPipelineSinkType" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'True) (C1 ('MetaCons "MediaPipelineSinkType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMediaPipelineSinkType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

MediaPipelineSourceType

newtype MediaPipelineSourceType Source #

Instances

Instances details
FromJSON MediaPipelineSourceType Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineSourceType

FromJSONKey MediaPipelineSourceType Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineSourceType

ToJSON MediaPipelineSourceType Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineSourceType

ToJSONKey MediaPipelineSourceType Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineSourceType

ToByteString MediaPipelineSourceType Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineSourceType

ToHeader MediaPipelineSourceType Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineSourceType

ToLog MediaPipelineSourceType Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineSourceType

ToQuery MediaPipelineSourceType Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineSourceType

FromText MediaPipelineSourceType Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineSourceType

ToText MediaPipelineSourceType Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineSourceType

FromXML MediaPipelineSourceType Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineSourceType

ToXML MediaPipelineSourceType Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineSourceType

Generic MediaPipelineSourceType Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineSourceType

Associated Types

type Rep MediaPipelineSourceType :: Type -> Type #

Read MediaPipelineSourceType Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineSourceType

Show MediaPipelineSourceType Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineSourceType

NFData MediaPipelineSourceType Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineSourceType

Methods

rnf :: MediaPipelineSourceType -> () #

Eq MediaPipelineSourceType Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineSourceType

Ord MediaPipelineSourceType Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineSourceType

Hashable MediaPipelineSourceType Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineSourceType

type Rep MediaPipelineSourceType Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineSourceType

type Rep MediaPipelineSourceType = D1 ('MetaData "MediaPipelineSourceType" "Amazonka.Chime.Types.MediaPipelineSourceType" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'True) (C1 ('MetaCons "MediaPipelineSourceType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMediaPipelineSourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

MediaPipelineStatus

newtype MediaPipelineStatus Source #

Instances

Instances details
FromJSON MediaPipelineStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineStatus

FromJSONKey MediaPipelineStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineStatus

ToJSON MediaPipelineStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineStatus

ToJSONKey MediaPipelineStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineStatus

ToByteString MediaPipelineStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineStatus

ToHeader MediaPipelineStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineStatus

ToLog MediaPipelineStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineStatus

ToQuery MediaPipelineStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineStatus

FromText MediaPipelineStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineStatus

ToText MediaPipelineStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineStatus

FromXML MediaPipelineStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineStatus

ToXML MediaPipelineStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineStatus

Generic MediaPipelineStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineStatus

Associated Types

type Rep MediaPipelineStatus :: Type -> Type #

Read MediaPipelineStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineStatus

Show MediaPipelineStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineStatus

NFData MediaPipelineStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineStatus

Methods

rnf :: MediaPipelineStatus -> () #

Eq MediaPipelineStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineStatus

Ord MediaPipelineStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineStatus

Hashable MediaPipelineStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineStatus

type Rep MediaPipelineStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineStatus

type Rep MediaPipelineStatus = D1 ('MetaData "MediaPipelineStatus" "Amazonka.Chime.Types.MediaPipelineStatus" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'True) (C1 ('MetaCons "MediaPipelineStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMediaPipelineStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

MemberType

newtype MemberType Source #

Constructors

MemberType' 

Fields

Bundled Patterns

pattern MemberType_Bot :: MemberType 
pattern MemberType_User :: MemberType 
pattern MemberType_Webhook :: MemberType 

Instances

Instances details
FromJSON MemberType Source # 
Instance details

Defined in Amazonka.Chime.Types.MemberType

FromJSONKey MemberType Source # 
Instance details

Defined in Amazonka.Chime.Types.MemberType

ToJSON MemberType Source # 
Instance details

Defined in Amazonka.Chime.Types.MemberType

ToJSONKey MemberType Source # 
Instance details

Defined in Amazonka.Chime.Types.MemberType

ToByteString MemberType Source # 
Instance details

Defined in Amazonka.Chime.Types.MemberType

ToHeader MemberType Source # 
Instance details

Defined in Amazonka.Chime.Types.MemberType

ToLog MemberType Source # 
Instance details

Defined in Amazonka.Chime.Types.MemberType

ToQuery MemberType Source # 
Instance details

Defined in Amazonka.Chime.Types.MemberType

FromText MemberType Source # 
Instance details

Defined in Amazonka.Chime.Types.MemberType

ToText MemberType Source # 
Instance details

Defined in Amazonka.Chime.Types.MemberType

Methods

toText :: MemberType -> Text #

FromXML MemberType Source # 
Instance details

Defined in Amazonka.Chime.Types.MemberType

ToXML MemberType Source # 
Instance details

Defined in Amazonka.Chime.Types.MemberType

Methods

toXML :: MemberType -> XML #

Generic MemberType Source # 
Instance details

Defined in Amazonka.Chime.Types.MemberType

Associated Types

type Rep MemberType :: Type -> Type #

Read MemberType Source # 
Instance details

Defined in Amazonka.Chime.Types.MemberType

Show MemberType Source # 
Instance details

Defined in Amazonka.Chime.Types.MemberType

NFData MemberType Source # 
Instance details

Defined in Amazonka.Chime.Types.MemberType

Methods

rnf :: MemberType -> () #

Eq MemberType Source # 
Instance details

Defined in Amazonka.Chime.Types.MemberType

Ord MemberType Source # 
Instance details

Defined in Amazonka.Chime.Types.MemberType

Hashable MemberType Source # 
Instance details

Defined in Amazonka.Chime.Types.MemberType

type Rep MemberType Source # 
Instance details

Defined in Amazonka.Chime.Types.MemberType

type Rep MemberType = D1 ('MetaData "MemberType" "Amazonka.Chime.Types.MemberType" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'True) (C1 ('MetaCons "MemberType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMemberType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

NotificationTarget

newtype NotificationTarget Source #

Instances

Instances details
FromJSON NotificationTarget Source # 
Instance details

Defined in Amazonka.Chime.Types.NotificationTarget

FromJSONKey NotificationTarget Source # 
Instance details

Defined in Amazonka.Chime.Types.NotificationTarget

ToJSON NotificationTarget Source # 
Instance details

Defined in Amazonka.Chime.Types.NotificationTarget

ToJSONKey NotificationTarget Source # 
Instance details

Defined in Amazonka.Chime.Types.NotificationTarget

ToByteString NotificationTarget Source # 
Instance details

Defined in Amazonka.Chime.Types.NotificationTarget

ToHeader NotificationTarget Source # 
Instance details

Defined in Amazonka.Chime.Types.NotificationTarget

ToLog NotificationTarget Source # 
Instance details

Defined in Amazonka.Chime.Types.NotificationTarget

ToQuery NotificationTarget Source # 
Instance details

Defined in Amazonka.Chime.Types.NotificationTarget

FromText NotificationTarget Source # 
Instance details

Defined in Amazonka.Chime.Types.NotificationTarget

ToText NotificationTarget Source # 
Instance details

Defined in Amazonka.Chime.Types.NotificationTarget

FromXML NotificationTarget Source # 
Instance details

Defined in Amazonka.Chime.Types.NotificationTarget

ToXML NotificationTarget Source # 
Instance details

Defined in Amazonka.Chime.Types.NotificationTarget

Generic NotificationTarget Source # 
Instance details

Defined in Amazonka.Chime.Types.NotificationTarget

Associated Types

type Rep NotificationTarget :: Type -> Type #

Read NotificationTarget Source # 
Instance details

Defined in Amazonka.Chime.Types.NotificationTarget

Show NotificationTarget Source # 
Instance details

Defined in Amazonka.Chime.Types.NotificationTarget

NFData NotificationTarget Source # 
Instance details

Defined in Amazonka.Chime.Types.NotificationTarget

Methods

rnf :: NotificationTarget -> () #

Eq NotificationTarget Source # 
Instance details

Defined in Amazonka.Chime.Types.NotificationTarget

Ord NotificationTarget Source # 
Instance details

Defined in Amazonka.Chime.Types.NotificationTarget

Hashable NotificationTarget Source # 
Instance details

Defined in Amazonka.Chime.Types.NotificationTarget

type Rep NotificationTarget Source # 
Instance details

Defined in Amazonka.Chime.Types.NotificationTarget

type Rep NotificationTarget = D1 ('MetaData "NotificationTarget" "Amazonka.Chime.Types.NotificationTarget" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'True) (C1 ('MetaCons "NotificationTarget'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromNotificationTarget") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

NumberSelectionBehavior

newtype NumberSelectionBehavior Source #

Instances

Instances details
FromJSON NumberSelectionBehavior Source # 
Instance details

Defined in Amazonka.Chime.Types.NumberSelectionBehavior

FromJSONKey NumberSelectionBehavior Source # 
Instance details

Defined in Amazonka.Chime.Types.NumberSelectionBehavior

ToJSON NumberSelectionBehavior Source # 
Instance details

Defined in Amazonka.Chime.Types.NumberSelectionBehavior

ToJSONKey NumberSelectionBehavior Source # 
Instance details

Defined in Amazonka.Chime.Types.NumberSelectionBehavior

ToByteString NumberSelectionBehavior Source # 
Instance details

Defined in Amazonka.Chime.Types.NumberSelectionBehavior

ToHeader NumberSelectionBehavior Source # 
Instance details

Defined in Amazonka.Chime.Types.NumberSelectionBehavior

ToLog NumberSelectionBehavior Source # 
Instance details

Defined in Amazonka.Chime.Types.NumberSelectionBehavior

ToQuery NumberSelectionBehavior Source # 
Instance details

Defined in Amazonka.Chime.Types.NumberSelectionBehavior

FromText NumberSelectionBehavior Source # 
Instance details

Defined in Amazonka.Chime.Types.NumberSelectionBehavior

ToText NumberSelectionBehavior Source # 
Instance details

Defined in Amazonka.Chime.Types.NumberSelectionBehavior

FromXML NumberSelectionBehavior Source # 
Instance details

Defined in Amazonka.Chime.Types.NumberSelectionBehavior

ToXML NumberSelectionBehavior Source # 
Instance details

Defined in Amazonka.Chime.Types.NumberSelectionBehavior

Generic NumberSelectionBehavior Source # 
Instance details

Defined in Amazonka.Chime.Types.NumberSelectionBehavior

Associated Types

type Rep NumberSelectionBehavior :: Type -> Type #

Read NumberSelectionBehavior Source # 
Instance details

Defined in Amazonka.Chime.Types.NumberSelectionBehavior

Show NumberSelectionBehavior Source # 
Instance details

Defined in Amazonka.Chime.Types.NumberSelectionBehavior

NFData NumberSelectionBehavior Source # 
Instance details

Defined in Amazonka.Chime.Types.NumberSelectionBehavior

Methods

rnf :: NumberSelectionBehavior -> () #

Eq NumberSelectionBehavior Source # 
Instance details

Defined in Amazonka.Chime.Types.NumberSelectionBehavior

Ord NumberSelectionBehavior Source # 
Instance details

Defined in Amazonka.Chime.Types.NumberSelectionBehavior

Hashable NumberSelectionBehavior Source # 
Instance details

Defined in Amazonka.Chime.Types.NumberSelectionBehavior

type Rep NumberSelectionBehavior Source # 
Instance details

Defined in Amazonka.Chime.Types.NumberSelectionBehavior

type Rep NumberSelectionBehavior = D1 ('MetaData "NumberSelectionBehavior" "Amazonka.Chime.Types.NumberSelectionBehavior" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'True) (C1 ('MetaCons "NumberSelectionBehavior'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromNumberSelectionBehavior") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OrderedPhoneNumberStatus

newtype OrderedPhoneNumberStatus Source #

Instances

Instances details
FromJSON OrderedPhoneNumberStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.OrderedPhoneNumberStatus

FromJSONKey OrderedPhoneNumberStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.OrderedPhoneNumberStatus

ToJSON OrderedPhoneNumberStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.OrderedPhoneNumberStatus

ToJSONKey OrderedPhoneNumberStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.OrderedPhoneNumberStatus

ToByteString OrderedPhoneNumberStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.OrderedPhoneNumberStatus

ToHeader OrderedPhoneNumberStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.OrderedPhoneNumberStatus

ToLog OrderedPhoneNumberStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.OrderedPhoneNumberStatus

ToQuery OrderedPhoneNumberStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.OrderedPhoneNumberStatus

FromText OrderedPhoneNumberStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.OrderedPhoneNumberStatus

ToText OrderedPhoneNumberStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.OrderedPhoneNumberStatus

FromXML OrderedPhoneNumberStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.OrderedPhoneNumberStatus

ToXML OrderedPhoneNumberStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.OrderedPhoneNumberStatus

Generic OrderedPhoneNumberStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.OrderedPhoneNumberStatus

Associated Types

type Rep OrderedPhoneNumberStatus :: Type -> Type #

Read OrderedPhoneNumberStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.OrderedPhoneNumberStatus

Show OrderedPhoneNumberStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.OrderedPhoneNumberStatus

NFData OrderedPhoneNumberStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.OrderedPhoneNumberStatus

Eq OrderedPhoneNumberStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.OrderedPhoneNumberStatus

Ord OrderedPhoneNumberStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.OrderedPhoneNumberStatus

Hashable OrderedPhoneNumberStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.OrderedPhoneNumberStatus

type Rep OrderedPhoneNumberStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.OrderedPhoneNumberStatus

type Rep OrderedPhoneNumberStatus = D1 ('MetaData "OrderedPhoneNumberStatus" "Amazonka.Chime.Types.OrderedPhoneNumberStatus" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'True) (C1 ('MetaCons "OrderedPhoneNumberStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOrderedPhoneNumberStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OriginationRouteProtocol

newtype OriginationRouteProtocol Source #

Instances

Instances details
FromJSON OriginationRouteProtocol Source # 
Instance details

Defined in Amazonka.Chime.Types.OriginationRouteProtocol

FromJSONKey OriginationRouteProtocol Source # 
Instance details

Defined in Amazonka.Chime.Types.OriginationRouteProtocol

ToJSON OriginationRouteProtocol Source # 
Instance details

Defined in Amazonka.Chime.Types.OriginationRouteProtocol

ToJSONKey OriginationRouteProtocol Source # 
Instance details

Defined in Amazonka.Chime.Types.OriginationRouteProtocol

ToByteString OriginationRouteProtocol Source # 
Instance details

Defined in Amazonka.Chime.Types.OriginationRouteProtocol

ToHeader OriginationRouteProtocol Source # 
Instance details

Defined in Amazonka.Chime.Types.OriginationRouteProtocol

ToLog OriginationRouteProtocol Source # 
Instance details

Defined in Amazonka.Chime.Types.OriginationRouteProtocol

ToQuery OriginationRouteProtocol Source # 
Instance details

Defined in Amazonka.Chime.Types.OriginationRouteProtocol

FromText OriginationRouteProtocol Source # 
Instance details

Defined in Amazonka.Chime.Types.OriginationRouteProtocol

ToText OriginationRouteProtocol Source # 
Instance details

Defined in Amazonka.Chime.Types.OriginationRouteProtocol

FromXML OriginationRouteProtocol Source # 
Instance details

Defined in Amazonka.Chime.Types.OriginationRouteProtocol

ToXML OriginationRouteProtocol Source # 
Instance details

Defined in Amazonka.Chime.Types.OriginationRouteProtocol

Generic OriginationRouteProtocol Source # 
Instance details

Defined in Amazonka.Chime.Types.OriginationRouteProtocol

Associated Types

type Rep OriginationRouteProtocol :: Type -> Type #

Read OriginationRouteProtocol Source # 
Instance details

Defined in Amazonka.Chime.Types.OriginationRouteProtocol

Show OriginationRouteProtocol Source # 
Instance details

Defined in Amazonka.Chime.Types.OriginationRouteProtocol

NFData OriginationRouteProtocol Source # 
Instance details

Defined in Amazonka.Chime.Types.OriginationRouteProtocol

Eq OriginationRouteProtocol Source # 
Instance details

Defined in Amazonka.Chime.Types.OriginationRouteProtocol

Ord OriginationRouteProtocol Source # 
Instance details

Defined in Amazonka.Chime.Types.OriginationRouteProtocol

Hashable OriginationRouteProtocol Source # 
Instance details

Defined in Amazonka.Chime.Types.OriginationRouteProtocol

type Rep OriginationRouteProtocol Source # 
Instance details

Defined in Amazonka.Chime.Types.OriginationRouteProtocol

type Rep OriginationRouteProtocol = D1 ('MetaData "OriginationRouteProtocol" "Amazonka.Chime.Types.OriginationRouteProtocol" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'True) (C1 ('MetaCons "OriginationRouteProtocol'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOriginationRouteProtocol") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PhoneNumberAssociationName

newtype PhoneNumberAssociationName Source #

Instances

Instances details
FromJSON PhoneNumberAssociationName Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberAssociationName

FromJSONKey PhoneNumberAssociationName Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberAssociationName

ToJSON PhoneNumberAssociationName Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberAssociationName

ToJSONKey PhoneNumberAssociationName Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberAssociationName

ToByteString PhoneNumberAssociationName Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberAssociationName

ToHeader PhoneNumberAssociationName Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberAssociationName

ToLog PhoneNumberAssociationName Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberAssociationName

ToQuery PhoneNumberAssociationName Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberAssociationName

FromText PhoneNumberAssociationName Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberAssociationName

ToText PhoneNumberAssociationName Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberAssociationName

FromXML PhoneNumberAssociationName Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberAssociationName

ToXML PhoneNumberAssociationName Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberAssociationName

Generic PhoneNumberAssociationName Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberAssociationName

Associated Types

type Rep PhoneNumberAssociationName :: Type -> Type #

Read PhoneNumberAssociationName Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberAssociationName

Show PhoneNumberAssociationName Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberAssociationName

NFData PhoneNumberAssociationName Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberAssociationName

Eq PhoneNumberAssociationName Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberAssociationName

Ord PhoneNumberAssociationName Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberAssociationName

Hashable PhoneNumberAssociationName Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberAssociationName

type Rep PhoneNumberAssociationName Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberAssociationName

type Rep PhoneNumberAssociationName = D1 ('MetaData "PhoneNumberAssociationName" "Amazonka.Chime.Types.PhoneNumberAssociationName" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'True) (C1 ('MetaCons "PhoneNumberAssociationName'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPhoneNumberAssociationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PhoneNumberOrderStatus

newtype PhoneNumberOrderStatus Source #

Instances

Instances details
FromJSON PhoneNumberOrderStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberOrderStatus

FromJSONKey PhoneNumberOrderStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberOrderStatus

ToJSON PhoneNumberOrderStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberOrderStatus

ToJSONKey PhoneNumberOrderStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberOrderStatus

ToByteString PhoneNumberOrderStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberOrderStatus

ToHeader PhoneNumberOrderStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberOrderStatus

ToLog PhoneNumberOrderStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberOrderStatus

ToQuery PhoneNumberOrderStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberOrderStatus

FromText PhoneNumberOrderStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberOrderStatus

ToText PhoneNumberOrderStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberOrderStatus

FromXML PhoneNumberOrderStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberOrderStatus

ToXML PhoneNumberOrderStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberOrderStatus

Generic PhoneNumberOrderStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberOrderStatus

Associated Types

type Rep PhoneNumberOrderStatus :: Type -> Type #

Read PhoneNumberOrderStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberOrderStatus

Show PhoneNumberOrderStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberOrderStatus

NFData PhoneNumberOrderStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberOrderStatus

Methods

rnf :: PhoneNumberOrderStatus -> () #

Eq PhoneNumberOrderStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberOrderStatus

Ord PhoneNumberOrderStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberOrderStatus

Hashable PhoneNumberOrderStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberOrderStatus

type Rep PhoneNumberOrderStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberOrderStatus

type Rep PhoneNumberOrderStatus = D1 ('MetaData "PhoneNumberOrderStatus" "Amazonka.Chime.Types.PhoneNumberOrderStatus" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'True) (C1 ('MetaCons "PhoneNumberOrderStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPhoneNumberOrderStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PhoneNumberProductType

newtype PhoneNumberProductType Source #

Instances

Instances details
FromJSON PhoneNumberProductType Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberProductType

FromJSONKey PhoneNumberProductType Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberProductType

ToJSON PhoneNumberProductType Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberProductType

ToJSONKey PhoneNumberProductType Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberProductType

ToByteString PhoneNumberProductType Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberProductType

ToHeader PhoneNumberProductType Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberProductType

ToLog PhoneNumberProductType Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberProductType

ToQuery PhoneNumberProductType Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberProductType

FromText PhoneNumberProductType Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberProductType

ToText PhoneNumberProductType Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberProductType

FromXML PhoneNumberProductType Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberProductType

ToXML PhoneNumberProductType Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberProductType

Generic PhoneNumberProductType Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberProductType

Associated Types

type Rep PhoneNumberProductType :: Type -> Type #

Read PhoneNumberProductType Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberProductType

Show PhoneNumberProductType Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberProductType

NFData PhoneNumberProductType Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberProductType

Methods

rnf :: PhoneNumberProductType -> () #

Eq PhoneNumberProductType Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberProductType

Ord PhoneNumberProductType Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberProductType

Hashable PhoneNumberProductType Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberProductType

type Rep PhoneNumberProductType Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberProductType

type Rep PhoneNumberProductType = D1 ('MetaData "PhoneNumberProductType" "Amazonka.Chime.Types.PhoneNumberProductType" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'True) (C1 ('MetaCons "PhoneNumberProductType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPhoneNumberProductType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PhoneNumberStatus

newtype PhoneNumberStatus Source #

Instances

Instances details
FromJSON PhoneNumberStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberStatus

FromJSONKey PhoneNumberStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberStatus

ToJSON PhoneNumberStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberStatus

ToJSONKey PhoneNumberStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberStatus

ToByteString PhoneNumberStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberStatus

ToHeader PhoneNumberStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberStatus

ToLog PhoneNumberStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberStatus

ToQuery PhoneNumberStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberStatus

FromText PhoneNumberStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberStatus

ToText PhoneNumberStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberStatus

FromXML PhoneNumberStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberStatus

ToXML PhoneNumberStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberStatus

Generic PhoneNumberStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberStatus

Associated Types

type Rep PhoneNumberStatus :: Type -> Type #

Read PhoneNumberStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberStatus

Show PhoneNumberStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberStatus

NFData PhoneNumberStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberStatus

Methods

rnf :: PhoneNumberStatus -> () #

Eq PhoneNumberStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberStatus

Ord PhoneNumberStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberStatus

Hashable PhoneNumberStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberStatus

type Rep PhoneNumberStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberStatus

type Rep PhoneNumberStatus = D1 ('MetaData "PhoneNumberStatus" "Amazonka.Chime.Types.PhoneNumberStatus" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'True) (C1 ('MetaCons "PhoneNumberStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPhoneNumberStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PhoneNumberType

newtype PhoneNumberType Source #

Constructors

PhoneNumberType' 

Instances

Instances details
FromJSON PhoneNumberType Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberType

FromJSONKey PhoneNumberType Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberType

ToJSON PhoneNumberType Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberType

ToJSONKey PhoneNumberType Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberType

ToByteString PhoneNumberType Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberType

ToHeader PhoneNumberType Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberType

ToLog PhoneNumberType Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberType

ToQuery PhoneNumberType Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberType

FromText PhoneNumberType Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberType

ToText PhoneNumberType Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberType

FromXML PhoneNumberType Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberType

ToXML PhoneNumberType Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberType

Methods

toXML :: PhoneNumberType -> XML #

Generic PhoneNumberType Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberType

Associated Types

type Rep PhoneNumberType :: Type -> Type #

Read PhoneNumberType Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberType

Show PhoneNumberType Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberType

NFData PhoneNumberType Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberType

Methods

rnf :: PhoneNumberType -> () #

Eq PhoneNumberType Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberType

Ord PhoneNumberType Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberType

Hashable PhoneNumberType Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberType

type Rep PhoneNumberType Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberType

type Rep PhoneNumberType = D1 ('MetaData "PhoneNumberType" "Amazonka.Chime.Types.PhoneNumberType" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'True) (C1 ('MetaCons "PhoneNumberType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPhoneNumberType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ProxySessionStatus

newtype ProxySessionStatus Source #

Instances

Instances details
FromJSON ProxySessionStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.ProxySessionStatus

FromJSONKey ProxySessionStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.ProxySessionStatus

ToJSON ProxySessionStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.ProxySessionStatus

ToJSONKey ProxySessionStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.ProxySessionStatus

ToByteString ProxySessionStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.ProxySessionStatus

ToHeader ProxySessionStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.ProxySessionStatus

ToLog ProxySessionStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.ProxySessionStatus

ToQuery ProxySessionStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.ProxySessionStatus

FromText ProxySessionStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.ProxySessionStatus

ToText ProxySessionStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.ProxySessionStatus

FromXML ProxySessionStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.ProxySessionStatus

ToXML ProxySessionStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.ProxySessionStatus

Generic ProxySessionStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.ProxySessionStatus

Associated Types

type Rep ProxySessionStatus :: Type -> Type #

Read ProxySessionStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.ProxySessionStatus

Show ProxySessionStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.ProxySessionStatus

NFData ProxySessionStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.ProxySessionStatus

Methods

rnf :: ProxySessionStatus -> () #

Eq ProxySessionStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.ProxySessionStatus

Ord ProxySessionStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.ProxySessionStatus

Hashable ProxySessionStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.ProxySessionStatus

type Rep ProxySessionStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.ProxySessionStatus

type Rep ProxySessionStatus = D1 ('MetaData "ProxySessionStatus" "Amazonka.Chime.Types.ProxySessionStatus" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'True) (C1 ('MetaCons "ProxySessionStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromProxySessionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RegistrationStatus

newtype RegistrationStatus Source #

Instances

Instances details
FromJSON RegistrationStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.RegistrationStatus

FromJSONKey RegistrationStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.RegistrationStatus

ToJSON RegistrationStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.RegistrationStatus

ToJSONKey RegistrationStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.RegistrationStatus

ToByteString RegistrationStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.RegistrationStatus

ToHeader RegistrationStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.RegistrationStatus

ToLog RegistrationStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.RegistrationStatus

ToQuery RegistrationStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.RegistrationStatus

FromText RegistrationStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.RegistrationStatus

ToText RegistrationStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.RegistrationStatus

FromXML RegistrationStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.RegistrationStatus

ToXML RegistrationStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.RegistrationStatus

Generic RegistrationStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.RegistrationStatus

Associated Types

type Rep RegistrationStatus :: Type -> Type #

Read RegistrationStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.RegistrationStatus

Show RegistrationStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.RegistrationStatus

NFData RegistrationStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.RegistrationStatus

Methods

rnf :: RegistrationStatus -> () #

Eq RegistrationStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.RegistrationStatus

Ord RegistrationStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.RegistrationStatus

Hashable RegistrationStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.RegistrationStatus

type Rep RegistrationStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.RegistrationStatus

type Rep RegistrationStatus = D1 ('MetaData "RegistrationStatus" "Amazonka.Chime.Types.RegistrationStatus" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'True) (C1 ('MetaCons "RegistrationStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRegistrationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RoomMembershipRole

newtype RoomMembershipRole Source #

Instances

Instances details
FromJSON RoomMembershipRole Source # 
Instance details

Defined in Amazonka.Chime.Types.RoomMembershipRole

FromJSONKey RoomMembershipRole Source # 
Instance details

Defined in Amazonka.Chime.Types.RoomMembershipRole

ToJSON RoomMembershipRole Source # 
Instance details

Defined in Amazonka.Chime.Types.RoomMembershipRole

ToJSONKey RoomMembershipRole Source # 
Instance details

Defined in Amazonka.Chime.Types.RoomMembershipRole

ToByteString RoomMembershipRole Source # 
Instance details

Defined in Amazonka.Chime.Types.RoomMembershipRole

ToHeader RoomMembershipRole Source # 
Instance details

Defined in Amazonka.Chime.Types.RoomMembershipRole

ToLog RoomMembershipRole Source # 
Instance details

Defined in Amazonka.Chime.Types.RoomMembershipRole

ToQuery RoomMembershipRole Source # 
Instance details

Defined in Amazonka.Chime.Types.RoomMembershipRole

FromText RoomMembershipRole Source # 
Instance details

Defined in Amazonka.Chime.Types.RoomMembershipRole

ToText RoomMembershipRole Source # 
Instance details

Defined in Amazonka.Chime.Types.RoomMembershipRole

FromXML RoomMembershipRole Source # 
Instance details

Defined in Amazonka.Chime.Types.RoomMembershipRole

ToXML RoomMembershipRole Source # 
Instance details

Defined in Amazonka.Chime.Types.RoomMembershipRole

Generic RoomMembershipRole Source # 
Instance details

Defined in Amazonka.Chime.Types.RoomMembershipRole

Associated Types

type Rep RoomMembershipRole :: Type -> Type #

Read RoomMembershipRole Source # 
Instance details

Defined in Amazonka.Chime.Types.RoomMembershipRole

Show RoomMembershipRole Source # 
Instance details

Defined in Amazonka.Chime.Types.RoomMembershipRole

NFData RoomMembershipRole Source # 
Instance details

Defined in Amazonka.Chime.Types.RoomMembershipRole

Methods

rnf :: RoomMembershipRole -> () #

Eq RoomMembershipRole Source # 
Instance details

Defined in Amazonka.Chime.Types.RoomMembershipRole

Ord RoomMembershipRole Source # 
Instance details

Defined in Amazonka.Chime.Types.RoomMembershipRole

Hashable RoomMembershipRole Source # 
Instance details

Defined in Amazonka.Chime.Types.RoomMembershipRole

type Rep RoomMembershipRole Source # 
Instance details

Defined in Amazonka.Chime.Types.RoomMembershipRole

type Rep RoomMembershipRole = D1 ('MetaData "RoomMembershipRole" "Amazonka.Chime.Types.RoomMembershipRole" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'True) (C1 ('MetaCons "RoomMembershipRole'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRoomMembershipRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SipRuleTriggerType

newtype SipRuleTriggerType Source #

Instances

Instances details
FromJSON SipRuleTriggerType Source # 
Instance details

Defined in Amazonka.Chime.Types.SipRuleTriggerType

FromJSONKey SipRuleTriggerType Source # 
Instance details

Defined in Amazonka.Chime.Types.SipRuleTriggerType

ToJSON SipRuleTriggerType Source # 
Instance details

Defined in Amazonka.Chime.Types.SipRuleTriggerType

ToJSONKey SipRuleTriggerType Source # 
Instance details

Defined in Amazonka.Chime.Types.SipRuleTriggerType

ToByteString SipRuleTriggerType Source # 
Instance details

Defined in Amazonka.Chime.Types.SipRuleTriggerType

ToHeader SipRuleTriggerType Source # 
Instance details

Defined in Amazonka.Chime.Types.SipRuleTriggerType

ToLog SipRuleTriggerType Source # 
Instance details

Defined in Amazonka.Chime.Types.SipRuleTriggerType

ToQuery SipRuleTriggerType Source # 
Instance details

Defined in Amazonka.Chime.Types.SipRuleTriggerType

FromText SipRuleTriggerType Source # 
Instance details

Defined in Amazonka.Chime.Types.SipRuleTriggerType

ToText SipRuleTriggerType Source # 
Instance details

Defined in Amazonka.Chime.Types.SipRuleTriggerType

FromXML SipRuleTriggerType Source # 
Instance details

Defined in Amazonka.Chime.Types.SipRuleTriggerType

ToXML SipRuleTriggerType Source # 
Instance details

Defined in Amazonka.Chime.Types.SipRuleTriggerType

Generic SipRuleTriggerType Source # 
Instance details

Defined in Amazonka.Chime.Types.SipRuleTriggerType

Associated Types

type Rep SipRuleTriggerType :: Type -> Type #

Read SipRuleTriggerType Source # 
Instance details

Defined in Amazonka.Chime.Types.SipRuleTriggerType

Show SipRuleTriggerType Source # 
Instance details

Defined in Amazonka.Chime.Types.SipRuleTriggerType

NFData SipRuleTriggerType Source # 
Instance details

Defined in Amazonka.Chime.Types.SipRuleTriggerType

Methods

rnf :: SipRuleTriggerType -> () #

Eq SipRuleTriggerType Source # 
Instance details

Defined in Amazonka.Chime.Types.SipRuleTriggerType

Ord SipRuleTriggerType Source # 
Instance details

Defined in Amazonka.Chime.Types.SipRuleTriggerType

Hashable SipRuleTriggerType Source # 
Instance details

Defined in Amazonka.Chime.Types.SipRuleTriggerType

type Rep SipRuleTriggerType Source # 
Instance details

Defined in Amazonka.Chime.Types.SipRuleTriggerType

type Rep SipRuleTriggerType = D1 ('MetaData "SipRuleTriggerType" "Amazonka.Chime.Types.SipRuleTriggerType" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'True) (C1 ('MetaCons "SipRuleTriggerType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSipRuleTriggerType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SortOrder

newtype SortOrder Source #

Constructors

SortOrder' 

Fields

Bundled Patterns

pattern SortOrder_ASCENDING :: SortOrder 
pattern SortOrder_DESCENDING :: SortOrder 

Instances

Instances details
FromJSON SortOrder Source # 
Instance details

Defined in Amazonka.Chime.Types.SortOrder

FromJSONKey SortOrder Source # 
Instance details

Defined in Amazonka.Chime.Types.SortOrder

ToJSON SortOrder Source # 
Instance details

Defined in Amazonka.Chime.Types.SortOrder

ToJSONKey SortOrder Source # 
Instance details

Defined in Amazonka.Chime.Types.SortOrder

ToByteString SortOrder Source # 
Instance details

Defined in Amazonka.Chime.Types.SortOrder

Methods

toBS :: SortOrder -> ByteString #

ToHeader SortOrder Source # 
Instance details

Defined in Amazonka.Chime.Types.SortOrder

ToLog SortOrder Source # 
Instance details

Defined in Amazonka.Chime.Types.SortOrder

ToQuery SortOrder Source # 
Instance details

Defined in Amazonka.Chime.Types.SortOrder

FromText SortOrder Source # 
Instance details

Defined in Amazonka.Chime.Types.SortOrder

ToText SortOrder Source # 
Instance details

Defined in Amazonka.Chime.Types.SortOrder

Methods

toText :: SortOrder -> Text #

FromXML SortOrder Source # 
Instance details

Defined in Amazonka.Chime.Types.SortOrder

ToXML SortOrder Source # 
Instance details

Defined in Amazonka.Chime.Types.SortOrder

Methods

toXML :: SortOrder -> XML #

Generic SortOrder Source # 
Instance details

Defined in Amazonka.Chime.Types.SortOrder

Associated Types

type Rep SortOrder :: Type -> Type #

Read SortOrder Source # 
Instance details

Defined in Amazonka.Chime.Types.SortOrder

Show SortOrder Source # 
Instance details

Defined in Amazonka.Chime.Types.SortOrder

NFData SortOrder Source # 
Instance details

Defined in Amazonka.Chime.Types.SortOrder

Methods

rnf :: SortOrder -> () #

Eq SortOrder Source # 
Instance details

Defined in Amazonka.Chime.Types.SortOrder

Ord SortOrder Source # 
Instance details

Defined in Amazonka.Chime.Types.SortOrder

Hashable SortOrder Source # 
Instance details

Defined in Amazonka.Chime.Types.SortOrder

type Rep SortOrder Source # 
Instance details

Defined in Amazonka.Chime.Types.SortOrder

type Rep SortOrder = D1 ('MetaData "SortOrder" "Amazonka.Chime.Types.SortOrder" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'True) (C1 ('MetaCons "SortOrder'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TranscribeContentIdentificationType

newtype TranscribeContentIdentificationType Source #

Instances

Instances details
FromJSON TranscribeContentIdentificationType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeContentIdentificationType

FromJSONKey TranscribeContentIdentificationType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeContentIdentificationType

ToJSON TranscribeContentIdentificationType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeContentIdentificationType

ToJSONKey TranscribeContentIdentificationType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeContentIdentificationType

ToByteString TranscribeContentIdentificationType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeContentIdentificationType

ToHeader TranscribeContentIdentificationType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeContentIdentificationType

ToLog TranscribeContentIdentificationType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeContentIdentificationType

ToQuery TranscribeContentIdentificationType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeContentIdentificationType

FromText TranscribeContentIdentificationType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeContentIdentificationType

ToText TranscribeContentIdentificationType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeContentIdentificationType

FromXML TranscribeContentIdentificationType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeContentIdentificationType

ToXML TranscribeContentIdentificationType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeContentIdentificationType

Generic TranscribeContentIdentificationType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeContentIdentificationType

Read TranscribeContentIdentificationType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeContentIdentificationType

Show TranscribeContentIdentificationType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeContentIdentificationType

NFData TranscribeContentIdentificationType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeContentIdentificationType

Eq TranscribeContentIdentificationType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeContentIdentificationType

Ord TranscribeContentIdentificationType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeContentIdentificationType

Hashable TranscribeContentIdentificationType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeContentIdentificationType

type Rep TranscribeContentIdentificationType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeContentIdentificationType

type Rep TranscribeContentIdentificationType = D1 ('MetaData "TranscribeContentIdentificationType" "Amazonka.Chime.Types.TranscribeContentIdentificationType" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" '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.Chime.Types.TranscribeContentRedactionType

FromJSONKey TranscribeContentRedactionType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeContentRedactionType

ToJSON TranscribeContentRedactionType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeContentRedactionType

ToJSONKey TranscribeContentRedactionType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeContentRedactionType

ToByteString TranscribeContentRedactionType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeContentRedactionType

ToHeader TranscribeContentRedactionType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeContentRedactionType

ToLog TranscribeContentRedactionType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeContentRedactionType

ToQuery TranscribeContentRedactionType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeContentRedactionType

FromText TranscribeContentRedactionType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeContentRedactionType

ToText TranscribeContentRedactionType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeContentRedactionType

FromXML TranscribeContentRedactionType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeContentRedactionType

ToXML TranscribeContentRedactionType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeContentRedactionType

Generic TranscribeContentRedactionType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeContentRedactionType

Associated Types

type Rep TranscribeContentRedactionType :: Type -> Type #

Read TranscribeContentRedactionType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeContentRedactionType

Show TranscribeContentRedactionType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeContentRedactionType

NFData TranscribeContentRedactionType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeContentRedactionType

Eq TranscribeContentRedactionType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeContentRedactionType

Ord TranscribeContentRedactionType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeContentRedactionType

Hashable TranscribeContentRedactionType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeContentRedactionType

type Rep TranscribeContentRedactionType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeContentRedactionType

type Rep TranscribeContentRedactionType = D1 ('MetaData "TranscribeContentRedactionType" "Amazonka.Chime.Types.TranscribeContentRedactionType" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" '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.Chime.Types.TranscribeLanguageCode

FromJSONKey TranscribeLanguageCode Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeLanguageCode

ToJSON TranscribeLanguageCode Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeLanguageCode

ToJSONKey TranscribeLanguageCode Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeLanguageCode

ToByteString TranscribeLanguageCode Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeLanguageCode

ToHeader TranscribeLanguageCode Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeLanguageCode

ToLog TranscribeLanguageCode Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeLanguageCode

ToQuery TranscribeLanguageCode Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeLanguageCode

FromText TranscribeLanguageCode Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeLanguageCode

ToText TranscribeLanguageCode Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeLanguageCode

FromXML TranscribeLanguageCode Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeLanguageCode

ToXML TranscribeLanguageCode Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeLanguageCode

Generic TranscribeLanguageCode Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeLanguageCode

Associated Types

type Rep TranscribeLanguageCode :: Type -> Type #

Read TranscribeLanguageCode Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeLanguageCode

Show TranscribeLanguageCode Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeLanguageCode

NFData TranscribeLanguageCode Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeLanguageCode

Methods

rnf :: TranscribeLanguageCode -> () #

Eq TranscribeLanguageCode Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeLanguageCode

Ord TranscribeLanguageCode Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeLanguageCode

Hashable TranscribeLanguageCode Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeLanguageCode

type Rep TranscribeLanguageCode Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeLanguageCode

type Rep TranscribeLanguageCode = D1 ('MetaData "TranscribeLanguageCode" "Amazonka.Chime.Types.TranscribeLanguageCode" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" '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.Chime.Types.TranscribeMedicalContentIdentificationType

FromJSONKey TranscribeMedicalContentIdentificationType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalContentIdentificationType

ToJSON TranscribeMedicalContentIdentificationType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalContentIdentificationType

ToJSONKey TranscribeMedicalContentIdentificationType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalContentIdentificationType

ToByteString TranscribeMedicalContentIdentificationType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalContentIdentificationType

ToHeader TranscribeMedicalContentIdentificationType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalContentIdentificationType

ToLog TranscribeMedicalContentIdentificationType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalContentIdentificationType

ToQuery TranscribeMedicalContentIdentificationType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalContentIdentificationType

FromText TranscribeMedicalContentIdentificationType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalContentIdentificationType

ToText TranscribeMedicalContentIdentificationType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalContentIdentificationType

FromXML TranscribeMedicalContentIdentificationType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalContentIdentificationType

ToXML TranscribeMedicalContentIdentificationType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalContentIdentificationType

Generic TranscribeMedicalContentIdentificationType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalContentIdentificationType

Read TranscribeMedicalContentIdentificationType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalContentIdentificationType

Show TranscribeMedicalContentIdentificationType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalContentIdentificationType

NFData TranscribeMedicalContentIdentificationType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalContentIdentificationType

Eq TranscribeMedicalContentIdentificationType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalContentIdentificationType

Ord TranscribeMedicalContentIdentificationType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalContentIdentificationType

Hashable TranscribeMedicalContentIdentificationType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalContentIdentificationType

type Rep TranscribeMedicalContentIdentificationType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalContentIdentificationType

type Rep TranscribeMedicalContentIdentificationType = D1 ('MetaData "TranscribeMedicalContentIdentificationType" "Amazonka.Chime.Types.TranscribeMedicalContentIdentificationType" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" '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.Chime.Types.TranscribeMedicalLanguageCode

FromJSONKey TranscribeMedicalLanguageCode Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalLanguageCode

ToJSON TranscribeMedicalLanguageCode Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalLanguageCode

ToJSONKey TranscribeMedicalLanguageCode Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalLanguageCode

ToByteString TranscribeMedicalLanguageCode Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalLanguageCode

ToHeader TranscribeMedicalLanguageCode Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalLanguageCode

ToLog TranscribeMedicalLanguageCode Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalLanguageCode

ToQuery TranscribeMedicalLanguageCode Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalLanguageCode

FromText TranscribeMedicalLanguageCode Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalLanguageCode

ToText TranscribeMedicalLanguageCode Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalLanguageCode

FromXML TranscribeMedicalLanguageCode Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalLanguageCode

ToXML TranscribeMedicalLanguageCode Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalLanguageCode

Generic TranscribeMedicalLanguageCode Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalLanguageCode

Associated Types

type Rep TranscribeMedicalLanguageCode :: Type -> Type #

Read TranscribeMedicalLanguageCode Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalLanguageCode

Show TranscribeMedicalLanguageCode Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalLanguageCode

NFData TranscribeMedicalLanguageCode Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalLanguageCode

Eq TranscribeMedicalLanguageCode Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalLanguageCode

Ord TranscribeMedicalLanguageCode Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalLanguageCode

Hashable TranscribeMedicalLanguageCode Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalLanguageCode

type Rep TranscribeMedicalLanguageCode Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalLanguageCode

type Rep TranscribeMedicalLanguageCode = D1 ('MetaData "TranscribeMedicalLanguageCode" "Amazonka.Chime.Types.TranscribeMedicalLanguageCode" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" '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.Chime.Types.TranscribeMedicalRegion

FromJSONKey TranscribeMedicalRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalRegion

ToJSON TranscribeMedicalRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalRegion

ToJSONKey TranscribeMedicalRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalRegion

ToByteString TranscribeMedicalRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalRegion

ToHeader TranscribeMedicalRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalRegion

ToLog TranscribeMedicalRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalRegion

ToQuery TranscribeMedicalRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalRegion

FromText TranscribeMedicalRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalRegion

ToText TranscribeMedicalRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalRegion

FromXML TranscribeMedicalRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalRegion

ToXML TranscribeMedicalRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalRegion

Generic TranscribeMedicalRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalRegion

Associated Types

type Rep TranscribeMedicalRegion :: Type -> Type #

Read TranscribeMedicalRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalRegion

Show TranscribeMedicalRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalRegion

NFData TranscribeMedicalRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalRegion

Methods

rnf :: TranscribeMedicalRegion -> () #

Eq TranscribeMedicalRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalRegion

Ord TranscribeMedicalRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalRegion

Hashable TranscribeMedicalRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalRegion

type Rep TranscribeMedicalRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalRegion

type Rep TranscribeMedicalRegion = D1 ('MetaData "TranscribeMedicalRegion" "Amazonka.Chime.Types.TranscribeMedicalRegion" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" '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.Chime.Types.TranscribeMedicalSpecialty

FromJSONKey TranscribeMedicalSpecialty Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalSpecialty

ToJSON TranscribeMedicalSpecialty Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalSpecialty

ToJSONKey TranscribeMedicalSpecialty Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalSpecialty

ToByteString TranscribeMedicalSpecialty Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalSpecialty

ToHeader TranscribeMedicalSpecialty Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalSpecialty

ToLog TranscribeMedicalSpecialty Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalSpecialty

ToQuery TranscribeMedicalSpecialty Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalSpecialty

FromText TranscribeMedicalSpecialty Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalSpecialty

ToText TranscribeMedicalSpecialty Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalSpecialty

FromXML TranscribeMedicalSpecialty Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalSpecialty

ToXML TranscribeMedicalSpecialty Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalSpecialty

Generic TranscribeMedicalSpecialty Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalSpecialty

Associated Types

type Rep TranscribeMedicalSpecialty :: Type -> Type #

Read TranscribeMedicalSpecialty Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalSpecialty

Show TranscribeMedicalSpecialty Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalSpecialty

NFData TranscribeMedicalSpecialty Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalSpecialty

Eq TranscribeMedicalSpecialty Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalSpecialty

Ord TranscribeMedicalSpecialty Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalSpecialty

Hashable TranscribeMedicalSpecialty Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalSpecialty

type Rep TranscribeMedicalSpecialty Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalSpecialty

type Rep TranscribeMedicalSpecialty = D1 ('MetaData "TranscribeMedicalSpecialty" "Amazonka.Chime.Types.TranscribeMedicalSpecialty" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" '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.Chime.Types.TranscribeMedicalType

FromJSONKey TranscribeMedicalType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalType

ToJSON TranscribeMedicalType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalType

ToJSONKey TranscribeMedicalType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalType

ToByteString TranscribeMedicalType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalType

ToHeader TranscribeMedicalType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalType

ToLog TranscribeMedicalType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalType

ToQuery TranscribeMedicalType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalType

FromText TranscribeMedicalType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalType

ToText TranscribeMedicalType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalType

FromXML TranscribeMedicalType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalType

ToXML TranscribeMedicalType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalType

Generic TranscribeMedicalType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalType

Associated Types

type Rep TranscribeMedicalType :: Type -> Type #

Read TranscribeMedicalType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalType

Show TranscribeMedicalType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalType

NFData TranscribeMedicalType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalType

Methods

rnf :: TranscribeMedicalType -> () #

Eq TranscribeMedicalType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalType

Ord TranscribeMedicalType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalType

Hashable TranscribeMedicalType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalType

type Rep TranscribeMedicalType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalType

type Rep TranscribeMedicalType = D1 ('MetaData "TranscribeMedicalType" "Amazonka.Chime.Types.TranscribeMedicalType" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" '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.Chime.Types.TranscribePartialResultsStability

FromJSONKey TranscribePartialResultsStability Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribePartialResultsStability

ToJSON TranscribePartialResultsStability Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribePartialResultsStability

ToJSONKey TranscribePartialResultsStability Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribePartialResultsStability

ToByteString TranscribePartialResultsStability Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribePartialResultsStability

ToHeader TranscribePartialResultsStability Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribePartialResultsStability

ToLog TranscribePartialResultsStability Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribePartialResultsStability

ToQuery TranscribePartialResultsStability Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribePartialResultsStability

FromText TranscribePartialResultsStability Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribePartialResultsStability

ToText TranscribePartialResultsStability Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribePartialResultsStability

FromXML TranscribePartialResultsStability Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribePartialResultsStability

ToXML TranscribePartialResultsStability Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribePartialResultsStability

Generic TranscribePartialResultsStability Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribePartialResultsStability

Associated Types

type Rep TranscribePartialResultsStability :: Type -> Type #

Read TranscribePartialResultsStability Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribePartialResultsStability

Show TranscribePartialResultsStability Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribePartialResultsStability

NFData TranscribePartialResultsStability Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribePartialResultsStability

Eq TranscribePartialResultsStability Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribePartialResultsStability

Ord TranscribePartialResultsStability Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribePartialResultsStability

Hashable TranscribePartialResultsStability Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribePartialResultsStability

type Rep TranscribePartialResultsStability Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribePartialResultsStability

type Rep TranscribePartialResultsStability = D1 ('MetaData "TranscribePartialResultsStability" "Amazonka.Chime.Types.TranscribePartialResultsStability" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" '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.Chime.Types.TranscribeRegion

FromJSONKey TranscribeRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeRegion

ToJSON TranscribeRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeRegion

ToJSONKey TranscribeRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeRegion

ToByteString TranscribeRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeRegion

ToHeader TranscribeRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeRegion

ToLog TranscribeRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeRegion

ToQuery TranscribeRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeRegion

FromText TranscribeRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeRegion

ToText TranscribeRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeRegion

FromXML TranscribeRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeRegion

ToXML TranscribeRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeRegion

Generic TranscribeRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeRegion

Associated Types

type Rep TranscribeRegion :: Type -> Type #

Read TranscribeRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeRegion

Show TranscribeRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeRegion

NFData TranscribeRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeRegion

Methods

rnf :: TranscribeRegion -> () #

Eq TranscribeRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeRegion

Ord TranscribeRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeRegion

Hashable TranscribeRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeRegion

type Rep TranscribeRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeRegion

type Rep TranscribeRegion = D1 ('MetaData "TranscribeRegion" "Amazonka.Chime.Types.TranscribeRegion" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" '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.Chime.Types.TranscribeVocabularyFilterMethod

FromJSONKey TranscribeVocabularyFilterMethod Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeVocabularyFilterMethod

ToJSON TranscribeVocabularyFilterMethod Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeVocabularyFilterMethod

ToJSONKey TranscribeVocabularyFilterMethod Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeVocabularyFilterMethod

ToByteString TranscribeVocabularyFilterMethod Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeVocabularyFilterMethod

ToHeader TranscribeVocabularyFilterMethod Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeVocabularyFilterMethod

ToLog TranscribeVocabularyFilterMethod Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeVocabularyFilterMethod

ToQuery TranscribeVocabularyFilterMethod Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeVocabularyFilterMethod

FromText TranscribeVocabularyFilterMethod Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeVocabularyFilterMethod

ToText TranscribeVocabularyFilterMethod Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeVocabularyFilterMethod

FromXML TranscribeVocabularyFilterMethod Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeVocabularyFilterMethod

ToXML TranscribeVocabularyFilterMethod Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeVocabularyFilterMethod

Generic TranscribeVocabularyFilterMethod Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeVocabularyFilterMethod

Associated Types

type Rep TranscribeVocabularyFilterMethod :: Type -> Type #

Read TranscribeVocabularyFilterMethod Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeVocabularyFilterMethod

Show TranscribeVocabularyFilterMethod Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeVocabularyFilterMethod

NFData TranscribeVocabularyFilterMethod Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeVocabularyFilterMethod

Eq TranscribeVocabularyFilterMethod Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeVocabularyFilterMethod

Ord TranscribeVocabularyFilterMethod Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeVocabularyFilterMethod

Hashable TranscribeVocabularyFilterMethod Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeVocabularyFilterMethod

type Rep TranscribeVocabularyFilterMethod Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeVocabularyFilterMethod

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

UserType

newtype UserType Source #

Constructors

UserType' 

Fields

Bundled Patterns

pattern UserType_PrivateUser :: UserType 
pattern UserType_SharedDevice :: UserType 

Instances

Instances details
FromJSON UserType Source # 
Instance details

Defined in Amazonka.Chime.Types.UserType

FromJSONKey UserType Source # 
Instance details

Defined in Amazonka.Chime.Types.UserType

ToJSON UserType Source # 
Instance details

Defined in Amazonka.Chime.Types.UserType

ToJSONKey UserType Source # 
Instance details

Defined in Amazonka.Chime.Types.UserType

ToByteString UserType Source # 
Instance details

Defined in Amazonka.Chime.Types.UserType

Methods

toBS :: UserType -> ByteString #

ToHeader UserType Source # 
Instance details

Defined in Amazonka.Chime.Types.UserType

Methods

toHeader :: HeaderName -> UserType -> [Header] #

ToLog UserType Source # 
Instance details

Defined in Amazonka.Chime.Types.UserType

ToQuery UserType Source # 
Instance details

Defined in Amazonka.Chime.Types.UserType

FromText UserType Source # 
Instance details

Defined in Amazonka.Chime.Types.UserType

ToText UserType Source # 
Instance details

Defined in Amazonka.Chime.Types.UserType

Methods

toText :: UserType -> Text #

FromXML UserType Source # 
Instance details

Defined in Amazonka.Chime.Types.UserType

ToXML UserType Source # 
Instance details

Defined in Amazonka.Chime.Types.UserType

Methods

toXML :: UserType -> XML #

Generic UserType Source # 
Instance details

Defined in Amazonka.Chime.Types.UserType

Associated Types

type Rep UserType :: Type -> Type #

Methods

from :: UserType -> Rep UserType x #

to :: Rep UserType x -> UserType #

Read UserType Source # 
Instance details

Defined in Amazonka.Chime.Types.UserType

Show UserType Source # 
Instance details

Defined in Amazonka.Chime.Types.UserType

NFData UserType Source # 
Instance details

Defined in Amazonka.Chime.Types.UserType

Methods

rnf :: UserType -> () #

Eq UserType Source # 
Instance details

Defined in Amazonka.Chime.Types.UserType

Ord UserType Source # 
Instance details

Defined in Amazonka.Chime.Types.UserType

Hashable UserType Source # 
Instance details

Defined in Amazonka.Chime.Types.UserType

Methods

hashWithSalt :: Int -> UserType -> Int #

hash :: UserType -> Int #

type Rep UserType Source # 
Instance details

Defined in Amazonka.Chime.Types.UserType

type Rep UserType = D1 ('MetaData "UserType" "Amazonka.Chime.Types.UserType" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'True) (C1 ('MetaCons "UserType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromUserType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

VideoMuxType

newtype VideoMuxType Source #

Constructors

VideoMuxType' 

Bundled Patterns

pattern VideoMuxType_VideoOnly :: VideoMuxType 

Instances

Instances details
FromJSON VideoMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.VideoMuxType

FromJSONKey VideoMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.VideoMuxType

ToJSON VideoMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.VideoMuxType

ToJSONKey VideoMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.VideoMuxType

ToByteString VideoMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.VideoMuxType

ToHeader VideoMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.VideoMuxType

ToLog VideoMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.VideoMuxType

ToQuery VideoMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.VideoMuxType

FromText VideoMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.VideoMuxType

ToText VideoMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.VideoMuxType

Methods

toText :: VideoMuxType -> Text #

FromXML VideoMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.VideoMuxType

ToXML VideoMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.VideoMuxType

Methods

toXML :: VideoMuxType -> XML #

Generic VideoMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.VideoMuxType

Associated Types

type Rep VideoMuxType :: Type -> Type #

Read VideoMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.VideoMuxType

Show VideoMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.VideoMuxType

NFData VideoMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.VideoMuxType

Methods

rnf :: VideoMuxType -> () #

Eq VideoMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.VideoMuxType

Ord VideoMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.VideoMuxType

Hashable VideoMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.VideoMuxType

type Rep VideoMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.VideoMuxType

type Rep VideoMuxType = D1 ('MetaData "VideoMuxType" "Amazonka.Chime.Types.VideoMuxType" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'True) (C1 ('MetaCons "VideoMuxType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromVideoMuxType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

VoiceConnectorAwsRegion

newtype VoiceConnectorAwsRegion Source #

Instances

Instances details
FromJSON VoiceConnectorAwsRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorAwsRegion

FromJSONKey VoiceConnectorAwsRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorAwsRegion

ToJSON VoiceConnectorAwsRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorAwsRegion

ToJSONKey VoiceConnectorAwsRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorAwsRegion

ToByteString VoiceConnectorAwsRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorAwsRegion

ToHeader VoiceConnectorAwsRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorAwsRegion

ToLog VoiceConnectorAwsRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorAwsRegion

ToQuery VoiceConnectorAwsRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorAwsRegion

FromText VoiceConnectorAwsRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorAwsRegion

ToText VoiceConnectorAwsRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorAwsRegion

FromXML VoiceConnectorAwsRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorAwsRegion

ToXML VoiceConnectorAwsRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorAwsRegion

Generic VoiceConnectorAwsRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorAwsRegion

Associated Types

type Rep VoiceConnectorAwsRegion :: Type -> Type #

Read VoiceConnectorAwsRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorAwsRegion

Show VoiceConnectorAwsRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorAwsRegion

NFData VoiceConnectorAwsRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorAwsRegion

Methods

rnf :: VoiceConnectorAwsRegion -> () #

Eq VoiceConnectorAwsRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorAwsRegion

Ord VoiceConnectorAwsRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorAwsRegion

Hashable VoiceConnectorAwsRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorAwsRegion

type Rep VoiceConnectorAwsRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorAwsRegion

type Rep VoiceConnectorAwsRegion = D1 ('MetaData "VoiceConnectorAwsRegion" "Amazonka.Chime.Types.VoiceConnectorAwsRegion" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'True) (C1 ('MetaCons "VoiceConnectorAwsRegion'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromVoiceConnectorAwsRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Account

data Account Source #

The Amazon Chime account details. An AWS account can have multiple Amazon Chime accounts.

See: newAccount smart constructor.

Instances

Instances details
FromJSON Account Source # 
Instance details

Defined in Amazonka.Chime.Types.Account

Generic Account Source # 
Instance details

Defined in Amazonka.Chime.Types.Account

Associated Types

type Rep Account :: Type -> Type #

Methods

from :: Account -> Rep Account x #

to :: Rep Account x -> Account #

Read Account Source # 
Instance details

Defined in Amazonka.Chime.Types.Account

Show Account Source # 
Instance details

Defined in Amazonka.Chime.Types.Account

NFData Account Source # 
Instance details

Defined in Amazonka.Chime.Types.Account

Methods

rnf :: Account -> () #

Eq Account Source # 
Instance details

Defined in Amazonka.Chime.Types.Account

Methods

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

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

Hashable Account Source # 
Instance details

Defined in Amazonka.Chime.Types.Account

Methods

hashWithSalt :: Int -> Account -> Int #

hash :: Account -> Int #

type Rep Account Source # 
Instance details

Defined in Amazonka.Chime.Types.Account

newAccount Source #

Create a value of Account 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:accountStatus:Account', account_accountStatus - The status of the account.

$sel:accountType:Account', account_accountType - The Amazon Chime account type. For more information about different account types, see Managing Your Amazon Chime Accounts in the Amazon Chime Administration Guide.

$sel:createdTimestamp:Account', account_createdTimestamp - The Amazon Chime account creation timestamp, in ISO 8601 format.

$sel:defaultLicense:Account', account_defaultLicense - The default license for the Amazon Chime account.

$sel:signinDelegateGroups:Account', account_signinDelegateGroups - The sign-in delegate groups associated with the account.

$sel:supportedLicenses:Account', account_supportedLicenses - Supported licenses for the Amazon Chime account.

$sel:awsAccountId:Account', account_awsAccountId - The AWS account ID.

$sel:accountId:Account', account_accountId - The Amazon Chime account ID.

$sel:name:Account', account_name - The Amazon Chime account name.

AccountSettings

data AccountSettings Source #

Settings related to the Amazon Chime account. This includes settings that start or stop remote control of shared screens, or start or stop the dial-out option in the Amazon Chime web application. For more information about these settings, see Use the Policies Page in the Amazon Chime Administration Guide.

See: newAccountSettings smart constructor.

Instances

Instances details
FromJSON AccountSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountSettings

ToJSON AccountSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountSettings

Generic AccountSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountSettings

Associated Types

type Rep AccountSettings :: Type -> Type #

Read AccountSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountSettings

Show AccountSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountSettings

NFData AccountSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountSettings

Methods

rnf :: AccountSettings -> () #

Eq AccountSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountSettings

Hashable AccountSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountSettings

type Rep AccountSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountSettings

type Rep AccountSettings = D1 ('MetaData "AccountSettings" "Amazonka.Chime.Types.AccountSettings" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "AccountSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "disableRemoteControl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "enableDialOut") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

newAccountSettings :: AccountSettings Source #

Create a value of AccountSettings 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:disableRemoteControl:AccountSettings', accountSettings_disableRemoteControl - Setting that stops or starts remote control of shared screens during meetings.

$sel:enableDialOut:AccountSettings', accountSettings_enableDialOut - Setting that allows meeting participants to choose the __Call me at a phone number__ option. For more information, see Join a Meeting without the Amazon Chime App.

Address

data Address Source #

A validated address.

See: newAddress smart constructor.

Instances

Instances details
FromJSON Address Source # 
Instance details

Defined in Amazonka.Chime.Types.Address

Generic Address Source # 
Instance details

Defined in Amazonka.Chime.Types.Address

Associated Types

type Rep Address :: Type -> Type #

Methods

from :: Address -> Rep Address x #

to :: Rep Address x -> Address #

Show Address Source # 
Instance details

Defined in Amazonka.Chime.Types.Address

NFData Address Source # 
Instance details

Defined in Amazonka.Chime.Types.Address

Methods

rnf :: Address -> () #

Eq Address Source # 
Instance details

Defined in Amazonka.Chime.Types.Address

Methods

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

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

Hashable Address Source # 
Instance details

Defined in Amazonka.Chime.Types.Address

Methods

hashWithSalt :: Int -> Address -> Int #

hash :: Address -> Int #

type Rep Address Source # 
Instance details

Defined in Amazonka.Chime.Types.Address

newAddress :: Address Source #

Create a value of Address 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:city:Address', address_city - The city of an address.

$sel:country:Address', address_country - The country of an address.

$sel:postDirectional:Address', address_postDirectional - An address suffix location, such as the S. Unit A in Central Park S. Unit A.

$sel:postalCode:Address', address_postalCode - The postal code of an address.

$sel:postalCodePlus4:Address', address_postalCodePlus4 - The Zip + 4 or postal code + 4 of an address.

$sel:preDirectional:Address', address_preDirectional - An address prefix location, such as the N in N. Third St..

$sel:state:Address', address_state - The state of an address.

$sel:streetName:Address', address_streetName - The address street, such as 8th Avenue.

$sel:streetNumber:Address', address_streetNumber - The numeric portion of an address.

$sel:streetSuffix:Address', address_streetSuffix - The address suffix, such as the N in 8th Avenue N.

AlexaForBusinessMetadata

data AlexaForBusinessMetadata Source #

The Alexa for Business metadata associated with an Amazon Chime user, used to integrate Alexa for Business with a device.

See: newAlexaForBusinessMetadata smart constructor.

Instances

Instances details
FromJSON AlexaForBusinessMetadata Source # 
Instance details

Defined in Amazonka.Chime.Types.AlexaForBusinessMetadata

ToJSON AlexaForBusinessMetadata Source # 
Instance details

Defined in Amazonka.Chime.Types.AlexaForBusinessMetadata

Generic AlexaForBusinessMetadata Source # 
Instance details

Defined in Amazonka.Chime.Types.AlexaForBusinessMetadata

Associated Types

type Rep AlexaForBusinessMetadata :: Type -> Type #

Show AlexaForBusinessMetadata Source # 
Instance details

Defined in Amazonka.Chime.Types.AlexaForBusinessMetadata

NFData AlexaForBusinessMetadata Source # 
Instance details

Defined in Amazonka.Chime.Types.AlexaForBusinessMetadata

Eq AlexaForBusinessMetadata Source # 
Instance details

Defined in Amazonka.Chime.Types.AlexaForBusinessMetadata

Hashable AlexaForBusinessMetadata Source # 
Instance details

Defined in Amazonka.Chime.Types.AlexaForBusinessMetadata

type Rep AlexaForBusinessMetadata Source # 
Instance details

Defined in Amazonka.Chime.Types.AlexaForBusinessMetadata

type Rep AlexaForBusinessMetadata = D1 ('MetaData "AlexaForBusinessMetadata" "Amazonka.Chime.Types.AlexaForBusinessMetadata" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "AlexaForBusinessMetadata'" 'PrefixI 'True) (S1 ('MetaSel ('Just "alexaForBusinessRoomArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "isAlexaForBusinessEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

newAlexaForBusinessMetadata :: AlexaForBusinessMetadata Source #

Create a value of AlexaForBusinessMetadata 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:alexaForBusinessRoomArn:AlexaForBusinessMetadata', alexaForBusinessMetadata_alexaForBusinessRoomArn - The ARN of the room resource.

$sel:isAlexaForBusinessEnabled:AlexaForBusinessMetadata', alexaForBusinessMetadata_isAlexaForBusinessEnabled - Starts or stops Alexa for Business.

AppInstance

data AppInstance Source #

The details of an AppInstance, an instance of an Amazon Chime SDK messaging application.

See: newAppInstance smart constructor.

Instances

Instances details
FromJSON AppInstance Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstance

Generic AppInstance Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstance

Associated Types

type Rep AppInstance :: Type -> Type #

Show AppInstance Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstance

NFData AppInstance Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstance

Methods

rnf :: AppInstance -> () #

Eq AppInstance Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstance

Hashable AppInstance Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstance

type Rep AppInstance Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstance

type Rep AppInstance = D1 ('MetaData "AppInstance" "Amazonka.Chime.Types.AppInstance" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "AppInstance'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "appInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createdTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "lastUpdatedTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "metadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))))))

newAppInstance :: AppInstance Source #

Create a value of AppInstance 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:appInstanceArn:AppInstance', appInstance_appInstanceArn - The ARN of the messaging instance.

$sel:createdTimestamp:AppInstance', appInstance_createdTimestamp - The time at which an AppInstance was created. In epoch milliseconds.

$sel:lastUpdatedTimestamp:AppInstance', appInstance_lastUpdatedTimestamp - The time an AppInstance was last updated. In epoch milliseconds.

$sel:metadata:AppInstance', appInstance_metadata - The metadata of an AppInstance.

$sel:name:AppInstance', appInstance_name - The name of an AppInstance.

AppInstanceAdmin

data AppInstanceAdmin Source #

The details of an AppInstanceAdmin.

See: newAppInstanceAdmin smart constructor.

Instances

Instances details
FromJSON AppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceAdmin

Generic AppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceAdmin

Associated Types

type Rep AppInstanceAdmin :: Type -> Type #

Show AppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceAdmin

NFData AppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceAdmin

Methods

rnf :: AppInstanceAdmin -> () #

Eq AppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceAdmin

Hashable AppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceAdmin

type Rep AppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceAdmin

type Rep AppInstanceAdmin = D1 ('MetaData "AppInstanceAdmin" "Amazonka.Chime.Types.AppInstanceAdmin" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "AppInstanceAdmin'" 'PrefixI 'True) (S1 ('MetaSel ('Just "admin") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Identity)) :*: (S1 ('MetaSel ('Just "appInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createdTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))

newAppInstanceAdmin :: AppInstanceAdmin Source #

Create a value of AppInstanceAdmin 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:admin:AppInstanceAdmin', appInstanceAdmin_admin - The AppInstanceAdmin data.

$sel:appInstanceArn:AppInstanceAdmin', appInstanceAdmin_appInstanceArn - The ARN of the AppInstance for which the user is an administrator.

$sel:createdTimestamp:AppInstanceAdmin', appInstanceAdmin_createdTimestamp - The time at which an administrator was created.

AppInstanceAdminSummary

data AppInstanceAdminSummary Source #

Summary of the details of an AppInstanceAdmin.

See: newAppInstanceAdminSummary smart constructor.

Instances

Instances details
FromJSON AppInstanceAdminSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceAdminSummary

Generic AppInstanceAdminSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceAdminSummary

Associated Types

type Rep AppInstanceAdminSummary :: Type -> Type #

Show AppInstanceAdminSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceAdminSummary

NFData AppInstanceAdminSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceAdminSummary

Methods

rnf :: AppInstanceAdminSummary -> () #

Eq AppInstanceAdminSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceAdminSummary

Hashable AppInstanceAdminSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceAdminSummary

type Rep AppInstanceAdminSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceAdminSummary

type Rep AppInstanceAdminSummary = D1 ('MetaData "AppInstanceAdminSummary" "Amazonka.Chime.Types.AppInstanceAdminSummary" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "AppInstanceAdminSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "admin") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Identity))))

newAppInstanceAdminSummary :: AppInstanceAdminSummary Source #

Create a value of AppInstanceAdminSummary 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:admin:AppInstanceAdminSummary', appInstanceAdminSummary_admin - The details of the AppInstanceAdmin.

AppInstanceRetentionSettings

data AppInstanceRetentionSettings Source #

The details of the data-retention settings for an AppInstance.

See: newAppInstanceRetentionSettings smart constructor.

Instances

Instances details
FromJSON AppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceRetentionSettings

ToJSON AppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceRetentionSettings

Generic AppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceRetentionSettings

Associated Types

type Rep AppInstanceRetentionSettings :: Type -> Type #

Read AppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceRetentionSettings

Show AppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceRetentionSettings

NFData AppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceRetentionSettings

Eq AppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceRetentionSettings

Hashable AppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceRetentionSettings

type Rep AppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceRetentionSettings

type Rep AppInstanceRetentionSettings = D1 ('MetaData "AppInstanceRetentionSettings" "Amazonka.Chime.Types.AppInstanceRetentionSettings" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "AppInstanceRetentionSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "channelRetentionSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChannelRetentionSettings))))

newAppInstanceRetentionSettings :: AppInstanceRetentionSettings Source #

Create a value of AppInstanceRetentionSettings 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:channelRetentionSettings:AppInstanceRetentionSettings', appInstanceRetentionSettings_channelRetentionSettings - The length of time in days to retain the messages in a channel.

AppInstanceStreamingConfiguration

data AppInstanceStreamingConfiguration Source #

The details of the streaming configuration of an AppInstance.

See: newAppInstanceStreamingConfiguration smart constructor.

Instances

Instances details
FromJSON AppInstanceStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceStreamingConfiguration

ToJSON AppInstanceStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceStreamingConfiguration

Generic AppInstanceStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceStreamingConfiguration

Associated Types

type Rep AppInstanceStreamingConfiguration :: Type -> Type #

Show AppInstanceStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceStreamingConfiguration

NFData AppInstanceStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceStreamingConfiguration

Eq AppInstanceStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceStreamingConfiguration

Hashable AppInstanceStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceStreamingConfiguration

type Rep AppInstanceStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceStreamingConfiguration

type Rep AppInstanceStreamingConfiguration = D1 ('MetaData "AppInstanceStreamingConfiguration" "Amazonka.Chime.Types.AppInstanceStreamingConfiguration" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "AppInstanceStreamingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appInstanceDataType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AppInstanceDataType) :*: S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text))))

AppInstanceSummary

data AppInstanceSummary Source #

Summary of the data for an AppInstance.

See: newAppInstanceSummary smart constructor.

Instances

Instances details
FromJSON AppInstanceSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceSummary

Generic AppInstanceSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceSummary

Associated Types

type Rep AppInstanceSummary :: Type -> Type #

Show AppInstanceSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceSummary

NFData AppInstanceSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceSummary

Methods

rnf :: AppInstanceSummary -> () #

Eq AppInstanceSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceSummary

Hashable AppInstanceSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceSummary

type Rep AppInstanceSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceSummary

type Rep AppInstanceSummary = D1 ('MetaData "AppInstanceSummary" "Amazonka.Chime.Types.AppInstanceSummary" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "AppInstanceSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "metadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))))))

newAppInstanceSummary :: AppInstanceSummary Source #

Create a value of AppInstanceSummary 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:appInstanceArn:AppInstanceSummary', appInstanceSummary_appInstanceArn - The AppInstance ARN.

$sel:metadata:AppInstanceSummary', appInstanceSummary_metadata - The metadata of the AppInstance.

$sel:name:AppInstanceSummary', appInstanceSummary_name - The name of the AppInstance.

AppInstanceUser

data AppInstanceUser Source #

The details of an AppInstanceUser.

See: newAppInstanceUser smart constructor.

Instances

Instances details
FromJSON AppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceUser

Generic AppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceUser

Associated Types

type Rep AppInstanceUser :: Type -> Type #

Show AppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceUser

NFData AppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceUser

Methods

rnf :: AppInstanceUser -> () #

Eq AppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceUser

Hashable AppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceUser

type Rep AppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceUser

type Rep AppInstanceUser = D1 ('MetaData "AppInstanceUser" "Amazonka.Chime.Types.AppInstanceUser" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "AppInstanceUser'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "appInstanceUserArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createdTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "lastUpdatedTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "metadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))))))

newAppInstanceUser :: AppInstanceUser Source #

Create a value of AppInstanceUser 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:appInstanceUserArn:AppInstanceUser', appInstanceUser_appInstanceUserArn - The ARN of the AppInstanceUser.

$sel:createdTimestamp:AppInstanceUser', appInstanceUser_createdTimestamp - The time at which the AppInstanceUser was created.

$sel:lastUpdatedTimestamp:AppInstanceUser', appInstanceUser_lastUpdatedTimestamp - The time at which the AppInstanceUser was last updated.

$sel:metadata:AppInstanceUser', appInstanceUser_metadata - The metadata of the AppInstanceUser.

$sel:name:AppInstanceUser', appInstanceUser_name - The name of the AppInstanceUser.

AppInstanceUserMembershipSummary

data AppInstanceUserMembershipSummary Source #

Summary of the membership details of an AppInstanceUser.

See: newAppInstanceUserMembershipSummary smart constructor.

Instances

Instances details
FromJSON AppInstanceUserMembershipSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceUserMembershipSummary

Generic AppInstanceUserMembershipSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceUserMembershipSummary

Associated Types

type Rep AppInstanceUserMembershipSummary :: Type -> Type #

Read AppInstanceUserMembershipSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceUserMembershipSummary

Show AppInstanceUserMembershipSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceUserMembershipSummary

NFData AppInstanceUserMembershipSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceUserMembershipSummary

Eq AppInstanceUserMembershipSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceUserMembershipSummary

Hashable AppInstanceUserMembershipSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceUserMembershipSummary

type Rep AppInstanceUserMembershipSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceUserMembershipSummary

type Rep AppInstanceUserMembershipSummary = D1 ('MetaData "AppInstanceUserMembershipSummary" "Amazonka.Chime.Types.AppInstanceUserMembershipSummary" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "AppInstanceUserMembershipSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "readMarkerTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChannelMembershipType))))

newAppInstanceUserMembershipSummary :: AppInstanceUserMembershipSummary Source #

Create a value of AppInstanceUserMembershipSummary 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:readMarkerTimestamp:AppInstanceUserMembershipSummary', appInstanceUserMembershipSummary_readMarkerTimestamp - The time at which a message was last read.

$sel:type':AppInstanceUserMembershipSummary', appInstanceUserMembershipSummary_type - The type of ChannelMembership.

AppInstanceUserSummary

data AppInstanceUserSummary Source #

Summary of the details of an AppInstanceUser.

See: newAppInstanceUserSummary smart constructor.

Instances

Instances details
FromJSON AppInstanceUserSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceUserSummary

Generic AppInstanceUserSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceUserSummary

Associated Types

type Rep AppInstanceUserSummary :: Type -> Type #

Show AppInstanceUserSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceUserSummary

NFData AppInstanceUserSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceUserSummary

Methods

rnf :: AppInstanceUserSummary -> () #

Eq AppInstanceUserSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceUserSummary

Hashable AppInstanceUserSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceUserSummary

type Rep AppInstanceUserSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceUserSummary

type Rep AppInstanceUserSummary = D1 ('MetaData "AppInstanceUserSummary" "Amazonka.Chime.Types.AppInstanceUserSummary" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "AppInstanceUserSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appInstanceUserArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "metadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))))))

newAppInstanceUserSummary :: AppInstanceUserSummary Source #

Create a value of AppInstanceUserSummary 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:appInstanceUserArn:AppInstanceUserSummary', appInstanceUserSummary_appInstanceUserArn - The ARN of the AppInstanceUser.

$sel:metadata:AppInstanceUserSummary', appInstanceUserSummary_metadata - The metadata of the AppInstanceUser.

$sel:name:AppInstanceUserSummary', appInstanceUserSummary_name - The name of an AppInstanceUser.

ArtifactsConfiguration

data ArtifactsConfiguration Source #

The configuration for the artifacts.

See: newArtifactsConfiguration smart constructor.

Instances

Instances details
FromJSON ArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.ArtifactsConfiguration

ToJSON ArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.ArtifactsConfiguration

Generic ArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.ArtifactsConfiguration

Associated Types

type Rep ArtifactsConfiguration :: Type -> Type #

Read ArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.ArtifactsConfiguration

Show ArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.ArtifactsConfiguration

NFData ArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.ArtifactsConfiguration

Methods

rnf :: ArtifactsConfiguration -> () #

Eq ArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.ArtifactsConfiguration

Hashable ArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.ArtifactsConfiguration

type Rep ArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.ArtifactsConfiguration

type Rep ArtifactsConfiguration = D1 ('MetaData "ArtifactsConfiguration" "Amazonka.Chime.Types.ArtifactsConfiguration" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ArtifactsConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "audio") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AudioArtifactsConfiguration) :*: (S1 ('MetaSel ('Just "video") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 VideoArtifactsConfiguration) :*: S1 ('MetaSel ('Just "content") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ContentArtifactsConfiguration))))

newArtifactsConfiguration Source #

Create a value of ArtifactsConfiguration 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:ArtifactsConfiguration', artifactsConfiguration_audio - The configuration for the audio artifacts.

$sel:video:ArtifactsConfiguration', artifactsConfiguration_video - The configuration for the video artifacts.

$sel:content:ArtifactsConfiguration', artifactsConfiguration_content - The configuration for the content artifacts.

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.Chime.Types.Attendee

Generic Attendee Source # 
Instance details

Defined in Amazonka.Chime.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.Chime.Types.Attendee

NFData Attendee Source # 
Instance details

Defined in Amazonka.Chime.Types.Attendee

Methods

rnf :: Attendee -> () #

Eq Attendee Source # 
Instance details

Defined in Amazonka.Chime.Types.Attendee

Hashable Attendee Source # 
Instance details

Defined in Amazonka.Chime.Types.Attendee

Methods

hashWithSalt :: Int -> Attendee -> Int #

hash :: Attendee -> Int #

type Rep Attendee Source # 
Instance details

Defined in Amazonka.Chime.Types.Attendee

type Rep Attendee = D1 ('MetaData "Attendee" "Amazonka.Chime.Types.Attendee" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "Attendee'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attendeeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (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: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.

AudioArtifactsConfiguration

data AudioArtifactsConfiguration Source #

The audio artifact configuration object.

See: newAudioArtifactsConfiguration smart constructor.

Instances

Instances details
FromJSON AudioArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.AudioArtifactsConfiguration

ToJSON AudioArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.AudioArtifactsConfiguration

Generic AudioArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.AudioArtifactsConfiguration

Associated Types

type Rep AudioArtifactsConfiguration :: Type -> Type #

Read AudioArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.AudioArtifactsConfiguration

Show AudioArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.AudioArtifactsConfiguration

NFData AudioArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.AudioArtifactsConfiguration

Eq AudioArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.AudioArtifactsConfiguration

Hashable AudioArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.AudioArtifactsConfiguration

type Rep AudioArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.AudioArtifactsConfiguration

type Rep AudioArtifactsConfiguration = D1 ('MetaData "AudioArtifactsConfiguration" "Amazonka.Chime.Types.AudioArtifactsConfiguration" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "AudioArtifactsConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "muxType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AudioMuxType)))

newAudioArtifactsConfiguration Source #

Create a value of AudioArtifactsConfiguration 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:muxType:AudioArtifactsConfiguration', audioArtifactsConfiguration_muxType - The MUX type of the audio artifact configuration object.

BatchChannelMemberships

data BatchChannelMemberships Source #

The membership information, including member ARNs, the channel ARN, and membership types.

See: newBatchChannelMemberships smart constructor.

Instances

Instances details
FromJSON BatchChannelMemberships Source # 
Instance details

Defined in Amazonka.Chime.Types.BatchChannelMemberships

Generic BatchChannelMemberships Source # 
Instance details

Defined in Amazonka.Chime.Types.BatchChannelMemberships

Associated Types

type Rep BatchChannelMemberships :: Type -> Type #

Show BatchChannelMemberships Source # 
Instance details

Defined in Amazonka.Chime.Types.BatchChannelMemberships

NFData BatchChannelMemberships Source # 
Instance details

Defined in Amazonka.Chime.Types.BatchChannelMemberships

Methods

rnf :: BatchChannelMemberships -> () #

Eq BatchChannelMemberships Source # 
Instance details

Defined in Amazonka.Chime.Types.BatchChannelMemberships

Hashable BatchChannelMemberships Source # 
Instance details

Defined in Amazonka.Chime.Types.BatchChannelMemberships

type Rep BatchChannelMemberships Source # 
Instance details

Defined in Amazonka.Chime.Types.BatchChannelMemberships

type Rep BatchChannelMemberships = D1 ('MetaData "BatchChannelMemberships" "Amazonka.Chime.Types.BatchChannelMemberships" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "BatchChannelMemberships'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "channelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "invitedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Identity))) :*: (S1 ('MetaSel ('Just "members") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Identity])) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChannelMembershipType)))))

newBatchChannelMemberships :: BatchChannelMemberships Source #

Create a value of BatchChannelMemberships 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:channelArn:BatchChannelMemberships', batchChannelMemberships_channelArn - The ARN of the channel to which you're adding users.

$sel:invitedBy:BatchChannelMemberships', batchChannelMemberships_invitedBy - The identifier of the member who invited another member.

$sel:members:BatchChannelMemberships', batchChannelMemberships_members - The users successfully added to the request.

$sel:type':BatchChannelMemberships', batchChannelMemberships_type - The membership types set for the channel users.

BatchCreateChannelMembershipError

data BatchCreateChannelMembershipError Source #

A list of failed member ARNs, error codes, and error messages.

See: newBatchCreateChannelMembershipError smart constructor.

Instances

Instances details
FromJSON BatchCreateChannelMembershipError Source # 
Instance details

Defined in Amazonka.Chime.Types.BatchCreateChannelMembershipError

Generic BatchCreateChannelMembershipError Source # 
Instance details

Defined in Amazonka.Chime.Types.BatchCreateChannelMembershipError

Associated Types

type Rep BatchCreateChannelMembershipError :: Type -> Type #

Read BatchCreateChannelMembershipError Source # 
Instance details

Defined in Amazonka.Chime.Types.BatchCreateChannelMembershipError

Show BatchCreateChannelMembershipError Source # 
Instance details

Defined in Amazonka.Chime.Types.BatchCreateChannelMembershipError

NFData BatchCreateChannelMembershipError Source # 
Instance details

Defined in Amazonka.Chime.Types.BatchCreateChannelMembershipError

Eq BatchCreateChannelMembershipError Source # 
Instance details

Defined in Amazonka.Chime.Types.BatchCreateChannelMembershipError

Hashable BatchCreateChannelMembershipError Source # 
Instance details

Defined in Amazonka.Chime.Types.BatchCreateChannelMembershipError

type Rep BatchCreateChannelMembershipError Source # 
Instance details

Defined in Amazonka.Chime.Types.BatchCreateChannelMembershipError

type Rep BatchCreateChannelMembershipError = D1 ('MetaData "BatchCreateChannelMembershipError" "Amazonka.Chime.Types.BatchCreateChannelMembershipError" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "BatchCreateChannelMembershipError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ErrorCode)) :*: (S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "memberArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newBatchCreateChannelMembershipError :: BatchCreateChannelMembershipError Source #

Create a value of BatchCreateChannelMembershipError 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:BatchCreateChannelMembershipError', batchCreateChannelMembershipError_errorCode - The error code.

$sel:errorMessage:BatchCreateChannelMembershipError', batchCreateChannelMembershipError_errorMessage - The error message.

$sel:memberArn:BatchCreateChannelMembershipError', batchCreateChannelMembershipError_memberArn - The ARN of the member that the service couldn't add.

Bot

data Bot Source #

A resource that allows Enterprise account administrators to configure an interface to receive events from Amazon Chime.

See: newBot smart constructor.

Instances

Instances details
FromJSON Bot Source # 
Instance details

Defined in Amazonka.Chime.Types.Bot

Generic Bot Source # 
Instance details

Defined in Amazonka.Chime.Types.Bot

Associated Types

type Rep Bot :: Type -> Type #

Methods

from :: Bot -> Rep Bot x #

to :: Rep Bot x -> Bot #

Show Bot Source # 
Instance details

Defined in Amazonka.Chime.Types.Bot

Methods

showsPrec :: Int -> Bot -> ShowS #

show :: Bot -> String #

showList :: [Bot] -> ShowS #

NFData Bot Source # 
Instance details

Defined in Amazonka.Chime.Types.Bot

Methods

rnf :: Bot -> () #

Eq Bot Source # 
Instance details

Defined in Amazonka.Chime.Types.Bot

Methods

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

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

Hashable Bot Source # 
Instance details

Defined in Amazonka.Chime.Types.Bot

Methods

hashWithSalt :: Int -> Bot -> Int #

hash :: Bot -> Int #

type Rep Bot Source # 
Instance details

Defined in Amazonka.Chime.Types.Bot

newBot :: Bot Source #

Create a value of Bot 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:botEmail:Bot', bot_botEmail - The bot email address.

$sel:botId:Bot', bot_botId - The bot ID.

$sel:botType:Bot', bot_botType - The bot type.

$sel:createdTimestamp:Bot', bot_createdTimestamp - The bot creation timestamp, in ISO 8601 format.

$sel:disabled:Bot', bot_disabled - When true, the bot is stopped from running in your account.

$sel:displayName:Bot', bot_displayName - The bot display name.

$sel:securityToken:Bot', bot_securityToken - The security token used to authenticate Amazon Chime with the outgoing event endpoint.

$sel:updatedTimestamp:Bot', bot_updatedTimestamp - The updated bot timestamp, in ISO 8601 format.

$sel:userId:Bot', bot_userId - The unique ID for the bot user.

BusinessCallingSettings

data BusinessCallingSettings Source #

The Amazon Chime Business Calling settings for the administrator's AWS account. Includes any Amazon S3 buckets designated for storing call detail records.

See: newBusinessCallingSettings smart constructor.

Instances

Instances details
FromJSON BusinessCallingSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.BusinessCallingSettings

ToJSON BusinessCallingSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.BusinessCallingSettings

Generic BusinessCallingSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.BusinessCallingSettings

Associated Types

type Rep BusinessCallingSettings :: Type -> Type #

Read BusinessCallingSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.BusinessCallingSettings

Show BusinessCallingSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.BusinessCallingSettings

NFData BusinessCallingSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.BusinessCallingSettings

Methods

rnf :: BusinessCallingSettings -> () #

Eq BusinessCallingSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.BusinessCallingSettings

Hashable BusinessCallingSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.BusinessCallingSettings

type Rep BusinessCallingSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.BusinessCallingSettings

type Rep BusinessCallingSettings = D1 ('MetaData "BusinessCallingSettings" "Amazonka.Chime.Types.BusinessCallingSettings" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "BusinessCallingSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cdrBucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newBusinessCallingSettings :: BusinessCallingSettings Source #

Create a value of BusinessCallingSettings 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:cdrBucket:BusinessCallingSettings', businessCallingSettings_cdrBucket - The Amazon S3 bucket designated for call detail record storage.

CandidateAddress

data CandidateAddress Source #

A suggested address.

See: newCandidateAddress smart constructor.

Instances

Instances details
FromJSON CandidateAddress Source # 
Instance details

Defined in Amazonka.Chime.Types.CandidateAddress

Generic CandidateAddress Source # 
Instance details

Defined in Amazonka.Chime.Types.CandidateAddress

Associated Types

type Rep CandidateAddress :: Type -> Type #

Show CandidateAddress Source # 
Instance details

Defined in Amazonka.Chime.Types.CandidateAddress

NFData CandidateAddress Source # 
Instance details

Defined in Amazonka.Chime.Types.CandidateAddress

Methods

rnf :: CandidateAddress -> () #

Eq CandidateAddress Source # 
Instance details

Defined in Amazonka.Chime.Types.CandidateAddress

Hashable CandidateAddress Source # 
Instance details

Defined in Amazonka.Chime.Types.CandidateAddress

type Rep CandidateAddress Source # 
Instance details

Defined in Amazonka.Chime.Types.CandidateAddress

newCandidateAddress :: CandidateAddress Source #

Create a value of CandidateAddress 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:city:CandidateAddress', candidateAddress_city - The city of a candidate address.

$sel:country:CandidateAddress', candidateAddress_country - The country of a candidate address.

$sel:postalCode:CandidateAddress', candidateAddress_postalCode - The postal code of a candidate address.

$sel:postalCodePlus4:CandidateAddress', candidateAddress_postalCodePlus4 - The Zip + 4 or postal code + 4 of a candidate address.

$sel:state:CandidateAddress', candidateAddress_state - The state of a candidate address.

$sel:streetInfo:CandidateAddress', candidateAddress_streetInfo - The street information of a candidate address

$sel:streetNumber:CandidateAddress', candidateAddress_streetNumber - The numeric portion of a candidate address.

Channel

data Channel Source #

The details of a channel.

See: newChannel smart constructor.

Instances

Instances details
FromJSON Channel Source # 
Instance details

Defined in Amazonka.Chime.Types.Channel

Generic Channel Source # 
Instance details

Defined in Amazonka.Chime.Types.Channel

Associated Types

type Rep Channel :: Type -> Type #

Methods

from :: Channel -> Rep Channel x #

to :: Rep Channel x -> Channel #

Show Channel Source # 
Instance details

Defined in Amazonka.Chime.Types.Channel

NFData Channel Source # 
Instance details

Defined in Amazonka.Chime.Types.Channel

Methods

rnf :: Channel -> () #

Eq Channel Source # 
Instance details

Defined in Amazonka.Chime.Types.Channel

Methods

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

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

Hashable Channel Source # 
Instance details

Defined in Amazonka.Chime.Types.Channel

Methods

hashWithSalt :: Int -> Channel -> Int #

hash :: Channel -> Int #

type Rep Channel Source # 
Instance details

Defined in Amazonka.Chime.Types.Channel

newChannel :: Channel Source #

Create a value of Channel 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:channelArn:Channel', channel_channelArn - The ARN of the channel.

$sel:createdBy:Channel', channel_createdBy - The AppInstanceUser who created the channel.

$sel:createdTimestamp:Channel', channel_createdTimestamp - The time at which the AppInstanceUser created the channel.

$sel:lastMessageTimestamp:Channel', channel_lastMessageTimestamp - The time at which a member sent the last message in the channel.

$sel:lastUpdatedTimestamp:Channel', channel_lastUpdatedTimestamp - The time at which a channel was last updated.

$sel:metadata:Channel', channel_metadata - The channel's metadata.

$sel:mode:Channel', channel_mode - The mode of the channel.

Channel, channel_name - The name of the channel.

$sel:privacy:Channel', channel_privacy - The channel's privacy setting.

ChannelBan

data ChannelBan Source #

The details of a channel ban.

See: newChannelBan smart constructor.

Instances

Instances details
FromJSON ChannelBan Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelBan

Generic ChannelBan Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelBan

Associated Types

type Rep ChannelBan :: Type -> Type #

Show ChannelBan Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelBan

NFData ChannelBan Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelBan

Methods

rnf :: ChannelBan -> () #

Eq ChannelBan Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelBan

Hashable ChannelBan Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelBan

type Rep ChannelBan Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelBan

type Rep ChannelBan = D1 ('MetaData "ChannelBan" "Amazonka.Chime.Types.ChannelBan" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ChannelBan'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "channelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Identity))) :*: (S1 ('MetaSel ('Just "createdTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "member") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Identity)))))

newChannelBan :: ChannelBan Source #

Create a value of ChannelBan 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:channelArn:ChannelBan', channelBan_channelArn - The ARN of the channel from which a member is being banned.

$sel:createdBy:ChannelBan', channelBan_createdBy - The AppInstanceUser who created the ban.

$sel:createdTimestamp:ChannelBan', channelBan_createdTimestamp - The time at which the ban was created.

$sel:member:ChannelBan', channelBan_member - The member being banned from the channel.

ChannelBanSummary

data ChannelBanSummary Source #

Summary of the details of a ChannelBan.

See: newChannelBanSummary smart constructor.

Instances

Instances details
FromJSON ChannelBanSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelBanSummary

Generic ChannelBanSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelBanSummary

Associated Types

type Rep ChannelBanSummary :: Type -> Type #

Show ChannelBanSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelBanSummary

NFData ChannelBanSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelBanSummary

Methods

rnf :: ChannelBanSummary -> () #

Eq ChannelBanSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelBanSummary

Hashable ChannelBanSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelBanSummary

type Rep ChannelBanSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelBanSummary

type Rep ChannelBanSummary = D1 ('MetaData "ChannelBanSummary" "Amazonka.Chime.Types.ChannelBanSummary" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ChannelBanSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "member") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Identity))))

newChannelBanSummary :: ChannelBanSummary Source #

Create a value of ChannelBanSummary 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:member:ChannelBanSummary', channelBanSummary_member - The member being banned from a channel.

ChannelMembership

data ChannelMembership Source #

The details of a channel member.

See: newChannelMembership smart constructor.

Instances

Instances details
FromJSON ChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMembership

Generic ChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMembership

Associated Types

type Rep ChannelMembership :: Type -> Type #

Show ChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMembership

NFData ChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMembership

Methods

rnf :: ChannelMembership -> () #

Eq ChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMembership

Hashable ChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMembership

type Rep ChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMembership

type Rep ChannelMembership = D1 ('MetaData "ChannelMembership" "Amazonka.Chime.Types.ChannelMembership" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ChannelMembership'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "channelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "createdTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "invitedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Identity)))) :*: (S1 ('MetaSel ('Just "lastUpdatedTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "member") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Identity)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChannelMembershipType))))))

newChannelMembership :: ChannelMembership Source #

Create a value of ChannelMembership 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:channelArn:ChannelMembership', channelMembership_channelArn - The ARN of the member's channel.

$sel:createdTimestamp:ChannelMembership', channelMembership_createdTimestamp - The time at which the channel membership was created.

$sel:invitedBy:ChannelMembership', channelMembership_invitedBy - The identifier of the member who invited another member.

$sel:lastUpdatedTimestamp:ChannelMembership', channelMembership_lastUpdatedTimestamp - The time at which a channel membership was last updated.

$sel:member:ChannelMembership', channelMembership_member - The data of the channel member.

$sel:type':ChannelMembership', channelMembership_type - The membership type set for the channel member.

ChannelMembershipForAppInstanceUserSummary

data ChannelMembershipForAppInstanceUserSummary Source #

Summary of the channel membership details of an AppInstanceUser.

See: newChannelMembershipForAppInstanceUserSummary smart constructor.

Instances

Instances details
FromJSON ChannelMembershipForAppInstanceUserSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMembershipForAppInstanceUserSummary

Generic ChannelMembershipForAppInstanceUserSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMembershipForAppInstanceUserSummary

Show ChannelMembershipForAppInstanceUserSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMembershipForAppInstanceUserSummary

NFData ChannelMembershipForAppInstanceUserSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMembershipForAppInstanceUserSummary

Eq ChannelMembershipForAppInstanceUserSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMembershipForAppInstanceUserSummary

Hashable ChannelMembershipForAppInstanceUserSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMembershipForAppInstanceUserSummary

type Rep ChannelMembershipForAppInstanceUserSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMembershipForAppInstanceUserSummary

type Rep ChannelMembershipForAppInstanceUserSummary = D1 ('MetaData "ChannelMembershipForAppInstanceUserSummary" "Amazonka.Chime.Types.ChannelMembershipForAppInstanceUserSummary" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ChannelMembershipForAppInstanceUserSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appInstanceUserMembershipSummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AppInstanceUserMembershipSummary)) :*: S1 ('MetaSel ('Just "channelSummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChannelSummary))))

ChannelMembershipSummary

data ChannelMembershipSummary Source #

Summary of the details of a ChannelMembership.

See: newChannelMembershipSummary smart constructor.

Instances

Instances details
FromJSON ChannelMembershipSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMembershipSummary

Generic ChannelMembershipSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMembershipSummary

Associated Types

type Rep ChannelMembershipSummary :: Type -> Type #

Show ChannelMembershipSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMembershipSummary

NFData ChannelMembershipSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMembershipSummary

Eq ChannelMembershipSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMembershipSummary

Hashable ChannelMembershipSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMembershipSummary

type Rep ChannelMembershipSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMembershipSummary

type Rep ChannelMembershipSummary = D1 ('MetaData "ChannelMembershipSummary" "Amazonka.Chime.Types.ChannelMembershipSummary" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ChannelMembershipSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "member") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Identity))))

newChannelMembershipSummary :: ChannelMembershipSummary Source #

Create a value of ChannelMembershipSummary 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:member:ChannelMembershipSummary', channelMembershipSummary_member - A member's summary data.

ChannelMessage

data ChannelMessage Source #

The details of a message in a channel.

See: newChannelMessage smart constructor.

Instances

Instances details
FromJSON ChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessage

Generic ChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessage

Associated Types

type Rep ChannelMessage :: Type -> Type #

Show ChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessage

NFData ChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessage

Methods

rnf :: ChannelMessage -> () #

Eq ChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessage

Hashable ChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessage

type Rep ChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessage

type Rep ChannelMessage = D1 ('MetaData "ChannelMessage" "Amazonka.Chime.Types.ChannelMessage" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ChannelMessage'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "channelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "content") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))) :*: (S1 ('MetaSel ('Just "createdTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "lastEditedTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "lastUpdatedTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))) :*: ((S1 ('MetaSel ('Just "messageId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "metadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "persistence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChannelMessagePersistenceType)))) :*: (S1 ('MetaSel ('Just "redacted") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "sender") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Identity)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChannelMessageType)))))))

newChannelMessage :: ChannelMessage Source #

Create a value of ChannelMessage 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:channelArn:ChannelMessage', channelMessage_channelArn - The ARN of the channel.

$sel:content:ChannelMessage', channelMessage_content - The message content.

$sel:createdTimestamp:ChannelMessage', channelMessage_createdTimestamp - The time at which the message was created.

$sel:lastEditedTimestamp:ChannelMessage', channelMessage_lastEditedTimestamp - The time at which a message was edited.

$sel:lastUpdatedTimestamp:ChannelMessage', channelMessage_lastUpdatedTimestamp - The time at which a message was updated.

$sel:messageId:ChannelMessage', channelMessage_messageId - The ID of a message.

$sel:metadata:ChannelMessage', channelMessage_metadata - The message metadata.

$sel:persistence:ChannelMessage', channelMessage_persistence - The persistence setting for a channel message.

$sel:redacted:ChannelMessage', channelMessage_redacted - Hides the content of a message.

$sel:sender:ChannelMessage', channelMessage_sender - The message sender.

$sel:type':ChannelMessage', channelMessage_type - The message type.

ChannelMessageSummary

data ChannelMessageSummary Source #

Summary of the messages in a Channel.

See: newChannelMessageSummary smart constructor.

Instances

Instances details
FromJSON ChannelMessageSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessageSummary

Generic ChannelMessageSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessageSummary

Associated Types

type Rep ChannelMessageSummary :: Type -> Type #

Show ChannelMessageSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessageSummary

NFData ChannelMessageSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessageSummary

Methods

rnf :: ChannelMessageSummary -> () #

Eq ChannelMessageSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessageSummary

Hashable ChannelMessageSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessageSummary

type Rep ChannelMessageSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessageSummary

newChannelMessageSummary :: ChannelMessageSummary Source #

Create a value of ChannelMessageSummary 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:content:ChannelMessageSummary', channelMessageSummary_content - The content of the message.

$sel:createdTimestamp:ChannelMessageSummary', channelMessageSummary_createdTimestamp - The time at which the message summary was created.

$sel:lastEditedTimestamp:ChannelMessageSummary', channelMessageSummary_lastEditedTimestamp - The time at which a message was last edited.

$sel:lastUpdatedTimestamp:ChannelMessageSummary', channelMessageSummary_lastUpdatedTimestamp - The time at which a message was last updated.

$sel:messageId:ChannelMessageSummary', channelMessageSummary_messageId - The ID of the message.

$sel:metadata:ChannelMessageSummary', channelMessageSummary_metadata - The metadata of the message.

$sel:redacted:ChannelMessageSummary', channelMessageSummary_redacted - Indicates whether a message was redacted.

$sel:sender:ChannelMessageSummary', channelMessageSummary_sender - The message sender.

$sel:type':ChannelMessageSummary', channelMessageSummary_type - The type of message.

ChannelModeratedByAppInstanceUserSummary

data ChannelModeratedByAppInstanceUserSummary Source #

Summary of the details of a moderated channel.

See: newChannelModeratedByAppInstanceUserSummary smart constructor.

Instances

Instances details
FromJSON ChannelModeratedByAppInstanceUserSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelModeratedByAppInstanceUserSummary

Generic ChannelModeratedByAppInstanceUserSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelModeratedByAppInstanceUserSummary

Show ChannelModeratedByAppInstanceUserSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelModeratedByAppInstanceUserSummary

NFData ChannelModeratedByAppInstanceUserSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelModeratedByAppInstanceUserSummary

Eq ChannelModeratedByAppInstanceUserSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelModeratedByAppInstanceUserSummary

Hashable ChannelModeratedByAppInstanceUserSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelModeratedByAppInstanceUserSummary

type Rep ChannelModeratedByAppInstanceUserSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelModeratedByAppInstanceUserSummary

type Rep ChannelModeratedByAppInstanceUserSummary = D1 ('MetaData "ChannelModeratedByAppInstanceUserSummary" "Amazonka.Chime.Types.ChannelModeratedByAppInstanceUserSummary" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ChannelModeratedByAppInstanceUserSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "channelSummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChannelSummary))))

newChannelModeratedByAppInstanceUserSummary :: ChannelModeratedByAppInstanceUserSummary Source #

Create a value of ChannelModeratedByAppInstanceUserSummary 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:channelSummary:ChannelModeratedByAppInstanceUserSummary', channelModeratedByAppInstanceUserSummary_channelSummary - Summary of the details of a Channel.

ChannelModerator

data ChannelModerator Source #

The details of a channel moderator.

See: newChannelModerator smart constructor.

Instances

Instances details
FromJSON ChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelModerator

Generic ChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelModerator

Associated Types

type Rep ChannelModerator :: Type -> Type #

Show ChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelModerator

NFData ChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelModerator

Methods

rnf :: ChannelModerator -> () #

Eq ChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelModerator

Hashable ChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelModerator

type Rep ChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelModerator

type Rep ChannelModerator = D1 ('MetaData "ChannelModerator" "Amazonka.Chime.Types.ChannelModerator" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ChannelModerator'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "channelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Identity))) :*: (S1 ('MetaSel ('Just "createdTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "moderator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Identity)))))

newChannelModerator :: ChannelModerator Source #

Create a value of ChannelModerator 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:channelArn:ChannelModerator', channelModerator_channelArn - The ARN of the moderator's channel.

$sel:createdBy:ChannelModerator', channelModerator_createdBy - The AppInstanceUser who created the moderator.

$sel:createdTimestamp:ChannelModerator', channelModerator_createdTimestamp - The time at which the moderator was created.

$sel:moderator:ChannelModerator', channelModerator_moderator - The moderator's data.

ChannelModeratorSummary

data ChannelModeratorSummary Source #

Summary of the details of a ChannelModerator.

See: newChannelModeratorSummary smart constructor.

Instances

Instances details
FromJSON ChannelModeratorSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelModeratorSummary

Generic ChannelModeratorSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelModeratorSummary

Associated Types

type Rep ChannelModeratorSummary :: Type -> Type #

Show ChannelModeratorSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelModeratorSummary

NFData ChannelModeratorSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelModeratorSummary

Methods

rnf :: ChannelModeratorSummary -> () #

Eq ChannelModeratorSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelModeratorSummary

Hashable ChannelModeratorSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelModeratorSummary

type Rep ChannelModeratorSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelModeratorSummary

type Rep ChannelModeratorSummary = D1 ('MetaData "ChannelModeratorSummary" "Amazonka.Chime.Types.ChannelModeratorSummary" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ChannelModeratorSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "moderator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Identity))))

newChannelModeratorSummary :: ChannelModeratorSummary Source #

Create a value of ChannelModeratorSummary 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:moderator:ChannelModeratorSummary', channelModeratorSummary_moderator - The data for a moderator.

ChannelRetentionSettings

data ChannelRetentionSettings Source #

The details of the retention settings for a channel.

See: newChannelRetentionSettings smart constructor.

Instances

Instances details
FromJSON ChannelRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelRetentionSettings

ToJSON ChannelRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelRetentionSettings

Generic ChannelRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelRetentionSettings

Associated Types

type Rep ChannelRetentionSettings :: Type -> Type #

Read ChannelRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelRetentionSettings

Show ChannelRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelRetentionSettings

NFData ChannelRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelRetentionSettings

Eq ChannelRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelRetentionSettings

Hashable ChannelRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelRetentionSettings

type Rep ChannelRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelRetentionSettings

type Rep ChannelRetentionSettings = D1 ('MetaData "ChannelRetentionSettings" "Amazonka.Chime.Types.ChannelRetentionSettings" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ChannelRetentionSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "retentionDays") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))

newChannelRetentionSettings :: ChannelRetentionSettings Source #

Create a value of ChannelRetentionSettings 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:retentionDays:ChannelRetentionSettings', channelRetentionSettings_retentionDays - The time in days to retain the messages in a channel.

ChannelSummary

data ChannelSummary Source #

Summary of the details of a Channel.

See: newChannelSummary smart constructor.

Instances

Instances details
FromJSON ChannelSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelSummary

Generic ChannelSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelSummary

Associated Types

type Rep ChannelSummary :: Type -> Type #

Show ChannelSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelSummary

NFData ChannelSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelSummary

Methods

rnf :: ChannelSummary -> () #

Eq ChannelSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelSummary

Hashable ChannelSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelSummary

type Rep ChannelSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelSummary

newChannelSummary :: ChannelSummary Source #

Create a value of ChannelSummary 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:channelArn:ChannelSummary', channelSummary_channelArn - The ARN of the channel.

$sel:lastMessageTimestamp:ChannelSummary', channelSummary_lastMessageTimestamp - The time at which the last message in a channel was sent.

$sel:metadata:ChannelSummary', channelSummary_metadata - The metadata of the channel.

$sel:mode:ChannelSummary', channelSummary_mode - The mode of the channel.

$sel:name:ChannelSummary', channelSummary_name - The name of the channel.

$sel:privacy:ChannelSummary', channelSummary_privacy - The privacy setting of the channel.

ChimeSdkMeetingConfiguration

data ChimeSdkMeetingConfiguration Source #

The configuration object of the Amazon Chime SDK meeting for a specified media capture pipeline. SourceType must be ChimeSdkMeeting.

See: newChimeSdkMeetingConfiguration smart constructor.

Instances

Instances details
FromJSON ChimeSdkMeetingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.ChimeSdkMeetingConfiguration

ToJSON ChimeSdkMeetingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.ChimeSdkMeetingConfiguration

Generic ChimeSdkMeetingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.ChimeSdkMeetingConfiguration

Associated Types

type Rep ChimeSdkMeetingConfiguration :: Type -> Type #

Show ChimeSdkMeetingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.ChimeSdkMeetingConfiguration

NFData ChimeSdkMeetingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.ChimeSdkMeetingConfiguration

Eq ChimeSdkMeetingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.ChimeSdkMeetingConfiguration

Hashable ChimeSdkMeetingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.ChimeSdkMeetingConfiguration

type Rep ChimeSdkMeetingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.ChimeSdkMeetingConfiguration

type Rep ChimeSdkMeetingConfiguration = D1 ('MetaData "ChimeSdkMeetingConfiguration" "Amazonka.Chime.Types.ChimeSdkMeetingConfiguration" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ChimeSdkMeetingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "artifactsConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ArtifactsConfiguration)) :*: S1 ('MetaSel ('Just "sourceConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SourceConfiguration))))

newChimeSdkMeetingConfiguration :: ChimeSdkMeetingConfiguration Source #

Create a value of ChimeSdkMeetingConfiguration 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:artifactsConfiguration:ChimeSdkMeetingConfiguration', chimeSdkMeetingConfiguration_artifactsConfiguration - The configuration for the artifacts in an Amazon Chime SDK meeting.

$sel:sourceConfiguration:ChimeSdkMeetingConfiguration', chimeSdkMeetingConfiguration_sourceConfiguration - The source configuration for a specified media capture pipline.

ContentArtifactsConfiguration

data ContentArtifactsConfiguration Source #

The content artifact object.

See: newContentArtifactsConfiguration smart constructor.

Instances

Instances details
FromJSON ContentArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.ContentArtifactsConfiguration

ToJSON ContentArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.ContentArtifactsConfiguration

Generic ContentArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.ContentArtifactsConfiguration

Associated Types

type Rep ContentArtifactsConfiguration :: Type -> Type #

Read ContentArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.ContentArtifactsConfiguration

Show ContentArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.ContentArtifactsConfiguration

NFData ContentArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.ContentArtifactsConfiguration

Eq ContentArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.ContentArtifactsConfiguration

Hashable ContentArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.ContentArtifactsConfiguration

type Rep ContentArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.ContentArtifactsConfiguration

type Rep ContentArtifactsConfiguration = D1 ('MetaData "ContentArtifactsConfiguration" "Amazonka.Chime.Types.ContentArtifactsConfiguration" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ContentArtifactsConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "muxType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ContentMuxType)) :*: S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ArtifactsState)))

newContentArtifactsConfiguration Source #

Create a value of ContentArtifactsConfiguration 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:muxType:ContentArtifactsConfiguration', contentArtifactsConfiguration_muxType - The MUX type of the artifact configuration.

$sel:state:ContentArtifactsConfiguration', contentArtifactsConfiguration_state - Indicates whether the content artifact is enabled or disabled.

ConversationRetentionSettings

data ConversationRetentionSettings Source #

The retention settings that determine how long to retain conversation messages for an Amazon Chime Enterprise account.

See: newConversationRetentionSettings smart constructor.

Instances

Instances details
FromJSON ConversationRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.ConversationRetentionSettings

ToJSON ConversationRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.ConversationRetentionSettings

Generic ConversationRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.ConversationRetentionSettings

Associated Types

type Rep ConversationRetentionSettings :: Type -> Type #

Read ConversationRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.ConversationRetentionSettings

Show ConversationRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.ConversationRetentionSettings

NFData ConversationRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.ConversationRetentionSettings

Eq ConversationRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.ConversationRetentionSettings

Hashable ConversationRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.ConversationRetentionSettings

type Rep ConversationRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.ConversationRetentionSettings

type Rep ConversationRetentionSettings = D1 ('MetaData "ConversationRetentionSettings" "Amazonka.Chime.Types.ConversationRetentionSettings" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ConversationRetentionSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "retentionDays") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))

newConversationRetentionSettings :: ConversationRetentionSettings Source #

Create a value of ConversationRetentionSettings 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:retentionDays:ConversationRetentionSettings', conversationRetentionSettings_retentionDays - The number of days for which to retain conversation messages.

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.Chime.Types.CreateAttendeeError

Generic CreateAttendeeError Source # 
Instance details

Defined in Amazonka.Chime.Types.CreateAttendeeError

Associated Types

type Rep CreateAttendeeError :: Type -> Type #

Show CreateAttendeeError Source # 
Instance details

Defined in Amazonka.Chime.Types.CreateAttendeeError

NFData CreateAttendeeError Source # 
Instance details

Defined in Amazonka.Chime.Types.CreateAttendeeError

Methods

rnf :: CreateAttendeeError -> () #

Eq CreateAttendeeError Source # 
Instance details

Defined in Amazonka.Chime.Types.CreateAttendeeError

Hashable CreateAttendeeError Source # 
Instance details

Defined in Amazonka.Chime.Types.CreateAttendeeError

type Rep CreateAttendeeError Source # 
Instance details

Defined in Amazonka.Chime.Types.CreateAttendeeError

type Rep CreateAttendeeError = D1 ('MetaData "CreateAttendeeError" "Amazonka.Chime.Types.CreateAttendeeError" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" '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.Chime.Types.CreateAttendeeRequestItem

Generic CreateAttendeeRequestItem Source # 
Instance details

Defined in Amazonka.Chime.Types.CreateAttendeeRequestItem

Associated Types

type Rep CreateAttendeeRequestItem :: Type -> Type #

Show CreateAttendeeRequestItem Source # 
Instance details

Defined in Amazonka.Chime.Types.CreateAttendeeRequestItem

NFData CreateAttendeeRequestItem Source # 
Instance details

Defined in Amazonka.Chime.Types.CreateAttendeeRequestItem

Eq CreateAttendeeRequestItem Source # 
Instance details

Defined in Amazonka.Chime.Types.CreateAttendeeRequestItem

Hashable CreateAttendeeRequestItem Source # 
Instance details

Defined in Amazonka.Chime.Types.CreateAttendeeRequestItem

type Rep CreateAttendeeRequestItem Source # 
Instance details

Defined in Amazonka.Chime.Types.CreateAttendeeRequestItem

type Rep CreateAttendeeRequestItem = D1 ('MetaData "CreateAttendeeRequestItem" "Amazonka.Chime.Types.CreateAttendeeRequestItem" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "CreateAttendeeRequestItem'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Tag))) :*: 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:tags:CreateAttendeeRequestItem', createAttendeeRequestItem_tags - The tag key-value pairs.

$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.

Credential

data Credential Source #

The SIP credentials used to authenticate requests to your Amazon Chime Voice Connector.

See: newCredential smart constructor.

Instances

Instances details
ToJSON Credential Source # 
Instance details

Defined in Amazonka.Chime.Types.Credential

Generic Credential Source # 
Instance details

Defined in Amazonka.Chime.Types.Credential

Associated Types

type Rep Credential :: Type -> Type #

Show Credential Source # 
Instance details

Defined in Amazonka.Chime.Types.Credential

NFData Credential Source # 
Instance details

Defined in Amazonka.Chime.Types.Credential

Methods

rnf :: Credential -> () #

Eq Credential Source # 
Instance details

Defined in Amazonka.Chime.Types.Credential

Hashable Credential Source # 
Instance details

Defined in Amazonka.Chime.Types.Credential

type Rep Credential Source # 
Instance details

Defined in Amazonka.Chime.Types.Credential

type Rep Credential = D1 ('MetaData "Credential" "Amazonka.Chime.Types.Credential" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "Credential'" 'PrefixI 'True) (S1 ('MetaSel ('Just "password") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "username") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))))

newCredential :: Credential Source #

Create a value of Credential 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:password:Credential', credential_password - The RFC2617 compliant password associated with the SIP credentials, in US-ASCII format.

$sel:username:Credential', credential_username - The RFC2617 compliant user name associated with the SIP credentials, in US-ASCII format.

DNISEmergencyCallingConfiguration

data DNISEmergencyCallingConfiguration Source #

The Dialed Number Identification Service (DNIS) emergency calling configuration details associated with an Amazon Chime Voice Connector's emergency calling configuration.

See: newDNISEmergencyCallingConfiguration smart constructor.

Instances

Instances details
FromJSON DNISEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.DNISEmergencyCallingConfiguration

ToJSON DNISEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.DNISEmergencyCallingConfiguration

Generic DNISEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.DNISEmergencyCallingConfiguration

Associated Types

type Rep DNISEmergencyCallingConfiguration :: Type -> Type #

Show DNISEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.DNISEmergencyCallingConfiguration

NFData DNISEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.DNISEmergencyCallingConfiguration

Eq DNISEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.DNISEmergencyCallingConfiguration

Hashable DNISEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.DNISEmergencyCallingConfiguration

type Rep DNISEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.DNISEmergencyCallingConfiguration

type Rep DNISEmergencyCallingConfiguration = D1 ('MetaData "DNISEmergencyCallingConfiguration" "Amazonka.Chime.Types.DNISEmergencyCallingConfiguration" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "DNISEmergencyCallingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "testPhoneNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "emergencyPhoneNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)) :*: S1 ('MetaSel ('Just "callingCountry") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDNISEmergencyCallingConfiguration Source #

Create a value of DNISEmergencyCallingConfiguration 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:testPhoneNumber:DNISEmergencyCallingConfiguration', dNISEmergencyCallingConfiguration_testPhoneNumber - The DNIS phone number to route test emergency calls to, in E.164 format.

$sel:emergencyPhoneNumber:DNISEmergencyCallingConfiguration', dNISEmergencyCallingConfiguration_emergencyPhoneNumber - The DNIS phone number to route emergency calls to, in E.164 format.

$sel:callingCountry:DNISEmergencyCallingConfiguration', dNISEmergencyCallingConfiguration_callingCountry - The country from which emergency calls are allowed, in ISO 3166-1 alpha-2 format.

EmergencyCallingConfiguration

data EmergencyCallingConfiguration Source #

The emergency calling configuration details associated with an Amazon Chime Voice Connector.

See: newEmergencyCallingConfiguration smart constructor.

Instances

Instances details
FromJSON EmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.EmergencyCallingConfiguration

ToJSON EmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.EmergencyCallingConfiguration

Generic EmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.EmergencyCallingConfiguration

Associated Types

type Rep EmergencyCallingConfiguration :: Type -> Type #

Show EmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.EmergencyCallingConfiguration

NFData EmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.EmergencyCallingConfiguration

Eq EmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.EmergencyCallingConfiguration

Hashable EmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.EmergencyCallingConfiguration

type Rep EmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.EmergencyCallingConfiguration

type Rep EmergencyCallingConfiguration = D1 ('MetaData "EmergencyCallingConfiguration" "Amazonka.Chime.Types.EmergencyCallingConfiguration" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "EmergencyCallingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dnis") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DNISEmergencyCallingConfiguration]))))

newEmergencyCallingConfiguration :: EmergencyCallingConfiguration Source #

Create a value of EmergencyCallingConfiguration 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:dnis:EmergencyCallingConfiguration', emergencyCallingConfiguration_dnis - The Dialed Number Identification Service (DNIS) emergency calling configuration details.

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.Chime.Types.EngineTranscribeMedicalSettings

Generic EngineTranscribeMedicalSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.EngineTranscribeMedicalSettings

Associated Types

type Rep EngineTranscribeMedicalSettings :: Type -> Type #

Read EngineTranscribeMedicalSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.EngineTranscribeMedicalSettings

Show EngineTranscribeMedicalSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.EngineTranscribeMedicalSettings

NFData EngineTranscribeMedicalSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.EngineTranscribeMedicalSettings

Eq EngineTranscribeMedicalSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.EngineTranscribeMedicalSettings

Hashable EngineTranscribeMedicalSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.EngineTranscribeMedicalSettings

type Rep EngineTranscribeMedicalSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.EngineTranscribeMedicalSettings

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.Chime.Types.EngineTranscribeSettings

Generic EngineTranscribeSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.EngineTranscribeSettings

Associated Types

type Rep EngineTranscribeSettings :: Type -> Type #

Read EngineTranscribeSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.EngineTranscribeSettings

Show EngineTranscribeSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.EngineTranscribeSettings

NFData EngineTranscribeSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.EngineTranscribeSettings

Eq EngineTranscribeSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.EngineTranscribeSettings

Hashable EngineTranscribeSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.EngineTranscribeSettings

type Rep EngineTranscribeSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.EngineTranscribeSettings

type Rep EngineTranscribeSettings = D1 ('MetaData "EngineTranscribeSettings" "Amazonka.Chime.Types.EngineTranscribeSettings" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" '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 "languageModelName") '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 "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)) :*: S1 ('MetaSel ('Just "languageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TranscribeLanguageCode))))))

newEngineTranscribeSettings 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.

$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:languageModelName:EngineTranscribeSettings', engineTranscribeSettings_languageModelName - The name of the language model used during transcription.

$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: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.

$sel:languageCode:EngineTranscribeSettings', engineTranscribeSettings_languageCode - The language code specified for the Amazon Transcribe engine.

EventsConfiguration

data EventsConfiguration Source #

The configuration that allows a bot to receive outgoing events. Can be either an HTTPS endpoint or a Lambda function ARN.

See: newEventsConfiguration smart constructor.

Instances

Instances details
FromJSON EventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.EventsConfiguration

Generic EventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.EventsConfiguration

Associated Types

type Rep EventsConfiguration :: Type -> Type #

Show EventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.EventsConfiguration

NFData EventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.EventsConfiguration

Methods

rnf :: EventsConfiguration -> () #

Eq EventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.EventsConfiguration

Hashable EventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.EventsConfiguration

type Rep EventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.EventsConfiguration

type Rep EventsConfiguration = D1 ('MetaData "EventsConfiguration" "Amazonka.Chime.Types.EventsConfiguration" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "EventsConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "botId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lambdaFunctionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "outboundEventsHTTPSEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))))))

newEventsConfiguration :: EventsConfiguration Source #

Create a value of EventsConfiguration 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:botId:EventsConfiguration', eventsConfiguration_botId - The bot ID.

$sel:lambdaFunctionArn:EventsConfiguration', eventsConfiguration_lambdaFunctionArn - Lambda function ARN that allows a bot to receive outgoing events.

$sel:outboundEventsHTTPSEndpoint:EventsConfiguration', eventsConfiguration_outboundEventsHTTPSEndpoint - HTTPS endpoint that allows a bot to receive outgoing events.

GeoMatchParams

data GeoMatchParams Source #

The country and area code for a proxy phone number in a proxy phone session.

See: newGeoMatchParams smart constructor.

Constructors

GeoMatchParams' Text Text 

Instances

Instances details
FromJSON GeoMatchParams Source # 
Instance details

Defined in Amazonka.Chime.Types.GeoMatchParams

ToJSON GeoMatchParams Source # 
Instance details

Defined in Amazonka.Chime.Types.GeoMatchParams

Generic GeoMatchParams Source # 
Instance details

Defined in Amazonka.Chime.Types.GeoMatchParams

Associated Types

type Rep GeoMatchParams :: Type -> Type #

Read GeoMatchParams Source # 
Instance details

Defined in Amazonka.Chime.Types.GeoMatchParams

Show GeoMatchParams Source # 
Instance details

Defined in Amazonka.Chime.Types.GeoMatchParams

NFData GeoMatchParams Source # 
Instance details

Defined in Amazonka.Chime.Types.GeoMatchParams

Methods

rnf :: GeoMatchParams -> () #

Eq GeoMatchParams Source # 
Instance details

Defined in Amazonka.Chime.Types.GeoMatchParams

Hashable GeoMatchParams Source # 
Instance details

Defined in Amazonka.Chime.Types.GeoMatchParams

type Rep GeoMatchParams Source # 
Instance details

Defined in Amazonka.Chime.Types.GeoMatchParams

type Rep GeoMatchParams = D1 ('MetaData "GeoMatchParams" "Amazonka.Chime.Types.GeoMatchParams" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "GeoMatchParams'" 'PrefixI 'True) (S1 ('MetaSel ('Just "country") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "areaCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGeoMatchParams Source #

Create a value of GeoMatchParams 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:country:GeoMatchParams', geoMatchParams_country - The country.

$sel:areaCode:GeoMatchParams', geoMatchParams_areaCode - The area code.

Identity

data Identity Source #

The details of a user.

See: newIdentity smart constructor.

Constructors

Identity' (Maybe Text) (Maybe (Sensitive Text)) 

Instances

Instances details
FromJSON Identity Source # 
Instance details

Defined in Amazonka.Chime.Types.Identity

Generic Identity Source # 
Instance details

Defined in Amazonka.Chime.Types.Identity

Associated Types

type Rep Identity :: Type -> Type #

Methods

from :: Identity -> Rep Identity x #

to :: Rep Identity x -> Identity #

Show Identity Source # 
Instance details

Defined in Amazonka.Chime.Types.Identity

NFData Identity Source # 
Instance details

Defined in Amazonka.Chime.Types.Identity

Methods

rnf :: Identity -> () #

Eq Identity Source # 
Instance details

Defined in Amazonka.Chime.Types.Identity

Hashable Identity Source # 
Instance details

Defined in Amazonka.Chime.Types.Identity

Methods

hashWithSalt :: Int -> Identity -> Int #

hash :: Identity -> Int #

type Rep Identity Source # 
Instance details

Defined in Amazonka.Chime.Types.Identity

type Rep Identity = D1 ('MetaData "Identity" "Amazonka.Chime.Types.Identity" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "Identity'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))))

newIdentity :: Identity Source #

Create a value of Identity 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:arn:Identity', identity_arn - The ARN in an Identity.

$sel:name:Identity', identity_name - The name in an Identity.

Invite

data Invite Source #

Invitation object returned after emailing users to invite them to join the Amazon Chime Team account.

See: newInvite smart constructor.

Instances

Instances details
FromJSON Invite Source # 
Instance details

Defined in Amazonka.Chime.Types.Invite

Generic Invite Source # 
Instance details

Defined in Amazonka.Chime.Types.Invite

Associated Types

type Rep Invite :: Type -> Type #

Methods

from :: Invite -> Rep Invite x #

to :: Rep Invite x -> Invite #

Show Invite Source # 
Instance details

Defined in Amazonka.Chime.Types.Invite

NFData Invite Source # 
Instance details

Defined in Amazonka.Chime.Types.Invite

Methods

rnf :: Invite -> () #

Eq Invite Source # 
Instance details

Defined in Amazonka.Chime.Types.Invite

Methods

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

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

Hashable Invite Source # 
Instance details

Defined in Amazonka.Chime.Types.Invite

Methods

hashWithSalt :: Int -> Invite -> Int #

hash :: Invite -> Int #

type Rep Invite Source # 
Instance details

Defined in Amazonka.Chime.Types.Invite

type Rep Invite = D1 ('MetaData "Invite" "Amazonka.Chime.Types.Invite" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "Invite'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "emailAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "emailStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EmailStatus))) :*: (S1 ('MetaSel ('Just "inviteId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InviteStatus)))))

newInvite :: Invite Source #

Create a value of Invite 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:emailAddress:Invite', invite_emailAddress - The email address to which the invite is sent.

$sel:emailStatus:Invite', invite_emailStatus - The status of the invite email.

$sel:inviteId:Invite', invite_inviteId - The invite ID.

$sel:status:Invite', invite_status - The status of the invite.

LoggingConfiguration

data LoggingConfiguration Source #

The logging configuration associated with an Amazon Chime Voice Connector. Specifies whether SIP message logs are enabled for sending to Amazon CloudWatch Logs.

See: newLoggingConfiguration smart constructor.

Instances

Instances details
FromJSON LoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.LoggingConfiguration

ToJSON LoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.LoggingConfiguration

Generic LoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.LoggingConfiguration

Associated Types

type Rep LoggingConfiguration :: Type -> Type #

Read LoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.LoggingConfiguration

Show LoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.LoggingConfiguration

NFData LoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.LoggingConfiguration

Methods

rnf :: LoggingConfiguration -> () #

Eq LoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.LoggingConfiguration

Hashable LoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.LoggingConfiguration

type Rep LoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.LoggingConfiguration

type Rep LoggingConfiguration = D1 ('MetaData "LoggingConfiguration" "Amazonka.Chime.Types.LoggingConfiguration" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "LoggingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "enableMediaMetricLogs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "enableSIPLogs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

newLoggingConfiguration :: LoggingConfiguration Source #

Create a value of LoggingConfiguration 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:enableMediaMetricLogs:LoggingConfiguration', loggingConfiguration_enableMediaMetricLogs - Boolean that enables the logging of Voice Connector metrics to Cloudwatch.

$sel:enableSIPLogs:LoggingConfiguration', loggingConfiguration_enableSIPLogs - When true, enables SIP message logs for sending to Amazon CloudWatch Logs.

MediaCapturePipeline

data MediaCapturePipeline Source #

A media capture pipeline object consisting of an ID, source type, source ARN, a sink type, a sink ARN, and a configuration object.

See: newMediaCapturePipeline smart constructor.

Instances

Instances details
FromJSON MediaCapturePipeline Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaCapturePipeline

Generic MediaCapturePipeline Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaCapturePipeline

Associated Types

type Rep MediaCapturePipeline :: Type -> Type #

Show MediaCapturePipeline Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaCapturePipeline

NFData MediaCapturePipeline Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaCapturePipeline

Methods

rnf :: MediaCapturePipeline -> () #

Eq MediaCapturePipeline Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaCapturePipeline

Hashable MediaCapturePipeline Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaCapturePipeline

type Rep MediaCapturePipeline Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaCapturePipeline

newMediaCapturePipeline :: MediaCapturePipeline Source #

Create a value of MediaCapturePipeline 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:chimeSdkMeetingConfiguration:MediaCapturePipeline', mediaCapturePipeline_chimeSdkMeetingConfiguration - The configuration for a specified media capture pipeline. SourceType must be ChimeSdkMeeting.

$sel:createdTimestamp:MediaCapturePipeline', mediaCapturePipeline_createdTimestamp - The time at which the capture pipeline was created, in ISO 8601 format.

$sel:mediaPipelineId:MediaCapturePipeline', mediaCapturePipeline_mediaPipelineId - The ID of a media capture pipeline.

$sel:sinkArn:MediaCapturePipeline', mediaCapturePipeline_sinkArn - ARN of the destination to which the media artifacts are saved.

$sel:sinkType:MediaCapturePipeline', mediaCapturePipeline_sinkType - Destination type to which the media artifacts are saved. You must use an S3 Bucket.

$sel:sourceArn:MediaCapturePipeline', mediaCapturePipeline_sourceArn - ARN of the source from which the media artifacts will be saved.

$sel:sourceType:MediaCapturePipeline', mediaCapturePipeline_sourceType - Source type from which media artifacts are saved. You must use ChimeMeeting.

$sel:status:MediaCapturePipeline', mediaCapturePipeline_status - The status of the media capture pipeline.

$sel:updatedTimestamp:MediaCapturePipeline', mediaCapturePipeline_updatedTimestamp - The time at which the capture pipeline was updated, in ISO 8601 format.

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.Chime.Types.MediaPlacement

Generic MediaPlacement Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPlacement

Associated Types

type Rep MediaPlacement :: Type -> Type #

Read MediaPlacement Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPlacement

Show MediaPlacement Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPlacement

NFData MediaPlacement Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPlacement

Methods

rnf :: MediaPlacement -> () #

Eq MediaPlacement Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPlacement

Hashable MediaPlacement Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPlacement

type Rep MediaPlacement Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPlacement

type Rep MediaPlacement = D1 ('MetaData "MediaPlacement" "Amazonka.Chime.Types.MediaPlacement" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" '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 to which you send client meeting events.

$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.Chime.Types.Meeting

Generic Meeting Source # 
Instance details

Defined in Amazonka.Chime.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.Chime.Types.Meeting

NFData Meeting Source # 
Instance details

Defined in Amazonka.Chime.Types.Meeting

Methods

rnf :: Meeting -> () #

Eq Meeting Source # 
Instance details

Defined in Amazonka.Chime.Types.Meeting

Methods

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

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

Hashable Meeting Source # 
Instance details

Defined in Amazonka.Chime.Types.Meeting

Methods

hashWithSalt :: Int -> Meeting -> Int #

hash :: Meeting -> Int #

type Rep Meeting Source # 
Instance details

Defined in Amazonka.Chime.Types.Meeting

type Rep Meeting = D1 ('MetaData "Meeting" "Amazonka.Chime.Types.Meeting" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "Meeting'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "externalMeetingId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "mediaPlacement") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MediaPlacement))) :*: (S1 ('MetaSel ('Just "mediaRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "meetingId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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.

$sel:meetingId:Meeting', meeting_meetingId - The Amazon Chime SDK meeting ID.

MeetingNotificationConfiguration

data MeetingNotificationConfiguration Source #

The resource target configurations for receiving Amazon Chime SDK meeting and attendee event notifications. The Amazon Chime SDK supports resource targets located in the US East (N. Virginia) AWS Region (us-east-1).

See: newMeetingNotificationConfiguration smart constructor.

Instances

Instances details
ToJSON MeetingNotificationConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.MeetingNotificationConfiguration

Generic MeetingNotificationConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.MeetingNotificationConfiguration

Associated Types

type Rep MeetingNotificationConfiguration :: Type -> Type #

Show MeetingNotificationConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.MeetingNotificationConfiguration

NFData MeetingNotificationConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.MeetingNotificationConfiguration

Eq MeetingNotificationConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.MeetingNotificationConfiguration

Hashable MeetingNotificationConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.MeetingNotificationConfiguration

type Rep MeetingNotificationConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.MeetingNotificationConfiguration

type Rep MeetingNotificationConfiguration = D1 ('MetaData "MeetingNotificationConfiguration" "Amazonka.Chime.Types.MeetingNotificationConfiguration" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "MeetingNotificationConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "snsTopicArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "sqsQueueArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))))

newMeetingNotificationConfiguration :: MeetingNotificationConfiguration Source #

Create a value of MeetingNotificationConfiguration 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:snsTopicArn:MeetingNotificationConfiguration', meetingNotificationConfiguration_snsTopicArn - The SNS topic ARN.

$sel:sqsQueueArn:MeetingNotificationConfiguration', meetingNotificationConfiguration_sqsQueueArn - The SQS queue ARN.

Member

data Member Source #

The member details, such as email address, name, member ID, and member type.

See: newMember smart constructor.

Instances

Instances details
FromJSON Member Source # 
Instance details

Defined in Amazonka.Chime.Types.Member

Generic Member Source # 
Instance details

Defined in Amazonka.Chime.Types.Member

Associated Types

type Rep Member :: Type -> Type #

Methods

from :: Member -> Rep Member x #

to :: Rep Member x -> Member #

Show Member Source # 
Instance details

Defined in Amazonka.Chime.Types.Member

NFData Member Source # 
Instance details

Defined in Amazonka.Chime.Types.Member

Methods

rnf :: Member -> () #

Eq Member Source # 
Instance details

Defined in Amazonka.Chime.Types.Member

Methods

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

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

Hashable Member Source # 
Instance details

Defined in Amazonka.Chime.Types.Member

Methods

hashWithSalt :: Int -> Member -> Int #

hash :: Member -> Int #

type Rep Member Source # 
Instance details

Defined in Amazonka.Chime.Types.Member

newMember :: Member Source #

Create a value of Member 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:accountId:Member', member_accountId - The Amazon Chime account ID.

$sel:email:Member', member_email - The member email address.

$sel:fullName:Member', member_fullName - The member name.

$sel:memberId:Member', member_memberId - The member ID (user ID or bot ID).

$sel:memberType:Member', member_memberType - The member type.

MemberError

data MemberError Source #

The list of errors returned when a member action results in an error.

See: newMemberError smart constructor.

Instances

Instances details
FromJSON MemberError Source # 
Instance details

Defined in Amazonka.Chime.Types.MemberError

Generic MemberError Source # 
Instance details

Defined in Amazonka.Chime.Types.MemberError

Associated Types

type Rep MemberError :: Type -> Type #

Read MemberError Source # 
Instance details

Defined in Amazonka.Chime.Types.MemberError

Show MemberError Source # 
Instance details

Defined in Amazonka.Chime.Types.MemberError

NFData MemberError Source # 
Instance details

Defined in Amazonka.Chime.Types.MemberError

Methods

rnf :: MemberError -> () #

Eq MemberError Source # 
Instance details

Defined in Amazonka.Chime.Types.MemberError

Hashable MemberError Source # 
Instance details

Defined in Amazonka.Chime.Types.MemberError

type Rep MemberError Source # 
Instance details

Defined in Amazonka.Chime.Types.MemberError

type Rep MemberError = D1 ('MetaData "MemberError" "Amazonka.Chime.Types.MemberError" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "MemberError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ErrorCode)) :*: (S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "memberId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newMemberError :: MemberError Source #

Create a value of MemberError 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:MemberError', memberError_errorCode - The error code.

$sel:errorMessage:MemberError', memberError_errorMessage - The error message.

$sel:memberId:MemberError', memberError_memberId - The member ID.

MembershipItem

data MembershipItem Source #

Membership details, such as member ID and member role.

See: newMembershipItem smart constructor.

Instances

Instances details
ToJSON MembershipItem Source # 
Instance details

Defined in Amazonka.Chime.Types.MembershipItem

Generic MembershipItem Source # 
Instance details

Defined in Amazonka.Chime.Types.MembershipItem

Associated Types

type Rep MembershipItem :: Type -> Type #

Read MembershipItem Source # 
Instance details

Defined in Amazonka.Chime.Types.MembershipItem

Show MembershipItem Source # 
Instance details

Defined in Amazonka.Chime.Types.MembershipItem

NFData MembershipItem Source # 
Instance details

Defined in Amazonka.Chime.Types.MembershipItem

Methods

rnf :: MembershipItem -> () #

Eq MembershipItem Source # 
Instance details

Defined in Amazonka.Chime.Types.MembershipItem

Hashable MembershipItem Source # 
Instance details

Defined in Amazonka.Chime.Types.MembershipItem

type Rep MembershipItem Source # 
Instance details

Defined in Amazonka.Chime.Types.MembershipItem

type Rep MembershipItem = D1 ('MetaData "MembershipItem" "Amazonka.Chime.Types.MembershipItem" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "MembershipItem'" 'PrefixI 'True) (S1 ('MetaSel ('Just "memberId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "role'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RoomMembershipRole))))

newMembershipItem :: MembershipItem Source #

Create a value of MembershipItem 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:memberId:MembershipItem', membershipItem_memberId - The member ID.

$sel:role':MembershipItem', membershipItem_role - The member role.

MessagingSessionEndpoint

data MessagingSessionEndpoint Source #

The websocket endpoint used to connect to Amazon Chime SDK messaging.

See: newMessagingSessionEndpoint smart constructor.

Instances

Instances details
FromJSON MessagingSessionEndpoint Source # 
Instance details

Defined in Amazonka.Chime.Types.MessagingSessionEndpoint

Generic MessagingSessionEndpoint Source # 
Instance details

Defined in Amazonka.Chime.Types.MessagingSessionEndpoint

Associated Types

type Rep MessagingSessionEndpoint :: Type -> Type #

Read MessagingSessionEndpoint Source # 
Instance details

Defined in Amazonka.Chime.Types.MessagingSessionEndpoint

Show MessagingSessionEndpoint Source # 
Instance details

Defined in Amazonka.Chime.Types.MessagingSessionEndpoint

NFData MessagingSessionEndpoint Source # 
Instance details

Defined in Amazonka.Chime.Types.MessagingSessionEndpoint

Eq MessagingSessionEndpoint Source # 
Instance details

Defined in Amazonka.Chime.Types.MessagingSessionEndpoint

Hashable MessagingSessionEndpoint Source # 
Instance details

Defined in Amazonka.Chime.Types.MessagingSessionEndpoint

type Rep MessagingSessionEndpoint Source # 
Instance details

Defined in Amazonka.Chime.Types.MessagingSessionEndpoint

type Rep MessagingSessionEndpoint = D1 ('MetaData "MessagingSessionEndpoint" "Amazonka.Chime.Types.MessagingSessionEndpoint" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "MessagingSessionEndpoint'" 'PrefixI 'True) (S1 ('MetaSel ('Just "url") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newMessagingSessionEndpoint :: MessagingSessionEndpoint Source #

Create a value of MessagingSessionEndpoint 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:url:MessagingSessionEndpoint', messagingSessionEndpoint_url - The endpoint to which you establish a websocket connection.

OrderedPhoneNumber

data OrderedPhoneNumber Source #

A phone number for which an order has been placed.

See: newOrderedPhoneNumber smart constructor.

Instances

Instances details
FromJSON OrderedPhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.Types.OrderedPhoneNumber

Generic OrderedPhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.Types.OrderedPhoneNumber

Associated Types

type Rep OrderedPhoneNumber :: Type -> Type #

Show OrderedPhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.Types.OrderedPhoneNumber

NFData OrderedPhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.Types.OrderedPhoneNumber

Methods

rnf :: OrderedPhoneNumber -> () #

Eq OrderedPhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.Types.OrderedPhoneNumber

Hashable OrderedPhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.Types.OrderedPhoneNumber

type Rep OrderedPhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.Types.OrderedPhoneNumber

type Rep OrderedPhoneNumber = D1 ('MetaData "OrderedPhoneNumber" "Amazonka.Chime.Types.OrderedPhoneNumber" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "OrderedPhoneNumber'" 'PrefixI 'True) (S1 ('MetaSel ('Just "e164PhoneNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OrderedPhoneNumberStatus))))

newOrderedPhoneNumber :: OrderedPhoneNumber Source #

Create a value of OrderedPhoneNumber 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:e164PhoneNumber:OrderedPhoneNumber', orderedPhoneNumber_e164PhoneNumber - The phone number, in E.164 format.

$sel:status:OrderedPhoneNumber', orderedPhoneNumber_status - The phone number status.

Origination

data Origination Source #

Origination settings enable your SIP hosts to receive inbound calls using your Amazon Chime Voice Connector.

The parameters listed below are not required, but you must use at least one.

See: newOrigination smart constructor.

Instances

Instances details
FromJSON Origination Source # 
Instance details

Defined in Amazonka.Chime.Types.Origination

ToJSON Origination Source # 
Instance details

Defined in Amazonka.Chime.Types.Origination

Generic Origination Source # 
Instance details

Defined in Amazonka.Chime.Types.Origination

Associated Types

type Rep Origination :: Type -> Type #

Read Origination Source # 
Instance details

Defined in Amazonka.Chime.Types.Origination

Show Origination Source # 
Instance details

Defined in Amazonka.Chime.Types.Origination

NFData Origination Source # 
Instance details

Defined in Amazonka.Chime.Types.Origination

Methods

rnf :: Origination -> () #

Eq Origination Source # 
Instance details

Defined in Amazonka.Chime.Types.Origination

Hashable Origination Source # 
Instance details

Defined in Amazonka.Chime.Types.Origination

type Rep Origination Source # 
Instance details

Defined in Amazonka.Chime.Types.Origination

type Rep Origination = D1 ('MetaData "Origination" "Amazonka.Chime.Types.Origination" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "Origination'" 'PrefixI 'True) (S1 ('MetaSel ('Just "disabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "routes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [OriginationRoute]))))

newOrigination :: Origination Source #

Create a value of Origination 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:disabled:Origination', origination_disabled - When origination settings are disabled, inbound calls are not enabled for your Amazon Chime Voice Connector. This parameter is not required, but you must specify this parameter or Routes.

$sel:routes:Origination', origination_routes - The call distribution properties defined for your SIP hosts. Valid range: Minimum value of 1. Maximum value of 20. This parameter is not required, but you must specify this parameter or Disabled.

OriginationRoute

data OriginationRoute Source #

Origination routes define call distribution properties for your SIP hosts to receive inbound calls using your Amazon Chime Voice Connector. Limit: Ten origination routes for each Amazon Chime Voice Connector.

The parameters listed below are not required, but you must use at least one.

See: newOriginationRoute smart constructor.

Instances

Instances details
FromJSON OriginationRoute Source # 
Instance details

Defined in Amazonka.Chime.Types.OriginationRoute

ToJSON OriginationRoute Source # 
Instance details

Defined in Amazonka.Chime.Types.OriginationRoute

Generic OriginationRoute Source # 
Instance details

Defined in Amazonka.Chime.Types.OriginationRoute

Associated Types

type Rep OriginationRoute :: Type -> Type #

Read OriginationRoute Source # 
Instance details

Defined in Amazonka.Chime.Types.OriginationRoute

Show OriginationRoute Source # 
Instance details

Defined in Amazonka.Chime.Types.OriginationRoute

NFData OriginationRoute Source # 
Instance details

Defined in Amazonka.Chime.Types.OriginationRoute

Methods

rnf :: OriginationRoute -> () #

Eq OriginationRoute Source # 
Instance details

Defined in Amazonka.Chime.Types.OriginationRoute

Hashable OriginationRoute Source # 
Instance details

Defined in Amazonka.Chime.Types.OriginationRoute

type Rep OriginationRoute Source # 
Instance details

Defined in Amazonka.Chime.Types.OriginationRoute

newOriginationRoute :: OriginationRoute Source #

Create a value of OriginationRoute 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:host:OriginationRoute', originationRoute_host - The FQDN or IP address to contact for origination traffic.

$sel:port:OriginationRoute', originationRoute_port - The designated origination route port. Defaults to 5060.

$sel:priority:OriginationRoute', originationRoute_priority - The priority associated with the host, with 1 being the highest priority. Higher priority hosts are attempted first.

$sel:protocol:OriginationRoute', originationRoute_protocol - The protocol to use for the origination route. Encryption-enabled Amazon Chime Voice Connectors use TCP protocol by default.

$sel:weight:OriginationRoute', originationRoute_weight - The weight associated with the host. If hosts are equal in priority, calls are redistributed among them based on their relative weight.

Participant

data Participant Source #

The phone number and proxy phone number for a participant in an Amazon Chime Voice Connector proxy session.

See: newParticipant smart constructor.

Instances

Instances details
FromJSON Participant Source # 
Instance details

Defined in Amazonka.Chime.Types.Participant

Generic Participant Source # 
Instance details

Defined in Amazonka.Chime.Types.Participant

Associated Types

type Rep Participant :: Type -> Type #

Show Participant Source # 
Instance details

Defined in Amazonka.Chime.Types.Participant

NFData Participant Source # 
Instance details

Defined in Amazonka.Chime.Types.Participant

Methods

rnf :: Participant -> () #

Eq Participant Source # 
Instance details

Defined in Amazonka.Chime.Types.Participant

Hashable Participant Source # 
Instance details

Defined in Amazonka.Chime.Types.Participant

type Rep Participant Source # 
Instance details

Defined in Amazonka.Chime.Types.Participant

type Rep Participant = D1 ('MetaData "Participant" "Amazonka.Chime.Types.Participant" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "Participant'" 'PrefixI 'True) (S1 ('MetaSel ('Just "phoneNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "proxyPhoneNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))))

newParticipant :: Participant Source #

Create a value of Participant 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:phoneNumber:Participant', participant_phoneNumber - The participant's phone number.

$sel:proxyPhoneNumber:Participant', participant_proxyPhoneNumber - The participant's proxy phone number.

PhoneNumber

data PhoneNumber Source #

A phone number used for Amazon Chime Business Calling or an Amazon Chime Voice Connector.

See: newPhoneNumber smart constructor.

Instances

Instances details
FromJSON PhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumber

Generic PhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumber

Associated Types

type Rep PhoneNumber :: Type -> Type #

Show PhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumber

NFData PhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumber

Methods

rnf :: PhoneNumber -> () #

Eq PhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumber

Hashable PhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumber

type Rep PhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumber

type Rep PhoneNumber = D1 ('MetaData "PhoneNumber" "Amazonka.Chime.Types.PhoneNumber" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "PhoneNumber'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "associations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PhoneNumberAssociation])) :*: (S1 ('MetaSel ('Just "callingName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "callingNameStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CallingNameStatus)))) :*: (S1 ('MetaSel ('Just "capabilities") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PhoneNumberCapabilities)) :*: (S1 ('MetaSel ('Just "country") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createdTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))))) :*: ((S1 ('MetaSel ('Just "deletionTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: (S1 ('MetaSel ('Just "e164PhoneNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "phoneNumberId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "productType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PhoneNumberProductType)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PhoneNumberStatus))) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PhoneNumberType)) :*: S1 ('MetaSel ('Just "updatedTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)))))))

newPhoneNumber :: PhoneNumber Source #

Create a value of PhoneNumber 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:associations:PhoneNumber', phoneNumber_associations - The phone number associations.

$sel:callingName:PhoneNumber', phoneNumber_callingName - The outbound calling name associated with the phone number.

$sel:callingNameStatus:PhoneNumber', phoneNumber_callingNameStatus - The outbound calling name status.

$sel:capabilities:PhoneNumber', phoneNumber_capabilities - The phone number capabilities.

$sel:country:PhoneNumber', phoneNumber_country - The phone number country. Format: ISO 3166-1 alpha-2.

$sel:createdTimestamp:PhoneNumber', phoneNumber_createdTimestamp - The phone number creation timestamp, in ISO 8601 format.

$sel:deletionTimestamp:PhoneNumber', phoneNumber_deletionTimestamp - The deleted phone number timestamp, in ISO 8601 format.

$sel:e164PhoneNumber:PhoneNumber', phoneNumber_e164PhoneNumber - The phone number, in E.164 format.

$sel:phoneNumberId:PhoneNumber', phoneNumber_phoneNumberId - The phone number ID.

$sel:productType:PhoneNumber', phoneNumber_productType - The phone number product type.

$sel:status:PhoneNumber', phoneNumber_status - The phone number status.

$sel:type':PhoneNumber', phoneNumber_type - The phone number type.

$sel:updatedTimestamp:PhoneNumber', phoneNumber_updatedTimestamp - The updated phone number timestamp, in ISO 8601 format.

PhoneNumberAssociation

data PhoneNumberAssociation Source #

The phone number associations, such as Amazon Chime account ID, Amazon Chime user ID, Amazon Chime Voice Connector ID, or Amazon Chime Voice Connector group ID.

See: newPhoneNumberAssociation smart constructor.

Instances

Instances details
FromJSON PhoneNumberAssociation Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberAssociation

Generic PhoneNumberAssociation Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberAssociation

Associated Types

type Rep PhoneNumberAssociation :: Type -> Type #

Read PhoneNumberAssociation Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberAssociation

Show PhoneNumberAssociation Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberAssociation

NFData PhoneNumberAssociation Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberAssociation

Methods

rnf :: PhoneNumberAssociation -> () #

Eq PhoneNumberAssociation Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberAssociation

Hashable PhoneNumberAssociation Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberAssociation

type Rep PhoneNumberAssociation Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberAssociation

type Rep PhoneNumberAssociation = D1 ('MetaData "PhoneNumberAssociation" "Amazonka.Chime.Types.PhoneNumberAssociation" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "PhoneNumberAssociation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "associatedTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PhoneNumberAssociationName)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newPhoneNumberAssociation :: PhoneNumberAssociation Source #

Create a value of PhoneNumberAssociation 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:associatedTimestamp:PhoneNumberAssociation', phoneNumberAssociation_associatedTimestamp - The timestamp of the phone number association, in ISO 8601 format.

$sel:name:PhoneNumberAssociation', phoneNumberAssociation_name - Defines the association with an Amazon Chime account ID, user ID, Amazon Chime Voice Connector ID, or Amazon Chime Voice Connector group ID.

$sel:value:PhoneNumberAssociation', phoneNumberAssociation_value - Contains the ID for the entity specified in Name.

PhoneNumberCapabilities

data PhoneNumberCapabilities Source #

The phone number capabilities for Amazon Chime Business Calling phone numbers, such as enabled inbound and outbound calling and text messaging.

See: newPhoneNumberCapabilities smart constructor.

Instances

Instances details
FromJSON PhoneNumberCapabilities Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberCapabilities

Generic PhoneNumberCapabilities Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberCapabilities

Associated Types

type Rep PhoneNumberCapabilities :: Type -> Type #

Read PhoneNumberCapabilities Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberCapabilities

Show PhoneNumberCapabilities Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberCapabilities

NFData PhoneNumberCapabilities Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberCapabilities

Methods

rnf :: PhoneNumberCapabilities -> () #

Eq PhoneNumberCapabilities Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberCapabilities

Hashable PhoneNumberCapabilities Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberCapabilities

type Rep PhoneNumberCapabilities Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberCapabilities

type Rep PhoneNumberCapabilities = D1 ('MetaData "PhoneNumberCapabilities" "Amazonka.Chime.Types.PhoneNumberCapabilities" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "PhoneNumberCapabilities'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "inboundCall") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "inboundMMS") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "inboundSMS") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: (S1 ('MetaSel ('Just "outboundCall") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "outboundMMS") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "outboundSMS") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))))

newPhoneNumberCapabilities :: PhoneNumberCapabilities Source #

Create a value of PhoneNumberCapabilities 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:inboundCall:PhoneNumberCapabilities', phoneNumberCapabilities_inboundCall - Allows or denies inbound calling for the specified phone number.

$sel:inboundMMS:PhoneNumberCapabilities', phoneNumberCapabilities_inboundMMS - Allows or denies inbound MMS messaging for the specified phone number.

$sel:inboundSMS:PhoneNumberCapabilities', phoneNumberCapabilities_inboundSMS - Allows or denies inbound SMS messaging for the specified phone number.

$sel:outboundCall:PhoneNumberCapabilities', phoneNumberCapabilities_outboundCall - Allows or denies outbound calling for the specified phone number.

$sel:outboundMMS:PhoneNumberCapabilities', phoneNumberCapabilities_outboundMMS - Allows or denies outbound MMS messaging for the specified phone number.

$sel:outboundSMS:PhoneNumberCapabilities', phoneNumberCapabilities_outboundSMS - Allows or denies outbound SMS messaging for the specified phone number.

PhoneNumberCountry

data PhoneNumberCountry Source #

The phone number country.

See: newPhoneNumberCountry smart constructor.

Instances

Instances details
FromJSON PhoneNumberCountry Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberCountry

Generic PhoneNumberCountry Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberCountry

Associated Types

type Rep PhoneNumberCountry :: Type -> Type #

Read PhoneNumberCountry Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberCountry

Show PhoneNumberCountry Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberCountry

NFData PhoneNumberCountry Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberCountry

Methods

rnf :: PhoneNumberCountry -> () #

Eq PhoneNumberCountry Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberCountry

Hashable PhoneNumberCountry Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberCountry

type Rep PhoneNumberCountry Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberCountry

type Rep PhoneNumberCountry = D1 ('MetaData "PhoneNumberCountry" "Amazonka.Chime.Types.PhoneNumberCountry" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "PhoneNumberCountry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "countryCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "supportedPhoneNumberTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PhoneNumberType]))))

newPhoneNumberCountry :: PhoneNumberCountry Source #

Create a value of PhoneNumberCountry 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:countryCode:PhoneNumberCountry', phoneNumberCountry_countryCode - The phone number country code. Format: ISO 3166-1 alpha-2.

$sel:supportedPhoneNumberTypes:PhoneNumberCountry', phoneNumberCountry_supportedPhoneNumberTypes - The supported phone number types.

PhoneNumberError

data PhoneNumberError Source #

If the phone number action fails for one or more of the phone numbers in the request, a list of the phone numbers is returned, along with error codes and error messages.

See: newPhoneNumberError smart constructor.

Instances

Instances details
FromJSON PhoneNumberError Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberError

Generic PhoneNumberError Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberError

Associated Types

type Rep PhoneNumberError :: Type -> Type #

Read PhoneNumberError Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberError

Show PhoneNumberError Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberError

NFData PhoneNumberError Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberError

Methods

rnf :: PhoneNumberError -> () #

Eq PhoneNumberError Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberError

Hashable PhoneNumberError Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberError

type Rep PhoneNumberError Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberError

type Rep PhoneNumberError = D1 ('MetaData "PhoneNumberError" "Amazonka.Chime.Types.PhoneNumberError" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "PhoneNumberError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ErrorCode)) :*: (S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "phoneNumberId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newPhoneNumberError :: PhoneNumberError Source #

Create a value of PhoneNumberError 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:PhoneNumberError', phoneNumberError_errorCode - The error code.

$sel:errorMessage:PhoneNumberError', phoneNumberError_errorMessage - The error message.

$sel:phoneNumberId:PhoneNumberError', phoneNumberError_phoneNumberId - The phone number ID for which the action failed.

PhoneNumberOrder

data PhoneNumberOrder Source #

The details of a phone number order created for Amazon Chime.

See: newPhoneNumberOrder smart constructor.

Instances

Instances details
FromJSON PhoneNumberOrder Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberOrder

Generic PhoneNumberOrder Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberOrder

Associated Types

type Rep PhoneNumberOrder :: Type -> Type #

Show PhoneNumberOrder Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberOrder

NFData PhoneNumberOrder Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberOrder

Methods

rnf :: PhoneNumberOrder -> () #

Eq PhoneNumberOrder Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberOrder

Hashable PhoneNumberOrder Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberOrder

type Rep PhoneNumberOrder Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberOrder

type Rep PhoneNumberOrder = D1 ('MetaData "PhoneNumberOrder" "Amazonka.Chime.Types.PhoneNumberOrder" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "PhoneNumberOrder'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "createdTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: (S1 ('MetaSel ('Just "orderedPhoneNumbers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [OrderedPhoneNumber])) :*: S1 ('MetaSel ('Just "phoneNumberOrderId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "productType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PhoneNumberProductType)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PhoneNumberOrderStatus)) :*: S1 ('MetaSel ('Just "updatedTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))))))

newPhoneNumberOrder :: PhoneNumberOrder Source #

Create a value of PhoneNumberOrder 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:createdTimestamp:PhoneNumberOrder', phoneNumberOrder_createdTimestamp - The phone number order creation time stamp, in ISO 8601 format.

$sel:orderedPhoneNumbers:PhoneNumberOrder', phoneNumberOrder_orderedPhoneNumbers - The ordered phone number details, such as the phone number in E.164 format and the phone number status.

$sel:phoneNumberOrderId:PhoneNumberOrder', phoneNumberOrder_phoneNumberOrderId - The phone number order ID.

$sel:productType:PhoneNumberOrder', phoneNumberOrder_productType - The phone number order product type.

PhoneNumberOrder, phoneNumberOrder_status - The status of the phone number order.

$sel:updatedTimestamp:PhoneNumberOrder', phoneNumberOrder_updatedTimestamp - The updated phone number order time stamp, in ISO 8601 format.

Proxy

data Proxy Source #

The proxy configuration for an Amazon Chime Voice Connector.

See: newProxy smart constructor.

Constructors

Proxy' (Maybe Int) (Maybe Bool) (Maybe (Sensitive Text)) (Maybe [Text]) 

Instances

Instances details
FromJSON Proxy Source # 
Instance details

Defined in Amazonka.Chime.Types.Proxy

Generic Proxy Source # 
Instance details

Defined in Amazonka.Chime.Types.Proxy

Associated Types

type Rep Proxy :: Type -> Type #

Methods

from :: Proxy -> Rep Proxy x #

to :: Rep Proxy x -> Proxy #

Show Proxy Source # 
Instance details

Defined in Amazonka.Chime.Types.Proxy

Methods

showsPrec :: Int -> Proxy -> ShowS #

show :: Proxy -> String #

showList :: [Proxy] -> ShowS #

NFData Proxy Source # 
Instance details

Defined in Amazonka.Chime.Types.Proxy

Methods

rnf :: Proxy -> () #

Eq Proxy Source # 
Instance details

Defined in Amazonka.Chime.Types.Proxy

Methods

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

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

Hashable Proxy Source # 
Instance details

Defined in Amazonka.Chime.Types.Proxy

Methods

hashWithSalt :: Int -> Proxy -> Int #

hash :: Proxy -> Int #

type Rep Proxy Source # 
Instance details

Defined in Amazonka.Chime.Types.Proxy

type Rep Proxy = D1 ('MetaData "Proxy" "Amazonka.Chime.Types.Proxy" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "Proxy'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "defaultSessionExpiryMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "disabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "fallBackPhoneNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "phoneNumberCountries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))))

newProxy :: Proxy Source #

Create a value of Proxy 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:defaultSessionExpiryMinutes:Proxy', proxy_defaultSessionExpiryMinutes - The default number of minutes allowed for proxy sessions.

$sel:disabled:Proxy', proxy_disabled - When true, stops proxy sessions from being created on the specified Amazon Chime Voice Connector.

$sel:fallBackPhoneNumber:Proxy', proxy_fallBackPhoneNumber - The phone number to route calls to after a proxy session expires.

$sel:phoneNumberCountries:Proxy', proxy_phoneNumberCountries - The countries for proxy phone numbers to be selected from.

ProxySession

data ProxySession Source #

The proxy session for an Amazon Chime Voice Connector.

See: newProxySession smart constructor.

Instances

Instances details
FromJSON ProxySession Source # 
Instance details

Defined in Amazonka.Chime.Types.ProxySession

Generic ProxySession Source # 
Instance details

Defined in Amazonka.Chime.Types.ProxySession

Associated Types

type Rep ProxySession :: Type -> Type #

Show ProxySession Source # 
Instance details

Defined in Amazonka.Chime.Types.ProxySession

NFData ProxySession Source # 
Instance details

Defined in Amazonka.Chime.Types.ProxySession

Methods

rnf :: ProxySession -> () #

Eq ProxySession Source # 
Instance details

Defined in Amazonka.Chime.Types.ProxySession

Hashable ProxySession Source # 
Instance details

Defined in Amazonka.Chime.Types.ProxySession

type Rep ProxySession Source # 
Instance details

Defined in Amazonka.Chime.Types.ProxySession

type Rep ProxySession = D1 ('MetaData "ProxySession" "Amazonka.Chime.Types.ProxySession" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "ProxySession'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "capabilities") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Capability])) :*: (S1 ('MetaSel ('Just "createdTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "endedTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)))) :*: (S1 ('MetaSel ('Just "expiryMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "geoMatchLevel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GeoMatchLevel)) :*: S1 ('MetaSel ('Just "geoMatchParams") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GeoMatchParams))))) :*: ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "numberSelectionBehavior") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NumberSelectionBehavior)) :*: S1 ('MetaSel ('Just "participants") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Participant])))) :*: ((S1 ('MetaSel ('Just "proxySessionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProxySessionStatus))) :*: (S1 ('MetaSel ('Just "updatedTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newProxySession :: ProxySession Source #

Create a value of ProxySession 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:ProxySession', proxySession_capabilities - The proxy session capabilities.

$sel:createdTimestamp:ProxySession', proxySession_createdTimestamp - The created time stamp, in ISO 8601 format.

$sel:endedTimestamp:ProxySession', proxySession_endedTimestamp - The ended time stamp, in ISO 8601 format.

$sel:expiryMinutes:ProxySession', proxySession_expiryMinutes - The number of minutes allowed for the proxy session.

$sel:geoMatchLevel:ProxySession', proxySession_geoMatchLevel - The preference for matching the country or area code of the proxy phone number with that of the first participant.

$sel:geoMatchParams:ProxySession', proxySession_geoMatchParams - The country and area code for the proxy phone number.

$sel:name:ProxySession', proxySession_name - The name of the proxy session.

$sel:numberSelectionBehavior:ProxySession', proxySession_numberSelectionBehavior - The preference for proxy phone number reuse, or stickiness, between the same participants across sessions.

$sel:participants:ProxySession', proxySession_participants - The proxy session participants.

$sel:proxySessionId:ProxySession', proxySession_proxySessionId - The proxy session ID.

$sel:status:ProxySession', proxySession_status - The status of the proxy session.

$sel:updatedTimestamp:ProxySession', proxySession_updatedTimestamp - The updated time stamp, in ISO 8601 format.

$sel:voiceConnectorId:ProxySession', proxySession_voiceConnectorId - The Amazon Chime voice connector ID.

RetentionSettings

data RetentionSettings Source #

The retention settings for an Amazon Chime Enterprise account that determine how long to retain items such as chat-room messages and chat-conversation messages.

See: newRetentionSettings smart constructor.

Instances

Instances details
FromJSON RetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.RetentionSettings

ToJSON RetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.RetentionSettings

Generic RetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.RetentionSettings

Associated Types

type Rep RetentionSettings :: Type -> Type #

Read RetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.RetentionSettings

Show RetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.RetentionSettings

NFData RetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.RetentionSettings

Methods

rnf :: RetentionSettings -> () #

Eq RetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.RetentionSettings

Hashable RetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.RetentionSettings

type Rep RetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.RetentionSettings

type Rep RetentionSettings = D1 ('MetaData "RetentionSettings" "Amazonka.Chime.Types.RetentionSettings" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "RetentionSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "conversationRetentionSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConversationRetentionSettings)) :*: S1 ('MetaSel ('Just "roomRetentionSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RoomRetentionSettings))))

newRetentionSettings :: RetentionSettings Source #

Create a value of RetentionSettings 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:conversationRetentionSettings:RetentionSettings', retentionSettings_conversationRetentionSettings - The chat conversation retention settings.

$sel:roomRetentionSettings:RetentionSettings', retentionSettings_roomRetentionSettings - The chat room retention settings.

Room

data Room Source #

The Amazon Chime chat room details.

See: newRoom smart constructor.

Instances

Instances details
FromJSON Room Source # 
Instance details

Defined in Amazonka.Chime.Types.Room

Generic Room Source # 
Instance details

Defined in Amazonka.Chime.Types.Room

Associated Types

type Rep Room :: Type -> Type #

Methods

from :: Room -> Rep Room x #

to :: Rep Room x -> Room #

Show Room Source # 
Instance details

Defined in Amazonka.Chime.Types.Room

Methods

showsPrec :: Int -> Room -> ShowS #

show :: Room -> String #

showList :: [Room] -> ShowS #

NFData Room Source # 
Instance details

Defined in Amazonka.Chime.Types.Room

Methods

rnf :: Room -> () #

Eq Room Source # 
Instance details

Defined in Amazonka.Chime.Types.Room

Methods

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

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

Hashable Room Source # 
Instance details

Defined in Amazonka.Chime.Types.Room

Methods

hashWithSalt :: Int -> Room -> Int #

hash :: Room -> Int #

type Rep Room Source # 
Instance details

Defined in Amazonka.Chime.Types.Room

newRoom :: Room Source #

Create a value of Room 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:accountId:Room', room_accountId - The Amazon Chime account ID.

$sel:createdBy:Room', room_createdBy - The identifier of the room creator.

$sel:createdTimestamp:Room', room_createdTimestamp - The room creation timestamp, in ISO 8601 format.

$sel:name:Room', room_name - The room name.

$sel:roomId:Room', room_roomId - The room ID.

$sel:updatedTimestamp:Room', room_updatedTimestamp - The room update timestamp, in ISO 8601 format.

RoomMembership

data RoomMembership Source #

The room membership details.

See: newRoomMembership smart constructor.

Instances

Instances details
FromJSON RoomMembership Source # 
Instance details

Defined in Amazonka.Chime.Types.RoomMembership

Generic RoomMembership Source # 
Instance details

Defined in Amazonka.Chime.Types.RoomMembership

Associated Types

type Rep RoomMembership :: Type -> Type #

Show RoomMembership Source # 
Instance details

Defined in Amazonka.Chime.Types.RoomMembership

NFData RoomMembership Source # 
Instance details

Defined in Amazonka.Chime.Types.RoomMembership

Methods

rnf :: RoomMembership -> () #

Eq RoomMembership Source # 
Instance details

Defined in Amazonka.Chime.Types.RoomMembership

Hashable RoomMembership Source # 
Instance details

Defined in Amazonka.Chime.Types.RoomMembership

type Rep RoomMembership Source # 
Instance details

Defined in Amazonka.Chime.Types.RoomMembership

type Rep RoomMembership = D1 ('MetaData "RoomMembership" "Amazonka.Chime.Types.RoomMembership" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "RoomMembership'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "invitedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "member") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Member))) :*: (S1 ('MetaSel ('Just "role'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RoomMembershipRole)) :*: (S1 ('MetaSel ('Just "roomId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "updatedTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))))))

newRoomMembership :: RoomMembership Source #

Create a value of RoomMembership 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:invitedBy:RoomMembership', roomMembership_invitedBy - The identifier of the user that invited the room member.

$sel:member:RoomMembership', roomMembership_member - Undocumented member.

$sel:role':RoomMembership', roomMembership_role - The membership role.

$sel:roomId:RoomMembership', roomMembership_roomId - The room ID.

$sel:updatedTimestamp:RoomMembership', roomMembership_updatedTimestamp - The room membership update timestamp, in ISO 8601 format.

RoomRetentionSettings

data RoomRetentionSettings Source #

The retention settings that determine how long to retain chat-room messages for an Amazon Chime Enterprise account.

See: newRoomRetentionSettings smart constructor.

Instances

Instances details
FromJSON RoomRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.RoomRetentionSettings

ToJSON RoomRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.RoomRetentionSettings

Generic RoomRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.RoomRetentionSettings

Associated Types

type Rep RoomRetentionSettings :: Type -> Type #

Read RoomRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.RoomRetentionSettings

Show RoomRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.RoomRetentionSettings

NFData RoomRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.RoomRetentionSettings

Methods

rnf :: RoomRetentionSettings -> () #

Eq RoomRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.RoomRetentionSettings

Hashable RoomRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.RoomRetentionSettings

type Rep RoomRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.RoomRetentionSettings

type Rep RoomRetentionSettings = D1 ('MetaData "RoomRetentionSettings" "Amazonka.Chime.Types.RoomRetentionSettings" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "RoomRetentionSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "retentionDays") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))

newRoomRetentionSettings :: RoomRetentionSettings Source #

Create a value of RoomRetentionSettings 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:retentionDays:RoomRetentionSettings', roomRetentionSettings_retentionDays - The number of days for which to retain chat-room messages.

SelectedVideoStreams

data SelectedVideoStreams Source #

The video streams to capture for a specified media capture pipeline. The total number of video streams can't exceed 25.

See: newSelectedVideoStreams smart constructor.

Instances

Instances details
FromJSON SelectedVideoStreams Source # 
Instance details

Defined in Amazonka.Chime.Types.SelectedVideoStreams

ToJSON SelectedVideoStreams Source # 
Instance details

Defined in Amazonka.Chime.Types.SelectedVideoStreams

Generic SelectedVideoStreams Source # 
Instance details

Defined in Amazonka.Chime.Types.SelectedVideoStreams

Associated Types

type Rep SelectedVideoStreams :: Type -> Type #

Show SelectedVideoStreams Source # 
Instance details

Defined in Amazonka.Chime.Types.SelectedVideoStreams

NFData SelectedVideoStreams Source # 
Instance details

Defined in Amazonka.Chime.Types.SelectedVideoStreams

Methods

rnf :: SelectedVideoStreams -> () #

Eq SelectedVideoStreams Source # 
Instance details

Defined in Amazonka.Chime.Types.SelectedVideoStreams

Hashable SelectedVideoStreams Source # 
Instance details

Defined in Amazonka.Chime.Types.SelectedVideoStreams

type Rep SelectedVideoStreams Source # 
Instance details

Defined in Amazonka.Chime.Types.SelectedVideoStreams

type Rep SelectedVideoStreams = D1 ('MetaData "SelectedVideoStreams" "Amazonka.Chime.Types.SelectedVideoStreams" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "SelectedVideoStreams'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attendeeIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "externalUserIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty (Sensitive Text))))))

newSelectedVideoStreams :: SelectedVideoStreams Source #

Create a value of SelectedVideoStreams 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:attendeeIds:SelectedVideoStreams', selectedVideoStreams_attendeeIds - The attendee IDs of the streams selected for a media capture pipeline.

$sel:externalUserIds:SelectedVideoStreams', selectedVideoStreams_externalUserIds - The external user IDs of the streams selected for a media capture pipeline.

SigninDelegateGroup

data SigninDelegateGroup Source #

An Active Directory (AD) group whose members are granted permission to act as delegates.

See: newSigninDelegateGroup smart constructor.

Instances

Instances details
FromJSON SigninDelegateGroup Source # 
Instance details

Defined in Amazonka.Chime.Types.SigninDelegateGroup

ToJSON SigninDelegateGroup Source # 
Instance details

Defined in Amazonka.Chime.Types.SigninDelegateGroup

Generic SigninDelegateGroup Source # 
Instance details

Defined in Amazonka.Chime.Types.SigninDelegateGroup

Associated Types

type Rep SigninDelegateGroup :: Type -> Type #

Read SigninDelegateGroup Source # 
Instance details

Defined in Amazonka.Chime.Types.SigninDelegateGroup

Show SigninDelegateGroup Source # 
Instance details

Defined in Amazonka.Chime.Types.SigninDelegateGroup

NFData SigninDelegateGroup Source # 
Instance details

Defined in Amazonka.Chime.Types.SigninDelegateGroup

Methods

rnf :: SigninDelegateGroup -> () #

Eq SigninDelegateGroup Source # 
Instance details

Defined in Amazonka.Chime.Types.SigninDelegateGroup

Hashable SigninDelegateGroup Source # 
Instance details

Defined in Amazonka.Chime.Types.SigninDelegateGroup

type Rep SigninDelegateGroup Source # 
Instance details

Defined in Amazonka.Chime.Types.SigninDelegateGroup

type Rep SigninDelegateGroup = D1 ('MetaData "SigninDelegateGroup" "Amazonka.Chime.Types.SigninDelegateGroup" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "SigninDelegateGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "groupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newSigninDelegateGroup :: SigninDelegateGroup Source #

Create a value of SigninDelegateGroup 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:groupName:SigninDelegateGroup', signinDelegateGroup_groupName - The group name.

SipMediaApplication

data SipMediaApplication Source #

The details of the SIP media application, including name and endpoints. An AWS account can have multiple SIP media applications.

See: newSipMediaApplication smart constructor.

Instances

Instances details
FromJSON SipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.Types.SipMediaApplication

Generic SipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.Types.SipMediaApplication

Associated Types

type Rep SipMediaApplication :: Type -> Type #

Show SipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.Types.SipMediaApplication

NFData SipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.Types.SipMediaApplication

Methods

rnf :: SipMediaApplication -> () #

Eq SipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.Types.SipMediaApplication

Hashable SipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.Types.SipMediaApplication

type Rep SipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.Types.SipMediaApplication

type Rep SipMediaApplication = D1 ('MetaData "SipMediaApplication" "Amazonka.Chime.Types.SipMediaApplication" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "SipMediaApplication'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "awsRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "createdTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "endpoints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty SipMediaApplicationEndpoint))))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "sipMediaApplicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "updatedTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))))))

newSipMediaApplication :: SipMediaApplication Source #

Create a value of SipMediaApplication 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:awsRegion:SipMediaApplication', sipMediaApplication_awsRegion - The AWS Region in which the SIP media application is created.

$sel:createdTimestamp:SipMediaApplication', sipMediaApplication_createdTimestamp - The SIP media application creation timestamp, in ISO 8601 format.

$sel:endpoints:SipMediaApplication', sipMediaApplication_endpoints - List of endpoints for SIP media application. Currently, only one endpoint per SIP media application is permitted.

$sel:name:SipMediaApplication', sipMediaApplication_name - The name of the SIP media application.

$sel:sipMediaApplicationId:SipMediaApplication', sipMediaApplication_sipMediaApplicationId - The SIP media application ID.

$sel:updatedTimestamp:SipMediaApplication', sipMediaApplication_updatedTimestamp - The SIP media application updated timestamp, in ISO 8601 format.

SipMediaApplicationCall

data SipMediaApplicationCall Source #

A Call instance for a SIP media application.

See: newSipMediaApplicationCall smart constructor.

Instances

Instances details
FromJSON SipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.Chime.Types.SipMediaApplicationCall

Generic SipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.Chime.Types.SipMediaApplicationCall

Associated Types

type Rep SipMediaApplicationCall :: Type -> Type #

Read SipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.Chime.Types.SipMediaApplicationCall

Show SipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.Chime.Types.SipMediaApplicationCall

NFData SipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.Chime.Types.SipMediaApplicationCall

Methods

rnf :: SipMediaApplicationCall -> () #

Eq SipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.Chime.Types.SipMediaApplicationCall

Hashable SipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.Chime.Types.SipMediaApplicationCall

type Rep SipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.Chime.Types.SipMediaApplicationCall

type Rep SipMediaApplicationCall = D1 ('MetaData "SipMediaApplicationCall" "Amazonka.Chime.Types.SipMediaApplicationCall" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "SipMediaApplicationCall'" 'PrefixI 'True) (S1 ('MetaSel ('Just "transactionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newSipMediaApplicationCall :: SipMediaApplicationCall Source #

Create a value of SipMediaApplicationCall 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:transactionId:SipMediaApplicationCall', sipMediaApplicationCall_transactionId - The transaction ID of a call.

SipMediaApplicationEndpoint

data SipMediaApplicationEndpoint Source #

The endpoint assigned to the SIP media application.

See: newSipMediaApplicationEndpoint smart constructor.

Instances

Instances details
FromJSON SipMediaApplicationEndpoint Source # 
Instance details

Defined in Amazonka.Chime.Types.SipMediaApplicationEndpoint

ToJSON SipMediaApplicationEndpoint Source # 
Instance details

Defined in Amazonka.Chime.Types.SipMediaApplicationEndpoint

Generic SipMediaApplicationEndpoint Source # 
Instance details

Defined in Amazonka.Chime.Types.SipMediaApplicationEndpoint

Associated Types

type Rep SipMediaApplicationEndpoint :: Type -> Type #

Show SipMediaApplicationEndpoint Source # 
Instance details

Defined in Amazonka.Chime.Types.SipMediaApplicationEndpoint

NFData SipMediaApplicationEndpoint Source # 
Instance details

Defined in Amazonka.Chime.Types.SipMediaApplicationEndpoint

Eq SipMediaApplicationEndpoint Source # 
Instance details

Defined in Amazonka.Chime.Types.SipMediaApplicationEndpoint

Hashable SipMediaApplicationEndpoint Source # 
Instance details

Defined in Amazonka.Chime.Types.SipMediaApplicationEndpoint

type Rep SipMediaApplicationEndpoint Source # 
Instance details

Defined in Amazonka.Chime.Types.SipMediaApplicationEndpoint

type Rep SipMediaApplicationEndpoint = D1 ('MetaData "SipMediaApplicationEndpoint" "Amazonka.Chime.Types.SipMediaApplicationEndpoint" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "SipMediaApplicationEndpoint'" 'PrefixI 'True) (S1 ('MetaSel ('Just "lambdaArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))))

newSipMediaApplicationEndpoint :: SipMediaApplicationEndpoint Source #

Create a value of SipMediaApplicationEndpoint 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:lambdaArn:SipMediaApplicationEndpoint', sipMediaApplicationEndpoint_lambdaArn - Valid Amazon Resource Name (ARN) of the Lambda function. The function must be created in the same AWS Region as the SIP media application.

SipMediaApplicationLoggingConfiguration

data SipMediaApplicationLoggingConfiguration Source #

Logging configuration of the SIP media application.

See: newSipMediaApplicationLoggingConfiguration smart constructor.

Instances

Instances details
FromJSON SipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.SipMediaApplicationLoggingConfiguration

ToJSON SipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.SipMediaApplicationLoggingConfiguration

Generic SipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.SipMediaApplicationLoggingConfiguration

Read SipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.SipMediaApplicationLoggingConfiguration

Show SipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.SipMediaApplicationLoggingConfiguration

NFData SipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.SipMediaApplicationLoggingConfiguration

Eq SipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.SipMediaApplicationLoggingConfiguration

Hashable SipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.SipMediaApplicationLoggingConfiguration

type Rep SipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.SipMediaApplicationLoggingConfiguration

type Rep SipMediaApplicationLoggingConfiguration = D1 ('MetaData "SipMediaApplicationLoggingConfiguration" "Amazonka.Chime.Types.SipMediaApplicationLoggingConfiguration" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "SipMediaApplicationLoggingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "enableSipMediaApplicationMessageLogs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

newSipMediaApplicationLoggingConfiguration :: SipMediaApplicationLoggingConfiguration Source #

Create a value of SipMediaApplicationLoggingConfiguration 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:enableSipMediaApplicationMessageLogs:SipMediaApplicationLoggingConfiguration', sipMediaApplicationLoggingConfiguration_enableSipMediaApplicationMessageLogs - Enables application message logs for the SIP media application.

SipRule

data SipRule Source #

The SIP rule details, including name, triggers, and target applications. An AWS account can have multiple SIP rules.

See: newSipRule smart constructor.

Instances

Instances details
FromJSON SipRule Source # 
Instance details

Defined in Amazonka.Chime.Types.SipRule

Generic SipRule Source # 
Instance details

Defined in Amazonka.Chime.Types.SipRule

Associated Types

type Rep SipRule :: Type -> Type #

Methods

from :: SipRule -> Rep SipRule x #

to :: Rep SipRule x -> SipRule #

Read SipRule Source # 
Instance details

Defined in Amazonka.Chime.Types.SipRule

Show SipRule Source # 
Instance details

Defined in Amazonka.Chime.Types.SipRule

NFData SipRule Source # 
Instance details

Defined in Amazonka.Chime.Types.SipRule

Methods

rnf :: SipRule -> () #

Eq SipRule Source # 
Instance details

Defined in Amazonka.Chime.Types.SipRule

Methods

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

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

Hashable SipRule Source # 
Instance details

Defined in Amazonka.Chime.Types.SipRule

Methods

hashWithSalt :: Int -> SipRule -> Int #

hash :: SipRule -> Int #

type Rep SipRule Source # 
Instance details

Defined in Amazonka.Chime.Types.SipRule

newSipRule :: SipRule Source #

Create a value of SipRule 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:createdTimestamp:SipRule', sipRule_createdTimestamp - The time at which the SIP rule was created, in ISO 8601 format.

$sel:disabled:SipRule', sipRule_disabled - Indicates whether the SIP rule is enabled or disabled. You must disable a rule before you can delete it.

$sel:name:SipRule', sipRule_name - The name of the SIP rule.

$sel:sipRuleId:SipRule', sipRule_sipRuleId - The SIP rule ID.

$sel:targetApplications:SipRule', sipRule_targetApplications - Target SIP media application and other details, such as priority and AWS Region, to be specified in the SIP rule. Only one SIP rule per AWS Region can be provided.

$sel:triggerType:SipRule', sipRule_triggerType - The type of trigger assigned to the SIP rule in TriggerValue, currently RequestUriHostname or ToPhoneNumber.

$sel:triggerValue:SipRule', sipRule_triggerValue - If TriggerType is RequestUriHostname, then the value can be the outbound host name of the Amazon Chime Voice Connector. If TriggerType is ToPhoneNumber, then the value can be a customer-owned phone number in E164 format. SipRule is triggered when a SIP rule requests host name or ToPhoneNumber matches in the incoming SIP request.

$sel:updatedTimestamp:SipRule', sipRule_updatedTimestamp - The time at which the SIP rule was last updated, in ISO 8601 format.

SipRuleTargetApplication

data SipRuleTargetApplication Source #

Target SIP media application and other details, such as priority and AWS Region, to be specified in the SIP rule. Only one SIP rule per AWS Region can be provided.

See: newSipRuleTargetApplication smart constructor.

Instances

Instances details
FromJSON SipRuleTargetApplication Source # 
Instance details

Defined in Amazonka.Chime.Types.SipRuleTargetApplication

ToJSON SipRuleTargetApplication Source # 
Instance details

Defined in Amazonka.Chime.Types.SipRuleTargetApplication

Generic SipRuleTargetApplication Source # 
Instance details

Defined in Amazonka.Chime.Types.SipRuleTargetApplication

Associated Types

type Rep SipRuleTargetApplication :: Type -> Type #

Read SipRuleTargetApplication Source # 
Instance details

Defined in Amazonka.Chime.Types.SipRuleTargetApplication

Show SipRuleTargetApplication Source # 
Instance details

Defined in Amazonka.Chime.Types.SipRuleTargetApplication

NFData SipRuleTargetApplication Source # 
Instance details

Defined in Amazonka.Chime.Types.SipRuleTargetApplication

Eq SipRuleTargetApplication Source # 
Instance details

Defined in Amazonka.Chime.Types.SipRuleTargetApplication

Hashable SipRuleTargetApplication Source # 
Instance details

Defined in Amazonka.Chime.Types.SipRuleTargetApplication

type Rep SipRuleTargetApplication Source # 
Instance details

Defined in Amazonka.Chime.Types.SipRuleTargetApplication

type Rep SipRuleTargetApplication = D1 ('MetaData "SipRuleTargetApplication" "Amazonka.Chime.Types.SipRuleTargetApplication" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "SipRuleTargetApplication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "awsRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "priority") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "sipMediaApplicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newSipRuleTargetApplication :: SipRuleTargetApplication Source #

Create a value of SipRuleTargetApplication 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:awsRegion:SipRuleTargetApplication', sipRuleTargetApplication_awsRegion - The AWS Region of the target application.

$sel:priority:SipRuleTargetApplication', sipRuleTargetApplication_priority - Priority of the SIP media application in the target list.

$sel:sipMediaApplicationId:SipRuleTargetApplication', sipRuleTargetApplication_sipMediaApplicationId - The SIP media application ID.

SourceConfiguration

data SourceConfiguration Source #

Source configuration for a specified media capture pipeline.

See: newSourceConfiguration smart constructor.

Instances

Instances details
FromJSON SourceConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.SourceConfiguration

ToJSON SourceConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.SourceConfiguration

Generic SourceConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.SourceConfiguration

Associated Types

type Rep SourceConfiguration :: Type -> Type #

Show SourceConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.SourceConfiguration

NFData SourceConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.SourceConfiguration

Methods

rnf :: SourceConfiguration -> () #

Eq SourceConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.SourceConfiguration

Hashable SourceConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.SourceConfiguration

type Rep SourceConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.SourceConfiguration

type Rep SourceConfiguration = D1 ('MetaData "SourceConfiguration" "Amazonka.Chime.Types.SourceConfiguration" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "SourceConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "selectedVideoStreams") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SelectedVideoStreams))))

newSourceConfiguration :: SourceConfiguration Source #

Create a value of SourceConfiguration 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:selectedVideoStreams:SourceConfiguration', sourceConfiguration_selectedVideoStreams - The selected video streams to capture for a specified media capture pipeline. The number of video streams can't exceed 25.

StreamingConfiguration

data StreamingConfiguration Source #

The streaming configuration associated with an Amazon Chime Voice Connector. Specifies whether media streaming is enabled for sending to Amazon Kinesis, and shows the retention period for the Amazon Kinesis data, in hours.

See: newStreamingConfiguration smart constructor.

Instances

Instances details
FromJSON StreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.StreamingConfiguration

ToJSON StreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.StreamingConfiguration

Generic StreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.StreamingConfiguration

Associated Types

type Rep StreamingConfiguration :: Type -> Type #

Read StreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.StreamingConfiguration

Show StreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.StreamingConfiguration

NFData StreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.StreamingConfiguration

Methods

rnf :: StreamingConfiguration -> () #

Eq StreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.StreamingConfiguration

Hashable StreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.StreamingConfiguration

type Rep StreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.StreamingConfiguration

type Rep StreamingConfiguration = D1 ('MetaData "StreamingConfiguration" "Amazonka.Chime.Types.StreamingConfiguration" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "StreamingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "disabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "streamingNotificationTargets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty StreamingNotificationTarget))) :*: S1 ('MetaSel ('Just "dataRetentionInHours") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural))))

newStreamingConfiguration Source #

Create a value of StreamingConfiguration 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:disabled:StreamingConfiguration', streamingConfiguration_disabled - When true, media streaming to Amazon Kinesis is turned off.

$sel:streamingNotificationTargets:StreamingConfiguration', streamingConfiguration_streamingNotificationTargets - The streaming notification targets.

$sel:dataRetentionInHours:StreamingConfiguration', streamingConfiguration_dataRetentionInHours - The retention period, in hours, for the Amazon Kinesis data.

StreamingNotificationTarget

data StreamingNotificationTarget Source #

The targeted recipient for a streaming configuration notification.

See: newStreamingNotificationTarget smart constructor.

Instances

Instances details
FromJSON StreamingNotificationTarget Source # 
Instance details

Defined in Amazonka.Chime.Types.StreamingNotificationTarget

ToJSON StreamingNotificationTarget Source # 
Instance details

Defined in Amazonka.Chime.Types.StreamingNotificationTarget

Generic StreamingNotificationTarget Source # 
Instance details

Defined in Amazonka.Chime.Types.StreamingNotificationTarget

Associated Types

type Rep StreamingNotificationTarget :: Type -> Type #

Read StreamingNotificationTarget Source # 
Instance details

Defined in Amazonka.Chime.Types.StreamingNotificationTarget

Show StreamingNotificationTarget Source # 
Instance details

Defined in Amazonka.Chime.Types.StreamingNotificationTarget

NFData StreamingNotificationTarget Source # 
Instance details

Defined in Amazonka.Chime.Types.StreamingNotificationTarget

Eq StreamingNotificationTarget Source # 
Instance details

Defined in Amazonka.Chime.Types.StreamingNotificationTarget

Hashable StreamingNotificationTarget Source # 
Instance details

Defined in Amazonka.Chime.Types.StreamingNotificationTarget

type Rep StreamingNotificationTarget Source # 
Instance details

Defined in Amazonka.Chime.Types.StreamingNotificationTarget

type Rep StreamingNotificationTarget = D1 ('MetaData "StreamingNotificationTarget" "Amazonka.Chime.Types.StreamingNotificationTarget" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "StreamingNotificationTarget'" 'PrefixI 'True) (S1 ('MetaSel ('Just "notificationTarget") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 NotificationTarget)))

newStreamingNotificationTarget Source #

Create a value of StreamingNotificationTarget 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:notificationTarget:StreamingNotificationTarget', streamingNotificationTarget_notificationTarget - The streaming notification target.

Tag

data Tag Source #

Describes a tag applied to a resource.

See: newTag smart constructor.

Constructors

Tag' (Sensitive Text) (Sensitive Text) 

Instances

Instances details
FromJSON Tag Source # 
Instance details

Defined in Amazonka.Chime.Types.Tag

ToJSON Tag Source # 
Instance details

Defined in Amazonka.Chime.Types.Tag

Generic Tag Source # 
Instance details

Defined in Amazonka.Chime.Types.Tag

Associated Types

type Rep Tag :: Type -> Type #

Methods

from :: Tag -> Rep Tag x #

to :: Rep Tag x -> Tag #

Show Tag Source # 
Instance details

Defined in Amazonka.Chime.Types.Tag

Methods

showsPrec :: Int -> Tag -> ShowS #

show :: Tag -> String #

showList :: [Tag] -> ShowS #

NFData Tag Source # 
Instance details

Defined in Amazonka.Chime.Types.Tag

Methods

rnf :: Tag -> () #

Eq Tag Source # 
Instance details

Defined in Amazonka.Chime.Types.Tag

Methods

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

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

Hashable Tag Source # 
Instance details

Defined in Amazonka.Chime.Types.Tag

Methods

hashWithSalt :: Int -> Tag -> Int #

hash :: Tag -> Int #

type Rep Tag Source # 
Instance details

Defined in Amazonka.Chime.Types.Tag

type Rep Tag = D1 ('MetaData "Tag" "Amazonka.Chime.Types.Tag" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "Tag'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive 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 key of the tag.

$sel:value:Tag', tag_value - The value of the tag.

TelephonySettings

data TelephonySettings Source #

Settings that allow management of telephony permissions for an Amazon Chime user, such as inbound and outbound calling and text messaging.

See: newTelephonySettings smart constructor.

Instances

Instances details
FromJSON TelephonySettings Source # 
Instance details

Defined in Amazonka.Chime.Types.TelephonySettings

ToJSON TelephonySettings Source # 
Instance details

Defined in Amazonka.Chime.Types.TelephonySettings

Generic TelephonySettings Source # 
Instance details

Defined in Amazonka.Chime.Types.TelephonySettings

Associated Types

type Rep TelephonySettings :: Type -> Type #

Read TelephonySettings Source # 
Instance details

Defined in Amazonka.Chime.Types.TelephonySettings

Show TelephonySettings Source # 
Instance details

Defined in Amazonka.Chime.Types.TelephonySettings

NFData TelephonySettings Source # 
Instance details

Defined in Amazonka.Chime.Types.TelephonySettings

Methods

rnf :: TelephonySettings -> () #

Eq TelephonySettings Source # 
Instance details

Defined in Amazonka.Chime.Types.TelephonySettings

Hashable TelephonySettings Source # 
Instance details

Defined in Amazonka.Chime.Types.TelephonySettings

type Rep TelephonySettings Source # 
Instance details

Defined in Amazonka.Chime.Types.TelephonySettings

type Rep TelephonySettings = D1 ('MetaData "TelephonySettings" "Amazonka.Chime.Types.TelephonySettings" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "TelephonySettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "inboundCalling") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool) :*: (S1 ('MetaSel ('Just "outboundCalling") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool) :*: S1 ('MetaSel ('Just "sms") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool))))

newTelephonySettings Source #

Create a value of TelephonySettings 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:inboundCalling:TelephonySettings', telephonySettings_inboundCalling - Allows or denies inbound calling.

$sel:outboundCalling:TelephonySettings', telephonySettings_outboundCalling - Allows or denies outbound calling.

$sel:sms:TelephonySettings', telephonySettings_sms - Allows or denies SMS messaging.

Termination

data Termination Source #

Termination settings enable your SIP hosts to make outbound calls using your Amazon Chime Voice Connector.

See: newTermination smart constructor.

Instances

Instances details
FromJSON Termination Source # 
Instance details

Defined in Amazonka.Chime.Types.Termination

ToJSON Termination Source # 
Instance details

Defined in Amazonka.Chime.Types.Termination

Generic Termination Source # 
Instance details

Defined in Amazonka.Chime.Types.Termination

Associated Types

type Rep Termination :: Type -> Type #

Show Termination Source # 
Instance details

Defined in Amazonka.Chime.Types.Termination

NFData Termination Source # 
Instance details

Defined in Amazonka.Chime.Types.Termination

Methods

rnf :: Termination -> () #

Eq Termination Source # 
Instance details

Defined in Amazonka.Chime.Types.Termination

Hashable Termination Source # 
Instance details

Defined in Amazonka.Chime.Types.Termination

type Rep Termination Source # 
Instance details

Defined in Amazonka.Chime.Types.Termination

type Rep Termination = D1 ('MetaData "Termination" "Amazonka.Chime.Types.Termination" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "Termination'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "callingRegions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "cidrAllowedList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "cpsLimit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "defaultPhoneNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "disabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))))

newTermination :: Termination Source #

Create a value of Termination 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:callingRegions:Termination', termination_callingRegions - The countries to which calls are allowed, in ISO 3166-1 alpha-2 format. Required.

$sel:cidrAllowedList:Termination', termination_cidrAllowedList - The IP addresses allowed to make calls, in CIDR format. Required.

$sel:cpsLimit:Termination', termination_cpsLimit - The limit on calls per second. Max value based on account service quota. Default value of 1.

$sel:defaultPhoneNumber:Termination', termination_defaultPhoneNumber - The default caller ID phone number.

$sel:disabled:Termination', termination_disabled - When termination settings are disabled, outbound calls can not be made.

TerminationHealth

data TerminationHealth Source #

The termination health details, including the source IP address and timestamp of the last successful SIP OPTIONS message from your SIP infrastructure.

See: newTerminationHealth smart constructor.

Instances

Instances details
FromJSON TerminationHealth Source # 
Instance details

Defined in Amazonka.Chime.Types.TerminationHealth

Generic TerminationHealth Source # 
Instance details

Defined in Amazonka.Chime.Types.TerminationHealth

Associated Types

type Rep TerminationHealth :: Type -> Type #

Read TerminationHealth Source # 
Instance details

Defined in Amazonka.Chime.Types.TerminationHealth

Show TerminationHealth Source # 
Instance details

Defined in Amazonka.Chime.Types.TerminationHealth

NFData TerminationHealth Source # 
Instance details

Defined in Amazonka.Chime.Types.TerminationHealth

Methods

rnf :: TerminationHealth -> () #

Eq TerminationHealth Source # 
Instance details

Defined in Amazonka.Chime.Types.TerminationHealth

Hashable TerminationHealth Source # 
Instance details

Defined in Amazonka.Chime.Types.TerminationHealth

type Rep TerminationHealth Source # 
Instance details

Defined in Amazonka.Chime.Types.TerminationHealth

type Rep TerminationHealth = D1 ('MetaData "TerminationHealth" "Amazonka.Chime.Types.TerminationHealth" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "TerminationHealth'" 'PrefixI 'True) (S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "timestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))))

newTerminationHealth :: TerminationHealth Source #

Create a value of TerminationHealth 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:source:TerminationHealth', terminationHealth_source - The source IP address.

$sel:timestamp:TerminationHealth', terminationHealth_timestamp - The timestamp, in ISO 8601 format.

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.Chime.Types.TranscriptionConfiguration

Generic TranscriptionConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscriptionConfiguration

Associated Types

type Rep TranscriptionConfiguration :: Type -> Type #

Read TranscriptionConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscriptionConfiguration

Show TranscriptionConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscriptionConfiguration

NFData TranscriptionConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscriptionConfiguration

Eq TranscriptionConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscriptionConfiguration

Hashable TranscriptionConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscriptionConfiguration

type Rep TranscriptionConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscriptionConfiguration

type Rep TranscriptionConfiguration = D1 ('MetaData "TranscriptionConfiguration" "Amazonka.Chime.Types.TranscriptionConfiguration" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" '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.

UpdatePhoneNumberRequestItem

data UpdatePhoneNumberRequestItem Source #

The phone number ID, product type, or calling name fields to update, used with the BatchUpdatePhoneNumber and UpdatePhoneNumber actions.

See: newUpdatePhoneNumberRequestItem smart constructor.

Instances

Instances details
ToJSON UpdatePhoneNumberRequestItem Source # 
Instance details

Defined in Amazonka.Chime.Types.UpdatePhoneNumberRequestItem

Generic UpdatePhoneNumberRequestItem Source # 
Instance details

Defined in Amazonka.Chime.Types.UpdatePhoneNumberRequestItem

Associated Types

type Rep UpdatePhoneNumberRequestItem :: Type -> Type #

Show UpdatePhoneNumberRequestItem Source # 
Instance details

Defined in Amazonka.Chime.Types.UpdatePhoneNumberRequestItem

NFData UpdatePhoneNumberRequestItem Source # 
Instance details

Defined in Amazonka.Chime.Types.UpdatePhoneNumberRequestItem

Eq UpdatePhoneNumberRequestItem Source # 
Instance details

Defined in Amazonka.Chime.Types.UpdatePhoneNumberRequestItem

Hashable UpdatePhoneNumberRequestItem Source # 
Instance details

Defined in Amazonka.Chime.Types.UpdatePhoneNumberRequestItem

type Rep UpdatePhoneNumberRequestItem Source # 
Instance details

Defined in Amazonka.Chime.Types.UpdatePhoneNumberRequestItem

type Rep UpdatePhoneNumberRequestItem = D1 ('MetaData "UpdatePhoneNumberRequestItem" "Amazonka.Chime.Types.UpdatePhoneNumberRequestItem" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "UpdatePhoneNumberRequestItem'" 'PrefixI 'True) (S1 ('MetaSel ('Just "callingName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "productType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PhoneNumberProductType)) :*: S1 ('MetaSel ('Just "phoneNumberId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newUpdatePhoneNumberRequestItem Source #

Create a value of UpdatePhoneNumberRequestItem 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:callingName:UpdatePhoneNumberRequestItem', updatePhoneNumberRequestItem_callingName - The outbound calling name to update.

$sel:productType:UpdatePhoneNumberRequestItem', updatePhoneNumberRequestItem_productType - The product type to update.

$sel:phoneNumberId:UpdatePhoneNumberRequestItem', updatePhoneNumberRequestItem_phoneNumberId - The phone number ID to update.

UpdateUserRequestItem

data UpdateUserRequestItem Source #

The user ID and user fields to update, used with the BatchUpdateUser action.

See: newUpdateUserRequestItem smart constructor.

Instances

Instances details
ToJSON UpdateUserRequestItem Source # 
Instance details

Defined in Amazonka.Chime.Types.UpdateUserRequestItem

Generic UpdateUserRequestItem Source # 
Instance details

Defined in Amazonka.Chime.Types.UpdateUserRequestItem

Associated Types

type Rep UpdateUserRequestItem :: Type -> Type #

Show UpdateUserRequestItem Source # 
Instance details

Defined in Amazonka.Chime.Types.UpdateUserRequestItem

NFData UpdateUserRequestItem Source # 
Instance details

Defined in Amazonka.Chime.Types.UpdateUserRequestItem

Methods

rnf :: UpdateUserRequestItem -> () #

Eq UpdateUserRequestItem Source # 
Instance details

Defined in Amazonka.Chime.Types.UpdateUserRequestItem

Hashable UpdateUserRequestItem Source # 
Instance details

Defined in Amazonka.Chime.Types.UpdateUserRequestItem

type Rep UpdateUserRequestItem Source # 
Instance details

Defined in Amazonka.Chime.Types.UpdateUserRequestItem

type Rep UpdateUserRequestItem = D1 ('MetaData "UpdateUserRequestItem" "Amazonka.Chime.Types.UpdateUserRequestItem" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "UpdateUserRequestItem'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "alexaForBusinessMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AlexaForBusinessMetadata)) :*: S1 ('MetaSel ('Just "licenseType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe License))) :*: (S1 ('MetaSel ('Just "userType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserType)) :*: S1 ('MetaSel ('Just "userId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newUpdateUserRequestItem Source #

Create a value of UpdateUserRequestItem 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:alexaForBusinessMetadata:UpdateUserRequestItem', updateUserRequestItem_alexaForBusinessMetadata - The Alexa for Business metadata.

$sel:licenseType:UpdateUserRequestItem', updateUserRequestItem_licenseType - The user license type.

$sel:userType:UpdateUserRequestItem', updateUserRequestItem_userType - The user type.

$sel:userId:UpdateUserRequestItem', updateUserRequestItem_userId - The user ID.

User

data User Source #

The user on the Amazon Chime account.

See: newUser smart constructor.

Instances

Instances details
FromJSON User Source # 
Instance details

Defined in Amazonka.Chime.Types.User

Generic User Source # 
Instance details

Defined in Amazonka.Chime.Types.User

Associated Types

type Rep User :: Type -> Type #

Methods

from :: User -> Rep User x #

to :: Rep User x -> User #

Show User Source # 
Instance details

Defined in Amazonka.Chime.Types.User

Methods

showsPrec :: Int -> User -> ShowS #

show :: User -> String #

showList :: [User] -> ShowS #

NFData User Source # 
Instance details

Defined in Amazonka.Chime.Types.User

Methods

rnf :: User -> () #

Eq User Source # 
Instance details

Defined in Amazonka.Chime.Types.User

Methods

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

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

Hashable User Source # 
Instance details

Defined in Amazonka.Chime.Types.User

Methods

hashWithSalt :: Int -> User -> Int #

hash :: User -> Int #

type Rep User Source # 
Instance details

Defined in Amazonka.Chime.Types.User

type Rep User = D1 ('MetaData "User" "Amazonka.Chime.Types.User" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "User'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "alexaForBusinessMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AlexaForBusinessMetadata)) :*: S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))))) :*: (S1 ('MetaSel ('Just "invitedOn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: (S1 ('MetaSel ('Just "licenseType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe License)) :*: S1 ('MetaSel ('Just "personalPIN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "primaryEmail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "primaryProvisionedNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "registeredOn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)))) :*: ((S1 ('MetaSel ('Just "userInvitationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InviteStatus)) :*: S1 ('MetaSel ('Just "userRegistrationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RegistrationStatus))) :*: (S1 ('MetaSel ('Just "userType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserType)) :*: S1 ('MetaSel ('Just "userId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newUser Source #

Arguments

:: Text

$sel:userId:User'

-> User 

Create a value of User 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:accountId:User', user_accountId - The Amazon Chime account ID.

$sel:alexaForBusinessMetadata:User', user_alexaForBusinessMetadata - The Alexa for Business metadata.

$sel:displayName:User', user_displayName - The display name of the user.

$sel:invitedOn:User', user_invitedOn - Date and time when the user is invited to the Amazon Chime account, in ISO 8601 format.

$sel:licenseType:User', user_licenseType - The license type for the user.

$sel:personalPIN:User', user_personalPIN - The user's personal meeting PIN.

$sel:primaryEmail:User', user_primaryEmail - The primary email address of the user.

$sel:primaryProvisionedNumber:User', user_primaryProvisionedNumber - The primary phone number associated with the user.

$sel:registeredOn:User', user_registeredOn - Date and time when the user is registered, in ISO 8601 format.

$sel:userInvitationStatus:User', user_userInvitationStatus - The user invite status.

$sel:userRegistrationStatus:User', user_userRegistrationStatus - The user registration status.

$sel:userType:User', user_userType - The user type.

$sel:userId:User', user_userId - The user ID.

UserError

data UserError Source #

The list of errors returned when errors are encountered during the BatchSuspendUser, BatchUnsuspendUser, or BatchUpdateUser actions. This includes user IDs, error codes, and error messages.

See: newUserError smart constructor.

Instances

Instances details
FromJSON UserError Source # 
Instance details

Defined in Amazonka.Chime.Types.UserError

Generic UserError Source # 
Instance details

Defined in Amazonka.Chime.Types.UserError

Associated Types

type Rep UserError :: Type -> Type #

Read UserError Source # 
Instance details

Defined in Amazonka.Chime.Types.UserError

Show UserError Source # 
Instance details

Defined in Amazonka.Chime.Types.UserError

NFData UserError Source # 
Instance details

Defined in Amazonka.Chime.Types.UserError

Methods

rnf :: UserError -> () #

Eq UserError Source # 
Instance details

Defined in Amazonka.Chime.Types.UserError

Hashable UserError Source # 
Instance details

Defined in Amazonka.Chime.Types.UserError

type Rep UserError Source # 
Instance details

Defined in Amazonka.Chime.Types.UserError

type Rep UserError = D1 ('MetaData "UserError" "Amazonka.Chime.Types.UserError" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "UserError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ErrorCode)) :*: (S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "userId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newUserError :: UserError Source #

Create a value of UserError 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:UserError', userError_errorCode - The error code.

$sel:errorMessage:UserError', userError_errorMessage - The error message.

$sel:userId:UserError', userError_userId - The user ID for which the action failed.

UserSettings

data UserSettings Source #

Settings associated with an Amazon Chime user, including inbound and outbound calling and text messaging.

See: newUserSettings smart constructor.

Instances

Instances details
FromJSON UserSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.UserSettings

ToJSON UserSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.UserSettings

Generic UserSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.UserSettings

Associated Types

type Rep UserSettings :: Type -> Type #

Read UserSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.UserSettings

Show UserSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.UserSettings

NFData UserSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.UserSettings

Methods

rnf :: UserSettings -> () #

Eq UserSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.UserSettings

Hashable UserSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.UserSettings

type Rep UserSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.UserSettings

type Rep UserSettings = D1 ('MetaData "UserSettings" "Amazonka.Chime.Types.UserSettings" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "UserSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "telephony") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TelephonySettings)))

newUserSettings Source #

Create a value of UserSettings 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:telephony:UserSettings', userSettings_telephony - The telephony settings associated with the user.

VideoArtifactsConfiguration

data VideoArtifactsConfiguration Source #

The video artifact configuration object.

See: newVideoArtifactsConfiguration smart constructor.

Instances

Instances details
FromJSON VideoArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.VideoArtifactsConfiguration

ToJSON VideoArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.VideoArtifactsConfiguration

Generic VideoArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.VideoArtifactsConfiguration

Associated Types

type Rep VideoArtifactsConfiguration :: Type -> Type #

Read VideoArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.VideoArtifactsConfiguration

Show VideoArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.VideoArtifactsConfiguration

NFData VideoArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.VideoArtifactsConfiguration

Eq VideoArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.VideoArtifactsConfiguration

Hashable VideoArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.VideoArtifactsConfiguration

type Rep VideoArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.VideoArtifactsConfiguration

type Rep VideoArtifactsConfiguration = D1 ('MetaData "VideoArtifactsConfiguration" "Amazonka.Chime.Types.VideoArtifactsConfiguration" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "VideoArtifactsConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "muxType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VideoMuxType)) :*: S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ArtifactsState)))

newVideoArtifactsConfiguration Source #

Create a value of VideoArtifactsConfiguration 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:muxType:VideoArtifactsConfiguration', videoArtifactsConfiguration_muxType - The MUX type of the video artifact configuration object.

$sel:state:VideoArtifactsConfiguration', videoArtifactsConfiguration_state - Indicates whether the video artifact is enabled or disabled.

VoiceConnector

data VoiceConnector Source #

The Amazon Chime Voice Connector configuration, including outbound host name and encryption settings.

See: newVoiceConnector smart constructor.

Instances

Instances details
FromJSON VoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnector

Generic VoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnector

Associated Types

type Rep VoiceConnector :: Type -> Type #

Read VoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnector

Show VoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnector

NFData VoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnector

Methods

rnf :: VoiceConnector -> () #

Eq VoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnector

Hashable VoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnector

type Rep VoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnector

newVoiceConnector :: VoiceConnector Source #

Create a value of VoiceConnector 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:awsRegion:VoiceConnector', voiceConnector_awsRegion - The AWS Region in which the Amazon Chime Voice Connector is created. Default: us-east-1.

$sel:createdTimestamp:VoiceConnector', voiceConnector_createdTimestamp - The Amazon Chime Voice Connector creation timestamp, in ISO 8601 format.

$sel:name:VoiceConnector', voiceConnector_name - The name of the Amazon Chime Voice Connector.

$sel:outboundHostName:VoiceConnector', voiceConnector_outboundHostName - The outbound host name for the Amazon Chime Voice Connector.

$sel:requireEncryption:VoiceConnector', voiceConnector_requireEncryption - Designates whether encryption is required for the Amazon Chime Voice Connector.

$sel:updatedTimestamp:VoiceConnector', voiceConnector_updatedTimestamp - The updated Amazon Chime Voice Connector timestamp, in ISO 8601 format.

$sel:voiceConnectorArn:VoiceConnector', voiceConnector_voiceConnectorArn - The ARN of the specified Amazon Chime Voice Connector.

$sel:voiceConnectorId:VoiceConnector', voiceConnector_voiceConnectorId - The Amazon Chime Voice Connector ID.

VoiceConnectorGroup

data VoiceConnectorGroup Source #

The Amazon Chime Voice Connector group configuration, including associated Amazon Chime Voice Connectors. You can include Amazon Chime Voice Connectors from different AWS Regions in your group. This creates a fault tolerant mechanism for fallback in case of availability events.

See: newVoiceConnectorGroup smart constructor.

Instances

Instances details
FromJSON VoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorGroup

Generic VoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorGroup

Associated Types

type Rep VoiceConnectorGroup :: Type -> Type #

Read VoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorGroup

Show VoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorGroup

NFData VoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorGroup

Methods

rnf :: VoiceConnectorGroup -> () #

Eq VoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorGroup

Hashable VoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorGroup

type Rep VoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorGroup

type Rep VoiceConnectorGroup = D1 ('MetaData "VoiceConnectorGroup" "Amazonka.Chime.Types.VoiceConnectorGroup" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "VoiceConnectorGroup'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "createdTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "updatedTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)))) :*: (S1 ('MetaSel ('Just "voiceConnectorGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "voiceConnectorGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "voiceConnectorItems") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [VoiceConnectorItem]))))))

newVoiceConnectorGroup :: VoiceConnectorGroup Source #

Create a value of VoiceConnectorGroup 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:createdTimestamp:VoiceConnectorGroup', voiceConnectorGroup_createdTimestamp - The Amazon Chime Voice Connector group creation time stamp, in ISO 8601 format.

$sel:name:VoiceConnectorGroup', voiceConnectorGroup_name - The name of the Amazon Chime Voice Connector group.

$sel:updatedTimestamp:VoiceConnectorGroup', voiceConnectorGroup_updatedTimestamp - The updated Amazon Chime Voice Connector group time stamp, in ISO 8601 format.

$sel:voiceConnectorGroupArn:VoiceConnectorGroup', voiceConnectorGroup_voiceConnectorGroupArn - The ARN of the specified Amazon Chime Voice Connector group.

$sel:voiceConnectorGroupId:VoiceConnectorGroup', voiceConnectorGroup_voiceConnectorGroupId - The Amazon Chime Voice Connector group ID.

$sel:voiceConnectorItems:VoiceConnectorGroup', voiceConnectorGroup_voiceConnectorItems - The Amazon Chime Voice Connectors to which to route inbound calls.

VoiceConnectorItem

data VoiceConnectorItem Source #

For Amazon Chime Voice Connector groups, the Amazon Chime Voice Connectors to which to route inbound calls. Includes priority configuration settings. Limit: 3 VoiceConnectorItems per Amazon Chime Voice Connector group.

See: newVoiceConnectorItem smart constructor.

Instances

Instances details
FromJSON VoiceConnectorItem Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorItem

ToJSON VoiceConnectorItem Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorItem

Generic VoiceConnectorItem Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorItem

Associated Types

type Rep VoiceConnectorItem :: Type -> Type #

Read VoiceConnectorItem Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorItem

Show VoiceConnectorItem Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorItem

NFData VoiceConnectorItem Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorItem

Methods

rnf :: VoiceConnectorItem -> () #

Eq VoiceConnectorItem Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorItem

Hashable VoiceConnectorItem Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorItem

type Rep VoiceConnectorItem Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorItem

type Rep VoiceConnectorItem = D1 ('MetaData "VoiceConnectorItem" "Amazonka.Chime.Types.VoiceConnectorItem" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "VoiceConnectorItem'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "priority") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)))

newVoiceConnectorItem Source #

Create a value of VoiceConnectorItem 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:voiceConnectorId:VoiceConnectorItem', voiceConnectorItem_voiceConnectorId - The Amazon Chime Voice Connector ID.

$sel:priority:VoiceConnectorItem', voiceConnectorItem_priority - The priority associated with the Amazon Chime Voice Connector, with 1 being the highest priority. Higher priority Amazon Chime Voice Connectors are attempted first.

VoiceConnectorSettings

data VoiceConnectorSettings Source #

The Amazon Chime Voice Connector settings. Includes any Amazon S3 buckets designated for storing call detail records.

See: newVoiceConnectorSettings smart constructor.

Instances

Instances details
FromJSON VoiceConnectorSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorSettings

ToJSON VoiceConnectorSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorSettings

Generic VoiceConnectorSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorSettings

Associated Types

type Rep VoiceConnectorSettings :: Type -> Type #

Read VoiceConnectorSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorSettings

Show VoiceConnectorSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorSettings

NFData VoiceConnectorSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorSettings

Methods

rnf :: VoiceConnectorSettings -> () #

Eq VoiceConnectorSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorSettings

Hashable VoiceConnectorSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorSettings

type Rep VoiceConnectorSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorSettings

type Rep VoiceConnectorSettings = D1 ('MetaData "VoiceConnectorSettings" "Amazonka.Chime.Types.VoiceConnectorSettings" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "VoiceConnectorSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cdrBucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newVoiceConnectorSettings :: VoiceConnectorSettings Source #

Create a value of VoiceConnectorSettings 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:cdrBucket:VoiceConnectorSettings', voiceConnectorSettings_cdrBucket - The Amazon S3 bucket designated for call detail record storage.