amazonka-amplifybackend-2.0: Amazon AmplifyBackend 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.AmplifyBackend.GetBackendStorage

Description

Gets details for a backend storage resource.

Synopsis

Creating a Request

data GetBackendStorage Source #

The request body for GetBackendStorage.

See: newGetBackendStorage smart constructor.

Constructors

GetBackendStorage' 

Fields

Instances

Instances details
ToJSON GetBackendStorage Source # 
Instance details

Defined in Amazonka.AmplifyBackend.GetBackendStorage

ToHeaders GetBackendStorage Source # 
Instance details

Defined in Amazonka.AmplifyBackend.GetBackendStorage

ToPath GetBackendStorage Source # 
Instance details

Defined in Amazonka.AmplifyBackend.GetBackendStorage

ToQuery GetBackendStorage Source # 
Instance details

Defined in Amazonka.AmplifyBackend.GetBackendStorage

AWSRequest GetBackendStorage Source # 
Instance details

Defined in Amazonka.AmplifyBackend.GetBackendStorage

Associated Types

type AWSResponse GetBackendStorage #

Generic GetBackendStorage Source # 
Instance details

Defined in Amazonka.AmplifyBackend.GetBackendStorage

Associated Types

type Rep GetBackendStorage :: Type -> Type #

Read GetBackendStorage Source # 
Instance details

Defined in Amazonka.AmplifyBackend.GetBackendStorage

Show GetBackendStorage Source # 
Instance details

Defined in Amazonka.AmplifyBackend.GetBackendStorage

NFData GetBackendStorage Source # 
Instance details

Defined in Amazonka.AmplifyBackend.GetBackendStorage

Methods

rnf :: GetBackendStorage -> () #

Eq GetBackendStorage Source # 
Instance details

Defined in Amazonka.AmplifyBackend.GetBackendStorage

Hashable GetBackendStorage Source # 
Instance details

Defined in Amazonka.AmplifyBackend.GetBackendStorage

type AWSResponse GetBackendStorage Source # 
Instance details

Defined in Amazonka.AmplifyBackend.GetBackendStorage

type Rep GetBackendStorage Source # 
Instance details

Defined in Amazonka.AmplifyBackend.GetBackendStorage

type Rep GetBackendStorage = D1 ('MetaData "GetBackendStorage" "Amazonka.AmplifyBackend.GetBackendStorage" "amazonka-amplifybackend-2.0-KAbme26dIsGHSomQ2pZcRc" 'False) (C1 ('MetaCons "GetBackendStorage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "backendEnvironmentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "resourceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newGetBackendStorage Source #

Create a value of GetBackendStorage with all optional fields omitted.

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

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

GetBackendStorage, getBackendStorage_appId - The app ID.

GetBackendStorage, getBackendStorage_backendEnvironmentName - The name of the backend environment.

GetBackendStorage, getBackendStorage_resourceName - The name of the storage resource.

Request Lenses

Destructuring the Response

data GetBackendStorageResponse Source #

See: newGetBackendStorageResponse smart constructor.

Constructors

GetBackendStorageResponse' 

Fields

Instances

Instances details
Generic GetBackendStorageResponse Source # 
Instance details

Defined in Amazonka.AmplifyBackend.GetBackendStorage

Associated Types

type Rep GetBackendStorageResponse :: Type -> Type #

Read GetBackendStorageResponse Source # 
Instance details

Defined in Amazonka.AmplifyBackend.GetBackendStorage

Show GetBackendStorageResponse Source # 
Instance details

Defined in Amazonka.AmplifyBackend.GetBackendStorage

NFData GetBackendStorageResponse Source # 
Instance details

Defined in Amazonka.AmplifyBackend.GetBackendStorage

Eq GetBackendStorageResponse Source # 
Instance details

Defined in Amazonka.AmplifyBackend.GetBackendStorage

type Rep GetBackendStorageResponse Source # 
Instance details

Defined in Amazonka.AmplifyBackend.GetBackendStorage

type Rep GetBackendStorageResponse = D1 ('MetaData "GetBackendStorageResponse" "Amazonka.AmplifyBackend.GetBackendStorage" "amazonka-amplifybackend-2.0-KAbme26dIsGHSomQ2pZcRc" 'False) (C1 ('MetaCons "GetBackendStorageResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "appId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "backendEnvironmentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "resourceConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GetBackendStorageResourceConfig)) :*: (S1 ('MetaSel ('Just "resourceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newGetBackendStorageResponse Source #

Create a value of GetBackendStorageResponse with all optional fields omitted.

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

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

GetBackendStorage, getBackendStorageResponse_appId - The app ID.

GetBackendStorage, getBackendStorageResponse_backendEnvironmentName - The name of the backend environment.

$sel:resourceConfig:GetBackendStorageResponse', getBackendStorageResponse_resourceConfig - The resource configuration for the backend storage resource.

GetBackendStorage, getBackendStorageResponse_resourceName - The name of the storage resource.

$sel:httpStatus:GetBackendStorageResponse', getBackendStorageResponse_httpStatus - The response's http status code.

Response Lenses