Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Amazonka.CodeArtifact.Types.DomainEntryPoint
Description
Synopsis
Documentation
data DomainEntryPoint Source #
Information about how a package originally entered the CodeArtifact domain. For packages published directly to CodeArtifact, the entry point is the repository it was published to. For packages ingested from an external repository, the entry point is the external connection that it was ingested from. An external connection is a CodeArtifact repository that is connected to an external repository such as the npm registry or NuGet gallery.
See: newDomainEntryPoint
smart constructor.
Constructors
DomainEntryPoint' | |
Fields
|
Instances
newDomainEntryPoint :: DomainEntryPoint Source #
Create a value of DomainEntryPoint
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:externalConnectionName:DomainEntryPoint'
, domainEntryPoint_externalConnectionName
- The name of the external connection that a package was ingested from.
$sel:repositoryName:DomainEntryPoint'
, domainEntryPoint_repositoryName
- The name of the repository that a package was originally published to.
domainEntryPoint_externalConnectionName :: Lens' DomainEntryPoint (Maybe Text) Source #
The name of the external connection that a package was ingested from.
domainEntryPoint_repositoryName :: Lens' DomainEntryPoint (Maybe Text) Source #
The name of the repository that a package was originally published to.