@aws-sdk/client-connectcases 3.948.0 → 3.953.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 (62) hide show
  1. package/dist-cjs/index.js +671 -456
  2. package/dist-cjs/runtimeConfig.shared.js +6 -1
  3. package/dist-es/commands/BatchGetCaseRuleCommand.js +2 -2
  4. package/dist-es/commands/BatchGetFieldCommand.js +2 -2
  5. package/dist-es/commands/BatchPutFieldOptionsCommand.js +2 -2
  6. package/dist-es/commands/CreateCaseCommand.js +2 -2
  7. package/dist-es/commands/CreateCaseRuleCommand.js +2 -2
  8. package/dist-es/commands/CreateDomainCommand.js +2 -2
  9. package/dist-es/commands/CreateFieldCommand.js +2 -2
  10. package/dist-es/commands/CreateLayoutCommand.js +2 -2
  11. package/dist-es/commands/CreateRelatedItemCommand.js +2 -2
  12. package/dist-es/commands/CreateTemplateCommand.js +2 -2
  13. package/dist-es/commands/DeleteCaseCommand.js +2 -2
  14. package/dist-es/commands/DeleteCaseRuleCommand.js +2 -2
  15. package/dist-es/commands/DeleteDomainCommand.js +2 -2
  16. package/dist-es/commands/DeleteFieldCommand.js +2 -2
  17. package/dist-es/commands/DeleteLayoutCommand.js +2 -2
  18. package/dist-es/commands/DeleteRelatedItemCommand.js +2 -2
  19. package/dist-es/commands/DeleteTemplateCommand.js +2 -2
  20. package/dist-es/commands/GetCaseAuditEventsCommand.js +2 -2
  21. package/dist-es/commands/GetCaseCommand.js +2 -2
  22. package/dist-es/commands/GetCaseEventConfigurationCommand.js +2 -2
  23. package/dist-es/commands/GetDomainCommand.js +2 -2
  24. package/dist-es/commands/GetLayoutCommand.js +2 -2
  25. package/dist-es/commands/GetTemplateCommand.js +2 -2
  26. package/dist-es/commands/ListCaseRulesCommand.js +2 -2
  27. package/dist-es/commands/ListCasesForContactCommand.js +2 -2
  28. package/dist-es/commands/ListDomainsCommand.js +2 -2
  29. package/dist-es/commands/ListFieldOptionsCommand.js +2 -2
  30. package/dist-es/commands/ListFieldsCommand.js +2 -2
  31. package/dist-es/commands/ListLayoutsCommand.js +2 -2
  32. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  33. package/dist-es/commands/ListTemplatesCommand.js +2 -2
  34. package/dist-es/commands/PutCaseEventConfigurationCommand.js +2 -2
  35. package/dist-es/commands/SearchAllRelatedItemsCommand.js +2 -2
  36. package/dist-es/commands/SearchCasesCommand.js +2 -2
  37. package/dist-es/commands/SearchRelatedItemsCommand.js +2 -2
  38. package/dist-es/commands/TagResourceCommand.js +2 -2
  39. package/dist-es/commands/UntagResourceCommand.js +2 -2
  40. package/dist-es/commands/UpdateCaseCommand.js +2 -2
  41. package/dist-es/commands/UpdateCaseRuleCommand.js +2 -2
  42. package/dist-es/commands/UpdateFieldCommand.js +2 -2
  43. package/dist-es/commands/UpdateLayoutCommand.js +2 -2
  44. package/dist-es/commands/UpdateTemplateCommand.js +2 -2
  45. package/dist-es/index.js +1 -0
  46. package/dist-es/runtimeConfig.shared.js +6 -1
  47. package/dist-es/schemas/schemas_0.js +414 -405
  48. package/dist-types/ConnectCasesClient.d.ts +1 -10
  49. package/dist-types/index.d.ts +1 -0
  50. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  51. package/dist-types/runtimeConfig.d.ts +6 -2
  52. package/dist-types/runtimeConfig.native.d.ts +6 -2
  53. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  54. package/dist-types/schemas/schemas_0.d.ts +207 -250
  55. package/dist-types/ts3.4/ConnectCasesClient.d.ts +0 -4
  56. package/dist-types/ts3.4/index.d.ts +1 -0
  57. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  58. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  59. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  60. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  61. package/dist-types/ts3.4/schemas/schemas_0.d.ts +206 -252
  62. package/package.json +34 -34
