libZSservicesZSamazonka-chimeZSamazonka-chime
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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 some server-side API actions to use with the Amazon Chime SDK. 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 => Getting (First ServiceError) a ServiceError Source #

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

ThrottledClientException

_ThrottledClientException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The client exceeded its request rate limit.

ResourceLimitExceededException

_ResourceLimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The request exceeds the resource limit.

UnprocessableEntityException

_UnprocessableEntityException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

ConflictException

_ConflictException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

ForbiddenException

_ForbiddenException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The client is permanently forbidden from making the request.

NotFoundException

_NotFoundException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

ServiceFailureException

_ServiceFailureException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The service encountered an unexpected error.

UnauthorizedClientException

_UnauthorizedClientException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The client is not currently authorized to make the request.

ServiceUnavailableException

_ServiceUnavailableException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The service is currently unavailable.

BadRequestException

_BadRequestException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

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.

DescribeChannelMembership

data DescribeChannelMembership Source #

See: newDescribeChannelMembership smart constructor.

Instances

Instances details
Eq DescribeChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelMembership

Read DescribeChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelMembership

Show 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 #

NFData DescribeChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelMembership

Hashable DescribeChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelMembership

AWSRequest DescribeChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelMembership

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

type Rep DescribeChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelMembership

type Rep DescribeChannelMembership = D1 ('MetaData "DescribeChannelMembership" "Amazonka.Chime.DescribeChannelMembership" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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))))
type AWSResponse DescribeChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelMembership

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.

$sel:channelArn:DescribeChannelMembership', describeChannelMembership_channelArn - The ARN of the channel.

$sel:memberArn:DescribeChannelMembership', describeChannelMembership_memberArn - The ARN of the member.

data DescribeChannelMembershipResponse Source #

See: newDescribeChannelMembershipResponse smart constructor.

Instances

Instances details
Eq DescribeChannelMembershipResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelMembership

Show DescribeChannelMembershipResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelMembership

Generic DescribeChannelMembershipResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelMembership

Associated Types

type Rep DescribeChannelMembershipResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

CreateAppInstance

data CreateAppInstance Source #

See: newCreateAppInstance smart constructor.

Instances

Instances details
Eq CreateAppInstance Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstance

Show CreateAppInstance Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstance

Generic CreateAppInstance Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstance

Associated Types

type Rep CreateAppInstance :: Type -> Type #

NFData CreateAppInstance Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstance

Methods

rnf :: CreateAppInstance -> () #

Hashable CreateAppInstance Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstance

ToJSON CreateAppInstance Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstance

AWSRequest CreateAppInstance Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstance

Associated Types

type AWSResponse 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

type Rep CreateAppInstance Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstance

type Rep CreateAppInstance = D1 ('MetaData "CreateAppInstance" "Amazonka.Chime.CreateAppInstance" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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)))))
type AWSResponse CreateAppInstance Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstance

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:

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

$sel:tags:CreateAppInstance', createAppInstance_tags - Tags assigned to the AppInstanceUser.

$sel:name: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
Eq CreateAppInstanceResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstance

Read CreateAppInstanceResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstance

Show CreateAppInstanceResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstance

Generic CreateAppInstanceResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstance

Associated Types

type Rep CreateAppInstanceResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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:

$sel:appInstanceArn:CreateAppInstanceResponse', createAppInstanceResponse_appInstanceArn - The Amazon Resource Number (ARN) of the AppInstance.

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

GetVoiceConnectorGroup

data GetVoiceConnectorGroup Source #

See: newGetVoiceConnectorGroup smart constructor.

Instances

Instances details
Eq GetVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorGroup

Read GetVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorGroup

Show GetVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorGroup

Generic GetVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorGroup

Associated Types

type Rep GetVoiceConnectorGroup :: Type -> Type #

NFData GetVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorGroup

Methods

rnf :: GetVoiceConnectorGroup -> () #

Hashable GetVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorGroup

AWSRequest GetVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorGroup

Associated Types

type AWSResponse GetVoiceConnectorGroup #

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

type Rep GetVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorGroup

type Rep GetVoiceConnectorGroup = D1 ('MetaData "GetVoiceConnectorGroup" "Amazonka.Chime.GetVoiceConnectorGroup" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "GetVoiceConnectorGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorGroup

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:

$sel:voiceConnectorGroupId:GetVoiceConnectorGroup', getVoiceConnectorGroup_voiceConnectorGroupId - The Amazon Chime Voice Connector group ID.

data GetVoiceConnectorGroupResponse Source #

See: newGetVoiceConnectorGroupResponse smart constructor.

Instances

Instances details
Eq GetVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorGroup

Read GetVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorGroup

Show GetVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorGroup

Generic GetVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorGroup

Associated Types

type Rep GetVoiceConnectorGroupResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

ListVoiceConnectors

data ListVoiceConnectors Source #

See: newListVoiceConnectors smart constructor.

Instances

Instances details
Eq ListVoiceConnectors Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectors

Read ListVoiceConnectors Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectors

Show ListVoiceConnectors Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectors

Generic ListVoiceConnectors Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectors

Associated Types

type Rep ListVoiceConnectors :: Type -> Type #

NFData ListVoiceConnectors Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectors

Methods

rnf :: ListVoiceConnectors -> () #

Hashable ListVoiceConnectors Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectors

AWSRequest ListVoiceConnectors Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectors

Associated Types

type AWSResponse ListVoiceConnectors #

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

type Rep ListVoiceConnectors Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectors

type Rep ListVoiceConnectors = D1 ('MetaData "ListVoiceConnectors" "Amazonka.Chime.ListVoiceConnectors" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "ListVoiceConnectors'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))
type AWSResponse ListVoiceConnectors Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectors

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:nextToken:ListVoiceConnectors', listVoiceConnectors_nextToken - The token to use to retrieve the next page of results.

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

data ListVoiceConnectorsResponse Source #

See: newListVoiceConnectorsResponse smart constructor.

Instances

Instances details
Eq ListVoiceConnectorsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectors

Read ListVoiceConnectorsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectors

Show ListVoiceConnectorsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectors

Generic ListVoiceConnectorsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectors

Associated Types

type Rep ListVoiceConnectorsResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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:

$sel:nextToken: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.

ListRoomMemberships

data ListRoomMemberships Source #

See: newListRoomMemberships smart constructor.

Instances

Instances details
Eq ListRoomMemberships Source # 
Instance details

Defined in Amazonka.Chime.ListRoomMemberships

Read ListRoomMemberships Source # 
Instance details

Defined in Amazonka.Chime.ListRoomMemberships

Show ListRoomMemberships Source # 
Instance details

Defined in Amazonka.Chime.ListRoomMemberships

Generic ListRoomMemberships Source # 
Instance details

Defined in Amazonka.Chime.ListRoomMemberships

Associated Types

type Rep ListRoomMemberships :: Type -> Type #

NFData ListRoomMemberships Source # 
Instance details

Defined in Amazonka.Chime.ListRoomMemberships

Methods

rnf :: ListRoomMemberships -> () #

Hashable ListRoomMemberships Source # 
Instance details

Defined in Amazonka.Chime.ListRoomMemberships

AWSRequest ListRoomMemberships Source # 
Instance details

Defined in Amazonka.Chime.ListRoomMemberships

Associated Types

type AWSResponse ListRoomMemberships #

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

type Rep ListRoomMemberships Source # 
Instance details

Defined in Amazonka.Chime.ListRoomMemberships

type Rep ListRoomMemberships = D1 ('MetaData "ListRoomMemberships" "Amazonka.Chime.ListRoomMemberships" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "ListRoomMemberships'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "roomId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListRoomMemberships Source # 
Instance details

Defined in Amazonka.Chime.ListRoomMemberships

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:nextToken:ListRoomMemberships', listRoomMemberships_nextToken - The token to use to retrieve the next page of results.

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

$sel:accountId:ListRoomMemberships', listRoomMemberships_accountId - The Amazon Chime account ID.

$sel:roomId:ListRoomMemberships', listRoomMemberships_roomId - The room ID.

data ListRoomMembershipsResponse Source #

See: newListRoomMembershipsResponse smart constructor.

Instances

Instances details
Eq ListRoomMembershipsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListRoomMemberships

Show ListRoomMembershipsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListRoomMemberships

Generic ListRoomMembershipsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListRoomMemberships

Associated Types

type Rep ListRoomMembershipsResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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:

$sel:nextToken: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.

GetPhoneNumberSettings

data GetPhoneNumberSettings Source #

See: newGetPhoneNumberSettings smart constructor.

Instances

Instances details
Eq GetPhoneNumberSettings Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumberSettings

Read GetPhoneNumberSettings Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumberSettings

Show GetPhoneNumberSettings Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumberSettings

Generic GetPhoneNumberSettings Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumberSettings

Associated Types

type Rep GetPhoneNumberSettings :: Type -> Type #

NFData GetPhoneNumberSettings Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumberSettings

Methods

rnf :: GetPhoneNumberSettings -> () #

Hashable GetPhoneNumberSettings Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumberSettings

AWSRequest GetPhoneNumberSettings Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumberSettings

Associated Types

type AWSResponse GetPhoneNumberSettings #

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

type Rep GetPhoneNumberSettings Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumberSettings

type Rep GetPhoneNumberSettings = D1 ('MetaData "GetPhoneNumberSettings" "Amazonka.Chime.GetPhoneNumberSettings" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "GetPhoneNumberSettings'" 'PrefixI 'False) (U1 :: Type -> Type))
type AWSResponse GetPhoneNumberSettings Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumberSettings

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
Eq GetPhoneNumberSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumberSettings

Show GetPhoneNumberSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumberSettings

Generic GetPhoneNumberSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumberSettings

Associated Types

type Rep GetPhoneNumberSettingsResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "GetPhoneNumberSettingsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "callingNameUpdatedTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "callingName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: 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:

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

$sel:callingName:GetPhoneNumberSettingsResponse', getPhoneNumberSettingsResponse_callingName - The default outbound calling name for the account.

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

UpdateGlobalSettings

data UpdateGlobalSettings Source #

See: newUpdateGlobalSettings smart constructor.

Instances

Instances details
Eq UpdateGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateGlobalSettings

Read UpdateGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateGlobalSettings

Show UpdateGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateGlobalSettings

Generic UpdateGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateGlobalSettings

Associated Types

type Rep UpdateGlobalSettings :: Type -> Type #

NFData UpdateGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateGlobalSettings

Methods

rnf :: UpdateGlobalSettings -> () #

Hashable UpdateGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateGlobalSettings

ToJSON UpdateGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateGlobalSettings

AWSRequest UpdateGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateGlobalSettings

Associated Types

type AWSResponse 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

type Rep UpdateGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateGlobalSettings

type Rep UpdateGlobalSettings = D1 ('MetaData "UpdateGlobalSettings" "Amazonka.Chime.UpdateGlobalSettings" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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))))
type AWSResponse UpdateGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateGlobalSettings

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
Eq UpdateGlobalSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateGlobalSettings

Read UpdateGlobalSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateGlobalSettings

Show UpdateGlobalSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateGlobalSettings

Generic UpdateGlobalSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateGlobalSettings

Associated Types

type Rep UpdateGlobalSettingsResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

ListAttendees

data ListAttendees Source #

See: newListAttendees smart constructor.

Instances

Instances details
Eq ListAttendees Source # 
Instance details

Defined in Amazonka.Chime.ListAttendees

Read ListAttendees Source # 
Instance details

Defined in Amazonka.Chime.ListAttendees

Show ListAttendees Source # 
Instance details

Defined in Amazonka.Chime.ListAttendees

Generic ListAttendees Source # 
Instance details

Defined in Amazonka.Chime.ListAttendees

Associated Types

type Rep ListAttendees :: Type -> Type #

NFData ListAttendees Source # 
Instance details

Defined in Amazonka.Chime.ListAttendees

Methods

rnf :: ListAttendees -> () #

Hashable ListAttendees Source # 
Instance details

Defined in Amazonka.Chime.ListAttendees

AWSRequest ListAttendees Source # 
Instance details

Defined in Amazonka.Chime.ListAttendees

Associated Types

type AWSResponse ListAttendees #

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

type Rep ListAttendees Source # 
Instance details

Defined in Amazonka.Chime.ListAttendees

type Rep ListAttendees = D1 ('MetaData "ListAttendees" "Amazonka.Chime.ListAttendees" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "ListAttendees'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "meetingId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListAttendees Source # 
Instance details

Defined in Amazonka.Chime.ListAttendees

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:nextToken:ListAttendees', listAttendees_nextToken - The token to use to retrieve the next page of results.

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

$sel:meetingId:ListAttendees', listAttendees_meetingId - The Amazon Chime SDK meeting ID.

data ListAttendeesResponse Source #

See: newListAttendeesResponse smart constructor.

Instances

Instances details
Eq ListAttendeesResponse Source # 
Instance details

Defined in Amazonka.Chime.ListAttendees

Show ListAttendeesResponse Source # 
Instance details

Defined in Amazonka.Chime.ListAttendees

Generic ListAttendeesResponse Source # 
Instance details

Defined in Amazonka.Chime.ListAttendees

Associated Types

type Rep ListAttendeesResponse :: Type -> Type #

NFData ListAttendeesResponse Source # 
Instance details

Defined in Amazonka.Chime.ListAttendees

Methods

rnf :: ListAttendeesResponse -> () #

type Rep ListAttendeesResponse Source # 
Instance details

Defined in Amazonka.Chime.ListAttendees

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

$sel:nextToken: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.

PutVoiceConnectorLoggingConfiguration

data PutVoiceConnectorLoggingConfiguration Source #

Instances

Instances details
Eq 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

Generic PutVoiceConnectorLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorLoggingConfiguration

NFData PutVoiceConnectorLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorLoggingConfiguration

Hashable PutVoiceConnectorLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorLoggingConfiguration

ToJSON PutVoiceConnectorLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorLoggingConfiguration

AWSRequest 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

type Rep PutVoiceConnectorLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorLoggingConfiguration

type Rep PutVoiceConnectorLoggingConfiguration = D1 ('MetaData "PutVoiceConnectorLoggingConfiguration" "Amazonka.Chime.PutVoiceConnectorLoggingConfiguration" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "PutVoiceConnectorLoggingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "loggingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 LoggingConfiguration)))
type AWSResponse PutVoiceConnectorLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorLoggingConfiguration

data PutVoiceConnectorLoggingConfigurationResponse Source #

Instances

Instances details
Eq 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

Generic PutVoiceConnectorLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorLoggingConfiguration

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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)))

GetVoiceConnectorTermination

data GetVoiceConnectorTermination Source #

See: newGetVoiceConnectorTermination smart constructor.

Instances

Instances details
Eq GetVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorTermination

Read GetVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorTermination

Show 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 #

NFData GetVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorTermination

Hashable GetVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorTermination

AWSRequest GetVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorTermination

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

type Rep GetVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorTermination

type Rep GetVoiceConnectorTermination = D1 ('MetaData "GetVoiceConnectorTermination" "Amazonka.Chime.GetVoiceConnectorTermination" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "GetVoiceConnectorTermination'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorTermination

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:

$sel:voiceConnectorId:GetVoiceConnectorTermination', getVoiceConnectorTermination_voiceConnectorId - The Amazon Chime Voice Connector ID.

data GetVoiceConnectorTerminationResponse Source #

Instances

Instances details
Eq GetVoiceConnectorTerminationResponse Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorTermination

Show GetVoiceConnectorTerminationResponse Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorTermination

Generic GetVoiceConnectorTerminationResponse Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorTermination

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

DeleteAttendee

data DeleteAttendee Source #

See: newDeleteAttendee smart constructor.

Constructors

DeleteAttendee' Text Text 

Instances

Instances details
Eq DeleteAttendee Source # 
Instance details

Defined in Amazonka.Chime.DeleteAttendee

Read DeleteAttendee Source # 
Instance details

Defined in Amazonka.Chime.DeleteAttendee

Show DeleteAttendee Source # 
Instance details

Defined in Amazonka.Chime.DeleteAttendee

Generic DeleteAttendee Source # 
Instance details

Defined in Amazonka.Chime.DeleteAttendee

Associated Types

type Rep DeleteAttendee :: Type -> Type #

NFData DeleteAttendee Source # 
Instance details

Defined in Amazonka.Chime.DeleteAttendee

Methods

rnf :: DeleteAttendee -> () #

Hashable DeleteAttendee Source # 
Instance details

Defined in Amazonka.Chime.DeleteAttendee

AWSRequest DeleteAttendee Source # 
Instance details

Defined in Amazonka.Chime.DeleteAttendee

Associated Types

type AWSResponse DeleteAttendee #

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

type Rep DeleteAttendee Source # 
Instance details

Defined in Amazonka.Chime.DeleteAttendee

type Rep DeleteAttendee = D1 ('MetaData "DeleteAttendee" "Amazonka.Chime.DeleteAttendee" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "DeleteAttendee'" 'PrefixI 'True) (S1 ('MetaSel ('Just "meetingId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "attendeeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteAttendee Source # 
Instance details

Defined in Amazonka.Chime.DeleteAttendee

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:

$sel:meetingId:DeleteAttendee', deleteAttendee_meetingId - The Amazon Chime SDK meeting ID.

$sel:attendeeId:DeleteAttendee', deleteAttendee_attendeeId - The Amazon Chime SDK attendee ID.

data DeleteAttendeeResponse Source #

See: newDeleteAttendeeResponse smart constructor.

Instances

Instances details
Eq DeleteAttendeeResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteAttendee

Read DeleteAttendeeResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteAttendee

Show DeleteAttendeeResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteAttendee

Generic DeleteAttendeeResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteAttendee

Associated Types

type Rep DeleteAttendeeResponse :: Type -> Type #

NFData DeleteAttendeeResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteAttendee

Methods

rnf :: DeleteAttendeeResponse -> () #

type Rep DeleteAttendeeResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteAttendee

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

GetVoiceConnectorProxy

data GetVoiceConnectorProxy Source #

See: newGetVoiceConnectorProxy smart constructor.

Instances

Instances details
Eq GetVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorProxy

Read GetVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorProxy

Show GetVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorProxy

Generic GetVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorProxy

Associated Types

type Rep GetVoiceConnectorProxy :: Type -> Type #

NFData GetVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorProxy

Methods

rnf :: GetVoiceConnectorProxy -> () #

Hashable GetVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorProxy

AWSRequest GetVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorProxy

Associated Types

type AWSResponse GetVoiceConnectorProxy #

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

type Rep GetVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorProxy

type Rep GetVoiceConnectorProxy = D1 ('MetaData "GetVoiceConnectorProxy" "Amazonka.Chime.GetVoiceConnectorProxy" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "GetVoiceConnectorProxy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorProxy

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:

$sel:voiceConnectorId:GetVoiceConnectorProxy', getVoiceConnectorProxy_voiceConnectorId - The Amazon Chime voice connector ID.

data GetVoiceConnectorProxyResponse Source #

See: newGetVoiceConnectorProxyResponse smart constructor.

Instances

Instances details
Eq GetVoiceConnectorProxyResponse Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorProxy

Show GetVoiceConnectorProxyResponse Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorProxy

Generic GetVoiceConnectorProxyResponse Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorProxy

Associated Types

type Rep GetVoiceConnectorProxyResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

DeleteVoiceConnectorEmergencyCallingConfiguration

data DeleteVoiceConnectorEmergencyCallingConfiguration Source #

Instances

Instances details
Eq 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

Generic DeleteVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorEmergencyCallingConfiguration

NFData DeleteVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorEmergencyCallingConfiguration

Hashable DeleteVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorEmergencyCallingConfiguration

AWSRequest DeleteVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorEmergencyCallingConfiguration

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

type Rep DeleteVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorEmergencyCallingConfiguration

type Rep DeleteVoiceConnectorEmergencyCallingConfiguration = D1 ('MetaData "DeleteVoiceConnectorEmergencyCallingConfiguration" "Amazonka.Chime.DeleteVoiceConnectorEmergencyCallingConfiguration" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "DeleteVoiceConnectorEmergencyCallingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorEmergencyCallingConfiguration

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:

$sel:voiceConnectorId:DeleteVoiceConnectorEmergencyCallingConfiguration', deleteVoiceConnectorEmergencyCallingConfiguration_voiceConnectorId - The Amazon Chime Voice Connector ID.

data DeleteVoiceConnectorEmergencyCallingConfigurationResponse Source #

Instances

Instances details
Eq 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

Generic DeleteVoiceConnectorEmergencyCallingConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorEmergencyCallingConfiguration

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "DeleteVoiceConnectorEmergencyCallingConfigurationResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

GetVoiceConnectorStreamingConfiguration

data GetVoiceConnectorStreamingConfiguration Source #

Instances

Instances details
Eq 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

Generic GetVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorStreamingConfiguration

NFData GetVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorStreamingConfiguration

Hashable GetVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorStreamingConfiguration

AWSRequest GetVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorStreamingConfiguration

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

type Rep GetVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorStreamingConfiguration

type Rep GetVoiceConnectorStreamingConfiguration = D1 ('MetaData "GetVoiceConnectorStreamingConfiguration" "Amazonka.Chime.GetVoiceConnectorStreamingConfiguration" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "GetVoiceConnectorStreamingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorStreamingConfiguration

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:

$sel:voiceConnectorId:GetVoiceConnectorStreamingConfiguration', getVoiceConnectorStreamingConfiguration_voiceConnectorId - The Amazon Chime Voice Connector ID.

data GetVoiceConnectorStreamingConfigurationResponse Source #

Instances

Instances details
Eq 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

Generic GetVoiceConnectorStreamingConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorStreamingConfiguration

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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)))

UpdateSipMediaApplicationCall

data UpdateSipMediaApplicationCall Source #

See: newUpdateSipMediaApplicationCall smart constructor.

Instances

Instances details
Eq UpdateSipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipMediaApplicationCall

Show 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 #

NFData UpdateSipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipMediaApplicationCall

Hashable UpdateSipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipMediaApplicationCall

ToJSON UpdateSipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipMediaApplicationCall

AWSRequest 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

type Rep UpdateSipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipMediaApplicationCall

type Rep UpdateSipMediaApplicationCall = D1 ('MetaData "UpdateSipMediaApplicationCall" "Amazonka.Chime.UpdateSipMediaApplicationCall" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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))))))
type AWSResponse UpdateSipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipMediaApplicationCall

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:

$sel:sipMediaApplicationId:UpdateSipMediaApplicationCall', updateSipMediaApplicationCall_sipMediaApplicationId - The ID of the SIP media application handling the call.

$sel:transactionId: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
Eq 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

Generic UpdateSipMediaApplicationCallResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipMediaApplicationCall

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

StopMeetingTranscription

data StopMeetingTranscription Source #

See: newStopMeetingTranscription smart constructor.

Instances

Instances details
Eq StopMeetingTranscription Source # 
Instance details

Defined in Amazonka.Chime.StopMeetingTranscription

Read StopMeetingTranscription Source # 
Instance details

Defined in Amazonka.Chime.StopMeetingTranscription

Show 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 #

NFData StopMeetingTranscription Source # 
Instance details

Defined in Amazonka.Chime.StopMeetingTranscription

Hashable StopMeetingTranscription Source # 
Instance details

Defined in Amazonka.Chime.StopMeetingTranscription

ToJSON StopMeetingTranscription Source # 
Instance details

Defined in Amazonka.Chime.StopMeetingTranscription

AWSRequest 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

type Rep StopMeetingTranscription Source # 
Instance details

Defined in Amazonka.Chime.StopMeetingTranscription

type Rep StopMeetingTranscription = D1 ('MetaData "StopMeetingTranscription" "Amazonka.Chime.StopMeetingTranscription" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "StopMeetingTranscription'" 'PrefixI 'True) (S1 ('MetaSel ('Just "meetingId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse StopMeetingTranscription Source # 
Instance details

Defined in Amazonka.Chime.StopMeetingTranscription

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:

$sel:meetingId:StopMeetingTranscription', stopMeetingTranscription_meetingId - The unique ID of the meeting for which you stop transcription.

data StopMeetingTranscriptionResponse Source #

See: newStopMeetingTranscriptionResponse smart constructor.

Instances

Instances details
Eq StopMeetingTranscriptionResponse Source # 
Instance details

Defined in Amazonka.Chime.StopMeetingTranscription

Read StopMeetingTranscriptionResponse Source # 
Instance details

Defined in Amazonka.Chime.StopMeetingTranscription

Show StopMeetingTranscriptionResponse Source # 
Instance details

Defined in Amazonka.Chime.StopMeetingTranscription

Generic StopMeetingTranscriptionResponse Source # 
Instance details

Defined in Amazonka.Chime.StopMeetingTranscription

Associated Types

type Rep StopMeetingTranscriptionResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

GetAppInstanceRetentionSettings

data GetAppInstanceRetentionSettings Source #

See: newGetAppInstanceRetentionSettings smart constructor.

Instances

Instances details
Eq GetAppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.GetAppInstanceRetentionSettings

Read GetAppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.GetAppInstanceRetentionSettings

Show 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 #

NFData GetAppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.GetAppInstanceRetentionSettings

Hashable GetAppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.GetAppInstanceRetentionSettings

AWSRequest GetAppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.GetAppInstanceRetentionSettings

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

type Rep GetAppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.GetAppInstanceRetentionSettings

type Rep GetAppInstanceRetentionSettings = D1 ('MetaData "GetAppInstanceRetentionSettings" "Amazonka.Chime.GetAppInstanceRetentionSettings" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "GetAppInstanceRetentionSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetAppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.GetAppInstanceRetentionSettings

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:

$sel:appInstanceArn:GetAppInstanceRetentionSettings', getAppInstanceRetentionSettings_appInstanceArn - The ARN of the AppInstance.

data GetAppInstanceRetentionSettingsResponse Source #

Instances

Instances details
Eq 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

Generic GetAppInstanceRetentionSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetAppInstanceRetentionSettings

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

PutVoiceConnectorEmergencyCallingConfiguration

data PutVoiceConnectorEmergencyCallingConfiguration Source #

Instances

Instances details
Eq PutVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorEmergencyCallingConfiguration

Show PutVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorEmergencyCallingConfiguration

Generic PutVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorEmergencyCallingConfiguration

NFData PutVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorEmergencyCallingConfiguration

Hashable PutVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorEmergencyCallingConfiguration

ToJSON PutVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorEmergencyCallingConfiguration

AWSRequest 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

type Rep PutVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorEmergencyCallingConfiguration

type Rep PutVoiceConnectorEmergencyCallingConfiguration = D1 ('MetaData "PutVoiceConnectorEmergencyCallingConfiguration" "Amazonka.Chime.PutVoiceConnectorEmergencyCallingConfiguration" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "PutVoiceConnectorEmergencyCallingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "emergencyCallingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EmergencyCallingConfiguration)))
type AWSResponse PutVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorEmergencyCallingConfiguration

data PutVoiceConnectorEmergencyCallingConfigurationResponse Source #

Instances

Instances details
Eq PutVoiceConnectorEmergencyCallingConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorEmergencyCallingConfiguration

Show PutVoiceConnectorEmergencyCallingConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorEmergencyCallingConfiguration

Generic PutVoiceConnectorEmergencyCallingConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorEmergencyCallingConfiguration

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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)))

CreateMeetingWithAttendees

data CreateMeetingWithAttendees Source #

See: newCreateMeetingWithAttendees smart constructor.

Instances

Instances details
Eq CreateMeetingWithAttendees Source # 
Instance details

Defined in Amazonka.Chime.CreateMeetingWithAttendees

Show 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 #

NFData CreateMeetingWithAttendees Source # 
Instance details

Defined in Amazonka.Chime.CreateMeetingWithAttendees

Hashable CreateMeetingWithAttendees Source # 
Instance details

Defined in Amazonka.Chime.CreateMeetingWithAttendees

ToJSON CreateMeetingWithAttendees Source # 
Instance details

Defined in Amazonka.Chime.CreateMeetingWithAttendees

AWSRequest 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

type Rep CreateMeetingWithAttendees Source # 
Instance details

Defined in Amazonka.Chime.CreateMeetingWithAttendees

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

Defined in Amazonka.Chime.CreateMeetingWithAttendees

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:

$sel:mediaRegion: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:attendees:CreateMeetingWithAttendees', createMeetingWithAttendees_attendees - The request containing the attendees to create.

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

$sel:externalMeetingId:CreateMeetingWithAttendees', createMeetingWithAttendees_externalMeetingId - The external meeting ID.

$sel:tags: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
Eq CreateMeetingWithAttendeesResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateMeetingWithAttendees

Show CreateMeetingWithAttendeesResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateMeetingWithAttendees

Generic CreateMeetingWithAttendeesResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateMeetingWithAttendees

Associated Types

type Rep CreateMeetingWithAttendeesResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "CreateMeetingWithAttendeesResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "attendees") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Attendee])) :*: S1 ('MetaSel ('Just "meeting") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Meeting))) :*: (S1 ('MetaSel ('Just "errors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CreateAttendeeError])) :*: 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:

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

$sel:meeting:CreateMeetingWithAttendeesResponse', createMeetingWithAttendeesResponse_meeting - Undocumented member.

$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:httpStatus:CreateMeetingWithAttendeesResponse', createMeetingWithAttendeesResponse_httpStatus - The response's http status code.

ListChannels

data ListChannels Source #

See: newListChannels smart constructor.

Instances

Instances details
Eq ListChannels Source # 
Instance details

Defined in Amazonka.Chime.ListChannels

Show ListChannels Source # 
Instance details

Defined in Amazonka.Chime.ListChannels

Generic ListChannels Source # 
Instance details

Defined in Amazonka.Chime.ListChannels

Associated Types

type Rep ListChannels :: Type -> Type #

NFData ListChannels Source # 
Instance details

Defined in Amazonka.Chime.ListChannels

Methods

rnf :: ListChannels -> () #

Hashable ListChannels Source # 
Instance details

Defined in Amazonka.Chime.ListChannels

AWSRequest ListChannels Source # 
Instance details

Defined in Amazonka.Chime.ListChannels

Associated Types

type AWSResponse ListChannels #

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

type Rep ListChannels Source # 
Instance details

Defined in Amazonka.Chime.ListChannels

type Rep ListChannels = D1 ('MetaData "ListChannels" "Amazonka.Chime.ListChannels" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "ListChannels'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "privacy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChannelPrivacy)) :*: S1 ('MetaSel ('Just "chimeBearer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "appInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse ListChannels Source # 
Instance details

Defined in Amazonka.Chime.ListChannels

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:privacy:ListChannels', listChannels_privacy - The privacy setting. PUBLIC retrieves all the public channels. PRIVATE retrieves private channels. Only an AppInstanceAdmin can retrieve private channels.

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

$sel:nextToken:ListChannels', listChannels_nextToken - The token passed by previous API calls until all requested channels are returned.

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

$sel:appInstanceArn:ListChannels', listChannels_appInstanceArn - The ARN of the AppInstance.

data ListChannelsResponse Source #

See: newListChannelsResponse smart constructor.

Instances

Instances details
Eq ListChannelsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListChannels

Show ListChannelsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListChannels

Generic ListChannelsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListChannels

Associated Types

type Rep ListChannelsResponse :: Type -> Type #

NFData ListChannelsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListChannels

Methods

rnf :: ListChannelsResponse -> () #

type Rep ListChannelsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListChannels

type Rep ListChannelsResponse = D1 ('MetaData "ListChannelsResponse" "Amazonka.Chime.ListChannels" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

$sel:nextToken: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.

DisassociatePhoneNumberFromUser

data DisassociatePhoneNumberFromUser Source #

See: newDisassociatePhoneNumberFromUser smart constructor.

Instances

Instances details
Eq DisassociatePhoneNumberFromUser Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumberFromUser

Read DisassociatePhoneNumberFromUser Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumberFromUser

Show 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 #

NFData DisassociatePhoneNumberFromUser Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumberFromUser

Hashable DisassociatePhoneNumberFromUser Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumberFromUser

ToJSON DisassociatePhoneNumberFromUser Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumberFromUser

AWSRequest 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

type Rep DisassociatePhoneNumberFromUser Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumberFromUser

type Rep DisassociatePhoneNumberFromUser = D1 ('MetaData "DisassociatePhoneNumberFromUser" "Amazonka.Chime.DisassociatePhoneNumberFromUser" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "DisassociatePhoneNumberFromUser'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "userId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DisassociatePhoneNumberFromUser Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumberFromUser

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:

$sel:accountId:DisassociatePhoneNumberFromUser', disassociatePhoneNumberFromUser_accountId - The Amazon Chime account ID.

$sel:userId:DisassociatePhoneNumberFromUser', disassociatePhoneNumberFromUser_userId - The user ID.

data DisassociatePhoneNumberFromUserResponse Source #

Instances

Instances details
Eq 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

Generic DisassociatePhoneNumberFromUserResponse Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumberFromUser

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

DisassociateSigninDelegateGroupsFromAccount

data DisassociateSigninDelegateGroupsFromAccount Source #

Instances

Instances details
Eq 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

Generic DisassociateSigninDelegateGroupsFromAccount Source # 
Instance details

Defined in Amazonka.Chime.DisassociateSigninDelegateGroupsFromAccount

NFData DisassociateSigninDelegateGroupsFromAccount Source # 
Instance details

Defined in Amazonka.Chime.DisassociateSigninDelegateGroupsFromAccount

Hashable DisassociateSigninDelegateGroupsFromAccount Source # 
Instance details

Defined in Amazonka.Chime.DisassociateSigninDelegateGroupsFromAccount

ToJSON DisassociateSigninDelegateGroupsFromAccount Source # 
Instance details

Defined in Amazonka.Chime.DisassociateSigninDelegateGroupsFromAccount

AWSRequest 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

type Rep DisassociateSigninDelegateGroupsFromAccount Source # 
Instance details

Defined in Amazonka.Chime.DisassociateSigninDelegateGroupsFromAccount

type Rep DisassociateSigninDelegateGroupsFromAccount = D1 ('MetaData "DisassociateSigninDelegateGroupsFromAccount" "Amazonka.Chime.DisassociateSigninDelegateGroupsFromAccount" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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))))
type AWSResponse DisassociateSigninDelegateGroupsFromAccount Source # 
Instance details

Defined in Amazonka.Chime.DisassociateSigninDelegateGroupsFromAccount

data DisassociateSigninDelegateGroupsFromAccountResponse Source #

Instances

Instances details
Eq 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

Generic DisassociateSigninDelegateGroupsFromAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.DisassociateSigninDelegateGroupsFromAccount

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

ResetPersonalPIN

data ResetPersonalPIN Source #

See: newResetPersonalPIN smart constructor.

Instances

Instances details
Eq ResetPersonalPIN Source # 
Instance details

Defined in Amazonka.Chime.ResetPersonalPIN

Read ResetPersonalPIN Source # 
Instance details

Defined in Amazonka.Chime.ResetPersonalPIN

Show ResetPersonalPIN Source # 
Instance details

Defined in Amazonka.Chime.ResetPersonalPIN

Generic ResetPersonalPIN Source # 
Instance details

Defined in Amazonka.Chime.ResetPersonalPIN

Associated Types

type Rep ResetPersonalPIN :: Type -> Type #

NFData ResetPersonalPIN Source # 
Instance details

Defined in Amazonka.Chime.ResetPersonalPIN

Methods

rnf :: ResetPersonalPIN -> () #

Hashable ResetPersonalPIN Source # 
Instance details

Defined in Amazonka.Chime.ResetPersonalPIN

ToJSON ResetPersonalPIN Source # 
Instance details

Defined in Amazonka.Chime.ResetPersonalPIN

AWSRequest ResetPersonalPIN Source # 
Instance details

Defined in Amazonka.Chime.ResetPersonalPIN

Associated Types

type AWSResponse 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

type Rep ResetPersonalPIN Source # 
Instance details

Defined in Amazonka.Chime.ResetPersonalPIN

type Rep ResetPersonalPIN = D1 ('MetaData "ResetPersonalPIN" "Amazonka.Chime.ResetPersonalPIN" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "ResetPersonalPIN'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "userId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse ResetPersonalPIN Source # 
Instance details

Defined in Amazonka.Chime.ResetPersonalPIN

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:

$sel:accountId:ResetPersonalPIN', resetPersonalPIN_accountId - The Amazon Chime account ID.

$sel:userId:ResetPersonalPIN', resetPersonalPIN_userId - The user ID.

data ResetPersonalPINResponse Source #

See: newResetPersonalPINResponse smart constructor.

Instances

Instances details
Eq ResetPersonalPINResponse Source # 
Instance details

Defined in Amazonka.Chime.ResetPersonalPIN

Show ResetPersonalPINResponse Source # 
Instance details

Defined in Amazonka.Chime.ResetPersonalPIN

Generic ResetPersonalPINResponse Source # 
Instance details

Defined in Amazonka.Chime.ResetPersonalPIN

Associated Types

type Rep ResetPersonalPINResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

ListTagsForResource

data ListTagsForResource Source #

See: newListTagsForResource smart constructor.

Instances

Instances details
Eq ListTagsForResource Source # 
Instance details

Defined in Amazonka.Chime.ListTagsForResource

Show ListTagsForResource Source # 
Instance details

Defined in Amazonka.Chime.ListTagsForResource

Generic ListTagsForResource Source # 
Instance details

Defined in Amazonka.Chime.ListTagsForResource

Associated Types

type Rep ListTagsForResource :: Type -> Type #

NFData ListTagsForResource Source # 
Instance details

Defined in Amazonka.Chime.ListTagsForResource

Methods

rnf :: ListTagsForResource -> () #

Hashable ListTagsForResource Source # 
Instance details

Defined in Amazonka.Chime.ListTagsForResource

AWSRequest ListTagsForResource Source # 
Instance details

Defined in Amazonka.Chime.ListTagsForResource

Associated Types

type AWSResponse ListTagsForResource #

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

type Rep ListTagsForResource Source # 
Instance details

Defined in Amazonka.Chime.ListTagsForResource

type Rep ListTagsForResource = D1 ('MetaData "ListTagsForResource" "Amazonka.Chime.ListTagsForResource" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "ListTagsForResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text))))
type AWSResponse ListTagsForResource Source # 
Instance details

Defined in Amazonka.Chime.ListTagsForResource

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
Eq ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.Chime.ListTagsForResource

Show ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.Chime.ListTagsForResource

Generic ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.Chime.ListTagsForResource

Associated Types

type Rep ListTagsForResourceResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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:

$sel:tags:ListTagsForResourceResponse', listTagsForResourceResponse_tags - A list of tag-key value pairs.

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

DeleteChannel

data DeleteChannel Source #

See: newDeleteChannel smart constructor.

Constructors

DeleteChannel' (Maybe Text) Text 

Instances

Instances details
Eq DeleteChannel Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannel

Read DeleteChannel Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannel

Show DeleteChannel Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannel

Generic DeleteChannel Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannel

Associated Types

type Rep DeleteChannel :: Type -> Type #

NFData DeleteChannel Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannel

Methods

rnf :: DeleteChannel -> () #

Hashable DeleteChannel Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannel

AWSRequest DeleteChannel Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannel

Associated Types

type AWSResponse DeleteChannel #

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

type Rep DeleteChannel Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannel

type Rep DeleteChannel = D1 ('MetaData "DeleteChannel" "Amazonka.Chime.DeleteChannel" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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)))
type AWSResponse DeleteChannel Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannel

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.

$sel:channelArn:DeleteChannel', deleteChannel_channelArn - The ARN of the channel being deleted.

data DeleteChannelResponse Source #

See: newDeleteChannelResponse smart constructor.

Instances

Instances details
Eq DeleteChannelResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannel

Read DeleteChannelResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannel

Show DeleteChannelResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannel

Generic DeleteChannelResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannel

Associated Types

type Rep DeleteChannelResponse :: Type -> Type #

NFData DeleteChannelResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannel

Methods

rnf :: DeleteChannelResponse -> () #

type Rep DeleteChannelResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannel

type Rep DeleteChannelResponse = D1 ('MetaData "DeleteChannelResponse" "Amazonka.Chime.DeleteChannel" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

UpdateChannel

data UpdateChannel Source #

See: newUpdateChannel smart constructor.

Instances

Instances details
Eq UpdateChannel Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannel

Show UpdateChannel Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannel

Generic UpdateChannel Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannel

Associated Types

type Rep UpdateChannel :: Type -> Type #

NFData UpdateChannel Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannel

Methods

rnf :: UpdateChannel -> () #

Hashable UpdateChannel Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannel

ToJSON UpdateChannel Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannel

AWSRequest UpdateChannel Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannel

Associated Types

type AWSResponse 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

type Rep UpdateChannel Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannel

type Rep UpdateChannel = D1 ('MetaData "UpdateChannel" "Amazonka.Chime.UpdateChannel" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "UpdateChannel'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "chimeBearer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "metadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))) :*: (S1 ('MetaSel ('Just "channelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)) :*: S1 ('MetaSel ('Just "mode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ChannelMode)))))
type AWSResponse 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.

$sel:metadata:UpdateChannel', updateChannel_metadata - The metadata for the update request.

$sel:channelArn:UpdateChannel', updateChannel_channelArn - The ARN of the channel.

$sel:name:UpdateChannel', updateChannel_name - The name of the channel.

$sel:mode:UpdateChannel', updateChannel_mode - The mode of the update request.

data UpdateChannelResponse Source #

See: newUpdateChannelResponse smart constructor.

Instances

Instances details
Eq UpdateChannelResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannel

Read UpdateChannelResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannel

Show UpdateChannelResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannel

Generic UpdateChannelResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannel

Associated Types

type Rep UpdateChannelResponse :: Type -> Type #

NFData UpdateChannelResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannel

Methods

rnf :: UpdateChannelResponse -> () #

type Rep UpdateChannelResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannel

type Rep UpdateChannelResponse = D1 ('MetaData "UpdateChannelResponse" "Amazonka.Chime.UpdateChannel" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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:

$sel:channelArn:UpdateChannel', updateChannelResponse_channelArn - The ARN of the channel.

$sel:httpStatus:UpdateChannelResponse', updateChannelResponse_httpStatus - The response's http status code.

DescribeAppInstanceAdmin

data DescribeAppInstanceAdmin Source #

See: newDescribeAppInstanceAdmin smart constructor.

Instances

Instances details
Eq DescribeAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstanceAdmin

Read DescribeAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstanceAdmin

Show 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 #

NFData DescribeAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstanceAdmin

Hashable DescribeAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstanceAdmin

AWSRequest DescribeAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstanceAdmin

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

type Rep DescribeAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstanceAdmin

type Rep DescribeAppInstanceAdmin = D1 ('MetaData "DescribeAppInstanceAdmin" "Amazonka.Chime.DescribeAppInstanceAdmin" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "DescribeAppInstanceAdmin'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appInstanceAdminArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "appInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstanceAdmin

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.

$sel:appInstanceArn:DescribeAppInstanceAdmin', describeAppInstanceAdmin_appInstanceArn - The ARN of the AppInstance.

data DescribeAppInstanceAdminResponse Source #

See: newDescribeAppInstanceAdminResponse smart constructor.

Instances

Instances details
Eq DescribeAppInstanceAdminResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstanceAdmin

Show DescribeAppInstanceAdminResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstanceAdmin

Generic DescribeAppInstanceAdminResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstanceAdmin

Associated Types

type Rep DescribeAppInstanceAdminResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

CreateAttendee

data CreateAttendee Source #

See: newCreateAttendee smart constructor.

Instances

Instances details
Eq CreateAttendee Source # 
Instance details

Defined in Amazonka.Chime.CreateAttendee

Show CreateAttendee Source # 
Instance details

Defined in Amazonka.Chime.CreateAttendee

Generic CreateAttendee Source # 
Instance details

Defined in Amazonka.Chime.CreateAttendee

Associated Types

type Rep CreateAttendee :: Type -> Type #

NFData CreateAttendee Source # 
Instance details

Defined in Amazonka.Chime.CreateAttendee

Methods

rnf :: CreateAttendee -> () #

Hashable CreateAttendee Source # 
Instance details

Defined in Amazonka.Chime.CreateAttendee

ToJSON CreateAttendee Source # 
Instance details

Defined in Amazonka.Chime.CreateAttendee

AWSRequest CreateAttendee Source # 
Instance details

Defined in Amazonka.Chime.CreateAttendee

Associated Types

type AWSResponse 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

type Rep CreateAttendee Source # 
Instance details

Defined in Amazonka.Chime.CreateAttendee

type Rep CreateAttendee = D1 ('MetaData "CreateAttendee" "Amazonka.Chime.CreateAttendee" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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)))))
type AWSResponse CreateAttendee Source # 
Instance details

Defined in Amazonka.Chime.CreateAttendee

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:

$sel:tags:CreateAttendee', createAttendee_tags - The tag key-value pairs.

$sel:meetingId:CreateAttendee', createAttendee_meetingId - The Amazon Chime SDK meeting ID.

$sel:externalUserId: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.

ListSupportedPhoneNumberCountries

data ListSupportedPhoneNumberCountries Source #

See: newListSupportedPhoneNumberCountries smart constructor.

Instances

Instances details
Eq ListSupportedPhoneNumberCountries Source # 
Instance details

Defined in Amazonka.Chime.ListSupportedPhoneNumberCountries

Read ListSupportedPhoneNumberCountries Source # 
Instance details

Defined in Amazonka.Chime.ListSupportedPhoneNumberCountries

Show 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 #

NFData ListSupportedPhoneNumberCountries Source # 
Instance details

Defined in Amazonka.Chime.ListSupportedPhoneNumberCountries

Hashable ListSupportedPhoneNumberCountries Source # 
Instance details

Defined in Amazonka.Chime.ListSupportedPhoneNumberCountries

AWSRequest ListSupportedPhoneNumberCountries Source # 
Instance details

Defined in Amazonka.Chime.ListSupportedPhoneNumberCountries

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

type Rep ListSupportedPhoneNumberCountries Source # 
Instance details

Defined in Amazonka.Chime.ListSupportedPhoneNumberCountries

type Rep ListSupportedPhoneNumberCountries = D1 ('MetaData "ListSupportedPhoneNumberCountries" "Amazonka.Chime.ListSupportedPhoneNumberCountries" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "ListSupportedPhoneNumberCountries'" 'PrefixI 'True) (S1 ('MetaSel ('Just "productType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PhoneNumberProductType)))
type AWSResponse ListSupportedPhoneNumberCountries Source # 
Instance details

Defined in Amazonka.Chime.ListSupportedPhoneNumberCountries

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:

$sel:productType:ListSupportedPhoneNumberCountries', listSupportedPhoneNumberCountries_productType - The phone number product type.

data ListSupportedPhoneNumberCountriesResponse Source #

Instances

Instances details
Eq 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

Generic ListSupportedPhoneNumberCountriesResponse Source # 
Instance details

Defined in Amazonka.Chime.ListSupportedPhoneNumberCountries

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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)))

DeleteSipRule

data DeleteSipRule Source #

See: newDeleteSipRule smart constructor.

Constructors

DeleteSipRule' Text 

Instances

Instances details
Eq DeleteSipRule Source # 
Instance details

Defined in Amazonka.Chime.DeleteSipRule

Read DeleteSipRule Source # 
Instance details

Defined in Amazonka.Chime.DeleteSipRule

Show DeleteSipRule Source # 
Instance details

Defined in Amazonka.Chime.DeleteSipRule

Generic DeleteSipRule Source # 
Instance details

Defined in Amazonka.Chime.DeleteSipRule

Associated Types

type Rep DeleteSipRule :: Type -> Type #

NFData DeleteSipRule Source # 
Instance details

Defined in Amazonka.Chime.DeleteSipRule

Methods

rnf :: DeleteSipRule -> () #

Hashable DeleteSipRule Source # 
Instance details

Defined in Amazonka.Chime.DeleteSipRule

AWSRequest DeleteSipRule Source # 
Instance details

Defined in Amazonka.Chime.DeleteSipRule

Associated Types

type AWSResponse DeleteSipRule #

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

type Rep DeleteSipRule Source # 
Instance details

Defined in Amazonka.Chime.DeleteSipRule

type Rep DeleteSipRule = D1 ('MetaData "DeleteSipRule" "Amazonka.Chime.DeleteSipRule" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "DeleteSipRule'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sipRuleId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteSipRule Source # 
Instance details

Defined in Amazonka.Chime.DeleteSipRule

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:

$sel:sipRuleId:DeleteSipRule', deleteSipRule_sipRuleId - The SIP rule ID.

data DeleteSipRuleResponse Source #

See: newDeleteSipRuleResponse smart constructor.

Instances

Instances details
Eq DeleteSipRuleResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteSipRule

Read DeleteSipRuleResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteSipRule

Show DeleteSipRuleResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteSipRule

Generic DeleteSipRuleResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteSipRule

Associated Types

type Rep DeleteSipRuleResponse :: Type -> Type #

NFData DeleteSipRuleResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteSipRule

Methods

rnf :: DeleteSipRuleResponse -> () #

type Rep DeleteSipRuleResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteSipRule

type Rep DeleteSipRuleResponse = D1 ('MetaData "DeleteSipRuleResponse" "Amazonka.Chime.DeleteSipRule" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

UpdateSipRule

data UpdateSipRule Source #

See: newUpdateSipRule smart constructor.

Instances

Instances details
Eq UpdateSipRule Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipRule

Read UpdateSipRule Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipRule

Show UpdateSipRule Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipRule

Generic UpdateSipRule Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipRule

Associated Types

type Rep UpdateSipRule :: Type -> Type #

NFData UpdateSipRule Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipRule

Methods

rnf :: UpdateSipRule -> () #

Hashable UpdateSipRule Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipRule

ToJSON UpdateSipRule Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipRule

AWSRequest UpdateSipRule Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipRule

Associated Types

type AWSResponse 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

type Rep UpdateSipRule Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipRule

type Rep UpdateSipRule = D1 ('MetaData "UpdateSipRule" "Amazonka.Chime.UpdateSipRule" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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))))
type AWSResponse UpdateSipRule Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipRule

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:

$sel:disabled:UpdateSipRule', updateSipRule_disabled - The new value specified to indicate whether the rule is disabled.

$sel:targetApplications:UpdateSipRule', updateSipRule_targetApplications - The new value of the list of target applications.

$sel:sipRuleId:UpdateSipRule', updateSipRule_sipRuleId - The SIP rule ID.

$sel:name:UpdateSipRule', updateSipRule_name - The new name for the specified SIP rule.

data UpdateSipRuleResponse Source #

See: newUpdateSipRuleResponse smart constructor.

Instances

Instances details
Eq UpdateSipRuleResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipRule

Read UpdateSipRuleResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipRule

Show UpdateSipRuleResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipRule

Generic UpdateSipRuleResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipRule

Associated Types

type Rep UpdateSipRuleResponse :: Type -> Type #

NFData UpdateSipRuleResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipRule

Methods

rnf :: UpdateSipRuleResponse -> () #

type Rep UpdateSipRuleResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipRule

type Rep UpdateSipRuleResponse = D1 ('MetaData "UpdateSipRuleResponse" "Amazonka.Chime.UpdateSipRule" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

UpdateAccountSettings

data UpdateAccountSettings Source #

See: newUpdateAccountSettings smart constructor.

Instances

Instances details
Eq UpdateAccountSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateAccountSettings

Read UpdateAccountSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateAccountSettings

Show UpdateAccountSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateAccountSettings

Generic UpdateAccountSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateAccountSettings

Associated Types

type Rep UpdateAccountSettings :: Type -> Type #

NFData UpdateAccountSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateAccountSettings

Methods

rnf :: UpdateAccountSettings -> () #

Hashable UpdateAccountSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateAccountSettings

ToJSON UpdateAccountSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateAccountSettings

AWSRequest UpdateAccountSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateAccountSettings

Associated Types

type AWSResponse 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

type Rep UpdateAccountSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateAccountSettings

type Rep UpdateAccountSettings = D1 ('MetaData "UpdateAccountSettings" "Amazonka.Chime.UpdateAccountSettings" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "UpdateAccountSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "accountSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AccountSettings)))
type AWSResponse UpdateAccountSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateAccountSettings

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:

$sel:accountId: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
Eq UpdateAccountSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateAccountSettings

Read UpdateAccountSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateAccountSettings

Show UpdateAccountSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateAccountSettings

Generic UpdateAccountSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateAccountSettings

Associated Types

type Rep UpdateAccountSettingsResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

DeleteVoiceConnectorOrigination

data DeleteVoiceConnectorOrigination Source #

See: newDeleteVoiceConnectorOrigination smart constructor.

Instances

Instances details
Eq DeleteVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorOrigination

Read DeleteVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorOrigination

Show 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 #

NFData DeleteVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorOrigination

Hashable DeleteVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorOrigination

AWSRequest DeleteVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorOrigination

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

type Rep DeleteVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorOrigination

type Rep DeleteVoiceConnectorOrigination = D1 ('MetaData "DeleteVoiceConnectorOrigination" "Amazonka.Chime.DeleteVoiceConnectorOrigination" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "DeleteVoiceConnectorOrigination'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorOrigination

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:

$sel:voiceConnectorId:DeleteVoiceConnectorOrigination', deleteVoiceConnectorOrigination_voiceConnectorId - The Amazon Chime Voice Connector ID.

data DeleteVoiceConnectorOriginationResponse Source #

Instances

Instances details
Eq 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

Generic DeleteVoiceConnectorOriginationResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorOrigination

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

DeleteSipMediaApplication

data DeleteSipMediaApplication Source #

See: newDeleteSipMediaApplication smart constructor.

Instances

Instances details
Eq DeleteSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.DeleteSipMediaApplication

Read DeleteSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.DeleteSipMediaApplication

Show 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 #

NFData DeleteSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.DeleteSipMediaApplication

Hashable DeleteSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.DeleteSipMediaApplication

AWSRequest DeleteSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.DeleteSipMediaApplication

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

type Rep DeleteSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.DeleteSipMediaApplication

type Rep DeleteSipMediaApplication = D1 ('MetaData "DeleteSipMediaApplication" "Amazonka.Chime.DeleteSipMediaApplication" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "DeleteSipMediaApplication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sipMediaApplicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.DeleteSipMediaApplication

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:

$sel:sipMediaApplicationId:DeleteSipMediaApplication', deleteSipMediaApplication_sipMediaApplicationId - The SIP media application ID.

data DeleteSipMediaApplicationResponse Source #

See: newDeleteSipMediaApplicationResponse smart constructor.

Instances

Instances details
Eq DeleteSipMediaApplicationResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteSipMediaApplication

Read DeleteSipMediaApplicationResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteSipMediaApplication

Show DeleteSipMediaApplicationResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteSipMediaApplication

Generic DeleteSipMediaApplicationResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteSipMediaApplication

Associated Types

type Rep DeleteSipMediaApplicationResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

UpdateSipMediaApplication

data UpdateSipMediaApplication Source #

See: newUpdateSipMediaApplication smart constructor.

Instances

Instances details
Eq UpdateSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipMediaApplication

Show 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 #

NFData UpdateSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipMediaApplication

Hashable UpdateSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipMediaApplication

ToJSON UpdateSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipMediaApplication

AWSRequest 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

type Rep UpdateSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipMediaApplication

type Rep UpdateSipMediaApplication = D1 ('MetaData "UpdateSipMediaApplication" "Amazonka.Chime.UpdateSipMediaApplication" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "UpdateSipMediaApplication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "endpoints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty SipMediaApplicationEndpoint))) :*: S1 ('MetaSel ('Just "sipMediaApplicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse UpdateSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipMediaApplication

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:

$sel:name:UpdateSipMediaApplication', updateSipMediaApplication_name - The new name for the specified SIP media application.

$sel:endpoints:UpdateSipMediaApplication', updateSipMediaApplication_endpoints - The new set of endpoints for the specified SIP media application.

$sel:sipMediaApplicationId:UpdateSipMediaApplication', updateSipMediaApplication_sipMediaApplicationId - The SIP media application ID.

data UpdateSipMediaApplicationResponse Source #

See: newUpdateSipMediaApplicationResponse smart constructor.

Instances

Instances details
Eq UpdateSipMediaApplicationResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipMediaApplication

Show UpdateSipMediaApplicationResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipMediaApplication

Generic UpdateSipMediaApplicationResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateSipMediaApplication

Associated Types

type Rep UpdateSipMediaApplicationResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

DisassociatePhoneNumbersFromVoiceConnector

data DisassociatePhoneNumbersFromVoiceConnector Source #

Instances

Instances details
Eq DisassociatePhoneNumbersFromVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumbersFromVoiceConnector

Show DisassociatePhoneNumbersFromVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumbersFromVoiceConnector

Generic DisassociatePhoneNumbersFromVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumbersFromVoiceConnector

NFData DisassociatePhoneNumbersFromVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumbersFromVoiceConnector

Hashable DisassociatePhoneNumbersFromVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumbersFromVoiceConnector

ToJSON DisassociatePhoneNumbersFromVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumbersFromVoiceConnector

AWSRequest 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

type Rep DisassociatePhoneNumbersFromVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumbersFromVoiceConnector

type Rep DisassociatePhoneNumbersFromVoiceConnector = D1 ('MetaData "DisassociatePhoneNumbersFromVoiceConnector" "Amazonka.Chime.DisassociatePhoneNumbersFromVoiceConnector" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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])))
type AWSResponse DisassociatePhoneNumbersFromVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumbersFromVoiceConnector

data DisassociatePhoneNumbersFromVoiceConnectorResponse Source #

Instances

Instances details
Eq 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

Generic DisassociatePhoneNumbersFromVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumbersFromVoiceConnector

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

GetMessagingSessionEndpoint

data GetMessagingSessionEndpoint Source #

See: newGetMessagingSessionEndpoint smart constructor.

Instances

Instances details
Eq GetMessagingSessionEndpoint Source # 
Instance details

Defined in Amazonka.Chime.GetMessagingSessionEndpoint

Read GetMessagingSessionEndpoint Source # 
Instance details

Defined in Amazonka.Chime.GetMessagingSessionEndpoint

Show 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 #

NFData GetMessagingSessionEndpoint Source # 
Instance details

Defined in Amazonka.Chime.GetMessagingSessionEndpoint

Hashable GetMessagingSessionEndpoint Source # 
Instance details

Defined in Amazonka.Chime.GetMessagingSessionEndpoint

AWSRequest GetMessagingSessionEndpoint Source # 
Instance details

Defined in Amazonka.Chime.GetMessagingSessionEndpoint

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

type Rep GetMessagingSessionEndpoint Source # 
Instance details

Defined in Amazonka.Chime.GetMessagingSessionEndpoint

type Rep GetMessagingSessionEndpoint = D1 ('MetaData "GetMessagingSessionEndpoint" "Amazonka.Chime.GetMessagingSessionEndpoint" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "GetMessagingSessionEndpoint'" 'PrefixI 'False) (U1 :: Type -> Type))
type AWSResponse GetMessagingSessionEndpoint Source # 
Instance details

Defined in Amazonka.Chime.GetMessagingSessionEndpoint

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

Generic GetMessagingSessionEndpointResponse Source # 
Instance details

Defined in Amazonka.Chime.GetMessagingSessionEndpoint

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

PutVoiceConnectorOrigination

data PutVoiceConnectorOrigination Source #

See: newPutVoiceConnectorOrigination smart constructor.

Instances

Instances details
Eq PutVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorOrigination

Read PutVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorOrigination

Show 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 #

NFData PutVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorOrigination

Hashable PutVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorOrigination

ToJSON PutVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorOrigination

AWSRequest 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

type Rep PutVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorOrigination

type Rep PutVoiceConnectorOrigination = D1 ('MetaData "PutVoiceConnectorOrigination" "Amazonka.Chime.PutVoiceConnectorOrigination" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "PutVoiceConnectorOrigination'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "origination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Origination)))
type AWSResponse PutVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorOrigination

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:

$sel:voiceConnectorId:PutVoiceConnectorOrigination', putVoiceConnectorOrigination_voiceConnectorId - The Amazon Chime Voice Connector ID.

$sel:origination:PutVoiceConnectorOrigination', putVoiceConnectorOrigination_origination - The origination setting details to add.

data PutVoiceConnectorOriginationResponse Source #

Instances

Instances details
Eq 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

Generic PutVoiceConnectorOriginationResponse Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorOrigination

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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:

$sel:origination:PutVoiceConnectorOrigination', putVoiceConnectorOriginationResponse_origination - The updated origination setting details.

$sel:httpStatus:PutVoiceConnectorOriginationResponse', putVoiceConnectorOriginationResponse_httpStatus - The response's http status code.

CreateAppInstanceUser

data CreateAppInstanceUser Source #

See: newCreateAppInstanceUser smart constructor.

Instances

Instances details
Eq CreateAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstanceUser

Show CreateAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstanceUser

Generic CreateAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstanceUser

Associated Types

type Rep CreateAppInstanceUser :: Type -> Type #

NFData CreateAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstanceUser

Methods

rnf :: CreateAppInstanceUser -> () #

Hashable CreateAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstanceUser

ToJSON CreateAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstanceUser

AWSRequest CreateAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstanceUser

Associated Types

type AWSResponse 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

type Rep CreateAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstanceUser

type Rep CreateAppInstanceUser = D1 ('MetaData "CreateAppInstanceUser" "Amazonka.Chime.CreateAppInstanceUser" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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))))))
type AWSResponse CreateAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstanceUser

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:

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

$sel:tags:CreateAppInstanceUser', createAppInstanceUser_tags - Tags assigned to the AppInstanceUser.

$sel:appInstanceArn:CreateAppInstanceUser', createAppInstanceUser_appInstanceArn - The ARN of the AppInstance request.

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

$sel:name: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
Eq CreateAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstanceUser

Read CreateAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstanceUser

Show CreateAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstanceUser

Generic CreateAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstanceUser

Associated Types

type Rep CreateAppInstanceUserResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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:

$sel:appInstanceUserArn:CreateAppInstanceUserResponse', createAppInstanceUserResponse_appInstanceUserArn - The user's ARN.

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

ListAttendeeTags

data ListAttendeeTags Source #

See: newListAttendeeTags smart constructor.

Instances

Instances details
Eq ListAttendeeTags Source # 
Instance details

Defined in Amazonka.Chime.ListAttendeeTags

Read ListAttendeeTags Source # 
Instance details

Defined in Amazonka.Chime.ListAttendeeTags

Show ListAttendeeTags Source # 
Instance details

Defined in Amazonka.Chime.ListAttendeeTags

Generic ListAttendeeTags Source # 
Instance details

Defined in Amazonka.Chime.ListAttendeeTags

Associated Types

type Rep ListAttendeeTags :: Type -> Type #

NFData ListAttendeeTags Source # 
Instance details

Defined in Amazonka.Chime.ListAttendeeTags

Methods

rnf :: ListAttendeeTags -> () #

Hashable ListAttendeeTags Source # 
Instance details

Defined in Amazonka.Chime.ListAttendeeTags

AWSRequest ListAttendeeTags Source # 
Instance details

Defined in Amazonka.Chime.ListAttendeeTags

Associated Types

type AWSResponse ListAttendeeTags #

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

type Rep ListAttendeeTags Source # 
Instance details

Defined in Amazonka.Chime.ListAttendeeTags

type Rep ListAttendeeTags = D1 ('MetaData "ListAttendeeTags" "Amazonka.Chime.ListAttendeeTags" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "ListAttendeeTags'" 'PrefixI 'True) (S1 ('MetaSel ('Just "meetingId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "attendeeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse ListAttendeeTags Source # 
Instance details

Defined in Amazonka.Chime.ListAttendeeTags

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:

$sel:meetingId:ListAttendeeTags', listAttendeeTags_meetingId - The Amazon Chime SDK meeting ID.

$sel:attendeeId:ListAttendeeTags', listAttendeeTags_attendeeId - The Amazon Chime SDK attendee ID.

data ListAttendeeTagsResponse Source #

See: newListAttendeeTagsResponse smart constructor.

Instances

Instances details
Eq ListAttendeeTagsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListAttendeeTags

Show ListAttendeeTagsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListAttendeeTags

Generic ListAttendeeTagsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListAttendeeTags

Associated Types

type Rep ListAttendeeTagsResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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:

$sel:tags:ListAttendeeTagsResponse', listAttendeeTagsResponse_tags - A list of tag key-value pairs.

$sel:httpStatus:ListAttendeeTagsResponse', listAttendeeTagsResponse_httpStatus - The response's http status code.

ListChannelsModeratedByAppInstanceUser

data ListChannelsModeratedByAppInstanceUser Source #

Instances

Instances details
Eq ListChannelsModeratedByAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.ListChannelsModeratedByAppInstanceUser

Show ListChannelsModeratedByAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.ListChannelsModeratedByAppInstanceUser

Generic ListChannelsModeratedByAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.ListChannelsModeratedByAppInstanceUser

NFData ListChannelsModeratedByAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.ListChannelsModeratedByAppInstanceUser

Hashable ListChannelsModeratedByAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.ListChannelsModeratedByAppInstanceUser

AWSRequest ListChannelsModeratedByAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.ListChannelsModeratedByAppInstanceUser

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

type Rep ListChannelsModeratedByAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.ListChannelsModeratedByAppInstanceUser

type Rep ListChannelsModeratedByAppInstanceUser = D1 ('MetaData "ListChannelsModeratedByAppInstanceUser" "Amazonka.Chime.ListChannelsModeratedByAppInstanceUser" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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 "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse ListChannelsModeratedByAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.ListChannelsModeratedByAppInstanceUser

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:

$sel:appInstanceUserArn: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:nextToken:ListChannelsModeratedByAppInstanceUser', listChannelsModeratedByAppInstanceUser_nextToken - The token returned from previous API requests until the number of channels moderated by the user is reached.

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

data ListChannelsModeratedByAppInstanceUserResponse Source #

Instances

Instances details
Eq ListChannelsModeratedByAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.Chime.ListChannelsModeratedByAppInstanceUser

Show ListChannelsModeratedByAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.Chime.ListChannelsModeratedByAppInstanceUser

Generic ListChannelsModeratedByAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.Chime.ListChannelsModeratedByAppInstanceUser

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

$sel:nextToken: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.

RedactChannelMessage

data RedactChannelMessage Source #

See: newRedactChannelMessage smart constructor.

Instances

Instances details
Eq RedactChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactChannelMessage

Read RedactChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactChannelMessage

Show RedactChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactChannelMessage

Generic RedactChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactChannelMessage

Associated Types

type Rep RedactChannelMessage :: Type -> Type #

NFData RedactChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactChannelMessage

Methods

rnf :: RedactChannelMessage -> () #

Hashable RedactChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactChannelMessage

ToJSON RedactChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactChannelMessage

AWSRequest RedactChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactChannelMessage

Associated Types

type AWSResponse 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

type Rep RedactChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactChannelMessage

type Rep RedactChannelMessage = D1 ('MetaData "RedactChannelMessage" "Amazonka.Chime.RedactChannelMessage" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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))))
type AWSResponse RedactChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactChannelMessage

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.

$sel:channelArn:RedactChannelMessage', redactChannelMessage_channelArn - The ARN of the channel containing the messages that you want to redact.

$sel:messageId:RedactChannelMessage', redactChannelMessage_messageId - The ID of the message being redacted.

data RedactChannelMessageResponse Source #

See: newRedactChannelMessageResponse smart constructor.

Instances

Instances details
Eq RedactChannelMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.RedactChannelMessage

Read RedactChannelMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.RedactChannelMessage

Show RedactChannelMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.RedactChannelMessage

Generic RedactChannelMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.RedactChannelMessage

Associated Types

type Rep RedactChannelMessageResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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:

$sel:channelArn:RedactChannelMessage', redactChannelMessageResponse_channelArn - The ARN of the channel containing the messages that you want to redact.

$sel:messageId:RedactChannelMessage', redactChannelMessageResponse_messageId - The ID of the message being redacted.

$sel:httpStatus:RedactChannelMessageResponse', redactChannelMessageResponse_httpStatus - The response's http status code.

PutRetentionSettings

data PutRetentionSettings Source #

See: newPutRetentionSettings smart constructor.

Instances

Instances details
Eq PutRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.PutRetentionSettings

Read PutRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.PutRetentionSettings

Show PutRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.PutRetentionSettings

Generic PutRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.PutRetentionSettings

Associated Types

type Rep PutRetentionSettings :: Type -> Type #

NFData PutRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.PutRetentionSettings

Methods

rnf :: PutRetentionSettings -> () #

Hashable PutRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.PutRetentionSettings

ToJSON PutRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.PutRetentionSettings

AWSRequest PutRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.PutRetentionSettings

Associated Types

type AWSResponse 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

type Rep PutRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.PutRetentionSettings

type Rep PutRetentionSettings = D1 ('MetaData "PutRetentionSettings" "Amazonka.Chime.PutRetentionSettings" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "PutRetentionSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "retentionSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RetentionSettings)))
type AWSResponse PutRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.PutRetentionSettings

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:

$sel:accountId:PutRetentionSettings', putRetentionSettings_accountId - The Amazon Chime account ID.

$sel:retentionSettings:PutRetentionSettings', putRetentionSettings_retentionSettings - The retention settings.

data PutRetentionSettingsResponse Source #

See: newPutRetentionSettingsResponse smart constructor.

Instances

Instances details
Eq PutRetentionSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.PutRetentionSettings

Read PutRetentionSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.PutRetentionSettings

Show PutRetentionSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.PutRetentionSettings

Generic PutRetentionSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.PutRetentionSettings

Associated Types

type Rep PutRetentionSettingsResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "PutRetentionSettingsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "retentionSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RetentionSettings)) :*: (S1 ('MetaSel ('Just "initiateDeletionTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: 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:retentionSettings:PutRetentionSettings', putRetentionSettingsResponse_retentionSettings - The retention settings.

$sel:initiateDeletionTimestamp:PutRetentionSettingsResponse', putRetentionSettingsResponse_initiateDeletionTimestamp - The timestamp representing the time at which the specified items are permanently deleted, in ISO 8601 format.

$sel:httpStatus:PutRetentionSettingsResponse', putRetentionSettingsResponse_httpStatus - The response's http status code.

ListUsers (Paginated)

data ListUsers Source #

See: newListUsers smart constructor.

Instances

Instances details
Eq ListUsers Source # 
Instance details

Defined in Amazonka.Chime.ListUsers

Show ListUsers Source # 
Instance details

Defined in Amazonka.Chime.ListUsers

Generic ListUsers Source # 
Instance details

Defined in Amazonka.Chime.ListUsers

Associated Types

type Rep ListUsers :: Type -> Type #

NFData ListUsers Source # 
Instance details

Defined in Amazonka.Chime.ListUsers

Methods

rnf :: ListUsers -> () #

Hashable 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 #

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

type Rep ListUsers Source # 
Instance details

Defined in Amazonka.Chime.ListUsers

type Rep ListUsers = D1 ('MetaData "ListUsers" "Amazonka.Chime.ListUsers" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "ListUsers'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "userEmail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "userType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserType)) :*: S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse ListUsers Source # 
Instance details

Defined in Amazonka.Chime.ListUsers

newListUsers Source #

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:nextToken: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.

$sel:maxResults:ListUsers', listUsers_maxResults - The maximum number of results to return in a single call. Defaults to 100.

$sel:userType:ListUsers', listUsers_userType - The user type.

$sel:accountId:ListUsers', listUsers_accountId - The Amazon Chime account ID.

data ListUsersResponse Source #

See: newListUsersResponse smart constructor.

Instances

Instances details
Eq ListUsersResponse Source # 
Instance details

Defined in Amazonka.Chime.ListUsers

Show ListUsersResponse Source # 
Instance details

Defined in Amazonka.Chime.ListUsers

Generic ListUsersResponse Source # 
Instance details

Defined in Amazonka.Chime.ListUsers

Associated Types

type Rep ListUsersResponse :: Type -> Type #

NFData ListUsersResponse Source # 
Instance details

Defined in Amazonka.Chime.ListUsers

Methods

rnf :: ListUsersResponse -> () #

type Rep ListUsersResponse Source # 
Instance details

Defined in Amazonka.Chime.ListUsers

type Rep ListUsersResponse = D1 ('MetaData "ListUsersResponse" "Amazonka.Chime.ListUsers" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "ListUsersResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "users") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [User])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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:

$sel:users:ListUsersResponse', listUsersResponse_users - List of users and user details.

$sel:nextToken:ListUsers', listUsersResponse_nextToken - The token to use to retrieve the next page of results.

$sel:httpStatus:ListUsersResponse', listUsersResponse_httpStatus - The response's http status code.

DeleteVoiceConnectorStreamingConfiguration

data DeleteVoiceConnectorStreamingConfiguration Source #

Instances

Instances details
Eq 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

Generic DeleteVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorStreamingConfiguration

NFData DeleteVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorStreamingConfiguration

Hashable DeleteVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorStreamingConfiguration

AWSRequest DeleteVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorStreamingConfiguration

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

type Rep DeleteVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorStreamingConfiguration

type Rep DeleteVoiceConnectorStreamingConfiguration = D1 ('MetaData "DeleteVoiceConnectorStreamingConfiguration" "Amazonka.Chime.DeleteVoiceConnectorStreamingConfiguration" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "DeleteVoiceConnectorStreamingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorStreamingConfiguration

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:

$sel:voiceConnectorId:DeleteVoiceConnectorStreamingConfiguration', deleteVoiceConnectorStreamingConfiguration_voiceConnectorId - The Amazon Chime Voice Connector ID.

data DeleteVoiceConnectorStreamingConfigurationResponse Source #

Instances

Instances details
Eq 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

Generic DeleteVoiceConnectorStreamingConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorStreamingConfiguration

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "DeleteVoiceConnectorStreamingConfigurationResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

AssociatePhoneNumbersWithVoiceConnectorGroup

data AssociatePhoneNumbersWithVoiceConnectorGroup Source #

Instances

Instances details
Eq AssociatePhoneNumbersWithVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumbersWithVoiceConnectorGroup

Show AssociatePhoneNumbersWithVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumbersWithVoiceConnectorGroup

Generic AssociatePhoneNumbersWithVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumbersWithVoiceConnectorGroup

NFData AssociatePhoneNumbersWithVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumbersWithVoiceConnectorGroup

Hashable AssociatePhoneNumbersWithVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumbersWithVoiceConnectorGroup

ToJSON AssociatePhoneNumbersWithVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumbersWithVoiceConnectorGroup

AWSRequest 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

type Rep AssociatePhoneNumbersWithVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumbersWithVoiceConnectorGroup

type Rep AssociatePhoneNumbersWithVoiceConnectorGroup = D1 ('MetaData "AssociatePhoneNumbersWithVoiceConnectorGroup" "Amazonka.Chime.AssociatePhoneNumbersWithVoiceConnectorGroup" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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]))))
type AWSResponse AssociatePhoneNumbersWithVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumbersWithVoiceConnectorGroup

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.

$sel:voiceConnectorGroupId: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
Eq 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

Generic AssociatePhoneNumbersWithVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumbersWithVoiceConnectorGroup

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

PutAppInstanceRetentionSettings

data PutAppInstanceRetentionSettings Source #

See: newPutAppInstanceRetentionSettings smart constructor.

Instances

Instances details
Eq PutAppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.PutAppInstanceRetentionSettings

Read PutAppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.PutAppInstanceRetentionSettings

Show 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 #

NFData PutAppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.PutAppInstanceRetentionSettings

Hashable PutAppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.PutAppInstanceRetentionSettings

ToJSON PutAppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.PutAppInstanceRetentionSettings

AWSRequest 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

type Rep PutAppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.PutAppInstanceRetentionSettings

type Rep PutAppInstanceRetentionSettings = D1 ('MetaData "PutAppInstanceRetentionSettings" "Amazonka.Chime.PutAppInstanceRetentionSettings" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "PutAppInstanceRetentionSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "appInstanceRetentionSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AppInstanceRetentionSettings)))
type AWSResponse PutAppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.PutAppInstanceRetentionSettings

data PutAppInstanceRetentionSettingsResponse Source #

Instances

Instances details
Eq 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

Generic PutAppInstanceRetentionSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.PutAppInstanceRetentionSettings

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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))))

GetVoiceConnectorLoggingConfiguration

data GetVoiceConnectorLoggingConfiguration Source #

Instances

Instances details
Eq 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

Generic GetVoiceConnectorLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorLoggingConfiguration

NFData GetVoiceConnectorLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorLoggingConfiguration

Hashable GetVoiceConnectorLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorLoggingConfiguration

AWSRequest GetVoiceConnectorLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorLoggingConfiguration

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

type Rep GetVoiceConnectorLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorLoggingConfiguration

type Rep GetVoiceConnectorLoggingConfiguration = D1 ('MetaData "GetVoiceConnectorLoggingConfiguration" "Amazonka.Chime.GetVoiceConnectorLoggingConfiguration" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "GetVoiceConnectorLoggingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetVoiceConnectorLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorLoggingConfiguration

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:

$sel:voiceConnectorId:GetVoiceConnectorLoggingConfiguration', getVoiceConnectorLoggingConfiguration_voiceConnectorId - The Amazon Chime Voice Connector ID.

data GetVoiceConnectorLoggingConfigurationResponse Source #

Instances

Instances details
Eq 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

Generic GetVoiceConnectorLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorLoggingConfiguration

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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)))

ListBots

data ListBots Source #

See: newListBots smart constructor.

Constructors

ListBots' (Maybe Text) (Maybe Natural) Text 

Instances

Instances details
Eq ListBots Source # 
Instance details

Defined in Amazonka.Chime.ListBots

Read ListBots Source # 
Instance details

Defined in Amazonka.Chime.ListBots

Show ListBots Source # 
Instance details

Defined in Amazonka.Chime.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 #

NFData ListBots Source # 
Instance details

Defined in Amazonka.Chime.ListBots

Methods

rnf :: ListBots -> () #

Hashable ListBots Source # 
Instance details

Defined in Amazonka.Chime.ListBots

Methods

hashWithSalt :: Int -> ListBots -> Int #

hash :: ListBots -> Int #

AWSRequest ListBots Source # 
Instance details

Defined in Amazonka.Chime.ListBots

Associated Types

type AWSResponse ListBots #

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

type Rep ListBots Source # 
Instance details

Defined in Amazonka.Chime.ListBots

type Rep ListBots = D1 ('MetaData "ListBots" "Amazonka.Chime.ListBots" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "ListBots'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListBots Source # 
Instance details

Defined in Amazonka.Chime.ListBots

newListBots Source #

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:nextToken:ListBots', listBots_nextToken - The token to use to retrieve the next page of results.

$sel:maxResults:ListBots', listBots_maxResults - The maximum number of results to return in a single call. The default is 10.

$sel:accountId: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
Eq ListBotsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListBots

Show ListBotsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListBots

Generic ListBotsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListBots

Associated Types

type Rep ListBotsResponse :: Type -> Type #

NFData ListBotsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListBots

Methods

rnf :: ListBotsResponse -> () #

type Rep ListBotsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListBots

type Rep ListBotsResponse = D1 ('MetaData "ListBotsResponse" "Amazonka.Chime.ListBots" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

$sel:nextToken: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.

DeleteChannelMembership

data DeleteChannelMembership Source #

See: newDeleteChannelMembership smart constructor.

Instances

Instances details
Eq DeleteChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelMembership

Read DeleteChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelMembership

Show 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 #

NFData DeleteChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelMembership

Methods

rnf :: DeleteChannelMembership -> () #

Hashable DeleteChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelMembership

AWSRequest DeleteChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelMembership

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

type Rep DeleteChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelMembership

type Rep DeleteChannelMembership = D1 ('MetaData "DeleteChannelMembership" "Amazonka.Chime.DeleteChannelMembership" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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))))
type AWSResponse DeleteChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelMembership

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.

$sel:channelArn:DeleteChannelMembership', deleteChannelMembership_channelArn - The ARN of the channel from which you want to remove the user.

$sel:memberArn: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
Eq DeleteChannelMembershipResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelMembership

Read DeleteChannelMembershipResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelMembership

Show DeleteChannelMembershipResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelMembership

Generic DeleteChannelMembershipResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelMembership

Associated Types

type Rep DeleteChannelMembershipResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

PutVoiceConnectorStreamingConfiguration

data PutVoiceConnectorStreamingConfiguration Source #

Instances

Instances details
Eq 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

Generic PutVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorStreamingConfiguration

NFData PutVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorStreamingConfiguration

Hashable PutVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorStreamingConfiguration

ToJSON PutVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorStreamingConfiguration

AWSRequest 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

type Rep PutVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorStreamingConfiguration

type Rep PutVoiceConnectorStreamingConfiguration = D1 ('MetaData "PutVoiceConnectorStreamingConfiguration" "Amazonka.Chime.PutVoiceConnectorStreamingConfiguration" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "PutVoiceConnectorStreamingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "streamingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 StreamingConfiguration)))
type AWSResponse PutVoiceConnectorStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorStreamingConfiguration

data PutVoiceConnectorStreamingConfigurationResponse Source #

Instances

Instances details
Eq 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

Generic PutVoiceConnectorStreamingConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorStreamingConfiguration

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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)))

ListChannelMemberships

data ListChannelMemberships Source #

See: newListChannelMemberships smart constructor.

Instances

Instances details
Eq ListChannelMemberships Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMemberships

Show ListChannelMemberships Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMemberships

Generic ListChannelMemberships Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMemberships

Associated Types

type Rep ListChannelMemberships :: Type -> Type #

NFData ListChannelMemberships Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMemberships

Methods

rnf :: ListChannelMemberships -> () #

Hashable ListChannelMemberships Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMemberships

AWSRequest ListChannelMemberships Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMemberships

Associated Types

type AWSResponse ListChannelMemberships #

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

type Rep ListChannelMemberships Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMemberships

type Rep ListChannelMemberships = D1 ('MetaData "ListChannelMemberships" "Amazonka.Chime.ListChannelMemberships" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "ListChannelMemberships'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "chimeBearer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChannelMembershipType)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "channelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse ListChannelMemberships Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMemberships

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:nextToken:ListChannelMemberships', listChannelMemberships_nextToken - The token passed by previous API calls until all requested channel memberships are returned.

$sel:type':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.

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

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

data ListChannelMembershipsResponse Source #

See: newListChannelMembershipsResponse smart constructor.

Instances

Instances details
Eq ListChannelMembershipsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMemberships

Show ListChannelMembershipsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMemberships

Generic ListChannelMembershipsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMemberships

Associated Types

type Rep ListChannelMembershipsResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "ListChannelMembershipsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "channelMemberships") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ChannelMembershipSummary])) :*: S1 ('MetaSel ('Just "channelArn") '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))))

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:

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

$sel:channelArn:ListChannelMemberships', listChannelMembershipsResponse_channelArn - The ARN of the channel.

$sel:nextToken: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.

GetGlobalSettings

data GetGlobalSettings Source #

See: newGetGlobalSettings smart constructor.

Constructors

GetGlobalSettings' 

Instances

Instances details
Eq GetGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.GetGlobalSettings

Read GetGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.GetGlobalSettings

Show GetGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.GetGlobalSettings

Generic GetGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.GetGlobalSettings

Associated Types

type Rep GetGlobalSettings :: Type -> Type #

NFData GetGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.GetGlobalSettings

Methods

rnf :: GetGlobalSettings -> () #

Hashable GetGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.GetGlobalSettings

AWSRequest GetGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.GetGlobalSettings

Associated Types

type AWSResponse GetGlobalSettings #

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

type Rep GetGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.GetGlobalSettings

type Rep GetGlobalSettings = D1 ('MetaData "GetGlobalSettings" "Amazonka.Chime.GetGlobalSettings" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "GetGlobalSettings'" 'PrefixI 'False) (U1 :: Type -> Type))
type AWSResponse GetGlobalSettings Source # 
Instance details

Defined in Amazonka.Chime.GetGlobalSettings

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
Eq GetGlobalSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetGlobalSettings

Read GetGlobalSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetGlobalSettings

Show GetGlobalSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetGlobalSettings

Generic GetGlobalSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetGlobalSettings

Associated Types

type Rep GetGlobalSettingsResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

DeleteMeeting

data DeleteMeeting Source #

See: newDeleteMeeting smart constructor.

Constructors

DeleteMeeting' Text 

Instances

Instances details
Eq DeleteMeeting Source # 
Instance details

Defined in Amazonka.Chime.DeleteMeeting

Read DeleteMeeting Source # 
Instance details

Defined in Amazonka.Chime.DeleteMeeting

Show DeleteMeeting Source # 
Instance details

Defined in Amazonka.Chime.DeleteMeeting

Generic DeleteMeeting Source # 
Instance details

Defined in Amazonka.Chime.DeleteMeeting

Associated Types

type Rep DeleteMeeting :: Type -> Type #

NFData DeleteMeeting Source # 
Instance details

Defined in Amazonka.Chime.DeleteMeeting

Methods

rnf :: DeleteMeeting -> () #

Hashable DeleteMeeting Source # 
Instance details

Defined in Amazonka.Chime.DeleteMeeting

AWSRequest DeleteMeeting Source # 
Instance details

Defined in Amazonka.Chime.DeleteMeeting

Associated Types

type AWSResponse DeleteMeeting #

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

type Rep DeleteMeeting Source # 
Instance details

Defined in Amazonka.Chime.DeleteMeeting

type Rep DeleteMeeting = D1 ('MetaData "DeleteMeeting" "Amazonka.Chime.DeleteMeeting" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "DeleteMeeting'" 'PrefixI 'True) (S1 ('MetaSel ('Just "meetingId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteMeeting Source # 
Instance details

Defined in Amazonka.Chime.DeleteMeeting

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:

$sel:meetingId:DeleteMeeting', deleteMeeting_meetingId - The Amazon Chime SDK meeting ID.

data DeleteMeetingResponse Source #

See: newDeleteMeetingResponse smart constructor.

Instances

Instances details
Eq DeleteMeetingResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteMeeting

Read DeleteMeetingResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteMeeting

Show DeleteMeetingResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteMeeting

Generic DeleteMeetingResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteMeeting

Associated Types

type Rep DeleteMeetingResponse :: Type -> Type #

NFData DeleteMeetingResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteMeeting

Methods

rnf :: DeleteMeetingResponse -> () #

type Rep DeleteMeetingResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteMeeting

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

ListMeetings

data ListMeetings Source #

See: newListMeetings smart constructor.

Instances

Instances details
Eq ListMeetings Source # 
Instance details

Defined in Amazonka.Chime.ListMeetings

Read ListMeetings Source # 
Instance details

Defined in Amazonka.Chime.ListMeetings

Show ListMeetings Source # 
Instance details

Defined in Amazonka.Chime.ListMeetings

Generic ListMeetings Source # 
Instance details

Defined in Amazonka.Chime.ListMeetings

Associated Types

type Rep ListMeetings :: Type -> Type #

NFData ListMeetings Source # 
Instance details

Defined in Amazonka.Chime.ListMeetings

Methods

rnf :: ListMeetings -> () #

Hashable ListMeetings Source # 
Instance details

Defined in Amazonka.Chime.ListMeetings

AWSRequest ListMeetings Source # 
Instance details

Defined in Amazonka.Chime.ListMeetings

Associated Types

type AWSResponse ListMeetings #

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

type Rep ListMeetings Source # 
Instance details

Defined in Amazonka.Chime.ListMeetings

type Rep ListMeetings = D1 ('MetaData "ListMeetings" "Amazonka.Chime.ListMeetings" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "ListMeetings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))
type AWSResponse ListMeetings Source # 
Instance details

Defined in Amazonka.Chime.ListMeetings

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:nextToken:ListMeetings', listMeetings_nextToken - The token to use to retrieve the next page of results.

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

data ListMeetingsResponse Source #

See: newListMeetingsResponse smart constructor.

Instances

Instances details
Eq ListMeetingsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListMeetings

Show ListMeetingsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListMeetings

Generic ListMeetingsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListMeetings

Associated Types

type Rep ListMeetingsResponse :: Type -> Type #

NFData ListMeetingsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListMeetings

Methods

rnf :: ListMeetingsResponse -> () #

type Rep ListMeetingsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListMeetings

type Rep ListMeetingsResponse = D1 ('MetaData "ListMeetingsResponse" "Amazonka.Chime.ListMeetings" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

$sel:nextToken: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.

GetAttendee

data GetAttendee Source #

See: newGetAttendee smart constructor.

Constructors

GetAttendee' Text Text 

Instances

Instances details
Eq GetAttendee Source # 
Instance details

Defined in Amazonka.Chime.GetAttendee

Read GetAttendee Source # 
Instance details

Defined in Amazonka.Chime.GetAttendee

Show GetAttendee Source # 
Instance details

Defined in Amazonka.Chime.GetAttendee

Generic GetAttendee Source # 
Instance details

Defined in Amazonka.Chime.GetAttendee

Associated Types

type Rep GetAttendee :: Type -> Type #

NFData GetAttendee Source # 
Instance details

Defined in Amazonka.Chime.GetAttendee

Methods

rnf :: GetAttendee -> () #

Hashable GetAttendee Source # 
Instance details

Defined in Amazonka.Chime.GetAttendee

AWSRequest GetAttendee Source # 
Instance details

Defined in Amazonka.Chime.GetAttendee

Associated Types

type AWSResponse GetAttendee #

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

type Rep GetAttendee Source # 
Instance details

Defined in Amazonka.Chime.GetAttendee

type Rep GetAttendee = D1 ('MetaData "GetAttendee" "Amazonka.Chime.GetAttendee" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "GetAttendee'" 'PrefixI 'True) (S1 ('MetaSel ('Just "meetingId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "attendeeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetAttendee Source # 
Instance details

Defined in Amazonka.Chime.GetAttendee

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:

$sel:meetingId:GetAttendee', getAttendee_meetingId - The Amazon Chime SDK meeting ID.

$sel:attendeeId:GetAttendee', getAttendee_attendeeId - The Amazon Chime SDK attendee ID.

data GetAttendeeResponse Source #

See: newGetAttendeeResponse smart constructor.

Instances

Instances details
Eq GetAttendeeResponse Source # 
Instance details

Defined in Amazonka.Chime.GetAttendee

Show GetAttendeeResponse Source # 
Instance details

Defined in Amazonka.Chime.GetAttendee

Generic GetAttendeeResponse Source # 
Instance details

Defined in Amazonka.Chime.GetAttendee

Associated Types

type Rep GetAttendeeResponse :: Type -> Type #

NFData GetAttendeeResponse Source # 
Instance details

Defined in Amazonka.Chime.GetAttendee

Methods

rnf :: GetAttendeeResponse -> () #

type Rep GetAttendeeResponse Source # 
Instance details

Defined in Amazonka.Chime.GetAttendee

type Rep GetAttendeeResponse = D1 ('MetaData "GetAttendeeResponse" "Amazonka.Chime.GetAttendee" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

DeleteAccount

data DeleteAccount Source #

See: newDeleteAccount smart constructor.

Constructors

DeleteAccount' Text 

Instances

Instances details
Eq DeleteAccount Source # 
Instance details

Defined in Amazonka.Chime.DeleteAccount

Read DeleteAccount Source # 
Instance details

Defined in Amazonka.Chime.DeleteAccount

Show DeleteAccount Source # 
Instance details

Defined in Amazonka.Chime.DeleteAccount

Generic DeleteAccount Source # 
Instance details

Defined in Amazonka.Chime.DeleteAccount

Associated Types

type Rep DeleteAccount :: Type -> Type #

NFData DeleteAccount Source # 
Instance details

Defined in Amazonka.Chime.DeleteAccount

Methods

rnf :: DeleteAccount -> () #

Hashable DeleteAccount Source # 
Instance details

Defined in Amazonka.Chime.DeleteAccount

AWSRequest DeleteAccount Source # 
Instance details

Defined in Amazonka.Chime.DeleteAccount

Associated Types

type AWSResponse DeleteAccount #

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

type Rep DeleteAccount Source # 
Instance details

Defined in Amazonka.Chime.DeleteAccount

type Rep DeleteAccount = D1 ('MetaData "DeleteAccount" "Amazonka.Chime.DeleteAccount" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "DeleteAccount'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteAccount Source # 
Instance details

Defined in Amazonka.Chime.DeleteAccount

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:

$sel:accountId:DeleteAccount', deleteAccount_accountId - The Amazon Chime account ID.

data DeleteAccountResponse Source #

See: newDeleteAccountResponse smart constructor.

Instances

Instances details
Eq DeleteAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteAccount

Read DeleteAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteAccount

Show DeleteAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteAccount

Generic DeleteAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteAccount

Associated Types

type Rep DeleteAccountResponse :: Type -> Type #

NFData DeleteAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteAccount

Methods

rnf :: DeleteAccountResponse -> () #

type Rep DeleteAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteAccount

type Rep DeleteAccountResponse = D1 ('MetaData "DeleteAccountResponse" "Amazonka.Chime.DeleteAccount" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

UpdateAccount

data UpdateAccount Source #

See: newUpdateAccount smart constructor.

Instances

Instances details
Eq UpdateAccount Source # 
Instance details

Defined in Amazonka.Chime.UpdateAccount

Read UpdateAccount Source # 
Instance details

Defined in Amazonka.Chime.UpdateAccount

Show UpdateAccount Source # 
Instance details

Defined in Amazonka.Chime.UpdateAccount

Generic UpdateAccount Source # 
Instance details

Defined in Amazonka.Chime.UpdateAccount

Associated Types

type Rep UpdateAccount :: Type -> Type #

NFData UpdateAccount Source # 
Instance details

Defined in Amazonka.Chime.UpdateAccount

Methods

rnf :: UpdateAccount -> () #

Hashable UpdateAccount Source # 
Instance details

Defined in Amazonka.Chime.UpdateAccount

ToJSON UpdateAccount Source # 
Instance details

Defined in Amazonka.Chime.UpdateAccount

AWSRequest UpdateAccount Source # 
Instance details

Defined in Amazonka.Chime.UpdateAccount

Associated Types

type AWSResponse 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

type Rep UpdateAccount Source # 
Instance details

Defined in Amazonka.Chime.UpdateAccount

type Rep UpdateAccount = D1 ('MetaData "UpdateAccount" "Amazonka.Chime.UpdateAccount" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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))))
type AWSResponse UpdateAccount Source # 
Instance details

Defined in Amazonka.Chime.UpdateAccount

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:

$sel:defaultLicense:UpdateAccount', updateAccount_defaultLicense - The default license applied when you add users to an Amazon Chime account.

$sel:name:UpdateAccount', updateAccount_name - The new name for the specified Amazon Chime account.

$sel:accountId:UpdateAccount', updateAccount_accountId - The Amazon Chime account ID.

data UpdateAccountResponse Source #

See: newUpdateAccountResponse smart constructor.

Instances

Instances details
Eq UpdateAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateAccount

Read UpdateAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateAccount

Show UpdateAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateAccount

Generic UpdateAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateAccount

Associated Types

type Rep UpdateAccountResponse :: Type -> Type #

NFData UpdateAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateAccount

Methods

rnf :: UpdateAccountResponse -> () #

type Rep UpdateAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateAccount

type Rep UpdateAccountResponse = D1 ('MetaData "UpdateAccountResponse" "Amazonka.Chime.UpdateAccount" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

ListAccounts (Paginated)

data ListAccounts Source #

See: newListAccounts smart constructor.

Instances

Instances details
Eq ListAccounts Source # 
Instance details

Defined in Amazonka.Chime.ListAccounts

Show ListAccounts Source # 
Instance details

Defined in Amazonka.Chime.ListAccounts

Generic ListAccounts Source # 
Instance details

Defined in Amazonka.Chime.ListAccounts

Associated Types

type Rep ListAccounts :: Type -> Type #

NFData ListAccounts Source # 
Instance details

Defined in Amazonka.Chime.ListAccounts

Methods

rnf :: ListAccounts -> () #

Hashable 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 #

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

type Rep ListAccounts Source # 
Instance details

Defined in Amazonka.Chime.ListAccounts

type Rep ListAccounts = D1 ('MetaData "ListAccounts" "Amazonka.Chime.ListAccounts" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "ListAccounts'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "userEmail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse ListAccounts Source # 
Instance details

Defined in Amazonka.Chime.ListAccounts

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:nextToken:ListAccounts', listAccounts_nextToken - The token to use to retrieve the next page of results.

$sel:name:ListAccounts', listAccounts_name - Amazon Chime account name prefix with which to filter results.

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

$sel:maxResults:ListAccounts', listAccounts_maxResults - The maximum number of results to return in a single call. Defaults to 100.

data ListAccountsResponse Source #

See: newListAccountsResponse smart constructor.

Instances

Instances details
Eq ListAccountsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListAccounts

Read ListAccountsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListAccounts

Show ListAccountsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListAccounts

Generic ListAccountsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListAccounts

Associated Types

type Rep ListAccountsResponse :: Type -> Type #

NFData ListAccountsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListAccounts

Methods

rnf :: ListAccountsResponse -> () #

type Rep ListAccountsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListAccounts

type Rep ListAccountsResponse = D1 ('MetaData "ListAccountsResponse" "Amazonka.Chime.ListAccounts" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

$sel:nextToken: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.

UpdateBot

data UpdateBot Source #

See: newUpdateBot smart constructor.

Constructors

UpdateBot' (Maybe Bool) Text Text 

Instances

Instances details
Eq UpdateBot Source # 
Instance details

Defined in Amazonka.Chime.UpdateBot

Read UpdateBot Source # 
Instance details

Defined in Amazonka.Chime.UpdateBot

Show UpdateBot Source # 
Instance details

Defined in Amazonka.Chime.UpdateBot

Generic UpdateBot Source # 
Instance details

Defined in Amazonka.Chime.UpdateBot

Associated Types

type Rep UpdateBot :: Type -> Type #

NFData UpdateBot Source # 
Instance details

Defined in Amazonka.Chime.UpdateBot

Methods

rnf :: UpdateBot -> () #

Hashable UpdateBot Source # 
Instance details

Defined in Amazonka.Chime.UpdateBot

ToJSON UpdateBot Source # 
Instance details

Defined in Amazonka.Chime.UpdateBot

AWSRequest UpdateBot Source # 
Instance details

Defined in Amazonka.Chime.UpdateBot

Associated Types

type AWSResponse 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

type Rep UpdateBot Source # 
Instance details

Defined in Amazonka.Chime.UpdateBot

type Rep UpdateBot = D1 ('MetaData "UpdateBot" "Amazonka.Chime.UpdateBot" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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))))
type AWSResponse UpdateBot Source # 
Instance details

Defined in Amazonka.Chime.UpdateBot

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:

$sel:disabled:UpdateBot', updateBot_disabled - When true, stops the specified bot from running in your account.

$sel:accountId:UpdateBot', updateBot_accountId - The Amazon Chime account ID.

$sel:botId:UpdateBot', updateBot_botId - The bot ID.

data UpdateBotResponse Source #

See: newUpdateBotResponse smart constructor.

Instances

Instances details
Eq UpdateBotResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateBot

Show UpdateBotResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateBot

Generic UpdateBotResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateBot

Associated Types

type Rep UpdateBotResponse :: Type -> Type #

NFData UpdateBotResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateBot

Methods

rnf :: UpdateBotResponse -> () #

type Rep UpdateBotResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateBot

type Rep UpdateBotResponse = D1 ('MetaData "UpdateBotResponse" "Amazonka.Chime.UpdateBot" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

ListPhoneNumberOrders

data ListPhoneNumberOrders Source #

See: newListPhoneNumberOrders smart constructor.

Instances

Instances details
Eq ListPhoneNumberOrders Source # 
Instance details

Defined in Amazonka.Chime.ListPhoneNumberOrders

Read ListPhoneNumberOrders Source # 
Instance details

Defined in Amazonka.Chime.ListPhoneNumberOrders

Show ListPhoneNumberOrders Source # 
Instance details

Defined in Amazonka.Chime.ListPhoneNumberOrders

Generic ListPhoneNumberOrders Source # 
Instance details

Defined in Amazonka.Chime.ListPhoneNumberOrders

Associated Types

type Rep ListPhoneNumberOrders :: Type -> Type #

NFData ListPhoneNumberOrders Source # 
Instance details

Defined in Amazonka.Chime.ListPhoneNumberOrders

Methods

rnf :: ListPhoneNumberOrders -> () #

Hashable ListPhoneNumberOrders Source # 
Instance details

Defined in Amazonka.Chime.ListPhoneNumberOrders

AWSRequest ListPhoneNumberOrders Source # 
Instance details

Defined in Amazonka.Chime.ListPhoneNumberOrders

Associated Types

type AWSResponse ListPhoneNumberOrders #

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

type Rep ListPhoneNumberOrders Source # 
Instance details

Defined in Amazonka.Chime.ListPhoneNumberOrders

type Rep ListPhoneNumberOrders = D1 ('MetaData "ListPhoneNumberOrders" "Amazonka.Chime.ListPhoneNumberOrders" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "ListPhoneNumberOrders'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))
type AWSResponse ListPhoneNumberOrders Source # 
Instance details

Defined in Amazonka.Chime.ListPhoneNumberOrders

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:nextToken:ListPhoneNumberOrders', listPhoneNumberOrders_nextToken - The token to use to retrieve the next page of results.

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

data ListPhoneNumberOrdersResponse Source #

See: newListPhoneNumberOrdersResponse smart constructor.

Instances

Instances details
Eq ListPhoneNumberOrdersResponse Source # 
Instance details

Defined in Amazonka.Chime.ListPhoneNumberOrders

Show ListPhoneNumberOrdersResponse Source # 
Instance details

Defined in Amazonka.Chime.ListPhoneNumberOrders

Generic ListPhoneNumberOrdersResponse Source # 
Instance details

Defined in Amazonka.Chime.ListPhoneNumberOrders

Associated Types

type Rep ListPhoneNumberOrdersResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "ListPhoneNumberOrdersResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "phoneNumberOrders") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PhoneNumberOrder])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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:

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

$sel:nextToken:ListPhoneNumberOrders', listPhoneNumberOrdersResponse_nextToken - The token to use to retrieve the next page of results.

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

SearchAvailablePhoneNumbers

data SearchAvailablePhoneNumbers Source #

See: newSearchAvailablePhoneNumbers smart constructor.

Instances

Instances details
Eq SearchAvailablePhoneNumbers Source # 
Instance details

Defined in Amazonka.Chime.SearchAvailablePhoneNumbers

Read SearchAvailablePhoneNumbers Source # 
Instance details

Defined in Amazonka.Chime.SearchAvailablePhoneNumbers

Show 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 #

NFData SearchAvailablePhoneNumbers Source # 
Instance details

Defined in Amazonka.Chime.SearchAvailablePhoneNumbers

Hashable SearchAvailablePhoneNumbers Source # 
Instance details

Defined in Amazonka.Chime.SearchAvailablePhoneNumbers

AWSRequest SearchAvailablePhoneNumbers Source # 
Instance details

Defined in Amazonka.Chime.SearchAvailablePhoneNumbers

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

type Rep SearchAvailablePhoneNumbers Source # 
Instance details

Defined in Amazonka.Chime.SearchAvailablePhoneNumbers

type AWSResponse 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:

$sel:phoneNumberType:SearchAvailablePhoneNumbers', searchAvailablePhoneNumbers_phoneNumberType - The phone number type used to filter results. Required for non-US numbers.

$sel:state: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.

$sel:country:SearchAvailablePhoneNumbers', searchAvailablePhoneNumbers_country - The country used to filter results. Defaults to the US Format: ISO 3166-1 alpha-2.

$sel:nextToken:SearchAvailablePhoneNumbers', searchAvailablePhoneNumbers_nextToken - The token used to retrieve the next page of results.

$sel:city:SearchAvailablePhoneNumbers', searchAvailablePhoneNumbers_city - The city used to filter results. Only applies to the US.

$sel:areaCode:SearchAvailablePhoneNumbers', searchAvailablePhoneNumbers_areaCode - The area code used to filter results. Only applies to the US.

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

data SearchAvailablePhoneNumbersResponse Source #

Instances

Instances details
Eq SearchAvailablePhoneNumbersResponse Source # 
Instance details

Defined in Amazonka.Chime.SearchAvailablePhoneNumbers

Show SearchAvailablePhoneNumbersResponse Source # 
Instance details

Defined in Amazonka.Chime.SearchAvailablePhoneNumbers

Generic SearchAvailablePhoneNumbersResponse Source # 
Instance details

Defined in Amazonka.Chime.SearchAvailablePhoneNumbers

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

$sel:nextToken: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.

CreateAppInstanceAdmin

data CreateAppInstanceAdmin Source #

See: newCreateAppInstanceAdmin smart constructor.

Instances

Instances details
Eq CreateAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstanceAdmin

Read CreateAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstanceAdmin

Show CreateAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstanceAdmin

Generic CreateAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstanceAdmin

Associated Types

type Rep CreateAppInstanceAdmin :: Type -> Type #

NFData CreateAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstanceAdmin

Methods

rnf :: CreateAppInstanceAdmin -> () #

Hashable CreateAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstanceAdmin

ToJSON CreateAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstanceAdmin

AWSRequest CreateAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstanceAdmin

Associated Types

type AWSResponse 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

type Rep CreateAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstanceAdmin

type Rep CreateAppInstanceAdmin = D1 ('MetaData "CreateAppInstanceAdmin" "Amazonka.Chime.CreateAppInstanceAdmin" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "CreateAppInstanceAdmin'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appInstanceAdminArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "appInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse CreateAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstanceAdmin

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.

$sel:appInstanceArn:CreateAppInstanceAdmin', createAppInstanceAdmin_appInstanceArn - The ARN of the AppInstance.

data CreateAppInstanceAdminResponse Source #

See: newCreateAppInstanceAdminResponse smart constructor.

Instances

Instances details
Eq CreateAppInstanceAdminResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstanceAdmin

Show CreateAppInstanceAdminResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstanceAdmin

Generic CreateAppInstanceAdminResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateAppInstanceAdmin

Associated Types

type Rep CreateAppInstanceAdminResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

$sel:appInstanceArn:CreateAppInstanceAdmin', createAppInstanceAdminResponse_appInstanceArn - The ARN of the of the admin for the AppInstance.

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

TagMeeting

data TagMeeting Source #

See: newTagMeeting smart constructor.

Constructors

TagMeeting' Text (NonEmpty Tag) 

Instances

Instances details
Eq TagMeeting Source # 
Instance details

Defined in Amazonka.Chime.TagMeeting

Show TagMeeting Source # 
Instance details

Defined in Amazonka.Chime.TagMeeting

Generic TagMeeting Source # 
Instance details

Defined in Amazonka.Chime.TagMeeting

Associated Types

type Rep TagMeeting :: Type -> Type #

NFData TagMeeting Source # 
Instance details

Defined in Amazonka.Chime.TagMeeting

Methods

rnf :: TagMeeting -> () #

Hashable TagMeeting Source # 
Instance details

Defined in Amazonka.Chime.TagMeeting

ToJSON TagMeeting Source # 
Instance details

Defined in Amazonka.Chime.TagMeeting

AWSRequest TagMeeting Source # 
Instance details

Defined in Amazonka.Chime.TagMeeting

Associated Types

type AWSResponse 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

type Rep TagMeeting Source # 
Instance details

Defined in Amazonka.Chime.TagMeeting

type Rep TagMeeting = D1 ('MetaData "TagMeeting" "Amazonka.Chime.TagMeeting" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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))))
type AWSResponse TagMeeting Source # 
Instance details

Defined in Amazonka.Chime.TagMeeting

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:

$sel:meetingId:TagMeeting', tagMeeting_meetingId - The Amazon Chime SDK meeting ID.

$sel:tags:TagMeeting', tagMeeting_tags - The tag key-value pairs.

data TagMeetingResponse Source #

See: newTagMeetingResponse smart constructor.

Constructors

TagMeetingResponse' 

Instances

Instances details
Eq TagMeetingResponse Source # 
Instance details

Defined in Amazonka.Chime.TagMeeting

Read TagMeetingResponse Source # 
Instance details

Defined in Amazonka.Chime.TagMeeting

Show TagMeetingResponse Source # 
Instance details

Defined in Amazonka.Chime.TagMeeting

Generic TagMeetingResponse Source # 
Instance details

Defined in Amazonka.Chime.TagMeeting

Associated Types

type Rep TagMeetingResponse :: Type -> Type #

NFData TagMeetingResponse Source # 
Instance details

Defined in Amazonka.Chime.TagMeeting

Methods

rnf :: TagMeetingResponse -> () #

type Rep TagMeetingResponse Source # 
Instance details

Defined in Amazonka.Chime.TagMeeting

type Rep TagMeetingResponse = D1 ('MetaData "TagMeetingResponse" "Amazonka.Chime.TagMeeting" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

ListVoiceConnectorGroups

data ListVoiceConnectorGroups Source #

See: newListVoiceConnectorGroups smart constructor.

Instances

Instances details
Eq ListVoiceConnectorGroups Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectorGroups

Read ListVoiceConnectorGroups Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectorGroups

Show 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 #

NFData ListVoiceConnectorGroups Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectorGroups

Hashable ListVoiceConnectorGroups Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectorGroups

AWSRequest ListVoiceConnectorGroups Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectorGroups

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

type Rep ListVoiceConnectorGroups Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectorGroups

type Rep ListVoiceConnectorGroups = D1 ('MetaData "ListVoiceConnectorGroups" "Amazonka.Chime.ListVoiceConnectorGroups" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "ListVoiceConnectorGroups'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))
type AWSResponse ListVoiceConnectorGroups Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectorGroups

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:nextToken:ListVoiceConnectorGroups', listVoiceConnectorGroups_nextToken - The token to use to retrieve the next page of results.

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

data ListVoiceConnectorGroupsResponse Source #

See: newListVoiceConnectorGroupsResponse smart constructor.

Instances

Instances details
Eq ListVoiceConnectorGroupsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectorGroups

Read ListVoiceConnectorGroupsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectorGroups

Show ListVoiceConnectorGroupsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectorGroups

Generic ListVoiceConnectorGroupsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectorGroups

Associated Types

type Rep ListVoiceConnectorGroupsResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "ListVoiceConnectorGroupsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [VoiceConnectorGroup])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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:

$sel:voiceConnectorGroups:ListVoiceConnectorGroupsResponse', listVoiceConnectorGroupsResponse_voiceConnectorGroups - The details of the Amazon Chime Voice Connector groups.

$sel:nextToken:ListVoiceConnectorGroups', listVoiceConnectorGroupsResponse_nextToken - The token to use to retrieve the next page of results.

$sel:httpStatus:ListVoiceConnectorGroupsResponse', listVoiceConnectorGroupsResponse_httpStatus - The response's http status code.

LogoutUser

data LogoutUser Source #

See: newLogoutUser smart constructor.

Constructors

LogoutUser' Text Text 

Instances

Instances details
Eq LogoutUser Source # 
Instance details

Defined in Amazonka.Chime.LogoutUser

Read LogoutUser Source # 
Instance details

Defined in Amazonka.Chime.LogoutUser

Show LogoutUser Source # 
Instance details

Defined in Amazonka.Chime.LogoutUser

Generic LogoutUser Source # 
Instance details

Defined in Amazonka.Chime.LogoutUser

Associated Types

type Rep LogoutUser :: Type -> Type #

NFData LogoutUser Source # 
Instance details

Defined in Amazonka.Chime.LogoutUser

Methods

rnf :: LogoutUser -> () #

Hashable LogoutUser Source # 
Instance details

Defined in Amazonka.Chime.LogoutUser

ToJSON LogoutUser Source # 
Instance details

Defined in Amazonka.Chime.LogoutUser

AWSRequest LogoutUser Source # 
Instance details

Defined in Amazonka.Chime.LogoutUser

Associated Types

type AWSResponse 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

type Rep LogoutUser Source # 
Instance details

Defined in Amazonka.Chime.LogoutUser

type Rep LogoutUser = D1 ('MetaData "LogoutUser" "Amazonka.Chime.LogoutUser" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "LogoutUser'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "userId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse LogoutUser Source # 
Instance details

Defined in Amazonka.Chime.LogoutUser

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:

$sel:accountId:LogoutUser', logoutUser_accountId - The Amazon Chime account ID.

$sel:userId:LogoutUser', logoutUser_userId - The user ID.

data LogoutUserResponse Source #

See: newLogoutUserResponse smart constructor.

Constructors

LogoutUserResponse' Int 

Instances

Instances details
Eq LogoutUserResponse Source # 
Instance details

Defined in Amazonka.Chime.LogoutUser

Read LogoutUserResponse Source # 
Instance details

Defined in Amazonka.Chime.LogoutUser

Show LogoutUserResponse Source # 
Instance details

Defined in Amazonka.Chime.LogoutUser

Generic LogoutUserResponse Source # 
Instance details

Defined in Amazonka.Chime.LogoutUser

Associated Types

type Rep LogoutUserResponse :: Type -> Type #

NFData LogoutUserResponse Source # 
Instance details

Defined in Amazonka.Chime.LogoutUser

Methods

rnf :: LogoutUserResponse -> () #

type Rep LogoutUserResponse Source # 
Instance details

Defined in Amazonka.Chime.LogoutUser

type Rep LogoutUserResponse = D1 ('MetaData "LogoutUserResponse" "Amazonka.Chime.LogoutUser" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

ListVoiceConnectorTerminationCredentials

data ListVoiceConnectorTerminationCredentials Source #

Instances

Instances details
Eq 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

Generic ListVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectorTerminationCredentials

NFData ListVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectorTerminationCredentials

Hashable ListVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectorTerminationCredentials

AWSRequest ListVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectorTerminationCredentials

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

type Rep ListVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectorTerminationCredentials

type Rep ListVoiceConnectorTerminationCredentials = D1 ('MetaData "ListVoiceConnectorTerminationCredentials" "Amazonka.Chime.ListVoiceConnectorTerminationCredentials" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "ListVoiceConnectorTerminationCredentials'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse ListVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectorTerminationCredentials

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:

$sel:voiceConnectorId:ListVoiceConnectorTerminationCredentials', listVoiceConnectorTerminationCredentials_voiceConnectorId - The Amazon Chime Voice Connector ID.

data ListVoiceConnectorTerminationCredentialsResponse Source #

Instances

Instances details
Eq ListVoiceConnectorTerminationCredentialsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectorTerminationCredentials

Show ListVoiceConnectorTerminationCredentialsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectorTerminationCredentials

Generic ListVoiceConnectorTerminationCredentialsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListVoiceConnectorTerminationCredentials

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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)))

CreateMediaCapturePipeline

data CreateMediaCapturePipeline Source #

See: newCreateMediaCapturePipeline smart constructor.

Instances

Instances details
Eq CreateMediaCapturePipeline Source # 
Instance details

Defined in Amazonka.Chime.CreateMediaCapturePipeline

Show 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 #

NFData CreateMediaCapturePipeline Source # 
Instance details

Defined in Amazonka.Chime.CreateMediaCapturePipeline

Hashable CreateMediaCapturePipeline Source # 
Instance details

Defined in Amazonka.Chime.CreateMediaCapturePipeline

ToJSON CreateMediaCapturePipeline Source # 
Instance details

Defined in Amazonka.Chime.CreateMediaCapturePipeline

AWSRequest 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

type Rep CreateMediaCapturePipeline Source # 
Instance details

Defined in Amazonka.Chime.CreateMediaCapturePipeline

type Rep CreateMediaCapturePipeline = D1 ('MetaData "CreateMediaCapturePipeline" "Amazonka.Chime.CreateMediaCapturePipeline" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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))))))
type AWSResponse CreateMediaCapturePipeline Source # 
Instance details

Defined in Amazonka.Chime.CreateMediaCapturePipeline

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:

$sel:chimeSdkMeetingConfiguration: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.

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

$sel:sourceArn:CreateMediaCapturePipeline', createMediaCapturePipeline_sourceArn - ARN of the source from which the media artifacts are captured.

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

$sel:sinkArn:CreateMediaCapturePipeline', createMediaCapturePipeline_sinkArn - The ARN of the sink type.

data CreateMediaCapturePipelineResponse Source #

Instances

Instances details
Eq CreateMediaCapturePipelineResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateMediaCapturePipeline

Show CreateMediaCapturePipelineResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateMediaCapturePipeline

Generic CreateMediaCapturePipelineResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateMediaCapturePipeline

Associated Types

type Rep CreateMediaCapturePipelineResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

CreateProxySession

data CreateProxySession Source #

See: newCreateProxySession smart constructor.

Instances

Instances details
Eq CreateProxySession Source # 
Instance details

Defined in Amazonka.Chime.CreateProxySession

Show CreateProxySession Source # 
Instance details

Defined in Amazonka.Chime.CreateProxySession

Generic CreateProxySession Source # 
Instance details

Defined in Amazonka.Chime.CreateProxySession

Associated Types

type Rep CreateProxySession :: Type -> Type #

NFData CreateProxySession Source # 
Instance details

Defined in Amazonka.Chime.CreateProxySession

Methods

rnf :: CreateProxySession -> () #

Hashable CreateProxySession Source # 
Instance details

Defined in Amazonka.Chime.CreateProxySession

ToJSON CreateProxySession Source # 
Instance details

Defined in Amazonka.Chime.CreateProxySession

AWSRequest CreateProxySession Source # 
Instance details

Defined in Amazonka.Chime.CreateProxySession

Associated Types

type AWSResponse 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

type Rep CreateProxySession Source # 
Instance details

Defined in Amazonka.Chime.CreateProxySession

type AWSResponse 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:

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

$sel:geoMatchParams:CreateProxySession', createProxySession_geoMatchParams - The country and area code for the proxy phone number.

$sel:expiryMinutes:CreateProxySession', createProxySession_expiryMinutes - The number of minutes allowed for the proxy session.

$sel:name:CreateProxySession', createProxySession_name - The name of the proxy session.

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

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

$sel:capabilities:CreateProxySession', createProxySession_capabilities - The proxy session capabilities.

$sel:voiceConnectorId:CreateProxySession', createProxySession_voiceConnectorId - The Amazon Chime voice connector ID.

data CreateProxySessionResponse Source #

See: newCreateProxySessionResponse smart constructor.

Instances

Instances details
Eq CreateProxySessionResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateProxySession

Show CreateProxySessionResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateProxySession

Generic CreateProxySessionResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateProxySession

Associated Types

type Rep CreateProxySessionResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

DeleteEventsConfiguration

data DeleteEventsConfiguration Source #

See: newDeleteEventsConfiguration smart constructor.

Instances

Instances details
Eq DeleteEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.DeleteEventsConfiguration

Read DeleteEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.DeleteEventsConfiguration

Show 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 #

NFData DeleteEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.DeleteEventsConfiguration

Hashable DeleteEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.DeleteEventsConfiguration

AWSRequest DeleteEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.DeleteEventsConfiguration

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

type Rep DeleteEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.DeleteEventsConfiguration

type Rep DeleteEventsConfiguration = D1 ('MetaData "DeleteEventsConfiguration" "Amazonka.Chime.DeleteEventsConfiguration" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "DeleteEventsConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "botId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.DeleteEventsConfiguration

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:

$sel:accountId:DeleteEventsConfiguration', deleteEventsConfiguration_accountId - The Amazon Chime account ID.

$sel:botId:DeleteEventsConfiguration', deleteEventsConfiguration_botId - The bot ID.

data DeleteEventsConfigurationResponse Source #

See: newDeleteEventsConfigurationResponse smart constructor.

Instances

Instances details
Eq DeleteEventsConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteEventsConfiguration

Read DeleteEventsConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteEventsConfiguration

Show DeleteEventsConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteEventsConfiguration

Generic DeleteEventsConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteEventsConfiguration

Associated Types

type Rep DeleteEventsConfigurationResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

PutEventsConfiguration

data PutEventsConfiguration Source #

See: newPutEventsConfiguration smart constructor.

Instances

Instances details
Eq PutEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutEventsConfiguration

Show PutEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutEventsConfiguration

Generic PutEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutEventsConfiguration

Associated Types

type Rep PutEventsConfiguration :: Type -> Type #

NFData PutEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutEventsConfiguration

Methods

rnf :: PutEventsConfiguration -> () #

Hashable PutEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutEventsConfiguration

ToJSON PutEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutEventsConfiguration

AWSRequest PutEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutEventsConfiguration

Associated Types

type AWSResponse 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

type Rep PutEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutEventsConfiguration

type Rep PutEventsConfiguration = D1 ('MetaData "PutEventsConfiguration" "Amazonka.Chime.PutEventsConfiguration" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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))))
type AWSResponse PutEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutEventsConfiguration

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:

$sel:lambdaFunctionArn:PutEventsConfiguration', putEventsConfiguration_lambdaFunctionArn - Lambda function ARN that allows the bot to receive outgoing events.

$sel:outboundEventsHTTPSEndpoint:PutEventsConfiguration', putEventsConfiguration_outboundEventsHTTPSEndpoint - HTTPS endpoint that allows the bot to receive outgoing events.

$sel:accountId:PutEventsConfiguration', putEventsConfiguration_accountId - The Amazon Chime account ID.

$sel:botId:PutEventsConfiguration', putEventsConfiguration_botId - The bot ID.

data PutEventsConfigurationResponse Source #

See: newPutEventsConfigurationResponse smart constructor.

Instances

Instances details
Eq PutEventsConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.PutEventsConfiguration

Show PutEventsConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.PutEventsConfiguration

Generic PutEventsConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.PutEventsConfiguration

Associated Types

type Rep PutEventsConfigurationResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

GetChannelMessage

data GetChannelMessage Source #

See: newGetChannelMessage smart constructor.

Instances

Instances details
Eq GetChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.GetChannelMessage

Read GetChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.GetChannelMessage

Show GetChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.GetChannelMessage

Generic GetChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.GetChannelMessage

Associated Types

type Rep GetChannelMessage :: Type -> Type #

NFData GetChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.GetChannelMessage

Methods

rnf :: GetChannelMessage -> () #

Hashable GetChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.GetChannelMessage

AWSRequest GetChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.GetChannelMessage

Associated Types

type AWSResponse GetChannelMessage #

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

type Rep GetChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.GetChannelMessage

type Rep GetChannelMessage = D1 ('MetaData "GetChannelMessage" "Amazonka.Chime.GetChannelMessage" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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))))
type AWSResponse GetChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.GetChannelMessage

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.

$sel:channelArn:GetChannelMessage', getChannelMessage_channelArn - The ARN of the channel.

$sel:messageId:GetChannelMessage', getChannelMessage_messageId - The ID of the message.

data GetChannelMessageResponse Source #

See: newGetChannelMessageResponse smart constructor.

Instances

Instances details
Eq GetChannelMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.GetChannelMessage

Show GetChannelMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.GetChannelMessage

Generic GetChannelMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.GetChannelMessage

Associated Types

type Rep GetChannelMessageResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

UpdateRoom

data UpdateRoom Source #

See: newUpdateRoom smart constructor.

Instances

Instances details
Eq UpdateRoom Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoom

Show UpdateRoom Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoom

Generic UpdateRoom Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoom

Associated Types

type Rep UpdateRoom :: Type -> Type #

NFData UpdateRoom Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoom

Methods

rnf :: UpdateRoom -> () #

Hashable UpdateRoom Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoom

ToJSON UpdateRoom Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoom

AWSRequest UpdateRoom Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoom

Associated Types

type AWSResponse 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

type Rep UpdateRoom Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoom

type Rep UpdateRoom = D1 ('MetaData "UpdateRoom" "Amazonka.Chime.UpdateRoom" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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))))
type AWSResponse UpdateRoom Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoom

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:

$sel:name:UpdateRoom', updateRoom_name - The room name.

$sel:accountId:UpdateRoom', updateRoom_accountId - The Amazon Chime account ID.

$sel:roomId:UpdateRoom', updateRoom_roomId - The room ID.

data UpdateRoomResponse Source #

See: newUpdateRoomResponse smart constructor.

Instances

Instances details
Eq UpdateRoomResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoom

Show UpdateRoomResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoom

Generic UpdateRoomResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoom

Associated Types

type Rep UpdateRoomResponse :: Type -> Type #

NFData UpdateRoomResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoom

Methods

rnf :: UpdateRoomResponse -> () #

type Rep UpdateRoomResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoom

type Rep UpdateRoomResponse = D1 ('MetaData "UpdateRoomResponse" "Amazonka.Chime.UpdateRoom" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

DeleteRoom

data DeleteRoom Source #

See: newDeleteRoom smart constructor.

Constructors

DeleteRoom' Text Text 

Instances

Instances details
Eq DeleteRoom Source # 
Instance details

Defined in Amazonka.Chime.DeleteRoom

Read DeleteRoom Source # 
Instance details

Defined in Amazonka.Chime.DeleteRoom

Show DeleteRoom Source # 
Instance details

Defined in Amazonka.Chime.DeleteRoom

Generic DeleteRoom Source # 
Instance details

Defined in Amazonka.Chime.DeleteRoom

Associated Types

type Rep DeleteRoom :: Type -> Type #

NFData DeleteRoom Source # 
Instance details

Defined in Amazonka.Chime.DeleteRoom

Methods

rnf :: DeleteRoom -> () #

Hashable DeleteRoom Source # 
Instance details

Defined in Amazonka.Chime.DeleteRoom

AWSRequest DeleteRoom Source # 
Instance details

Defined in Amazonka.Chime.DeleteRoom

Associated Types

type AWSResponse DeleteRoom #

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

type Rep DeleteRoom Source # 
Instance details

Defined in Amazonka.Chime.DeleteRoom

type Rep DeleteRoom = D1 ('MetaData "DeleteRoom" "Amazonka.Chime.DeleteRoom" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "DeleteRoom'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "roomId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteRoom Source # 
Instance details

Defined in Amazonka.Chime.DeleteRoom

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:

$sel:accountId:DeleteRoom', deleteRoom_accountId - The Amazon Chime account ID.

$sel:roomId:DeleteRoom', deleteRoom_roomId - The chat room ID.

data DeleteRoomResponse Source #

See: newDeleteRoomResponse smart constructor.

Constructors

DeleteRoomResponse' 

Instances

Instances details
Eq DeleteRoomResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteRoom

Read DeleteRoomResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteRoom

Show DeleteRoomResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteRoom

Generic DeleteRoomResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteRoom

Associated Types

type Rep DeleteRoomResponse :: Type -> Type #

NFData DeleteRoomResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteRoom

Methods

rnf :: DeleteRoomResponse -> () #

type Rep DeleteRoomResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteRoom

type Rep DeleteRoomResponse = D1 ('MetaData "DeleteRoomResponse" "Amazonka.Chime.DeleteRoom" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

PutSipMediaApplicationLoggingConfiguration

data PutSipMediaApplicationLoggingConfiguration Source #

Instances

Instances details
Eq 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

Generic PutSipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutSipMediaApplicationLoggingConfiguration

NFData PutSipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutSipMediaApplicationLoggingConfiguration

Hashable PutSipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutSipMediaApplicationLoggingConfiguration

ToJSON PutSipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutSipMediaApplicationLoggingConfiguration

AWSRequest 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

type Rep PutSipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutSipMediaApplicationLoggingConfiguration

type Rep PutSipMediaApplicationLoggingConfiguration = D1 ('MetaData "PutSipMediaApplicationLoggingConfiguration" "Amazonka.Chime.PutSipMediaApplicationLoggingConfiguration" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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)))
type AWSResponse PutSipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.PutSipMediaApplicationLoggingConfiguration

data PutSipMediaApplicationLoggingConfigurationResponse Source #

Instances

Instances details
Eq 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

Generic PutSipMediaApplicationLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.PutSipMediaApplicationLoggingConfiguration

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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)))

DescribeChannelMembershipForAppInstanceUser

data DescribeChannelMembershipForAppInstanceUser Source #

Instances

Instances details
Eq 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

Generic DescribeChannelMembershipForAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelMembershipForAppInstanceUser

NFData DescribeChannelMembershipForAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelMembershipForAppInstanceUser

Hashable DescribeChannelMembershipForAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelMembershipForAppInstanceUser

AWSRequest DescribeChannelMembershipForAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelMembershipForAppInstanceUser

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

type Rep DescribeChannelMembershipForAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelMembershipForAppInstanceUser

type Rep DescribeChannelMembershipForAppInstanceUser = D1 ('MetaData "DescribeChannelMembershipForAppInstanceUser" "Amazonka.Chime.DescribeChannelMembershipForAppInstanceUser" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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))))
type AWSResponse DescribeChannelMembershipForAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelMembershipForAppInstanceUser

data DescribeChannelMembershipForAppInstanceUserResponse Source #

Instances

Instances details
Eq DescribeChannelMembershipForAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelMembershipForAppInstanceUser

Show DescribeChannelMembershipForAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelMembershipForAppInstanceUser

Generic DescribeChannelMembershipForAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelMembershipForAppInstanceUser

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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)))

ListAppInstanceAdmins

data ListAppInstanceAdmins Source #

See: newListAppInstanceAdmins smart constructor.

Instances

Instances details
Eq ListAppInstanceAdmins Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstanceAdmins

Show ListAppInstanceAdmins Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstanceAdmins

Generic ListAppInstanceAdmins Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstanceAdmins

Associated Types

type Rep ListAppInstanceAdmins :: Type -> Type #

NFData ListAppInstanceAdmins Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstanceAdmins

Methods

rnf :: ListAppInstanceAdmins -> () #

Hashable ListAppInstanceAdmins Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstanceAdmins

AWSRequest ListAppInstanceAdmins Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstanceAdmins

Associated Types

type AWSResponse ListAppInstanceAdmins #

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

type Rep ListAppInstanceAdmins Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstanceAdmins

type Rep ListAppInstanceAdmins = D1 ('MetaData "ListAppInstanceAdmins" "Amazonka.Chime.ListAppInstanceAdmins" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "ListAppInstanceAdmins'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "appInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListAppInstanceAdmins Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstanceAdmins

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:nextToken:ListAppInstanceAdmins', listAppInstanceAdmins_nextToken - The token returned from previous API requests until the number of administrators is reached.

$sel:maxResults:ListAppInstanceAdmins', listAppInstanceAdmins_maxResults - The maximum number of administrators that you want to return.

$sel:appInstanceArn:ListAppInstanceAdmins', listAppInstanceAdmins_appInstanceArn - The ARN of the AppInstance.

data ListAppInstanceAdminsResponse Source #

See: newListAppInstanceAdminsResponse smart constructor.

Instances

Instances details
Eq ListAppInstanceAdminsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstanceAdmins

Show ListAppInstanceAdminsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstanceAdmins

Generic ListAppInstanceAdminsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstanceAdmins

Associated Types

type Rep ListAppInstanceAdminsResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "ListAppInstanceAdminsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "appInstanceAdmins") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AppInstanceAdminSummary]))) :*: (S1 ('MetaSel ('Just "appInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe 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:nextToken:ListAppInstanceAdmins', listAppInstanceAdminsResponse_nextToken - The token returned from previous API requests until the number of administrators is reached.

$sel:appInstanceAdmins:ListAppInstanceAdminsResponse', listAppInstanceAdminsResponse_appInstanceAdmins - The information for each administrator.

$sel:appInstanceArn:ListAppInstanceAdmins', listAppInstanceAdminsResponse_appInstanceArn - The ARN of the AppInstance.

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

DeletePhoneNumber

data DeletePhoneNumber Source #

See: newDeletePhoneNumber smart constructor.

Constructors

DeletePhoneNumber' Text 

Instances

Instances details
Eq DeletePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.DeletePhoneNumber

Read DeletePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.DeletePhoneNumber

Show DeletePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.DeletePhoneNumber

Generic DeletePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.DeletePhoneNumber

Associated Types

type Rep DeletePhoneNumber :: Type -> Type #

NFData DeletePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.DeletePhoneNumber

Methods

rnf :: DeletePhoneNumber -> () #

Hashable DeletePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.DeletePhoneNumber

AWSRequest DeletePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.DeletePhoneNumber

Associated Types

type AWSResponse DeletePhoneNumber #

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

type Rep DeletePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.DeletePhoneNumber

type Rep DeletePhoneNumber = D1 ('MetaData "DeletePhoneNumber" "Amazonka.Chime.DeletePhoneNumber" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "DeletePhoneNumber'" 'PrefixI 'True) (S1 ('MetaSel ('Just "phoneNumberId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeletePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.DeletePhoneNumber

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:

$sel:phoneNumberId:DeletePhoneNumber', deletePhoneNumber_phoneNumberId - The phone number ID.

data DeletePhoneNumberResponse Source #

See: newDeletePhoneNumberResponse smart constructor.

Instances

Instances details
Eq DeletePhoneNumberResponse Source # 
Instance details

Defined in Amazonka.Chime.DeletePhoneNumber

Read DeletePhoneNumberResponse Source # 
Instance details

Defined in Amazonka.Chime.DeletePhoneNumber

Show DeletePhoneNumberResponse Source # 
Instance details

Defined in Amazonka.Chime.DeletePhoneNumber

Generic DeletePhoneNumberResponse Source # 
Instance details

Defined in Amazonka.Chime.DeletePhoneNumber

Associated Types

type Rep DeletePhoneNumberResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

UpdatePhoneNumber

data UpdatePhoneNumber Source #

See: newUpdatePhoneNumber smart constructor.

Instances

Instances details
Eq UpdatePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumber

Show UpdatePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumber

Generic UpdatePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumber

Associated Types

type Rep UpdatePhoneNumber :: Type -> Type #

NFData UpdatePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumber

Methods

rnf :: UpdatePhoneNumber -> () #

Hashable UpdatePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumber

ToJSON UpdatePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumber

AWSRequest UpdatePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumber

Associated Types

type AWSResponse 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

type Rep UpdatePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumber

type Rep UpdatePhoneNumber = D1 ('MetaData "UpdatePhoneNumber" "Amazonka.Chime.UpdatePhoneNumber" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "UpdatePhoneNumber'" 'PrefixI 'True) (S1 ('MetaSel ('Just "productType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PhoneNumberProductType)) :*: (S1 ('MetaSel ('Just "callingName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "phoneNumberId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse UpdatePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumber

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:

$sel:productType:UpdatePhoneNumber', updatePhoneNumber_productType - The product type.

$sel:callingName:UpdatePhoneNumber', updatePhoneNumber_callingName - The outbound calling name associated with the phone number.

$sel:phoneNumberId:UpdatePhoneNumber', updatePhoneNumber_phoneNumberId - The phone number ID.

data UpdatePhoneNumberResponse Source #

See: newUpdatePhoneNumberResponse smart constructor.

Instances

Instances details
Eq UpdatePhoneNumberResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumber

Show UpdatePhoneNumberResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumber

Generic UpdatePhoneNumberResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumber

Associated Types

type Rep UpdatePhoneNumberResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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:

$sel:phoneNumber:UpdatePhoneNumberResponse', updatePhoneNumberResponse_phoneNumber - The updated phone number details.

$sel:httpStatus:UpdatePhoneNumberResponse', updatePhoneNumberResponse_httpStatus - The response's http status code.

ListPhoneNumbers

data ListPhoneNumbers Source #

See: newListPhoneNumbers smart constructor.

Instances

Instances details
Eq ListPhoneNumbers Source # 
Instance details

Defined in Amazonka.Chime.ListPhoneNumbers

Read ListPhoneNumbers Source # 
Instance details

Defined in Amazonka.Chime.ListPhoneNumbers

Show ListPhoneNumbers Source # 
Instance details

Defined in Amazonka.Chime.ListPhoneNumbers

Generic ListPhoneNumbers Source # 
Instance details

Defined in Amazonka.Chime.ListPhoneNumbers

Associated Types

type Rep ListPhoneNumbers :: Type -> Type #

NFData ListPhoneNumbers Source # 
Instance details

Defined in Amazonka.Chime.ListPhoneNumbers

Methods

rnf :: ListPhoneNumbers -> () #

Hashable ListPhoneNumbers Source # 
Instance details

Defined in Amazonka.Chime.ListPhoneNumbers

AWSRequest ListPhoneNumbers Source # 
Instance details

Defined in Amazonka.Chime.ListPhoneNumbers

Associated Types

type AWSResponse ListPhoneNumbers #

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

type Rep ListPhoneNumbers Source # 
Instance details

Defined in Amazonka.Chime.ListPhoneNumbers

type AWSResponse 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:status:ListPhoneNumbers', listPhoneNumbers_status - The phone number status.

$sel:filterName:ListPhoneNumbers', listPhoneNumbers_filterName - The filter to use to limit the number of results.

$sel:productType:ListPhoneNumbers', listPhoneNumbers_productType - The phone number product type.

$sel:nextToken:ListPhoneNumbers', listPhoneNumbers_nextToken - The token to use to retrieve the next page 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.

data ListPhoneNumbersResponse Source #

See: newListPhoneNumbersResponse smart constructor.

Instances

Instances details
Eq ListPhoneNumbersResponse Source # 
Instance details

Defined in Amazonka.Chime.ListPhoneNumbers

Show ListPhoneNumbersResponse Source # 
Instance details

Defined in Amazonka.Chime.ListPhoneNumbers

Generic ListPhoneNumbersResponse Source # 
Instance details

Defined in Amazonka.Chime.ListPhoneNumbers

Associated Types

type Rep ListPhoneNumbersResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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:

$sel:nextToken: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.

CreateChannelModerator

data CreateChannelModerator Source #

See: newCreateChannelModerator smart constructor.

Instances

Instances details
Eq CreateChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelModerator

Read CreateChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelModerator

Show CreateChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelModerator

Generic CreateChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelModerator

Associated Types

type Rep CreateChannelModerator :: Type -> Type #

NFData CreateChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelModerator

Methods

rnf :: CreateChannelModerator -> () #

Hashable CreateChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelModerator

ToJSON CreateChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelModerator

AWSRequest CreateChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelModerator

Associated Types

type AWSResponse 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

type Rep CreateChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelModerator

type Rep CreateChannelModerator = D1 ('MetaData "CreateChannelModerator" "Amazonka.Chime.CreateChannelModerator" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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))))
type AWSResponse CreateChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelModerator

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.

$sel:channelArn: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
Eq CreateChannelModeratorResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelModerator

Show CreateChannelModeratorResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelModerator

Generic CreateChannelModeratorResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelModerator

Associated Types

type Rep CreateChannelModeratorResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "CreateChannelModeratorResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "channelModerator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Identity)) :*: (S1 ('MetaSel ('Just "channelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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:

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

$sel:channelArn:CreateChannelModerator', createChannelModeratorResponse_channelArn - The ARN of the channel.

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

GetAppInstanceStreamingConfigurations

data GetAppInstanceStreamingConfigurations Source #

Instances

Instances details
Eq 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

Generic GetAppInstanceStreamingConfigurations Source # 
Instance details

Defined in Amazonka.Chime.GetAppInstanceStreamingConfigurations

NFData GetAppInstanceStreamingConfigurations Source # 
Instance details

Defined in Amazonka.Chime.GetAppInstanceStreamingConfigurations

Hashable GetAppInstanceStreamingConfigurations Source # 
Instance details

Defined in Amazonka.Chime.GetAppInstanceStreamingConfigurations

AWSRequest GetAppInstanceStreamingConfigurations Source # 
Instance details

Defined in Amazonka.Chime.GetAppInstanceStreamingConfigurations

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

type Rep GetAppInstanceStreamingConfigurations Source # 
Instance details

Defined in Amazonka.Chime.GetAppInstanceStreamingConfigurations

type Rep GetAppInstanceStreamingConfigurations = D1 ('MetaData "GetAppInstanceStreamingConfigurations" "Amazonka.Chime.GetAppInstanceStreamingConfigurations" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "GetAppInstanceStreamingConfigurations'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetAppInstanceStreamingConfigurations Source # 
Instance details

Defined in Amazonka.Chime.GetAppInstanceStreamingConfigurations

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:

$sel:appInstanceArn:GetAppInstanceStreamingConfigurations', getAppInstanceStreamingConfigurations_appInstanceArn - The ARN of the AppInstance.

data GetAppInstanceStreamingConfigurationsResponse Source #

Instances

Instances details
Eq GetAppInstanceStreamingConfigurationsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetAppInstanceStreamingConfigurations

Show GetAppInstanceStreamingConfigurationsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetAppInstanceStreamingConfigurations

Generic GetAppInstanceStreamingConfigurationsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetAppInstanceStreamingConfigurations

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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)))

ListAppInstances

data ListAppInstances Source #

See: newListAppInstances smart constructor.

Instances

Instances details
Eq ListAppInstances Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstances

Show ListAppInstances Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstances

Generic ListAppInstances Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstances

Associated Types

type Rep ListAppInstances :: Type -> Type #

NFData ListAppInstances Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstances

Methods

rnf :: ListAppInstances -> () #

Hashable ListAppInstances Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstances

AWSRequest ListAppInstances Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstances

Associated Types

type AWSResponse ListAppInstances #

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

type Rep ListAppInstances Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstances

type Rep ListAppInstances = D1 ('MetaData "ListAppInstances" "Amazonka.Chime.ListAppInstances" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "ListAppInstances'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))
type AWSResponse ListAppInstances Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstances

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:nextToken:ListAppInstances', listAppInstances_nextToken - The token passed by previous API requests until you reach the maximum number of AppInstances.

$sel:maxResults:ListAppInstances', listAppInstances_maxResults - The maximum number of AppInstances that you want to return.

data ListAppInstancesResponse Source #

See: newListAppInstancesResponse smart constructor.

Instances

Instances details
Eq ListAppInstancesResponse Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstances

Show ListAppInstancesResponse Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstances

Generic ListAppInstancesResponse Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstances

Associated Types

type Rep ListAppInstancesResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

$sel:nextToken: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.

DescribeChannelModeratedByAppInstanceUser

data DescribeChannelModeratedByAppInstanceUser Source #

Instances

Instances details
Eq 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

Generic DescribeChannelModeratedByAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelModeratedByAppInstanceUser

NFData DescribeChannelModeratedByAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelModeratedByAppInstanceUser

Hashable DescribeChannelModeratedByAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelModeratedByAppInstanceUser

AWSRequest DescribeChannelModeratedByAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelModeratedByAppInstanceUser

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

type Rep DescribeChannelModeratedByAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelModeratedByAppInstanceUser

type Rep DescribeChannelModeratedByAppInstanceUser = D1 ('MetaData "DescribeChannelModeratedByAppInstanceUser" "Amazonka.Chime.DescribeChannelModeratedByAppInstanceUser" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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))))
type AWSResponse DescribeChannelModeratedByAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelModeratedByAppInstanceUser

data DescribeChannelModeratedByAppInstanceUserResponse Source #

Instances

Instances details
Eq DescribeChannelModeratedByAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelModeratedByAppInstanceUser

Show DescribeChannelModeratedByAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelModeratedByAppInstanceUser

Generic DescribeChannelModeratedByAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelModeratedByAppInstanceUser

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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)))

GetPhoneNumber

data GetPhoneNumber Source #

See: newGetPhoneNumber smart constructor.

Constructors

GetPhoneNumber' Text 

Instances

Instances details
Eq GetPhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumber

Read GetPhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumber

Show GetPhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumber

Generic GetPhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumber

Associated Types

type Rep GetPhoneNumber :: Type -> Type #

NFData GetPhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumber

Methods

rnf :: GetPhoneNumber -> () #

Hashable GetPhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumber

AWSRequest GetPhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumber

Associated Types

type AWSResponse GetPhoneNumber #

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

type Rep GetPhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumber

type Rep GetPhoneNumber = D1 ('MetaData "GetPhoneNumber" "Amazonka.Chime.GetPhoneNumber" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "GetPhoneNumber'" 'PrefixI 'True) (S1 ('MetaSel ('Just "phoneNumberId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetPhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumber

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:

$sel:phoneNumberId: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:

$sel:phoneNumber:GetPhoneNumberResponse', getPhoneNumberResponse_phoneNumber - The phone number details.

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

GetEventsConfiguration

data GetEventsConfiguration Source #

See: newGetEventsConfiguration smart constructor.

Instances

Instances details
Eq GetEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetEventsConfiguration

Read GetEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetEventsConfiguration

Show GetEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetEventsConfiguration

Generic GetEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetEventsConfiguration

Associated Types

type Rep GetEventsConfiguration :: Type -> Type #

NFData GetEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetEventsConfiguration

Methods

rnf :: GetEventsConfiguration -> () #

Hashable GetEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetEventsConfiguration

AWSRequest GetEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetEventsConfiguration

Associated Types

type AWSResponse GetEventsConfiguration #

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

type Rep GetEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetEventsConfiguration

type Rep GetEventsConfiguration = D1 ('MetaData "GetEventsConfiguration" "Amazonka.Chime.GetEventsConfiguration" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "GetEventsConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "botId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetEventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetEventsConfiguration

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:

$sel:accountId:GetEventsConfiguration', getEventsConfiguration_accountId - The Amazon Chime account ID.

$sel:botId:GetEventsConfiguration', getEventsConfiguration_botId - The bot ID.

data GetEventsConfigurationResponse Source #

See: newGetEventsConfigurationResponse smart constructor.

Instances

Instances details
Eq GetEventsConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.GetEventsConfiguration

Show GetEventsConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.GetEventsConfiguration

Generic GetEventsConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.GetEventsConfiguration

Associated Types

type Rep GetEventsConfigurationResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

GetSipMediaApplicationLoggingConfiguration

data GetSipMediaApplicationLoggingConfiguration Source #

Instances

Instances details
Eq 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

Generic GetSipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetSipMediaApplicationLoggingConfiguration

NFData GetSipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetSipMediaApplicationLoggingConfiguration

Hashable GetSipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetSipMediaApplicationLoggingConfiguration

AWSRequest GetSipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetSipMediaApplicationLoggingConfiguration

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

type Rep GetSipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetSipMediaApplicationLoggingConfiguration

type Rep GetSipMediaApplicationLoggingConfiguration = D1 ('MetaData "GetSipMediaApplicationLoggingConfiguration" "Amazonka.Chime.GetSipMediaApplicationLoggingConfiguration" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "GetSipMediaApplicationLoggingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sipMediaApplicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetSipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetSipMediaApplicationLoggingConfiguration

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:

$sel:sipMediaApplicationId:GetSipMediaApplicationLoggingConfiguration', getSipMediaApplicationLoggingConfiguration_sipMediaApplicationId - The SIP media application ID.

data GetSipMediaApplicationLoggingConfigurationResponse Source #

Instances

Instances details
Eq 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

Generic GetSipMediaApplicationLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.GetSipMediaApplicationLoggingConfiguration

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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)))

BatchUpdateUser

data BatchUpdateUser Source #

See: newBatchUpdateUser smart constructor.

Instances

Instances details
Eq BatchUpdateUser Source # 
Instance details

Defined in Amazonka.Chime.BatchUpdateUser

Show BatchUpdateUser Source # 
Instance details

Defined in Amazonka.Chime.BatchUpdateUser

Generic BatchUpdateUser Source # 
Instance details

Defined in Amazonka.Chime.BatchUpdateUser

Associated Types

type Rep BatchUpdateUser :: Type -> Type #

NFData BatchUpdateUser Source # 
Instance details

Defined in Amazonka.Chime.BatchUpdateUser

Methods

rnf :: BatchUpdateUser -> () #

Hashable BatchUpdateUser Source # 
Instance details

Defined in Amazonka.Chime.BatchUpdateUser

ToJSON BatchUpdateUser Source # 
Instance details

Defined in Amazonka.Chime.BatchUpdateUser

AWSRequest BatchUpdateUser Source # 
Instance details

Defined in Amazonka.Chime.BatchUpdateUser

Associated Types

type AWSResponse 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

type Rep BatchUpdateUser Source # 
Instance details

Defined in Amazonka.Chime.BatchUpdateUser

type Rep BatchUpdateUser = D1 ('MetaData "BatchUpdateUser" "Amazonka.Chime.BatchUpdateUser" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "BatchUpdateUser'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "updateUserRequestItems") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [UpdateUserRequestItem])))
type AWSResponse BatchUpdateUser Source # 
Instance details

Defined in Amazonka.Chime.BatchUpdateUser

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:

$sel:accountId: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
Eq BatchUpdateUserResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchUpdateUser

Read BatchUpdateUserResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchUpdateUser

Show BatchUpdateUserResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchUpdateUser

Generic BatchUpdateUserResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchUpdateUser

Associated Types

type Rep BatchUpdateUserResponse :: Type -> Type #

NFData BatchUpdateUserResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchUpdateUser

Methods

rnf :: BatchUpdateUserResponse -> () #

type Rep BatchUpdateUserResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchUpdateUser

type Rep BatchUpdateUserResponse = D1 ('MetaData "BatchUpdateUserResponse" "Amazonka.Chime.BatchUpdateUser" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

SendChannelMessage

data SendChannelMessage Source #

See: newSendChannelMessage smart constructor.

Instances

Instances details
Eq SendChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.SendChannelMessage

Show SendChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.SendChannelMessage

Generic SendChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.SendChannelMessage

Associated Types

type Rep SendChannelMessage :: Type -> Type #

NFData SendChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.SendChannelMessage

Methods

rnf :: SendChannelMessage -> () #

Hashable SendChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.SendChannelMessage

ToJSON SendChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.SendChannelMessage

AWSRequest SendChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.SendChannelMessage

Associated Types

type AWSResponse 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

type Rep SendChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.SendChannelMessage

type AWSResponse 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.

$sel:metadata:SendChannelMessage', sendChannelMessage_metadata - The optional metadata for each message.

$sel:channelArn:SendChannelMessage', sendChannelMessage_channelArn - The ARN of the channel.

$sel:content:SendChannelMessage', sendChannelMessage_content - The content of the message.

$sel:type':SendChannelMessage', sendChannelMessage_type - The type of message, STANDARD or CONTROL.

$sel:persistence: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
Eq SendChannelMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.SendChannelMessage

Read SendChannelMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.SendChannelMessage

Show SendChannelMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.SendChannelMessage

Generic SendChannelMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.SendChannelMessage

Associated Types

type Rep SendChannelMessageResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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:

$sel:channelArn:SendChannelMessage', sendChannelMessageResponse_channelArn - The ARN of the channel.

$sel:messageId:SendChannelMessageResponse', sendChannelMessageResponse_messageId - The ID string assigned to each message.

$sel:httpStatus:SendChannelMessageResponse', sendChannelMessageResponse_httpStatus - The response's http status code.

TagAttendee

data TagAttendee Source #

See: newTagAttendee smart constructor.

Instances

Instances details
Eq TagAttendee Source # 
Instance details

Defined in Amazonka.Chime.TagAttendee

Show TagAttendee Source # 
Instance details

Defined in Amazonka.Chime.TagAttendee

Generic TagAttendee Source # 
Instance details

Defined in Amazonka.Chime.TagAttendee

Associated Types

type Rep TagAttendee :: Type -> Type #

NFData TagAttendee Source # 
Instance details

Defined in Amazonka.Chime.TagAttendee

Methods

rnf :: TagAttendee -> () #

Hashable TagAttendee Source # 
Instance details

Defined in Amazonka.Chime.TagAttendee

ToJSON TagAttendee Source # 
Instance details

Defined in Amazonka.Chime.TagAttendee

AWSRequest TagAttendee Source # 
Instance details

Defined in Amazonka.Chime.TagAttendee

Associated Types

type AWSResponse 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

type Rep TagAttendee Source # 
Instance details

Defined in Amazonka.Chime.TagAttendee

type Rep TagAttendee = D1 ('MetaData "TagAttendee" "Amazonka.Chime.TagAttendee" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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)))))
type AWSResponse TagAttendee Source # 
Instance details

Defined in Amazonka.Chime.TagAttendee

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:

$sel:meetingId:TagAttendee', tagAttendee_meetingId - The Amazon Chime SDK meeting ID.

$sel:attendeeId:TagAttendee', tagAttendee_attendeeId - The Amazon Chime SDK attendee ID.

$sel:tags: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.

UpdateVoiceConnector

data UpdateVoiceConnector Source #

See: newUpdateVoiceConnector smart constructor.

Instances

Instances details
Eq UpdateVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.UpdateVoiceConnector

Read UpdateVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.UpdateVoiceConnector

Show UpdateVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.UpdateVoiceConnector

Generic UpdateVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.UpdateVoiceConnector

Associated Types

type Rep UpdateVoiceConnector :: Type -> Type #

NFData UpdateVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.UpdateVoiceConnector

Methods

rnf :: UpdateVoiceConnector -> () #

Hashable UpdateVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.UpdateVoiceConnector

ToJSON UpdateVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.UpdateVoiceConnector

AWSRequest UpdateVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.UpdateVoiceConnector

Associated Types

type AWSResponse 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

type Rep UpdateVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.UpdateVoiceConnector

type Rep UpdateVoiceConnector = D1 ('MetaData "UpdateVoiceConnector" "Amazonka.Chime.UpdateVoiceConnector" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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))))
type AWSResponse UpdateVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.UpdateVoiceConnector

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:

$sel:voiceConnectorId:UpdateVoiceConnector', updateVoiceConnector_voiceConnectorId - The Amazon Chime Voice Connector ID.

$sel:name:UpdateVoiceConnector', updateVoiceConnector_name - The name of the Amazon Chime Voice Connector.

$sel:requireEncryption:UpdateVoiceConnector', updateVoiceConnector_requireEncryption - When enabled, requires encryption for the Amazon Chime Voice Connector.

data UpdateVoiceConnectorResponse Source #

See: newUpdateVoiceConnectorResponse smart constructor.

Instances

Instances details
Eq UpdateVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateVoiceConnector

Read UpdateVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateVoiceConnector

Show UpdateVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateVoiceConnector

Generic UpdateVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateVoiceConnector

Associated Types

type Rep UpdateVoiceConnectorResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

DeleteVoiceConnector

data DeleteVoiceConnector Source #

See: newDeleteVoiceConnector smart constructor.

Instances

Instances details
Eq DeleteVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnector

Read DeleteVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnector

Show DeleteVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnector

Generic DeleteVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnector

Associated Types

type Rep DeleteVoiceConnector :: Type -> Type #

NFData DeleteVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnector

Methods

rnf :: DeleteVoiceConnector -> () #

Hashable DeleteVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnector

AWSRequest DeleteVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnector

Associated Types

type AWSResponse DeleteVoiceConnector #

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

type Rep DeleteVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnector

type Rep DeleteVoiceConnector = D1 ('MetaData "DeleteVoiceConnector" "Amazonka.Chime.DeleteVoiceConnector" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "DeleteVoiceConnector'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnector

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:

$sel:voiceConnectorId:DeleteVoiceConnector', deleteVoiceConnector_voiceConnectorId - The Amazon Chime Voice Connector ID.

data DeleteVoiceConnectorResponse Source #

See: newDeleteVoiceConnectorResponse smart constructor.

Instances

Instances details
Eq DeleteVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnector

Read DeleteVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnector

Show DeleteVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnector

Generic DeleteVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnector

Associated Types

type Rep DeleteVoiceConnectorResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

GetMediaCapturePipeline

data GetMediaCapturePipeline Source #

See: newGetMediaCapturePipeline smart constructor.

Instances

Instances details
Eq GetMediaCapturePipeline Source # 
Instance details

Defined in Amazonka.Chime.GetMediaCapturePipeline

Read GetMediaCapturePipeline Source # 
Instance details

Defined in Amazonka.Chime.GetMediaCapturePipeline

Show 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 #

NFData GetMediaCapturePipeline Source # 
Instance details

Defined in Amazonka.Chime.GetMediaCapturePipeline

Methods

rnf :: GetMediaCapturePipeline -> () #

Hashable GetMediaCapturePipeline Source # 
Instance details

Defined in Amazonka.Chime.GetMediaCapturePipeline

AWSRequest GetMediaCapturePipeline Source # 
Instance details

Defined in Amazonka.Chime.GetMediaCapturePipeline

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

type Rep GetMediaCapturePipeline Source # 
Instance details

Defined in Amazonka.Chime.GetMediaCapturePipeline

type Rep GetMediaCapturePipeline = D1 ('MetaData "GetMediaCapturePipeline" "Amazonka.Chime.GetMediaCapturePipeline" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "GetMediaCapturePipeline'" 'PrefixI 'True) (S1 ('MetaSel ('Just "mediaPipelineId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetMediaCapturePipeline Source # 
Instance details

Defined in Amazonka.Chime.GetMediaCapturePipeline

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:

$sel:mediaPipelineId:GetMediaCapturePipeline', getMediaCapturePipeline_mediaPipelineId - The ID of the pipeline that you want to get.

data GetMediaCapturePipelineResponse Source #

See: newGetMediaCapturePipelineResponse smart constructor.

Instances

Instances details
Eq GetMediaCapturePipelineResponse Source # 
Instance details

Defined in Amazonka.Chime.GetMediaCapturePipeline

Show GetMediaCapturePipelineResponse Source # 
Instance details

Defined in Amazonka.Chime.GetMediaCapturePipeline

Generic GetMediaCapturePipelineResponse Source # 
Instance details

Defined in Amazonka.Chime.GetMediaCapturePipeline

Associated Types

type Rep GetMediaCapturePipelineResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

UpdateRoomMembership

data UpdateRoomMembership Source #

See: newUpdateRoomMembership smart constructor.

Instances

Instances details
Eq UpdateRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoomMembership

Read UpdateRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoomMembership

Show UpdateRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoomMembership

Generic UpdateRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoomMembership

Associated Types

type Rep UpdateRoomMembership :: Type -> Type #

NFData UpdateRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoomMembership

Methods

rnf :: UpdateRoomMembership -> () #

Hashable UpdateRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoomMembership

ToJSON UpdateRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoomMembership

AWSRequest UpdateRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoomMembership

Associated Types

type AWSResponse 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

type Rep UpdateRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoomMembership

type Rep UpdateRoomMembership = D1 ('MetaData "UpdateRoomMembership" "Amazonka.Chime.UpdateRoomMembership" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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))))
type AWSResponse UpdateRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoomMembership

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:

$sel:role':UpdateRoomMembership', updateRoomMembership_role - The role of the member.

$sel:accountId:UpdateRoomMembership', updateRoomMembership_accountId - The Amazon Chime account ID.

$sel:roomId:UpdateRoomMembership', updateRoomMembership_roomId - The room ID.

$sel:memberId:UpdateRoomMembership', updateRoomMembership_memberId - The member ID.

data UpdateRoomMembershipResponse Source #

See: newUpdateRoomMembershipResponse smart constructor.

Instances

Instances details
Eq UpdateRoomMembershipResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoomMembership

Show UpdateRoomMembershipResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoomMembership

Generic UpdateRoomMembershipResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoomMembership

Associated Types

type Rep UpdateRoomMembershipResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

GetProxySession

data GetProxySession Source #

See: newGetProxySession smart constructor.

Constructors

GetProxySession' Text Text 

Instances

Instances details
Eq GetProxySession Source # 
Instance details

Defined in Amazonka.Chime.GetProxySession

Read GetProxySession Source # 
Instance details

Defined in Amazonka.Chime.GetProxySession

Show GetProxySession Source # 
Instance details

Defined in Amazonka.Chime.GetProxySession

Generic GetProxySession Source # 
Instance details

Defined in Amazonka.Chime.GetProxySession

Associated Types

type Rep GetProxySession :: Type -> Type #

NFData GetProxySession Source # 
Instance details

Defined in Amazonka.Chime.GetProxySession

Methods

rnf :: GetProxySession -> () #

Hashable GetProxySession Source # 
Instance details

Defined in Amazonka.Chime.GetProxySession

AWSRequest GetProxySession Source # 
Instance details

Defined in Amazonka.Chime.GetProxySession

Associated Types

type AWSResponse GetProxySession #

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

type Rep GetProxySession Source # 
Instance details

Defined in Amazonka.Chime.GetProxySession

type Rep GetProxySession = D1 ('MetaData "GetProxySession" "Amazonka.Chime.GetProxySession" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "GetProxySession'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "proxySessionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetProxySession Source # 
Instance details

Defined in Amazonka.Chime.GetProxySession

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:

$sel:voiceConnectorId:GetProxySession', getProxySession_voiceConnectorId - The Amazon Chime voice connector ID.

$sel:proxySessionId:GetProxySession', getProxySession_proxySessionId - The proxy session ID.

data GetProxySessionResponse Source #

See: newGetProxySessionResponse smart constructor.

Instances

Instances details
Eq GetProxySessionResponse Source # 
Instance details

Defined in Amazonka.Chime.GetProxySession

Show GetProxySessionResponse Source # 
Instance details

Defined in Amazonka.Chime.GetProxySession

Generic GetProxySessionResponse Source # 
Instance details

Defined in Amazonka.Chime.GetProxySession

Associated Types

type Rep GetProxySessionResponse :: Type -> Type #

NFData GetProxySessionResponse Source # 
Instance details

Defined in Amazonka.Chime.GetProxySession

Methods

rnf :: GetProxySessionResponse -> () #

type Rep GetProxySessionResponse Source # 
Instance details

Defined in Amazonka.Chime.GetProxySession

type Rep GetProxySessionResponse = D1 ('MetaData "GetProxySessionResponse" "Amazonka.Chime.GetProxySession" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

DeleteRoomMembership

data DeleteRoomMembership Source #

See: newDeleteRoomMembership smart constructor.

Instances

Instances details
Eq DeleteRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.DeleteRoomMembership

Read DeleteRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.DeleteRoomMembership

Show DeleteRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.DeleteRoomMembership

Generic DeleteRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.DeleteRoomMembership

Associated Types

type Rep DeleteRoomMembership :: Type -> Type #

NFData DeleteRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.DeleteRoomMembership

Methods

rnf :: DeleteRoomMembership -> () #

Hashable DeleteRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.DeleteRoomMembership

AWSRequest DeleteRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.DeleteRoomMembership

Associated Types

type AWSResponse DeleteRoomMembership #

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

type Rep DeleteRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.DeleteRoomMembership

type Rep DeleteRoomMembership = D1 ('MetaData "DeleteRoomMembership" "Amazonka.Chime.DeleteRoomMembership" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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))))
type AWSResponse DeleteRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.DeleteRoomMembership

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:

$sel:accountId:DeleteRoomMembership', deleteRoomMembership_accountId - The Amazon Chime account ID.

$sel:roomId:DeleteRoomMembership', deleteRoomMembership_roomId - The room ID.

$sel:memberId:DeleteRoomMembership', deleteRoomMembership_memberId - The member ID (user ID or bot ID).

data DeleteRoomMembershipResponse Source #

See: newDeleteRoomMembershipResponse smart constructor.

Instances

Instances details
Eq DeleteRoomMembershipResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteRoomMembership

Read DeleteRoomMembershipResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteRoomMembership

Show DeleteRoomMembershipResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteRoomMembership

Generic DeleteRoomMembershipResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteRoomMembership

Associated Types

type Rep DeleteRoomMembershipResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

DescribeAppInstanceUser

data DescribeAppInstanceUser Source #

See: newDescribeAppInstanceUser smart constructor.

Instances

Instances details
Eq DescribeAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstanceUser

Read DescribeAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstanceUser

Show 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 #

NFData DescribeAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstanceUser

Methods

rnf :: DescribeAppInstanceUser -> () #

Hashable DescribeAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstanceUser

AWSRequest DescribeAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstanceUser

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

type Rep DescribeAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstanceUser

type Rep DescribeAppInstanceUser = D1 ('MetaData "DescribeAppInstanceUser" "Amazonka.Chime.DescribeAppInstanceUser" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "DescribeAppInstanceUser'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appInstanceUserArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstanceUser

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:

$sel:appInstanceUserArn:DescribeAppInstanceUser', describeAppInstanceUser_appInstanceUserArn - The ARN of the AppInstanceUser.

data DescribeAppInstanceUserResponse Source #

See: newDescribeAppInstanceUserResponse smart constructor.

Instances

Instances details
Eq DescribeAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstanceUser

Show DescribeAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstanceUser

Generic DescribeAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstanceUser

Associated Types

type Rep DescribeAppInstanceUserResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

BatchUnsuspendUser

data BatchUnsuspendUser Source #

See: newBatchUnsuspendUser smart constructor.

Constructors

BatchUnsuspendUser' Text [Text] 

Instances

Instances details
Eq BatchUnsuspendUser Source # 
Instance details

Defined in Amazonka.Chime.BatchUnsuspendUser

Read BatchUnsuspendUser Source # 
Instance details

Defined in Amazonka.Chime.BatchUnsuspendUser

Show BatchUnsuspendUser Source # 
Instance details

Defined in Amazonka.Chime.BatchUnsuspendUser

Generic BatchUnsuspendUser Source # 
Instance details

Defined in Amazonka.Chime.BatchUnsuspendUser

Associated Types

type Rep BatchUnsuspendUser :: Type -> Type #

NFData BatchUnsuspendUser Source # 
Instance details

Defined in Amazonka.Chime.BatchUnsuspendUser

Methods

rnf :: BatchUnsuspendUser -> () #

Hashable BatchUnsuspendUser Source # 
Instance details

Defined in Amazonka.Chime.BatchUnsuspendUser

ToJSON BatchUnsuspendUser Source # 
Instance details

Defined in Amazonka.Chime.BatchUnsuspendUser

AWSRequest BatchUnsuspendUser Source # 
Instance details

Defined in Amazonka.Chime.BatchUnsuspendUser

Associated Types

type AWSResponse 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

type Rep BatchUnsuspendUser Source # 
Instance details

Defined in Amazonka.Chime.BatchUnsuspendUser

type Rep BatchUnsuspendUser = D1 ('MetaData "BatchUnsuspendUser" "Amazonka.Chime.BatchUnsuspendUser" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "BatchUnsuspendUser'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "userIdList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))
type AWSResponse BatchUnsuspendUser Source # 
Instance details

Defined in Amazonka.Chime.BatchUnsuspendUser

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:

$sel:accountId: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
Eq BatchUnsuspendUserResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchUnsuspendUser

Read BatchUnsuspendUserResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchUnsuspendUser

Show BatchUnsuspendUserResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchUnsuspendUser

Generic BatchUnsuspendUserResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchUnsuspendUser

Associated Types

type Rep BatchUnsuspendUserResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

DeleteChannelBan

data DeleteChannelBan Source #

See: newDeleteChannelBan smart constructor.

Instances

Instances details
Eq DeleteChannelBan Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelBan

Read DeleteChannelBan Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelBan

Show DeleteChannelBan Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelBan

Generic DeleteChannelBan Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelBan

Associated Types

type Rep DeleteChannelBan :: Type -> Type #

NFData DeleteChannelBan Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelBan

Methods

rnf :: DeleteChannelBan -> () #

Hashable DeleteChannelBan Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelBan

AWSRequest DeleteChannelBan Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelBan

Associated Types

type AWSResponse DeleteChannelBan #

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

type Rep DeleteChannelBan Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelBan

type Rep DeleteChannelBan = D1 ('MetaData "DeleteChannelBan" "Amazonka.Chime.DeleteChannelBan" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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))))
type AWSResponse DeleteChannelBan Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelBan

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.

$sel:channelArn:DeleteChannelBan', deleteChannelBan_channelArn - The ARN of the channel from which the AppInstanceUser was banned.

$sel:memberArn:DeleteChannelBan', deleteChannelBan_memberArn - The ARN of the AppInstanceUser that you want to reinstate.

data DeleteChannelBanResponse Source #

See: newDeleteChannelBanResponse smart constructor.

Instances

Instances details
Eq DeleteChannelBanResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelBan

Read DeleteChannelBanResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelBan

Show DeleteChannelBanResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelBan

Generic DeleteChannelBanResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelBan

Associated Types

type Rep DeleteChannelBanResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

GetMeeting

data GetMeeting Source #

See: newGetMeeting smart constructor.

Constructors

GetMeeting' Text 

Instances

Instances details
Eq GetMeeting Source # 
Instance details

Defined in Amazonka.Chime.GetMeeting

Read GetMeeting Source # 
Instance details

Defined in Amazonka.Chime.GetMeeting

Show GetMeeting Source # 
Instance details

Defined in Amazonka.Chime.GetMeeting

Generic GetMeeting Source # 
Instance details

Defined in Amazonka.Chime.GetMeeting

Associated Types

type Rep GetMeeting :: Type -> Type #

NFData GetMeeting Source # 
Instance details

Defined in Amazonka.Chime.GetMeeting

Methods

rnf :: GetMeeting -> () #

Hashable GetMeeting Source # 
Instance details

Defined in Amazonka.Chime.GetMeeting

AWSRequest GetMeeting Source # 
Instance details

Defined in Amazonka.Chime.GetMeeting

Associated Types

type AWSResponse GetMeeting #

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

type Rep GetMeeting Source # 
Instance details

Defined in Amazonka.Chime.GetMeeting

type Rep GetMeeting = D1 ('MetaData "GetMeeting" "Amazonka.Chime.GetMeeting" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "GetMeeting'" 'PrefixI 'True) (S1 ('MetaSel ('Just "meetingId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetMeeting Source # 
Instance details

Defined in Amazonka.Chime.GetMeeting

newGetMeeting Source #

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:

$sel:meetingId:GetMeeting', getMeeting_meetingId - The Amazon Chime SDK meeting ID.

data GetMeetingResponse Source #

See: newGetMeetingResponse smart constructor.

Instances

Instances details
Eq GetMeetingResponse Source # 
Instance details

Defined in Amazonka.Chime.GetMeeting

Show GetMeetingResponse Source # 
Instance details

Defined in Amazonka.Chime.GetMeeting

Generic GetMeetingResponse Source # 
Instance details

Defined in Amazonka.Chime.GetMeeting

Associated Types

type Rep GetMeetingResponse :: Type -> Type #

NFData GetMeetingResponse Source # 
Instance details

Defined in Amazonka.Chime.GetMeeting

Methods

rnf :: GetMeetingResponse -> () #

type Rep GetMeetingResponse Source # 
Instance details

Defined in Amazonka.Chime.GetMeeting

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

RestorePhoneNumber

data RestorePhoneNumber Source #

See: newRestorePhoneNumber smart constructor.

Instances

Instances details
Eq RestorePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.RestorePhoneNumber

Read RestorePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.RestorePhoneNumber

Show RestorePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.RestorePhoneNumber

Generic RestorePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.RestorePhoneNumber

Associated Types

type Rep RestorePhoneNumber :: Type -> Type #

NFData RestorePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.RestorePhoneNumber

Methods

rnf :: RestorePhoneNumber -> () #

Hashable RestorePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.RestorePhoneNumber

ToJSON RestorePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.RestorePhoneNumber

AWSRequest RestorePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.RestorePhoneNumber

Associated Types

type AWSResponse 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

type Rep RestorePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.RestorePhoneNumber

type Rep RestorePhoneNumber = D1 ('MetaData "RestorePhoneNumber" "Amazonka.Chime.RestorePhoneNumber" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "RestorePhoneNumber'" 'PrefixI 'True) (S1 ('MetaSel ('Just "phoneNumberId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse RestorePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.RestorePhoneNumber

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:

$sel:phoneNumberId:RestorePhoneNumber', restorePhoneNumber_phoneNumberId - The phone number.

data RestorePhoneNumberResponse Source #

See: newRestorePhoneNumberResponse smart constructor.

Instances

Instances details
Eq RestorePhoneNumberResponse Source # 
Instance details

Defined in Amazonka.Chime.RestorePhoneNumber

Show RestorePhoneNumberResponse Source # 
Instance details

Defined in Amazonka.Chime.RestorePhoneNumber

Generic RestorePhoneNumberResponse Source # 
Instance details

Defined in Amazonka.Chime.RestorePhoneNumber

Associated Types

type Rep RestorePhoneNumberResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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:

$sel:phoneNumber:RestorePhoneNumberResponse', restorePhoneNumberResponse_phoneNumber - The phone number details.

$sel:httpStatus:RestorePhoneNumberResponse', restorePhoneNumberResponse_httpStatus - The response's http status code.

GetRetentionSettings

data GetRetentionSettings Source #

See: newGetRetentionSettings smart constructor.

Instances

Instances details
Eq GetRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.GetRetentionSettings

Read GetRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.GetRetentionSettings

Show GetRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.GetRetentionSettings

Generic GetRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.GetRetentionSettings

Associated Types

type Rep GetRetentionSettings :: Type -> Type #

NFData GetRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.GetRetentionSettings

Methods

rnf :: GetRetentionSettings -> () #

Hashable GetRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.GetRetentionSettings

AWSRequest GetRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.GetRetentionSettings

Associated Types

type AWSResponse GetRetentionSettings #

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

type Rep GetRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.GetRetentionSettings

type Rep GetRetentionSettings = D1 ('MetaData "GetRetentionSettings" "Amazonka.Chime.GetRetentionSettings" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "GetRetentionSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.GetRetentionSettings

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:

$sel:accountId:GetRetentionSettings', getRetentionSettings_accountId - The Amazon Chime account ID.

data GetRetentionSettingsResponse Source #

See: newGetRetentionSettingsResponse smart constructor.

Instances

Instances details
Eq GetRetentionSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetRetentionSettings

Read GetRetentionSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetRetentionSettings

Show GetRetentionSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetRetentionSettings

Generic GetRetentionSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetRetentionSettings

Associated Types

type Rep GetRetentionSettingsResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "GetRetentionSettingsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "retentionSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RetentionSettings)) :*: (S1 ('MetaSel ('Just "initiateDeletionTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: 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:retentionSettings:GetRetentionSettingsResponse', getRetentionSettingsResponse_retentionSettings - The retention settings.

$sel:initiateDeletionTimestamp:GetRetentionSettingsResponse', getRetentionSettingsResponse_initiateDeletionTimestamp - The timestamp representing the time at which the specified items are permanently deleted, in ISO 8601 format.

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

GetBot

data GetBot Source #

See: newGetBot smart constructor.

Constructors

GetBot' Text Text 

Instances

Instances details
Eq GetBot Source # 
Instance details

Defined in Amazonka.Chime.GetBot

Methods

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

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

Read GetBot Source # 
Instance details

Defined in Amazonka.Chime.GetBot

Show GetBot Source # 
Instance details

Defined in Amazonka.Chime.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 #

NFData GetBot Source # 
Instance details

Defined in Amazonka.Chime.GetBot

Methods

rnf :: GetBot -> () #

Hashable GetBot Source # 
Instance details

Defined in Amazonka.Chime.GetBot

Methods

hashWithSalt :: Int -> GetBot -> Int #

hash :: GetBot -> Int #

AWSRequest GetBot Source # 
Instance details

Defined in Amazonka.Chime.GetBot

Associated Types

type AWSResponse GetBot #

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

type Rep GetBot Source # 
Instance details

Defined in Amazonka.Chime.GetBot

type Rep GetBot = D1 ('MetaData "GetBot" "Amazonka.Chime.GetBot" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "GetBot'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "botId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetBot Source # 
Instance details

Defined in Amazonka.Chime.GetBot

newGetBot Source #

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:

$sel:accountId:GetBot', getBot_accountId - The Amazon Chime account ID.

$sel:botId:GetBot', getBot_botId - The bot ID.

data GetBotResponse Source #

See: newGetBotResponse smart constructor.

Constructors

GetBotResponse' (Maybe Bot) Int 

Instances

Instances details
Eq GetBotResponse Source # 
Instance details

Defined in Amazonka.Chime.GetBot

Show GetBotResponse Source # 
Instance details

Defined in Amazonka.Chime.GetBot

Generic GetBotResponse Source # 
Instance details

Defined in Amazonka.Chime.GetBot

Associated Types

type Rep GetBotResponse :: Type -> Type #

NFData GetBotResponse Source # 
Instance details

Defined in Amazonka.Chime.GetBot

Methods

rnf :: GetBotResponse -> () #

type Rep GetBotResponse Source # 
Instance details

Defined in Amazonka.Chime.GetBot

type Rep GetBotResponse = D1 ('MetaData "GetBotResponse" "Amazonka.Chime.GetBot" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

GetUser

data GetUser Source #

See: newGetUser smart constructor.

Constructors

GetUser' Text Text 

Instances

Instances details
Eq GetUser Source # 
Instance details

Defined in Amazonka.Chime.GetUser

Methods

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

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

Read GetUser Source # 
Instance details

Defined in Amazonka.Chime.GetUser

Show GetUser Source # 
Instance details

Defined in Amazonka.Chime.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 #

NFData GetUser Source # 
Instance details

Defined in Amazonka.Chime.GetUser

Methods

rnf :: GetUser -> () #

Hashable GetUser Source # 
Instance details

Defined in Amazonka.Chime.GetUser

Methods

hashWithSalt :: Int -> GetUser -> Int #

hash :: GetUser -> Int #

AWSRequest GetUser Source # 
Instance details

Defined in Amazonka.Chime.GetUser

Associated Types

type AWSResponse GetUser #

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

type Rep GetUser Source # 
Instance details

Defined in Amazonka.Chime.GetUser

type Rep GetUser = D1 ('MetaData "GetUser" "Amazonka.Chime.GetUser" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "GetUser'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "userId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetUser Source # 
Instance details

Defined in Amazonka.Chime.GetUser

newGetUser Source #

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:

$sel:accountId:GetUser', getUser_accountId - The Amazon Chime account ID.

$sel:userId:GetUser', getUser_userId - The user ID.

data GetUserResponse Source #

See: newGetUserResponse smart constructor.

Constructors

GetUserResponse' (Maybe User) Int 

Instances

Instances details
Eq GetUserResponse Source # 
Instance details

Defined in Amazonka.Chime.GetUser

Show GetUserResponse Source # 
Instance details

Defined in Amazonka.Chime.GetUser

Generic GetUserResponse Source # 
Instance details

Defined in Amazonka.Chime.GetUser

Associated Types

type Rep GetUserResponse :: Type -> Type #

NFData GetUserResponse Source # 
Instance details

Defined in Amazonka.Chime.GetUser

Methods

rnf :: GetUserResponse -> () #

type Rep GetUserResponse Source # 
Instance details

Defined in Amazonka.Chime.GetUser

type Rep GetUserResponse = D1 ('MetaData "GetUserResponse" "Amazonka.Chime.GetUser" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

UntagAttendee

data UntagAttendee Source #

See: newUntagAttendee smart constructor.

Instances

Instances details
Eq UntagAttendee Source # 
Instance details

Defined in Amazonka.Chime.UntagAttendee

Show UntagAttendee Source # 
Instance details

Defined in Amazonka.Chime.UntagAttendee

Generic UntagAttendee Source # 
Instance details

Defined in Amazonka.Chime.UntagAttendee

Associated Types

type Rep UntagAttendee :: Type -> Type #

NFData UntagAttendee Source # 
Instance details

Defined in Amazonka.Chime.UntagAttendee

Methods

rnf :: UntagAttendee -> () #

Hashable UntagAttendee Source # 
Instance details

Defined in Amazonka.Chime.UntagAttendee

ToJSON UntagAttendee Source # 
Instance details

Defined in Amazonka.Chime.UntagAttendee

AWSRequest UntagAttendee Source # 
Instance details

Defined in Amazonka.Chime.UntagAttendee

Associated Types

type AWSResponse 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

type Rep UntagAttendee Source # 
Instance details

Defined in Amazonka.Chime.UntagAttendee

type Rep UntagAttendee = D1 ('MetaData "UntagAttendee" "Amazonka.Chime.UntagAttendee" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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))))
type AWSResponse UntagAttendee Source # 
Instance details

Defined in Amazonka.Chime.UntagAttendee

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:

$sel:meetingId:UntagAttendee', untagAttendee_meetingId - The Amazon Chime SDK meeting ID.

$sel:tagKeys:UntagAttendee', untagAttendee_tagKeys - The tag keys.

$sel:attendeeId:UntagAttendee', untagAttendee_attendeeId - The Amazon Chime SDK attendee ID.

data UntagAttendeeResponse Source #

See: newUntagAttendeeResponse smart constructor.

Instances

Instances details
Eq UntagAttendeeResponse Source # 
Instance details

Defined in Amazonka.Chime.UntagAttendee

Read UntagAttendeeResponse Source # 
Instance details

Defined in Amazonka.Chime.UntagAttendee

Show UntagAttendeeResponse Source # 
Instance details

Defined in Amazonka.Chime.UntagAttendee

Generic UntagAttendeeResponse Source # 
Instance details

Defined in Amazonka.Chime.UntagAttendee

Associated Types

type Rep UntagAttendeeResponse :: Type -> Type #

NFData UntagAttendeeResponse Source # 
Instance details

Defined in Amazonka.Chime.UntagAttendee

Methods

rnf :: UntagAttendeeResponse -> () #

type Rep UntagAttendeeResponse Source # 
Instance details

Defined in Amazonka.Chime.UntagAttendee

type Rep UntagAttendeeResponse = D1 ('MetaData "UntagAttendeeResponse" "Amazonka.Chime.UntagAttendee" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

StartMeetingTranscription

data StartMeetingTranscription Source #

See: newStartMeetingTranscription smart constructor.

Instances

Instances details
Eq StartMeetingTranscription Source # 
Instance details

Defined in Amazonka.Chime.StartMeetingTranscription

Read StartMeetingTranscription Source # 
Instance details

Defined in Amazonka.Chime.StartMeetingTranscription

Show 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 #

NFData StartMeetingTranscription Source # 
Instance details

Defined in Amazonka.Chime.StartMeetingTranscription

Hashable StartMeetingTranscription Source # 
Instance details

Defined in Amazonka.Chime.StartMeetingTranscription

ToJSON StartMeetingTranscription Source # 
Instance details

Defined in Amazonka.Chime.StartMeetingTranscription

AWSRequest 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

type Rep StartMeetingTranscription Source # 
Instance details

Defined in Amazonka.Chime.StartMeetingTranscription

type Rep StartMeetingTranscription = D1 ('MetaData "StartMeetingTranscription" "Amazonka.Chime.StartMeetingTranscription" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "StartMeetingTranscription'" 'PrefixI 'True) (S1 ('MetaSel ('Just "meetingId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "transcriptionConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TranscriptionConfiguration)))
type AWSResponse StartMeetingTranscription Source # 
Instance details

Defined in Amazonka.Chime.StartMeetingTranscription

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:

$sel:meetingId: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
Eq StartMeetingTranscriptionResponse Source # 
Instance details

Defined in Amazonka.Chime.StartMeetingTranscription

Read StartMeetingTranscriptionResponse Source # 
Instance details

Defined in Amazonka.Chime.StartMeetingTranscription

Show StartMeetingTranscriptionResponse Source # 
Instance details

Defined in Amazonka.Chime.StartMeetingTranscription

Generic StartMeetingTranscriptionResponse Source # 
Instance details

Defined in Amazonka.Chime.StartMeetingTranscription

Associated Types

type Rep StartMeetingTranscriptionResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

ListChannelBans

data ListChannelBans Source #

See: newListChannelBans smart constructor.

Instances

Instances details
Eq ListChannelBans Source # 
Instance details

Defined in Amazonka.Chime.ListChannelBans

Show ListChannelBans Source # 
Instance details

Defined in Amazonka.Chime.ListChannelBans

Generic ListChannelBans Source # 
Instance details

Defined in Amazonka.Chime.ListChannelBans

Associated Types

type Rep ListChannelBans :: Type -> Type #

NFData ListChannelBans Source # 
Instance details

Defined in Amazonka.Chime.ListChannelBans

Methods

rnf :: ListChannelBans -> () #

Hashable ListChannelBans Source # 
Instance details

Defined in Amazonka.Chime.ListChannelBans

AWSRequest ListChannelBans Source # 
Instance details

Defined in Amazonka.Chime.ListChannelBans

Associated Types

type AWSResponse ListChannelBans #

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

type Rep ListChannelBans Source # 
Instance details

Defined in Amazonka.Chime.ListChannelBans

type Rep ListChannelBans = D1 ('MetaData "ListChannelBans" "Amazonka.Chime.ListChannelBans" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "ListChannelBans'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "chimeBearer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "channelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListChannelBans Source # 
Instance details

Defined in Amazonka.Chime.ListChannelBans

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:nextToken:ListChannelBans', listChannelBans_nextToken - The token passed by previous API calls until all requested bans are returned.

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

$sel:channelArn:ListChannelBans', listChannelBans_channelArn - The ARN of the channel.

data ListChannelBansResponse Source #

See: newListChannelBansResponse smart constructor.

Instances

Instances details
Eq ListChannelBansResponse Source # 
Instance details

Defined in Amazonka.Chime.ListChannelBans

Show ListChannelBansResponse Source # 
Instance details

Defined in Amazonka.Chime.ListChannelBans

Generic ListChannelBansResponse Source # 
Instance details

Defined in Amazonka.Chime.ListChannelBans

Associated Types

type Rep ListChannelBansResponse :: Type -> Type #

NFData ListChannelBansResponse Source # 
Instance details

Defined in Amazonka.Chime.ListChannelBans

Methods

rnf :: ListChannelBansResponse -> () #

type Rep ListChannelBansResponse Source # 
Instance details

Defined in Amazonka.Chime.ListChannelBans

type Rep ListChannelBansResponse = D1 ('MetaData "ListChannelBansResponse" "Amazonka.Chime.ListChannelBans" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "ListChannelBansResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "channelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))) :*: (S1 ('MetaSel ('Just "channelBans") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ChannelBanSummary])) :*: 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:

$sel:channelArn:ListChannelBans', listChannelBansResponse_channelArn - The ARN of the channel.

$sel:nextToken:ListChannelBans', listChannelBansResponse_nextToken - The token passed by previous API calls until all requested bans are returned.

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

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

CreateChannel

data CreateChannel Source #

See: newCreateChannel smart constructor.

Instances

Instances details
Eq CreateChannel Source # 
Instance details

Defined in Amazonka.Chime.CreateChannel

Show CreateChannel Source # 
Instance details

Defined in Amazonka.Chime.CreateChannel

Generic CreateChannel Source # 
Instance details

Defined in Amazonka.Chime.CreateChannel

Associated Types

type Rep CreateChannel :: Type -> Type #

NFData CreateChannel Source # 
Instance details

Defined in Amazonka.Chime.CreateChannel

Methods

rnf :: CreateChannel -> () #

Hashable CreateChannel Source # 
Instance details

Defined in Amazonka.Chime.CreateChannel

ToJSON CreateChannel Source # 
Instance details

Defined in Amazonka.Chime.CreateChannel

AWSRequest CreateChannel Source # 
Instance details

Defined in Amazonka.Chime.CreateChannel

Associated Types

type AWSResponse 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

type Rep CreateChannel Source # 
Instance details

Defined in Amazonka.Chime.CreateChannel

type AWSResponse 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:mode: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.

$sel:privacy: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.

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

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

$sel:tags:CreateChannel', createChannel_tags - The tags for the creation request.

$sel:appInstanceArn:CreateChannel', createChannel_appInstanceArn - The ARN of the channel request.

$sel:name: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
Eq CreateChannelResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateChannel

Read CreateChannelResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateChannel

Show CreateChannelResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateChannel

Generic CreateChannelResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateChannel

Associated Types

type Rep CreateChannelResponse :: Type -> Type #

NFData CreateChannelResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateChannel

Methods

rnf :: CreateChannelResponse -> () #

type Rep CreateChannelResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateChannel

type Rep CreateChannelResponse = D1 ('MetaData "CreateChannelResponse" "Amazonka.Chime.CreateChannel" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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:

$sel:channelArn:CreateChannelResponse', createChannelResponse_channelArn - The ARN of the channel.

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

BatchSuspendUser

data BatchSuspendUser Source #

See: newBatchSuspendUser smart constructor.

Constructors

BatchSuspendUser' Text [Text] 

Instances

Instances details
Eq BatchSuspendUser Source # 
Instance details

Defined in Amazonka.Chime.BatchSuspendUser

Read BatchSuspendUser Source # 
Instance details

Defined in Amazonka.Chime.BatchSuspendUser

Show BatchSuspendUser Source # 
Instance details

Defined in Amazonka.Chime.BatchSuspendUser

Generic BatchSuspendUser Source # 
Instance details

Defined in Amazonka.Chime.BatchSuspendUser

Associated Types

type Rep BatchSuspendUser :: Type -> Type #

NFData BatchSuspendUser Source # 
Instance details

Defined in Amazonka.Chime.BatchSuspendUser

Methods

rnf :: BatchSuspendUser -> () #

Hashable BatchSuspendUser Source # 
Instance details

Defined in Amazonka.Chime.BatchSuspendUser

ToJSON BatchSuspendUser Source # 
Instance details

Defined in Amazonka.Chime.BatchSuspendUser

AWSRequest BatchSuspendUser Source # 
Instance details

Defined in Amazonka.Chime.BatchSuspendUser

Associated Types

type AWSResponse 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

type Rep BatchSuspendUser Source # 
Instance details

Defined in Amazonka.Chime.BatchSuspendUser

type Rep BatchSuspendUser = D1 ('MetaData "BatchSuspendUser" "Amazonka.Chime.BatchSuspendUser" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "BatchSuspendUser'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "userIdList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))
type AWSResponse BatchSuspendUser Source # 
Instance details

Defined in Amazonka.Chime.BatchSuspendUser

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:

$sel:accountId: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
Eq BatchSuspendUserResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchSuspendUser

Read BatchSuspendUserResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchSuspendUser

Show BatchSuspendUserResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchSuspendUser

Generic BatchSuspendUserResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchSuspendUser

Associated Types

type Rep BatchSuspendUserResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

GetAccount

data GetAccount Source #

See: newGetAccount smart constructor.

Constructors

GetAccount' Text 

Instances

Instances details
Eq GetAccount Source # 
Instance details

Defined in Amazonka.Chime.GetAccount

Read GetAccount Source # 
Instance details

Defined in Amazonka.Chime.GetAccount

Show GetAccount Source # 
Instance details

Defined in Amazonka.Chime.GetAccount

Generic GetAccount Source # 
Instance details

Defined in Amazonka.Chime.GetAccount

Associated Types

type Rep GetAccount :: Type -> Type #

NFData GetAccount Source # 
Instance details

Defined in Amazonka.Chime.GetAccount

Methods

rnf :: GetAccount -> () #

Hashable GetAccount Source # 
Instance details

Defined in Amazonka.Chime.GetAccount

AWSRequest GetAccount Source # 
Instance details

Defined in Amazonka.Chime.GetAccount

Associated Types

type AWSResponse GetAccount #

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

type Rep GetAccount Source # 
Instance details

Defined in Amazonka.Chime.GetAccount

type Rep GetAccount = D1 ('MetaData "GetAccount" "Amazonka.Chime.GetAccount" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "GetAccount'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetAccount Source # 
Instance details

Defined in Amazonka.Chime.GetAccount

newGetAccount Source #

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:

$sel:accountId:GetAccount', getAccount_accountId - The Amazon Chime account ID.

data GetAccountResponse Source #

See: newGetAccountResponse smart constructor.

Instances

Instances details
Eq GetAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.GetAccount

Read GetAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.GetAccount

Show GetAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.GetAccount

Generic GetAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.GetAccount

Associated Types

type Rep GetAccountResponse :: Type -> Type #

NFData GetAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.GetAccount

Methods

rnf :: GetAccountResponse -> () #

type Rep GetAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.GetAccount

type Rep GetAccountResponse = D1 ('MetaData "GetAccountResponse" "Amazonka.Chime.GetAccount" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

DescribeChannelModerator

data DescribeChannelModerator Source #

See: newDescribeChannelModerator smart constructor.

Instances

Instances details
Eq DescribeChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelModerator

Read DescribeChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelModerator

Show 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 #

NFData DescribeChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelModerator

Hashable DescribeChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelModerator

AWSRequest DescribeChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelModerator

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

type Rep DescribeChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelModerator

type Rep DescribeChannelModerator = D1 ('MetaData "DescribeChannelModerator" "Amazonka.Chime.DescribeChannelModerator" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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))))
type AWSResponse DescribeChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelModerator

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.

$sel:channelArn: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
Eq DescribeChannelModeratorResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelModerator

Show DescribeChannelModeratorResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelModerator

Generic DescribeChannelModeratorResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelModerator

Associated Types

type Rep DescribeChannelModeratorResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

AssociatePhoneNumbersWithVoiceConnector

data AssociatePhoneNumbersWithVoiceConnector Source #

Instances

Instances details
Eq AssociatePhoneNumbersWithVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumbersWithVoiceConnector

Show AssociatePhoneNumbersWithVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumbersWithVoiceConnector

Generic AssociatePhoneNumbersWithVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumbersWithVoiceConnector

NFData AssociatePhoneNumbersWithVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumbersWithVoiceConnector

Hashable AssociatePhoneNumbersWithVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumbersWithVoiceConnector

ToJSON AssociatePhoneNumbersWithVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumbersWithVoiceConnector

AWSRequest 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

type Rep AssociatePhoneNumbersWithVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumbersWithVoiceConnector

type Rep AssociatePhoneNumbersWithVoiceConnector = D1 ('MetaData "AssociatePhoneNumbersWithVoiceConnector" "Amazonka.Chime.AssociatePhoneNumbersWithVoiceConnector" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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]))))
type AWSResponse AssociatePhoneNumbersWithVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumbersWithVoiceConnector

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.

$sel:voiceConnectorId: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
Eq 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

Generic AssociatePhoneNumbersWithVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumbersWithVoiceConnector

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

GetPhoneNumberOrder

data GetPhoneNumberOrder Source #

See: newGetPhoneNumberOrder smart constructor.

Instances

Instances details
Eq GetPhoneNumberOrder Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumberOrder

Read GetPhoneNumberOrder Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumberOrder

Show GetPhoneNumberOrder Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumberOrder

Generic GetPhoneNumberOrder Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumberOrder

Associated Types

type Rep GetPhoneNumberOrder :: Type -> Type #

NFData GetPhoneNumberOrder Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumberOrder

Methods

rnf :: GetPhoneNumberOrder -> () #

Hashable GetPhoneNumberOrder Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumberOrder

AWSRequest GetPhoneNumberOrder Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumberOrder

Associated Types

type AWSResponse GetPhoneNumberOrder #

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

type Rep GetPhoneNumberOrder Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumberOrder

type Rep GetPhoneNumberOrder = D1 ('MetaData "GetPhoneNumberOrder" "Amazonka.Chime.GetPhoneNumberOrder" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "GetPhoneNumberOrder'" 'PrefixI 'True) (S1 ('MetaSel ('Just "phoneNumberOrderId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetPhoneNumberOrder Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumberOrder

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:

$sel:phoneNumberOrderId:GetPhoneNumberOrder', getPhoneNumberOrder_phoneNumberOrderId - The ID for the phone number order.

data GetPhoneNumberOrderResponse Source #

See: newGetPhoneNumberOrderResponse smart constructor.

Instances

Instances details
Eq GetPhoneNumberOrderResponse Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumberOrder

Show GetPhoneNumberOrderResponse Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumberOrder

Generic GetPhoneNumberOrderResponse Source # 
Instance details

Defined in Amazonka.Chime.GetPhoneNumberOrder

Associated Types

type Rep GetPhoneNumberOrderResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

GetSipRule

data GetSipRule Source #

See: newGetSipRule smart constructor.

Constructors

GetSipRule' Text 

Instances

Instances details
Eq GetSipRule Source # 
Instance details

Defined in Amazonka.Chime.GetSipRule

Read GetSipRule Source # 
Instance details

Defined in Amazonka.Chime.GetSipRule

Show GetSipRule Source # 
Instance details

Defined in Amazonka.Chime.GetSipRule

Generic GetSipRule Source # 
Instance details

Defined in Amazonka.Chime.GetSipRule

Associated Types

type Rep GetSipRule :: Type -> Type #

NFData GetSipRule Source # 
Instance details

Defined in Amazonka.Chime.GetSipRule

Methods

rnf :: GetSipRule -> () #

Hashable GetSipRule Source # 
Instance details

Defined in Amazonka.Chime.GetSipRule

AWSRequest GetSipRule Source # 
Instance details

Defined in Amazonka.Chime.GetSipRule

Associated Types

type AWSResponse GetSipRule #

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

type Rep GetSipRule Source # 
Instance details

Defined in Amazonka.Chime.GetSipRule

type Rep GetSipRule = D1 ('MetaData "GetSipRule" "Amazonka.Chime.GetSipRule" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "GetSipRule'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sipRuleId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetSipRule Source # 
Instance details

Defined in Amazonka.Chime.GetSipRule

newGetSipRule Source #

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:

$sel:sipRuleId:GetSipRule', getSipRule_sipRuleId - The SIP rule ID.

data GetSipRuleResponse Source #

See: newGetSipRuleResponse smart constructor.

Instances

Instances details
Eq GetSipRuleResponse Source # 
Instance details

Defined in Amazonka.Chime.GetSipRule

Read GetSipRuleResponse Source # 
Instance details

Defined in Amazonka.Chime.GetSipRule

Show GetSipRuleResponse Source # 
Instance details

Defined in Amazonka.Chime.GetSipRule

Generic GetSipRuleResponse Source # 
Instance details

Defined in Amazonka.Chime.GetSipRule

Associated Types

type Rep GetSipRuleResponse :: Type -> Type #

NFData GetSipRuleResponse Source # 
Instance details

Defined in Amazonka.Chime.GetSipRule

Methods

rnf :: GetSipRuleResponse -> () #

type Rep GetSipRuleResponse Source # 
Instance details

Defined in Amazonka.Chime.GetSipRule

type Rep GetSipRuleResponse = D1 ('MetaData "GetSipRuleResponse" "Amazonka.Chime.GetSipRule" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

GetUserSettings

data GetUserSettings Source #

See: newGetUserSettings smart constructor.

Constructors

GetUserSettings' Text Text 

Instances

Instances details
Eq GetUserSettings Source # 
Instance details

Defined in Amazonka.Chime.GetUserSettings

Read GetUserSettings Source # 
Instance details

Defined in Amazonka.Chime.GetUserSettings

Show GetUserSettings Source # 
Instance details

Defined in Amazonka.Chime.GetUserSettings

Generic GetUserSettings Source # 
Instance details

Defined in Amazonka.Chime.GetUserSettings

Associated Types

type Rep GetUserSettings :: Type -> Type #

NFData GetUserSettings Source # 
Instance details

Defined in Amazonka.Chime.GetUserSettings

Methods

rnf :: GetUserSettings -> () #

Hashable GetUserSettings Source # 
Instance details

Defined in Amazonka.Chime.GetUserSettings

AWSRequest GetUserSettings Source # 
Instance details

Defined in Amazonka.Chime.GetUserSettings

Associated Types

type AWSResponse GetUserSettings #

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

type Rep GetUserSettings Source # 
Instance details

Defined in Amazonka.Chime.GetUserSettings

type Rep GetUserSettings = D1 ('MetaData "GetUserSettings" "Amazonka.Chime.GetUserSettings" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "GetUserSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "userId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetUserSettings Source # 
Instance details

Defined in Amazonka.Chime.GetUserSettings

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:

$sel:accountId:GetUserSettings', getUserSettings_accountId - The Amazon Chime account ID.

$sel:userId:GetUserSettings', getUserSettings_userId - The user ID.

data GetUserSettingsResponse Source #

See: newGetUserSettingsResponse smart constructor.

Instances

Instances details
Eq GetUserSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetUserSettings

Read GetUserSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetUserSettings

Show GetUserSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetUserSettings

Generic GetUserSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetUserSettings

Associated Types

type Rep GetUserSettingsResponse :: Type -> Type #

NFData GetUserSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetUserSettings

Methods

rnf :: GetUserSettingsResponse -> () #

type Rep GetUserSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetUserSettings

type Rep GetUserSettingsResponse = D1 ('MetaData "GetUserSettingsResponse" "Amazonka.Chime.GetUserSettings" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

GetSipMediaApplication

data GetSipMediaApplication Source #

See: newGetSipMediaApplication smart constructor.

Instances

Instances details
Eq GetSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.GetSipMediaApplication

Read GetSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.GetSipMediaApplication

Show GetSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.GetSipMediaApplication

Generic GetSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.GetSipMediaApplication

Associated Types

type Rep GetSipMediaApplication :: Type -> Type #

NFData GetSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.GetSipMediaApplication

Methods

rnf :: GetSipMediaApplication -> () #

Hashable GetSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.GetSipMediaApplication

AWSRequest GetSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.GetSipMediaApplication

Associated Types

type AWSResponse GetSipMediaApplication #

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

type Rep GetSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.GetSipMediaApplication

type Rep GetSipMediaApplication = D1 ('MetaData "GetSipMediaApplication" "Amazonka.Chime.GetSipMediaApplication" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "GetSipMediaApplication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sipMediaApplicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.GetSipMediaApplication

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:

$sel:sipMediaApplicationId:GetSipMediaApplication', getSipMediaApplication_sipMediaApplicationId - The SIP media application ID.

data GetSipMediaApplicationResponse Source #

See: newGetSipMediaApplicationResponse smart constructor.

Instances

Instances details
Eq GetSipMediaApplicationResponse Source # 
Instance details

Defined in Amazonka.Chime.GetSipMediaApplication

Show GetSipMediaApplicationResponse Source # 
Instance details

Defined in Amazonka.Chime.GetSipMediaApplication

Generic GetSipMediaApplicationResponse Source # 
Instance details

Defined in Amazonka.Chime.GetSipMediaApplication

Associated Types

type Rep GetSipMediaApplicationResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

GetAccountSettings

data GetAccountSettings Source #

See: newGetAccountSettings smart constructor.

Instances

Instances details
Eq GetAccountSettings Source # 
Instance details

Defined in Amazonka.Chime.GetAccountSettings

Read GetAccountSettings Source # 
Instance details

Defined in Amazonka.Chime.GetAccountSettings

Show GetAccountSettings Source # 
Instance details

Defined in Amazonka.Chime.GetAccountSettings

Generic GetAccountSettings Source # 
Instance details

Defined in Amazonka.Chime.GetAccountSettings

Associated Types

type Rep GetAccountSettings :: Type -> Type #

NFData GetAccountSettings Source # 
Instance details

Defined in Amazonka.Chime.GetAccountSettings

Methods

rnf :: GetAccountSettings -> () #

Hashable GetAccountSettings Source # 
Instance details

Defined in Amazonka.Chime.GetAccountSettings

AWSRequest GetAccountSettings Source # 
Instance details

Defined in Amazonka.Chime.GetAccountSettings

Associated Types

type AWSResponse GetAccountSettings #

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

type Rep GetAccountSettings Source # 
Instance details

Defined in Amazonka.Chime.GetAccountSettings

type Rep GetAccountSettings = D1 ('MetaData "GetAccountSettings" "Amazonka.Chime.GetAccountSettings" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "GetAccountSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetAccountSettings Source # 
Instance details

Defined in Amazonka.Chime.GetAccountSettings

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:

$sel:accountId:GetAccountSettings', getAccountSettings_accountId - The Amazon Chime account ID.

data GetAccountSettingsResponse Source #

See: newGetAccountSettingsResponse smart constructor.

Instances

Instances details
Eq GetAccountSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetAccountSettings

Read GetAccountSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetAccountSettings

Show GetAccountSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetAccountSettings

Generic GetAccountSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.GetAccountSettings

Associated Types

type Rep GetAccountSettingsResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

CreateChannelBan

data CreateChannelBan Source #

See: newCreateChannelBan smart constructor.

Instances

Instances details
Eq CreateChannelBan Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelBan

Read CreateChannelBan Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelBan

Show CreateChannelBan Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelBan

Generic CreateChannelBan Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelBan

Associated Types

type Rep CreateChannelBan :: Type -> Type #

NFData CreateChannelBan Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelBan

Methods

rnf :: CreateChannelBan -> () #

Hashable CreateChannelBan Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelBan

ToJSON CreateChannelBan Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelBan

AWSRequest CreateChannelBan Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelBan

Associated Types

type AWSResponse 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

type Rep CreateChannelBan Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelBan

type Rep CreateChannelBan = D1 ('MetaData "CreateChannelBan" "Amazonka.Chime.CreateChannelBan" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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))))
type AWSResponse CreateChannelBan Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelBan

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.

$sel:channelArn:CreateChannelBan', createChannelBan_channelArn - The ARN of the ban request.

$sel:memberArn:CreateChannelBan', createChannelBan_memberArn - The ARN of the member being banned.

data CreateChannelBanResponse Source #

See: newCreateChannelBanResponse smart constructor.

Instances

Instances details
Eq CreateChannelBanResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelBan

Show CreateChannelBanResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelBan

Generic CreateChannelBanResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelBan

Associated Types

type Rep CreateChannelBanResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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:

$sel:channelArn:CreateChannelBan', createChannelBanResponse_channelArn - The ARN of the response to the ban request.

$sel:member: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.

ListMeetingTags

data ListMeetingTags Source #

See: newListMeetingTags smart constructor.

Constructors

ListMeetingTags' Text 

Instances

Instances details
Eq ListMeetingTags Source # 
Instance details

Defined in Amazonka.Chime.ListMeetingTags

Read ListMeetingTags Source # 
Instance details

Defined in Amazonka.Chime.ListMeetingTags

Show ListMeetingTags Source # 
Instance details

Defined in Amazonka.Chime.ListMeetingTags

Generic ListMeetingTags Source # 
Instance details

Defined in Amazonka.Chime.ListMeetingTags

Associated Types

type Rep ListMeetingTags :: Type -> Type #

NFData ListMeetingTags Source # 
Instance details

Defined in Amazonka.Chime.ListMeetingTags

Methods

rnf :: ListMeetingTags -> () #

Hashable ListMeetingTags Source # 
Instance details

Defined in Amazonka.Chime.ListMeetingTags

AWSRequest ListMeetingTags Source # 
Instance details

Defined in Amazonka.Chime.ListMeetingTags

Associated Types

type AWSResponse ListMeetingTags #

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

type Rep ListMeetingTags Source # 
Instance details

Defined in Amazonka.Chime.ListMeetingTags

type Rep ListMeetingTags = D1 ('MetaData "ListMeetingTags" "Amazonka.Chime.ListMeetingTags" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "ListMeetingTags'" 'PrefixI 'True) (S1 ('MetaSel ('Just "meetingId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse ListMeetingTags Source # 
Instance details

Defined in Amazonka.Chime.ListMeetingTags

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:

$sel:meetingId:ListMeetingTags', listMeetingTags_meetingId - The Amazon Chime SDK meeting ID.

data ListMeetingTagsResponse Source #

See: newListMeetingTagsResponse smart constructor.

Instances

Instances details
Eq ListMeetingTagsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListMeetingTags

Show ListMeetingTagsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListMeetingTags

Generic ListMeetingTagsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListMeetingTags

Associated Types

type Rep ListMeetingTagsResponse :: Type -> Type #

NFData ListMeetingTagsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListMeetingTags

Methods

rnf :: ListMeetingTagsResponse -> () #

type Rep ListMeetingTagsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListMeetingTags

type Rep ListMeetingTagsResponse = D1 ('MetaData "ListMeetingTagsResponse" "Amazonka.Chime.ListMeetingTags" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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:

$sel:tags:ListMeetingTagsResponse', listMeetingTagsResponse_tags - A list of tag key-value pairs.

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

ListChannelMembershipsForAppInstanceUser

data ListChannelMembershipsForAppInstanceUser Source #

Instances

Instances details
Eq ListChannelMembershipsForAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMembershipsForAppInstanceUser

Show ListChannelMembershipsForAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMembershipsForAppInstanceUser

Generic ListChannelMembershipsForAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMembershipsForAppInstanceUser

NFData ListChannelMembershipsForAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMembershipsForAppInstanceUser

Hashable ListChannelMembershipsForAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMembershipsForAppInstanceUser

AWSRequest ListChannelMembershipsForAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMembershipsForAppInstanceUser

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

type Rep ListChannelMembershipsForAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMembershipsForAppInstanceUser

type Rep ListChannelMembershipsForAppInstanceUser = D1 ('MetaData "ListChannelMembershipsForAppInstanceUser" "Amazonka.Chime.ListChannelMembershipsForAppInstanceUser" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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 "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse ListChannelMembershipsForAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMembershipsForAppInstanceUser

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:

$sel:appInstanceUserArn:ListChannelMembershipsForAppInstanceUser', listChannelMembershipsForAppInstanceUser_appInstanceUserArn - The ARN of the AppInstanceUsers

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

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

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

data ListChannelMembershipsForAppInstanceUserResponse Source #

Instances

Instances details
Eq ListChannelMembershipsForAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMembershipsForAppInstanceUser

Show ListChannelMembershipsForAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMembershipsForAppInstanceUser

Generic ListChannelMembershipsForAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMembershipsForAppInstanceUser

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

$sel:nextToken: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.

GetVoiceConnectorOrigination

data GetVoiceConnectorOrigination Source #

See: newGetVoiceConnectorOrigination smart constructor.

Instances

Instances details
Eq GetVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorOrigination

Read GetVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorOrigination

Show 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 #

NFData GetVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorOrigination

Hashable GetVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorOrigination

AWSRequest GetVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorOrigination

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

type Rep GetVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorOrigination

type Rep GetVoiceConnectorOrigination = D1 ('MetaData "GetVoiceConnectorOrigination" "Amazonka.Chime.GetVoiceConnectorOrigination" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "GetVoiceConnectorOrigination'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetVoiceConnectorOrigination Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorOrigination

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:

$sel:voiceConnectorId:GetVoiceConnectorOrigination', getVoiceConnectorOrigination_voiceConnectorId - The Amazon Chime Voice Connector ID.

data GetVoiceConnectorOriginationResponse Source #

Instances

Instances details
Eq 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

Generic GetVoiceConnectorOriginationResponse Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorOrigination

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

BatchUpdatePhoneNumber

data BatchUpdatePhoneNumber Source #

See: newBatchUpdatePhoneNumber smart constructor.

Instances

Instances details
Eq BatchUpdatePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.BatchUpdatePhoneNumber

Show BatchUpdatePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.BatchUpdatePhoneNumber

Generic BatchUpdatePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.BatchUpdatePhoneNumber

Associated Types

type Rep BatchUpdatePhoneNumber :: Type -> Type #

NFData BatchUpdatePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.BatchUpdatePhoneNumber

Methods

rnf :: BatchUpdatePhoneNumber -> () #

Hashable BatchUpdatePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.BatchUpdatePhoneNumber

ToJSON BatchUpdatePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.BatchUpdatePhoneNumber

AWSRequest BatchUpdatePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.BatchUpdatePhoneNumber

Associated Types

type AWSResponse 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

type Rep BatchUpdatePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.BatchUpdatePhoneNumber

type Rep BatchUpdatePhoneNumber = D1 ('MetaData "BatchUpdatePhoneNumber" "Amazonka.Chime.BatchUpdatePhoneNumber" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "BatchUpdatePhoneNumber'" 'PrefixI 'True) (S1 ('MetaSel ('Just "updatePhoneNumberRequestItems") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [UpdatePhoneNumberRequestItem])))
type AWSResponse BatchUpdatePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.BatchUpdatePhoneNumber

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
Eq BatchUpdatePhoneNumberResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchUpdatePhoneNumber

Read BatchUpdatePhoneNumberResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchUpdatePhoneNumber

Show BatchUpdatePhoneNumberResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchUpdatePhoneNumber

Generic BatchUpdatePhoneNumberResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchUpdatePhoneNumber

Associated Types

type Rep BatchUpdatePhoneNumberResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

DisassociatePhoneNumbersFromVoiceConnectorGroup

data DisassociatePhoneNumbersFromVoiceConnectorGroup Source #

Instances

Instances details
Eq DisassociatePhoneNumbersFromVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumbersFromVoiceConnectorGroup

Show DisassociatePhoneNumbersFromVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumbersFromVoiceConnectorGroup

Generic DisassociatePhoneNumbersFromVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumbersFromVoiceConnectorGroup

NFData DisassociatePhoneNumbersFromVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumbersFromVoiceConnectorGroup

Hashable DisassociatePhoneNumbersFromVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumbersFromVoiceConnectorGroup

ToJSON DisassociatePhoneNumbersFromVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumbersFromVoiceConnectorGroup

AWSRequest 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

type Rep DisassociatePhoneNumbersFromVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumbersFromVoiceConnectorGroup

type Rep DisassociatePhoneNumbersFromVoiceConnectorGroup = D1 ('MetaData "DisassociatePhoneNumbersFromVoiceConnectorGroup" "Amazonka.Chime.DisassociatePhoneNumbersFromVoiceConnectorGroup" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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])))
type AWSResponse DisassociatePhoneNumbersFromVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumbersFromVoiceConnectorGroup

data DisassociatePhoneNumbersFromVoiceConnectorGroupResponse Source #

Instances

Instances details
Eq 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

Generic DisassociatePhoneNumbersFromVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.Chime.DisassociatePhoneNumbersFromVoiceConnectorGroup

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

UpdateChannelReadMarker

data UpdateChannelReadMarker Source #

See: newUpdateChannelReadMarker smart constructor.

Instances

Instances details
Eq UpdateChannelReadMarker Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannelReadMarker

Read UpdateChannelReadMarker Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannelReadMarker

Show 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 #

NFData UpdateChannelReadMarker Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannelReadMarker

Methods

rnf :: UpdateChannelReadMarker -> () #

Hashable UpdateChannelReadMarker Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannelReadMarker

ToJSON UpdateChannelReadMarker Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannelReadMarker

AWSRequest 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

type Rep UpdateChannelReadMarker Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannelReadMarker

type Rep UpdateChannelReadMarker = D1 ('MetaData "UpdateChannelReadMarker" "Amazonka.Chime.UpdateChannelReadMarker" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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)))
type AWSResponse UpdateChannelReadMarker Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannelReadMarker

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.

$sel:channelArn:UpdateChannelReadMarker', updateChannelReadMarker_channelArn - The ARN of the channel.

data UpdateChannelReadMarkerResponse Source #

See: newUpdateChannelReadMarkerResponse smart constructor.

Instances

Instances details
Eq UpdateChannelReadMarkerResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannelReadMarker

Read UpdateChannelReadMarkerResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannelReadMarker

Show UpdateChannelReadMarkerResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannelReadMarker

Generic UpdateChannelReadMarkerResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannelReadMarker

Associated Types

type Rep UpdateChannelReadMarkerResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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:

$sel:channelArn:UpdateChannelReadMarker', updateChannelReadMarkerResponse_channelArn - The ARN of the channel.

$sel:httpStatus:UpdateChannelReadMarkerResponse', updateChannelReadMarkerResponse_httpStatus - The response's http status code.

CreateSipMediaApplicationCall

data CreateSipMediaApplicationCall Source #

See: newCreateSipMediaApplicationCall smart constructor.

Instances

Instances details
Eq CreateSipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.Chime.CreateSipMediaApplicationCall

Show 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 #

NFData CreateSipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.Chime.CreateSipMediaApplicationCall

Hashable CreateSipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.Chime.CreateSipMediaApplicationCall

ToJSON CreateSipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.Chime.CreateSipMediaApplicationCall

AWSRequest 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

type Rep CreateSipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.Chime.CreateSipMediaApplicationCall

type Rep CreateSipMediaApplicationCall = D1 ('MetaData "CreateSipMediaApplicationCall" "Amazonka.Chime.CreateSipMediaApplicationCall" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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))))
type AWSResponse CreateSipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.Chime.CreateSipMediaApplicationCall

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.

$sel:sipMediaApplicationId:CreateSipMediaApplicationCall', createSipMediaApplicationCall_sipMediaApplicationId - The ID of the SIP media application.

data CreateSipMediaApplicationCallResponse Source #

Instances

Instances details
Eq 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

Generic CreateSipMediaApplicationCallResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateSipMediaApplicationCall

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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)))

BatchDeletePhoneNumber

data BatchDeletePhoneNumber Source #

See: newBatchDeletePhoneNumber smart constructor.

Instances

Instances details
Eq BatchDeletePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.BatchDeletePhoneNumber

Read BatchDeletePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.BatchDeletePhoneNumber

Show BatchDeletePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.BatchDeletePhoneNumber

Generic BatchDeletePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.BatchDeletePhoneNumber

Associated Types

type Rep BatchDeletePhoneNumber :: Type -> Type #

NFData BatchDeletePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.BatchDeletePhoneNumber

Methods

rnf :: BatchDeletePhoneNumber -> () #

Hashable BatchDeletePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.BatchDeletePhoneNumber

ToJSON BatchDeletePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.BatchDeletePhoneNumber

AWSRequest BatchDeletePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.BatchDeletePhoneNumber

Associated Types

type AWSResponse 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

type Rep BatchDeletePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.BatchDeletePhoneNumber

type Rep BatchDeletePhoneNumber = D1 ('MetaData "BatchDeletePhoneNumber" "Amazonka.Chime.BatchDeletePhoneNumber" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "BatchDeletePhoneNumber'" 'PrefixI 'True) (S1 ('MetaSel ('Just "phoneNumberIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))
type AWSResponse BatchDeletePhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.BatchDeletePhoneNumber

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
Eq BatchDeletePhoneNumberResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchDeletePhoneNumber

Read BatchDeletePhoneNumberResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchDeletePhoneNumber

Show BatchDeletePhoneNumberResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchDeletePhoneNumber

Generic BatchDeletePhoneNumberResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchDeletePhoneNumber

Associated Types

type Rep BatchDeletePhoneNumberResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

ListSipMediaApplications

data ListSipMediaApplications Source #

See: newListSipMediaApplications smart constructor.

Instances

Instances details
Eq ListSipMediaApplications Source # 
Instance details

Defined in Amazonka.Chime.ListSipMediaApplications

Read ListSipMediaApplications Source # 
Instance details

Defined in Amazonka.Chime.ListSipMediaApplications

Show 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 #

NFData ListSipMediaApplications Source # 
Instance details

Defined in Amazonka.Chime.ListSipMediaApplications

Hashable ListSipMediaApplications Source # 
Instance details

Defined in Amazonka.Chime.ListSipMediaApplications

AWSRequest ListSipMediaApplications Source # 
Instance details

Defined in Amazonka.Chime.ListSipMediaApplications

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

type Rep ListSipMediaApplications Source # 
Instance details

Defined in Amazonka.Chime.ListSipMediaApplications

type Rep ListSipMediaApplications = D1 ('MetaData "ListSipMediaApplications" "Amazonka.Chime.ListSipMediaApplications" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "ListSipMediaApplications'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))
type AWSResponse ListSipMediaApplications Source # 
Instance details

Defined in Amazonka.Chime.ListSipMediaApplications

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:nextToken:ListSipMediaApplications', listSipMediaApplications_nextToken - The token to use to retrieve the next page of results.

$sel:maxResults:ListSipMediaApplications', listSipMediaApplications_maxResults - The maximum number of results to return in a single call. Defaults to 100.

data ListSipMediaApplicationsResponse Source #

See: newListSipMediaApplicationsResponse smart constructor.

Instances

Instances details
Eq ListSipMediaApplicationsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListSipMediaApplications

Show ListSipMediaApplicationsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListSipMediaApplications

Generic ListSipMediaApplicationsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListSipMediaApplications

Associated Types

type Rep ListSipMediaApplicationsResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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:

$sel:nextToken: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.

CreateMeeting

data CreateMeeting Source #

See: newCreateMeeting smart constructor.

Instances

Instances details
Eq CreateMeeting Source # 
Instance details

Defined in Amazonka.Chime.CreateMeeting

Show CreateMeeting Source # 
Instance details

Defined in Amazonka.Chime.CreateMeeting

Generic CreateMeeting Source # 
Instance details

Defined in Amazonka.Chime.CreateMeeting

Associated Types

type Rep CreateMeeting :: Type -> Type #

NFData CreateMeeting Source # 
Instance details

Defined in Amazonka.Chime.CreateMeeting

Methods

rnf :: CreateMeeting -> () #

Hashable CreateMeeting Source # 
Instance details

Defined in Amazonka.Chime.CreateMeeting

ToJSON CreateMeeting Source # 
Instance details

Defined in Amazonka.Chime.CreateMeeting

AWSRequest CreateMeeting Source # 
Instance details

Defined in Amazonka.Chime.CreateMeeting

Associated Types

type AWSResponse 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

type Rep CreateMeeting Source # 
Instance details

Defined in Amazonka.Chime.CreateMeeting

type Rep CreateMeeting = D1 ('MetaData "CreateMeeting" "Amazonka.Chime.CreateMeeting" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "CreateMeeting'" 'PrefixI 'True) ((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 "externalMeetingId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Tag))) :*: S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text))))))
type AWSResponse CreateMeeting Source # 
Instance details

Defined in Amazonka.Chime.CreateMeeting

newCreateMeeting Source #

Create a value of CreateMeeting with all optional fields omitted.

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

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:mediaRegion: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.

$sel:externalMeetingId:CreateMeeting', createMeeting_externalMeetingId - The external meeting ID.

$sel:tags: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.

CreatePhoneNumberOrder

data CreatePhoneNumberOrder Source #

See: newCreatePhoneNumberOrder smart constructor.

Instances

Instances details
Eq CreatePhoneNumberOrder Source # 
Instance details

Defined in Amazonka.Chime.CreatePhoneNumberOrder

Show CreatePhoneNumberOrder Source # 
Instance details

Defined in Amazonka.Chime.CreatePhoneNumberOrder

Generic CreatePhoneNumberOrder Source # 
Instance details

Defined in Amazonka.Chime.CreatePhoneNumberOrder

Associated Types

type Rep CreatePhoneNumberOrder :: Type -> Type #

NFData CreatePhoneNumberOrder Source # 
Instance details

Defined in Amazonka.Chime.CreatePhoneNumberOrder

Methods

rnf :: CreatePhoneNumberOrder -> () #

Hashable CreatePhoneNumberOrder Source # 
Instance details

Defined in Amazonka.Chime.CreatePhoneNumberOrder

ToJSON CreatePhoneNumberOrder Source # 
Instance details

Defined in Amazonka.Chime.CreatePhoneNumberOrder

AWSRequest CreatePhoneNumberOrder Source # 
Instance details

Defined in Amazonka.Chime.CreatePhoneNumberOrder

Associated Types

type AWSResponse 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

type Rep CreatePhoneNumberOrder Source # 
Instance details

Defined in Amazonka.Chime.CreatePhoneNumberOrder

type Rep CreatePhoneNumberOrder = D1 ('MetaData "CreatePhoneNumberOrder" "Amazonka.Chime.CreatePhoneNumberOrder" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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])))
type AWSResponse CreatePhoneNumberOrder Source # 
Instance details

Defined in Amazonka.Chime.CreatePhoneNumberOrder

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:

$sel:productType: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
Eq CreatePhoneNumberOrderResponse Source # 
Instance details

Defined in Amazonka.Chime.CreatePhoneNumberOrder

Show CreatePhoneNumberOrderResponse Source # 
Instance details

Defined in Amazonka.Chime.CreatePhoneNumberOrder

Generic CreatePhoneNumberOrderResponse Source # 
Instance details

Defined in Amazonka.Chime.CreatePhoneNumberOrder

Associated Types

type Rep CreatePhoneNumberOrderResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

ListSipRules

data ListSipRules Source #

See: newListSipRules smart constructor.

Instances

Instances details
Eq ListSipRules Source # 
Instance details

Defined in Amazonka.Chime.ListSipRules

Read ListSipRules Source # 
Instance details

Defined in Amazonka.Chime.ListSipRules

Show ListSipRules Source # 
Instance details

Defined in Amazonka.Chime.ListSipRules

Generic ListSipRules Source # 
Instance details

Defined in Amazonka.Chime.ListSipRules

Associated Types

type Rep ListSipRules :: Type -> Type #

NFData ListSipRules Source # 
Instance details

Defined in Amazonka.Chime.ListSipRules

Methods

rnf :: ListSipRules -> () #

Hashable ListSipRules Source # 
Instance details

Defined in Amazonka.Chime.ListSipRules

AWSRequest ListSipRules Source # 
Instance details

Defined in Amazonka.Chime.ListSipRules

Associated Types

type AWSResponse ListSipRules #

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

type Rep ListSipRules Source # 
Instance details

Defined in Amazonka.Chime.ListSipRules

type Rep ListSipRules = D1 ('MetaData "ListSipRules" "Amazonka.Chime.ListSipRules" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "ListSipRules'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "sipMediaApplicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))
type AWSResponse ListSipRules Source # 
Instance details

Defined in Amazonka.Chime.ListSipRules

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:nextToken:ListSipRules', listSipRules_nextToken - The token to use to retrieve the next page of results.

$sel:maxResults:ListSipRules', listSipRules_maxResults - The maximum number of results to return in a single call. Defaults to 100.

$sel:sipMediaApplicationId:ListSipRules', listSipRules_sipMediaApplicationId - The SIP media application ID.

data ListSipRulesResponse Source #

See: newListSipRulesResponse smart constructor.

Instances

Instances details
Eq ListSipRulesResponse Source # 
Instance details

Defined in Amazonka.Chime.ListSipRules

Read ListSipRulesResponse Source # 
Instance details

Defined in Amazonka.Chime.ListSipRules

Show ListSipRulesResponse Source # 
Instance details

Defined in Amazonka.Chime.ListSipRules

Generic ListSipRulesResponse Source # 
Instance details

Defined in Amazonka.Chime.ListSipRules

Associated Types

type Rep ListSipRulesResponse :: Type -> Type #

NFData ListSipRulesResponse Source # 
Instance details

Defined in Amazonka.Chime.ListSipRules

Methods

rnf :: ListSipRulesResponse -> () #

type Rep ListSipRulesResponse Source # 
Instance details

Defined in Amazonka.Chime.ListSipRules

type Rep ListSipRulesResponse = D1 ('MetaData "ListSipRulesResponse" "Amazonka.Chime.ListSipRules" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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:

$sel:nextToken: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.

CreateBot

data CreateBot Source #

See: newCreateBot smart constructor.

Instances

Instances details
Eq CreateBot Source # 
Instance details

Defined in Amazonka.Chime.CreateBot

Show CreateBot Source # 
Instance details

Defined in Amazonka.Chime.CreateBot

Generic CreateBot Source # 
Instance details

Defined in Amazonka.Chime.CreateBot

Associated Types

type Rep CreateBot :: Type -> Type #

NFData CreateBot Source # 
Instance details

Defined in Amazonka.Chime.CreateBot

Methods

rnf :: CreateBot -> () #

Hashable CreateBot Source # 
Instance details

Defined in Amazonka.Chime.CreateBot

ToJSON CreateBot Source # 
Instance details

Defined in Amazonka.Chime.CreateBot

AWSRequest CreateBot Source # 
Instance details

Defined in Amazonka.Chime.CreateBot

Associated Types

type AWSResponse 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

type Rep CreateBot Source # 
Instance details

Defined in Amazonka.Chime.CreateBot

type Rep CreateBot = D1 ('MetaData "CreateBot" "Amazonka.Chime.CreateBot" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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))))
type AWSResponse CreateBot Source # 
Instance details

Defined in Amazonka.Chime.CreateBot

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.

$sel:displayName:CreateBot', createBot_displayName - The bot display name.

$sel:accountId:CreateBot', createBot_accountId - The Amazon Chime account ID.

data CreateBotResponse Source #

See: newCreateBotResponse smart constructor.

Instances

Instances details
Eq CreateBotResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateBot

Show CreateBotResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateBot

Generic CreateBotResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateBot

Associated Types

type Rep CreateBotResponse :: Type -> Type #

NFData CreateBotResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateBot

Methods

rnf :: CreateBotResponse -> () #

type Rep CreateBotResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateBot

type Rep CreateBotResponse = D1 ('MetaData "CreateBotResponse" "Amazonka.Chime.CreateBot" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

UpdateUserSettings

data UpdateUserSettings Source #

See: newUpdateUserSettings smart constructor.

Instances

Instances details
Eq UpdateUserSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateUserSettings

Read UpdateUserSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateUserSettings

Show UpdateUserSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateUserSettings

Generic UpdateUserSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateUserSettings

Associated Types

type Rep UpdateUserSettings :: Type -> Type #

NFData UpdateUserSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateUserSettings

Methods

rnf :: UpdateUserSettings -> () #

Hashable UpdateUserSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateUserSettings

ToJSON UpdateUserSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateUserSettings

AWSRequest UpdateUserSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateUserSettings

Associated Types

type AWSResponse 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

type Rep UpdateUserSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateUserSettings

type Rep UpdateUserSettings = D1 ('MetaData "UpdateUserSettings" "Amazonka.Chime.UpdateUserSettings" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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))))
type AWSResponse UpdateUserSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdateUserSettings

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:

$sel:accountId:UpdateUserSettings', updateUserSettings_accountId - The Amazon Chime account ID.

$sel:userId: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
Eq UpdateUserSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateUserSettings

Read UpdateUserSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateUserSettings

Show UpdateUserSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateUserSettings

Generic UpdateUserSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateUserSettings

Associated Types

type Rep UpdateUserSettingsResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

CreateUser

data CreateUser Source #

See: newCreateUser smart constructor.

Instances

Instances details
Eq CreateUser Source # 
Instance details

Defined in Amazonka.Chime.CreateUser

Show CreateUser Source # 
Instance details

Defined in Amazonka.Chime.CreateUser

Generic CreateUser Source # 
Instance details

Defined in Amazonka.Chime.CreateUser

Associated Types

type Rep CreateUser :: Type -> Type #

NFData CreateUser Source # 
Instance details

Defined in Amazonka.Chime.CreateUser

Methods

rnf :: CreateUser -> () #

Hashable CreateUser Source # 
Instance details

Defined in Amazonka.Chime.CreateUser

ToJSON CreateUser Source # 
Instance details

Defined in Amazonka.Chime.CreateUser

AWSRequest CreateUser Source # 
Instance details

Defined in Amazonka.Chime.CreateUser

Associated Types

type AWSResponse 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

type Rep CreateUser Source # 
Instance details

Defined in Amazonka.Chime.CreateUser

type Rep CreateUser = D1 ('MetaData "CreateUser" "Amazonka.Chime.CreateUser" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "CreateUser'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "email") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "username") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "userType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserType)) :*: S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse CreateUser Source # 
Instance details

Defined in Amazonka.Chime.CreateUser

newCreateUser Source #

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:

$sel:email:CreateUser', createUser_email - The user's email address.

$sel:username:CreateUser', createUser_username - The user name.

$sel:userType:CreateUser', createUser_userType - The user type.

$sel:accountId:CreateUser', createUser_accountId - The Amazon Chime account ID.

data CreateUserResponse Source #

See: newCreateUserResponse smart constructor.

Instances

Instances details
Eq CreateUserResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateUser

Show CreateUserResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateUser

Generic CreateUserResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateUser

Associated Types

type Rep CreateUserResponse :: Type -> Type #

NFData CreateUserResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateUser

Methods

rnf :: CreateUserResponse -> () #

type Rep CreateUserResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateUser

type Rep CreateUserResponse = D1 ('MetaData "CreateUserResponse" "Amazonka.Chime.CreateUser" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

BatchCreateRoomMembership

data BatchCreateRoomMembership Source #

See: newBatchCreateRoomMembership smart constructor.

Instances

Instances details
Eq BatchCreateRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateRoomMembership

Read BatchCreateRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateRoomMembership

Show 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 #

NFData BatchCreateRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateRoomMembership

Hashable BatchCreateRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateRoomMembership

ToJSON BatchCreateRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateRoomMembership

AWSRequest 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

type Rep BatchCreateRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateRoomMembership

type Rep BatchCreateRoomMembership = D1 ('MetaData "BatchCreateRoomMembership" "Amazonka.Chime.BatchCreateRoomMembership" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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]))))
type AWSResponse BatchCreateRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateRoomMembership

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:

$sel:accountId:BatchCreateRoomMembership', batchCreateRoomMembership_accountId - The Amazon Chime account ID.

$sel:roomId: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
Eq BatchCreateRoomMembershipResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateRoomMembership

Read BatchCreateRoomMembershipResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateRoomMembership

Show BatchCreateRoomMembershipResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateRoomMembership

Generic BatchCreateRoomMembershipResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateRoomMembership

Associated Types

type Rep BatchCreateRoomMembershipResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

DescribeAppInstance

data DescribeAppInstance Source #

See: newDescribeAppInstance smart constructor.

Instances

Instances details
Eq DescribeAppInstance Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstance

Read DescribeAppInstance Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstance

Show DescribeAppInstance Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstance

Generic DescribeAppInstance Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstance

Associated Types

type Rep DescribeAppInstance :: Type -> Type #

NFData DescribeAppInstance Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstance

Methods

rnf :: DescribeAppInstance -> () #

Hashable DescribeAppInstance Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstance

AWSRequest DescribeAppInstance Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstance

Associated Types

type AWSResponse DescribeAppInstance #

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

type Rep DescribeAppInstance Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstance

type Rep DescribeAppInstance = D1 ('MetaData "DescribeAppInstance" "Amazonka.Chime.DescribeAppInstance" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "DescribeAppInstance'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeAppInstance Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstance

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:

$sel:appInstanceArn:DescribeAppInstance', describeAppInstance_appInstanceArn - The ARN of the AppInstance.

data DescribeAppInstanceResponse Source #

See: newDescribeAppInstanceResponse smart constructor.

Instances

Instances details
Eq DescribeAppInstanceResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstance

Show DescribeAppInstanceResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstance

Generic DescribeAppInstanceResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeAppInstance

Associated Types

type Rep DescribeAppInstanceResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

CreateAccount

data CreateAccount Source #

See: newCreateAccount smart constructor.

Constructors

CreateAccount' Text 

Instances

Instances details
Eq CreateAccount Source # 
Instance details

Defined in Amazonka.Chime.CreateAccount

Read CreateAccount Source # 
Instance details

Defined in Amazonka.Chime.CreateAccount

Show CreateAccount Source # 
Instance details

Defined in Amazonka.Chime.CreateAccount

Generic CreateAccount Source # 
Instance details

Defined in Amazonka.Chime.CreateAccount

Associated Types

type Rep CreateAccount :: Type -> Type #

NFData CreateAccount Source # 
Instance details

Defined in Amazonka.Chime.CreateAccount

Methods

rnf :: CreateAccount -> () #

Hashable CreateAccount Source # 
Instance details

Defined in Amazonka.Chime.CreateAccount

ToJSON CreateAccount Source # 
Instance details

Defined in Amazonka.Chime.CreateAccount

AWSRequest CreateAccount Source # 
Instance details

Defined in Amazonka.Chime.CreateAccount

Associated Types

type AWSResponse 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

type Rep CreateAccount Source # 
Instance details

Defined in Amazonka.Chime.CreateAccount

type Rep CreateAccount = D1 ('MetaData "CreateAccount" "Amazonka.Chime.CreateAccount" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "CreateAccount'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse CreateAccount Source # 
Instance details

Defined in Amazonka.Chime.CreateAccount

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:

$sel:name:CreateAccount', createAccount_name - The name of the Amazon Chime account.

data CreateAccountResponse Source #

See: newCreateAccountResponse smart constructor.

Instances

Instances details
Eq CreateAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateAccount

Read CreateAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateAccount

Show CreateAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateAccount

Generic CreateAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateAccount

Associated Types

type Rep CreateAccountResponse :: Type -> Type #

NFData CreateAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateAccount

Methods

rnf :: CreateAccountResponse -> () #

type Rep CreateAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateAccount

type Rep CreateAccountResponse = D1 ('MetaData "CreateAccountResponse" "Amazonka.Chime.CreateAccount" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

CreateChannelMembership

data CreateChannelMembership Source #

See: newCreateChannelMembership smart constructor.

Instances

Instances details
Eq CreateChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelMembership

Read CreateChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelMembership

Show 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 #

NFData CreateChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelMembership

Methods

rnf :: CreateChannelMembership -> () #

Hashable CreateChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelMembership

ToJSON CreateChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelMembership

AWSRequest 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

type Rep CreateChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelMembership

type Rep CreateChannelMembership = D1 ('MetaData "CreateChannelMembership" "Amazonka.Chime.CreateChannelMembership" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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))))
type AWSResponse CreateChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelMembership

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.

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

$sel:memberArn:CreateChannelMembership', createChannelMembership_memberArn - The ARN of the member you want to add to the channel.

$sel:type':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
Eq CreateChannelMembershipResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelMembership

Show CreateChannelMembershipResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelMembership

Generic CreateChannelMembershipResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateChannelMembership

Associated Types

type Rep CreateChannelMembershipResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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:

$sel:channelArn:CreateChannelMembership', createChannelMembershipResponse_channelArn - The ARN of the channel.

$sel:member:CreateChannelMembershipResponse', createChannelMembershipResponse_member - The ARN and metadata of the member being added.

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

DeleteVoiceConnectorTermination

data DeleteVoiceConnectorTermination Source #

See: newDeleteVoiceConnectorTermination smart constructor.

Instances

Instances details
Eq DeleteVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorTermination

Read DeleteVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorTermination

Show 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 #

NFData DeleteVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorTermination

Hashable DeleteVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorTermination

AWSRequest DeleteVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorTermination

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

type Rep DeleteVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorTermination

type Rep DeleteVoiceConnectorTermination = D1 ('MetaData "DeleteVoiceConnectorTermination" "Amazonka.Chime.DeleteVoiceConnectorTermination" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "DeleteVoiceConnectorTermination'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorTermination

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:

$sel:voiceConnectorId:DeleteVoiceConnectorTermination', deleteVoiceConnectorTermination_voiceConnectorId - The Amazon Chime Voice Connector ID.

data DeleteVoiceConnectorTerminationResponse Source #

Instances

Instances details
Eq 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

Generic DeleteVoiceConnectorTerminationResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorTermination

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

AssociatePhoneNumberWithUser

data AssociatePhoneNumberWithUser Source #

See: newAssociatePhoneNumberWithUser smart constructor.

Instances

Instances details
Eq AssociatePhoneNumberWithUser Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumberWithUser

Show 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 #

NFData AssociatePhoneNumberWithUser Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumberWithUser

Hashable AssociatePhoneNumberWithUser Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumberWithUser

ToJSON AssociatePhoneNumberWithUser Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumberWithUser

AWSRequest 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

type Rep AssociatePhoneNumberWithUser Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumberWithUser

type Rep AssociatePhoneNumberWithUser = D1 ('MetaData "AssociatePhoneNumberWithUser" "Amazonka.Chime.AssociatePhoneNumberWithUser" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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)))))
type AWSResponse AssociatePhoneNumberWithUser Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumberWithUser

data AssociatePhoneNumberWithUserResponse Source #

Instances

Instances details
Eq 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

Generic AssociatePhoneNumberWithUserResponse Source # 
Instance details

Defined in Amazonka.Chime.AssociatePhoneNumberWithUser

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

DeleteVoiceConnectorProxy

data DeleteVoiceConnectorProxy Source #

See: newDeleteVoiceConnectorProxy smart constructor.

Instances

Instances details
Eq DeleteVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorProxy

Read DeleteVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorProxy

Show 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 #

NFData DeleteVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorProxy

Hashable DeleteVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorProxy

AWSRequest DeleteVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorProxy

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

type Rep DeleteVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorProxy

type Rep DeleteVoiceConnectorProxy = D1 ('MetaData "DeleteVoiceConnectorProxy" "Amazonka.Chime.DeleteVoiceConnectorProxy" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "DeleteVoiceConnectorProxy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorProxy

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:

$sel:voiceConnectorId:DeleteVoiceConnectorProxy', deleteVoiceConnectorProxy_voiceConnectorId - The Amazon Chime Voice Connector ID.

data DeleteVoiceConnectorProxyResponse Source #

See: newDeleteVoiceConnectorProxyResponse smart constructor.

Instances

Instances details
Eq DeleteVoiceConnectorProxyResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorProxy

Read DeleteVoiceConnectorProxyResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorProxy

Show DeleteVoiceConnectorProxyResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorProxy

Generic DeleteVoiceConnectorProxyResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorProxy

Associated Types

type Rep DeleteVoiceConnectorProxyResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

CreateSipMediaApplication

data CreateSipMediaApplication Source #

See: newCreateSipMediaApplication smart constructor.

Instances

Instances details
Eq CreateSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.CreateSipMediaApplication

Show 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 #

NFData CreateSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.CreateSipMediaApplication

Hashable CreateSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.CreateSipMediaApplication

ToJSON CreateSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.CreateSipMediaApplication

AWSRequest 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

type Rep CreateSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.CreateSipMediaApplication

type Rep CreateSipMediaApplication = D1 ('MetaData "CreateSipMediaApplication" "Amazonka.Chime.CreateSipMediaApplication" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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)))))
type AWSResponse CreateSipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.CreateSipMediaApplication

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:

$sel:awsRegion:CreateSipMediaApplication', createSipMediaApplication_awsRegion - The AWS Region assigned to the SIP media application.

$sel:name:CreateSipMediaApplication', createSipMediaApplication_name - The SIP media application name.

$sel:endpoints: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
Eq CreateSipMediaApplicationResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateSipMediaApplication

Show CreateSipMediaApplicationResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateSipMediaApplication

Generic CreateSipMediaApplicationResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateSipMediaApplication

Associated Types

type Rep CreateSipMediaApplicationResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

PutVoiceConnectorProxy

data PutVoiceConnectorProxy Source #

See: newPutVoiceConnectorProxy smart constructor.

Instances

Instances details
Eq PutVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorProxy

Show PutVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorProxy

Generic PutVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorProxy

Associated Types

type Rep PutVoiceConnectorProxy :: Type -> Type #

NFData PutVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorProxy

Methods

rnf :: PutVoiceConnectorProxy -> () #

Hashable PutVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorProxy

ToJSON PutVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorProxy

AWSRequest PutVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorProxy

Associated Types

type AWSResponse 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

type Rep PutVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorProxy

type Rep PutVoiceConnectorProxy = D1 ('MetaData "PutVoiceConnectorProxy" "Amazonka.Chime.PutVoiceConnectorProxy" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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)))))
type AWSResponse PutVoiceConnectorProxy Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorProxy

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:

$sel:disabled:PutVoiceConnectorProxy', putVoiceConnectorProxy_disabled - When true, stops proxy sessions from being created on the specified Amazon Chime Voice Connector.

$sel:fallBackPhoneNumber:PutVoiceConnectorProxy', putVoiceConnectorProxy_fallBackPhoneNumber - The phone number to route calls to after a proxy session expires.

$sel:defaultSessionExpiryMinutes: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.

$sel:voiceConnectorId:PutVoiceConnectorProxy', putVoiceConnectorProxy_voiceConnectorId - The Amazon Chime voice connector ID.

data PutVoiceConnectorProxyResponse Source #

See: newPutVoiceConnectorProxyResponse smart constructor.

Instances

Instances details
Eq PutVoiceConnectorProxyResponse Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorProxy

Show PutVoiceConnectorProxyResponse Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorProxy

Generic PutVoiceConnectorProxyResponse Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorProxy

Associated Types

type Rep PutVoiceConnectorProxyResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

UpdateUser

data UpdateUser Source #

See: newUpdateUser smart constructor.

Instances

Instances details
Eq UpdateUser Source # 
Instance details

Defined in Amazonka.Chime.UpdateUser

Show UpdateUser Source # 
Instance details

Defined in Amazonka.Chime.UpdateUser

Generic UpdateUser Source # 
Instance details

Defined in Amazonka.Chime.UpdateUser

Associated Types

type Rep UpdateUser :: Type -> Type #

NFData UpdateUser Source # 
Instance details

Defined in Amazonka.Chime.UpdateUser

Methods

rnf :: UpdateUser -> () #

Hashable UpdateUser Source # 
Instance details

Defined in Amazonka.Chime.UpdateUser

ToJSON UpdateUser Source # 
Instance details

Defined in Amazonka.Chime.UpdateUser

AWSRequest UpdateUser Source # 
Instance details

Defined in Amazonka.Chime.UpdateUser

Associated Types

type AWSResponse 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

type Rep UpdateUser Source # 
Instance details

Defined in Amazonka.Chime.UpdateUser

type Rep UpdateUser = D1 ('MetaData "UpdateUser" "Amazonka.Chime.UpdateUser" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "UpdateUser'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "licenseType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe License)) :*: S1 ('MetaSel ('Just "userType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserType))) :*: (S1 ('MetaSel ('Just "alexaForBusinessMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AlexaForBusinessMetadata)) :*: (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "userId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse UpdateUser Source # 
Instance details

Defined in Amazonka.Chime.UpdateUser

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:

$sel:licenseType: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.

$sel:userType:UpdateUser', updateUser_userType - The user type.

$sel:alexaForBusinessMetadata:UpdateUser', updateUser_alexaForBusinessMetadata - The Alexa for Business metadata.

$sel:accountId:UpdateUser', updateUser_accountId - The Amazon Chime account ID.

$sel:userId:UpdateUser', updateUser_userId - The user ID.

data UpdateUserResponse Source #

See: newUpdateUserResponse smart constructor.

Instances

Instances details
Eq UpdateUserResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateUser

Show UpdateUserResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateUser

Generic UpdateUserResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateUser

Associated Types

type Rep UpdateUserResponse :: Type -> Type #

NFData UpdateUserResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateUser

Methods

rnf :: UpdateUserResponse -> () #

type Rep UpdateUserResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateUser

type Rep UpdateUserResponse = D1 ('MetaData "UpdateUserResponse" "Amazonka.Chime.UpdateUser" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

PutVoiceConnectorTermination

data PutVoiceConnectorTermination Source #

See: newPutVoiceConnectorTermination smart constructor.

Instances

Instances details
Eq PutVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorTermination

Show 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 #

NFData PutVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorTermination

Hashable PutVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorTermination

ToJSON PutVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorTermination

AWSRequest 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

type Rep PutVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorTermination

type Rep PutVoiceConnectorTermination = D1 ('MetaData "PutVoiceConnectorTermination" "Amazonka.Chime.PutVoiceConnectorTermination" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "PutVoiceConnectorTermination'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "termination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Termination)))
type AWSResponse PutVoiceConnectorTermination Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorTermination

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:

$sel:voiceConnectorId:PutVoiceConnectorTermination', putVoiceConnectorTermination_voiceConnectorId - The Amazon Chime Voice Connector ID.

$sel:termination:PutVoiceConnectorTermination', putVoiceConnectorTermination_termination - The termination setting details to add.

data PutVoiceConnectorTerminationResponse Source #

Instances

Instances details
Eq PutVoiceConnectorTerminationResponse Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorTermination

Show PutVoiceConnectorTerminationResponse Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorTermination

Generic PutVoiceConnectorTerminationResponse Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorTermination

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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:

$sel:termination:PutVoiceConnectorTermination', putVoiceConnectorTerminationResponse_termination - The updated termination setting details.

$sel:httpStatus:PutVoiceConnectorTerminationResponse', putVoiceConnectorTerminationResponse_httpStatus - The response's http status code.

GetVoiceConnectorEmergencyCallingConfiguration

data GetVoiceConnectorEmergencyCallingConfiguration Source #

Instances

Instances details
Eq 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

Generic GetVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorEmergencyCallingConfiguration

NFData GetVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorEmergencyCallingConfiguration

Hashable GetVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorEmergencyCallingConfiguration

AWSRequest GetVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorEmergencyCallingConfiguration

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

type Rep GetVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorEmergencyCallingConfiguration

type Rep GetVoiceConnectorEmergencyCallingConfiguration = D1 ('MetaData "GetVoiceConnectorEmergencyCallingConfiguration" "Amazonka.Chime.GetVoiceConnectorEmergencyCallingConfiguration" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "GetVoiceConnectorEmergencyCallingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetVoiceConnectorEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorEmergencyCallingConfiguration

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:

$sel:voiceConnectorId:GetVoiceConnectorEmergencyCallingConfiguration', getVoiceConnectorEmergencyCallingConfiguration_voiceConnectorId - The Amazon Chime Voice Connector ID.

data GetVoiceConnectorEmergencyCallingConfigurationResponse Source #

Instances

Instances details
Eq GetVoiceConnectorEmergencyCallingConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorEmergencyCallingConfiguration

Show GetVoiceConnectorEmergencyCallingConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorEmergencyCallingConfiguration

Generic GetVoiceConnectorEmergencyCallingConfigurationResponse Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorEmergencyCallingConfiguration

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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)))

PutVoiceConnectorTerminationCredentials

data PutVoiceConnectorTerminationCredentials Source #

Instances

Instances details
Eq PutVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorTerminationCredentials

Show PutVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorTerminationCredentials

Generic PutVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorTerminationCredentials

NFData PutVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorTerminationCredentials

Hashable PutVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorTerminationCredentials

ToJSON PutVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorTerminationCredentials

AWSRequest 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

type Rep PutVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorTerminationCredentials

type Rep PutVoiceConnectorTerminationCredentials = D1 ('MetaData "PutVoiceConnectorTerminationCredentials" "Amazonka.Chime.PutVoiceConnectorTerminationCredentials" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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)))
type AWSResponse PutVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorTerminationCredentials

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.

$sel:voiceConnectorId:PutVoiceConnectorTerminationCredentials', putVoiceConnectorTerminationCredentials_voiceConnectorId - The Amazon Chime Voice Connector ID.

data PutVoiceConnectorTerminationCredentialsResponse Source #

Instances

Instances details
Eq 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

Generic PutVoiceConnectorTerminationCredentialsResponse Source # 
Instance details

Defined in Amazonka.Chime.PutVoiceConnectorTerminationCredentials

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "PutVoiceConnectorTerminationCredentialsResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

ListAppInstanceUsers

data ListAppInstanceUsers Source #

See: newListAppInstanceUsers smart constructor.

Instances

Instances details
Eq ListAppInstanceUsers Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstanceUsers

Show ListAppInstanceUsers Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstanceUsers

Generic ListAppInstanceUsers Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstanceUsers

Associated Types

type Rep ListAppInstanceUsers :: Type -> Type #

NFData ListAppInstanceUsers Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstanceUsers

Methods

rnf :: ListAppInstanceUsers -> () #

Hashable ListAppInstanceUsers Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstanceUsers

AWSRequest ListAppInstanceUsers Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstanceUsers

Associated Types

type AWSResponse ListAppInstanceUsers #

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

type Rep ListAppInstanceUsers Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstanceUsers

type Rep ListAppInstanceUsers = D1 ('MetaData "ListAppInstanceUsers" "Amazonka.Chime.ListAppInstanceUsers" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "ListAppInstanceUsers'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "appInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListAppInstanceUsers Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstanceUsers

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:nextToken:ListAppInstanceUsers', listAppInstanceUsers_nextToken - The token passed by previous API calls until all requested users are returned.

$sel:maxResults:ListAppInstanceUsers', listAppInstanceUsers_maxResults - The maximum number of requests that you want returned.

$sel:appInstanceArn:ListAppInstanceUsers', listAppInstanceUsers_appInstanceArn - The ARN of the AppInstance.

data ListAppInstanceUsersResponse Source #

See: newListAppInstanceUsersResponse smart constructor.

Instances

Instances details
Eq ListAppInstanceUsersResponse Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstanceUsers

Show ListAppInstanceUsersResponse Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstanceUsers

Generic ListAppInstanceUsersResponse Source # 
Instance details

Defined in Amazonka.Chime.ListAppInstanceUsers

Associated Types

type Rep ListAppInstanceUsersResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "ListAppInstanceUsersResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "appInstanceUsers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AppInstanceUserSummary]))) :*: (S1 ('MetaSel ('Just "appInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe 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:

$sel:nextToken:ListAppInstanceUsers', listAppInstanceUsersResponse_nextToken - The token passed by previous API calls until all requested users are returned.

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

$sel:appInstanceArn:ListAppInstanceUsers', listAppInstanceUsersResponse_appInstanceArn - The ARN of the AppInstance.

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

AssociateSigninDelegateGroupsWithAccount

data AssociateSigninDelegateGroupsWithAccount Source #

Instances

Instances details
Eq 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

Generic AssociateSigninDelegateGroupsWithAccount Source # 
Instance details

Defined in Amazonka.Chime.AssociateSigninDelegateGroupsWithAccount

NFData AssociateSigninDelegateGroupsWithAccount Source # 
Instance details

Defined in Amazonka.Chime.AssociateSigninDelegateGroupsWithAccount

Hashable AssociateSigninDelegateGroupsWithAccount Source # 
Instance details

Defined in Amazonka.Chime.AssociateSigninDelegateGroupsWithAccount

ToJSON AssociateSigninDelegateGroupsWithAccount Source # 
Instance details

Defined in Amazonka.Chime.AssociateSigninDelegateGroupsWithAccount

AWSRequest 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

type Rep AssociateSigninDelegateGroupsWithAccount Source # 
Instance details

Defined in Amazonka.Chime.AssociateSigninDelegateGroupsWithAccount

type Rep AssociateSigninDelegateGroupsWithAccount = D1 ('MetaData "AssociateSigninDelegateGroupsWithAccount" "Amazonka.Chime.AssociateSigninDelegateGroupsWithAccount" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "AssociateSigninDelegateGroupsWithAccount'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "signinDelegateGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [SigninDelegateGroup])))
type AWSResponse AssociateSigninDelegateGroupsWithAccount Source # 
Instance details

Defined in Amazonka.Chime.AssociateSigninDelegateGroupsWithAccount

data AssociateSigninDelegateGroupsWithAccountResponse Source #

Instances

Instances details
Eq 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

Generic AssociateSigninDelegateGroupsWithAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.AssociateSigninDelegateGroupsWithAccount

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

CreateSipRule

data CreateSipRule Source #

See: newCreateSipRule smart constructor.

Instances

Instances details
Eq CreateSipRule Source # 
Instance details

Defined in Amazonka.Chime.CreateSipRule

Read CreateSipRule Source # 
Instance details

Defined in Amazonka.Chime.CreateSipRule

Show CreateSipRule Source # 
Instance details

Defined in Amazonka.Chime.CreateSipRule

Generic CreateSipRule Source # 
Instance details

Defined in Amazonka.Chime.CreateSipRule

Associated Types

type Rep CreateSipRule :: Type -> Type #

NFData CreateSipRule Source # 
Instance details

Defined in Amazonka.Chime.CreateSipRule

Methods

rnf :: CreateSipRule -> () #

Hashable CreateSipRule Source # 
Instance details

Defined in Amazonka.Chime.CreateSipRule

ToJSON CreateSipRule Source # 
Instance details

Defined in Amazonka.Chime.CreateSipRule

AWSRequest CreateSipRule Source # 
Instance details

Defined in Amazonka.Chime.CreateSipRule

Associated Types

type AWSResponse 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

type Rep CreateSipRule Source # 
Instance details

Defined in Amazonka.Chime.CreateSipRule

type Rep CreateSipRule = D1 ('MetaData "CreateSipRule" "Amazonka.Chime.CreateSipRule" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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))))))
type AWSResponse CreateSipRule Source # 
Instance details

Defined in Amazonka.Chime.CreateSipRule

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:

$sel:disabled:CreateSipRule', createSipRule_disabled - Enables or disables a rule. You must disable rules before you can delete them.

$sel:name:CreateSipRule', createSipRule_name - The name of the SIP rule.

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

$sel:triggerValue: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.

$sel:targetApplications: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
Eq CreateSipRuleResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateSipRule

Read CreateSipRuleResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateSipRule

Show CreateSipRuleResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateSipRule

Generic CreateSipRuleResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateSipRule

Associated Types

type Rep CreateSipRuleResponse :: Type -> Type #

NFData CreateSipRuleResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateSipRule

Methods

rnf :: CreateSipRuleResponse -> () #

type Rep CreateSipRuleResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateSipRule

type Rep CreateSipRuleResponse = D1 ('MetaData "CreateSipRuleResponse" "Amazonka.Chime.CreateSipRule" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

DeleteVoiceConnectorTerminationCredentials

data DeleteVoiceConnectorTerminationCredentials Source #

Instances

Instances details
Eq DeleteVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorTerminationCredentials

Show DeleteVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorTerminationCredentials

Generic DeleteVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorTerminationCredentials

NFData DeleteVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorTerminationCredentials

Hashable DeleteVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorTerminationCredentials

ToJSON DeleteVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorTerminationCredentials

AWSRequest 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

type Rep DeleteVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorTerminationCredentials

type Rep DeleteVoiceConnectorTerminationCredentials = D1 ('MetaData "DeleteVoiceConnectorTerminationCredentials" "Amazonka.Chime.DeleteVoiceConnectorTerminationCredentials" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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)))
type AWSResponse DeleteVoiceConnectorTerminationCredentials Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorTerminationCredentials

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.

$sel:voiceConnectorId:DeleteVoiceConnectorTerminationCredentials', deleteVoiceConnectorTerminationCredentials_voiceConnectorId - The Amazon Chime Voice Connector ID.

data DeleteVoiceConnectorTerminationCredentialsResponse Source #

Instances

Instances details
Eq 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

Generic DeleteVoiceConnectorTerminationCredentialsResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorTerminationCredentials

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "DeleteVoiceConnectorTerminationCredentialsResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

TagResource

data TagResource Source #

See: newTagResource smart constructor.

Instances

Instances details
Eq TagResource Source # 
Instance details

Defined in Amazonka.Chime.TagResource

Show TagResource Source # 
Instance details

Defined in Amazonka.Chime.TagResource

Generic TagResource Source # 
Instance details

Defined in Amazonka.Chime.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

NFData TagResource Source # 
Instance details

Defined in Amazonka.Chime.TagResource

Methods

rnf :: TagResource -> () #

Hashable TagResource Source # 
Instance details

Defined in Amazonka.Chime.TagResource

ToJSON TagResource Source # 
Instance details

Defined in Amazonka.Chime.TagResource

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.Chime.TagResource

Associated Types

type AWSResponse 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

type Rep TagResource Source # 
Instance details

Defined in Amazonka.Chime.TagResource

type Rep TagResource = D1 ('MetaData "TagResource" "Amazonka.Chime.TagResource" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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))))
type AWSResponse TagResource Source # 
Instance details

Defined in Amazonka.Chime.TagResource

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.

$sel:tags: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.

DeleteAppInstanceUser

data DeleteAppInstanceUser Source #

See: newDeleteAppInstanceUser smart constructor.

Instances

Instances details
Eq DeleteAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceUser

Read DeleteAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceUser

Show DeleteAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceUser

Generic DeleteAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceUser

Associated Types

type Rep DeleteAppInstanceUser :: Type -> Type #

NFData DeleteAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceUser

Methods

rnf :: DeleteAppInstanceUser -> () #

Hashable DeleteAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceUser

AWSRequest DeleteAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceUser

Associated Types

type AWSResponse DeleteAppInstanceUser #

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

type Rep DeleteAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceUser

type Rep DeleteAppInstanceUser = D1 ('MetaData "DeleteAppInstanceUser" "Amazonka.Chime.DeleteAppInstanceUser" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "DeleteAppInstanceUser'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appInstanceUserArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceUser

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:

$sel:appInstanceUserArn:DeleteAppInstanceUser', deleteAppInstanceUser_appInstanceUserArn - The ARN of the user request being deleted.

data DeleteAppInstanceUserResponse Source #

See: newDeleteAppInstanceUserResponse smart constructor.

Instances

Instances details
Eq DeleteAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceUser

Read DeleteAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceUser

Show DeleteAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceUser

Generic DeleteAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceUser

Associated Types

type Rep DeleteAppInstanceUserResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

UpdateAppInstanceUser

data UpdateAppInstanceUser Source #

See: newUpdateAppInstanceUser smart constructor.

Instances

Instances details
Eq UpdateAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.UpdateAppInstanceUser

Show UpdateAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.UpdateAppInstanceUser

Generic UpdateAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.UpdateAppInstanceUser

Associated Types

type Rep UpdateAppInstanceUser :: Type -> Type #

NFData UpdateAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.UpdateAppInstanceUser

Methods

rnf :: UpdateAppInstanceUser -> () #

Hashable UpdateAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.UpdateAppInstanceUser

ToJSON UpdateAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.UpdateAppInstanceUser

AWSRequest UpdateAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.UpdateAppInstanceUser

Associated Types

type AWSResponse 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

type Rep UpdateAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.UpdateAppInstanceUser

type Rep UpdateAppInstanceUser = D1 ('MetaData "UpdateAppInstanceUser" "Amazonka.Chime.UpdateAppInstanceUser" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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)))))
type AWSResponse UpdateAppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.UpdateAppInstanceUser

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:

$sel:metadata:UpdateAppInstanceUser', updateAppInstanceUser_metadata - The metadata of the AppInstanceUser.

$sel:appInstanceUserArn:UpdateAppInstanceUser', updateAppInstanceUser_appInstanceUserArn - The ARN of the AppInstanceUser.

$sel:name:UpdateAppInstanceUser', updateAppInstanceUser_name - The name of the AppInstanceUser.

data UpdateAppInstanceUserResponse Source #

See: newUpdateAppInstanceUserResponse smart constructor.

Instances

Instances details
Eq UpdateAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateAppInstanceUser

Read UpdateAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateAppInstanceUser

Show UpdateAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateAppInstanceUser

Generic UpdateAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateAppInstanceUser

Associated Types

type Rep UpdateAppInstanceUserResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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:

$sel:appInstanceUserArn:UpdateAppInstanceUser', updateAppInstanceUserResponse_appInstanceUserArn - The ARN of the AppInstanceUser.

$sel:httpStatus:UpdateAppInstanceUserResponse', updateAppInstanceUserResponse_httpStatus - The response's http status code.

UntagMeeting

data UntagMeeting Source #

See: newUntagMeeting smart constructor.

Instances

Instances details
Eq UntagMeeting Source # 
Instance details

Defined in Amazonka.Chime.UntagMeeting

Show UntagMeeting Source # 
Instance details

Defined in Amazonka.Chime.UntagMeeting

Generic UntagMeeting Source # 
Instance details

Defined in Amazonka.Chime.UntagMeeting

Associated Types

type Rep UntagMeeting :: Type -> Type #

NFData UntagMeeting Source # 
Instance details

Defined in Amazonka.Chime.UntagMeeting

Methods

rnf :: UntagMeeting -> () #

Hashable UntagMeeting Source # 
Instance details

Defined in Amazonka.Chime.UntagMeeting

ToJSON UntagMeeting Source # 
Instance details

Defined in Amazonka.Chime.UntagMeeting

AWSRequest UntagMeeting Source # 
Instance details

Defined in Amazonka.Chime.UntagMeeting

Associated Types

type AWSResponse 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

type Rep UntagMeeting Source # 
Instance details

Defined in Amazonka.Chime.UntagMeeting

type Rep UntagMeeting = D1 ('MetaData "UntagMeeting" "Amazonka.Chime.UntagMeeting" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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)))))
type AWSResponse UntagMeeting Source # 
Instance details

Defined in Amazonka.Chime.UntagMeeting

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:

$sel:meetingId: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
Eq UntagMeetingResponse Source # 
Instance details

Defined in Amazonka.Chime.UntagMeeting

Read UntagMeetingResponse Source # 
Instance details

Defined in Amazonka.Chime.UntagMeeting

Show UntagMeetingResponse Source # 
Instance details

Defined in Amazonka.Chime.UntagMeeting

Generic UntagMeetingResponse Source # 
Instance details

Defined in Amazonka.Chime.UntagMeeting

Associated Types

type Rep UntagMeetingResponse :: Type -> Type #

NFData UntagMeetingResponse Source # 
Instance details

Defined in Amazonka.Chime.UntagMeeting

Methods

rnf :: UntagMeetingResponse -> () #

type Rep UntagMeetingResponse Source # 
Instance details

Defined in Amazonka.Chime.UntagMeeting

type Rep UntagMeetingResponse = D1 ('MetaData "UntagMeetingResponse" "Amazonka.Chime.UntagMeeting" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

UpdateVoiceConnectorGroup

data UpdateVoiceConnectorGroup Source #

See: newUpdateVoiceConnectorGroup smart constructor.

Instances

Instances details
Eq UpdateVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.UpdateVoiceConnectorGroup

Read UpdateVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.UpdateVoiceConnectorGroup

Show 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 #

NFData UpdateVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.UpdateVoiceConnectorGroup

Hashable UpdateVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.UpdateVoiceConnectorGroup

ToJSON UpdateVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.UpdateVoiceConnectorGroup

AWSRequest 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

type Rep UpdateVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.UpdateVoiceConnectorGroup

type Rep UpdateVoiceConnectorGroup = D1 ('MetaData "UpdateVoiceConnectorGroup" "Amazonka.Chime.UpdateVoiceConnectorGroup" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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]))))
type AWSResponse UpdateVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.UpdateVoiceConnectorGroup

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:

$sel:voiceConnectorGroupId:UpdateVoiceConnectorGroup', updateVoiceConnectorGroup_voiceConnectorGroupId - The Amazon Chime Voice Connector group ID.

$sel:name:UpdateVoiceConnectorGroup', updateVoiceConnectorGroup_name - The name of the Amazon Chime Voice Connector group.

$sel:voiceConnectorItems:UpdateVoiceConnectorGroup', updateVoiceConnectorGroup_voiceConnectorItems - The VoiceConnectorItems to associate with the group.

data UpdateVoiceConnectorGroupResponse Source #

See: newUpdateVoiceConnectorGroupResponse smart constructor.

Instances

Instances details
Eq UpdateVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateVoiceConnectorGroup

Read UpdateVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateVoiceConnectorGroup

Show UpdateVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateVoiceConnectorGroup

Generic UpdateVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateVoiceConnectorGroup

Associated Types

type Rep UpdateVoiceConnectorGroupResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

RedactConversationMessage

data RedactConversationMessage Source #

See: newRedactConversationMessage smart constructor.

Instances

Instances details
Eq RedactConversationMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactConversationMessage

Read RedactConversationMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactConversationMessage

Show 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 #

NFData RedactConversationMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactConversationMessage

Hashable RedactConversationMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactConversationMessage

ToJSON RedactConversationMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactConversationMessage

AWSRequest 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

type Rep RedactConversationMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactConversationMessage

type Rep RedactConversationMessage = D1 ('MetaData "RedactConversationMessage" "Amazonka.Chime.RedactConversationMessage" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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))))
type AWSResponse RedactConversationMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactConversationMessage

data RedactConversationMessageResponse Source #

See: newRedactConversationMessageResponse smart constructor.

Instances

Instances details
Eq RedactConversationMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.RedactConversationMessage

Read RedactConversationMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.RedactConversationMessage

Show RedactConversationMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.RedactConversationMessage

Generic RedactConversationMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.RedactConversationMessage

Associated Types

type Rep RedactConversationMessageResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

DeleteChannelModerator

data DeleteChannelModerator Source #

See: newDeleteChannelModerator smart constructor.

Instances

Instances details
Eq DeleteChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelModerator

Read DeleteChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelModerator

Show DeleteChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelModerator

Generic DeleteChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelModerator

Associated Types

type Rep DeleteChannelModerator :: Type -> Type #

NFData DeleteChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelModerator

Methods

rnf :: DeleteChannelModerator -> () #

Hashable DeleteChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelModerator

AWSRequest DeleteChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelModerator

Associated Types

type AWSResponse DeleteChannelModerator #

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

type Rep DeleteChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelModerator

type Rep DeleteChannelModerator = D1 ('MetaData "DeleteChannelModerator" "Amazonka.Chime.DeleteChannelModerator" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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))))
type AWSResponse DeleteChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelModerator

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.

$sel:channelArn: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
Eq DeleteChannelModeratorResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelModerator

Read DeleteChannelModeratorResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelModerator

Show DeleteChannelModeratorResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelModerator

Generic DeleteChannelModeratorResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelModerator

Associated Types

type Rep DeleteChannelModeratorResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

DeleteVoiceConnectorGroup

data DeleteVoiceConnectorGroup Source #

See: newDeleteVoiceConnectorGroup smart constructor.

Instances

Instances details
Eq DeleteVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorGroup

Read DeleteVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorGroup

Show 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 #

NFData DeleteVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorGroup

Hashable DeleteVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorGroup

AWSRequest DeleteVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorGroup

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

type Rep DeleteVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorGroup

type Rep DeleteVoiceConnectorGroup = D1 ('MetaData "DeleteVoiceConnectorGroup" "Amazonka.Chime.DeleteVoiceConnectorGroup" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "DeleteVoiceConnectorGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorGroup

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:

$sel:voiceConnectorGroupId:DeleteVoiceConnectorGroup', deleteVoiceConnectorGroup_voiceConnectorGroupId - The Amazon Chime Voice Connector group ID.

data DeleteVoiceConnectorGroupResponse Source #

See: newDeleteVoiceConnectorGroupResponse smart constructor.

Instances

Instances details
Eq DeleteVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorGroup

Read DeleteVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorGroup

Show DeleteVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorGroup

Generic DeleteVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteVoiceConnectorGroup

Associated Types

type Rep DeleteVoiceConnectorGroupResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

DescribeChannelBan

data DescribeChannelBan Source #

See: newDescribeChannelBan smart constructor.

Instances

Instances details
Eq DescribeChannelBan Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelBan

Read DescribeChannelBan Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelBan

Show DescribeChannelBan Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelBan

Generic DescribeChannelBan Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelBan

Associated Types

type Rep DescribeChannelBan :: Type -> Type #

NFData DescribeChannelBan Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelBan

Methods

rnf :: DescribeChannelBan -> () #

Hashable DescribeChannelBan Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelBan

AWSRequest DescribeChannelBan Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelBan

Associated Types

type AWSResponse DescribeChannelBan #

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

type Rep DescribeChannelBan Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelBan

type Rep DescribeChannelBan = D1 ('MetaData "DescribeChannelBan" "Amazonka.Chime.DescribeChannelBan" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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))))
type AWSResponse DescribeChannelBan Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelBan

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.

$sel:channelArn:DescribeChannelBan', describeChannelBan_channelArn - The ARN of the channel from which the user is banned.

$sel:memberArn:DescribeChannelBan', describeChannelBan_memberArn - The ARN of the member being banned.

data DescribeChannelBanResponse Source #

See: newDescribeChannelBanResponse smart constructor.

Instances

Instances details
Eq DescribeChannelBanResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelBan

Show DescribeChannelBanResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelBan

Generic DescribeChannelBanResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelBan

Associated Types

type Rep DescribeChannelBanResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

DeleteMediaCapturePipeline

data DeleteMediaCapturePipeline Source #

See: newDeleteMediaCapturePipeline smart constructor.

Instances

Instances details
Eq DeleteMediaCapturePipeline Source # 
Instance details

Defined in Amazonka.Chime.DeleteMediaCapturePipeline

Read DeleteMediaCapturePipeline Source # 
Instance details

Defined in Amazonka.Chime.DeleteMediaCapturePipeline

Show 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 #

NFData DeleteMediaCapturePipeline Source # 
Instance details

Defined in Amazonka.Chime.DeleteMediaCapturePipeline

Hashable DeleteMediaCapturePipeline Source # 
Instance details

Defined in Amazonka.Chime.DeleteMediaCapturePipeline

AWSRequest DeleteMediaCapturePipeline Source # 
Instance details

Defined in Amazonka.Chime.DeleteMediaCapturePipeline

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

type Rep DeleteMediaCapturePipeline Source # 
Instance details

Defined in Amazonka.Chime.DeleteMediaCapturePipeline

type Rep DeleteMediaCapturePipeline = D1 ('MetaData "DeleteMediaCapturePipeline" "Amazonka.Chime.DeleteMediaCapturePipeline" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "DeleteMediaCapturePipeline'" 'PrefixI 'True) (S1 ('MetaSel ('Just "mediaPipelineId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteMediaCapturePipeline Source # 
Instance details

Defined in Amazonka.Chime.DeleteMediaCapturePipeline

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:

$sel:mediaPipelineId:DeleteMediaCapturePipeline', deleteMediaCapturePipeline_mediaPipelineId - The ID of the media capture pipeline being deleted.

data DeleteMediaCapturePipelineResponse Source #

Instances

Instances details
Eq DeleteMediaCapturePipelineResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteMediaCapturePipeline

Read DeleteMediaCapturePipelineResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteMediaCapturePipeline

Show DeleteMediaCapturePipelineResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteMediaCapturePipeline

Generic DeleteMediaCapturePipelineResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteMediaCapturePipeline

Associated Types

type Rep DeleteMediaCapturePipelineResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

UpdateProxySession

data UpdateProxySession Source #

See: newUpdateProxySession smart constructor.

Instances

Instances details
Eq UpdateProxySession Source # 
Instance details

Defined in Amazonka.Chime.UpdateProxySession

Read UpdateProxySession Source # 
Instance details

Defined in Amazonka.Chime.UpdateProxySession

Show UpdateProxySession Source # 
Instance details

Defined in Amazonka.Chime.UpdateProxySession

Generic UpdateProxySession Source # 
Instance details

Defined in Amazonka.Chime.UpdateProxySession

Associated Types

type Rep UpdateProxySession :: Type -> Type #

NFData UpdateProxySession Source # 
Instance details

Defined in Amazonka.Chime.UpdateProxySession

Methods

rnf :: UpdateProxySession -> () #

Hashable UpdateProxySession Source # 
Instance details

Defined in Amazonka.Chime.UpdateProxySession

ToJSON UpdateProxySession Source # 
Instance details

Defined in Amazonka.Chime.UpdateProxySession

AWSRequest UpdateProxySession Source # 
Instance details

Defined in Amazonka.Chime.UpdateProxySession

Associated Types

type AWSResponse 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

type Rep UpdateProxySession Source # 
Instance details

Defined in Amazonka.Chime.UpdateProxySession

type Rep UpdateProxySession = D1 ('MetaData "UpdateProxySession" "Amazonka.Chime.UpdateProxySession" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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))))
type AWSResponse UpdateProxySession Source # 
Instance details

Defined in Amazonka.Chime.UpdateProxySession

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:

$sel:expiryMinutes:UpdateProxySession', updateProxySession_expiryMinutes - The number of minutes allowed for the proxy session.

$sel:capabilities:UpdateProxySession', updateProxySession_capabilities - The proxy session capabilities.

$sel:voiceConnectorId:UpdateProxySession', updateProxySession_voiceConnectorId - The Amazon Chime voice connector ID.

$sel:proxySessionId:UpdateProxySession', updateProxySession_proxySessionId - The proxy session ID.

data UpdateProxySessionResponse Source #

See: newUpdateProxySessionResponse smart constructor.

Instances

Instances details
Eq UpdateProxySessionResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateProxySession

Show UpdateProxySessionResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateProxySession

Generic UpdateProxySessionResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateProxySession

Associated Types

type Rep UpdateProxySessionResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

DeleteProxySession

data DeleteProxySession Source #

See: newDeleteProxySession smart constructor.

Instances

Instances details
Eq DeleteProxySession Source # 
Instance details

Defined in Amazonka.Chime.DeleteProxySession

Read DeleteProxySession Source # 
Instance details

Defined in Amazonka.Chime.DeleteProxySession

Show DeleteProxySession Source # 
Instance details

Defined in Amazonka.Chime.DeleteProxySession

Generic DeleteProxySession Source # 
Instance details

Defined in Amazonka.Chime.DeleteProxySession

Associated Types

type Rep DeleteProxySession :: Type -> Type #

NFData DeleteProxySession Source # 
Instance details

Defined in Amazonka.Chime.DeleteProxySession

Methods

rnf :: DeleteProxySession -> () #

Hashable DeleteProxySession Source # 
Instance details

Defined in Amazonka.Chime.DeleteProxySession

AWSRequest DeleteProxySession Source # 
Instance details

Defined in Amazonka.Chime.DeleteProxySession

Associated Types

type AWSResponse DeleteProxySession #

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

type Rep DeleteProxySession Source # 
Instance details

Defined in Amazonka.Chime.DeleteProxySession

type Rep DeleteProxySession = D1 ('MetaData "DeleteProxySession" "Amazonka.Chime.DeleteProxySession" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "DeleteProxySession'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "proxySessionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteProxySession Source # 
Instance details

Defined in Amazonka.Chime.DeleteProxySession

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:

$sel:voiceConnectorId:DeleteProxySession', deleteProxySession_voiceConnectorId - The Amazon Chime voice connector ID.

$sel:proxySessionId:DeleteProxySession', deleteProxySession_proxySessionId - The proxy session ID.

data DeleteProxySessionResponse Source #

See: newDeleteProxySessionResponse smart constructor.

Instances

Instances details
Eq DeleteProxySessionResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteProxySession

Read DeleteProxySessionResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteProxySession

Show DeleteProxySessionResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteProxySession

Generic DeleteProxySessionResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteProxySession

Associated Types

type Rep DeleteProxySessionResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

GetVoiceConnectorTerminationHealth

data GetVoiceConnectorTerminationHealth Source #

Instances

Instances details
Eq GetVoiceConnectorTerminationHealth Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorTerminationHealth

Read GetVoiceConnectorTerminationHealth Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorTerminationHealth

Show 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 #

NFData GetVoiceConnectorTerminationHealth Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorTerminationHealth

Hashable GetVoiceConnectorTerminationHealth Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorTerminationHealth

AWSRequest GetVoiceConnectorTerminationHealth Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorTerminationHealth

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

type Rep GetVoiceConnectorTerminationHealth Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorTerminationHealth

type Rep GetVoiceConnectorTerminationHealth = D1 ('MetaData "GetVoiceConnectorTerminationHealth" "Amazonka.Chime.GetVoiceConnectorTerminationHealth" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "GetVoiceConnectorTerminationHealth'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetVoiceConnectorTerminationHealth Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorTerminationHealth

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:

$sel:voiceConnectorId:GetVoiceConnectorTerminationHealth', getVoiceConnectorTerminationHealth_voiceConnectorId - The Amazon Chime Voice Connector ID.

data GetVoiceConnectorTerminationHealthResponse Source #

Instances

Instances details
Eq 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

Generic GetVoiceConnectorTerminationHealthResponse Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnectorTerminationHealth

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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)))

CreateMeetingDialOut

data CreateMeetingDialOut Source #

See: newCreateMeetingDialOut smart constructor.

Instances

Instances details
Eq CreateMeetingDialOut Source # 
Instance details

Defined in Amazonka.Chime.CreateMeetingDialOut

Show CreateMeetingDialOut Source # 
Instance details

Defined in Amazonka.Chime.CreateMeetingDialOut

Generic CreateMeetingDialOut Source # 
Instance details

Defined in Amazonka.Chime.CreateMeetingDialOut

Associated Types

type Rep CreateMeetingDialOut :: Type -> Type #

NFData CreateMeetingDialOut Source # 
Instance details

Defined in Amazonka.Chime.CreateMeetingDialOut

Methods

rnf :: CreateMeetingDialOut -> () #

Hashable CreateMeetingDialOut Source # 
Instance details

Defined in Amazonka.Chime.CreateMeetingDialOut

ToJSON CreateMeetingDialOut Source # 
Instance details

Defined in Amazonka.Chime.CreateMeetingDialOut

AWSRequest CreateMeetingDialOut Source # 
Instance details

Defined in Amazonka.Chime.CreateMeetingDialOut

Associated Types

type AWSResponse 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

type Rep CreateMeetingDialOut Source # 
Instance details

Defined in Amazonka.Chime.CreateMeetingDialOut

type Rep CreateMeetingDialOut = D1 ('MetaData "CreateMeetingDialOut" "Amazonka.Chime.CreateMeetingDialOut" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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)))))
type AWSResponse CreateMeetingDialOut Source # 
Instance details

Defined in Amazonka.Chime.CreateMeetingDialOut

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:

$sel:meetingId: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.

$sel:joinToken: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
Eq CreateMeetingDialOutResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateMeetingDialOut

Read CreateMeetingDialOutResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateMeetingDialOut

Show CreateMeetingDialOutResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateMeetingDialOut

Generic CreateMeetingDialOutResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateMeetingDialOut

Associated Types

type Rep CreateMeetingDialOutResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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:

$sel:transactionId:CreateMeetingDialOutResponse', createMeetingDialOutResponse_transactionId - Unique ID that tracks API calls.

$sel:httpStatus:CreateMeetingDialOutResponse', createMeetingDialOutResponse_httpStatus - The response's http status code.

UntagResource

data UntagResource Source #

See: newUntagResource smart constructor.

Instances

Instances details
Eq UntagResource Source # 
Instance details

Defined in Amazonka.Chime.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.Chime.UntagResource

Generic UntagResource Source # 
Instance details

Defined in Amazonka.Chime.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

NFData UntagResource Source # 
Instance details

Defined in Amazonka.Chime.UntagResource

Methods

rnf :: UntagResource -> () #

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.Chime.UntagResource

ToJSON UntagResource Source # 
Instance details

Defined in Amazonka.Chime.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.Chime.UntagResource

Associated Types

type AWSResponse 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

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.Chime.UntagResource

type Rep UntagResource = D1 ('MetaData "UntagResource" "Amazonka.Chime.UntagResource" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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)))))
type AWSResponse UntagResource Source # 
Instance details

Defined in Amazonka.Chime.UntagResource

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
Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Chime.UntagResource

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Chime.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Chime.UntagResource

Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Chime.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Chime.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Chime.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.Chime.UntagResource" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

ListProxySessions

data ListProxySessions Source #

See: newListProxySessions smart constructor.

Instances

Instances details
Eq ListProxySessions Source # 
Instance details

Defined in Amazonka.Chime.ListProxySessions

Read ListProxySessions Source # 
Instance details

Defined in Amazonka.Chime.ListProxySessions

Show ListProxySessions Source # 
Instance details

Defined in Amazonka.Chime.ListProxySessions

Generic ListProxySessions Source # 
Instance details

Defined in Amazonka.Chime.ListProxySessions

Associated Types

type Rep ListProxySessions :: Type -> Type #

NFData ListProxySessions Source # 
Instance details

Defined in Amazonka.Chime.ListProxySessions

Methods

rnf :: ListProxySessions -> () #

Hashable ListProxySessions Source # 
Instance details

Defined in Amazonka.Chime.ListProxySessions

AWSRequest ListProxySessions Source # 
Instance details

Defined in Amazonka.Chime.ListProxySessions

Associated Types

type AWSResponse ListProxySessions #

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

type Rep ListProxySessions Source # 
Instance details

Defined in Amazonka.Chime.ListProxySessions

type Rep ListProxySessions = D1 ('MetaData "ListProxySessions" "Amazonka.Chime.ListProxySessions" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "ListProxySessions'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProxySessionStatus)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListProxySessions Source # 
Instance details

Defined in Amazonka.Chime.ListProxySessions

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:status:ListProxySessions', listProxySessions_status - The proxy session status.

$sel:nextToken:ListProxySessions', listProxySessions_nextToken - The token to use to retrieve the next page of results.

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

$sel:voiceConnectorId:ListProxySessions', listProxySessions_voiceConnectorId - The Amazon Chime voice connector ID.

data ListProxySessionsResponse Source #

See: newListProxySessionsResponse smart constructor.

Instances

Instances details
Eq ListProxySessionsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListProxySessions

Show ListProxySessionsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListProxySessions

Generic ListProxySessionsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListProxySessions

Associated Types

type Rep ListProxySessionsResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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:

$sel:nextToken: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.

ListMediaCapturePipelines

data ListMediaCapturePipelines Source #

See: newListMediaCapturePipelines smart constructor.

Instances

Instances details
Eq ListMediaCapturePipelines Source # 
Instance details

Defined in Amazonka.Chime.ListMediaCapturePipelines

Read ListMediaCapturePipelines Source # 
Instance details

Defined in Amazonka.Chime.ListMediaCapturePipelines

Show 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 #

NFData ListMediaCapturePipelines Source # 
Instance details

Defined in Amazonka.Chime.ListMediaCapturePipelines

Hashable ListMediaCapturePipelines Source # 
Instance details

Defined in Amazonka.Chime.ListMediaCapturePipelines

AWSRequest ListMediaCapturePipelines Source # 
Instance details

Defined in Amazonka.Chime.ListMediaCapturePipelines

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

type Rep ListMediaCapturePipelines Source # 
Instance details

Defined in Amazonka.Chime.ListMediaCapturePipelines

type Rep ListMediaCapturePipelines = D1 ('MetaData "ListMediaCapturePipelines" "Amazonka.Chime.ListMediaCapturePipelines" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "ListMediaCapturePipelines'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))
type AWSResponse ListMediaCapturePipelines Source # 
Instance details

Defined in Amazonka.Chime.ListMediaCapturePipelines

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:nextToken:ListMediaCapturePipelines', listMediaCapturePipelines_nextToken - The token used to retrieve the next page of results.

$sel:maxResults:ListMediaCapturePipelines', listMediaCapturePipelines_maxResults - The maximum number of results to return in a single call. Valid Range: 1 - 99.

data ListMediaCapturePipelinesResponse Source #

See: newListMediaCapturePipelinesResponse smart constructor.

Instances

Instances details
Eq ListMediaCapturePipelinesResponse Source # 
Instance details

Defined in Amazonka.Chime.ListMediaCapturePipelines

Show ListMediaCapturePipelinesResponse Source # 
Instance details

Defined in Amazonka.Chime.ListMediaCapturePipelines

Generic ListMediaCapturePipelinesResponse Source # 
Instance details

Defined in Amazonka.Chime.ListMediaCapturePipelines

Associated Types

type Rep ListMediaCapturePipelinesResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "ListMediaCapturePipelinesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "mediaCapturePipelines") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MediaCapturePipeline])) :*: 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:nextToken:ListMediaCapturePipelines', listMediaCapturePipelinesResponse_nextToken - The token used to retrieve the next page of results.

$sel:mediaCapturePipelines:ListMediaCapturePipelinesResponse', listMediaCapturePipelinesResponse_mediaCapturePipelines - The media capture pipeline objects in the list.

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

UpdatePhoneNumberSettings

data UpdatePhoneNumberSettings Source #

See: newUpdatePhoneNumberSettings smart constructor.

Instances

Instances details
Eq UpdatePhoneNumberSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumberSettings

Show 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 #

NFData UpdatePhoneNumberSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumberSettings

Hashable UpdatePhoneNumberSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumberSettings

ToJSON UpdatePhoneNumberSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumberSettings

AWSRequest 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

type Rep UpdatePhoneNumberSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumberSettings

type Rep UpdatePhoneNumberSettings = D1 ('MetaData "UpdatePhoneNumberSettings" "Amazonka.Chime.UpdatePhoneNumberSettings" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "UpdatePhoneNumberSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "callingName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text))))
type AWSResponse UpdatePhoneNumberSettings Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumberSettings

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:

$sel:callingName:UpdatePhoneNumberSettings', updatePhoneNumberSettings_callingName - The default outbound calling name for the account.

data UpdatePhoneNumberSettingsResponse Source #

See: newUpdatePhoneNumberSettingsResponse smart constructor.

Instances

Instances details
Eq UpdatePhoneNumberSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumberSettings

Read UpdatePhoneNumberSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumberSettings

Show UpdatePhoneNumberSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumberSettings

Generic UpdatePhoneNumberSettingsResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdatePhoneNumberSettings

Associated Types

type Rep UpdatePhoneNumberSettingsResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

InviteUsers

data InviteUsers Source #

See: newInviteUsers smart constructor.

Instances

Instances details
Eq InviteUsers Source # 
Instance details

Defined in Amazonka.Chime.InviteUsers

Show InviteUsers Source # 
Instance details

Defined in Amazonka.Chime.InviteUsers

Generic InviteUsers Source # 
Instance details

Defined in Amazonka.Chime.InviteUsers

Associated Types

type Rep InviteUsers :: Type -> Type #

NFData InviteUsers Source # 
Instance details

Defined in Amazonka.Chime.InviteUsers

Methods

rnf :: InviteUsers -> () #

Hashable InviteUsers Source # 
Instance details

Defined in Amazonka.Chime.InviteUsers

ToJSON InviteUsers Source # 
Instance details

Defined in Amazonka.Chime.InviteUsers

AWSRequest InviteUsers Source # 
Instance details

Defined in Amazonka.Chime.InviteUsers

Associated Types

type AWSResponse 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

type Rep InviteUsers Source # 
Instance details

Defined in Amazonka.Chime.InviteUsers

type Rep InviteUsers = D1 ('MetaData "InviteUsers" "Amazonka.Chime.InviteUsers" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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]))))
type AWSResponse InviteUsers Source # 
Instance details

Defined in Amazonka.Chime.InviteUsers

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:

$sel:userType:InviteUsers', inviteUsers_userType - The user type.

$sel:accountId: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
Eq InviteUsersResponse Source # 
Instance details

Defined in Amazonka.Chime.InviteUsers

Show InviteUsersResponse Source # 
Instance details

Defined in Amazonka.Chime.InviteUsers

Generic InviteUsersResponse Source # 
Instance details

Defined in Amazonka.Chime.InviteUsers

Associated Types

type Rep InviteUsersResponse :: Type -> Type #

NFData InviteUsersResponse Source # 
Instance details

Defined in Amazonka.Chime.InviteUsers

Methods

rnf :: InviteUsersResponse -> () #

type Rep InviteUsersResponse Source # 
Instance details

Defined in Amazonka.Chime.InviteUsers

type Rep InviteUsersResponse = D1 ('MetaData "InviteUsersResponse" "Amazonka.Chime.InviteUsers" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

CreateRoom

data CreateRoom Source #

See: newCreateRoom smart constructor.

Instances

Instances details
Eq CreateRoom Source # 
Instance details

Defined in Amazonka.Chime.CreateRoom

Show CreateRoom Source # 
Instance details

Defined in Amazonka.Chime.CreateRoom

Generic CreateRoom Source # 
Instance details

Defined in Amazonka.Chime.CreateRoom

Associated Types

type Rep CreateRoom :: Type -> Type #

NFData CreateRoom Source # 
Instance details

Defined in Amazonka.Chime.CreateRoom

Methods

rnf :: CreateRoom -> () #

Hashable CreateRoom Source # 
Instance details

Defined in Amazonka.Chime.CreateRoom

ToJSON CreateRoom Source # 
Instance details

Defined in Amazonka.Chime.CreateRoom

AWSRequest CreateRoom Source # 
Instance details

Defined in Amazonka.Chime.CreateRoom

Associated Types

type AWSResponse 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

type Rep CreateRoom Source # 
Instance details

Defined in Amazonka.Chime.CreateRoom

type Rep CreateRoom = D1 ('MetaData "CreateRoom" "Amazonka.Chime.CreateRoom" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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)))))
type AWSResponse CreateRoom Source # 
Instance details

Defined in Amazonka.Chime.CreateRoom

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.

$sel:accountId:CreateRoom', createRoom_accountId - The Amazon Chime account ID.

$sel:name:CreateRoom', createRoom_name - The room name.

data CreateRoomResponse Source #

See: newCreateRoomResponse smart constructor.

Instances

Instances details
Eq CreateRoomResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateRoom

Show CreateRoomResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateRoom

Generic CreateRoomResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateRoom

Associated Types

type Rep CreateRoomResponse :: Type -> Type #

NFData CreateRoomResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateRoom

Methods

rnf :: CreateRoomResponse -> () #

type Rep CreateRoomResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateRoom

type Rep CreateRoomResponse = D1 ('MetaData "CreateRoomResponse" "Amazonka.Chime.CreateRoom" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

ListChannelModerators

data ListChannelModerators Source #

See: newListChannelModerators smart constructor.

Instances

Instances details
Eq ListChannelModerators Source # 
Instance details

Defined in Amazonka.Chime.ListChannelModerators

Show ListChannelModerators Source # 
Instance details

Defined in Amazonka.Chime.ListChannelModerators

Generic ListChannelModerators Source # 
Instance details

Defined in Amazonka.Chime.ListChannelModerators

Associated Types

type Rep ListChannelModerators :: Type -> Type #

NFData ListChannelModerators Source # 
Instance details

Defined in Amazonka.Chime.ListChannelModerators

Methods

rnf :: ListChannelModerators -> () #

Hashable ListChannelModerators Source # 
Instance details

Defined in Amazonka.Chime.ListChannelModerators

AWSRequest ListChannelModerators Source # 
Instance details

Defined in Amazonka.Chime.ListChannelModerators

Associated Types

type AWSResponse ListChannelModerators #

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

type Rep ListChannelModerators Source # 
Instance details

Defined in Amazonka.Chime.ListChannelModerators

type Rep ListChannelModerators = D1 ('MetaData "ListChannelModerators" "Amazonka.Chime.ListChannelModerators" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "ListChannelModerators'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "chimeBearer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "channelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListChannelModerators Source # 
Instance details

Defined in Amazonka.Chime.ListChannelModerators

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:nextToken:ListChannelModerators', listChannelModerators_nextToken - The token passed by previous API calls until all requested moderators are returned.

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

$sel:channelArn:ListChannelModerators', listChannelModerators_channelArn - The ARN of the channel.

data ListChannelModeratorsResponse Source #

See: newListChannelModeratorsResponse smart constructor.

Instances

Instances details
Eq ListChannelModeratorsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListChannelModerators

Show ListChannelModeratorsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListChannelModerators

Generic ListChannelModeratorsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListChannelModerators

Associated Types

type Rep ListChannelModeratorsResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "ListChannelModeratorsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "channelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))) :*: (S1 ('MetaSel ('Just "channelModerators") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ChannelModeratorSummary])) :*: 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:

$sel:channelArn:ListChannelModerators', listChannelModeratorsResponse_channelArn - The ARN of the channel.

$sel:nextToken:ListChannelModerators', listChannelModeratorsResponse_nextToken - The token passed by previous API calls until all requested moderators are returned.

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

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

GetVoiceConnector

data GetVoiceConnector Source #

See: newGetVoiceConnector smart constructor.

Constructors

GetVoiceConnector' Text 

Instances

Instances details
Eq GetVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnector

Read GetVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnector

Show GetVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnector

Generic GetVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnector

Associated Types

type Rep GetVoiceConnector :: Type -> Type #

NFData GetVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnector

Methods

rnf :: GetVoiceConnector -> () #

Hashable GetVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnector

AWSRequest GetVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnector

Associated Types

type AWSResponse GetVoiceConnector #

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

type Rep GetVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnector

type Rep GetVoiceConnector = D1 ('MetaData "GetVoiceConnector" "Amazonka.Chime.GetVoiceConnector" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "GetVoiceConnector'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnector

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:

$sel:voiceConnectorId:GetVoiceConnector', getVoiceConnector_voiceConnectorId - The Amazon Chime Voice Connector ID.

data GetVoiceConnectorResponse Source #

See: newGetVoiceConnectorResponse smart constructor.

Instances

Instances details
Eq GetVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnector

Read GetVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnector

Show GetVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnector

Generic GetVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.Chime.GetVoiceConnector

Associated Types

type Rep GetVoiceConnectorResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

DescribeChannel

data DescribeChannel Source #

See: newDescribeChannel smart constructor.

Instances

Instances details
Eq DescribeChannel Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannel

Read DescribeChannel Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannel

Show DescribeChannel Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannel

Generic DescribeChannel Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannel

Associated Types

type Rep DescribeChannel :: Type -> Type #

NFData DescribeChannel Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannel

Methods

rnf :: DescribeChannel -> () #

Hashable DescribeChannel Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannel

AWSRequest DescribeChannel Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannel

Associated Types

type AWSResponse DescribeChannel #

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

type Rep DescribeChannel Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannel

type Rep DescribeChannel = D1 ('MetaData "DescribeChannel" "Amazonka.Chime.DescribeChannel" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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)))
type AWSResponse DescribeChannel Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannel

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.

$sel:channelArn:DescribeChannel', describeChannel_channelArn - The ARN of the channel.

data DescribeChannelResponse Source #

See: newDescribeChannelResponse smart constructor.

Instances

Instances details
Eq DescribeChannelResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannel

Show DescribeChannelResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannel

Generic DescribeChannelResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannel

Associated Types

type Rep DescribeChannelResponse :: Type -> Type #

NFData DescribeChannelResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannel

Methods

rnf :: DescribeChannelResponse -> () #

type Rep DescribeChannelResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannel

type Rep DescribeChannelResponse = D1 ('MetaData "DescribeChannelResponse" "Amazonka.Chime.DescribeChannel" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

CreateVoiceConnectorGroup

data CreateVoiceConnectorGroup Source #

See: newCreateVoiceConnectorGroup smart constructor.

Instances

Instances details
Eq CreateVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.CreateVoiceConnectorGroup

Read CreateVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.CreateVoiceConnectorGroup

Show 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 #

NFData CreateVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.CreateVoiceConnectorGroup

Hashable CreateVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.CreateVoiceConnectorGroup

ToJSON CreateVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.CreateVoiceConnectorGroup

AWSRequest 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

type Rep CreateVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.CreateVoiceConnectorGroup

type Rep CreateVoiceConnectorGroup = D1 ('MetaData "CreateVoiceConnectorGroup" "Amazonka.Chime.CreateVoiceConnectorGroup" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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)))
type AWSResponse CreateVoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.CreateVoiceConnectorGroup

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:

$sel:voiceConnectorItems:CreateVoiceConnectorGroup', createVoiceConnectorGroup_voiceConnectorItems - The Amazon Chime Voice Connectors to route inbound calls to.

$sel:name:CreateVoiceConnectorGroup', createVoiceConnectorGroup_name - The name of the Amazon Chime Voice Connector group.

data CreateVoiceConnectorGroupResponse Source #

See: newCreateVoiceConnectorGroupResponse smart constructor.

Instances

Instances details
Eq CreateVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateVoiceConnectorGroup

Read CreateVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateVoiceConnectorGroup

Show CreateVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateVoiceConnectorGroup

Generic CreateVoiceConnectorGroupResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateVoiceConnectorGroup

Associated Types

type Rep CreateVoiceConnectorGroupResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

DeleteAppInstanceStreamingConfigurations

data DeleteAppInstanceStreamingConfigurations Source #

Instances

Instances details
Eq 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

Generic DeleteAppInstanceStreamingConfigurations Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceStreamingConfigurations

NFData DeleteAppInstanceStreamingConfigurations Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceStreamingConfigurations

Hashable DeleteAppInstanceStreamingConfigurations Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceStreamingConfigurations

AWSRequest DeleteAppInstanceStreamingConfigurations Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceStreamingConfigurations

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

type Rep DeleteAppInstanceStreamingConfigurations Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceStreamingConfigurations

type Rep DeleteAppInstanceStreamingConfigurations = D1 ('MetaData "DeleteAppInstanceStreamingConfigurations" "Amazonka.Chime.DeleteAppInstanceStreamingConfigurations" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "DeleteAppInstanceStreamingConfigurations'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteAppInstanceStreamingConfigurations Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceStreamingConfigurations

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:

$sel:appInstanceArn:DeleteAppInstanceStreamingConfigurations', deleteAppInstanceStreamingConfigurations_appInstanceArn - The ARN of the streaming configurations being deleted.

data DeleteAppInstanceStreamingConfigurationsResponse Source #

Instances

Instances details
Eq 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

Generic DeleteAppInstanceStreamingConfigurationsResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceStreamingConfigurations

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "DeleteAppInstanceStreamingConfigurationsResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

ListRooms

data ListRooms Source #

See: newListRooms smart constructor.

Instances

Instances details
Eq ListRooms Source # 
Instance details

Defined in Amazonka.Chime.ListRooms

Read ListRooms Source # 
Instance details

Defined in Amazonka.Chime.ListRooms

Show ListRooms Source # 
Instance details

Defined in Amazonka.Chime.ListRooms

Generic ListRooms Source # 
Instance details

Defined in Amazonka.Chime.ListRooms

Associated Types

type Rep ListRooms :: Type -> Type #

NFData ListRooms Source # 
Instance details

Defined in Amazonka.Chime.ListRooms

Methods

rnf :: ListRooms -> () #

Hashable ListRooms Source # 
Instance details

Defined in Amazonka.Chime.ListRooms

AWSRequest ListRooms Source # 
Instance details

Defined in Amazonka.Chime.ListRooms

Associated Types

type AWSResponse ListRooms #

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

type Rep ListRooms Source # 
Instance details

Defined in Amazonka.Chime.ListRooms

type Rep ListRooms = D1 ('MetaData "ListRooms" "Amazonka.Chime.ListRooms" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "ListRooms'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "memberId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListRooms Source # 
Instance details

Defined in Amazonka.Chime.ListRooms

newListRooms Source #

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:memberId:ListRooms', listRooms_memberId - The member ID (user ID or bot ID).

$sel:nextToken:ListRooms', listRooms_nextToken - The token to use to retrieve the next page of results.

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

$sel:accountId:ListRooms', listRooms_accountId - The Amazon Chime account ID.

data ListRoomsResponse Source #

See: newListRoomsResponse smart constructor.

Instances

Instances details
Eq ListRoomsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListRooms

Show ListRoomsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListRooms

Generic ListRoomsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListRooms

Associated Types

type Rep ListRoomsResponse :: Type -> Type #

NFData ListRoomsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListRooms

Methods

rnf :: ListRoomsResponse -> () #

type Rep ListRoomsResponse Source # 
Instance details

Defined in Amazonka.Chime.ListRooms

type Rep ListRoomsResponse = D1 ('MetaData "ListRoomsResponse" "Amazonka.Chime.ListRooms" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "ListRoomsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "rooms") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Room])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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:

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

$sel:nextToken:ListRooms', listRoomsResponse_nextToken - The token to use to retrieve the next page of results.

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

BatchCreateAttendee

data BatchCreateAttendee Source #

See: newBatchCreateAttendee smart constructor.

Instances

Instances details
Eq BatchCreateAttendee Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateAttendee

Show BatchCreateAttendee Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateAttendee

Generic BatchCreateAttendee Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateAttendee

Associated Types

type Rep BatchCreateAttendee :: Type -> Type #

NFData BatchCreateAttendee Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateAttendee

Methods

rnf :: BatchCreateAttendee -> () #

Hashable BatchCreateAttendee Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateAttendee

ToJSON BatchCreateAttendee Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateAttendee

AWSRequest BatchCreateAttendee Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateAttendee

Associated Types

type AWSResponse 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

type Rep BatchCreateAttendee Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateAttendee

type Rep BatchCreateAttendee = D1 ('MetaData "BatchCreateAttendee" "Amazonka.Chime.BatchCreateAttendee" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "BatchCreateAttendee'" 'PrefixI 'True) (S1 ('MetaSel ('Just "meetingId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "attendees") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [CreateAttendeeRequestItem])))
type AWSResponse BatchCreateAttendee Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateAttendee

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:

$sel:meetingId:BatchCreateAttendee', batchCreateAttendee_meetingId - The Amazon Chime SDK meeting ID.

$sel:attendees:BatchCreateAttendee', batchCreateAttendee_attendees - The request containing the attendees to create.

data BatchCreateAttendeeResponse Source #

See: newBatchCreateAttendeeResponse smart constructor.

Instances

Instances details
Eq BatchCreateAttendeeResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateAttendee

Show BatchCreateAttendeeResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateAttendee

Generic BatchCreateAttendeeResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateAttendee

Associated Types

type Rep BatchCreateAttendeeResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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:

$sel:attendees: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.

DeleteAppInstanceAdmin

data DeleteAppInstanceAdmin Source #

See: newDeleteAppInstanceAdmin smart constructor.

Instances

Instances details
Eq DeleteAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceAdmin

Read DeleteAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceAdmin

Show DeleteAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceAdmin

Generic DeleteAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceAdmin

Associated Types

type Rep DeleteAppInstanceAdmin :: Type -> Type #

NFData DeleteAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceAdmin

Methods

rnf :: DeleteAppInstanceAdmin -> () #

Hashable DeleteAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceAdmin

AWSRequest DeleteAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceAdmin

Associated Types

type AWSResponse DeleteAppInstanceAdmin #

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

type Rep DeleteAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceAdmin

type Rep DeleteAppInstanceAdmin = D1 ('MetaData "DeleteAppInstanceAdmin" "Amazonka.Chime.DeleteAppInstanceAdmin" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "DeleteAppInstanceAdmin'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appInstanceAdminArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "appInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceAdmin

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.

$sel:appInstanceArn:DeleteAppInstanceAdmin', deleteAppInstanceAdmin_appInstanceArn - The ARN of the AppInstance.

data DeleteAppInstanceAdminResponse Source #

See: newDeleteAppInstanceAdminResponse smart constructor.

Instances

Instances details
Eq DeleteAppInstanceAdminResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceAdmin

Read DeleteAppInstanceAdminResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceAdmin

Show DeleteAppInstanceAdminResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceAdmin

Generic DeleteAppInstanceAdminResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstanceAdmin

Associated Types

type Rep DeleteAppInstanceAdminResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

PutAppInstanceStreamingConfigurations

data PutAppInstanceStreamingConfigurations Source #

Instances

Instances details
Eq PutAppInstanceStreamingConfigurations Source # 
Instance details

Defined in Amazonka.Chime.PutAppInstanceStreamingConfigurations

Show PutAppInstanceStreamingConfigurations Source # 
Instance details

Defined in Amazonka.Chime.PutAppInstanceStreamingConfigurations

Generic PutAppInstanceStreamingConfigurations Source # 
Instance details

Defined in Amazonka.Chime.PutAppInstanceStreamingConfigurations

NFData PutAppInstanceStreamingConfigurations Source # 
Instance details

Defined in Amazonka.Chime.PutAppInstanceStreamingConfigurations

Hashable PutAppInstanceStreamingConfigurations Source # 
Instance details

Defined in Amazonka.Chime.PutAppInstanceStreamingConfigurations

ToJSON PutAppInstanceStreamingConfigurations Source # 
Instance details

Defined in Amazonka.Chime.PutAppInstanceStreamingConfigurations

AWSRequest 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

type Rep PutAppInstanceStreamingConfigurations Source # 
Instance details

Defined in Amazonka.Chime.PutAppInstanceStreamingConfigurations

type Rep PutAppInstanceStreamingConfigurations = D1 ('MetaData "PutAppInstanceStreamingConfigurations" "Amazonka.Chime.PutAppInstanceStreamingConfigurations" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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))))
type AWSResponse PutAppInstanceStreamingConfigurations Source # 
Instance details

Defined in Amazonka.Chime.PutAppInstanceStreamingConfigurations

data PutAppInstanceStreamingConfigurationsResponse Source #

Instances

Instances details
Eq PutAppInstanceStreamingConfigurationsResponse Source # 
Instance details

Defined in Amazonka.Chime.PutAppInstanceStreamingConfigurations

Show PutAppInstanceStreamingConfigurationsResponse Source # 
Instance details

Defined in Amazonka.Chime.PutAppInstanceStreamingConfigurations

Generic PutAppInstanceStreamingConfigurationsResponse Source # 
Instance details

Defined in Amazonka.Chime.PutAppInstanceStreamingConfigurations

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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)))

RegenerateSecurityToken

data RegenerateSecurityToken Source #

See: newRegenerateSecurityToken smart constructor.

Instances

Instances details
Eq RegenerateSecurityToken Source # 
Instance details

Defined in Amazonka.Chime.RegenerateSecurityToken

Read RegenerateSecurityToken Source # 
Instance details

Defined in Amazonka.Chime.RegenerateSecurityToken

Show 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 #

NFData RegenerateSecurityToken Source # 
Instance details

Defined in Amazonka.Chime.RegenerateSecurityToken

Methods

rnf :: RegenerateSecurityToken -> () #

Hashable RegenerateSecurityToken Source # 
Instance details

Defined in Amazonka.Chime.RegenerateSecurityToken

ToJSON RegenerateSecurityToken Source # 
Instance details

Defined in Amazonka.Chime.RegenerateSecurityToken

AWSRequest 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

type Rep RegenerateSecurityToken Source # 
Instance details

Defined in Amazonka.Chime.RegenerateSecurityToken

type Rep RegenerateSecurityToken = D1 ('MetaData "RegenerateSecurityToken" "Amazonka.Chime.RegenerateSecurityToken" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "RegenerateSecurityToken'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "botId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse RegenerateSecurityToken Source # 
Instance details

Defined in Amazonka.Chime.RegenerateSecurityToken

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:

$sel:accountId:RegenerateSecurityToken', regenerateSecurityToken_accountId - The Amazon Chime account ID.

$sel:botId:RegenerateSecurityToken', regenerateSecurityToken_botId - The bot ID.

data RegenerateSecurityTokenResponse Source #

See: newRegenerateSecurityTokenResponse smart constructor.

Instances

Instances details
Eq RegenerateSecurityTokenResponse Source # 
Instance details

Defined in Amazonka.Chime.RegenerateSecurityToken

Show RegenerateSecurityTokenResponse Source # 
Instance details

Defined in Amazonka.Chime.RegenerateSecurityToken

Generic RegenerateSecurityTokenResponse Source # 
Instance details

Defined in Amazonka.Chime.RegenerateSecurityToken

Associated Types

type Rep RegenerateSecurityTokenResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

DeleteChannelMessage

data DeleteChannelMessage Source #

See: newDeleteChannelMessage smart constructor.

Instances

Instances details
Eq DeleteChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelMessage

Read DeleteChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelMessage

Show DeleteChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelMessage

Generic DeleteChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelMessage

Associated Types

type Rep DeleteChannelMessage :: Type -> Type #

NFData DeleteChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelMessage

Methods

rnf :: DeleteChannelMessage -> () #

Hashable DeleteChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelMessage

AWSRequest DeleteChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelMessage

Associated Types

type AWSResponse DeleteChannelMessage #

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

type Rep DeleteChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelMessage

type Rep DeleteChannelMessage = D1 ('MetaData "DeleteChannelMessage" "Amazonka.Chime.DeleteChannelMessage" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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))))
type AWSResponse DeleteChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelMessage

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.

$sel:channelArn:DeleteChannelMessage', deleteChannelMessage_channelArn - The ARN of the channel.

$sel:messageId:DeleteChannelMessage', deleteChannelMessage_messageId - The ID of the message being deleted.

data DeleteChannelMessageResponse Source #

See: newDeleteChannelMessageResponse smart constructor.

Instances

Instances details
Eq DeleteChannelMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelMessage

Read DeleteChannelMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelMessage

Show DeleteChannelMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelMessage

Generic DeleteChannelMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannelMessage

Associated Types

type Rep DeleteChannelMessageResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

UpdateChannelMessage

data UpdateChannelMessage Source #

See: newUpdateChannelMessage smart constructor.

Instances

Instances details
Eq UpdateChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannelMessage

Show UpdateChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannelMessage

Generic UpdateChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannelMessage

Associated Types

type Rep UpdateChannelMessage :: Type -> Type #

NFData UpdateChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannelMessage

Methods

rnf :: UpdateChannelMessage -> () #

Hashable UpdateChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannelMessage

ToJSON UpdateChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannelMessage

AWSRequest UpdateChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannelMessage

Associated Types

type AWSResponse 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

type Rep UpdateChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannelMessage

type Rep UpdateChannelMessage = D1 ('MetaData "UpdateChannelMessage" "Amazonka.Chime.UpdateChannelMessage" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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)))))
type AWSResponse UpdateChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannelMessage

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.

$sel:content:UpdateChannelMessage', updateChannelMessage_content - The content of the message being updated.

$sel:metadata:UpdateChannelMessage', updateChannelMessage_metadata - The metadata of the message being updated.

$sel:channelArn:UpdateChannelMessage', updateChannelMessage_channelArn - The ARN of the channel.

$sel:messageId:UpdateChannelMessage', updateChannelMessage_messageId - The ID string of the message being updated.

data UpdateChannelMessageResponse Source #

See: newUpdateChannelMessageResponse smart constructor.

Instances

Instances details
Eq UpdateChannelMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannelMessage

Read UpdateChannelMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannelMessage

Show UpdateChannelMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannelMessage

Generic UpdateChannelMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateChannelMessage

Associated Types

type Rep UpdateChannelMessageResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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:

$sel:channelArn:UpdateChannelMessage', updateChannelMessageResponse_channelArn - The ARN of the channel.

$sel:messageId:UpdateChannelMessage', updateChannelMessageResponse_messageId - The ID string of the message being updated.

$sel:httpStatus:UpdateChannelMessageResponse', updateChannelMessageResponse_httpStatus - The response's http status code.

DeleteAppInstance

data DeleteAppInstance Source #

See: newDeleteAppInstance smart constructor.

Constructors

DeleteAppInstance' Text 

Instances

Instances details
Eq DeleteAppInstance Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstance

Read DeleteAppInstance Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstance

Show DeleteAppInstance Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstance

Generic DeleteAppInstance Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstance

Associated Types

type Rep DeleteAppInstance :: Type -> Type #

NFData DeleteAppInstance Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstance

Methods

rnf :: DeleteAppInstance -> () #

Hashable DeleteAppInstance Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstance

AWSRequest DeleteAppInstance Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstance

Associated Types

type AWSResponse DeleteAppInstance #

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

type Rep DeleteAppInstance Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstance

type Rep DeleteAppInstance = D1 ('MetaData "DeleteAppInstance" "Amazonka.Chime.DeleteAppInstance" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "DeleteAppInstance'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteAppInstance Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstance

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:

$sel:appInstanceArn:DeleteAppInstance', deleteAppInstance_appInstanceArn - The ARN of the AppInstance.

data DeleteAppInstanceResponse Source #

See: newDeleteAppInstanceResponse smart constructor.

Instances

Instances details
Eq DeleteAppInstanceResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstance

Read DeleteAppInstanceResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstance

Show DeleteAppInstanceResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstance

Generic DeleteAppInstanceResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteAppInstance

Associated Types

type Rep DeleteAppInstanceResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

UpdateAppInstance

data UpdateAppInstance Source #

See: newUpdateAppInstance smart constructor.

Instances

Instances details
Eq UpdateAppInstance Source # 
Instance details

Defined in Amazonka.Chime.UpdateAppInstance

Show UpdateAppInstance Source # 
Instance details

Defined in Amazonka.Chime.UpdateAppInstance

Generic UpdateAppInstance Source # 
Instance details

Defined in Amazonka.Chime.UpdateAppInstance

Associated Types

type Rep UpdateAppInstance :: Type -> Type #

NFData UpdateAppInstance Source # 
Instance details

Defined in Amazonka.Chime.UpdateAppInstance

Methods

rnf :: UpdateAppInstance -> () #

Hashable UpdateAppInstance Source # 
Instance details

Defined in Amazonka.Chime.UpdateAppInstance

ToJSON UpdateAppInstance Source # 
Instance details

Defined in Amazonka.Chime.UpdateAppInstance

AWSRequest UpdateAppInstance Source # 
Instance details

Defined in Amazonka.Chime.UpdateAppInstance

Associated Types

type AWSResponse 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

type Rep UpdateAppInstance Source # 
Instance details

Defined in Amazonka.Chime.UpdateAppInstance

type Rep UpdateAppInstance = D1 ('MetaData "UpdateAppInstance" "Amazonka.Chime.UpdateAppInstance" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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)))))
type AWSResponse UpdateAppInstance Source # 
Instance details

Defined in Amazonka.Chime.UpdateAppInstance

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:

$sel:metadata:UpdateAppInstance', updateAppInstance_metadata - The metadata that you want to change.

$sel:appInstanceArn:UpdateAppInstance', updateAppInstance_appInstanceArn - The ARN of the AppInstance.

$sel:name:UpdateAppInstance', updateAppInstance_name - The name that you want to change.

data UpdateAppInstanceResponse Source #

See: newUpdateAppInstanceResponse smart constructor.

Instances

Instances details
Eq UpdateAppInstanceResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateAppInstance

Read UpdateAppInstanceResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateAppInstance

Show UpdateAppInstanceResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateAppInstance

Generic UpdateAppInstanceResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateAppInstance

Associated Types

type Rep UpdateAppInstanceResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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:

$sel:appInstanceArn:UpdateAppInstance', updateAppInstanceResponse_appInstanceArn - The ARN of the AppInstance.

$sel:httpStatus:UpdateAppInstanceResponse', updateAppInstanceResponse_httpStatus - The response's http status code.

CreateVoiceConnector

data CreateVoiceConnector Source #

See: newCreateVoiceConnector smart constructor.

Instances

Instances details
Eq CreateVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.CreateVoiceConnector

Read CreateVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.CreateVoiceConnector

Show CreateVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.CreateVoiceConnector

Generic CreateVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.CreateVoiceConnector

Associated Types

type Rep CreateVoiceConnector :: Type -> Type #

NFData CreateVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.CreateVoiceConnector

Methods

rnf :: CreateVoiceConnector -> () #

Hashable CreateVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.CreateVoiceConnector

ToJSON CreateVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.CreateVoiceConnector

AWSRequest CreateVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.CreateVoiceConnector

Associated Types

type AWSResponse 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

type Rep CreateVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.CreateVoiceConnector

type Rep CreateVoiceConnector = D1 ('MetaData "CreateVoiceConnector" "Amazonka.Chime.CreateVoiceConnector" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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))))
type AWSResponse CreateVoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.CreateVoiceConnector

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:

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

$sel:name:CreateVoiceConnector', createVoiceConnector_name - The name of the Amazon Chime Voice Connector.

$sel:requireEncryption:CreateVoiceConnector', createVoiceConnector_requireEncryption - When enabled, requires encryption for the Amazon Chime Voice Connector.

data CreateVoiceConnectorResponse Source #

See: newCreateVoiceConnectorResponse smart constructor.

Instances

Instances details
Eq CreateVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateVoiceConnector

Read CreateVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateVoiceConnector

Show CreateVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateVoiceConnector

Generic CreateVoiceConnectorResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateVoiceConnector

Associated Types

type Rep CreateVoiceConnectorResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

ListChannelMessages

data ListChannelMessages Source #

See: newListChannelMessages smart constructor.

Instances

Instances details
Eq ListChannelMessages Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMessages

Show ListChannelMessages Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMessages

Generic ListChannelMessages Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMessages

Associated Types

type Rep ListChannelMessages :: Type -> Type #

NFData ListChannelMessages Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMessages

Methods

rnf :: ListChannelMessages -> () #

Hashable ListChannelMessages Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMessages

AWSRequest ListChannelMessages Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMessages

Associated Types

type AWSResponse ListChannelMessages #

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

type Rep ListChannelMessages Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMessages

type AWSResponse 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:nextToken:ListChannelMessages', listChannelMessages_nextToken - The token passed by previous API calls until all requested messages are returned.

$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.

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

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

$sel:channelArn:ListChannelMessages', listChannelMessages_channelArn - The ARN of the channel.

data ListChannelMessagesResponse Source #

See: newListChannelMessagesResponse smart constructor.

Instances

Instances details
Eq ListChannelMessagesResponse Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMessages

Show ListChannelMessagesResponse Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMessages

Generic ListChannelMessagesResponse Source # 
Instance details

Defined in Amazonka.Chime.ListChannelMessages

Associated Types

type Rep ListChannelMessagesResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "ListChannelMessagesResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "channelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))) :*: (S1 ('MetaSel ('Just "channelMessages") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ChannelMessageSummary])) :*: 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:

$sel:channelArn:ListChannelMessages', listChannelMessagesResponse_channelArn - The ARN of the channel containing the requested messages.

$sel:nextToken:ListChannelMessages', listChannelMessagesResponse_nextToken - The token passed by previous API calls until all requested messages are returned.

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

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

RedactRoomMessage

data RedactRoomMessage Source #

See: newRedactRoomMessage smart constructor.

Instances

Instances details
Eq RedactRoomMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactRoomMessage

Read RedactRoomMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactRoomMessage

Show RedactRoomMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactRoomMessage

Generic RedactRoomMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactRoomMessage

Associated Types

type Rep RedactRoomMessage :: Type -> Type #

NFData RedactRoomMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactRoomMessage

Methods

rnf :: RedactRoomMessage -> () #

Hashable RedactRoomMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactRoomMessage

ToJSON RedactRoomMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactRoomMessage

AWSRequest RedactRoomMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactRoomMessage

Associated Types

type AWSResponse 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

type Rep RedactRoomMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactRoomMessage

type Rep RedactRoomMessage = D1 ('MetaData "RedactRoomMessage" "Amazonka.Chime.RedactRoomMessage" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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))))
type AWSResponse RedactRoomMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactRoomMessage

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:

$sel:accountId:RedactRoomMessage', redactRoomMessage_accountId - The Amazon Chime account ID.

$sel:roomId:RedactRoomMessage', redactRoomMessage_roomId - The room ID.

$sel:messageId:RedactRoomMessage', redactRoomMessage_messageId - The message ID.

data RedactRoomMessageResponse Source #

See: newRedactRoomMessageResponse smart constructor.

Instances

Instances details
Eq RedactRoomMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.RedactRoomMessage

Read RedactRoomMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.RedactRoomMessage

Show RedactRoomMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.RedactRoomMessage

Generic RedactRoomMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.RedactRoomMessage

Associated Types

type Rep RedactRoomMessageResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

GetRoom

data GetRoom Source #

See: newGetRoom smart constructor.

Constructors

GetRoom' Text Text 

Instances

Instances details
Eq GetRoom Source # 
Instance details

Defined in Amazonka.Chime.GetRoom

Methods

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

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

Read GetRoom Source # 
Instance details

Defined in Amazonka.Chime.GetRoom

Show GetRoom Source # 
Instance details

Defined in Amazonka.Chime.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 #

NFData GetRoom Source # 
Instance details

Defined in Amazonka.Chime.GetRoom

Methods

rnf :: GetRoom -> () #

Hashable GetRoom Source # 
Instance details

Defined in Amazonka.Chime.GetRoom

Methods

hashWithSalt :: Int -> GetRoom -> Int #

hash :: GetRoom -> Int #

AWSRequest GetRoom Source # 
Instance details

Defined in Amazonka.Chime.GetRoom

Associated Types

type AWSResponse GetRoom #

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

type Rep GetRoom Source # 
Instance details

Defined in Amazonka.Chime.GetRoom

type Rep GetRoom = D1 ('MetaData "GetRoom" "Amazonka.Chime.GetRoom" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "GetRoom'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "roomId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetRoom Source # 
Instance details

Defined in Amazonka.Chime.GetRoom

newGetRoom Source #

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:

$sel:accountId:GetRoom', getRoom_accountId - The Amazon Chime account ID.

$sel:roomId:GetRoom', getRoom_roomId - The room ID.

data GetRoomResponse Source #

See: newGetRoomResponse smart constructor.

Constructors

GetRoomResponse' (Maybe Room) Int 

Instances

Instances details
Eq GetRoomResponse Source # 
Instance details

Defined in Amazonka.Chime.GetRoom

Show GetRoomResponse Source # 
Instance details

Defined in Amazonka.Chime.GetRoom

Generic GetRoomResponse Source # 
Instance details

Defined in Amazonka.Chime.GetRoom

Associated Types

type Rep GetRoomResponse :: Type -> Type #

NFData GetRoomResponse Source # 
Instance details

Defined in Amazonka.Chime.GetRoom

Methods

rnf :: GetRoomResponse -> () #

type Rep GetRoomResponse Source # 
Instance details

Defined in Amazonka.Chime.GetRoom

type Rep GetRoomResponse = D1 ('MetaData "GetRoomResponse" "Amazonka.Chime.GetRoom" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

CreateRoomMembership

data CreateRoomMembership Source #

See: newCreateRoomMembership smart constructor.

Instances

Instances details
Eq CreateRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.CreateRoomMembership

Read CreateRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.CreateRoomMembership

Show CreateRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.CreateRoomMembership

Generic CreateRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.CreateRoomMembership

Associated Types

type Rep CreateRoomMembership :: Type -> Type #

NFData CreateRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.CreateRoomMembership

Methods

rnf :: CreateRoomMembership -> () #

Hashable CreateRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.CreateRoomMembership

ToJSON CreateRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.CreateRoomMembership

AWSRequest CreateRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.CreateRoomMembership

Associated Types

type AWSResponse 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

type Rep CreateRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.CreateRoomMembership

type Rep CreateRoomMembership = D1 ('MetaData "CreateRoomMembership" "Amazonka.Chime.CreateRoomMembership" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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))))
type AWSResponse CreateRoomMembership Source # 
Instance details

Defined in Amazonka.Chime.CreateRoomMembership

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:

$sel:role':CreateRoomMembership', createRoomMembership_role - The role of the member.

$sel:accountId:CreateRoomMembership', createRoomMembership_accountId - The Amazon Chime account ID.

$sel:roomId:CreateRoomMembership', createRoomMembership_roomId - The room ID.

$sel:memberId:CreateRoomMembership', createRoomMembership_memberId - The Amazon Chime member ID (user ID or bot ID).

data CreateRoomMembershipResponse Source #

See: newCreateRoomMembershipResponse smart constructor.

Instances

Instances details
Eq CreateRoomMembershipResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateRoomMembership

Show CreateRoomMembershipResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateRoomMembership

Generic CreateRoomMembershipResponse Source # 
Instance details

Defined in Amazonka.Chime.CreateRoomMembership

Associated Types

type Rep CreateRoomMembershipResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

BatchCreateChannelMembership

data BatchCreateChannelMembership Source #

See: newBatchCreateChannelMembership smart constructor.

Instances

Instances details
Eq BatchCreateChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateChannelMembership

Read BatchCreateChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateChannelMembership

Show 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 #

NFData BatchCreateChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateChannelMembership

Hashable BatchCreateChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateChannelMembership

ToJSON BatchCreateChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateChannelMembership

AWSRequest 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

type Rep BatchCreateChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateChannelMembership

type Rep BatchCreateChannelMembership = D1 ('MetaData "BatchCreateChannelMembership" "Amazonka.Chime.BatchCreateChannelMembership" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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)))))
type AWSResponse BatchCreateChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateChannelMembership

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.

$sel:type':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.

$sel:channelArn: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
Eq BatchCreateChannelMembershipResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateChannelMembership

Show BatchCreateChannelMembershipResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateChannelMembership

Generic BatchCreateChannelMembershipResponse Source # 
Instance details

Defined in Amazonka.Chime.BatchCreateChannelMembership

NFData 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "BatchCreateChannelMembershipResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BatchCreateChannelMembershipError])) :*: (S1 ('MetaSel ('Just "batchChannelMemberships") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BatchChannelMemberships)) :*: 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: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:batchChannelMemberships:BatchCreateChannelMembershipResponse', batchCreateChannelMembershipResponse_batchChannelMemberships - The list of channel memberships in the response.

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

Types

AccountStatus

newtype AccountStatus Source #

Constructors

AccountStatus' 

Instances

Instances details
Eq AccountStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountStatus

Ord AccountStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountStatus

Read AccountStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountStatus

Show AccountStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountStatus

Generic AccountStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountStatus

Associated Types

type Rep AccountStatus :: Type -> Type #

NFData AccountStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountStatus

Methods

rnf :: AccountStatus -> () #

Hashable 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

FromJSON AccountStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountStatus

FromJSONKey AccountStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountStatus

ToLog AccountStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountStatus

ToHeader AccountStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountStatus

ToQuery AccountStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountStatus

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 #

ToByteString 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 #

type Rep AccountStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountStatus

type Rep AccountStatus = D1 ('MetaData "AccountStatus" "Amazonka.Chime.Types.AccountStatus" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'True) (C1 ('MetaCons "AccountStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAccountStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AccountType

newtype AccountType Source #

Constructors

AccountType' 

Instances

Instances details
Eq AccountType Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountType

Ord AccountType Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountType

Read AccountType Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountType

Show AccountType Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountType

Generic AccountType Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountType

Associated Types

type Rep AccountType :: Type -> Type #

NFData AccountType Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountType

Methods

rnf :: AccountType -> () #

Hashable 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

FromJSON AccountType Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountType

FromJSONKey AccountType Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountType

ToLog AccountType Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountType

ToHeader AccountType Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountType

ToQuery AccountType Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountType

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 #

ToByteString 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 #

type Rep AccountType Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountType

type Rep AccountType = D1 ('MetaData "AccountType" "Amazonka.Chime.Types.AccountType" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'True) (C1 ('MetaCons "AccountType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAccountType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AppInstanceDataType

newtype AppInstanceDataType Source #

Instances

Instances details
Eq AppInstanceDataType Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceDataType

Ord AppInstanceDataType Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceDataType

Read AppInstanceDataType Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceDataType

Show 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 #

NFData AppInstanceDataType Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceDataType

Methods

rnf :: AppInstanceDataType -> () #

Hashable 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

FromJSON AppInstanceDataType Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceDataType

FromJSONKey AppInstanceDataType Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceDataType

ToLog AppInstanceDataType Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceDataType

ToHeader AppInstanceDataType Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceDataType

ToQuery 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

ToByteString 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

type Rep AppInstanceDataType Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceDataType

type Rep AppInstanceDataType = D1 ('MetaData "AppInstanceDataType" "Amazonka.Chime.Types.AppInstanceDataType" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'True) (C1 ('MetaCons "AppInstanceDataType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAppInstanceDataType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ArtifactsState

newtype ArtifactsState Source #

Constructors

ArtifactsState' 

Instances

Instances details
Eq ArtifactsState Source # 
Instance details

Defined in Amazonka.Chime.Types.ArtifactsState

Ord ArtifactsState Source # 
Instance details

Defined in Amazonka.Chime.Types.ArtifactsState

Read ArtifactsState Source # 
Instance details

Defined in Amazonka.Chime.Types.ArtifactsState

Show ArtifactsState Source # 
Instance details

Defined in Amazonka.Chime.Types.ArtifactsState

Generic ArtifactsState Source # 
Instance details

Defined in Amazonka.Chime.Types.ArtifactsState

Associated Types

type Rep ArtifactsState :: Type -> Type #

NFData ArtifactsState Source # 
Instance details

Defined in Amazonka.Chime.Types.ArtifactsState

Methods

rnf :: ArtifactsState -> () #

Hashable 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

FromJSON ArtifactsState Source # 
Instance details

Defined in Amazonka.Chime.Types.ArtifactsState

FromJSONKey ArtifactsState Source # 
Instance details

Defined in Amazonka.Chime.Types.ArtifactsState

ToLog ArtifactsState Source # 
Instance details

Defined in Amazonka.Chime.Types.ArtifactsState

ToHeader ArtifactsState Source # 
Instance details

Defined in Amazonka.Chime.Types.ArtifactsState

ToQuery 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 #

ToByteString 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

type Rep ArtifactsState Source # 
Instance details

Defined in Amazonka.Chime.Types.ArtifactsState

type Rep ArtifactsState = D1 ('MetaData "ArtifactsState" "Amazonka.Chime.Types.ArtifactsState" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'True) (C1 ('MetaCons "ArtifactsState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromArtifactsState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AudioMuxType

newtype AudioMuxType Source #

Constructors

AudioMuxType' 

Instances

Instances details
Eq AudioMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.AudioMuxType

Ord AudioMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.AudioMuxType

Read AudioMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.AudioMuxType

Show AudioMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.AudioMuxType

Generic AudioMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.AudioMuxType

Associated Types

type Rep AudioMuxType :: Type -> Type #

NFData AudioMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.AudioMuxType

Methods

rnf :: AudioMuxType -> () #

Hashable 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

FromJSON AudioMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.AudioMuxType

FromJSONKey AudioMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.AudioMuxType

ToLog AudioMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.AudioMuxType

ToHeader AudioMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.AudioMuxType

ToQuery AudioMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.AudioMuxType

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 #

ToByteString 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 #

type Rep AudioMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.AudioMuxType

type Rep AudioMuxType = D1 ('MetaData "AudioMuxType" "Amazonka.Chime.Types.AudioMuxType" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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
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

Read BotType Source # 
Instance details

Defined in Amazonka.Chime.Types.BotType

Show BotType Source # 
Instance details

Defined in Amazonka.Chime.Types.BotType

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 #

NFData BotType Source # 
Instance details

Defined in Amazonka.Chime.Types.BotType

Methods

rnf :: BotType -> () #

Hashable BotType Source # 
Instance details

Defined in Amazonka.Chime.Types.BotType

Methods

hashWithSalt :: Int -> BotType -> Int #

hash :: BotType -> Int #

ToJSON BotType Source # 
Instance details

Defined in Amazonka.Chime.Types.BotType

ToJSONKey BotType Source # 
Instance details

Defined in Amazonka.Chime.Types.BotType

FromJSON BotType Source # 
Instance details

Defined in Amazonka.Chime.Types.BotType

FromJSONKey BotType Source # 
Instance details

Defined in Amazonka.Chime.Types.BotType

ToLog BotType Source # 
Instance details

Defined in Amazonka.Chime.Types.BotType

ToHeader BotType Source # 
Instance details

Defined in Amazonka.Chime.Types.BotType

Methods

toHeader :: HeaderName -> BotType -> [Header] #

ToQuery BotType Source # 
Instance details

Defined in Amazonka.Chime.Types.BotType

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 #

ToByteString BotType Source # 
Instance details

Defined in Amazonka.Chime.Types.BotType

Methods

toBS :: BotType -> ByteString #

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 #

type Rep BotType Source # 
Instance details

Defined in Amazonka.Chime.Types.BotType

type Rep BotType = D1 ('MetaData "BotType" "Amazonka.Chime.Types.BotType" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'True) (C1 ('MetaCons "BotType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromBotType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CallingNameStatus

newtype CallingNameStatus Source #

Instances

Instances details
Eq CallingNameStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.CallingNameStatus

Ord CallingNameStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.CallingNameStatus

Read CallingNameStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.CallingNameStatus

Show 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 #

NFData CallingNameStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.CallingNameStatus

Methods

rnf :: CallingNameStatus -> () #

Hashable 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

FromJSON CallingNameStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.CallingNameStatus

FromJSONKey CallingNameStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.CallingNameStatus

ToLog CallingNameStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.CallingNameStatus

ToHeader CallingNameStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.CallingNameStatus

ToQuery 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

ToByteString 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

type Rep CallingNameStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.CallingNameStatus

type Rep CallingNameStatus = D1 ('MetaData "CallingNameStatus" "Amazonka.Chime.Types.CallingNameStatus" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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
Eq Capability Source # 
Instance details

Defined in Amazonka.Chime.Types.Capability

Ord Capability Source # 
Instance details

Defined in Amazonka.Chime.Types.Capability

Read Capability Source # 
Instance details

Defined in Amazonka.Chime.Types.Capability

Show Capability Source # 
Instance details

Defined in Amazonka.Chime.Types.Capability

Generic Capability Source # 
Instance details

Defined in Amazonka.Chime.Types.Capability

Associated Types

type Rep Capability :: Type -> Type #

NFData Capability Source # 
Instance details

Defined in Amazonka.Chime.Types.Capability

Methods

rnf :: Capability -> () #

Hashable 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

FromJSON Capability Source # 
Instance details

Defined in Amazonka.Chime.Types.Capability

FromJSONKey Capability Source # 
Instance details

Defined in Amazonka.Chime.Types.Capability

ToLog Capability Source # 
Instance details

Defined in Amazonka.Chime.Types.Capability

ToHeader Capability Source # 
Instance details

Defined in Amazonka.Chime.Types.Capability

ToQuery Capability Source # 
Instance details

Defined in Amazonka.Chime.Types.Capability

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 #

ToByteString 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 #

type Rep Capability Source # 
Instance details

Defined in Amazonka.Chime.Types.Capability

type Rep Capability = D1 ('MetaData "Capability" "Amazonka.Chime.Types.Capability" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'True) (C1 ('MetaCons "Capability'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCapability") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ChannelMembershipType

newtype ChannelMembershipType Source #

Instances

Instances details
Eq ChannelMembershipType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMembershipType

Ord ChannelMembershipType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMembershipType

Read ChannelMembershipType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMembershipType

Show 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 #

NFData ChannelMembershipType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMembershipType

Methods

rnf :: ChannelMembershipType -> () #

Hashable 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

FromJSON ChannelMembershipType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMembershipType

FromJSONKey ChannelMembershipType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMembershipType

ToLog ChannelMembershipType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMembershipType

ToHeader ChannelMembershipType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMembershipType

ToQuery 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

ToByteString 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

type Rep ChannelMembershipType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMembershipType

type Rep ChannelMembershipType = D1 ('MetaData "ChannelMembershipType" "Amazonka.Chime.Types.ChannelMembershipType" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'True) (C1 ('MetaCons "ChannelMembershipType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromChannelMembershipType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ChannelMessagePersistenceType

newtype ChannelMessagePersistenceType Source #

Instances

Instances details
Eq ChannelMessagePersistenceType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessagePersistenceType

Ord ChannelMessagePersistenceType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessagePersistenceType

Read ChannelMessagePersistenceType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessagePersistenceType

Show 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 #

NFData ChannelMessagePersistenceType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessagePersistenceType

Hashable 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

FromJSON ChannelMessagePersistenceType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessagePersistenceType

FromJSONKey ChannelMessagePersistenceType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessagePersistenceType

ToLog ChannelMessagePersistenceType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessagePersistenceType

ToHeader ChannelMessagePersistenceType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessagePersistenceType

ToQuery 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

ToByteString 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

type Rep ChannelMessagePersistenceType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessagePersistenceType

type Rep ChannelMessagePersistenceType = D1 ('MetaData "ChannelMessagePersistenceType" "Amazonka.Chime.Types.ChannelMessagePersistenceType" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'True) (C1 ('MetaCons "ChannelMessagePersistenceType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromChannelMessagePersistenceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ChannelMessageType

newtype ChannelMessageType Source #

Instances

Instances details
Eq ChannelMessageType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessageType

Ord ChannelMessageType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessageType

Read ChannelMessageType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessageType

Show 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 #

NFData ChannelMessageType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessageType

Methods

rnf :: ChannelMessageType -> () #

Hashable 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

FromJSON ChannelMessageType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessageType

FromJSONKey ChannelMessageType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessageType

ToLog ChannelMessageType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessageType

ToHeader ChannelMessageType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessageType

ToQuery 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

ToByteString 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

type Rep ChannelMessageType Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessageType

type Rep ChannelMessageType = D1 ('MetaData "ChannelMessageType" "Amazonka.Chime.Types.ChannelMessageType" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'True) (C1 ('MetaCons "ChannelMessageType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromChannelMessageType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ChannelMode

newtype ChannelMode Source #

Constructors

ChannelMode' 

Instances

Instances details
Eq ChannelMode Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMode

Ord ChannelMode Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMode

Read ChannelMode Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMode

Show ChannelMode Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMode

Generic ChannelMode Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMode

Associated Types

type Rep ChannelMode :: Type -> Type #

NFData ChannelMode Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMode

Methods

rnf :: ChannelMode -> () #

Hashable 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

FromJSON ChannelMode Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMode

FromJSONKey ChannelMode Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMode

ToLog ChannelMode Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMode

ToHeader ChannelMode Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMode

ToQuery ChannelMode Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMode

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 #

ToByteString 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 #

type Rep ChannelMode Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMode

type Rep ChannelMode = D1 ('MetaData "ChannelMode" "Amazonka.Chime.Types.ChannelMode" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'True) (C1 ('MetaCons "ChannelMode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromChannelMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ChannelPrivacy

newtype ChannelPrivacy Source #

Constructors

ChannelPrivacy' 

Instances

Instances details
Eq ChannelPrivacy Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelPrivacy

Ord ChannelPrivacy Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelPrivacy

Read ChannelPrivacy Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelPrivacy

Show ChannelPrivacy Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelPrivacy

Generic ChannelPrivacy Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelPrivacy

Associated Types

type Rep ChannelPrivacy :: Type -> Type #

NFData ChannelPrivacy Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelPrivacy

Methods

rnf :: ChannelPrivacy -> () #

Hashable 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

FromJSON ChannelPrivacy Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelPrivacy

FromJSONKey ChannelPrivacy Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelPrivacy

ToLog ChannelPrivacy Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelPrivacy

ToHeader ChannelPrivacy Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelPrivacy

ToQuery 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 #

ToByteString 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

type Rep ChannelPrivacy Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelPrivacy

type Rep ChannelPrivacy = D1 ('MetaData "ChannelPrivacy" "Amazonka.Chime.Types.ChannelPrivacy" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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
Eq ContentMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.ContentMuxType

Ord ContentMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.ContentMuxType

Read ContentMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.ContentMuxType

Show ContentMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.ContentMuxType

Generic ContentMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.ContentMuxType

Associated Types

type Rep ContentMuxType :: Type -> Type #

NFData ContentMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.ContentMuxType

Methods

rnf :: ContentMuxType -> () #

Hashable 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

FromJSON ContentMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.ContentMuxType

FromJSONKey ContentMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.ContentMuxType

ToLog ContentMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.ContentMuxType

ToHeader ContentMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.ContentMuxType

ToQuery 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 #

ToByteString 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

type Rep ContentMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.ContentMuxType

type Rep ContentMuxType = D1 ('MetaData "ContentMuxType" "Amazonka.Chime.Types.ContentMuxType" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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
Eq EmailStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.EmailStatus

Ord EmailStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.EmailStatus

Read EmailStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.EmailStatus

Show EmailStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.EmailStatus

Generic EmailStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.EmailStatus

Associated Types

type Rep EmailStatus :: Type -> Type #

NFData EmailStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.EmailStatus

Methods

rnf :: EmailStatus -> () #

Hashable 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

FromJSON EmailStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.EmailStatus

FromJSONKey EmailStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.EmailStatus

ToLog EmailStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.EmailStatus

ToHeader EmailStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.EmailStatus

ToQuery EmailStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.EmailStatus

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 #

ToByteString 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 #

type Rep EmailStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.EmailStatus

type Rep EmailStatus = D1 ('MetaData "EmailStatus" "Amazonka.Chime.Types.EmailStatus" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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
Eq ErrorCode Source # 
Instance details

Defined in Amazonka.Chime.Types.ErrorCode

Ord ErrorCode Source # 
Instance details

Defined in Amazonka.Chime.Types.ErrorCode

Read ErrorCode Source # 
Instance details

Defined in Amazonka.Chime.Types.ErrorCode

Show ErrorCode Source # 
Instance details

Defined in Amazonka.Chime.Types.ErrorCode

Generic ErrorCode Source # 
Instance details

Defined in Amazonka.Chime.Types.ErrorCode

Associated Types

type Rep ErrorCode :: Type -> Type #

NFData ErrorCode Source # 
Instance details

Defined in Amazonka.Chime.Types.ErrorCode

Methods

rnf :: ErrorCode -> () #

Hashable 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

FromJSON ErrorCode Source # 
Instance details

Defined in Amazonka.Chime.Types.ErrorCode

FromJSONKey ErrorCode Source # 
Instance details

Defined in Amazonka.Chime.Types.ErrorCode

ToLog ErrorCode Source # 
Instance details

Defined in Amazonka.Chime.Types.ErrorCode

ToHeader ErrorCode Source # 
Instance details

Defined in Amazonka.Chime.Types.ErrorCode

ToQuery ErrorCode Source # 
Instance details

Defined in Amazonka.Chime.Types.ErrorCode

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 #

ToByteString ErrorCode Source # 
Instance details

Defined in Amazonka.Chime.Types.ErrorCode

Methods

toBS :: ErrorCode -> ByteString #

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 #

type Rep ErrorCode Source # 
Instance details

Defined in Amazonka.Chime.Types.ErrorCode

type Rep ErrorCode = D1 ('MetaData "ErrorCode" "Amazonka.Chime.Types.ErrorCode" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'True) (C1 ('MetaCons "ErrorCode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromErrorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

GeoMatchLevel

newtype GeoMatchLevel Source #

Constructors

GeoMatchLevel' 

Instances

Instances details
Eq GeoMatchLevel Source # 
Instance details

Defined in Amazonka.Chime.Types.GeoMatchLevel

Ord GeoMatchLevel Source # 
Instance details

Defined in Amazonka.Chime.Types.GeoMatchLevel

Read GeoMatchLevel Source # 
Instance details

Defined in Amazonka.Chime.Types.GeoMatchLevel

Show GeoMatchLevel Source # 
Instance details

Defined in Amazonka.Chime.Types.GeoMatchLevel

Generic GeoMatchLevel Source # 
Instance details

Defined in Amazonka.Chime.Types.GeoMatchLevel

Associated Types

type Rep GeoMatchLevel :: Type -> Type #

NFData GeoMatchLevel Source # 
Instance details

Defined in Amazonka.Chime.Types.GeoMatchLevel

Methods

rnf :: GeoMatchLevel -> () #

Hashable 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

FromJSON GeoMatchLevel Source # 
Instance details

Defined in Amazonka.Chime.Types.GeoMatchLevel

FromJSONKey GeoMatchLevel Source # 
Instance details

Defined in Amazonka.Chime.Types.GeoMatchLevel

ToLog GeoMatchLevel Source # 
Instance details

Defined in Amazonka.Chime.Types.GeoMatchLevel

ToHeader GeoMatchLevel Source # 
Instance details

Defined in Amazonka.Chime.Types.GeoMatchLevel

ToQuery GeoMatchLevel Source # 
Instance details

Defined in Amazonka.Chime.Types.GeoMatchLevel

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 #

ToByteString 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 #

type Rep GeoMatchLevel Source # 
Instance details

Defined in Amazonka.Chime.Types.GeoMatchLevel

type Rep GeoMatchLevel = D1 ('MetaData "GeoMatchLevel" "Amazonka.Chime.Types.GeoMatchLevel" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'True) (C1 ('MetaCons "GeoMatchLevel'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromGeoMatchLevel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

InviteStatus

newtype InviteStatus Source #

Constructors

InviteStatus' 

Instances

Instances details
Eq InviteStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.InviteStatus

Ord InviteStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.InviteStatus

Read InviteStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.InviteStatus

Show InviteStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.InviteStatus

Generic InviteStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.InviteStatus

Associated Types

type Rep InviteStatus :: Type -> Type #

NFData InviteStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.InviteStatus

Methods

rnf :: InviteStatus -> () #

Hashable 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

FromJSON InviteStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.InviteStatus

FromJSONKey InviteStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.InviteStatus

ToLog InviteStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.InviteStatus

ToHeader InviteStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.InviteStatus

ToQuery InviteStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.InviteStatus

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 #

ToByteString 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 #

type Rep InviteStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.InviteStatus

type Rep InviteStatus = D1 ('MetaData "InviteStatus" "Amazonka.Chime.Types.InviteStatus" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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
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

Read License Source # 
Instance details

Defined in Amazonka.Chime.Types.License

Show License Source # 
Instance details

Defined in Amazonka.Chime.Types.License

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 #

NFData License Source # 
Instance details

Defined in Amazonka.Chime.Types.License

Methods

rnf :: License -> () #

Hashable License Source # 
Instance details

Defined in Amazonka.Chime.Types.License

Methods

hashWithSalt :: Int -> License -> Int #

hash :: License -> Int #

ToJSON License Source # 
Instance details

Defined in Amazonka.Chime.Types.License

ToJSONKey License Source # 
Instance details

Defined in Amazonka.Chime.Types.License

FromJSON License Source # 
Instance details

Defined in Amazonka.Chime.Types.License

FromJSONKey License Source # 
Instance details

Defined in Amazonka.Chime.Types.License

ToLog License Source # 
Instance details

Defined in Amazonka.Chime.Types.License

ToHeader License Source # 
Instance details

Defined in Amazonka.Chime.Types.License

Methods

toHeader :: HeaderName -> License -> [Header] #

ToQuery License Source # 
Instance details

Defined in Amazonka.Chime.Types.License

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 #

ToByteString License Source # 
Instance details

Defined in Amazonka.Chime.Types.License

Methods

toBS :: License -> ByteString #

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 #

type Rep License Source # 
Instance details

Defined in Amazonka.Chime.Types.License

type Rep License = D1 ('MetaData "License" "Amazonka.Chime.Types.License" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'True) (C1 ('MetaCons "License'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromLicense") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

MediaPipelineSinkType

newtype MediaPipelineSinkType Source #

Instances

Instances details
Eq MediaPipelineSinkType Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineSinkType

Ord MediaPipelineSinkType Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineSinkType

Read MediaPipelineSinkType Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineSinkType

Show 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 #

NFData MediaPipelineSinkType Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineSinkType

Methods

rnf :: MediaPipelineSinkType -> () #

Hashable 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

FromJSON MediaPipelineSinkType Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineSinkType

FromJSONKey MediaPipelineSinkType Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineSinkType

ToLog MediaPipelineSinkType Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineSinkType

ToHeader MediaPipelineSinkType Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineSinkType

ToQuery 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

ToByteString 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

type Rep MediaPipelineSinkType Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineSinkType

type Rep MediaPipelineSinkType = D1 ('MetaData "MediaPipelineSinkType" "Amazonka.Chime.Types.MediaPipelineSinkType" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'True) (C1 ('MetaCons "MediaPipelineSinkType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMediaPipelineSinkType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

MediaPipelineSourceType

newtype MediaPipelineSourceType Source #

Instances

Instances details
Eq MediaPipelineSourceType Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineSourceType

Ord MediaPipelineSourceType Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineSourceType

Read MediaPipelineSourceType Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineSourceType

Show 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 #

NFData MediaPipelineSourceType Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineSourceType

Methods

rnf :: MediaPipelineSourceType -> () #

Hashable 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

FromJSON MediaPipelineSourceType Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineSourceType

FromJSONKey MediaPipelineSourceType Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineSourceType

ToLog MediaPipelineSourceType Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineSourceType

ToHeader MediaPipelineSourceType Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineSourceType

ToQuery 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

ToByteString 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

type Rep MediaPipelineSourceType Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineSourceType

type Rep MediaPipelineSourceType = D1 ('MetaData "MediaPipelineSourceType" "Amazonka.Chime.Types.MediaPipelineSourceType" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'True) (C1 ('MetaCons "MediaPipelineSourceType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMediaPipelineSourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

MediaPipelineStatus

newtype MediaPipelineStatus Source #

Instances

Instances details
Eq MediaPipelineStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineStatus

Ord MediaPipelineStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineStatus

Read MediaPipelineStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineStatus

Show 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 #

NFData MediaPipelineStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineStatus

Methods

rnf :: MediaPipelineStatus -> () #

Hashable 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

FromJSON MediaPipelineStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineStatus

FromJSONKey MediaPipelineStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineStatus

ToLog MediaPipelineStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineStatus

ToHeader MediaPipelineStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineStatus

ToQuery 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

ToByteString 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

type Rep MediaPipelineStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPipelineStatus

type Rep MediaPipelineStatus = D1 ('MetaData "MediaPipelineStatus" "Amazonka.Chime.Types.MediaPipelineStatus" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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
Eq MemberType Source # 
Instance details

Defined in Amazonka.Chime.Types.MemberType

Ord MemberType Source # 
Instance details

Defined in Amazonka.Chime.Types.MemberType

Read MemberType Source # 
Instance details

Defined in Amazonka.Chime.Types.MemberType

Show MemberType Source # 
Instance details

Defined in Amazonka.Chime.Types.MemberType

Generic MemberType Source # 
Instance details

Defined in Amazonka.Chime.Types.MemberType

Associated Types

type Rep MemberType :: Type -> Type #

NFData MemberType Source # 
Instance details

Defined in Amazonka.Chime.Types.MemberType

Methods

rnf :: MemberType -> () #

Hashable 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

FromJSON MemberType Source # 
Instance details

Defined in Amazonka.Chime.Types.MemberType

FromJSONKey MemberType Source # 
Instance details

Defined in Amazonka.Chime.Types.MemberType

ToLog MemberType Source # 
Instance details

Defined in Amazonka.Chime.Types.MemberType

ToHeader MemberType Source # 
Instance details

Defined in Amazonka.Chime.Types.MemberType

ToQuery MemberType Source # 
Instance details

Defined in Amazonka.Chime.Types.MemberType

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 #

ToByteString 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 #

type Rep MemberType Source # 
Instance details

Defined in Amazonka.Chime.Types.MemberType

type Rep MemberType = D1 ('MetaData "MemberType" "Amazonka.Chime.Types.MemberType" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'True) (C1 ('MetaCons "MemberType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMemberType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

NotificationTarget

newtype NotificationTarget Source #

Instances

Instances details
Eq NotificationTarget Source # 
Instance details

Defined in Amazonka.Chime.Types.NotificationTarget

Ord NotificationTarget Source # 
Instance details

Defined in Amazonka.Chime.Types.NotificationTarget

Read NotificationTarget Source # 
Instance details

Defined in Amazonka.Chime.Types.NotificationTarget

Show 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 #

NFData NotificationTarget Source # 
Instance details

Defined in Amazonka.Chime.Types.NotificationTarget

Methods

rnf :: NotificationTarget -> () #

Hashable 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

FromJSON NotificationTarget Source # 
Instance details

Defined in Amazonka.Chime.Types.NotificationTarget

FromJSONKey NotificationTarget Source # 
Instance details

Defined in Amazonka.Chime.Types.NotificationTarget

ToLog NotificationTarget Source # 
Instance details

Defined in Amazonka.Chime.Types.NotificationTarget

ToHeader NotificationTarget Source # 
Instance details

Defined in Amazonka.Chime.Types.NotificationTarget

ToQuery 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

ToByteString 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

type Rep NotificationTarget Source # 
Instance details

Defined in Amazonka.Chime.Types.NotificationTarget

type Rep NotificationTarget = D1 ('MetaData "NotificationTarget" "Amazonka.Chime.Types.NotificationTarget" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'True) (C1 ('MetaCons "NotificationTarget'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromNotificationTarget") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

NumberSelectionBehavior

newtype NumberSelectionBehavior Source #

Instances

Instances details
Eq NumberSelectionBehavior Source # 
Instance details

Defined in Amazonka.Chime.Types.NumberSelectionBehavior

Ord NumberSelectionBehavior Source # 
Instance details

Defined in Amazonka.Chime.Types.NumberSelectionBehavior

Read NumberSelectionBehavior Source # 
Instance details

Defined in Amazonka.Chime.Types.NumberSelectionBehavior

Show 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 #

NFData NumberSelectionBehavior Source # 
Instance details

Defined in Amazonka.Chime.Types.NumberSelectionBehavior

Methods

rnf :: NumberSelectionBehavior -> () #

Hashable 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

FromJSON NumberSelectionBehavior Source # 
Instance details

Defined in Amazonka.Chime.Types.NumberSelectionBehavior

FromJSONKey NumberSelectionBehavior Source # 
Instance details

Defined in Amazonka.Chime.Types.NumberSelectionBehavior

ToLog NumberSelectionBehavior Source # 
Instance details

Defined in Amazonka.Chime.Types.NumberSelectionBehavior

ToHeader NumberSelectionBehavior Source # 
Instance details

Defined in Amazonka.Chime.Types.NumberSelectionBehavior

ToQuery 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

ToByteString 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

type Rep NumberSelectionBehavior Source # 
Instance details

Defined in Amazonka.Chime.Types.NumberSelectionBehavior

type Rep NumberSelectionBehavior = D1 ('MetaData "NumberSelectionBehavior" "Amazonka.Chime.Types.NumberSelectionBehavior" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'True) (C1 ('MetaCons "NumberSelectionBehavior'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromNumberSelectionBehavior") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OrderedPhoneNumberStatus

newtype OrderedPhoneNumberStatus Source #

Instances

Instances details
Eq OrderedPhoneNumberStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.OrderedPhoneNumberStatus

Ord OrderedPhoneNumberStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.OrderedPhoneNumberStatus

Read OrderedPhoneNumberStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.OrderedPhoneNumberStatus

Show 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 #

NFData OrderedPhoneNumberStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.OrderedPhoneNumberStatus

Hashable 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

FromJSON OrderedPhoneNumberStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.OrderedPhoneNumberStatus

FromJSONKey OrderedPhoneNumberStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.OrderedPhoneNumberStatus

ToLog OrderedPhoneNumberStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.OrderedPhoneNumberStatus

ToHeader OrderedPhoneNumberStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.OrderedPhoneNumberStatus

ToQuery 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

ToByteString 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

type Rep OrderedPhoneNumberStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.OrderedPhoneNumberStatus

type Rep OrderedPhoneNumberStatus = D1 ('MetaData "OrderedPhoneNumberStatus" "Amazonka.Chime.Types.OrderedPhoneNumberStatus" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'True) (C1 ('MetaCons "OrderedPhoneNumberStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOrderedPhoneNumberStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OriginationRouteProtocol

newtype OriginationRouteProtocol Source #

Instances

Instances details
Eq OriginationRouteProtocol Source # 
Instance details

Defined in Amazonka.Chime.Types.OriginationRouteProtocol

Ord OriginationRouteProtocol Source # 
Instance details

Defined in Amazonka.Chime.Types.OriginationRouteProtocol

Read OriginationRouteProtocol Source # 
Instance details

Defined in Amazonka.Chime.Types.OriginationRouteProtocol

Show 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 #

NFData OriginationRouteProtocol Source # 
Instance details

Defined in Amazonka.Chime.Types.OriginationRouteProtocol

Hashable 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

FromJSON OriginationRouteProtocol Source # 
Instance details

Defined in Amazonka.Chime.Types.OriginationRouteProtocol

FromJSONKey OriginationRouteProtocol Source # 
Instance details

Defined in Amazonka.Chime.Types.OriginationRouteProtocol

ToLog OriginationRouteProtocol Source # 
Instance details

Defined in Amazonka.Chime.Types.OriginationRouteProtocol

ToHeader OriginationRouteProtocol Source # 
Instance details

Defined in Amazonka.Chime.Types.OriginationRouteProtocol

ToQuery 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

ToByteString 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

type Rep OriginationRouteProtocol Source # 
Instance details

Defined in Amazonka.Chime.Types.OriginationRouteProtocol

type Rep OriginationRouteProtocol = D1 ('MetaData "OriginationRouteProtocol" "Amazonka.Chime.Types.OriginationRouteProtocol" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'True) (C1 ('MetaCons "OriginationRouteProtocol'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOriginationRouteProtocol") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PhoneNumberAssociationName

newtype PhoneNumberAssociationName Source #

Instances

Instances details
Eq PhoneNumberAssociationName Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberAssociationName

Ord PhoneNumberAssociationName Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberAssociationName

Read PhoneNumberAssociationName Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberAssociationName

Show 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 #

NFData PhoneNumberAssociationName Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberAssociationName

Hashable 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

FromJSON PhoneNumberAssociationName Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberAssociationName

FromJSONKey PhoneNumberAssociationName Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberAssociationName

ToLog PhoneNumberAssociationName Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberAssociationName

ToHeader PhoneNumberAssociationName Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberAssociationName

ToQuery 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

ToByteString 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

type Rep PhoneNumberAssociationName Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberAssociationName

type Rep PhoneNumberAssociationName = D1 ('MetaData "PhoneNumberAssociationName" "Amazonka.Chime.Types.PhoneNumberAssociationName" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'True) (C1 ('MetaCons "PhoneNumberAssociationName'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPhoneNumberAssociationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PhoneNumberOrderStatus

newtype PhoneNumberOrderStatus Source #

Instances

Instances details
Eq PhoneNumberOrderStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberOrderStatus

Ord PhoneNumberOrderStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberOrderStatus

Read PhoneNumberOrderStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberOrderStatus

Show 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 #

NFData PhoneNumberOrderStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberOrderStatus

Methods

rnf :: PhoneNumberOrderStatus -> () #

Hashable 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

FromJSON PhoneNumberOrderStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberOrderStatus

FromJSONKey PhoneNumberOrderStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberOrderStatus

ToLog PhoneNumberOrderStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberOrderStatus

ToHeader PhoneNumberOrderStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberOrderStatus

ToQuery 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

ToByteString 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

type Rep PhoneNumberOrderStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberOrderStatus

type Rep PhoneNumberOrderStatus = D1 ('MetaData "PhoneNumberOrderStatus" "Amazonka.Chime.Types.PhoneNumberOrderStatus" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'True) (C1 ('MetaCons "PhoneNumberOrderStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPhoneNumberOrderStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PhoneNumberProductType

newtype PhoneNumberProductType Source #

Instances

Instances details
Eq PhoneNumberProductType Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberProductType

Ord PhoneNumberProductType Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberProductType

Read PhoneNumberProductType Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberProductType

Show 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 #

NFData PhoneNumberProductType Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberProductType

Methods

rnf :: PhoneNumberProductType -> () #

Hashable 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

FromJSON PhoneNumberProductType Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberProductType

FromJSONKey PhoneNumberProductType Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberProductType

ToLog PhoneNumberProductType Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberProductType

ToHeader PhoneNumberProductType Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberProductType

ToQuery 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

ToByteString 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

type Rep PhoneNumberProductType Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberProductType

type Rep PhoneNumberProductType = D1 ('MetaData "PhoneNumberProductType" "Amazonka.Chime.Types.PhoneNumberProductType" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'True) (C1 ('MetaCons "PhoneNumberProductType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPhoneNumberProductType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PhoneNumberStatus

newtype PhoneNumberStatus Source #

Instances

Instances details
Eq PhoneNumberStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberStatus

Ord PhoneNumberStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberStatus

Read PhoneNumberStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberStatus

Show 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 #

NFData PhoneNumberStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberStatus

Methods

rnf :: PhoneNumberStatus -> () #

Hashable 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

FromJSON PhoneNumberStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberStatus

FromJSONKey PhoneNumberStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberStatus

ToLog PhoneNumberStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberStatus

ToHeader PhoneNumberStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberStatus

ToQuery 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

ToByteString 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

type Rep PhoneNumberStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberStatus

type Rep PhoneNumberStatus = D1 ('MetaData "PhoneNumberStatus" "Amazonka.Chime.Types.PhoneNumberStatus" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'True) (C1 ('MetaCons "PhoneNumberStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPhoneNumberStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PhoneNumberType

newtype PhoneNumberType Source #

Constructors

PhoneNumberType' 

Instances

Instances details
Eq PhoneNumberType Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberType

Ord PhoneNumberType Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberType

Read PhoneNumberType Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberType

Show PhoneNumberType Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberType

Generic PhoneNumberType Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberType

Associated Types

type Rep PhoneNumberType :: Type -> Type #

NFData PhoneNumberType Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberType

Methods

rnf :: PhoneNumberType -> () #

Hashable 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

FromJSON PhoneNumberType Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberType

FromJSONKey PhoneNumberType Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberType

ToLog PhoneNumberType Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberType

ToHeader PhoneNumberType Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberType

ToQuery 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 #

ToByteString 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

type Rep PhoneNumberType Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberType

type Rep PhoneNumberType = D1 ('MetaData "PhoneNumberType" "Amazonka.Chime.Types.PhoneNumberType" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'True) (C1 ('MetaCons "PhoneNumberType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPhoneNumberType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ProxySessionStatus

newtype ProxySessionStatus Source #

Instances

Instances details
Eq ProxySessionStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.ProxySessionStatus

Ord ProxySessionStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.ProxySessionStatus

Read ProxySessionStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.ProxySessionStatus

Show 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 #

NFData ProxySessionStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.ProxySessionStatus

Methods

rnf :: ProxySessionStatus -> () #

Hashable 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

FromJSON ProxySessionStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.ProxySessionStatus

FromJSONKey ProxySessionStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.ProxySessionStatus

ToLog ProxySessionStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.ProxySessionStatus

ToHeader ProxySessionStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.ProxySessionStatus

ToQuery 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

ToByteString 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

type Rep ProxySessionStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.ProxySessionStatus

type Rep ProxySessionStatus = D1 ('MetaData "ProxySessionStatus" "Amazonka.Chime.Types.ProxySessionStatus" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'True) (C1 ('MetaCons "ProxySessionStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromProxySessionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RegistrationStatus

newtype RegistrationStatus Source #

Instances

Instances details
Eq RegistrationStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.RegistrationStatus

Ord RegistrationStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.RegistrationStatus

Read RegistrationStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.RegistrationStatus

Show 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 #

NFData RegistrationStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.RegistrationStatus

Methods

rnf :: RegistrationStatus -> () #

Hashable 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

FromJSON RegistrationStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.RegistrationStatus

FromJSONKey RegistrationStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.RegistrationStatus

ToLog RegistrationStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.RegistrationStatus

ToHeader RegistrationStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.RegistrationStatus

ToQuery 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

ToByteString 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

type Rep RegistrationStatus Source # 
Instance details

Defined in Amazonka.Chime.Types.RegistrationStatus

type Rep RegistrationStatus = D1 ('MetaData "RegistrationStatus" "Amazonka.Chime.Types.RegistrationStatus" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'True) (C1 ('MetaCons "RegistrationStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRegistrationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RoomMembershipRole

newtype RoomMembershipRole Source #

Instances

Instances details
Eq RoomMembershipRole Source # 
Instance details

Defined in Amazonka.Chime.Types.RoomMembershipRole

Ord RoomMembershipRole Source # 
Instance details

Defined in Amazonka.Chime.Types.RoomMembershipRole

Read RoomMembershipRole Source # 
Instance details

Defined in Amazonka.Chime.Types.RoomMembershipRole

Show 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 #

NFData RoomMembershipRole Source # 
Instance details

Defined in Amazonka.Chime.Types.RoomMembershipRole

Methods

rnf :: RoomMembershipRole -> () #

Hashable 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

FromJSON RoomMembershipRole Source # 
Instance details

Defined in Amazonka.Chime.Types.RoomMembershipRole

FromJSONKey RoomMembershipRole Source # 
Instance details

Defined in Amazonka.Chime.Types.RoomMembershipRole

ToLog RoomMembershipRole Source # 
Instance details

Defined in Amazonka.Chime.Types.RoomMembershipRole

ToHeader RoomMembershipRole Source # 
Instance details

Defined in Amazonka.Chime.Types.RoomMembershipRole

ToQuery 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

ToByteString 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

type Rep RoomMembershipRole Source # 
Instance details

Defined in Amazonka.Chime.Types.RoomMembershipRole

type Rep RoomMembershipRole = D1 ('MetaData "RoomMembershipRole" "Amazonka.Chime.Types.RoomMembershipRole" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'True) (C1 ('MetaCons "RoomMembershipRole'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRoomMembershipRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SipRuleTriggerType

newtype SipRuleTriggerType Source #

Instances

Instances details
Eq SipRuleTriggerType Source # 
Instance details

Defined in Amazonka.Chime.Types.SipRuleTriggerType

Ord SipRuleTriggerType Source # 
Instance details

Defined in Amazonka.Chime.Types.SipRuleTriggerType

Read SipRuleTriggerType Source # 
Instance details

Defined in Amazonka.Chime.Types.SipRuleTriggerType

Show 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 #

NFData SipRuleTriggerType Source # 
Instance details

Defined in Amazonka.Chime.Types.SipRuleTriggerType

Methods

rnf :: SipRuleTriggerType -> () #

Hashable 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

FromJSON SipRuleTriggerType Source # 
Instance details

Defined in Amazonka.Chime.Types.SipRuleTriggerType

FromJSONKey SipRuleTriggerType Source # 
Instance details

Defined in Amazonka.Chime.Types.SipRuleTriggerType

ToLog SipRuleTriggerType Source # 
Instance details

Defined in Amazonka.Chime.Types.SipRuleTriggerType

ToHeader SipRuleTriggerType Source # 
Instance details

Defined in Amazonka.Chime.Types.SipRuleTriggerType

ToQuery 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

ToByteString 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

type Rep SipRuleTriggerType Source # 
Instance details

Defined in Amazonka.Chime.Types.SipRuleTriggerType

type Rep SipRuleTriggerType = D1 ('MetaData "SipRuleTriggerType" "Amazonka.Chime.Types.SipRuleTriggerType" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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
Eq SortOrder Source # 
Instance details

Defined in Amazonka.Chime.Types.SortOrder

Ord SortOrder Source # 
Instance details

Defined in Amazonka.Chime.Types.SortOrder

Read SortOrder Source # 
Instance details

Defined in Amazonka.Chime.Types.SortOrder

Show SortOrder Source # 
Instance details

Defined in Amazonka.Chime.Types.SortOrder

Generic SortOrder Source # 
Instance details

Defined in Amazonka.Chime.Types.SortOrder

Associated Types

type Rep SortOrder :: Type -> Type #

NFData SortOrder Source # 
Instance details

Defined in Amazonka.Chime.Types.SortOrder

Methods

rnf :: SortOrder -> () #

Hashable 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

FromJSON SortOrder Source # 
Instance details

Defined in Amazonka.Chime.Types.SortOrder

FromJSONKey SortOrder Source # 
Instance details

Defined in Amazonka.Chime.Types.SortOrder

ToLog SortOrder Source # 
Instance details

Defined in Amazonka.Chime.Types.SortOrder

ToHeader SortOrder Source # 
Instance details

Defined in Amazonka.Chime.Types.SortOrder

ToQuery SortOrder Source # 
Instance details

Defined in Amazonka.Chime.Types.SortOrder

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 #

ToByteString SortOrder Source # 
Instance details

Defined in Amazonka.Chime.Types.SortOrder

Methods

toBS :: SortOrder -> ByteString #

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 #

type Rep SortOrder Source # 
Instance details

Defined in Amazonka.Chime.Types.SortOrder

type Rep SortOrder = D1 ('MetaData "SortOrder" "Amazonka.Chime.Types.SortOrder" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'True) (C1 ('MetaCons "SortOrder'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TranscribeLanguageCode

newtype TranscribeLanguageCode Source #

Instances

Instances details
Eq TranscribeLanguageCode Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeLanguageCode

Ord TranscribeLanguageCode Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeLanguageCode

Read TranscribeLanguageCode Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeLanguageCode

Show 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 #

NFData TranscribeLanguageCode Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeLanguageCode

Methods

rnf :: TranscribeLanguageCode -> () #

Hashable 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

FromJSON TranscribeLanguageCode Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeLanguageCode

FromJSONKey TranscribeLanguageCode Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeLanguageCode

ToLog TranscribeLanguageCode Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeLanguageCode

ToHeader TranscribeLanguageCode Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeLanguageCode

ToQuery 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

ToByteString 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

type Rep TranscribeLanguageCode Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeLanguageCode

type Rep TranscribeLanguageCode = D1 ('MetaData "TranscribeLanguageCode" "Amazonka.Chime.Types.TranscribeLanguageCode" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'True) (C1 ('MetaCons "TranscribeLanguageCode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTranscribeLanguageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TranscribeMedicalLanguageCode

newtype TranscribeMedicalLanguageCode Source #

Instances

Instances details
Eq TranscribeMedicalLanguageCode Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalLanguageCode

Ord TranscribeMedicalLanguageCode Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalLanguageCode

Read TranscribeMedicalLanguageCode Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalLanguageCode

Show 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 #

NFData TranscribeMedicalLanguageCode Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalLanguageCode

Hashable 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

FromJSON TranscribeMedicalLanguageCode Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalLanguageCode

FromJSONKey TranscribeMedicalLanguageCode Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalLanguageCode

ToLog TranscribeMedicalLanguageCode Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalLanguageCode

ToHeader TranscribeMedicalLanguageCode Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalLanguageCode

ToQuery 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

ToByteString 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

type Rep TranscribeMedicalLanguageCode Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalLanguageCode

type Rep TranscribeMedicalLanguageCode = D1 ('MetaData "TranscribeMedicalLanguageCode" "Amazonka.Chime.Types.TranscribeMedicalLanguageCode" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'True) (C1 ('MetaCons "TranscribeMedicalLanguageCode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTranscribeMedicalLanguageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TranscribeMedicalRegion

newtype TranscribeMedicalRegion Source #

Instances

Instances details
Eq TranscribeMedicalRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalRegion

Ord TranscribeMedicalRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalRegion

Read TranscribeMedicalRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalRegion

Show 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 #

NFData TranscribeMedicalRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalRegion

Methods

rnf :: TranscribeMedicalRegion -> () #

Hashable 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

FromJSON TranscribeMedicalRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalRegion

FromJSONKey TranscribeMedicalRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalRegion

ToLog TranscribeMedicalRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalRegion

ToHeader TranscribeMedicalRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalRegion

ToQuery 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

ToByteString 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

type Rep TranscribeMedicalRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalRegion

type Rep TranscribeMedicalRegion = D1 ('MetaData "TranscribeMedicalRegion" "Amazonka.Chime.Types.TranscribeMedicalRegion" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'True) (C1 ('MetaCons "TranscribeMedicalRegion'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTranscribeMedicalRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TranscribeMedicalSpecialty

newtype TranscribeMedicalSpecialty Source #

Instances

Instances details
Eq TranscribeMedicalSpecialty Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalSpecialty

Ord TranscribeMedicalSpecialty Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalSpecialty

Read TranscribeMedicalSpecialty Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalSpecialty

Show 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 #

NFData TranscribeMedicalSpecialty Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalSpecialty

Hashable 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

FromJSON TranscribeMedicalSpecialty Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalSpecialty

FromJSONKey TranscribeMedicalSpecialty Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalSpecialty

ToLog TranscribeMedicalSpecialty Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalSpecialty

ToHeader TranscribeMedicalSpecialty Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalSpecialty

ToQuery 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

ToByteString 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

type Rep TranscribeMedicalSpecialty Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalSpecialty

type Rep TranscribeMedicalSpecialty = D1 ('MetaData "TranscribeMedicalSpecialty" "Amazonka.Chime.Types.TranscribeMedicalSpecialty" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'True) (C1 ('MetaCons "TranscribeMedicalSpecialty'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTranscribeMedicalSpecialty") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TranscribeMedicalType

newtype TranscribeMedicalType Source #

Instances

Instances details
Eq TranscribeMedicalType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalType

Ord TranscribeMedicalType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalType

Read TranscribeMedicalType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalType

Show 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 #

NFData TranscribeMedicalType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalType

Methods

rnf :: TranscribeMedicalType -> () #

Hashable 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

FromJSON TranscribeMedicalType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalType

FromJSONKey TranscribeMedicalType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalType

ToLog TranscribeMedicalType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalType

ToHeader TranscribeMedicalType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalType

ToQuery 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

ToByteString 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

type Rep TranscribeMedicalType Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeMedicalType

type Rep TranscribeMedicalType = D1 ('MetaData "TranscribeMedicalType" "Amazonka.Chime.Types.TranscribeMedicalType" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'True) (C1 ('MetaCons "TranscribeMedicalType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTranscribeMedicalType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TranscribeRegion

newtype TranscribeRegion Source #

Instances

Instances details
Eq TranscribeRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeRegion

Ord TranscribeRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeRegion

Read TranscribeRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeRegion

Show 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 #

NFData TranscribeRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeRegion

Methods

rnf :: TranscribeRegion -> () #

Hashable 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

FromJSON TranscribeRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeRegion

FromJSONKey TranscribeRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeRegion

ToLog TranscribeRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeRegion

ToHeader TranscribeRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeRegion

ToQuery 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

ToByteString 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

type Rep TranscribeRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeRegion

type Rep TranscribeRegion = D1 ('MetaData "TranscribeRegion" "Amazonka.Chime.Types.TranscribeRegion" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'True) (C1 ('MetaCons "TranscribeRegion'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTranscribeRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TranscribeVocabularyFilterMethod

newtype TranscribeVocabularyFilterMethod Source #

Instances

Instances details
Eq TranscribeVocabularyFilterMethod Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeVocabularyFilterMethod

Ord TranscribeVocabularyFilterMethod Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeVocabularyFilterMethod

Read TranscribeVocabularyFilterMethod Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeVocabularyFilterMethod

Show 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 #

NFData TranscribeVocabularyFilterMethod Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeVocabularyFilterMethod

Hashable 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

FromJSON TranscribeVocabularyFilterMethod Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeVocabularyFilterMethod

FromJSONKey TranscribeVocabularyFilterMethod Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeVocabularyFilterMethod

ToLog TranscribeVocabularyFilterMethod Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeVocabularyFilterMethod

ToHeader TranscribeVocabularyFilterMethod Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeVocabularyFilterMethod

ToQuery 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

ToByteString 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

type Rep TranscribeVocabularyFilterMethod Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscribeVocabularyFilterMethod

type Rep TranscribeVocabularyFilterMethod = D1 ('MetaData "TranscribeVocabularyFilterMethod" "Amazonka.Chime.Types.TranscribeVocabularyFilterMethod" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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
Eq UserType Source # 
Instance details

Defined in Amazonka.Chime.Types.UserType

Ord UserType Source # 
Instance details

Defined in Amazonka.Chime.Types.UserType

Read UserType Source # 
Instance details

Defined in Amazonka.Chime.Types.UserType

Show UserType Source # 
Instance details

Defined in Amazonka.Chime.Types.UserType

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 #

NFData UserType Source # 
Instance details

Defined in Amazonka.Chime.Types.UserType

Methods

rnf :: UserType -> () #

Hashable UserType Source # 
Instance details

Defined in Amazonka.Chime.Types.UserType

Methods

hashWithSalt :: Int -> UserType -> Int #

hash :: UserType -> Int #

ToJSON UserType Source # 
Instance details

Defined in Amazonka.Chime.Types.UserType

ToJSONKey UserType Source # 
Instance details

Defined in Amazonka.Chime.Types.UserType

FromJSON UserType Source # 
Instance details

Defined in Amazonka.Chime.Types.UserType

FromJSONKey UserType Source # 
Instance details

Defined in Amazonka.Chime.Types.UserType

ToLog UserType Source # 
Instance details

Defined in Amazonka.Chime.Types.UserType

ToHeader UserType Source # 
Instance details

Defined in Amazonka.Chime.Types.UserType

Methods

toHeader :: HeaderName -> UserType -> [Header] #

ToQuery UserType Source # 
Instance details

Defined in Amazonka.Chime.Types.UserType

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 #

ToByteString UserType Source # 
Instance details

Defined in Amazonka.Chime.Types.UserType

Methods

toBS :: UserType -> ByteString #

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 #

type Rep UserType Source # 
Instance details

Defined in Amazonka.Chime.Types.UserType

type Rep UserType = D1 ('MetaData "UserType" "Amazonka.Chime.Types.UserType" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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
Eq VideoMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.VideoMuxType

Ord VideoMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.VideoMuxType

Read VideoMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.VideoMuxType

Show VideoMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.VideoMuxType

Generic VideoMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.VideoMuxType

Associated Types

type Rep VideoMuxType :: Type -> Type #

NFData VideoMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.VideoMuxType

Methods

rnf :: VideoMuxType -> () #

Hashable 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

FromJSON VideoMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.VideoMuxType

FromJSONKey VideoMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.VideoMuxType

ToLog VideoMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.VideoMuxType

ToHeader VideoMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.VideoMuxType

ToQuery VideoMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.VideoMuxType

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 #

ToByteString 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 #

type Rep VideoMuxType Source # 
Instance details

Defined in Amazonka.Chime.Types.VideoMuxType

type Rep VideoMuxType = D1 ('MetaData "VideoMuxType" "Amazonka.Chime.Types.VideoMuxType" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'True) (C1 ('MetaCons "VideoMuxType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromVideoMuxType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

VoiceConnectorAwsRegion

newtype VoiceConnectorAwsRegion Source #

Instances

Instances details
Eq VoiceConnectorAwsRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorAwsRegion

Ord VoiceConnectorAwsRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorAwsRegion

Read VoiceConnectorAwsRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorAwsRegion

Show 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 #

NFData VoiceConnectorAwsRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorAwsRegion

Methods

rnf :: VoiceConnectorAwsRegion -> () #

Hashable 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

FromJSON VoiceConnectorAwsRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorAwsRegion

FromJSONKey VoiceConnectorAwsRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorAwsRegion

ToLog VoiceConnectorAwsRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorAwsRegion

ToHeader VoiceConnectorAwsRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorAwsRegion

ToQuery 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

ToByteString 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

type Rep VoiceConnectorAwsRegion Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorAwsRegion

type Rep VoiceConnectorAwsRegion = D1 ('MetaData "VoiceConnectorAwsRegion" "Amazonka.Chime.Types.VoiceConnectorAwsRegion" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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
Eq Account Source # 
Instance details

Defined in Amazonka.Chime.Types.Account

Methods

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

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

Read Account Source # 
Instance details

Defined in Amazonka.Chime.Types.Account

Show 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 #

NFData Account Source # 
Instance details

Defined in Amazonka.Chime.Types.Account

Methods

rnf :: Account -> () #

Hashable Account Source # 
Instance details

Defined in Amazonka.Chime.Types.Account

Methods

hashWithSalt :: Int -> Account -> Int #

hash :: Account -> Int #

FromJSON Account Source # 
Instance details

Defined in Amazonka.Chime.Types.Account

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:signinDelegateGroups:Account', account_signinDelegateGroups - The sign-in delegate groups associated with the account.

$sel:accountStatus:Account', account_accountStatus - The status of the account.

$sel:defaultLicense:Account', account_defaultLicense - The default license for the Amazon Chime account.

$sel:supportedLicenses:Account', account_supportedLicenses - Supported licenses for the Amazon Chime account.

$sel:createdTimestamp:Account', account_createdTimestamp - The Amazon Chime account creation timestamp, in ISO 8601 format.

$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: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
Eq AccountSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountSettings

Read AccountSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountSettings

Show 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 #

NFData AccountSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountSettings

Methods

rnf :: AccountSettings -> () #

Hashable AccountSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountSettings

ToJSON AccountSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.AccountSettings

FromJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "AccountSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "enableDialOut") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "disableRemoteControl") '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: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.

$sel:disableRemoteControl:AccountSettings', accountSettings_disableRemoteControl - Setting that stops or starts remote control of shared screens during meetings.

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
Eq AlexaForBusinessMetadata Source # 
Instance details

Defined in Amazonka.Chime.Types.AlexaForBusinessMetadata

Show 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 #

NFData AlexaForBusinessMetadata Source # 
Instance details

Defined in Amazonka.Chime.Types.AlexaForBusinessMetadata

Hashable AlexaForBusinessMetadata Source # 
Instance details

Defined in Amazonka.Chime.Types.AlexaForBusinessMetadata

ToJSON AlexaForBusinessMetadata Source # 
Instance details

Defined in Amazonka.Chime.Types.AlexaForBusinessMetadata

FromJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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
Eq AppInstance Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstance

Show 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 #

NFData AppInstance Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstance

Methods

rnf :: AppInstance -> () #

Hashable AppInstance Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstance

FromJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "AppInstance'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "metadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))) :*: (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))))))

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:name:AppInstance', appInstance_name - The name of an AppInstance.

$sel:metadata:AppInstance', appInstance_metadata - The metadata of an AppInstance.

$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.

AppInstanceAdmin

data AppInstanceAdmin Source #

The details of an AppInstanceAdmin.

See: newAppInstanceAdmin smart constructor.

Instances

Instances details
Eq AppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceAdmin

Show 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 #

NFData AppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceAdmin

Methods

rnf :: AppInstanceAdmin -> () #

Hashable AppInstanceAdmin Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceAdmin

FromJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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
Eq AppInstanceAdminSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceAdminSummary

Show 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 #

NFData AppInstanceAdminSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceAdminSummary

Methods

rnf :: AppInstanceAdminSummary -> () #

Hashable AppInstanceAdminSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceAdminSummary

FromJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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
Eq AppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceRetentionSettings

Read AppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceRetentionSettings

Show 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 #

NFData AppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceRetentionSettings

Hashable AppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceRetentionSettings

ToJSON AppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceRetentionSettings

FromJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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
Eq AppInstanceStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceStreamingConfiguration

Show 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 #

NFData AppInstanceStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceStreamingConfiguration

Hashable AppInstanceStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceStreamingConfiguration

ToJSON AppInstanceStreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceStreamingConfiguration

FromJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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
Eq AppInstanceSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceSummary

Show 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 #

NFData AppInstanceSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceSummary

Methods

rnf :: AppInstanceSummary -> () #

Hashable AppInstanceSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceSummary

FromJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "AppInstanceSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "metadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "appInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe 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:name:AppInstanceSummary', appInstanceSummary_name - The name of the AppInstance.

$sel:metadata:AppInstanceSummary', appInstanceSummary_metadata - The metadata of the AppInstance.

$sel:appInstanceArn:AppInstanceSummary', appInstanceSummary_appInstanceArn - The AppInstance ARN.

AppInstanceUser

data AppInstanceUser Source #

The details of an AppInstanceUser.

See: newAppInstanceUser smart constructor.

Instances

Instances details
Eq AppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceUser

Show 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 #

NFData AppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceUser

Methods

rnf :: AppInstanceUser -> () #

Hashable AppInstanceUser Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceUser

FromJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "AppInstanceUser'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "appInstanceUserArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))) :*: (S1 ('MetaSel ('Just "metadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "createdTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "lastUpdatedTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))))

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:name:AppInstanceUser', appInstanceUser_name - The name of the AppInstanceUser.

$sel:metadata:AppInstanceUser', appInstanceUser_metadata - The metadata 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.

AppInstanceUserMembershipSummary

data AppInstanceUserMembershipSummary Source #

Summary of the membership details of an AppInstanceUser.

See: newAppInstanceUserMembershipSummary smart constructor.

Instances

Instances details
Eq AppInstanceUserMembershipSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceUserMembershipSummary

Read AppInstanceUserMembershipSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceUserMembershipSummary

Show 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 #

NFData AppInstanceUserMembershipSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceUserMembershipSummary

Hashable AppInstanceUserMembershipSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceUserMembershipSummary

FromJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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
Eq AppInstanceUserSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceUserSummary

Show 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 #

NFData AppInstanceUserSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceUserSummary

Methods

rnf :: AppInstanceUserSummary -> () #

Hashable AppInstanceUserSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstanceUserSummary

FromJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "AppInstanceUserSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appInstanceUserArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "metadata") '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:name:AppInstanceUserSummary', appInstanceUserSummary_name - The name of an AppInstanceUser.

$sel:metadata:AppInstanceUserSummary', appInstanceUserSummary_metadata - The metadata of the AppInstanceUser.

ArtifactsConfiguration

data ArtifactsConfiguration Source #

The configuration for the artifacts.

See: newArtifactsConfiguration smart constructor.

Instances

Instances details
Eq ArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.ArtifactsConfiguration

Read ArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.ArtifactsConfiguration

Show 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 #

NFData ArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.ArtifactsConfiguration

Methods

rnf :: ArtifactsConfiguration -> () #

Hashable ArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.ArtifactsConfiguration

ToJSON ArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.ArtifactsConfiguration

FromJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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
Eq Attendee Source # 
Instance details

Defined in Amazonka.Chime.Types.Attendee

Show 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 #

NFData Attendee Source # 
Instance details

Defined in Amazonka.Chime.Types.Attendee

Methods

rnf :: Attendee -> () #

Hashable Attendee Source # 
Instance details

Defined in Amazonka.Chime.Types.Attendee

Methods

hashWithSalt :: Int -> Attendee -> Int #

hash :: Attendee -> Int #

FromJSON Attendee Source # 
Instance details

Defined in Amazonka.Chime.Types.Attendee

type Rep Attendee Source # 
Instance details

Defined in Amazonka.Chime.Types.Attendee

type Rep Attendee = D1 ('MetaData "Attendee" "Amazonka.Chime.Types.Attendee" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "Attendee'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attendeeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "joinToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "externalUserId") '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:joinToken:Attendee', attendee_joinToken - The join token used by the Amazon Chime SDK attendee.

$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.

AudioArtifactsConfiguration

data AudioArtifactsConfiguration Source #

The audio artifact configuration object.

See: newAudioArtifactsConfiguration smart constructor.

Instances

Instances details
Eq AudioArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.AudioArtifactsConfiguration

Read AudioArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.AudioArtifactsConfiguration

Show 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 #

NFData AudioArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.AudioArtifactsConfiguration

Hashable AudioArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.AudioArtifactsConfiguration

ToJSON AudioArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.AudioArtifactsConfiguration

FromJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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
Eq BatchChannelMemberships Source # 
Instance details

Defined in Amazonka.Chime.Types.BatchChannelMemberships

Show 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 #

NFData BatchChannelMemberships Source # 
Instance details

Defined in Amazonka.Chime.Types.BatchChannelMemberships

Methods

rnf :: BatchChannelMemberships -> () #

Hashable BatchChannelMemberships Source # 
Instance details

Defined in Amazonka.Chime.Types.BatchChannelMemberships

FromJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "BatchChannelMemberships'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "members") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Identity])) :*: S1 ('MetaSel ('Just "channelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChannelMembershipType)) :*: S1 ('MetaSel ('Just "invitedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Identity)))))

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:members:BatchChannelMemberships', batchChannelMemberships_members - The users successfully added to the request.

$sel:channelArn:BatchChannelMemberships', batchChannelMemberships_channelArn - The ARN of the channel to which you're adding users.

$sel:type':BatchChannelMemberships', batchChannelMemberships_type - The membership types set for the channel users.

$sel:invitedBy:BatchChannelMemberships', batchChannelMemberships_invitedBy - The identifier of the member who invited another member.

BatchCreateChannelMembershipError

data BatchCreateChannelMembershipError Source #

A list of failed member ARNs, error codes, and error messages.

See: newBatchCreateChannelMembershipError smart constructor.

Instances

Instances details
Eq BatchCreateChannelMembershipError Source # 
Instance details

Defined in Amazonka.Chime.Types.BatchCreateChannelMembershipError

Read BatchCreateChannelMembershipError Source # 
Instance details

Defined in Amazonka.Chime.Types.BatchCreateChannelMembershipError

Show 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 #

NFData BatchCreateChannelMembershipError Source # 
Instance details

Defined in Amazonka.Chime.Types.BatchCreateChannelMembershipError

Hashable BatchCreateChannelMembershipError Source # 
Instance details

Defined in Amazonka.Chime.Types.BatchCreateChannelMembershipError

FromJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "BatchCreateChannelMembershipError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ErrorCode)) :*: (S1 ('MetaSel ('Just "memberArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "errorMessage") '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:memberArn:BatchCreateChannelMembershipError', batchCreateChannelMembershipError_memberArn - The ARN of the member that the service couldn't add.

$sel:errorMessage:BatchCreateChannelMembershipError', batchCreateChannelMembershipError_errorMessage - The error message.

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
Eq Bot Source # 
Instance details

Defined in Amazonka.Chime.Types.Bot

Methods

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

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

Show Bot Source # 
Instance details

Defined in Amazonka.Chime.Types.Bot

Methods

showsPrec :: Int -> Bot -> ShowS #

show :: Bot -> String #

showList :: [Bot] -> ShowS #

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 #

NFData Bot Source # 
Instance details

Defined in Amazonka.Chime.Types.Bot

Methods

rnf :: Bot -> () #

Hashable Bot Source # 
Instance details

Defined in Amazonka.Chime.Types.Bot

Methods

hashWithSalt :: Int -> Bot -> Int #

hash :: Bot -> Int #

FromJSON Bot Source # 
Instance details

Defined in Amazonka.Chime.Types.Bot

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:securityToken:Bot', bot_securityToken - The security token used to authenticate Amazon Chime with the outgoing event endpoint.

$sel:disabled:Bot', bot_disabled - When true, the bot is stopped from running in your account.

$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.

$sel:botId:Bot', bot_botId - The bot ID.

$sel:displayName:Bot', bot_displayName - The bot display name.

$sel:botEmail:Bot', bot_botEmail - The bot email address.

$sel:createdTimestamp:Bot', bot_createdTimestamp - The bot creation timestamp, in ISO 8601 format.

$sel:botType:Bot', bot_botType - The bot type.

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
Eq BusinessCallingSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.BusinessCallingSettings

Read BusinessCallingSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.BusinessCallingSettings

Show 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 #

NFData BusinessCallingSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.BusinessCallingSettings

Methods

rnf :: BusinessCallingSettings -> () #

Hashable BusinessCallingSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.BusinessCallingSettings

ToJSON BusinessCallingSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.BusinessCallingSettings

FromJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.

Channel

data Channel Source #

The details of a channel.

See: newChannel smart constructor.

Instances

Instances details
Eq Channel Source # 
Instance details

Defined in Amazonka.Chime.Types.Channel

Methods

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

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

Show 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 #

NFData Channel Source # 
Instance details

Defined in Amazonka.Chime.Types.Channel

Methods

rnf :: Channel -> () #

Hashable Channel Source # 
Instance details

Defined in Amazonka.Chime.Types.Channel

Methods

hashWithSalt :: Int -> Channel -> Int #

hash :: Channel -> Int #

FromJSON Channel Source # 
Instance details

Defined in Amazonka.Chime.Types.Channel

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:mode:Channel', channel_mode - The mode of the channel.

$sel:createdBy:Channel', channel_createdBy - The AppInstanceUser who created the channel.

$sel:channelArn:Channel', channel_channelArn - The ARN of the channel.

$sel:privacy:Channel', channel_privacy - The channel's privacy setting.

$sel:lastMessageTimestamp:Channel', channel_lastMessageTimestamp - The time at which a member sent the last message in the channel.

$sel:name:Channel', channel_name - The name of the channel.

$sel:metadata:Channel', channel_metadata - The channel's metadata.

$sel:createdTimestamp:Channel', channel_createdTimestamp - The time at which the AppInstanceUser created the channel.

$sel:lastUpdatedTimestamp:Channel', channel_lastUpdatedTimestamp - The time at which a channel was last updated.

ChannelBan

data ChannelBan Source #

The details of a channel ban.

See: newChannelBan smart constructor.

Instances

Instances details
Eq ChannelBan Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelBan

Show 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 #

NFData ChannelBan Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelBan

Methods

rnf :: ChannelBan -> () #

Hashable ChannelBan Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelBan

FromJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "ChannelBan'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Identity)) :*: S1 ('MetaSel ('Just "channelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "member") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Identity)) :*: S1 ('MetaSel ('Just "createdTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))

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:createdBy:ChannelBan', channelBan_createdBy - The AppInstanceUser who created the ban.

$sel:channelArn:ChannelBan', channelBan_channelArn - The ARN of the channel from which a member is being banned.

$sel:member:ChannelBan', channelBan_member - The member being banned from the channel.

$sel:createdTimestamp:ChannelBan', channelBan_createdTimestamp - The time at which the ban was created.

ChannelBanSummary

data ChannelBanSummary Source #

Summary of the details of a ChannelBan.

See: newChannelBanSummary smart constructor.

Instances

Instances details
Eq ChannelBanSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelBanSummary

Show 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 #

NFData ChannelBanSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelBanSummary

Methods

rnf :: ChannelBanSummary -> () #

Hashable ChannelBanSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelBanSummary

FromJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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
Eq ChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMembership

Show 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 #

NFData ChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMembership

Methods

rnf :: ChannelMembership -> () #

Hashable ChannelMembership Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMembership

FromJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "ChannelMembership'" '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 "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChannelMembershipType)))) :*: (S1 ('MetaSel ('Just "invitedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Identity)) :*: (S1 ('MetaSel ('Just "createdTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "lastUpdatedTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))))

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:member:ChannelMembership', channelMembership_member - The data of the channel member.

$sel:type':ChannelMembership', channelMembership_type - The membership type set for the channel member.

$sel:invitedBy:ChannelMembership', channelMembership_invitedBy - The identifier of the member who invited another member.

$sel:createdTimestamp:ChannelMembership', channelMembership_createdTimestamp - The time at which the channel membership was created.

$sel:lastUpdatedTimestamp:ChannelMembership', channelMembership_lastUpdatedTimestamp - The time at which a channel membership was last updated.

ChannelMembershipForAppInstanceUserSummary

data ChannelMembershipForAppInstanceUserSummary Source #

Summary of the channel membership details of an AppInstanceUser.

See: newChannelMembershipForAppInstanceUserSummary smart constructor.

Instances

Instances details
Eq ChannelMembershipForAppInstanceUserSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMembershipForAppInstanceUserSummary

Show ChannelMembershipForAppInstanceUserSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMembershipForAppInstanceUserSummary

Generic ChannelMembershipForAppInstanceUserSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMembershipForAppInstanceUserSummary

NFData ChannelMembershipForAppInstanceUserSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMembershipForAppInstanceUserSummary

Hashable ChannelMembershipForAppInstanceUserSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMembershipForAppInstanceUserSummary

FromJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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
Eq ChannelMembershipSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMembershipSummary

Show 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 #

NFData ChannelMembershipSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMembershipSummary

Hashable ChannelMembershipSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMembershipSummary

FromJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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
Eq ChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessage

Show 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 #

NFData ChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessage

Methods

rnf :: ChannelMessage -> () #

Hashable ChannelMessage Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessage

FromJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "ChannelMessage'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "sender") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Identity)) :*: S1 ('MetaSel ('Just "channelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "content") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "redacted") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "persistence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChannelMessagePersistenceType))))) :*: ((S1 ('MetaSel ('Just "metadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChannelMessageType)) :*: S1 ('MetaSel ('Just "createdTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "messageId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lastUpdatedTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "lastEditedTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))))

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:sender:ChannelMessage', channelMessage_sender - The message sender.

$sel:channelArn:ChannelMessage', channelMessage_channelArn - The ARN of the channel.

$sel:content:ChannelMessage', channelMessage_content - The message content.

$sel:redacted:ChannelMessage', channelMessage_redacted - Hides the content of a message.

$sel:persistence:ChannelMessage', channelMessage_persistence - The persistence setting for a channel message.

$sel:metadata:ChannelMessage', channelMessage_metadata - The message metadata.

$sel:type':ChannelMessage', channelMessage_type - The message type.

$sel:createdTimestamp:ChannelMessage', channelMessage_createdTimestamp - The time at which the message was created.

$sel:messageId:ChannelMessage', channelMessage_messageId - The ID of a message.

$sel:lastUpdatedTimestamp:ChannelMessage', channelMessage_lastUpdatedTimestamp - The time at which a message was updated.

$sel:lastEditedTimestamp:ChannelMessage', channelMessage_lastEditedTimestamp - The time at which a message was edited.

ChannelMessageSummary

data ChannelMessageSummary Source #

Summary of the messages in a Channel.

See: newChannelMessageSummary smart constructor.

Instances

Instances details
Eq ChannelMessageSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessageSummary

Show 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 #

NFData ChannelMessageSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessageSummary

Methods

rnf :: ChannelMessageSummary -> () #

Hashable ChannelMessageSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelMessageSummary

FromJSON 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:sender:ChannelMessageSummary', channelMessageSummary_sender - The message sender.

$sel:content:ChannelMessageSummary', channelMessageSummary_content - The content of the message.

$sel:redacted:ChannelMessageSummary', channelMessageSummary_redacted - Indicates whether a message was redacted.

$sel:metadata:ChannelMessageSummary', channelMessageSummary_metadata - The metadata of the message.

$sel:type':ChannelMessageSummary', channelMessageSummary_type - The type of message.

$sel:createdTimestamp:ChannelMessageSummary', channelMessageSummary_createdTimestamp - The time at which the message summary was created.

$sel:messageId:ChannelMessageSummary', channelMessageSummary_messageId - The ID of the message.

$sel:lastUpdatedTimestamp:ChannelMessageSummary', channelMessageSummary_lastUpdatedTimestamp - The time at which a message was last updated.

$sel:lastEditedTimestamp:ChannelMessageSummary', channelMessageSummary_lastEditedTimestamp - The time at which a message was last edited.

ChannelModeratedByAppInstanceUserSummary

data ChannelModeratedByAppInstanceUserSummary Source #

Summary of the details of a moderated channel.

See: newChannelModeratedByAppInstanceUserSummary smart constructor.

Instances

Instances details
Eq ChannelModeratedByAppInstanceUserSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelModeratedByAppInstanceUserSummary

Show ChannelModeratedByAppInstanceUserSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelModeratedByAppInstanceUserSummary

Generic ChannelModeratedByAppInstanceUserSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelModeratedByAppInstanceUserSummary

NFData ChannelModeratedByAppInstanceUserSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelModeratedByAppInstanceUserSummary

Hashable ChannelModeratedByAppInstanceUserSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelModeratedByAppInstanceUserSummary

FromJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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
Eq ChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelModerator

Show 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 #

NFData ChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelModerator

Methods

rnf :: ChannelModerator -> () #

Hashable ChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelModerator

FromJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "ChannelModerator'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Identity)) :*: S1 ('MetaSel ('Just "channelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (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:createdBy:ChannelModerator', channelModerator_createdBy - The AppInstanceUser who created the moderator.

$sel:channelArn:ChannelModerator', channelModerator_channelArn - The ARN of the moderator's channel.

$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
Eq ChannelModeratorSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelModeratorSummary

Show 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 #

NFData ChannelModeratorSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelModeratorSummary

Methods

rnf :: ChannelModeratorSummary -> () #

Hashable ChannelModeratorSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelModeratorSummary

FromJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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
Eq ChannelRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelRetentionSettings

Read ChannelRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelRetentionSettings

Show 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 #

NFData ChannelRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelRetentionSettings

Hashable ChannelRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelRetentionSettings

ToJSON ChannelRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelRetentionSettings

FromJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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
Eq ChannelSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelSummary

Show 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 #

NFData ChannelSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelSummary

Methods

rnf :: ChannelSummary -> () #

Hashable ChannelSummary Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelSummary

FromJSON 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:mode:ChannelSummary', channelSummary_mode - The mode of the channel.

$sel:channelArn:ChannelSummary', channelSummary_channelArn - The ARN of the channel.

$sel:privacy:ChannelSummary', channelSummary_privacy - The privacy setting of the channel.

$sel:lastMessageTimestamp:ChannelSummary', channelSummary_lastMessageTimestamp - The time at which the last message in a channel was sent.

$sel:name:ChannelSummary', channelSummary_name - The name of the channel.

$sel:metadata:ChannelSummary', channelSummary_metadata - The metadata 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
Eq ChimeSdkMeetingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.ChimeSdkMeetingConfiguration

Show 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 #

NFData ChimeSdkMeetingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.ChimeSdkMeetingConfiguration

Hashable ChimeSdkMeetingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.ChimeSdkMeetingConfiguration

ToJSON ChimeSdkMeetingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.ChimeSdkMeetingConfiguration

FromJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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
Eq ContentArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.ContentArtifactsConfiguration

Read ContentArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.ContentArtifactsConfiguration

Show 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 #

NFData ContentArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.ContentArtifactsConfiguration

Hashable ContentArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.ContentArtifactsConfiguration

ToJSON ContentArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.ContentArtifactsConfiguration

FromJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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
Eq ConversationRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.ConversationRetentionSettings

Read ConversationRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.ConversationRetentionSettings

Show 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 #

NFData ConversationRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.ConversationRetentionSettings

Hashable ConversationRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.ConversationRetentionSettings

ToJSON ConversationRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.ConversationRetentionSettings

FromJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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
Eq CreateAttendeeError Source # 
Instance details

Defined in Amazonka.Chime.Types.CreateAttendeeError

Show 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 #

NFData CreateAttendeeError Source # 
Instance details

Defined in Amazonka.Chime.Types.CreateAttendeeError

Methods

rnf :: CreateAttendeeError -> () #

Hashable CreateAttendeeError Source # 
Instance details

Defined in Amazonka.Chime.Types.CreateAttendeeError

FromJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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
Eq CreateAttendeeRequestItem Source # 
Instance details

Defined in Amazonka.Chime.Types.CreateAttendeeRequestItem

Show 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 #

NFData CreateAttendeeRequestItem Source # 
Instance details

Defined in Amazonka.Chime.Types.CreateAttendeeRequestItem

Hashable CreateAttendeeRequestItem Source # 
Instance details

Defined in Amazonka.Chime.Types.CreateAttendeeRequestItem

ToJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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
Eq Credential Source # 
Instance details

Defined in Amazonka.Chime.Types.Credential

Show 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 #

NFData Credential Source # 
Instance details

Defined in Amazonka.Chime.Types.Credential

Methods

rnf :: Credential -> () #

Hashable Credential Source # 
Instance details

Defined in Amazonka.Chime.Types.Credential

ToJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "Credential'" 'PrefixI 'True) (S1 ('MetaSel ('Just "username") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "password") '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:username:Credential', credential_username - The RFC2617 compliant user name associated with the SIP credentials, in US-ASCII format.

$sel:password:Credential', credential_password - The RFC2617 compliant password 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
Eq DNISEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.DNISEmergencyCallingConfiguration

Show 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 #

NFData DNISEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.DNISEmergencyCallingConfiguration

Hashable DNISEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.DNISEmergencyCallingConfiguration

ToJSON DNISEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.DNISEmergencyCallingConfiguration

FromJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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
Eq EmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.EmergencyCallingConfiguration

Show 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 #

NFData EmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.EmergencyCallingConfiguration

Hashable EmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.EmergencyCallingConfiguration

ToJSON EmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.EmergencyCallingConfiguration

FromJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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
Eq EngineTranscribeMedicalSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.EngineTranscribeMedicalSettings

Read EngineTranscribeMedicalSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.EngineTranscribeMedicalSettings

Show 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 #

NFData EngineTranscribeMedicalSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.EngineTranscribeMedicalSettings

Hashable EngineTranscribeMedicalSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.EngineTranscribeMedicalSettings

ToJSON EngineTranscribeMedicalSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.EngineTranscribeMedicalSettings

type Rep EngineTranscribeMedicalSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.EngineTranscribeMedicalSettings

type Rep EngineTranscribeMedicalSettings = D1 ('MetaData "EngineTranscribeMedicalSettings" "Amazonka.Chime.Types.EngineTranscribeMedicalSettings" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "EngineTranscribeMedicalSettings'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "vocabularyName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "region") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TranscribeMedicalRegion))) :*: (S1 ('MetaSel ('Just "languageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TranscribeMedicalLanguageCode) :*: (S1 ('MetaSel ('Just "specialty") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TranscribeMedicalSpecialty) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TranscribeMedicalType)))))

newEngineTranscribeMedicalSettings Source #

Create a value of EngineTranscribeMedicalSettings with all optional fields omitted.

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

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:vocabularyName:EngineTranscribeMedicalSettings', engineTranscribeMedicalSettings_vocabularyName - The name of the vocabulary passed to Amazon Transcribe Medical.

$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: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
Eq EngineTranscribeSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.EngineTranscribeSettings

Read EngineTranscribeSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.EngineTranscribeSettings

Show 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 #

NFData EngineTranscribeSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.EngineTranscribeSettings

Hashable EngineTranscribeSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.EngineTranscribeSettings

ToJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "EngineTranscribeSettings'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "vocabularyName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "vocabularyFilterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "vocabularyFilterMethod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TranscribeVocabularyFilterMethod)) :*: (S1 ('MetaSel ('Just "region") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TranscribeRegion)) :*: 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:vocabularyName:EngineTranscribeSettings', engineTranscribeSettings_vocabularyName - The name of the vocabulary passed to Amazon Transcribe.

$sel:vocabularyFilterName:EngineTranscribeSettings', engineTranscribeSettings_vocabularyFilterName - The name of the vocabulary filter passed to Amazon Transcribe.

$sel:vocabularyFilterMethod:EngineTranscribeSettings', engineTranscribeSettings_vocabularyFilterMethod - The filtering method passed to Amazon Transcribe.

$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: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
Eq EventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.EventsConfiguration

Show 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 #

NFData EventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.EventsConfiguration

Methods

rnf :: EventsConfiguration -> () #

Hashable EventsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.EventsConfiguration

FromJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "EventsConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "lambdaFunctionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "botId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe 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:lambdaFunctionArn:EventsConfiguration', eventsConfiguration_lambdaFunctionArn - Lambda function ARN that allows a bot to receive outgoing events.

$sel:botId:EventsConfiguration', eventsConfiguration_botId - The bot ID.

$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
Eq GeoMatchParams Source # 
Instance details

Defined in Amazonka.Chime.Types.GeoMatchParams

Read GeoMatchParams Source # 
Instance details

Defined in Amazonka.Chime.Types.GeoMatchParams

Show 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 #

NFData GeoMatchParams Source # 
Instance details

Defined in Amazonka.Chime.Types.GeoMatchParams

Methods

rnf :: GeoMatchParams -> () #

Hashable GeoMatchParams Source # 
Instance details

Defined in Amazonka.Chime.Types.GeoMatchParams

ToJSON GeoMatchParams Source # 
Instance details

Defined in Amazonka.Chime.Types.GeoMatchParams

FromJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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
Eq Identity Source # 
Instance details

Defined in Amazonka.Chime.Types.Identity

Show 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 #

NFData Identity Source # 
Instance details

Defined in Amazonka.Chime.Types.Identity

Methods

rnf :: Identity -> () #

Hashable Identity Source # 
Instance details

Defined in Amazonka.Chime.Types.Identity

Methods

hashWithSalt :: Int -> Identity -> Int #

hash :: Identity -> Int #

FromJSON Identity Source # 
Instance details

Defined in Amazonka.Chime.Types.Identity

type Rep Identity Source # 
Instance details

Defined in Amazonka.Chime.Types.Identity

type Rep Identity = D1 ('MetaData "Identity" "Amazonka.Chime.Types.Identity" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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
Eq Invite Source # 
Instance details

Defined in Amazonka.Chime.Types.Invite

Methods

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

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

Show 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 #

NFData Invite Source # 
Instance details

Defined in Amazonka.Chime.Types.Invite

Methods

rnf :: Invite -> () #

Hashable Invite Source # 
Instance details

Defined in Amazonka.Chime.Types.Invite

Methods

hashWithSalt :: Int -> Invite -> Int #

hash :: Invite -> Int #

FromJSON Invite Source # 
Instance details

Defined in Amazonka.Chime.Types.Invite

type Rep Invite Source # 
Instance details

Defined in Amazonka.Chime.Types.Invite

type Rep Invite = D1 ('MetaData "Invite" "Amazonka.Chime.Types.Invite" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "Invite'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InviteStatus)) :*: S1 ('MetaSel ('Just "emailStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EmailStatus))) :*: (S1 ('MetaSel ('Just "inviteId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "emailAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))))))

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:status:Invite', invite_status - The status of the invite.

$sel:emailStatus:Invite', invite_emailStatus - The status of the invite email.

$sel:inviteId:Invite', invite_inviteId - The invite ID.

$sel:emailAddress:Invite', invite_emailAddress - The email address to which the invite is sent.

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
Eq LoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.LoggingConfiguration

Read LoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.LoggingConfiguration

Show 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 #

NFData LoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.LoggingConfiguration

Methods

rnf :: LoggingConfiguration -> () #

Hashable LoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.LoggingConfiguration

ToJSON LoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.LoggingConfiguration

FromJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "LoggingConfiguration'" 'PrefixI 'True) (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: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
Eq MediaCapturePipeline Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaCapturePipeline

Show 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 #

NFData MediaCapturePipeline Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaCapturePipeline

Methods

rnf :: MediaCapturePipeline -> () #

Hashable MediaCapturePipeline Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaCapturePipeline

FromJSON 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:status:MediaCapturePipeline', mediaCapturePipeline_status - The status of the media capture pipeline.

$sel:sourceType:MediaCapturePipeline', mediaCapturePipeline_sourceType - Source type from which media artifacts are saved. You must use ChimeMeeting.

$sel:sourceArn:MediaCapturePipeline', mediaCapturePipeline_sourceArn - ARN of the source from which the media artifacts will be saved.

$sel:updatedTimestamp:MediaCapturePipeline', mediaCapturePipeline_updatedTimestamp - The time at which the capture pipeline was updated, in ISO 8601 format.

$sel:sinkType:MediaCapturePipeline', mediaCapturePipeline_sinkType - Destination type to which the media artifacts are saved. You must use an S3 Bucket.

$sel:chimeSdkMeetingConfiguration:MediaCapturePipeline', mediaCapturePipeline_chimeSdkMeetingConfiguration - The configuration for a specified media capture pipeline. SourceType must be ChimeSdkMeeting.

$sel:sinkArn:MediaCapturePipeline', mediaCapturePipeline_sinkArn - ARN of the destination to which the media artifacts are saved.

$sel:mediaPipelineId:MediaCapturePipeline', mediaCapturePipeline_mediaPipelineId - The ID of a media capture pipeline.

$sel:createdTimestamp:MediaCapturePipeline', mediaCapturePipeline_createdTimestamp - The time at which the capture pipeline was created, 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
Eq MediaPlacement Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPlacement

Read MediaPlacement Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPlacement

Show 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 #

NFData MediaPlacement Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPlacement

Methods

rnf :: MediaPlacement -> () #

Hashable MediaPlacement Source # 
Instance details

Defined in Amazonka.Chime.Types.MediaPlacement

FromJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "MediaPlacement'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "screenDataUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "eventIngestionUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "signalingUrl") '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 "audioHostUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "audioFallbackUrl") '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:screenDataUrl:MediaPlacement', mediaPlacement_screenDataUrl - The screen data URL.

$sel:eventIngestionUrl:MediaPlacement', mediaPlacement_eventIngestionUrl - The event ingestion URL.

$sel:signalingUrl:MediaPlacement', mediaPlacement_signalingUrl - The signaling URL.

$sel:screenSharingUrl:MediaPlacement', mediaPlacement_screenSharingUrl - The screen sharing URL.

$sel:screenViewingUrl:MediaPlacement', mediaPlacement_screenViewingUrl - The screen viewing URL.

$sel:audioHostUrl:MediaPlacement', mediaPlacement_audioHostUrl - The audio host URL.

$sel:audioFallbackUrl:MediaPlacement', mediaPlacement_audioFallbackUrl - The audio fallback 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
Eq Meeting Source # 
Instance details

Defined in Amazonka.Chime.Types.Meeting

Methods

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

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

Show 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 #

NFData Meeting Source # 
Instance details

Defined in Amazonka.Chime.Types.Meeting

Methods

rnf :: Meeting -> () #

Hashable Meeting Source # 
Instance details

Defined in Amazonka.Chime.Types.Meeting

Methods

hashWithSalt :: Int -> Meeting -> Int #

hash :: Meeting -> Int #

FromJSON Meeting Source # 
Instance details

Defined in Amazonka.Chime.Types.Meeting

type Rep Meeting Source # 
Instance details

Defined in Amazonka.Chime.Types.Meeting

type Rep Meeting = D1 ('MetaData "Meeting" "Amazonka.Chime.Types.Meeting" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "Meeting'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "mediaRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "mediaPlacement") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MediaPlacement))) :*: (S1 ('MetaSel ('Just "externalMeetingId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive 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: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:mediaPlacement:Meeting', meeting_mediaPlacement - The media placement for the meeting.

$sel:externalMeetingId:Meeting', meeting_externalMeetingId - The external meeting ID.

$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
Eq MeetingNotificationConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.MeetingNotificationConfiguration

Show 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 #

NFData MeetingNotificationConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.MeetingNotificationConfiguration

Hashable MeetingNotificationConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.MeetingNotificationConfiguration

ToJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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
Eq Member Source # 
Instance details

Defined in Amazonka.Chime.Types.Member

Methods

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

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

Show 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 #

NFData Member Source # 
Instance details

Defined in Amazonka.Chime.Types.Member

Methods

rnf :: Member -> () #

Hashable Member Source # 
Instance details

Defined in Amazonka.Chime.Types.Member

Methods

hashWithSalt :: Int -> Member -> Int #

hash :: Member -> Int #

FromJSON Member Source # 
Instance details

Defined in Amazonka.Chime.Types.Member

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:fullName:Member', member_fullName - The member name.

$sel:email:Member', member_email - The member email address.

$sel:memberId:Member', member_memberId - The member ID (user ID or bot ID).

$sel:memberType:Member', member_memberType - The member type.

$sel:accountId:Member', member_accountId - The Amazon Chime account ID.

MemberError

data MemberError Source #

The list of errors returned when a member action results in an error.

See: newMemberError smart constructor.

Instances

Instances details
Eq MemberError Source # 
Instance details

Defined in Amazonka.Chime.Types.MemberError

Read MemberError Source # 
Instance details

Defined in Amazonka.Chime.Types.MemberError

Show 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 #

NFData MemberError Source # 
Instance details

Defined in Amazonka.Chime.Types.MemberError

Methods

rnf :: MemberError -> () #

Hashable MemberError Source # 
Instance details

Defined in Amazonka.Chime.Types.MemberError

FromJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "MemberError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "memberId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ErrorCode)) :*: S1 ('MetaSel ('Just "errorMessage") '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:memberId:MemberError', memberError_memberId - The member ID.

$sel:errorCode:MemberError', memberError_errorCode - The error code.

$sel:errorMessage:MemberError', memberError_errorMessage - The error message.

MembershipItem

data MembershipItem Source #

Membership details, such as member ID and member role.

See: newMembershipItem smart constructor.

Instances

Instances details
Eq MembershipItem Source # 
Instance details

Defined in Amazonka.Chime.Types.MembershipItem

Read MembershipItem Source # 
Instance details

Defined in Amazonka.Chime.Types.MembershipItem

Show 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 #

NFData MembershipItem Source # 
Instance details

Defined in Amazonka.Chime.Types.MembershipItem

Methods

rnf :: MembershipItem -> () #

Hashable MembershipItem Source # 
Instance details

Defined in Amazonka.Chime.Types.MembershipItem

ToJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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
Eq MessagingSessionEndpoint Source # 
Instance details

Defined in Amazonka.Chime.Types.MessagingSessionEndpoint

Read MessagingSessionEndpoint Source # 
Instance details

Defined in Amazonka.Chime.Types.MessagingSessionEndpoint

Show 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 #

NFData MessagingSessionEndpoint Source # 
Instance details

Defined in Amazonka.Chime.Types.MessagingSessionEndpoint

Hashable MessagingSessionEndpoint Source # 
Instance details

Defined in Amazonka.Chime.Types.MessagingSessionEndpoint

FromJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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
Eq OrderedPhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.Types.OrderedPhoneNumber

Show 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 #

NFData OrderedPhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.Types.OrderedPhoneNumber

Methods

rnf :: OrderedPhoneNumber -> () #

Hashable OrderedPhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.Types.OrderedPhoneNumber

FromJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "OrderedPhoneNumber'" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OrderedPhoneNumberStatus)) :*: S1 ('MetaSel ('Just "e164PhoneNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))))

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:status:OrderedPhoneNumber', orderedPhoneNumber_status - The phone number status.

$sel:e164PhoneNumber:OrderedPhoneNumber', orderedPhoneNumber_e164PhoneNumber - The phone number, in E.164 format.

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
Eq Origination Source # 
Instance details

Defined in Amazonka.Chime.Types.Origination

Read Origination Source # 
Instance details

Defined in Amazonka.Chime.Types.Origination

Show 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 #

NFData Origination Source # 
Instance details

Defined in Amazonka.Chime.Types.Origination

Methods

rnf :: Origination -> () #

Hashable Origination Source # 
Instance details

Defined in Amazonka.Chime.Types.Origination

ToJSON Origination Source # 
Instance details

Defined in Amazonka.Chime.Types.Origination

FromJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "Origination'" 'PrefixI 'True) (S1 ('MetaSel ('Just "routes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [OriginationRoute])) :*: S1 ('MetaSel ('Just "disabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

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: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.

$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.

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
Eq OriginationRoute Source # 
Instance details

Defined in Amazonka.Chime.Types.OriginationRoute

Read OriginationRoute Source # 
Instance details

Defined in Amazonka.Chime.Types.OriginationRoute

Show 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 #

NFData OriginationRoute Source # 
Instance details

Defined in Amazonka.Chime.Types.OriginationRoute

Methods

rnf :: OriginationRoute -> () #

Hashable OriginationRoute Source # 
Instance details

Defined in Amazonka.Chime.Types.OriginationRoute

ToJSON OriginationRoute Source # 
Instance details

Defined in Amazonka.Chime.Types.OriginationRoute

FromJSON 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:priority:OriginationRoute', originationRoute_priority - The priority associated with the host, with 1 being the highest priority. Higher priority hosts are attempted first.

$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.

$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: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.

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
Eq Participant Source # 
Instance details

Defined in Amazonka.Chime.Types.Participant

Show 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 #

NFData Participant Source # 
Instance details

Defined in Amazonka.Chime.Types.Participant

Methods

rnf :: Participant -> () #

Hashable Participant Source # 
Instance details

Defined in Amazonka.Chime.Types.Participant

FromJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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
Eq PhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumber

Show 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 #

NFData PhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumber

Methods

rnf :: PhoneNumber -> () #

Hashable PhoneNumber Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumber

FromJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "PhoneNumber'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PhoneNumberStatus)) :*: (S1 ('MetaSel ('Just "deletionTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "phoneNumberId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "country") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "updatedTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "productType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PhoneNumberProductType))))) :*: ((S1 ('MetaSel ('Just "e164PhoneNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "associations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PhoneNumberAssociation])) :*: S1 ('MetaSel ('Just "callingName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))))) :*: ((S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PhoneNumberType)) :*: S1 ('MetaSel ('Just "createdTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "capabilities") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PhoneNumberCapabilities)) :*: S1 ('MetaSel ('Just "callingNameStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CallingNameStatus)))))))

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:status:PhoneNumber', phoneNumber_status - The phone number status.

$sel:deletionTimestamp:PhoneNumber', phoneNumber_deletionTimestamp - The deleted phone number timestamp, in ISO 8601 format.

$sel:phoneNumberId:PhoneNumber', phoneNumber_phoneNumberId - The phone number ID.

$sel:country:PhoneNumber', phoneNumber_country - The phone number country. Format: ISO 3166-1 alpha-2.

$sel:updatedTimestamp:PhoneNumber', phoneNumber_updatedTimestamp - The updated phone number timestamp, in ISO 8601 format.

$sel:productType:PhoneNumber', phoneNumber_productType - The phone number product type.

$sel:e164PhoneNumber:PhoneNumber', phoneNumber_e164PhoneNumber - The phone number, in E.164 format.

$sel:associations:PhoneNumber', phoneNumber_associations - The phone number associations.

$sel:callingName:PhoneNumber', phoneNumber_callingName - The outbound calling name associated with the phone number.

$sel:type':PhoneNumber', phoneNumber_type - The phone number type.

$sel:createdTimestamp:PhoneNumber', phoneNumber_createdTimestamp - The phone number creation timestamp, in ISO 8601 format.

$sel:capabilities:PhoneNumber', phoneNumber_capabilities - The phone number capabilities.

$sel:callingNameStatus:PhoneNumber', phoneNumber_callingNameStatus - The outbound calling name status.

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
Eq PhoneNumberAssociation Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberAssociation

Read PhoneNumberAssociation Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberAssociation

Show 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 #

NFData PhoneNumberAssociation Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberAssociation

Methods

rnf :: PhoneNumberAssociation -> () #

Hashable PhoneNumberAssociation Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberAssociation

FromJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "PhoneNumberAssociation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "associatedTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PhoneNumberAssociationName)))))

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:value:PhoneNumberAssociation', phoneNumberAssociation_value - Contains the ID for the entity specified in Name.

$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.

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
Eq PhoneNumberCapabilities Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberCapabilities

Read PhoneNumberCapabilities Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberCapabilities

Show 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 #

NFData PhoneNumberCapabilities Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberCapabilities

Methods

rnf :: PhoneNumberCapabilities -> () #

Hashable PhoneNumberCapabilities Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberCapabilities

FromJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "PhoneNumberCapabilities'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "outboundMMS") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "inboundCall") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "inboundSMS") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: (S1 ('MetaSel ('Just "inboundMMS") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "outboundCall") '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:outboundMMS:PhoneNumberCapabilities', phoneNumberCapabilities_outboundMMS - Allows or denies outbound MMS messaging for the specified phone number.

$sel:inboundCall:PhoneNumberCapabilities', phoneNumberCapabilities_inboundCall - Allows or denies inbound calling for the specified phone number.

$sel:inboundSMS:PhoneNumberCapabilities', phoneNumberCapabilities_inboundSMS - Allows or denies inbound SMS messaging for the specified phone number.

$sel:inboundMMS:PhoneNumberCapabilities', phoneNumberCapabilities_inboundMMS - Allows or denies inbound MMS messaging for the specified phone number.

$sel:outboundCall:PhoneNumberCapabilities', phoneNumberCapabilities_outboundCall - Allows or denies outbound calling 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
Eq PhoneNumberCountry Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberCountry

Read PhoneNumberCountry Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberCountry

Show 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 #

NFData PhoneNumberCountry Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberCountry

Methods

rnf :: PhoneNumberCountry -> () #

Hashable PhoneNumberCountry Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberCountry

FromJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "PhoneNumberCountry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "supportedPhoneNumberTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PhoneNumberType])) :*: S1 ('MetaSel ('Just "countryCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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:supportedPhoneNumberTypes:PhoneNumberCountry', phoneNumberCountry_supportedPhoneNumberTypes - The supported phone number types.

$sel:countryCode:PhoneNumberCountry', phoneNumberCountry_countryCode - The phone number country code. Format: ISO 3166-1 alpha-2.

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
Eq PhoneNumberError Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberError

Read PhoneNumberError Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberError

Show 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 #

NFData PhoneNumberError Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberError

Methods

rnf :: PhoneNumberError -> () #

Hashable PhoneNumberError Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberError

FromJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "PhoneNumberError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "phoneNumberId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ErrorCode)) :*: S1 ('MetaSel ('Just "errorMessage") '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:phoneNumberId:PhoneNumberError', phoneNumberError_phoneNumberId - The phone number ID for which the action failed.

$sel:errorCode:PhoneNumberError', phoneNumberError_errorCode - The error code.

$sel:errorMessage:PhoneNumberError', phoneNumberError_errorMessage - The error message.

PhoneNumberOrder

data PhoneNumberOrder Source #

The details of a phone number order created for Amazon Chime.

See: newPhoneNumberOrder smart constructor.

Instances

Instances details
Eq PhoneNumberOrder Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberOrder

Show 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 #

NFData PhoneNumberOrder Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberOrder

Methods

rnf :: PhoneNumberOrder -> () #

Hashable PhoneNumberOrder Source # 
Instance details

Defined in Amazonka.Chime.Types.PhoneNumberOrder

FromJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "PhoneNumberOrder'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PhoneNumberOrderStatus)) :*: (S1 ('MetaSel ('Just "orderedPhoneNumbers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [OrderedPhoneNumber])) :*: S1 ('MetaSel ('Just "updatedTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "productType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PhoneNumberProductType)) :*: (S1 ('MetaSel ('Just "phoneNumberOrderId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createdTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))))

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:status:PhoneNumberOrder', phoneNumberOrder_status - The status of the phone number order.

$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:updatedTimestamp:PhoneNumberOrder', phoneNumberOrder_updatedTimestamp - The updated phone number order time stamp, in ISO 8601 format.

$sel:productType:PhoneNumberOrder', phoneNumberOrder_productType - The phone number order product type.

$sel:phoneNumberOrderId:PhoneNumberOrder', phoneNumberOrder_phoneNumberOrderId - The phone number order ID.

$sel:createdTimestamp:PhoneNumberOrder', phoneNumberOrder_createdTimestamp - The phone number order creation 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
Eq Proxy Source # 
Instance details

Defined in Amazonka.Chime.Types.Proxy

Methods

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

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

Show Proxy Source # 
Instance details

Defined in Amazonka.Chime.Types.Proxy

Methods

showsPrec :: Int -> Proxy -> ShowS #

show :: Proxy -> String #

showList :: [Proxy] -> ShowS #

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 #

NFData Proxy Source # 
Instance details

Defined in Amazonka.Chime.Types.Proxy

Methods

rnf :: Proxy -> () #

Hashable Proxy Source # 
Instance details

Defined in Amazonka.Chime.Types.Proxy

Methods

hashWithSalt :: Int -> Proxy -> Int #

hash :: Proxy -> Int #

FromJSON Proxy Source # 
Instance details

Defined in Amazonka.Chime.Types.Proxy

type Rep Proxy Source # 
Instance details

Defined in Amazonka.Chime.Types.Proxy

type Rep Proxy = D1 ('MetaData "Proxy" "Amazonka.Chime.Types.Proxy" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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
Eq ProxySession Source # 
Instance details

Defined in Amazonka.Chime.Types.ProxySession

Show 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 #

NFData ProxySession Source # 
Instance details

Defined in Amazonka.Chime.Types.ProxySession

Methods

rnf :: ProxySession -> () #

Hashable ProxySession Source # 
Instance details

Defined in Amazonka.Chime.Types.ProxySession

FromJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "ProxySession'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProxySessionStatus)) :*: (S1 ('MetaSel ('Just "numberSelectionBehavior") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NumberSelectionBehavior)) :*: S1 ('MetaSel ('Just "geoMatchParams") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GeoMatchParams)))) :*: (S1 ('MetaSel ('Just "expiryMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "endedTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "updatedTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))) :*: ((S1 ('MetaSel ('Just "participants") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Participant])) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "proxySessionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "geoMatchLevel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GeoMatchLevel)) :*: S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "createdTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "capabilities") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Capability])))))))

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:status:ProxySession', proxySession_status - The status 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:geoMatchParams:ProxySession', proxySession_geoMatchParams - The country and area code for the proxy phone number.

$sel:expiryMinutes:ProxySession', proxySession_expiryMinutes - The number of minutes allowed for the proxy session.

$sel:endedTimestamp:ProxySession', proxySession_endedTimestamp - The ended time stamp, in ISO 8601 format.

$sel:updatedTimestamp:ProxySession', proxySession_updatedTimestamp - The updated time stamp, in ISO 8601 format.

$sel:participants:ProxySession', proxySession_participants - The proxy session participants.

$sel:name:ProxySession', proxySession_name - The name of the proxy session.

$sel:proxySessionId:ProxySession', proxySession_proxySessionId - The proxy session ID.

$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:voiceConnectorId:ProxySession', proxySession_voiceConnectorId - The Amazon Chime voice connector ID.

$sel:createdTimestamp:ProxySession', proxySession_createdTimestamp - The created time stamp, in ISO 8601 format.

$sel:capabilities:ProxySession', proxySession_capabilities - The proxy session capabilities.

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
Eq RetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.RetentionSettings

Read RetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.RetentionSettings

Show 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 #

NFData RetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.RetentionSettings

Methods

rnf :: RetentionSettings -> () #

Hashable RetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.RetentionSettings

ToJSON RetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.RetentionSettings

FromJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "RetentionSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "roomRetentionSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RoomRetentionSettings)) :*: S1 ('MetaSel ('Just "conversationRetentionSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConversationRetentionSettings))))

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:roomRetentionSettings:RetentionSettings', retentionSettings_roomRetentionSettings - The chat room retention settings.

$sel:conversationRetentionSettings:RetentionSettings', retentionSettings_conversationRetentionSettings - The chat conversation retention settings.

Room

data Room Source #

The Amazon Chime chat room details.

See: newRoom smart constructor.

Instances

Instances details
Eq Room Source # 
Instance details

Defined in Amazonka.Chime.Types.Room

Methods

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

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

Show Room Source # 
Instance details

Defined in Amazonka.Chime.Types.Room

Methods

showsPrec :: Int -> Room -> ShowS #

show :: Room -> String #

showList :: [Room] -> ShowS #

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 #

NFData Room Source # 
Instance details

Defined in Amazonka.Chime.Types.Room

Methods

rnf :: Room -> () #

Hashable Room Source # 
Instance details

Defined in Amazonka.Chime.Types.Room

Methods

hashWithSalt :: Int -> Room -> Int #

hash :: Room -> Int #

FromJSON Room Source # 
Instance details

Defined in Amazonka.Chime.Types.Room

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:updatedTimestamp:Room', room_updatedTimestamp - The room update timestamp, in ISO 8601 format.

$sel:createdBy:Room', room_createdBy - The identifier of the room creator.

$sel:accountId:Room', room_accountId - The Amazon Chime account ID.

$sel:name:Room', room_name - The room name.

$sel:roomId:Room', room_roomId - The room ID.

$sel:createdTimestamp:Room', room_createdTimestamp - The room creation timestamp, in ISO 8601 format.

RoomMembership

data RoomMembership Source #

The room membership details.

See: newRoomMembership smart constructor.

Instances

Instances details
Eq RoomMembership Source # 
Instance details

Defined in Amazonka.Chime.Types.RoomMembership

Show 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 #

NFData RoomMembership Source # 
Instance details

Defined in Amazonka.Chime.Types.RoomMembership

Methods

rnf :: RoomMembership -> () #

Hashable RoomMembership Source # 
Instance details

Defined in Amazonka.Chime.Types.RoomMembership

FromJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "RoomMembership'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "updatedTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "role'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RoomMembershipRole))) :*: (S1 ('MetaSel ('Just "roomId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "member") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Member)) :*: S1 ('MetaSel ('Just "invitedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

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:updatedTimestamp:RoomMembership', roomMembership_updatedTimestamp - The room membership update timestamp, in ISO 8601 format.

$sel:role':RoomMembership', roomMembership_role - The membership role.

$sel:roomId:RoomMembership', roomMembership_roomId - The room ID.

$sel:member:RoomMembership', roomMembership_member - Undocumented member.

$sel:invitedBy:RoomMembership', roomMembership_invitedBy - The identifier of the user that invited the room member.

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
Eq RoomRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.RoomRetentionSettings

Read RoomRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.RoomRetentionSettings

Show 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 #

NFData RoomRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.RoomRetentionSettings

Methods

rnf :: RoomRetentionSettings -> () #

Hashable RoomRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.RoomRetentionSettings

ToJSON RoomRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.RoomRetentionSettings

FromJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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
Eq SelectedVideoStreams Source # 
Instance details

Defined in Amazonka.Chime.Types.SelectedVideoStreams

Show 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 #

NFData SelectedVideoStreams Source # 
Instance details

Defined in Amazonka.Chime.Types.SelectedVideoStreams

Methods

rnf :: SelectedVideoStreams -> () #

Hashable SelectedVideoStreams Source # 
Instance details

Defined in Amazonka.Chime.Types.SelectedVideoStreams

ToJSON SelectedVideoStreams Source # 
Instance details

Defined in Amazonka.Chime.Types.SelectedVideoStreams

FromJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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
Eq SigninDelegateGroup Source # 
Instance details

Defined in Amazonka.Chime.Types.SigninDelegateGroup

Read SigninDelegateGroup Source # 
Instance details

Defined in Amazonka.Chime.Types.SigninDelegateGroup

Show 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 #

NFData SigninDelegateGroup Source # 
Instance details

Defined in Amazonka.Chime.Types.SigninDelegateGroup

Methods

rnf :: SigninDelegateGroup -> () #

Hashable SigninDelegateGroup Source # 
Instance details

Defined in Amazonka.Chime.Types.SigninDelegateGroup

ToJSON SigninDelegateGroup Source # 
Instance details

Defined in Amazonka.Chime.Types.SigninDelegateGroup

FromJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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
Eq SipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.Types.SipMediaApplication

Show 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 #

NFData SipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.Types.SipMediaApplication

Methods

rnf :: SipMediaApplication -> () #

Hashable SipMediaApplication Source # 
Instance details

Defined in Amazonka.Chime.Types.SipMediaApplication

FromJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "SipMediaApplication'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "updatedTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "awsRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "endpoints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty SipMediaApplicationEndpoint))) :*: (S1 ('MetaSel ('Just "createdTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "sipMediaApplicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

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:updatedTimestamp:SipMediaApplication', sipMediaApplication_updatedTimestamp - The SIP media application updated timestamp, in ISO 8601 format.

$sel:name:SipMediaApplication', sipMediaApplication_name - The name of the SIP media application.

$sel:awsRegion:SipMediaApplication', sipMediaApplication_awsRegion - The AWS Region in which the SIP media application is created.

$sel:endpoints:SipMediaApplication', sipMediaApplication_endpoints - List of endpoints for SIP media application. Currently, only one endpoint per SIP media application is permitted.

$sel:createdTimestamp:SipMediaApplication', sipMediaApplication_createdTimestamp - The SIP media application creation timestamp, in ISO 8601 format.

$sel:sipMediaApplicationId:SipMediaApplication', sipMediaApplication_sipMediaApplicationId - The SIP media application ID.

SipMediaApplicationCall

data SipMediaApplicationCall Source #

A Call instance for a SIP media application.

See: newSipMediaApplicationCall smart constructor.

Instances

Instances details
Eq SipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.Chime.Types.SipMediaApplicationCall

Read SipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.Chime.Types.SipMediaApplicationCall

Show 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 #

NFData SipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.Chime.Types.SipMediaApplicationCall

Methods

rnf :: SipMediaApplicationCall -> () #

Hashable SipMediaApplicationCall Source # 
Instance details

Defined in Amazonka.Chime.Types.SipMediaApplicationCall

FromJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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
Eq SipMediaApplicationEndpoint Source # 
Instance details

Defined in Amazonka.Chime.Types.SipMediaApplicationEndpoint

Show 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 #

NFData SipMediaApplicationEndpoint Source # 
Instance details

Defined in Amazonka.Chime.Types.SipMediaApplicationEndpoint

Hashable SipMediaApplicationEndpoint Source # 
Instance details

Defined in Amazonka.Chime.Types.SipMediaApplicationEndpoint

ToJSON SipMediaApplicationEndpoint Source # 
Instance details

Defined in Amazonka.Chime.Types.SipMediaApplicationEndpoint

FromJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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
Eq 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

Generic SipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.SipMediaApplicationLoggingConfiguration

NFData SipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.SipMediaApplicationLoggingConfiguration

Hashable SipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.SipMediaApplicationLoggingConfiguration

ToJSON SipMediaApplicationLoggingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.SipMediaApplicationLoggingConfiguration

FromJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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
Eq SipRule Source # 
Instance details

Defined in Amazonka.Chime.Types.SipRule

Methods

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

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

Read SipRule Source # 
Instance details

Defined in Amazonka.Chime.Types.SipRule

Show 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 #

NFData SipRule Source # 
Instance details

Defined in Amazonka.Chime.Types.SipRule

Methods

rnf :: SipRule -> () #

Hashable SipRule Source # 
Instance details

Defined in Amazonka.Chime.Types.SipRule

Methods

hashWithSalt :: Int -> SipRule -> Int #

hash :: SipRule -> Int #

FromJSON SipRule Source # 
Instance details

Defined in Amazonka.Chime.Types.SipRule

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:disabled:SipRule', sipRule_disabled - Indicates whether the SIP rule is enabled or disabled. You must disable a rule before you can delete it.

$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:updatedTimestamp:SipRule', sipRule_updatedTimestamp - The time at which the SIP rule was last updated, in ISO 8601 format.

$sel:name:SipRule', sipRule_name - The name of the SIP rule.

$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:createdTimestamp:SipRule', sipRule_createdTimestamp - The time at which the SIP rule was created, in ISO 8601 format.

$sel:sipRuleId:SipRule', sipRule_sipRuleId - The SIP rule ID.

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
Eq SipRuleTargetApplication Source # 
Instance details

Defined in Amazonka.Chime.Types.SipRuleTargetApplication

Read SipRuleTargetApplication Source # 
Instance details

Defined in Amazonka.Chime.Types.SipRuleTargetApplication

Show 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 #

NFData SipRuleTargetApplication Source # 
Instance details

Defined in Amazonka.Chime.Types.SipRuleTargetApplication

Hashable SipRuleTargetApplication Source # 
Instance details

Defined in Amazonka.Chime.Types.SipRuleTargetApplication

ToJSON SipRuleTargetApplication Source # 
Instance details

Defined in Amazonka.Chime.Types.SipRuleTargetApplication

FromJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "SipRuleTargetApplication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "priority") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "awsRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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:priority:SipRuleTargetApplication', sipRuleTargetApplication_priority - Priority of the SIP media application in the target list.

$sel:awsRegion:SipRuleTargetApplication', sipRuleTargetApplication_awsRegion - The AWS Region of the target application.

$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
Eq SourceConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.SourceConfiguration

Show 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 #

NFData SourceConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.SourceConfiguration

Methods

rnf :: SourceConfiguration -> () #

Hashable SourceConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.SourceConfiguration

ToJSON SourceConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.SourceConfiguration

FromJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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
Eq StreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.StreamingConfiguration

Read StreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.StreamingConfiguration

Show 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 #

NFData StreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.StreamingConfiguration

Methods

rnf :: StreamingConfiguration -> () #

Hashable StreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.StreamingConfiguration

ToJSON StreamingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.StreamingConfiguration

FromJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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
Eq StreamingNotificationTarget Source # 
Instance details

Defined in Amazonka.Chime.Types.StreamingNotificationTarget

Read StreamingNotificationTarget Source # 
Instance details

Defined in Amazonka.Chime.Types.StreamingNotificationTarget

Show 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 #

NFData StreamingNotificationTarget Source # 
Instance details

Defined in Amazonka.Chime.Types.StreamingNotificationTarget

Hashable StreamingNotificationTarget Source # 
Instance details

Defined in Amazonka.Chime.Types.StreamingNotificationTarget

ToJSON StreamingNotificationTarget Source # 
Instance details

Defined in Amazonka.Chime.Types.StreamingNotificationTarget

FromJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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
Eq Tag Source # 
Instance details

Defined in Amazonka.Chime.Types.Tag

Methods

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

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

Show Tag Source # 
Instance details

Defined in Amazonka.Chime.Types.Tag

Methods

showsPrec :: Int -> Tag -> ShowS #

show :: Tag -> String #

showList :: [Tag] -> ShowS #

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 #

NFData Tag Source # 
Instance details

Defined in Amazonka.Chime.Types.Tag

Methods

rnf :: Tag -> () #

Hashable Tag Source # 
Instance details

Defined in Amazonka.Chime.Types.Tag

Methods

hashWithSalt :: Int -> Tag -> Int #

hash :: Tag -> Int #

ToJSON Tag Source # 
Instance details

Defined in Amazonka.Chime.Types.Tag

FromJSON Tag Source # 
Instance details

Defined in Amazonka.Chime.Types.Tag

type Rep Tag Source # 
Instance details

Defined in Amazonka.Chime.Types.Tag

type Rep Tag = D1 ('MetaData "Tag" "Amazonka.Chime.Types.Tag" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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
Eq TelephonySettings Source # 
Instance details

Defined in Amazonka.Chime.Types.TelephonySettings

Read TelephonySettings Source # 
Instance details

Defined in Amazonka.Chime.Types.TelephonySettings

Show 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 #

NFData TelephonySettings Source # 
Instance details

Defined in Amazonka.Chime.Types.TelephonySettings

Methods

rnf :: TelephonySettings -> () #

Hashable TelephonySettings Source # 
Instance details

Defined in Amazonka.Chime.Types.TelephonySettings

ToJSON TelephonySettings Source # 
Instance details

Defined in Amazonka.Chime.Types.TelephonySettings

FromJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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
Eq Termination Source # 
Instance details

Defined in Amazonka.Chime.Types.Termination

Show 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 #

NFData Termination Source # 
Instance details

Defined in Amazonka.Chime.Types.Termination

Methods

rnf :: Termination -> () #

Hashable Termination Source # 
Instance details

Defined in Amazonka.Chime.Types.Termination

ToJSON Termination Source # 
Instance details

Defined in Amazonka.Chime.Types.Termination

FromJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "Termination'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "defaultPhoneNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "disabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "callingRegions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "cpsLimit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "cidrAllowedList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))))

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: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.

$sel:callingRegions:Termination', termination_callingRegions - The countries to which calls are allowed, in ISO 3166-1 alpha-2 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:cidrAllowedList:Termination', termination_cidrAllowedList - The IP addresses allowed to make calls, in CIDR format. Required.

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
Eq TerminationHealth Source # 
Instance details

Defined in Amazonka.Chime.Types.TerminationHealth

Read TerminationHealth Source # 
Instance details

Defined in Amazonka.Chime.Types.TerminationHealth

Show 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 #

NFData TerminationHealth Source # 
Instance details

Defined in Amazonka.Chime.Types.TerminationHealth

Methods

rnf :: TerminationHealth -> () #

Hashable TerminationHealth Source # 
Instance details

Defined in Amazonka.Chime.Types.TerminationHealth

FromJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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 POSIX))))

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
Eq TranscriptionConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscriptionConfiguration

Read TranscriptionConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscriptionConfiguration

Show 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 #

NFData TranscriptionConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscriptionConfiguration

Hashable TranscriptionConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.TranscriptionConfiguration

ToJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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
Eq UpdatePhoneNumberRequestItem Source # 
Instance details

Defined in Amazonka.Chime.Types.UpdatePhoneNumberRequestItem

Show 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 #

NFData UpdatePhoneNumberRequestItem Source # 
Instance details

Defined in Amazonka.Chime.Types.UpdatePhoneNumberRequestItem

Hashable UpdatePhoneNumberRequestItem Source # 
Instance details

Defined in Amazonka.Chime.Types.UpdatePhoneNumberRequestItem

ToJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "UpdatePhoneNumberRequestItem'" 'PrefixI 'True) (S1 ('MetaSel ('Just "productType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PhoneNumberProductType)) :*: (S1 ('MetaSel ('Just "callingName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: 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:productType:UpdatePhoneNumberRequestItem', updatePhoneNumberRequestItem_productType - The product type to update.

$sel:callingName:UpdatePhoneNumberRequestItem', updatePhoneNumberRequestItem_callingName - The outbound calling name 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
Eq UpdateUserRequestItem Source # 
Instance details

Defined in Amazonka.Chime.Types.UpdateUserRequestItem

Show 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 #

NFData UpdateUserRequestItem Source # 
Instance details

Defined in Amazonka.Chime.Types.UpdateUserRequestItem

Methods

rnf :: UpdateUserRequestItem -> () #

Hashable UpdateUserRequestItem Source # 
Instance details

Defined in Amazonka.Chime.Types.UpdateUserRequestItem

ToJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "UpdateUserRequestItem'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "licenseType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe License)) :*: S1 ('MetaSel ('Just "userType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserType))) :*: (S1 ('MetaSel ('Just "alexaForBusinessMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AlexaForBusinessMetadata)) :*: 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:licenseType:UpdateUserRequestItem', updateUserRequestItem_licenseType - The user license type.

$sel:userType:UpdateUserRequestItem', updateUserRequestItem_userType - The user type.

$sel:alexaForBusinessMetadata:UpdateUserRequestItem', updateUserRequestItem_alexaForBusinessMetadata - The Alexa for Business metadata.

$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
Eq User Source # 
Instance details

Defined in Amazonka.Chime.Types.User

Methods

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

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

Show User Source # 
Instance details

Defined in Amazonka.Chime.Types.User

Methods

showsPrec :: Int -> User -> ShowS #

show :: User -> String #

showList :: [User] -> ShowS #

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 #

NFData User Source # 
Instance details

Defined in Amazonka.Chime.Types.User

Methods

rnf :: User -> () #

Hashable User Source # 
Instance details

Defined in Amazonka.Chime.Types.User

Methods

hashWithSalt :: Int -> User -> Int #

hash :: User -> Int #

FromJSON User Source # 
Instance details

Defined in Amazonka.Chime.Types.User

type Rep User Source # 
Instance details

Defined in Amazonka.Chime.Types.User

type Rep User = D1 ('MetaData "User" "Amazonka.Chime.Types.User" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "User'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "userInvitationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InviteStatus)) :*: (S1 ('MetaSel ('Just "personalPIN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "primaryProvisionedNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))))) :*: (S1 ('MetaSel ('Just "licenseType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe License)) :*: (S1 ('MetaSel ('Just "registeredOn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "userRegistrationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RegistrationStatus)) :*: (S1 ('MetaSel ('Just "invitedOn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))))) :*: ((S1 ('MetaSel ('Just "primaryEmail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "userType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserType))) :*: (S1 ('MetaSel ('Just "alexaForBusinessMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AlexaForBusinessMetadata)) :*: 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:userInvitationStatus:User', user_userInvitationStatus - The user invite status.

$sel:personalPIN:User', user_personalPIN - The user's personal meeting PIN.

$sel:primaryProvisionedNumber:User', user_primaryProvisionedNumber - The primary phone number associated with the user.

$sel:licenseType:User', user_licenseType - The license type for the user.

$sel:registeredOn:User', user_registeredOn - Date and time when the user is registered, in ISO 8601 format.

$sel:accountId:User', user_accountId - The Amazon Chime account ID.

$sel:userRegistrationStatus:User', user_userRegistrationStatus - The user registration status.

$sel:invitedOn:User', user_invitedOn - Date and time when the user is invited to the Amazon Chime account, in ISO 8601 format.

$sel:displayName:User', user_displayName - The display name of the user.

$sel:primaryEmail:User', user_primaryEmail - The primary email address of the user.

$sel:userType:User', user_userType - The user type.

$sel:alexaForBusinessMetadata:User', user_alexaForBusinessMetadata - The Alexa for Business metadata.

$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
Eq UserError Source # 
Instance details

Defined in Amazonka.Chime.Types.UserError

Read UserError Source # 
Instance details

Defined in Amazonka.Chime.Types.UserError

Show 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 #

NFData UserError Source # 
Instance details

Defined in Amazonka.Chime.Types.UserError

Methods

rnf :: UserError -> () #

Hashable UserError Source # 
Instance details

Defined in Amazonka.Chime.Types.UserError

FromJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "UserError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "userId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ErrorCode)) :*: S1 ('MetaSel ('Just "errorMessage") '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:userId:UserError', userError_userId - The user ID for which the action failed.

$sel:errorCode:UserError', userError_errorCode - The error code.

$sel:errorMessage:UserError', userError_errorMessage - The error message.

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
Eq UserSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.UserSettings

Read UserSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.UserSettings

Show 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 #

NFData UserSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.UserSettings

Methods

rnf :: UserSettings -> () #

Hashable UserSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.UserSettings

ToJSON UserSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.UserSettings

FromJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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
Eq VideoArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.VideoArtifactsConfiguration

Read VideoArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.VideoArtifactsConfiguration

Show 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 #

NFData VideoArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.VideoArtifactsConfiguration

Hashable VideoArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.VideoArtifactsConfiguration

ToJSON VideoArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.VideoArtifactsConfiguration

FromJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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
Eq VoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnector

Read VoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnector

Show 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 #

NFData VoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnector

Methods

rnf :: VoiceConnector -> () #

Hashable VoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnector

FromJSON VoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnector

type Rep VoiceConnector Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnector

type Rep VoiceConnector = D1 ('MetaData "VoiceConnector" "Amazonka.Chime.Types.VoiceConnector" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "VoiceConnector'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "updatedTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "outboundHostName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "requireEncryption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 ('MetaSel ('Just "awsRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VoiceConnectorAwsRegion)) :*: S1 ('MetaSel ('Just "voiceConnectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "voiceConnectorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createdTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))))

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:updatedTimestamp:VoiceConnector', voiceConnector_updatedTimestamp - The updated Amazon Chime Voice Connector timestamp, in ISO 8601 format.

$sel:outboundHostName:VoiceConnector', voiceConnector_outboundHostName - The outbound host name for the Amazon Chime Voice Connector.

$sel:name:VoiceConnector', voiceConnector_name - The name of the Amazon Chime Voice Connector.

$sel:requireEncryption:VoiceConnector', voiceConnector_requireEncryption - Designates whether encryption is required for the Amazon Chime Voice Connector.

$sel:awsRegion:VoiceConnector', voiceConnector_awsRegion - The AWS Region in which the Amazon Chime Voice Connector is created. Default: us-east-1.

$sel:voiceConnectorId:VoiceConnector', voiceConnector_voiceConnectorId - The Amazon Chime Voice Connector ID.

$sel:voiceConnectorArn:VoiceConnector', voiceConnector_voiceConnectorArn - The ARN of the specified Amazon Chime Voice Connector.

$sel:createdTimestamp:VoiceConnector', voiceConnector_createdTimestamp - The Amazon Chime Voice Connector creation timestamp, in ISO 8601 format.

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
Eq VoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorGroup

Read VoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorGroup

Show 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 #

NFData VoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorGroup

Methods

rnf :: VoiceConnectorGroup -> () #

Hashable VoiceConnectorGroup Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorGroup

FromJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "VoiceConnectorGroup'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "voiceConnectorGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "updatedTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "voiceConnectorItems") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [VoiceConnectorItem])))) :*: (S1 ('MetaSel ('Just "voiceConnectorGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createdTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))))

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:voiceConnectorGroupId:VoiceConnectorGroup', voiceConnectorGroup_voiceConnectorGroupId - The Amazon Chime Voice Connector group ID.

$sel:updatedTimestamp:VoiceConnectorGroup', voiceConnectorGroup_updatedTimestamp - The updated Amazon Chime Voice Connector group time stamp, in ISO 8601 format.

$sel:voiceConnectorItems:VoiceConnectorGroup', voiceConnectorGroup_voiceConnectorItems - The Amazon Chime Voice Connectors to which to route inbound calls.

$sel:voiceConnectorGroupArn:VoiceConnectorGroup', voiceConnectorGroup_voiceConnectorGroupArn - The ARN of the specified Amazon Chime Voice Connector group.

$sel:name:VoiceConnectorGroup', voiceConnectorGroup_name - The name of the Amazon Chime Voice Connector group.

$sel:createdTimestamp:VoiceConnectorGroup', voiceConnectorGroup_createdTimestamp - The Amazon Chime Voice Connector group creation time stamp, in ISO 8601 format.

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
Eq VoiceConnectorItem Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorItem

Read VoiceConnectorItem Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorItem

Show 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 #

NFData VoiceConnectorItem Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorItem

Methods

rnf :: VoiceConnectorItem -> () #

Hashable VoiceConnectorItem Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorItem

ToJSON VoiceConnectorItem Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorItem

FromJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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
Eq VoiceConnectorSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorSettings

Read VoiceConnectorSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorSettings

Show 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 #

NFData VoiceConnectorSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorSettings

Methods

rnf :: VoiceConnectorSettings -> () #

Hashable VoiceConnectorSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorSettings

ToJSON VoiceConnectorSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.VoiceConnectorSettings

FromJSON 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" "libZSservicesZSamazonka-chimeZSamazonka-chime" '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.