libZSservicesZSamazonka-iotsecuretunnelingZSamazonka-iotsecuretunneling
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.IoTSecureTunneling.Types.TunnelSummary

Description

 
Synopsis

Documentation

data TunnelSummary Source #

Information about the tunnel.

See: newTunnelSummary smart constructor.

Constructors

TunnelSummary' 

Fields

Instances

Instances details
Eq TunnelSummary Source # 
Instance details

Defined in Amazonka.IoTSecureTunneling.Types.TunnelSummary

Read TunnelSummary Source # 
Instance details

Defined in Amazonka.IoTSecureTunneling.Types.TunnelSummary

Show TunnelSummary Source # 
Instance details

Defined in Amazonka.IoTSecureTunneling.Types.TunnelSummary

Generic TunnelSummary Source # 
Instance details

Defined in Amazonka.IoTSecureTunneling.Types.TunnelSummary

Associated Types

type Rep TunnelSummary :: Type -> Type #

NFData TunnelSummary Source # 
Instance details

Defined in Amazonka.IoTSecureTunneling.Types.TunnelSummary

Methods

rnf :: TunnelSummary -> () #

Hashable TunnelSummary Source # 
Instance details

Defined in Amazonka.IoTSecureTunneling.Types.TunnelSummary

FromJSON TunnelSummary Source # 
Instance details

Defined in Amazonka.IoTSecureTunneling.Types.TunnelSummary

type Rep TunnelSummary Source # 
Instance details

Defined in Amazonka.IoTSecureTunneling.Types.TunnelSummary

type Rep TunnelSummary = D1 ('MetaData "TunnelSummary" "Amazonka.IoTSecureTunneling.Types.TunnelSummary" "libZSservicesZSamazonka-iotsecuretunnelingZSamazonka-iotsecuretunneling" 'False) (C1 ('MetaCons "TunnelSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TunnelStatus)) :*: (S1 ('MetaSel ('Just "lastUpdatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "tunnelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tunnelId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newTunnelSummary :: TunnelSummary Source #

Create a value of TunnelSummary 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:status:TunnelSummary', tunnelSummary_status - The status of a tunnel. Valid values are: Open and Closed.

$sel:lastUpdatedAt:TunnelSummary', tunnelSummary_lastUpdatedAt - The time the tunnel was last updated.

$sel:createdAt:TunnelSummary', tunnelSummary_createdAt - The time the tunnel was created.

$sel:tunnelArn:TunnelSummary', tunnelSummary_tunnelArn - The Amazon Resource Name of the tunnel. The tunnel ARN format is arn:aws:tunnel:<region>:<account-id>:tunnel/<tunnel-id>

$sel:tunnelId:TunnelSummary', tunnelSummary_tunnelId - The unique alpha-numeric identifier for the tunnel.

$sel:description:TunnelSummary', tunnelSummary_description - A description of the tunnel.

tunnelSummary_status :: Lens' TunnelSummary (Maybe TunnelStatus) Source #

The status of a tunnel. Valid values are: Open and Closed.

tunnelSummary_lastUpdatedAt :: Lens' TunnelSummary (Maybe UTCTime) Source #

The time the tunnel was last updated.

tunnelSummary_createdAt :: Lens' TunnelSummary (Maybe UTCTime) Source #

The time the tunnel was created.

tunnelSummary_tunnelArn :: Lens' TunnelSummary (Maybe Text) Source #

The Amazon Resource Name of the tunnel. The tunnel ARN format is arn:aws:tunnel:<region>:<account-id>:tunnel/<tunnel-id>

tunnelSummary_tunnelId :: Lens' TunnelSummary (Maybe Text) Source #

The unique alpha-numeric identifier for the tunnel.