@aws-sdk/client-clouddirectory 3.803.0 → 3.806.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 (138) hide show
  1. package/dist-cjs/runtimeConfig.js +6 -6
  2. package/dist-es/protocols/Aws_restJson1.js +1 -1
  3. package/dist-es/runtimeConfig.js +6 -6
  4. package/dist-types/commands/AddFacetToObjectCommand.d.ts +1 -1
  5. package/dist-types/commands/ApplySchemaCommand.d.ts +1 -1
  6. package/dist-types/commands/AttachObjectCommand.d.ts +1 -1
  7. package/dist-types/commands/AttachPolicyCommand.d.ts +1 -1
  8. package/dist-types/commands/AttachToIndexCommand.d.ts +1 -1
  9. package/dist-types/commands/AttachTypedLinkCommand.d.ts +1 -1
  10. package/dist-types/commands/BatchReadCommand.d.ts +1 -1
  11. package/dist-types/commands/BatchWriteCommand.d.ts +1 -1
  12. package/dist-types/commands/CreateDirectoryCommand.d.ts +1 -1
  13. package/dist-types/commands/CreateFacetCommand.d.ts +1 -1
  14. package/dist-types/commands/CreateIndexCommand.d.ts +1 -1
  15. package/dist-types/commands/CreateObjectCommand.d.ts +1 -1
  16. package/dist-types/commands/CreateSchemaCommand.d.ts +1 -1
  17. package/dist-types/commands/CreateTypedLinkFacetCommand.d.ts +1 -1
  18. package/dist-types/commands/DeleteDirectoryCommand.d.ts +1 -1
  19. package/dist-types/commands/DeleteFacetCommand.d.ts +1 -1
  20. package/dist-types/commands/DeleteObjectCommand.d.ts +1 -1
  21. package/dist-types/commands/DeleteSchemaCommand.d.ts +1 -1
  22. package/dist-types/commands/DeleteTypedLinkFacetCommand.d.ts +1 -1
  23. package/dist-types/commands/DetachFromIndexCommand.d.ts +1 -1
  24. package/dist-types/commands/DetachObjectCommand.d.ts +1 -1
  25. package/dist-types/commands/DetachPolicyCommand.d.ts +1 -1
  26. package/dist-types/commands/DetachTypedLinkCommand.d.ts +1 -1
  27. package/dist-types/commands/DisableDirectoryCommand.d.ts +1 -1
  28. package/dist-types/commands/EnableDirectoryCommand.d.ts +1 -1
  29. package/dist-types/commands/GetAppliedSchemaVersionCommand.d.ts +1 -1
  30. package/dist-types/commands/GetDirectoryCommand.d.ts +1 -1
  31. package/dist-types/commands/GetFacetCommand.d.ts +1 -1
  32. package/dist-types/commands/GetLinkAttributesCommand.d.ts +1 -1
  33. package/dist-types/commands/GetObjectAttributesCommand.d.ts +1 -1
  34. package/dist-types/commands/GetObjectInformationCommand.d.ts +1 -1
  35. package/dist-types/commands/GetSchemaAsJsonCommand.d.ts +1 -1
  36. package/dist-types/commands/GetTypedLinkFacetInformationCommand.d.ts +1 -1
  37. package/dist-types/commands/ListAppliedSchemaArnsCommand.d.ts +1 -1
  38. package/dist-types/commands/ListAttachedIndicesCommand.d.ts +1 -1
  39. package/dist-types/commands/ListFacetAttributesCommand.d.ts +1 -1
  40. package/dist-types/commands/ListFacetNamesCommand.d.ts +1 -1
  41. package/dist-types/commands/ListIncomingTypedLinksCommand.d.ts +1 -1
  42. package/dist-types/commands/ListIndexCommand.d.ts +1 -1
  43. package/dist-types/commands/ListObjectAttributesCommand.d.ts +1 -1
  44. package/dist-types/commands/ListObjectChildrenCommand.d.ts +1 -1
  45. package/dist-types/commands/ListObjectParentPathsCommand.d.ts +1 -1
  46. package/dist-types/commands/ListObjectParentsCommand.d.ts +1 -1
  47. package/dist-types/commands/ListObjectPoliciesCommand.d.ts +1 -1
  48. package/dist-types/commands/ListOutgoingTypedLinksCommand.d.ts +1 -1
  49. package/dist-types/commands/ListPolicyAttachmentsCommand.d.ts +1 -1
  50. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  51. package/dist-types/commands/ListTypedLinkFacetAttributesCommand.d.ts +1 -1
  52. package/dist-types/commands/ListTypedLinkFacetNamesCommand.d.ts +1 -1
  53. package/dist-types/commands/LookupPolicyCommand.d.ts +1 -1
  54. package/dist-types/commands/PublishSchemaCommand.d.ts +1 -1
  55. package/dist-types/commands/PutSchemaFromJsonCommand.d.ts +1 -1
  56. package/dist-types/commands/RemoveFacetFromObjectCommand.d.ts +1 -1
  57. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  58. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  59. package/dist-types/commands/UpdateFacetCommand.d.ts +1 -1
  60. package/dist-types/commands/UpdateLinkAttributesCommand.d.ts +1 -1
  61. package/dist-types/commands/UpdateObjectAttributesCommand.d.ts +1 -1
  62. package/dist-types/commands/UpdateSchemaCommand.d.ts +1 -1
  63. package/dist-types/commands/UpdateTypedLinkFacetCommand.d.ts +1 -1
  64. package/dist-types/commands/UpgradeAppliedSchemaCommand.d.ts +1 -1
  65. package/dist-types/commands/UpgradePublishedSchemaCommand.d.ts +1 -1
  66. package/dist-types/endpoint/EndpointParameters.d.ts +1 -3
  67. package/dist-types/runtimeConfig.browser.d.ts +17 -17
  68. package/dist-types/runtimeConfig.d.ts +16 -16
  69. package/dist-types/runtimeConfig.native.d.ts +18 -18
  70. package/dist-types/runtimeConfig.shared.d.ts +3 -3
  71. package/dist-types/ts3.4/commands/AddFacetToObjectCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/ApplySchemaCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/AttachObjectCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/AttachPolicyCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/AttachToIndexCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/AttachTypedLinkCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/BatchReadCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/BatchWriteCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/CreateDirectoryCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/CreateFacetCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/CreateObjectCommand.d.ts +1 -1
  83. package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +1 -1
  84. package/dist-types/ts3.4/commands/CreateTypedLinkFacetCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/DeleteDirectoryCommand.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/DeleteFacetCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +1 -1
  88. package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +1 -1
  89. package/dist-types/ts3.4/commands/DeleteTypedLinkFacetCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/DetachFromIndexCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/DetachObjectCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/DetachPolicyCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/DetachTypedLinkCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/DisableDirectoryCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/EnableDirectoryCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/GetAppliedSchemaVersionCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/GetDirectoryCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/GetFacetCommand.d.ts +1 -1
  99. package/dist-types/ts3.4/commands/GetLinkAttributesCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/GetObjectInformationCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/GetSchemaAsJsonCommand.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/GetTypedLinkFacetInformationCommand.d.ts +1 -1
  104. package/dist-types/ts3.4/commands/ListAppliedSchemaArnsCommand.d.ts +1 -1
  105. package/dist-types/ts3.4/commands/ListAttachedIndicesCommand.d.ts +1 -1
  106. package/dist-types/ts3.4/commands/ListFacetAttributesCommand.d.ts +1 -1
  107. package/dist-types/ts3.4/commands/ListFacetNamesCommand.d.ts +1 -1
  108. package/dist-types/ts3.4/commands/ListIncomingTypedLinksCommand.d.ts +1 -1
  109. package/dist-types/ts3.4/commands/ListIndexCommand.d.ts +1 -1
  110. package/dist-types/ts3.4/commands/ListObjectAttributesCommand.d.ts +1 -1
  111. package/dist-types/ts3.4/commands/ListObjectChildrenCommand.d.ts +1 -1
  112. package/dist-types/ts3.4/commands/ListObjectParentPathsCommand.d.ts +1 -1
  113. package/dist-types/ts3.4/commands/ListObjectParentsCommand.d.ts +1 -1
  114. package/dist-types/ts3.4/commands/ListObjectPoliciesCommand.d.ts +1 -1
  115. package/dist-types/ts3.4/commands/ListOutgoingTypedLinksCommand.d.ts +1 -1
  116. package/dist-types/ts3.4/commands/ListPolicyAttachmentsCommand.d.ts +1 -1
  117. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
  118. package/dist-types/ts3.4/commands/ListTypedLinkFacetAttributesCommand.d.ts +1 -1
  119. package/dist-types/ts3.4/commands/ListTypedLinkFacetNamesCommand.d.ts +1 -1
  120. package/dist-types/ts3.4/commands/LookupPolicyCommand.d.ts +1 -1
  121. package/dist-types/ts3.4/commands/PublishSchemaCommand.d.ts +1 -1
  122. package/dist-types/ts3.4/commands/PutSchemaFromJsonCommand.d.ts +1 -1
  123. package/dist-types/ts3.4/commands/RemoveFacetFromObjectCommand.d.ts +1 -1
  124. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  125. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  126. package/dist-types/ts3.4/commands/UpdateFacetCommand.d.ts +1 -1
  127. package/dist-types/ts3.4/commands/UpdateLinkAttributesCommand.d.ts +1 -1
  128. package/dist-types/ts3.4/commands/UpdateObjectAttributesCommand.d.ts +1 -1
  129. package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +1 -1
  130. package/dist-types/ts3.4/commands/UpdateTypedLinkFacetCommand.d.ts +1 -1
  131. package/dist-types/ts3.4/commands/UpgradeAppliedSchemaCommand.d.ts +1 -1
  132. package/dist-types/ts3.4/commands/UpgradePublishedSchemaCommand.d.ts +1 -1
  133. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -4
  134. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +22 -32
  135. package/dist-types/ts3.4/runtimeConfig.d.ts +20 -29
  136. package/dist-types/ts3.4/runtimeConfig.native.d.ts +23 -33
  137. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +3 -3
  138. package/package.json +22 -22
