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.DeleteRoute

Description

Deletes an Amazon Web Services Migration Hub Refactor Spaces route.

Synopsis

Creating a Request

data DeleteRoute Source #

See: newDeleteRoute smart constructor.

Constructors

DeleteRoute' 

Fields

Instances

Instances details
ToHeaders DeleteRoute Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.DeleteRoute

Methods

toHeaders :: DeleteRoute -> [Header] #

ToPath DeleteRoute Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.DeleteRoute

ToQuery DeleteRoute Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.DeleteRoute

AWSRequest DeleteRoute Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.DeleteRoute

Associated Types

type AWSResponse DeleteRoute #

Generic DeleteRoute Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.DeleteRoute

Associated Types

type Rep DeleteRoute :: Type -> Type #

Read DeleteRoute Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.DeleteRoute

Show DeleteRoute Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.DeleteRoute

NFData DeleteRoute Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.DeleteRoute

Methods

rnf :: DeleteRoute -> () #

Eq DeleteRoute Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.DeleteRoute

Hashable DeleteRoute Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.DeleteRoute

type AWSResponse DeleteRoute Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.DeleteRoute

type Rep DeleteRoute Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.DeleteRoute

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

newDeleteRoute Source #

Create a value of DeleteRoute 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:DeleteRoute', deleteRoute_applicationIdentifier - The ID of the application to delete the route from.

$sel:environmentIdentifier:DeleteRoute', deleteRoute_environmentIdentifier - The ID of the environment to delete the route from.

$sel:routeIdentifier:DeleteRoute', deleteRoute_routeIdentifier - The ID of the route to delete.

Request Lenses

deleteRoute_applicationIdentifier :: Lens' DeleteRoute Text Source #

The ID of the application to delete the route from.

deleteRoute_environmentIdentifier :: Lens' DeleteRoute Text Source #

The ID of the environment to delete the route from.

deleteRoute_routeIdentifier :: Lens' DeleteRoute Text Source #

The ID of the route to delete.

Destructuring the Response

data DeleteRouteResponse Source #

See: newDeleteRouteResponse smart constructor.

Constructors

DeleteRouteResponse' 

Fields

Instances

Instances details
Generic DeleteRouteResponse Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.DeleteRoute

Associated Types

type Rep DeleteRouteResponse :: Type -> Type #

Read DeleteRouteResponse Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.DeleteRoute

Show DeleteRouteResponse Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.DeleteRoute

NFData DeleteRouteResponse Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.DeleteRoute

Methods

rnf :: DeleteRouteResponse -> () #

Eq DeleteRouteResponse Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.DeleteRoute

type Rep DeleteRouteResponse Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.DeleteRoute

type Rep DeleteRouteResponse = D1 ('MetaData "DeleteRouteResponse" "Amazonka.MigrationHubReFactorSpaces.DeleteRoute" "amazonka-migration-hub-refactor-spaces-2.0-IgAA0SWWxlS8R7imIzpgpS" 'False) (C1 ('MetaCons "DeleteRouteResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastUpdatedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "routeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "serviceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RouteState)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newDeleteRouteResponse Source #

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

DeleteRouteResponse, deleteRouteResponse_applicationId - The ID of the application that the route belongs to.

DeleteRouteResponse, deleteRouteResponse_arn - The Amazon Resource Name (ARN) of the route.

DeleteRouteResponse, deleteRouteResponse_lastUpdatedTime - A timestamp that indicates when the route was last updated.

DeleteRouteResponse, deleteRouteResponse_routeId - The ID of the route to delete.

DeleteRouteResponse, deleteRouteResponse_serviceId - The ID of the service that the route belongs to.

DeleteRouteResponse, deleteRouteResponse_state - The current state of the route.

$sel:httpStatus:DeleteRouteResponse', deleteRouteResponse_httpStatus - The response's http status code.

Response Lenses

deleteRouteResponse_applicationId :: Lens' DeleteRouteResponse (Maybe Text) Source #

The ID of the application that the route belongs to.

deleteRouteResponse_arn :: Lens' DeleteRouteResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the route.

deleteRouteResponse_lastUpdatedTime :: Lens' DeleteRouteResponse (Maybe UTCTime) Source #

A timestamp that indicates when the route was last updated.

deleteRouteResponse_serviceId :: Lens' DeleteRouteResponse (Maybe Text) Source #

The ID of the service that the route belongs to.