@aws-sdk/client-connectcases 3.489.0 → 3.495.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 (53) hide show
  1. package/dist-cjs/ConnectCases.js +1 -71
  2. package/dist-cjs/ConnectCasesClient.js +1 -43
  3. package/dist-cjs/commands/BatchGetFieldCommand.js +1 -28
  4. package/dist-cjs/commands/BatchPutFieldOptionsCommand.js +1 -28
  5. package/dist-cjs/commands/CreateCaseCommand.js +1 -28
  6. package/dist-cjs/commands/CreateDomainCommand.js +1 -28
  7. package/dist-cjs/commands/CreateFieldCommand.js +1 -28
  8. package/dist-cjs/commands/CreateLayoutCommand.js +1 -28
  9. package/dist-cjs/commands/CreateRelatedItemCommand.js +1 -28
  10. package/dist-cjs/commands/CreateTemplateCommand.js +1 -28
  11. package/dist-cjs/commands/DeleteDomainCommand.js +1 -28
  12. package/dist-cjs/commands/GetCaseCommand.js +1 -28
  13. package/dist-cjs/commands/GetCaseEventConfigurationCommand.js +1 -28
  14. package/dist-cjs/commands/GetDomainCommand.js +1 -28
  15. package/dist-cjs/commands/GetLayoutCommand.js +1 -28
  16. package/dist-cjs/commands/GetTemplateCommand.js +1 -28
  17. package/dist-cjs/commands/ListCasesForContactCommand.js +1 -28
  18. package/dist-cjs/commands/ListDomainsCommand.js +1 -28
  19. package/dist-cjs/commands/ListFieldOptionsCommand.js +1 -28
  20. package/dist-cjs/commands/ListFieldsCommand.js +1 -28
  21. package/dist-cjs/commands/ListLayoutsCommand.js +1 -28
  22. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  23. package/dist-cjs/commands/ListTemplatesCommand.js +1 -28
  24. package/dist-cjs/commands/PutCaseEventConfigurationCommand.js +1 -28
  25. package/dist-cjs/commands/SearchCasesCommand.js +1 -28
  26. package/dist-cjs/commands/SearchRelatedItemsCommand.js +1 -28
  27. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  28. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  29. package/dist-cjs/commands/UpdateCaseCommand.js +1 -28
  30. package/dist-cjs/commands/UpdateFieldCommand.js +1 -28
  31. package/dist-cjs/commands/UpdateLayoutCommand.js +1 -28
  32. package/dist-cjs/commands/UpdateTemplateCommand.js +1 -28
  33. package/dist-cjs/commands/index.js +1 -33
  34. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  35. package/dist-cjs/extensionConfiguration.js +1 -2
  36. package/dist-cjs/index.js +3289 -11
  37. package/dist-cjs/models/ConnectCasesServiceException.js +1 -12
  38. package/dist-cjs/models/index.js +1 -4
  39. package/dist-cjs/models/models_0.js +1 -232
  40. package/dist-cjs/pagination/GetCasePaginator.js +1 -7
  41. package/dist-cjs/pagination/Interfaces.js +1 -2
  42. package/dist-cjs/pagination/ListCasesForContactPaginator.js +1 -7
  43. package/dist-cjs/pagination/ListDomainsPaginator.js +1 -7
  44. package/dist-cjs/pagination/ListFieldOptionsPaginator.js +1 -7
  45. package/dist-cjs/pagination/ListFieldsPaginator.js +1 -7
  46. package/dist-cjs/pagination/ListLayoutsPaginator.js +1 -7
  47. package/dist-cjs/pagination/ListTemplatesPaginator.js +1 -7
  48. package/dist-cjs/pagination/SearchCasesPaginator.js +1 -7
  49. package/dist-cjs/pagination/SearchRelatedItemsPaginator.js +1 -7
  50. package/dist-cjs/pagination/index.js +1 -13
  51. package/dist-cjs/protocols/Aws_restJson1.js +1 -2219
  52. package/dist-cjs/runtimeExtensions.js +1 -22
  53. package/package.json +40 -40
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListFieldsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListFieldsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonConnectCases", "ListFields", {})
22
- .n("ConnectCasesClient", "ListFieldsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListFieldsCommand)
25
- .de(Aws_restJson1_1.de_ListFieldsCommand)
26
- .build() {
27
- }
28
- exports.ListFieldsCommand = ListFieldsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListLayoutsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListLayoutsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonConnectCases", "ListLayouts", {})
22
- .n("ConnectCasesClient", "ListLayoutsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListLayoutsCommand)
25
- .de(Aws_restJson1_1.de_ListLayoutsCommand)
26
- .build() {
27
- }
28
- exports.ListLayoutsCommand = ListLayoutsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTagsForResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListTagsForResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonConnectCases", "ListTagsForResource", {})
22
- .n("ConnectCasesClient", "ListTagsForResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListTagsForResourceCommand)
25
- .de(Aws_restJson1_1.de_ListTagsForResourceCommand)
26
- .build() {
27
- }
28
- exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTemplatesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListTemplatesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonConnectCases", "ListTemplates", {})
22
- .n("ConnectCasesClient", "ListTemplatesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListTemplatesCommand)
25
- .de(Aws_restJson1_1.de_ListTemplatesCommand)
26
- .build() {
27
- }
28
- exports.ListTemplatesCommand = ListTemplatesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutCaseEventConfigurationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class PutCaseEventConfigurationCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonConnectCases", "PutCaseEventConfiguration", {})
22
- .n("ConnectCasesClient", "PutCaseEventConfigurationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_PutCaseEventConfigurationCommand)
25
- .de(Aws_restJson1_1.de_PutCaseEventConfigurationCommand)
26
- .build() {
27
- }
28
- exports.PutCaseEventConfigurationCommand = PutCaseEventConfigurationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SearchCasesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class SearchCasesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonConnectCases", "SearchCases", {})
22
- .n("ConnectCasesClient", "SearchCasesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_SearchCasesCommand)
25
- .de(Aws_restJson1_1.de_SearchCasesCommand)
26
- .build() {
27
- }
28
- exports.SearchCasesCommand = SearchCasesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SearchRelatedItemsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class SearchRelatedItemsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonConnectCases", "SearchRelatedItems", {})
22
- .n("ConnectCasesClient", "SearchRelatedItemsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_SearchRelatedItemsCommand)
25
- .de(Aws_restJson1_1.de_SearchRelatedItemsCommand)
26
- .build() {
27
- }
28
- exports.SearchRelatedItemsCommand = SearchRelatedItemsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TagResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class TagResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonConnectCases", "TagResource", {})
22
- .n("ConnectCasesClient", "TagResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_TagResourceCommand)
25
- .de(Aws_restJson1_1.de_TagResourceCommand)
26
- .build() {
27
- }
28
- exports.TagResourceCommand = TagResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UntagResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class UntagResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonConnectCases", "UntagResource", {})
22
- .n("ConnectCasesClient", "UntagResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UntagResourceCommand)
25
- .de(Aws_restJson1_1.de_UntagResourceCommand)
26
- .build() {
27
- }
28
- exports.UntagResourceCommand = UntagResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateCaseCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class UpdateCaseCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonConnectCases", "UpdateCase", {})
22
- .n("ConnectCasesClient", "UpdateCaseCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdateCaseCommand)
25
- .de(Aws_restJson1_1.de_UpdateCaseCommand)
26
- .build() {
27
- }
28
- exports.UpdateCaseCommand = UpdateCaseCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateFieldCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class UpdateFieldCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonConnectCases", "UpdateField", {})
22
- .n("ConnectCasesClient", "UpdateFieldCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdateFieldCommand)
25
- .de(Aws_restJson1_1.de_UpdateFieldCommand)
26
- .build() {
27
- }
28
- exports.UpdateFieldCommand = UpdateFieldCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateLayoutCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class UpdateLayoutCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonConnectCases", "UpdateLayout", {})
22
- .n("ConnectCasesClient", "UpdateLayoutCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdateLayoutCommand)
25
- .de(Aws_restJson1_1.de_UpdateLayoutCommand)
26
- .build() {
27
- }
28
- exports.UpdateLayoutCommand = UpdateLayoutCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateTemplateCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class UpdateTemplateCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonConnectCases", "UpdateTemplate", {})
22
- .n("ConnectCasesClient", "UpdateTemplateCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdateTemplateCommand)
25
- .de(Aws_restJson1_1.de_UpdateTemplateCommand)
26
- .build() {
27
- }
28
- exports.UpdateTemplateCommand = UpdateTemplateCommand;
1
+ module.exports = require("../index.js");
@@ -1,33 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./BatchGetFieldCommand"), exports);
5
- tslib_1.__exportStar(require("./BatchPutFieldOptionsCommand"), exports);
6
- tslib_1.__exportStar(require("./CreateCaseCommand"), exports);
7
- tslib_1.__exportStar(require("./CreateDomainCommand"), exports);
8
- tslib_1.__exportStar(require("./CreateFieldCommand"), exports);
9
- tslib_1.__exportStar(require("./CreateLayoutCommand"), exports);
10
- tslib_1.__exportStar(require("./CreateRelatedItemCommand"), exports);
11
- tslib_1.__exportStar(require("./CreateTemplateCommand"), exports);
12
- tslib_1.__exportStar(require("./DeleteDomainCommand"), exports);
13
- tslib_1.__exportStar(require("./GetCaseCommand"), exports);
14
- tslib_1.__exportStar(require("./GetCaseEventConfigurationCommand"), exports);
15
- tslib_1.__exportStar(require("./GetDomainCommand"), exports);
16
- tslib_1.__exportStar(require("./GetLayoutCommand"), exports);
17
- tslib_1.__exportStar(require("./GetTemplateCommand"), exports);
18
- tslib_1.__exportStar(require("./ListCasesForContactCommand"), exports);
19
- tslib_1.__exportStar(require("./ListDomainsCommand"), exports);
20
- tslib_1.__exportStar(require("./ListFieldOptionsCommand"), exports);
21
- tslib_1.__exportStar(require("./ListFieldsCommand"), exports);
22
- tslib_1.__exportStar(require("./ListLayoutsCommand"), exports);
23
- tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
24
- tslib_1.__exportStar(require("./ListTemplatesCommand"), exports);
25
- tslib_1.__exportStar(require("./PutCaseEventConfigurationCommand"), exports);
26
- tslib_1.__exportStar(require("./SearchCasesCommand"), exports);
27
- tslib_1.__exportStar(require("./SearchRelatedItemsCommand"), exports);
28
- tslib_1.__exportStar(require("./TagResourceCommand"), exports);
29
- tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
30
- tslib_1.__exportStar(require("./UpdateCaseCommand"), exports);
31
- tslib_1.__exportStar(require("./UpdateFieldCommand"), exports);
32
- tslib_1.__exportStar(require("./UpdateLayoutCommand"), exports);
33
- tslib_1.__exportStar(require("./UpdateTemplateCommand"), exports);
1
+ module.exports = require("../index.js");
@@ -1,18 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.commonParams = exports.resolveClientEndpointParameters = void 0;
4
- const resolveClientEndpointParameters = (options) => {
5
- return {
6
- ...options,
7
- useDualstackEndpoint: options.useDualstackEndpoint ?? false,
8
- useFipsEndpoint: options.useFipsEndpoint ?? false,
9
- defaultSigningName: "cases",
10
- };
11
- };
12
- exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
13
- exports.commonParams = {
14
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
15
- Endpoint: { type: "builtInParams", name: "endpoint" },
16
- Region: { type: "builtInParams", name: "region" },
17
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
18
- };
1
+ module.exports = require("../index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("./index.js");