@aws-sdk/client-support 3.1076.0 → 3.1078.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (68) hide show
  1. package/dist-cjs/index.js +27 -165
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AddAttachmentsToSetCommand.js +2 -14
  4. package/dist-es/commands/AddCommunicationToCaseCommand.js +2 -14
  5. package/dist-es/commands/CreateCaseCommand.js +2 -14
  6. package/dist-es/commands/DescribeAttachmentCommand.js +2 -14
  7. package/dist-es/commands/DescribeCasesCommand.js +2 -14
  8. package/dist-es/commands/DescribeCommunicationsCommand.js +2 -14
  9. package/dist-es/commands/DescribeCreateCaseOptionsCommand.js +2 -14
  10. package/dist-es/commands/DescribeServicesCommand.js +2 -14
  11. package/dist-es/commands/DescribeSeverityLevelsCommand.js +2 -14
  12. package/dist-es/commands/DescribeSupportedLanguagesCommand.js +2 -14
  13. package/dist-es/commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand.js +2 -14
  14. package/dist-es/commands/DescribeTrustedAdvisorCheckResultCommand.js +2 -14
  15. package/dist-es/commands/DescribeTrustedAdvisorCheckSummariesCommand.js +2 -14
  16. package/dist-es/commands/DescribeTrustedAdvisorChecksCommand.js +2 -14
  17. package/dist-es/commands/RefreshTrustedAdvisorCheckCommand.js +2 -14
  18. package/dist-es/commands/ResolveCaseCommand.js +2 -14
  19. package/dist-es/index.js +1 -0
  20. package/dist-es/runtimeConfig.browser.js +0 -2
  21. package/dist-es/runtimeConfig.js +1 -2
  22. package/dist-es/runtimeConfig.native.js +0 -2
  23. package/dist-es/runtimeConfig.shared.js +2 -0
  24. package/dist-types/commandBuilder.d.ts +18 -0
  25. package/dist-types/commands/AddAttachmentsToSetCommand.d.ts +3 -8
  26. package/dist-types/commands/AddCommunicationToCaseCommand.d.ts +3 -8
  27. package/dist-types/commands/CreateCaseCommand.d.ts +3 -8
  28. package/dist-types/commands/DescribeAttachmentCommand.d.ts +3 -8
  29. package/dist-types/commands/DescribeCasesCommand.d.ts +3 -8
  30. package/dist-types/commands/DescribeCommunicationsCommand.d.ts +3 -8
  31. package/dist-types/commands/DescribeCreateCaseOptionsCommand.d.ts +3 -8
  32. package/dist-types/commands/DescribeServicesCommand.d.ts +3 -8
  33. package/dist-types/commands/DescribeSeverityLevelsCommand.d.ts +3 -8
  34. package/dist-types/commands/DescribeSupportedLanguagesCommand.d.ts +3 -8
  35. package/dist-types/commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand.d.ts +3 -8
  36. package/dist-types/commands/DescribeTrustedAdvisorCheckResultCommand.d.ts +3 -8
  37. package/dist-types/commands/DescribeTrustedAdvisorCheckSummariesCommand.d.ts +3 -8
  38. package/dist-types/commands/DescribeTrustedAdvisorChecksCommand.d.ts +3 -8
  39. package/dist-types/commands/RefreshTrustedAdvisorCheckCommand.d.ts +3 -8
  40. package/dist-types/commands/ResolveCaseCommand.d.ts +3 -8
  41. package/dist-types/index.d.ts +1 -0
  42. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  43. package/dist-types/runtimeConfig.d.ts +1 -1
  44. package/dist-types/runtimeConfig.native.d.ts +1 -1
  45. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  46. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  47. package/dist-types/ts3.4/commands/AddAttachmentsToSetCommand.d.ts +7 -16
  48. package/dist-types/ts3.4/commands/AddCommunicationToCaseCommand.d.ts +7 -16
  49. package/dist-types/ts3.4/commands/CreateCaseCommand.d.ts +7 -16
  50. package/dist-types/ts3.4/commands/DescribeAttachmentCommand.d.ts +7 -16
  51. package/dist-types/ts3.4/commands/DescribeCasesCommand.d.ts +7 -16
  52. package/dist-types/ts3.4/commands/DescribeCommunicationsCommand.d.ts +7 -16
  53. package/dist-types/ts3.4/commands/DescribeCreateCaseOptionsCommand.d.ts +7 -16
  54. package/dist-types/ts3.4/commands/DescribeServicesCommand.d.ts +7 -16
  55. package/dist-types/ts3.4/commands/DescribeSeverityLevelsCommand.d.ts +7 -16
  56. package/dist-types/ts3.4/commands/DescribeSupportedLanguagesCommand.d.ts +7 -16
  57. package/dist-types/ts3.4/commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand.d.ts +7 -16
  58. package/dist-types/ts3.4/commands/DescribeTrustedAdvisorCheckResultCommand.d.ts +7 -16
  59. package/dist-types/ts3.4/commands/DescribeTrustedAdvisorCheckSummariesCommand.d.ts +7 -16
  60. package/dist-types/ts3.4/commands/DescribeTrustedAdvisorChecksCommand.d.ts +7 -16
  61. package/dist-types/ts3.4/commands/RefreshTrustedAdvisorCheckCommand.d.ts +7 -16
  62. package/dist-types/ts3.4/commands/ResolveCaseCommand.d.ts +7 -16
  63. package/dist-types/ts3.4/index.d.ts +1 -0
  64. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  65. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  66. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  67. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  68. package/package.json +8 -10
