amazonka-ssm-sap-2.0: Amazon Systems Manager for SAP 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.SSMSAP.GetDatabase

Description

Gets the SAP HANA database of an application registered with AWS Systems Manager for SAP.

Synopsis

Creating a Request

data GetDatabase Source #

See: newGetDatabase smart constructor.

Instances

Instances details
ToJSON GetDatabase Source # 
Instance details

Defined in Amazonka.SSMSAP.GetDatabase

ToHeaders GetDatabase Source # 
Instance details

Defined in Amazonka.SSMSAP.GetDatabase

Methods

toHeaders :: GetDatabase -> [Header] #

ToPath GetDatabase Source # 
Instance details

Defined in Amazonka.SSMSAP.GetDatabase

ToQuery GetDatabase Source # 
Instance details

Defined in Amazonka.SSMSAP.GetDatabase

AWSRequest GetDatabase Source # 
Instance details

Defined in Amazonka.SSMSAP.GetDatabase

Associated Types

type AWSResponse GetDatabase #

Generic GetDatabase Source # 
Instance details

Defined in Amazonka.SSMSAP.GetDatabase

Associated Types

type Rep GetDatabase :: Type -> Type #

Read GetDatabase Source # 
Instance details

Defined in Amazonka.SSMSAP.GetDatabase

Show GetDatabase Source # 
Instance details

Defined in Amazonka.SSMSAP.GetDatabase

NFData GetDatabase Source # 
Instance details

Defined in Amazonka.SSMSAP.GetDatabase

Methods

rnf :: GetDatabase -> () #

Eq GetDatabase Source # 
Instance details

Defined in Amazonka.SSMSAP.GetDatabase

Hashable GetDatabase Source # 
Instance details

Defined in Amazonka.SSMSAP.GetDatabase

type AWSResponse GetDatabase Source # 
Instance details

Defined in Amazonka.SSMSAP.GetDatabase

type Rep GetDatabase Source # 
Instance details

Defined in Amazonka.SSMSAP.GetDatabase

type Rep GetDatabase = D1 ('MetaData "GetDatabase" "Amazonka.SSMSAP.GetDatabase" "amazonka-ssm-sap-2.0-7GrfuL8AFBH3uo82BcKo6b" 'False) (C1 ('MetaCons "GetDatabase'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "componentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "databaseArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "databaseId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newGetDatabase :: GetDatabase Source #

Create a value of GetDatabase with all optional fields omitted.

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

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

GetDatabase, getDatabase_applicationId -

GetDatabase, getDatabase_componentId -

$sel:databaseArn:GetDatabase', getDatabase_databaseArn -

GetDatabase, getDatabase_databaseId -

Request Lenses

Destructuring the Response

data GetDatabaseResponse Source #

See: newGetDatabaseResponse smart constructor.

Constructors

GetDatabaseResponse' 

Fields

Instances

Instances details
Generic GetDatabaseResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.GetDatabase

Associated Types

type Rep GetDatabaseResponse :: Type -> Type #

Show GetDatabaseResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.GetDatabase

NFData GetDatabaseResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.GetDatabase

Methods

rnf :: GetDatabaseResponse -> () #

Eq GetDatabaseResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.GetDatabase

type Rep GetDatabaseResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.GetDatabase

type Rep GetDatabaseResponse = D1 ('MetaData "GetDatabaseResponse" "Amazonka.SSMSAP.GetDatabase" "amazonka-ssm-sap-2.0-7GrfuL8AFBH3uo82BcKo6b" 'False) (C1 ('MetaCons "GetDatabaseResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "database") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Database)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetDatabaseResponse Source #

Create a value of GetDatabaseResponse with all optional fields omitted.

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

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

$sel:database:GetDatabaseResponse', getDatabaseResponse_database -

GetDatabaseResponse, getDatabaseResponse_tags -

$sel:httpStatus:GetDatabaseResponse', getDatabaseResponse_httpStatus - The response's http status code.

Response Lenses