libZSservicesZSamazonka-clouddirectoryZSamazonka-clouddirectory
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.CloudDirectory.Types.BatchDeleteObject

Description

 
Synopsis

Documentation

data BatchDeleteObject Source #

Represents the output of a DeleteObject operation.

See: newBatchDeleteObject smart constructor.

Constructors

BatchDeleteObject' 

Fields

Instances

Instances details
Eq BatchDeleteObject Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchDeleteObject

Read BatchDeleteObject Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchDeleteObject

Show BatchDeleteObject Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchDeleteObject

Generic BatchDeleteObject Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchDeleteObject

Associated Types

type Rep BatchDeleteObject :: Type -> Type #

NFData BatchDeleteObject Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchDeleteObject

Methods

rnf :: BatchDeleteObject -> () #

Hashable BatchDeleteObject Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchDeleteObject

ToJSON BatchDeleteObject Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchDeleteObject

type Rep BatchDeleteObject Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchDeleteObject

type Rep BatchDeleteObject = D1 ('MetaData "BatchDeleteObject" "Amazonka.CloudDirectory.Types.BatchDeleteObject" "libZSservicesZSamazonka-clouddirectoryZSamazonka-clouddirectory" 'False) (C1 ('MetaCons "BatchDeleteObject'" 'PrefixI 'True) (S1 ('MetaSel ('Just "objectReference") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ObjectReference)))

newBatchDeleteObject Source #

Create a value of BatchDeleteObject 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:objectReference:BatchDeleteObject', batchDeleteObject_objectReference - The reference that identifies the object.