@aws-sdk/client-connectcases 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 (149) hide show
  1. package/dist-cjs/index.js +54 -435
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/BatchGetCaseRuleCommand.js +2 -14
  4. package/dist-es/commands/BatchGetFieldCommand.js +2 -14
  5. package/dist-es/commands/BatchPutFieldOptionsCommand.js +2 -14
  6. package/dist-es/commands/CreateCaseCommand.js +2 -14
  7. package/dist-es/commands/CreateCaseRuleCommand.js +2 -14
  8. package/dist-es/commands/CreateDomainCommand.js +2 -14
  9. package/dist-es/commands/CreateFieldCommand.js +2 -14
  10. package/dist-es/commands/CreateLayoutCommand.js +2 -14
  11. package/dist-es/commands/CreateRelatedItemCommand.js +2 -14
  12. package/dist-es/commands/CreateTemplateCommand.js +2 -14
  13. package/dist-es/commands/DeleteCaseCommand.js +2 -14
  14. package/dist-es/commands/DeleteCaseRuleCommand.js +2 -14
  15. package/dist-es/commands/DeleteDomainCommand.js +2 -14
  16. package/dist-es/commands/DeleteFieldCommand.js +2 -14
  17. package/dist-es/commands/DeleteLayoutCommand.js +2 -14
  18. package/dist-es/commands/DeleteRelatedItemCommand.js +2 -14
  19. package/dist-es/commands/DeleteTemplateCommand.js +2 -14
  20. package/dist-es/commands/GetCaseAuditEventsCommand.js +2 -14
  21. package/dist-es/commands/GetCaseCommand.js +2 -14
  22. package/dist-es/commands/GetCaseEventConfigurationCommand.js +2 -14
  23. package/dist-es/commands/GetDomainCommand.js +2 -14
  24. package/dist-es/commands/GetLayoutCommand.js +2 -14
  25. package/dist-es/commands/GetTemplateCommand.js +2 -14
  26. package/dist-es/commands/ListCaseRulesCommand.js +2 -14
  27. package/dist-es/commands/ListCasesForContactCommand.js +2 -14
  28. package/dist-es/commands/ListDomainsCommand.js +2 -14
  29. package/dist-es/commands/ListFieldOptionsCommand.js +2 -14
  30. package/dist-es/commands/ListFieldsCommand.js +2 -14
  31. package/dist-es/commands/ListLayoutsCommand.js +2 -14
  32. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  33. package/dist-es/commands/ListTemplatesCommand.js +2 -14
  34. package/dist-es/commands/PutCaseEventConfigurationCommand.js +2 -14
  35. package/dist-es/commands/SearchAllRelatedItemsCommand.js +2 -14
  36. package/dist-es/commands/SearchCasesCommand.js +2 -14
  37. package/dist-es/commands/SearchRelatedItemsCommand.js +2 -14
  38. package/dist-es/commands/TagResourceCommand.js +2 -14
  39. package/dist-es/commands/UntagResourceCommand.js +2 -14
  40. package/dist-es/commands/UpdateCaseCommand.js +2 -14
  41. package/dist-es/commands/UpdateCaseRuleCommand.js +2 -14
  42. package/dist-es/commands/UpdateFieldCommand.js +2 -14
  43. package/dist-es/commands/UpdateLayoutCommand.js +2 -14
  44. package/dist-es/commands/UpdateRelatedItemCommand.js +2 -14
  45. package/dist-es/commands/UpdateTemplateCommand.js +2 -14
  46. package/dist-es/index.js +1 -0
  47. package/dist-es/runtimeConfig.browser.js +0 -2
  48. package/dist-es/runtimeConfig.js +1 -2
  49. package/dist-es/runtimeConfig.native.js +0 -2
  50. package/dist-es/runtimeConfig.shared.js +2 -0
  51. package/dist-types/commandBuilder.d.ts +18 -0
  52. package/dist-types/commands/BatchGetCaseRuleCommand.d.ts +3 -8
  53. package/dist-types/commands/BatchGetFieldCommand.d.ts +3 -8
  54. package/dist-types/commands/BatchPutFieldOptionsCommand.d.ts +3 -8
  55. package/dist-types/commands/CreateCaseCommand.d.ts +3 -8
  56. package/dist-types/commands/CreateCaseRuleCommand.d.ts +3 -8
  57. package/dist-types/commands/CreateDomainCommand.d.ts +3 -8
  58. package/dist-types/commands/CreateFieldCommand.d.ts +3 -8
  59. package/dist-types/commands/CreateLayoutCommand.d.ts +3 -8
  60. package/dist-types/commands/CreateRelatedItemCommand.d.ts +3 -8
  61. package/dist-types/commands/CreateTemplateCommand.d.ts +3 -8
  62. package/dist-types/commands/DeleteCaseCommand.d.ts +3 -8
  63. package/dist-types/commands/DeleteCaseRuleCommand.d.ts +3 -8
  64. package/dist-types/commands/DeleteDomainCommand.d.ts +3 -8
  65. package/dist-types/commands/DeleteFieldCommand.d.ts +3 -8
  66. package/dist-types/commands/DeleteLayoutCommand.d.ts +3 -8
  67. package/dist-types/commands/DeleteRelatedItemCommand.d.ts +3 -8
  68. package/dist-types/commands/DeleteTemplateCommand.d.ts +3 -8
  69. package/dist-types/commands/GetCaseAuditEventsCommand.d.ts +3 -8
  70. package/dist-types/commands/GetCaseCommand.d.ts +3 -8
  71. package/dist-types/commands/GetCaseEventConfigurationCommand.d.ts +3 -8
  72. package/dist-types/commands/GetDomainCommand.d.ts +3 -8
  73. package/dist-types/commands/GetLayoutCommand.d.ts +3 -8
  74. package/dist-types/commands/GetTemplateCommand.d.ts +3 -8
  75. package/dist-types/commands/ListCaseRulesCommand.d.ts +3 -8
  76. package/dist-types/commands/ListCasesForContactCommand.d.ts +3 -8
  77. package/dist-types/commands/ListDomainsCommand.d.ts +3 -8
  78. package/dist-types/commands/ListFieldOptionsCommand.d.ts +3 -8
  79. package/dist-types/commands/ListFieldsCommand.d.ts +3 -8
  80. package/dist-types/commands/ListLayoutsCommand.d.ts +3 -8
  81. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  82. package/dist-types/commands/ListTemplatesCommand.d.ts +3 -8
  83. package/dist-types/commands/PutCaseEventConfigurationCommand.d.ts +3 -8
  84. package/dist-types/commands/SearchAllRelatedItemsCommand.d.ts +3 -8
  85. package/dist-types/commands/SearchCasesCommand.d.ts +3 -8
  86. package/dist-types/commands/SearchRelatedItemsCommand.d.ts +3 -8
  87. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  88. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  89. package/dist-types/commands/UpdateCaseCommand.d.ts +3 -8
  90. package/dist-types/commands/UpdateCaseRuleCommand.d.ts +3 -8
  91. package/dist-types/commands/UpdateFieldCommand.d.ts +3 -8
  92. package/dist-types/commands/UpdateLayoutCommand.d.ts +3 -8
  93. package/dist-types/commands/UpdateRelatedItemCommand.d.ts +3 -8
  94. package/dist-types/commands/UpdateTemplateCommand.d.ts +3 -8
  95. package/dist-types/index.d.ts +1 -0
  96. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  97. package/dist-types/runtimeConfig.d.ts +1 -1
  98. package/dist-types/runtimeConfig.native.d.ts +1 -1
  99. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  100. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  101. package/dist-types/ts3.4/commands/BatchGetCaseRuleCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/BatchGetFieldCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/BatchPutFieldOptionsCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/CreateCaseCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/CreateCaseRuleCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/CreateFieldCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/CreateLayoutCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/CreateRelatedItemCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/DeleteCaseCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/DeleteCaseRuleCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/DeleteFieldCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/DeleteLayoutCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/DeleteRelatedItemCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/GetCaseAuditEventsCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/GetCaseCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/GetCaseEventConfigurationCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/GetDomainCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/GetLayoutCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/ListCaseRulesCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/ListCasesForContactCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/ListFieldOptionsCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/ListFieldsCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/ListLayoutsCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/PutCaseEventConfigurationCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/SearchAllRelatedItemsCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/SearchCasesCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/SearchRelatedItemsCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/UpdateCaseCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/UpdateCaseRuleCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/UpdateFieldCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/commands/UpdateLayoutCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/UpdateRelatedItemCommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/index.d.ts +1 -0
  145. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  146. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  147. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  148. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  149. 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 defaultConnectCasesHttpAuthSchemeParametersProvider = 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
 