@@ -1,4 +1,3 @@
1
- import { Sha256 } from "@aws-crypto/sha256-js";
2
1
  import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser";
3
2
  export const getRuntimeConfig = (config) => {
4
3
  const browserDefaults = getBrowserRuntimeConfig(config);
@@ -6,6 +5,5 @@ export const getRuntimeConfig = (config) => {
6
5
  ...browserDefaults,
7
6
  ...config,
8
7
  runtime: "react-native",
9
- sha256: config?.sha256 ?? Sha256,
10
8
  };
11
9
  };
@@ -1,5 +1,6 @@
1
1
  import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import { AwsJson1_1Protocol } from "@aws-sdk/core/protocols";
3
+ import { Sha256 } from "@smithy/core/checksum";
3
4
  import { NoOpLogger } from "@smithy/core/client";
4
5
  import { parseUrl } from "@smithy/core/protocols";
5
6
  import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
@@ -32,6 +33,7 @@ export const getRuntimeConfig = (config) => {
32
33
  serviceTarget: "AWSSupport_20130415",
33
34
  },
34
35
  serviceId: config?.serviceId ?? "Support",
36
+ sha256: config?.sha256 ?? Sha256,
35
37
  urlParser: config?.urlParser ?? parseUrl,
36
38
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,
37
39
  utf8Encoder: config?.utf8Encoder ?? toUtf8,
