@aws-sdk/client-clouddirectory 3.297.0 → 3.299.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 (137) hide show
  1. package/dist-cjs/commands/AddFacetToObjectCommand.js +2 -3
  2. package/dist-cjs/commands/ApplySchemaCommand.js +2 -3
  3. package/dist-cjs/commands/AttachObjectCommand.js +2 -3
  4. package/dist-cjs/commands/AttachPolicyCommand.js +2 -3
  5. package/dist-cjs/commands/AttachToIndexCommand.js +2 -3
  6. package/dist-cjs/commands/AttachTypedLinkCommand.js +2 -3
  7. package/dist-cjs/commands/BatchReadCommand.js +2 -3
  8. package/dist-cjs/commands/BatchWriteCommand.js +2 -3
  9. package/dist-cjs/commands/CreateDirectoryCommand.js +2 -3
  10. package/dist-cjs/commands/CreateFacetCommand.js +2 -3
  11. package/dist-cjs/commands/CreateIndexCommand.js +2 -3
  12. package/dist-cjs/commands/CreateObjectCommand.js +2 -3
  13. package/dist-cjs/commands/CreateSchemaCommand.js +2 -3
  14. package/dist-cjs/commands/CreateTypedLinkFacetCommand.js +2 -3
  15. package/dist-cjs/commands/DeleteDirectoryCommand.js +2 -3
  16. package/dist-cjs/commands/DeleteFacetCommand.js +2 -3
  17. package/dist-cjs/commands/DeleteObjectCommand.js +2 -3
  18. package/dist-cjs/commands/DeleteSchemaCommand.js +2 -3
  19. package/dist-cjs/commands/DeleteTypedLinkFacetCommand.js +2 -3
  20. package/dist-cjs/commands/DetachFromIndexCommand.js +2 -3
  21. package/dist-cjs/commands/DetachObjectCommand.js +2 -3
  22. package/dist-cjs/commands/DetachPolicyCommand.js +2 -3
  23. package/dist-cjs/commands/DetachTypedLinkCommand.js +2 -3
  24. package/dist-cjs/commands/DisableDirectoryCommand.js +2 -3
  25. package/dist-cjs/commands/EnableDirectoryCommand.js +2 -3
  26. package/dist-cjs/commands/GetAppliedSchemaVersionCommand.js +2 -3
  27. package/dist-cjs/commands/GetDirectoryCommand.js +2 -3
  28. package/dist-cjs/commands/GetFacetCommand.js +2 -3
  29. package/dist-cjs/commands/GetLinkAttributesCommand.js +2 -3
  30. package/dist-cjs/commands/GetObjectAttributesCommand.js +2 -3
  31. package/dist-cjs/commands/GetObjectInformationCommand.js +2 -3
  32. package/dist-cjs/commands/GetSchemaAsJsonCommand.js +2 -3
  33. package/dist-cjs/commands/GetTypedLinkFacetInformationCommand.js +2 -3
  34. package/dist-cjs/commands/ListAppliedSchemaArnsCommand.js +2 -3
  35. package/dist-cjs/commands/ListAttachedIndicesCommand.js +2 -3
  36. package/dist-cjs/commands/ListDevelopmentSchemaArnsCommand.js +2 -3
  37. package/dist-cjs/commands/ListDirectoriesCommand.js +2 -3
  38. package/dist-cjs/commands/ListFacetAttributesCommand.js +2 -3
  39. package/dist-cjs/commands/ListFacetNamesCommand.js +2 -3
  40. package/dist-cjs/commands/ListIncomingTypedLinksCommand.js +2 -3
  41. package/dist-cjs/commands/ListIndexCommand.js +2 -3
  42. package/dist-cjs/commands/ListManagedSchemaArnsCommand.js +2 -3
  43. package/dist-cjs/commands/ListObjectAttributesCommand.js +2 -3
  44. package/dist-cjs/commands/ListObjectChildrenCommand.js +2 -3
  45. package/dist-cjs/commands/ListObjectParentPathsCommand.js +2 -3
  46. package/dist-cjs/commands/ListObjectParentsCommand.js +2 -3
  47. package/dist-cjs/commands/ListObjectPoliciesCommand.js +2 -3
  48. package/dist-cjs/commands/ListOutgoingTypedLinksCommand.js +2 -3
  49. package/dist-cjs/commands/ListPolicyAttachmentsCommand.js +2 -3
  50. package/dist-cjs/commands/ListPublishedSchemaArnsCommand.js +2 -3
  51. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  52. package/dist-cjs/commands/ListTypedLinkFacetAttributesCommand.js +2 -3
  53. package/dist-cjs/commands/ListTypedLinkFacetNamesCommand.js +2 -3
  54. package/dist-cjs/commands/LookupPolicyCommand.js +2 -3
  55. package/dist-cjs/commands/PublishSchemaCommand.js +2 -3
  56. package/dist-cjs/commands/PutSchemaFromJsonCommand.js +2 -3
  57. package/dist-cjs/commands/RemoveFacetFromObjectCommand.js +2 -3
  58. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  59. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  60. package/dist-cjs/commands/UpdateFacetCommand.js +2 -3
  61. package/dist-cjs/commands/UpdateLinkAttributesCommand.js +2 -3
  62. package/dist-cjs/commands/UpdateObjectAttributesCommand.js +2 -3
  63. package/dist-cjs/commands/UpdateSchemaCommand.js +2 -3
  64. package/dist-cjs/commands/UpdateTypedLinkFacetCommand.js +2 -3
  65. package/dist-cjs/commands/UpgradeAppliedSchemaCommand.js +2 -3
  66. package/dist-cjs/commands/UpgradePublishedSchemaCommand.js +2 -3
  67. package/dist-cjs/models/models_0.js +1 -1053
  68. package/dist-es/commands/AddFacetToObjectCommand.js +2 -3
  69. package/dist-es/commands/ApplySchemaCommand.js +2 -3
  70. package/dist-es/commands/AttachObjectCommand.js +2 -3
  71. package/dist-es/commands/AttachPolicyCommand.js +2 -3
  72. package/dist-es/commands/AttachToIndexCommand.js +2 -3
  73. package/dist-es/commands/AttachTypedLinkCommand.js +2 -3
  74. package/dist-es/commands/BatchReadCommand.js +2 -3
  75. package/dist-es/commands/BatchWriteCommand.js +2 -3
  76. package/dist-es/commands/CreateDirectoryCommand.js +2 -3
  77. package/dist-es/commands/CreateFacetCommand.js +2 -3
  78. package/dist-es/commands/CreateIndexCommand.js +2 -3
  79. package/dist-es/commands/CreateObjectCommand.js +2 -3
  80. package/dist-es/commands/CreateSchemaCommand.js +2 -3
  81. package/dist-es/commands/CreateTypedLinkFacetCommand.js +2 -3
  82. package/dist-es/commands/DeleteDirectoryCommand.js +2 -3
  83. package/dist-es/commands/DeleteFacetCommand.js +2 -3
  84. package/dist-es/commands/DeleteObjectCommand.js +2 -3
  85. package/dist-es/commands/DeleteSchemaCommand.js +2 -3
  86. package/dist-es/commands/DeleteTypedLinkFacetCommand.js +2 -3
  87. package/dist-es/commands/DetachFromIndexCommand.js +2 -3
  88. package/dist-es/commands/DetachObjectCommand.js +2 -3
  89. package/dist-es/commands/DetachPolicyCommand.js +2 -3
  90. package/dist-es/commands/DetachTypedLinkCommand.js +2 -3
  91. package/dist-es/commands/DisableDirectoryCommand.js +2 -3
  92. package/dist-es/commands/EnableDirectoryCommand.js +2 -3
  93. package/dist-es/commands/GetAppliedSchemaVersionCommand.js +2 -3
  94. package/dist-es/commands/GetDirectoryCommand.js +2 -3
  95. package/dist-es/commands/GetFacetCommand.js +2 -3
  96. package/dist-es/commands/GetLinkAttributesCommand.js +2 -3
  97. package/dist-es/commands/GetObjectAttributesCommand.js +2 -3
  98. package/dist-es/commands/GetObjectInformationCommand.js +2 -3
  99. package/dist-es/commands/GetSchemaAsJsonCommand.js +2 -3
  100. package/dist-es/commands/GetTypedLinkFacetInformationCommand.js +2 -3
  101. package/dist-es/commands/ListAppliedSchemaArnsCommand.js +2 -3
  102. package/dist-es/commands/ListAttachedIndicesCommand.js +2 -3
  103. package/dist-es/commands/ListDevelopmentSchemaArnsCommand.js +2 -3
  104. package/dist-es/commands/ListDirectoriesCommand.js +2 -3
  105. package/dist-es/commands/ListFacetAttributesCommand.js +2 -3
  106. package/dist-es/commands/ListFacetNamesCommand.js +2 -3
  107. package/dist-es/commands/ListIncomingTypedLinksCommand.js +2 -3
  108. package/dist-es/commands/ListIndexCommand.js +2 -3
  109. package/dist-es/commands/ListManagedSchemaArnsCommand.js +2 -3
  110. package/dist-es/commands/ListObjectAttributesCommand.js +2 -3
  111. package/dist-es/commands/ListObjectChildrenCommand.js +2 -3
  112. package/dist-es/commands/ListObjectParentPathsCommand.js +2 -3
  113. package/dist-es/commands/ListObjectParentsCommand.js +2 -3
  114. package/dist-es/commands/ListObjectPoliciesCommand.js +2 -3
  115. package/dist-es/commands/ListOutgoingTypedLinksCommand.js +2 -3
  116. package/dist-es/commands/ListPolicyAttachmentsCommand.js +2 -3
  117. package/dist-es/commands/ListPublishedSchemaArnsCommand.js +2 -3
  118. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  119. package/dist-es/commands/ListTypedLinkFacetAttributesCommand.js +2 -3
  120. package/dist-es/commands/ListTypedLinkFacetNamesCommand.js +2 -3
  121. package/dist-es/commands/LookupPolicyCommand.js +2 -3
  122. package/dist-es/commands/PublishSchemaCommand.js +2 -3
  123. package/dist-es/commands/PutSchemaFromJsonCommand.js +2 -3
  124. package/dist-es/commands/RemoveFacetFromObjectCommand.js +2 -3
  125. package/dist-es/commands/TagResourceCommand.js +2 -3
  126. package/dist-es/commands/UntagResourceCommand.js +2 -3
  127. package/dist-es/commands/UpdateFacetCommand.js +2 -3
  128. package/dist-es/commands/UpdateLinkAttributesCommand.js +2 -3
  129. package/dist-es/commands/UpdateObjectAttributesCommand.js +2 -3
  130. package/dist-es/commands/UpdateSchemaCommand.js +2 -3
  131. package/dist-es/commands/UpdateTypedLinkFacetCommand.js +2 -3
  132. package/dist-es/commands/UpgradeAppliedSchemaCommand.js +2 -3
  133. package/dist-es/commands/UpgradePublishedSchemaCommand.js +2 -3
  134. package/dist-es/models/models_0.js +0 -821
  135. package/dist-types/models/models_0.d.ts +0 -904
  136. package/dist-types/ts3.4/models/models_0.d.ts +0 -664
  137. package/package.json +11 -10
