@aws-sdk/client-connectcases 3.1077.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 (137) hide show
  1. package/dist-cjs/index.js +51 -433
  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-types/commandBuilder.d.ts +18 -0
  48. package/dist-types/commands/BatchGetCaseRuleCommand.d.ts +3 -8
  49. package/dist-types/commands/BatchGetFieldCommand.d.ts +3 -8
  50. package/dist-types/commands/BatchPutFieldOptionsCommand.d.ts +3 -8
  51. package/dist-types/commands/CreateCaseCommand.d.ts +3 -8
  52. package/dist-types/commands/CreateCaseRuleCommand.d.ts +3 -8
  53. package/dist-types/commands/CreateDomainCommand.d.ts +3 -8
  54. package/dist-types/commands/CreateFieldCommand.d.ts +3 -8
  55. package/dist-types/commands/CreateLayoutCommand.d.ts +3 -8
  56. package/dist-types/commands/CreateRelatedItemCommand.d.ts +3 -8
  57. package/dist-types/commands/CreateTemplateCommand.d.ts +3 -8
  58. package/dist-types/commands/DeleteCaseCommand.d.ts +3 -8
  59. package/dist-types/commands/DeleteCaseRuleCommand.d.ts +3 -8
  60. package/dist-types/commands/DeleteDomainCommand.d.ts +3 -8
  61. package/dist-types/commands/DeleteFieldCommand.d.ts +3 -8
  62. package/dist-types/commands/DeleteLayoutCommand.d.ts +3 -8
  63. package/dist-types/commands/DeleteRelatedItemCommand.d.ts +3 -8
  64. package/dist-types/commands/DeleteTemplateCommand.d.ts +3 -8
  65. package/dist-types/commands/GetCaseAuditEventsCommand.d.ts +3 -8
  66. package/dist-types/commands/GetCaseCommand.d.ts +3 -8
  67. package/dist-types/commands/GetCaseEventConfigurationCommand.d.ts +3 -8
  68. package/dist-types/commands/GetDomainCommand.d.ts +3 -8
  69. package/dist-types/commands/GetLayoutCommand.d.ts +3 -8
  70. package/dist-types/commands/GetTemplateCommand.d.ts +3 -8
  71. package/dist-types/commands/ListCaseRulesCommand.d.ts +3 -8
  72. package/dist-types/commands/ListCasesForContactCommand.d.ts +3 -8
  73. package/dist-types/commands/ListDomainsCommand.d.ts +3 -8
  74. package/dist-types/commands/ListFieldOptionsCommand.d.ts +3 -8
  75. package/dist-types/commands/ListFieldsCommand.d.ts +3 -8
  76. package/dist-types/commands/ListLayoutsCommand.d.ts +3 -8
  77. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  78. package/dist-types/commands/ListTemplatesCommand.d.ts +3 -8
  79. package/dist-types/commands/PutCaseEventConfigurationCommand.d.ts +3 -8
  80. package/dist-types/commands/SearchAllRelatedItemsCommand.d.ts +3 -8
  81. package/dist-types/commands/SearchCasesCommand.d.ts +3 -8
  82. package/dist-types/commands/SearchRelatedItemsCommand.d.ts +3 -8
  83. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  84. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  85. package/dist-types/commands/UpdateCaseCommand.d.ts +3 -8
  86. package/dist-types/commands/UpdateCaseRuleCommand.d.ts +3 -8
  87. package/dist-types/commands/UpdateFieldCommand.d.ts +3 -8
  88. package/dist-types/commands/UpdateLayoutCommand.d.ts +3 -8
  89. package/dist-types/commands/UpdateRelatedItemCommand.d.ts +3 -8
  90. package/dist-types/commands/UpdateTemplateCommand.d.ts +3 -8
  91. package/dist-types/index.d.ts +1 -0
  92. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  93. package/dist-types/ts3.4/commands/BatchGetCaseRuleCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/BatchGetFieldCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/BatchPutFieldOptionsCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/CreateCaseCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/CreateCaseRuleCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/CreateFieldCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/CreateLayoutCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/CreateRelatedItemCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/DeleteCaseCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/DeleteCaseRuleCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/DeleteFieldCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/DeleteLayoutCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/DeleteRelatedItemCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/GetCaseAuditEventsCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/GetCaseCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/GetCaseEventConfigurationCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/GetDomainCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/GetLayoutCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/ListCaseRulesCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/ListCasesForContactCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/ListFieldOptionsCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/ListFieldsCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/ListLayoutsCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/PutCaseEventConfigurationCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/SearchAllRelatedItemsCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/SearchCasesCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/SearchRelatedItemsCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/UpdateCaseCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/UpdateCaseRuleCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/UpdateFieldCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/UpdateLayoutCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/UpdateRelatedItemCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/index.d.ts +1 -0
  137. package/package.json +8 -8
