UNPKG

universal-s3

Version:

Universal S3 SDK for JavaScript, available for Node.js backends

1,887 lines 79.7 kB
{ "version": "2.0", "metadata": { "apiVersion": "2017-01-11", "endpointPrefix": "clouddirectory", "protocol": "rest-json", "serviceFullName": "Amazon CloudDirectory", "serviceId": "CloudDirectory", "signatureVersion": "v4", "signingName": "clouddirectory", "uid": "clouddirectory-2017-01-11" }, "operations": { "AddFacetToObject": { "http": { "method": "PUT", "requestUri": "/amazonclouddirectory/2017-01-11/object/facets", "responseCode": 200 }, "input": { "type": "structure", "required": [ "DirectoryArn", "SchemaFacet", "ObjectReference" ], "members": { "DirectoryArn": { "location": "header", "locationName": "x-amz-data-partition" }, "SchemaFacet": { "shape": "S3" }, "ObjectAttributeList": { "shape": "S5" }, "ObjectReference": { "shape": "Sf" } } }, "output": { "type": "structure", "members": {} } }, "ApplySchema": { "http": { "method": "PUT", "requestUri": "/amazonclouddirectory/2017-01-11/schema/apply", "responseCode": 200 }, "input": { "type": "structure", "required": [ "PublishedSchemaArn", "DirectoryArn" ], "members": { "PublishedSchemaArn": {}, "DirectoryArn": { "location": "header", "locationName": "x-amz-data-partition" } } }, "output": { "type": "structure", "members": { "AppliedSchemaArn": {}, "DirectoryArn": {} } } }, "AttachObject": { "http": { "method": "PUT", "requestUri": "/amazonclouddirectory/2017-01-11/object/attach", "responseCode": 200 }, "input": { "type": "structure", "required": [ "DirectoryArn", "ParentReference", "ChildReference", "LinkName" ], "members": { "DirectoryArn": { "location": "header", "locationName": "x-amz-data-partition" }, "ParentReference": { "shape": "Sf" }, "ChildReference": { "shape": "Sf" }, "LinkName": {} } }, "output": { "type": "structure", "members": { "AttachedObjectIdentifier": {} } } }, "AttachPolicy": { "http": { "method": "PUT", "requestUri": "/amazonclouddirectory/2017-01-11/policy/attach", "responseCode": 200 }, "input": { "type": "structure", "required": [ "DirectoryArn", "PolicyReference", "ObjectReference" ], "members": { "DirectoryArn": { "location": "header", "locationName": "x-amz-data-partition" }, "PolicyReference": { "shape": "Sf" }, "ObjectReference": { "shape": "Sf" } } }, "output": { "type": "structure", "members": {} } }, "AttachToIndex": { "http": { "method": "PUT", "requestUri": "/amazonclouddirectory/2017-01-11/index/attach", "responseCode": 200 }, "input": { "type": "structure", "required": [ "DirectoryArn", "IndexReference", "TargetReference" ], "members": { "DirectoryArn": { "location": "header", "locationName": "x-amz-data-partition" }, "IndexReference": { "shape": "Sf" }, "TargetReference": { "shape": "Sf" } } }, "output": { "type": "structure", "members": { "AttachedObjectIdentifier": {} } } }, "AttachTypedLink": { "http": { "method": "PUT", "requestUri": "/amazonclouddirectory/2017-01-11/typedlink/attach", "responseCode": 200 }, "input": { "type": "structure", "required": [ "DirectoryArn", "SourceObjectReference", "TargetObjectReference", "TypedLinkFacet", "Attributes" ], "members": { "DirectoryArn": { "location": "header", "locationName": "x-amz-data-partition" }, "SourceObjectReference": { "shape": "Sf" }, "TargetObjectReference": { "shape": "Sf" }, "TypedLinkFacet": { "shape": "St" }, "Attributes": { "shape": "Sv" } } }, "output": { "type": "structure", "members": { "TypedLinkSpecifier": { "shape": "Sy" } } } }, "BatchRead": { "http": { "requestUri": "/amazonclouddirectory/2017-01-11/batchread", "responseCode": 200 }, "input": { "type": "structure", "required": [ "DirectoryArn", "Operations" ], "members": { "DirectoryArn": { "location": "header", "locationName": "x-amz-data-partition" }, "Operations": { "type": "list", "member": { "type": "structure", "members": { "ListObjectAttributes": { "type": "structure", "required": [ "ObjectReference" ], "members": { "ObjectReference": { "shape": "Sf" }, "NextToken": {}, "MaxResults": { "type": "integer" }, "FacetFilter": { "shape": "S3" } } }, "ListObjectChildren": { "type": "structure", "required": [ "ObjectReference" ], "members": { "ObjectReference": { "shape": "Sf" }, "NextToken": {}, "MaxResults": { "type": "integer" } } }, "ListAttachedIndices": { "type": "structure", "required": [ "TargetReference" ], "members": { "TargetReference": { "shape": "Sf" }, "NextToken": {}, "MaxResults": { "type": "integer" } } }, "ListObjectParentPaths": { "type": "structure", "required": [ "ObjectReference" ], "members": { "ObjectReference": { "shape": "Sf" }, "NextToken": {}, "MaxResults": { "type": "integer" } } }, "GetObjectInformation": { "type": "structure", "required": [ "ObjectReference" ], "members": { "ObjectReference": { "shape": "Sf" } } }, "GetObjectAttributes": { "type": "structure", "required": [ "ObjectReference", "SchemaFacet", "AttributeNames" ], "members": { "ObjectReference": { "shape": "Sf" }, "SchemaFacet": { "shape": "S3" }, "AttributeNames": { "shape": "S1a" } } }, "ListObjectParents": { "type": "structure", "required": [ "ObjectReference" ], "members": { "ObjectReference": { "shape": "Sf" }, "NextToken": {}, "MaxResults": { "type": "integer" } } }, "ListObjectPolicies": { "type": "structure", "required": [ "ObjectReference" ], "members": { "ObjectReference": { "shape": "Sf" }, "NextToken": {}, "MaxResults": { "type": "integer" } } }, "ListPolicyAttachments": { "type": "structure", "required": [ "PolicyReference" ], "members": { "PolicyReference": { "shape": "Sf" }, "NextToken": {}, "MaxResults": { "type": "integer" } } }, "LookupPolicy": { "type": "structure", "required": [ "ObjectReference" ], "members": { "ObjectReference": { "shape": "Sf" }, "NextToken": {}, "MaxResults": { "type": "integer" } } }, "ListIndex": { "type": "structure", "required": [ "IndexReference" ], "members": { "RangesOnIndexedValues": { "shape": "S1g" }, "IndexReference": { "shape": "Sf" }, "MaxResults": { "type": "integer" }, "NextToken": {} } }, "ListOutgoingTypedLinks": { "type": "structure", "required": [ "ObjectReference" ], "members": { "ObjectReference": { "shape": "Sf" }, "FilterAttributeRanges": { "shape": "S1l" }, "FilterTypedLink": { "shape": "St" }, "NextToken": {}, "MaxResults": { "type": "integer" } } }, "ListIncomingTypedLinks": { "type": "structure", "required": [ "ObjectReference" ], "members": { "ObjectReference": { "shape": "Sf" }, "FilterAttributeRanges": { "shape": "S1l" }, "FilterTypedLink": { "shape": "St" }, "NextToken": {}, "MaxResults": { "type": "integer" } } }, "GetLinkAttributes": { "type": "structure", "required": [ "TypedLinkSpecifier", "AttributeNames" ], "members": { "TypedLinkSpecifier": { "shape": "Sy" }, "AttributeNames": { "shape": "S1a" } } } } } }, "ConsistencyLevel": { "location": "header", "locationName": "x-amz-consistency-level" } } }, "output": { "type": "structure", "members": { "Responses": { "type": "list", "member": { "type": "structure", "members": { "SuccessfulResponse": { "type": "structure", "members": { "ListObjectAttributes": { "type": "structure", "members": { "Attributes": { "shape": "S5" }, "NextToken": {} } }, "ListObjectChildren": { "type": "structure", "members": { "Children": { "shape": "S1w" }, "NextToken": {} } }, "GetObjectInformation": { "type": "structure", "members": { "SchemaFacets": { "shape": "S1y" }, "ObjectIdentifier": {} } }, "GetObjectAttributes": { "type": "structure", "members": { "Attributes": { "shape": "S5" } } }, "ListAttachedIndices": { "type": "structure", "members": { "IndexAttachments": { "shape": "S21" }, "NextToken": {} } }, "ListObjectParentPaths": { "type": "structure", "members": { "PathToObjectIdentifiersList": { "shape": "S24" }, "NextToken": {} } }, "ListObjectPolicies": { "type": "structure", "members": { "AttachedPolicyIds": { "shape": "S27" }, "NextToken": {} } }, "ListPolicyAttachments": { "type": "structure", "members": { "ObjectIdentifiers": { "shape": "S27" }, "NextToken": {} } }, "LookupPolicy": { "type": "structure", "members": { "PolicyToPathList": { "shape": "S2b" }, "NextToken": {} } }, "ListIndex": { "type": "structure", "members": { "IndexAttachments": { "shape": "S21" }, "NextToken": {} } }, "ListOutgoingTypedLinks": { "type": "structure", "members": { "TypedLinkSpecifiers": { "shape": "S2i" }, "NextToken": {} } }, "ListIncomingTypedLinks": { "type": "structure", "members": { "LinkSpecifiers": { "shape": "S2i" }, "NextToken": {} } }, "GetLinkAttributes": { "type": "structure", "members": { "Attributes": { "shape": "S5" } } }, "ListObjectParents": { "type": "structure", "members": { "ParentLinks": { "shape": "S2m" }, "NextToken": {} } } } }, "ExceptionResponse": { "type": "structure", "members": { "Type": {}, "Message": {} } } } } } } } }, "BatchWrite": { "http": { "method": "PUT", "requestUri": "/amazonclouddirectory/2017-01-11/batchwrite", "responseCode": 200 }, "input": { "type": "structure", "required": [ "DirectoryArn", "Operations" ], "members": { "DirectoryArn": { "location": "header", "locationName": "x-amz-data-partition" }, "Operations": { "type": "list", "member": { "type": "structure", "members": { "CreateObject": { "type": "structure", "required": [ "SchemaFacet", "ObjectAttributeList" ], "members": { "SchemaFacet": { "shape": "S1y" }, "ObjectAttributeList": { "shape": "S5" }, "ParentReference": { "shape": "Sf" }, "LinkName": {}, "BatchReferenceName": {} } }, "AttachObject": { "type": "structure", "required": [ "ParentReference", "ChildReference", "LinkName" ], "members": { "ParentReference": { "shape": "Sf" }, "ChildReference": { "shape": "Sf" }, "LinkName": {} } }, "DetachObject": { "type": "structure", "required": [ "ParentReference", "LinkName" ], "members": { "ParentReference": { "shape": "Sf" }, "LinkName": {}, "BatchReferenceName": {} } }, "UpdateObjectAttributes": { "type": "structure", "required": [ "ObjectReference", "AttributeUpdates" ], "members": { "ObjectReference": { "shape": "Sf" }, "AttributeUpdates": { "shape": "S2z" } } }, "DeleteObject": { "type": "structure", "required": [ "ObjectReference" ], "members": { "ObjectReference": { "shape": "Sf" } } }, "AddFacetToObject": { "type": "structure", "required": [ "SchemaFacet", "ObjectAttributeList", "ObjectReference" ], "members": { "SchemaFacet": { "shape": "S3" }, "ObjectAttributeList": { "shape": "S5" }, "ObjectReference": { "shape": "Sf" } } }, "RemoveFacetFromObject": { "type": "structure", "required": [ "SchemaFacet", "ObjectReference" ], "members": { "SchemaFacet": { "shape": "S3" }, "ObjectReference": { "shape": "Sf" } } }, "AttachPolicy": { "type": "structure", "required": [ "PolicyReference", "ObjectReference" ], "members": { "PolicyReference": { "shape": "Sf" }, "ObjectReference": { "shape": "Sf" } } }, "DetachPolicy": { "type": "structure", "required": [ "PolicyReference", "ObjectReference" ], "members": { "PolicyReference": { "shape": "Sf" }, "ObjectReference": { "shape": "Sf" } } }, "CreateIndex": { "type": "structure", "required": [ "OrderedIndexedAttributeList", "IsUnique" ], "members": { "OrderedIndexedAttributeList": { "shape": "S39" }, "IsUnique": { "type": "boolean" }, "ParentReference": { "shape": "Sf" }, "LinkName": {}, "BatchReferenceName": {} } }, "AttachToIndex": { "type": "structure", "required": [ "IndexReference", "TargetReference" ], "members": { "IndexReference": { "shape": "Sf" }, "TargetReference": { "shape": "Sf" } } }, "DetachFromIndex": { "type": "structure", "required": [ "IndexReference", "TargetReference" ], "members": { "IndexReference": { "shape": "Sf" }, "TargetReference": { "shape": "Sf" } } }, "AttachTypedLink": { "type": "structure", "required": [ "SourceObjectReference", "TargetObjectReference", "TypedLinkFacet", "Attributes" ], "members": { "SourceObjectReference": { "shape": "Sf" }, "TargetObjectReference": { "shape": "Sf" }, "TypedLinkFacet": { "shape": "St" }, "Attributes": { "shape": "Sv" } } }, "DetachTypedLink": { "type": "structure", "required": [ "TypedLinkSpecifier" ], "members": { "TypedLinkSpecifier": { "shape": "Sy" } } }, "UpdateLinkAttributes": { "type": "structure", "required": [ "TypedLinkSpecifier", "AttributeUpdates" ], "members": { "TypedLinkSpecifier": { "shape": "Sy" }, "AttributeUpdates": { "shape": "S3g" } } } } } } } }, "output": { "type": "structure", "members": { "Responses": { "type": "list", "member": { "type": "structure", "members": { "CreateObject": { "type": "structure", "members": { "ObjectIdentifier": {} } }, "AttachObject": { "type": "structure", "members": { "attachedObjectIdentifier": {} } }, "DetachObject": { "type": "structure", "members": { "detachedObjectIdentifier": {} } }, "UpdateObjectAttributes": { "type": "structure", "members": { "ObjectIdentifier": {} } }, "DeleteObject": { "type": "structure", "members": {} }, "AddFacetToObject": { "type": "structure", "members": {} }, "RemoveFacetFromObject": { "type": "structure", "members": {} }, "AttachPolicy": { "type": "structure", "members": {} }, "DetachPolicy": { "type": "structure", "members": {} }, "CreateIndex": { "type": "structure", "members": { "ObjectIdentifier": {} } }, "AttachToIndex": { "type": "structure", "members": { "AttachedObjectIdentifier": {} } }, "DetachFromIndex": { "type": "structure", "members": { "DetachedObjectIdentifier": {} } }, "AttachTypedLink": { "type": "structure", "members": { "TypedLinkSpecifier": { "shape": "Sy" } } }, "DetachTypedLink": { "type": "structure", "members": {} }, "UpdateLinkAttributes": { "type": "structure", "members": {} } } } } } } }, "CreateDirectory": { "http": { "method": "PUT", "requestUri": "/amazonclouddirectory/2017-01-11/directory/create", "responseCode": 200 }, "input": { "type": "structure", "required": [ "Name", "SchemaArn" ], "members": { "Name": {}, "SchemaArn": { "location": "header", "locationName": "x-amz-data-partition" } } }, "output": { "type": "structure", "required": [ "DirectoryArn", "Name", "ObjectIdentifier", "AppliedSchemaArn" ], "members": { "DirectoryArn": {}, "Name": {}, "ObjectIdentifier": {}, "AppliedSchemaArn": {} } } }, "CreateFacet": { "http": { "method": "PUT", "requestUri": "/amazonclouddirectory/2017-01-11/facet/create", "responseCode": 200 }, "input": { "type": "structure", "required": [ "SchemaArn", "Name" ], "members": { "SchemaArn": { "location": "header", "locationName": "x-amz-data-partition" }, "Name": {}, "Attributes": { "shape": "S46" }, "ObjectType": {}, "FacetStyle": {} } }, "output": { "type": "structure", "members": {} } }, "CreateIndex": { "http": { "method": "PUT", "requestUri": "/amazonclouddirectory/2017-01-11/index", "responseCode": 200 }, "input": { "type": "structure", "required": [ "DirectoryArn", "OrderedIndexedAttributeList", "IsUnique" ], "members": { "DirectoryArn": { "location": "header", "locationName": "x-amz-data-partition" }, "OrderedIndexedAttributeList": { "shape": "S39" }, "IsUnique": { "type": "boolean" }, "ParentReference": { "shape": "Sf" }, "LinkName": {} } }, "output": { "type": "structure", "members": { "ObjectIdentifier": {} } } }, "CreateObject": { "http": { "method": "PUT", "requestUri": "/amazonclouddirectory/2017-01-11/object", "responseCode": 200 }, "input": { "type": "structure", "required": [ "DirectoryArn", "SchemaFacets" ], "members": { "DirectoryArn": { "location": "header", "locationName": "x-amz-data-partition" }, "SchemaFacets": { "shape": "S1y" }, "ObjectAttributeList": { "shape": "S5" }, "ParentReference": { "shape": "Sf" }, "LinkName": {} } }, "output": { "type": "structure", "members": { "ObjectIdentifier": {} } } }, "CreateSchema": { "http": { "method": "PUT", "requestUri": "/amazonclouddirectory/2017-01-11/schema/create", "responseCode": 200 }, "input": { "type": "structure", "required": [ "Name" ], "members": { "Name": {} } }, "output": { "type": "structure", "members": { "SchemaArn": {} } } }, "CreateTypedLinkFacet": { "http": { "method": "PUT", "requestUri": "/amazonclouddirectory/2017-01-11/typedlink/facet/create", "responseCode": 200 }, "input": { "type": "structure", "required": [ "SchemaArn", "Facet" ], "members": { "SchemaArn": { "location": "header", "locationName": "x-amz-data-partition" }, "Facet": { "type": "structure", "required": [ "Name", "Attributes", "IdentityAttributeOrder" ], "members": { "Name": {}, "Attributes": { "shape": "S4v" }, "IdentityAttributeOrder": { "shape": "S1a" } } } } }, "output": { "type": "structure", "members": {} } }, "DeleteDirectory": { "http": { "method": "PUT", "requestUri": "/amazonclouddirectory/2017-01-11/directory", "responseCode": 200 }, "input": { "type": "structure", "required": [ "DirectoryArn" ], "members": { "DirectoryArn": { "location": "header", "locationName": "x-amz-data-partition" } } }, "output": { "type": "structure", "required": [ "DirectoryArn" ], "members": { "DirectoryArn": {} } } }, "DeleteFacet": { "http": { "method": "PUT", "requestUri": "/amazonclouddirectory/2017-01-11/facet/delete", "responseCode": 200 }, "input": { "type": "structure", "required": [ "SchemaArn", "Name" ], "members": { "SchemaArn": { "location": "header", "locationName": "x-amz-data-partition" }, "Name": {} } }, "output": { "type": "structure", "members": {} } }, "DeleteObject": { "http": { "method": "PUT", "requestUri": "/amazonclouddirectory/2017-01-11/object/delete", "responseCode": 200 }, "input": { "type": "structure", "required": [ "DirectoryArn", "ObjectReference" ], "members": { "DirectoryArn": { "location": "header", "locationName": "x-amz-data-partition" }, "ObjectReference": { "shape": "Sf" } } }, "output": { "type": "structure", "members": {} } }, "DeleteSchema": { "http": { "method": "PUT", "requestUri": "/amazonclouddirectory/2017-01-11/schema", "responseCode": 200 }, "input": { "type": "structure", "required": [ "SchemaArn" ], "members": { "SchemaArn": { "location": "header", "locationName": "x-amz-data-partition" } } }, "output": { "type": "structure", "members": { "SchemaArn": {} } } }, "DeleteTypedLinkFacet": { "http": { "method": "PUT", "requestUri": "/amazonclouddirectory/2017-01-11/typedlink/facet/delete", "responseCode": 200 }, "input": { "type": "structure", "required": [ "SchemaArn", "Name" ], "members": { "SchemaArn": { "location": "header", "locationName": "x-amz-data-partition" }, "Name": {} } }, "output": { "type": "structure", "members": {} } }, "DetachFromIndex": { "http": { "method": "PUT", "requestUri": "/amazonclouddirectory/2017-01-11/index/detach", "responseCode": 200 }, "input": { "type": "structure", "required": [ "DirectoryArn", "IndexReference", "TargetReference" ], "members": { "DirectoryArn": { "location": "header", "locationName": "x-amz-data-partition" }, "IndexReference": { "shape": "Sf" }, "TargetReference": { "shape": "Sf" } } }, "output": { "type": "structure", "members": { "DetachedObjectIdentifier": {} } } }, "DetachObject": { "http": { "method": "PUT", "requestUri": "/amazonclouddirectory/2017-01-11/object/detach", "responseCode": 200 }, "input": { "type": "structure", "required": [ "DirectoryArn", "ParentReference", "LinkName" ], "members": { "DirectoryArn": { "location": "header", "locationName": "x-amz-data-partition" }, "ParentReference": { "shape": "Sf" }, "LinkName": {} } }, "output": { "type": "structure", "members": { "DetachedObjectIdentifier": {} } } }, "DetachPolicy": { "http": { "method": "PUT", "requestUri": "/amazonclouddirectory/2017-01-11/policy/detach", "responseCode": 200 }, "input": { "type": "structure", "required": [ "DirectoryArn", "PolicyReference", "ObjectReference" ], "members": { "DirectoryArn": { "location": "header", "locationName": "x-amz-data-partition" }, "PolicyReference": { "shape": "Sf" }, "ObjectReference": { "shape": "Sf" } } }, "output": { "type": "structure", "members": {} } }, "DetachTypedLink": { "http": { "method": "PUT", "requestUri": "/amazonclouddirectory/2017-01-11/typedlink/detach", "responseCode": 200 }, "input": { "type": "structure", "required": [ "DirectoryArn", "TypedLinkSpecifier" ], "members": { "DirectoryArn": { "location": "header", "locationName": "x-amz-data-partition" }, "TypedLinkSpecifier": { "shape": "Sy" } } } }, "DisableDirectory": { "http": { "method": "PUT", "requestUri": "/amazonclouddirectory/2017-01-11/directory/disable", "responseCode": 200 }, "input": { "type": "structure", "required": [ "DirectoryArn" ], "members": { "DirectoryArn": { "location": "header", "locationName": "x-amz-data-partition" } } }, "output": { "type": "structure", "required": [ "DirectoryArn" ], "members": { "DirectoryArn": {} } } }, "EnableDirectory": { "http": { "method": "PUT", "requestUri": "/amazonclouddirectory/2017-01-11/directory/enable", "responseCode": 200 }, "input": { "type": "structure", "required": [ "DirectoryArn" ], "members": { "DirectoryArn": { "location": "header", "locationName": "x-amz-data-partition" } } }, "output": { "type": "structure", "required": [ "DirectoryArn" ], "members": { "DirectoryArn": {} } } }, "GetAppliedSchemaVersion": { "http": { "requestUri": "/amazonclouddirectory/2017-01-11/schema/getappliedschema", "responseCode": 200 }, "input": { "type": "structure", "required": [ "SchemaArn" ], "members": { "SchemaArn": {} } }, "output": { "type": "structure", "members": { "AppliedSchemaArn": {} } } }, "GetDirectory": { "http": { "requestUri": "/amazonclouddirectory/2017-01-11/directory/get", "responseCode": 200 }, "input": { "type": "structure", "required": [ "DirectoryArn" ], "members": { "DirectoryArn": { "location": "header", "locationName": "x-amz-data-partition" } } }, "output": { "type": "structure", "required": [ "Directory" ], "members": { "Directory": { "shape": "S5n" } } } }, "GetFacet": { "http": { "requestUri": "/amazonclouddirectory/2017-01-11/facet", "responseCode": 200 }, "input": { "type": "structure", "required": [ "SchemaArn", "Name" ], "members": { "SchemaArn": { "location": "header", "locationName": "x-amz-data-partition" }, "Name": {} } }, "output": { "type": "structure", "members": { "Facet": { "type": "structure", "members": { "Name": {}, "ObjectType": {}, "FacetStyle": {} } } } } }, "GetLinkAttributes": { "http": { "requestUri": "/amazonclouddirectory/2017-01-11/typedlink/attributes/get", "responseCode": 200 }, "input": { "type": "structure", "required": [ "DirectoryArn", "TypedLinkSpecifier", "AttributeNames" ], "members": { "DirectoryArn": { "location": "header", "locationName": "x-amz-data-partition" }, "TypedLinkSpecifier": { "shape": "Sy" }, "AttributeNames": { "shape": "S1a" }, "ConsistencyLevel": {} } }, "output": { "type": "structure", "members": { "Attributes": { "shape": "S5" } } } }, "GetObjectAttributes": { "http": { "requestUri": "/amazonclouddirectory/2017-01-11/object/attributes/get", "responseCode": 200 }, "input": { "type": "structure", "required": [ "DirectoryArn", "ObjectReference", "SchemaFacet", "AttributeNames" ], "members": { "DirectoryArn": { "location": "header", "locationName": "x-amz-data-partition" }, "ObjectReference": { "shape": "Sf" }, "ConsistencyLevel": { "location": "header", "locationName": "x-amz-consistency-level" }, "SchemaFacet": { "shape": "S3" }, "AttributeNames": { "shape": "S1a" } } }, "output": { "type": "structure", "members": { "Attributes": { "shape": "S5" } } } }, "GetObjectInformation": { "http": { "requestUri": "/amazonclouddirectory/2017-01-11/object/information", "responseCode": 200 }, "input": { "type": "structure", "required": [ "DirectoryArn", "ObjectReference" ], "members": { "DirectoryArn": { "location": "header", "locationName": "x-amz-data-partition" }, "ObjectReference": { "shape": "Sf" }, "ConsistencyLevel": { "location": "header", "locationName": "x-amz-consistency-level" } } }, "output": { "type": "structure", "members": { "SchemaFacets": { "shape": "S1y" }, "ObjectIdentifier": {} } } }, "GetSchemaAsJson": { "http": { "requestUri": "/amazonclouddirectory/2017-01-11/schema/json", "responseCode": 200 }, "input": { "type": "structure", "required": [ "SchemaArn" ], "members": { "SchemaArn": { "location": "header", "locationName": "x-amz-data-partition" } } }, "output": { "type": "structure", "members": { "Name": {}, "Document": {} } } }, "GetTypedLinkFacetInformation": { "http": { "requestUri": "/amazonclouddirectory/2017-01-11/typedlink/facet/get", "responseCode": 200 }, "input": { "type": "structure", "required": [ "SchemaArn", "Name" ], "members": { "SchemaArn": { "location": "header", "locationName": "x-amz-data-partition" }, "Name": {} } }, "output": { "type": "structure", "members": { "IdentityAttributeOrder": { "shape": "S1a" } } } }, "ListAppliedSchemaArns": { "http": { "requestUri": "/amazonclouddirectory/2017-01-11/schema/applied", "responseCode": 200 }, "input": { "type": "structure", "required": [ "DirectoryArn" ], "members": { "DirectoryArn": {}, "SchemaArn": {}, "NextToken": {}, "MaxResults": { "type": "integer" } } }, "output": { "type": "structure", "members": { "SchemaArns": { "shape": "S66" }, "NextToken": {} } } }, "ListAttachedIndices": { "http": { "requestUri": "/amazonclouddirectory/2017-01-11/object/indices", "responseCode": 200 }, "input": { "type": "structure", "required": [ "DirectoryArn", "TargetReference" ], "members": { "DirectoryArn": { "location": "header", "locationName": "x-amz-data-partition" }, "TargetReference": { "shape": "Sf" }, "NextToken": {}, "MaxResults": { "type": "integer" }, "ConsistencyLevel": { "location": "header", "locationName": "x-amz-consistency-level" } } }, "output": { "type": "structure", "members": { "IndexAttachments": { "shape": "S21" }, "NextToken": {} } } }, "ListDevelopmentSchemaArns": { "http": { "requestUri": "/amazonclouddirectory/2017-01-11/schema/development", "responseCode": 200 }, "input": { "type": "structure", "members": { "NextToken": {}, "MaxResults": { "type": "integer" } } }, "output": { "type": "structure", "members": { "SchemaArns": { "shape": "S66" }, "NextToken": {} } } }, "ListDirectories": { "http": { "requestUri": "/amazonclouddirectory/2017-01-11/directory/list", "responseCode": 200 }, "input": { "type": "structure", "members": { "NextToken": {}, "MaxResults": { "type": "integer" }, "state": {} } }, "output": { "type": "structure", "required": [ "Directories" ], "members": { "Directories": { "type": "list", "member": { "shape": "S5n" } }, "NextToken": {} } } }, "ListFacetAttributes": { "http": { "requestUri": "/amazonclouddirectory/2017-01-11/facet/attributes", "responseCode": 200 }, "input": { "type": "structure", "required": [ "SchemaArn", "Name" ], "members": { "SchemaArn": { "location": "header", "locationName": "x-amz-data-partition" }, "Name": {}, "NextToken": {}, "MaxResults": { "type": "integer" } } }, "output": { "type": "structure", "memb