BatchWriteOperationResponse
public struct BatchWriteOperationResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The result of an add facet to object batch operation.
Declaration
Swift
public let addFacetToObject: BatchAddFacetToObjectResponse?
-
Attaches an object to a Directory.
Declaration
Swift
public let attachObject: BatchAttachObjectResponse?
-
Attaches a policy object to a regular object. An object can have a limited number of attached policies.
Declaration
Swift
public let attachPolicy: BatchAttachPolicyResponse?
-
Attaches the specified object to the specified index.
Declaration
Swift
public let attachToIndex: BatchAttachToIndexResponse?
-
Attaches a typed link to a specified source and target object. For more information, see Typed Links.
Declaration
Swift
public let attachTypedLink: BatchAttachTypedLinkResponse?
-
Creates an index object. See Indexing and search for more information.
Declaration
Swift
public let createIndex: BatchCreateIndexResponse?
-
Creates an object in a Directory.
Declaration
Swift
public let createObject: BatchCreateObjectResponse?
-
Deletes an object in a Directory.
Declaration
Swift
public let deleteObject: BatchDeleteObjectResponse?
-
Detaches the specified object from the specified index.
Declaration
Swift
public let detachFromIndex: BatchDetachFromIndexResponse?
-
Detaches an object from a Directory.
Declaration
Swift
public let detachObject: BatchDetachObjectResponse?
-
Detaches a policy from a Directory.
Declaration
Swift
public let detachPolicy: BatchDetachPolicyResponse?
-
Detaches a typed link from a specified source and target object. For more information, see Typed Links.
Declaration
Swift
public let detachTypedLink: BatchDetachTypedLinkResponse?
-
The result of a batch remove facet from object operation.
Declaration
Swift
public let removeFacetFromObject: BatchRemoveFacetFromObjectResponse?
-
Represents the output of a BatchWrite response operation.
Declaration
Swift
public let updateLinkAttributes: BatchUpdateLinkAttributesResponse?
-
Updates a given object’s attributes.
Declaration
Swift
public let updateObjectAttributes: BatchUpdateObjectAttributesResponse?
-
init(addFacetToObject:attachObject:attachPolicy:attachToIndex:attachTypedLink:createIndex:createObject:deleteObject:detachFromIndex:detachObject:detachPolicy:detachTypedLink:removeFacetFromObject:updateLinkAttributes:updateObjectAttributes:)
Undocumented
Declaration
Swift
public init(addFacetToObject: BatchAddFacetToObjectResponse? = nil, attachObject: BatchAttachObjectResponse? = nil, attachPolicy: BatchAttachPolicyResponse? = nil, attachToIndex: BatchAttachToIndexResponse? = nil, attachTypedLink: BatchAttachTypedLinkResponse? = nil, createIndex: BatchCreateIndexResponse? = nil, createObject: BatchCreateObjectResponse? = nil, deleteObject: BatchDeleteObjectResponse? = nil, detachFromIndex: BatchDetachFromIndexResponse? = nil, detachObject: BatchDetachObjectResponse? = nil, detachPolicy: BatchDetachPolicyResponse? = nil, detachTypedLink: BatchDetachTypedLinkResponse? = nil, removeFacetFromObject: BatchRemoveFacetFromObjectResponse? = nil, updateLinkAttributes: BatchUpdateLinkAttributesResponse? = nil, updateObjectAttributes: BatchUpdateObjectAttributesResponse? = nil)