amazonka-migration-hub-refactor-spaces-2.0: Amazon Migration Hub Refactor Spaces 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.MigrationHubReFactorSpaces.GetApplication

Description

Gets an Amazon Web Services Migration Hub Refactor Spaces application.

Synopsis

Creating a Request

data GetApplication Source #

See: newGetApplication smart constructor.

Constructors

GetApplication' 

Fields

Instances

Instances details
ToHeaders GetApplication Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.GetApplication

ToPath GetApplication Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.GetApplication

ToQuery GetApplication Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.GetApplication

AWSRequest GetApplication Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.GetApplication

Associated Types

type AWSResponse GetApplication #

Generic GetApplication Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.GetApplication

Associated Types

type Rep GetApplication :: Type -> Type #

Read GetApplication Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.GetApplication

Show GetApplication Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.GetApplication

NFData GetApplication Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.GetApplication

Methods

rnf :: GetApplication -> () #

Eq GetApplication Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.GetApplication

Hashable GetApplication Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.GetApplication

type AWSResponse GetApplication Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.GetApplication

type Rep GetApplication Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.GetApplication

type Rep GetApplication = D1 ('MetaData "GetApplication" "Amazonka.MigrationHubReFactorSpaces.GetApplication" "amazonka-migration-hub-refactor-spaces-2.0-IgAA0SWWxlS8R7imIzpgpS" 'False) (C1 ('MetaCons "GetApplication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "environmentIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetApplication Source #

Create a value of GetApplication 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:applicationIdentifier:GetApplication', getApplication_applicationIdentifier - The ID of the application.

$sel:environmentIdentifier:GetApplication', getApplication_environmentIdentifier - The ID of the environment.

Request Lenses

Destructuring the Response

data GetApplicationResponse Source #

See: newGetApplicationResponse smart constructor.

Constructors

GetApplicationResponse' 

Fields

Instances

Instances details
Generic GetApplicationResponse Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.GetApplication

Associated Types

type Rep GetApplicationResponse :: Type -> Type #

Show GetApplicationResponse Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.GetApplication

NFData GetApplicationResponse Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.GetApplication

Methods

rnf :: GetApplicationResponse -> () #

Eq GetApplicationResponse Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.GetApplication

type Rep GetApplicationResponse Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.GetApplication

type Rep GetApplicationResponse = D1 ('MetaData "GetApplicationResponse" "Amazonka.MigrationHubReFactorSpaces.GetApplication" "amazonka-migration-hub-refactor-spaces-2.0-IgAA0SWWxlS8R7imIzpgpS" 'False) (C1 ('MetaCons "GetApplicationResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "apiGatewayProxy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ApiGatewayProxyConfig)) :*: (S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "createdByAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "environmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "error") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ErrorResponse))))) :*: (((S1 ('MetaSel ('Just "lastUpdatedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "ownerAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "proxyType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProxyType)))) :*: ((S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ApplicationState)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive (HashMap Text Text))))) :*: (S1 ('MetaSel ('Just "vpcId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newGetApplicationResponse Source #

Create a value of GetApplicationResponse 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:

GetApplicationResponse, getApplicationResponse_apiGatewayProxy - The endpoint URL of the API Gateway proxy.

GetApplicationResponse, getApplicationResponse_applicationId - The unique identifier of the application.

GetApplicationResponse, getApplicationResponse_arn - The Amazon Resource Name (ARN) of the application.

GetApplicationResponse, getApplicationResponse_createdByAccountId - The Amazon Web Services account ID of the application creator.

GetApplicationResponse, getApplicationResponse_createdTime - A timestamp that indicates when the application is created.

GetApplicationResponse, getApplicationResponse_environmentId - The unique identifier of the environment.

GetApplicationResponse, getApplicationResponse_error - Any error associated with the application resource.

GetApplicationResponse, getApplicationResponse_lastUpdatedTime - A timestamp that indicates when the application was last updated.

GetApplicationResponse, getApplicationResponse_name - The name of the application.

GetApplicationResponse, getApplicationResponse_ownerAccountId - The Amazon Web Services account ID of the application owner (which is always the same as the environment owner account ID).

GetApplicationResponse, getApplicationResponse_proxyType - The proxy type of the proxy created within the application.

GetApplicationResponse, getApplicationResponse_state - The current state of the application.

GetApplicationResponse, getApplicationResponse_tags - The tags assigned to the application. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair.

GetApplicationResponse, getApplicationResponse_vpcId - The ID of the virtual private cloud (VPC).

$sel:httpStatus:GetApplicationResponse', getApplicationResponse_httpStatus - The response's http status code.

Response Lenses

getApplicationResponse_arn :: Lens' GetApplicationResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the application.

getApplicationResponse_createdByAccountId :: Lens' GetApplicationResponse (Maybe Text) Source #

The Amazon Web Services account ID of the application creator.

getApplicationResponse_createdTime :: Lens' GetApplicationResponse (Maybe UTCTime) Source #

A timestamp that indicates when the application is created.

getApplicationResponse_error :: Lens' GetApplicationResponse (Maybe ErrorResponse) Source #

Any error associated with the application resource.

getApplicationResponse_lastUpdatedTime :: Lens' GetApplicationResponse (Maybe UTCTime) Source #

A timestamp that indicates when the application was last updated.

getApplicationResponse_ownerAccountId :: Lens' GetApplicationResponse (Maybe Text) Source #

The Amazon Web Services account ID of the application owner (which is always the same as the environment owner account ID).

getApplicationResponse_proxyType :: Lens' GetApplicationResponse (Maybe ProxyType) Source #

The proxy type of the proxy created within the application.

getApplicationResponse_tags :: Lens' GetApplicationResponse (Maybe (HashMap Text Text)) Source #

The tags assigned to the application. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair.

getApplicationResponse_vpcId :: Lens' GetApplicationResponse (Maybe Text) Source #

The ID of the virtual private cloud (VPC).