@aws-sdk/client-clouddirectory 3.169.0 → 3.171.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.
Files changed (102) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/CloudDirectory.d.ts +1126 -335
  3. package/dist-types/ts3.4/CloudDirectoryClient.d.ts +501 -139
  4. package/dist-types/ts3.4/commands/AddFacetToObjectCommand.d.ts +35 -17
  5. package/dist-types/ts3.4/commands/ApplySchemaCommand.d.ts +32 -17
  6. package/dist-types/ts3.4/commands/AttachObjectCommand.d.ts +32 -17
  7. package/dist-types/ts3.4/commands/AttachPolicyCommand.d.ts +32 -17
  8. package/dist-types/ts3.4/commands/AttachToIndexCommand.d.ts +35 -17
  9. package/dist-types/ts3.4/commands/AttachTypedLinkCommand.d.ts +35 -17
  10. package/dist-types/ts3.4/commands/BatchReadCommand.d.ts +32 -17
  11. package/dist-types/ts3.4/commands/BatchWriteCommand.d.ts +32 -17
  12. package/dist-types/ts3.4/commands/CreateDirectoryCommand.d.ts +35 -17
  13. package/dist-types/ts3.4/commands/CreateFacetCommand.d.ts +32 -17
  14. package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +32 -17
  15. package/dist-types/ts3.4/commands/CreateObjectCommand.d.ts +32 -17
  16. package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +32 -17
  17. package/dist-types/ts3.4/commands/CreateTypedLinkFacetCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/DeleteDirectoryCommand.d.ts +35 -17
  19. package/dist-types/ts3.4/commands/DeleteFacetCommand.d.ts +32 -17
  20. package/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +32 -17
  21. package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +32 -17
  22. package/dist-types/ts3.4/commands/DeleteTypedLinkFacetCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/DetachFromIndexCommand.d.ts +35 -17
  24. package/dist-types/ts3.4/commands/DetachObjectCommand.d.ts +32 -17
  25. package/dist-types/ts3.4/commands/DetachPolicyCommand.d.ts +32 -17
  26. package/dist-types/ts3.4/commands/DetachTypedLinkCommand.d.ts +30 -17
  27. package/dist-types/ts3.4/commands/DisableDirectoryCommand.d.ts +35 -17
  28. package/dist-types/ts3.4/commands/EnableDirectoryCommand.d.ts +35 -17
  29. package/dist-types/ts3.4/commands/GetAppliedSchemaVersionCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/GetDirectoryCommand.d.ts +32 -17
  31. package/dist-types/ts3.4/commands/GetFacetCommand.d.ts +32 -17
  32. package/dist-types/ts3.4/commands/GetLinkAttributesCommand.d.ts +36 -17
  33. package/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +36 -17
  34. package/dist-types/ts3.4/commands/GetObjectInformationCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/GetSchemaAsJsonCommand.d.ts +35 -17
  36. package/dist-types/ts3.4/commands/GetTypedLinkFacetInformationCommand.d.ts +39 -17
  37. package/dist-types/ts3.4/commands/ListAppliedSchemaArnsCommand.d.ts +39 -17
  38. package/dist-types/ts3.4/commands/ListAttachedIndicesCommand.d.ts +36 -17
  39. package/dist-types/ts3.4/commands/ListDevelopmentSchemaArnsCommand.d.ts +39 -17
  40. package/dist-types/ts3.4/commands/ListDirectoriesCommand.d.ts +35 -17
  41. package/dist-types/ts3.4/commands/ListFacetAttributesCommand.d.ts +36 -17
  42. package/dist-types/ts3.4/commands/ListFacetNamesCommand.d.ts +35 -17
  43. package/dist-types/ts3.4/commands/ListIncomingTypedLinksCommand.d.ts +39 -17
  44. package/dist-types/ts3.4/commands/ListIndexCommand.d.ts +32 -17
  45. package/dist-types/ts3.4/commands/ListManagedSchemaArnsCommand.d.ts +39 -17
  46. package/dist-types/ts3.4/commands/ListObjectAttributesCommand.d.ts +39 -17
  47. package/dist-types/ts3.4/commands/ListObjectChildrenCommand.d.ts +36 -17
  48. package/dist-types/ts3.4/commands/ListObjectParentPathsCommand.d.ts +39 -17
  49. package/dist-types/ts3.4/commands/ListObjectParentsCommand.d.ts +36 -17
  50. package/dist-types/ts3.4/commands/ListObjectPoliciesCommand.d.ts +36 -17
  51. package/dist-types/ts3.4/commands/ListOutgoingTypedLinksCommand.d.ts +39 -17
  52. package/dist-types/ts3.4/commands/ListPolicyAttachmentsCommand.d.ts +39 -17
  53. package/dist-types/ts3.4/commands/ListPublishedSchemaArnsCommand.d.ts +39 -17
  54. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  55. package/dist-types/ts3.4/commands/ListTypedLinkFacetAttributesCommand.d.ts +39 -17
  56. package/dist-types/ts3.4/commands/ListTypedLinkFacetNamesCommand.d.ts +39 -17
  57. package/dist-types/ts3.4/commands/LookupPolicyCommand.d.ts +32 -17
  58. package/dist-types/ts3.4/commands/PublishSchemaCommand.d.ts +35 -17
  59. package/dist-types/ts3.4/commands/PutSchemaFromJsonCommand.d.ts +36 -17
  60. package/dist-types/ts3.4/commands/RemoveFacetFromObjectCommand.d.ts +39 -17
  61. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  62. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  63. package/dist-types/ts3.4/commands/UpdateFacetCommand.d.ts +32 -17
  64. package/dist-types/ts3.4/commands/UpdateLinkAttributesCommand.d.ts +39 -17
  65. package/dist-types/ts3.4/commands/UpdateObjectAttributesCommand.d.ts +39 -17
  66. package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +32 -17
  67. package/dist-types/ts3.4/commands/UpdateTypedLinkFacetCommand.d.ts +39 -17
  68. package/dist-types/ts3.4/commands/UpgradeAppliedSchemaCommand.d.ts +39 -17
  69. package/dist-types/ts3.4/commands/UpgradePublishedSchemaCommand.d.ts +39 -17
  70. package/dist-types/ts3.4/commands/index.d.ts +66 -66
  71. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  72. package/dist-types/ts3.4/index.d.ts +6 -6
  73. package/dist-types/ts3.4/models/CloudDirectoryServiceException.d.ts +7 -6
  74. package/dist-types/ts3.4/models/index.d.ts +1 -1
  75. package/dist-types/ts3.4/models/models_0.d.ts +2083 -2534
  76. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  77. package/dist-types/ts3.4/pagination/ListAppliedSchemaArnsPaginator.d.ts +11 -4
  78. package/dist-types/ts3.4/pagination/ListAttachedIndicesPaginator.d.ts +11 -4
  79. package/dist-types/ts3.4/pagination/ListDevelopmentSchemaArnsPaginator.d.ts +11 -4
  80. package/dist-types/ts3.4/pagination/ListDirectoriesPaginator.d.ts +11 -4
  81. package/dist-types/ts3.4/pagination/ListFacetAttributesPaginator.d.ts +11 -4
  82. package/dist-types/ts3.4/pagination/ListFacetNamesPaginator.d.ts +11 -4
  83. package/dist-types/ts3.4/pagination/ListIndexPaginator.d.ts +11 -4
  84. package/dist-types/ts3.4/pagination/ListManagedSchemaArnsPaginator.d.ts +11 -4
  85. package/dist-types/ts3.4/pagination/ListObjectAttributesPaginator.d.ts +11 -4
  86. package/dist-types/ts3.4/pagination/ListObjectChildrenPaginator.d.ts +11 -4
  87. package/dist-types/ts3.4/pagination/ListObjectParentPathsPaginator.d.ts +11 -4
  88. package/dist-types/ts3.4/pagination/ListObjectParentsPaginator.d.ts +11 -4
  89. package/dist-types/ts3.4/pagination/ListObjectPoliciesPaginator.d.ts +11 -4
  90. package/dist-types/ts3.4/pagination/ListPolicyAttachmentsPaginator.d.ts +11 -4
  91. package/dist-types/ts3.4/pagination/ListPublishedSchemaArnsPaginator.d.ts +11 -4
  92. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
  93. package/dist-types/ts3.4/pagination/ListTypedLinkFacetAttributesPaginator.d.ts +11 -4
  94. package/dist-types/ts3.4/pagination/ListTypedLinkFacetNamesPaginator.d.ts +11 -4
  95. package/dist-types/ts3.4/pagination/LookupPolicyPaginator.d.ts +11 -4
  96. package/dist-types/ts3.4/pagination/index.d.ts +20 -20
  97. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +797 -200
  98. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  99. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  100. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  101. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  102. package/package.json +34 -34
