@aws-sdk/client-clouddirectory 3.477.0 → 3.481.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/AddFacetToObjectCommand.js +18 -41
- package/dist-cjs/commands/ApplySchemaCommand.js +18 -41
- package/dist-cjs/commands/AttachObjectCommand.js +18 -41
- package/dist-cjs/commands/AttachPolicyCommand.js +18 -41
- package/dist-cjs/commands/AttachToIndexCommand.js +18 -41
- package/dist-cjs/commands/AttachTypedLinkCommand.js +18 -41
- package/dist-cjs/commands/BatchReadCommand.js +18 -41
- package/dist-cjs/commands/BatchWriteCommand.js +18 -41
- package/dist-cjs/commands/CreateDirectoryCommand.js +18 -41
- package/dist-cjs/commands/CreateFacetCommand.js +18 -41
- package/dist-cjs/commands/CreateIndexCommand.js +18 -41
- package/dist-cjs/commands/CreateObjectCommand.js +18 -41
- package/dist-cjs/commands/CreateSchemaCommand.js +18 -41
- package/dist-cjs/commands/CreateTypedLinkFacetCommand.js +18 -41
- package/dist-cjs/commands/DeleteDirectoryCommand.js +18 -41
- package/dist-cjs/commands/DeleteFacetCommand.js +18 -41
- package/dist-cjs/commands/DeleteObjectCommand.js +18 -41
- package/dist-cjs/commands/DeleteSchemaCommand.js +18 -41
- package/dist-cjs/commands/DeleteTypedLinkFacetCommand.js +18 -41
- package/dist-cjs/commands/DetachFromIndexCommand.js +18 -41
- package/dist-cjs/commands/DetachObjectCommand.js +18 -41
- package/dist-cjs/commands/DetachPolicyCommand.js +18 -41
- package/dist-cjs/commands/DetachTypedLinkCommand.js +18 -41
- package/dist-cjs/commands/DisableDirectoryCommand.js +18 -41
- package/dist-cjs/commands/EnableDirectoryCommand.js +18 -41
- package/dist-cjs/commands/GetAppliedSchemaVersionCommand.js +18 -41
- package/dist-cjs/commands/GetDirectoryCommand.js +18 -41
- package/dist-cjs/commands/GetFacetCommand.js +18 -41
- package/dist-cjs/commands/GetLinkAttributesCommand.js +18 -41
- package/dist-cjs/commands/GetObjectAttributesCommand.js +18 -41
- package/dist-cjs/commands/GetObjectInformationCommand.js +18 -41
- package/dist-cjs/commands/GetSchemaAsJsonCommand.js +18 -41
- package/dist-cjs/commands/GetTypedLinkFacetInformationCommand.js +18 -41
- package/dist-cjs/commands/ListAppliedSchemaArnsCommand.js +18 -41
- package/dist-cjs/commands/ListAttachedIndicesCommand.js +18 -41
- package/dist-cjs/commands/ListDevelopmentSchemaArnsCommand.js +18 -41
- package/dist-cjs/commands/ListDirectoriesCommand.js +18 -41
- package/dist-cjs/commands/ListFacetAttributesCommand.js +18 -41
- package/dist-cjs/commands/ListFacetNamesCommand.js +18 -41
- package/dist-cjs/commands/ListIncomingTypedLinksCommand.js +18 -41
- package/dist-cjs/commands/ListIndexCommand.js +18 -41
- package/dist-cjs/commands/ListManagedSchemaArnsCommand.js +18 -41
- package/dist-cjs/commands/ListObjectAttributesCommand.js +18 -41
- package/dist-cjs/commands/ListObjectChildrenCommand.js +18 -41
- package/dist-cjs/commands/ListObjectParentPathsCommand.js +18 -41
- package/dist-cjs/commands/ListObjectParentsCommand.js +18 -41
- package/dist-cjs/commands/ListObjectPoliciesCommand.js +18 -41
- package/dist-cjs/commands/ListOutgoingTypedLinksCommand.js +18 -41
- package/dist-cjs/commands/ListPolicyAttachmentsCommand.js +18 -41
- package/dist-cjs/commands/ListPublishedSchemaArnsCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/ListTypedLinkFacetAttributesCommand.js +18 -41
- package/dist-cjs/commands/ListTypedLinkFacetNamesCommand.js +18 -41
- package/dist-cjs/commands/LookupPolicyCommand.js +18 -41
- package/dist-cjs/commands/PublishSchemaCommand.js +18 -41
- package/dist-cjs/commands/PutSchemaFromJsonCommand.js +18 -41
- package/dist-cjs/commands/RemoveFacetFromObjectCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateFacetCommand.js +18 -41
- package/dist-cjs/commands/UpdateLinkAttributesCommand.js +18 -41
- package/dist-cjs/commands/UpdateObjectAttributesCommand.js +18 -41
- package/dist-cjs/commands/UpdateSchemaCommand.js +18 -41
- package/dist-cjs/commands/UpdateTypedLinkFacetCommand.js +18 -41
- package/dist-cjs/commands/UpgradeAppliedSchemaCommand.js +18 -41
- package/dist-cjs/commands/UpgradePublishedSchemaCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/ListAppliedSchemaArnsPaginator.js +2 -24
- package/dist-cjs/pagination/ListAttachedIndicesPaginator.js +2 -24
- package/dist-cjs/pagination/ListDevelopmentSchemaArnsPaginator.js +2 -24
- package/dist-cjs/pagination/ListDirectoriesPaginator.js +2 -24
- package/dist-cjs/pagination/ListFacetAttributesPaginator.js +2 -24
- package/dist-cjs/pagination/ListFacetNamesPaginator.js +2 -24
- package/dist-cjs/pagination/ListIndexPaginator.js +2 -24
- package/dist-cjs/pagination/ListManagedSchemaArnsPaginator.js +2 -24
- package/dist-cjs/pagination/ListObjectAttributesPaginator.js +2 -24
- package/dist-cjs/pagination/ListObjectChildrenPaginator.js +2 -24
- package/dist-cjs/pagination/ListObjectParentPathsPaginator.js +2 -24
- package/dist-cjs/pagination/ListObjectParentsPaginator.js +2 -24
- package/dist-cjs/pagination/ListObjectPoliciesPaginator.js +2 -24
- package/dist-cjs/pagination/ListPolicyAttachmentsPaginator.js +2 -24
- package/dist-cjs/pagination/ListPublishedSchemaArnsPaginator.js +2 -24
- package/dist-cjs/pagination/ListTagsForResourcePaginator.js +2 -24
- package/dist-cjs/pagination/ListTypedLinkFacetAttributesPaginator.js +2 -24
- package/dist-cjs/pagination/ListTypedLinkFacetNamesPaginator.js +2 -24
- package/dist-cjs/pagination/LookupPolicyPaginator.js +2 -24
- package/dist-es/commands/AddFacetToObjectCommand.js +18 -41
- package/dist-es/commands/ApplySchemaCommand.js +18 -41
- package/dist-es/commands/AttachObjectCommand.js +18 -41
- package/dist-es/commands/AttachPolicyCommand.js +18 -41
- package/dist-es/commands/AttachToIndexCommand.js +18 -41
- package/dist-es/commands/AttachTypedLinkCommand.js +18 -41
- package/dist-es/commands/BatchReadCommand.js +18 -41
- package/dist-es/commands/BatchWriteCommand.js +18 -41
- package/dist-es/commands/CreateDirectoryCommand.js +18 -41
- package/dist-es/commands/CreateFacetCommand.js +18 -41
- package/dist-es/commands/CreateIndexCommand.js +18 -41
- package/dist-es/commands/CreateObjectCommand.js +18 -41
- package/dist-es/commands/CreateSchemaCommand.js +18 -41
- package/dist-es/commands/CreateTypedLinkFacetCommand.js +18 -41
- package/dist-es/commands/DeleteDirectoryCommand.js +18 -41
- package/dist-es/commands/DeleteFacetCommand.js +18 -41
- package/dist-es/commands/DeleteObjectCommand.js +18 -41
- package/dist-es/commands/DeleteSchemaCommand.js +18 -41
- package/dist-es/commands/DeleteTypedLinkFacetCommand.js +18 -41
- package/dist-es/commands/DetachFromIndexCommand.js +18 -41
- package/dist-es/commands/DetachObjectCommand.js +18 -41
- package/dist-es/commands/DetachPolicyCommand.js +18 -41
- package/dist-es/commands/DetachTypedLinkCommand.js +18 -41
- package/dist-es/commands/DisableDirectoryCommand.js +18 -41
- package/dist-es/commands/EnableDirectoryCommand.js +18 -41
- package/dist-es/commands/GetAppliedSchemaVersionCommand.js +18 -41
- package/dist-es/commands/GetDirectoryCommand.js +18 -41
- package/dist-es/commands/GetFacetCommand.js +18 -41
- package/dist-es/commands/GetLinkAttributesCommand.js +18 -41
- package/dist-es/commands/GetObjectAttributesCommand.js +18 -41
- package/dist-es/commands/GetObjectInformationCommand.js +18 -41
- package/dist-es/commands/GetSchemaAsJsonCommand.js +18 -41
- package/dist-es/commands/GetTypedLinkFacetInformationCommand.js +18 -41
- package/dist-es/commands/ListAppliedSchemaArnsCommand.js +18 -41
- package/dist-es/commands/ListAttachedIndicesCommand.js +18 -41
- package/dist-es/commands/ListDevelopmentSchemaArnsCommand.js +18 -41
- package/dist-es/commands/ListDirectoriesCommand.js +18 -41
- package/dist-es/commands/ListFacetAttributesCommand.js +18 -41
- package/dist-es/commands/ListFacetNamesCommand.js +18 -41
- package/dist-es/commands/ListIncomingTypedLinksCommand.js +18 -41
- package/dist-es/commands/ListIndexCommand.js +18 -41
- package/dist-es/commands/ListManagedSchemaArnsCommand.js +18 -41
- package/dist-es/commands/ListObjectAttributesCommand.js +18 -41
- package/dist-es/commands/ListObjectChildrenCommand.js +18 -41
- package/dist-es/commands/ListObjectParentPathsCommand.js +18 -41
- package/dist-es/commands/ListObjectParentsCommand.js +18 -41
- package/dist-es/commands/ListObjectPoliciesCommand.js +18 -41
- package/dist-es/commands/ListOutgoingTypedLinksCommand.js +18 -41
- package/dist-es/commands/ListPolicyAttachmentsCommand.js +18 -41
- package/dist-es/commands/ListPublishedSchemaArnsCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/ListTypedLinkFacetAttributesCommand.js +18 -41
- package/dist-es/commands/ListTypedLinkFacetNamesCommand.js +18 -41
- package/dist-es/commands/LookupPolicyCommand.js +18 -41
- package/dist-es/commands/PublishSchemaCommand.js +18 -41
- package/dist-es/commands/PutSchemaFromJsonCommand.js +18 -41
- package/dist-es/commands/RemoveFacetFromObjectCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateFacetCommand.js +18 -41
- package/dist-es/commands/UpdateLinkAttributesCommand.js +18 -41
- package/dist-es/commands/UpdateObjectAttributesCommand.js +18 -41
- package/dist-es/commands/UpdateSchemaCommand.js +18 -41
- package/dist-es/commands/UpdateTypedLinkFacetCommand.js +18 -41
- package/dist-es/commands/UpgradeAppliedSchemaCommand.js +18 -41
- package/dist-es/commands/UpgradePublishedSchemaCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/ListAppliedSchemaArnsPaginator.js +2 -23
- package/dist-es/pagination/ListAttachedIndicesPaginator.js +2 -23
- package/dist-es/pagination/ListDevelopmentSchemaArnsPaginator.js +2 -23
- package/dist-es/pagination/ListDirectoriesPaginator.js +2 -23
- package/dist-es/pagination/ListFacetAttributesPaginator.js +2 -23
- package/dist-es/pagination/ListFacetNamesPaginator.js +2 -23
- package/dist-es/pagination/ListIndexPaginator.js +2 -23
- package/dist-es/pagination/ListManagedSchemaArnsPaginator.js +2 -23
- package/dist-es/pagination/ListObjectAttributesPaginator.js +2 -23
- package/dist-es/pagination/ListObjectChildrenPaginator.js +2 -23
- package/dist-es/pagination/ListObjectParentPathsPaginator.js +2 -23
- package/dist-es/pagination/ListObjectParentsPaginator.js +2 -23
- package/dist-es/pagination/ListObjectPoliciesPaginator.js +2 -23
- package/dist-es/pagination/ListPolicyAttachmentsPaginator.js +2 -23
- package/dist-es/pagination/ListPublishedSchemaArnsPaginator.js +2 -23
- package/dist-es/pagination/ListTagsForResourcePaginator.js +2 -23
- package/dist-es/pagination/ListTypedLinkFacetAttributesPaginator.js +2 -23
- package/dist-es/pagination/ListTypedLinkFacetNamesPaginator.js +2 -23
- package/dist-es/pagination/LookupPolicyPaginator.js +2 -23
- package/dist-types/commands/AddFacetToObjectCommand.d.ts +6 -21
- package/dist-types/commands/ApplySchemaCommand.d.ts +6 -21
- package/dist-types/commands/AttachObjectCommand.d.ts +6 -21
- package/dist-types/commands/AttachPolicyCommand.d.ts +6 -21
- package/dist-types/commands/AttachToIndexCommand.d.ts +6 -21
- package/dist-types/commands/AttachTypedLinkCommand.d.ts +6 -21
- package/dist-types/commands/BatchReadCommand.d.ts +6 -21
- package/dist-types/commands/BatchWriteCommand.d.ts +6 -21
- package/dist-types/commands/CreateDirectoryCommand.d.ts +6 -21
- package/dist-types/commands/CreateFacetCommand.d.ts +6 -21
- package/dist-types/commands/CreateIndexCommand.d.ts +6 -21
- package/dist-types/commands/CreateObjectCommand.d.ts +6 -21
- package/dist-types/commands/CreateSchemaCommand.d.ts +6 -21
- package/dist-types/commands/CreateTypedLinkFacetCommand.d.ts +6 -21
- package/dist-types/commands/DeleteDirectoryCommand.d.ts +6 -21
- package/dist-types/commands/DeleteFacetCommand.d.ts +6 -21
- package/dist-types/commands/DeleteObjectCommand.d.ts +6 -21
- package/dist-types/commands/DeleteSchemaCommand.d.ts +6 -21
- package/dist-types/commands/DeleteTypedLinkFacetCommand.d.ts +6 -21
- package/dist-types/commands/DetachFromIndexCommand.d.ts +6 -21
- package/dist-types/commands/DetachObjectCommand.d.ts +6 -21
- package/dist-types/commands/DetachPolicyCommand.d.ts +6 -21
- package/dist-types/commands/DetachTypedLinkCommand.d.ts +6 -21
- package/dist-types/commands/DisableDirectoryCommand.d.ts +6 -21
- package/dist-types/commands/EnableDirectoryCommand.d.ts +6 -21
- package/dist-types/commands/GetAppliedSchemaVersionCommand.d.ts +6 -21
- package/dist-types/commands/GetDirectoryCommand.d.ts +6 -21
- package/dist-types/commands/GetFacetCommand.d.ts +6 -21
- package/dist-types/commands/GetLinkAttributesCommand.d.ts +6 -21
- package/dist-types/commands/GetObjectAttributesCommand.d.ts +6 -21
- package/dist-types/commands/GetObjectInformationCommand.d.ts +6 -21
- package/dist-types/commands/GetSchemaAsJsonCommand.d.ts +6 -21
- package/dist-types/commands/GetTypedLinkFacetInformationCommand.d.ts +6 -21
- package/dist-types/commands/ListAppliedSchemaArnsCommand.d.ts +6 -21
- package/dist-types/commands/ListAttachedIndicesCommand.d.ts +6 -21
- package/dist-types/commands/ListDevelopmentSchemaArnsCommand.d.ts +6 -21
- package/dist-types/commands/ListDirectoriesCommand.d.ts +6 -21
- package/dist-types/commands/ListFacetAttributesCommand.d.ts +6 -21
- package/dist-types/commands/ListFacetNamesCommand.d.ts +6 -21
- package/dist-types/commands/ListIncomingTypedLinksCommand.d.ts +6 -21
- package/dist-types/commands/ListIndexCommand.d.ts +6 -21
- package/dist-types/commands/ListManagedSchemaArnsCommand.d.ts +6 -21
- package/dist-types/commands/ListObjectAttributesCommand.d.ts +6 -21
- package/dist-types/commands/ListObjectChildrenCommand.d.ts +6 -21
- package/dist-types/commands/ListObjectParentPathsCommand.d.ts +6 -21
- package/dist-types/commands/ListObjectParentsCommand.d.ts +6 -21
- package/dist-types/commands/ListObjectPoliciesCommand.d.ts +6 -21
- package/dist-types/commands/ListOutgoingTypedLinksCommand.d.ts +6 -21
- package/dist-types/commands/ListPolicyAttachmentsCommand.d.ts +6 -21
- package/dist-types/commands/ListPublishedSchemaArnsCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/ListTypedLinkFacetAttributesCommand.d.ts +6 -21
- package/dist-types/commands/ListTypedLinkFacetNamesCommand.d.ts +6 -21
- package/dist-types/commands/LookupPolicyCommand.d.ts +6 -21
- package/dist-types/commands/PublishSchemaCommand.d.ts +6 -21
- package/dist-types/commands/PutSchemaFromJsonCommand.d.ts +6 -21
- package/dist-types/commands/RemoveFacetFromObjectCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateFacetCommand.d.ts +6 -21
- package/dist-types/commands/UpdateLinkAttributesCommand.d.ts +6 -21
- package/dist-types/commands/UpdateObjectAttributesCommand.d.ts +6 -21
- package/dist-types/commands/UpdateSchemaCommand.d.ts +6 -21
- package/dist-types/commands/UpdateTypedLinkFacetCommand.d.ts +6 -21
- package/dist-types/commands/UpgradeAppliedSchemaCommand.d.ts +6 -21
- package/dist-types/commands/UpgradePublishedSchemaCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/ListAppliedSchemaArnsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAttachedIndicesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDevelopmentSchemaArnsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDirectoriesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFacetAttributesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFacetNamesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListIndexPaginator.d.ts +1 -1
- package/dist-types/pagination/ListManagedSchemaArnsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListObjectAttributesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListObjectChildrenPaginator.d.ts +1 -1
- package/dist-types/pagination/ListObjectParentPathsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListObjectParentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListObjectPoliciesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPolicyAttachmentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPublishedSchemaArnsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +1 -1
- package/dist-types/pagination/ListTypedLinkFacetAttributesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTypedLinkFacetNamesPaginator.d.ts +1 -1
- package/dist-types/pagination/LookupPolicyPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/AddFacetToObjectCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ApplySchemaCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/AttachObjectCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/AttachPolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/AttachToIndexCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/AttachTypedLinkCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/BatchReadCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/BatchWriteCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateDirectoryCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateFacetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateObjectCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateTypedLinkFacetCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteDirectoryCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteFacetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteTypedLinkFacetCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DetachFromIndexCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DetachObjectCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DetachPolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DetachTypedLinkCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DisableDirectoryCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/EnableDirectoryCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetAppliedSchemaVersionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetDirectoryCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetFacetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetLinkAttributesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetObjectInformationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetSchemaAsJsonCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetTypedLinkFacetInformationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListAppliedSchemaArnsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListAttachedIndicesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListDevelopmentSchemaArnsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListDirectoriesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListFacetAttributesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListFacetNamesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListIncomingTypedLinksCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListIndexCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListManagedSchemaArnsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListObjectAttributesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListObjectChildrenCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListObjectParentPathsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListObjectParentsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListObjectPoliciesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListOutgoingTypedLinksCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListPolicyAttachmentsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListPublishedSchemaArnsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTypedLinkFacetAttributesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListTypedLinkFacetNamesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/LookupPolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PublishSchemaCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutSchemaFromJsonCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RemoveFacetFromObjectCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateFacetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateLinkAttributesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateObjectAttributesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateTypedLinkFacetCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpgradeAppliedSchemaCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpgradePublishedSchemaCommand.d.ts +12 -24
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/ListAppliedSchemaArnsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListAttachedIndicesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListDevelopmentSchemaArnsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListDirectoriesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListFacetAttributesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListFacetNamesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListIndexPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListManagedSchemaArnsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListObjectAttributesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListObjectChildrenPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListObjectParentPathsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListObjectParentsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListObjectPoliciesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListPolicyAttachmentsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListPublishedSchemaArnsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListTypedLinkFacetAttributesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListTypedLinkFacetNamesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/LookupPolicyPaginator.d.ts +3 -3
- package/package.json +11 -11
|
@@ -1,25 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { CloudDirectoryClient } from "../CloudDirectoryClient";
|
|
2
3
|
import { ListObjectAttributesCommand, } from "../commands/ListObjectAttributesCommand";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new ListObjectAttributesCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateListObjectAttributes(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.NextToken = token;
|
|
12
|
-
input["MaxResults"] = config.pageSize;
|
|
13
|
-
if (config.client instanceof CloudDirectoryClient) {
|
|
14
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
-
}
|
|
16
|
-
else {
|
|
17
|
-
throw new Error("Invalid client, expected CloudDirectory | CloudDirectoryClient");
|
|
18
|
-
}
|
|
19
|
-
yield page;
|
|
20
|
-
const prevToken = token;
|
|
21
|
-
token = page.NextToken;
|
|
22
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
-
}
|
|
24
|
-
return undefined;
|
|
25
|
-
}
|
|
4
|
+
export const paginateListObjectAttributes = createPaginator(CloudDirectoryClient, ListObjectAttributesCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,25 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { CloudDirectoryClient } from "../CloudDirectoryClient";
|
|
2
3
|
import { ListObjectChildrenCommand, } from "../commands/ListObjectChildrenCommand";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new ListObjectChildrenCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateListObjectChildren(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.NextToken = token;
|
|
12
|
-
input["MaxResults"] = config.pageSize;
|
|
13
|
-
if (config.client instanceof CloudDirectoryClient) {
|
|
14
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
-
}
|
|
16
|
-
else {
|
|
17
|
-
throw new Error("Invalid client, expected CloudDirectory | CloudDirectoryClient");
|
|
18
|
-
}
|
|
19
|
-
yield page;
|
|
20
|
-
const prevToken = token;
|
|
21
|
-
token = page.NextToken;
|
|
22
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
-
}
|
|
24
|
-
return undefined;
|
|
25
|
-
}
|
|
4
|
+
export const paginateListObjectChildren = createPaginator(CloudDirectoryClient, ListObjectChildrenCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,25 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { CloudDirectoryClient } from "../CloudDirectoryClient";
|
|
2
3
|
import { ListObjectParentPathsCommand, } from "../commands/ListObjectParentPathsCommand";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new ListObjectParentPathsCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateListObjectParentPaths(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.NextToken = token;
|
|
12
|
-
input["MaxResults"] = config.pageSize;
|
|
13
|
-
if (config.client instanceof CloudDirectoryClient) {
|
|
14
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
-
}
|
|
16
|
-
else {
|
|
17
|
-
throw new Error("Invalid client, expected CloudDirectory | CloudDirectoryClient");
|
|
18
|
-
}
|
|
19
|
-
yield page;
|
|
20
|
-
const prevToken = token;
|
|
21
|
-
token = page.NextToken;
|
|
22
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
-
}
|
|
24
|
-
return undefined;
|
|
25
|
-
}
|
|
4
|
+
export const paginateListObjectParentPaths = createPaginator(CloudDirectoryClient, ListObjectParentPathsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,25 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { CloudDirectoryClient } from "../CloudDirectoryClient";
|
|
2
3
|
import { ListObjectParentsCommand, } from "../commands/ListObjectParentsCommand";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new ListObjectParentsCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateListObjectParents(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.NextToken = token;
|
|
12
|
-
input["MaxResults"] = config.pageSize;
|
|
13
|
-
if (config.client instanceof CloudDirectoryClient) {
|
|
14
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
-
}
|
|
16
|
-
else {
|
|
17
|
-
throw new Error("Invalid client, expected CloudDirectory | CloudDirectoryClient");
|
|
18
|
-
}
|
|
19
|
-
yield page;
|
|
20
|
-
const prevToken = token;
|
|
21
|
-
token = page.NextToken;
|
|
22
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
-
}
|
|
24
|
-
return undefined;
|
|
25
|
-
}
|
|
4
|
+
export const paginateListObjectParents = createPaginator(CloudDirectoryClient, ListObjectParentsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,25 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { CloudDirectoryClient } from "../CloudDirectoryClient";
|
|
2
3
|
import { ListObjectPoliciesCommand, } from "../commands/ListObjectPoliciesCommand";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new ListObjectPoliciesCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateListObjectPolicies(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.NextToken = token;
|
|
12
|
-
input["MaxResults"] = config.pageSize;
|
|
13
|
-
if (config.client instanceof CloudDirectoryClient) {
|
|
14
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
-
}
|
|
16
|
-
else {
|
|
17
|
-
throw new Error("Invalid client, expected CloudDirectory | CloudDirectoryClient");
|
|
18
|
-
}
|
|
19
|
-
yield page;
|
|
20
|
-
const prevToken = token;
|
|
21
|
-
token = page.NextToken;
|
|
22
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
-
}
|
|
24
|
-
return undefined;
|
|
25
|
-
}
|
|
4
|
+
export const paginateListObjectPolicies = createPaginator(CloudDirectoryClient, ListObjectPoliciesCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,25 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { CloudDirectoryClient } from "../CloudDirectoryClient";
|
|
2
3
|
import { ListPolicyAttachmentsCommand, } from "../commands/ListPolicyAttachmentsCommand";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new ListPolicyAttachmentsCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateListPolicyAttachments(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.NextToken = token;
|
|
12
|
-
input["MaxResults"] = config.pageSize;
|
|
13
|
-
if (config.client instanceof CloudDirectoryClient) {
|
|
14
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
-
}
|
|
16
|
-
else {
|
|
17
|
-
throw new Error("Invalid client, expected CloudDirectory | CloudDirectoryClient");
|
|
18
|
-
}
|
|
19
|
-
yield page;
|
|
20
|
-
const prevToken = token;
|
|
21
|
-
token = page.NextToken;
|
|
22
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
-
}
|
|
24
|
-
return undefined;
|
|
25
|
-
}
|
|
4
|
+
export const paginateListPolicyAttachments = createPaginator(CloudDirectoryClient, ListPolicyAttachmentsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,25 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { CloudDirectoryClient } from "../CloudDirectoryClient";
|
|
2
3
|
import { ListPublishedSchemaArnsCommand, } from "../commands/ListPublishedSchemaArnsCommand";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new ListPublishedSchemaArnsCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateListPublishedSchemaArns(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.NextToken = token;
|
|
12
|
-
input["MaxResults"] = config.pageSize;
|
|
13
|
-
if (config.client instanceof CloudDirectoryClient) {
|
|
14
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
-
}
|
|
16
|
-
else {
|
|
17
|
-
throw new Error("Invalid client, expected CloudDirectory | CloudDirectoryClient");
|
|
18
|
-
}
|
|
19
|
-
yield page;
|
|
20
|
-
const prevToken = token;
|
|
21
|
-
token = page.NextToken;
|
|
22
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
-
}
|
|
24
|
-
return undefined;
|
|
25
|
-
}
|
|
4
|
+
export const paginateListPublishedSchemaArns = createPaginator(CloudDirectoryClient, ListPublishedSchemaArnsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,25 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { CloudDirectoryClient } from "../CloudDirectoryClient";
|
|
2
3
|
import { ListTagsForResourceCommand, } from "../commands/ListTagsForResourceCommand";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new ListTagsForResourceCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateListTagsForResource(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.NextToken = token;
|
|
12
|
-
input["MaxResults"] = config.pageSize;
|
|
13
|
-
if (config.client instanceof CloudDirectoryClient) {
|
|
14
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
-
}
|
|
16
|
-
else {
|
|
17
|
-
throw new Error("Invalid client, expected CloudDirectory | CloudDirectoryClient");
|
|
18
|
-
}
|
|
19
|
-
yield page;
|
|
20
|
-
const prevToken = token;
|
|
21
|
-
token = page.NextToken;
|
|
22
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
-
}
|
|
24
|
-
return undefined;
|
|
25
|
-
}
|
|
4
|
+
export const paginateListTagsForResource = createPaginator(CloudDirectoryClient, ListTagsForResourceCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,25 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { CloudDirectoryClient } from "../CloudDirectoryClient";
|
|
2
3
|
import { ListTypedLinkFacetAttributesCommand, } from "../commands/ListTypedLinkFacetAttributesCommand";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new ListTypedLinkFacetAttributesCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateListTypedLinkFacetAttributes(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.NextToken = token;
|
|
12
|
-
input["MaxResults"] = config.pageSize;
|
|
13
|
-
if (config.client instanceof CloudDirectoryClient) {
|
|
14
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
-
}
|
|
16
|
-
else {
|
|
17
|
-
throw new Error("Invalid client, expected CloudDirectory | CloudDirectoryClient");
|
|
18
|
-
}
|
|
19
|
-
yield page;
|
|
20
|
-
const prevToken = token;
|
|
21
|
-
token = page.NextToken;
|
|
22
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
-
}
|
|
24
|
-
return undefined;
|
|
25
|
-
}
|
|
4
|
+
export const paginateListTypedLinkFacetAttributes = createPaginator(CloudDirectoryClient, ListTypedLinkFacetAttributesCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,25 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { CloudDirectoryClient } from "../CloudDirectoryClient";
|
|
2
3
|
import { ListTypedLinkFacetNamesCommand, } from "../commands/ListTypedLinkFacetNamesCommand";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new ListTypedLinkFacetNamesCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateListTypedLinkFacetNames(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.NextToken = token;
|
|
12
|
-
input["MaxResults"] = config.pageSize;
|
|
13
|
-
if (config.client instanceof CloudDirectoryClient) {
|
|
14
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
-
}
|
|
16
|
-
else {
|
|
17
|
-
throw new Error("Invalid client, expected CloudDirectory | CloudDirectoryClient");
|
|
18
|
-
}
|
|
19
|
-
yield page;
|
|
20
|
-
const prevToken = token;
|
|
21
|
-
token = page.NextToken;
|
|
22
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
-
}
|
|
24
|
-
return undefined;
|
|
25
|
-
}
|
|
4
|
+
export const paginateListTypedLinkFacetNames = createPaginator(CloudDirectoryClient, ListTypedLinkFacetNamesCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,25 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { CloudDirectoryClient } from "../CloudDirectoryClient";
|
|
2
3
|
import { LookupPolicyCommand, } from "../commands/LookupPolicyCommand";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new LookupPolicyCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateLookupPolicy(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.NextToken = token;
|
|
12
|
-
input["MaxResults"] = config.pageSize;
|
|
13
|
-
if (config.client instanceof CloudDirectoryClient) {
|
|
14
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
-
}
|
|
16
|
-
else {
|
|
17
|
-
throw new Error("Invalid client, expected CloudDirectory | CloudDirectoryClient");
|
|
18
|
-
}
|
|
19
|
-
yield page;
|
|
20
|
-
const prevToken = token;
|
|
21
|
-
token = page.NextToken;
|
|
22
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
-
}
|
|
24
|
-
return undefined;
|
|
25
|
-
}
|
|
4
|
+
export const paginateLookupPolicy = createPaginator(CloudDirectoryClient, LookupPolicyCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
|
|
5
4
|
import { AddFacetToObjectRequest, AddFacetToObjectResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface AddFacetToObjectCommandInput extends AddFacetToObjectRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface AddFacetToObjectCommandOutput extends AddFacetToObjectResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const AddFacetToObjectCommand_base: {
|
|
24
|
+
new (input: AddFacetToObjectCommandInput): import("@smithy/smithy-client").CommandImpl<AddFacetToObjectCommandInput, AddFacetToObjectCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Adds a new <a>Facet</a> to an object. An object can have more than one facet applied on it.</p>
|
|
@@ -101,23 +104,5 @@ export interface AddFacetToObjectCommandOutput extends AddFacetToObjectResponse,
|
|
|
101
104
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
102
105
|
*
|
|
103
106
|
*/
|
|
104
|
-
export declare class AddFacetToObjectCommand extends
|
|
105
|
-
readonly input: AddFacetToObjectCommandInput;
|
|
106
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
107
|
-
/**
|
|
108
|
-
* @public
|
|
109
|
-
*/
|
|
110
|
-
constructor(input: AddFacetToObjectCommandInput);
|
|
111
|
-
/**
|
|
112
|
-
* @internal
|
|
113
|
-
*/
|
|
114
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddFacetToObjectCommandInput, AddFacetToObjectCommandOutput>;
|
|
115
|
-
/**
|
|
116
|
-
* @internal
|
|
117
|
-
*/
|
|
118
|
-
private serialize;
|
|
119
|
-
/**
|
|
120
|
-
* @internal
|
|
121
|
-
*/
|
|
122
|
-
private deserialize;
|
|
107
|
+
export declare class AddFacetToObjectCommand extends AddFacetToObjectCommand_base {
|
|
123
108
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
|
|
5
4
|
import { ApplySchemaRequest, ApplySchemaResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ApplySchemaCommandInput extends ApplySchemaRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ApplySchemaCommandOutput extends ApplySchemaResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ApplySchemaCommand_base: {
|
|
24
|
+
new (input: ApplySchemaCommandInput): import("@smithy/smithy-client").CommandImpl<ApplySchemaCommandInput, ApplySchemaCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Copies the input published schema, at the specified version, into the <a>Directory</a> with the same
|
|
@@ -84,23 +87,5 @@ export interface ApplySchemaCommandOutput extends ApplySchemaResponse, __Metadat
|
|
|
84
87
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
85
88
|
*
|
|
86
89
|
*/
|
|
87
|
-
export declare class ApplySchemaCommand extends
|
|
88
|
-
readonly input: ApplySchemaCommandInput;
|
|
89
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
90
|
-
/**
|
|
91
|
-
* @public
|
|
92
|
-
*/
|
|
93
|
-
constructor(input: ApplySchemaCommandInput);
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ApplySchemaCommandInput, ApplySchemaCommandOutput>;
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
private serialize;
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
private deserialize;
|
|
90
|
+
export declare class ApplySchemaCommand extends ApplySchemaCommand_base {
|
|
106
91
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
|
|
5
4
|
import { AttachObjectRequest, AttachObjectResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface AttachObjectCommandInput extends AttachObjectRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface AttachObjectCommandOutput extends AttachObjectResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const AttachObjectCommand_base: {
|
|
24
|
+
new (input: AttachObjectCommandInput): import("@smithy/smithy-client").CommandImpl<AttachObjectCommandInput, AttachObjectCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Attaches an existing object to another object. An object can be accessed in two
|
|
@@ -105,23 +108,5 @@ export interface AttachObjectCommandOutput extends AttachObjectResponse, __Metad
|
|
|
105
108
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
106
109
|
*
|
|
107
110
|
*/
|
|
108
|
-
export declare class AttachObjectCommand extends
|
|
109
|
-
readonly input: AttachObjectCommandInput;
|
|
110
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
111
|
-
/**
|
|
112
|
-
* @public
|
|
113
|
-
*/
|
|
114
|
-
constructor(input: AttachObjectCommandInput);
|
|
115
|
-
/**
|
|
116
|
-
* @internal
|
|
117
|
-
*/
|
|
118
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AttachObjectCommandInput, AttachObjectCommandOutput>;
|
|
119
|
-
/**
|
|
120
|
-
* @internal
|
|
121
|
-
*/
|
|
122
|
-
private serialize;
|
|
123
|
-
/**
|
|
124
|
-
* @internal
|
|
125
|
-
*/
|
|
126
|
-
private deserialize;
|
|
111
|
+
export declare class AttachObjectCommand extends AttachObjectCommand_base {
|
|
127
112
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
|
|
5
4
|
import { AttachPolicyRequest, AttachPolicyResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface AttachPolicyCommandInput extends AttachPolicyRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface AttachPolicyCommandOutput extends AttachPolicyResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const AttachPolicyCommand_base: {
|
|
24
|
+
new (input: AttachPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<AttachPolicyCommandInput, AttachPolicyCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Attaches a policy object to a regular object. An object can have a limited number of attached
|
|
@@ -84,23 +87,5 @@ export interface AttachPolicyCommandOutput extends AttachPolicyResponse, __Metad
|
|
|
84
87
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
85
88
|
*
|
|
86
89
|
*/
|
|
87
|
-
export declare class AttachPolicyCommand extends
|
|
88
|
-
readonly input: AttachPolicyCommandInput;
|
|
89
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
90
|
-
/**
|
|
91
|
-
* @public
|
|
92
|
-
*/
|
|
93
|
-
constructor(input: AttachPolicyCommandInput);
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AttachPolicyCommandInput, AttachPolicyCommandOutput>;
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
private serialize;
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
private deserialize;
|
|
90
|
+
export declare class AttachPolicyCommand extends AttachPolicyCommand_base {
|
|
106
91
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
|
|
5
4
|
import { AttachToIndexRequest, AttachToIndexResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface AttachToIndexCommandInput extends AttachToIndexRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface AttachToIndexCommandOutput extends AttachToIndexResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const AttachToIndexCommand_base: {
|
|
24
|
+
new (input: AttachToIndexCommandInput): import("@smithy/smithy-client").CommandImpl<AttachToIndexCommandInput, AttachToIndexCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Attaches the specified object to the specified index.</p>
|
|
@@ -96,23 +99,5 @@ export interface AttachToIndexCommandOutput extends AttachToIndexResponse, __Met
|
|
|
96
99
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
97
100
|
*
|
|
98
101
|
*/
|
|
99
|
-
export declare class AttachToIndexCommand extends
|
|
100
|
-
readonly input: AttachToIndexCommandInput;
|
|
101
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
102
|
-
/**
|
|
103
|
-
* @public
|
|
104
|
-
*/
|
|
105
|
-
constructor(input: AttachToIndexCommandInput);
|
|
106
|
-
/**
|
|
107
|
-
* @internal
|
|
108
|
-
*/
|
|
109
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AttachToIndexCommandInput, AttachToIndexCommandOutput>;
|
|
110
|
-
/**
|
|
111
|
-
* @internal
|
|
112
|
-
*/
|
|
113
|
-
private serialize;
|
|
114
|
-
/**
|
|
115
|
-
* @internal
|
|
116
|
-
*/
|
|
117
|
-
private deserialize;
|
|
102
|
+
export declare class AttachToIndexCommand extends AttachToIndexCommand_base {
|
|
118
103
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
|
|
5
4
|
import { AttachTypedLinkRequest, AttachTypedLinkResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface AttachTypedLinkCommandInput extends AttachTypedLinkRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface AttachTypedLinkCommandOutput extends AttachTypedLinkResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const AttachTypedLinkCommand_base: {
|
|
24
|
+
new (input: AttachTypedLinkCommandInput): import("@smithy/smithy-client").CommandImpl<AttachTypedLinkCommandInput, AttachTypedLinkCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Attaches a typed link to a specified source and target object. For more information, see <a href="https://docs.aws.amazon.com/clouddirectory/latest/developerguide/directory_objects_links.html#directory_objects_links_typedlink">Typed Links</a>.</p>
|
|
@@ -129,23 +132,5 @@ export interface AttachTypedLinkCommandOutput extends AttachTypedLinkResponse, _
|
|
|
129
132
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
130
133
|
*
|
|
131
134
|
*/
|
|
132
|
-
export declare class AttachTypedLinkCommand extends
|
|
133
|
-
readonly input: AttachTypedLinkCommandInput;
|
|
134
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
135
|
-
/**
|
|
136
|
-
* @public
|
|
137
|
-
*/
|
|
138
|
-
constructor(input: AttachTypedLinkCommandInput);
|
|
139
|
-
/**
|
|
140
|
-
* @internal
|
|
141
|
-
*/
|
|
142
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AttachTypedLinkCommandInput, AttachTypedLinkCommandOutput>;
|
|
143
|
-
/**
|
|
144
|
-
* @internal
|
|
145
|
-
*/
|
|
146
|
-
private serialize;
|
|
147
|
-
/**
|
|
148
|
-
* @internal
|
|
149
|
-
*/
|
|
150
|
-
private deserialize;
|
|
135
|
+
export declare class AttachTypedLinkCommand extends AttachTypedLinkCommand_base {
|
|
151
136
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
|
|
5
4
|
import { BatchReadRequest, BatchReadResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface BatchReadCommandInput extends BatchReadRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface BatchReadCommandOutput extends BatchReadResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const BatchReadCommand_base: {
|
|
24
|
+
new (input: BatchReadCommandInput): import("@smithy/smithy-client").CommandImpl<BatchReadCommandInput, BatchReadCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Performs all the read operations in a batch. </p>
|
|
@@ -474,23 +477,5 @@ export interface BatchReadCommandOutput extends BatchReadResponse, __MetadataBea
|
|
|
474
477
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
475
478
|
*
|
|
476
479
|
*/
|
|
477
|
-
export declare class BatchReadCommand extends
|
|
478
|
-
readonly input: BatchReadCommandInput;
|
|
479
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
480
|
-
/**
|
|
481
|
-
* @public
|
|
482
|
-
*/
|
|
483
|
-
constructor(input: BatchReadCommandInput);
|
|
484
|
-
/**
|
|
485
|
-
* @internal
|
|
486
|
-
*/
|
|
487
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchReadCommandInput, BatchReadCommandOutput>;
|
|
488
|
-
/**
|
|
489
|
-
* @internal
|
|
490
|
-
*/
|
|
491
|
-
private serialize;
|
|
492
|
-
/**
|
|
493
|
-
* @internal
|
|
494
|
-
*/
|
|
495
|
-
private deserialize;
|
|
480
|
+
export declare class BatchReadCommand extends BatchReadCommand_base {
|
|
496
481
|
}
|