libZSservicesZSamazonka-route53-autonamingZSamazonka-route53-autonaming
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.Route53AutoNaming.Types.NamespaceFilter

Description

 
Synopsis

Documentation

data NamespaceFilter Source #

A complex type that identifies the namespaces that you want to list. You can choose to list public or private namespaces.

See: newNamespaceFilter smart constructor.

Constructors

NamespaceFilter' 

Fields

  • condition :: Maybe FilterCondition

    The operator that you want to use to determine whether ListNamespaces returns a namespace. Valid values for condition include:

    EQ
    When you specify EQ for the condition, you can choose to list only public namespaces or private namespaces, but not both. EQ is the default condition and can be omitted.
    IN
    When you specify IN for the condition, you can choose to list public namespaces, private namespaces, or both.
    BETWEEN
    Not applicable
  • name :: NamespaceFilterName

    Specify TYPE.

  • values :: [Text]

    If you specify EQ for Condition, specify either DNS_PUBLIC or DNS_PRIVATE.

    If you specify IN for Condition, you can specify DNS_PUBLIC, DNS_PRIVATE, or both.

Instances

Instances details
Eq NamespaceFilter Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceFilter

Read NamespaceFilter Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceFilter

Show NamespaceFilter Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceFilter

Generic NamespaceFilter Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceFilter

Associated Types

type Rep NamespaceFilter :: Type -> Type #

NFData NamespaceFilter Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceFilter

Methods

rnf :: NamespaceFilter -> () #

Hashable NamespaceFilter Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceFilter

ToJSON NamespaceFilter Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceFilter

type Rep NamespaceFilter Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceFilter

type Rep NamespaceFilter = D1 ('MetaData "NamespaceFilter" "Amazonka.Route53AutoNaming.Types.NamespaceFilter" "libZSservicesZSamazonka-route53-autonamingZSamazonka-route53-autonaming" 'False) (C1 ('MetaCons "NamespaceFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "condition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FilterCondition)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 NamespaceFilterName) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]))))

newNamespaceFilter Source #

Create a value of NamespaceFilter 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:condition:NamespaceFilter', namespaceFilter_condition - The operator that you want to use to determine whether ListNamespaces returns a namespace. Valid values for condition include:

EQ
When you specify EQ for the condition, you can choose to list only public namespaces or private namespaces, but not both. EQ is the default condition and can be omitted.
IN
When you specify IN for the condition, you can choose to list public namespaces, private namespaces, or both.
BETWEEN
Not applicable

$sel:name:NamespaceFilter', namespaceFilter_name - Specify TYPE.

$sel:values:NamespaceFilter', namespaceFilter_values - If you specify EQ for Condition, specify either DNS_PUBLIC or DNS_PRIVATE.

If you specify IN for Condition, you can specify DNS_PUBLIC, DNS_PRIVATE, or both.

namespaceFilter_condition :: Lens' NamespaceFilter (Maybe FilterCondition) Source #

The operator that you want to use to determine whether ListNamespaces returns a namespace. Valid values for condition include:

EQ
When you specify EQ for the condition, you can choose to list only public namespaces or private namespaces, but not both. EQ is the default condition and can be omitted.
IN
When you specify IN for the condition, you can choose to list public namespaces, private namespaces, or both.
BETWEEN
Not applicable

namespaceFilter_values :: Lens' NamespaceFilter [Text] Source #

If you specify EQ for Condition, specify either DNS_PUBLIC or DNS_PRIVATE.

If you specify IN for Condition, you can specify DNS_PUBLIC, DNS_PRIVATE, or both.