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