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.DomainDescription

Description

 
Synopsis

Documentation

data DomainDescription Source #

Information about a domain. A domain is a container for repositories. When you create a domain, it is empty until you add one or more repositories.

See: newDomainDescription smart constructor.

Constructors

DomainDescription' 

Fields

Instances

Instances details
Eq DomainDescription Source # 
Instance details

Defined in Amazonka.CodeArtifact.Types.DomainDescription

Read DomainDescription Source # 
Instance details

Defined in Amazonka.CodeArtifact.Types.DomainDescription

Show DomainDescription Source # 
Instance details

Defined in Amazonka.CodeArtifact.Types.DomainDescription

Generic DomainDescription Source # 
Instance details

Defined in Amazonka.CodeArtifact.Types.DomainDescription

Associated Types

type Rep DomainDescription :: Type -> Type #

NFData DomainDescription Source # 
Instance details

Defined in Amazonka.CodeArtifact.Types.DomainDescription

Methods

rnf :: DomainDescription -> () #

Hashable DomainDescription Source # 
Instance details

Defined in Amazonka.CodeArtifact.Types.DomainDescription

FromJSON DomainDescription Source # 
Instance details

Defined in Amazonka.CodeArtifact.Types.DomainDescription

type Rep DomainDescription Source # 
Instance details

Defined in Amazonka.CodeArtifact.Types.DomainDescription

newDomainDescription :: DomainDescription Source #

Create a value of DomainDescription 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:assetSizeBytes:DomainDescription', domainDescription_assetSizeBytes - The total size of all assets in the domain.

$sel:status:DomainDescription', domainDescription_status - The current status of a domain. The valid values are

  • Active
  • Deleted

$sel:arn:DomainDescription', domainDescription_arn - The Amazon Resource Name (ARN) of the domain.

$sel:createdTime:DomainDescription', domainDescription_createdTime - A timestamp that represents the date and time the domain was created.

$sel:s3BucketArn:DomainDescription', domainDescription_s3BucketArn - The Amazon Resource Name (ARN) of the Amazon S3 bucket that is used to store package assets in the domain.

$sel:owner:DomainDescription', domainDescription_owner - The AWS account ID that owns the domain.

$sel:repositoryCount:DomainDescription', domainDescription_repositoryCount - The number of repositories in the domain.

$sel:name:DomainDescription', domainDescription_name - The name of the domain.

$sel:encryptionKey:DomainDescription', domainDescription_encryptionKey - The ARN of an AWS Key Management Service (AWS KMS) key associated with a domain.

domainDescription_assetSizeBytes :: Lens' DomainDescription (Maybe Integer) Source #

The total size of all assets in the domain.

domainDescription_status :: Lens' DomainDescription (Maybe DomainStatus) Source #

The current status of a domain. The valid values are

  • Active
  • Deleted

domainDescription_arn :: Lens' DomainDescription (Maybe Text) Source #

The Amazon Resource Name (ARN) of the domain.

domainDescription_createdTime :: Lens' DomainDescription (Maybe UTCTime) Source #

A timestamp that represents the date and time the domain was created.

domainDescription_s3BucketArn :: Lens' DomainDescription (Maybe Text) Source #

The Amazon Resource Name (ARN) of the Amazon S3 bucket that is used to store package assets in the domain.

domainDescription_owner :: Lens' DomainDescription (Maybe Text) Source #

The AWS account ID that owns the domain.

domainDescription_repositoryCount :: Lens' DomainDescription (Maybe Int) Source #

The number of repositories in the domain.

domainDescription_encryptionKey :: Lens' DomainDescription (Maybe Text) Source #

The ARN of an AWS Key Management Service (AWS KMS) key associated with a domain.