@aws-sdk/client-clouddirectory 3.1076.0 → 3.1078.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 (218) hide show
  1. package/dist-cjs/index.js +77 -665
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AddFacetToObjectCommand.js +2 -14
  4. package/dist-es/commands/ApplySchemaCommand.js +2 -14
  5. package/dist-es/commands/AttachObjectCommand.js +2 -14
  6. package/dist-es/commands/AttachPolicyCommand.js +2 -14
  7. package/dist-es/commands/AttachToIndexCommand.js +2 -14
  8. package/dist-es/commands/AttachTypedLinkCommand.js +2 -14
  9. package/dist-es/commands/BatchReadCommand.js +2 -14
  10. package/dist-es/commands/BatchWriteCommand.js +2 -14
  11. package/dist-es/commands/CreateDirectoryCommand.js +2 -14
  12. package/dist-es/commands/CreateFacetCommand.js +2 -14
  13. package/dist-es/commands/CreateIndexCommand.js +2 -14
  14. package/dist-es/commands/CreateObjectCommand.js +2 -14
  15. package/dist-es/commands/CreateSchemaCommand.js +2 -14
  16. package/dist-es/commands/CreateTypedLinkFacetCommand.js +2 -14
  17. package/dist-es/commands/DeleteDirectoryCommand.js +2 -14
  18. package/dist-es/commands/DeleteFacetCommand.js +2 -14
  19. package/dist-es/commands/DeleteObjectCommand.js +2 -14
  20. package/dist-es/commands/DeleteSchemaCommand.js +2 -14
  21. package/dist-es/commands/DeleteTypedLinkFacetCommand.js +2 -14
  22. package/dist-es/commands/DetachFromIndexCommand.js +2 -14
  23. package/dist-es/commands/DetachObjectCommand.js +2 -14
  24. package/dist-es/commands/DetachPolicyCommand.js +2 -14
  25. package/dist-es/commands/DetachTypedLinkCommand.js +2 -14
  26. package/dist-es/commands/DisableDirectoryCommand.js +2 -14
  27. package/dist-es/commands/EnableDirectoryCommand.js +2 -14
  28. package/dist-es/commands/GetAppliedSchemaVersionCommand.js +2 -14
  29. package/dist-es/commands/GetDirectoryCommand.js +2 -14
  30. package/dist-es/commands/GetFacetCommand.js +2 -14
  31. package/dist-es/commands/GetLinkAttributesCommand.js +2 -14
  32. package/dist-es/commands/GetObjectAttributesCommand.js +2 -14
  33. package/dist-es/commands/GetObjectInformationCommand.js +2 -14
  34. package/dist-es/commands/GetSchemaAsJsonCommand.js +2 -14
  35. package/dist-es/commands/GetTypedLinkFacetInformationCommand.js +2 -14
  36. package/dist-es/commands/ListAppliedSchemaArnsCommand.js +2 -14
  37. package/dist-es/commands/ListAttachedIndicesCommand.js +2 -14
  38. package/dist-es/commands/ListDevelopmentSchemaArnsCommand.js +2 -14
  39. package/dist-es/commands/ListDirectoriesCommand.js +2 -14
  40. package/dist-es/commands/ListFacetAttributesCommand.js +2 -14
  41. package/dist-es/commands/ListFacetNamesCommand.js +2 -14
  42. package/dist-es/commands/ListIncomingTypedLinksCommand.js +2 -14
  43. package/dist-es/commands/ListIndexCommand.js +2 -14
  44. package/dist-es/commands/ListManagedSchemaArnsCommand.js +2 -14
  45. package/dist-es/commands/ListObjectAttributesCommand.js +2 -14
  46. package/dist-es/commands/ListObjectChildrenCommand.js +2 -14
  47. package/dist-es/commands/ListObjectParentPathsCommand.js +2 -14
  48. package/dist-es/commands/ListObjectParentsCommand.js +2 -14
  49. package/dist-es/commands/ListObjectPoliciesCommand.js +2 -14
  50. package/dist-es/commands/ListOutgoingTypedLinksCommand.js +2 -14
  51. package/dist-es/commands/ListPolicyAttachmentsCommand.js +2 -14
  52. package/dist-es/commands/ListPublishedSchemaArnsCommand.js +2 -14
  53. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  54. package/dist-es/commands/ListTypedLinkFacetAttributesCommand.js +2 -14
  55. package/dist-es/commands/ListTypedLinkFacetNamesCommand.js +2 -14
  56. package/dist-es/commands/LookupPolicyCommand.js +2 -14
  57. package/dist-es/commands/PublishSchemaCommand.js +2 -14
  58. package/dist-es/commands/PutSchemaFromJsonCommand.js +2 -14
  59. package/dist-es/commands/RemoveFacetFromObjectCommand.js +2 -14
  60. package/dist-es/commands/TagResourceCommand.js +2 -14
  61. package/dist-es/commands/UntagResourceCommand.js +2 -14
  62. package/dist-es/commands/UpdateFacetCommand.js +2 -14
  63. package/dist-es/commands/UpdateLinkAttributesCommand.js +2 -14
  64. package/dist-es/commands/UpdateObjectAttributesCommand.js +2 -14
  65. package/dist-es/commands/UpdateSchemaCommand.js +2 -14
  66. package/dist-es/commands/UpdateTypedLinkFacetCommand.js +2 -14
  67. package/dist-es/commands/UpgradeAppliedSchemaCommand.js +2 -14
  68. package/dist-es/commands/UpgradePublishedSchemaCommand.js +2 -14
  69. package/dist-es/index.js +1 -0
  70. package/dist-es/runtimeConfig.browser.js +0 -2
  71. package/dist-es/runtimeConfig.js +1 -2
  72. package/dist-es/runtimeConfig.native.js +0 -2
  73. package/dist-es/runtimeConfig.shared.js +2 -0
  74. package/dist-types/commandBuilder.d.ts +18 -0
  75. package/dist-types/commands/AddFacetToObjectCommand.d.ts +3 -8
  76. package/dist-types/commands/ApplySchemaCommand.d.ts +3 -8
  77. package/dist-types/commands/AttachObjectCommand.d.ts +3 -8
  78. package/dist-types/commands/AttachPolicyCommand.d.ts +3 -8
  79. package/dist-types/commands/AttachToIndexCommand.d.ts +3 -8
  80. package/dist-types/commands/AttachTypedLinkCommand.d.ts +3 -8
  81. package/dist-types/commands/BatchReadCommand.d.ts +3 -8
  82. package/dist-types/commands/BatchWriteCommand.d.ts +3 -8
  83. package/dist-types/commands/CreateDirectoryCommand.d.ts +3 -8
  84. package/dist-types/commands/CreateFacetCommand.d.ts +3 -8
  85. package/dist-types/commands/CreateIndexCommand.d.ts +3 -8
  86. package/dist-types/commands/CreateObjectCommand.d.ts +3 -8
  87. package/dist-types/commands/CreateSchemaCommand.d.ts +3 -8
  88. package/dist-types/commands/CreateTypedLinkFacetCommand.d.ts +3 -8
  89. package/dist-types/commands/DeleteDirectoryCommand.d.ts +3 -8
  90. package/dist-types/commands/DeleteFacetCommand.d.ts +3 -8
  91. package/dist-types/commands/DeleteObjectCommand.d.ts +3 -8
  92. package/dist-types/commands/DeleteSchemaCommand.d.ts +3 -8
  93. package/dist-types/commands/DeleteTypedLinkFacetCommand.d.ts +3 -8
  94. package/dist-types/commands/DetachFromIndexCommand.d.ts +3 -8
  95. package/dist-types/commands/DetachObjectCommand.d.ts +3 -8
  96. package/dist-types/commands/DetachPolicyCommand.d.ts +3 -8
  97. package/dist-types/commands/DetachTypedLinkCommand.d.ts +3 -8
  98. package/dist-types/commands/DisableDirectoryCommand.d.ts +3 -8
  99. package/dist-types/commands/EnableDirectoryCommand.d.ts +3 -8
  100. package/dist-types/commands/GetAppliedSchemaVersionCommand.d.ts +3 -8
  101. package/dist-types/commands/GetDirectoryCommand.d.ts +3 -8
  102. package/dist-types/commands/GetFacetCommand.d.ts +3 -8
  103. package/dist-types/commands/GetLinkAttributesCommand.d.ts +3 -8
  104. package/dist-types/commands/GetObjectAttributesCommand.d.ts +3 -8
  105. package/dist-types/commands/GetObjectInformationCommand.d.ts +3 -8
  106. package/dist-types/commands/GetSchemaAsJsonCommand.d.ts +3 -8
  107. package/dist-types/commands/GetTypedLinkFacetInformationCommand.d.ts +3 -8
  108. package/dist-types/commands/ListAppliedSchemaArnsCommand.d.ts +3 -8
  109. package/dist-types/commands/ListAttachedIndicesCommand.d.ts +3 -8
  110. package/dist-types/commands/ListDevelopmentSchemaArnsCommand.d.ts +3 -8
  111. package/dist-types/commands/ListDirectoriesCommand.d.ts +3 -8
  112. package/dist-types/commands/ListFacetAttributesCommand.d.ts +3 -8
  113. package/dist-types/commands/ListFacetNamesCommand.d.ts +3 -8
  114. package/dist-types/commands/ListIncomingTypedLinksCommand.d.ts +3 -8
  115. package/dist-types/commands/ListIndexCommand.d.ts +3 -8
  116. package/dist-types/commands/ListManagedSchemaArnsCommand.d.ts +3 -8
  117. package/dist-types/commands/ListObjectAttributesCommand.d.ts +3 -8
  118. package/dist-types/commands/ListObjectChildrenCommand.d.ts +3 -8
  119. package/dist-types/commands/ListObjectParentPathsCommand.d.ts +3 -8
  120. package/dist-types/commands/ListObjectParentsCommand.d.ts +3 -8
  121. package/dist-types/commands/ListObjectPoliciesCommand.d.ts +3 -8
  122. package/dist-types/commands/ListOutgoingTypedLinksCommand.d.ts +3 -8
  123. package/dist-types/commands/ListPolicyAttachmentsCommand.d.ts +3 -8
  124. package/dist-types/commands/ListPublishedSchemaArnsCommand.d.ts +3 -8
  125. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  126. package/dist-types/commands/ListTypedLinkFacetAttributesCommand.d.ts +3 -8
  127. package/dist-types/commands/ListTypedLinkFacetNamesCommand.d.ts +3 -8
  128. package/dist-types/commands/LookupPolicyCommand.d.ts +3 -8
  129. package/dist-types/commands/PublishSchemaCommand.d.ts +3 -8
  130. package/dist-types/commands/PutSchemaFromJsonCommand.d.ts +3 -8
  131. package/dist-types/commands/RemoveFacetFromObjectCommand.d.ts +3 -8
  132. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  133. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  134. package/dist-types/commands/UpdateFacetCommand.d.ts +3 -8
  135. package/dist-types/commands/UpdateLinkAttributesCommand.d.ts +3 -8
  136. package/dist-types/commands/UpdateObjectAttributesCommand.d.ts +3 -8
  137. package/dist-types/commands/UpdateSchemaCommand.d.ts +3 -8
  138. package/dist-types/commands/UpdateTypedLinkFacetCommand.d.ts +3 -8
  139. package/dist-types/commands/UpgradeAppliedSchemaCommand.d.ts +3 -8
  140. package/dist-types/commands/UpgradePublishedSchemaCommand.d.ts +3 -8
  141. package/dist-types/index.d.ts +1 -0
  142. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  143. package/dist-types/runtimeConfig.d.ts +1 -1
  144. package/dist-types/runtimeConfig.native.d.ts +1 -1
  145. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  146. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  147. package/dist-types/ts3.4/commands/AddFacetToObjectCommand.d.ts +7 -16
  148. package/dist-types/ts3.4/commands/ApplySchemaCommand.d.ts +7 -16
  149. package/dist-types/ts3.4/commands/AttachObjectCommand.d.ts +7 -16
  150. package/dist-types/ts3.4/commands/AttachPolicyCommand.d.ts +7 -16
  151. package/dist-types/ts3.4/commands/AttachToIndexCommand.d.ts +7 -16
  152. package/dist-types/ts3.4/commands/AttachTypedLinkCommand.d.ts +7 -16
  153. package/dist-types/ts3.4/commands/BatchReadCommand.d.ts +7 -16
  154. package/dist-types/ts3.4/commands/BatchWriteCommand.d.ts +7 -16
  155. package/dist-types/ts3.4/commands/CreateDirectoryCommand.d.ts +7 -16
  156. package/dist-types/ts3.4/commands/CreateFacetCommand.d.ts +7 -16
  157. package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +7 -16
  158. package/dist-types/ts3.4/commands/CreateObjectCommand.d.ts +7 -16
  159. package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +7 -16
  160. package/dist-types/ts3.4/commands/CreateTypedLinkFacetCommand.d.ts +7 -16
  161. package/dist-types/ts3.4/commands/DeleteDirectoryCommand.d.ts +7 -16
  162. package/dist-types/ts3.4/commands/DeleteFacetCommand.d.ts +7 -16
  163. package/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +7 -16
  164. package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +7 -16
  165. package/dist-types/ts3.4/commands/DeleteTypedLinkFacetCommand.d.ts +7 -16
  166. package/dist-types/ts3.4/commands/DetachFromIndexCommand.d.ts +7 -16
  167. package/dist-types/ts3.4/commands/DetachObjectCommand.d.ts +7 -16
  168. package/dist-types/ts3.4/commands/DetachPolicyCommand.d.ts +7 -16
  169. package/dist-types/ts3.4/commands/DetachTypedLinkCommand.d.ts +7 -16
  170. package/dist-types/ts3.4/commands/DisableDirectoryCommand.d.ts +7 -16
  171. package/dist-types/ts3.4/commands/EnableDirectoryCommand.d.ts +7 -16
  172. package/dist-types/ts3.4/commands/GetAppliedSchemaVersionCommand.d.ts +7 -16
  173. package/dist-types/ts3.4/commands/GetDirectoryCommand.d.ts +7 -16
  174. package/dist-types/ts3.4/commands/GetFacetCommand.d.ts +7 -16
  175. package/dist-types/ts3.4/commands/GetLinkAttributesCommand.d.ts +7 -16
  176. package/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +7 -16
  177. package/dist-types/ts3.4/commands/GetObjectInformationCommand.d.ts +7 -16
  178. package/dist-types/ts3.4/commands/GetSchemaAsJsonCommand.d.ts +7 -16
  179. package/dist-types/ts3.4/commands/GetTypedLinkFacetInformationCommand.d.ts +7 -16
  180. package/dist-types/ts3.4/commands/ListAppliedSchemaArnsCommand.d.ts +7 -16
  181. package/dist-types/ts3.4/commands/ListAttachedIndicesCommand.d.ts +7 -16
  182. package/dist-types/ts3.4/commands/ListDevelopmentSchemaArnsCommand.d.ts +7 -16
  183. package/dist-types/ts3.4/commands/ListDirectoriesCommand.d.ts +7 -16
  184. package/dist-types/ts3.4/commands/ListFacetAttributesCommand.d.ts +7 -16
  185. package/dist-types/ts3.4/commands/ListFacetNamesCommand.d.ts +7 -16
  186. package/dist-types/ts3.4/commands/ListIncomingTypedLinksCommand.d.ts +7 -16
  187. package/dist-types/ts3.4/commands/ListIndexCommand.d.ts +7 -16
  188. package/dist-types/ts3.4/commands/ListManagedSchemaArnsCommand.d.ts +7 -16
  189. package/dist-types/ts3.4/commands/ListObjectAttributesCommand.d.ts +7 -16
  190. package/dist-types/ts3.4/commands/ListObjectChildrenCommand.d.ts +7 -16
  191. package/dist-types/ts3.4/commands/ListObjectParentPathsCommand.d.ts +7 -16
  192. package/dist-types/ts3.4/commands/ListObjectParentsCommand.d.ts +7 -16
  193. package/dist-types/ts3.4/commands/ListObjectPoliciesCommand.d.ts +7 -16
  194. package/dist-types/ts3.4/commands/ListOutgoingTypedLinksCommand.d.ts +7 -16
  195. package/dist-types/ts3.4/commands/ListPolicyAttachmentsCommand.d.ts +7 -16
  196. package/dist-types/ts3.4/commands/ListPublishedSchemaArnsCommand.d.ts +7 -16
  197. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  198. package/dist-types/ts3.4/commands/ListTypedLinkFacetAttributesCommand.d.ts +7 -16
  199. package/dist-types/ts3.4/commands/ListTypedLinkFacetNamesCommand.d.ts +7 -16
  200. package/dist-types/ts3.4/commands/LookupPolicyCommand.d.ts +7 -16
  201. package/dist-types/ts3.4/commands/PublishSchemaCommand.d.ts +7 -16
  202. package/dist-types/ts3.4/commands/PutSchemaFromJsonCommand.d.ts +7 -16
  203. package/dist-types/ts3.4/commands/RemoveFacetFromObjectCommand.d.ts +7 -16
  204. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  205. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  206. package/dist-types/ts3.4/commands/UpdateFacetCommand.d.ts +7 -16
  207. package/dist-types/ts3.4/commands/UpdateLinkAttributesCommand.d.ts +7 -16
  208. package/dist-types/ts3.4/commands/UpdateObjectAttributesCommand.d.ts +7 -16
  209. package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +7 -16
  210. package/dist-types/ts3.4/commands/UpdateTypedLinkFacetCommand.d.ts +7 -16
  211. package/dist-types/ts3.4/commands/UpgradeAppliedSchemaCommand.d.ts +7 -16
  212. package/dist-types/ts3.4/commands/UpgradePublishedSchemaCommand.d.ts +7 -16
  213. package/dist-types/ts3.4/index.d.ts +1 -0
  214. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  215. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  216. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  217. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  218. package/package.json +8 -10
