@aws-sdk/client-support 3.1077.0 → 3.1079.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 (56) hide show
  1. package/dist-cjs/index.js +24 -163
  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-types/commandBuilder.d.ts +18 -0
  21. package/dist-types/commands/AddAttachmentsToSetCommand.d.ts +3 -8
  22. package/dist-types/commands/AddCommunicationToCaseCommand.d.ts +3 -8
  23. package/dist-types/commands/CreateCaseCommand.d.ts +3 -8
  24. package/dist-types/commands/DescribeAttachmentCommand.d.ts +3 -8
  25. package/dist-types/commands/DescribeCasesCommand.d.ts +3 -8
  26. package/dist-types/commands/DescribeCommunicationsCommand.d.ts +3 -8
  27. package/dist-types/commands/DescribeCreateCaseOptionsCommand.d.ts +3 -8
  28. package/dist-types/commands/DescribeServicesCommand.d.ts +3 -8
  29. package/dist-types/commands/DescribeSeverityLevelsCommand.d.ts +3 -8
  30. package/dist-types/commands/DescribeSupportedLanguagesCommand.d.ts +3 -8
  31. package/dist-types/commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand.d.ts +3 -8
  32. package/dist-types/commands/DescribeTrustedAdvisorCheckResultCommand.d.ts +3 -8
  33. package/dist-types/commands/DescribeTrustedAdvisorCheckSummariesCommand.d.ts +3 -8
  34. package/dist-types/commands/DescribeTrustedAdvisorChecksCommand.d.ts +3 -8
  35. package/dist-types/commands/RefreshTrustedAdvisorCheckCommand.d.ts +3 -8
  36. package/dist-types/commands/ResolveCaseCommand.d.ts +3 -8
  37. package/dist-types/index.d.ts +1 -0
  38. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  39. package/dist-types/ts3.4/commands/AddAttachmentsToSetCommand.d.ts +7 -16
  40. package/dist-types/ts3.4/commands/AddCommunicationToCaseCommand.d.ts +7 -16
  41. package/dist-types/ts3.4/commands/CreateCaseCommand.d.ts +7 -16
  42. package/dist-types/ts3.4/commands/DescribeAttachmentCommand.d.ts +7 -16
  43. package/dist-types/ts3.4/commands/DescribeCasesCommand.d.ts +7 -16
  44. package/dist-types/ts3.4/commands/DescribeCommunicationsCommand.d.ts +7 -16
  45. package/dist-types/ts3.4/commands/DescribeCreateCaseOptionsCommand.d.ts +7 -16
  46. package/dist-types/ts3.4/commands/DescribeServicesCommand.d.ts +7 -16
  47. package/dist-types/ts3.4/commands/DescribeSeverityLevelsCommand.d.ts +7 -16
  48. package/dist-types/ts3.4/commands/DescribeSupportedLanguagesCommand.d.ts +7 -16
  49. package/dist-types/ts3.4/commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand.d.ts +7 -16
  50. package/dist-types/ts3.4/commands/DescribeTrustedAdvisorCheckResultCommand.d.ts +7 -16
  51. package/dist-types/ts3.4/commands/DescribeTrustedAdvisorCheckSummariesCommand.d.ts +7 -16
  52. package/dist-types/ts3.4/commands/DescribeTrustedAdvisorChecksCommand.d.ts +7 -16
  53. package/dist-types/ts3.4/commands/RefreshTrustedAdvisorCheckCommand.d.ts +7 -16
  54. package/dist-types/ts3.4/commands/ResolveCaseCommand.d.ts +7 -16
  55. package/dist-types/ts3.4/index.d.ts +1 -0
  56. package/package.json +8 -8
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { CreateCaseRequest, CreateCaseResponse } from "../models/models_0";
4
- import {
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- SupportClientResolvedConfig,
8
- } from "../SupportClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface CreateCaseCommandInput extends CreateCaseRequest {}
12
5
  export interface CreateCaseCommandOutput
13
6
  extends CreateCaseResponse,
@@ -18,22 +11,20 @@ declare const CreateCaseCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  CreateCaseCommandInput,
20
13
  CreateCaseCommandOutput,
21
- SupportClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").SupportClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: CreateCaseCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  CreateCaseCommandInput,
29
22
  CreateCaseCommandOutput,
30
- SupportClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").SupportClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class CreateCaseCommand extends CreateCaseCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  DescribeAttachmentRequest,
5
4
  DescribeAttachmentResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SupportClientResolvedConfig,
11
- } from "../SupportClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeAttachmentCommandInput
15
8
  extends DescribeAttachmentRequest {}
16
9
  export interface DescribeAttachmentCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeAttachmentCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeAttachmentCommandInput,
24
17
  DescribeAttachmentCommandOutput,
25
- SupportClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SupportClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DescribeAttachmentCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeAttachmentCommandInput,
33
26
  DescribeAttachmentCommandOutput,
34
- SupportClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SupportClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeAttachmentCommand extends DescribeAttachmentCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  DescribeCasesRequest,
5
4
  DescribeCasesResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SupportClientResolvedConfig,
