amazonka-clouddirectory-2.0: Amazon CloudDirectory SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.CloudDirectory.Types.BatchAddFacetToObject

Description

 
Synopsis

Documentation

data BatchAddFacetToObject Source #

Represents the output of a batch add facet to object operation.

See: newBatchAddFacetToObject smart constructor.

Constructors

BatchAddFacetToObject' 

Fields

Instances

Instances details
ToJSON BatchAddFacetToObject Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchAddFacetToObject

Generic BatchAddFacetToObject Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchAddFacetToObject

Associated Types

type Rep BatchAddFacetToObject :: Type -> Type #

Read BatchAddFacetToObject Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchAddFacetToObject

Show BatchAddFacetToObject Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchAddFacetToObject

NFData BatchAddFacetToObject Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchAddFacetToObject

Methods

rnf :: BatchAddFacetToObject -> () #

Eq BatchAddFacetToObject Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchAddFacetToObject

Hashable BatchAddFacetToObject Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchAddFacetToObject

type Rep BatchAddFacetToObject Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchAddFacetToObject

type Rep BatchAddFacetToObject = D1 ('MetaData "BatchAddFacetToObject" "Amazonka.CloudDirectory.Types.BatchAddFacetToObject" "amazonka-clouddirectory-2.0-JYRSwrX5Vm289hhbSwe2zQ" 'False) (C1 ('MetaCons "BatchAddFacetToObject'" 'PrefixI 'True) (S1 ('MetaSel ('Just "schemaFacet") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SchemaFacet) :*: (S1 ('MetaSel ('Just "objectAttributeList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [AttributeKeyAndValue]) :*: S1 ('MetaSel ('Just "objectReference") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ObjectReference))))

newBatchAddFacetToObject Source #

Create a value of BatchAddFacetToObject 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:schemaFacet:BatchAddFacetToObject', batchAddFacetToObject_schemaFacet - Represents the facet being added to the object.

$sel:objectAttributeList:BatchAddFacetToObject', batchAddFacetToObject_objectAttributeList - The attributes to set on the object.

$sel:objectReference:BatchAddFacetToObject', batchAddFacetToObject_objectReference - A reference to the object being mutated.

batchAddFacetToObject_schemaFacet :: Lens' BatchAddFacetToObject SchemaFacet Source #

Represents the facet being added to the object.