@@ -1,335 +1,1126 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
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";
69
-
70
- export declare class CloudDirectory extends CloudDirectoryClient {
71
-
72
- addFacetToObject(args: AddFacetToObjectCommandInput, options?: __HttpHandlerOptions): Promise<AddFacetToObjectCommandOutput>;
73
- addFacetToObject(args: AddFacetToObjectCommandInput, cb: (err: any, data?: AddFacetToObjectCommandOutput) => void): void;
74
- addFacetToObject(args: AddFacetToObjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddFacetToObjectCommandOutput) => void): void;
75
-
76
- applySchema(args: ApplySchemaCommandInput, options?: __HttpHandlerOptions): Promise<ApplySchemaCommandOutput>;
77
- applySchema(args: ApplySchemaCommandInput, cb: (err: any, data?: ApplySchemaCommandOutput) => void): void;
78
- applySchema(args: ApplySchemaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ApplySchemaCommandOutput) => void): void;
79
-
80
- attachObject(args: AttachObjectCommandInput, options?: __HttpHandlerOptions): Promise<AttachObjectCommandOutput>;
81
- attachObject(args: AttachObjectCommandInput, cb: (err: any, data?: AttachObjectCommandOutput) => void): void;
82
- attachObject(args: AttachObjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AttachObjectCommandOutput) => void): void;
83
-
84
- attachPolicy(args: AttachPolicyCommandInput, options?: __HttpHandlerOptions): Promise<AttachPolicyCommandOutput>;
85
- attachPolicy(args: AttachPolicyCommandInput, cb: (err: any, data?: AttachPolicyCommandOutput) => void): void;
86
- attachPolicy(args: AttachPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AttachPolicyCommandOutput) => void): void;
87
-
88
- attachToIndex(args: AttachToIndexCommandInput, options?: __HttpHandlerOptions): Promise<AttachToIndexCommandOutput>;
89
- attachToIndex(args: AttachToIndexCommandInput, cb: (err: any, data?: AttachToIndexCommandOutput) => void): void;
90
- attachToIndex(args: AttachToIndexCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AttachToIndexCommandOutput) => void): void;
91
-
92
- attachTypedLink(args: AttachTypedLinkCommandInput, options?: __HttpHandlerOptions): Promise<AttachTypedLinkCommandOutput>;
93
- attachTypedLink(args: AttachTypedLinkCommandInput, cb: (err: any, data?: AttachTypedLinkCommandOutput) => void): void;
94
- attachTypedLink(args: AttachTypedLinkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AttachTypedLinkCommandOutput) => void): void;
95
-
96
- batchRead(args: BatchReadCommandInput, options?: __HttpHandlerOptions): Promise<BatchReadCommandOutput>;
97
- batchRead(args: BatchReadCommandInput, cb: (err: any, data?: BatchReadCommandOutput) => void): void;
98
- batchRead(args: BatchReadCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchReadCommandOutput) => void): void;
99
-
100
- batchWrite(args: BatchWriteCommandInput, options?: __HttpHandlerOptions): Promise<BatchWriteCommandOutput>;
101
- batchWrite(args: BatchWriteCommandInput, cb: (err: any, data?: BatchWriteCommandOutput) => void): void;
102
- batchWrite(args: BatchWriteCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchWriteCommandOutput) => void): void;
103
-
104
- createDirectory(args: CreateDirectoryCommandInput, options?: __HttpHandlerOptions): Promise<CreateDirectoryCommandOutput>;
105
- createDirectory(args: CreateDirectoryCommandInput, cb: (err: any, data?: CreateDirectoryCommandOutput) => void): void;
106
- createDirectory(args: CreateDirectoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDirectoryCommandOutput) => void): void;
107
-
108
- createFacet(args: CreateFacetCommandInput, options?: __HttpHandlerOptions): Promise<CreateFacetCommandOutput>;
109
- createFacet(args: CreateFacetCommandInput, cb: (err: any, data?: CreateFacetCommandOutput) => void): void;
110
- createFacet(args: CreateFacetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFacetCommandOutput) => void): void;
111
-
112
- createIndex(args: CreateIndexCommandInput, options?: __HttpHandlerOptions): Promise<CreateIndexCommandOutput>;
113
- createIndex(args: CreateIndexCommandInput, cb: (err: any, data?: CreateIndexCommandOutput) => void): void;
114
- createIndex(args: CreateIndexCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateIndexCommandOutput) => void): void;
115
-
116
- createObject(args: CreateObjectCommandInput, options?: __HttpHandlerOptions): Promise<CreateObjectCommandOutput>;
117
- createObject(args: CreateObjectCommandInput, cb: (err: any, data?: CreateObjectCommandOutput) => void): void;
118
- createObject(args: CreateObjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateObjectCommandOutput) => void): void;
119
-
120
- createSchema(args: CreateSchemaCommandInput, options?: __HttpHandlerOptions): Promise<CreateSchemaCommandOutput>;
121
- createSchema(args: CreateSchemaCommandInput, cb: (err: any, data?: CreateSchemaCommandOutput) => void): void;
122
- createSchema(args: CreateSchemaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSchemaCommandOutput) => void): void;
123
-
124
- createTypedLinkFacet(args: CreateTypedLinkFacetCommandInput, options?: __HttpHandlerOptions): Promise<CreateTypedLinkFacetCommandOutput>;
125
- createTypedLinkFacet(args: CreateTypedLinkFacetCommandInput, cb: (err: any, data?: CreateTypedLinkFacetCommandOutput) => void): void;
126
- createTypedLinkFacet(args: CreateTypedLinkFacetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTypedLinkFacetCommandOutput) => void): void;
127
-
128
- deleteDirectory(args: DeleteDirectoryCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDirectoryCommandOutput>;
129
- deleteDirectory(args: DeleteDirectoryCommandInput, cb: (err: any, data?: DeleteDirectoryCommandOutput) => void): void;
130
- deleteDirectory(args: DeleteDirectoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDirectoryCommandOutput) => void): void;
131
-
132
- deleteFacet(args: DeleteFacetCommandInput, options?: __HttpHandlerOptions): Promise<DeleteFacetCommandOutput>;
133
- deleteFacet(args: DeleteFacetCommandInput, cb: (err: any, data?: DeleteFacetCommandOutput) => void): void;
134
- deleteFacet(args: DeleteFacetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFacetCommandOutput) => void): void;
135
-
136
- deleteObject(args: DeleteObjectCommandInput, options?: __HttpHandlerOptions): Promise<DeleteObjectCommandOutput>;
137
- deleteObject(args: DeleteObjectCommandInput, cb: (err: any, data?: DeleteObjectCommandOutput) => void): void;
138
- deleteObject(args: DeleteObjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteObjectCommandOutput) => void): void;
139
-
140
- deleteSchema(args: DeleteSchemaCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSchemaCommandOutput>;
141
- deleteSchema(args: DeleteSchemaCommandInput, cb: (err: any, data?: DeleteSchemaCommandOutput) => void): void;
142
- deleteSchema(args: DeleteSchemaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSchemaCommandOutput) => void): void;
143
-
144
- deleteTypedLinkFacet(args: DeleteTypedLinkFacetCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTypedLinkFacetCommandOutput>;
145
- deleteTypedLinkFacet(args: DeleteTypedLinkFacetCommandInput, cb: (err: any, data?: DeleteTypedLinkFacetCommandOutput) => void): void;
146
- deleteTypedLinkFacet(args: DeleteTypedLinkFacetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTypedLinkFacetCommandOutput) => void): void;
147
-
148
- detachFromIndex(args: DetachFromIndexCommandInput, options?: __HttpHandlerOptions): Promise<DetachFromIndexCommandOutput>;
149
- detachFromIndex(args: DetachFromIndexCommandInput, cb: (err: any, data?: DetachFromIndexCommandOutput) => void): void;
150
- detachFromIndex(args: DetachFromIndexCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetachFromIndexCommandOutput) => void): void;
151
-
152
- detachObject(args: DetachObjectCommandInput, options?: __HttpHandlerOptions): Promise<DetachObjectCommandOutput>;
153
- detachObject(args: DetachObjectCommandInput, cb: (err: any, data?: DetachObjectCommandOutput) => void): void;
154
- detachObject(args: DetachObjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetachObjectCommandOutput) => void): void;
155
-
156
- detachPolicy(args: DetachPolicyCommandInput, options?: __HttpHandlerOptions): Promise<DetachPolicyCommandOutput>;
157
- detachPolicy(args: DetachPolicyCommandInput, cb: (err: any, data?: DetachPolicyCommandOutput) => void): void;
158
- detachPolicy(args: DetachPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetachPolicyCommandOutput) => void): void;
159
-
160
- detachTypedLink(args: DetachTypedLinkCommandInput, options?: __HttpHandlerOptions): Promise<DetachTypedLinkCommandOutput>;
161
- detachTypedLink(args: DetachTypedLinkCommandInput, cb: (err: any, data?: DetachTypedLinkCommandOutput) => void): void;
162
- detachTypedLink(args: DetachTypedLinkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetachTypedLinkCommandOutput) => void): void;
163
-
164
- disableDirectory(args: DisableDirectoryCommandInput, options?: __HttpHandlerOptions): Promise<DisableDirectoryCommandOutput>;
165
- disableDirectory(args: DisableDirectoryCommandInput, cb: (err: any, data?: DisableDirectoryCommandOutput) => void): void;
166
- disableDirectory(args: DisableDirectoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableDirectoryCommandOutput) => void): void;
167
-
168
- enableDirectory(args: EnableDirectoryCommandInput, options?: __HttpHandlerOptions): Promise<EnableDirectoryCommandOutput>;
169
- enableDirectory(args: EnableDirectoryCommandInput, cb: (err: any, data?: EnableDirectoryCommandOutput) => void): void;
170
- enableDirectory(args: EnableDirectoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableDirectoryCommandOutput) => void): void;
171
-
172
- getAppliedSchemaVersion(args: GetAppliedSchemaVersionCommandInput, options?: __HttpHandlerOptions): Promise<GetAppliedSchemaVersionCommandOutput>;
173
- getAppliedSchemaVersion(args: GetAppliedSchemaVersionCommandInput, cb: (err: any, data?: GetAppliedSchemaVersionCommandOutput) => void): void;
174
- getAppliedSchemaVersion(args: GetAppliedSchemaVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAppliedSchemaVersionCommandOutput) => void): void;
175
-
176
- getDirectory(args: GetDirectoryCommandInput, options?: __HttpHandlerOptions): Promise<GetDirectoryCommandOutput>;
177
- getDirectory(args: GetDirectoryCommandInput, cb: (err: any, data?: GetDirectoryCommandOutput) => void): void;
178
- getDirectory(args: GetDirectoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDirectoryCommandOutput) => void): void;
179
-
180
- getFacet(args: GetFacetCommandInput, options?: __HttpHandlerOptions): Promise<GetFacetCommandOutput>;
181
- getFacet(args: GetFacetCommandInput, cb: (err: any, data?: GetFacetCommandOutput) => void): void;
182
- getFacet(args: GetFacetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetFacetCommandOutput) => void): void;
183
-
184
- getLinkAttributes(args: GetLinkAttributesCommandInput, options?: __HttpHandlerOptions): Promise<GetLinkAttributesCommandOutput>;
185
- getLinkAttributes(args: GetLinkAttributesCommandInput, cb: (err: any, data?: GetLinkAttributesCommandOutput) => void): void;
186
- getLinkAttributes(args: GetLinkAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetLinkAttributesCommandOutput) => void): void;
187
-
188
- getObjectAttributes(args: GetObjectAttributesCommandInput, options?: __HttpHandlerOptions): Promise<GetObjectAttributesCommandOutput>;
189
- getObjectAttributes(args: GetObjectAttributesCommandInput, cb: (err: any, data?: GetObjectAttributesCommandOutput) => void): void;
190
- getObjectAttributes(args: GetObjectAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetObjectAttributesCommandOutput) => void): void;
191
-
192
- getObjectInformation(args: GetObjectInformationCommandInput, options?: __HttpHandlerOptions): Promise<GetObjectInformationCommandOutput>;
193
- getObjectInformation(args: GetObjectInformationCommandInput, cb: (err: any, data?: GetObjectInformationCommandOutput) => void): void;
194
- getObjectInformation(args: GetObjectInformationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetObjectInformationCommandOutput) => void): void;
195
-
196
- getSchemaAsJson(args: GetSchemaAsJsonCommandInput, options?: __HttpHandlerOptions): Promise<GetSchemaAsJsonCommandOutput>;
197
- getSchemaAsJson(args: GetSchemaAsJsonCommandInput, cb: (err: any, data?: GetSchemaAsJsonCommandOutput) => void): void;
198
- getSchemaAsJson(args: GetSchemaAsJsonCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSchemaAsJsonCommandOutput) => void): void;
199
-
200
- getTypedLinkFacetInformation(args: GetTypedLinkFacetInformationCommandInput, options?: __HttpHandlerOptions): Promise<GetTypedLinkFacetInformationCommandOutput>;
201
- getTypedLinkFacetInformation(args: GetTypedLinkFacetInformationCommandInput, cb: (err: any, data?: GetTypedLinkFacetInformationCommandOutput) => void): void;
202
- getTypedLinkFacetInformation(args: GetTypedLinkFacetInformationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTypedLinkFacetInformationCommandOutput) => void): void;
203
-
204
- listAppliedSchemaArns(args: ListAppliedSchemaArnsCommandInput, options?: __HttpHandlerOptions): Promise<ListAppliedSchemaArnsCommandOutput>;
205
- listAppliedSchemaArns(args: ListAppliedSchemaArnsCommandInput, cb: (err: any, data?: ListAppliedSchemaArnsCommandOutput) => void): void;
206
- listAppliedSchemaArns(args: ListAppliedSchemaArnsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAppliedSchemaArnsCommandOutput) => void): void;
207
-
208
- listAttachedIndices(args: ListAttachedIndicesCommandInput, options?: __HttpHandlerOptions): Promise<ListAttachedIndicesCommandOutput>;
209
- listAttachedIndices(args: ListAttachedIndicesCommandInput, cb: (err: any, data?: ListAttachedIndicesCommandOutput) => void): void;
210
- listAttachedIndices(args: ListAttachedIndicesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAttachedIndicesCommandOutput) => void): void;
211
-
212
- listDevelopmentSchemaArns(args: ListDevelopmentSchemaArnsCommandInput, options?: __HttpHandlerOptions): Promise<ListDevelopmentSchemaArnsCommandOutput>;
213
- listDevelopmentSchemaArns(args: ListDevelopmentSchemaArnsCommandInput, cb: (err: any, data?: ListDevelopmentSchemaArnsCommandOutput) => void): void;
214
- listDevelopmentSchemaArns(args: ListDevelopmentSchemaArnsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDevelopmentSchemaArnsCommandOutput) => void): void;
215
-
216
- listDirectories(args: ListDirectoriesCommandInput, options?: __HttpHandlerOptions): Promise<ListDirectoriesCommandOutput>;
217
- listDirectories(args: ListDirectoriesCommandInput, cb: (err: any, data?: ListDirectoriesCommandOutput) => void): void;
218
- listDirectories(args: ListDirectoriesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDirectoriesCommandOutput) => void): void;
219
-
220
- listFacetAttributes(args: ListFacetAttributesCommandInput, options?: __HttpHandlerOptions): Promise<ListFacetAttributesCommandOutput>;
221
- listFacetAttributes(args: ListFacetAttributesCommandInput, cb: (err: any, data?: ListFacetAttributesCommandOutput) => void): void;
222
- listFacetAttributes(args: ListFacetAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFacetAttributesCommandOutput) => void): void;
223
-
224
- listFacetNames(args: ListFacetNamesCommandInput, options?: __HttpHandlerOptions): Promise<ListFacetNamesCommandOutput>;
225
- listFacetNames(args: ListFacetNamesCommandInput, cb: (err: any, data?: ListFacetNamesCommandOutput) => void): void;
226
- listFacetNames(args: ListFacetNamesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFacetNamesCommandOutput) => void): void;
227
-
228
- listIncomingTypedLinks(args: ListIncomingTypedLinksCommandInput, options?: __HttpHandlerOptions): Promise<ListIncomingTypedLinksCommandOutput>;
229
- listIncomingTypedLinks(args: ListIncomingTypedLinksCommandInput, cb: (err: any, data?: ListIncomingTypedLinksCommandOutput) => void): void;
230
- listIncomingTypedLinks(args: ListIncomingTypedLinksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListIncomingTypedLinksCommandOutput) => void): void;
231
-
232
- listIndex(args: ListIndexCommandInput, options?: __HttpHandlerOptions): Promise<ListIndexCommandOutput>;
233
- listIndex(args: ListIndexCommandInput, cb: (err: any, data?: ListIndexCommandOutput) => void): void;
234
- listIndex(args: ListIndexCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListIndexCommandOutput) => void): void;
235
-
236
- listManagedSchemaArns(args: ListManagedSchemaArnsCommandInput, options?: __HttpHandlerOptions): Promise<ListManagedSchemaArnsCommandOutput>;
237
- listManagedSchemaArns(args: ListManagedSchemaArnsCommandInput, cb: (err: any, data?: ListManagedSchemaArnsCommandOutput) => void): void;
238
- listManagedSchemaArns(args: ListManagedSchemaArnsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListManagedSchemaArnsCommandOutput) => void): void;
239
-
240
- listObjectAttributes(args: ListObjectAttributesCommandInput, options?: __HttpHandlerOptions): Promise<ListObjectAttributesCommandOutput>;
241
- listObjectAttributes(args: ListObjectAttributesCommandInput, cb: (err: any, data?: ListObjectAttributesCommandOutput) => void): void;
242
- listObjectAttributes(args: ListObjectAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListObjectAttributesCommandOutput) => void): void;
243
-
244
- listObjectChildren(args: ListObjectChildrenCommandInput, options?: __HttpHandlerOptions): Promise<ListObjectChildrenCommandOutput>;
245
- listObjectChildren(args: ListObjectChildrenCommandInput, cb: (err: any, data?: ListObjectChildrenCommandOutput) => void): void;
246
- listObjectChildren(args: ListObjectChildrenCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListObjectChildrenCommandOutput) => void): void;
247
-
248
- listObjectParentPaths(args: ListObjectParentPathsCommandInput, options?: __HttpHandlerOptions): Promise<ListObjectParentPathsCommandOutput>;
249
- listObjectParentPaths(args: ListObjectParentPathsCommandInput, cb: (err: any, data?: ListObjectParentPathsCommandOutput) => void): void;
250
- listObjectParentPaths(args: ListObjectParentPathsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListObjectParentPathsCommandOutput) => void): void;
251
-
252
- listObjectParents(args: ListObjectParentsCommandInput, options?: __HttpHandlerOptions): Promise<ListObjectParentsCommandOutput>;
253
- listObjectParents(args: ListObjectParentsCommandInput, cb: (err: any, data?: ListObjectParentsCommandOutput) => void): void;
254
- listObjectParents(args: ListObjectParentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListObjectParentsCommandOutput) => void): void;
255
-
256
- listObjectPolicies(args: ListObjectPoliciesCommandInput, options?: __HttpHandlerOptions): Promise<ListObjectPoliciesCommandOutput>;
257
- listObjectPolicies(args: ListObjectPoliciesCommandInput, cb: (err: any, data?: ListObjectPoliciesCommandOutput) => void): void;
258
- listObjectPolicies(args: ListObjectPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListObjectPoliciesCommandOutput) => void): void;
259
-
260
- listOutgoingTypedLinks(args: ListOutgoingTypedLinksCommandInput, options?: __HttpHandlerOptions): Promise<ListOutgoingTypedLinksCommandOutput>;
261
- listOutgoingTypedLinks(args: ListOutgoingTypedLinksCommandInput, cb: (err: any, data?: ListOutgoingTypedLinksCommandOutput) => void): void;
262
- listOutgoingTypedLinks(args: ListOutgoingTypedLinksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOutgoingTypedLinksCommandOutput) => void): void;
263
-
264
- listPolicyAttachments(args: ListPolicyAttachmentsCommandInput, options?: __HttpHandlerOptions): Promise<ListPolicyAttachmentsCommandOutput>;
265
- listPolicyAttachments(args: ListPolicyAttachmentsCommandInput, cb: (err: any, data?: ListPolicyAttachmentsCommandOutput) => void): void;
266
- listPolicyAttachments(args: ListPolicyAttachmentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPolicyAttachmentsCommandOutput) => void): void;
267
-
268
- listPublishedSchemaArns(args: ListPublishedSchemaArnsCommandInput, options?: __HttpHandlerOptions): Promise<ListPublishedSchemaArnsCommandOutput>;
269
- listPublishedSchemaArns(args: ListPublishedSchemaArnsCommandInput, cb: (err: any, data?: ListPublishedSchemaArnsCommandOutput) => void): void;
270
- listPublishedSchemaArns(args: ListPublishedSchemaArnsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPublishedSchemaArnsCommandOutput) => void): void;
271
-
272
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
273
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
274
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
275
-
276
- listTypedLinkFacetAttributes(args: ListTypedLinkFacetAttributesCommandInput, options?: __HttpHandlerOptions): Promise<ListTypedLinkFacetAttributesCommandOutput>;
277
- listTypedLinkFacetAttributes(args: ListTypedLinkFacetAttributesCommandInput, cb: (err: any, data?: ListTypedLinkFacetAttributesCommandOutput) => void): void;
278
- listTypedLinkFacetAttributes(args: ListTypedLinkFacetAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTypedLinkFacetAttributesCommandOutput) => void): void;
279
-
280
- listTypedLinkFacetNames(args: ListTypedLinkFacetNamesCommandInput, options?: __HttpHandlerOptions): Promise<ListTypedLinkFacetNamesCommandOutput>;
281
- listTypedLinkFacetNames(args: ListTypedLinkFacetNamesCommandInput, cb: (err: any, data?: ListTypedLinkFacetNamesCommandOutput) => void): void;
282
- listTypedLinkFacetNames(args: ListTypedLinkFacetNamesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTypedLinkFacetNamesCommandOutput) => void): void;
283
-
284
- lookupPolicy(args: LookupPolicyCommandInput, options?: __HttpHandlerOptions): Promise<LookupPolicyCommandOutput>;
285
- lookupPolicy(args: LookupPolicyCommandInput, cb: (err: any, data?: LookupPolicyCommandOutput) => void): void;
286
- lookupPolicy(args: LookupPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: LookupPolicyCommandOutput) => void): void;
287
-
288
- publishSchema(args: PublishSchemaCommandInput, options?: __HttpHandlerOptions): Promise<PublishSchemaCommandOutput>;
289
- publishSchema(args: PublishSchemaCommandInput, cb: (err: any, data?: PublishSchemaCommandOutput) => void): void;
290
- publishSchema(args: PublishSchemaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PublishSchemaCommandOutput) => void): void;
291
-
292
- putSchemaFromJson(args: PutSchemaFromJsonCommandInput, options?: __HttpHandlerOptions): Promise<PutSchemaFromJsonCommandOutput>;
293
- putSchemaFromJson(args: PutSchemaFromJsonCommandInput, cb: (err: any, data?: PutSchemaFromJsonCommandOutput) => void): void;
294
- putSchemaFromJson(args: PutSchemaFromJsonCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutSchemaFromJsonCommandOutput) => void): void;
295
-
296
- removeFacetFromObject(args: RemoveFacetFromObjectCommandInput, options?: __HttpHandlerOptions): Promise<RemoveFacetFromObjectCommandOutput>;
297
- removeFacetFromObject(args: RemoveFacetFromObjectCommandInput, cb: (err: any, data?: RemoveFacetFromObjectCommandOutput) => void): void;
298
- removeFacetFromObject(args: RemoveFacetFromObjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveFacetFromObjectCommandOutput) => void): void;
299
-
300
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
301
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
302
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
303
-
304
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
305
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
306
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
307
-
308
- updateFacet(args: UpdateFacetCommandInput, options?: __HttpHandlerOptions): Promise<UpdateFacetCommandOutput>;
309
- updateFacet(args: UpdateFacetCommandInput, cb: (err: any, data?: UpdateFacetCommandOutput) => void): void;
310
- updateFacet(args: UpdateFacetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFacetCommandOutput) => void): void;
311
-
312
- updateLinkAttributes(args: UpdateLinkAttributesCommandInput, options?: __HttpHandlerOptions): Promise<UpdateLinkAttributesCommandOutput>;
313
- updateLinkAttributes(args: UpdateLinkAttributesCommandInput, cb: (err: any, data?: UpdateLinkAttributesCommandOutput) => void): void;
314
- updateLinkAttributes(args: UpdateLinkAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateLinkAttributesCommandOutput) => void): void;
315
-
316
- updateObjectAttributes(args: UpdateObjectAttributesCommandInput, options?: __HttpHandlerOptions): Promise<UpdateObjectAttributesCommandOutput>;
317
- updateObjectAttributes(args: UpdateObjectAttributesCommandInput, cb: (err: any, data?: UpdateObjectAttributesCommandOutput) => void): void;
318
- updateObjectAttributes(args: UpdateObjectAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateObjectAttributesCommandOutput) => void): void;
319
-
320
- updateSchema(args: UpdateSchemaCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSchemaCommandOutput>;
321
- updateSchema(args: UpdateSchemaCommandInput, cb: (err: any, data?: UpdateSchemaCommandOutput) => void): void;
322
- updateSchema(args: UpdateSchemaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSchemaCommandOutput) => void): void;
323
-
324
- updateTypedLinkFacet(args: UpdateTypedLinkFacetCommandInput, options?: __HttpHandlerOptions): Promise<UpdateTypedLinkFacetCommandOutput>;
325
- updateTypedLinkFacet(args: UpdateTypedLinkFacetCommandInput, cb: (err: any, data?: UpdateTypedLinkFacetCommandOutput) => void): void;
326
- updateTypedLinkFacet(args: UpdateTypedLinkFacetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTypedLinkFacetCommandOutput) => void): void;
327
-
328
- upgradeAppliedSchema(args: UpgradeAppliedSchemaCommandInput, options?: __HttpHandlerOptions): Promise<UpgradeAppliedSchemaCommandOutput>;
329
- upgradeAppliedSchema(args: UpgradeAppliedSchemaCommandInput, cb: (err: any, data?: UpgradeAppliedSchemaCommandOutput) => void): void;
330
- upgradeAppliedSchema(args: UpgradeAppliedSchemaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpgradeAppliedSchemaCommandOutput) => void): void;
331
-
332
- upgradePublishedSchema(args: UpgradePublishedSchemaCommandInput, options?: __HttpHandlerOptions): Promise<UpgradePublishedSchemaCommandOutput>;
333
- upgradePublishedSchema(args: UpgradePublishedSchemaCommandInput, cb: (err: any, data?: UpgradePublishedSchemaCommandOutput) => void): void;
334
- upgradePublishedSchema(args: UpgradePublishedSchemaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpgradePublishedSchemaCommandOutput) => void): void;
335
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import { CloudDirectoryClient } from "./CloudDirectoryClient";
3
+ import {
4
+ AddFacetToObjectCommandInput,
5
+ AddFacetToObjectCommandOutput,
6
+ } from "./commands/AddFacetToObjectCommand";
7
+ import {
8
+ ApplySchemaCommandInput,
9
+ ApplySchemaCommandOutput,
10
+ } from "./commands/ApplySchemaCommand";
11
+ import {
12
+ AttachObjectCommandInput,
13
+ AttachObjectCommandOutput,
14
+ } from "./commands/AttachObjectCommand";
15
+ import {
16
+ AttachPolicyCommandInput,
17
+ AttachPolicyCommandOutput,
18
+ } from "./commands/AttachPolicyCommand";
19
+ import {
20
+ AttachToIndexCommandInput,
21
+ AttachToIndexCommandOutput,
22
+ } from "./commands/AttachToIndexCommand";
23
+ import {
24
+ AttachTypedLinkCommandInput,
25
+ AttachTypedLinkCommandOutput,
26
+ } from "./commands/AttachTypedLinkCommand";
27
+ import {
28
+ BatchReadCommandInput,
29
+ BatchReadCommandOutput,
30
+ } from "./commands/BatchReadCommand";
31
+ import {
32
+ BatchWriteCommandInput,
33
+ BatchWriteCommandOutput,
34
+ } from "./commands/BatchWriteCommand";
35
+ import {
36
+ CreateDirectoryCommandInput,
37
+ CreateDirectoryCommandOutput,
38
+ } from "./commands/CreateDirectoryCommand";
39
+ import {
40
+ CreateFacetCommandInput,
41
+ CreateFacetCommandOutput,
42
+ } from "./commands/CreateFacetCommand";
43
+ import {
44
+ CreateIndexCommandInput,
45
+ CreateIndexCommandOutput,
46
+ } from "./commands/CreateIndexCommand";
47
+ import {
48
+ CreateObjectCommandInput,
49
+ CreateObjectCommandOutput,
50
+ } from "./commands/CreateObjectCommand";
51
+ import {
52
+ CreateSchemaCommandInput,
53
+ CreateSchemaCommandOutput,
54
+ } from "./commands/CreateSchemaCommand";
55
+ import {
56
+ CreateTypedLinkFacetCommandInput,
57
+ CreateTypedLinkFacetCommandOutput,
58
+ } from "./commands/CreateTypedLinkFacetCommand";
59
+ import {
60
+ DeleteDirectoryCommandInput,
61
+ DeleteDirectoryCommandOutput,
62
+ } from "./commands/DeleteDirectoryCommand";
63
+ import {
64
+ DeleteFacetCommandInput,
65
+ DeleteFacetCommandOutput,
66
+ } from "./commands/DeleteFacetCommand";
67
+ import {
68
+ DeleteObjectCommandInput,
69
+ DeleteObjectCommandOutput,
70
+ } from "./commands/DeleteObjectCommand";
71
+ import {
72
+ DeleteSchemaCommandInput,
73
+ DeleteSchemaCommandOutput,
74
+ } from "./commands/DeleteSchemaCommand";
75
+ import {
76
+ DeleteTypedLinkFacetCommandInput,
77
+ DeleteTypedLinkFacetCommandOutput,
78
+ } from "./commands/DeleteTypedLinkFacetCommand";
79
+ import {
80
+ DetachFromIndexCommandInput,
81
+ DetachFromIndexCommandOutput,
82
+ } from "./commands/DetachFromIndexCommand";
83
+ import {
84
+ DetachObjectCommandInput,
85
+ DetachObjectCommandOutput,
86
+ } from "./commands/DetachObjectCommand";
87
+ import {
88
+ DetachPolicyCommandInput,
89
+ DetachPolicyCommandOutput,
90
+ } from "./commands/DetachPolicyCommand";
91
+ import {
92
+ DetachTypedLinkCommandInput,
93
+ DetachTypedLinkCommandOutput,
94
+ } from "./commands/DetachTypedLinkCommand";
95
+ import {
96
+ DisableDirectoryCommandInput,
97
+ DisableDirectoryCommandOutput,
98
+ } from "./commands/DisableDirectoryCommand";
99
+ import {
100
+ EnableDirectoryCommandInput,
101
+ EnableDirectoryCommandOutput,
102
+ } from "./commands/EnableDirectoryCommand";
103
+ import {
104
+ GetAppliedSchemaVersionCommandInput,
105
+ GetAppliedSchemaVersionCommandOutput,
106
+ } from "./commands/GetAppliedSchemaVersionCommand";
107
+ import {
108
+ GetDirectoryCommandInput,
109
+ GetDirectoryCommandOutput,
110
+ } from "./commands/GetDirectoryCommand";
111
+ import {
112
+ GetFacetCommandInput,
113
+ GetFacetCommandOutput,
114
+ } from "./commands/GetFacetCommand";
115
+ import {
116
+ GetLinkAttributesCommandInput,
117
+ GetLinkAttributesCommandOutput,
118
+ } from "./commands/GetLinkAttributesCommand";
119
+ import {
120
+ GetObjectAttributesCommandInput,
121
+ GetObjectAttributesCommandOutput,
122
+ } from "./commands/GetObjectAttributesCommand";
123
+ import {
124
+ GetObjectInformationCommandInput,
125
+ GetObjectInformationCommandOutput,
126
+ } from "./commands/GetObjectInformationCommand";
127
+ import {
128
+ GetSchemaAsJsonCommandInput,
129
+ GetSchemaAsJsonCommandOutput,
130
+ } from "./commands/GetSchemaAsJsonCommand";
131
+ import {
132
+ GetTypedLinkFacetInformationCommandInput,
133
+ GetTypedLinkFacetInformationCommandOutput,
134
+ } from "./commands/GetTypedLinkFacetInformationCommand";
135
+ import {
136
+ ListAppliedSchemaArnsCommandInput,
137
+ ListAppliedSchemaArnsCommandOutput,
138
+ } from "./commands/ListAppliedSchemaArnsCommand";
139
+ import {
140
+ ListAttachedIndicesCommandInput,
141
+ ListAttachedIndicesCommandOutput,
142
+ } from "./commands/ListAttachedIndicesCommand";
143
+ import {
144
+ ListDevelopmentSchemaArnsCommandInput,
145
+ ListDevelopmentSchemaArnsCommandOutput,
146
+ } from "./commands/ListDevelopmentSchemaArnsCommand";
147
+ import {
148
+ ListDirectoriesCommandInput,
149
+ ListDirectoriesCommandOutput,
150
+ } from "./commands/ListDirectoriesCommand";
151
+ import {
152
+ ListFacetAttributesCommandInput,
153
+ ListFacetAttributesCommandOutput,
154
+ } from "./commands/ListFacetAttributesCommand";
155
+ import {
156
+ ListFacetNamesCommandInput,
157
+ ListFacetNamesCommandOutput,
158
+ } from "./commands/ListFacetNamesCommand";
159
+ import {
160
+ ListIncomingTypedLinksCommandInput,
161
+ ListIncomingTypedLinksCommandOutput,
162
+ } from "./commands/ListIncomingTypedLinksCommand";
163
+ import {
164
+ ListIndexCommandInput,
165
+ ListIndexCommandOutput,
166
+ } from "./commands/ListIndexCommand";
167
+ import {
168
+ ListManagedSchemaArnsCommandInput,
169
+ ListManagedSchemaArnsCommandOutput,
170
+ } from "./commands/ListManagedSchemaArnsCommand";
171
+ import {
172
+ ListObjectAttributesCommandInput,
173
+ ListObjectAttributesCommandOutput,
174
+ } from "./commands/ListObjectAttributesCommand";
175
+ import {
176
+ ListObjectChildrenCommandInput,
177
+ ListObjectChildrenCommandOutput,
178
+ } from "./commands/ListObjectChildrenCommand";
179
+ import {
180
+ ListObjectParentPathsCommandInput,
181
+ ListObjectParentPathsCommandOutput,
182
+ } from "./commands/ListObjectParentPathsCommand";
183
+ import {
184
+ ListObjectParentsCommandInput,
185
+ ListObjectParentsCommandOutput,
186
+ } from "./commands/ListObjectParentsCommand";
187
+ import {
188
+ ListObjectPoliciesCommandInput,
189
+ ListObjectPoliciesCommandOutput,
190
+ } from "./commands/ListObjectPoliciesCommand";
191
+ import {
192
+ ListOutgoingTypedLinksCommandInput,
193
+ ListOutgoingTypedLinksCommandOutput,
194
+ } from "./commands/ListOutgoingTypedLinksCommand";
195
+ import {
196
+ ListPolicyAttachmentsCommandInput,
197
+ ListPolicyAttachmentsCommandOutput,
198
+ } from "./commands/ListPolicyAttachmentsCommand";
199
+ import {
200
+ ListPublishedSchemaArnsCommandInput,
201
+ ListPublishedSchemaArnsCommandOutput,
202
+ } from "./commands/ListPublishedSchemaArnsCommand";
203
+ import {
204
+ ListTagsForResourceCommandInput,
205
+ ListTagsForResourceCommandOutput,
206
+ } from "./commands/ListTagsForResourceCommand";
207
+ import {
208
+ ListTypedLinkFacetAttributesCommandInput,
209
+ ListTypedLinkFacetAttributesCommandOutput,
210
+ } from "./commands/ListTypedLinkFacetAttributesCommand";
211
+ import {
212
+ ListTypedLinkFacetNamesCommandInput,
213
+ ListTypedLinkFacetNamesCommandOutput,
214
+ } from "./commands/ListTypedLinkFacetNamesCommand";
215
+ import {
216
+ LookupPolicyCommandInput,
217
+ LookupPolicyCommandOutput,
218
+ } from "./commands/LookupPolicyCommand";
219
+ import {
220
+ PublishSchemaCommandInput,
221
+ PublishSchemaCommandOutput,
222
+ } from "./commands/PublishSchemaCommand";
223
+ import {
224
+ PutSchemaFromJsonCommandInput,
225
+ PutSchemaFromJsonCommandOutput,
226
+ } from "./commands/PutSchemaFromJsonCommand";
227
+ import {
228
+ RemoveFacetFromObjectCommandInput,
229
+ RemoveFacetFromObjectCommandOutput,
230
+ } from "./commands/RemoveFacetFromObjectCommand";
231
+ import {
232
+ TagResourceCommandInput,
233
+ TagResourceCommandOutput,
234
+ } from "./commands/TagResourceCommand";
235
+ import {
236
+ UntagResourceCommandInput,
237
+ UntagResourceCommandOutput,
238
+ } from "./commands/UntagResourceCommand";
239
+ import {
240
+ UpdateFacetCommandInput,
241
+ UpdateFacetCommandOutput,
242
+ } from "./commands/UpdateFacetCommand";
243
+ import {
244
+ UpdateLinkAttributesCommandInput,
245
+ UpdateLinkAttributesCommandOutput,
246
+ } from "./commands/UpdateLinkAttributesCommand";
247
+ import {
248
+ UpdateObjectAttributesCommandInput,
249
+ UpdateObjectAttributesCommandOutput,
250
+ } from "./commands/UpdateObjectAttributesCommand";
251
+ import {
252
+ UpdateSchemaCommandInput,
253
+ UpdateSchemaCommandOutput,
254
+ } from "./commands/UpdateSchemaCommand";
255
+ import {
256
+ UpdateTypedLinkFacetCommandInput,
257
+ UpdateTypedLinkFacetCommandOutput,
258
+ } from "./commands/UpdateTypedLinkFacetCommand";
259
+ import {
260
+ UpgradeAppliedSchemaCommandInput,
261
+ UpgradeAppliedSchemaCommandOutput,
262
+ } from "./commands/UpgradeAppliedSchemaCommand";
263
+ import {
264
+ UpgradePublishedSchemaCommandInput,
265
+ UpgradePublishedSchemaCommandOutput,
266
+ } from "./commands/UpgradePublishedSchemaCommand";
267
+ export declare class CloudDirectory extends CloudDirectoryClient {
268
+ addFacetToObject(
269
+ args: AddFacetToObjectCommandInput,
270
+ options?: __HttpHandlerOptions
271
+ ): Promise<AddFacetToObjectCommandOutput>;
272
+ addFacetToObject(
273
+ args: AddFacetToObjectCommandInput,
274
+ cb: (err: any, data?: AddFacetToObjectCommandOutput) => void
275
+ ): void;
276
+ addFacetToObject(
277
+ args: AddFacetToObjectCommandInput,
278
+ options: __HttpHandlerOptions,
279
+ cb: (err: any, data?: AddFacetToObjectCommandOutput) => void
280
+ ): void;
281
+ applySchema(
282
+ args: ApplySchemaCommandInput,
283
+ options?: __HttpHandlerOptions
284
+ ): Promise<ApplySchemaCommandOutput>;
285
+ applySchema(
286
+ args: ApplySchemaCommandInput,
287
+ cb: (err: any, data?: ApplySchemaCommandOutput) => void
288
+ ): void;
289
+ applySchema(
290
+ args: ApplySchemaCommandInput,
291
+ options: __HttpHandlerOptions,
292
+ cb: (err: any, data?: ApplySchemaCommandOutput) => void
293
+ ): void;
294
+ attachObject(
295
+ args: AttachObjectCommandInput,
296
+ options?: __HttpHandlerOptions
297
+ ): Promise<AttachObjectCommandOutput>;
298
+ attachObject(
299
+ args: AttachObjectCommandInput,
300
+ cb: (err: any, data?: AttachObjectCommandOutput) => void
301
+ ): void;
302
+ attachObject(
303
+ args: AttachObjectCommandInput,
304
+ options: __HttpHandlerOptions,
305
+ cb: (err: any, data?: AttachObjectCommandOutput) => void
306
+ ): void;
307
+ attachPolicy(
308
+ args: AttachPolicyCommandInput,
309
+ options?: __HttpHandlerOptions
310
+ ): Promise<AttachPolicyCommandOutput>;
311
+ attachPolicy(
312
+ args: AttachPolicyCommandInput,
313
+ cb: (err: any, data?: AttachPolicyCommandOutput) => void
314
+ ): void;
315
+ attachPolicy(
316
+ args: AttachPolicyCommandInput,
317
+ options: __HttpHandlerOptions,
318
+ cb: (err: any, data?: AttachPolicyCommandOutput) => void
319
+ ): void;
320
+ attachToIndex(
321
+ args: AttachToIndexCommandInput,
322
+ options?: __HttpHandlerOptions
323
+ ): Promise<AttachToIndexCommandOutput>;
324
+ attachToIndex(
325
+ args: AttachToIndexCommandInput,
326
+ cb: (err: any, data?: AttachToIndexCommandOutput) => void
327
+ ): void;
328
+ attachToIndex(
329
+ args: AttachToIndexCommandInput,
330
+ options: __HttpHandlerOptions,
331
+ cb: (err: any, data?: AttachToIndexCommandOutput) => void
332
+ ): void;
333
+ attachTypedLink(
334
+ args: AttachTypedLinkCommandInput,
335
+ options?: __HttpHandlerOptions
336
+ ): Promise<AttachTypedLinkCommandOutput>;
337
+ attachTypedLink(
338
+ args: AttachTypedLinkCommandInput,
339
+ cb: (err: any, data?: AttachTypedLinkCommandOutput) => void
340
+ ): void;
341
+ attachTypedLink(
342
+ args: AttachTypedLinkCommandInput,
343
+ options: __HttpHandlerOptions,
344
+ cb: (err: any, data?: AttachTypedLinkCommandOutput) => void
345
+ ): void;
346
+ batchRead(
347
+ args: BatchReadCommandInput,
348
+ options?: __HttpHandlerOptions
349
+ ): Promise<BatchReadCommandOutput>;
350
+ batchRead(
351
+ args: BatchReadCommandInput,
352
+ cb: (err: any, data?: BatchReadCommandOutput) => void
353
+ ): void;
354
+ batchRead(
355
+ args: BatchReadCommandInput,
356
+ options: __HttpHandlerOptions,
357
+ cb: (err: any, data?: BatchReadCommandOutput) => void
358
+ ): void;
359
+ batchWrite(
360
+ args: BatchWriteCommandInput,
361
+ options?: __HttpHandlerOptions
362
+ ): Promise<BatchWriteCommandOutput>;
363
+ batchWrite(
364
+ args: BatchWriteCommandInput,
365
+ cb: (err: any, data?: BatchWriteCommandOutput) => void
366
+ ): void;
367
+ batchWrite(
368
+ args: BatchWriteCommandInput,
369
+ options: __HttpHandlerOptions,
370
+ cb: (err: any, data?: BatchWriteCommandOutput) => void
371
+ ): void;
372
+ createDirectory(
373
+ args: CreateDirectoryCommandInput,
374
+ options?: __HttpHandlerOptions
375
+ ): Promise<CreateDirectoryCommandOutput>;
376
+ createDirectory(
377
+ args: CreateDirectoryCommandInput,
378
+ cb: (err: any, data?: CreateDirectoryCommandOutput) => void
379
+ ): void;
380
+ createDirectory(
381
+ args: CreateDirectoryCommandInput,
382
+ options: __HttpHandlerOptions,
383
+ cb: (err: any, data?: CreateDirectoryCommandOutput) => void
384
+ ): void;
385
+ createFacet(
386
+ args: CreateFacetCommandInput,
387
+ options?: __HttpHandlerOptions
388
+ ): Promise<CreateFacetCommandOutput>;
389
+ createFacet(
390
+ args: CreateFacetCommandInput,
391
+ cb: (err: any, data?: CreateFacetCommandOutput) => void
392
+ ): void;
393
+ createFacet(
394
+ args: CreateFacetCommandInput,
395
+ options: __HttpHandlerOptions,
396
+ cb: (err: any, data?: CreateFacetCommandOutput) => void
397
+ ): void;
398
+ createIndex(
399
+ args: CreateIndexCommandInput,
400
+ options?: __HttpHandlerOptions
401
+ ): Promise<CreateIndexCommandOutput>;
402
+ createIndex(
403
+ args: CreateIndexCommandInput,
404
+ cb: (err: any, data?: CreateIndexCommandOutput) => void
405
+ ): void;
406
+ createIndex(
407
+ args: CreateIndexCommandInput,
408
+ options: __HttpHandlerOptions,
409
+ cb: (err: any, data?: CreateIndexCommandOutput) => void
410
+ ): void;
411
+ createObject(
412
+ args: CreateObjectCommandInput,
413
+ options?: __HttpHandlerOptions
414
+ ): Promise<CreateObjectCommandOutput>;
415
+ createObject(
416
+ args: CreateObjectCommandInput,
417
+ cb: (err: any, data?: CreateObjectCommandOutput) => void
418
+ ): void;
419
+ createObject(
420
+ args: CreateObjectCommandInput,
421
+ options: __HttpHandlerOptions,
422
+ cb: (err: any, data?: CreateObjectCommandOutput) => void
423
+ ): void;
424
+ createSchema(
425
+ args: CreateSchemaCommandInput,
426
+ options?: __HttpHandlerOptions
427
+ ): Promise<CreateSchemaCommandOutput>;
428
+ createSchema(
429
+ args: CreateSchemaCommandInput,
430
+ cb: (err: any, data?: CreateSchemaCommandOutput) => void
431
+ ): void;
432
+ createSchema(
433
+ args: CreateSchemaCommandInput,
434
+ options: __HttpHandlerOptions,
435
+ cb: (err: any, data?: CreateSchemaCommandOutput) => void
436
+ ): void;
437
+ createTypedLinkFacet(
438
+ args: CreateTypedLinkFacetCommandInput,
439
+ options?: __HttpHandlerOptions
440
+ ): Promise<CreateTypedLinkFacetCommandOutput>;
441
+ createTypedLinkFacet(
442
+ args: CreateTypedLinkFacetCommandInput,
443
+ cb: (err: any, data?: CreateTypedLinkFacetCommandOutput) => void
444
+ ): void;
445
+ createTypedLinkFacet(
446
+ args: CreateTypedLinkFacetCommandInput,
447
+ options: __HttpHandlerOptions,
448
+ cb: (err: any, data?: CreateTypedLinkFacetCommandOutput) => void
449
+ ): void;
450
+ deleteDirectory(
451
+ args: DeleteDirectoryCommandInput,
452
+ options?: __HttpHandlerOptions
453
+ ): Promise<DeleteDirectoryCommandOutput>;
454
+ deleteDirectory(
455
+ args: DeleteDirectoryCommandInput,
456
+ cb: (err: any, data?: DeleteDirectoryCommandOutput) => void
457
+ ): void;
458
+ deleteDirectory(
459
+ args: DeleteDirectoryCommandInput,
460
+ options: __HttpHandlerOptions,
461
+ cb: (err: any, data?: DeleteDirectoryCommandOutput) => void
462
+ ): void;
463
+ deleteFacet(
464
+ args: DeleteFacetCommandInput,
465
+ options?: __HttpHandlerOptions
466
+ ): Promise<DeleteFacetCommandOutput>;
467
+ deleteFacet(
468
+ args: DeleteFacetCommandInput,
469
+ cb: (err: any, data?: DeleteFacetCommandOutput) => void
470
+ ): void;
471
+ deleteFacet(
472
+ args: DeleteFacetCommandInput,
473
+ options: __HttpHandlerOptions,
474
+ cb: (err: any, data?: DeleteFacetCommandOutput) => void
475
+ ): void;
476
+ deleteObject(
477
+ args: DeleteObjectCommandInput,
478
+ options?: __HttpHandlerOptions
479
+ ): Promise<DeleteObjectCommandOutput>;
480
+ deleteObject(
481
+ args: DeleteObjectCommandInput,
482
+ cb: (err: any, data?: DeleteObjectCommandOutput) => void
483
+ ): void;
484
+ deleteObject(
485
+ args: DeleteObjectCommandInput,
486
+ options: __HttpHandlerOptions,
487
+ cb: (err: any, data?: DeleteObjectCommandOutput) => void
488
+ ): void;
489
+ deleteSchema(
490
+ args: DeleteSchemaCommandInput,
491
+ options?: __HttpHandlerOptions
492
+ ): Promise<DeleteSchemaCommandOutput>;
493
+ deleteSchema(
494
+ args: DeleteSchemaCommandInput,
495
+ cb: (err: any, data?: DeleteSchemaCommandOutput) => void
496
+ ): void;
497
+ deleteSchema(
498
+ args: DeleteSchemaCommandInput,
499
+ options: __HttpHandlerOptions,
500
+ cb: (err: any, data?: DeleteSchemaCommandOutput) => void
501
+ ): void;
502
+ deleteTypedLinkFacet(
503
+ args: DeleteTypedLinkFacetCommandInput,
504
+ options?: __HttpHandlerOptions
505
+ ): Promise<DeleteTypedLinkFacetCommandOutput>;
506
+ deleteTypedLinkFacet(
507
+ args: DeleteTypedLinkFacetCommandInput,
508
+ cb: (err: any, data?: DeleteTypedLinkFacetCommandOutput) => void
509
+ ): void;
510
+ deleteTypedLinkFacet(
511
+ args: DeleteTypedLinkFacetCommandInput,
512
+ options: __HttpHandlerOptions,
513
+ cb: (err: any, data?: DeleteTypedLinkFacetCommandOutput) => void
514
+ ): void;
515
+ detachFromIndex(
516
+ args: DetachFromIndexCommandInput,
517
+ options?: __HttpHandlerOptions
518
+ ): Promise<DetachFromIndexCommandOutput>;
519
+ detachFromIndex(
520
+ args: DetachFromIndexCommandInput,
521
+ cb: (err: any, data?: DetachFromIndexCommandOutput) => void
522
+ ): void;
523
+ detachFromIndex(
524
+ args: DetachFromIndexCommandInput,
525
+ options: __HttpHandlerOptions,
526
+ cb: (err: any, data?: DetachFromIndexCommandOutput) => void
527
+ ): void;
528
+ detachObject(
529
+ args: DetachObjectCommandInput,
530
+ options?: __HttpHandlerOptions
531
+ ): Promise<DetachObjectCommandOutput>;
532
+ detachObject(
533
+ args: DetachObjectCommandInput,
534
+ cb: (err: any, data?: DetachObjectCommandOutput) => void
535
+ ): void;
536
+ detachObject(
537
+ args: DetachObjectCommandInput,
538
+ options: __HttpHandlerOptions,
539
+ cb: (err: any, data?: DetachObjectCommandOutput) => void
540
+ ): void;
541
+ detachPolicy(
542
+ args: DetachPolicyCommandInput,
543
+ options?: __HttpHandlerOptions
544
+ ): Promise<DetachPolicyCommandOutput>;
545
+ detachPolicy(
546
+ args: DetachPolicyCommandInput,
547
+ cb: (err: any, data?: DetachPolicyCommandOutput) => void
548
+ ): void;
549
+ detachPolicy(
550
+ args: DetachPolicyCommandInput,
551
+ options: __HttpHandlerOptions,
552
+ cb: (err: any, data?: DetachPolicyCommandOutput) => void
553
+ ): void;
554
+ detachTypedLink(
555
+ args: DetachTypedLinkCommandInput,
556
+ options?: __HttpHandlerOptions
557
+ ): Promise<DetachTypedLinkCommandOutput>;
558
+ detachTypedLink(
559
+ args: DetachTypedLinkCommandInput,
560
+ cb: (err: any, data?: DetachTypedLinkCommandOutput) => void
561
+ ): void;
562
+ detachTypedLink(
563
+ args: DetachTypedLinkCommandInput,
564
+ options: __HttpHandlerOptions,
565
+ cb: (err: any, data?: DetachTypedLinkCommandOutput) => void
566
+ ): void;
567
+ disableDirectory(
568
+ args: DisableDirectoryCommandInput,
569
+ options?: __HttpHandlerOptions
570
+ ): Promise<DisableDirectoryCommandOutput>;
571
+ disableDirectory(
572
+ args: DisableDirectoryCommandInput,
573
+ cb: (err: any, data?: DisableDirectoryCommandOutput) => void
574
+ ): void;
575
+ disableDirectory(
576
+ args: DisableDirectoryCommandInput,
577
+ options: __HttpHandlerOptions,
578
+ cb: (err: any, data?: DisableDirectoryCommandOutput) => void
579
+ ): void;
580
+ enableDirectory(
581
+ args: EnableDirectoryCommandInput,
582
+ options?: __HttpHandlerOptions
583
+ ): Promise<EnableDirectoryCommandOutput>;
584
+ enableDirectory(
585
+ args: EnableDirectoryCommandInput,
586
+ cb: (err: any, data?: EnableDirectoryCommandOutput) => void
587
+ ): void;
588
+ enableDirectory(
589
+ args: EnableDirectoryCommandInput,
590
+ options: __HttpHandlerOptions,
591
+ cb: (err: any, data?: EnableDirectoryCommandOutput) => void
592
+ ): void;
593
+ getAppliedSchemaVersion(
594
+ args: GetAppliedSchemaVersionCommandInput,
595
+ options?: __HttpHandlerOptions
596
+ ): Promise<GetAppliedSchemaVersionCommandOutput>;
597
+ getAppliedSchemaVersion(
598
+ args: GetAppliedSchemaVersionCommandInput,
599
+ cb: (err: any, data?: GetAppliedSchemaVersionCommandOutput) => void
600
+ ): void;
601
+ getAppliedSchemaVersion(
602
+ args: GetAppliedSchemaVersionCommandInput,
603
+ options: __HttpHandlerOptions,
604
+ cb: (err: any, data?: GetAppliedSchemaVersionCommandOutput) => void
605
+ ): void;
606
+ getDirectory(
607
+ args: GetDirectoryCommandInput,
608
+ options?: __HttpHandlerOptions
609
+ ): Promise<GetDirectoryCommandOutput>;
610
+ getDirectory(
611
+ args: GetDirectoryCommandInput,
612
+ cb: (err: any, data?: GetDirectoryCommandOutput) => void
613
+ ): void;
614
+ getDirectory(
615
+ args: GetDirectoryCommandInput,
616
+ options: __HttpHandlerOptions,
617
+ cb: (err: any, data?: GetDirectoryCommandOutput) => void
618
+ ): void;
619
+ getFacet(
620
+ args: GetFacetCommandInput,
621
+ options?: __HttpHandlerOptions
622
+ ): Promise<GetFacetCommandOutput>;
623
+ getFacet(
624
+ args: GetFacetCommandInput,
625
+ cb: (err: any, data?: GetFacetCommandOutput) => void
626
+ ): void;
627
+ getFacet(
628
+ args: GetFacetCommandInput,
629
+ options: __HttpHandlerOptions,
630
+ cb: (err: any, data?: GetFacetCommandOutput) => void
631
+ ): void;
632
+ getLinkAttributes(
633
+ args: GetLinkAttributesCommandInput,
634
+ options?: __HttpHandlerOptions
635
+ ): Promise<GetLinkAttributesCommandOutput>;
636
+ getLinkAttributes(
637
+ args: GetLinkAttributesCommandInput,
638
+ cb: (err: any, data?: GetLinkAttributesCommandOutput) => void
639
+ ): void;
640
+ getLinkAttributes(
641
+ args: GetLinkAttributesCommandInput,
642
+ options: __HttpHandlerOptions,
643
+ cb: (err: any, data?: GetLinkAttributesCommandOutput) => void
644
+ ): void;
645
+ getObjectAttributes(
646
+ args: GetObjectAttributesCommandInput,
647
+ options?: __HttpHandlerOptions
648
+ ): Promise<GetObjectAttributesCommandOutput>;
649
+ getObjectAttributes(
650
+ args: GetObjectAttributesCommandInput,
651
+ cb: (err: any, data?: GetObjectAttributesCommandOutput) => void
652
+ ): void;
653
+ getObjectAttributes(
654
+ args: GetObjectAttributesCommandInput,
655
+ options: __HttpHandlerOptions,
656
+ cb: (err: any, data?: GetObjectAttributesCommandOutput) => void
657
+ ): void;
658
+ getObjectInformation(
659
+ args: GetObjectInformationCommandInput,
660
+ options?: __HttpHandlerOptions
661
+ ): Promise<GetObjectInformationCommandOutput>;
662
+ getObjectInformation(
663
+ args: GetObjectInformationCommandInput,
664
+ cb: (err: any, data?: GetObjectInformationCommandOutput) => void
665
+ ): void;
666
+ getObjectInformation(
667
+ args: GetObjectInformationCommandInput,
668
+ options: __HttpHandlerOptions,
669
+ cb: (err: any, data?: GetObjectInformationCommandOutput) => void
670
+ ): void;
671
+ getSchemaAsJson(
672
+ args: GetSchemaAsJsonCommandInput,
673
+ options?: __HttpHandlerOptions
674
+ ): Promise<GetSchemaAsJsonCommandOutput>;
675
+ getSchemaAsJson(
676
+ args: GetSchemaAsJsonCommandInput,
677
+ cb: (err: any, data?: GetSchemaAsJsonCommandOutput) => void
678
+ ): void;
679
+ getSchemaAsJson(
680
+ args: GetSchemaAsJsonCommandInput,
681
+ options: __HttpHandlerOptions,
682
+ cb: (err: any, data?: GetSchemaAsJsonCommandOutput) => void
683
+ ): void;
684
+ getTypedLinkFacetInformation(
685
+ args: GetTypedLinkFacetInformationCommandInput,
686
+ options?: __HttpHandlerOptions
687
+ ): Promise<GetTypedLinkFacetInformationCommandOutput>;
688
+ getTypedLinkFacetInformation(
689
+ args: GetTypedLinkFacetInformationCommandInput,
690
+ cb: (err: any, data?: GetTypedLinkFacetInformationCommandOutput) => void
691
+ ): void;
692
+ getTypedLinkFacetInformation(
693
+ args: GetTypedLinkFacetInformationCommandInput,
694
+ options: __HttpHandlerOptions,
695
+ cb: (err: any, data?: GetTypedLinkFacetInformationCommandOutput) => void
696
+ ): void;
697
+ listAppliedSchemaArns(
698
+ args: ListAppliedSchemaArnsCommandInput,
699
+ options?: __HttpHandlerOptions
700
+ ): Promise<ListAppliedSchemaArnsCommandOutput>;
701
+ listAppliedSchemaArns(
702
+ args: ListAppliedSchemaArnsCommandInput,
703
+ cb: (err: any, data?: ListAppliedSchemaArnsCommandOutput) => void
704
+ ): void;
705
+ listAppliedSchemaArns(
706
+ args: ListAppliedSchemaArnsCommandInput,
707
+ options: __HttpHandlerOptions,
708
+ cb: (err: any, data?: ListAppliedSchemaArnsCommandOutput) => void
709
+ ): void;
710
+ listAttachedIndices(
711
+ args: ListAttachedIndicesCommandInput,
712
+ options?: __HttpHandlerOptions
713
+ ): Promise<ListAttachedIndicesCommandOutput>;
714
+ listAttachedIndices(
715
+ args: ListAttachedIndicesCommandInput,
716
+ cb: (err: any, data?: ListAttachedIndicesCommandOutput) => void
717
+ ): void;
718
+ listAttachedIndices(
719
+ args: ListAttachedIndicesCommandInput,
720
+ options: __HttpHandlerOptions,
721
+ cb: (err: any, data?: ListAttachedIndicesCommandOutput) => void
722
+ ): void;
723
+ listDevelopmentSchemaArns(
724
+ args: ListDevelopmentSchemaArnsCommandInput,
725
+ options?: __HttpHandlerOptions
726
+ ): Promise<ListDevelopmentSchemaArnsCommandOutput>;
727
+ listDevelopmentSchemaArns(
728
+ args: ListDevelopmentSchemaArnsCommandInput,
729
+ cb: (err: any, data?: ListDevelopmentSchemaArnsCommandOutput) => void
730
+ ): void;
731
+ listDevelopmentSchemaArns(
732
+ args: ListDevelopmentSchemaArnsCommandInput,
733
+ options: __HttpHandlerOptions,
734
+ cb: (err: any, data?: ListDevelopmentSchemaArnsCommandOutput) => void
735
+ ): void;
736
+ listDirectories(
737
+ args: ListDirectoriesCommandInput,
738
+ options?: __HttpHandlerOptions
739
+ ): Promise<ListDirectoriesCommandOutput>;
740
+ listDirectories(
741
+ args: ListDirectoriesCommandInput,
742
+ cb: (err: any, data?: ListDirectoriesCommandOutput) => void
743
+ ): void;
744
+ listDirectories(
745
+ args: ListDirectoriesCommandInput,
746
+ options: __HttpHandlerOptions,
747
+ cb: (err: any, data?: ListDirectoriesCommandOutput) => void
748
+ ): void;
749
+ listFacetAttributes(
750
+ args: ListFacetAttributesCommandInput,
751
+ options?: __HttpHandlerOptions
752
+ ): Promise<ListFacetAttributesCommandOutput>;
753
+ listFacetAttributes(
754
+ args: ListFacetAttributesCommandInput,
755
+ cb: (err: any, data?: ListFacetAttributesCommandOutput) => void
756
+ ): void;
757
+ listFacetAttributes(
758
+ args: ListFacetAttributesCommandInput,
759
+ options: __HttpHandlerOptions,
760
+ cb: (err: any, data?: ListFacetAttributesCommandOutput) => void
761
+ ): void;
762
+ listFacetNames(
763
+ args: ListFacetNamesCommandInput,
764
+ options?: __HttpHandlerOptions
765
+ ): Promise<ListFacetNamesCommandOutput>;
766
+ listFacetNames(
767
+ args: ListFacetNamesCommandInput,
768
+ cb: (err: any, data?: ListFacetNamesCommandOutput) => void
769
+ ): void;
770
+ listFacetNames(
771
+ args: ListFacetNamesCommandInput,
772
+ options: __HttpHandlerOptions,
773
+ cb: (err: any, data?: ListFacetNamesCommandOutput) => void
774
+ ): void;
775
+ listIncomingTypedLinks(
776
+ args: ListIncomingTypedLinksCommandInput,
777
+ options?: __HttpHandlerOptions
778
+ ): Promise<ListIncomingTypedLinksCommandOutput>;
779
+ listIncomingTypedLinks(
780
+ args: ListIncomingTypedLinksCommandInput,
781
+ cb: (err: any, data?: ListIncomingTypedLinksCommandOutput) => void
782
+ ): void;
783
+ listIncomingTypedLinks(
784
+ args: ListIncomingTypedLinksCommandInput,
785
+ options: __HttpHandlerOptions,
786
+ cb: (err: any, data?: ListIncomingTypedLinksCommandOutput) => void
787
+ ): void;
788
+ listIndex(
789
+ args: ListIndexCommandInput,
790
+ options?: __HttpHandlerOptions
791
+ ): Promise<ListIndexCommandOutput>;
792
+ listIndex(
793
+ args: ListIndexCommandInput,
794
+ cb: (err: any, data?: ListIndexCommandOutput) => void
795
+ ): void;
796
+ listIndex(
797
+ args: ListIndexCommandInput,
798
+ options: __HttpHandlerOptions,
799
+ cb: (err: any, data?: ListIndexCommandOutput) => void
800
+ ): void;
801
+ listManagedSchemaArns(
802
+ args: ListManagedSchemaArnsCommandInput,
803
+ options?: __HttpHandlerOptions
804
+ ): Promise<ListManagedSchemaArnsCommandOutput>;
805
+ listManagedSchemaArns(
806
+ args: ListManagedSchemaArnsCommandInput,
807
+ cb: (err: any, data?: ListManagedSchemaArnsCommandOutput) => void
808
+ ): void;
809
+ listManagedSchemaArns(
810
+ args: ListManagedSchemaArnsCommandInput,
811
+ options: __HttpHandlerOptions,
812
+ cb: (err: any, data?: ListManagedSchemaArnsCommandOutput) => void
813
+ ): void;
814
+ listObjectAttributes(
815
+ args: ListObjectAttributesCommandInput,
816
+ options?: __HttpHandlerOptions
817
+ ): Promise<ListObjectAttributesCommandOutput>;
818
+ listObjectAttributes(
819
+ args: ListObjectAttributesCommandInput,
820
+ cb: (err: any, data?: ListObjectAttributesCommandOutput) => void
821
+ ): void;
822
+ listObjectAttributes(
823
+ args: ListObjectAttributesCommandInput,
824
+ options: __HttpHandlerOptions,
825
+ cb: (err: any, data?: ListObjectAttributesCommandOutput) => void
826
+ ): void;
827
+ listObjectChildren(
828
+ args: ListObjectChildrenCommandInput,
829
+ options?: __HttpHandlerOptions
830
+ ): Promise<ListObjectChildrenCommandOutput>;
831
+ listObjectChildren(
832
+ args: ListObjectChildrenCommandInput,
833
+ cb: (err: any, data?: ListObjectChildrenCommandOutput) => void
834
+ ): void;
835
+ listObjectChildren(
836
+ args: ListObjectChildrenCommandInput,
837
+ options: __HttpHandlerOptions,
838
+ cb: (err: any, data?: ListObjectChildrenCommandOutput) => void
839
+ ): void;
840
+ listObjectParentPaths(
841
+ args: ListObjectParentPathsCommandInput,
842
+ options?: __HttpHandlerOptions
843
+ ): Promise<ListObjectParentPathsCommandOutput>;
844
+ listObjectParentPaths(
845
+ args: ListObjectParentPathsCommandInput,
846
+ cb: (err: any, data?: ListObjectParentPathsCommandOutput) => void
847
+ ): void;
848
+ listObjectParentPaths(
849
+ args: ListObjectParentPathsCommandInput,
850
+ options: __HttpHandlerOptions,
851
+ cb: (err: any, data?: ListObjectParentPathsCommandOutput) => void
852
+ ): void;
853
+ listObjectParents(
854
+ args: ListObjectParentsCommandInput,
855
+ options?: __HttpHandlerOptions
856
+ ): Promise<ListObjectParentsCommandOutput>;
857
+ listObjectParents(
858
+ args: ListObjectParentsCommandInput,
859
+ cb: (err: any, data?: ListObjectParentsCommandOutput) => void
860
+ ): void;
861
+ listObjectParents(
862
+ args: ListObjectParentsCommandInput,
863
+ options: __HttpHandlerOptions,
864
+ cb: (err: any, data?: ListObjectParentsCommandOutput) => void
865
+ ): void;
866
+ listObjectPolicies(
867
+ args: ListObjectPoliciesCommandInput,
868
+ options?: __HttpHandlerOptions
869
+ ): Promise<ListObjectPoliciesCommandOutput>;
870
+ listObjectPolicies(
871
+ args: ListObjectPoliciesCommandInput,
872
+ cb: (err: any, data?: ListObjectPoliciesCommandOutput) => void
873
+ ): void;
874
+ listObjectPolicies(
875
+ args: ListObjectPoliciesCommandInput,
876
+ options: __HttpHandlerOptions,
877
+ cb: (err: any, data?: ListObjectPoliciesCommandOutput) => void
878
+ ): void;
879
+ listOutgoingTypedLinks(
880
+ args: ListOutgoingTypedLinksCommandInput,
881
+ options?: __HttpHandlerOptions
882
+ ): Promise<ListOutgoingTypedLinksCommandOutput>;
883
+ listOutgoingTypedLinks(
884
+ args: ListOutgoingTypedLinksCommandInput,
885
+ cb: (err: any, data?: ListOutgoingTypedLinksCommandOutput) => void
886
+ ): void;
887
+ listOutgoingTypedLinks(
888
+ args: ListOutgoingTypedLinksCommandInput,
889
+ options: __HttpHandlerOptions,
890
+ cb: (err: any, data?: ListOutgoingTypedLinksCommandOutput) => void
891
+ ): void;
892
+ listPolicyAttachments(
893
+ args: ListPolicyAttachmentsCommandInput,
894
+ options?: __HttpHandlerOptions
895
+ ): Promise<ListPolicyAttachmentsCommandOutput>;
896
+ listPolicyAttachments(
897
+ args: ListPolicyAttachmentsCommandInput,
898
+ cb: (err: any, data?: ListPolicyAttachmentsCommandOutput) => void
899
+ ): void;
900
+ listPolicyAttachments(
901
+ args: ListPolicyAttachmentsCommandInput,
902
+ options: __HttpHandlerOptions,
903
+ cb: (err: any, data?: ListPolicyAttachmentsCommandOutput) => void
904
+ ): void;
905
+ listPublishedSchemaArns(
906
+ args: ListPublishedSchemaArnsCommandInput,
907
+ options?: __HttpHandlerOptions
908
+ ): Promise<ListPublishedSchemaArnsCommandOutput>;
909
+ listPublishedSchemaArns(
910
+ args: ListPublishedSchemaArnsCommandInput,
911
+ cb: (err: any, data?: ListPublishedSchemaArnsCommandOutput) => void
912
+ ): void;
913
+ listPublishedSchemaArns(
914
+ args: ListPublishedSchemaArnsCommandInput,
915
+ options: __HttpHandlerOptions,
916
+ cb: (err: any, data?: ListPublishedSchemaArnsCommandOutput) => void
917
+ ): void;
918
+ listTagsForResource(
919
+ args: ListTagsForResourceCommandInput,
920
+ options?: __HttpHandlerOptions
921
+ ): Promise<ListTagsForResourceCommandOutput>;
922
+ listTagsForResource(
923
+ args: ListTagsForResourceCommandInput,
924
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
925
+ ): void;
926
+ listTagsForResource(
927
+ args: ListTagsForResourceCommandInput,
928
+ options: __HttpHandlerOptions,
929
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
930
+ ): void;
931
+ listTypedLinkFacetAttributes(
932
+ args: ListTypedLinkFacetAttributesCommandInput,
933
+ options?: __HttpHandlerOptions
934
+ ): Promise<ListTypedLinkFacetAttributesCommandOutput>;
935
+ listTypedLinkFacetAttributes(
936
+ args: ListTypedLinkFacetAttributesCommandInput,
937
+ cb: (err: any, data?: ListTypedLinkFacetAttributesCommandOutput) => void
938
+ ): void;
939
+ listTypedLinkFacetAttributes(
940
+ args: ListTypedLinkFacetAttributesCommandInput,
941
+ options: __HttpHandlerOptions,
942
+ cb: (err: any, data?: ListTypedLinkFacetAttributesCommandOutput) => void
943
+ ): void;
944
+ listTypedLinkFacetNames(
945
+ args: ListTypedLinkFacetNamesCommandInput,
946
+ options?: __HttpHandlerOptions
947
+ ): Promise<ListTypedLinkFacetNamesCommandOutput>;
948
+ listTypedLinkFacetNames(
949
+ args: ListTypedLinkFacetNamesCommandInput,
950
+ cb: (err: any, data?: ListTypedLinkFacetNamesCommandOutput) => void
951
+ ): void;
952
+ listTypedLinkFacetNames(
953
+ args: ListTypedLinkFacetNamesCommandInput,
954
+ options: __HttpHandlerOptions,
955
+ cb: (err: any, data?: ListTypedLinkFacetNamesCommandOutput) => void
956
+ ): void;
957
+ lookupPolicy(
958
+ args: LookupPolicyCommandInput,
959
+ options?: __HttpHandlerOptions
960
+ ): Promise<LookupPolicyCommandOutput>;
961
+ lookupPolicy(
962
+ args: LookupPolicyCommandInput,
963
+ cb: (err: any, data?: LookupPolicyCommandOutput) => void
964
+ ): void;
965
+ lookupPolicy(
966
+ args: LookupPolicyCommandInput,
967
+ options: __HttpHandlerOptions,
968
+ cb: (err: any, data?: LookupPolicyCommandOutput) => void
969
+ ): void;
970
+ publishSchema(
971
+ args: PublishSchemaCommandInput,
972
+ options?: __HttpHandlerOptions
973
+ ): Promise<PublishSchemaCommandOutput>;
974
+ publishSchema(
975
+ args: PublishSchemaCommandInput,
976
+ cb: (err: any, data?: PublishSchemaCommandOutput) => void
977
+ ): void;
978
+ publishSchema(
979
+ args: PublishSchemaCommandInput,
980
+ options: __HttpHandlerOptions,
981
+ cb: (err: any, data?: PublishSchemaCommandOutput) => void
982
+ ): void;
983
+ putSchemaFromJson(
984
+ args: PutSchemaFromJsonCommandInput,
985
+ options?: __HttpHandlerOptions
986
+ ): Promise<PutSchemaFromJsonCommandOutput>;
987
+ putSchemaFromJson(
988
+ args: PutSchemaFromJsonCommandInput,
989
+ cb: (err: any, data?: PutSchemaFromJsonCommandOutput) => void
990
+ ): void;
991
+ putSchemaFromJson(
992
+ args: PutSchemaFromJsonCommandInput,
993
+ options: __HttpHandlerOptions,
994
+ cb: (err: any, data?: PutSchemaFromJsonCommandOutput) => void
995
+ ): void;
996
+ removeFacetFromObject(
997
+ args: RemoveFacetFromObjectCommandInput,
998
+ options?: __HttpHandlerOptions
999
+ ): Promise<RemoveFacetFromObjectCommandOutput>;
1000
+ removeFacetFromObject(
1001
+ args: RemoveFacetFromObjectCommandInput,
1002
+ cb: (err: any, data?: RemoveFacetFromObjectCommandOutput) => void
1003
+ ): void;
1004
+ removeFacetFromObject(
1005
+ args: RemoveFacetFromObjectCommandInput,
1006
+ options: __HttpHandlerOptions,
1007
+ cb: (err: any, data?: RemoveFacetFromObjectCommandOutput) => void
1008
+ ): void;
1009
+ tagResource(
1010
+ args: TagResourceCommandInput,
1011
+ options?: __HttpHandlerOptions
1012
+ ): Promise<TagResourceCommandOutput>;
1013
+ tagResource(
1014
+ args: TagResourceCommandInput,
1015
+ cb: (err: any, data?: TagResourceCommandOutput) => void
1016
+ ): void;
1017
+ tagResource(
1018
+ args: TagResourceCommandInput,
1019
+ options: __HttpHandlerOptions,
1020
+ cb: (err: any, data?: TagResourceCommandOutput) => void
1021
+ ): void;
1022
+ untagResource(
1023
+ args: UntagResourceCommandInput,
1024
+ options?: __HttpHandlerOptions
1025
+ ): Promise<UntagResourceCommandOutput>;
1026
+ untagResource(
1027
+ args: UntagResourceCommandInput,
1028
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
1029
+ ): void;
1030
+ untagResource(
1031
+ args: UntagResourceCommandInput,
1032
+ options: __HttpHandlerOptions,
1033
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
1034
+ ): void;
1035
+ updateFacet(
1036
+ args: UpdateFacetCommandInput,
1037
+ options?: __HttpHandlerOptions
1038
+ ): Promise<UpdateFacetCommandOutput>;
1039
+ updateFacet(
1040
+ args: UpdateFacetCommandInput,
1041
+ cb: (err: any, data?: UpdateFacetCommandOutput) => void
1042
+ ): void;
1043
+ updateFacet(
1044
+ args: UpdateFacetCommandInput,
1045
+ options: __HttpHandlerOptions,
1046
+ cb: (err: any, data?: UpdateFacetCommandOutput) => void
1047
+ ): void;
1048
+ updateLinkAttributes(
1049
+ args: UpdateLinkAttributesCommandInput,
1050
+ options?: __HttpHandlerOptions
1051
+ ): Promise<UpdateLinkAttributesCommandOutput>;
1052
+ updateLinkAttributes(
1053
+ args: UpdateLinkAttributesCommandInput,
1054
+ cb: (err: any, data?: UpdateLinkAttributesCommandOutput) => void
1055
+ ): void;
1056
+ updateLinkAttributes(
1057
+ args: UpdateLinkAttributesCommandInput,
1058
+ options: __HttpHandlerOptions,
1059
+ cb: (err: any, data?: UpdateLinkAttributesCommandOutput) => void
1060
+ ): void;
1061
+ updateObjectAttributes(
1062
+ args: UpdateObjectAttributesCommandInput,
1063
+ options?: __HttpHandlerOptions
1064
+ ): Promise<UpdateObjectAttributesCommandOutput>;
1065
+ updateObjectAttributes(
1066
+ args: UpdateObjectAttributesCommandInput,
1067
+ cb: (err: any, data?: UpdateObjectAttributesCommandOutput) => void
1068
+ ): void;
1069
+ updateObjectAttributes(
1070
+ args: UpdateObjectAttributesCommandInput,
1071
+ options: __HttpHandlerOptions,
1072
+ cb: (err: any, data?: UpdateObjectAttributesCommandOutput) => void
1073
+ ): void;
1074
+ updateSchema(
1075
+ args: UpdateSchemaCommandInput,
1076
+ options?: __HttpHandlerOptions
1077
+ ): Promise<UpdateSchemaCommandOutput>;
1078
+ updateSchema(
1079
+ args: UpdateSchemaCommandInput,
1080
+ cb: (err: any, data?: UpdateSchemaCommandOutput) => void
1081
+ ): void;
1082
+ updateSchema(
1083
+ args: UpdateSchemaCommandInput,
1084
+ options: __HttpHandlerOptions,
1085
+ cb: (err: any, data?: UpdateSchemaCommandOutput) => void
1086
+ ): void;
1087
+ updateTypedLinkFacet(
1088
+ args: UpdateTypedLinkFacetCommandInput,
1089
+ options?: __HttpHandlerOptions
1090
+ ): Promise<UpdateTypedLinkFacetCommandOutput>;
1091
+ updateTypedLinkFacet(
1092
+ args: UpdateTypedLinkFacetCommandInput,
1093
+ cb: (err: any, data?: UpdateTypedLinkFacetCommandOutput) => void
1094
+ ): void;
1095
+ updateTypedLinkFacet(
1096
+ args: UpdateTypedLinkFacetCommandInput,
1097
+ options: __HttpHandlerOptions,
1098
+ cb: (err: any, data?: UpdateTypedLinkFacetCommandOutput) => void
1099
+ ): void;
1100
+ upgradeAppliedSchema(
1101
+ args: UpgradeAppliedSchemaCommandInput,
1102
+ options?: __HttpHandlerOptions
1103
+ ): Promise<UpgradeAppliedSchemaCommandOutput>;
1104
+ upgradeAppliedSchema(
1105
+ args: UpgradeAppliedSchemaCommandInput,
1106
+ cb: (err: any, data?: UpgradeAppliedSchemaCommandOutput) => void
1107
+ ): void;
1108
+ upgradeAppliedSchema(
1109
+ args: UpgradeAppliedSchemaCommandInput,
1110
+ options: __HttpHandlerOptions,
1111
+ cb: (err: any, data?: UpgradeAppliedSchemaCommandOutput) => void
1112
+ ): void;
1113
+ upgradePublishedSchema(
1114
+ args: UpgradePublishedSchemaCommandInput,
1115
+ options?: __HttpHandlerOptions
1116
+ ): Promise<UpgradePublishedSchemaCommandOutput>;
1117
+ upgradePublishedSchema(
1118
+ args: UpgradePublishedSchemaCommandInput,
1119
+ cb: (err: any, data?: UpgradePublishedSchemaCommandOutput) => void
1120
+ ): void;
1121
+ upgradePublishedSchema(
1122
+ args: UpgradePublishedSchemaCommandInput,
1123
+ options: __HttpHandlerOptions,
1124
+ cb: (err: any, data?: UpgradePublishedSchemaCommandOutput) => void
1125
+ ): void;
1126
+ }