stratosphere-codeartifact-1.0.0: Stratosphere integration for AWS CodeArtifact.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.CodeArtifact.Domain

Documentation

data Domain Source #

Instances

Instances details
ToJSON Domain Source # 
Instance details

Defined in Stratosphere.CodeArtifact.Domain

Show Domain Source # 
Instance details

Defined in Stratosphere.CodeArtifact.Domain

Eq Domain Source # 
Instance details

Defined in Stratosphere.CodeArtifact.Domain

Methods

(==) :: Domain -> Domain -> Bool #

(/=) :: Domain -> Domain -> Bool #

ToResourceProperties Domain Source # 
Instance details

Defined in Stratosphere.CodeArtifact.Domain

Property "DomainName" Domain Source # 
Instance details

Defined in Stratosphere.CodeArtifact.Domain

Associated Types

type PropertyType "DomainName" Domain 
Instance details

Defined in Stratosphere.CodeArtifact.Domain

type PropertyType "DomainName" Domain = Value Text

Methods

set :: PropertyType "DomainName" Domain -> Domain -> Domain #

Property "EncryptionKey" Domain Source # 
Instance details

Defined in Stratosphere.CodeArtifact.Domain

Associated Types

type PropertyType "EncryptionKey" Domain 
Instance details

Defined in Stratosphere.CodeArtifact.Domain

type PropertyType "EncryptionKey" Domain = Value Text

Methods

set :: PropertyType "EncryptionKey" Domain -> Domain -> Domain #

Property "PermissionsPolicyDocument" Domain Source # 
Instance details

Defined in Stratosphere.CodeArtifact.Domain

Associated Types

type PropertyType "PermissionsPolicyDocument" Domain 
Instance details

Defined in Stratosphere.CodeArtifact.Domain

type PropertyType "PermissionsPolicyDocument" Domain = Object

Methods

set :: PropertyType "PermissionsPolicyDocument" Domain -> Domain -> Domain #

Property "Tags" Domain Source # 
Instance details

Defined in Stratosphere.CodeArtifact.Domain

Associated Types

type PropertyType "Tags" Domain 
Instance details

Defined in Stratosphere.CodeArtifact.Domain

type PropertyType "Tags" Domain = [Tag]

Methods

set :: PropertyType "Tags" Domain -> Domain -> Domain #

type PropertyType "DomainName" Domain Source # 
Instance details

Defined in Stratosphere.CodeArtifact.Domain

type PropertyType "DomainName" Domain = Value Text
type PropertyType "EncryptionKey" Domain Source # 
Instance details

Defined in Stratosphere.CodeArtifact.Domain

type PropertyType "EncryptionKey" Domain = Value Text
type PropertyType "PermissionsPolicyDocument" Domain Source # 
Instance details

Defined in Stratosphere.CodeArtifact.Domain

type PropertyType "PermissionsPolicyDocument" Domain = Object
type PropertyType "Tags" Domain Source # 
Instance details

Defined in Stratosphere.CodeArtifact.Domain

type PropertyType "Tags" Domain = [Tag]