@@ -1791,6 +1793,7 @@ const getRuntimeConfig$1 = (config) => {
1791
1793
  serviceTarget: "AmazonConnectCases",
1792
1794
  },
1793
1795
  serviceId: config?.serviceId ?? "ConnectCases",
1796
+ sha256: config?.sha256 ?? Sha256,
1794
1797
  urlParser: config?.urlParser ?? parseUrl,
1795
1798
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,
1796
1799
  utf8Encoder: config?.utf8Encoder ?? toUtf8,
@@ -1824,7 +1827,6 @@ const getRuntimeConfig = (config) => {
1824
1827
  ...NODE_RETRY_MODE_CONFIG_OPTIONS,
1825
1828
  default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
1826
1829
  }, config),
1827
- sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
1828
1830
  streamCollector: config?.streamCollector ?? streamCollector,
1829
1831
  useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
1830
1832
  useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
@@ -1912,520 +1914,137 @@ class ConnectCasesClient extends Client {
1912
1914
  }
1913
1915
  }
1914
1916
 
1915
- class BatchGetCaseRuleCommand extends Command
1916
- .classBuilder()
1917
- .ep(commonParams)
1918
- .m(function (Command, cs, config, o) {
1919
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1920
- })
1921
- .s("AmazonConnectCases", "BatchGetCaseRule", {})
1922
- .n("ConnectCasesClient", "BatchGetCaseRuleCommand")
1923
- .sc(BatchGetCaseRule$)
1924
- .build() {
1917
+ const command = makeBuilder(commonParams, "AmazonConnectCases", "ConnectCasesClient", getEndpointPlugin);
1918
+ const _ep0 = {};
1919
+ const _mw0 = (Command, cs, config, o) => [];
1920
+
1921
+ class BatchGetCaseRuleCommand extends command(_ep0, _mw0, "BatchGetCaseRule", BatchGetCaseRule$) {
1925
1922
  }
1926
1923
 
1927
- class BatchGetFieldCommand extends Command
1928
- .classBuilder()
1929
- .ep(commonParams)
1930
- .m(function (Command, cs, config, o) {
1931
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1932
- })
1933
- .s("AmazonConnectCases", "BatchGetField", {})
1934
- .n("ConnectCasesClient", "BatchGetFieldCommand")
1935
- .sc(BatchGetField$)
1936
- .build() {
1924
+ class BatchGetFieldCommand extends command(_ep0, _mw0, "BatchGetField", BatchGetField$) {
1937
1925
  }
1938
1926
 
1939
- class BatchPutFieldOptionsCommand extends Command
1940
- .classBuilder()
1941
- .ep(commonParams)
1942
- .m(function (Command, cs, config, o) {
1943
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1944
- })
1945
- .s("AmazonConnectCases", "BatchPutFieldOptions", {})
1946
- .n("ConnectCasesClient", "BatchPutFieldOptionsCommand")
1947
- .sc(BatchPutFieldOptions$)
1948
- .build() {
1927
+ class BatchPutFieldOptionsCommand extends command(_ep0, _mw0, "BatchPutFieldOptions", BatchPutFieldOptions$) {
1949
1928
  }
1950
1929
 
1951
- class CreateCaseCommand extends Command
1952
- .classBuilder()
1953
- .ep(commonParams)
1954
- .m(function (Command, cs, config, o) {
1955
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1956
- })
1957
- .s("AmazonConnectCases", "CreateCase", {})
1958
- .n("ConnectCasesClient", "CreateCaseCommand")
1959
- .sc(CreateCase$)
1960
- .build() {
1930
+ class CreateCaseCommand extends command(_ep0, _mw0, "CreateCase", CreateCase$) {
1961
1931
  }
1962
1932
 
1963
- class CreateCaseRuleCommand extends Command
1964
- .classBuilder()
1965
- .ep(commonParams)
1966
- .m(function (Command, cs, config, o) {
1967
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1968
- })
1969
- .s("AmazonConnectCases", "CreateCaseRule", {})
1970
- .n("ConnectCasesClient", "CreateCaseRuleCommand")
1971
- .sc(CreateCaseRule$)
1972
- .build() {
1933
+ class CreateCaseRuleCommand extends command(_ep0, _mw0, "CreateCaseRule", CreateCaseRule$) {
1973
1934
  }
1974
1935
 
1975
- class CreateDomainCommand extends Command
1976
- .classBuilder()
1977
- .ep(commonParams)
1978
- .m(function (Command, cs, config, o) {
1979
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1980
- })
1981
- .s("AmazonConnectCases", "CreateDomain", {})
1982
- .n("ConnectCasesClient", "CreateDomainCommand")
1983
- .sc(CreateDomain$)
1984
- .build() {
1936
+ class CreateDomainCommand extends command(_ep0, _mw0, "CreateDomain", CreateDomain$) {
1985
1937
  }
1986
1938
 
1987
- class CreateFieldCommand extends Command
1988
- .classBuilder()
1989
- .ep(commonParams)
1990
- .m(function (Command, cs, config, o) {
1991
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1992
- })
1993
- .s("AmazonConnectCases", "CreateField", {})
1994
- .n("ConnectCasesClient", "CreateFieldCommand")
1995
- .sc(CreateField$)
1996
- .build() {
1939
+ class CreateFieldCommand extends command(_ep0, _mw0, "CreateField", CreateField$) {
1997
1940
  }
1998
1941
 
1999
- class CreateLayoutCommand extends Command
2000
- .classBuilder()
2001
- .ep(commonParams)
2002
- .m(function (Command, cs, config, o) {
2003
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2004
- })
2005
- .s("AmazonConnectCases", "CreateLayout", {})
2006
- .n("ConnectCasesClient", "CreateLayoutCommand")
2007
- .sc(CreateLayout$)
2008
- .build() {
1942
+ class CreateLayoutCommand extends command(_ep0, _mw0, "CreateLayout", CreateLayout$) {
2009
1943
  }
2010
1944
 
2011
- class CreateRelatedItemCommand extends Command
2012
- .classBuilder()
2013
- .ep(commonParams)
2014
- .m(function (Command, cs, config, o) {
2015
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2016
- })
2017
- .s("AmazonConnectCases", "CreateRelatedItem", {})
2018
- .n("ConnectCasesClient", "CreateRelatedItemCommand")
2019
- .sc(CreateRelatedItem$)
2020
- .build() {
1945
+ class CreateRelatedItemCommand extends command(_ep0, _mw0, "CreateRelatedItem", CreateRelatedItem$) {
2021
1946
  }
2022
1947
 
2023
- class CreateTemplateCommand extends Command
2024
- .classBuilder()
2025
- .ep(commonParams)
2026
- .m(function (Command, cs, config, o) {
2027
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2028
- })
2029
- .s("AmazonConnectCases", "CreateTemplate", {})
2030
- .n("ConnectCasesClient", "CreateTemplateCommand")
2031
- .sc(CreateTemplate$)
2032
- .build() {
1948
+ class CreateTemplateCommand extends command(_ep0, _mw0, "CreateTemplate", CreateTemplate$) {
2033
1949
  }
2034
1950
 
2035
- class DeleteCaseCommand extends Command
2036
- .classBuilder()
2037
- .ep(commonParams)
2038
- .m(function (Command, cs, config, o) {
2039
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2040
- })
2041
- .s("AmazonConnectCases", "DeleteCase", {})
2042
- .n("ConnectCasesClient", "DeleteCaseCommand")
2043
- .sc(DeleteCase$)
2044
- .build() {
1951
+ class DeleteCaseCommand extends command(_ep0, _mw0, "DeleteCase", DeleteCase$) {
2045
1952
  }
2046
1953
 
2047
- class DeleteCaseRuleCommand extends Command
2048
- .classBuilder()
2049
- .ep(commonParams)
2050
- .m(function (Command, cs, config, o) {
2051
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2052
- })
2053
- .s("AmazonConnectCases", "DeleteCaseRule", {})
2054
- .n("ConnectCasesClient", "DeleteCaseRuleCommand")
2055
- .sc(DeleteCaseRule$)
2056
- .build() {
1954
+ class DeleteCaseRuleCommand extends command(_ep0, _mw0, "DeleteCaseRule", DeleteCaseRule$) {
2057
1955
  }
2058
1956
 
2059
- class DeleteDomainCommand extends Command
2060
- .classBuilder()
2061
- .ep(commonParams)
2062
- .m(function (Command, cs, config, o) {
2063
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2064
- })
2065
- .s("AmazonConnectCases", "DeleteDomain", {})
2066
- .n("ConnectCasesClient", "DeleteDomainCommand")
2067
- .sc(DeleteDomain$)
2068
- .build() {
1957
+ class DeleteDomainCommand extends command(_ep0, _mw0, "DeleteDomain", DeleteDomain$) {
2069
1958
  }
2070
1959
 
2071
- class DeleteFieldCommand extends Command
2072
- .classBuilder()
2073
- .ep(commonParams)
2074
- .m(function (Command, cs, config, o) {
2075
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2076
- })
2077
- .s("AmazonConnectCases", "DeleteField", {})
2078
- .n("ConnectCasesClient", "DeleteFieldCommand")
2079
- .sc(DeleteField$)
2080
- .build() {
1960
+ class DeleteFieldCommand extends command(_ep0, _mw0, "DeleteField", DeleteField$) {
2081
1961
  }
2082
1962
 
2083
- class DeleteLayoutCommand extends Command
2084
- .classBuilder()
2085
- .ep(commonParams)
2086
- .m(function (Command, cs, config, o) {
2087
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2088
- })
2089
- .s("AmazonConnectCases", "DeleteLayout", {})
2090
- .n("ConnectCasesClient", "DeleteLayoutCommand")
2091
- .sc(DeleteLayout$)
2092
- .build() {
1963
+ class DeleteLayoutCommand extends command(_ep0, _mw0, "DeleteLayout", DeleteLayout$) {
2093
1964
  }
2094
1965
 
2095
- class DeleteRelatedItemCommand extends Command
2096
- .classBuilder()
2097
- .ep(commonParams)
2098
- .m(function (Command, cs, config, o) {
2099
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2100
- })
2101
- .s("AmazonConnectCases", "DeleteRelatedItem", {})
2102
- .n("ConnectCasesClient", "DeleteRelatedItemCommand")
2103
- .sc(DeleteRelatedItem$)
2104
- .build() {
1966
+ class DeleteRelatedItemCommand extends command(_ep0, _mw0, "DeleteRelatedItem", DeleteRelatedItem$) {
2105
1967
  }
2106
1968
 
2107
- class DeleteTemplateCommand extends Command
2108
- .classBuilder()
2109
- .ep(commonParams)
2110
- .m(function (Command, cs, config, o) {
2111
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2112
- })
2113
- .s("AmazonConnectCases", "DeleteTemplate", {})
2114
- .n("ConnectCasesClient", "DeleteTemplateCommand")
2115
- .sc(DeleteTemplate$)
2116
- .build() {
1969
+ class DeleteTemplateCommand extends command(_ep0, _mw0, "DeleteTemplate", DeleteTemplate$) {
2117
1970
  }
2118
1971
 
2119
- class GetCaseAuditEventsCommand extends Command
2120
- .classBuilder()
2121
- .ep(commonParams)
2122
- .m(function (Command, cs, config, o) {
2123
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2124
- })
2125
- .s("AmazonConnectCases", "GetCaseAuditEvents", {})
2126
- .n("ConnectCasesClient", "GetCaseAuditEventsCommand")
2127
- .sc(GetCaseAuditEvents$)
2128
- .build() {
1972
+ class GetCaseAuditEventsCommand extends command(_ep0, _mw0, "GetCaseAuditEvents", GetCaseAuditEvents$) {
2129
1973
  }
2130
1974
 
2131
- class GetCaseCommand extends Command
2132
- .classBuilder()
2133
- .ep(commonParams)
2134
- .m(function (Command, cs, config, o) {
2135
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2136
- })
2137
- .s("AmazonConnectCases", "GetCase", {})
2138
- .n("ConnectCasesClient", "GetCaseCommand")
2139
- .sc(GetCase$)
2140
- .build() {
1975
+ class GetCaseCommand extends command(_ep0, _mw0, "GetCase", GetCase$) {
2141
1976
  }
2142
1977
 
2143
- class GetCaseEventConfigurationCommand extends Command
2144
- .classBuilder()
2145
- .ep(commonParams)
2146
- .m(function (Command, cs, config, o) {
2147
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2148
- })
2149
- .s("AmazonConnectCases", "GetCaseEventConfiguration", {})
2150
- .n("ConnectCasesClient", "GetCaseEventConfigurationCommand")
2151
- .sc(GetCaseEventConfiguration$)
2152
- .build() {
1978
+ class GetCaseEventConfigurationCommand extends command(_ep0, _mw0, "GetCaseEventConfiguration", GetCaseEventConfiguration$) {
2153
1979
  }
2154
1980
 
2155
- class GetDomainCommand extends Command
2156
- .classBuilder()
2157
- .ep(commonParams)
2158
- .m(function (Command, cs, config, o) {
2159
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2160
- })
2161
- .s("AmazonConnectCases", "GetDomain", {})
2162
- .n("ConnectCasesClient", "GetDomainCommand")
2163
- .sc(GetDomain$)
2164
- .build() {
1981
+ class GetDomainCommand extends command(_ep0, _mw0, "GetDomain", GetDomain$) {
2165
1982
  }
2166
1983
 
2167
- class GetLayoutCommand extends Command
2168
- .classBuilder()
2169
- .ep(commonParams)
2170
- .m(function (Command, cs, config, o) {
2171
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2172
- })
2173
- .s("AmazonConnectCases", "GetLayout", {})
2174
- .n("ConnectCasesClient", "GetLayoutCommand")
2175
- .sc(GetLayout$)
2176
- .build() {
1984
+ class GetLayoutCommand extends command(_ep0, _mw0, "GetLayout", GetLayout$) {
2177
1985
  }
2178
1986
 
2179
- class GetTemplateCommand extends Command
2180
- .classBuilder()
2181
- .ep(commonParams)
2182
- .m(function (Command, cs, config, o) {
2183
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2184
- })
2185
- .s("AmazonConnectCases", "GetTemplate", {})
2186
- .n("ConnectCasesClient", "GetTemplateCommand")
2187
- .sc(GetTemplate$)
2188
- .build() {
1987
+ class GetTemplateCommand extends command(_ep0, _mw0, "GetTemplate", GetTemplate$) {
2189
1988
  }
2190
1989
 
2191
- class ListCaseRulesCommand extends Command
2192
- .classBuilder()
2193
- .ep(commonParams)
2194
- .m(function (Command, cs, config, o) {
2195
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2196
- })
2197
- .s("AmazonConnectCases", "ListCaseRules", {})
2198
- .n("ConnectCasesClient", "ListCaseRulesCommand")
2199
- .sc(ListCaseRules$)
2200
- .build() {
1990
+ class ListCaseRulesCommand extends command(_ep0, _mw0, "ListCaseRules", ListCaseRules$) {
2201
1991
  }
2202
1992
 
2203
- class ListCasesForContactCommand extends Command
2204
- .classBuilder()
2205
- .ep(commonParams)
2206
- .m(function (Command, cs, config, o) {
2207
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2208
- })
2209
- .s("AmazonConnectCases", "ListCasesForContact", {})
2210
- .n("ConnectCasesClient", "ListCasesForContactCommand")
2211
- .sc(ListCasesForContact$)
2212
- .build() {
1993
+ class ListCasesForContactCommand extends command(_ep0, _mw0, "ListCasesForContact", ListCasesForContact$) {
2213
1994
  }
2214
1995
 
2215
- class ListDomainsCommand extends Command
2216
- .classBuilder()
2217
- .ep(commonParams)
2218
- .m(function (Command, cs, config, o) {
2219
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2220
- })
2221
- .s("AmazonConnectCases", "ListDomains", {})
2222
- .n("ConnectCasesClient", "ListDomainsCommand")
2223
- .sc(ListDomains$)
2224
- .build() {
1996
+ class ListDomainsCommand extends command(_ep0, _mw0, "ListDomains", ListDomains$) {
2225
1997
  }
2226
1998
 
2227
- class ListFieldOptionsCommand extends Command
2228
- .classBuilder()
2229
- .ep(commonParams)
2230
- .m(function (Command, cs, config, o) {
2231
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2232
- })
2233
- .s("AmazonConnectCases", "ListFieldOptions", {})
2234
- .n("ConnectCasesClient", "ListFieldOptionsCommand")
2235
- .sc(ListFieldOptions$)
2236
- .build() {
1999
+ class ListFieldOptionsCommand extends command(_ep0, _mw0, "ListFieldOptions", ListFieldOptions$) {
2237
2000
  }
2238
2001
 
2239
- class ListFieldsCommand extends Command
2240
- .classBuilder()
2241
- .ep(commonParams)
2242
- .m(function (Command, cs, config, o) {
2243
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2244
- })
2245
- .s("AmazonConnectCases", "ListFields", {})
2246
- .n("ConnectCasesClient", "ListFieldsCommand")
2247
- .sc(ListFields$)
2248
- .build() {
2002
+ class ListFieldsCommand extends command(_ep0, _mw0, "ListFields", ListFields$) {
2249
2003
  }
2250
2004
 
2251
- class ListLayoutsCommand extends Command
2252
- .classBuilder()
2253
- .ep(commonParams)
2254
- .m(function (Command, cs, config, o) {
2255
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2256
- })
2257
- .s("AmazonConnectCases", "ListLayouts", {})
2258
- .n("ConnectCasesClient", "ListLayoutsCommand")
2259
- .sc(ListLayouts$)
2260
- .build() {
2005
+ class ListLayoutsCommand extends command(_ep0, _mw0, "ListLayouts", ListLayouts$) {
2261
2006
  }
2262
2007
 
2263
- class ListTagsForResourceCommand extends Command
2264
- .classBuilder()
2265
- .ep(commonParams)
2266
- .m(function (Command, cs, config, o) {
2267
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2268
- })
2269
- .s("AmazonConnectCases", "ListTagsForResource", {})
2270
- .n("ConnectCasesClient", "ListTagsForResourceCommand")
2271
- .sc(ListTagsForResource$)
2272
- .build() {
2008
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
2273
2009
  }
2274
2010
 
2275
- class ListTemplatesCommand extends Command
2276
- .classBuilder()
2277
- .ep(commonParams)
2278
- .m(function (Command, cs, config, o) {
2279
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2280
- })
2281
- .s("AmazonConnectCases", "ListTemplates", {})
2282
- .n("ConnectCasesClient", "ListTemplatesCommand")
2283
- .sc(ListTemplates$)
2284
- .build() {
2011
+ class ListTemplatesCommand extends command(_ep0, _mw0, "ListTemplates", ListTemplates$) {
2285
2012
  }
2286
2013
 
2287
- class PutCaseEventConfigurationCommand extends Command
2288
- .classBuilder()
2289
- .ep(commonParams)
2290
- .m(function (Command, cs, config, o) {
2291
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2292
- })
2293
- .s("AmazonConnectCases", "PutCaseEventConfiguration", {})
2294
- .n("ConnectCasesClient", "PutCaseEventConfigurationCommand")
2295
- .sc(PutCaseEventConfiguration$)
2296
- .build() {
2014
+ class PutCaseEventConfigurationCommand extends command(_ep0, _mw0, "PutCaseEventConfiguration", PutCaseEventConfiguration$) {
2297
2015
  }
2298
2016
 
2299
- class SearchAllRelatedItemsCommand extends Command
2300
- .classBuilder()
2301
- .ep(commonParams)
2302
- .m(function (Command, cs, config, o) {
2303
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2304
- })
2305
- .s("AmazonConnectCases", "SearchAllRelatedItems", {})
2306
- .n("ConnectCasesClient", "SearchAllRelatedItemsCommand")
2307
- .sc(SearchAllRelatedItems$)
2308
- .build() {
2017
+ class SearchAllRelatedItemsCommand extends command(_ep0, _mw0, "SearchAllRelatedItems", SearchAllRelatedItems$) {
2309
2018
  }
2310
2019
 
2311
- class SearchCasesCommand extends Command
2312
- .classBuilder()
2313
- .ep(commonParams)
2314
- .m(function (Command, cs, config, o) {
2315
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2316
- })
2317
- .s("AmazonConnectCases", "SearchCases", {})
2318
- .n("ConnectCasesClient", "SearchCasesCommand")
2319
- .sc(SearchCases$)
2320
- .build() {
2020
+ class SearchCasesCommand extends command(_ep0, _mw0, "SearchCases", SearchCases$) {
2321
2021
  }
2322
2022
 
2323
- class SearchRelatedItemsCommand extends Command
2324
- .classBuilder()
2325
- .ep(commonParams)
2326
- .m(function (Command, cs, config, o) {
2327
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2328
- })
2329
- .s("AmazonConnectCases", "SearchRelatedItems", {})
2330
- .n("ConnectCasesClient", "SearchRelatedItemsCommand")
2331
- .sc(SearchRelatedItems$)
2332
- .build() {
2023
+ class SearchRelatedItemsCommand extends command(_ep0, _mw0, "SearchRelatedItems", SearchRelatedItems$) {
2333
2024
  }
2334
2025
 
2335
- class TagResourceCommand extends Command
2336
- .classBuilder()
2337
- .ep(commonParams)
2338
- .m(function (Command, cs, config, o) {
2339
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2340
- })
2341
- .s("AmazonConnectCases", "TagResource", {})
2342
- .n("ConnectCasesClient", "TagResourceCommand")
2343
- .sc(TagResource$)
2344
- .build() {
2026
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
2345
2027
  }
2346
2028
 
2347
- class UntagResourceCommand extends Command
2348
- .classBuilder()
2349
- .ep(commonParams)
2350
- .m(function (Command, cs, config, o) {
2351
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2352
- })
2353
- .s("AmazonConnectCases", "UntagResource", {})
2354
- .n("ConnectCasesClient", "UntagResourceCommand")
2355
- .sc(UntagResource$)
2356
- .build() {
2029
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
2357
2030
  }
2358
2031
 
2359
- class UpdateCaseCommand extends Command
2360
- .classBuilder()
2361
- .ep(commonParams)
2362
- .m(function (Command, cs, config, o) {
2363
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2364
- })
2365
- .s("AmazonConnectCases", "UpdateCase", {})
2366
- .n("ConnectCasesClient", "UpdateCaseCommand")
2367
- .sc(UpdateCase$)
2368
- .build() {
2032
+ class UpdateCaseCommand extends command(_ep0, _mw0, "UpdateCase", UpdateCase$) {
2369
2033
  }
2370
2034
 
2371
- class UpdateCaseRuleCommand extends Command
2372
- .classBuilder()
2373
- .ep(commonParams)
2374
- .m(function (Command, cs, config, o) {
2375
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2376
- })
2377
- .s("AmazonConnectCases", "UpdateCaseRule", {})
2378
- .n("ConnectCasesClient", "UpdateCaseRuleCommand")
2379
- .sc(UpdateCaseRule$)
2380
- .build() {
2035
+ class UpdateCaseRuleCommand extends command(_ep0, _mw0, "UpdateCaseRule", UpdateCaseRule$) {
2381
2036
  }
2382
2037
 
2383
- class UpdateFieldCommand extends Command
2384
- .classBuilder()
2385
- .ep(commonParams)
2386
- .m(function (Command, cs, config, o) {
2387
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2388
- })
2389
- .s("AmazonConnectCases", "UpdateField", {})
2390
- .n("ConnectCasesClient", "UpdateFieldCommand")
2391
- .sc(UpdateField$)
2392
- .build() {
2038
+ class UpdateFieldCommand extends command(_ep0, _mw0, "UpdateField", UpdateField$) {
2393
2039
  }
2394
2040
 
2395
- class UpdateLayoutCommand extends Command
2396
- .classBuilder()
2397
- .ep(commonParams)
2398
- .m(function (Command, cs, config, o) {
2399
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2400
- })
2401
- .s("AmazonConnectCases", "UpdateLayout", {})
2402
- .n("ConnectCasesClient", "UpdateLayoutCommand")
2403
- .sc(UpdateLayout$)
2404
- .build() {
2041
+ class UpdateLayoutCommand extends command(_ep0, _mw0, "UpdateLayout", UpdateLayout$) {
2405
2042
  }
2406
2043
 
2407
- class UpdateRelatedItemCommand extends Command
2408
- .classBuilder()
2409
- .ep(commonParams)
2410
- .m(function (Command, cs, config, o) {
2411
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2412
- })
2413
- .s("AmazonConnectCases", "UpdateRelatedItem", {})
2414
- .n("ConnectCasesClient", "UpdateRelatedItemCommand")
2415
- .sc(UpdateRelatedItem$)
2416
- .build() {
2044
+ class UpdateRelatedItemCommand extends command(_ep0, _mw0, "UpdateRelatedItem", UpdateRelatedItem$) {
2417
2045
  }
2418
2046
 
2419
- class UpdateTemplateCommand extends Command
2420
- .classBuilder()
2421
- .ep(commonParams)
2422
- .m(function (Command, cs, config, o) {
2423
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2424
- })
2425
- .s("AmazonConnectCases", "UpdateTemplate", {})
2426
- .n("ConnectCasesClient", "UpdateTemplateCommand")
2427
- .sc(UpdateTemplate$)
2428
- .build() {
2047
+ class UpdateTemplateCommand extends command(_ep0, _mw0, "UpdateTemplate", UpdateTemplate$) {
2429
2048
  }
2430
2049
 
2431
2050
  const paginateGetCaseAuditEvents = createPaginator(ConnectCasesClient, GetCaseAuditEventsCommand, "nextToken", "nextToken", "maxResults");
@@ -0,0 +1,6 @@
1
+ import { makeBuilder } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "./endpoint/EndpointParameters";
4
+ export const command = makeBuilder(commonParams, "AmazonConnectCases", "ConnectCasesClient", getEndpointPlugin);
5
+ export const _ep0 = {};
6
+ export const _mw0 = (Command, cs, config, o) => [];
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { BatchGetCaseRule$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class BatchGetCaseRuleCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonConnectCases", "BatchGetCaseRule", {})
13
- .n("ConnectCasesClient", "BatchGetCaseRuleCommand")
14
- .sc(BatchGetCaseRule$)
15
- .build() {
3
+ export class BatchGetCaseRuleCommand extends command(_ep0, _mw0, "BatchGetCaseRule", BatchGetCaseRule$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { BatchGetField$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class BatchGetFieldCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonConnectCases", "BatchGetField", {})
13
- .n("ConnectCasesClient", "BatchGetFieldCommand")
14
- .sc(BatchGetField$)
15
- .build() {
3
+ export class BatchGetFieldCommand extends command(_ep0, _mw0, "BatchGetField", BatchGetField$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { BatchPutFieldOptions$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class BatchPutFieldOptionsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonConnectCases", "BatchPutFieldOptions", {})
13
- .n("ConnectCasesClient", "BatchPutFieldOptionsCommand")
14
- .sc(BatchPutFieldOptions$)
15
- .build() {
3
+ export class BatchPutFieldOptionsCommand extends command(_ep0, _mw0, "BatchPutFieldOptions", BatchPutFieldOptions$) {
16
4
  }