@aws-sdk/client-support 3.477.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 (77) 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-cjs/pagination/DescribeCasesPaginator.js +2 -24
  19. package/dist-cjs/pagination/DescribeCommunicationsPaginator.js +2 -24
  20. package/dist-es/commands/AddAttachmentsToSetCommand.js +18 -41
  21. package/dist-es/commands/AddCommunicationToCaseCommand.js +18 -41
  22. package/dist-es/commands/CreateCaseCommand.js +18 -41
  23. package/dist-es/commands/DescribeAttachmentCommand.js +18 -41
  24. package/dist-es/commands/DescribeCasesCommand.js +18 -41
  25. package/dist-es/commands/DescribeCommunicationsCommand.js +18 -41
  26. package/dist-es/commands/DescribeCreateCaseOptionsCommand.js +18 -41
  27. package/dist-es/commands/DescribeServicesCommand.js +18 -41
  28. package/dist-es/commands/DescribeSeverityLevelsCommand.js +18 -41
  29. package/dist-es/commands/DescribeSupportedLanguagesCommand.js +18 -41
  30. package/dist-es/commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand.js +18 -41
  31. package/dist-es/commands/DescribeTrustedAdvisorCheckResultCommand.js +18 -41
  32. package/dist-es/commands/DescribeTrustedAdvisorCheckSummariesCommand.js +18 -41
  33. package/dist-es/commands/DescribeTrustedAdvisorChecksCommand.js +18 -41
  34. package/dist-es/commands/RefreshTrustedAdvisorCheckCommand.js +18 -41
  35. package/dist-es/commands/ResolveCaseCommand.js +18 -41
  36. package/dist-es/endpoint/EndpointParameters.js +6 -0
  37. package/dist-es/pagination/DescribeCasesPaginator.js +2 -23
  38. package/dist-es/pagination/DescribeCommunicationsPaginator.js +2 -23
  39. package/dist-types/commands/AddAttachmentsToSetCommand.d.ts +6 -21
  40. package/dist-types/commands/AddCommunicationToCaseCommand.d.ts +6 -21
  41. package/dist-types/commands/CreateCaseCommand.d.ts +6 -21
  42. package/dist-types/commands/DescribeAttachmentCommand.d.ts +6 -21
  43. package/dist-types/commands/DescribeCasesCommand.d.ts +6 -21
  44. package/dist-types/commands/DescribeCommunicationsCommand.d.ts +6 -21
  45. package/dist-types/commands/DescribeCreateCaseOptionsCommand.d.ts +6 -21
  46. package/dist-types/commands/DescribeServicesCommand.d.ts +6 -21
  47. package/dist-types/commands/DescribeSeverityLevelsCommand.d.ts +6 -21
  48. package/dist-types/commands/DescribeSupportedLanguagesCommand.d.ts +6 -21
  49. package/dist-types/commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand.d.ts +6 -21
  50. package/dist-types/commands/DescribeTrustedAdvisorCheckResultCommand.d.ts +6 -21
  51. package/dist-types/commands/DescribeTrustedAdvisorCheckSummariesCommand.d.ts +6 -21
  52. package/dist-types/commands/DescribeTrustedAdvisorChecksCommand.d.ts +6 -21
  53. package/dist-types/commands/RefreshTrustedAdvisorCheckCommand.d.ts +6 -21
  54. package/dist-types/commands/ResolveCaseCommand.d.ts +6 -21
  55. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  56. package/dist-types/pagination/DescribeCasesPaginator.d.ts +1 -1
  57. package/dist-types/pagination/DescribeCommunicationsPaginator.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/AddAttachmentsToSetCommand.d.ts +14 -23
  59. package/dist-types/ts3.4/commands/AddCommunicationToCaseCommand.d.ts +12 -24
  60. package/dist-types/ts3.4/commands/CreateCaseCommand.d.ts +14 -23
  61. package/dist-types/ts3.4/commands/DescribeAttachmentCommand.d.ts +14 -23
  62. package/dist-types/ts3.4/commands/DescribeCasesCommand.d.ts +14 -23
  63. package/dist-types/ts3.4/commands/DescribeCommunicationsCommand.d.ts +12 -24
  64. package/dist-types/ts3.4/commands/DescribeCreateCaseOptionsCommand.d.ts +12 -24
  65. package/dist-types/ts3.4/commands/DescribeServicesCommand.d.ts +14 -23
  66. package/dist-types/ts3.4/commands/DescribeSeverityLevelsCommand.d.ts +12 -24
  67. package/dist-types/ts3.4/commands/DescribeSupportedLanguagesCommand.d.ts +12 -24
  68. package/dist-types/ts3.4/commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand.d.ts +12 -24
  69. package/dist-types/ts3.4/commands/DescribeTrustedAdvisorCheckResultCommand.d.ts +12 -24
  70. package/dist-types/ts3.4/commands/DescribeTrustedAdvisorCheckSummariesCommand.d.ts +12 -24
  71. package/dist-types/ts3.4/commands/DescribeTrustedAdvisorChecksCommand.d.ts +12 -24
  72. package/dist-types/ts3.4/commands/RefreshTrustedAdvisorCheckCommand.d.ts +12 -24
  73. package/dist-types/ts3.4/commands/ResolveCaseCommand.d.ts +14 -23
  74. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  75. package/dist-types/ts3.4/pagination/DescribeCasesPaginator.d.ts +3 -3
  76. package/dist-types/ts3.4/pagination/DescribeCommunicationsPaginator.d.ts +3 -3
  77. package/package.json +11 -10
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DescribeCasesRequest, DescribeCasesResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeCasesCommandInput extends DescribeCasesRequest {
21
20
  */
22
21
  export interface DescribeCasesCommandOutput extends DescribeCasesResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeCasesCommand_base: {
24
+ new (input: DescribeCasesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCasesCommandInput, DescribeCasesCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of cases that you specify by passing one or more case IDs. You can use
@@ -131,23 +134,5 @@ export interface DescribeCasesCommandOutput extends DescribeCasesResponse, __Met
131
134
  * <p>Base exception class for all service exceptions from Support service.</p>
132
135
  *
133
136
  */
134
- export declare class DescribeCasesCommand extends $Command<DescribeCasesCommandInput, DescribeCasesCommandOutput, SupportClientResolvedConfig> {
135
- readonly input: DescribeCasesCommandInput;
136
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
137
- /**
138
- * @public
139
- */
140
- constructor(input: DescribeCasesCommandInput);
141
- /**
142
- * @internal
143
- */
144
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SupportClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeCasesCommandInput, DescribeCasesCommandOutput>;
145
- /**
146
- * @internal
147
- */
148
- private serialize;
149
- /**
150
- * @internal
151
- */
152
- private deserialize;
137
+ export declare class DescribeCasesCommand extends DescribeCasesCommand_base {
153
138
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DescribeCommunicationsRequest, DescribeCommunicationsResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeCommunicationsCommandInput extends DescribeCommunicatio
21
20
  */
22
21
  export interface DescribeCommunicationsCommandOutput extends DescribeCommunicationsResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeCommunicationsCommand_base: {
24
+ new (input: DescribeCommunicationsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCommunicationsCommandInput, DescribeCommunicationsCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns communications and attachments for one or more support cases. Use the
@@ -98,23 +101,5 @@ export interface DescribeCommunicationsCommandOutput extends DescribeCommunicati
98
101
  * <p>Base exception class for all service exceptions from Support service.</p>
99
102
  *
100
103
  */
101
- export declare class DescribeCommunicationsCommand extends $Command<DescribeCommunicationsCommandInput, DescribeCommunicationsCommandOutput, SupportClientResolvedConfig> {
102
- readonly input: DescribeCommunicationsCommandInput;
103
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
104
- /**
105
- * @public
106
- */
107
- constructor(input: DescribeCommunicationsCommandInput);
108
- /**
109
- * @internal
110
- */
111
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SupportClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeCommunicationsCommandInput, DescribeCommunicationsCommandOutput>;
112
- /**
113
- * @internal
114
- */
115
- private serialize;
116
- /**
117
- * @internal
118
- */
119
- private deserialize;
104
+ export declare class DescribeCommunicationsCommand extends DescribeCommunicationsCommand_base {
120
105
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DescribeCreateCaseOptionsRequest, DescribeCreateCaseOptionsResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeCreateCaseOptionsCommandInput extends DescribeCreateCas
21
20
  */
22
21
  export interface DescribeCreateCaseOptionsCommandOutput extends DescribeCreateCaseOptionsResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeCreateCaseOptionsCommand_base: {
24
+ new (input: DescribeCreateCaseOptionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCreateCaseOptionsCommandInput, DescribeCreateCaseOptionsCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of CreateCaseOption types along with the
@@ -96,23 +99,5 @@ export interface DescribeCreateCaseOptionsCommandOutput extends DescribeCreateCa
96
99
  * <p>Base exception class for all service exceptions from Support service.</p>
97
100
  *
98
101
  */
99
- export declare class DescribeCreateCaseOptionsCommand extends $Command<DescribeCreateCaseOptionsCommandInput, DescribeCreateCaseOptionsCommandOutput, SupportClientResolvedConfig> {
100
- readonly input: DescribeCreateCaseOptionsCommandInput;
101
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
102
- /**
103
- * @public
104
- */
105
- constructor(input: DescribeCreateCaseOptionsCommandInput);
106
- /**
107
- * @internal
108
- */
109
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SupportClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeCreateCaseOptionsCommandInput, DescribeCreateCaseOptionsCommandOutput>;
110
- /**
111
- * @internal
112
- */
113
- private serialize;
114
- /**
115
- * @internal
116
- */
117
- private deserialize;
102
+ export declare class DescribeCreateCaseOptionsCommand extends DescribeCreateCaseOptionsCommand_base {
118
103
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DescribeServicesRequest, DescribeServicesResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeServicesCommandInput extends DescribeServicesRequest {
21
20
  */
22
21
  export interface DescribeServicesCommandOutput extends DescribeServicesResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeServicesCommand_base: {
24
+ new (input: DescribeServicesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeServicesCommandInput, DescribeServicesCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns the current list of Amazon Web Services services and a list of service categories for each
@@ -90,23 +93,5 @@ export interface DescribeServicesCommandOutput extends DescribeServicesResponse,
90
93
  * <p>Base exception class for all service exceptions from Support service.</p>
91
94
  *
92
95
  */
93
- export declare class DescribeServicesCommand extends $Command<DescribeServicesCommandInput, DescribeServicesCommandOutput, SupportClientResolvedConfig> {
94
- readonly input: DescribeServicesCommandInput;
95
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
96
- /**
97
- * @public
98
- */
99
- constructor(input: DescribeServicesCommandInput);
100
- /**
101
- * @internal
102
- */
103
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SupportClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeServicesCommandInput, DescribeServicesCommandOutput>;
104
- /**
105
- * @internal
106
- */
107
- private serialize;
108
- /**
109
- * @internal
110
- */
111
- private deserialize;
96
+ export declare class DescribeServicesCommand extends DescribeServicesCommand_base {
112
97
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DescribeSeverityLevelsRequest, DescribeSeverityLevelsResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeSeverityLevelsCommandInput extends DescribeSeverityLeve
21
20
  */
22
21
  export interface DescribeSeverityLevelsCommandOutput extends DescribeSeverityLevelsResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeSeverityLevelsCommand_base: {
24
+ new (input: DescribeSeverityLevelsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSeverityLevelsCommandInput, DescribeSeverityLevelsCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns the list of severity levels that you can assign to a support case. The
@@ -75,23 +78,5 @@ export interface DescribeSeverityLevelsCommandOutput extends DescribeSeverityLev
75
78
  * <p>Base exception class for all service exceptions from Support service.</p>
76
79
  *
77
80
  */
78
- export declare class DescribeSeverityLevelsCommand extends $Command<DescribeSeverityLevelsCommandInput, DescribeSeverityLevelsCommandOutput, SupportClientResolvedConfig> {
79
- readonly input: DescribeSeverityLevelsCommandInput;
80
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
- /**
82
- * @public
83
- */
84
- constructor(input: DescribeSeverityLevelsCommandInput);
85
- /**
86
- * @internal
87
- */
88
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SupportClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSeverityLevelsCommandInput, DescribeSeverityLevelsCommandOutput>;
89
- /**
90
- * @internal
91
- */
92
- private serialize;
93
- /**
94
- * @internal
95
- */
96
- private deserialize;
81
+ export declare class DescribeSeverityLevelsCommand extends DescribeSeverityLevelsCommand_base {
97
82
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DescribeSupportedLanguagesRequest, DescribeSupportedLanguagesResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeSupportedLanguagesCommandInput extends DescribeSupporte
21
20
  */
22
21
  export interface DescribeSupportedLanguagesCommandOutput extends DescribeSupportedLanguagesResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeSupportedLanguagesCommand_base: {
24
+ new (input: DescribeSupportedLanguagesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSupportedLanguagesCommandInput, DescribeSupportedLanguagesCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of supported languages for a specified <code>categoryCode</code>,
@@ -83,23 +86,5 @@ export interface DescribeSupportedLanguagesCommandOutput extends DescribeSupport
83
86
  * <p>Base exception class for all service exceptions from Support service.</p>
84
87
  *
85
88
  */
86
- export declare class DescribeSupportedLanguagesCommand extends $Command<DescribeSupportedLanguagesCommandInput, DescribeSupportedLanguagesCommandOutput, SupportClientResolvedConfig> {
87
- readonly input: DescribeSupportedLanguagesCommandInput;
88
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
89
- /**
90
- * @public
91
- */
92
- constructor(input: DescribeSupportedLanguagesCommandInput);
93
- /**
94
- * @internal
95
- */
96
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SupportClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSupportedLanguagesCommandInput, DescribeSupportedLanguagesCommandOutput>;
97
- /**
98
- * @internal
99
- */
100
- private serialize;
101
- /**
102
- * @internal
103
- */
104
- private deserialize;
89
+ export declare class DescribeSupportedLanguagesCommand extends DescribeSupportedLanguagesCommand_base {
105
90
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DescribeTrustedAdvisorCheckRefreshStatusesRequest, DescribeTrustedAdvisorCheckRefreshStatusesResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeTrustedAdvisorCheckRefreshStatusesCommandInput extends
21
20
  */
22
21
  export interface DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput extends DescribeTrustedAdvisorCheckRefreshStatusesResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeTrustedAdvisorCheckRefreshStatusesCommand_base: {
24
+ new (input: DescribeTrustedAdvisorCheckRefreshStatusesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTrustedAdvisorCheckRefreshStatusesCommandInput, DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns the refresh status of the Trusted Advisor checks that have the specified check
@@ -90,23 +93,5 @@ export interface DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput extends
90
93
  * <p>Base exception class for all service exceptions from Support service.</p>
91
94
  *
92
95
  */
93
- export declare class DescribeTrustedAdvisorCheckRefreshStatusesCommand extends $Command<DescribeTrustedAdvisorCheckRefreshStatusesCommandInput, DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput, SupportClientResolvedConfig> {
94
- readonly input: DescribeTrustedAdvisorCheckRefreshStatusesCommandInput;
95
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
96
- /**
97
- * @public
98
- */
99
- constructor(input: DescribeTrustedAdvisorCheckRefreshStatusesCommandInput);
100
- /**
101
- * @internal
102
- */
103
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SupportClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTrustedAdvisorCheckRefreshStatusesCommandInput, DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput>;
104
- /**
105
- * @internal
106
- */
107
- private serialize;
108
- /**
109
- * @internal
110
- */
111
- private deserialize;
96
+ export declare class DescribeTrustedAdvisorCheckRefreshStatusesCommand extends DescribeTrustedAdvisorCheckRefreshStatusesCommand_base {
112
97
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DescribeTrustedAdvisorCheckResultRequest, DescribeTrustedAdvisorCheckResultResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeTrustedAdvisorCheckResultCommandInput extends DescribeT
21
20
  */
22
21
  export interface DescribeTrustedAdvisorCheckResultCommandOutput extends DescribeTrustedAdvisorCheckResultResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeTrustedAdvisorCheckResultCommand_base: {
24
+ new (input: DescribeTrustedAdvisorCheckResultCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTrustedAdvisorCheckResultCommandInput, DescribeTrustedAdvisorCheckResultCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns the results of the Trusted Advisor check that has the specified check ID. You
@@ -145,23 +148,5 @@ export interface DescribeTrustedAdvisorCheckResultCommandOutput extends Describe
145
148
  * <p>Base exception class for all service exceptions from Support service.</p>
146
149
  *
147
150
  */
148
- export declare class DescribeTrustedAdvisorCheckResultCommand extends $Command<DescribeTrustedAdvisorCheckResultCommandInput, DescribeTrustedAdvisorCheckResultCommandOutput, SupportClientResolvedConfig> {
149
- readonly input: DescribeTrustedAdvisorCheckResultCommandInput;
150
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
151
- /**
152
- * @public
153
- */
154
- constructor(input: DescribeTrustedAdvisorCheckResultCommandInput);
155
- /**
156
- * @internal
157
- */
158
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SupportClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTrustedAdvisorCheckResultCommandInput, DescribeTrustedAdvisorCheckResultCommandOutput>;
159
- /**
160
- * @internal
161
- */
162
- private serialize;
163
- /**
164
- * @internal
165
- */
166
- private deserialize;
151
+ export declare class DescribeTrustedAdvisorCheckResultCommand extends DescribeTrustedAdvisorCheckResultCommand_base {
167
152
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DescribeTrustedAdvisorCheckSummariesRequest, DescribeTrustedAdvisorCheckSummariesResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeTrustedAdvisorCheckSummariesCommandInput extends Descri
21
20
  */
22
21
  export interface DescribeTrustedAdvisorCheckSummariesCommandOutput extends DescribeTrustedAdvisorCheckSummariesResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeTrustedAdvisorCheckSummariesCommand_base: {
24
+ new (input: DescribeTrustedAdvisorCheckSummariesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTrustedAdvisorCheckSummariesCommandInput, DescribeTrustedAdvisorCheckSummariesCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns the results for the Trusted Advisor check summaries for the check IDs that you
@@ -101,23 +104,5 @@ export interface DescribeTrustedAdvisorCheckSummariesCommandOutput extends Descr
101
104
  * <p>Base exception class for all service exceptions from Support service.</p>
102
105
  *
103
106
  */
104
- export declare class DescribeTrustedAdvisorCheckSummariesCommand extends $Command<DescribeTrustedAdvisorCheckSummariesCommandInput, DescribeTrustedAdvisorCheckSummariesCommandOutput, SupportClientResolvedConfig> {
105
- readonly input: DescribeTrustedAdvisorCheckSummariesCommandInput;
106
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
107
- /**
108
- * @public
109
- */
110
- constructor(input: DescribeTrustedAdvisorCheckSummariesCommandInput);
111
- /**
112
- * @internal
113
- */
114
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SupportClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTrustedAdvisorCheckSummariesCommandInput, DescribeTrustedAdvisorCheckSummariesCommandOutput>;
115
- /**
116
- * @internal
117
- */
118
- private serialize;
119
- /**
120
- * @internal
121
- */
122
- private deserialize;
107
+ export declare class DescribeTrustedAdvisorCheckSummariesCommand extends DescribeTrustedAdvisorCheckSummariesCommand_base {
123
108
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DescribeTrustedAdvisorChecksRequest, DescribeTrustedAdvisorChecksResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeTrustedAdvisorChecksCommandInput extends DescribeTruste
21
20
  */
22
21
  export interface DescribeTrustedAdvisorChecksCommandOutput extends DescribeTrustedAdvisorChecksResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeTrustedAdvisorChecksCommand_base: {
24
+ new (input: DescribeTrustedAdvisorChecksCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTrustedAdvisorChecksCommandInput, DescribeTrustedAdvisorChecksCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns information about all available Trusted Advisor checks, including the name, ID,
@@ -94,23 +97,5 @@ export interface DescribeTrustedAdvisorChecksCommandOutput extends DescribeTrust
94
97
  * <p>Base exception class for all service exceptions from Support service.</p>
95
98
  *
96
99
  */
97
- export declare class DescribeTrustedAdvisorChecksCommand extends $Command<DescribeTrustedAdvisorChecksCommandInput, DescribeTrustedAdvisorChecksCommandOutput, SupportClientResolvedConfig> {
98
- readonly input: DescribeTrustedAdvisorChecksCommandInput;
99
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
100
- /**
101
- * @public
102
- */
103
- constructor(input: DescribeTrustedAdvisorChecksCommandInput);
104
- /**
105
- * @internal
106
- */
107
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SupportClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTrustedAdvisorChecksCommandInput, DescribeTrustedAdvisorChecksCommandOutput>;
108
- /**
109
- * @internal
110
- */
111
- private serialize;
112
- /**
113
- * @internal
114
- */
115
- private deserialize;
100
+ export declare class DescribeTrustedAdvisorChecksCommand extends DescribeTrustedAdvisorChecksCommand_base {
116
101
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { RefreshTrustedAdvisorCheckRequest, RefreshTrustedAdvisorCheckResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RefreshTrustedAdvisorCheckCommandInput extends RefreshTrustedAd
21
20
  */
22
21
  export interface RefreshTrustedAdvisorCheckCommandOutput extends RefreshTrustedAdvisorCheckResponse, __MetadataBearer {
23
22
  }
23
+ declare const RefreshTrustedAdvisorCheckCommand_base: {
24
+ new (input: RefreshTrustedAdvisorCheckCommandInput): import("@smithy/smithy-client").CommandImpl<RefreshTrustedAdvisorCheckCommandInput, RefreshTrustedAdvisorCheckCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Refreshes the Trusted Advisor check that you specify using the check ID. You can get the
@@ -83,23 +86,5 @@ export interface RefreshTrustedAdvisorCheckCommandOutput extends RefreshTrustedA
83
86
  * <p>Base exception class for all service exceptions from Support service.</p>
84
87
  *
85
88
  */
86
- export declare class RefreshTrustedAdvisorCheckCommand extends $Command<RefreshTrustedAdvisorCheckCommandInput, RefreshTrustedAdvisorCheckCommandOutput, SupportClientResolvedConfig> {
87
- readonly input: RefreshTrustedAdvisorCheckCommandInput;
88
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
89
- /**
90
- * @public
91
- */
92
- constructor(input: RefreshTrustedAdvisorCheckCommandInput);
93
- /**
94
- * @internal
95
- */
96
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SupportClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RefreshTrustedAdvisorCheckCommandInput, RefreshTrustedAdvisorCheckCommandOutput>;
97
- /**
98
- * @internal
99
- */
100
- private serialize;
101
- /**
102
- * @internal
103
- */
104
- private deserialize;
89
+ export declare class RefreshTrustedAdvisorCheckCommand extends RefreshTrustedAdvisorCheckCommand_base {
105
90
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ResolveCaseRequest, ResolveCaseResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ResolveCaseCommandInput extends ResolveCaseRequest {
21
20
  */
22
21
  export interface ResolveCaseCommandOutput extends ResolveCaseResponse, __MetadataBearer {
23
22
  }
23
+ declare const ResolveCaseCommand_base: {
24
+ new (input: ResolveCaseCommandInput): import("@smithy/smithy-client").CommandImpl<ResolveCaseCommandInput, ResolveCaseCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Resolves a support case. This operation takes a <code>caseId</code> and returns the
@@ -73,23 +76,5 @@ export interface ResolveCaseCommandOutput extends ResolveCaseResponse, __Metadat
73
76
  * <p>Base exception class for all service exceptions from Support service.</p>
74
77
  *
75
78
  */
76
- export declare class ResolveCaseCommand extends $Command<ResolveCaseCommandInput, ResolveCaseCommandOutput, SupportClientResolvedConfig> {
77
- readonly input: ResolveCaseCommandInput;
78
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
- /**
80
- * @public
81
- */
82
- constructor(input: ResolveCaseCommandInput);
83
- /**
84
- * @internal
85
- */
86
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SupportClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ResolveCaseCommandInput, ResolveCaseCommandOutput>;
87
- /**
88
- * @internal
89
- */
90
- private serialize;
91
- /**
92
- * @internal
93
- */
94
- private deserialize;
79
+ export declare class ResolveCaseCommand extends ResolveCaseCommand_base {
95
80
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -4,4 +4,4 @@ import { SupportPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateDescribeCases(config: SupportPaginationConfiguration, input: DescribeCasesCommandInput, ...additionalArguments: any): Paginator<DescribeCasesCommandOutput>;
7
+ export declare const paginateDescribeCases: (config: SupportPaginationConfiguration, input: DescribeCasesCommandInput, ...rest: any[]) => Paginator<DescribeCasesCommandOutput>;
@@ -4,4 +4,4 @@ import { SupportPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateDescribeCommunications(config: SupportPaginationConfiguration, input: DescribeCommunicationsCommandInput, ...additionalArguments: any): Paginator<DescribeCommunicationsCommandOutput>;
7
+ export declare const paginateDescribeCommunications: (config: SupportPaginationConfiguration, input: DescribeCommunicationsCommandInput, ...rest: any[]) => Paginator<DescribeCommunicationsCommandOutput>;
@@ -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
  AddAttachmentsToSetRequest,
11
5
  AddAttachmentsToSetResponse,
@@ -21,19 +15,16 @@ export interface AddAttachmentsToSetCommandInput
21
15
  export interface AddAttachmentsToSetCommandOutput
22
16
  extends AddAttachmentsToSetResponse,
23
17
  __MetadataBearer {}
24
- export declare class AddAttachmentsToSetCommand extends $Command<
25
- AddAttachmentsToSetCommandInput,
26
- AddAttachmentsToSetCommandOutput,
27
- SupportClientResolvedConfig
28
- > {
29
- readonly input: AddAttachmentsToSetCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: AddAttachmentsToSetCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SupportClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<AddAttachmentsToSetCommandInput, AddAttachmentsToSetCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const AddAttachmentsToSetCommand_base: {
19
+ new (
20
+ input: AddAttachmentsToSetCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ AddAttachmentsToSetCommandInput,
23
+ AddAttachmentsToSetCommandOutput,
24
+ SupportClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class AddAttachmentsToSetCommand extends AddAttachmentsToSetCommand_base {}