@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
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeleteTypedLinkFacetCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "CloudDirectoryClient";
|
|
29
|
-
const commandName = "DeleteTypedLinkFacetCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AmazonCloudDirectory_20170111",
|
|
38
|
-
operation: "DeleteTypedLinkFacet",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_DeleteTypedLinkFacetCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_DeleteTypedLinkFacetCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DeleteTypedLinkFacetCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AmazonCloudDirectory_20170111", "DeleteTypedLinkFacet", {})
|
|
22
|
+
.n("CloudDirectoryClient", "DeleteTypedLinkFacetCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_DeleteTypedLinkFacetCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_DeleteTypedLinkFacetCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DeleteTypedLinkFacetCommand = DeleteTypedLinkFacetCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DetachFromIndexCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "CloudDirectoryClient";
|
|
29
|
-
const commandName = "DetachFromIndexCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AmazonCloudDirectory_20170111",
|
|
38
|
-
operation: "DetachFromIndex",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_DetachFromIndexCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_DetachFromIndexCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DetachFromIndexCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AmazonCloudDirectory_20170111", "DetachFromIndex", {})
|
|
22
|
+
.n("CloudDirectoryClient", "DetachFromIndexCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_DetachFromIndexCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_DetachFromIndexCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DetachFromIndexCommand = DetachFromIndexCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DetachObjectCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "CloudDirectoryClient";
|
|
29
|
-
const commandName = "DetachObjectCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AmazonCloudDirectory_20170111",
|
|
38
|
-
operation: "DetachObject",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_DetachObjectCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_DetachObjectCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DetachObjectCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AmazonCloudDirectory_20170111", "DetachObject", {})
|
|
22
|
+
.n("CloudDirectoryClient", "DetachObjectCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_DetachObjectCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_DetachObjectCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DetachObjectCommand = DetachObjectCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DetachPolicyCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "CloudDirectoryClient";
|
|
29
|
-
const commandName = "DetachPolicyCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AmazonCloudDirectory_20170111",
|
|
38
|
-
operation: "DetachPolicy",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_DetachPolicyCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_DetachPolicyCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DetachPolicyCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AmazonCloudDirectory_20170111", "DetachPolicy", {})
|
|
22
|
+
.n("CloudDirectoryClient", "DetachPolicyCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_DetachPolicyCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_DetachPolicyCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DetachPolicyCommand = DetachPolicyCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DetachTypedLinkCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "CloudDirectoryClient";
|
|
29
|
-
const commandName = "DetachTypedLinkCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AmazonCloudDirectory_20170111",
|
|
38
|
-
operation: "DetachTypedLink",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_DetachTypedLinkCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_DetachTypedLinkCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DetachTypedLinkCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AmazonCloudDirectory_20170111", "DetachTypedLink", {})
|
|
22
|
+
.n("CloudDirectoryClient", "DetachTypedLinkCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_DetachTypedLinkCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_DetachTypedLinkCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DetachTypedLinkCommand = DetachTypedLinkCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DisableDirectoryCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "CloudDirectoryClient";
|
|
29
|
-
const commandName = "DisableDirectoryCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AmazonCloudDirectory_20170111",
|
|
38
|
-
operation: "DisableDirectory",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_DisableDirectoryCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_DisableDirectoryCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DisableDirectoryCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AmazonCloudDirectory_20170111", "DisableDirectory", {})
|
|
22
|
+
.n("CloudDirectoryClient", "DisableDirectoryCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_DisableDirectoryCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_DisableDirectoryCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DisableDirectoryCommand = DisableDirectoryCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class EnableDirectoryCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "CloudDirectoryClient";
|
|
29
|
-
const commandName = "EnableDirectoryCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AmazonCloudDirectory_20170111",
|
|
38
|
-
operation: "EnableDirectory",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_EnableDirectoryCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_EnableDirectoryCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class EnableDirectoryCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AmazonCloudDirectory_20170111", "EnableDirectory", {})
|
|
22
|
+
.n("CloudDirectoryClient", "EnableDirectoryCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_EnableDirectoryCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_EnableDirectoryCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.EnableDirectoryCommand = EnableDirectoryCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class GetAppliedSchemaVersionCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "CloudDirectoryClient";
|
|
29
|
-
const commandName = "GetAppliedSchemaVersionCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AmazonCloudDirectory_20170111",
|
|
38
|
-
operation: "GetAppliedSchemaVersion",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_GetAppliedSchemaVersionCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_GetAppliedSchemaVersionCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class GetAppliedSchemaVersionCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AmazonCloudDirectory_20170111", "GetAppliedSchemaVersion", {})
|
|
22
|
+
.n("CloudDirectoryClient", "GetAppliedSchemaVersionCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_GetAppliedSchemaVersionCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_GetAppliedSchemaVersionCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.GetAppliedSchemaVersionCommand = GetAppliedSchemaVersionCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class GetDirectoryCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "CloudDirectoryClient";
|
|
29
|
-
const commandName = "GetDirectoryCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AmazonCloudDirectory_20170111",
|
|
38
|
-
operation: "GetDirectory",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_GetDirectoryCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_GetDirectoryCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class GetDirectoryCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AmazonCloudDirectory_20170111", "GetDirectory", {})
|
|
22
|
+
.n("CloudDirectoryClient", "GetDirectoryCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_GetDirectoryCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_GetDirectoryCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.GetDirectoryCommand = GetDirectoryCommand;
|