package/dist-cjs/index.js CHANGED
@@ -1,7 +1,8 @@
1
1
  const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
2
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
3
- const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
4
+ const { Command: $Command } = require("@smithy/core/client");
5
+ exports.$Command = $Command;
5
6
  exports.__Client = Client;
6
7
  const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
8
  const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
@@ -10,9 +11,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
10
11
  const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
11
12
  const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
12
13
  const { defaultProvider } = require("@aws-sdk/credential-provider-node");
13
- const { toUtf8, fromUtf8, toBase64, fromBase64, Hash, calculateBodyLength } = require("@smithy/core/serde");
14
+ const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
14
15
  const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
15
16
  const { AwsRestJsonProtocol } = require("@aws-sdk/core/protocols");
17
+ const { Sha256 } = require("@smithy/core/checksum");
16
18
 
17
19
  const defaultCloudDirectoryHttpAuthSchemeParametersProvider = async (config, context, input) => {
18
20
  return {
@@ -67,7 +69,7 @@ const commonParams = {
67
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
68
70
  };
69
71
 
70
- var version = "3.1075.0";
72
+ var version = "3.1077.0";
71
73
  var packageInfo = {
72
74
  version: version};
73
75
 
@@ -2751,6 +2753,7 @@ const getRuntimeConfig$1 = (config) => {
2751
2753
  serviceTarget: "AmazonCloudDirectory_20170111",
2752
2754
  },
2753
2755
  serviceId: config?.serviceId ?? "CloudDirectory",
2756
+ sha256: config?.sha256 ?? Sha256,
2754
2757
  urlParser: config?.urlParser ?? parseUrl,
2755
2758
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,
2756
2759
  utf8Encoder: config?.utf8Encoder ?? toUtf8,
@@ -2784,7 +2787,6 @@ const getRuntimeConfig = (config) => {
2784
2787
  ...NODE_RETRY_MODE_CONFIG_OPTIONS,
2785
2788
  default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
2786
2789
  }, config),
2787
- sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
2788
2790
  streamCollector: config?.streamCollector ?? streamCollector,
2789
2791
  useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
2790
2792
  useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
@@ -2872,796 +2874,206 @@ class CloudDirectoryClient extends Client {
2872
2874
  }
2873
2875
  }
