amazonka-backup-gateway-2.0: Amazon Backup Gateway 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.BackupGateway.Types.Gateway

Description

 
Synopsis

Documentation

data Gateway Source #

A gateway is an Backup Gateway appliance that runs on the customer's network to provide seamless connectivity to backup storage in the Amazon Web Services Cloud.

See: newGateway smart constructor.

Constructors

Gateway' 

Fields

Instances

Instances details
FromJSON Gateway Source # 
Instance details

Defined in Amazonka.BackupGateway.Types.Gateway

Generic Gateway Source # 
Instance details

Defined in Amazonka.BackupGateway.Types.Gateway

Associated Types

type Rep Gateway :: Type -> Type #

Methods

from :: Gateway -> Rep Gateway x #

to :: Rep Gateway x -> Gateway #

Read Gateway Source # 
Instance details

Defined in Amazonka.BackupGateway.Types.Gateway

Show Gateway Source # 
Instance details

Defined in Amazonka.BackupGateway.Types.Gateway

NFData Gateway Source # 
Instance details

Defined in Amazonka.BackupGateway.Types.Gateway

Methods

rnf :: Gateway -> () #

Eq Gateway Source # 
Instance details

Defined in Amazonka.BackupGateway.Types.Gateway

Methods

(==) :: Gateway -> Gateway -> Bool #

(/=) :: Gateway -> Gateway -> Bool #

Hashable Gateway Source # 
Instance details

Defined in Amazonka.BackupGateway.Types.Gateway

Methods

hashWithSalt :: Int -> Gateway -> Int #

hash :: Gateway -> Int #

type Rep Gateway Source # 
Instance details

Defined in Amazonka.BackupGateway.Types.Gateway

type Rep Gateway = D1 ('MetaData "Gateway" "Amazonka.BackupGateway.Types.Gateway" "amazonka-backup-gateway-2.0-Ee3gVOmXMeV2r3uv4sRO9" 'False) (C1 ('MetaCons "Gateway'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "gatewayArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "gatewayDisplayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "gatewayType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GatewayType)) :*: (S1 ('MetaSel ('Just "hypervisorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastSeenTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))))

newGateway :: Gateway Source #

Create a value of Gateway 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:Gateway', gateway_gatewayArn - The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.

$sel:gatewayDisplayName:Gateway', gateway_gatewayDisplayName - The display name of the gateway.

$sel:gatewayType:Gateway', gateway_gatewayType - The type of the gateway.

$sel:hypervisorId:Gateway', gateway_hypervisorId - The hypervisor ID of the gateway.

$sel:lastSeenTime:Gateway', gateway_lastSeenTime - The last time Backup gateway communicated with the gateway, in Unix format and UTC time.

gateway_gatewayArn :: Lens' Gateway (Maybe Text) Source #

The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.

gateway_gatewayDisplayName :: Lens' Gateway (Maybe Text) Source #

The display name of the gateway.

gateway_hypervisorId :: Lens' Gateway (Maybe Text) Source #

The hypervisor ID of the gateway.

gateway_lastSeenTime :: Lens' Gateway (Maybe UTCTime) Source #

The last time Backup gateway communicated with the gateway, in Unix format and UTC time.