@aws-sdk/client-connectcases 3.927.0 → 3.929.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 (66) hide show
  1. package/dist-cjs/index.js +1928 -2305
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/ConnectCasesClient.js +2 -0
  4. package/dist-es/commands/BatchGetCaseRuleCommand.js +3 -9
  5. package/dist-es/commands/BatchGetFieldCommand.js +3 -9
  6. package/dist-es/commands/BatchPutFieldOptionsCommand.js +3 -9
  7. package/dist-es/commands/CreateCaseCommand.js +3 -10
  8. package/dist-es/commands/CreateCaseRuleCommand.js +3 -9
  9. package/dist-es/commands/CreateDomainCommand.js +3 -9
  10. package/dist-es/commands/CreateFieldCommand.js +3 -9
  11. package/dist-es/commands/CreateLayoutCommand.js +3 -9
  12. package/dist-es/commands/CreateRelatedItemCommand.js +3 -10
  13. package/dist-es/commands/CreateTemplateCommand.js +3 -9
  14. package/dist-es/commands/DeleteCaseCommand.js +3 -9
  15. package/dist-es/commands/DeleteCaseRuleCommand.js +3 -9
  16. package/dist-es/commands/DeleteDomainCommand.js +3 -9
  17. package/dist-es/commands/DeleteFieldCommand.js +3 -9
  18. package/dist-es/commands/DeleteLayoutCommand.js +3 -9
  19. package/dist-es/commands/DeleteRelatedItemCommand.js +3 -9
  20. package/dist-es/commands/DeleteTemplateCommand.js +3 -9
  21. package/dist-es/commands/GetCaseAuditEventsCommand.js +3 -10
  22. package/dist-es/commands/GetCaseCommand.js +3 -9
  23. package/dist-es/commands/GetCaseEventConfigurationCommand.js +3 -9
  24. package/dist-es/commands/GetDomainCommand.js +3 -9
  25. package/dist-es/commands/GetLayoutCommand.js +3 -9
  26. package/dist-es/commands/GetTemplateCommand.js +3 -9
  27. package/dist-es/commands/ListCaseRulesCommand.js +3 -9
  28. package/dist-es/commands/ListCasesForContactCommand.js +3 -9
  29. package/dist-es/commands/ListDomainsCommand.js +3 -9
  30. package/dist-es/commands/ListFieldOptionsCommand.js +3 -9
  31. package/dist-es/commands/ListFieldsCommand.js +3 -9
  32. package/dist-es/commands/ListLayoutsCommand.js +3 -9
  33. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  34. package/dist-es/commands/ListTemplatesCommand.js +3 -9
  35. package/dist-es/commands/PutCaseEventConfigurationCommand.js +3 -9
  36. package/dist-es/commands/SearchAllRelatedItemsCommand.js +3 -10
  37. package/dist-es/commands/SearchCasesCommand.js +3 -9
  38. package/dist-es/commands/SearchRelatedItemsCommand.js +3 -10
  39. package/dist-es/commands/TagResourceCommand.js +3 -9
  40. package/dist-es/commands/UntagResourceCommand.js +3 -9
  41. package/dist-es/commands/UpdateCaseCommand.js +3 -10
  42. package/dist-es/commands/UpdateCaseRuleCommand.js +3 -9
  43. package/dist-es/commands/UpdateFieldCommand.js +3 -9
  44. package/dist-es/commands/UpdateLayoutCommand.js +3 -9
  45. package/dist-es/commands/UpdateTemplateCommand.js +3 -9
  46. package/dist-es/models/models_0.js +0 -139
  47. package/dist-es/runtimeConfig.shared.js +2 -0
  48. package/dist-es/schemas/schemas_0.js +1832 -0
  49. package/dist-types/ConnectCasesClient.d.ts +10 -1
  50. package/dist-types/models/models_0.d.ts +0 -84
  51. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  52. package/dist-types/runtimeConfig.d.ts +1 -0
  53. package/dist-types/runtimeConfig.native.d.ts +1 -0
  54. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  55. package/dist-types/schemas/schemas_0.d.ts +250 -0
  56. package/dist-types/ts3.4/ConnectCasesClient.d.ts +4 -0
  57. package/dist-types/ts3.4/models/models_0.d.ts +0 -55
  58. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  59. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  60. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  61. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  62. package/dist-types/ts3.4/schemas/schemas_0.d.ts +257 -0
  63. package/package.json +5 -6
  64. package/dist-es/protocols/Aws_restJson1.js +0 -1837
  65. package/dist-types/protocols/Aws_restJson1.d.ts +0 -380
  66. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -509
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetTemplateCommand, se_GetTemplateCommand } from "../protocols/Aws_restJson1";
4
+ import { GetTemplate } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetTemplateCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonConnectCases", "GetTemplate", {})
17
13
  .n("ConnectCasesClient", "GetTemplateCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetTemplateCommand)
20
- .de(de_GetTemplateCommand)
14
+ .sc(GetTemplate)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListCaseRulesCommand, se_ListCaseRulesCommand } from "../protocols/Aws_restJson1";
4
+ import { ListCaseRules } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListCaseRulesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonConnectCases", "ListCaseRules", {})
17
13
  .n("ConnectCasesClient", "ListCaseRulesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListCaseRulesCommand)
20
- .de(de_ListCaseRulesCommand)
14
+ .sc(ListCaseRules)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListCasesForContactCommand, se_ListCasesForContactCommand } from "../protocols/Aws_restJson1";
4
+ import { ListCasesForContact } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListCasesForContactCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonConnectCases", "ListCasesForContact", {})
17
13
  .n("ConnectCasesClient", "ListCasesForContactCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListCasesForContactCommand)
20
- .de(de_ListCasesForContactCommand)
14
+ .sc(ListCasesForContact)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListDomainsCommand, se_ListDomainsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListDomains } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListDomainsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonConnectCases", "ListDomains", {})
17
13
  .n("ConnectCasesClient", "ListDomainsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListDomainsCommand)
20
- .de(de_ListDomainsCommand)
14
+ .sc(ListDomains)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListFieldOptionsCommand, se_ListFieldOptionsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListFieldOptions } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListFieldOptionsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonConnectCases", "ListFieldOptions", {})
17
13
  .n("ConnectCasesClient", "ListFieldOptionsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListFieldOptionsCommand)
20
- .de(de_ListFieldOptionsCommand)
14
+ .sc(ListFieldOptions)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListFieldsCommand, se_ListFieldsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListFields } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListFieldsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonConnectCases", "ListFields", {})
17
13
  .n("ConnectCasesClient", "ListFieldsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListFieldsCommand)
20
- .de(de_ListFieldsCommand)
14
+ .sc(ListFields)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListLayoutsCommand, se_ListLayoutsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListLayouts } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListLayoutsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonConnectCases", "ListLayouts", {})
17
13
  .n("ConnectCasesClient", "ListLayoutsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListLayoutsCommand)
20
- .de(de_ListLayoutsCommand)
14
+ .sc(ListLayouts)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1";
4
+ import { ListTagsForResource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListTagsForResourceCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonConnectCases", "ListTagsForResource", {})
17
13
  .n("ConnectCasesClient", "ListTagsForResourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListTagsForResourceCommand)
20
- .de(de_ListTagsForResourceCommand)
14
+ .sc(ListTagsForResource)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListTemplatesCommand, se_ListTemplatesCommand } from "../protocols/Aws_restJson1";
4
+ import { ListTemplates } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListTemplatesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonConnectCases", "ListTemplates", {})
17
13
  .n("ConnectCasesClient", "ListTemplatesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListTemplatesCommand)
20
- .de(de_ListTemplatesCommand)
14
+ .sc(ListTemplates)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_PutCaseEventConfigurationCommand, se_PutCaseEventConfigurationCommand } from "../protocols/Aws_restJson1";
4
+ import { PutCaseEventConfiguration } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class PutCaseEventConfigurationCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonConnectCases", "PutCaseEventConfiguration", {})
17
13
  .n("ConnectCasesClient", "PutCaseEventConfigurationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_PutCaseEventConfigurationCommand)
20
- .de(de_PutCaseEventConfigurationCommand)
14
+ .sc(PutCaseEventConfiguration)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { SearchAllRelatedItemsRequestFilterSensitiveLog, SearchAllRelatedItemsResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_SearchAllRelatedItemsCommand, se_SearchAllRelatedItemsCommand } from "../protocols/Aws_restJson1";
4
+ import { SearchAllRelatedItems } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class SearchAllRelatedItemsCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AmazonConnectCases", "SearchAllRelatedItems", {})
18
13
  .n("ConnectCasesClient", "SearchAllRelatedItemsCommand")
19
- .f(SearchAllRelatedItemsRequestFilterSensitiveLog, SearchAllRelatedItemsResponseFilterSensitiveLog)
20
- .ser(se_SearchAllRelatedItemsCommand)
21
- .de(de_SearchAllRelatedItemsCommand)
14
+ .sc(SearchAllRelatedItems)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_SearchCasesCommand, se_SearchCasesCommand } from "../protocols/Aws_restJson1";
4
+ import { SearchCases } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class SearchCasesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonConnectCases", "SearchCases", {})
17
13
  .n("ConnectCasesClient", "SearchCasesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_SearchCasesCommand)
20
- .de(de_SearchCasesCommand)
14
+ .sc(SearchCases)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { SearchRelatedItemsRequestFilterSensitiveLog, SearchRelatedItemsResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_SearchRelatedItemsCommand, se_SearchRelatedItemsCommand } from "../protocols/Aws_restJson1";
4
+ import { SearchRelatedItems } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class SearchRelatedItemsCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AmazonConnectCases", "SearchRelatedItems", {})
18
13
  .n("ConnectCasesClient", "SearchRelatedItemsCommand")
19
- .f(SearchRelatedItemsRequestFilterSensitiveLog, SearchRelatedItemsResponseFilterSensitiveLog)
20
- .ser(se_SearchRelatedItemsCommand)
21
- .de(de_SearchRelatedItemsCommand)
14
+ .sc(SearchRelatedItems)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1";
4
+ import { TagResource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class TagResourceCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonConnectCases", "TagResource", {})
17
13
  .n("ConnectCasesClient", "TagResourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_TagResourceCommand)
20
- .de(de_TagResourceCommand)
14
+ .sc(TagResource)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1";
4
+ import { UntagResource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UntagResourceCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonConnectCases", "UntagResource", {})
17
13
  .n("ConnectCasesClient", "UntagResourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UntagResourceCommand)
20
- .de(de_UntagResourceCommand)
14
+ .sc(UntagResource)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { UpdateCaseRequestFilterSensitiveLog } from "../models/models_0";
6
- import { de_UpdateCaseCommand, se_UpdateCaseCommand } from "../protocols/Aws_restJson1";
4
+ import { UpdateCase } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class UpdateCaseCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AmazonConnectCases", "UpdateCase", {})
18
13
  .n("ConnectCasesClient", "UpdateCaseCommand")
19
- .f(UpdateCaseRequestFilterSensitiveLog, void 0)
20
- .ser(se_UpdateCaseCommand)
21
- .de(de_UpdateCaseCommand)
14
+ .sc(UpdateCase)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UpdateCaseRuleCommand, se_UpdateCaseRuleCommand } from "../protocols/Aws_restJson1";
4
+ import { UpdateCaseRule } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateCaseRuleCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonConnectCases", "UpdateCaseRule", {})
17
13
  .n("ConnectCasesClient", "UpdateCaseRuleCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateCaseRuleCommand)
20
- .de(de_UpdateCaseRuleCommand)
14
+ .sc(UpdateCaseRule)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UpdateFieldCommand, se_UpdateFieldCommand } from "../protocols/Aws_restJson1";
4
+ import { UpdateField } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateFieldCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonConnectCases", "UpdateField", {})
17
13
  .n("ConnectCasesClient", "UpdateFieldCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateFieldCommand)
20
- .de(de_UpdateFieldCommand)
14
+ .sc(UpdateField)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UpdateLayoutCommand, se_UpdateLayoutCommand } from "../protocols/Aws_restJson1";
4
+ import { UpdateLayout } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateLayoutCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonConnectCases", "UpdateLayout", {})
17
13
  .n("ConnectCasesClient", "UpdateLayoutCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateLayoutCommand)
20
- .de(de_UpdateLayoutCommand)
14
+ .sc(UpdateLayout)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UpdateTemplateCommand, se_UpdateTemplateCommand } from "../protocols/Aws_restJson1";
4
+ import { UpdateTemplate } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateTemplateCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonConnectCases", "UpdateTemplate", {})
17
13
  .n("ConnectCasesClient", "UpdateTemplateCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateTemplateCommand)
20
- .de(de_UpdateTemplateCommand)
14
+ .sc(UpdateTemplate)
21
15
  .build() {
22
16
  }