@@ -0,0 +1,18 @@
1
+ import type { EndpointParameterInstructions } from "@smithy/types";
2
+ import type { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "./SupportClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
7
+ new (input: I): import("@smithy/core/client").CommandImpl<I, O, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
8
+ new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
9
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
10
+ };
11
+ /**
12
+ * @internal
13
+ */
14
+ export declare const _ep0: EndpointParameterInstructions;
15
+ /**
16
+ * @internal
17
+ */
18
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { AddAttachmentsToSetRequest, AddAttachmentsToSetResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface AddAttachmentsToSetCommandInput extends AddAttachmentsToSetRequ
22
19
  export interface AddAttachmentsToSetCommandOutput extends AddAttachmentsToSetResponse, __MetadataBearer {
23
20
  }
24
21
  declare const AddAttachmentsToSetCommand_base: {
25
- new (input: AddAttachmentsToSetCommandInput): import("@smithy/core/client").CommandImpl<AddAttachmentsToSetCommandInput, AddAttachmentsToSetCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AddAttachmentsToSetCommandInput): import("@smithy/core/client").CommandImpl<AddAttachmentsToSetCommandInput, AddAttachmentsToSetCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: AddAttachmentsToSetCommandInput): import("@smithy/core/client").CommandImpl<AddAttachmentsToSetCommandInput, AddAttachmentsToSetCommandOutput, import("..").SupportClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: AddAttachmentsToSetCommandInput): import("@smithy/core/client").CommandImpl<AddAttachmentsToSetCommandInput, AddAttachmentsToSetCommandOutput, import("..").SupportClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Adds one or more attachments to an attachment set. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { AddCommunicationToCaseRequest, AddCommunicationToCaseResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface AddCommunicationToCaseCommandInput extends AddCommunicationToCa
22
19
  export interface AddCommunicationToCaseCommandOutput extends AddCommunicationToCaseResponse, __MetadataBearer {
23
20
  }
24
21
  declare const AddCommunicationToCaseCommand_base: {
25
- new (input: AddCommunicationToCaseCommandInput): import("@smithy/core/client").CommandImpl<AddCommunicationToCaseCommandInput, AddCommunicationToCaseCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AddCommunicationToCaseCommandInput): import("@smithy/core/client").CommandImpl<AddCommunicationToCaseCommandInput, AddCommunicationToCaseCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: AddCommunicationToCaseCommandInput): import("@smithy/core/client").CommandImpl<AddCommunicationToCaseCommandInput, AddCommunicationToCaseCommandOutput, import("..").SupportClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: AddCommunicationToCaseCommandInput): import("@smithy/core/client").CommandImpl<AddCommunicationToCaseCommandInput, AddCommunicationToCaseCommandOutput, import("..").SupportClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Adds additional customer communication to an Amazon Web Services Support case. Use the <code>caseId</code>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { CreateCaseRequest, CreateCaseResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateCaseCommandInput extends CreateCaseRequest {
22
19
  export interface CreateCaseCommandOutput extends CreateCaseResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateCaseCommand_base: {
25
- new (input: CreateCaseCommandInput): import("@smithy/core/client").CommandImpl<CreateCaseCommandInput, CreateCaseCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateCaseCommandInput): import("@smithy/core/client").CommandImpl<CreateCaseCommandInput, CreateCaseCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateCaseCommandInput): import("@smithy/core/client").CommandImpl<CreateCaseCommandInput, CreateCaseCommandOutput, import("..").SupportClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateCaseCommandInput): import("@smithy/core/client").CommandImpl<CreateCaseCommandInput, CreateCaseCommandOutput, import("..").SupportClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a case in the Amazon Web Services Support Center. This operation is similar to how you create a case
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DescribeAttachmentRequest, DescribeAttachmentResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeAttachmentCommandInput extends DescribeAttachmentReques
22
19
  export interface DescribeAttachmentCommandOutput extends DescribeAttachmentResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeAttachmentCommand_base: {
25
- new (input: DescribeAttachmentCommandInput): import("@smithy/core/client").CommandImpl<DescribeAttachmentCommandInput, DescribeAttachmentCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeAttachmentCommandInput): import("@smithy/core/client").CommandImpl<DescribeAttachmentCommandInput, DescribeAttachmentCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeAttachmentCommandInput): import("@smithy/core/client").CommandImpl<DescribeAttachmentCommandInput, DescribeAttachmentCommandOutput, import("..").SupportClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeAttachmentCommandInput): import("@smithy/core/client").CommandImpl<DescribeAttachmentCommandInput, DescribeAttachmentCommandOutput, import("..").SupportClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the attachment that has the specified ID. Attachments can include screenshots,
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DescribeCasesRequest, DescribeCasesResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeCasesCommandInput extends DescribeCasesRequest {
22
19
  export interface DescribeCasesCommandOutput extends DescribeCasesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeCasesCommand_base: {
25
- new (input: DescribeCasesCommandInput): import("@smithy/core/client").CommandImpl<DescribeCasesCommandInput, DescribeCasesCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeCasesCommandInput]): import("@smithy/core/client").CommandImpl<DescribeCasesCommandInput, DescribeCasesCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeCasesCommandInput): import("@smithy/core/client").CommandImpl<DescribeCasesCommandInput, DescribeCasesCommandOutput, import("..").SupportClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DescribeCasesCommandInput]): import("@smithy/core/client").CommandImpl<DescribeCasesCommandInput, DescribeCasesCommandOutput, import("..").SupportClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of cases that you specify by passing one or more case IDs. You can use
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DescribeCommunicationsRequest, DescribeCommunicationsResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeCommunicationsCommandInput extends DescribeCommunicatio
22
19
  export interface DescribeCommunicationsCommandOutput extends DescribeCommunicationsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeCommunicationsCommand_base: {
25
- new (input: DescribeCommunicationsCommandInput): import("@smithy/core/client").CommandImpl<DescribeCommunicationsCommandInput, DescribeCommunicationsCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeCommunicationsCommandInput): import("@smithy/core/client").CommandImpl<DescribeCommunicationsCommandInput, DescribeCommunicationsCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeCommunicationsCommandInput): import("@smithy/core/client").CommandImpl<DescribeCommunicationsCommandInput, DescribeCommunicationsCommandOutput, import("..").SupportClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeCommunicationsCommandInput): import("@smithy/core/client").CommandImpl<DescribeCommunicationsCommandInput, DescribeCommunicationsCommandOutput, import("..").SupportClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns communications and attachments for one or more support cases. Use the
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DescribeCreateCaseOptionsRequest, DescribeCreateCaseOptionsResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeCreateCaseOptionsCommandInput extends DescribeCreateCas
22
19
  export interface DescribeCreateCaseOptionsCommandOutput extends DescribeCreateCaseOptionsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeCreateCaseOptionsCommand_base: {
25
- new (input: DescribeCreateCaseOptionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeCreateCaseOptionsCommandInput, DescribeCreateCaseOptionsCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeCreateCaseOptionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeCreateCaseOptionsCommandInput, DescribeCreateCaseOptionsCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeCreateCaseOptionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeCreateCaseOptionsCommandInput, DescribeCreateCaseOptionsCommandOutput, import("..").SupportClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeCreateCaseOptionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeCreateCaseOptionsCommandInput, DescribeCreateCaseOptionsCommandOutput, import("..").SupportClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of CreateCaseOption types along with the
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DescribeServicesRequest, DescribeServicesResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeServicesCommandInput extends DescribeServicesRequest {
22
19
  export interface DescribeServicesCommandOutput extends DescribeServicesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeServicesCommand_base: {
25
- new (input: DescribeServicesCommandInput): import("@smithy/core/client").CommandImpl<DescribeServicesCommandInput, DescribeServicesCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeServicesCommandInput]): import("@smithy/core/client").CommandImpl<DescribeServicesCommandInput, DescribeServicesCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeServicesCommandInput): import("@smithy/core/client").CommandImpl<DescribeServicesCommandInput, DescribeServicesCommandOutput, import("..").SupportClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DescribeServicesCommandInput]): import("@smithy/core/client").CommandImpl<DescribeServicesCommandInput, DescribeServicesCommandOutput, import("..").SupportClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the current list of Amazon Web Services services and a list of service categories for each
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DescribeSeverityLevelsRequest, DescribeSeverityLevelsResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeSeverityLevelsCommandInput extends DescribeSeverityLeve
22
19
  export interface DescribeSeverityLevelsCommandOutput extends DescribeSeverityLevelsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeSeverityLevelsCommand_base: {
25
- new (input: DescribeSeverityLevelsCommandInput): import("@smithy/core/client").CommandImpl<DescribeSeverityLevelsCommandInput, DescribeSeverityLevelsCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeSeverityLevelsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeSeverityLevelsCommandInput, DescribeSeverityLevelsCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeSeverityLevelsCommandInput): import("@smithy/core/client").CommandImpl<DescribeSeverityLevelsCommandInput, DescribeSeverityLevelsCommandOutput, import("..").SupportClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DescribeSeverityLevelsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeSeverityLevelsCommandInput, DescribeSeverityLevelsCommandOutput, import("..").SupportClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the list of severity levels that you can assign to a support case. The
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DescribeSupportedLanguagesRequest, DescribeSupportedLanguagesResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeSupportedLanguagesCommandInput extends DescribeSupporte
22
19
  export interface DescribeSupportedLanguagesCommandOutput extends DescribeSupportedLanguagesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeSupportedLanguagesCommand_base: {
25
- new (input: DescribeSupportedLanguagesCommandInput): import("@smithy/core/client").CommandImpl<DescribeSupportedLanguagesCommandInput, DescribeSupportedLanguagesCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeSupportedLanguagesCommandInput): import("@smithy/core/client").CommandImpl<DescribeSupportedLanguagesCommandInput, DescribeSupportedLanguagesCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeSupportedLanguagesCommandInput): import("@smithy/core/client").CommandImpl<DescribeSupportedLanguagesCommandInput, DescribeSupportedLanguagesCommandOutput, import("..").SupportClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeSupportedLanguagesCommandInput): import("@smithy/core/client").CommandImpl<DescribeSupportedLanguagesCommandInput, DescribeSupportedLanguagesCommandOutput, import("..").SupportClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of supported languages for a specified <code>categoryCode</code>,
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DescribeTrustedAdvisorCheckRefreshStatusesRequest, DescribeTrustedAdvisorCheckRefreshStatusesResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeTrustedAdvisorCheckRefreshStatusesCommandInput extends
22
19
  export interface DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput extends DescribeTrustedAdvisorCheckRefreshStatusesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeTrustedAdvisorCheckRefreshStatusesCommand_base: {
25
- new (input: DescribeTrustedAdvisorCheckRefreshStatusesCommandInput): import("@smithy/core/client").CommandImpl<DescribeTrustedAdvisorCheckRefreshStatusesCommandInput, DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeTrustedAdvisorCheckRefreshStatusesCommandInput): import("@smithy/core/client").CommandImpl<DescribeTrustedAdvisorCheckRefreshStatusesCommandInput, DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeTrustedAdvisorCheckRefreshStatusesCommandInput): import("@smithy/core/client").CommandImpl<DescribeTrustedAdvisorCheckRefreshStatusesCommandInput, DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput, import("..").SupportClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeTrustedAdvisorCheckRefreshStatusesCommandInput): import("@smithy/core/client").CommandImpl<DescribeTrustedAdvisorCheckRefreshStatusesCommandInput, DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput, import("..").SupportClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the refresh status of the Trusted Advisor checks that have the specified check
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DescribeTrustedAdvisorCheckResultRequest, DescribeTrustedAdvisorCheckResultResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeTrustedAdvisorCheckResultCommandInput extends DescribeT
22
19
  export interface DescribeTrustedAdvisorCheckResultCommandOutput extends DescribeTrustedAdvisorCheckResultResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeTrustedAdvisorCheckResultCommand_base: {
25
- new (input: DescribeTrustedAdvisorCheckResultCommandInput): import("@smithy/core/client").CommandImpl<DescribeTrustedAdvisorCheckResultCommandInput, DescribeTrustedAdvisorCheckResultCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeTrustedAdvisorCheckResultCommandInput): import("@smithy/core/client").CommandImpl<DescribeTrustedAdvisorCheckResultCommandInput, DescribeTrustedAdvisorCheckResultCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeTrustedAdvisorCheckResultCommandInput): import("@smithy/core/client").CommandImpl<DescribeTrustedAdvisorCheckResultCommandInput, DescribeTrustedAdvisorCheckResultCommandOutput, import("..").SupportClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeTrustedAdvisorCheckResultCommandInput): import("@smithy/core/client").CommandImpl<DescribeTrustedAdvisorCheckResultCommandInput, DescribeTrustedAdvisorCheckResultCommandOutput, import("..").SupportClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the results of the Trusted Advisor check that has the specified check ID. You
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DescribeTrustedAdvisorCheckSummariesRequest, DescribeTrustedAdvisorCheckSummariesResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeTrustedAdvisorCheckSummariesCommandInput extends Descri
22
19
  export interface DescribeTrustedAdvisorCheckSummariesCommandOutput extends DescribeTrustedAdvisorCheckSummariesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeTrustedAdvisorCheckSummariesCommand_base: {
25
- new (input: DescribeTrustedAdvisorCheckSummariesCommandInput): import("@smithy/core/client").CommandImpl<DescribeTrustedAdvisorCheckSummariesCommandInput, DescribeTrustedAdvisorCheckSummariesCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeTrustedAdvisorCheckSummariesCommandInput): import("@smithy/core/client").CommandImpl<DescribeTrustedAdvisorCheckSummariesCommandInput, DescribeTrustedAdvisorCheckSummariesCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeTrustedAdvisorCheckSummariesCommandInput): import("@smithy/core/client").CommandImpl<DescribeTrustedAdvisorCheckSummariesCommandInput, DescribeTrustedAdvisorCheckSummariesCommandOutput, import("..").SupportClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeTrustedAdvisorCheckSummariesCommandInput): import("@smithy/core/client").CommandImpl<DescribeTrustedAdvisorCheckSummariesCommandInput, DescribeTrustedAdvisorCheckSummariesCommandOutput, import("..").SupportClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the results for the Trusted Advisor check summaries for the check IDs that you
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DescribeTrustedAdvisorChecksRequest, DescribeTrustedAdvisorChecksResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeTrustedAdvisorChecksCommandInput extends DescribeTruste
22
19
  export interface DescribeTrustedAdvisorChecksCommandOutput extends DescribeTrustedAdvisorChecksResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeTrustedAdvisorChecksCommand_base: {
25
- new (input: DescribeTrustedAdvisorChecksCommandInput): import("@smithy/core/client").CommandImpl<DescribeTrustedAdvisorChecksCommandInput, DescribeTrustedAdvisorChecksCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeTrustedAdvisorChecksCommandInput): import("@smithy/core/client").CommandImpl<DescribeTrustedAdvisorChecksCommandInput, DescribeTrustedAdvisorChecksCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeTrustedAdvisorChecksCommandInput): import("@smithy/core/client").CommandImpl<DescribeTrustedAdvisorChecksCommandInput, DescribeTrustedAdvisorChecksCommandOutput, import("..").SupportClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeTrustedAdvisorChecksCommandInput): import("@smithy/core/client").CommandImpl<DescribeTrustedAdvisorChecksCommandInput, DescribeTrustedAdvisorChecksCommandOutput, import("..").SupportClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns information about all available Trusted Advisor checks, including the name, ID,
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { RefreshTrustedAdvisorCheckRequest, RefreshTrustedAdvisorCheckResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface RefreshTrustedAdvisorCheckCommandInput extends RefreshTrustedAd
22
19
  export interface RefreshTrustedAdvisorCheckCommandOutput extends RefreshTrustedAdvisorCheckResponse, __MetadataBearer {
23
20
  }
24
21
  declare const RefreshTrustedAdvisorCheckCommand_base: {
25
- new (input: RefreshTrustedAdvisorCheckCommandInput): import("@smithy/core/client").CommandImpl<RefreshTrustedAdvisorCheckCommandInput, RefreshTrustedAdvisorCheckCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RefreshTrustedAdvisorCheckCommandInput): import("@smithy/core/client").CommandImpl<RefreshTrustedAdvisorCheckCommandInput, RefreshTrustedAdvisorCheckCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: RefreshTrustedAdvisorCheckCommandInput): import("@smithy/core/client").CommandImpl<RefreshTrustedAdvisorCheckCommandInput, RefreshTrustedAdvisorCheckCommandOutput, import("..").SupportClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: RefreshTrustedAdvisorCheckCommandInput): import("@smithy/core/client").CommandImpl<RefreshTrustedAdvisorCheckCommandInput, RefreshTrustedAdvisorCheckCommandOutput, import("..").SupportClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Refreshes the Trusted Advisor check that you specify using the check ID. You can get the
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ResolveCaseRequest, ResolveCaseResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ResolveCaseCommandInput extends ResolveCaseRequest {
22
19
  export interface ResolveCaseCommandOutput extends ResolveCaseResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ResolveCaseCommand_base: {
25
- new (input: ResolveCaseCommandInput): import("@smithy/core/client").CommandImpl<ResolveCaseCommandInput, ResolveCaseCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ResolveCaseCommandInput]): import("@smithy/core/client").CommandImpl<ResolveCaseCommandInput, ResolveCaseCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ResolveCaseCommandInput): import("@smithy/core/client").CommandImpl<ResolveCaseCommandInput, ResolveCaseCommandOutput, import("..").SupportClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ResolveCaseCommandInput]): import("@smithy/core/client").CommandImpl<ResolveCaseCommandInput, ResolveCaseCommandOutput, import("..").SupportClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Resolves a support case. This operation takes a <code>caseId</code> and returns the
@@ -52,6 +52,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
52
52
  export type { RuntimeExtension } from "./runtimeExtensions";