@@ -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 { CreateCaseRule$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateCaseRuleCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonConnectCases", "CreateCaseRule", {})
13
- .n("ConnectCasesClient", "CreateCaseRuleCommand")
14
- .sc(CreateCaseRule$)
15
- .build() {
3
+ export class CreateCaseRuleCommand extends command(_ep0, _mw0, "CreateCaseRule", CreateCaseRule$) {
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 { CreateDomain$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateDomainCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonConnectCases", "CreateDomain", {})
13
- .n("ConnectCasesClient", "CreateDomainCommand")
14
- .sc(CreateDomain$)
15
- .build() {
3
+ export class CreateDomainCommand extends command(_ep0, _mw0, "CreateDomain", CreateDomain$) {
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 { CreateField$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateFieldCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonConnectCases", "CreateField", {})
13
- .n("ConnectCasesClient", "CreateFieldCommand")
14
- .sc(CreateField$)
15
- .build() {
3
+ export class CreateFieldCommand extends command(_ep0, _mw0, "CreateField", CreateField$) {
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 { CreateLayout$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateLayoutCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonConnectCases", "CreateLayout", {})
13
- .n("ConnectCasesClient", "CreateLayoutCommand")
14
- .sc(CreateLayout$)
15
- .build() {
3
+ export class CreateLayoutCommand extends command(_ep0, _mw0, "CreateLayout", CreateLayout$) {
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 { CreateRelatedItem$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateRelatedItemCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonConnectCases", "CreateRelatedItem", {})
13
- .n("ConnectCasesClient", "CreateRelatedItemCommand")
14
- .sc(CreateRelatedItem$)
15
- .build() {
3
+ export class CreateRelatedItemCommand extends command(_ep0, _mw0, "CreateRelatedItem", CreateRelatedItem$) {
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 { CreateTemplate$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateTemplateCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonConnectCases", "CreateTemplate", {})
13
- .n("ConnectCasesClient", "CreateTemplateCommand")
14
- .sc(CreateTemplate$)
15
- .build() {
3
+ export class CreateTemplateCommand extends command(_ep0, _mw0, "CreateTemplate", CreateTemplate$) {
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 { DeleteCase$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteCaseCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonConnectCases", "DeleteCase", {})
13
- .n("ConnectCasesClient", "DeleteCaseCommand")
14
- .sc(DeleteCase$)
15
- .build() {
3
+ export class DeleteCaseCommand extends command(_ep0, _mw0, "DeleteCase", DeleteCase$) {
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 { DeleteCaseRule$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteCaseRuleCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonConnectCases", "DeleteCaseRule", {})
13
- .n("ConnectCasesClient", "DeleteCaseRuleCommand")
14
- .sc(DeleteCaseRule$)
15
- .build() {
3
+ export class DeleteCaseRuleCommand extends command(_ep0, _mw0, "DeleteCaseRule", DeleteCaseRule$) {
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 { DeleteDomain$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteDomainCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonConnectCases", "DeleteDomain", {})
13
- .n("ConnectCasesClient", "DeleteDomainCommand")
14
- .sc(DeleteDomain$)
15
- .build() {
3
+ export class DeleteDomainCommand extends command(_ep0, _mw0, "DeleteDomain", DeleteDomain$) {
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 { DeleteField$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteFieldCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonConnectCases", "DeleteField", {})
13
- .n("ConnectCasesClient", "DeleteFieldCommand")
14
- .sc(DeleteField$)
15
- .build() {
3
+ export class DeleteFieldCommand extends command(_ep0, _mw0, "DeleteField", DeleteField$) {
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 { DeleteLayout$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteLayoutCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonConnectCases", "DeleteLayout", {})
13
- .n("ConnectCasesClient", "DeleteLayoutCommand")
14
- .sc(DeleteLayout$)
15
- .build() {
3
+ export class DeleteLayoutCommand extends command(_ep0, _mw0, "DeleteLayout", DeleteLayout$) {
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 { DeleteRelatedItem$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteRelatedItemCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonConnectCases", "DeleteRelatedItem", {})
13
- .n("ConnectCasesClient", "DeleteRelatedItemCommand")
14
- .sc(DeleteRelatedItem$)
15
- .build() {
3
+ export class DeleteRelatedItemCommand extends command(_ep0, _mw0, "DeleteRelatedItem", DeleteRelatedItem$) {
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 { DeleteTemplate$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteTemplateCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonConnectCases", "DeleteTemplate", {})
13
- .n("ConnectCasesClient", "DeleteTemplateCommand")
14
- .sc(DeleteTemplate$)
15
- .build() {
3
+ export class DeleteTemplateCommand extends command(_ep0, _mw0, "DeleteTemplate", DeleteTemplate$) {
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 { GetCaseAuditEvents$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetCaseAuditEventsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonConnectCases", "GetCaseAuditEvents", {})
13
- .n("ConnectCasesClient", "GetCaseAuditEventsCommand")
14
- .sc(GetCaseAuditEvents$)
15
- .build() {
3
+ export class GetCaseAuditEventsCommand extends command(_ep0, _mw0, "GetCaseAuditEvents", GetCaseAuditEvents$) {
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 { GetCase$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetCaseCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonConnectCases", "GetCase", {})
13
- .n("ConnectCasesClient", "GetCaseCommand")
14
- .sc(GetCase$)
15
- .build() {
3
+ export class GetCaseCommand extends command(_ep0, _mw0, "GetCase", GetCase$) {
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 { GetCaseEventConfiguration$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetCaseEventConfigurationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonConnectCases", "GetCaseEventConfiguration", {})
13
- .n("ConnectCasesClient", "GetCaseEventConfigurationCommand")
14
- .sc(GetCaseEventConfiguration$)
15
- .build() {
3
+ export class GetCaseEventConfigurationCommand extends command(_ep0, _mw0, "GetCaseEventConfiguration", GetCaseEventConfiguration$) {
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 { GetDomain$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetDomainCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonConnectCases", "GetDomain", {})
13
- .n("ConnectCasesClient", "GetDomainCommand")
14
- .sc(GetDomain$)
15
- .build() {
3
+ export class GetDomainCommand extends command(_ep0, _mw0, "GetDomain", GetDomain$) {
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 { GetLayout$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetLayoutCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonConnectCases", "GetLayout", {})
13
- .n("ConnectCasesClient", "GetLayoutCommand")
14
- .sc(GetLayout$)
15
- .build() {
3
+ export class GetLayoutCommand extends command(_ep0, _mw0, "GetLayout", GetLayout$) {
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 { GetTemplate$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetTemplateCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonConnectCases", "GetTemplate", {})
13
- .n("ConnectCasesClient", "GetTemplateCommand")
14
- .sc(GetTemplate$)
15
- .build() {
3
+ export class GetTemplateCommand extends command(_ep0, _mw0, "GetTemplate", GetTemplate$) {
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 { ListCaseRules$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListCaseRulesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonConnectCases", "ListCaseRules", {})
13
- .n("ConnectCasesClient", "ListCaseRulesCommand")
14
- .sc(ListCaseRules$)
15
- .build() {
3
+ export class ListCaseRulesCommand extends command(_ep0, _mw0, "ListCaseRules", ListCaseRules$) {
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 { ListCasesForContact$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListCasesForContactCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonConnectCases", "ListCasesForContact", {})
13
- .n("ConnectCasesClient", "ListCasesForContactCommand")
14
- .sc(ListCasesForContact$)
15
- .build() {
3
+ export class ListCasesForContactCommand extends command(_ep0, _mw0, "ListCasesForContact", ListCasesForContact$) {
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 { ListDomains$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListDomainsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonConnectCases", "ListDomains", {})
13
- .n("ConnectCasesClient", "ListDomainsCommand")
14
- .sc(ListDomains$)
15
- .build() {
3
+ export class ListDomainsCommand extends command(_ep0, _mw0, "ListDomains", ListDomains$) {
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 { ListFieldOptions$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListFieldOptionsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonConnectCases", "ListFieldOptions", {})
13
- .n("ConnectCasesClient", "ListFieldOptionsCommand")
14
- .sc(ListFieldOptions$)
15
- .build() {
3
+ export class ListFieldOptionsCommand extends command(_ep0, _mw0, "ListFieldOptions", ListFieldOptions$) {
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 { ListFields$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListFieldsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonConnectCases", "ListFields", {})
13
- .n("ConnectCasesClient", "ListFieldsCommand")
14
- .sc(ListFields$)
15
- .build() {
3
+ export class ListFieldsCommand extends command(_ep0, _mw0, "ListFields", ListFields$) {
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 { ListLayouts$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListLayoutsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonConnectCases", "ListLayouts", {})
13
- .n("ConnectCasesClient", "ListLayoutsCommand")
14
- .sc(ListLayouts$)
15
- .build() {
3
+ export class ListLayoutsCommand extends command(_ep0, _mw0, "ListLayouts", ListLayouts$) {
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 { ListTagsForResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListTagsForResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonConnectCases", "ListTagsForResource", {})
13
- .n("ConnectCasesClient", "ListTagsForResourceCommand")
14
- .sc(ListTagsForResource$)
15
- .build() {
3
+ export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
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 { ListTemplates$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListTemplatesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonConnectCases", "ListTemplates", {})
13
- .n("ConnectCasesClient", "ListTemplatesCommand")
14
- .sc(ListTemplates$)
15
- .build() {
3
+ export class ListTemplatesCommand extends command(_ep0, _mw0, "ListTemplates", ListTemplates$) {
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 { PutCaseEventConfiguration$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class PutCaseEventConfigurationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonConnectCases", "PutCaseEventConfiguration", {})
13
- .n("ConnectCasesClient", "PutCaseEventConfigurationCommand")
14
- .sc(PutCaseEventConfiguration$)
15
- .build() {
3
+ export class PutCaseEventConfigurationCommand extends command(_ep0, _mw0, "PutCaseEventConfiguration", PutCaseEventConfiguration$) {
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 { SearchAllRelatedItems$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class SearchAllRelatedItemsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonConnectCases", "SearchAllRelatedItems", {})
13
- .n("ConnectCasesClient", "SearchAllRelatedItemsCommand")
14
- .sc(SearchAllRelatedItems$)
15
- .build() {
3
+ export class SearchAllRelatedItemsCommand extends command(_ep0, _mw0, "SearchAllRelatedItems", SearchAllRelatedItems$) {
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 { SearchCases$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class SearchCasesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonConnectCases", "SearchCases", {})
13
- .n("ConnectCasesClient", "SearchCasesCommand")
14
- .sc(SearchCases$)
15
- .build() {
3
+ export class SearchCasesCommand extends command(_ep0, _mw0, "SearchCases", SearchCases$) {
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 { SearchRelatedItems$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class SearchRelatedItemsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonConnectCases", "SearchRelatedItems", {})
13
- .n("ConnectCasesClient", "SearchRelatedItemsCommand")
14
- .sc(SearchRelatedItems$)
15
- .build() {
3
+ export class SearchRelatedItemsCommand extends command(_ep0, _mw0, "SearchRelatedItems", SearchRelatedItems$) {
16
4
  }