@@ -26,7 +26,12 @@ const getRuntimeConfig = (config) => {
26
26
  },
27
27
  ],
28
28
  logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
29
- protocol: config?.protocol ?? new protocols_1.AwsRestJsonProtocol({ defaultNamespace: "com.amazonaws.connectcases" }),
29
+ protocol: config?.protocol ?? protocols_1.AwsRestJsonProtocol,
30
+ protocolSettings: config?.protocolSettings ?? {
31
+ defaultNamespace: "com.amazonaws.connectcases",
32
+ version: "2022-10-03",
33
+ serviceTarget: "AmazonConnectCases",
34
+ },
30
35
  serviceId: config?.serviceId ?? "ConnectCases",
31
36
  urlParser: config?.urlParser ?? url_parser_1.parseUrl,
32
37
  utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { BatchGetCaseRule } from "../schemas/schemas_0";
4
+ import { BatchGetCaseRule$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class BatchGetCaseRuleCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class BatchGetCaseRuleCommand extends $Command
11
11
  })
12
12
  .s("AmazonConnectCases", "BatchGetCaseRule", {})
13
13
  .n("ConnectCasesClient", "BatchGetCaseRuleCommand")
14
- .sc(BatchGetCaseRule)
14
+ .sc(BatchGetCaseRule$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { BatchGetField } from "../schemas/schemas_0";
4
+ import { BatchGetField$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class BatchGetFieldCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class BatchGetFieldCommand extends $Command
11
11
  })
12
12
  .s("AmazonConnectCases", "BatchGetField", {})
13
13
  .n("ConnectCasesClient", "BatchGetFieldCommand")
14
- .sc(BatchGetField)
14
+ .sc(BatchGetField$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { BatchPutFieldOptions } from "../schemas/schemas_0";
4
+ import { BatchPutFieldOptions$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class BatchPutFieldOptionsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class BatchPutFieldOptionsCommand extends $Command
11
11
  })
12
12
  .s("AmazonConnectCases", "BatchPutFieldOptions", {})
13
13
  .n("ConnectCasesClient", "BatchPutFieldOptionsCommand")
14
- .sc(BatchPutFieldOptions)
14
+ .sc(BatchPutFieldOptions$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateCase } from "../schemas/schemas_0";
4
+ import { CreateCase$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateCaseCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateCaseCommand extends $Command
11
11
  })
12
12
  .s("AmazonConnectCases", "CreateCase", {})
13
13
  .n("ConnectCasesClient", "CreateCaseCommand")
14
- .sc(CreateCase)
14
+ .sc(CreateCase$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateCaseRule } from "../schemas/schemas_0";
4
+ import { CreateCaseRule$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateCaseRuleCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateCaseRuleCommand extends $Command
11
11
  })
12
12
  .s("AmazonConnectCases", "CreateCaseRule", {})
13
13
  .n("ConnectCasesClient", "CreateCaseRuleCommand")
14
- .sc(CreateCaseRule)
14
+ .sc(CreateCaseRule$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateDomain } from "../schemas/schemas_0";
4
+ import { CreateDomain$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateDomainCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateDomainCommand extends $Command
11
11
  })
12
12
  .s("AmazonConnectCases", "CreateDomain", {})
13
13
  .n("ConnectCasesClient", "CreateDomainCommand")
14
- .sc(CreateDomain)
14
+ .sc(CreateDomain$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateField } from "../schemas/schemas_0";
4
+ import { CreateField$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateFieldCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateFieldCommand extends $Command
11
11
  })
