libZSservicesZSamazonka-codeartifactZSamazonka-codeartifact
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.CodeArtifact.Types.AssetSummary

Description

 
Synopsis

Documentation

data AssetSummary Source #

Contains details about a package version asset.

See: newAssetSummary smart constructor.

Constructors

AssetSummary' 

Fields

Instances

Instances details
Eq AssetSummary Source # 
Instance details

Defined in Amazonka.CodeArtifact.Types.AssetSummary

Read AssetSummary Source # 
Instance details

Defined in Amazonka.CodeArtifact.Types.AssetSummary

Show AssetSummary Source # 
Instance details

Defined in Amazonka.CodeArtifact.Types.AssetSummary

Generic AssetSummary Source # 
Instance details

Defined in Amazonka.CodeArtifact.Types.AssetSummary

Associated Types

type Rep AssetSummary :: Type -> Type #

NFData AssetSummary Source # 
Instance details

Defined in Amazonka.CodeArtifact.Types.AssetSummary

Methods

rnf :: AssetSummary -> () #

Hashable AssetSummary Source # 
Instance details

Defined in Amazonka.CodeArtifact.Types.AssetSummary

FromJSON AssetSummary Source # 
Instance details

Defined in Amazonka.CodeArtifact.Types.AssetSummary

type Rep AssetSummary Source # 
Instance details

Defined in Amazonka.CodeArtifact.Types.AssetSummary

type Rep AssetSummary = D1 ('MetaData "AssetSummary" "Amazonka.CodeArtifact.Types.AssetSummary" "libZSservicesZSamazonka-codeartifactZSamazonka-codeartifact" 'False) (C1 ('MetaCons "AssetSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "size") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "hashes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap HashAlgorithm Text))) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newAssetSummary Source #

Create a value of AssetSummary 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:size:AssetSummary', assetSummary_size - The size of the asset.

$sel:hashes:AssetSummary', assetSummary_hashes - The hashes of the asset.

$sel:name:AssetSummary', assetSummary_name - The name of the asset.

assetSummary_name :: Lens' AssetSummary Text Source #

The name of the asset.