@aws-sdk/client-clouddirectory 3.948.0 → 3.953.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 (86) hide show
  1. package/dist-cjs/index.js +1215 -843
  2. package/dist-cjs/runtimeConfig.shared.js +6 -1
  3. package/dist-es/commands/AddFacetToObjectCommand.js +2 -2
  4. package/dist-es/commands/ApplySchemaCommand.js +2 -2
  5. package/dist-es/commands/AttachObjectCommand.js +2 -2
  6. package/dist-es/commands/AttachPolicyCommand.js +2 -2
  7. package/dist-es/commands/AttachToIndexCommand.js +2 -2
  8. package/dist-es/commands/AttachTypedLinkCommand.js +2 -2
  9. package/dist-es/commands/BatchReadCommand.js +2 -2
  10. package/dist-es/commands/BatchWriteCommand.js +2 -2
  11. package/dist-es/commands/CreateDirectoryCommand.js +2 -2
  12. package/dist-es/commands/CreateFacetCommand.js +2 -2
  13. package/dist-es/commands/CreateIndexCommand.js +2 -2
  14. package/dist-es/commands/CreateObjectCommand.js +2 -2
  15. package/dist-es/commands/CreateSchemaCommand.js +2 -2
  16. package/dist-es/commands/CreateTypedLinkFacetCommand.js +2 -2
  17. package/dist-es/commands/DeleteDirectoryCommand.js +2 -2
  18. package/dist-es/commands/DeleteFacetCommand.js +2 -2
  19. package/dist-es/commands/DeleteObjectCommand.js +2 -2
  20. package/dist-es/commands/DeleteSchemaCommand.js +2 -2
  21. package/dist-es/commands/DeleteTypedLinkFacetCommand.js +2 -2
  22. package/dist-es/commands/DetachFromIndexCommand.js +2 -2
  23. package/dist-es/commands/DetachObjectCommand.js +2 -2
  24. package/dist-es/commands/DetachPolicyCommand.js +2 -2
  25. package/dist-es/commands/DetachTypedLinkCommand.js +2 -2
  26. package/dist-es/commands/DisableDirectoryCommand.js +2 -2
  27. package/dist-es/commands/EnableDirectoryCommand.js +2 -2
  28. package/dist-es/commands/GetAppliedSchemaVersionCommand.js +2 -2
  29. package/dist-es/commands/GetDirectoryCommand.js +2 -2
  30. package/dist-es/commands/GetFacetCommand.js +2 -2
  31. package/dist-es/commands/GetLinkAttributesCommand.js +2 -2
  32. package/dist-es/commands/GetObjectAttributesCommand.js +2 -2
  33. package/dist-es/commands/GetObjectInformationCommand.js +2 -2
  34. package/dist-es/commands/GetSchemaAsJsonCommand.js +2 -2
  35. package/dist-es/commands/GetTypedLinkFacetInformationCommand.js +2 -2
  36. package/dist-es/commands/ListAppliedSchemaArnsCommand.js +2 -2
  37. package/dist-es/commands/ListAttachedIndicesCommand.js +2 -2
  38. package/dist-es/commands/ListDevelopmentSchemaArnsCommand.js +2 -2
  39. package/dist-es/commands/ListDirectoriesCommand.js +2 -2
  40. package/dist-es/commands/ListFacetAttributesCommand.js +2 -2
  41. package/dist-es/commands/ListFacetNamesCommand.js +2 -2
  42. package/dist-es/commands/ListIncomingTypedLinksCommand.js +2 -2
  43. package/dist-es/commands/ListIndexCommand.js +2 -2
  44. package/dist-es/commands/ListManagedSchemaArnsCommand.js +2 -2
  45. package/dist-es/commands/ListObjectAttributesCommand.js +2 -2
  46. package/dist-es/commands/ListObjectChildrenCommand.js +2 -2
  47. package/dist-es/commands/ListObjectParentPathsCommand.js +2 -2
  48. package/dist-es/commands/ListObjectParentsCommand.js +2 -2
  49. package/dist-es/commands/ListObjectPoliciesCommand.js +2 -2
  50. package/dist-es/commands/ListOutgoingTypedLinksCommand.js +2 -2
  51. package/dist-es/commands/ListPolicyAttachmentsCommand.js +2 -2
  52. package/dist-es/commands/ListPublishedSchemaArnsCommand.js +2 -2
  53. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  54. package/dist-es/commands/ListTypedLinkFacetAttributesCommand.js +2 -2
  55. package/dist-es/commands/ListTypedLinkFacetNamesCommand.js +2 -2
  56. package/dist-es/commands/LookupPolicyCommand.js +2 -2
  57. package/dist-es/commands/PublishSchemaCommand.js +2 -2
  58. package/dist-es/commands/PutSchemaFromJsonCommand.js +2 -2
  59. package/dist-es/commands/RemoveFacetFromObjectCommand.js +2 -2
  60. package/dist-es/commands/TagResourceCommand.js +2 -2
  61. package/dist-es/commands/UntagResourceCommand.js +2 -2
  62. package/dist-es/commands/UpdateFacetCommand.js +2 -2
  63. package/dist-es/commands/UpdateLinkAttributesCommand.js +2 -2
  64. package/dist-es/commands/UpdateObjectAttributesCommand.js +2 -2
  65. package/dist-es/commands/UpdateSchemaCommand.js +2 -2
  66. package/dist-es/commands/UpdateTypedLinkFacetCommand.js +2 -2
  67. package/dist-es/commands/UpgradeAppliedSchemaCommand.js +2 -2
  68. package/dist-es/commands/UpgradePublishedSchemaCommand.js +2 -2
  69. package/dist-es/index.js +1 -0
  70. package/dist-es/runtimeConfig.shared.js +6 -1
  71. package/dist-es/schemas/schemas_0.js +721 -677
  72. package/dist-types/CloudDirectoryClient.d.ts +1 -10
  73. package/dist-types/index.d.ts +1 -0
  74. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  75. package/dist-types/runtimeConfig.d.ts +6 -2
  76. package/dist-types/runtimeConfig.native.d.ts +6 -2
  77. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  78. package/dist-types/schemas/schemas_0.d.ts +329 -364
  79. package/dist-types/ts3.4/CloudDirectoryClient.d.ts +0 -4
  80. package/dist-types/ts3.4/index.d.ts +1 -0
  81. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  82. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  83. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  84. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  85. package/dist-types/ts3.4/schemas/schemas_0.d.ts +328 -365
  86. package/package.json +34 -34
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListDevelopmentSchemaArns } from "../schemas/schemas_0";
4
+ import { ListDevelopmentSchemaArns$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListDevelopmentSchemaArnsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListDevelopmentSchemaArnsCommand extends $Command
11
11
  })