11
- } from "../SupportClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeCasesCommandInput extends DescribeCasesRequest {}
15
8
  export interface DescribeCasesCommandOutput
16
9
  extends DescribeCasesResponse,
@@ -21,22 +14,20 @@ declare const DescribeCasesCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  DescribeCasesCommandInput,
23
16
  DescribeCasesCommandOutput,
24
- SupportClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").SupportClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  ...[input]: [] | [DescribeCasesCommandInput]
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  DescribeCasesCommandInput,
32
25
  DescribeCasesCommandOutput,
33
- SupportClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").SupportClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class DescribeCasesCommand extends DescribeCasesCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  DescribeCommunicationsRequest,
5
4
  DescribeCommunicationsResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SupportClientResolvedConfig,
11
- } from "../SupportClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeCommunicationsCommandInput
15
8
  extends DescribeCommunicationsRequest {}
16
9
  export interface DescribeCommunicationsCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeCommunicationsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeCommunicationsCommandInput,
24
17
  DescribeCommunicationsCommandOutput,
25
- SupportClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SupportClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DescribeCommunicationsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeCommunicationsCommandInput,
33
26
  DescribeCommunicationsCommandOutput,
34
- SupportClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SupportClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeCommunicationsCommand extends DescribeCommunicationsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  DescribeCreateCaseOptionsRequest,
5
4
  DescribeCreateCaseOptionsResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SupportClientResolvedConfig,
11
- } from "../SupportClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeCreateCaseOptionsCommandInput
15
8
  extends DescribeCreateCaseOptionsRequest {}
16
9
  export interface DescribeCreateCaseOptionsCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeCreateCaseOptionsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeCreateCaseOptionsCommandInput,
24
17
  DescribeCreateCaseOptionsCommandOutput,
25
- SupportClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SupportClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DescribeCreateCaseOptionsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeCreateCaseOptionsCommandInput,
33
26
  DescribeCreateCaseOptionsCommandOutput,
34
- SupportClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SupportClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeCreateCaseOptionsCommand extends DescribeCreateCaseOptionsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  DescribeServicesRequest,
5
4
  DescribeServicesResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SupportClientResolvedConfig,
11
- } from "../SupportClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeServicesCommandInput extends DescribeServicesRequest {}
15
8
  export interface DescribeServicesCommandOutput
16
9
  extends DescribeServicesResponse,
@@ -21,22 +14,20 @@ declare const DescribeServicesCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  DescribeServicesCommandInput,
23
16
  DescribeServicesCommandOutput,
24
- SupportClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").SupportClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  ...[input]: [] | [DescribeServicesCommandInput]
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  DescribeServicesCommandInput,
32
25
  DescribeServicesCommandOutput,
33
- SupportClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").SupportClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class DescribeServicesCommand extends DescribeServicesCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  DescribeSeverityLevelsRequest,
5
4
  DescribeSeverityLevelsResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SupportClientResolvedConfig,
11
- } from "../SupportClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeSeverityLevelsCommandInput
15
8
  extends DescribeSeverityLevelsRequest {}
16
9
  export interface DescribeSeverityLevelsCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeSeverityLevelsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeSeverityLevelsCommandInput,
24
17
  DescribeSeverityLevelsCommandOutput,
25
- SupportClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SupportClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [DescribeSeverityLevelsCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeSeverityLevelsCommandInput,
33
26
  DescribeSeverityLevelsCommandOutput,
34
- SupportClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SupportClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeSeverityLevelsCommand extends DescribeSeverityLevelsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  DescribeSupportedLanguagesRequest,
5
4
  DescribeSupportedLanguagesResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SupportClientResolvedConfig,
11
- } from "../SupportClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeSupportedLanguagesCommandInput
15
8
  extends DescribeSupportedLanguagesRequest {}
16
9
  export interface DescribeSupportedLanguagesCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeSupportedLanguagesCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeSupportedLanguagesCommandInput,
24
17
  DescribeSupportedLanguagesCommandOutput,
25
- SupportClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SupportClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DescribeSupportedLanguagesCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeSupportedLanguagesCommandInput,
33
26
  DescribeSupportedLanguagesCommandOutput,
34
- SupportClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SupportClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeSupportedLanguagesCommand extends DescribeSupportedLanguagesCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  DescribeTrustedAdvisorCheckRefreshStatusesRequest,
5
4
  DescribeTrustedAdvisorCheckRefreshStatusesResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SupportClientResolvedConfig,
11
- } from "../SupportClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeTrustedAdvisorCheckRefreshStatusesCommandInput
15
8
  extends DescribeTrustedAdvisorCheckRefreshStatusesRequest {}
16
9
  export interface DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeTrustedAdvisorCheckRefreshStatusesCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeTrustedAdvisorCheckRefreshStatusesCommandInput,
24
17
  DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput,
25
- SupportClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SupportClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DescribeTrustedAdvisorCheckRefreshStatusesCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeTrustedAdvisorCheckRefreshStatusesCommandInput,
33
26
  DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput,