12
12
  .s("AmazonConnectCases", "CreateField", {})
13
13
  .n("ConnectCasesClient", "CreateFieldCommand")
14
- .sc(CreateField)
14
+ .sc(CreateField$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateLayout } from "../schemas/schemas_0";
4
+ import { CreateLayout$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateLayoutCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateLayoutCommand extends $Command
11
11
  })
12
12
  .s("AmazonConnectCases", "CreateLayout", {})
13
13
  .n("ConnectCasesClient", "CreateLayoutCommand")
14
- .sc(CreateLayout)
14
+ .sc(CreateLayout$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateRelatedItem } from "../schemas/schemas_0";
4
+ import { CreateRelatedItem$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateRelatedItemCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateRelatedItemCommand extends $Command
11
11
  })
12
12
  .s("AmazonConnectCases", "CreateRelatedItem", {})
13
13
  .n("ConnectCasesClient", "CreateRelatedItemCommand")
14
- .sc(CreateRelatedItem)
14
+ .sc(CreateRelatedItem$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateTemplate } from "../schemas/schemas_0";
4
+ import { CreateTemplate$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateTemplateCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateTemplateCommand extends $Command
11
11
  })
12
12
  .s("AmazonConnectCases", "CreateTemplate", {})
13
13
  .n("ConnectCasesClient", "CreateTemplateCommand")
14
- .sc(CreateTemplate)
14
+ .sc(CreateTemplate$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteCase } from "../schemas/schemas_0";
4
+ import { DeleteCase$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteCaseCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteCaseCommand extends $Command
11
11
  })
12
12
  .s("AmazonConnectCases", "DeleteCase", {})
13
13
  .n("ConnectCasesClient", "DeleteCaseCommand")
14
- .sc(DeleteCase)
14
+ .sc(DeleteCase$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteCaseRule } from "../schemas/schemas_0";
4
+ import { DeleteCaseRule$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteCaseRuleCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteCaseRuleCommand extends $Command
11
11
  })
12
12
  .s("AmazonConnectCases", "DeleteCaseRule", {})
13
13
  .n("ConnectCasesClient", "DeleteCaseRuleCommand")
14
- .sc(DeleteCaseRule)
14
+ .sc(DeleteCaseRule$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteDomain } from "../schemas/schemas_0";
4
+ import { DeleteDomain$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteDomainCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteDomainCommand extends $Command
11
11
  })
12
12
  .s("AmazonConnectCases", "DeleteDomain", {})
13
13
  .n("ConnectCasesClient", "DeleteDomainCommand")
14
- .sc(DeleteDomain)
14
+ .sc(DeleteDomain$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteField } from "../schemas/schemas_0";
4
+ import { DeleteField$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteFieldCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteFieldCommand extends $Command
11
11
  })
12
12
  .s("AmazonConnectCases", "DeleteField", {})
13
13
  .n("ConnectCasesClient", "DeleteFieldCommand")
14
- .sc(DeleteField)
14
+ .sc(DeleteField$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteLayout } from "../schemas/schemas_0";
4
+ import { DeleteLayout$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteLayoutCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteLayoutCommand extends $Command
11
11
  })
12
12
  .s("AmazonConnectCases", "DeleteLayout", {})
13
13
  .n("ConnectCasesClient", "DeleteLayoutCommand")
14
- .sc(DeleteLayout)
14
+ .sc(DeleteLayout$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteRelatedItem } from "../schemas/schemas_0";
4
+ import { DeleteRelatedItem$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteRelatedItemCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteRelatedItemCommand extends $Command
11
11
  })
12
12
  .s("AmazonConnectCases", "DeleteRelatedItem", {})
13
13
  .n("ConnectCasesClient", "DeleteRelatedItemCommand")
14
- .sc(DeleteRelatedItem)
14
+ .sc(DeleteRelatedItem$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteTemplate } from "../schemas/schemas_0";
4
+ import { DeleteTemplate$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteTemplateCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteTemplateCommand extends $Command
11
11
  })