12
12
  .s("AmazonCloudDirectory_20170111", "ListDevelopmentSchemaArns", {})
13
13
  .n("CloudDirectoryClient", "ListDevelopmentSchemaArnsCommand")
14
- .sc(ListDevelopmentSchemaArns)
14
+ .sc(ListDevelopmentSchemaArns$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListDirectories } from "../schemas/schemas_0";
4
+ import { ListDirectories$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListDirectoriesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListDirectoriesCommand extends $Command
11
11
  })
12
12
  .s("AmazonCloudDirectory_20170111", "ListDirectories", {})
13
13
  .n("CloudDirectoryClient", "ListDirectoriesCommand")
14
- .sc(ListDirectories)
14
+ .sc(ListDirectories$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListFacetAttributes } from "../schemas/schemas_0";
4
+ import { ListFacetAttributes$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListFacetAttributesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListFacetAttributesCommand extends $Command
11
11
  })
12
12
  .s("AmazonCloudDirectory_20170111", "ListFacetAttributes", {})
13
13
  .n("CloudDirectoryClient", "ListFacetAttributesCommand")
14
- .sc(ListFacetAttributes)
14
+ .sc(ListFacetAttributes$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListFacetNames } from "../schemas/schemas_0";
4
+ import { ListFacetNames$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListFacetNamesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListFacetNamesCommand extends $Command
11
11
  })
12
12
  .s("AmazonCloudDirectory_20170111", "ListFacetNames", {})
13
13
  .n("CloudDirectoryClient", "ListFacetNamesCommand")
14
- .sc(ListFacetNames)
14
+ .sc(ListFacetNames$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListIncomingTypedLinks } from "../schemas/schemas_0";
4
+ import { ListIncomingTypedLinks$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListIncomingTypedLinksCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListIncomingTypedLinksCommand extends $Command
11
11
  })
12
12
  .s("AmazonCloudDirectory_20170111", "ListIncomingTypedLinks", {})
13
13
  .n("CloudDirectoryClient", "ListIncomingTypedLinksCommand")
14
- .sc(ListIncomingTypedLinks)
14
+ .sc(ListIncomingTypedLinks$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListIndex } from "../schemas/schemas_0";
4
+ import { ListIndex$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListIndexCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListIndexCommand extends $Command
11
11
  })
