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

Amazonka.ChimeSDKIdentity

Description

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

The Amazon Chime SDK Identity APIs in this section allow software developers to create and manage unique instances of their messaging applications. These APIs provide the overarching framework for creating and sending messages. For more information about the identity APIs, refer to Amazon Chime SDK identity.

Synopsis

Service Configuration

defaultService :: Service Source #

API version 2021-04-20 of the Amazon Chime SDK Identity 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 ChimeSDKIdentity.

BadRequestException

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

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

ConflictException

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

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

ForbiddenException

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

The client is permanently forbidden from making the request.

ResourceLimitExceededException

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

The request exceeds the resource limit.

ServiceFailureException

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

The service encountered an unexpected error.

ServiceUnavailableException

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

The service is currently unavailable.

ThrottledClientException

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

The client exceeded its request rate limit.

UnauthorizedClientException

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

The client is not currently authorized to make the request.

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.

CreateAppInstance

data CreateAppInstance Source #

See: newCreateAppInstance smart constructor.

Instances

Instances details
ToJSON CreateAppInstance Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.CreateAppInstance

ToHeaders CreateAppInstance Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.CreateAppInstance

ToPath CreateAppInstance Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.CreateAppInstance

ToQuery CreateAppInstance Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.CreateAppInstance

AWSRequest CreateAppInstance Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.CreateAppInstance

Associated Types

type AWSResponse CreateAppInstance #

Generic CreateAppInstance Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.CreateAppInstance

Associated Types

type Rep CreateAppInstance :: Type -> Type #

Show CreateAppInstance Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.CreateAppInstance

NFData CreateAppInstance Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.CreateAppInstance

Methods

rnf :: CreateAppInstance -> () #

Eq CreateAppInstance Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.CreateAppInstance

Hashable CreateAppInstance Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.CreateAppInstance

type AWSResponse CreateAppInstance Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.CreateAppInstance

type Rep CreateAppInstance Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.CreateAppInstance

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

newCreateAppInstance Source #

Create a value of CreateAppInstance with all optional fields omitted.

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

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

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

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

CreateAppInstance, createAppInstance_name - The name of the AppInstance.

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

data CreateAppInstanceResponse Source #

See: newCreateAppInstanceResponse smart constructor.

Instances

Instances details
Generic CreateAppInstanceResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.CreateAppInstance

Associated Types

type Rep CreateAppInstanceResponse :: Type -> Type #

Read CreateAppInstanceResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.CreateAppInstance

Show CreateAppInstanceResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.CreateAppInstance

NFData CreateAppInstanceResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.CreateAppInstance

Eq CreateAppInstanceResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.CreateAppInstance

type Rep CreateAppInstanceResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.CreateAppInstance

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

newCreateAppInstanceResponse Source #

Create a value of CreateAppInstanceResponse with all optional fields omitted.

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

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

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

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

CreateAppInstanceAdmin

data CreateAppInstanceAdmin Source #

See: newCreateAppInstanceAdmin smart constructor.

Instances

Instances details
ToJSON CreateAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.CreateAppInstanceAdmin

ToHeaders CreateAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.CreateAppInstanceAdmin

ToPath CreateAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.CreateAppInstanceAdmin

ToQuery CreateAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.CreateAppInstanceAdmin

AWSRequest CreateAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.CreateAppInstanceAdmin

Associated Types

type AWSResponse CreateAppInstanceAdmin #

Generic CreateAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.CreateAppInstanceAdmin

Associated Types

type Rep CreateAppInstanceAdmin :: Type -> Type #

Read CreateAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.CreateAppInstanceAdmin

Show CreateAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.CreateAppInstanceAdmin

NFData CreateAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.CreateAppInstanceAdmin

Methods

rnf :: CreateAppInstanceAdmin -> () #

Eq CreateAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.CreateAppInstanceAdmin

Hashable CreateAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.CreateAppInstanceAdmin

type AWSResponse CreateAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.CreateAppInstanceAdmin

type Rep CreateAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.CreateAppInstanceAdmin

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

newCreateAppInstanceAdmin Source #

Create a value of CreateAppInstanceAdmin with all optional fields omitted.

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

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

$sel:appInstanceAdminArn:CreateAppInstanceAdmin', createAppInstanceAdmin_appInstanceAdminArn - The ARN of the administrator of the current AppInstance.

CreateAppInstanceAdmin, createAppInstanceAdmin_appInstanceArn - The ARN of the AppInstance.

data CreateAppInstanceAdminResponse Source #

See: newCreateAppInstanceAdminResponse smart constructor.

Instances

Instances details
Generic CreateAppInstanceAdminResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.CreateAppInstanceAdmin

Associated Types

type Rep CreateAppInstanceAdminResponse :: Type -> Type #

Show CreateAppInstanceAdminResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.CreateAppInstanceAdmin

NFData CreateAppInstanceAdminResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.CreateAppInstanceAdmin

Eq CreateAppInstanceAdminResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.CreateAppInstanceAdmin

type Rep CreateAppInstanceAdminResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.CreateAppInstanceAdmin

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

newCreateAppInstanceAdminResponse Source #

Create a value of CreateAppInstanceAdminResponse with all optional fields omitted.

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

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

$sel:appInstanceAdmin:CreateAppInstanceAdminResponse', createAppInstanceAdminResponse_appInstanceAdmin - The name and ARN of the admin for the AppInstance.

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

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

CreateAppInstanceUser

data CreateAppInstanceUser Source #

See: newCreateAppInstanceUser smart constructor.

Instances

Instances details
ToJSON CreateAppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.CreateAppInstanceUser

ToHeaders CreateAppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.CreateAppInstanceUser

ToPath CreateAppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.CreateAppInstanceUser

ToQuery CreateAppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.CreateAppInstanceUser

AWSRequest CreateAppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.CreateAppInstanceUser

Associated Types

type AWSResponse CreateAppInstanceUser #

Generic CreateAppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.CreateAppInstanceUser

Associated Types

type Rep CreateAppInstanceUser :: Type -> Type #

Show CreateAppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.CreateAppInstanceUser

NFData CreateAppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.CreateAppInstanceUser

Methods

rnf :: CreateAppInstanceUser -> () #

Eq CreateAppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.CreateAppInstanceUser

Hashable CreateAppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.CreateAppInstanceUser

type AWSResponse CreateAppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.CreateAppInstanceUser

type Rep CreateAppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.CreateAppInstanceUser

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

newCreateAppInstanceUser Source #

Create a value of CreateAppInstanceUser with all optional fields omitted.

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

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

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

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

CreateAppInstanceUser, createAppInstanceUser_appInstanceArn - The ARN of the AppInstance request.

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

CreateAppInstanceUser, createAppInstanceUser_name - The user's name.

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

data CreateAppInstanceUserResponse Source #

See: newCreateAppInstanceUserResponse smart constructor.

Instances

Instances details
Generic CreateAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.CreateAppInstanceUser

Associated Types

type Rep CreateAppInstanceUserResponse :: Type -> Type #

Read CreateAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.CreateAppInstanceUser

Show CreateAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.CreateAppInstanceUser

NFData CreateAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.CreateAppInstanceUser

Eq CreateAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.CreateAppInstanceUser

type Rep CreateAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.CreateAppInstanceUser

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

newCreateAppInstanceUserResponse Source #

Create a value of CreateAppInstanceUserResponse with all optional fields omitted.

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

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

CreateAppInstanceUserResponse, createAppInstanceUserResponse_appInstanceUserArn - The user's ARN.

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

DeleteAppInstance

data DeleteAppInstance Source #

See: newDeleteAppInstance smart constructor.

Constructors

DeleteAppInstance' Text 

Instances

Instances details
ToHeaders DeleteAppInstance Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DeleteAppInstance

ToPath DeleteAppInstance Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DeleteAppInstance

ToQuery DeleteAppInstance Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DeleteAppInstance

AWSRequest DeleteAppInstance Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DeleteAppInstance

Associated Types

type AWSResponse DeleteAppInstance #

Generic DeleteAppInstance Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DeleteAppInstance

Associated Types

type Rep DeleteAppInstance :: Type -> Type #

Read DeleteAppInstance Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DeleteAppInstance

Show DeleteAppInstance Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DeleteAppInstance

NFData DeleteAppInstance Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DeleteAppInstance

Methods

rnf :: DeleteAppInstance -> () #

Eq DeleteAppInstance Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DeleteAppInstance

Hashable DeleteAppInstance Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DeleteAppInstance

type AWSResponse DeleteAppInstance Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DeleteAppInstance

type Rep DeleteAppInstance Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DeleteAppInstance

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

newDeleteAppInstance Source #

Create a value of DeleteAppInstance with all optional fields omitted.

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

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

DeleteAppInstance, deleteAppInstance_appInstanceArn - The ARN of the AppInstance.

data DeleteAppInstanceResponse Source #

See: newDeleteAppInstanceResponse smart constructor.

Instances

Instances details
Generic DeleteAppInstanceResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DeleteAppInstance

Associated Types

type Rep DeleteAppInstanceResponse :: Type -> Type #

Read DeleteAppInstanceResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DeleteAppInstance

Show DeleteAppInstanceResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DeleteAppInstance

NFData DeleteAppInstanceResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DeleteAppInstance

Eq DeleteAppInstanceResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DeleteAppInstance

type Rep DeleteAppInstanceResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DeleteAppInstance

