@aws-sdk/client-connectcases 3.1045.0 → 3.1047.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 (165) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +102 -103
  5. package/dist-cjs/models/ConnectCasesServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/ConnectCases.js +1 -1
  10. package/dist-es/ConnectCasesClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/BatchGetCaseRuleCommand.js +2 -2
  13. package/dist-es/commands/BatchGetFieldCommand.js +2 -2
  14. package/dist-es/commands/BatchPutFieldOptionsCommand.js +2 -2
  15. package/dist-es/commands/CreateCaseCommand.js +2 -2
  16. package/dist-es/commands/CreateCaseRuleCommand.js +2 -2
  17. package/dist-es/commands/CreateDomainCommand.js +2 -2
  18. package/dist-es/commands/CreateFieldCommand.js +2 -2
  19. package/dist-es/commands/CreateLayoutCommand.js +2 -2
  20. package/dist-es/commands/CreateRelatedItemCommand.js +2 -2
  21. package/dist-es/commands/CreateTemplateCommand.js +2 -2
  22. package/dist-es/commands/DeleteCaseCommand.js +2 -2
  23. package/dist-es/commands/DeleteCaseRuleCommand.js +2 -2
  24. package/dist-es/commands/DeleteDomainCommand.js +2 -2
  25. package/dist-es/commands/DeleteFieldCommand.js +2 -2
  26. package/dist-es/commands/DeleteLayoutCommand.js +2 -2
  27. package/dist-es/commands/DeleteRelatedItemCommand.js +2 -2
  28. package/dist-es/commands/DeleteTemplateCommand.js +2 -2
  29. package/dist-es/commands/GetCaseAuditEventsCommand.js +2 -2
  30. package/dist-es/commands/GetCaseCommand.js +2 -2
  31. package/dist-es/commands/GetCaseEventConfigurationCommand.js +2 -2
  32. package/dist-es/commands/GetDomainCommand.js +2 -2
  33. package/dist-es/commands/GetLayoutCommand.js +2 -2
  34. package/dist-es/commands/GetTemplateCommand.js +2 -2
  35. package/dist-es/commands/ListCaseRulesCommand.js +2 -2
  36. package/dist-es/commands/ListCasesForContactCommand.js +2 -2
  37. package/dist-es/commands/ListDomainsCommand.js +2 -2
  38. package/dist-es/commands/ListFieldOptionsCommand.js +2 -2
  39. package/dist-es/commands/ListFieldsCommand.js +2 -2
  40. package/dist-es/commands/ListLayoutsCommand.js +2 -2
  41. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  42. package/dist-es/commands/ListTemplatesCommand.js +2 -2
  43. package/dist-es/commands/PutCaseEventConfigurationCommand.js +2 -2
  44. package/dist-es/commands/SearchAllRelatedItemsCommand.js +2 -2
  45. package/dist-es/commands/SearchCasesCommand.js +2 -2
  46. package/dist-es/commands/SearchRelatedItemsCommand.js +2 -2
  47. package/dist-es/commands/TagResourceCommand.js +2 -2
  48. package/dist-es/commands/UntagResourceCommand.js +2 -2
  49. package/dist-es/commands/UpdateCaseCommand.js +2 -2
  50. package/dist-es/commands/UpdateCaseRuleCommand.js +2 -2
  51. package/dist-es/commands/UpdateFieldCommand.js +2 -2
  52. package/dist-es/commands/UpdateLayoutCommand.js +2 -2
  53. package/dist-es/commands/UpdateRelatedItemCommand.js +2 -2
  54. package/dist-es/commands/UpdateTemplateCommand.js +2 -2
  55. package/dist-es/endpoint/bdd.js +1 -1
  56. package/dist-es/endpoint/endpointResolver.js +1 -1
  57. package/dist-es/models/ConnectCasesServiceException.js +1 -1
  58. package/dist-es/runtimeConfig.browser.js +4 -6
  59. package/dist-es/runtimeConfig.js +4 -8
  60. package/dist-es/runtimeConfig.shared.js +3 -4
  61. package/dist-es/runtimeExtensions.js +2 -2
  62. package/dist-types/ConnectCasesClient.d.ts +5 -5
  63. package/dist-types/commands/BatchGetCaseRuleCommand.d.ts +6 -4
  64. package/dist-types/commands/BatchGetFieldCommand.d.ts +6 -4
  65. package/dist-types/commands/BatchPutFieldOptionsCommand.d.ts +6 -4
  66. package/dist-types/commands/CreateCaseCommand.d.ts +6 -4
  67. package/dist-types/commands/CreateCaseRuleCommand.d.ts +6 -4
  68. package/dist-types/commands/CreateDomainCommand.d.ts +6 -4
  69. package/dist-types/commands/CreateFieldCommand.d.ts +6 -4
  70. package/dist-types/commands/CreateLayoutCommand.d.ts +6 -4
  71. package/dist-types/commands/CreateRelatedItemCommand.d.ts +6 -4
  72. package/dist-types/commands/CreateTemplateCommand.d.ts +6 -4
  73. package/dist-types/commands/DeleteCaseCommand.d.ts +6 -4
  74. package/dist-types/commands/DeleteCaseRuleCommand.d.ts +6 -4
  75. package/dist-types/commands/DeleteDomainCommand.d.ts +6 -4
  76. package/dist-types/commands/DeleteFieldCommand.d.ts +6 -4
  77. package/dist-types/commands/DeleteLayoutCommand.d.ts +6 -4
  78. package/dist-types/commands/DeleteRelatedItemCommand.d.ts +6 -4
  79. package/dist-types/commands/DeleteTemplateCommand.d.ts +6 -4
  80. package/dist-types/commands/GetCaseAuditEventsCommand.d.ts +6 -4
  81. package/dist-types/commands/GetCaseCommand.d.ts +6 -4
  82. package/dist-types/commands/GetCaseEventConfigurationCommand.d.ts +6 -4
  83. package/dist-types/commands/GetDomainCommand.d.ts +6 -4
  84. package/dist-types/commands/GetLayoutCommand.d.ts +6 -4
  85. package/dist-types/commands/GetTemplateCommand.d.ts +6 -4
  86. package/dist-types/commands/ListCaseRulesCommand.d.ts +6 -4
  87. package/dist-types/commands/ListCasesForContactCommand.d.ts +6 -4
  88. package/dist-types/commands/ListDomainsCommand.d.ts +6 -4
  89. package/dist-types/commands/ListFieldOptionsCommand.d.ts +6 -4
  90. package/dist-types/commands/ListFieldsCommand.d.ts +6 -4
  91. package/dist-types/commands/ListLayoutsCommand.d.ts +6 -4
  92. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  93. package/dist-types/commands/ListTemplatesCommand.d.ts +6 -4
  94. package/dist-types/commands/PutCaseEventConfigurationCommand.d.ts +6 -4
  95. package/dist-types/commands/SearchAllRelatedItemsCommand.d.ts +6 -4
  96. package/dist-types/commands/SearchCasesCommand.d.ts +6 -4
  97. package/dist-types/commands/SearchRelatedItemsCommand.d.ts +6 -4
  98. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  99. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  100. package/dist-types/commands/UpdateCaseCommand.d.ts +6 -4
  101. package/dist-types/commands/UpdateCaseRuleCommand.d.ts +6 -4
  102. package/dist-types/commands/UpdateFieldCommand.d.ts +6 -4
  103. package/dist-types/commands/UpdateLayoutCommand.d.ts +6 -4
  104. package/dist-types/commands/UpdateRelatedItemCommand.d.ts +6 -4
  105. package/dist-types/commands/UpdateTemplateCommand.d.ts +6 -4
  106. package/dist-types/endpoint/bdd.d.ts +1 -1
  107. package/dist-types/extensionConfiguration.d.ts +1 -1
  108. package/dist-types/models/ConnectCasesServiceException.d.ts +1 -1
  109. package/dist-types/models/errors.d.ts +1 -1
  110. package/dist-types/models/models_0.d.ts +1 -1
  111. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  112. package/dist-types/runtimeConfig.d.ts +2 -2
  113. package/dist-types/runtimeConfig.native.d.ts +2 -2
  114. package/dist-types/ts3.4/ConnectCasesClient.d.ts +8 -14
  115. package/dist-types/ts3.4/commands/BatchGetCaseRuleCommand.d.ts +6 -4
  116. package/dist-types/ts3.4/commands/BatchGetFieldCommand.d.ts +6 -4
  117. package/dist-types/ts3.4/commands/BatchPutFieldOptionsCommand.d.ts +6 -4
  118. package/dist-types/ts3.4/commands/CreateCaseCommand.d.ts +6 -4
  119. package/dist-types/ts3.4/commands/CreateCaseRuleCommand.d.ts +6 -4
  120. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +6 -4
  121. package/dist-types/ts3.4/commands/CreateFieldCommand.d.ts +6 -4
  122. package/dist-types/ts3.4/commands/CreateLayoutCommand.d.ts +6 -4
  123. package/dist-types/ts3.4/commands/CreateRelatedItemCommand.d.ts +6 -4
  124. package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +6 -4
  125. package/dist-types/ts3.4/commands/DeleteCaseCommand.d.ts +6 -4
  126. package/dist-types/ts3.4/commands/DeleteCaseRuleCommand.d.ts +6 -4
  127. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +6 -4
  128. package/dist-types/ts3.4/commands/DeleteFieldCommand.d.ts +6 -4
  129. package/dist-types/ts3.4/commands/DeleteLayoutCommand.d.ts +6 -4
  130. package/dist-types/ts3.4/commands/DeleteRelatedItemCommand.d.ts +6 -4
  131. package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +6 -4
  132. package/dist-types/ts3.4/commands/GetCaseAuditEventsCommand.d.ts +6 -4
  133. package/dist-types/ts3.4/commands/GetCaseCommand.d.ts +6 -4
  134. package/dist-types/ts3.4/commands/GetCaseEventConfigurationCommand.d.ts +6 -4
  135. package/dist-types/ts3.4/commands/GetDomainCommand.d.ts +6 -8
  136. package/dist-types/ts3.4/commands/GetLayoutCommand.d.ts +6 -8
  137. package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +6 -4
  138. package/dist-types/ts3.4/commands/ListCaseRulesCommand.d.ts +6 -4
  139. package/dist-types/ts3.4/commands/ListCasesForContactCommand.d.ts +6 -4
  140. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +6 -4
  141. package/dist-types/ts3.4/commands/ListFieldOptionsCommand.d.ts +6 -4
  142. package/dist-types/ts3.4/commands/ListFieldsCommand.d.ts +6 -4
  143. package/dist-types/ts3.4/commands/ListLayoutsCommand.d.ts +6 -4
  144. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  145. package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +6 -4
  146. package/dist-types/ts3.4/commands/PutCaseEventConfigurationCommand.d.ts +6 -4
  147. package/dist-types/ts3.4/commands/SearchAllRelatedItemsCommand.d.ts +6 -4
  148. package/dist-types/ts3.4/commands/SearchCasesCommand.d.ts +6 -4
  149. package/dist-types/ts3.4/commands/SearchRelatedItemsCommand.d.ts +6 -4
  150. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  151. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  152. package/dist-types/ts3.4/commands/UpdateCaseCommand.d.ts +6 -4
  153. package/dist-types/ts3.4/commands/UpdateCaseRuleCommand.d.ts +6 -4
  154. package/dist-types/ts3.4/commands/UpdateFieldCommand.d.ts +6 -4
  155. package/dist-types/ts3.4/commands/UpdateLayoutCommand.d.ts +6 -4
  156. package/dist-types/ts3.4/commands/UpdateRelatedItemCommand.d.ts +6 -4
  157. package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +6 -4
  158. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  159. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  160. package/dist-types/ts3.4/models/ConnectCasesServiceException.d.ts +1 -1
  161. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  162. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  163. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  164. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  165. package/package.json +13 -34
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { UpdateRelatedItem$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { UpdateTemplate$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,4 +1,4 @@
1
- import { BinaryDecisionDiagram } from "@smithy/util-endpoints";
1
+ import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
2
2
  const k = "ref";
3
3
  const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = { [k]: "Endpoint" }, h = { [k]: d }, i = {}, j = [{ [k]: "Region" }];
4
4
  const _data = {
@@ -1,5 +1,5 @@
1
1
  import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
2
- import { customEndpointFunctions, decideEndpoint, EndpointCache } from "@smithy/util-endpoints";
2
+ import { customEndpointFunctions, decideEndpoint, EndpointCache } from "@smithy/core/endpoints";
3
3
  import { bdd } from "./bdd";
4
4
  const cache = new EndpointCache({
5
5
  size: 50,
@@ -1,4 +1,4 @@
1
- import { ServiceException as __ServiceException, } from "@smithy/smithy-client";
1
+ import { ServiceException as __ServiceException, } from "@smithy/core/client";
2
2
  export { __ServiceException };
3
3
  export class ConnectCasesServiceException extends __ServiceException {
4
4
  constructor(options) {
@@ -1,13 +1,11 @@
1
1
  import packageInfo from "../package.json";
2
2
  import { Sha256 } from "@aws-crypto/sha256-browser";
3
3
  import { createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-browser";
4
- import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver";
4
+ import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
5
+ import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
6
+ import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/core/retry";
7
+ import { calculateBodyLength } from "@smithy/core/serde";
5
8
  import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler";
6
- import { invalidProvider } from "@smithy/invalid-dependency";
7
- import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
8
- import { calculateBodyLength } from "@smithy/util-body-length-browser";
9
- import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
10
- import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry";
11
9
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
12
10
  export const getRuntimeConfig = (config) => {
13
11
  const defaultsMode = resolveDefaultsModeConfig(config);
@@ -3,15 +3,11 @@ import { emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/cor
3
3
  import { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core/httpAuthSchemes";
4
4
  import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
5
5
  import { createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS } from "@aws-sdk/util-user-agent-node";
6
- import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@smithy/config-resolver";
7
- import { Hash } from "@smithy/hash-node";
8
- import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry";
9
- import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider";
6
+ import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
7
+ import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
8
+ import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
9
+ import { calculateBodyLength, Hash } from "@smithy/core/serde";
10
10
  import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
11
- import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/smithy-client";
12
- import { calculateBodyLength } from "@smithy/util-body-length-node";
13
- import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
14
- import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
15
11
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
16
12
  export const getRuntimeConfig = (config) => {
17
13
  emitWarningIfUnsupportedVersion(process.version);
@@ -1,9 +1,8 @@
1
1
  import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
3
- import { NoOpLogger } from "@smithy/smithy-client";
4
- import { parseUrl } from "@smithy/url-parser";
5
- import { fromBase64, toBase64 } from "@smithy/util-base64";
6
- import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
3
+ import { NoOpLogger } from "@smithy/core/client";
4
+ import { parseUrl } from "@smithy/core/protocols";
5
+ import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
7
6
  import { defaultConnectCasesHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
8
7
  import { defaultEndpointResolver } from "./endpoint/endpointResolver";
9
8
  import { errorTypeRegistries } from "./schemas/schemas_0";
@@ -1,6 +1,6 @@
1
1
  import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, } from "@aws-sdk/region-config-resolver";
2
- import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/protocol-http";
3
- import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/smithy-client";
2
+ import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/core/client";
3
+ import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/core/protocols";
4
4
  import { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from "./auth/httpAuthExtensionConfiguration";
5
5
  export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
6
6
  const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
@@ -1,10 +1,10 @@
1
1
  import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
2
  import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
- import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
4
- import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
- import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
- import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
- import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
3
+ import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/core/client";
4
+ import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/core/config";
5
+ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/core/endpoints";
6
+ import { type HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
7
+ import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/core/retry";
8
8
  import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import type { BatchGetCaseRuleCommandInput, BatchGetCaseRuleCommandOutput } from "./commands/BatchGetCaseRuleCommand";
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient";
4
4
  import type { BatchGetCaseRuleRequest, BatchGetCaseRuleResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface BatchGetCaseRuleCommandInput extends BatchGetCaseRuleRequest {
22
22
  export interface BatchGetCaseRuleCommandOutput extends BatchGetCaseRuleResponse, __MetadataBearer {
23
23
  }
24
24
  declare const BatchGetCaseRuleCommand_base: {
25
- new (input: BatchGetCaseRuleCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetCaseRuleCommandInput, BatchGetCaseRuleCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: BatchGetCaseRuleCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetCaseRuleCommandInput, BatchGetCaseRuleCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: BatchGetCaseRuleCommandInput): import("@smithy/core/client").CommandImpl<BatchGetCaseRuleCommandInput, BatchGetCaseRuleCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: BatchGetCaseRuleCommandInput): import("@smithy/core/client").CommandImpl<BatchGetCaseRuleCommandInput, BatchGetCaseRuleCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Gets a batch of case rules. In the Amazon Connect admin website, case rules are known as <i>case field conditions</i>. For more information about case field conditions, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/case-field-conditions.html">Add case field conditions to a case template</a>.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient";
4
4
  import type { BatchGetFieldRequest, BatchGetFieldResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface BatchGetFieldCommandInput extends BatchGetFieldRequest {
22
22
  export interface BatchGetFieldCommandOutput extends BatchGetFieldResponse, __MetadataBearer {
23
23
  }
24
24
  declare const BatchGetFieldCommand_base: {
25
- new (input: BatchGetFieldCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetFieldCommandInput, BatchGetFieldCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: BatchGetFieldCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetFieldCommandInput, BatchGetFieldCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: BatchGetFieldCommandInput): import("@smithy/core/client").CommandImpl<BatchGetFieldCommandInput, BatchGetFieldCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: BatchGetFieldCommandInput): import("@smithy/core/client").CommandImpl<BatchGetFieldCommandInput, BatchGetFieldCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns the description for the list of fields in the request parameters. </p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient";
4
4
  import type { BatchPutFieldOptionsRequest, BatchPutFieldOptionsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface BatchPutFieldOptionsCommandInput extends BatchPutFieldOptionsRe
22
22
  export interface BatchPutFieldOptionsCommandOutput extends BatchPutFieldOptionsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const BatchPutFieldOptionsCommand_base: {
25
- new (input: BatchPutFieldOptionsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchPutFieldOptionsCommandInput, BatchPutFieldOptionsCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: BatchPutFieldOptionsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchPutFieldOptionsCommandInput, BatchPutFieldOptionsCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: BatchPutFieldOptionsCommandInput): import("@smithy/core/client").CommandImpl<BatchPutFieldOptionsCommandInput, BatchPutFieldOptionsCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: BatchPutFieldOptionsCommandInput): import("@smithy/core/client").CommandImpl<BatchPutFieldOptionsCommandInput, BatchPutFieldOptionsCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates and updates a set of field options for a single select field in a Cases domain.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient";
4
4
  import type { CreateCaseRequest, CreateCaseResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateCaseCommandInput extends CreateCaseRequest {
22
22
  export interface CreateCaseCommandOutput extends CreateCaseResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CreateCaseCommand_base: {
25
- new (input: CreateCaseCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCaseCommandInput, CreateCaseCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateCaseCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCaseCommandInput, CreateCaseCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateCaseCommandInput): import("@smithy/core/client").CommandImpl<CreateCaseCommandInput, CreateCaseCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateCaseCommandInput): import("@smithy/core/client").CommandImpl<CreateCaseCommandInput, CreateCaseCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <note> <p>If you provide a value for <code>PerformedBy.UserArn</code> you must also have <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_DescribeUser.html">connect:DescribeUser</a> permission on the User ARN resource that you provide</p> </note> <p>Creates a case in the specified Cases domain. Case system and custom fields are taken as an array id/value pairs with a declared data types.</p> <p>When creating a case from a template that has tag propagation configurations, the specified tags are automatically applied to the case.</p> <p>The following fields are required when creating a case:</p> <ul> <li> <p> <code>customer_id</code> - You must provide the full customer profile ARN in this format: <code>arn:aws:profile:your_AWS_Region:your_AWS_account ID:domains/your_profiles_domain_name/profiles/profile_ID</code> </p> </li> <li> <p> <code>title</code> </p> </li> </ul>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient";
4
4
  import type { CreateCaseRuleRequest, CreateCaseRuleResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateCaseRuleCommandInput extends CreateCaseRuleRequest {
22
22
  export interface CreateCaseRuleCommandOutput extends CreateCaseRuleResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CreateCaseRuleCommand_base: {
25
- new (input: CreateCaseRuleCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCaseRuleCommandInput, CreateCaseRuleCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateCaseRuleCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCaseRuleCommandInput, CreateCaseRuleCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateCaseRuleCommandInput): import("@smithy/core/client").CommandImpl<CreateCaseRuleCommandInput, CreateCaseRuleCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateCaseRuleCommandInput): import("@smithy/core/client").CommandImpl<CreateCaseRuleCommandInput, CreateCaseRuleCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a new case rule. In the Amazon Connect admin website, case rules are known as <i>case field conditions</i>. For more information about case field conditions, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/case-field-conditions.html">Add case field conditions to a case template</a>.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient";
4
4
  import type { CreateDomainRequest, CreateDomainResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateDomainCommandInput extends CreateDomainRequest {
22
22
  export interface CreateDomainCommandOutput extends CreateDomainResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CreateDomainCommand_base: {
25
- new (input: CreateDomainCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDomainCommandInput, CreateDomainCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateDomainCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDomainCommandInput, CreateDomainCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateDomainCommandInput): import("@smithy/core/client").CommandImpl<CreateDomainCommandInput, CreateDomainCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateDomainCommandInput): import("@smithy/core/client").CommandImpl<CreateDomainCommandInput, CreateDomainCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a domain, which is a container for all case data, such as cases, fields, templates and layouts. Each Amazon Connect instance can be associated with only one Cases domain.</p> <important> <p>This will not associate your connect instance to Cases domain. Instead, use the Amazon Connect <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_CreateIntegrationAssociation.html">CreateIntegrationAssociation</a> API. You need specific IAM permissions to successfully associate the Cases domain. For more information, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/required-permissions-iam-cases.html#onboard-cases-iam">Onboard to Cases</a>.</p> </important>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient";
4
4
  import type { CreateFieldRequest, CreateFieldResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateFieldCommandInput extends CreateFieldRequest {
22
22
  export interface CreateFieldCommandOutput extends CreateFieldResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CreateFieldCommand_base: {
25
- new (input: CreateFieldCommandInput): import("@smithy/smithy-client").CommandImpl<CreateFieldCommandInput, CreateFieldCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateFieldCommandInput): import("@smithy/smithy-client").CommandImpl<CreateFieldCommandInput, CreateFieldCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateFieldCommandInput): import("@smithy/core/client").CommandImpl<CreateFieldCommandInput, CreateFieldCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateFieldCommandInput): import("@smithy/core/client").CommandImpl<CreateFieldCommandInput, CreateFieldCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a field in the Cases domain. This field is used to define the case object model (that is, defines what data can be captured on cases) in a Cases domain. </p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient";
4
4
  import type { CreateLayoutRequest, CreateLayoutResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateLayoutCommandInput extends CreateLayoutRequest {
22
22
  export interface CreateLayoutCommandOutput extends CreateLayoutResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CreateLayoutCommand_base: {
25
- new (input: CreateLayoutCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLayoutCommandInput, CreateLayoutCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateLayoutCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLayoutCommandInput, CreateLayoutCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateLayoutCommandInput): import("@smithy/core/client").CommandImpl<CreateLayoutCommandInput, CreateLayoutCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateLayoutCommandInput): import("@smithy/core/client").CommandImpl<CreateLayoutCommandInput, CreateLayoutCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a layout in the Cases domain. Layouts define the following configuration in the top section and More Info tab of the Cases user interface:</p> <ul> <li> <p>Fields to display to the users</p> </li> <li> <p>Field ordering</p> </li> </ul> <note> <p>Title and Status fields cannot be part of layouts since they are not configurable.</p> </note>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient";
4
4
  import type { CreateRelatedItemRequest, CreateRelatedItemResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateRelatedItemCommandInput extends CreateRelatedItemRequest
22
22
  export interface CreateRelatedItemCommandOutput extends CreateRelatedItemResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CreateRelatedItemCommand_base: {
25
- new (input: CreateRelatedItemCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRelatedItemCommandInput, CreateRelatedItemCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateRelatedItemCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRelatedItemCommandInput, CreateRelatedItemCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateRelatedItemCommandInput): import("@smithy/core/client").CommandImpl<CreateRelatedItemCommandInput, CreateRelatedItemCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateRelatedItemCommandInput): import("@smithy/core/client").CommandImpl<CreateRelatedItemCommandInput, CreateRelatedItemCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a related item (comments, tasks, and contacts) and associates it with a case.</p> <p>There's a quota for the number of fields allowed in a Custom type related item. See <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html#cases-quotas">Amazon Connect Cases quotas</a>.</p> <p> <b>Use cases</b> </p> <p>Following are examples of related items that you may want to associate with a case:</p> <ul> <li> <p>Related contacts, such as calls, chats, emails tasks</p> </li> <li> <p>Comments, for agent notes</p> </li> <li> <p>SLAs, to capture target resolution goals</p> </li> <li> <p>Cases, to capture related Amazon Connect Cases</p> </li> <li> <p>Files, such as policy documentation or customer-provided attachments</p> </li> <li> <p>Custom related items, which provide flexibility for you to define related items that such as bookings, orders, products, notices, and more</p> </li> </ul> <p> <b>Important things to know</b> </p> <ul> <li> <p>If you are associating a contact to a case by passing in <code>Contact</code> for a <code>type</code>, you must have <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_DescribeContact.html">DescribeContact</a> permission on the ARN of the contact that you provide in <code>content.contact.contactArn</code>.</p> </li> <li> <p>A Related Item is a resource that is associated with a case. It may or may not have an external identifier linking it to an external resource (for example, a <code>contactArn</code>). All Related Items have their own internal identifier, the <code>relatedItemArn</code>. Examples of related items include <code>comments</code> and <code>contacts</code>.</p> </li> <li> <p>If you provide a value for <code>performedBy.userArn</code> you must also have <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_DescribeUser.html">DescribeUser</a> permission on the ARN of the user that you provide.</p> </li> <li> <p>The <code>type</code> field is reserved for internal use only.</p> </li> </ul> <p> <b>Endpoints</b>: See <a href="https://docs.aws.amazon.com/general/latest/gr/connect_region.html">Amazon Connect endpoints and quotas</a>.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient";
4
4
  import type { CreateTemplateRequest, CreateTemplateResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateTemplateCommandInput extends CreateTemplateRequest {
22
22
  export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CreateTemplateCommand_base: {
25
- new (input: CreateTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTemplateCommandInput, CreateTemplateCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTemplateCommandInput, CreateTemplateCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateTemplateCommandInput): import("@smithy/core/client").CommandImpl<CreateTemplateCommandInput, CreateTemplateCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateTemplateCommandInput): import("@smithy/core/client").CommandImpl<CreateTemplateCommandInput, CreateTemplateCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a template in the Cases domain. This template is used to define the case object model (that is, to define what data can be captured on cases) in a Cases domain. A template must have a unique name within a domain, and it must reference existing field IDs and layout IDs. Additionally, multiple fields with same IDs are not allowed within the same Template. A template can be either Active or Inactive, as indicated by its status. Inactive templates cannot be used to create cases.</p> <p> Other template APIs are: </p> <ul> <li> <p> <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_connect-cases_DeleteTemplate.html">DeleteTemplate</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_connect-cases_GetTemplate.html">GetTemplate</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_connect-cases_ListTemplates.html">ListTemplates</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_connect-cases_UpdateTemplate.html">UpdateTemplate</a> </p> </li> </ul>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient";
4
4
  import type { DeleteCaseRequest, DeleteCaseResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteCaseCommandInput extends DeleteCaseRequest {
22
22
  export interface DeleteCaseCommandOutput extends DeleteCaseResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteCaseCommand_base: {
25
- new (input: DeleteCaseCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCaseCommandInput, DeleteCaseCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteCaseCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCaseCommandInput, DeleteCaseCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteCaseCommandInput): import("@smithy/core/client").CommandImpl<DeleteCaseCommandInput, DeleteCaseCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteCaseCommandInput): import("@smithy/core/client").CommandImpl<DeleteCaseCommandInput, DeleteCaseCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p> The DeleteCase API permanently deletes a case and all its associated resources from the cases data store. After a successful deletion, you cannot:</p> <ul> <li> <p>Retrieve related items</p> </li> <li> <p>Access audit history</p> </li> <li> <p>Perform any operations that require the CaseID</p> </li> </ul> <important> <p>This action is irreversible. After you delete a case, you cannot recover its data.</p> </important>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient";
4
4
  import type { DeleteCaseRuleRequest, DeleteCaseRuleResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteCaseRuleCommandInput extends DeleteCaseRuleRequest {
22
22
  export interface DeleteCaseRuleCommandOutput extends DeleteCaseRuleResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteCaseRuleCommand_base: {
25
- new (input: DeleteCaseRuleCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCaseRuleCommandInput, DeleteCaseRuleCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteCaseRuleCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCaseRuleCommandInput, DeleteCaseRuleCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteCaseRuleCommandInput): import("@smithy/core/client").CommandImpl<DeleteCaseRuleCommandInput, DeleteCaseRuleCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteCaseRuleCommandInput): import("@smithy/core/client").CommandImpl<DeleteCaseRuleCommandInput, DeleteCaseRuleCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes a case rule. In the Amazon Connect admin website, case rules are known as <i>case field conditions</i>. For more information about case field conditions, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/case-field-conditions.html">Add case field conditions to a case template</a>.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient";
4
4
  import type { DeleteDomainRequest, DeleteDomainResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteDomainCommandInput extends DeleteDomainRequest {
22
22
  export interface DeleteDomainCommandOutput extends DeleteDomainResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteDomainCommand_base: {
25
- new (input: DeleteDomainCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDomainCommandInput, DeleteDomainCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteDomainCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDomainCommandInput, DeleteDomainCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteDomainCommandInput): import("@smithy/core/client").CommandImpl<DeleteDomainCommandInput, DeleteDomainCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteDomainCommandInput): import("@smithy/core/client").CommandImpl<DeleteDomainCommandInput, DeleteDomainCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes a Cases domain.</p> <note> <p>After deleting your domain you must disassociate the deleted domain from your Amazon Connect instance with another API call before being able to use Cases again with this Amazon Connect instance. See <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_DeleteIntegrationAssociation.html">DeleteIntegrationAssociation</a>.</p> </note>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient";
4
4
  import type { DeleteFieldRequest, DeleteFieldResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteFieldCommandInput extends DeleteFieldRequest {
22
22
  export interface DeleteFieldCommandOutput extends DeleteFieldResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteFieldCommand_base: {
25
- new (input: DeleteFieldCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFieldCommandInput, DeleteFieldCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteFieldCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFieldCommandInput, DeleteFieldCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteFieldCommandInput): import("@smithy/core/client").CommandImpl<DeleteFieldCommandInput, DeleteFieldCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteFieldCommandInput): import("@smithy/core/client").CommandImpl<DeleteFieldCommandInput, DeleteFieldCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes a field from a cases template.</p> <p>After a field is deleted:</p> <ul> <li> <p>You can still retrieve the field by calling <code>BatchGetField</code>.</p> </li> <li> <p>You cannot update a deleted field by calling <code>UpdateField</code>; it throws a <code>ValidationException</code>.</p> </li> <li> <p>Deleted fields are not included in the <code>ListFields</code> response.</p> </li> <li> <p>Calling <code>CreateCase</code> with a deleted field throws a <code>ValidationException</code> denoting which field identifiers in the request have been deleted.</p> </li> <li> <p>Calling <code>GetCase</code> with a deleted field identifier returns the deleted field's value if one exists.</p> </li> <li> <p>Calling <code>UpdateCase</code> with a deleted field ID throws a <code>ValidationException</code> if the case does not already contain a value for the deleted field. Otherwise it succeeds, allowing you to update or remove (using <code>emptyValue: \{\}</code>) the field's value from the case.</p> </li> <li> <p> <code>GetTemplate</code> does not return field IDs for deleted fields.</p> </li> <li> <p> <code>GetLayout</code> does not return field IDs for deleted fields.</p> </li> <li> <p>Calling <code>SearchCases</code> with the deleted field ID as a filter returns any cases that have a value for the deleted field that matches the filter criteria.</p> </li> <li> <p>Calling <code>SearchCases</code> with a <code>searchTerm</code> value that matches a deleted field's value on a case returns the case in the response.</p> </li> <li> <p>Calling <code>BatchPutFieldOptions</code> with a deleted field ID throw a <code>ValidationException</code>.</p> </li> <li> <p>Calling <code>GetCaseEventConfiguration</code> does not return field IDs for deleted fields.</p> </li> </ul>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient";
4
4
  import type { DeleteLayoutRequest, DeleteLayoutResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteLayoutCommandInput extends DeleteLayoutRequest {
22
22
  export interface DeleteLayoutCommandOutput extends DeleteLayoutResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteLayoutCommand_base: {
25
- new (input: DeleteLayoutCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLayoutCommandInput, DeleteLayoutCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteLayoutCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLayoutCommandInput, DeleteLayoutCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteLayoutCommandInput): import("@smithy/core/client").CommandImpl<DeleteLayoutCommandInput, DeleteLayoutCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteLayoutCommandInput): import("@smithy/core/client").CommandImpl<DeleteLayoutCommandInput, DeleteLayoutCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes a layout from a cases template. You can delete up to 100 layouts per domain.</p> <p>After a layout is deleted:</p> <ul> <li> <p>You can still retrieve the layout by calling <code>GetLayout</code>.</p> </li> <li> <p>You cannot update a deleted layout by calling <code>UpdateLayout</code>; it throws a <code>ValidationException</code>.</p> </li> <li> <p>Deleted layouts are not included in the <code>ListLayouts</code> response.</p> </li> </ul>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient";
4
4
  import type { DeleteRelatedItemRequest, DeleteRelatedItemResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteRelatedItemCommandInput extends DeleteRelatedItemRequest
22
22
  export interface DeleteRelatedItemCommandOutput extends DeleteRelatedItemResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteRelatedItemCommand_base: {
25
- new (input: DeleteRelatedItemCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRelatedItemCommandInput, DeleteRelatedItemCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteRelatedItemCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRelatedItemCommandInput, DeleteRelatedItemCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteRelatedItemCommandInput): import("@smithy/core/client").CommandImpl<DeleteRelatedItemCommandInput, DeleteRelatedItemCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteRelatedItemCommandInput): import("@smithy/core/client").CommandImpl<DeleteRelatedItemCommandInput, DeleteRelatedItemCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes the related item resource under a case.</p> <note> <p>This API cannot be used on a FILE type related attachment. To delete this type of file, use the <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_DeleteAttachedFile.html">DeleteAttachedFile</a> API</p> </note>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient";
4
4
  import type { DeleteTemplateRequest, DeleteTemplateResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteTemplateCommandInput extends DeleteTemplateRequest {
22
22
  export interface DeleteTemplateCommandOutput extends DeleteTemplateResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteTemplateCommand_base: {
25
- new (input: DeleteTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTemplateCommandInput, DeleteTemplateCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTemplateCommandInput, DeleteTemplateCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteTemplateCommandInput): import("@smithy/core/client").CommandImpl<DeleteTemplateCommandInput, DeleteTemplateCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteTemplateCommandInput): import("@smithy/core/client").CommandImpl<DeleteTemplateCommandInput, DeleteTemplateCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes a cases template. You can delete up to 100 templates per domain.</p> <p>After a cases template is deleted:</p> <ul> <li> <p>You can still retrieve the template by calling <code>GetTemplate</code>.</p> </li> <li> <p>You cannot update the template. </p> </li> <li> <p>You cannot create a case by using the deleted template.</p> </li> <li> <p>Deleted templates are not included in the <code>ListTemplates</code> response.</p> </li> </ul>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient";
4
4
  import type { GetCaseAuditEventsRequest, GetCaseAuditEventsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetCaseAuditEventsCommandInput extends GetCaseAuditEventsReques
22
22
  export interface GetCaseAuditEventsCommandOutput extends GetCaseAuditEventsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetCaseAuditEventsCommand_base: {
25
- new (input: GetCaseAuditEventsCommandInput): import("@smithy/smithy-client").CommandImpl<GetCaseAuditEventsCommandInput, GetCaseAuditEventsCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetCaseAuditEventsCommandInput): import("@smithy/smithy-client").CommandImpl<GetCaseAuditEventsCommandInput, GetCaseAuditEventsCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetCaseAuditEventsCommandInput): import("@smithy/core/client").CommandImpl<GetCaseAuditEventsCommandInput, GetCaseAuditEventsCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetCaseAuditEventsCommandInput): import("@smithy/core/client").CommandImpl<GetCaseAuditEventsCommandInput, GetCaseAuditEventsCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns the audit history about a specific case if it exists.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient";
4
4
  import type { GetCaseRequest, GetCaseResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetCaseCommandInput extends GetCaseRequest {
22
22
  export interface GetCaseCommandOutput extends GetCaseResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetCaseCommand_base: {
25
- new (input: GetCaseCommandInput): import("@smithy/smithy-client").CommandImpl<GetCaseCommandInput, GetCaseCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetCaseCommandInput): import("@smithy/smithy-client").CommandImpl<GetCaseCommandInput, GetCaseCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetCaseCommandInput): import("@smithy/core/client").CommandImpl<GetCaseCommandInput, GetCaseCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetCaseCommandInput): import("@smithy/core/client").CommandImpl<GetCaseCommandInput, GetCaseCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns information about a specific case if it exists. </p>