12
12
  .s("AmazonCloudDirectory_20170111", "ListIndex", {})
13
13
  .n("CloudDirectoryClient", "ListIndexCommand")
14
- .sc(ListIndex)
14
+ .sc(ListIndex$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListManagedSchemaArns } from "../schemas/schemas_0";
4
+ import { ListManagedSchemaArns$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListManagedSchemaArnsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListManagedSchemaArnsCommand extends $Command
11
11
  })
12
12
  .s("AmazonCloudDirectory_20170111", "ListManagedSchemaArns", {})
13
13
  .n("CloudDirectoryClient", "ListManagedSchemaArnsCommand")
14
- .sc(ListManagedSchemaArns)
14
+ .sc(ListManagedSchemaArns$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListObjectAttributes } from "../schemas/schemas_0";
4
+ import { ListObjectAttributes$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListObjectAttributesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListObjectAttributesCommand extends $Command
11
11
  })
12
12
  .s("AmazonCloudDirectory_20170111", "ListObjectAttributes", {})
13
13
  .n("CloudDirectoryClient", "ListObjectAttributesCommand")
14
- .sc(ListObjectAttributes)
14
+ .sc(ListObjectAttributes$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListObjectChildren } from "../schemas/schemas_0";
4
+ import { ListObjectChildren$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListObjectChildrenCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListObjectChildrenCommand extends $Command
11
11
  })
12
12
  .s("AmazonCloudDirectory_20170111", "ListObjectChildren", {})
13
13
  .n("CloudDirectoryClient", "ListObjectChildrenCommand")
14
- .sc(ListObjectChildren)
14
+ .sc(ListObjectChildren$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListObjectParentPaths } from "../schemas/schemas_0";
4
+ import { ListObjectParentPaths$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListObjectParentPathsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListObjectParentPathsCommand extends $Command
11
11
  })
12
12
  .s("AmazonCloudDirectory_20170111", "ListObjectParentPaths", {})
13
13
  .n("CloudDirectoryClient", "ListObjectParentPathsCommand")
14
- .sc(ListObjectParentPaths)
14
+ .sc(ListObjectParentPaths$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListObjectParents } from "../schemas/schemas_0";
4
+ import { ListObjectParents$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListObjectParentsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListObjectParentsCommand extends $Command
11
11
  })
12
12
  .s("AmazonCloudDirectory_20170111", "ListObjectParents", {})
13
13
  .n("CloudDirectoryClient", "ListObjectParentsCommand")
14
- .sc(ListObjectParents)
14
+ .sc(ListObjectParents$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListObjectPolicies } from "../schemas/schemas_0";
4
+ import { ListObjectPolicies$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListObjectPoliciesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListObjectPoliciesCommand extends $Command
11
11
  })
12
12
  .s("AmazonCloudDirectory_20170111", "ListObjectPolicies", {})
13
13
  .n("CloudDirectoryClient", "ListObjectPoliciesCommand")
14
- .sc(ListObjectPolicies)
14
+ .sc(ListObjectPolicies$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListOutgoingTypedLinks } from "../schemas/schemas_0";
4
+ import { ListOutgoingTypedLinks$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListOutgoingTypedLinksCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListOutgoingTypedLinksCommand extends $Command
11
11
  })
12
12
  .s("AmazonCloudDirectory_20170111", "ListOutgoingTypedLinks", {})
13
13
  .n("CloudDirectoryClient", "ListOutgoingTypedLinksCommand")
14
- .sc(ListOutgoingTypedLinks)
14
+ .sc(ListOutgoingTypedLinks$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListPolicyAttachments } from "../schemas/schemas_0";
4
+ import { ListPolicyAttachments$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListPolicyAttachmentsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListPolicyAttachmentsCommand extends $Command
11
11
  })
12
12
  .s("AmazonCloudDirectory_20170111", "ListPolicyAttachments", {})
13
13
  .n("CloudDirectoryClient", "ListPolicyAttachmentsCommand")
14
- .sc(ListPolicyAttachments)
14
+ .sc(ListPolicyAttachments$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListPublishedSchemaArns } from "../schemas/schemas_0";
4
+ import { ListPublishedSchemaArns$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListPublishedSchemaArnsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListPublishedSchemaArnsCommand extends $Command
11
11
  })
12
12
  .s("AmazonCloudDirectory_20170111", "ListPublishedSchemaArns", {})