@@ -26,7 +26,7 @@ declare const DetachFromIndexCommand_base: {
26
26
  ServiceOutputTypes
27
27
  >;
28
28
  new (
29
- __0_0: DetachFromIndexCommandInput
29
+ input: DetachFromIndexCommandInput
30
30
  ): import("@smithy/smithy-client").CommandImpl<
31
31
  DetachFromIndexCommandInput,
32
32
  DetachFromIndexCommandOutput,
@@ -23,7 +23,7 @@ declare const DetachObjectCommand_base: {
23
23
  ServiceOutputTypes
24
24
  >;
25
25
  new (
26
- __0_0: DetachObjectCommandInput
26
+ input: DetachObjectCommandInput
27
27
  ): import("@smithy/smithy-client").CommandImpl<
28
28
  DetachObjectCommandInput,
29
29
  DetachObjectCommandOutput,
@@ -23,7 +23,7 @@ declare const DetachPolicyCommand_base: {
23
23
  ServiceOutputTypes
24
24
  >;
25
25
  new (
26
- __0_0: DetachPolicyCommandInput
26
+ input: DetachPolicyCommandInput
27
27
  ): import("@smithy/smithy-client").CommandImpl<
28
28
  DetachPolicyCommandInput,
29
29
  DetachPolicyCommandOutput,
@@ -21,7 +21,7 @@ declare const DetachTypedLinkCommand_base: {
21
21
  ServiceOutputTypes
22
22
  >;
23
23
  new (
24
- __0_0: DetachTypedLinkCommandInput
24
+ input: DetachTypedLinkCommandInput
25
25
  ): import("@smithy/smithy-client").CommandImpl<
26
26
  DetachTypedLinkCommandInput,
27
27
  DetachTypedLinkCommandOutput,
@@ -26,7 +26,7 @@ declare const DisableDirectoryCommand_base: {
26
26
  ServiceOutputTypes
27
27
  >;
28
28
  new (
29
- __0_0: DisableDirectoryCommandInput
29
+ input: DisableDirectoryCommandInput
30
30
  ): import("@smithy/smithy-client").CommandImpl<
31
31
  DisableDirectoryCommandInput,
32
32
  DisableDirectoryCommandOutput,
@@ -26,7 +26,7 @@ declare const EnableDirectoryCommand_base: {
26
26
  ServiceOutputTypes
27
27
  >;
28
28
  new (
29
- __0_0: EnableDirectoryCommandInput
29
+ input: EnableDirectoryCommandInput
30
30
  ): import("@smithy/smithy-client").CommandImpl<
31
31
  EnableDirectoryCommandInput,
32
32
  EnableDirectoryCommandOutput,
@@ -27,7 +27,7 @@ declare const GetAppliedSchemaVersionCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: GetAppliedSchemaVersionCommandInput
30
+ input: GetAppliedSchemaVersionCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  GetAppliedSchemaVersionCommandInput,
33
33
  GetAppliedSchemaVersionCommandOutput,
@@ -23,7 +23,7 @@ declare const GetDirectoryCommand_base: {
23
23
  ServiceOutputTypes
24
24
  >;
25
25
  new (
26
- __0_0: GetDirectoryCommandInput
26
+ input: GetDirectoryCommandInput
27
27
  ): import("@smithy/smithy-client").CommandImpl<
28
28
  GetDirectoryCommandInput,
29
29
  GetDirectoryCommandOutput,
@@ -23,7 +23,7 @@ declare const GetFacetCommand_base: {
23
23
  ServiceOutputTypes
24
24
  >;
25
25
  new (
26
- __0_0: GetFacetCommandInput
26
+ input: GetFacetCommandInput
27
27
  ): import("@smithy/smithy-client").CommandImpl<
28
28
  GetFacetCommandInput,
29
29
  GetFacetCommandOutput,
@@ -27,7 +27,7 @@ declare const GetLinkAttributesCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: GetLinkAttributesCommandInput
30
+ input: GetLinkAttributesCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  GetLinkAttributesCommandInput,
33
33
  GetLinkAttributesCommandOutput,
@@ -27,7 +27,7 @@ declare const GetObjectAttributesCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: GetObjectAttributesCommandInput
30
+ input: GetObjectAttributesCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  GetObjectAttributesCommandInput,
33
33
  GetObjectAttributesCommandOutput,
@@ -27,7 +27,7 @@ declare const GetObjectInformationCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: GetObjectInformationCommandInput
30
+ input: GetObjectInformationCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  GetObjectInformationCommandInput,
33
33
  GetObjectInformationCommandOutput,
@@ -26,7 +26,7 @@ declare const GetSchemaAsJsonCommand_base: {
26
26
  ServiceOutputTypes
27
27
  >;
28
28
  new (
29
- __0_0: GetSchemaAsJsonCommandInput
29
+ input: GetSchemaAsJsonCommandInput
30
30
  ): import("@smithy/smithy-client").CommandImpl<
31
31
  GetSchemaAsJsonCommandInput,
32
32
  GetSchemaAsJsonCommandOutput,
@@ -27,7 +27,7 @@ declare const GetTypedLinkFacetInformationCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: GetTypedLinkFacetInformationCommandInput
30
+ input: GetTypedLinkFacetInformationCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  GetTypedLinkFacetInformationCommandInput,
33
33
  GetTypedLinkFacetInformationCommandOutput,
@@ -27,7 +27,7 @@ declare const ListAppliedSchemaArnsCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: ListAppliedSchemaArnsCommandInput
30
+ input: ListAppliedSchemaArnsCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  ListAppliedSchemaArnsCommandInput,
33
33
  ListAppliedSchemaArnsCommandOutput,
@@ -27,7 +27,7 @@ declare const ListAttachedIndicesCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: ListAttachedIndicesCommandInput
30
+ input: ListAttachedIndicesCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  ListAttachedIndicesCommandInput,
33
33
  ListAttachedIndicesCommandOutput,
@@ -27,7 +27,7 @@ declare const ListFacetAttributesCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: ListFacetAttributesCommandInput
30
+ input: ListFacetAttributesCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  ListFacetAttributesCommandInput,
33
33
  ListFacetAttributesCommandOutput,
@@ -26,7 +26,7 @@ declare const ListFacetNamesCommand_base: {
26
26
  ServiceOutputTypes
27
27
  >;
28
28
  new (
29
- __0_0: ListFacetNamesCommandInput
29
+ input: ListFacetNamesCommandInput
30
30
  ): import("@smithy/smithy-client").CommandImpl<
31
31
  ListFacetNamesCommandInput,
32
32
  ListFacetNamesCommandOutput,
@@ -27,7 +27,7 @@ declare const ListIncomingTypedLinksCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: ListIncomingTypedLinksCommandInput
30
+ input: ListIncomingTypedLinksCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  ListIncomingTypedLinksCommandInput,
33
33
  ListIncomingTypedLinksCommandOutput,
@@ -23,7 +23,7 @@ declare const ListIndexCommand_base: {
23
23
  ServiceOutputTypes
24
24
  >;
25
25
  new (
26
- __0_0: ListIndexCommandInput
26
+ input: ListIndexCommandInput
27
27
  ): import("@smithy/smithy-client").CommandImpl<
28
28
  ListIndexCommandInput,
29
29
  ListIndexCommandOutput,
@@ -27,7 +27,7 @@ declare const ListObjectAttributesCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: ListObjectAttributesCommandInput
30
+ input: ListObjectAttributesCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  ListObjectAttributesCommandInput,
33
33
  ListObjectAttributesCommandOutput,
@@ -27,7 +27,7 @@ declare const ListObjectChildrenCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: ListObjectChildrenCommandInput
30
+ input: ListObjectChildrenCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  ListObjectChildrenCommandInput,
33
33
  ListObjectChildrenCommandOutput,
@@ -27,7 +27,7 @@ declare const ListObjectParentPathsCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: ListObjectParentPathsCommandInput
30
+ input: ListObjectParentPathsCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  ListObjectParentPathsCommandInput,
33
33
  ListObjectParentPathsCommandOutput,
@@ -27,7 +27,7 @@ declare const ListObjectParentsCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: ListObjectParentsCommandInput
30
+ input: ListObjectParentsCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  ListObjectParentsCommandInput,
33
33
  ListObjectParentsCommandOutput,
@@ -27,7 +27,7 @@ declare const ListObjectPoliciesCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: ListObjectPoliciesCommandInput
30
+ input: ListObjectPoliciesCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  ListObjectPoliciesCommandInput,
33
33
  ListObjectPoliciesCommandOutput,
@@ -27,7 +27,7 @@ declare const ListOutgoingTypedLinksCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: ListOutgoingTypedLinksCommandInput
30
+ input: ListOutgoingTypedLinksCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  ListOutgoingTypedLinksCommandInput,
33
33
  ListOutgoingTypedLinksCommandOutput,
@@ -27,7 +27,7 @@ declare const ListPolicyAttachmentsCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: ListPolicyAttachmentsCommandInput
30
+ input: ListPolicyAttachmentsCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  ListPolicyAttachmentsCommandInput,
33
33
  ListPolicyAttachmentsCommandOutput,
@@ -27,7 +27,7 @@ declare const ListTagsForResourceCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: ListTagsForResourceCommandInput
30
+ input: ListTagsForResourceCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  ListTagsForResourceCommandInput,
33
33
  ListTagsForResourceCommandOutput,
@@ -27,7 +27,7 @@ declare const ListTypedLinkFacetAttributesCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: ListTypedLinkFacetAttributesCommandInput
30
+ input: ListTypedLinkFacetAttributesCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  ListTypedLinkFacetAttributesCommandInput,
33
33
  ListTypedLinkFacetAttributesCommandOutput,
@@ -27,7 +27,7 @@ declare const ListTypedLinkFacetNamesCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: ListTypedLinkFacetNamesCommandInput
30
+ input: ListTypedLinkFacetNamesCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  ListTypedLinkFacetNamesCommandInput,
33
33
  ListTypedLinkFacetNamesCommandOutput,
@@ -23,7 +23,7 @@ declare const LookupPolicyCommand_base: {
23
23
  ServiceOutputTypes
24
24
  >;
25
25
  new (
26
- __0_0: LookupPolicyCommandInput
26
+ input: LookupPolicyCommandInput
27
27
  ): import("@smithy/smithy-client").CommandImpl<
28
28
  LookupPolicyCommandInput,
29
29
  LookupPolicyCommandOutput,
@@ -26,7 +26,7 @@ declare const PublishSchemaCommand_base: {
26
26
  ServiceOutputTypes
27
27
  >;
28
28
  new (
29
- __0_0: PublishSchemaCommandInput
29
+ input: PublishSchemaCommandInput
30
30
  ): import("@smithy/smithy-client").CommandImpl<
31
31
  PublishSchemaCommandInput,
32
32
  PublishSchemaCommandOutput,
@@ -27,7 +27,7 @@ declare const PutSchemaFromJsonCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: PutSchemaFromJsonCommandInput
30
+ input: PutSchemaFromJsonCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  PutSchemaFromJsonCommandInput,
33
33
  PutSchemaFromJsonCommandOutput,
@@ -27,7 +27,7 @@ declare const RemoveFacetFromObjectCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: RemoveFacetFromObjectCommandInput
30
+ input: RemoveFacetFromObjectCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  RemoveFacetFromObjectCommandInput,
33
33
  RemoveFacetFromObjectCommandOutput,
@@ -23,7 +23,7 @@ declare const TagResourceCommand_base: {
23
23
  ServiceOutputTypes
24
24
  >;
25
25
  new (
26
- __0_0: TagResourceCommandInput
26
+ input: TagResourceCommandInput
27
27
  ): import("@smithy/smithy-client").CommandImpl<
28
28
  TagResourceCommandInput,
29
29
  TagResourceCommandOutput,
@@ -26,7 +26,7 @@ declare const UntagResourceCommand_base: {
26
26
  ServiceOutputTypes
27
27
  >;
28
28
  new (
29
- __0_0: UntagResourceCommandInput
29
+ input: UntagResourceCommandInput
30
30
  ): import("@smithy/smithy-client").CommandImpl<
31
31
  UntagResourceCommandInput,
32
32
  UntagResourceCommandOutput,
@@ -23,7 +23,7 @@ declare const UpdateFacetCommand_base: {
23
23
  ServiceOutputTypes
24
24
  >;
25
25
  new (
26
- __0_0: UpdateFacetCommandInput
26
+ input: UpdateFacetCommandInput
27
27
  ): import("@smithy/smithy-client").CommandImpl<
28
28
  UpdateFacetCommandInput,
29
29
  UpdateFacetCommandOutput,
@@ -27,7 +27,7 @@ declare const UpdateLinkAttributesCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: UpdateLinkAttributesCommandInput
30
+ input: UpdateLinkAttributesCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  UpdateLinkAttributesCommandInput,
33
33
  UpdateLinkAttributesCommandOutput,
@@ -27,7 +27,7 @@ declare const UpdateObjectAttributesCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: UpdateObjectAttributesCommandInput
30
+ input: UpdateObjectAttributesCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  UpdateObjectAttributesCommandInput,
33
33
  UpdateObjectAttributesCommandOutput,
@@ -23,7 +23,7 @@ declare const UpdateSchemaCommand_base: {
23
23
  ServiceOutputTypes
24
24
  >;
25
25
  new (
26
- __0_0: UpdateSchemaCommandInput
26
+ input: UpdateSchemaCommandInput
27
27
  ): import("@smithy/smithy-client").CommandImpl<
28
28
  UpdateSchemaCommandInput,
29
29
  UpdateSchemaCommandOutput,
@@ -27,7 +27,7 @@ declare const UpdateTypedLinkFacetCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: UpdateTypedLinkFacetCommandInput
30
+ input: UpdateTypedLinkFacetCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  UpdateTypedLinkFacetCommandInput,
33
33
  UpdateTypedLinkFacetCommandOutput,
@@ -27,7 +27,7 @@ declare const UpgradeAppliedSchemaCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: UpgradeAppliedSchemaCommandInput
30
+ input: UpgradeAppliedSchemaCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  UpgradeAppliedSchemaCommandInput,
33
33
  UpgradeAppliedSchemaCommandOutput,
@@ -27,7 +27,7 @@ declare const UpgradePublishedSchemaCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: UpgradePublishedSchemaCommandInput
30
+ input: UpgradePublishedSchemaCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  UpgradePublishedSchemaCommandInput,
33
33
  UpgradePublishedSchemaCommandOutput,
@@ -21,10 +21,7 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
21
21
  };
22
22
  export declare const resolveClientEndpointParameters: <T>(
23
23
  options: T & ClientInputEndpointParameters
24
- ) => T &
25
- ClientInputEndpointParameters & {
26
- defaultSigningName: string;
27
- };
24
+ ) => T & ClientResolvedEndpointParameters;
28
25
  export declare const commonParams: {
29
26
  readonly UseFIPS: {
30
27
  readonly type: "builtInParams";
@@ -12,9 +12,7 @@ export declare const getRuntimeConfig: (config: CloudDirectoryClientConfig) => {
12
12
  _: unknown
13
13
  ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
14
14
  defaultUserAgentProvider: (
15
- config?:
16
- | import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
17
- | undefined
15
+ config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
18
16
  ) => Promise<import("@smithy/types").UserAgent>;
19
17
  maxAttempts: number | import("@smithy/types").Provider<number>;
20
18
  region: string | import("@smithy/types").Provider<any>;
@@ -30,23 +28,22 @@ export declare const getRuntimeConfig: (config: CloudDirectoryClientConfig) => {
30
28
  cacheMiddleware?: boolean | undefined;
31
29
  urlParser: import("@smithy/types").UrlParser;
32
30
  base64Decoder: import("@smithy/types").Decoder;
33
- base64Encoder: (_input: string | Uint8Array) => string;
31
+ base64Encoder: (_input: Uint8Array | string) => string;
34
32
  utf8Decoder: import("@smithy/types").Decoder;
35
- utf8Encoder: (input: string | Uint8Array) => string;
33
+ utf8Encoder: (input: Uint8Array | string) => string;
36
34
  disableHostPrefix: boolean;
37
35
  serviceId: string;
38
- profile?: string | undefined;
36
+ profile?: string;
39
37
  logger: import("@smithy/types").Logger;
40
38
  extensions: import("./runtimeExtensions").RuntimeExtension[];
41
- customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
39
+ customUserAgent?: string | import("@smithy/types").UserAgent;
42
40
  userAgentAppId?:
43
41
  | string
44
- | import("@smithy/types").Provider<string | undefined>
45
- | undefined;
42
+ | undefined
43
+ | import("@smithy/types").Provider<string | undefined>;
46
44
  retryStrategy?:
47
45
  | import("@smithy/types").RetryStrategy
48
- | import("@smithy/types").RetryStrategyV2
49
- | undefined;
46
+ | import("@smithy/types").RetryStrategyV2;
50
47
  endpoint?:
51
48
  | ((
52
49
  | string
@@ -67,34 +64,27 @@ export declare const getRuntimeConfig: (config: CloudDirectoryClientConfig) => {
67
64
  endpointProvider: (
68
65
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
69
66
  context?: {
70
- logger?: import("@smithy/types").Logger | undefined;
67
+ logger?: import("@smithy/types").Logger;
71
68
  }
72
69
  ) => import("@smithy/types").EndpointV2;
73
- tls?: boolean | undefined;
74
- serviceConfiguredEndpoint?: undefined;
75
- authSchemePreference?:
76
- | string[]
77
- | import("@smithy/types").Provider<string[]>
78
- | undefined;
70
+ tls?: boolean;
71
+ serviceConfiguredEndpoint?: never;
72
+ authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
79
73
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
80
74
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").CloudDirectoryHttpAuthSchemeProvider;
81
75
  credentials?:
82
76
  | import("@smithy/types").AwsCredentialIdentity
83
- | import("@smithy/types").AwsCredentialIdentityProvider
84
- | undefined;
77
+ | import("@smithy/types").AwsCredentialIdentityProvider;
85
78
  signer?:
86
79
  | import("@smithy/types").RequestSigner
87
80
  | ((
88
- authScheme?: import("@smithy/types").AuthScheme | undefined
89
- ) => Promise<import("@smithy/types").RequestSigner>)
90
- | undefined;
91
- signingEscapePath?: boolean | undefined;
92
- systemClockOffset?: number | undefined;
93
- signingRegion?: string | undefined;
94
- signerConstructor?:
95
- | (new (
96
- options: import("@smithy/signature-v4").SignatureV4Init &
97
- import("@smithy/signature-v4").SignatureV4CryptoInit
98
- ) => import("@smithy/types").RequestSigner)
99
- | undefined;
81
+ authScheme?: import("@smithy/types").AuthScheme
82
+ ) => Promise<import("@smithy/types").RequestSigner>);
83
+ signingEscapePath?: boolean;
84
+ systemClockOffset?: number;
85
+ signingRegion?: string;
86
+ signerConstructor?: new (
87
+ options: import("@smithy/signature-v4").SignatureV4Init &
88
+ import("@smithy/signature-v4").SignatureV4CryptoInit
89
+ ) => import("@smithy/types").RequestSigner;
100
90
  };
@@ -10,16 +10,12 @@ export declare const getRuntimeConfig: (config: CloudDirectoryClientConfig) => {
10
10
  credentialDefaultProvider:
11
11
  | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
12
12
  | ((
13
- init?:
14
- | import("@aws-sdk/credential-provider-node").DefaultProviderInit
15
- | undefined
13
+ init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit
16
14
  ) => import("@smithy/types").MemoizedProvider<
17
15
  import("@smithy/types").AwsCredentialIdentity
18
16
  >);
19
17
  defaultUserAgentProvider: (
20
- config?:
21
- | import("@aws-sdk/util-user-agent-node").PreviouslyResolved
22
- | undefined
18
+ config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved
23
19
  ) => Promise<import("@smithy/types").UserAgent>;
24
20
  maxAttempts: number | import("@smithy/types").Provider<number>;
25
21
  region: string | import("@smithy/types").Provider<string>;
@@ -36,19 +32,18 @@ export declare const getRuntimeConfig: (config: CloudDirectoryClientConfig) => {
36
32
  cacheMiddleware?: boolean | undefined;
37
33
  urlParser: import("@smithy/types").UrlParser;
38
34
  base64Decoder: import("@smithy/types").Decoder;
39
- base64Encoder: (_input: string | Uint8Array) => string;
35
+ base64Encoder: (_input: Uint8Array | string) => string;
40
36
  utf8Decoder: import("@smithy/types").Decoder;
41
- utf8Encoder: (input: string | Uint8Array) => string;
37
+ utf8Encoder: (input: Uint8Array | string) => string;
42
38
  disableHostPrefix: boolean;
43
39
  serviceId: string;
44
- profile?: string | undefined;
40
+ profile?: string;
45
41
  logger: import("@smithy/types").Logger;
46
42
  extensions: import("./runtimeExtensions").RuntimeExtension[];
47
- customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
43
+ customUserAgent?: string | import("@smithy/types").UserAgent;
48
44
  retryStrategy?:
49
45
  | import("@smithy/types").RetryStrategy
50
- | import("@smithy/types").RetryStrategyV2
51
- | undefined;
46
+ | import("@smithy/types").RetryStrategyV2;
52
47
  endpoint?:
53
48
  | ((
54
49
  | string
@@ -69,30 +64,26 @@ export declare const getRuntimeConfig: (config: CloudDirectoryClientConfig) => {
69
64
  endpointProvider: (
70
65
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
71
66
  context?: {
72
- logger?: import("@smithy/types").Logger | undefined;
67
+ logger?: import("@smithy/types").Logger;
73
68
  }
74
69
  ) => import("@smithy/types").EndpointV2;
75
- tls?: boolean | undefined;
76
- serviceConfiguredEndpoint?: undefined;
70
+ tls?: boolean;
71
+ serviceConfiguredEndpoint?: never;
77
72
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
78
73
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").CloudDirectoryHttpAuthSchemeProvider;
79
74
  credentials?:
80
75
  | import("@smithy/types").AwsCredentialIdentity
81
- | import("@smithy/types").AwsCredentialIdentityProvider
82
- | undefined;
76
+ | import("@smithy/types").AwsCredentialIdentityProvider;
83
77
  signer?:
84
78
  | import("@smithy/types").RequestSigner
85
79
  | ((
86
- authScheme?: import("@smithy/types").AuthScheme | undefined
87
- ) => Promise<import("@smithy/types").RequestSigner>)
88
- | undefined;
89
- signingEscapePath?: boolean | undefined;
90
- systemClockOffset?: number | undefined;
91
- signingRegion?: string | undefined;
92
- signerConstructor?:
93
- | (new (
94
- options: import("@smithy/signature-v4").SignatureV4Init &
95
- import("@smithy/signature-v4").SignatureV4CryptoInit
96
- ) => import("@smithy/types").RequestSigner)
97
- | undefined;
80
+ authScheme?: import("@smithy/types").AuthScheme
81
+ ) => Promise<import("@smithy/types").RequestSigner>);
82
+ signingEscapePath?: boolean;
83
+ systemClockOffset?: number;
84
+ signingRegion?: string;
85
+ signerConstructor?: new (
86
+ options: import("@smithy/signature-v4").SignatureV4Init &
87
+ import("@smithy/signature-v4").SignatureV4CryptoInit
88
+ ) => import("@smithy/types").RequestSigner;
98
89
  };