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