@@ -4304,907 +4304,3 @@ export interface UpgradePublishedSchemaResponse {
4304
4304
  */
4305
4305
  UpgradedSchemaArn?: string;
4306
4306
  }
4307
- /**
4308
- * @internal
4309
- */
4310
- export declare const AttributeKeyFilterSensitiveLog: (obj: AttributeKey) => any;
4311
- /**
4312
- * @internal
4313
- */
4314
- export declare const TypedAttributeValueFilterSensitiveLog: (obj: TypedAttributeValue) => any;
4315
- /**
4316
- * @internal
4317
- */
4318
- export declare const AttributeKeyAndValueFilterSensitiveLog: (obj: AttributeKeyAndValue) => any;
4319
- /**
4320
- * @internal
4321
- */
4322
- export declare const ObjectReferenceFilterSensitiveLog: (obj: ObjectReference) => any;
4323
- /**
4324
- * @internal
4325
- */
4326
- export declare const SchemaFacetFilterSensitiveLog: (obj: SchemaFacet) => any;
4327
- /**
4328
- * @internal
4329
- */
4330
- export declare const AddFacetToObjectRequestFilterSensitiveLog: (obj: AddFacetToObjectRequest) => any;
4331
- /**
4332
- * @internal
4333
- */
4334
- export declare const AddFacetToObjectResponseFilterSensitiveLog: (obj: AddFacetToObjectResponse) => any;
4335
- /**
4336
- * @internal
4337
- */
4338
- export declare const ApplySchemaRequestFilterSensitiveLog: (obj: ApplySchemaRequest) => any;
4339
- /**
4340
- * @internal
4341
- */
4342
- export declare const ApplySchemaResponseFilterSensitiveLog: (obj: ApplySchemaResponse) => any;
4343
- /**
4344
- * @internal
4345
- */
4346
- export declare const AttachObjectRequestFilterSensitiveLog: (obj: AttachObjectRequest) => any;
4347
- /**
4348
- * @internal
4349
- */
4350
- export declare const AttachObjectResponseFilterSensitiveLog: (obj: AttachObjectResponse) => any;
4351
- /**
4352
- * @internal
4353
- */
4354
- export declare const AttachPolicyRequestFilterSensitiveLog: (obj: AttachPolicyRequest) => any;
4355
- /**
4356
- * @internal
4357
- */
4358
- export declare const AttachPolicyResponseFilterSensitiveLog: (obj: AttachPolicyResponse) => any;
4359
- /**
4360
- * @internal
4361
- */
4362
- export declare const AttachToIndexRequestFilterSensitiveLog: (obj: AttachToIndexRequest) => any;
4363
- /**
4364
- * @internal
4365
- */
4366
- export declare const AttachToIndexResponseFilterSensitiveLog: (obj: AttachToIndexResponse) => any;
4367
- /**
4368
- * @internal
4369
- */
4370
- export declare const AttributeNameAndValueFilterSensitiveLog: (obj: AttributeNameAndValue) => any;
4371
- /**
4372
- * @internal
4373
- */
4374
- export declare const TypedLinkSchemaAndFacetNameFilterSensitiveLog: (obj: TypedLinkSchemaAndFacetName) => any;
4375
- /**
4376
- * @internal
4377
- */
4378
- export declare const AttachTypedLinkRequestFilterSensitiveLog: (obj: AttachTypedLinkRequest) => any;
4379
- /**
4380
- * @internal
4381
- */
4382
- export declare const TypedLinkSpecifierFilterSensitiveLog: (obj: TypedLinkSpecifier) => any;
4383
- /**
4384
- * @internal
4385
- */
4386
- export declare const AttachTypedLinkResponseFilterSensitiveLog: (obj: AttachTypedLinkResponse) => any;
4387
- /**
4388
- * @internal
4389
- */
4390
- export declare const BatchGetLinkAttributesFilterSensitiveLog: (obj: BatchGetLinkAttributes) => any;
4391
- /**
4392
- * @internal
4393
- */
4394
- export declare const BatchGetObjectAttributesFilterSensitiveLog: (obj: BatchGetObjectAttributes) => any;
4395
- /**
4396
- * @internal
4397
- */
4398
- export declare const BatchGetObjectInformationFilterSensitiveLog: (obj: BatchGetObjectInformation) => any;
4399
- /**
4400
- * @internal
4401
- */
4402
- export declare const BatchListAttachedIndicesFilterSensitiveLog: (obj: BatchListAttachedIndices) => any;
4403
- /**
4404
- * @internal
4405
- */
4406
- export declare const TypedAttributeValueRangeFilterSensitiveLog: (obj: TypedAttributeValueRange) => any;
4407
- /**
4408
- * @internal
4409
- */
4410
- export declare const TypedLinkAttributeRangeFilterSensitiveLog: (obj: TypedLinkAttributeRange) => any;
4411
- /**
4412
- * @internal
4413
- */
4414
- export declare const BatchListIncomingTypedLinksFilterSensitiveLog: (obj: BatchListIncomingTypedLinks) => any;
4415
- /**
4416
- * @internal
4417
- */
4418
- export declare const ObjectAttributeRangeFilterSensitiveLog: (obj: ObjectAttributeRange) => any;
4419
- /**
4420
- * @internal
4421
- */
4422
- export declare const BatchListIndexFilterSensitiveLog: (obj: BatchListIndex) => any;
4423
- /**
4424
- * @internal
4425
- */
4426
- export declare const BatchListObjectAttributesFilterSensitiveLog: (obj: BatchListObjectAttributes) => any;
4427
- /**
4428
- * @internal
4429
- */
4430
- export declare const BatchListObjectChildrenFilterSensitiveLog: (obj: BatchListObjectChildren) => any;
4431
- /**
4432
- * @internal
4433
- */
4434
- export declare const BatchListObjectParentPathsFilterSensitiveLog: (obj: BatchListObjectParentPaths) => any;
4435
- /**
4436
- * @internal
4437
- */
4438
- export declare const BatchListObjectParentsFilterSensitiveLog: (obj: BatchListObjectParents) => any;
4439
- /**
4440
- * @internal
4441
- */
4442
- export declare const BatchListObjectPoliciesFilterSensitiveLog: (obj: BatchListObjectPolicies) => any;
4443
- /**
4444
- * @internal
4445
- */
4446
- export declare const BatchListOutgoingTypedLinksFilterSensitiveLog: (obj: BatchListOutgoingTypedLinks) => any;
4447
- /**
4448
- * @internal
4449
- */
4450
- export declare const BatchListPolicyAttachmentsFilterSensitiveLog: (obj: BatchListPolicyAttachments) => any;
4451
- /**
4452
- * @internal
4453
- */
4454
- export declare const BatchLookupPolicyFilterSensitiveLog: (obj: BatchLookupPolicy) => any;
4455
- /**
4456
- * @internal
4457
- */
4458
- export declare const BatchReadOperationFilterSensitiveLog: (obj: BatchReadOperation) => any;
4459
- /**
4460
- * @internal
4461
- */
4462
- export declare const BatchReadRequestFilterSensitiveLog: (obj: BatchReadRequest) => any;
4463
- /**
4464
- * @internal
4465
- */
4466
- export declare const BatchReadExceptionFilterSensitiveLog: (obj: BatchReadException) => any;
4467
- /**
4468
- * @internal
4469
- */
4470
- export declare const BatchGetLinkAttributesResponseFilterSensitiveLog: (obj: BatchGetLinkAttributesResponse) => any;
4471
- /**
4472
- * @internal
4473
- */
4474
- export declare const BatchGetObjectAttributesResponseFilterSensitiveLog: (obj: BatchGetObjectAttributesResponse) => any;
4475
- /**
4476
- * @internal
4477
- */
4478
- export declare const BatchGetObjectInformationResponseFilterSensitiveLog: (obj: BatchGetObjectInformationResponse) => any;
4479
- /**
4480
- * @internal
4481
- */
4482
- export declare const IndexAttachmentFilterSensitiveLog: (obj: IndexAttachment) => any;
4483
- /**
4484
- * @internal
4485
- */
4486
- export declare const BatchListAttachedIndicesResponseFilterSensitiveLog: (obj: BatchListAttachedIndicesResponse) => any;
4487
- /**
4488
- * @internal
4489
- */
4490
- export declare const BatchListIncomingTypedLinksResponseFilterSensitiveLog: (obj: BatchListIncomingTypedLinksResponse) => any;
4491
- /**
4492
- * @internal
4493
- */
4494
- export declare const BatchListIndexResponseFilterSensitiveLog: (obj: BatchListIndexResponse) => any;
4495
- /**
4496
- * @internal
4497
- */
4498
- export declare const BatchListObjectAttributesResponseFilterSensitiveLog: (obj: BatchListObjectAttributesResponse) => any;
4499
- /**
4500
- * @internal
4501
- */
4502
- export declare const BatchListObjectChildrenResponseFilterSensitiveLog: (obj: BatchListObjectChildrenResponse) => any;
4503
- /**
4504
- * @internal
4505
- */
4506
- export declare const PathToObjectIdentifiersFilterSensitiveLog: (obj: PathToObjectIdentifiers) => any;
4507
- /**
4508
- * @internal
4509
- */
4510
- export declare const BatchListObjectParentPathsResponseFilterSensitiveLog: (obj: BatchListObjectParentPathsResponse) => any;
4511
- /**
4512
- * @internal
4513
- */
4514
- export declare const ObjectIdentifierAndLinkNameTupleFilterSensitiveLog: (obj: ObjectIdentifierAndLinkNameTuple) => any;
4515
- /**
4516
- * @internal
4517
- */
4518
- export declare const BatchListObjectParentsResponseFilterSensitiveLog: (obj: BatchListObjectParentsResponse) => any;
4519
- /**
4520
- * @internal
4521
- */
4522
- export declare const BatchListObjectPoliciesResponseFilterSensitiveLog: (obj: BatchListObjectPoliciesResponse) => any;
4523
- /**
4524
- * @internal
4525
- */
4526
- export declare const BatchListOutgoingTypedLinksResponseFilterSensitiveLog: (obj: BatchListOutgoingTypedLinksResponse) => any;
4527
- /**
4528
- * @internal
4529
- */
4530
- export declare const BatchListPolicyAttachmentsResponseFilterSensitiveLog: (obj: BatchListPolicyAttachmentsResponse) => any;
4531
- /**
4532
- * @internal
4533
- */
4534
- export declare const PolicyAttachmentFilterSensitiveLog: (obj: PolicyAttachment) => any;
4535
- /**
4536
- * @internal
4537
- */
4538
- export declare const PolicyToPathFilterSensitiveLog: (obj: PolicyToPath) => any;
4539
- /**
4540
- * @internal
4541
- */
4542
- export declare const BatchLookupPolicyResponseFilterSensitiveLog: (obj: BatchLookupPolicyResponse) => any;
4543
- /**
4544
- * @internal
4545
- */
4546
- export declare const BatchReadSuccessfulResponseFilterSensitiveLog: (obj: BatchReadSuccessfulResponse) => any;
4547
- /**
4548
- * @internal
4549
- */
4550
- export declare const BatchReadOperationResponseFilterSensitiveLog: (obj: BatchReadOperationResponse) => any;
4551
- /**
4552
- * @internal
4553
- */
4554
- export declare const BatchReadResponseFilterSensitiveLog: (obj: BatchReadResponse) => any;
4555
- /**
4556
- * @internal
4557
- */
4558
- export declare const BatchAddFacetToObjectFilterSensitiveLog: (obj: BatchAddFacetToObject) => any;
4559
- /**
4560
- * @internal
4561
- */
4562
- export declare const BatchAttachObjectFilterSensitiveLog: (obj: BatchAttachObject) => any;
4563
- /**
4564
- * @internal
4565
- */
4566
- export declare const BatchAttachPolicyFilterSensitiveLog: (obj: BatchAttachPolicy) => any;
4567
- /**
4568
- * @internal
4569
- */
4570
- export declare const BatchAttachToIndexFilterSensitiveLog: (obj: BatchAttachToIndex) => any;
4571
- /**
4572
- * @internal
4573
- */
4574
- export declare const BatchAttachTypedLinkFilterSensitiveLog: (obj: BatchAttachTypedLink) => any;
4575
- /**
4576
- * @internal
4577
- */
4578
- export declare const BatchCreateIndexFilterSensitiveLog: (obj: BatchCreateIndex) => any;
4579
- /**
4580
- * @internal
4581
- */
4582
- export declare const BatchCreateObjectFilterSensitiveLog: (obj: BatchCreateObject) => any;
4583
- /**
4584
- * @internal
4585
- */
4586
- export declare const BatchDeleteObjectFilterSensitiveLog: (obj: BatchDeleteObject) => any;
4587
- /**
4588
- * @internal
4589
- */
4590
- export declare const BatchDetachFromIndexFilterSensitiveLog: (obj: BatchDetachFromIndex) => any;
4591
- /**
4592
- * @internal
4593
- */
4594
- export declare const BatchDetachObjectFilterSensitiveLog: (obj: BatchDetachObject) => any;
4595
- /**
4596
- * @internal
4597
- */
4598
- export declare const BatchDetachPolicyFilterSensitiveLog: (obj: BatchDetachPolicy) => any;
4599
- /**
4600
- * @internal
4601
- */
4602
- export declare const BatchDetachTypedLinkFilterSensitiveLog: (obj: BatchDetachTypedLink) => any;
4603
- /**
4604
- * @internal
4605
- */
4606
- export declare const BatchRemoveFacetFromObjectFilterSensitiveLog: (obj: BatchRemoveFacetFromObject) => any;
4607
- /**
4608
- * @internal
4609
- */
4610
- export declare const LinkAttributeActionFilterSensitiveLog: (obj: LinkAttributeAction) => any;
4611
- /**
4612
- * @internal
4613
- */
4614
- export declare const LinkAttributeUpdateFilterSensitiveLog: (obj: LinkAttributeUpdate) => any;
4615
- /**
4616
- * @internal
4617
- */
4618
- export declare const BatchUpdateLinkAttributesFilterSensitiveLog: (obj: BatchUpdateLinkAttributes) => any;
4619
- /**
4620
- * @internal
4621
- */
4622
- export declare const ObjectAttributeActionFilterSensitiveLog: (obj: ObjectAttributeAction) => any;
4623
- /**
4624
- * @internal
4625
- */
4626
- export declare const ObjectAttributeUpdateFilterSensitiveLog: (obj: ObjectAttributeUpdate) => any;
4627
- /**
4628
- * @internal
4629
- */
4630
- export declare const BatchUpdateObjectAttributesFilterSensitiveLog: (obj: BatchUpdateObjectAttributes) => any;
4631
- /**
4632
- * @internal
4633
- */
4634
- export declare const BatchWriteOperationFilterSensitiveLog: (obj: BatchWriteOperation) => any;
4635
- /**
4636
- * @internal
4637
- */
4638
- export declare const BatchWriteRequestFilterSensitiveLog: (obj: BatchWriteRequest) => any;
4639
- /**
4640
- * @internal
4641
- */
4642
- export declare const BatchAddFacetToObjectResponseFilterSensitiveLog: (obj: BatchAddFacetToObjectResponse) => any;
4643
- /**
4644
- * @internal
4645
- */
4646
- export declare const BatchAttachObjectResponseFilterSensitiveLog: (obj: BatchAttachObjectResponse) => any;
4647
- /**
4648
- * @internal
4649
- */
4650
- export declare const BatchAttachPolicyResponseFilterSensitiveLog: (obj: BatchAttachPolicyResponse) => any;
4651
- /**
4652
- * @internal
4653
- */
4654
- export declare const BatchAttachToIndexResponseFilterSensitiveLog: (obj: BatchAttachToIndexResponse) => any;
4655
- /**
4656
- * @internal
4657
- */
4658
- export declare const BatchAttachTypedLinkResponseFilterSensitiveLog: (obj: BatchAttachTypedLinkResponse) => any;
4659
- /**
4660
- * @internal
4661
- */
4662
- export declare const BatchCreateIndexResponseFilterSensitiveLog: (obj: BatchCreateIndexResponse) => any;
4663
- /**
4664
- * @internal
4665
- */
4666
- export declare const BatchCreateObjectResponseFilterSensitiveLog: (obj: BatchCreateObjectResponse) => any;
4667
- /**
4668
- * @internal
4669
- */
4670
- export declare const BatchDeleteObjectResponseFilterSensitiveLog: (obj: BatchDeleteObjectResponse) => any;
4671
- /**
4672
- * @internal
4673
- */
4674
- export declare const BatchDetachFromIndexResponseFilterSensitiveLog: (obj: BatchDetachFromIndexResponse) => any;
4675
- /**
4676
- * @internal
4677
- */
4678
- export declare const BatchDetachObjectResponseFilterSensitiveLog: (obj: BatchDetachObjectResponse) => any;
4679
- /**
4680
- * @internal
4681
- */
4682
- export declare const BatchDetachPolicyResponseFilterSensitiveLog: (obj: BatchDetachPolicyResponse) => any;
4683
- /**
4684
- * @internal
4685
- */
4686
- export declare const BatchDetachTypedLinkResponseFilterSensitiveLog: (obj: BatchDetachTypedLinkResponse) => any;
4687
- /**
4688
- * @internal
4689
- */
4690
- export declare const BatchRemoveFacetFromObjectResponseFilterSensitiveLog: (obj: BatchRemoveFacetFromObjectResponse) => any;
4691
- /**
4692
- * @internal
4693
- */
4694
- export declare const BatchUpdateLinkAttributesResponseFilterSensitiveLog: (obj: BatchUpdateLinkAttributesResponse) => any;
4695
- /**
4696
- * @internal
4697
- */
4698
- export declare const BatchUpdateObjectAttributesResponseFilterSensitiveLog: (obj: BatchUpdateObjectAttributesResponse) => any;
4699
- /**
4700
- * @internal
4701
- */
4702
- export declare const BatchWriteOperationResponseFilterSensitiveLog: (obj: BatchWriteOperationResponse) => any;
4703
- /**
4704
- * @internal
4705
- */
4706
- export declare const BatchWriteResponseFilterSensitiveLog: (obj: BatchWriteResponse) => any;
4707
- /**
4708
- * @internal
4709
- */
4710
- export declare const CreateDirectoryRequestFilterSensitiveLog: (obj: CreateDirectoryRequest) => any;
4711
- /**
4712
- * @internal
4713
- */
4714
- export declare const CreateDirectoryResponseFilterSensitiveLog: (obj: CreateDirectoryResponse) => any;
4715
- /**
4716
- * @internal
4717
- */
4718
- export declare const RuleFilterSensitiveLog: (obj: Rule) => any;
4719
- /**
4720
- * @internal
4721
- */
4722
- export declare const FacetAttributeDefinitionFilterSensitiveLog: (obj: FacetAttributeDefinition) => any;
4723
- /**
4724
- * @internal
4725
- */
4726
- export declare const FacetAttributeReferenceFilterSensitiveLog: (obj: FacetAttributeReference) => any;
4727
- /**
4728
- * @internal
4729
- */
4730
- export declare const FacetAttributeFilterSensitiveLog: (obj: FacetAttribute) => any;
4731
- /**
4732
- * @internal
4733
- */
4734
- export declare const CreateFacetRequestFilterSensitiveLog: (obj: CreateFacetRequest) => any;
4735
- /**
4736
- * @internal
4737
- */
4738
- export declare const CreateFacetResponseFilterSensitiveLog: (obj: CreateFacetResponse) => any;
4739
- /**
4740
- * @internal
4741
- */
4742
- export declare const CreateIndexRequestFilterSensitiveLog: (obj: CreateIndexRequest) => any;
4743
- /**
4744
- * @internal
4745
- */
4746
- export declare const CreateIndexResponseFilterSensitiveLog: (obj: CreateIndexResponse) => any;
4747
- /**
4748
- * @internal
4749
- */
4750
- export declare const CreateObjectRequestFilterSensitiveLog: (obj: CreateObjectRequest) => any;
4751
- /**
4752
- * @internal
4753
- */
4754
- export declare const CreateObjectResponseFilterSensitiveLog: (obj: CreateObjectResponse) => any;
4755
- /**
4756
- * @internal
4757
- */
4758
- export declare const CreateSchemaRequestFilterSensitiveLog: (obj: CreateSchemaRequest) => any;
4759
- /**
4760
- * @internal
4761
- */
4762
- export declare const CreateSchemaResponseFilterSensitiveLog: (obj: CreateSchemaResponse) => any;
4763
- /**
4764
- * @internal
4765
- */
4766
- export declare const TypedLinkAttributeDefinitionFilterSensitiveLog: (obj: TypedLinkAttributeDefinition) => any;
4767
- /**
4768
- * @internal
4769
- */
4770
- export declare const TypedLinkFacetFilterSensitiveLog: (obj: TypedLinkFacet) => any;
4771
- /**
4772
- * @internal
4773
- */
4774
- export declare const CreateTypedLinkFacetRequestFilterSensitiveLog: (obj: CreateTypedLinkFacetRequest) => any;
4775
- /**
4776
- * @internal
4777
- */
4778
- export declare const CreateTypedLinkFacetResponseFilterSensitiveLog: (obj: CreateTypedLinkFacetResponse) => any;
4779
- /**
4780
- * @internal
4781
- */
4782
- export declare const DeleteDirectoryRequestFilterSensitiveLog: (obj: DeleteDirectoryRequest) => any;
4783
- /**
4784
- * @internal
4785
- */
4786
- export declare const DeleteDirectoryResponseFilterSensitiveLog: (obj: DeleteDirectoryResponse) => any;
4787
- /**
4788
- * @internal
4789
- */
4790
- export declare const DeleteFacetRequestFilterSensitiveLog: (obj: DeleteFacetRequest) => any;
4791
- /**
4792
- * @internal
4793
- */
4794
- export declare const DeleteFacetResponseFilterSensitiveLog: (obj: DeleteFacetResponse) => any;
4795
- /**
4796
- * @internal
4797
- */
4798
- export declare const DeleteObjectRequestFilterSensitiveLog: (obj: DeleteObjectRequest) => any;
4799
- /**
4800
- * @internal
4801
- */
4802
- export declare const DeleteObjectResponseFilterSensitiveLog: (obj: DeleteObjectResponse) => any;
4803
- /**
4804
- * @internal
4805
- */
4806
- export declare const DeleteSchemaRequestFilterSensitiveLog: (obj: DeleteSchemaRequest) => any;
4807
- /**
4808
- * @internal
4809
- */
4810
- export declare const DeleteSchemaResponseFilterSensitiveLog: (obj: DeleteSchemaResponse) => any;
4811
- /**
4812
- * @internal
4813
- */
4814
- export declare const DeleteTypedLinkFacetRequestFilterSensitiveLog: (obj: DeleteTypedLinkFacetRequest) => any;
4815
- /**
4816
- * @internal
4817
- */
4818
- export declare const DeleteTypedLinkFacetResponseFilterSensitiveLog: (obj: DeleteTypedLinkFacetResponse) => any;
4819
- /**
4820
- * @internal
4821
- */
4822
- export declare const DetachFromIndexRequestFilterSensitiveLog: (obj: DetachFromIndexRequest) => any;
4823
- /**
4824
- * @internal
4825
- */
4826
- export declare const DetachFromIndexResponseFilterSensitiveLog: (obj: DetachFromIndexResponse) => any;
4827
- /**
4828
- * @internal
4829
- */
4830
- export declare const DetachObjectRequestFilterSensitiveLog: (obj: DetachObjectRequest) => any;
4831
- /**
4832
- * @internal
4833
- */
4834
- export declare const DetachObjectResponseFilterSensitiveLog: (obj: DetachObjectResponse) => any;
4835
- /**
4836
- * @internal
4837
- */
4838
- export declare const DetachPolicyRequestFilterSensitiveLog: (obj: DetachPolicyRequest) => any;
4839
- /**
4840
- * @internal
4841
- */
4842
- export declare const DetachPolicyResponseFilterSensitiveLog: (obj: DetachPolicyResponse) => any;
4843
- /**
4844
- * @internal
4845
- */
4846
- export declare const DetachTypedLinkRequestFilterSensitiveLog: (obj: DetachTypedLinkRequest) => any;
4847
- /**
4848
- * @internal
4849
- */
4850
- export declare const DisableDirectoryRequestFilterSensitiveLog: (obj: DisableDirectoryRequest) => any;
4851
- /**
4852
- * @internal
4853
- */
4854
- export declare const DisableDirectoryResponseFilterSensitiveLog: (obj: DisableDirectoryResponse) => any;
4855
- /**
4856
- * @internal
4857
- */
4858
- export declare const EnableDirectoryRequestFilterSensitiveLog: (obj: EnableDirectoryRequest) => any;
4859
- /**
4860
- * @internal
4861
- */
4862
- export declare const EnableDirectoryResponseFilterSensitiveLog: (obj: EnableDirectoryResponse) => any;
4863
- /**
4864
- * @internal
4865
- */
4866
- export declare const GetAppliedSchemaVersionRequestFilterSensitiveLog: (obj: GetAppliedSchemaVersionRequest) => any;
4867
- /**
4868
- * @internal
4869
- */
4870
- export declare const GetAppliedSchemaVersionResponseFilterSensitiveLog: (obj: GetAppliedSchemaVersionResponse) => any;
4871
- /**
4872
- * @internal
4873
- */
4874
- export declare const GetDirectoryRequestFilterSensitiveLog: (obj: GetDirectoryRequest) => any;
4875
- /**
4876
- * @internal
4877
- */
4878
- export declare const DirectoryFilterSensitiveLog: (obj: Directory) => any;
4879
- /**
4880
- * @internal
4881
- */
4882
- export declare const GetDirectoryResponseFilterSensitiveLog: (obj: GetDirectoryResponse) => any;
4883
- /**
4884
- * @internal
4885
- */
4886
- export declare const GetFacetRequestFilterSensitiveLog: (obj: GetFacetRequest) => any;
4887
- /**
4888
- * @internal
4889
- */
4890
- export declare const FacetFilterSensitiveLog: (obj: Facet) => any;
4891
- /**
4892
- * @internal
4893
- */
4894
- export declare const GetFacetResponseFilterSensitiveLog: (obj: GetFacetResponse) => any;
4895
- /**
4896
- * @internal
4897
- */
4898
- export declare const GetLinkAttributesRequestFilterSensitiveLog: (obj: GetLinkAttributesRequest) => any;
4899
- /**
4900
- * @internal
4901
- */
4902
- export declare const GetLinkAttributesResponseFilterSensitiveLog: (obj: GetLinkAttributesResponse) => any;
4903
- /**
4904
- * @internal
4905
- */
4906
- export declare const GetObjectAttributesRequestFilterSensitiveLog: (obj: GetObjectAttributesRequest) => any;
4907
- /**
4908
- * @internal
4909
- */
4910
- export declare const GetObjectAttributesResponseFilterSensitiveLog: (obj: GetObjectAttributesResponse) => any;
4911
- /**
4912
- * @internal
4913
- */
4914
- export declare const GetObjectInformationRequestFilterSensitiveLog: (obj: GetObjectInformationRequest) => any;
4915
- /**
4916
- * @internal
4917
- */
4918
- export declare const GetObjectInformationResponseFilterSensitiveLog: (obj: GetObjectInformationResponse) => any;
4919
- /**
4920
- * @internal
4921
- */
4922
- export declare const GetSchemaAsJsonRequestFilterSensitiveLog: (obj: GetSchemaAsJsonRequest) => any;
4923
- /**
4924
- * @internal
4925
- */
4926
- export declare const GetSchemaAsJsonResponseFilterSensitiveLog: (obj: GetSchemaAsJsonResponse) => any;
4927
- /**
4928
- * @internal
4929
- */
4930
- export declare const GetTypedLinkFacetInformationRequestFilterSensitiveLog: (obj: GetTypedLinkFacetInformationRequest) => any;
4931
- /**
4932
- * @internal
4933
- */
4934
- export declare const GetTypedLinkFacetInformationResponseFilterSensitiveLog: (obj: GetTypedLinkFacetInformationResponse) => any;
4935
- /**
4936
- * @internal
4937
- */
4938
- export declare const ListAppliedSchemaArnsRequestFilterSensitiveLog: (obj: ListAppliedSchemaArnsRequest) => any;
4939
- /**
4940
- * @internal
4941
- */
4942
- export declare const ListAppliedSchemaArnsResponseFilterSensitiveLog: (obj: ListAppliedSchemaArnsResponse) => any;
4943
- /**
4944
- * @internal
4945
- */
4946
- export declare const ListAttachedIndicesRequestFilterSensitiveLog: (obj: ListAttachedIndicesRequest) => any;
4947
- /**
4948
- * @internal
4949
- */
4950
- export declare const ListAttachedIndicesResponseFilterSensitiveLog: (obj: ListAttachedIndicesResponse) => any;
4951
- /**
4952
- * @internal
4953
- */
4954
- export declare const ListDevelopmentSchemaArnsRequestFilterSensitiveLog: (obj: ListDevelopmentSchemaArnsRequest) => any;
4955
- /**
4956
- * @internal
4957
- */
4958
- export declare const ListDevelopmentSchemaArnsResponseFilterSensitiveLog: (obj: ListDevelopmentSchemaArnsResponse) => any;
4959
- /**
4960
- * @internal
4961
- */
4962
- export declare const ListDirectoriesRequestFilterSensitiveLog: (obj: ListDirectoriesRequest) => any;
4963
- /**
4964
- * @internal
4965
- */
4966
- export declare const ListDirectoriesResponseFilterSensitiveLog: (obj: ListDirectoriesResponse) => any;
4967
- /**
4968
- * @internal
4969
- */
4970
- export declare const ListFacetAttributesRequestFilterSensitiveLog: (obj: ListFacetAttributesRequest) => any;
4971
- /**
4972
- * @internal
4973
- */
4974
- export declare const ListFacetAttributesResponseFilterSensitiveLog: (obj: ListFacetAttributesResponse) => any;
4975
- /**
4976
- * @internal
4977
- */
4978
- export declare const ListFacetNamesRequestFilterSensitiveLog: (obj: ListFacetNamesRequest) => any;
4979
- /**
4980
- * @internal
4981
- */
4982
- export declare const ListFacetNamesResponseFilterSensitiveLog: (obj: ListFacetNamesResponse) => any;
4983
- /**
4984
- * @internal
4985
- */
4986
- export declare const ListIncomingTypedLinksRequestFilterSensitiveLog: (obj: ListIncomingTypedLinksRequest) => any;
4987
- /**
4988
- * @internal
4989
- */
4990
- export declare const ListIncomingTypedLinksResponseFilterSensitiveLog: (obj: ListIncomingTypedLinksResponse) => any;
4991
- /**
4992
- * @internal
4993
- */
4994
- export declare const ListIndexRequestFilterSensitiveLog: (obj: ListIndexRequest) => any;
4995
- /**
4996
- * @internal
4997
- */
4998
- export declare const ListIndexResponseFilterSensitiveLog: (obj: ListIndexResponse) => any;
4999
- /**
5000
- * @internal
5001
- */
5002
- export declare const ListManagedSchemaArnsRequestFilterSensitiveLog: (obj: ListManagedSchemaArnsRequest) => any;
5003
- /**
5004
- * @internal
5005
- */
5006
- export declare const ListManagedSchemaArnsResponseFilterSensitiveLog: (obj: ListManagedSchemaArnsResponse) => any;
5007
- /**
5008
- * @internal
5009
- */
5010
- export declare const ListObjectAttributesRequestFilterSensitiveLog: (obj: ListObjectAttributesRequest) => any;
5011
- /**
5012
- * @internal
5013
- */
5014
- export declare const ListObjectAttributesResponseFilterSensitiveLog: (obj: ListObjectAttributesResponse) => any;
5015
- /**
5016
- * @internal
5017
- */
5018
- export declare const ListObjectChildrenRequestFilterSensitiveLog: (obj: ListObjectChildrenRequest) => any;
5019
- /**
5020
- * @internal
5021
- */
5022
- export declare const ListObjectChildrenResponseFilterSensitiveLog: (obj: ListObjectChildrenResponse) => any;
5023
- /**
5024
- * @internal
5025
- */
5026
- export declare const ListObjectParentPathsRequestFilterSensitiveLog: (obj: ListObjectParentPathsRequest) => any;
5027
- /**
5028
- * @internal
5029
- */
5030
- export declare const ListObjectParentPathsResponseFilterSensitiveLog: (obj: ListObjectParentPathsResponse) => any;
5031
- /**
5032
- * @internal
5033
- */
5034
- export declare const ListObjectParentsRequestFilterSensitiveLog: (obj: ListObjectParentsRequest) => any;
5035
- /**
5036
- * @internal
5037
- */
5038
- export declare const ListObjectParentsResponseFilterSensitiveLog: (obj: ListObjectParentsResponse) => any;
5039
- /**
5040
- * @internal
5041
- */
5042
- export declare const ListObjectPoliciesRequestFilterSensitiveLog: (obj: ListObjectPoliciesRequest) => any;
5043
- /**
5044
- * @internal
5045
- */
5046
- export declare const ListObjectPoliciesResponseFilterSensitiveLog: (obj: ListObjectPoliciesResponse) => any;
5047
- /**
5048
- * @internal
5049
- */
5050
- export declare const ListOutgoingTypedLinksRequestFilterSensitiveLog: (obj: ListOutgoingTypedLinksRequest) => any;
5051
- /**
5052
- * @internal
5053
- */
5054
- export declare const ListOutgoingTypedLinksResponseFilterSensitiveLog: (obj: ListOutgoingTypedLinksResponse) => any;
5055
- /**
5056
- * @internal
5057
- */
5058
- export declare const ListPolicyAttachmentsRequestFilterSensitiveLog: (obj: ListPolicyAttachmentsRequest) => any;
5059
- /**
5060
- * @internal
5061
- */
5062
- export declare const ListPolicyAttachmentsResponseFilterSensitiveLog: (obj: ListPolicyAttachmentsResponse) => any;
5063
- /**
5064
- * @internal
5065
- */
5066
- export declare const ListPublishedSchemaArnsRequestFilterSensitiveLog: (obj: ListPublishedSchemaArnsRequest) => any;
5067
- /**
5068
- * @internal
5069
- */
5070
- export declare const ListPublishedSchemaArnsResponseFilterSensitiveLog: (obj: ListPublishedSchemaArnsResponse) => any;
5071
- /**
5072
- * @internal
5073
- */
5074
- export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
5075
- /**
5076
- * @internal
5077
- */
5078
- export declare const TagFilterSensitiveLog: (obj: Tag) => any;
5079
- /**
5080
- * @internal
5081
- */
5082
- export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
5083
- /**
5084
- * @internal
5085
- */
5086
- export declare const ListTypedLinkFacetAttributesRequestFilterSensitiveLog: (obj: ListTypedLinkFacetAttributesRequest) => any;
5087
- /**
5088
- * @internal
5089
- */
5090
- export declare const ListTypedLinkFacetAttributesResponseFilterSensitiveLog: (obj: ListTypedLinkFacetAttributesResponse) => any;
5091
- /**
5092
- * @internal
5093
- */
5094
- export declare const ListTypedLinkFacetNamesRequestFilterSensitiveLog: (obj: ListTypedLinkFacetNamesRequest) => any;
5095
- /**
5096
- * @internal
5097
- */
5098
- export declare const ListTypedLinkFacetNamesResponseFilterSensitiveLog: (obj: ListTypedLinkFacetNamesResponse) => any;
5099
- /**
5100
- * @internal
5101
- */
5102
- export declare const LookupPolicyRequestFilterSensitiveLog: (obj: LookupPolicyRequest) => any;
5103
- /**
5104
- * @internal
5105
- */
5106
- export declare const LookupPolicyResponseFilterSensitiveLog: (obj: LookupPolicyResponse) => any;
5107
- /**
5108
- * @internal
5109
- */
5110
- export declare const PublishSchemaRequestFilterSensitiveLog: (obj: PublishSchemaRequest) => any;
5111
- /**
5112
- * @internal
5113
- */
5114
- export declare const PublishSchemaResponseFilterSensitiveLog: (obj: PublishSchemaResponse) => any;
5115
- /**
5116
- * @internal
5117
- */
5118
- export declare const PutSchemaFromJsonRequestFilterSensitiveLog: (obj: PutSchemaFromJsonRequest) => any;
5119
- /**
5120
- * @internal
5121
- */
5122
- export declare const PutSchemaFromJsonResponseFilterSensitiveLog: (obj: PutSchemaFromJsonResponse) => any;
5123
- /**
5124
- * @internal
5125
- */
5126
- export declare const RemoveFacetFromObjectRequestFilterSensitiveLog: (obj: RemoveFacetFromObjectRequest) => any;
5127
- /**
5128
- * @internal
5129
- */
5130
- export declare const RemoveFacetFromObjectResponseFilterSensitiveLog: (obj: RemoveFacetFromObjectResponse) => any;
5131
- /**
5132
- * @internal
5133
- */
5134
- export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
5135
- /**
5136
- * @internal
5137
- */
5138
- export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
5139
- /**
5140
- * @internal
5141
- */
5142
- export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
5143
- /**
5144
- * @internal
5145
- */
5146
- export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
5147
- /**
5148
- * @internal
5149
- */
5150
- export declare const FacetAttributeUpdateFilterSensitiveLog: (obj: FacetAttributeUpdate) => any;
5151
- /**
5152
- * @internal
5153
- */
5154
- export declare const UpdateFacetRequestFilterSensitiveLog: (obj: UpdateFacetRequest) => any;
5155
- /**
5156
- * @internal
5157
- */
5158
- export declare const UpdateFacetResponseFilterSensitiveLog: (obj: UpdateFacetResponse) => any;
5159
- /**
5160
- * @internal
5161
- */
5162
- export declare const UpdateLinkAttributesRequestFilterSensitiveLog: (obj: UpdateLinkAttributesRequest) => any;
5163
- /**
5164
- * @internal
5165
- */
5166
- export declare const UpdateLinkAttributesResponseFilterSensitiveLog: (obj: UpdateLinkAttributesResponse) => any;
5167
- /**
5168
- * @internal
5169
- */
5170
- export declare const UpdateObjectAttributesRequestFilterSensitiveLog: (obj: UpdateObjectAttributesRequest) => any;
5171
- /**
5172
- * @internal
5173
- */
5174
- export declare const UpdateObjectAttributesResponseFilterSensitiveLog: (obj: UpdateObjectAttributesResponse) => any;
5175
- /**
5176
- * @internal
5177
- */
5178
- export declare const UpdateSchemaRequestFilterSensitiveLog: (obj: UpdateSchemaRequest) => any;
5179
- /**
5180
- * @internal
5181
- */
5182
- export declare const UpdateSchemaResponseFilterSensitiveLog: (obj: UpdateSchemaResponse) => any;
5183
- /**
5184
- * @internal
5185
- */
5186
- export declare const TypedLinkFacetAttributeUpdateFilterSensitiveLog: (obj: TypedLinkFacetAttributeUpdate) => any;
5187
- /**
5188
- * @internal
5189
- */
5190
- export declare const UpdateTypedLinkFacetRequestFilterSensitiveLog: (obj: UpdateTypedLinkFacetRequest) => any;
5191
- /**
5192
- * @internal
5193
- */
5194
- export declare const UpdateTypedLinkFacetResponseFilterSensitiveLog: (obj: UpdateTypedLinkFacetResponse) => any;
5195
- /**
5196
- * @internal
5197
- */
5198
- export declare const UpgradeAppliedSchemaRequestFilterSensitiveLog: (obj: UpgradeAppliedSchemaRequest) => any;
5199
- /**
5200
- * @internal
5201
- */
5202
- export declare const UpgradeAppliedSchemaResponseFilterSensitiveLog: (obj: UpgradeAppliedSchemaResponse) => any;
5203
- /**
5204
- * @internal
5205
- */
5206
- export declare const UpgradePublishedSchemaRequestFilterSensitiveLog: (obj: UpgradePublishedSchemaRequest) => any;
5207
- /**
5208
- * @internal
5209
- */
5210
- export declare const UpgradePublishedSchemaResponseFilterSensitiveLog: (obj: UpgradePublishedSchemaResponse) => any;