2874
2876
 
2875
- class AddFacetToObjectCommand extends Command
2876
- .classBuilder()
2877
- .ep(commonParams)
2878
- .m(function (Command, cs, config, o) {
2879
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2880
- })
2881
- .s("AmazonCloudDirectory_20170111", "AddFacetToObject", {})
2882
- .n("CloudDirectoryClient", "AddFacetToObjectCommand")
2883
- .sc(AddFacetToObject$)
2884
- .build() {
2877
+ const command = makeBuilder(commonParams, "AmazonCloudDirectory_20170111", "CloudDirectoryClient", getEndpointPlugin);
2878
+ const _ep0 = {};
2879
+ const _mw0 = (Command, cs, config, o) => [];
2880
+
2881
+ class AddFacetToObjectCommand extends command(_ep0, _mw0, "AddFacetToObject", AddFacetToObject$) {
2885
2882
  }
2886
2883
 
2887
- class ApplySchemaCommand extends Command
2888
- .classBuilder()
2889
- .ep(commonParams)
2890
- .m(function (Command, cs, config, o) {
2891
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2892
- })
2893
- .s("AmazonCloudDirectory_20170111", "ApplySchema", {})
2894
- .n("CloudDirectoryClient", "ApplySchemaCommand")
2895
- .sc(ApplySchema$)
2896
- .build() {
2884
+ class ApplySchemaCommand extends command(_ep0, _mw0, "ApplySchema", ApplySchema$) {
2897
2885
  }
2898
2886
 
2899
- class AttachObjectCommand extends Command
2900
- .classBuilder()
2901
- .ep(commonParams)
2902
- .m(function (Command, cs, config, o) {
2903
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2904
- })
2905
- .s("AmazonCloudDirectory_20170111", "AttachObject", {})
2906
- .n("CloudDirectoryClient", "AttachObjectCommand")
2907
- .sc(AttachObject$)
2908
- .build() {
2887
+ class AttachObjectCommand extends command(_ep0, _mw0, "AttachObject", AttachObject$) {
2909
2888
  }
2910
2889
 
2911
- class AttachPolicyCommand extends Command
2912
- .classBuilder()
2913
- .ep(commonParams)
2914
- .m(function (Command, cs, config, o) {
2915
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2916
- })
2917
- .s("AmazonCloudDirectory_20170111", "AttachPolicy", {})
2918
- .n("CloudDirectoryClient", "AttachPolicyCommand")
2919
- .sc(AttachPolicy$)
2920
- .build() {
2890
+ class AttachPolicyCommand extends command(_ep0, _mw0, "AttachPolicy", AttachPolicy$) {
2921
2891
  }
2922
2892
 
2923
- class AttachToIndexCommand extends Command
2924
- .classBuilder()
2925
- .ep(commonParams)
2926
- .m(function (Command, cs, config, o) {
2927
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2928
- })
2929
- .s("AmazonCloudDirectory_20170111", "AttachToIndex", {})
2930
- .n("CloudDirectoryClient", "AttachToIndexCommand")
2931
- .sc(AttachToIndex$)
2932
- .build() {
2893
+ class AttachToIndexCommand extends command(_ep0, _mw0, "AttachToIndex", AttachToIndex$) {
2933
2894
  }
2934
2895
 
2935
- class AttachTypedLinkCommand extends Command
2936
- .classBuilder()
2937
- .ep(commonParams)
2938
- .m(function (Command, cs, config, o) {
2939
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2940
- })
2941
- .s("AmazonCloudDirectory_20170111", "AttachTypedLink", {})
2942
- .n("CloudDirectoryClient", "AttachTypedLinkCommand")
2943
- .sc(AttachTypedLink$)
2944
- .build() {
2896
+ class AttachTypedLinkCommand extends command(_ep0, _mw0, "AttachTypedLink", AttachTypedLink$) {
2945
2897
  }
2946
2898
 
2947
- class BatchReadCommand extends Command
2948
- .classBuilder()
2949
- .ep(commonParams)
2950
- .m(function (Command, cs, config, o) {
2951
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2952
- })
2953
- .s("AmazonCloudDirectory_20170111", "BatchRead", {})
2954
- .n("CloudDirectoryClient", "BatchReadCommand")
2955
- .sc(BatchRead$)
2956
- .build() {
2899
+ class BatchReadCommand extends command(_ep0, _mw0, "BatchRead", BatchRead$) {
2957
2900
  }
2958
2901
 
2959
- class BatchWriteCommand extends Command
2960
- .classBuilder()
2961
- .ep(commonParams)
2962
- .m(function (Command, cs, config, o) {
2963
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2964
- })
2965
- .s("AmazonCloudDirectory_20170111", "BatchWrite", {})
2966
- .n("CloudDirectoryClient", "BatchWriteCommand")
2967
- .sc(BatchWrite$)
2968
- .build() {
2902
+ class BatchWriteCommand extends command(_ep0, _mw0, "BatchWrite", BatchWrite$) {
2969
2903
  }
2970
2904
 
2971
- class CreateDirectoryCommand extends Command
2972
- .classBuilder()
2973
- .ep(commonParams)
2974
- .m(function (Command, cs, config, o) {
2975
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2976
- })
2977
- .s("AmazonCloudDirectory_20170111", "CreateDirectory", {})
2978
- .n("CloudDirectoryClient", "CreateDirectoryCommand")
2979
- .sc(CreateDirectory$)
2980
- .build() {
2905
+ class CreateDirectoryCommand extends command(_ep0, _mw0, "CreateDirectory", CreateDirectory$) {
2981
2906
  }
2982
2907
 
2983
- class CreateFacetCommand extends Command
2984
- .classBuilder()
2985
- .ep(commonParams)
2986
- .m(function (Command, cs, config, o) {
2987
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2988
- })
2989
- .s("AmazonCloudDirectory_20170111", "CreateFacet", {})
2990
- .n("CloudDirectoryClient", "CreateFacetCommand")
2991
- .sc(CreateFacet$)
2992
- .build() {
2908
+ class CreateFacetCommand extends command(_ep0, _mw0, "CreateFacet", CreateFacet$) {
2993
2909
  }
2994
2910
 
2995
- class CreateIndexCommand extends Command
2996
- .classBuilder()
2997
- .ep(commonParams)
2998
- .m(function (Command, cs, config, o) {
2999
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3000
- })
3001
- .s("AmazonCloudDirectory_20170111", "CreateIndex", {})
3002
- .n("CloudDirectoryClient", "CreateIndexCommand")
3003
- .sc(CreateIndex$)
3004
- .build() {
2911
+ class CreateIndexCommand extends command(_ep0, _mw0, "CreateIndex", CreateIndex$) {
3005
2912
  }
3006
2913
 
3007
- class CreateObjectCommand extends Command
3008
- .classBuilder()
3009
- .ep(commonParams)
3010
- .m(function (Command, cs, config, o) {
3011
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3012
- })
3013
- .s("AmazonCloudDirectory_20170111", "CreateObject", {})
3014
- .n("CloudDirectoryClient", "CreateObjectCommand")
3015
- .sc(CreateObject$)
3016
- .build() {
2914
+ class CreateObjectCommand extends command(_ep0, _mw0, "CreateObject", CreateObject$) {
3017
2915
  }
3018
2916
 
3019
- class CreateSchemaCommand extends Command
3020
- .classBuilder()
3021
- .ep(commonParams)
3022
- .m(function (Command, cs, config, o) {
3023
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3024
- })
3025
- .s("AmazonCloudDirectory_20170111", "CreateSchema", {})
3026
- .n("CloudDirectoryClient", "CreateSchemaCommand")
3027
- .sc(CreateSchema$)
3028
- .build() {
2917
+ class CreateSchemaCommand extends command(_ep0, _mw0, "CreateSchema", CreateSchema$) {
3029
2918
  }
3030
2919
 
3031
- class CreateTypedLinkFacetCommand extends Command
3032
- .classBuilder()
3033
- .ep(commonParams)
3034
- .m(function (Command, cs, config, o) {
3035
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3036
- })
3037
- .s("AmazonCloudDirectory_20170111", "CreateTypedLinkFacet", {})
3038
- .n("CloudDirectoryClient", "CreateTypedLinkFacetCommand")
3039
- .sc(CreateTypedLinkFacet$)
3040
- .build() {
2920
+ class CreateTypedLinkFacetCommand extends command(_ep0, _mw0, "CreateTypedLinkFacet", CreateTypedLinkFacet$) {
3041
2921
  }
3042
2922
 
3043
- class DeleteDirectoryCommand extends Command
3044
- .classBuilder()
3045
- .ep(commonParams)
3046
- .m(function (Command, cs, config, o) {
3047
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3048
- })
3049
- .s("AmazonCloudDirectory_20170111", "DeleteDirectory", {})
3050
- .n("CloudDirectoryClient", "DeleteDirectoryCommand")
3051
- .sc(DeleteDirectory$)
3052
- .build() {
2923
+ class DeleteDirectoryCommand extends command(_ep0, _mw0, "DeleteDirectory", DeleteDirectory$) {
3053
2924
  }
3054
2925
 
3055
- class DeleteFacetCommand extends Command
3056
- .classBuilder()
3057
- .ep(commonParams)
3058
- .m(function (Command, cs, config, o) {
3059
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3060
- })
3061
- .s("AmazonCloudDirectory_20170111", "DeleteFacet", {})
3062
- .n("CloudDirectoryClient", "DeleteFacetCommand")
3063
- .sc(DeleteFacet$)
3064
- .build() {
2926
+ class DeleteFacetCommand extends command(_ep0, _mw0, "DeleteFacet", DeleteFacet$) {
3065
2927
  }
3066
2928
 
3067
- class DeleteObjectCommand extends Command
3068
- .classBuilder()
3069
- .ep(commonParams)
3070
- .m(function (Command, cs, config, o) {
3071
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3072
- })
3073
- .s("AmazonCloudDirectory_20170111", "DeleteObject", {})
3074
- .n("CloudDirectoryClient", "DeleteObjectCommand")
3075
- .sc(DeleteObject$)
3076
- .build() {
2929
+ class DeleteObjectCommand extends command(_ep0, _mw0, "DeleteObject", DeleteObject$) {
3077
2930
  }
3078
2931
 
3079
- class DeleteSchemaCommand extends Command
3080
- .classBuilder()
3081
- .ep(commonParams)
3082
- .m(function (Command, cs, config, o) {
3083
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3084
- })
3085
- .s("AmazonCloudDirectory_20170111", "DeleteSchema", {})
3086
- .n("CloudDirectoryClient", "DeleteSchemaCommand")
3087
- .sc(DeleteSchema$)
3088
- .build() {
2932
+ class DeleteSchemaCommand extends command(_ep0, _mw0, "DeleteSchema", DeleteSchema$) {
3089
2933
  }
3090
2934
 
3091
- class DeleteTypedLinkFacetCommand extends Command
3092
- .classBuilder()
3093
- .ep(commonParams)
3094
- .m(function (Command, cs, config, o) {
3095
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3096
- })
3097
- .s("AmazonCloudDirectory_20170111", "DeleteTypedLinkFacet", {})
3098
- .n("CloudDirectoryClient", "DeleteTypedLinkFacetCommand")
3099
- .sc(DeleteTypedLinkFacet$)
3100
- .build() {
2935
+ class DeleteTypedLinkFacetCommand extends command(_ep0, _mw0, "DeleteTypedLinkFacet", DeleteTypedLinkFacet$) {
3101
2936
  }
3102
2937
 
3103
- class DetachFromIndexCommand extends Command
3104
- .classBuilder()
3105
- .ep(commonParams)
3106
- .m(function (Command, cs, config, o) {
3107
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3108
- })
3109
- .s("AmazonCloudDirectory_20170111", "DetachFromIndex", {})
3110
- .n("CloudDirectoryClient", "DetachFromIndexCommand")
3111
- .sc(DetachFromIndex$)
3112
- .build() {
2938
+ class DetachFromIndexCommand extends command(_ep0, _mw0, "DetachFromIndex", DetachFromIndex$) {
3113
2939
  }
3114
2940
 
3115
- class DetachObjectCommand extends Command
3116
- .classBuilder()
3117
- .ep(commonParams)
3118
- .m(function (Command, cs, config, o) {
3119
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3120
- })
3121
- .s("AmazonCloudDirectory_20170111", "DetachObject", {})
3122
- .n("CloudDirectoryClient", "DetachObjectCommand")
3123
- .sc(DetachObject$)
3124
- .build() {
2941
+ class DetachObjectCommand extends command(_ep0, _mw0, "DetachObject", DetachObject$) {
3125
2942
  }
3126
2943
 
3127
- class DetachPolicyCommand extends Command
3128
- .classBuilder()
3129
- .ep(commonParams)
3130
- .m(function (Command, cs, config, o) {
3131
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3132
- })
3133
- .s("AmazonCloudDirectory_20170111", "DetachPolicy", {})
3134
- .n("CloudDirectoryClient", "DetachPolicyCommand")
3135
- .sc(DetachPolicy$)
3136
- .build() {
2944
+ class DetachPolicyCommand extends command(_ep0, _mw0, "DetachPolicy", DetachPolicy$) {
3137
2945
  }
3138
2946
 
3139
- class DetachTypedLinkCommand extends Command
3140
- .classBuilder()
3141
- .ep(commonParams)
3142
- .m(function (Command, cs, config, o) {
3143
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3144
- })
3145
- .s("AmazonCloudDirectory_20170111", "DetachTypedLink", {})
3146
- .n("CloudDirectoryClient", "DetachTypedLinkCommand")
3147
- .sc(DetachTypedLink$)
3148
- .build() {
2947
+ class DetachTypedLinkCommand extends command(_ep0, _mw0, "DetachTypedLink", DetachTypedLink$) {
3149
2948
  }
3150
2949
 
3151
- class DisableDirectoryCommand extends Command
3152
- .classBuilder()
3153
- .ep(commonParams)
3154
- .m(function (Command, cs, config, o) {
3155
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3156
- })
3157
- .s("AmazonCloudDirectory_20170111", "DisableDirectory", {})
3158
- .n("CloudDirectoryClient", "DisableDirectoryCommand")
3159
- .sc(DisableDirectory$)
3160
- .build() {
2950
+ class DisableDirectoryCommand extends command(_ep0, _mw0, "DisableDirectory", DisableDirectory$) {
3161
2951
  }
3162
2952
 
3163
- class EnableDirectoryCommand extends Command
3164
- .classBuilder()
3165
- .ep(commonParams)
3166
- .m(function (Command, cs, config, o) {
3167
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3168
- })
3169
- .s("AmazonCloudDirectory_20170111", "EnableDirectory", {})
3170
- .n("CloudDirectoryClient", "EnableDirectoryCommand")
3171
- .sc(EnableDirectory$)
3172
- .build() {
2953
+ class EnableDirectoryCommand extends command(_ep0, _mw0, "EnableDirectory", EnableDirectory$) {
3173
2954
  }
3174
2955
 
3175
- class GetAppliedSchemaVersionCommand extends Command
3176
- .classBuilder()
3177
- .ep(commonParams)
3178
- .m(function (Command, cs, config, o) {
3179
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3180
- })
3181
- .s("AmazonCloudDirectory_20170111", "GetAppliedSchemaVersion", {})
3182
- .n("CloudDirectoryClient", "GetAppliedSchemaVersionCommand")
3183
- .sc(GetAppliedSchemaVersion$)
3184
- .build() {
2956
+ class GetAppliedSchemaVersionCommand extends command(_ep0, _mw0, "GetAppliedSchemaVersion", GetAppliedSchemaVersion$) {
3185
2957
  }
3186
2958
 
3187
- class GetDirectoryCommand extends Command
3188
- .classBuilder()
3189
- .ep(commonParams)
3190
- .m(function (Command, cs, config, o) {
3191
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3192
- })
3193
- .s("AmazonCloudDirectory_20170111", "GetDirectory", {})
3194
- .n("CloudDirectoryClient", "GetDirectoryCommand")
3195
- .sc(GetDirectory$)
3196
- .build() {
2959
+ class GetDirectoryCommand extends command(_ep0, _mw0, "GetDirectory", GetDirectory$) {
3197
2960
  }
3198
2961
 
3199
- class GetFacetCommand extends Command
3200
- .classBuilder()
3201
- .ep(commonParams)
3202
- .m(function (Command, cs, config, o) {
3203
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3204
- })
3205
- .s("AmazonCloudDirectory_20170111", "GetFacet", {})
3206
- .n("CloudDirectoryClient", "GetFacetCommand")
3207
- .sc(GetFacet$)
3208
- .build() {
2962
+ class GetFacetCommand extends command(_ep0, _mw0, "GetFacet", GetFacet$) {
3209
2963
  }
3210
2964
 
3211
- class GetLinkAttributesCommand extends Command
3212
- .classBuilder()
3213
- .ep(commonParams)
3214
- .m(function (Command, cs, config, o) {
3215
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3216
- })
3217
- .s("AmazonCloudDirectory_20170111", "GetLinkAttributes", {})
3218
- .n("CloudDirectoryClient", "GetLinkAttributesCommand")
3219
- .sc(GetLinkAttributes$)
3220
- .build() {
2965
+ class GetLinkAttributesCommand extends command(_ep0, _mw0, "GetLinkAttributes", GetLinkAttributes$) {
3221
2966
  }
3222
2967
 
3223
- class GetObjectAttributesCommand extends Command
3224
- .classBuilder()
3225
- .ep(commonParams)
3226
- .m(function (Command, cs, config, o) {
3227
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3228
- })
3229
- .s("AmazonCloudDirectory_20170111", "GetObjectAttributes", {})
3230
- .n("CloudDirectoryClient", "GetObjectAttributesCommand")
3231
- .sc(GetObjectAttributes$)
3232
- .build() {
2968
+ class GetObjectAttributesCommand extends command(_ep0, _mw0, "GetObjectAttributes", GetObjectAttributes$) {
3233
2969
  }
3234
2970
 
3235
- class GetObjectInformationCommand extends Command
3236
- .classBuilder()
3237
- .ep(commonParams)
3238
- .m(function (Command, cs, config, o) {
3239
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3240
- })
3241
- .s("AmazonCloudDirectory_20170111", "GetObjectInformation", {})
3242
- .n("CloudDirectoryClient", "GetObjectInformationCommand")
3243
- .sc(GetObjectInformation$)
3244
- .build() {
2971
+ class GetObjectInformationCommand extends command(_ep0, _mw0, "GetObjectInformation", GetObjectInformation$) {
3245
2972
  }
3246
2973
 
3247
- class GetSchemaAsJsonCommand extends Command
3248
- .classBuilder()
3249
- .ep(commonParams)
3250
- .m(function (Command, cs, config, o) {
3251
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3252
- })
3253
- .s("AmazonCloudDirectory_20170111", "GetSchemaAsJson", {})
3254
- .n("CloudDirectoryClient", "GetSchemaAsJsonCommand")
3255
- .sc(GetSchemaAsJson$)
3256
- .build() {
2974
+ class GetSchemaAsJsonCommand extends command(_ep0, _mw0, "GetSchemaAsJson", GetSchemaAsJson$) {
3257
2975
  }
3258
2976
 
3259
- class GetTypedLinkFacetInformationCommand extends Command
3260
- .classBuilder()
3261
- .ep(commonParams)
3262
- .m(function (Command, cs, config, o) {
3263
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3264
- })
3265
- .s("AmazonCloudDirectory_20170111", "GetTypedLinkFacetInformation", {})
3266
- .n("CloudDirectoryClient", "GetTypedLinkFacetInformationCommand")
3267
- .sc(GetTypedLinkFacetInformation$)
3268
- .build() {
2977
+ class GetTypedLinkFacetInformationCommand extends command(_ep0, _mw0, "GetTypedLinkFacetInformation", GetTypedLinkFacetInformation$) {
3269
2978
  }
3270
2979
 
3271
- class ListAppliedSchemaArnsCommand extends Command
3272
- .classBuilder()
3273
- .ep(commonParams)
3274
- .m(function (Command, cs, config, o) {
3275
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3276
- })
3277
- .s("AmazonCloudDirectory_20170111", "ListAppliedSchemaArns", {})
3278
- .n("CloudDirectoryClient", "ListAppliedSchemaArnsCommand")
3279
- .sc(ListAppliedSchemaArns$)
3280
- .build() {
2980
+ class ListAppliedSchemaArnsCommand extends command(_ep0, _mw0, "ListAppliedSchemaArns", ListAppliedSchemaArns$) {
3281
2981
  }
3282
2982
 
3283
- class ListAttachedIndicesCommand extends Command
3284
- .classBuilder()
3285
- .ep(commonParams)
3286
- .m(function (Command, cs, config, o) {
3287
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3288
- })
3289
- .s("AmazonCloudDirectory_20170111", "ListAttachedIndices", {})
3290
- .n("CloudDirectoryClient", "ListAttachedIndicesCommand")
3291
- .sc(ListAttachedIndices$)
3292
- .build() {
2983
+ class ListAttachedIndicesCommand extends command(_ep0, _mw0, "ListAttachedIndices", ListAttachedIndices$) {
3293
2984
  }
3294
2985
 
3295
- class ListDevelopmentSchemaArnsCommand extends Command
3296
- .classBuilder()
3297
- .ep(commonParams)
3298
- .m(function (Command, cs, config, o) {
3299
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3300
- })
3301
- .s("AmazonCloudDirectory_20170111", "ListDevelopmentSchemaArns", {})
3302
- .n("CloudDirectoryClient", "ListDevelopmentSchemaArnsCommand")
3303
- .sc(ListDevelopmentSchemaArns$)
3304
- .build() {
2986
+ class ListDevelopmentSchemaArnsCommand extends command(_ep0, _mw0, "ListDevelopmentSchemaArns", ListDevelopmentSchemaArns$) {
3305
2987
  }
3306
2988
 
3307
- class ListDirectoriesCommand extends Command
3308
- .classBuilder()
3309
- .ep(commonParams)
3310
- .m(function (Command, cs, config, o) {
3311
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3312
- })
3313
- .s("AmazonCloudDirectory_20170111", "ListDirectories", {})
3314
- .n("CloudDirectoryClient", "ListDirectoriesCommand")
3315
- .sc(ListDirectories$)
3316
- .build() {
2989
+ class ListDirectoriesCommand extends command(_ep0, _mw0, "ListDirectories", ListDirectories$) {
3317
2990
  }
3318
2991
 
3319
- class ListFacetAttributesCommand extends Command
3320
- .classBuilder()
3321
- .ep(commonParams)
3322
- .m(function (Command, cs, config, o) {
3323
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3324
- })
3325
- .s("AmazonCloudDirectory_20170111", "ListFacetAttributes", {})
3326
- .n("CloudDirectoryClient", "ListFacetAttributesCommand")
3327
- .sc(ListFacetAttributes$)
3328
- .build() {
2992
+ class ListFacetAttributesCommand extends command(_ep0, _mw0, "ListFacetAttributes", ListFacetAttributes$) {
3329
2993
  }
3330
2994
 
3331
- class ListFacetNamesCommand extends Command
3332
- .classBuilder()
3333
- .ep(commonParams)
3334
- .m(function (Command, cs, config, o) {
3335
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3336
- })
3337
- .s("AmazonCloudDirectory_20170111", "ListFacetNames", {})
3338
- .n("CloudDirectoryClient", "ListFacetNamesCommand")
3339
- .sc(ListFacetNames$)
3340
- .build() {
2995
+ class ListFacetNamesCommand extends command(_ep0, _mw0, "ListFacetNames", ListFacetNames$) {
3341
2996
  }
3342
2997
 
3343
- class ListIncomingTypedLinksCommand extends Command
3344
- .classBuilder()
3345
- .ep(commonParams)
3346
- .m(function (Command, cs, config, o) {
3347
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3348
- })
3349
- .s("AmazonCloudDirectory_20170111", "ListIncomingTypedLinks", {})
3350
- .n("CloudDirectoryClient", "ListIncomingTypedLinksCommand")
3351
- .sc(ListIncomingTypedLinks$)
3352
- .build() {
2998
+ class ListIncomingTypedLinksCommand extends command(_ep0, _mw0, "ListIncomingTypedLinks", ListIncomingTypedLinks$) {
3353
2999
  }
3354
3000
 
3355
- class ListIndexCommand extends Command
3356
- .classBuilder()
3357
- .ep(commonParams)
3358
- .m(function (Command, cs, config, o) {
3359
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3360
- })
3361
- .s("AmazonCloudDirectory_20170111", "ListIndex", {})
3362
- .n("CloudDirectoryClient", "ListIndexCommand")
3363
- .sc(ListIndex$)
3364
- .build() {
3001
+ class ListIndexCommand extends command(_ep0, _mw0, "ListIndex", ListIndex$) {
3365
3002
  }
3366
3003
 
3367
- class ListManagedSchemaArnsCommand extends Command
3368
- .classBuilder()
3369
- .ep(commonParams)
3370
- .m(function (Command, cs, config, o) {
3371
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3372
- })
3373
- .s("AmazonCloudDirectory_20170111", "ListManagedSchemaArns", {})
3374
- .n("CloudDirectoryClient", "ListManagedSchemaArnsCommand")
3375
- .sc(ListManagedSchemaArns$)
3376
- .build() {
3004
+ class ListManagedSchemaArnsCommand extends command(_ep0, _mw0, "ListManagedSchemaArns", ListManagedSchemaArns$) {
3377
3005
  }
3378
3006
 
3379
- class ListObjectAttributesCommand extends Command
3380
- .classBuilder()
3381
- .ep(commonParams)
3382
- .m(function (Command, cs, config, o) {
3383
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3384
- })
3385
- .s("AmazonCloudDirectory_20170111", "ListObjectAttributes", {})
3386
- .n("CloudDirectoryClient", "ListObjectAttributesCommand")
3387
- .sc(ListObjectAttributes$)
3388
- .build() {
3007
+ class ListObjectAttributesCommand extends command(_ep0, _mw0, "ListObjectAttributes", ListObjectAttributes$) {
3389
3008
  }
3390
3009
 
3391
- class ListObjectChildrenCommand extends Command
3392
- .classBuilder()
3393
- .ep(commonParams)
3394
- .m(function (Command, cs, config, o) {
3395
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3396
- })
3397
- .s("AmazonCloudDirectory_20170111", "ListObjectChildren", {})
3398
- .n("CloudDirectoryClient", "ListObjectChildrenCommand")
3399
- .sc(ListObjectChildren$)
3400
- .build() {
3010
+ class ListObjectChildrenCommand extends command(_ep0, _mw0, "ListObjectChildren", ListObjectChildren$) {
3401
3011
  }
3402
3012
 
3403
- class ListObjectParentPathsCommand extends Command
3404
- .classBuilder()
3405
- .ep(commonParams)
3406
- .m(function (Command, cs, config, o) {
3407
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3408
- })
3409
- .s("AmazonCloudDirectory_20170111", "ListObjectParentPaths", {})
3410
- .n("CloudDirectoryClient", "ListObjectParentPathsCommand")
3411
- .sc(ListObjectParentPaths$)
3412
- .build() {
3013
+ class ListObjectParentPathsCommand extends command(_ep0, _mw0, "ListObjectParentPaths", ListObjectParentPaths$) {
3413
3014
  }
3414
3015
 
3415
- class ListObjectParentsCommand extends Command
3416
- .classBuilder()
3417
- .ep(commonParams)
3418
- .m(function (Command, cs, config, o) {
3419
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3420
- })
3421
- .s("AmazonCloudDirectory_20170111", "ListObjectParents", {})
3422
- .n("CloudDirectoryClient", "ListObjectParentsCommand")
3423
- .sc(ListObjectParents$)
3424
- .build() {
3016
+ class ListObjectParentsCommand extends command(_ep0, _mw0, "ListObjectParents", ListObjectParents$) {
3425
3017
  }
3426
3018
 
3427
- class ListObjectPoliciesCommand extends Command
3428
- .classBuilder()
3429
- .ep(commonParams)
3430
- .m(function (Command, cs, config, o) {
3431
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3432
- })
3433
- .s("AmazonCloudDirectory_20170111", "ListObjectPolicies", {})
3434
- .n("CloudDirectoryClient", "ListObjectPoliciesCommand")
3435
- .sc(ListObjectPolicies$)
3436
- .build() {
3019
+ class ListObjectPoliciesCommand extends command(_ep0, _mw0, "ListObjectPolicies", ListObjectPolicies$) {
3437
3020
  }
3438
3021
 
3439
- class ListOutgoingTypedLinksCommand extends Command
3440
- .classBuilder()
3441
- .ep(commonParams)
3442
- .m(function (Command, cs, config, o) {
3443
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3444
- })
3445
- .s("AmazonCloudDirectory_20170111", "ListOutgoingTypedLinks", {})
3446
- .n("CloudDirectoryClient", "ListOutgoingTypedLinksCommand")
3447
- .sc(ListOutgoingTypedLinks$)
3448
- .build() {
3022
+ class ListOutgoingTypedLinksCommand extends command(_ep0, _mw0, "ListOutgoingTypedLinks", ListOutgoingTypedLinks$) {
3449
3023
  }
3450
3024
 
3451
- class ListPolicyAttachmentsCommand extends Command
3452
- .classBuilder()
3453
- .ep(commonParams)
3454
- .m(function (Command, cs, config, o) {
3455
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3456
- })
3457
- .s("AmazonCloudDirectory_20170111", "ListPolicyAttachments", {})
3458
- .n("CloudDirectoryClient", "ListPolicyAttachmentsCommand")
3459
- .sc(ListPolicyAttachments$)
3460
- .build() {
3025
+ class ListPolicyAttachmentsCommand extends command(_ep0, _mw0, "ListPolicyAttachments", ListPolicyAttachments$) {
3461
3026
  }
3462
3027
 
3463
- class ListPublishedSchemaArnsCommand extends Command
3464
- .classBuilder()
3465
- .ep(commonParams)
3466
- .m(function (Command, cs, config, o) {
3467
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3468
- })
3469
- .s("AmazonCloudDirectory_20170111", "ListPublishedSchemaArns", {})
3470
- .n("CloudDirectoryClient", "ListPublishedSchemaArnsCommand")
3471
- .sc(ListPublishedSchemaArns$)
3472
- .build() {
3028
+ class ListPublishedSchemaArnsCommand extends command(_ep0, _mw0, "ListPublishedSchemaArns", ListPublishedSchemaArns$) {
3473
3029
  }
3474
3030
 
3475
- class ListTagsForResourceCommand extends Command
3476
- .classBuilder()
3477
- .ep(commonParams)
3478
- .m(function (Command, cs, config, o) {
3479
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3480
- })
3481
- .s("AmazonCloudDirectory_20170111", "ListTagsForResource", {})
3482
- .n("CloudDirectoryClient", "ListTagsForResourceCommand")
3483
- .sc(ListTagsForResource$)
3484
- .build() {
3031
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
3485
3032
  }
3486
3033
 
3487
- class ListTypedLinkFacetAttributesCommand extends Command
3488
- .classBuilder()
3489
- .ep(commonParams)
3490
- .m(function (Command, cs, config, o) {
3491
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3492
- })
3493
- .s("AmazonCloudDirectory_20170111", "ListTypedLinkFacetAttributes", {})
3494
- .n("CloudDirectoryClient", "ListTypedLinkFacetAttributesCommand")
3495
- .sc(ListTypedLinkFacetAttributes$)
3496
- .build() {
3034
+ class ListTypedLinkFacetAttributesCommand extends command(_ep0, _mw0, "ListTypedLinkFacetAttributes", ListTypedLinkFacetAttributes$) {
3497
3035
  }
3498
3036
 
3499
- class ListTypedLinkFacetNamesCommand extends Command
3500
- .classBuilder()
3501
- .ep(commonParams)
3502
- .m(function (Command, cs, config, o) {
3503
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3504
- })
3505
- .s("AmazonCloudDirectory_20170111", "ListTypedLinkFacetNames", {})
3506
- .n("CloudDirectoryClient", "ListTypedLinkFacetNamesCommand")
3507
- .sc(ListTypedLinkFacetNames$)
3508
- .build() {
3037
+ class ListTypedLinkFacetNamesCommand extends command(_ep0, _mw0, "ListTypedLinkFacetNames", ListTypedLinkFacetNames$) {
3509
3038
  }
3510
3039
 
3511
- class LookupPolicyCommand extends Command
3512
- .classBuilder()
3513
- .ep(commonParams)
3514
- .m(function (Command, cs, config, o) {
3515
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3516
- })
3517
- .s("AmazonCloudDirectory_20170111", "LookupPolicy", {})
3518
- .n("CloudDirectoryClient", "LookupPolicyCommand")
3519
- .sc(LookupPolicy$)
3520
- .build() {
3040
+ class LookupPolicyCommand extends command(_ep0, _mw0, "LookupPolicy", LookupPolicy$) {
3521
3041
  }
3522
3042
 
3523
- class PublishSchemaCommand extends Command
3524
- .classBuilder()
3525
- .ep(commonParams)
3526
- .m(function (Command, cs, config, o) {
3527
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3528
- })
3529
- .s("AmazonCloudDirectory_20170111", "PublishSchema", {})
3530
- .n("CloudDirectoryClient", "PublishSchemaCommand")
3531
- .sc(PublishSchema$)
3532
- .build() {
3043
+ class PublishSchemaCommand extends command(_ep0, _mw0, "PublishSchema", PublishSchema$) {
3533
3044
  }
3534
3045
 
3535
- class PutSchemaFromJsonCommand extends Command
3536
- .classBuilder()
3537
- .ep(commonParams)
3538
- .m(function (Command, cs, config, o) {
3539
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3540
- })
3541
- .s("AmazonCloudDirectory_20170111", "PutSchemaFromJson", {})
3542
- .n("CloudDirectoryClient", "PutSchemaFromJsonCommand")
3543
- .sc(PutSchemaFromJson$)
3544
- .build() {
3046
+ class PutSchemaFromJsonCommand extends command(_ep0, _mw0, "PutSchemaFromJson", PutSchemaFromJson$) {
3545
3047
  }
3546
3048
 
3547
- class RemoveFacetFromObjectCommand extends Command
3548
- .classBuilder()
3549
- .ep(commonParams)
3550
- .m(function (Command, cs, config, o) {
3551
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3552
- })
3553
- .s("AmazonCloudDirectory_20170111", "RemoveFacetFromObject", {})
3554
- .n("CloudDirectoryClient", "RemoveFacetFromObjectCommand")
3555
- .sc(RemoveFacetFromObject$)
3556
- .build() {
3049
+ class RemoveFacetFromObjectCommand extends command(_ep0, _mw0, "RemoveFacetFromObject", RemoveFacetFromObject$) {
3557
3050
  }
3558
3051
 
3559
- class TagResourceCommand extends Command
3560
- .classBuilder()
3561
- .ep(commonParams)
3562
- .m(function (Command, cs, config, o) {
3563
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3564
- })
3565
- .s("AmazonCloudDirectory_20170111", "TagResource", {})
3566
- .n("CloudDirectoryClient", "TagResourceCommand")
3567
- .sc(TagResource$)
3568
- .build() {
3052
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
3569
3053
  }
3570
3054
 
3571
- class UntagResourceCommand extends Command
3572
- .classBuilder()
3573
- .ep(commonParams)
3574
- .m(function (Command, cs, config, o) {
3575
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3576
- })
3577
- .s("AmazonCloudDirectory_20170111", "UntagResource", {})
3578
- .n("CloudDirectoryClient", "UntagResourceCommand")
3579
- .sc(UntagResource$)
3580
- .build() {
3055
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
3581
3056
  }
3582
3057
 
3583
- class UpdateFacetCommand extends Command
3584
- .classBuilder()
3585
- .ep(commonParams)
3586
- .m(function (Command, cs, config, o) {
3587
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3588
- })
3589
- .s("AmazonCloudDirectory_20170111", "UpdateFacet", {})
3590
- .n("CloudDirectoryClient", "UpdateFacetCommand")
3591
- .sc(UpdateFacet$)
3592
- .build() {
3058
+ class UpdateFacetCommand extends command(_ep0, _mw0, "UpdateFacet", UpdateFacet$) {
3593
3059
  }
3594
3060
 
3595
- class UpdateLinkAttributesCommand extends Command
3596
- .classBuilder()
3597
- .ep(commonParams)
3598
- .m(function (Command, cs, config, o) {
3599
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3600
- })
3601
- .s("AmazonCloudDirectory_20170111", "UpdateLinkAttributes", {})
3602
- .n("CloudDirectoryClient", "UpdateLinkAttributesCommand")
3603
- .sc(UpdateLinkAttributes$)
3604
- .build() {
3061
+ class UpdateLinkAttributesCommand extends command(_ep0, _mw0, "UpdateLinkAttributes", UpdateLinkAttributes$) {
3605
3062
  }
3606
3063
 
3607
- class UpdateObjectAttributesCommand extends Command
3608
- .classBuilder()
3609
- .ep(commonParams)
3610
- .m(function (Command, cs, config, o) {
3611
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3612
- })
3613
- .s("AmazonCloudDirectory_20170111", "UpdateObjectAttributes", {})
3614
- .n("CloudDirectoryClient", "UpdateObjectAttributesCommand")
3615
- .sc(UpdateObjectAttributes$)
3616
- .build() {
3064
+ class UpdateObjectAttributesCommand extends command(_ep0, _mw0, "UpdateObjectAttributes", UpdateObjectAttributes$) {
3617
3065
  }
3618
3066
 
3619
- class UpdateSchemaCommand extends Command
3620
- .classBuilder()
3621
- .ep(commonParams)
3622
- .m(function (Command, cs, config, o) {
3623
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3624
- })
3625
- .s("AmazonCloudDirectory_20170111", "UpdateSchema", {})
3626
- .n("CloudDirectoryClient", "UpdateSchemaCommand")
3627
- .sc(UpdateSchema$)
3628
- .build() {
3067
+ class UpdateSchemaCommand extends command(_ep0, _mw0, "UpdateSchema", UpdateSchema$) {
3629
3068
  }
3630
3069
 
3631
- class UpdateTypedLinkFacetCommand extends Command
3632
- .classBuilder()
3633
- .ep(commonParams)
3634
- .m(function (Command, cs, config, o) {
3635
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3636
- })
3637
- .s("AmazonCloudDirectory_20170111", "UpdateTypedLinkFacet", {})
3638
- .n("CloudDirectoryClient", "UpdateTypedLinkFacetCommand")
3639
- .sc(UpdateTypedLinkFacet$)
3640
- .build() {
3070
+ class UpdateTypedLinkFacetCommand extends command(_ep0, _mw0, "UpdateTypedLinkFacet", UpdateTypedLinkFacet$) {
3641
3071
  }
3642
3072
 
3643
- class UpgradeAppliedSchemaCommand extends Command
3644
- .classBuilder()
3645
- .ep(commonParams)
3646
- .m(function (Command, cs, config, o) {
3647
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3648
- })
3649
- .s("AmazonCloudDirectory_20170111", "UpgradeAppliedSchema", {})
3650
- .n("CloudDirectoryClient", "UpgradeAppliedSchemaCommand")
3651
- .sc(UpgradeAppliedSchema$)
3652
- .build() {
3073
+ class UpgradeAppliedSchemaCommand extends command(_ep0, _mw0, "UpgradeAppliedSchema", UpgradeAppliedSchema$) {
3653
3074
  }
3654
3075
 
3655
- class UpgradePublishedSchemaCommand extends Command
3656
- .classBuilder()
3657
- .ep(commonParams)
3658
- .m(function (Command, cs, config, o) {
3659
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3660
- })
3661
- .s("AmazonCloudDirectory_20170111", "UpgradePublishedSchema", {})
3662
- .n("CloudDirectoryClient", "UpgradePublishedSchemaCommand")
3663
- .sc(UpgradePublishedSchema$)
3664
- .build() {
3076
+ class UpgradePublishedSchemaCommand extends command(_ep0, _mw0, "UpgradePublishedSchema", UpgradePublishedSchema$) {
3665
3077
  }
3666
3078
 
3667
3079
  const paginateListAppliedSchemaArns = createPaginator(CloudDirectoryClient, ListAppliedSchemaArnsCommand, "NextToken", "NextToken", "MaxResults");