@aws-sdk/client-support 3.478.0 → 3.481.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 (69) hide show
  1. package/dist-cjs/commands/AddAttachmentsToSetCommand.js +18 -41
  2. package/dist-cjs/commands/AddCommunicationToCaseCommand.js +18 -41
  3. package/dist-cjs/commands/CreateCaseCommand.js +18 -41
  4. package/dist-cjs/commands/DescribeAttachmentCommand.js +18 -41
  5. package/dist-cjs/commands/DescribeCasesCommand.js +18 -41
  6. package/dist-cjs/commands/DescribeCommunicationsCommand.js +18 -41
  7. package/dist-cjs/commands/DescribeCreateCaseOptionsCommand.js +18 -41
  8. package/dist-cjs/commands/DescribeServicesCommand.js +18 -41
  9. package/dist-cjs/commands/DescribeSeverityLevelsCommand.js +18 -41
  10. package/dist-cjs/commands/DescribeSupportedLanguagesCommand.js +18 -41
  11. package/dist-cjs/commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand.js +18 -41
  12. package/dist-cjs/commands/DescribeTrustedAdvisorCheckResultCommand.js +18 -41
  13. package/dist-cjs/commands/DescribeTrustedAdvisorCheckSummariesCommand.js +18 -41
  14. package/dist-cjs/commands/DescribeTrustedAdvisorChecksCommand.js +18 -41
  15. package/dist-cjs/commands/RefreshTrustedAdvisorCheckCommand.js +18 -41
  16. package/dist-cjs/commands/ResolveCaseCommand.js +18 -41
  17. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  18. package/dist-es/commands/AddAttachmentsToSetCommand.js +18 -41
  19. package/dist-es/commands/AddCommunicationToCaseCommand.js +18 -41
  20. package/dist-es/commands/CreateCaseCommand.js +18 -41
  21. package/dist-es/commands/DescribeAttachmentCommand.js +18 -41
  22. package/dist-es/commands/DescribeCasesCommand.js +18 -41
  23. package/dist-es/commands/DescribeCommunicationsCommand.js +18 -41
  24. package/dist-es/commands/DescribeCreateCaseOptionsCommand.js +18 -41
  25. package/dist-es/commands/DescribeServicesCommand.js +18 -41
  26. package/dist-es/commands/DescribeSeverityLevelsCommand.js +18 -41
  27. package/dist-es/commands/DescribeSupportedLanguagesCommand.js +18 -41
  28. package/dist-es/commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand.js +18 -41
  29. package/dist-es/commands/DescribeTrustedAdvisorCheckResultCommand.js +18 -41
  30. package/dist-es/commands/DescribeTrustedAdvisorCheckSummariesCommand.js +18 -41
  31. package/dist-es/commands/DescribeTrustedAdvisorChecksCommand.js +18 -41
  32. package/dist-es/commands/RefreshTrustedAdvisorCheckCommand.js +18 -41
  33. package/dist-es/commands/ResolveCaseCommand.js +18 -41
  34. package/dist-es/endpoint/EndpointParameters.js +6 -0
  35. package/dist-types/commands/AddAttachmentsToSetCommand.d.ts +6 -21
  36. package/dist-types/commands/AddCommunicationToCaseCommand.d.ts +6 -21
  37. package/dist-types/commands/CreateCaseCommand.d.ts +6 -21
  38. package/dist-types/commands/DescribeAttachmentCommand.d.ts +6 -21
  39. package/dist-types/commands/DescribeCasesCommand.d.ts +6 -21
  40. package/dist-types/commands/DescribeCommunicationsCommand.d.ts +6 -21
  41. package/dist-types/commands/DescribeCreateCaseOptionsCommand.d.ts +6 -21
  42. package/dist-types/commands/DescribeServicesCommand.d.ts +6 -21
  43. package/dist-types/commands/DescribeSeverityLevelsCommand.d.ts +6 -21
  44. package/dist-types/commands/DescribeSupportedLanguagesCommand.d.ts +6 -21
  45. package/dist-types/commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand.d.ts +6 -21
  46. package/dist-types/commands/DescribeTrustedAdvisorCheckResultCommand.d.ts +6 -21
  47. package/dist-types/commands/DescribeTrustedAdvisorCheckSummariesCommand.d.ts +6 -21
  48. package/dist-types/commands/DescribeTrustedAdvisorChecksCommand.d.ts +6 -21
  49. package/dist-types/commands/RefreshTrustedAdvisorCheckCommand.d.ts +6 -21
  50. package/dist-types/commands/ResolveCaseCommand.d.ts +6 -21
  51. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  52. package/dist-types/ts3.4/commands/AddAttachmentsToSetCommand.d.ts +14 -23
  53. package/dist-types/ts3.4/commands/AddCommunicationToCaseCommand.d.ts +12 -24
  54. package/dist-types/ts3.4/commands/CreateCaseCommand.d.ts +14 -23
  55. package/dist-types/ts3.4/commands/DescribeAttachmentCommand.d.ts +14 -23
  56. package/dist-types/ts3.4/commands/DescribeCasesCommand.d.ts +14 -23
  57. package/dist-types/ts3.4/commands/DescribeCommunicationsCommand.d.ts +12 -24
  58. package/dist-types/ts3.4/commands/DescribeCreateCaseOptionsCommand.d.ts +12 -24
  59. package/dist-types/ts3.4/commands/DescribeServicesCommand.d.ts +14 -23
  60. package/dist-types/ts3.4/commands/DescribeSeverityLevelsCommand.d.ts +12 -24
  61. package/dist-types/ts3.4/commands/DescribeSupportedLanguagesCommand.d.ts +12 -24
  62. package/dist-types/ts3.4/commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand.d.ts +12 -24
  63. package/dist-types/ts3.4/commands/DescribeTrustedAdvisorCheckResultCommand.d.ts +12 -24
  64. package/dist-types/ts3.4/commands/DescribeTrustedAdvisorCheckSummariesCommand.d.ts +12 -24
  65. package/dist-types/ts3.4/commands/DescribeTrustedAdvisorChecksCommand.d.ts +12 -24
  66. package/dist-types/ts3.4/commands/RefreshTrustedAdvisorCheckCommand.d.ts +12 -24
  67. package/dist-types/ts3.4/commands/ResolveCaseCommand.d.ts +14 -23
  68. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  69. package/package.json +9 -9
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DescribeAttachmentRequest,
11
5
  DescribeAttachmentResponse,
