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