@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
package/dist-cjs/index.js CHANGED
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1086.0";
72
+ var version = "3.1088.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75