amazonka-keyspaces-2.0: Amazon Keyspaces 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.KeySpaces.GetKeyspace

Description

Returns the name and the Amazon Resource Name (ARN) of the specified table.

Synopsis

Creating a Request

data GetKeyspace Source #

See: newGetKeyspace smart constructor.

Constructors

GetKeyspace' 

Fields

Instances

Instances details
ToJSON GetKeyspace Source # 
Instance details

Defined in Amazonka.KeySpaces.GetKeyspace

ToHeaders GetKeyspace Source # 
Instance details

Defined in Amazonka.KeySpaces.GetKeyspace

Methods

toHeaders :: GetKeyspace -> [Header] #

ToPath GetKeyspace Source # 
Instance details

Defined in Amazonka.KeySpaces.GetKeyspace

ToQuery GetKeyspace Source # 
Instance details

Defined in Amazonka.KeySpaces.GetKeyspace

AWSRequest GetKeyspace Source # 
Instance details

Defined in Amazonka.KeySpaces.GetKeyspace

Associated Types

type AWSResponse GetKeyspace #

Generic GetKeyspace Source # 
Instance details

Defined in Amazonka.KeySpaces.GetKeyspace

Associated Types

type Rep GetKeyspace :: Type -> Type #

Read GetKeyspace Source # 
Instance details

Defined in Amazonka.KeySpaces.GetKeyspace

Show GetKeyspace Source # 
Instance details

Defined in Amazonka.KeySpaces.GetKeyspace

NFData GetKeyspace Source # 
Instance details

Defined in Amazonka.KeySpaces.GetKeyspace

Methods

rnf :: GetKeyspace -> () #

Eq GetKeyspace Source # 
Instance details

Defined in Amazonka.KeySpaces.GetKeyspace

Hashable GetKeyspace Source # 
Instance details

Defined in Amazonka.KeySpaces.GetKeyspace

type AWSResponse GetKeyspace Source # 
Instance details

Defined in Amazonka.KeySpaces.GetKeyspace

type Rep GetKeyspace Source # 
Instance details

Defined in Amazonka.KeySpaces.GetKeyspace

type Rep GetKeyspace = D1 ('MetaData "GetKeyspace" "Amazonka.KeySpaces.GetKeyspace" "amazonka-keyspaces-2.0-IgmNF4xdaFLH03VHAkrBWw" 'False) (C1 ('MetaCons "GetKeyspace'" 'PrefixI 'True) (S1 ('MetaSel ('Just "keyspaceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetKeyspace Source #

Create a value of GetKeyspace with all optional fields omitted.

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

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

GetKeyspace, getKeyspace_keyspaceName - The name of the keyspace.

Request Lenses

Destructuring the Response

data GetKeyspaceResponse Source #

See: newGetKeyspaceResponse smart constructor.

Constructors

GetKeyspaceResponse' 

Fields

Instances

Instances details
Generic GetKeyspaceResponse Source # 
Instance details

Defined in Amazonka.KeySpaces.GetKeyspace

Associated Types

type Rep GetKeyspaceResponse :: Type -> Type #

Read GetKeyspaceResponse Source # 
Instance details

Defined in Amazonka.KeySpaces.GetKeyspace

Show GetKeyspaceResponse Source # 
Instance details

Defined in Amazonka.KeySpaces.GetKeyspace

NFData GetKeyspaceResponse Source # 
Instance details

Defined in Amazonka.KeySpaces.GetKeyspace

Methods

rnf :: GetKeyspaceResponse -> () #

Eq GetKeyspaceResponse Source # 
Instance details

Defined in Amazonka.KeySpaces.GetKeyspace

type Rep GetKeyspaceResponse Source # 
Instance details

Defined in Amazonka.KeySpaces.GetKeyspace

type Rep GetKeyspaceResponse = D1 ('MetaData "GetKeyspaceResponse" "Amazonka.KeySpaces.GetKeyspace" "amazonka-keyspaces-2.0-IgmNF4xdaFLH03VHAkrBWw" 'False) (C1 ('MetaCons "GetKeyspaceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "keyspaceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newGetKeyspaceResponse Source #

Create a value of GetKeyspaceResponse with all optional fields omitted.

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

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

$sel:httpStatus:GetKeyspaceResponse', getKeyspaceResponse_httpStatus - The response's http status code.

GetKeyspace, getKeyspaceResponse_keyspaceName - The name of the keyspace.

GetKeyspaceResponse, getKeyspaceResponse_resourceArn - The ARN of the keyspace.

Response Lenses