type Rep DeleteAppInstanceResponse = D1 ('MetaData "DeleteAppInstanceResponse" "Amazonka.ChimeSDKIdentity.DeleteAppInstance" "amazonka-chime-sdk-identity-2.0-4Oyp0DV6v8255OObqkKpjC" 'False) (C1 ('MetaCons "DeleteAppInstanceResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteAppInstanceResponse :: DeleteAppInstanceResponse Source #

Create a value of DeleteAppInstanceResponse with all optional fields omitted.

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

DeleteAppInstanceAdmin

data DeleteAppInstanceAdmin Source #

See: newDeleteAppInstanceAdmin smart constructor.

Instances

Instances details
ToHeaders DeleteAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DeleteAppInstanceAdmin

ToPath DeleteAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DeleteAppInstanceAdmin

ToQuery DeleteAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DeleteAppInstanceAdmin

AWSRequest DeleteAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DeleteAppInstanceAdmin

Associated Types

type AWSResponse DeleteAppInstanceAdmin #

Generic DeleteAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DeleteAppInstanceAdmin

Associated Types

type Rep DeleteAppInstanceAdmin :: Type -> Type #

Read DeleteAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DeleteAppInstanceAdmin

Show DeleteAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DeleteAppInstanceAdmin

NFData DeleteAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DeleteAppInstanceAdmin

Methods

rnf :: DeleteAppInstanceAdmin -> () #

Eq DeleteAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DeleteAppInstanceAdmin

Hashable DeleteAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DeleteAppInstanceAdmin

type AWSResponse DeleteAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DeleteAppInstanceAdmin

type Rep DeleteAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DeleteAppInstanceAdmin

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

newDeleteAppInstanceAdmin Source #

Create a value of DeleteAppInstanceAdmin with all optional fields omitted.

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

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

$sel:appInstanceAdminArn:DeleteAppInstanceAdmin', deleteAppInstanceAdmin_appInstanceAdminArn - The ARN of the AppInstance's administrator.

DeleteAppInstanceAdmin, deleteAppInstanceAdmin_appInstanceArn - The ARN of the AppInstance.

data DeleteAppInstanceAdminResponse Source #

See: newDeleteAppInstanceAdminResponse smart constructor.

Instances

Instances details
Generic DeleteAppInstanceAdminResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DeleteAppInstanceAdmin

Associated Types

type Rep DeleteAppInstanceAdminResponse :: Type -> Type #

Read DeleteAppInstanceAdminResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DeleteAppInstanceAdmin

Show DeleteAppInstanceAdminResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DeleteAppInstanceAdmin

NFData DeleteAppInstanceAdminResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DeleteAppInstanceAdmin

Eq DeleteAppInstanceAdminResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DeleteAppInstanceAdmin

type Rep DeleteAppInstanceAdminResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DeleteAppInstanceAdmin

type Rep DeleteAppInstanceAdminResponse = D1 ('MetaData "DeleteAppInstanceAdminResponse" "Amazonka.ChimeSDKIdentity.DeleteAppInstanceAdmin" "amazonka-chime-sdk-identity-2.0-4Oyp0DV6v8255OObqkKpjC" '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.

DeleteAppInstanceUser

data DeleteAppInstanceUser Source #

See: newDeleteAppInstanceUser smart constructor.

Instances

Instances details
ToHeaders DeleteAppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DeleteAppInstanceUser

ToPath DeleteAppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DeleteAppInstanceUser

ToQuery DeleteAppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DeleteAppInstanceUser

AWSRequest DeleteAppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DeleteAppInstanceUser

Associated Types

type AWSResponse DeleteAppInstanceUser #

Generic DeleteAppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DeleteAppInstanceUser

Associated Types

type Rep DeleteAppInstanceUser :: Type -> Type #

Read DeleteAppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DeleteAppInstanceUser

Show DeleteAppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DeleteAppInstanceUser

NFData DeleteAppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DeleteAppInstanceUser

Methods

rnf :: DeleteAppInstanceUser -> () #

Eq DeleteAppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DeleteAppInstanceUser

Hashable DeleteAppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DeleteAppInstanceUser

type AWSResponse DeleteAppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DeleteAppInstanceUser

type Rep DeleteAppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DeleteAppInstanceUser

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

newDeleteAppInstanceUser Source #

Create a value of DeleteAppInstanceUser with all optional fields omitted.

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

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

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

data DeleteAppInstanceUserResponse Source #

See: newDeleteAppInstanceUserResponse smart constructor.

Instances

Instances details
Generic DeleteAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DeleteAppInstanceUser

Associated Types

type Rep DeleteAppInstanceUserResponse :: Type -> Type #

Read DeleteAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DeleteAppInstanceUser

Show DeleteAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DeleteAppInstanceUser

NFData DeleteAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DeleteAppInstanceUser

Eq DeleteAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DeleteAppInstanceUser

type Rep DeleteAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DeleteAppInstanceUser

type Rep DeleteAppInstanceUserResponse = D1 ('MetaData "DeleteAppInstanceUserResponse" "Amazonka.ChimeSDKIdentity.DeleteAppInstanceUser" "amazonka-chime-sdk-identity-2.0-4Oyp0DV6v8255OObqkKpjC" '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.

DeregisterAppInstanceUserEndpoint

data DeregisterAppInstanceUserEndpoint Source #

See: newDeregisterAppInstanceUserEndpoint smart constructor.

Instances

Instances details
ToHeaders DeregisterAppInstanceUserEndpoint Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DeregisterAppInstanceUserEndpoint

ToPath DeregisterAppInstanceUserEndpoint Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DeregisterAppInstanceUserEndpoint

ToQuery DeregisterAppInstanceUserEndpoint Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DeregisterAppInstanceUserEndpoint

AWSRequest DeregisterAppInstanceUserEndpoint Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DeregisterAppInstanceUserEndpoint

Generic DeregisterAppInstanceUserEndpoint Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DeregisterAppInstanceUserEndpoint

Associated Types

type Rep DeregisterAppInstanceUserEndpoint :: Type -> Type #

Show DeregisterAppInstanceUserEndpoint Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DeregisterAppInstanceUserEndpoint

NFData DeregisterAppInstanceUserEndpoint Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DeregisterAppInstanceUserEndpoint

Eq DeregisterAppInstanceUserEndpoint Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DeregisterAppInstanceUserEndpoint

Hashable DeregisterAppInstanceUserEndpoint Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DeregisterAppInstanceUserEndpoint

type AWSResponse DeregisterAppInstanceUserEndpoint Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DeregisterAppInstanceUserEndpoint

type Rep DeregisterAppInstanceUserEndpoint Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DeregisterAppInstanceUserEndpoint

type Rep DeregisterAppInstanceUserEndpoint = D1 ('MetaData "DeregisterAppInstanceUserEndpoint" "Amazonka.ChimeSDKIdentity.DeregisterAppInstanceUserEndpoint" "amazonka-chime-sdk-identity-2.0-4Oyp0DV6v8255OObqkKpjC" 'False) (C1 ('MetaCons "DeregisterAppInstanceUserEndpoint'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appInstanceUserArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)) :*: S1 ('MetaSel ('Just "endpointId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text))))

newDeregisterAppInstanceUserEndpoint Source #

Create a value of DeregisterAppInstanceUserEndpoint with all optional fields omitted.

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

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

DeregisterAppInstanceUserEndpoint, deregisterAppInstanceUserEndpoint_appInstanceUserArn - The ARN of the AppInstanceUser.

DeregisterAppInstanceUserEndpoint, deregisterAppInstanceUserEndpoint_endpointId - The unique identifier of the AppInstanceUserEndpoint.

data DeregisterAppInstanceUserEndpointResponse Source #

Instances

Instances details
Generic DeregisterAppInstanceUserEndpointResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DeregisterAppInstanceUserEndpoint

Read DeregisterAppInstanceUserEndpointResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DeregisterAppInstanceUserEndpoint

Show DeregisterAppInstanceUserEndpointResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DeregisterAppInstanceUserEndpoint

NFData DeregisterAppInstanceUserEndpointResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DeregisterAppInstanceUserEndpoint

Eq DeregisterAppInstanceUserEndpointResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DeregisterAppInstanceUserEndpoint

type Rep DeregisterAppInstanceUserEndpointResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DeregisterAppInstanceUserEndpoint

type Rep DeregisterAppInstanceUserEndpointResponse = D1 ('MetaData "DeregisterAppInstanceUserEndpointResponse" "Amazonka.ChimeSDKIdentity.DeregisterAppInstanceUserEndpoint" "amazonka-chime-sdk-identity-2.0-4Oyp0DV6v8255OObqkKpjC" 'False) (C1 ('MetaCons "DeregisterAppInstanceUserEndpointResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

DescribeAppInstance

data DescribeAppInstance Source #

See: newDescribeAppInstance smart constructor.

Instances

Instances details
ToHeaders DescribeAppInstance Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstance

ToPath DescribeAppInstance Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstance

ToQuery DescribeAppInstance Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstance

AWSRequest DescribeAppInstance Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstance

Associated Types

type AWSResponse DescribeAppInstance #

Generic DescribeAppInstance Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstance

Associated Types

type Rep DescribeAppInstance :: Type -> Type #

Read DescribeAppInstance Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstance

Show DescribeAppInstance Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstance

NFData DescribeAppInstance Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstance

Methods

rnf :: DescribeAppInstance -> () #

Eq DescribeAppInstance Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstance

Hashable DescribeAppInstance Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstance

type AWSResponse DescribeAppInstance Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstance

type Rep DescribeAppInstance Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstance

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

newDescribeAppInstance Source #

Create a value of DescribeAppInstance with all optional fields omitted.

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

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

DescribeAppInstance, describeAppInstance_appInstanceArn - The ARN of the AppInstance.

data DescribeAppInstanceResponse Source #

See: newDescribeAppInstanceResponse smart constructor.

Instances

Instances details
Generic DescribeAppInstanceResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstance

Associated Types

type Rep DescribeAppInstanceResponse :: Type -> Type #

Show DescribeAppInstanceResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstance

NFData DescribeAppInstanceResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstance

Eq DescribeAppInstanceResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstance

type Rep DescribeAppInstanceResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstance

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

newDescribeAppInstanceResponse Source #

Create a value of DescribeAppInstanceResponse with all optional fields omitted.

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

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

$sel:appInstance:DescribeAppInstanceResponse', describeAppInstanceResponse_appInstance - The ARN, metadata, created and last-updated timestamps, and the name of the AppInstance. All timestamps use epoch milliseconds.

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

DescribeAppInstanceAdmin

data DescribeAppInstanceAdmin Source #

See: newDescribeAppInstanceAdmin smart constructor.

Instances

Instances details
ToHeaders DescribeAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstanceAdmin

ToPath DescribeAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstanceAdmin

ToQuery DescribeAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstanceAdmin

AWSRequest DescribeAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstanceAdmin

Generic DescribeAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstanceAdmin

Associated Types

type Rep DescribeAppInstanceAdmin :: Type -> Type #

Read DescribeAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstanceAdmin

Show DescribeAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstanceAdmin

NFData DescribeAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstanceAdmin

Eq DescribeAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstanceAdmin

Hashable DescribeAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstanceAdmin

type AWSResponse DescribeAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstanceAdmin

type Rep DescribeAppInstanceAdmin Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstanceAdmin

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

newDescribeAppInstanceAdmin Source #

Create a value of DescribeAppInstanceAdmin with all optional fields omitted.

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

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

$sel:appInstanceAdminArn:DescribeAppInstanceAdmin', describeAppInstanceAdmin_appInstanceAdminArn - The ARN of the AppInstanceAdmin.

DescribeAppInstanceAdmin, describeAppInstanceAdmin_appInstanceArn - The ARN of the AppInstance.

data DescribeAppInstanceAdminResponse Source #

See: newDescribeAppInstanceAdminResponse smart constructor.

Instances

Instances details
Generic DescribeAppInstanceAdminResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstanceAdmin

Associated Types

type Rep DescribeAppInstanceAdminResponse :: Type -> Type #

Show DescribeAppInstanceAdminResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstanceAdmin

NFData DescribeAppInstanceAdminResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstanceAdmin

Eq DescribeAppInstanceAdminResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstanceAdmin

type Rep DescribeAppInstanceAdminResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstanceAdmin

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

newDescribeAppInstanceAdminResponse Source #

Create a value of DescribeAppInstanceAdminResponse with all optional fields omitted.

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

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

$sel:appInstanceAdmin:DescribeAppInstanceAdminResponse', describeAppInstanceAdminResponse_appInstanceAdmin - The ARN and name of the AppInstanceUser, the ARN of the AppInstance, and the created and last-updated timestamps. All timestamps use epoch milliseconds.

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

DescribeAppInstanceUser

data DescribeAppInstanceUser Source #

See: newDescribeAppInstanceUser smart constructor.

Instances

Instances details
ToHeaders DescribeAppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstanceUser

ToPath DescribeAppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstanceUser

ToQuery DescribeAppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstanceUser

AWSRequest DescribeAppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstanceUser

Generic DescribeAppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstanceUser

Associated Types

type Rep DescribeAppInstanceUser :: Type -> Type #

Read DescribeAppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstanceUser

Show DescribeAppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstanceUser

NFData DescribeAppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstanceUser

Methods

rnf :: DescribeAppInstanceUser -> () #

Eq DescribeAppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstanceUser

Hashable DescribeAppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstanceUser

type AWSResponse DescribeAppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstanceUser

type Rep DescribeAppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstanceUser

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

newDescribeAppInstanceUser Source #

Create a value of DescribeAppInstanceUser with all optional fields omitted.

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

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

DescribeAppInstanceUser, describeAppInstanceUser_appInstanceUserArn - The ARN of the AppInstanceUser.

data DescribeAppInstanceUserResponse Source #

See: newDescribeAppInstanceUserResponse smart constructor.

Instances

Instances details
Generic DescribeAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstanceUser

Associated Types

type Rep DescribeAppInstanceUserResponse :: Type -> Type #

Show DescribeAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstanceUser

NFData DescribeAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstanceUser

Eq DescribeAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstanceUser

type Rep DescribeAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstanceUser

type Rep DescribeAppInstanceUserResponse = D1 ('MetaData "DescribeAppInstanceUserResponse" "Amazonka.ChimeSDKIdentity.DescribeAppInstanceUser" "amazonka-chime-sdk-identity-2.0-4Oyp0DV6v8255OObqkKpjC" '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.

DescribeAppInstanceUserEndpoint

data DescribeAppInstanceUserEndpoint Source #

See: newDescribeAppInstanceUserEndpoint smart constructor.

Instances

Instances details
ToHeaders DescribeAppInstanceUserEndpoint Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstanceUserEndpoint

ToPath DescribeAppInstanceUserEndpoint Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstanceUserEndpoint

ToQuery DescribeAppInstanceUserEndpoint Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstanceUserEndpoint

AWSRequest DescribeAppInstanceUserEndpoint Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstanceUserEndpoint

Generic DescribeAppInstanceUserEndpoint Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstanceUserEndpoint

Associated Types

type Rep DescribeAppInstanceUserEndpoint :: Type -> Type #

Show DescribeAppInstanceUserEndpoint Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstanceUserEndpoint

NFData DescribeAppInstanceUserEndpoint Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstanceUserEndpoint

Eq DescribeAppInstanceUserEndpoint Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstanceUserEndpoint

Hashable DescribeAppInstanceUserEndpoint Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstanceUserEndpoint

type AWSResponse DescribeAppInstanceUserEndpoint Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstanceUserEndpoint

type Rep DescribeAppInstanceUserEndpoint Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstanceUserEndpoint

type Rep DescribeAppInstanceUserEndpoint = D1 ('MetaData "DescribeAppInstanceUserEndpoint" "Amazonka.ChimeSDKIdentity.DescribeAppInstanceUserEndpoint" "amazonka-chime-sdk-identity-2.0-4Oyp0DV6v8255OObqkKpjC" 'False) (C1 ('MetaCons "DescribeAppInstanceUserEndpoint'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appInstanceUserArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)) :*: S1 ('MetaSel ('Just "endpointId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text))))

newDescribeAppInstanceUserEndpoint Source #

Create a value of DescribeAppInstanceUserEndpoint with all optional fields omitted.

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

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

DescribeAppInstanceUserEndpoint, describeAppInstanceUserEndpoint_appInstanceUserArn - The ARN of the AppInstanceUser.

DescribeAppInstanceUserEndpoint, describeAppInstanceUserEndpoint_endpointId - The unique identifier of the AppInstanceUserEndpoint.

data DescribeAppInstanceUserEndpointResponse Source #

Instances

Instances details
Generic DescribeAppInstanceUserEndpointResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstanceUserEndpoint

Show DescribeAppInstanceUserEndpointResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstanceUserEndpoint

NFData DescribeAppInstanceUserEndpointResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstanceUserEndpoint

Eq DescribeAppInstanceUserEndpointResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstanceUserEndpoint

type Rep DescribeAppInstanceUserEndpointResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstanceUserEndpoint

type Rep DescribeAppInstanceUserEndpointResponse = D1 ('MetaData "DescribeAppInstanceUserEndpointResponse" "Amazonka.ChimeSDKIdentity.DescribeAppInstanceUserEndpoint" "amazonka-chime-sdk-identity-2.0-4Oyp0DV6v8255OObqkKpjC" 'False) (C1 ('MetaCons "DescribeAppInstanceUserEndpointResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appInstanceUserEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AppInstanceUserEndpoint)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeAppInstanceUserEndpointResponse Source #

Create a value of DescribeAppInstanceUserEndpointResponse with all optional fields omitted.

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

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

$sel:appInstanceUserEndpoint:DescribeAppInstanceUserEndpointResponse', describeAppInstanceUserEndpointResponse_appInstanceUserEndpoint - The full details of an AppInstanceUserEndpoint: the AppInstanceUserArn, ID, name, type, resource ARN, attributes, allow messages, state, and created and last updated timestamps. All timestamps use epoch milliseconds.

$sel:httpStatus:DescribeAppInstanceUserEndpointResponse', describeAppInstanceUserEndpointResponse_httpStatus - The response's http status code.

GetAppInstanceRetentionSettings

data GetAppInstanceRetentionSettings Source #

See: newGetAppInstanceRetentionSettings smart constructor.

Instances

Instances details
ToHeaders GetAppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.GetAppInstanceRetentionSettings

ToPath GetAppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.GetAppInstanceRetentionSettings

ToQuery GetAppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.GetAppInstanceRetentionSettings

AWSRequest GetAppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.GetAppInstanceRetentionSettings

Generic GetAppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.GetAppInstanceRetentionSettings

Associated Types

type Rep GetAppInstanceRetentionSettings :: Type -> Type #

Read GetAppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.GetAppInstanceRetentionSettings

Show GetAppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.GetAppInstanceRetentionSettings

NFData GetAppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.GetAppInstanceRetentionSettings

Eq GetAppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.GetAppInstanceRetentionSettings

Hashable GetAppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.GetAppInstanceRetentionSettings

type AWSResponse GetAppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.GetAppInstanceRetentionSettings

type Rep GetAppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.GetAppInstanceRetentionSettings

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

newGetAppInstanceRetentionSettings Source #

Create a value of GetAppInstanceRetentionSettings with all optional fields omitted.

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

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

GetAppInstanceRetentionSettings, getAppInstanceRetentionSettings_appInstanceArn - The ARN of the AppInstance.

data GetAppInstanceRetentionSettingsResponse Source #

Instances

Instances details
Generic GetAppInstanceRetentionSettingsResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.GetAppInstanceRetentionSettings

Read GetAppInstanceRetentionSettingsResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.GetAppInstanceRetentionSettings

Show GetAppInstanceRetentionSettingsResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.GetAppInstanceRetentionSettings

NFData GetAppInstanceRetentionSettingsResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.GetAppInstanceRetentionSettings

Eq GetAppInstanceRetentionSettingsResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.GetAppInstanceRetentionSettings

type Rep GetAppInstanceRetentionSettingsResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.GetAppInstanceRetentionSettings

type Rep GetAppInstanceRetentionSettingsResponse = D1 ('MetaData "GetAppInstanceRetentionSettingsResponse" "Amazonka.ChimeSDKIdentity.GetAppInstanceRetentionSettings" "amazonka-chime-sdk-identity-2.0-4Oyp0DV6v8255OObqkKpjC" '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.

ListAppInstanceAdmins

data ListAppInstanceAdmins Source #

See: newListAppInstanceAdmins smart constructor.

Instances

Instances details
ToHeaders ListAppInstanceAdmins Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListAppInstanceAdmins

ToPath ListAppInstanceAdmins Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListAppInstanceAdmins

ToQuery ListAppInstanceAdmins Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListAppInstanceAdmins

AWSRequest ListAppInstanceAdmins Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListAppInstanceAdmins

Associated Types

type AWSResponse ListAppInstanceAdmins #

Generic ListAppInstanceAdmins Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListAppInstanceAdmins

Associated Types

type Rep ListAppInstanceAdmins :: Type -> Type #

Show ListAppInstanceAdmins Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListAppInstanceAdmins

NFData ListAppInstanceAdmins Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListAppInstanceAdmins

Methods

rnf :: ListAppInstanceAdmins -> () #

Eq ListAppInstanceAdmins Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListAppInstanceAdmins

Hashable ListAppInstanceAdmins Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListAppInstanceAdmins

type AWSResponse ListAppInstanceAdmins Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListAppInstanceAdmins

type Rep ListAppInstanceAdmins Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListAppInstanceAdmins

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

newListAppInstanceAdmins Source #

Create a value of ListAppInstanceAdmins with all optional fields omitted.

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

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

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

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

ListAppInstanceAdmins, listAppInstanceAdmins_appInstanceArn - The ARN of the AppInstance.

data ListAppInstanceAdminsResponse Source #

See: newListAppInstanceAdminsResponse smart constructor.

Instances

Instances details
Generic ListAppInstanceAdminsResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListAppInstanceAdmins

Associated Types

type Rep ListAppInstanceAdminsResponse :: Type -> Type #

Show ListAppInstanceAdminsResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListAppInstanceAdmins

NFData ListAppInstanceAdminsResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListAppInstanceAdmins

Eq ListAppInstanceAdminsResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListAppInstanceAdmins

type Rep ListAppInstanceAdminsResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListAppInstanceAdmins

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

newListAppInstanceAdminsResponse Source #

Create a value of ListAppInstanceAdminsResponse with all optional fields omitted.

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

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

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

ListAppInstanceAdmins, listAppInstanceAdminsResponse_appInstanceArn - The ARN of the AppInstance.

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

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

ListAppInstanceUserEndpoints

data ListAppInstanceUserEndpoints Source #

See: newListAppInstanceUserEndpoints smart constructor.

Instances

Instances details
ToHeaders ListAppInstanceUserEndpoints Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListAppInstanceUserEndpoints

ToPath ListAppInstanceUserEndpoints Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListAppInstanceUserEndpoints

ToQuery ListAppInstanceUserEndpoints Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListAppInstanceUserEndpoints

AWSRequest ListAppInstanceUserEndpoints Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListAppInstanceUserEndpoints

Generic ListAppInstanceUserEndpoints Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListAppInstanceUserEndpoints

Associated Types

type Rep ListAppInstanceUserEndpoints :: Type -> Type #

Show ListAppInstanceUserEndpoints Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListAppInstanceUserEndpoints

NFData ListAppInstanceUserEndpoints Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListAppInstanceUserEndpoints

Eq ListAppInstanceUserEndpoints Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListAppInstanceUserEndpoints

Hashable ListAppInstanceUserEndpoints Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListAppInstanceUserEndpoints

type AWSResponse ListAppInstanceUserEndpoints Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListAppInstanceUserEndpoints

type Rep ListAppInstanceUserEndpoints Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListAppInstanceUserEndpoints

type Rep ListAppInstanceUserEndpoints = D1 ('MetaData "ListAppInstanceUserEndpoints" "Amazonka.ChimeSDKIdentity.ListAppInstanceUserEndpoints" "amazonka-chime-sdk-identity-2.0-4Oyp0DV6v8255OObqkKpjC" 'False) (C1 ('MetaCons "ListAppInstanceUserEndpoints'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "appInstanceUserArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)))))

newListAppInstanceUserEndpoints Source #

Create a value of ListAppInstanceUserEndpoints with all optional fields omitted.

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

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

$sel:maxResults:ListAppInstanceUserEndpoints', listAppInstanceUserEndpoints_maxResults - The maximum number of endpoints that you want to return.

ListAppInstanceUserEndpoints, listAppInstanceUserEndpoints_nextToken - The token passed by previous API calls until all requested endpoints are returned.

ListAppInstanceUserEndpoints, listAppInstanceUserEndpoints_appInstanceUserArn - The ARN of the AppInstanceUser.

data ListAppInstanceUserEndpointsResponse Source #

Instances

Instances details
Generic ListAppInstanceUserEndpointsResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListAppInstanceUserEndpoints

Show ListAppInstanceUserEndpointsResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListAppInstanceUserEndpoints

NFData ListAppInstanceUserEndpointsResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListAppInstanceUserEndpoints

Eq ListAppInstanceUserEndpointsResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListAppInstanceUserEndpoints

type Rep ListAppInstanceUserEndpointsResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListAppInstanceUserEndpoints

type Rep ListAppInstanceUserEndpointsResponse = D1 ('MetaData "ListAppInstanceUserEndpointsResponse" "Amazonka.ChimeSDKIdentity.ListAppInstanceUserEndpoints" "amazonka-chime-sdk-identity-2.0-4Oyp0DV6v8255OObqkKpjC" 'False) (C1 ('MetaCons "ListAppInstanceUserEndpointsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appInstanceUserEndpoints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AppInstanceUserEndpointSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListAppInstanceUserEndpointsResponse Source #

Create a value of ListAppInstanceUserEndpointsResponse with all optional fields omitted.

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

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

$sel:appInstanceUserEndpoints:ListAppInstanceUserEndpointsResponse', listAppInstanceUserEndpointsResponse_appInstanceUserEndpoints - The information for each requested AppInstanceUserEndpoint.

ListAppInstanceUserEndpoints, listAppInstanceUserEndpointsResponse_nextToken - The token passed by previous API calls until all requested endpoints are returned.

$sel:httpStatus:ListAppInstanceUserEndpointsResponse', listAppInstanceUserEndpointsResponse_httpStatus - The response's http status code.

ListAppInstanceUsers

data ListAppInstanceUsers Source #

See: newListAppInstanceUsers smart constructor.

Instances

Instances details
ToHeaders ListAppInstanceUsers Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListAppInstanceUsers

ToPath ListAppInstanceUsers Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListAppInstanceUsers

ToQuery ListAppInstanceUsers Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListAppInstanceUsers

AWSRequest ListAppInstanceUsers Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListAppInstanceUsers

Associated Types

type AWSResponse ListAppInstanceUsers #

Generic ListAppInstanceUsers Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListAppInstanceUsers

Associated Types

type Rep ListAppInstanceUsers :: Type -> Type #

Show ListAppInstanceUsers Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListAppInstanceUsers

NFData ListAppInstanceUsers Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListAppInstanceUsers

Methods

rnf :: ListAppInstanceUsers -> () #

Eq ListAppInstanceUsers Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListAppInstanceUsers

Hashable ListAppInstanceUsers Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListAppInstanceUsers

type AWSResponse ListAppInstanceUsers Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListAppInstanceUsers

type Rep ListAppInstanceUsers Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListAppInstanceUsers

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

newListAppInstanceUsers Source #

Create a value of ListAppInstanceUsers with all optional fields omitted.

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

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

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

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

ListAppInstanceUsers, listAppInstanceUsers_appInstanceArn - The ARN of the AppInstance.

data ListAppInstanceUsersResponse Source #

See: newListAppInstanceUsersResponse smart constructor.

Instances

Instances details
Generic ListAppInstanceUsersResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListAppInstanceUsers

Associated Types

type Rep ListAppInstanceUsersResponse :: Type -> Type #

Show ListAppInstanceUsersResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListAppInstanceUsers

NFData ListAppInstanceUsersResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListAppInstanceUsers

Eq ListAppInstanceUsersResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListAppInstanceUsers

type Rep ListAppInstanceUsersResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListAppInstanceUsers

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

newListAppInstanceUsersResponse Source #

Create a value of ListAppInstanceUsersResponse with all optional fields omitted.

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

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

ListAppInstanceUsers, listAppInstanceUsersResponse_appInstanceArn - The ARN of the AppInstance.

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

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

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

ListAppInstances

data ListAppInstances Source #

See: newListAppInstances smart constructor.

Instances

Instances details
ToHeaders ListAppInstances Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListAppInstances

ToPath ListAppInstances Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListAppInstances

ToQuery ListAppInstances Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListAppInstances

AWSRequest ListAppInstances Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListAppInstances

Associated Types

type AWSResponse ListAppInstances #

Generic ListAppInstances Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListAppInstances

Associated Types

type Rep ListAppInstances :: Type -> Type #

Show ListAppInstances Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListAppInstances

NFData ListAppInstances Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListAppInstances

Methods

rnf :: ListAppInstances -> () #

Eq ListAppInstances Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListAppInstances

Hashable ListAppInstances Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListAppInstances

type AWSResponse ListAppInstances Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListAppInstances

type Rep ListAppInstances Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListAppInstances

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

newListAppInstances :: ListAppInstances Source #

Create a value of ListAppInstances with all optional fields omitted.

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

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

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

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

data ListAppInstancesResponse Source #

See: newListAppInstancesResponse smart constructor.

Instances

Instances details
Generic ListAppInstancesResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListAppInstances

Associated Types

type Rep ListAppInstancesResponse :: Type -> Type #

Show ListAppInstancesResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListAppInstances

NFData ListAppInstancesResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListAppInstances

Eq ListAppInstancesResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListAppInstances

type Rep ListAppInstancesResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListAppInstances

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

newListAppInstancesResponse Source #

Create a value of ListAppInstancesResponse with all optional fields omitted.

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

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

$sel:appInstances:ListAppInstancesResponse', listAppInstancesResponse_appInstances - The information for each AppInstance.

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

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

ListTagsForResource

data ListTagsForResource Source #

See: newListTagsForResource smart constructor.

Instances

Instances details
ToHeaders ListTagsForResource Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListTagsForResource

ToPath ListTagsForResource Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListTagsForResource

ToQuery ListTagsForResource Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListTagsForResource

AWSRequest ListTagsForResource Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListTagsForResource

Associated Types

type AWSResponse ListTagsForResource #

Generic ListTagsForResource Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListTagsForResource

Associated Types

type Rep ListTagsForResource :: Type -> Type #

Read ListTagsForResource Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListTagsForResource

Show ListTagsForResource Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListTagsForResource

NFData ListTagsForResource Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListTagsForResource

Methods

rnf :: ListTagsForResource -> () #

Eq ListTagsForResource Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListTagsForResource

Hashable ListTagsForResource Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListTagsForResource

type AWSResponse ListTagsForResource Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListTagsForResource

type Rep ListTagsForResource Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListTagsForResource

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

newListTagsForResource Source #

Create a value of ListTagsForResource with all optional fields omitted.

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

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

$sel:resourceARN:ListTagsForResource', listTagsForResource_resourceARN - The ARN of the resource.

data ListTagsForResourceResponse Source #

See: newListTagsForResourceResponse smart constructor.

Instances

Instances details
Generic ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListTagsForResource

Associated Types

type Rep ListTagsForResourceResponse :: Type -> Type #

Show ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListTagsForResource

NFData ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListTagsForResource

Eq ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListTagsForResource

type Rep ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.ListTagsForResource

type Rep ListTagsForResourceResponse = D1 ('MetaData "ListTagsForResourceResponse" "Amazonka.ChimeSDKIdentity.ListTagsForResource" "amazonka-chime-sdk-identity-2.0-4Oyp0DV6v8255OObqkKpjC" '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 - The tag key-value pairs.

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

PutAppInstanceRetentionSettings

data PutAppInstanceRetentionSettings Source #

See: newPutAppInstanceRetentionSettings smart constructor.

Instances

Instances details
ToJSON PutAppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.PutAppInstanceRetentionSettings

ToHeaders PutAppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.PutAppInstanceRetentionSettings

ToPath PutAppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.PutAppInstanceRetentionSettings

ToQuery PutAppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.PutAppInstanceRetentionSettings

AWSRequest PutAppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.PutAppInstanceRetentionSettings

Generic PutAppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.PutAppInstanceRetentionSettings

Associated Types

type Rep PutAppInstanceRetentionSettings :: Type -> Type #

Read PutAppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.PutAppInstanceRetentionSettings

Show PutAppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.PutAppInstanceRetentionSettings

NFData PutAppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.PutAppInstanceRetentionSettings

Eq PutAppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.PutAppInstanceRetentionSettings

Hashable PutAppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.PutAppInstanceRetentionSettings

type AWSResponse PutAppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.PutAppInstanceRetentionSettings

type Rep PutAppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.PutAppInstanceRetentionSettings

type Rep PutAppInstanceRetentionSettings = D1 ('MetaData "PutAppInstanceRetentionSettings" "Amazonka.ChimeSDKIdentity.PutAppInstanceRetentionSettings" "amazonka-chime-sdk-identity-2.0-4Oyp0DV6v8255OObqkKpjC" 'False) (C1 ('MetaCons "PutAppInstanceRetentionSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "appInstanceRetentionSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AppInstanceRetentionSettings)))

newPutAppInstanceRetentionSettings Source #

Create a value of PutAppInstanceRetentionSettings with all optional fields omitted.

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

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

PutAppInstanceRetentionSettings, putAppInstanceRetentionSettings_appInstanceArn - The ARN of the AppInstance.

PutAppInstanceRetentionSettings, putAppInstanceRetentionSettings_appInstanceRetentionSettings - The time in days to retain data. Data type: number.

data PutAppInstanceRetentionSettingsResponse Source #

Instances

Instances details
Generic PutAppInstanceRetentionSettingsResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.PutAppInstanceRetentionSettings

Read PutAppInstanceRetentionSettingsResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.PutAppInstanceRetentionSettings

Show PutAppInstanceRetentionSettingsResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.PutAppInstanceRetentionSettings

NFData PutAppInstanceRetentionSettingsResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.PutAppInstanceRetentionSettings

Eq PutAppInstanceRetentionSettingsResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.PutAppInstanceRetentionSettings

type Rep PutAppInstanceRetentionSettingsResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.PutAppInstanceRetentionSettings

type Rep PutAppInstanceRetentionSettingsResponse = D1 ('MetaData "PutAppInstanceRetentionSettingsResponse" "Amazonka.ChimeSDKIdentity.PutAppInstanceRetentionSettings" "amazonka-chime-sdk-identity-2.0-4Oyp0DV6v8255OObqkKpjC" '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))))

RegisterAppInstanceUserEndpoint

data RegisterAppInstanceUserEndpoint Source #

See: newRegisterAppInstanceUserEndpoint smart constructor.

Instances

Instances details
ToJSON RegisterAppInstanceUserEndpoint Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.RegisterAppInstanceUserEndpoint

ToHeaders RegisterAppInstanceUserEndpoint Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.RegisterAppInstanceUserEndpoint

ToPath RegisterAppInstanceUserEndpoint Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.RegisterAppInstanceUserEndpoint

ToQuery RegisterAppInstanceUserEndpoint Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.RegisterAppInstanceUserEndpoint

AWSRequest RegisterAppInstanceUserEndpoint Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.RegisterAppInstanceUserEndpoint

Generic RegisterAppInstanceUserEndpoint Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.RegisterAppInstanceUserEndpoint

Associated Types

type Rep RegisterAppInstanceUserEndpoint :: Type -> Type #

Show RegisterAppInstanceUserEndpoint Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.RegisterAppInstanceUserEndpoint

NFData RegisterAppInstanceUserEndpoint Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.RegisterAppInstanceUserEndpoint

Eq RegisterAppInstanceUserEndpoint Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.RegisterAppInstanceUserEndpoint

Hashable RegisterAppInstanceUserEndpoint Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.RegisterAppInstanceUserEndpoint

type AWSResponse RegisterAppInstanceUserEndpoint Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.RegisterAppInstanceUserEndpoint

type Rep RegisterAppInstanceUserEndpoint Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.RegisterAppInstanceUserEndpoint

type Rep RegisterAppInstanceUserEndpoint = D1 ('MetaData "RegisterAppInstanceUserEndpoint" "Amazonka.ChimeSDKIdentity.RegisterAppInstanceUserEndpoint" "amazonka-chime-sdk-identity-2.0-4Oyp0DV6v8255OObqkKpjC" 'False) (C1 ('MetaCons "RegisterAppInstanceUserEndpoint'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "allowMessages") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AllowMessages)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "appInstanceUserArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)))) :*: ((S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AppInstanceUserEndpointType) :*: S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text))) :*: (S1 ('MetaSel ('Just "endpointAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EndpointAttributes) :*: S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text))))))

newRegisterAppInstanceUserEndpoint Source #

Create a value of RegisterAppInstanceUserEndpoint with all optional fields omitted.

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

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

RegisterAppInstanceUserEndpoint, registerAppInstanceUserEndpoint_allowMessages - Boolean that controls whether the AppInstanceUserEndpoint is opted in to receive messages. ALL indicates the endpoint receives all messages. NONE indicates the endpoint receives no messages.

RegisterAppInstanceUserEndpoint, registerAppInstanceUserEndpoint_name - The name of the AppInstanceUserEndpoint.

RegisterAppInstanceUserEndpoint, registerAppInstanceUserEndpoint_appInstanceUserArn - The ARN of the AppInstanceUser.

RegisterAppInstanceUserEndpoint, registerAppInstanceUserEndpoint_type - The type of the AppInstanceUserEndpoint. Supported types:

  • APNS: The mobile notification service for an Apple device.
  • APNS_SANDBOX: The sandbox environment of the mobile notification service for an Apple device.
  • GCM: The mobile notification service for an Android device.

Populate the ResourceArn value of each type as PinpointAppArn.

RegisterAppInstanceUserEndpoint, registerAppInstanceUserEndpoint_resourceArn - The ARN of the resource to which the endpoint belongs.

RegisterAppInstanceUserEndpoint, registerAppInstanceUserEndpoint_endpointAttributes - The attributes of an Endpoint.

$sel:clientRequestToken:RegisterAppInstanceUserEndpoint', registerAppInstanceUserEndpoint_clientRequestToken - The idempotency token for each client request.

data RegisterAppInstanceUserEndpointResponse Source #

Instances

Instances details
Generic RegisterAppInstanceUserEndpointResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.RegisterAppInstanceUserEndpoint

Show RegisterAppInstanceUserEndpointResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.RegisterAppInstanceUserEndpoint

NFData RegisterAppInstanceUserEndpointResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.RegisterAppInstanceUserEndpoint

Eq RegisterAppInstanceUserEndpointResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.RegisterAppInstanceUserEndpoint

type Rep RegisterAppInstanceUserEndpointResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.RegisterAppInstanceUserEndpoint

type Rep RegisterAppInstanceUserEndpointResponse = D1 ('MetaData "RegisterAppInstanceUserEndpointResponse" "Amazonka.ChimeSDKIdentity.RegisterAppInstanceUserEndpoint" "amazonka-chime-sdk-identity-2.0-4Oyp0DV6v8255OObqkKpjC" 'False) (C1 ('MetaCons "RegisterAppInstanceUserEndpointResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appInstanceUserArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "endpointId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newRegisterAppInstanceUserEndpointResponse Source #

Create a value of RegisterAppInstanceUserEndpointResponse with all optional fields omitted.

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

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

RegisterAppInstanceUserEndpoint, registerAppInstanceUserEndpointResponse_appInstanceUserArn - The ARN of the AppInstanceUser.

RegisterAppInstanceUserEndpointResponse, registerAppInstanceUserEndpointResponse_endpointId - The unique identifier of the AppInstanceUserEndpoint.

$sel:httpStatus:RegisterAppInstanceUserEndpointResponse', registerAppInstanceUserEndpointResponse_httpStatus - The response's http status code.

TagResource

data TagResource Source #

See: newTagResource smart constructor.

Constructors

TagResource' Text (NonEmpty Tag) 

Instances

Instances details
ToJSON TagResource Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.TagResource

ToHeaders TagResource Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.TagResource

Methods

toHeaders :: TagResource -> [Header] #

ToPath TagResource Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.TagResource

ToQuery TagResource Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.TagResource

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.TagResource

Associated Types

type AWSResponse TagResource #

Generic TagResource Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

Show TagResource Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.TagResource

NFData TagResource Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.TagResource

Methods

rnf :: TagResource -> () #

Eq TagResource Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.TagResource

Hashable TagResource Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.TagResource

type AWSResponse TagResource Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.TagResource

type Rep TagResource Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.TagResource

type Rep TagResource = D1 ('MetaData "TagResource" "Amazonka.ChimeSDKIdentity.TagResource" "amazonka-chime-sdk-identity-2.0-4Oyp0DV6v8255OObqkKpjC" 'False) (C1 ('MetaCons "TagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Tag))))

newTagResource Source #

Create a value of TagResource with all optional fields omitted.

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

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

$sel:resourceARN:TagResource', tagResource_resourceARN - The resource ARN.

$sel:tags:TagResource', tagResource_tags - The tag key-value pairs.

data TagResourceResponse Source #

See: newTagResourceResponse smart constructor.

Constructors

TagResourceResponse' 

Instances

Instances details
Generic TagResourceResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.TagResource

Associated Types

type Rep TagResourceResponse :: Type -> Type #

Read TagResourceResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.TagResource

Show TagResourceResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.TagResource

NFData TagResourceResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.TagResource

Methods

rnf :: TagResourceResponse -> () #

Eq TagResourceResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.TagResource

type Rep TagResourceResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.TagResource

type Rep TagResourceResponse = D1 ('MetaData "TagResourceResponse" "Amazonka.ChimeSDKIdentity.TagResource" "amazonka-chime-sdk-identity-2.0-4Oyp0DV6v8255OObqkKpjC" 'False) (C1 ('MetaCons "TagResourceResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newTagResourceResponse :: TagResourceResponse Source #

Create a value of TagResourceResponse with all optional fields omitted.

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

UntagResource

data UntagResource Source #

See: newUntagResource smart constructor.

Instances

Instances details
ToJSON UntagResource Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.UntagResource

ToHeaders UntagResource Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.UntagResource

ToPath UntagResource Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.UntagResource

ToQuery UntagResource Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.UntagResource

Associated Types

type AWSResponse UntagResource #

Generic UntagResource Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

Show UntagResource Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.UntagResource

NFData UntagResource Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.UntagResource

Methods

rnf :: UntagResource -> () #

Eq UntagResource Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.UntagResource

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.UntagResource

type AWSResponse UntagResource Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.UntagResource

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.UntagResource

type Rep UntagResource = D1 ('MetaData "UntagResource" "Amazonka.ChimeSDKIdentity.UntagResource" "amazonka-chime-sdk-identity-2.0-4Oyp0DV6v8255OObqkKpjC" 'False) (C1 ('MetaCons "UntagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty (Sensitive Text)))))

newUntagResource Source #

Create a value of UntagResource with all optional fields omitted.

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

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

$sel:resourceARN:UntagResource', untagResource_resourceARN - The resource ARN.

$sel:tagKeys:UntagResource', untagResource_tagKeys - The tag keys.

data UntagResourceResponse Source #

See: newUntagResourceResponse smart constructor.

Instances

Instances details
Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.UntagResource

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.UntagResource

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.ChimeSDKIdentity.UntagResource" "amazonka-chime-sdk-identity-2.0-4Oyp0DV6v8255OObqkKpjC" '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.

UpdateAppInstance

data UpdateAppInstance Source #

See: newUpdateAppInstance smart constructor.

Instances

Instances details
ToJSON UpdateAppInstance Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.UpdateAppInstance

ToHeaders UpdateAppInstance Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.UpdateAppInstance

ToPath UpdateAppInstance Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.UpdateAppInstance

ToQuery UpdateAppInstance Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.UpdateAppInstance

AWSRequest UpdateAppInstance Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.UpdateAppInstance

Associated Types

type AWSResponse UpdateAppInstance #

Generic UpdateAppInstance Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.UpdateAppInstance

Associated Types

type Rep UpdateAppInstance :: Type -> Type #

Show UpdateAppInstance Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.UpdateAppInstance

NFData UpdateAppInstance Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.UpdateAppInstance

Methods

rnf :: UpdateAppInstance -> () #

Eq UpdateAppInstance Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.UpdateAppInstance

Hashable UpdateAppInstance Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.UpdateAppInstance

type AWSResponse UpdateAppInstance Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.UpdateAppInstance

type Rep UpdateAppInstance Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.UpdateAppInstance

type Rep UpdateAppInstance = D1 ('MetaData "UpdateAppInstance" "Amazonka.ChimeSDKIdentity.UpdateAppInstance" "amazonka-chime-sdk-identity-2.0-4Oyp0DV6v8255OObqkKpjC" 'False) (C1 ('MetaCons "UpdateAppInstance'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)) :*: S1 ('MetaSel ('Just "metadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)))))

newUpdateAppInstance Source #

Create a value of UpdateAppInstance with all optional fields omitted.

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

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

UpdateAppInstance, updateAppInstance_appInstanceArn - The ARN of the AppInstance.

UpdateAppInstance, updateAppInstance_name - The name that you want to change.

UpdateAppInstance, updateAppInstance_metadata - The metadata that you want to change.

data UpdateAppInstanceResponse Source #

See: newUpdateAppInstanceResponse smart constructor.

Instances

Instances details
Generic UpdateAppInstanceResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.UpdateAppInstance

Associated Types

type Rep UpdateAppInstanceResponse :: Type -> Type #

Read UpdateAppInstanceResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.UpdateAppInstance

Show UpdateAppInstanceResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.UpdateAppInstance

NFData UpdateAppInstanceResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.UpdateAppInstance

Eq UpdateAppInstanceResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.UpdateAppInstance

type Rep UpdateAppInstanceResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.UpdateAppInstance

type Rep UpdateAppInstanceResponse = D1 ('MetaData "UpdateAppInstanceResponse" "Amazonka.ChimeSDKIdentity.UpdateAppInstance" "amazonka-chime-sdk-identity-2.0-4Oyp0DV6v8255OObqkKpjC" 'False) (C1 ('MetaCons "UpdateAppInstanceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateAppInstanceResponse Source #

Create a value of UpdateAppInstanceResponse with all optional fields omitted.

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

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

UpdateAppInstance, updateAppInstanceResponse_appInstanceArn - The ARN of the AppInstance.

$sel:httpStatus:UpdateAppInstanceResponse', updateAppInstanceResponse_httpStatus - The response's http status code.

UpdateAppInstanceUser

data UpdateAppInstanceUser Source #

See: newUpdateAppInstanceUser smart constructor.

Instances

Instances details
ToJSON UpdateAppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.UpdateAppInstanceUser

ToHeaders UpdateAppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.UpdateAppInstanceUser

ToPath UpdateAppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.UpdateAppInstanceUser

ToQuery UpdateAppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.UpdateAppInstanceUser

AWSRequest UpdateAppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.UpdateAppInstanceUser

Associated Types

type AWSResponse UpdateAppInstanceUser #

Generic UpdateAppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.UpdateAppInstanceUser

Associated Types

type Rep UpdateAppInstanceUser :: Type -> Type #

Show UpdateAppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.UpdateAppInstanceUser

NFData UpdateAppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.UpdateAppInstanceUser

Methods

rnf :: UpdateAppInstanceUser -> () #

Eq UpdateAppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.UpdateAppInstanceUser

Hashable UpdateAppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.UpdateAppInstanceUser

type AWSResponse UpdateAppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.UpdateAppInstanceUser

type Rep UpdateAppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.UpdateAppInstanceUser

type Rep UpdateAppInstanceUser = D1 ('MetaData "UpdateAppInstanceUser" "Amazonka.ChimeSDKIdentity.UpdateAppInstanceUser" "amazonka-chime-sdk-identity-2.0-4Oyp0DV6v8255OObqkKpjC" 'False) (C1 ('MetaCons "UpdateAppInstanceUser'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appInstanceUserArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)) :*: S1 ('MetaSel ('Just "metadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)))))

newUpdateAppInstanceUser Source #

Create a value of UpdateAppInstanceUser with all optional fields omitted.

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

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

UpdateAppInstanceUser, updateAppInstanceUser_appInstanceUserArn - The ARN of the AppInstanceUser.

UpdateAppInstanceUser, updateAppInstanceUser_name - The name of the AppInstanceUser.

UpdateAppInstanceUser, updateAppInstanceUser_metadata - The metadata of the AppInstanceUser.

data UpdateAppInstanceUserResponse Source #

See: newUpdateAppInstanceUserResponse smart constructor.

Instances

Instances details
Generic UpdateAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.UpdateAppInstanceUser

Associated Types

type Rep UpdateAppInstanceUserResponse :: Type -> Type #

Read UpdateAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.UpdateAppInstanceUser

Show UpdateAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.UpdateAppInstanceUser

NFData UpdateAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.UpdateAppInstanceUser

Eq UpdateAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.UpdateAppInstanceUser

type Rep UpdateAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.UpdateAppInstanceUser

type Rep UpdateAppInstanceUserResponse = D1 ('MetaData "UpdateAppInstanceUserResponse" "Amazonka.ChimeSDKIdentity.UpdateAppInstanceUser" "amazonka-chime-sdk-identity-2.0-4Oyp0DV6v8255OObqkKpjC" 'False) (C1 ('MetaCons "UpdateAppInstanceUserResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appInstanceUserArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateAppInstanceUserResponse Source #

Create a value of UpdateAppInstanceUserResponse with all optional fields omitted.

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

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

UpdateAppInstanceUser, updateAppInstanceUserResponse_appInstanceUserArn - The ARN of the AppInstanceUser.

$sel:httpStatus:UpdateAppInstanceUserResponse', updateAppInstanceUserResponse_httpStatus - The response's http status code.

UpdateAppInstanceUserEndpoint

data UpdateAppInstanceUserEndpoint Source #

See: newUpdateAppInstanceUserEndpoint smart constructor.

Instances

Instances details
ToJSON UpdateAppInstanceUserEndpoint Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.UpdateAppInstanceUserEndpoint

ToHeaders UpdateAppInstanceUserEndpoint Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.UpdateAppInstanceUserEndpoint

ToPath UpdateAppInstanceUserEndpoint Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.UpdateAppInstanceUserEndpoint

ToQuery UpdateAppInstanceUserEndpoint Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.UpdateAppInstanceUserEndpoint

AWSRequest UpdateAppInstanceUserEndpoint Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.UpdateAppInstanceUserEndpoint

Generic UpdateAppInstanceUserEndpoint Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.UpdateAppInstanceUserEndpoint

Associated Types

type Rep UpdateAppInstanceUserEndpoint :: Type -> Type #

Show UpdateAppInstanceUserEndpoint Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.UpdateAppInstanceUserEndpoint

NFData UpdateAppInstanceUserEndpoint Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.UpdateAppInstanceUserEndpoint

Eq UpdateAppInstanceUserEndpoint Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.UpdateAppInstanceUserEndpoint

Hashable UpdateAppInstanceUserEndpoint Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.UpdateAppInstanceUserEndpoint

type AWSResponse UpdateAppInstanceUserEndpoint Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.UpdateAppInstanceUserEndpoint

type Rep UpdateAppInstanceUserEndpoint Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.UpdateAppInstanceUserEndpoint

type Rep UpdateAppInstanceUserEndpoint = D1 ('MetaData "UpdateAppInstanceUserEndpoint" "Amazonka.ChimeSDKIdentity.UpdateAppInstanceUserEndpoint" "amazonka-chime-sdk-identity-2.0-4Oyp0DV6v8255OObqkKpjC" 'False) (C1 ('MetaCons "UpdateAppInstanceUserEndpoint'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "allowMessages") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AllowMessages)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))) :*: (S1 ('MetaSel ('Just "appInstanceUserArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)) :*: S1 ('MetaSel ('Just "endpointId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)))))

newUpdateAppInstanceUserEndpoint Source #

Create a value of UpdateAppInstanceUserEndpoint with all optional fields omitted.

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

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

UpdateAppInstanceUserEndpoint, updateAppInstanceUserEndpoint_allowMessages - Boolean that controls whether the AppInstanceUserEndpoint is opted in to receive messages. ALL indicates the endpoint will receive all messages. NONE indicates the endpoint will receive no messages.

UpdateAppInstanceUserEndpoint, updateAppInstanceUserEndpoint_name - The name of the AppInstanceUserEndpoint.

UpdateAppInstanceUserEndpoint, updateAppInstanceUserEndpoint_appInstanceUserArn - The ARN of the AppInstanceUser.

UpdateAppInstanceUserEndpoint, updateAppInstanceUserEndpoint_endpointId - The unique identifier of the AppInstanceUserEndpoint.

data UpdateAppInstanceUserEndpointResponse Source #

Instances

Instances details
Generic UpdateAppInstanceUserEndpointResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.UpdateAppInstanceUserEndpoint

Show UpdateAppInstanceUserEndpointResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.UpdateAppInstanceUserEndpoint

NFData UpdateAppInstanceUserEndpointResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.UpdateAppInstanceUserEndpoint

Eq UpdateAppInstanceUserEndpointResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.UpdateAppInstanceUserEndpoint

type Rep UpdateAppInstanceUserEndpointResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.UpdateAppInstanceUserEndpoint

type Rep UpdateAppInstanceUserEndpointResponse = D1 ('MetaData "UpdateAppInstanceUserEndpointResponse" "Amazonka.ChimeSDKIdentity.UpdateAppInstanceUserEndpoint" "amazonka-chime-sdk-identity-2.0-4Oyp0DV6v8255OObqkKpjC" 'False) (C1 ('MetaCons "UpdateAppInstanceUserEndpointResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appInstanceUserArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "endpointId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newUpdateAppInstanceUserEndpointResponse Source #

Create a value of UpdateAppInstanceUserEndpointResponse with all optional fields omitted.

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

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

UpdateAppInstanceUserEndpoint, updateAppInstanceUserEndpointResponse_appInstanceUserArn - The ARN of the AppInstanceUser.

UpdateAppInstanceUserEndpoint, updateAppInstanceUserEndpointResponse_endpointId - The unique identifier of the AppInstanceUserEndpoint.

$sel:httpStatus:UpdateAppInstanceUserEndpointResponse', updateAppInstanceUserEndpointResponse_httpStatus - The response's http status code.

Types

AllowMessages

newtype AllowMessages Source #

Constructors

AllowMessages' 

Bundled Patterns

pattern AllowMessages_ALL :: AllowMessages 
pattern AllowMessages_NONE :: AllowMessages 

Instances

Instances details
FromJSON AllowMessages Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AllowMessages

FromJSONKey AllowMessages Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AllowMessages

ToJSON AllowMessages Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AllowMessages

ToJSONKey AllowMessages Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AllowMessages

ToByteString AllowMessages Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AllowMessages

ToHeader AllowMessages Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AllowMessages

ToLog AllowMessages Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AllowMessages

ToQuery AllowMessages Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AllowMessages

FromText AllowMessages Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AllowMessages

ToText AllowMessages Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AllowMessages

Methods

toText :: AllowMessages -> Text #

FromXML AllowMessages Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AllowMessages

ToXML AllowMessages Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AllowMessages

Methods

toXML :: AllowMessages -> XML #

Generic AllowMessages Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AllowMessages

Associated Types

type Rep AllowMessages :: Type -> Type #

Read AllowMessages Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AllowMessages

Show AllowMessages Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AllowMessages

NFData AllowMessages Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AllowMessages

Methods

rnf :: AllowMessages -> () #

Eq AllowMessages Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AllowMessages

Ord AllowMessages Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AllowMessages

Hashable AllowMessages Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AllowMessages

type Rep AllowMessages Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AllowMessages

type Rep AllowMessages = D1 ('MetaData "AllowMessages" "Amazonka.ChimeSDKIdentity.Types.AllowMessages" "amazonka-chime-sdk-identity-2.0-4Oyp0DV6v8255OObqkKpjC" 'True) (C1 ('MetaCons "AllowMessages'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAllowMessages") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AppInstanceUserEndpointType

newtype AppInstanceUserEndpointType Source #

Instances

Instances details
FromJSON AppInstanceUserEndpointType Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceUserEndpointType

FromJSONKey AppInstanceUserEndpointType Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceUserEndpointType

ToJSON AppInstanceUserEndpointType Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceUserEndpointType

ToJSONKey AppInstanceUserEndpointType Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceUserEndpointType

ToByteString AppInstanceUserEndpointType Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceUserEndpointType

ToHeader AppInstanceUserEndpointType Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceUserEndpointType

ToLog AppInstanceUserEndpointType Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceUserEndpointType

ToQuery AppInstanceUserEndpointType Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceUserEndpointType

FromText AppInstanceUserEndpointType Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceUserEndpointType

ToText AppInstanceUserEndpointType Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceUserEndpointType

FromXML AppInstanceUserEndpointType Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceUserEndpointType

ToXML AppInstanceUserEndpointType Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceUserEndpointType

Generic AppInstanceUserEndpointType Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceUserEndpointType

Associated Types

type Rep AppInstanceUserEndpointType :: Type -> Type #

Read AppInstanceUserEndpointType Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceUserEndpointType

Show AppInstanceUserEndpointType Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceUserEndpointType

NFData AppInstanceUserEndpointType Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceUserEndpointType

Eq AppInstanceUserEndpointType Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceUserEndpointType

Ord AppInstanceUserEndpointType Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceUserEndpointType

Hashable AppInstanceUserEndpointType Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceUserEndpointType

type Rep AppInstanceUserEndpointType Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceUserEndpointType

type Rep AppInstanceUserEndpointType = D1 ('MetaData "AppInstanceUserEndpointType" "Amazonka.ChimeSDKIdentity.Types.AppInstanceUserEndpointType" "amazonka-chime-sdk-identity-2.0-4Oyp0DV6v8255OObqkKpjC" 'True) (C1 ('MetaCons "AppInstanceUserEndpointType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAppInstanceUserEndpointType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EndpointStatus

newtype EndpointStatus Source #

Constructors

EndpointStatus' 

Instances

Instances details
FromJSON EndpointStatus Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.EndpointStatus

FromJSONKey EndpointStatus Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.EndpointStatus

ToJSON EndpointStatus Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.EndpointStatus

ToJSONKey EndpointStatus Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.EndpointStatus

ToByteString EndpointStatus Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.EndpointStatus

ToHeader EndpointStatus Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.EndpointStatus

ToLog EndpointStatus Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.EndpointStatus

ToQuery EndpointStatus Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.EndpointStatus

FromText EndpointStatus Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.EndpointStatus

ToText EndpointStatus Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.EndpointStatus

FromXML EndpointStatus Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.EndpointStatus

ToXML EndpointStatus Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.EndpointStatus

Methods

toXML :: EndpointStatus -> XML #

Generic EndpointStatus Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.EndpointStatus

Associated Types

type Rep EndpointStatus :: Type -> Type #

Read EndpointStatus Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.EndpointStatus

Show EndpointStatus Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.EndpointStatus

NFData EndpointStatus Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.EndpointStatus

Methods

rnf :: EndpointStatus -> () #

Eq EndpointStatus Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.EndpointStatus

Ord EndpointStatus Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.EndpointStatus

Hashable EndpointStatus Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.EndpointStatus

type Rep EndpointStatus Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.EndpointStatus

type Rep EndpointStatus = D1 ('MetaData "EndpointStatus" "Amazonka.ChimeSDKIdentity.Types.EndpointStatus" "amazonka-chime-sdk-identity-2.0-4Oyp0DV6v8255OObqkKpjC" 'True) (C1 ('MetaCons "EndpointStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEndpointStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EndpointStatusReason

newtype EndpointStatusReason Source #

Instances

Instances details
FromJSON EndpointStatusReason Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.EndpointStatusReason

FromJSONKey EndpointStatusReason Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.EndpointStatusReason

ToJSON EndpointStatusReason Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.EndpointStatusReason

ToJSONKey EndpointStatusReason Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.EndpointStatusReason

ToByteString EndpointStatusReason Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.EndpointStatusReason

ToHeader EndpointStatusReason Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.EndpointStatusReason

ToLog EndpointStatusReason Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.EndpointStatusReason

ToQuery EndpointStatusReason Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.EndpointStatusReason

FromText EndpointStatusReason Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.EndpointStatusReason

ToText EndpointStatusReason Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.EndpointStatusReason

FromXML EndpointStatusReason Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.EndpointStatusReason

ToXML EndpointStatusReason Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.EndpointStatusReason

Generic EndpointStatusReason Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.EndpointStatusReason

Associated Types

type Rep EndpointStatusReason :: Type -> Type #

Read EndpointStatusReason Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.EndpointStatusReason

Show EndpointStatusReason Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.EndpointStatusReason

NFData EndpointStatusReason Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.EndpointStatusReason

Methods

rnf :: EndpointStatusReason -> () #

Eq EndpointStatusReason Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.EndpointStatusReason

Ord EndpointStatusReason Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.EndpointStatusReason

Hashable EndpointStatusReason Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.EndpointStatusReason

type Rep EndpointStatusReason Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.EndpointStatusReason

type Rep EndpointStatusReason = D1 ('MetaData "EndpointStatusReason" "Amazonka.ChimeSDKIdentity.Types.EndpointStatusReason" "amazonka-chime-sdk-identity-2.0-4Oyp0DV6v8255OObqkKpjC" 'True) (C1 ('MetaCons "EndpointStatusReason'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEndpointStatusReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AppInstance

data AppInstance Source #

The details of an AppInstance, an instance of an Amazon Chime SDK messaging application.

See: newAppInstance smart constructor.

Instances

Instances details
FromJSON AppInstance Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstance

Generic AppInstance Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstance

Associated Types

type Rep AppInstance :: Type -> Type #

Show AppInstance Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstance

NFData AppInstance Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstance

Methods

rnf :: AppInstance -> () #

Eq AppInstance Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstance

Hashable AppInstance Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstance

type Rep AppInstance Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstance

type Rep AppInstance = D1 ('MetaData "AppInstance" "Amazonka.ChimeSDKIdentity.Types.AppInstance" "amazonka-chime-sdk-identity-2.0-4Oyp0DV6v8255OObqkKpjC" 'False) (C1 ('MetaCons "AppInstance'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "appInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createdTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "lastUpdatedTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "metadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))))))

newAppInstance :: AppInstance Source #

Create a value of AppInstance with all optional fields omitted.

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

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

$sel:appInstanceArn:AppInstance', appInstance_appInstanceArn - The ARN of the messaging instance.

$sel:createdTimestamp:AppInstance', appInstance_createdTimestamp - The time at which an AppInstance was created. In epoch milliseconds.

$sel:lastUpdatedTimestamp:AppInstance', appInstance_lastUpdatedTimestamp - The time an AppInstance was last updated. In epoch milliseconds.

$sel:metadata:AppInstance', appInstance_metadata - The metadata of an AppInstance.

$sel:name:AppInstance', appInstance_name - The name of an AppInstance.

AppInstanceAdmin

data AppInstanceAdmin Source #

The details of an AppInstanceAdmin.

See: newAppInstanceAdmin smart constructor.

Instances

Instances details
FromJSON AppInstanceAdmin Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceAdmin

Generic AppInstanceAdmin Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceAdmin

Associated Types

type Rep AppInstanceAdmin :: Type -> Type #

Show AppInstanceAdmin Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceAdmin

NFData AppInstanceAdmin Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceAdmin

Methods

rnf :: AppInstanceAdmin -> () #

Eq AppInstanceAdmin Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceAdmin

Hashable AppInstanceAdmin Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceAdmin

type Rep AppInstanceAdmin Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceAdmin

type Rep AppInstanceAdmin = D1 ('MetaData "AppInstanceAdmin" "Amazonka.ChimeSDKIdentity.Types.AppInstanceAdmin" "amazonka-chime-sdk-identity-2.0-4Oyp0DV6v8255OObqkKpjC" 'False) (C1 ('MetaCons "AppInstanceAdmin'" 'PrefixI 'True) (S1 ('MetaSel ('Just "admin") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Identity)) :*: (S1 ('MetaSel ('Just "appInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createdTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))

newAppInstanceAdmin :: AppInstanceAdmin Source #

Create a value of AppInstanceAdmin with all optional fields omitted.

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

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

$sel:admin:AppInstanceAdmin', appInstanceAdmin_admin - The AppInstanceAdmin data.

$sel:appInstanceArn:AppInstanceAdmin', appInstanceAdmin_appInstanceArn - The ARN of the AppInstance for which the user is an administrator.

$sel:createdTimestamp:AppInstanceAdmin', appInstanceAdmin_createdTimestamp - The time at which an administrator was created.

AppInstanceAdminSummary

data AppInstanceAdminSummary Source #

Summary of the details of an AppInstanceAdmin.

See: newAppInstanceAdminSummary smart constructor.

Instances

Instances details
FromJSON AppInstanceAdminSummary Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceAdminSummary

Generic AppInstanceAdminSummary Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceAdminSummary

Associated Types

type Rep AppInstanceAdminSummary :: Type -> Type #

Show AppInstanceAdminSummary Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceAdminSummary

NFData AppInstanceAdminSummary Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceAdminSummary

Methods

rnf :: AppInstanceAdminSummary -> () #

Eq AppInstanceAdminSummary Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceAdminSummary

Hashable AppInstanceAdminSummary Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceAdminSummary

type Rep AppInstanceAdminSummary Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceAdminSummary

type Rep AppInstanceAdminSummary = D1 ('MetaData "AppInstanceAdminSummary" "Amazonka.ChimeSDKIdentity.Types.AppInstanceAdminSummary" "amazonka-chime-sdk-identity-2.0-4Oyp0DV6v8255OObqkKpjC" 'False) (C1 ('MetaCons "AppInstanceAdminSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "admin") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Identity))))

newAppInstanceAdminSummary :: AppInstanceAdminSummary Source #

Create a value of AppInstanceAdminSummary with all optional fields omitted.

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

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

$sel:admin:AppInstanceAdminSummary', appInstanceAdminSummary_admin - The details of the AppInstanceAdmin.

AppInstanceRetentionSettings

data AppInstanceRetentionSettings Source #

The details of the data-retention settings for an AppInstance.

See: newAppInstanceRetentionSettings smart constructor.

Instances

Instances details
FromJSON AppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceRetentionSettings

ToJSON AppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceRetentionSettings

Generic AppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceRetentionSettings

Associated Types

type Rep AppInstanceRetentionSettings :: Type -> Type #

Read AppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceRetentionSettings

Show AppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceRetentionSettings

NFData AppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceRetentionSettings

Eq AppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceRetentionSettings

Hashable AppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceRetentionSettings

type Rep AppInstanceRetentionSettings Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceRetentionSettings

type Rep AppInstanceRetentionSettings = D1 ('MetaData "AppInstanceRetentionSettings" "Amazonka.ChimeSDKIdentity.Types.AppInstanceRetentionSettings" "amazonka-chime-sdk-identity-2.0-4Oyp0DV6v8255OObqkKpjC" '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.

AppInstanceSummary

data AppInstanceSummary Source #

Summary of the data for an AppInstance.

See: newAppInstanceSummary smart constructor.

Instances

Instances details
FromJSON AppInstanceSummary Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceSummary

Generic AppInstanceSummary Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceSummary

Associated Types

type Rep AppInstanceSummary :: Type -> Type #

Show AppInstanceSummary Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceSummary

NFData AppInstanceSummary Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceSummary

Methods

rnf :: AppInstanceSummary -> () #

Eq AppInstanceSummary Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceSummary

Hashable AppInstanceSummary Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceSummary

type Rep AppInstanceSummary Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceSummary

type Rep AppInstanceSummary = D1 ('MetaData "AppInstanceSummary" "Amazonka.ChimeSDKIdentity.Types.AppInstanceSummary" "amazonka-chime-sdk-identity-2.0-4Oyp0DV6v8255OObqkKpjC" 'False) (C1 ('MetaCons "AppInstanceSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "metadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))))))

newAppInstanceSummary :: AppInstanceSummary Source #

Create a value of AppInstanceSummary with all optional fields omitted.

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

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

$sel:appInstanceArn:AppInstanceSummary', appInstanceSummary_appInstanceArn - The AppInstance ARN.

$sel:metadata:AppInstanceSummary', appInstanceSummary_metadata - The metadata of the AppInstance.

$sel:name:AppInstanceSummary', appInstanceSummary_name - The name of the AppInstance.

AppInstanceUser

data AppInstanceUser Source #

The details of an AppInstanceUser.

See: newAppInstanceUser smart constructor.

Instances

Instances details
FromJSON AppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceUser

Generic AppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceUser

Associated Types

type Rep AppInstanceUser :: Type -> Type #

Show AppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceUser

NFData AppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceUser

Methods

rnf :: AppInstanceUser -> () #

Eq AppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceUser

Hashable AppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceUser

type Rep AppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceUser

type Rep AppInstanceUser = D1 ('MetaData "AppInstanceUser" "Amazonka.ChimeSDKIdentity.Types.AppInstanceUser" "amazonka-chime-sdk-identity-2.0-4Oyp0DV6v8255OObqkKpjC" 'False) (C1 ('MetaCons "AppInstanceUser'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "appInstanceUserArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createdTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "lastUpdatedTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "metadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))))))

newAppInstanceUser :: AppInstanceUser Source #

Create a value of AppInstanceUser with all optional fields omitted.

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

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

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

$sel:createdTimestamp:AppInstanceUser', appInstanceUser_createdTimestamp - The time at which the AppInstanceUser was created.

$sel:lastUpdatedTimestamp:AppInstanceUser', appInstanceUser_lastUpdatedTimestamp - The time at which the AppInstanceUser was last updated.

$sel:metadata:AppInstanceUser', appInstanceUser_metadata - The metadata of the AppInstanceUser.

$sel:name:AppInstanceUser', appInstanceUser_name - The name of the AppInstanceUser.

AppInstanceUserEndpoint

data AppInstanceUserEndpoint Source #

An endpoint under an Amazon Chime AppInstanceUser that receives messages for a user. For push notifications, the endpoint is a mobile device used to receive mobile push notifications for a user.

See: newAppInstanceUserEndpoint smart constructor.

Instances

Instances details
FromJSON AppInstanceUserEndpoint Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceUserEndpoint

Generic AppInstanceUserEndpoint Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceUserEndpoint

Associated Types

type Rep AppInstanceUserEndpoint :: Type -> Type #

Show AppInstanceUserEndpoint Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceUserEndpoint

NFData AppInstanceUserEndpoint Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceUserEndpoint

Methods

rnf :: AppInstanceUserEndpoint -> () #

Eq AppInstanceUserEndpoint Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceUserEndpoint

Hashable AppInstanceUserEndpoint Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceUserEndpoint

type Rep AppInstanceUserEndpoint Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceUserEndpoint

type Rep AppInstanceUserEndpoint = D1 ('MetaData "AppInstanceUserEndpoint" "Amazonka.ChimeSDKIdentity.Types.AppInstanceUserEndpoint" "amazonka-chime-sdk-identity-2.0-4Oyp0DV6v8255OObqkKpjC" 'False) (C1 ('MetaCons "AppInstanceUserEndpoint'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "allowMessages") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AllowMessages)) :*: S1 ('MetaSel ('Just "appInstanceUserArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))) :*: (S1 ('MetaSel ('Just "createdTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "endpointAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EndpointAttributes)) :*: S1 ('MetaSel ('Just "endpointId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))))) :*: ((S1 ('MetaSel ('Just "endpointState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EndpointState)) :*: S1 ('MetaSel ('Just "lastUpdatedTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AppInstanceUserEndpointType)))))))

newAppInstanceUserEndpoint :: AppInstanceUserEndpoint Source #

Create a value of AppInstanceUserEndpoint with all optional fields omitted.

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

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

$sel:allowMessages:AppInstanceUserEndpoint', appInstanceUserEndpoint_allowMessages - Boolean that controls whether the AppInstanceUserEndpoint is opted in to receive messages. ALL indicates the endpoint will receive all messages. NONE indicates the endpoint will receive no messages.

$sel:appInstanceUserArn:AppInstanceUserEndpoint', appInstanceUserEndpoint_appInstanceUserArn - The ARN of the AppInstanceUser.

$sel:createdTimestamp:AppInstanceUserEndpoint', appInstanceUserEndpoint_createdTimestamp - The time at which an AppInstanceUserEndpoint was created.

$sel:endpointAttributes:AppInstanceUserEndpoint', appInstanceUserEndpoint_endpointAttributes - The attributes of an Endpoint.

$sel:endpointId:AppInstanceUserEndpoint', appInstanceUserEndpoint_endpointId - The unique identifier of the AppInstanceUserEndpoint.

$sel:endpointState:AppInstanceUserEndpoint', appInstanceUserEndpoint_endpointState - A read-only field that represents the state of an AppInstanceUserEndpoint. Supported values:

  • ACTIVE: The AppInstanceUserEndpoint is active and able to receive messages. When ACTIVE, the EndpointStatusReason remains empty.
  • INACTIVE: The AppInstanceUserEndpoint is inactive and can't receive message. When INACTIVE, the corresponding reason will be conveyed through EndpointStatusReason.
  • INVALID_DEVICE_TOKEN indicates that an AppInstanceUserEndpoint is INACTIVE due to invalid device token
  • INVALID_PINPOINT_ARN indicates that an AppInstanceUserEndpoint is INACTIVE due to an invalid pinpoint ARN that was input through the ResourceArn field.

$sel:lastUpdatedTimestamp:AppInstanceUserEndpoint', appInstanceUserEndpoint_lastUpdatedTimestamp - The time at which an AppInstanceUserEndpoint was last updated.

$sel:name:AppInstanceUserEndpoint', appInstanceUserEndpoint_name - The name of the AppInstanceUserEndpoint.

$sel:resourceArn:AppInstanceUserEndpoint', appInstanceUserEndpoint_resourceArn - The ARN of the resource to which the endpoint belongs.

$sel:type':AppInstanceUserEndpoint', appInstanceUserEndpoint_type - The type of the AppInstanceUserEndpoint.

AppInstanceUserEndpointSummary

data AppInstanceUserEndpointSummary Source #

Summary of the details of an AppInstanceUserEndpoint.

See: newAppInstanceUserEndpointSummary smart constructor.

Instances

Instances details
FromJSON AppInstanceUserEndpointSummary Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceUserEndpointSummary

Generic AppInstanceUserEndpointSummary Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceUserEndpointSummary

Associated Types

type Rep AppInstanceUserEndpointSummary :: Type -> Type #

Show AppInstanceUserEndpointSummary Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceUserEndpointSummary

NFData AppInstanceUserEndpointSummary Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceUserEndpointSummary

Eq AppInstanceUserEndpointSummary Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceUserEndpointSummary

Hashable AppInstanceUserEndpointSummary Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceUserEndpointSummary

type Rep AppInstanceUserEndpointSummary Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceUserEndpointSummary

type Rep AppInstanceUserEndpointSummary = D1 ('MetaData "AppInstanceUserEndpointSummary" "Amazonka.ChimeSDKIdentity.Types.AppInstanceUserEndpointSummary" "amazonka-chime-sdk-identity-2.0-4Oyp0DV6v8255OObqkKpjC" 'False) (C1 ('MetaCons "AppInstanceUserEndpointSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "allowMessages") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AllowMessages)) :*: (S1 ('MetaSel ('Just "appInstanceUserArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "endpointId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))))) :*: (S1 ('MetaSel ('Just "endpointState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EndpointState)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AppInstanceUserEndpointType))))))

newAppInstanceUserEndpointSummary :: AppInstanceUserEndpointSummary Source #

Create a value of AppInstanceUserEndpointSummary with all optional fields omitted.

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

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

$sel:allowMessages:AppInstanceUserEndpointSummary', appInstanceUserEndpointSummary_allowMessages - BBoolean that controls whether the AppInstanceUserEndpoint is opted in to receive messages. ALL indicates the endpoint will receive all messages. NONE indicates the endpoint will receive no messages.

$sel:appInstanceUserArn:AppInstanceUserEndpointSummary', appInstanceUserEndpointSummary_appInstanceUserArn - The ARN of the AppInstanceUser.

$sel:endpointId:AppInstanceUserEndpointSummary', appInstanceUserEndpointSummary_endpointId - The unique identifier of the AppInstanceUserEndpoint.

$sel:endpointState:AppInstanceUserEndpointSummary', appInstanceUserEndpointSummary_endpointState - A read-only field that represent the state of an AppInstanceUserEndpoint.

$sel:name:AppInstanceUserEndpointSummary', appInstanceUserEndpointSummary_name - The name of the AppInstanceUserEndpoint.

$sel:type':AppInstanceUserEndpointSummary', appInstanceUserEndpointSummary_type - The type of the AppInstanceUserEndpoint.

AppInstanceUserSummary

data AppInstanceUserSummary Source #

Summary of the details of an AppInstanceUser.

See: newAppInstanceUserSummary smart constructor.

Instances

Instances details
FromJSON AppInstanceUserSummary Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceUserSummary

Generic AppInstanceUserSummary Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceUserSummary

Associated Types

type Rep AppInstanceUserSummary :: Type -> Type #

Show AppInstanceUserSummary Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceUserSummary

NFData AppInstanceUserSummary Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceUserSummary

Methods

rnf :: AppInstanceUserSummary -> () #

Eq AppInstanceUserSummary Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceUserSummary

Hashable AppInstanceUserSummary Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceUserSummary

type Rep AppInstanceUserSummary Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceUserSummary

type Rep AppInstanceUserSummary = D1 ('MetaData "AppInstanceUserSummary" "Amazonka.ChimeSDKIdentity.Types.AppInstanceUserSummary" "amazonka-chime-sdk-identity-2.0-4Oyp0DV6v8255OObqkKpjC" 'False) (C1 ('MetaCons "AppInstanceUserSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appInstanceUserArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "metadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))))))

newAppInstanceUserSummary :: AppInstanceUserSummary Source #

Create a value of AppInstanceUserSummary with all optional fields omitted.

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

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

$sel:appInstanceUserArn:AppInstanceUserSummary', appInstanceUserSummary_appInstanceUserArn - The ARN of the AppInstanceUser.

$sel:metadata:AppInstanceUserSummary', appInstanceUserSummary_metadata - The metadata of the AppInstanceUser.

$sel:name:AppInstanceUserSummary', appInstanceUserSummary_name - The name of an AppInstanceUser.

ChannelRetentionSettings

data ChannelRetentionSettings Source #

The details of the retention settings for a channel.

See: newChannelRetentionSettings smart constructor.

Instances

Instances details
FromJSON ChannelRetentionSettings Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.ChannelRetentionSettings

ToJSON ChannelRetentionSettings Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.ChannelRetentionSettings

Generic ChannelRetentionSettings Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.ChannelRetentionSettings

Associated Types

type Rep ChannelRetentionSettings :: Type -> Type #

Read ChannelRetentionSettings Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.ChannelRetentionSettings

Show ChannelRetentionSettings Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.ChannelRetentionSettings

NFData ChannelRetentionSettings Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.ChannelRetentionSettings

Eq ChannelRetentionSettings Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.ChannelRetentionSettings

Hashable ChannelRetentionSettings Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.ChannelRetentionSettings

type Rep ChannelRetentionSettings Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.ChannelRetentionSettings

type Rep ChannelRetentionSettings = D1 ('MetaData "ChannelRetentionSettings" "Amazonka.ChimeSDKIdentity.Types.ChannelRetentionSettings" "amazonka-chime-sdk-identity-2.0-4Oyp0DV6v8255OObqkKpjC" '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.

EndpointAttributes

data EndpointAttributes Source #

The attributes of an Endpoint.

See: newEndpointAttributes smart constructor.

Instances

Instances details
FromJSON EndpointAttributes Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.EndpointAttributes

ToJSON EndpointAttributes Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.EndpointAttributes

Generic EndpointAttributes Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.EndpointAttributes

Associated Types

type Rep EndpointAttributes :: Type -> Type #

Show EndpointAttributes Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.EndpointAttributes

NFData EndpointAttributes Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.EndpointAttributes

Methods

rnf :: EndpointAttributes -> () #

Eq EndpointAttributes Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.EndpointAttributes

Hashable EndpointAttributes Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.EndpointAttributes

type Rep EndpointAttributes Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.EndpointAttributes

type Rep EndpointAttributes = D1 ('MetaData "EndpointAttributes" "Amazonka.ChimeSDKIdentity.Types.EndpointAttributes" "amazonka-chime-sdk-identity-2.0-4Oyp0DV6v8255OObqkKpjC" 'False) (C1 ('MetaCons "EndpointAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "voipDeviceToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "deviceToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text))))

newEndpointAttributes Source #

Create a value of EndpointAttributes with all optional fields omitted.

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

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

$sel:voipDeviceToken:EndpointAttributes', endpointAttributes_voipDeviceToken - The VOIP device token for the APNS and APNS_SANDBOX endpoint types.

$sel:deviceToken:EndpointAttributes', endpointAttributes_deviceToken - The device token for the GCM, APNS, and APNS_SANDBOX endpoint types.

EndpointState

data EndpointState Source #

A read-only field that represents the state of an AppInstanceUserEndpoint. Supported values:

  • ACTIVE: The AppInstanceUserEndpoint is active and able to receive messages. When ACTIVE, the EndpointStatusReason remains empty.
  • INACTIVE: The AppInstanceUserEndpoint is inactive and can't receive message. When INACTIVE, the corresponding reason will be conveyed through EndpointStatusReason.
  • INVALID_DEVICE_TOKEN indicates that an AppInstanceUserEndpoint is INACTIVE due to invalid device token
  • INVALID_PINPOINT_ARN indicates that an AppInstanceUserEndpoint is INACTIVE due to an invalid pinpoint ARN that was input through the ResourceArn field.

See: newEndpointState smart constructor.

Instances

Instances details
FromJSON EndpointState Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.EndpointState

Generic EndpointState Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.EndpointState

Associated Types

type Rep EndpointState :: Type -> Type #

Read EndpointState Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.EndpointState

Show EndpointState Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.EndpointState

NFData EndpointState Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.EndpointState

Methods

rnf :: EndpointState -> () #

Eq EndpointState Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.EndpointState

Hashable EndpointState Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.EndpointState

type Rep EndpointState Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.EndpointState

type Rep EndpointState = D1 ('MetaData "EndpointState" "Amazonka.ChimeSDKIdentity.Types.EndpointState" "amazonka-chime-sdk-identity-2.0-4Oyp0DV6v8255OObqkKpjC" 'False) (C1 ('MetaCons "EndpointState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "statusReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EndpointStatusReason)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EndpointStatus)))

newEndpointState Source #

Create a value of EndpointState with all optional fields omitted.

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

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

$sel:statusReason:EndpointState', endpointState_statusReason - The reason for the EndpointStatus.

$sel:status:EndpointState', endpointState_status - Enum that indicates the Status of an AppInstanceUserEndpoint.

Identity

data Identity Source #

The details of a user.

See: newIdentity smart constructor.

Constructors

Identity' (Maybe Text) (Maybe (Sensitive Text)) 

Instances

Instances details
FromJSON Identity Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.Identity

Generic Identity Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.Identity

Associated Types

type Rep Identity :: Type -> Type #

Methods

from :: Identity -> Rep Identity x #

to :: Rep Identity x -> Identity #

Show Identity Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.Identity

NFData Identity Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.Identity

Methods

rnf :: Identity -> () #

Eq Identity Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.Identity

Hashable Identity Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.Identity

Methods

hashWithSalt :: Int -> Identity -> Int #

hash :: Identity -> Int #

type Rep Identity Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.Identity

type Rep Identity = D1 ('MetaData "Identity" "Amazonka.ChimeSDKIdentity.Types.Identity" "amazonka-chime-sdk-identity-2.0-4Oyp0DV6v8255OObqkKpjC" '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.

Tag

data Tag Source #

A tag object containing a key-value pair.

See: newTag smart constructor.

Constructors

Tag' (Sensitive Text) (Sensitive Text) 

Instances

Instances details
FromJSON Tag Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.Tag

ToJSON Tag Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.Tag

Generic Tag Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.Tag

Associated Types

type Rep Tag :: Type -> Type #

Methods

from :: Tag -> Rep Tag x #

to :: Rep Tag x -> Tag #

Show Tag Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.Tag

Methods

showsPrec :: Int -> Tag -> ShowS #

show :: Tag -> String #

showList :: [Tag] -> ShowS #

NFData Tag Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.Tag

Methods

rnf :: Tag -> () #

Eq Tag Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.Tag

Methods

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

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

Hashable Tag Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.Tag

Methods

hashWithSalt :: Int -> Tag -> Int #

hash :: Tag -> Int #

type Rep Tag Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.Tag

type Rep Tag = D1 ('MetaData "Tag" "Amazonka.ChimeSDKIdentity.Types.Tag" "amazonka-chime-sdk-identity-2.0-4Oyp0DV6v8255OObqkKpjC" '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 in a tag.

$sel:value:Tag', tag_value - The value in a tag.