12
12
  .s("AmazonConnectCases", "DeleteTemplate", {})
13
13
  .n("ConnectCasesClient", "DeleteTemplateCommand")
14
- .sc(DeleteTemplate)
14
+ .sc(DeleteTemplate$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetCaseAuditEvents } from "../schemas/schemas_0";
4
+ import { GetCaseAuditEvents$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetCaseAuditEventsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetCaseAuditEventsCommand extends $Command
11
11
  })
12
12
  .s("AmazonConnectCases", "GetCaseAuditEvents", {})
13
13
  .n("ConnectCasesClient", "GetCaseAuditEventsCommand")
14
- .sc(GetCaseAuditEvents)
14
+ .sc(GetCaseAuditEvents$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetCase } from "../schemas/schemas_0";
4
+ import { GetCase$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetCaseCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetCaseCommand extends $Command
11
11
  })
12
12
  .s("AmazonConnectCases", "GetCase", {})
13
13
  .n("ConnectCasesClient", "GetCaseCommand")
14
- .sc(GetCase)
14
+ .sc(GetCase$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetCaseEventConfiguration } from "../schemas/schemas_0";
4
+ import { GetCaseEventConfiguration$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetCaseEventConfigurationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetCaseEventConfigurationCommand extends $Command
11
11
  })
12
12
  .s("AmazonConnectCases", "GetCaseEventConfiguration", {})
13
13
  .n("ConnectCasesClient", "GetCaseEventConfigurationCommand")
14
- .sc(GetCaseEventConfiguration)
14
+ .sc(GetCaseEventConfiguration$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetDomain } from "../schemas/schemas_0";
4
+ import { GetDomain$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetDomainCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetDomainCommand extends $Command
11
11
  })
12
12
  .s("AmazonConnectCases", "GetDomain", {})
13
13
  .n("ConnectCasesClient", "GetDomainCommand")
14
- .sc(GetDomain)
14
+ .sc(GetDomain$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetLayout } from "../schemas/schemas_0";
4
+ import { GetLayout$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetLayoutCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetLayoutCommand extends $Command
11
11
  })
12
12
  .s("AmazonConnectCases", "GetLayout", {})
13
13
  .n("ConnectCasesClient", "GetLayoutCommand")
14
- .sc(GetLayout)
14
+ .sc(GetLayout$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetTemplate } from "../schemas/schemas_0";
4
+ import { GetTemplate$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetTemplateCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetTemplateCommand extends $Command
11
11
  })
12
12
  .s("AmazonConnectCases", "GetTemplate", {})
13
13
  .n("ConnectCasesClient", "GetTemplateCommand")
14
- .sc(GetTemplate)
14
+ .sc(GetTemplate$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListCaseRules } from "../schemas/schemas_0";
4
+ import { ListCaseRules$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListCaseRulesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListCaseRulesCommand extends $Command
11
11
  })
12
12
  .s("AmazonConnectCases", "ListCaseRules", {})
13
13
  .n("ConnectCasesClient", "ListCaseRulesCommand")
14
- .sc(ListCaseRules)
14
+ .sc(ListCaseRules$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListCasesForContact } from "../schemas/schemas_0";
4
+ import { ListCasesForContact$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListCasesForContactCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListCasesForContactCommand extends $Command
11
11
  })
12
12
  .s("AmazonConnectCases", "ListCasesForContact", {})
13
13
  .n("ConnectCasesClient", "ListCasesForContactCommand")
14
- .sc(ListCasesForContact)
14
+ .sc(ListCasesForContact$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListDomains } from "../schemas/schemas_0";
4
+ import { ListDomains$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListDomainsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListDomainsCommand extends $Command
11
11
  })
12
12
  .s("AmazonConnectCases", "ListDomains", {})
13
13
  .n("ConnectCasesClient", "ListDomainsCommand")
