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

Amazonka.ChimeSDKIdentity.DescribeAppInstance

Description

Returns the full details of an AppInstance.

Synopsis

Creating a Request

data DescribeAppInstance Source #

See: newDescribeAppInstance smart constructor.

Constructors

DescribeAppInstance' 

Fields

Instances

Instances details
Eq DescribeAppInstance Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstance

Read DescribeAppInstance Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstance

Show DescribeAppInstance Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstance

Generic DescribeAppInstance Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstance

Associated Types

type Rep DescribeAppInstance :: Type -> Type #

NFData DescribeAppInstance Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstance

Methods

rnf :: DescribeAppInstance -> () #

Hashable DescribeAppInstance Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstance

AWSRequest DescribeAppInstance Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstance

Associated Types

type AWSResponse DescribeAppInstance #

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

type Rep DescribeAppInstance Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstance

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

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstance

newDescribeAppInstance Source #

Create a value of DescribeAppInstance with all optional fields omitted.

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

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

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

Request Lenses

Destructuring the Response

data DescribeAppInstanceResponse Source #

See: newDescribeAppInstanceResponse smart constructor.

Constructors

DescribeAppInstanceResponse' 

Fields

  • appInstance :: Maybe AppInstance

    The ARN, metadata, created and last-updated timestamps, and the name of the AppInstance. All timestamps use epoch milliseconds.

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Eq DescribeAppInstanceResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstance

Show DescribeAppInstanceResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstance

Generic DescribeAppInstanceResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.DescribeAppInstance

Associated Types

type Rep DescribeAppInstanceResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chime-sdk-identityZSamazonka-chime-sdk-identity" '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.

Response Lenses

describeAppInstanceResponse_appInstance :: Lens' DescribeAppInstanceResponse (Maybe AppInstance) Source #

The ARN, metadata, created and last-updated timestamps, and the name of the AppInstance. All timestamps use epoch milliseconds.