13
13
  .n("CloudDirectoryClient", "ListPublishedSchemaArnsCommand")
14
- .sc(ListPublishedSchemaArns)
14
+ .sc(ListPublishedSchemaArns$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListTagsForResource } from "../schemas/schemas_0";
4
+ import { ListTagsForResource$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListTagsForResourceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListTagsForResourceCommand extends $Command
11
11
  })
12
12
  .s("AmazonCloudDirectory_20170111", "ListTagsForResource", {})
13
13
  .n("CloudDirectoryClient", "ListTagsForResourceCommand")
14
- .sc(ListTagsForResource)
14
+ .sc(ListTagsForResource$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListTypedLinkFacetAttributes } from "../schemas/schemas_0";
4
+ import { ListTypedLinkFacetAttributes$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListTypedLinkFacetAttributesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListTypedLinkFacetAttributesCommand extends $Command
11
11
  })
12
12
  .s("AmazonCloudDirectory_20170111", "ListTypedLinkFacetAttributes", {})
13
13
  .n("CloudDirectoryClient", "ListTypedLinkFacetAttributesCommand")
14
- .sc(ListTypedLinkFacetAttributes)
14
+ .sc(ListTypedLinkFacetAttributes$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListTypedLinkFacetNames } from "../schemas/schemas_0";
4
+ import { ListTypedLinkFacetNames$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListTypedLinkFacetNamesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListTypedLinkFacetNamesCommand extends $Command
11
11
  })
12
12
  .s("AmazonCloudDirectory_20170111", "ListTypedLinkFacetNames", {})
13
13
  .n("CloudDirectoryClient", "ListTypedLinkFacetNamesCommand")
14
- .sc(ListTypedLinkFacetNames)
14
+ .sc(ListTypedLinkFacetNames$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { LookupPolicy } from "../schemas/schemas_0";
4
+ import { LookupPolicy$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class LookupPolicyCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class LookupPolicyCommand extends $Command
11
11
  })
12
12
  .s("AmazonCloudDirectory_20170111", "LookupPolicy", {})
13
13
  .n("CloudDirectoryClient", "LookupPolicyCommand")
14
- .sc(LookupPolicy)
14
+ .sc(LookupPolicy$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { PublishSchema } from "../schemas/schemas_0";
4
+ import { PublishSchema$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class PublishSchemaCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class PublishSchemaCommand extends $Command
11
11
  })
12
12
  .s("AmazonCloudDirectory_20170111", "PublishSchema", {})
13
13
  .n("CloudDirectoryClient", "PublishSchemaCommand")
14
- .sc(PublishSchema)
14
+ .sc(PublishSchema$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { PutSchemaFromJson } from "../schemas/schemas_0";
4
+ import { PutSchemaFromJson$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class PutSchemaFromJsonCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class PutSchemaFromJsonCommand extends $Command
11
11
  })
12
12
  .s("AmazonCloudDirectory_20170111", "PutSchemaFromJson", {})
13
13
  .n("CloudDirectoryClient", "PutSchemaFromJsonCommand")
14
- .sc(PutSchemaFromJson)
14
+ .sc(PutSchemaFromJson$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { RemoveFacetFromObject } from "../schemas/schemas_0";
4
+ import { RemoveFacetFromObject$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class RemoveFacetFromObjectCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class RemoveFacetFromObjectCommand extends $Command
11
11
  })
12
12
  .s("AmazonCloudDirectory_20170111", "RemoveFacetFromObject", {})
13
13
  .n("CloudDirectoryClient", "RemoveFacetFromObjectCommand")
14
- .sc(RemoveFacetFromObject)
14
+ .sc(RemoveFacetFromObject$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { TagResource } from "../schemas/schemas_0";
4
+ import { TagResource$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class TagResourceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class TagResourceCommand extends $Command
11
11
  })
12
12
  .s("AmazonCloudDirectory_20170111", "TagResource", {})
13
13
  .n("CloudDirectoryClient", "TagResourceCommand")
14
- .sc(TagResource)
14
+ .sc(TagResource$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UntagResource } from "../schemas/schemas_0";
4
+ import { UntagResource$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UntagResourceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UntagResourceCommand extends $Command
11
11
  })
12
12
  .s("AmazonCloudDirectory_20170111", "UntagResource", {})
13
13
  .n("CloudDirectoryClient", "UntagResourceCommand")
14
- .sc(UntagResource)
14
+ .sc(UntagResource$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UpdateFacet } from "../schemas/schemas_0";
4
+ import { UpdateFacet$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateFacetCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateFacetCommand extends $Command
11
11
  })