14
- .sc(ListDomains)
14
+ .sc(ListDomains$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListFieldOptions } from "../schemas/schemas_0";
4
+ import { ListFieldOptions$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListFieldOptionsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListFieldOptionsCommand extends $Command
11
11
  })
12
12
  .s("AmazonConnectCases", "ListFieldOptions", {})
13
13
  .n("ConnectCasesClient", "ListFieldOptionsCommand")
14
- .sc(ListFieldOptions)
14
+ .sc(ListFieldOptions$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListFields } from "../schemas/schemas_0";
4
+ import { ListFields$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListFieldsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListFieldsCommand extends $Command
11
11
  })
12
12
  .s("AmazonConnectCases", "ListFields", {})
13
13
  .n("ConnectCasesClient", "ListFieldsCommand")
14
- .sc(ListFields)
14
+ .sc(ListFields$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListLayouts } from "../schemas/schemas_0";
4
+ import { ListLayouts$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListLayoutsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListLayoutsCommand extends $Command
11
11
  })
12
12
  .s("AmazonConnectCases", "ListLayouts", {})
13
13
  .n("ConnectCasesClient", "ListLayoutsCommand")
14
- .sc(ListLayouts)
14
+ .sc(ListLayouts$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListTagsForResource } from "../schemas/schemas_0";
4
+ import { ListTagsForResource$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListTagsForResourceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListTagsForResourceCommand extends $Command
11
11
  })
12
12
  .s("AmazonConnectCases", "ListTagsForResource", {})
13
13
  .n("ConnectCasesClient", "ListTagsForResourceCommand")
14
- .sc(ListTagsForResource)
14
+ .sc(ListTagsForResource$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListTemplates } from "../schemas/schemas_0";
4
+ import { ListTemplates$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListTemplatesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListTemplatesCommand extends $Command
11
11
  })
12
12
  .s("AmazonConnectCases", "ListTemplates", {})
13
13
  .n("ConnectCasesClient", "ListTemplatesCommand")
14
- .sc(ListTemplates)
14
+ .sc(ListTemplates$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { PutCaseEventConfiguration } from "../schemas/schemas_0";
4
+ import { PutCaseEventConfiguration$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class PutCaseEventConfigurationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class PutCaseEventConfigurationCommand extends $Command
11
11
  })
12
12
  .s("AmazonConnectCases", "PutCaseEventConfiguration", {})
13
13
  .n("ConnectCasesClient", "PutCaseEventConfigurationCommand")
14
- .sc(PutCaseEventConfiguration)
14
+ .sc(PutCaseEventConfiguration$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { SearchAllRelatedItems } from "../schemas/schemas_0";
4
+ import { SearchAllRelatedItems$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class SearchAllRelatedItemsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class SearchAllRelatedItemsCommand extends $Command
11
11
  })
12
12
  .s("AmazonConnectCases", "SearchAllRelatedItems", {})
13
13
  .n("ConnectCasesClient", "SearchAllRelatedItemsCommand")
14
- .sc(SearchAllRelatedItems)
14
+ .sc(SearchAllRelatedItems$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { SearchCases } from "../schemas/schemas_0";
4
+ import { SearchCases$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class SearchCasesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class SearchCasesCommand extends $Command
11
11
  })
12
12
  .s("AmazonConnectCases", "SearchCases", {})
13
13
  .n("ConnectCasesClient", "SearchCasesCommand")
14
- .sc(SearchCases)
14
+ .sc(SearchCases$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { SearchRelatedItems } from "../schemas/schemas_0";
4
+ import { SearchRelatedItems$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class SearchRelatedItemsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class SearchRelatedItemsCommand extends $Command
11
11
  })
12
12
  .s("AmazonConnectCases", "SearchRelatedItems", {})
13
13
  .n("ConnectCasesClient", "SearchRelatedItemsCommand")
14
- .sc(SearchRelatedItems)
14
+ .sc(SearchRelatedItems$)
15
15
  .build() {
16
16
  }