@@ -21,19 +15,16 @@ export interface DescribeAttachmentCommandInput
21
15
  export interface DescribeAttachmentCommandOutput
22
16
  extends DescribeAttachmentResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeAttachmentCommand extends $Command<
25
- DescribeAttachmentCommandInput,
26
- DescribeAttachmentCommandOutput,
27
- SupportClientResolvedConfig
28
- > {
29
- readonly input: DescribeAttachmentCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeAttachmentCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SupportClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<DescribeAttachmentCommandInput, DescribeAttachmentCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const DescribeAttachmentCommand_base: {
19
+ new (
20
+ input: DescribeAttachmentCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ DescribeAttachmentCommandInput,
23
+ DescribeAttachmentCommandOutput,
24
+ SupportClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeAttachmentCommand extends DescribeAttachmentCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DescribeCasesRequest,
11
5
  DescribeCasesResponse,
@@ -20,19 +14,16 @@ export interface DescribeCasesCommandInput extends DescribeCasesRequest {}
20
14
  export interface DescribeCasesCommandOutput
21
15
  extends DescribeCasesResponse,
22
16
  __MetadataBearer {}
23
- export declare class DescribeCasesCommand extends $Command<
24
- DescribeCasesCommandInput,
25
- DescribeCasesCommandOutput,
26
- SupportClientResolvedConfig
27
- > {
28
- readonly input: DescribeCasesCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: DescribeCasesCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: SupportClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<DescribeCasesCommandInput, DescribeCasesCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const DescribeCasesCommand_base: {
18
+ new (
19
+ input: DescribeCasesCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ DescribeCasesCommandInput,
22
+ DescribeCasesCommandOutput,
23
+ SupportClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class DescribeCasesCommand extends DescribeCasesCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DescribeCommunicationsRequest,
11
5
  DescribeCommunicationsResponse,
@@ -21,22 +15,16 @@ export interface DescribeCommunicationsCommandInput
21
15
  export interface DescribeCommunicationsCommandOutput
22
16
  extends DescribeCommunicationsResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeCommunicationsCommand extends $Command<
25
- DescribeCommunicationsCommandInput,
26
- DescribeCommunicationsCommandOutput,
27
- SupportClientResolvedConfig
28
- > {
29
- readonly input: DescribeCommunicationsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeCommunicationsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SupportClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeCommunicationsCommand_base: {
19
+ new (
20
+ input: DescribeCommunicationsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeCommunicationsCommandInput,
38
- DescribeCommunicationsCommandOutput
23
+ DescribeCommunicationsCommandOutput,
24
+ SupportClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeCommunicationsCommand extends DescribeCommunicationsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DescribeCreateCaseOptionsRequest,
11
5
  DescribeCreateCaseOptionsResponse,
@@ -21,22 +15,16 @@ export interface DescribeCreateCaseOptionsCommandInput
21
15
  export interface DescribeCreateCaseOptionsCommandOutput
22
16
  extends DescribeCreateCaseOptionsResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeCreateCaseOptionsCommand extends $Command<
25
- DescribeCreateCaseOptionsCommandInput,
26
- DescribeCreateCaseOptionsCommandOutput,
27
- SupportClientResolvedConfig
28
- > {
29
- readonly input: DescribeCreateCaseOptionsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeCreateCaseOptionsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SupportClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeCreateCaseOptionsCommand_base: {
19
+ new (
20
+ input: DescribeCreateCaseOptionsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeCreateCaseOptionsCommandInput,
38
- DescribeCreateCaseOptionsCommandOutput
23
+ DescribeCreateCaseOptionsCommandOutput,
24
+ SupportClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeCreateCaseOptionsCommand extends DescribeCreateCaseOptionsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DescribeServicesRequest,
11
5
  DescribeServicesResponse,
@@ -20,19 +14,16 @@ export interface DescribeServicesCommandInput extends DescribeServicesRequest {}
20
14
  export interface DescribeServicesCommandOutput
21
15
  extends DescribeServicesResponse,
22
16
  __MetadataBearer {}
23
- export declare class DescribeServicesCommand extends $Command<
24
- DescribeServicesCommandInput,
25
- DescribeServicesCommandOutput,
26
- SupportClientResolvedConfig
27
- > {
28
- readonly input: DescribeServicesCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: DescribeServicesCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: SupportClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<DescribeServicesCommandInput, DescribeServicesCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const DescribeServicesCommand_base: {
18
+ new (
19
+ input: DescribeServicesCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ DescribeServicesCommandInput,
22
+ DescribeServicesCommandOutput,
23
+ SupportClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class DescribeServicesCommand extends DescribeServicesCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DescribeSeverityLevelsRequest,
11
5
  DescribeSeverityLevelsResponse,
@@ -21,22 +15,16 @@ export interface DescribeSeverityLevelsCommandInput
21
15
  export interface DescribeSeverityLevelsCommandOutput
22
16
  extends DescribeSeverityLevelsResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeSeverityLevelsCommand extends $Command<
25
- DescribeSeverityLevelsCommandInput,
26
- DescribeSeverityLevelsCommandOutput,
27
- SupportClientResolvedConfig
28
- > {
29
- readonly input: DescribeSeverityLevelsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeSeverityLevelsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SupportClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeSeverityLevelsCommand_base: {
19
+ new (
20
+ input: DescribeSeverityLevelsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeSeverityLevelsCommandInput,
38
- DescribeSeverityLevelsCommandOutput
23
+ DescribeSeverityLevelsCommandOutput,
24
+ SupportClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeSeverityLevelsCommand extends DescribeSeverityLevelsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DescribeSupportedLanguagesRequest,
11
5
  DescribeSupportedLanguagesResponse,
@@ -21,22 +15,16 @@ export interface DescribeSupportedLanguagesCommandInput
21
15
  export interface DescribeSupportedLanguagesCommandOutput
22
16
  extends DescribeSupportedLanguagesResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeSupportedLanguagesCommand extends $Command<
25
- DescribeSupportedLanguagesCommandInput,
26
- DescribeSupportedLanguagesCommandOutput,
27
- SupportClientResolvedConfig
28
- > {
29
- readonly input: DescribeSupportedLanguagesCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeSupportedLanguagesCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SupportClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeSupportedLanguagesCommand_base: {
19
+ new (
20
+ input: DescribeSupportedLanguagesCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeSupportedLanguagesCommandInput,
38
- DescribeSupportedLanguagesCommandOutput
23
+ DescribeSupportedLanguagesCommandOutput,
24
+ SupportClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeSupportedLanguagesCommand extends DescribeSupportedLanguagesCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DescribeTrustedAdvisorCheckRefreshStatusesRequest,
11
5
  DescribeTrustedAdvisorCheckRefreshStatusesResponse,
@@ -21,22 +15,16 @@ export interface DescribeTrustedAdvisorCheckRefreshStatusesCommandInput
21
15
  export interface DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput
22
16
  extends DescribeTrustedAdvisorCheckRefreshStatusesResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeTrustedAdvisorCheckRefreshStatusesCommand extends $Command<
25
- DescribeTrustedAdvisorCheckRefreshStatusesCommandInput,
26
- DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput,
27
- SupportClientResolvedConfig
28
- > {
29
- readonly input: DescribeTrustedAdvisorCheckRefreshStatusesCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeTrustedAdvisorCheckRefreshStatusesCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SupportClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeTrustedAdvisorCheckRefreshStatusesCommand_base: {
19
+ new (
20
+ input: DescribeTrustedAdvisorCheckRefreshStatusesCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeTrustedAdvisorCheckRefreshStatusesCommandInput,
38
- DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput
23
+ DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput,
24
+ SupportClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeTrustedAdvisorCheckRefreshStatusesCommand extends DescribeTrustedAdvisorCheckRefreshStatusesCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DescribeTrustedAdvisorCheckResultRequest,
11
5
  DescribeTrustedAdvisorCheckResultResponse,
@@ -21,22 +15,16 @@ export interface DescribeTrustedAdvisorCheckResultCommandInput
21
15
  export interface DescribeTrustedAdvisorCheckResultCommandOutput
22
16
  extends DescribeTrustedAdvisorCheckResultResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeTrustedAdvisorCheckResultCommand extends $Command<
25
- DescribeTrustedAdvisorCheckResultCommandInput,
26
- DescribeTrustedAdvisorCheckResultCommandOutput,
27
- SupportClientResolvedConfig
28
- > {
29
- readonly input: DescribeTrustedAdvisorCheckResultCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeTrustedAdvisorCheckResultCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SupportClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeTrustedAdvisorCheckResultCommand_base: {
19
+ new (
20
+ input: DescribeTrustedAdvisorCheckResultCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeTrustedAdvisorCheckResultCommandInput,
38
- DescribeTrustedAdvisorCheckResultCommandOutput
23
+ DescribeTrustedAdvisorCheckResultCommandOutput,
24
+ SupportClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeTrustedAdvisorCheckResultCommand extends DescribeTrustedAdvisorCheckResultCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DescribeTrustedAdvisorCheckSummariesRequest,
11
5
  DescribeTrustedAdvisorCheckSummariesResponse,
@@ -21,22 +15,16 @@ export interface DescribeTrustedAdvisorCheckSummariesCommandInput
21
15
  export interface DescribeTrustedAdvisorCheckSummariesCommandOutput
22
16
  extends DescribeTrustedAdvisorCheckSummariesResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeTrustedAdvisorCheckSummariesCommand extends $Command<
25
- DescribeTrustedAdvisorCheckSummariesCommandInput,
26
- DescribeTrustedAdvisorCheckSummariesCommandOutput,
27
- SupportClientResolvedConfig
28
- > {
29
- readonly input: DescribeTrustedAdvisorCheckSummariesCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeTrustedAdvisorCheckSummariesCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SupportClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeTrustedAdvisorCheckSummariesCommand_base: {
19
+ new (
20
+ input: DescribeTrustedAdvisorCheckSummariesCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeTrustedAdvisorCheckSummariesCommandInput,
38
- DescribeTrustedAdvisorCheckSummariesCommandOutput
23
+ DescribeTrustedAdvisorCheckSummariesCommandOutput,
24
+ SupportClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeTrustedAdvisorCheckSummariesCommand extends DescribeTrustedAdvisorCheckSummariesCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DescribeTrustedAdvisorChecksRequest,
11
5
  DescribeTrustedAdvisorChecksResponse,
@@ -21,22 +15,16 @@ export interface DescribeTrustedAdvisorChecksCommandInput
21
15
  export interface DescribeTrustedAdvisorChecksCommandOutput
22
16
  extends DescribeTrustedAdvisorChecksResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeTrustedAdvisorChecksCommand extends $Command<
25
- DescribeTrustedAdvisorChecksCommandInput,
26
- DescribeTrustedAdvisorChecksCommandOutput,
27
- SupportClientResolvedConfig
28
- > {
29
- readonly input: DescribeTrustedAdvisorChecksCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeTrustedAdvisorChecksCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SupportClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeTrustedAdvisorChecksCommand_base: {
19
+ new (
20
+ input: DescribeTrustedAdvisorChecksCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeTrustedAdvisorChecksCommandInput,
38
- DescribeTrustedAdvisorChecksCommandOutput
23
+ DescribeTrustedAdvisorChecksCommandOutput,
24
+ SupportClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeTrustedAdvisorChecksCommand extends DescribeTrustedAdvisorChecksCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  RefreshTrustedAdvisorCheckRequest,
11
5
  RefreshTrustedAdvisorCheckResponse,
@@ -21,22 +15,16 @@ export interface RefreshTrustedAdvisorCheckCommandInput
21
15
  export interface RefreshTrustedAdvisorCheckCommandOutput
22
16
  extends RefreshTrustedAdvisorCheckResponse,
23
17
  __MetadataBearer {}
24
- export declare class RefreshTrustedAdvisorCheckCommand extends $Command<
25
- RefreshTrustedAdvisorCheckCommandInput,
26
- RefreshTrustedAdvisorCheckCommandOutput,
27
- SupportClientResolvedConfig
28
- > {
29
- readonly input: RefreshTrustedAdvisorCheckCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: RefreshTrustedAdvisorCheckCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SupportClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const RefreshTrustedAdvisorCheckCommand_base: {
19
+ new (
20
+ input: RefreshTrustedAdvisorCheckCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  RefreshTrustedAdvisorCheckCommandInput,
38
- RefreshTrustedAdvisorCheckCommandOutput
23
+ RefreshTrustedAdvisorCheckCommandOutput,
24
+ SupportClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class RefreshTrustedAdvisorCheckCommand extends RefreshTrustedAdvisorCheckCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { ResolveCaseRequest, ResolveCaseResponse } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface ResolveCaseCommandInput extends ResolveCaseRequest {}
17
11
  export interface ResolveCaseCommandOutput
18
12
  extends ResolveCaseResponse,
19
13
  __MetadataBearer {}
20
- export declare class ResolveCaseCommand extends $Command<
21
- ResolveCaseCommandInput,
22
- ResolveCaseCommandOutput,
23
- SupportClientResolvedConfig
24
- > {
25
- readonly input: ResolveCaseCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: ResolveCaseCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: SupportClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<ResolveCaseCommandInput, ResolveCaseCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const ResolveCaseCommand_base: {
15
+ new (
16
+ input: ResolveCaseCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ ResolveCaseCommandInput,
19
+ ResolveCaseCommandOutput,
20
+ SupportClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ResolveCaseCommand extends ResolveCaseCommand_base {}
@@ -25,6 +25,24 @@ export declare const resolveClientEndpointParameters: <T>(
25
25
  ClientInputEndpointParameters & {
26
26
  defaultSigningName: string;
27
27
  };
28
+ export declare const commonParams: {
29
+ readonly UseFIPS: {
30
+ readonly type: "builtInParams";
31
+ readonly name: "useFipsEndpoint";
32
+ };
33
+ readonly Endpoint: {
34
+ readonly type: "builtInParams";
35
+ readonly name: "endpoint";
36
+ };
37
+ readonly Region: {
38
+ readonly type: "builtInParams";
39
+ readonly name: "region";
40
+ };
41
+ readonly UseDualStack: {
42
+ readonly type: "builtInParams";
43
+ readonly name: "useDualstackEndpoint";
44
+ };
45
+ };
28
46
  export interface EndpointParameters extends __EndpointParameters {
29
47
  Region?: string;
30
48
  UseDualStack?: boolean;