34
- SupportClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SupportClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeTrustedAdvisorCheckRefreshStatusesCommand extends DescribeTrustedAdvisorCheckRefreshStatusesCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  DescribeTrustedAdvisorCheckResultRequest,
5
4
  DescribeTrustedAdvisorCheckResultResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SupportClientResolvedConfig,
11
- } from "../SupportClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeTrustedAdvisorCheckResultCommandInput
15
8
  extends DescribeTrustedAdvisorCheckResultRequest {}
16
9
  export interface DescribeTrustedAdvisorCheckResultCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeTrustedAdvisorCheckResultCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeTrustedAdvisorCheckResultCommandInput,
24
17
  DescribeTrustedAdvisorCheckResultCommandOutput,
25
- SupportClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SupportClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DescribeTrustedAdvisorCheckResultCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeTrustedAdvisorCheckResultCommandInput,
33
26
  DescribeTrustedAdvisorCheckResultCommandOutput,
34
- SupportClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SupportClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeTrustedAdvisorCheckResultCommand extends DescribeTrustedAdvisorCheckResultCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  DescribeTrustedAdvisorCheckSummariesRequest,
5
4
  DescribeTrustedAdvisorCheckSummariesResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SupportClientResolvedConfig,
11
- } from "../SupportClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeTrustedAdvisorCheckSummariesCommandInput
15
8
  extends DescribeTrustedAdvisorCheckSummariesRequest {}
16
9
  export interface DescribeTrustedAdvisorCheckSummariesCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeTrustedAdvisorCheckSummariesCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeTrustedAdvisorCheckSummariesCommandInput,
24
17
  DescribeTrustedAdvisorCheckSummariesCommandOutput,
25
- SupportClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SupportClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DescribeTrustedAdvisorCheckSummariesCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeTrustedAdvisorCheckSummariesCommandInput,
33
26
  DescribeTrustedAdvisorCheckSummariesCommandOutput,
34
- SupportClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SupportClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeTrustedAdvisorCheckSummariesCommand extends DescribeTrustedAdvisorCheckSummariesCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  DescribeTrustedAdvisorChecksRequest,
5
4
  DescribeTrustedAdvisorChecksResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SupportClientResolvedConfig,
11
- } from "../SupportClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeTrustedAdvisorChecksCommandInput
15
8
  extends DescribeTrustedAdvisorChecksRequest {}
16
9
  export interface DescribeTrustedAdvisorChecksCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeTrustedAdvisorChecksCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeTrustedAdvisorChecksCommandInput,
24
17
  DescribeTrustedAdvisorChecksCommandOutput,
25
- SupportClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SupportClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DescribeTrustedAdvisorChecksCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeTrustedAdvisorChecksCommandInput,
33
26
  DescribeTrustedAdvisorChecksCommandOutput,
34
- SupportClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SupportClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeTrustedAdvisorChecksCommand extends DescribeTrustedAdvisorChecksCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  RefreshTrustedAdvisorCheckRequest,
5
4
  RefreshTrustedAdvisorCheckResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SupportClientResolvedConfig,
11
- } from "../SupportClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface RefreshTrustedAdvisorCheckCommandInput
15
8
  extends RefreshTrustedAdvisorCheckRequest {}
16
9
  export interface RefreshTrustedAdvisorCheckCommandOutput
@@ -22,22 +15,20 @@ declare const RefreshTrustedAdvisorCheckCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  RefreshTrustedAdvisorCheckCommandInput,
24
17
  RefreshTrustedAdvisorCheckCommandOutput,
25
- SupportClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SupportClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: RefreshTrustedAdvisorCheckCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  RefreshTrustedAdvisorCheckCommandInput,
33
26
  RefreshTrustedAdvisorCheckCommandOutput,
34
- SupportClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SupportClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class RefreshTrustedAdvisorCheckCommand extends RefreshTrustedAdvisorCheckCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { ResolveCaseRequest, ResolveCaseResponse } from "../models/models_0";
4
- import {
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- SupportClientResolvedConfig,
8
- } from "../SupportClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface ResolveCaseCommandInput extends ResolveCaseRequest {}
12
5
  export interface ResolveCaseCommandOutput
13
6
  extends ResolveCaseResponse,
@@ -18,22 +11,20 @@ declare const ResolveCaseCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  ResolveCaseCommandInput,
20
13
  ResolveCaseCommandOutput,
21
- SupportClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").SupportClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  ...[input]: [] | [ResolveCaseCommandInput]
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  ResolveCaseCommandInput,
29
22
  ResolveCaseCommandOutput,
30
- SupportClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").SupportClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class ResolveCaseCommand extends ResolveCaseCommand_base {
39
30
  protected static __types: {
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
4
4
  export { RuntimeExtension } from "./runtimeExtensions";
5
5
  export { SupportExtensionConfiguration } from "./extensionConfiguration";
6
6
  export * from "./commands";
7
+ export { Command as $Command } from "@smithy/core/client";
7
8
  export * from "./schemas/schemas_0";
8
9
  export * from "./pagination";
9
10
  export * from "./models/errors";