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.Types.EnvironmentSummary

Description

 
Synopsis

Documentation

data EnvironmentSummary Source #

The summary information for environments as a response to ListEnvironments.

See: newEnvironmentSummary smart constructor.

Constructors

EnvironmentSummary' 

Fields

Instances

Instances details
FromJSON EnvironmentSummary Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.Types.EnvironmentSummary

Generic EnvironmentSummary Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.Types.EnvironmentSummary

Associated Types

type Rep EnvironmentSummary :: Type -> Type #

Show EnvironmentSummary Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.Types.EnvironmentSummary

NFData EnvironmentSummary Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.Types.EnvironmentSummary

Methods

rnf :: EnvironmentSummary -> () #

Eq EnvironmentSummary Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.Types.EnvironmentSummary

Hashable EnvironmentSummary Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.Types.EnvironmentSummary

type Rep EnvironmentSummary Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.Types.EnvironmentSummary

type Rep EnvironmentSummary = D1 ('MetaData "EnvironmentSummary" "Amazonka.MigrationHubReFactorSpaces.Types.EnvironmentSummary" "amazonka-migration-hub-refactor-spaces-2.0-IgAA0SWWxlS8R7imIzpgpS" 'False) (C1 ('MetaCons "EnvironmentSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (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 "networkFabricType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NetworkFabricType)) :*: S1 ('MetaSel ('Just "ownerAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EnvironmentState)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive (HashMap Text Text)))) :*: S1 ('MetaSel ('Just "transitGatewayId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newEnvironmentSummary :: EnvironmentSummary Source #

Create a value of EnvironmentSummary 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:arn:EnvironmentSummary', environmentSummary_arn - The Amazon Resource Name (ARN) of the environment.

$sel:createdTime:EnvironmentSummary', environmentSummary_createdTime - A timestamp that indicates when the environment is created.

$sel:description:EnvironmentSummary', environmentSummary_description - A description of the environment.

$sel:environmentId:EnvironmentSummary', environmentSummary_environmentId - The unique identifier of the environment.

$sel:error:EnvironmentSummary', environmentSummary_error - Any error associated with the environment resource.

$sel:lastUpdatedTime:EnvironmentSummary', environmentSummary_lastUpdatedTime - A timestamp that indicates when the environment was last updated.

$sel:name:EnvironmentSummary', environmentSummary_name - The name of the environment.

$sel:networkFabricType:EnvironmentSummary', environmentSummary_networkFabricType - The network fabric type of the environment.

$sel:ownerAccountId:EnvironmentSummary', environmentSummary_ownerAccountId - The Amazon Web Services account ID of the environment owner.

$sel:state:EnvironmentSummary', environmentSummary_state - The current state of the environment.

$sel:tags:EnvironmentSummary', environmentSummary_tags - The tags assigned to the environment.

$sel:transitGatewayId:EnvironmentSummary', environmentSummary_transitGatewayId - The ID of the transit gateway set up by the environment.

environmentSummary_arn :: Lens' EnvironmentSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the environment.

environmentSummary_createdTime :: Lens' EnvironmentSummary (Maybe UTCTime) Source #

A timestamp that indicates when the environment is created.

environmentSummary_environmentId :: Lens' EnvironmentSummary (Maybe Text) Source #

The unique identifier of the environment.

environmentSummary_error :: Lens' EnvironmentSummary (Maybe ErrorResponse) Source #

Any error associated with the environment resource.

environmentSummary_lastUpdatedTime :: Lens' EnvironmentSummary (Maybe UTCTime) Source #

A timestamp that indicates when the environment was last updated.

environmentSummary_ownerAccountId :: Lens' EnvironmentSummary (Maybe Text) Source #

The Amazon Web Services account ID of the environment owner.

environmentSummary_tags :: Lens' EnvironmentSummary (Maybe (HashMap Text Text)) Source #

The tags assigned to the environment.

environmentSummary_transitGatewayId :: Lens' EnvironmentSummary (Maybe Text) Source #

The ID of the transit gateway set up by the environment.