libZSservicesZSamazonka-storagegatewayZSamazonka-storagegateway
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.StorageGateway.ShutdownGateway

Description

Shuts down a gateway. To specify which gateway to shut down, use the Amazon Resource Name (ARN) of the gateway in the body of your request.

The operation shuts down the gateway service component running in the gateway's virtual machine (VM) and not the host VM.

If you want to shut down the VM, it is recommended that you first shut down the gateway component in the VM to avoid unpredictable conditions.

After the gateway is shutdown, you cannot call any other API except StartGateway, DescribeGatewayInformation, and ListGateways. For more information, see ActivateGateway. Your applications cannot read from or write to the gateway's storage volumes, and there are no snapshots taken.

When you make a shutdown request, you will get a 200 OK success response immediately. However, it might take some time for the gateway to shut down. You can call the DescribeGatewayInformation API to check the status. For more information, see ActivateGateway.

If do not intend to use the gateway again, you must delete the gateway (using DeleteGateway) to no longer pay software charges associated with the gateway.

Synopsis

Creating a Request

data ShutdownGateway Source #

A JSON object containing the Amazon Resource Name (ARN) of the gateway to shut down.

See: newShutdownGateway smart constructor.

Constructors

ShutdownGateway' 

Fields

Instances

Instances details
Eq ShutdownGateway Source # 
Instance details

Defined in Amazonka.StorageGateway.ShutdownGateway

Read ShutdownGateway Source # 
Instance details

Defined in Amazonka.StorageGateway.ShutdownGateway

Show ShutdownGateway Source # 
Instance details

Defined in Amazonka.StorageGateway.ShutdownGateway

Generic ShutdownGateway Source # 
Instance details

Defined in Amazonka.StorageGateway.ShutdownGateway

Associated Types

type Rep ShutdownGateway :: Type -> Type #

NFData ShutdownGateway Source # 
Instance details

Defined in Amazonka.StorageGateway.ShutdownGateway

Methods

rnf :: ShutdownGateway -> () #

Hashable ShutdownGateway Source # 
Instance details

Defined in Amazonka.StorageGateway.ShutdownGateway

ToJSON ShutdownGateway Source # 
Instance details

Defined in Amazonka.StorageGateway.ShutdownGateway

AWSRequest ShutdownGateway Source # 
Instance details

Defined in Amazonka.StorageGateway.ShutdownGateway

Associated Types

type AWSResponse ShutdownGateway #

ToHeaders ShutdownGateway Source # 
Instance details

Defined in Amazonka.StorageGateway.ShutdownGateway

ToPath ShutdownGateway Source # 
Instance details

Defined in Amazonka.StorageGateway.ShutdownGateway

ToQuery ShutdownGateway Source # 
Instance details

Defined in Amazonka.StorageGateway.ShutdownGateway

type Rep ShutdownGateway Source # 
Instance details

Defined in Amazonka.StorageGateway.ShutdownGateway

type Rep ShutdownGateway = D1 ('MetaData "ShutdownGateway" "Amazonka.StorageGateway.ShutdownGateway" "libZSservicesZSamazonka-storagegatewayZSamazonka-storagegateway" 'False) (C1 ('MetaCons "ShutdownGateway'" 'PrefixI 'True) (S1 ('MetaSel ('Just "gatewayARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse ShutdownGateway Source # 
Instance details

Defined in Amazonka.StorageGateway.ShutdownGateway

newShutdownGateway Source #

Create a value of ShutdownGateway 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:gatewayARN:ShutdownGateway', shutdownGateway_gatewayARN - Undocumented member.

Request Lenses

Destructuring the Response

data ShutdownGatewayResponse Source #

A JSON object containing the Amazon Resource Name (ARN) of the gateway that was shut down.

See: newShutdownGatewayResponse smart constructor.

Constructors

ShutdownGatewayResponse' 

Fields

Instances

Instances details
Eq ShutdownGatewayResponse Source # 
Instance details

Defined in Amazonka.StorageGateway.ShutdownGateway

Read ShutdownGatewayResponse Source # 
Instance details

Defined in Amazonka.StorageGateway.ShutdownGateway

Show ShutdownGatewayResponse Source # 
Instance details

Defined in Amazonka.StorageGateway.ShutdownGateway

Generic ShutdownGatewayResponse Source # 
Instance details

Defined in Amazonka.StorageGateway.ShutdownGateway

Associated Types

type Rep ShutdownGatewayResponse :: Type -> Type #

NFData ShutdownGatewayResponse Source # 
Instance details

Defined in Amazonka.StorageGateway.ShutdownGateway

Methods

rnf :: ShutdownGatewayResponse -> () #

type Rep ShutdownGatewayResponse Source # 
Instance details

Defined in Amazonka.StorageGateway.ShutdownGateway

type Rep ShutdownGatewayResponse = D1 ('MetaData "ShutdownGatewayResponse" "Amazonka.StorageGateway.ShutdownGateway" "libZSservicesZSamazonka-storagegatewayZSamazonka-storagegateway" 'False) (C1 ('MetaCons "ShutdownGatewayResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "gatewayARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newShutdownGatewayResponse Source #

Create a value of ShutdownGatewayResponse 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:gatewayARN:ShutdownGateway', shutdownGatewayResponse_gatewayARN - Undocumented member.

$sel:httpStatus:ShutdownGatewayResponse', shutdownGatewayResponse_httpStatus - The response's http status code.

Response Lenses