53
53
  export type { SupportExtensionConfiguration } from "./extensionConfiguration";
54
54
  export * from "./commands";
55
+ export { Command as $Command } from "@smithy/core/client";
55
56
  export * from "./schemas/schemas_0";
56
57
  export * from "./pagination";
57
58
  export * from "./models/errors";
@@ -13,7 +13,6 @@ export declare const getRuntimeConfig: (config: SupportClientConfig) => {
13
13
  region: string | import("@smithy/types").Provider<any>;
14
14
  requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
15
15
  retryMode: string | import("@smithy/types").Provider<string>;
16
- sha256: import("@smithy/types").HashConstructor;
17
16
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
18
17
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
19
18
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
@@ -24,6 +23,7 @@ export declare const getRuntimeConfig: (config: SupportClientConfig) => {
24
23
  [setting: string]: unknown;
25
24
  };
26
25
  apiVersion: string;
26
+ sha256: import("@smithy/types").HashConstructor;
27
27
  urlParser: import("@smithy/types").UrlParser;
28
28
  base64Decoder: import("@smithy/types").Decoder;
29
29
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -14,7 +14,6 @@ export declare const getRuntimeConfig: (config: SupportClientConfig) => {
14
14
  region: string | import("@smithy/types").Provider<string>;
15
15
  requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
16
16
  retryMode: string | import("@smithy/types").Provider<string>;
17
- sha256: import("@smithy/types").HashConstructor;
18
17
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
19
18
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
19
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -26,6 +25,7 @@ export declare const getRuntimeConfig: (config: SupportClientConfig) => {
26
25
  [setting: string]: unknown;
27
26
  };
28
27
  apiVersion: string;
28
+ sha256: import("@smithy/types").HashConstructor;
29
29
  urlParser: import("@smithy/types").UrlParser;
30
30
  base64Decoder: import("@smithy/types").Decoder;
31
31
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -4,7 +4,6 @@ import type { SupportClientConfig } from "./SupportClient";
4
4
  */
5
5
  export declare const getRuntimeConfig: (config: SupportClientConfig) => {
6
6
  runtime: string;
7
- sha256: import("@smithy/types").HashConstructor;
8
7
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
8
  cacheMiddleware?: boolean;
10
9
  protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsJson1_1Protocol;
@@ -13,6 +12,7 @@ export declare const getRuntimeConfig: (config: SupportClientConfig) => {
13
12
  [setting: string]: unknown;
14
13
  };
15
14
  apiVersion: string;
15
+ sha256: import("@smithy/types").HashConstructor;
16
16
  urlParser: import("@smithy/types").UrlParser;
17
17
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
18
18
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
@@ -21,6 +21,7 @@ export declare const getRuntimeConfig: (config: SupportClientConfig) => {
21
21
  defaultNamespace?: string;
22
22
  };
23
23
  serviceId: string;
24
+ sha256: import("@smithy/types").HashConstructor;
24
25
  urlParser: import("@smithy/types").UrlParser;
25
26
  utf8Decoder: import("@smithy/types").Decoder;
26
27
  utf8Encoder: (input: Uint8Array | string) => string;