12
12
  .s("AmazonCloudDirectory_20170111", "UpdateFacet", {})
13
13
  .n("CloudDirectoryClient", "UpdateFacetCommand")
14
- .sc(UpdateFacet)
14
+ .sc(UpdateFacet$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UpdateLinkAttributes } from "../schemas/schemas_0";
4
+ import { UpdateLinkAttributes$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateLinkAttributesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateLinkAttributesCommand extends $Command
11
11
  })
12
12
  .s("AmazonCloudDirectory_20170111", "UpdateLinkAttributes", {})
13
13
  .n("CloudDirectoryClient", "UpdateLinkAttributesCommand")
14
- .sc(UpdateLinkAttributes)
14
+ .sc(UpdateLinkAttributes$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UpdateObjectAttributes } from "../schemas/schemas_0";
4
+ import { UpdateObjectAttributes$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateObjectAttributesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateObjectAttributesCommand extends $Command
11
11
  })
12
12
  .s("AmazonCloudDirectory_20170111", "UpdateObjectAttributes", {})
13
13
  .n("CloudDirectoryClient", "UpdateObjectAttributesCommand")
14
- .sc(UpdateObjectAttributes)
14
+ .sc(UpdateObjectAttributes$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UpdateSchema } from "../schemas/schemas_0";
4
+ import { UpdateSchema$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateSchemaCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateSchemaCommand extends $Command
11
11
  })
12
12
  .s("AmazonCloudDirectory_20170111", "UpdateSchema", {})
13
13
  .n("CloudDirectoryClient", "UpdateSchemaCommand")
14
- .sc(UpdateSchema)
14
+ .sc(UpdateSchema$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UpdateTypedLinkFacet } from "../schemas/schemas_0";
4
+ import { UpdateTypedLinkFacet$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateTypedLinkFacetCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateTypedLinkFacetCommand extends $Command
11
11
  })
12
12
  .s("AmazonCloudDirectory_20170111", "UpdateTypedLinkFacet", {})
13
13
  .n("CloudDirectoryClient", "UpdateTypedLinkFacetCommand")
14
- .sc(UpdateTypedLinkFacet)
14
+ .sc(UpdateTypedLinkFacet$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UpgradeAppliedSchema } from "../schemas/schemas_0";
4
+ import { UpgradeAppliedSchema$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpgradeAppliedSchemaCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpgradeAppliedSchemaCommand extends $Command
11
11
  })
12
12
  .s("AmazonCloudDirectory_20170111", "UpgradeAppliedSchema", {})
13
13
  .n("CloudDirectoryClient", "UpgradeAppliedSchemaCommand")
14
- .sc(UpgradeAppliedSchema)
14
+ .sc(UpgradeAppliedSchema$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UpgradePublishedSchema } from "../schemas/schemas_0";
4
+ import { UpgradePublishedSchema$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpgradePublishedSchemaCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpgradePublishedSchemaCommand extends $Command
11
11
  })
12
12
  .s("AmazonCloudDirectory_20170111", "UpgradePublishedSchema", {})
13
13
  .n("CloudDirectoryClient", "UpgradePublishedSchemaCommand")
14
- .sc(UpgradePublishedSchema)
14
+ .sc(UpgradePublishedSchema$)
15
15
  .build() {
16
16
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./CloudDirectoryClient";
2
2
  export * from "./CloudDirectory";
3
3
  export * from "./commands";
4
+ export * from "./schemas/schemas_0";
4
5
  export * from "./pagination";
5
6
  export * from "./models/enums";
6
7
  export * from "./models/errors";
@@ -23,7 +23,12 @@ export const getRuntimeConfig = (config) => {
23
23
  },
24
24
  ],
25
25
  logger: config?.logger ?? new NoOpLogger(),
26
- protocol: config?.protocol ?? new AwsRestJsonProtocol({ defaultNamespace: "com.amazonaws.clouddirectory" }),
26
+ protocol: config?.protocol ?? AwsRestJsonProtocol,
27
+ protocolSettings: config?.protocolSettings ?? {
28
+ defaultNamespace: "com.amazonaws.clouddirectory",
29
+ version: "2017-01-11",
30
+ serviceTarget: "AmazonCloudDirectory_20170111",
31
+ },
27
32
  serviceId: config?.serviceId ?? "CloudDirectory",
28
33
  urlParser: config?.urlParser ?? parseUrl,
29
34
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,