@aws-sdk/client-clouddirectory 3.1019.0 → 3.1021.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-es/CloudDirectory.js +7 -7
- package/dist-types/CloudDirectory.d.ts +66 -66
- package/dist-types/CloudDirectoryClient.d.ts +69 -69
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1 -1
- 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/CloudDirectoryClient.d.ts +2 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/package.json +14 -14
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import { createAggregatedClient } from "@smithy/smithy-client";
|
|
2
2
|
import { CloudDirectoryClient } from "./CloudDirectoryClient";
|
|
3
3
|
import { AddFacetToObjectCommand, } from "./commands/AddFacetToObjectCommand";
|
|
4
|
-
import { ApplySchemaCommand } from "./commands/ApplySchemaCommand";
|
|
4
|
+
import { ApplySchemaCommand, } from "./commands/ApplySchemaCommand";
|
|
5
5
|
import { AttachObjectCommand, } from "./commands/AttachObjectCommand";
|
|
6
6
|
import { AttachPolicyCommand, } from "./commands/AttachPolicyCommand";
|
|
7
7
|
import { AttachToIndexCommand, } from "./commands/AttachToIndexCommand";
|
|
8
8
|
import { AttachTypedLinkCommand, } from "./commands/AttachTypedLinkCommand";
|
|
9
9
|
import { BatchReadCommand } from "./commands/BatchReadCommand";
|
|
10
|
-
import { BatchWriteCommand } from "./commands/BatchWriteCommand";
|
|
10
|
+
import { BatchWriteCommand, } from "./commands/BatchWriteCommand";
|
|
11
11
|
import { CreateDirectoryCommand, } from "./commands/CreateDirectoryCommand";
|
|
12
|
-
import { CreateFacetCommand } from "./commands/CreateFacetCommand";
|
|
13
|
-
import { CreateIndexCommand } from "./commands/CreateIndexCommand";
|
|
12
|
+
import { CreateFacetCommand, } from "./commands/CreateFacetCommand";
|
|
13
|
+
import { CreateIndexCommand, } from "./commands/CreateIndexCommand";
|
|
14
14
|
import { CreateObjectCommand, } from "./commands/CreateObjectCommand";
|
|
15
15
|
import { CreateSchemaCommand, } from "./commands/CreateSchemaCommand";
|
|
16
16
|
import { CreateTypedLinkFacetCommand, } from "./commands/CreateTypedLinkFacetCommand";
|
|
17
17
|
import { DeleteDirectoryCommand, } from "./commands/DeleteDirectoryCommand";
|
|
18
|
-
import { DeleteFacetCommand } from "./commands/DeleteFacetCommand";
|
|
18
|
+
import { DeleteFacetCommand, } from "./commands/DeleteFacetCommand";
|
|
19
19
|
import { DeleteObjectCommand, } from "./commands/DeleteObjectCommand";
|
|
20
20
|
import { DeleteSchemaCommand, } from "./commands/DeleteSchemaCommand";
|
|
21
21
|
import { DeleteTypedLinkFacetCommand, } from "./commands/DeleteTypedLinkFacetCommand";
|
|
@@ -57,9 +57,9 @@ import { LookupPolicyCommand, } from "./commands/LookupPolicyCommand";
|
|
|
57
57
|
import { PublishSchemaCommand, } from "./commands/PublishSchemaCommand";
|
|
58
58
|
import { PutSchemaFromJsonCommand, } from "./commands/PutSchemaFromJsonCommand";
|
|
59
59
|
import { RemoveFacetFromObjectCommand, } from "./commands/RemoveFacetFromObjectCommand";
|
|
60
|
-
import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
60
|
+
import { TagResourceCommand, } from "./commands/TagResourceCommand";
|
|
61
61
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
62
|
-
import { UpdateFacetCommand } from "./commands/UpdateFacetCommand";
|
|
62
|
+
import { UpdateFacetCommand, } from "./commands/UpdateFacetCommand";
|
|
63
63
|
import { UpdateLinkAttributesCommand, } from "./commands/UpdateLinkAttributesCommand";
|
|
64
64
|
import { UpdateObjectAttributesCommand, } from "./commands/UpdateObjectAttributesCommand";
|
|
65
65
|
import { UpdateSchemaCommand, } from "./commands/UpdateSchemaCommand";
|
|
@@ -1,71 +1,71 @@
|
|
|
1
1
|
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
|
|
2
2
|
import { CloudDirectoryClient } from "./CloudDirectoryClient";
|
|
3
|
-
import { AddFacetToObjectCommandInput, AddFacetToObjectCommandOutput } from "./commands/AddFacetToObjectCommand";
|
|
4
|
-
import { ApplySchemaCommandInput, ApplySchemaCommandOutput } from "./commands/ApplySchemaCommand";
|
|
5
|
-
import { AttachObjectCommandInput, AttachObjectCommandOutput } from "./commands/AttachObjectCommand";
|
|
6
|
-
import { AttachPolicyCommandInput, AttachPolicyCommandOutput } from "./commands/AttachPolicyCommand";
|
|
7
|
-
import { AttachToIndexCommandInput, AttachToIndexCommandOutput } from "./commands/AttachToIndexCommand";
|
|
8
|
-
import { AttachTypedLinkCommandInput, AttachTypedLinkCommandOutput } from "./commands/AttachTypedLinkCommand";
|
|
9
|
-
import { BatchReadCommandInput, BatchReadCommandOutput } from "./commands/BatchReadCommand";
|
|
10
|
-
import { BatchWriteCommandInput, BatchWriteCommandOutput } from "./commands/BatchWriteCommand";
|
|
11
|
-
import { CreateDirectoryCommandInput, CreateDirectoryCommandOutput } from "./commands/CreateDirectoryCommand";
|
|
12
|
-
import { CreateFacetCommandInput, CreateFacetCommandOutput } from "./commands/CreateFacetCommand";
|
|
13
|
-
import { CreateIndexCommandInput, CreateIndexCommandOutput } from "./commands/CreateIndexCommand";
|
|
14
|
-
import { CreateObjectCommandInput, CreateObjectCommandOutput } from "./commands/CreateObjectCommand";
|
|
15
|
-
import { CreateSchemaCommandInput, CreateSchemaCommandOutput } from "./commands/CreateSchemaCommand";
|
|
16
|
-
import { CreateTypedLinkFacetCommandInput, CreateTypedLinkFacetCommandOutput } from "./commands/CreateTypedLinkFacetCommand";
|
|
17
|
-
import { DeleteDirectoryCommandInput, DeleteDirectoryCommandOutput } from "./commands/DeleteDirectoryCommand";
|
|
18
|
-
import { DeleteFacetCommandInput, DeleteFacetCommandOutput } from "./commands/DeleteFacetCommand";
|
|
19
|
-
import { DeleteObjectCommandInput, DeleteObjectCommandOutput } from "./commands/DeleteObjectCommand";
|
|
20
|
-
import { DeleteSchemaCommandInput, DeleteSchemaCommandOutput } from "./commands/DeleteSchemaCommand";
|
|
21
|
-
import { DeleteTypedLinkFacetCommandInput, DeleteTypedLinkFacetCommandOutput } from "./commands/DeleteTypedLinkFacetCommand";
|
|
22
|
-
import { DetachFromIndexCommandInput, DetachFromIndexCommandOutput } from "./commands/DetachFromIndexCommand";
|
|
23
|
-
import { DetachObjectCommandInput, DetachObjectCommandOutput } from "./commands/DetachObjectCommand";
|
|
24
|
-
import { DetachPolicyCommandInput, DetachPolicyCommandOutput } from "./commands/DetachPolicyCommand";
|
|
25
|
-
import { DetachTypedLinkCommandInput, DetachTypedLinkCommandOutput } from "./commands/DetachTypedLinkCommand";
|
|
26
|
-
import { DisableDirectoryCommandInput, DisableDirectoryCommandOutput } from "./commands/DisableDirectoryCommand";
|
|
27
|
-
import { EnableDirectoryCommandInput, EnableDirectoryCommandOutput } from "./commands/EnableDirectoryCommand";
|
|
28
|
-
import { GetAppliedSchemaVersionCommandInput, GetAppliedSchemaVersionCommandOutput } from "./commands/GetAppliedSchemaVersionCommand";
|
|
29
|
-
import { GetDirectoryCommandInput, GetDirectoryCommandOutput } from "./commands/GetDirectoryCommand";
|
|
30
|
-
import { GetFacetCommandInput, GetFacetCommandOutput } from "./commands/GetFacetCommand";
|
|
31
|
-
import { GetLinkAttributesCommandInput, GetLinkAttributesCommandOutput } from "./commands/GetLinkAttributesCommand";
|
|
32
|
-
import { GetObjectAttributesCommandInput, GetObjectAttributesCommandOutput } from "./commands/GetObjectAttributesCommand";
|
|
33
|
-
import { GetObjectInformationCommandInput, GetObjectInformationCommandOutput } from "./commands/GetObjectInformationCommand";
|
|
34
|
-
import { GetSchemaAsJsonCommandInput, GetSchemaAsJsonCommandOutput } from "./commands/GetSchemaAsJsonCommand";
|
|
35
|
-
import { GetTypedLinkFacetInformationCommandInput, GetTypedLinkFacetInformationCommandOutput } from "./commands/GetTypedLinkFacetInformationCommand";
|
|
36
|
-
import { ListAppliedSchemaArnsCommandInput, ListAppliedSchemaArnsCommandOutput } from "./commands/ListAppliedSchemaArnsCommand";
|
|
37
|
-
import { ListAttachedIndicesCommandInput, ListAttachedIndicesCommandOutput } from "./commands/ListAttachedIndicesCommand";
|
|
38
|
-
import { ListDevelopmentSchemaArnsCommandInput, ListDevelopmentSchemaArnsCommandOutput } from "./commands/ListDevelopmentSchemaArnsCommand";
|
|
39
|
-
import { ListDirectoriesCommandInput, ListDirectoriesCommandOutput } from "./commands/ListDirectoriesCommand";
|
|
40
|
-
import { ListFacetAttributesCommandInput, ListFacetAttributesCommandOutput } from "./commands/ListFacetAttributesCommand";
|
|
41
|
-
import { ListFacetNamesCommandInput, ListFacetNamesCommandOutput } from "./commands/ListFacetNamesCommand";
|
|
42
|
-
import { ListIncomingTypedLinksCommandInput, ListIncomingTypedLinksCommandOutput } from "./commands/ListIncomingTypedLinksCommand";
|
|
43
|
-
import { ListIndexCommandInput, ListIndexCommandOutput } from "./commands/ListIndexCommand";
|
|
44
|
-
import { ListManagedSchemaArnsCommandInput, ListManagedSchemaArnsCommandOutput } from "./commands/ListManagedSchemaArnsCommand";
|
|
45
|
-
import { ListObjectAttributesCommandInput, ListObjectAttributesCommandOutput } from "./commands/ListObjectAttributesCommand";
|
|
46
|
-
import { ListObjectChildrenCommandInput, ListObjectChildrenCommandOutput } from "./commands/ListObjectChildrenCommand";
|
|
47
|
-
import { ListObjectParentPathsCommandInput, ListObjectParentPathsCommandOutput } from "./commands/ListObjectParentPathsCommand";
|
|
48
|
-
import { ListObjectParentsCommandInput, ListObjectParentsCommandOutput } from "./commands/ListObjectParentsCommand";
|
|
49
|
-
import { ListObjectPoliciesCommandInput, ListObjectPoliciesCommandOutput } from "./commands/ListObjectPoliciesCommand";
|
|
50
|
-
import { ListOutgoingTypedLinksCommandInput, ListOutgoingTypedLinksCommandOutput } from "./commands/ListOutgoingTypedLinksCommand";
|
|
51
|
-
import { ListPolicyAttachmentsCommandInput, ListPolicyAttachmentsCommandOutput } from "./commands/ListPolicyAttachmentsCommand";
|
|
52
|
-
import { ListPublishedSchemaArnsCommandInput, ListPublishedSchemaArnsCommandOutput } from "./commands/ListPublishedSchemaArnsCommand";
|
|
53
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
54
|
-
import { ListTypedLinkFacetAttributesCommandInput, ListTypedLinkFacetAttributesCommandOutput } from "./commands/ListTypedLinkFacetAttributesCommand";
|
|
55
|
-
import { ListTypedLinkFacetNamesCommandInput, ListTypedLinkFacetNamesCommandOutput } from "./commands/ListTypedLinkFacetNamesCommand";
|
|
56
|
-
import { LookupPolicyCommandInput, LookupPolicyCommandOutput } from "./commands/LookupPolicyCommand";
|
|
57
|
-
import { PublishSchemaCommandInput, PublishSchemaCommandOutput } from "./commands/PublishSchemaCommand";
|
|
58
|
-
import { PutSchemaFromJsonCommandInput, PutSchemaFromJsonCommandOutput } from "./commands/PutSchemaFromJsonCommand";
|
|
59
|
-
import { RemoveFacetFromObjectCommandInput, RemoveFacetFromObjectCommandOutput } from "./commands/RemoveFacetFromObjectCommand";
|
|
60
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
61
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
62
|
-
import { UpdateFacetCommandInput, UpdateFacetCommandOutput } from "./commands/UpdateFacetCommand";
|
|
63
|
-
import { UpdateLinkAttributesCommandInput, UpdateLinkAttributesCommandOutput } from "./commands/UpdateLinkAttributesCommand";
|
|
64
|
-
import { UpdateObjectAttributesCommandInput, UpdateObjectAttributesCommandOutput } from "./commands/UpdateObjectAttributesCommand";
|
|
65
|
-
import { UpdateSchemaCommandInput, UpdateSchemaCommandOutput } from "./commands/UpdateSchemaCommand";
|
|
66
|
-
import { UpdateTypedLinkFacetCommandInput, UpdateTypedLinkFacetCommandOutput } from "./commands/UpdateTypedLinkFacetCommand";
|
|
67
|
-
import { UpgradeAppliedSchemaCommandInput, UpgradeAppliedSchemaCommandOutput } from "./commands/UpgradeAppliedSchemaCommand";
|
|
68
|
-
import { UpgradePublishedSchemaCommandInput, UpgradePublishedSchemaCommandOutput } from "./commands/UpgradePublishedSchemaCommand";
|
|
3
|
+
import { type AddFacetToObjectCommandInput, type AddFacetToObjectCommandOutput } from "./commands/AddFacetToObjectCommand";
|
|
4
|
+
import { type ApplySchemaCommandInput, type ApplySchemaCommandOutput } from "./commands/ApplySchemaCommand";
|
|
5
|
+
import { type AttachObjectCommandInput, type AttachObjectCommandOutput } from "./commands/AttachObjectCommand";
|
|
6
|
+
import { type AttachPolicyCommandInput, type AttachPolicyCommandOutput } from "./commands/AttachPolicyCommand";
|
|
7
|
+
import { type AttachToIndexCommandInput, type AttachToIndexCommandOutput } from "./commands/AttachToIndexCommand";
|
|
8
|
+
import { type AttachTypedLinkCommandInput, type AttachTypedLinkCommandOutput } from "./commands/AttachTypedLinkCommand";
|
|
9
|
+
import { type BatchReadCommandInput, type BatchReadCommandOutput } from "./commands/BatchReadCommand";
|
|
10
|
+
import { type BatchWriteCommandInput, type BatchWriteCommandOutput } from "./commands/BatchWriteCommand";
|
|
11
|
+
import { type CreateDirectoryCommandInput, type CreateDirectoryCommandOutput } from "./commands/CreateDirectoryCommand";
|
|
12
|
+
import { type CreateFacetCommandInput, type CreateFacetCommandOutput } from "./commands/CreateFacetCommand";
|
|
13
|
+
import { type CreateIndexCommandInput, type CreateIndexCommandOutput } from "./commands/CreateIndexCommand";
|
|
14
|
+
import { type CreateObjectCommandInput, type CreateObjectCommandOutput } from "./commands/CreateObjectCommand";
|
|
15
|
+
import { type CreateSchemaCommandInput, type CreateSchemaCommandOutput } from "./commands/CreateSchemaCommand";
|
|
16
|
+
import { type CreateTypedLinkFacetCommandInput, type CreateTypedLinkFacetCommandOutput } from "./commands/CreateTypedLinkFacetCommand";
|
|
17
|
+
import { type DeleteDirectoryCommandInput, type DeleteDirectoryCommandOutput } from "./commands/DeleteDirectoryCommand";
|
|
18
|
+
import { type DeleteFacetCommandInput, type DeleteFacetCommandOutput } from "./commands/DeleteFacetCommand";
|
|
19
|
+
import { type DeleteObjectCommandInput, type DeleteObjectCommandOutput } from "./commands/DeleteObjectCommand";
|
|
20
|
+
import { type DeleteSchemaCommandInput, type DeleteSchemaCommandOutput } from "./commands/DeleteSchemaCommand";
|
|
21
|
+
import { type DeleteTypedLinkFacetCommandInput, type DeleteTypedLinkFacetCommandOutput } from "./commands/DeleteTypedLinkFacetCommand";
|
|
22
|
+
import { type DetachFromIndexCommandInput, type DetachFromIndexCommandOutput } from "./commands/DetachFromIndexCommand";
|
|
23
|
+
import { type DetachObjectCommandInput, type DetachObjectCommandOutput } from "./commands/DetachObjectCommand";
|
|
24
|
+
import { type DetachPolicyCommandInput, type DetachPolicyCommandOutput } from "./commands/DetachPolicyCommand";
|
|
25
|
+
import { type DetachTypedLinkCommandInput, type DetachTypedLinkCommandOutput } from "./commands/DetachTypedLinkCommand";
|
|
26
|
+
import { type DisableDirectoryCommandInput, type DisableDirectoryCommandOutput } from "./commands/DisableDirectoryCommand";
|
|
27
|
+
import { type EnableDirectoryCommandInput, type EnableDirectoryCommandOutput } from "./commands/EnableDirectoryCommand";
|
|
28
|
+
import { type GetAppliedSchemaVersionCommandInput, type GetAppliedSchemaVersionCommandOutput } from "./commands/GetAppliedSchemaVersionCommand";
|
|
29
|
+
import { type GetDirectoryCommandInput, type GetDirectoryCommandOutput } from "./commands/GetDirectoryCommand";
|
|
30
|
+
import { type GetFacetCommandInput, type GetFacetCommandOutput } from "./commands/GetFacetCommand";
|
|
31
|
+
import { type GetLinkAttributesCommandInput, type GetLinkAttributesCommandOutput } from "./commands/GetLinkAttributesCommand";
|
|
32
|
+
import { type GetObjectAttributesCommandInput, type GetObjectAttributesCommandOutput } from "./commands/GetObjectAttributesCommand";
|
|
33
|
+
import { type GetObjectInformationCommandInput, type GetObjectInformationCommandOutput } from "./commands/GetObjectInformationCommand";
|
|
34
|
+
import { type GetSchemaAsJsonCommandInput, type GetSchemaAsJsonCommandOutput } from "./commands/GetSchemaAsJsonCommand";
|
|
35
|
+
import { type GetTypedLinkFacetInformationCommandInput, type GetTypedLinkFacetInformationCommandOutput } from "./commands/GetTypedLinkFacetInformationCommand";
|
|
36
|
+
import { type ListAppliedSchemaArnsCommandInput, type ListAppliedSchemaArnsCommandOutput } from "./commands/ListAppliedSchemaArnsCommand";
|
|
37
|
+
import { type ListAttachedIndicesCommandInput, type ListAttachedIndicesCommandOutput } from "./commands/ListAttachedIndicesCommand";
|
|
38
|
+
import { type ListDevelopmentSchemaArnsCommandInput, type ListDevelopmentSchemaArnsCommandOutput } from "./commands/ListDevelopmentSchemaArnsCommand";
|
|
39
|
+
import { type ListDirectoriesCommandInput, type ListDirectoriesCommandOutput } from "./commands/ListDirectoriesCommand";
|
|
40
|
+
import { type ListFacetAttributesCommandInput, type ListFacetAttributesCommandOutput } from "./commands/ListFacetAttributesCommand";
|
|
41
|
+
import { type ListFacetNamesCommandInput, type ListFacetNamesCommandOutput } from "./commands/ListFacetNamesCommand";
|
|
42
|
+
import { type ListIncomingTypedLinksCommandInput, type ListIncomingTypedLinksCommandOutput } from "./commands/ListIncomingTypedLinksCommand";
|
|
43
|
+
import { type ListIndexCommandInput, type ListIndexCommandOutput } from "./commands/ListIndexCommand";
|
|
44
|
+
import { type ListManagedSchemaArnsCommandInput, type ListManagedSchemaArnsCommandOutput } from "./commands/ListManagedSchemaArnsCommand";
|
|
45
|
+
import { type ListObjectAttributesCommandInput, type ListObjectAttributesCommandOutput } from "./commands/ListObjectAttributesCommand";
|
|
46
|
+
import { type ListObjectChildrenCommandInput, type ListObjectChildrenCommandOutput } from "./commands/ListObjectChildrenCommand";
|
|
47
|
+
import { type ListObjectParentPathsCommandInput, type ListObjectParentPathsCommandOutput } from "./commands/ListObjectParentPathsCommand";
|
|
48
|
+
import { type ListObjectParentsCommandInput, type ListObjectParentsCommandOutput } from "./commands/ListObjectParentsCommand";
|
|
49
|
+
import { type ListObjectPoliciesCommandInput, type ListObjectPoliciesCommandOutput } from "./commands/ListObjectPoliciesCommand";
|
|
50
|
+
import { type ListOutgoingTypedLinksCommandInput, type ListOutgoingTypedLinksCommandOutput } from "./commands/ListOutgoingTypedLinksCommand";
|
|
51
|
+
import { type ListPolicyAttachmentsCommandInput, type ListPolicyAttachmentsCommandOutput } from "./commands/ListPolicyAttachmentsCommand";
|
|
52
|
+
import { type ListPublishedSchemaArnsCommandInput, type ListPublishedSchemaArnsCommandOutput } from "./commands/ListPublishedSchemaArnsCommand";
|
|
53
|
+
import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
54
|
+
import { type ListTypedLinkFacetAttributesCommandInput, type ListTypedLinkFacetAttributesCommandOutput } from "./commands/ListTypedLinkFacetAttributesCommand";
|
|
55
|
+
import { type ListTypedLinkFacetNamesCommandInput, type ListTypedLinkFacetNamesCommandOutput } from "./commands/ListTypedLinkFacetNamesCommand";
|
|
56
|
+
import { type LookupPolicyCommandInput, type LookupPolicyCommandOutput } from "./commands/LookupPolicyCommand";
|
|
57
|
+
import { type PublishSchemaCommandInput, type PublishSchemaCommandOutput } from "./commands/PublishSchemaCommand";
|
|
58
|
+
import { type PutSchemaFromJsonCommandInput, type PutSchemaFromJsonCommandOutput } from "./commands/PutSchemaFromJsonCommand";
|
|
59
|
+
import { type RemoveFacetFromObjectCommandInput, type RemoveFacetFromObjectCommandOutput } from "./commands/RemoveFacetFromObjectCommand";
|
|
60
|
+
import { type TagResourceCommandInput, type TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
61
|
+
import { type UntagResourceCommandInput, type UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
62
|
+
import { type UpdateFacetCommandInput, type UpdateFacetCommandOutput } from "./commands/UpdateFacetCommand";
|
|
63
|
+
import { type UpdateLinkAttributesCommandInput, type UpdateLinkAttributesCommandOutput } from "./commands/UpdateLinkAttributesCommand";
|
|
64
|
+
import { type UpdateObjectAttributesCommandInput, type UpdateObjectAttributesCommandOutput } from "./commands/UpdateObjectAttributesCommand";
|
|
65
|
+
import { type UpdateSchemaCommandInput, type UpdateSchemaCommandOutput } from "./commands/UpdateSchemaCommand";
|
|
66
|
+
import { type UpdateTypedLinkFacetCommandInput, type UpdateTypedLinkFacetCommandOutput } from "./commands/UpdateTypedLinkFacetCommand";
|
|
67
|
+
import { type UpgradeAppliedSchemaCommandInput, type UpgradeAppliedSchemaCommandOutput } from "./commands/UpgradeAppliedSchemaCommand";
|
|
68
|
+
import { type UpgradePublishedSchemaCommandInput, type UpgradePublishedSchemaCommandOutput } from "./commands/UpgradePublishedSchemaCommand";
|
|
69
69
|
export interface CloudDirectory {
|
|
70
70
|
/**
|
|
71
71
|
* @see {@link AddFacetToObjectCommand}
|
|
@@ -5,75 +5,75 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
|
|
|
5
5
|
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
-
import {
|
|
8
|
+
import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
|
-
import { AddFacetToObjectCommandInput, AddFacetToObjectCommandOutput } from "./commands/AddFacetToObjectCommand";
|
|
11
|
-
import { ApplySchemaCommandInput, ApplySchemaCommandOutput } from "./commands/ApplySchemaCommand";
|
|
12
|
-
import { AttachObjectCommandInput, AttachObjectCommandOutput } from "./commands/AttachObjectCommand";
|
|
13
|
-
import { AttachPolicyCommandInput, AttachPolicyCommandOutput } from "./commands/AttachPolicyCommand";
|
|
14
|
-
import { AttachToIndexCommandInput, AttachToIndexCommandOutput } from "./commands/AttachToIndexCommand";
|
|
15
|
-
import { AttachTypedLinkCommandInput, AttachTypedLinkCommandOutput } from "./commands/AttachTypedLinkCommand";
|
|
16
|
-
import { BatchReadCommandInput, BatchReadCommandOutput } from "./commands/BatchReadCommand";
|
|
17
|
-
import { BatchWriteCommandInput, BatchWriteCommandOutput } from "./commands/BatchWriteCommand";
|
|
18
|
-
import { CreateDirectoryCommandInput, CreateDirectoryCommandOutput } from "./commands/CreateDirectoryCommand";
|
|
19
|
-
import { CreateFacetCommandInput, CreateFacetCommandOutput } from "./commands/CreateFacetCommand";
|
|
20
|
-
import { CreateIndexCommandInput, CreateIndexCommandOutput } from "./commands/CreateIndexCommand";
|
|
21
|
-
import { CreateObjectCommandInput, CreateObjectCommandOutput } from "./commands/CreateObjectCommand";
|
|
22
|
-
import { CreateSchemaCommandInput, CreateSchemaCommandOutput } from "./commands/CreateSchemaCommand";
|
|
23
|
-
import { CreateTypedLinkFacetCommandInput, CreateTypedLinkFacetCommandOutput } from "./commands/CreateTypedLinkFacetCommand";
|
|
24
|
-
import { DeleteDirectoryCommandInput, DeleteDirectoryCommandOutput } from "./commands/DeleteDirectoryCommand";
|
|
25
|
-
import { DeleteFacetCommandInput, DeleteFacetCommandOutput } from "./commands/DeleteFacetCommand";
|
|
26
|
-
import { DeleteObjectCommandInput, DeleteObjectCommandOutput } from "./commands/DeleteObjectCommand";
|
|
27
|
-
import { DeleteSchemaCommandInput, DeleteSchemaCommandOutput } from "./commands/DeleteSchemaCommand";
|
|
28
|
-
import { DeleteTypedLinkFacetCommandInput, DeleteTypedLinkFacetCommandOutput } from "./commands/DeleteTypedLinkFacetCommand";
|
|
29
|
-
import { DetachFromIndexCommandInput, DetachFromIndexCommandOutput } from "./commands/DetachFromIndexCommand";
|
|
30
|
-
import { DetachObjectCommandInput, DetachObjectCommandOutput } from "./commands/DetachObjectCommand";
|
|
31
|
-
import { DetachPolicyCommandInput, DetachPolicyCommandOutput } from "./commands/DetachPolicyCommand";
|
|
32
|
-
import { DetachTypedLinkCommandInput, DetachTypedLinkCommandOutput } from "./commands/DetachTypedLinkCommand";
|
|
33
|
-
import { DisableDirectoryCommandInput, DisableDirectoryCommandOutput } from "./commands/DisableDirectoryCommand";
|
|
34
|
-
import { EnableDirectoryCommandInput, EnableDirectoryCommandOutput } from "./commands/EnableDirectoryCommand";
|
|
35
|
-
import { GetAppliedSchemaVersionCommandInput, GetAppliedSchemaVersionCommandOutput } from "./commands/GetAppliedSchemaVersionCommand";
|
|
36
|
-
import { GetDirectoryCommandInput, GetDirectoryCommandOutput } from "./commands/GetDirectoryCommand";
|
|
37
|
-
import { GetFacetCommandInput, GetFacetCommandOutput } from "./commands/GetFacetCommand";
|
|
38
|
-
import { GetLinkAttributesCommandInput, GetLinkAttributesCommandOutput } from "./commands/GetLinkAttributesCommand";
|
|
39
|
-
import { GetObjectAttributesCommandInput, GetObjectAttributesCommandOutput } from "./commands/GetObjectAttributesCommand";
|
|
40
|
-
import { GetObjectInformationCommandInput, GetObjectInformationCommandOutput } from "./commands/GetObjectInformationCommand";
|
|
41
|
-
import { GetSchemaAsJsonCommandInput, GetSchemaAsJsonCommandOutput } from "./commands/GetSchemaAsJsonCommand";
|
|
42
|
-
import { GetTypedLinkFacetInformationCommandInput, GetTypedLinkFacetInformationCommandOutput } from "./commands/GetTypedLinkFacetInformationCommand";
|
|
43
|
-
import { ListAppliedSchemaArnsCommandInput, ListAppliedSchemaArnsCommandOutput } from "./commands/ListAppliedSchemaArnsCommand";
|
|
44
|
-
import { ListAttachedIndicesCommandInput, ListAttachedIndicesCommandOutput } from "./commands/ListAttachedIndicesCommand";
|
|
45
|
-
import { ListDevelopmentSchemaArnsCommandInput, ListDevelopmentSchemaArnsCommandOutput } from "./commands/ListDevelopmentSchemaArnsCommand";
|
|
46
|
-
import { ListDirectoriesCommandInput, ListDirectoriesCommandOutput } from "./commands/ListDirectoriesCommand";
|
|
47
|
-
import { ListFacetAttributesCommandInput, ListFacetAttributesCommandOutput } from "./commands/ListFacetAttributesCommand";
|
|
48
|
-
import { ListFacetNamesCommandInput, ListFacetNamesCommandOutput } from "./commands/ListFacetNamesCommand";
|
|
49
|
-
import { ListIncomingTypedLinksCommandInput, ListIncomingTypedLinksCommandOutput } from "./commands/ListIncomingTypedLinksCommand";
|
|
50
|
-
import { ListIndexCommandInput, ListIndexCommandOutput } from "./commands/ListIndexCommand";
|
|
51
|
-
import { ListManagedSchemaArnsCommandInput, ListManagedSchemaArnsCommandOutput } from "./commands/ListManagedSchemaArnsCommand";
|
|
52
|
-
import { ListObjectAttributesCommandInput, ListObjectAttributesCommandOutput } from "./commands/ListObjectAttributesCommand";
|
|
53
|
-
import { ListObjectChildrenCommandInput, ListObjectChildrenCommandOutput } from "./commands/ListObjectChildrenCommand";
|
|
54
|
-
import { ListObjectParentPathsCommandInput, ListObjectParentPathsCommandOutput } from "./commands/ListObjectParentPathsCommand";
|
|
55
|
-
import { ListObjectParentsCommandInput, ListObjectParentsCommandOutput } from "./commands/ListObjectParentsCommand";
|
|
56
|
-
import { ListObjectPoliciesCommandInput, ListObjectPoliciesCommandOutput } from "./commands/ListObjectPoliciesCommand";
|
|
57
|
-
import { ListOutgoingTypedLinksCommandInput, ListOutgoingTypedLinksCommandOutput } from "./commands/ListOutgoingTypedLinksCommand";
|
|
58
|
-
import { ListPolicyAttachmentsCommandInput, ListPolicyAttachmentsCommandOutput } from "./commands/ListPolicyAttachmentsCommand";
|
|
59
|
-
import { ListPublishedSchemaArnsCommandInput, ListPublishedSchemaArnsCommandOutput } from "./commands/ListPublishedSchemaArnsCommand";
|
|
60
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
61
|
-
import { ListTypedLinkFacetAttributesCommandInput, ListTypedLinkFacetAttributesCommandOutput } from "./commands/ListTypedLinkFacetAttributesCommand";
|
|
62
|
-
import { ListTypedLinkFacetNamesCommandInput, ListTypedLinkFacetNamesCommandOutput } from "./commands/ListTypedLinkFacetNamesCommand";
|
|
63
|
-
import { LookupPolicyCommandInput, LookupPolicyCommandOutput } from "./commands/LookupPolicyCommand";
|
|
64
|
-
import { PublishSchemaCommandInput, PublishSchemaCommandOutput } from "./commands/PublishSchemaCommand";
|
|
65
|
-
import { PutSchemaFromJsonCommandInput, PutSchemaFromJsonCommandOutput } from "./commands/PutSchemaFromJsonCommand";
|
|
66
|
-
import { RemoveFacetFromObjectCommandInput, RemoveFacetFromObjectCommandOutput } from "./commands/RemoveFacetFromObjectCommand";
|
|
67
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
68
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
69
|
-
import { UpdateFacetCommandInput, UpdateFacetCommandOutput } from "./commands/UpdateFacetCommand";
|
|
70
|
-
import { UpdateLinkAttributesCommandInput, UpdateLinkAttributesCommandOutput } from "./commands/UpdateLinkAttributesCommand";
|
|
71
|
-
import { UpdateObjectAttributesCommandInput, UpdateObjectAttributesCommandOutput } from "./commands/UpdateObjectAttributesCommand";
|
|
72
|
-
import { UpdateSchemaCommandInput, UpdateSchemaCommandOutput } from "./commands/UpdateSchemaCommand";
|
|
73
|
-
import { UpdateTypedLinkFacetCommandInput, UpdateTypedLinkFacetCommandOutput } from "./commands/UpdateTypedLinkFacetCommand";
|
|
74
|
-
import { UpgradeAppliedSchemaCommandInput, UpgradeAppliedSchemaCommandOutput } from "./commands/UpgradeAppliedSchemaCommand";
|
|
75
|
-
import { UpgradePublishedSchemaCommandInput, UpgradePublishedSchemaCommandOutput } from "./commands/UpgradePublishedSchemaCommand";
|
|
76
|
-
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
10
|
+
import type { AddFacetToObjectCommandInput, AddFacetToObjectCommandOutput } from "./commands/AddFacetToObjectCommand";
|
|
11
|
+
import type { ApplySchemaCommandInput, ApplySchemaCommandOutput } from "./commands/ApplySchemaCommand";
|
|
12
|
+
import type { AttachObjectCommandInput, AttachObjectCommandOutput } from "./commands/AttachObjectCommand";
|
|
13
|
+
import type { AttachPolicyCommandInput, AttachPolicyCommandOutput } from "./commands/AttachPolicyCommand";
|
|
14
|
+
import type { AttachToIndexCommandInput, AttachToIndexCommandOutput } from "./commands/AttachToIndexCommand";
|
|
15
|
+
import type { AttachTypedLinkCommandInput, AttachTypedLinkCommandOutput } from "./commands/AttachTypedLinkCommand";
|
|
16
|
+
import type { BatchReadCommandInput, BatchReadCommandOutput } from "./commands/BatchReadCommand";
|
|
17
|
+
import type { BatchWriteCommandInput, BatchWriteCommandOutput } from "./commands/BatchWriteCommand";
|
|
18
|
+
import type { CreateDirectoryCommandInput, CreateDirectoryCommandOutput } from "./commands/CreateDirectoryCommand";
|
|
19
|
+
import type { CreateFacetCommandInput, CreateFacetCommandOutput } from "./commands/CreateFacetCommand";
|
|
20
|
+
import type { CreateIndexCommandInput, CreateIndexCommandOutput } from "./commands/CreateIndexCommand";
|
|
21
|
+
import type { CreateObjectCommandInput, CreateObjectCommandOutput } from "./commands/CreateObjectCommand";
|
|
22
|
+
import type { CreateSchemaCommandInput, CreateSchemaCommandOutput } from "./commands/CreateSchemaCommand";
|
|
23
|
+
import type { CreateTypedLinkFacetCommandInput, CreateTypedLinkFacetCommandOutput } from "./commands/CreateTypedLinkFacetCommand";
|
|
24
|
+
import type { DeleteDirectoryCommandInput, DeleteDirectoryCommandOutput } from "./commands/DeleteDirectoryCommand";
|
|
25
|
+
import type { DeleteFacetCommandInput, DeleteFacetCommandOutput } from "./commands/DeleteFacetCommand";
|
|
26
|
+
import type { DeleteObjectCommandInput, DeleteObjectCommandOutput } from "./commands/DeleteObjectCommand";
|
|
27
|
+
import type { DeleteSchemaCommandInput, DeleteSchemaCommandOutput } from "./commands/DeleteSchemaCommand";
|
|
28
|
+
import type { DeleteTypedLinkFacetCommandInput, DeleteTypedLinkFacetCommandOutput } from "./commands/DeleteTypedLinkFacetCommand";
|
|
29
|
+
import type { DetachFromIndexCommandInput, DetachFromIndexCommandOutput } from "./commands/DetachFromIndexCommand";
|
|
30
|
+
import type { DetachObjectCommandInput, DetachObjectCommandOutput } from "./commands/DetachObjectCommand";
|
|
31
|
+
import type { DetachPolicyCommandInput, DetachPolicyCommandOutput } from "./commands/DetachPolicyCommand";
|
|
32
|
+
import type { DetachTypedLinkCommandInput, DetachTypedLinkCommandOutput } from "./commands/DetachTypedLinkCommand";
|
|
33
|
+
import type { DisableDirectoryCommandInput, DisableDirectoryCommandOutput } from "./commands/DisableDirectoryCommand";
|
|
34
|
+
import type { EnableDirectoryCommandInput, EnableDirectoryCommandOutput } from "./commands/EnableDirectoryCommand";
|
|
35
|
+
import type { GetAppliedSchemaVersionCommandInput, GetAppliedSchemaVersionCommandOutput } from "./commands/GetAppliedSchemaVersionCommand";
|
|
36
|
+
import type { GetDirectoryCommandInput, GetDirectoryCommandOutput } from "./commands/GetDirectoryCommand";
|
|
37
|
+
import type { GetFacetCommandInput, GetFacetCommandOutput } from "./commands/GetFacetCommand";
|
|
38
|
+
import type { GetLinkAttributesCommandInput, GetLinkAttributesCommandOutput } from "./commands/GetLinkAttributesCommand";
|
|
39
|
+
import type { GetObjectAttributesCommandInput, GetObjectAttributesCommandOutput } from "./commands/GetObjectAttributesCommand";
|
|
40
|
+
import type { GetObjectInformationCommandInput, GetObjectInformationCommandOutput } from "./commands/GetObjectInformationCommand";
|
|
41
|
+
import type { GetSchemaAsJsonCommandInput, GetSchemaAsJsonCommandOutput } from "./commands/GetSchemaAsJsonCommand";
|
|
42
|
+
import type { GetTypedLinkFacetInformationCommandInput, GetTypedLinkFacetInformationCommandOutput } from "./commands/GetTypedLinkFacetInformationCommand";
|
|
43
|
+
import type { ListAppliedSchemaArnsCommandInput, ListAppliedSchemaArnsCommandOutput } from "./commands/ListAppliedSchemaArnsCommand";
|
|
44
|
+
import type { ListAttachedIndicesCommandInput, ListAttachedIndicesCommandOutput } from "./commands/ListAttachedIndicesCommand";
|
|
45
|
+
import type { ListDevelopmentSchemaArnsCommandInput, ListDevelopmentSchemaArnsCommandOutput } from "./commands/ListDevelopmentSchemaArnsCommand";
|
|
46
|
+
import type { ListDirectoriesCommandInput, ListDirectoriesCommandOutput } from "./commands/ListDirectoriesCommand";
|
|
47
|
+
import type { ListFacetAttributesCommandInput, ListFacetAttributesCommandOutput } from "./commands/ListFacetAttributesCommand";
|
|
48
|
+
import type { ListFacetNamesCommandInput, ListFacetNamesCommandOutput } from "./commands/ListFacetNamesCommand";
|
|
49
|
+
import type { ListIncomingTypedLinksCommandInput, ListIncomingTypedLinksCommandOutput } from "./commands/ListIncomingTypedLinksCommand";
|
|
50
|
+
import type { ListIndexCommandInput, ListIndexCommandOutput } from "./commands/ListIndexCommand";
|
|
51
|
+
import type { ListManagedSchemaArnsCommandInput, ListManagedSchemaArnsCommandOutput } from "./commands/ListManagedSchemaArnsCommand";
|
|
52
|
+
import type { ListObjectAttributesCommandInput, ListObjectAttributesCommandOutput } from "./commands/ListObjectAttributesCommand";
|
|
53
|
+
import type { ListObjectChildrenCommandInput, ListObjectChildrenCommandOutput } from "./commands/ListObjectChildrenCommand";
|
|
54
|
+
import type { ListObjectParentPathsCommandInput, ListObjectParentPathsCommandOutput } from "./commands/ListObjectParentPathsCommand";
|
|
55
|
+
import type { ListObjectParentsCommandInput, ListObjectParentsCommandOutput } from "./commands/ListObjectParentsCommand";
|
|
56
|
+
import type { ListObjectPoliciesCommandInput, ListObjectPoliciesCommandOutput } from "./commands/ListObjectPoliciesCommand";
|
|
57
|
+
import type { ListOutgoingTypedLinksCommandInput, ListOutgoingTypedLinksCommandOutput } from "./commands/ListOutgoingTypedLinksCommand";
|
|
58
|
+
import type { ListPolicyAttachmentsCommandInput, ListPolicyAttachmentsCommandOutput } from "./commands/ListPolicyAttachmentsCommand";
|
|
59
|
+
import type { ListPublishedSchemaArnsCommandInput, ListPublishedSchemaArnsCommandOutput } from "./commands/ListPublishedSchemaArnsCommand";
|
|
60
|
+
import type { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
61
|
+
import type { ListTypedLinkFacetAttributesCommandInput, ListTypedLinkFacetAttributesCommandOutput } from "./commands/ListTypedLinkFacetAttributesCommand";
|
|
62
|
+
import type { ListTypedLinkFacetNamesCommandInput, ListTypedLinkFacetNamesCommandOutput } from "./commands/ListTypedLinkFacetNamesCommand";
|
|
63
|
+
import type { LookupPolicyCommandInput, LookupPolicyCommandOutput } from "./commands/LookupPolicyCommand";
|
|
64
|
+
import type { PublishSchemaCommandInput, PublishSchemaCommandOutput } from "./commands/PublishSchemaCommand";
|
|
65
|
+
import type { PutSchemaFromJsonCommandInput, PutSchemaFromJsonCommandOutput } from "./commands/PutSchemaFromJsonCommand";
|
|
66
|
+
import type { RemoveFacetFromObjectCommandInput, RemoveFacetFromObjectCommandOutput } from "./commands/RemoveFacetFromObjectCommand";
|
|
67
|
+
import type { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
68
|
+
import type { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
69
|
+
import type { UpdateFacetCommandInput, UpdateFacetCommandOutput } from "./commands/UpdateFacetCommand";
|
|
70
|
+
import type { UpdateLinkAttributesCommandInput, UpdateLinkAttributesCommandOutput } from "./commands/UpdateLinkAttributesCommand";
|
|
71
|
+
import type { UpdateObjectAttributesCommandInput, UpdateObjectAttributesCommandOutput } from "./commands/UpdateObjectAttributesCommand";
|
|
72
|
+
import type { UpdateSchemaCommandInput, UpdateSchemaCommandOutput } from "./commands/UpdateSchemaCommand";
|
|
73
|
+
import type { UpdateTypedLinkFacetCommandInput, UpdateTypedLinkFacetCommandOutput } from "./commands/UpdateTypedLinkFacetCommand";
|
|
74
|
+
import type { UpgradeAppliedSchemaCommandInput, UpgradeAppliedSchemaCommandOutput } from "./commands/UpgradeAppliedSchemaCommand";
|
|
75
|
+
import type { UpgradePublishedSchemaCommandInput, UpgradePublishedSchemaCommandOutput } from "./commands/UpgradePublishedSchemaCommand";
|
|
76
|
+
import { type ClientInputEndpointParameters, type ClientResolvedEndpointParameters, type EndpointParameters } from "./endpoint/EndpointParameters";
|
|
77
77
|
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
78
78
|
export { __Client };
|
|
79
79
|
/**
|
|
@@ -182,7 +182,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
182
182
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
183
183
|
* @internal
|
|
184
184
|
*/
|
|
185
|
-
defaultUserAgentProvider?:
|
|
185
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
186
186
|
/**
|
|
187
187
|
* Default credentials provider; Not available in browser runtime.
|
|
188
188
|
* @deprecated
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import type { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
|
|
2
2
|
import type { CloudDirectoryHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
package/dist-types/index.d.ts
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
*/
|
|
11
11
|
export * from "./CloudDirectoryClient";
|
|
12
12
|
export * from "./CloudDirectory";
|
|
13
|
-
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
13
|
+
export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
14
14
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
15
15
|
export type { CloudDirectoryExtensionConfiguration } from "./extensionConfiguration";
|
|
16
16
|
export * from "./commands";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { CloudDirectoryServiceException as __BaseException } from "./CloudDirectoryServiceException";
|
|
3
|
-
import { BatchWriteExceptionType } from "./enums";
|
|
3
|
+
import type { BatchWriteExceptionType } from "./enums";
|
|
4
4
|
/**
|
|
5
5
|
* <p>Access denied or directory not found. Either you don't have permissions for this directory or the directory does not exist. Try calling <a>ListDirectories</a> and check your permissions.</p>
|
|
6
6
|
* @public
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BatchReadExceptionType, ConsistencyLevel, DirectoryState, FacetAttributeType, FacetStyle, ObjectType, RangeMode, RequiredAttributeBehavior, RuleType, UpdateActionType } from "./enums";
|
|
1
|
+
import type { BatchReadExceptionType, ConsistencyLevel, DirectoryState, FacetAttributeType, FacetStyle, ObjectType, RangeMode, RequiredAttributeBehavior, RuleType, UpdateActionType } from "./enums";
|
|
2
2
|
/**
|
|
3
3
|
* <p>A unique identifier for an attribute.</p>
|
|
4
4
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListAppliedSchemaArnsCommandInput, ListAppliedSchemaArnsCommandOutput } from "../commands/ListAppliedSchemaArnsCommand";
|
|
3
|
-
import { CloudDirectoryPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { CloudDirectoryPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListAttachedIndicesCommandInput, ListAttachedIndicesCommandOutput } from "../commands/ListAttachedIndicesCommand";
|
|
3
|
-
import { CloudDirectoryPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { CloudDirectoryPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListDevelopmentSchemaArnsCommandInput, ListDevelopmentSchemaArnsCommandOutput } from "../commands/ListDevelopmentSchemaArnsCommand";
|
|
3
|
-
import { CloudDirectoryPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { CloudDirectoryPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListDirectoriesCommandInput, ListDirectoriesCommandOutput } from "../commands/ListDirectoriesCommand";
|
|
3
|
-
import { CloudDirectoryPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { CloudDirectoryPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListFacetAttributesCommandInput, ListFacetAttributesCommandOutput } from "../commands/ListFacetAttributesCommand";
|
|
3
|
-
import { CloudDirectoryPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { CloudDirectoryPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListFacetNamesCommandInput, ListFacetNamesCommandOutput } from "../commands/ListFacetNamesCommand";
|
|
3
|
-
import { CloudDirectoryPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { CloudDirectoryPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListIndexCommandInput, ListIndexCommandOutput } from "../commands/ListIndexCommand";
|
|
3
|
-
import { CloudDirectoryPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { CloudDirectoryPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListManagedSchemaArnsCommandInput, ListManagedSchemaArnsCommandOutput } from "../commands/ListManagedSchemaArnsCommand";
|
|
3
|
-
import { CloudDirectoryPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { CloudDirectoryPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListObjectAttributesCommandInput, ListObjectAttributesCommandOutput } from "../commands/ListObjectAttributesCommand";
|
|
3
|
-
import { CloudDirectoryPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { CloudDirectoryPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListObjectChildrenCommandInput, ListObjectChildrenCommandOutput } from "../commands/ListObjectChildrenCommand";
|
|
3
|
-
import { CloudDirectoryPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { CloudDirectoryPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListObjectParentPathsCommandInput, ListObjectParentPathsCommandOutput } from "../commands/ListObjectParentPathsCommand";
|
|
3
|
-
import { CloudDirectoryPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { CloudDirectoryPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListObjectParentsCommandInput, ListObjectParentsCommandOutput } from "../commands/ListObjectParentsCommand";
|
|
3
|
-
import { CloudDirectoryPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { CloudDirectoryPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListObjectPoliciesCommandInput, ListObjectPoliciesCommandOutput } from "../commands/ListObjectPoliciesCommand";
|
|
3
|
-
import { CloudDirectoryPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { CloudDirectoryPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListPolicyAttachmentsCommandInput, ListPolicyAttachmentsCommandOutput } from "../commands/ListPolicyAttachmentsCommand";
|
|
3
|
-
import { CloudDirectoryPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { CloudDirectoryPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListPublishedSchemaArnsCommandInput, ListPublishedSchemaArnsCommandOutput } from "../commands/ListPublishedSchemaArnsCommand";
|
|
3
|
-
import { CloudDirectoryPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { CloudDirectoryPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
3
|
-
import { CloudDirectoryPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { CloudDirectoryPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListTypedLinkFacetAttributesCommandInput, ListTypedLinkFacetAttributesCommandOutput } from "../commands/ListTypedLinkFacetAttributesCommand";
|
|
3
|
-
import { CloudDirectoryPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { CloudDirectoryPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListTypedLinkFacetNamesCommandInput, ListTypedLinkFacetNamesCommandOutput } from "../commands/ListTypedLinkFacetNamesCommand";
|
|
3
|
-
import { CloudDirectoryPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { CloudDirectoryPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { LookupPolicyCommandInput, LookupPolicyCommandOutput } from "../commands/LookupPolicyCommand";
|
|
3
|
-
import { CloudDirectoryPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { CloudDirectoryPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -26,6 +26,7 @@ import {
|
|
|
26
26
|
Client as __Client,
|
|
27
27
|
} from "@smithy/smithy-client";
|
|
28
28
|
import {
|
|
29
|
+
AwsCredentialIdentityProvider,
|
|
29
30
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
30
31
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
31
32
|
ChecksumConstructor as __ChecksumConstructor,
|
|
@@ -37,8 +38,6 @@ import {
|
|
|
37
38
|
Provider as __Provider,
|
|
38
39
|
StreamCollector as __StreamCollector,
|
|
39
40
|
UrlParser as __UrlParser,
|
|
40
|
-
AwsCredentialIdentityProvider,
|
|
41
|
-
Provider,
|
|
42
41
|
UserAgent as __UserAgent,
|
|
43
42
|
} from "@smithy/types";
|
|
44
43
|
import {
|
|
@@ -468,7 +467,7 @@ export interface ClientDefaults
|
|
|
468
467
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
469
468
|
region?: string | __Provider<string>;
|
|
470
469
|
profile?: string;
|
|
471
|
-
defaultUserAgentProvider?:
|
|
470
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
472
471
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
473
472
|
maxAttempts?: number | __Provider<number>;
|
|
474
473
|
retryMode?: string | __Provider<string>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-clouddirectory",
|
|
3
3
|
"description": "AWS SDK for JavaScript Clouddirectory Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1021.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-clouddirectory",
|
|
@@ -21,41 +21,41 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.26",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.29",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.9",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.28",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.10",
|
|
31
31
|
"@aws-sdk/types": "^3.973.6",
|
|
32
32
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.973.14",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.13",
|
|
36
|
-
"@smithy/core": "^3.23.
|
|
36
|
+
"@smithy/core": "^3.23.13",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
38
38
|
"@smithy/hash-node": "^4.2.12",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.12",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.12",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
-
"@smithy/middleware-serde": "^4.2.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.28",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.46",
|
|
43
|
+
"@smithy/middleware-serde": "^4.2.16",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.12",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.12",
|
|
46
|
-
"@smithy/node-http-handler": "^4.5.
|
|
46
|
+
"@smithy/node-http-handler": "^4.5.1",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.12",
|
|
48
|
-
"@smithy/smithy-client": "^4.12.
|
|
48
|
+
"@smithy/smithy-client": "^4.12.8",
|
|
49
49
|
"@smithy/types": "^4.13.1",
|
|
50
50
|
"@smithy/url-parser": "^4.2.12",
|
|
51
51
|
"@smithy/util-base64": "^4.3.2",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.44",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.48",
|
|
56
56
|
"@smithy/util-endpoints": "^3.3.3",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.12",
|
|
58
|
-
"@smithy/util-retry": "^4.2.
|
|
58
|
+
"@smithy/util-retry": "^4.2.13",
|
|
59
59
|
"@smithy/util-utf8": "^4.2.2",
|
|
60
60
|
"tslib": "^2.6.2"
|
|
61
61
|
},
|