@aws-sdk/client-support 3.529.1 → 3.535.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.
- package/dist-types/Support.d.ts +5 -1
- package/dist-types/SupportClient.d.ts +1 -1
- package/dist-types/commands/AddAttachmentsToSetCommand.d.ts +3 -2
- package/dist-types/commands/AddCommunicationToCaseCommand.d.ts +2 -1
- package/dist-types/commands/CreateCaseCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAttachmentCommand.d.ts +3 -2
- package/dist-types/commands/DescribeCasesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCommunicationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCreateCaseOptionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeServicesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSeverityLevelsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSupportedLanguagesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTrustedAdvisorCheckResultCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTrustedAdvisorCheckSummariesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTrustedAdvisorChecksCommand.d.ts +2 -1
- package/dist-types/commands/RefreshTrustedAdvisorCheckCommand.d.ts +2 -1
- package/dist-types/commands/ResolveCaseCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +186 -186
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/dist-types/ts3.4/Support.d.ts +4 -0
- package/dist-types/ts3.4/commands/AddAttachmentsToSetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AddCommunicationToCaseCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateCaseCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAttachmentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeCasesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeCommunicationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeCreateCaseOptionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeServicesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeSeverityLevelsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeSupportedLanguagesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTrustedAdvisorCheckResultCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTrustedAdvisorCheckSummariesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTrustedAdvisorChecksCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RefreshTrustedAdvisorCheckCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ResolveCaseCommand.d.ts +9 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/package.json +40 -40
package/dist-types/Support.d.ts
CHANGED
|
@@ -44,6 +44,7 @@ export interface Support {
|
|
|
44
44
|
/**
|
|
45
45
|
* @see {@link DescribeCasesCommand}
|
|
46
46
|
*/
|
|
47
|
+
describeCases(): Promise<DescribeCasesCommandOutput>;
|
|
47
48
|
describeCases(args: DescribeCasesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCasesCommandOutput>;
|
|
48
49
|
describeCases(args: DescribeCasesCommandInput, cb: (err: any, data?: DescribeCasesCommandOutput) => void): void;
|
|
49
50
|
describeCases(args: DescribeCasesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCasesCommandOutput) => void): void;
|
|
@@ -62,12 +63,14 @@ export interface Support {
|
|
|
62
63
|
/**
|
|
63
64
|
* @see {@link DescribeServicesCommand}
|
|
64
65
|
*/
|
|
66
|
+
describeServices(): Promise<DescribeServicesCommandOutput>;
|
|
65
67
|
describeServices(args: DescribeServicesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeServicesCommandOutput>;
|
|
66
68
|
describeServices(args: DescribeServicesCommandInput, cb: (err: any, data?: DescribeServicesCommandOutput) => void): void;
|
|
67
69
|
describeServices(args: DescribeServicesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeServicesCommandOutput) => void): void;
|
|
68
70
|
/**
|
|
69
71
|
* @see {@link DescribeSeverityLevelsCommand}
|
|
70
72
|
*/
|
|
73
|
+
describeSeverityLevels(): Promise<DescribeSeverityLevelsCommandOutput>;
|
|
71
74
|
describeSeverityLevels(args: DescribeSeverityLevelsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSeverityLevelsCommandOutput>;
|
|
72
75
|
describeSeverityLevels(args: DescribeSeverityLevelsCommandInput, cb: (err: any, data?: DescribeSeverityLevelsCommandOutput) => void): void;
|
|
73
76
|
describeSeverityLevels(args: DescribeSeverityLevelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSeverityLevelsCommandOutput) => void): void;
|
|
@@ -110,12 +113,12 @@ export interface Support {
|
|
|
110
113
|
/**
|
|
111
114
|
* @see {@link ResolveCaseCommand}
|
|
112
115
|
*/
|
|
116
|
+
resolveCase(): Promise<ResolveCaseCommandOutput>;
|
|
113
117
|
resolveCase(args: ResolveCaseCommandInput, options?: __HttpHandlerOptions): Promise<ResolveCaseCommandOutput>;
|
|
114
118
|
resolveCase(args: ResolveCaseCommandInput, cb: (err: any, data?: ResolveCaseCommandOutput) => void): void;
|
|
115
119
|
resolveCase(args: ResolveCaseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ResolveCaseCommandOutput) => void): void;
|
|
116
120
|
}
|
|
117
121
|
/**
|
|
118
|
-
* @public
|
|
119
122
|
* <fullname>Amazon Web Services Support</fullname>
|
|
120
123
|
* <p>The <i>Amazon Web Services Support API Reference</i> is intended for programmers who need detailed
|
|
121
124
|
* information about the Amazon Web Services Support operations and data types. You can use the API to manage
|
|
@@ -160,6 +163,7 @@ export interface Support {
|
|
|
160
163
|
* Process</a>.</p>
|
|
161
164
|
* <p>For more information about this service and the endpoints to use, see <a href="https://docs.aws.amazon.com/awssupport/latest/user/about-support-api.html">About the
|
|
162
165
|
* Amazon Web Services Support API</a> in the <i>Amazon Web Services Support User Guide</i>.</p>
|
|
166
|
+
* @public
|
|
163
167
|
*/
|
|
164
168
|
export declare class Support extends SupportClient implements Support {
|
|
165
169
|
}
|
|
@@ -167,7 +167,6 @@ export type SupportClientResolvedConfigType = __SmithyResolvedConfiguration<__Ht
|
|
|
167
167
|
export interface SupportClientResolvedConfig extends SupportClientResolvedConfigType {
|
|
168
168
|
}
|
|
169
169
|
/**
|
|
170
|
-
* @public
|
|
171
170
|
* <fullname>Amazon Web Services Support</fullname>
|
|
172
171
|
* <p>The <i>Amazon Web Services Support API Reference</i> is intended for programmers who need detailed
|
|
173
172
|
* information about the Amazon Web Services Support operations and data types. You can use the API to manage
|
|
@@ -212,6 +211,7 @@ export interface SupportClientResolvedConfig extends SupportClientResolvedConfig
|
|
|
212
211
|
* Process</a>.</p>
|
|
213
212
|
* <p>For more information about this service and the endpoints to use, see <a href="https://docs.aws.amazon.com/awssupport/latest/user/about-support-api.html">About the
|
|
214
213
|
* Amazon Web Services Support API</a> in the <i>Amazon Web Services Support User Guide</i>.</p>
|
|
214
|
+
* @public
|
|
215
215
|
*/
|
|
216
216
|
export declare class SupportClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig> {
|
|
217
217
|
/**
|
|
@@ -22,10 +22,10 @@ export interface AddAttachmentsToSetCommandOutput extends AddAttachmentsToSetRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const AddAttachmentsToSetCommand_base: {
|
|
24
24
|
new (input: AddAttachmentsToSetCommandInput): import("@smithy/smithy-client").CommandImpl<AddAttachmentsToSetCommandInput, AddAttachmentsToSetCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: AddAttachmentsToSetCommandInput): import("@smithy/smithy-client").CommandImpl<AddAttachmentsToSetCommandInput, AddAttachmentsToSetCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Adds one or more attachments to an attachment set. </p>
|
|
30
30
|
* <p>An attachment set is a temporary container for attachments that you add to a case or
|
|
31
31
|
* case communication. The set is available for 1 hour after it's created. The
|
|
@@ -55,7 +55,7 @@ declare const AddAttachmentsToSetCommand_base: {
|
|
|
55
55
|
* attachments: [ // Attachments // required
|
|
56
56
|
* { // Attachment
|
|
57
57
|
* fileName: "STRING_VALUE",
|
|
58
|
-
* data: "
|
|
58
|
+
* data: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
|
|
59
59
|
* },
|
|
60
60
|
* ],
|
|
61
61
|
* };
|
|
@@ -95,6 +95,7 @@ declare const AddAttachmentsToSetCommand_base: {
|
|
|
95
95
|
* @throws {@link SupportServiceException}
|
|
96
96
|
* <p>Base exception class for all service exceptions from Support service.</p>
|
|
97
97
|
*
|
|
98
|
+
* @public
|
|
98
99
|
*/
|
|
99
100
|
export declare class AddAttachmentsToSetCommand extends AddAttachmentsToSetCommand_base {
|
|
100
101
|
}
|
|
@@ -22,10 +22,10 @@ export interface AddCommunicationToCaseCommandOutput extends AddCommunicationToC
|
|
|
22
22
|
}
|
|
23
23
|
declare const AddCommunicationToCaseCommand_base: {
|
|
24
24
|
new (input: AddCommunicationToCaseCommandInput): import("@smithy/smithy-client").CommandImpl<AddCommunicationToCaseCommandInput, AddCommunicationToCaseCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: AddCommunicationToCaseCommandInput): import("@smithy/smithy-client").CommandImpl<AddCommunicationToCaseCommandInput, AddCommunicationToCaseCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Adds additional customer communication to an Amazon Web Services Support case. Use the <code>caseId</code>
|
|
30
30
|
* parameter to identify the case to which to add communication. You can list a set of
|
|
31
31
|
* email addresses to copy on the communication by using the <code>ccEmailAddresses</code>
|
|
@@ -89,6 +89,7 @@ declare const AddCommunicationToCaseCommand_base: {
|
|
|
89
89
|
* @throws {@link SupportServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from Support service.</p>
|
|
91
91
|
*
|
|
92
|
+
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class AddCommunicationToCaseCommand extends AddCommunicationToCaseCommand_base {
|
|
94
95
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateCaseCommandOutput extends CreateCaseResponse, __MetadataB
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateCaseCommand_base: {
|
|
24
24
|
new (input: CreateCaseCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCaseCommandInput, CreateCaseCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateCaseCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCaseCommandInput, CreateCaseCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a case in the Amazon Web Services Support Center. This operation is similar to how you create a case
|
|
30
30
|
* in the Amazon Web Services Support Center <a href="https://console.aws.amazon.com/support/home#/case/create">Create
|
|
31
31
|
* Case</a> page.</p>
|
|
@@ -108,6 +108,7 @@ declare const CreateCaseCommand_base: {
|
|
|
108
108
|
* @throws {@link SupportServiceException}
|
|
109
109
|
* <p>Base exception class for all service exceptions from Support service.</p>
|
|
110
110
|
*
|
|
111
|
+
* @public
|
|
111
112
|
*/
|
|
112
113
|
export declare class CreateCaseCommand extends CreateCaseCommand_base {
|
|
113
114
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeAttachmentCommandOutput extends DescribeAttachmentRespo
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeAttachmentCommand_base: {
|
|
24
24
|
new (input: DescribeAttachmentCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAttachmentCommandInput, DescribeAttachmentCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeAttachmentCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAttachmentCommandInput, DescribeAttachmentCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the attachment that has the specified ID. Attachments can include screenshots,
|
|
30
30
|
* error logs, or other files that describe your issue. Attachment IDs are generated by the
|
|
31
31
|
* case management system when you add an attachment to a case or case communication.
|
|
@@ -59,7 +59,7 @@ declare const DescribeAttachmentCommand_base: {
|
|
|
59
59
|
* // { // DescribeAttachmentResponse
|
|
60
60
|
* // attachment: { // Attachment
|
|
61
61
|
* // fileName: "STRING_VALUE",
|
|
62
|
-
* // data:
|
|
62
|
+
* // data: new Uint8Array(),
|
|
63
63
|
* // },
|
|
64
64
|
* // };
|
|
65
65
|
*
|
|
@@ -84,6 +84,7 @@ declare const DescribeAttachmentCommand_base: {
|
|
|
84
84
|
* @throws {@link SupportServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from Support service.</p>
|
|
86
86
|
*
|
|
87
|
+
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class DescribeAttachmentCommand extends DescribeAttachmentCommand_base {
|
|
89
90
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeCasesCommandOutput extends DescribeCasesResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeCasesCommand_base: {
|
|
24
24
|
new (input: DescribeCasesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCasesCommandInput, DescribeCasesCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeCasesCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeCasesCommandInput, DescribeCasesCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of cases that you specify by passing one or more case IDs. You can use
|
|
30
30
|
* the <code>afterTime</code> and <code>beforeTime</code> parameters to filter the cases by
|
|
31
31
|
* date. You can set values for the <code>includeResolvedCases</code> and
|
|
@@ -133,6 +133,7 @@ declare const DescribeCasesCommand_base: {
|
|
|
133
133
|
* @throws {@link SupportServiceException}
|
|
134
134
|
* <p>Base exception class for all service exceptions from Support service.</p>
|
|
135
135
|
*
|
|
136
|
+
* @public
|
|
136
137
|
*/
|
|
137
138
|
export declare class DescribeCasesCommand extends DescribeCasesCommand_base {
|
|
138
139
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeCommunicationsCommandOutput extends DescribeCommunicati
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeCommunicationsCommand_base: {
|
|
24
24
|
new (input: DescribeCommunicationsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCommunicationsCommandInput, DescribeCommunicationsCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeCommunicationsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCommunicationsCommandInput, DescribeCommunicationsCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns communications and attachments for one or more support cases. Use the
|
|
30
30
|
* <code>afterTime</code> and <code>beforeTime</code> parameters to filter by date. You
|
|
31
31
|
* can use the <code>caseId</code> parameter to restrict the results to a specific
|
|
@@ -100,6 +100,7 @@ declare const DescribeCommunicationsCommand_base: {
|
|
|
100
100
|
* @throws {@link SupportServiceException}
|
|
101
101
|
* <p>Base exception class for all service exceptions from Support service.</p>
|
|
102
102
|
*
|
|
103
|
+
* @public
|
|
103
104
|
*/
|
|
104
105
|
export declare class DescribeCommunicationsCommand extends DescribeCommunicationsCommand_base {
|
|
105
106
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeCreateCaseOptionsCommandOutput extends DescribeCreateCa
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeCreateCaseOptionsCommand_base: {
|
|
24
24
|
new (input: DescribeCreateCaseOptionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCreateCaseOptionsCommandInput, DescribeCreateCaseOptionsCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeCreateCaseOptionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCreateCaseOptionsCommandInput, DescribeCreateCaseOptionsCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of CreateCaseOption types along with the
|
|
30
30
|
* corresponding supported hours and language availability. You can specify the <code>language</code>
|
|
31
31
|
* <code>categoryCode</code>,
|
|
@@ -98,6 +98,7 @@ declare const DescribeCreateCaseOptionsCommand_base: {
|
|
|
98
98
|
* @throws {@link SupportServiceException}
|
|
99
99
|
* <p>Base exception class for all service exceptions from Support service.</p>
|
|
100
100
|
*
|
|
101
|
+
* @public
|
|
101
102
|
*/
|
|
102
103
|
export declare class DescribeCreateCaseOptionsCommand extends DescribeCreateCaseOptionsCommand_base {
|
|
103
104
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeServicesCommandOutput extends DescribeServicesResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeServicesCommand_base: {
|
|
24
24
|
new (input: DescribeServicesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeServicesCommandInput, DescribeServicesCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeServicesCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeServicesCommandInput, DescribeServicesCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the current list of Amazon Web Services services and a list of service categories for each
|
|
30
30
|
* service. You then use service names and categories in your <a>CreateCase</a>
|
|
31
31
|
* requests. Each Amazon Web Services service has its own set of categories.</p>
|
|
@@ -92,6 +92,7 @@ declare const DescribeServicesCommand_base: {
|
|
|
92
92
|
* @throws {@link SupportServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from Support service.</p>
|
|
94
94
|
*
|
|
95
|
+
* @public
|
|
95
96
|
*/
|
|
96
97
|
export declare class DescribeServicesCommand extends DescribeServicesCommand_base {
|
|
97
98
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeSeverityLevelsCommandOutput extends DescribeSeverityLev
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeSeverityLevelsCommand_base: {
|
|
24
24
|
new (input: DescribeSeverityLevelsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSeverityLevelsCommandInput, DescribeSeverityLevelsCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeSeverityLevelsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeSeverityLevelsCommandInput, DescribeSeverityLevelsCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the list of severity levels that you can assign to a support case. The
|
|
30
30
|
* severity level for a case is also a field in the <a>CaseDetails</a> data type
|
|
31
31
|
* that you include for a <a>CreateCase</a> request.</p>
|
|
@@ -77,6 +77,7 @@ declare const DescribeSeverityLevelsCommand_base: {
|
|
|
77
77
|
* @throws {@link SupportServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from Support service.</p>
|
|
79
79
|
*
|
|
80
|
+
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class DescribeSeverityLevelsCommand extends DescribeSeverityLevelsCommand_base {
|
|
82
83
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeSupportedLanguagesCommandOutput extends DescribeSupport
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeSupportedLanguagesCommand_base: {
|
|
24
24
|
new (input: DescribeSupportedLanguagesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSupportedLanguagesCommandInput, DescribeSupportedLanguagesCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeSupportedLanguagesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSupportedLanguagesCommandInput, DescribeSupportedLanguagesCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of supported languages for a specified <code>categoryCode</code>,
|
|
30
30
|
* <code>issueType</code> and <code>serviceCode</code>. The returned supported languages will
|
|
31
31
|
* include a ISO 639-1 code for the <code>language</code>, and the language display name.</p>
|
|
@@ -85,6 +85,7 @@ declare const DescribeSupportedLanguagesCommand_base: {
|
|
|
85
85
|
* @throws {@link SupportServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from Support service.</p>
|
|
87
87
|
*
|
|
88
|
+
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class DescribeSupportedLanguagesCommand extends DescribeSupportedLanguagesCommand_base {
|
|
90
91
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput extends
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeTrustedAdvisorCheckRefreshStatusesCommand_base: {
|
|
24
24
|
new (input: DescribeTrustedAdvisorCheckRefreshStatusesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTrustedAdvisorCheckRefreshStatusesCommandInput, DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeTrustedAdvisorCheckRefreshStatusesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTrustedAdvisorCheckRefreshStatusesCommandInput, DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the refresh status of the Trusted Advisor checks that have the specified check
|
|
30
30
|
* IDs. You can get the check IDs by calling the <a>DescribeTrustedAdvisorChecks</a> operation.</p>
|
|
31
31
|
* <p>Some checks are refreshed automatically, and you can't return their refresh statuses
|
|
@@ -92,6 +92,7 @@ declare const DescribeTrustedAdvisorCheckRefreshStatusesCommand_base: {
|
|
|
92
92
|
* @throws {@link SupportServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from Support service.</p>
|
|
94
94
|
*
|
|
95
|
+
* @public
|
|
95
96
|
*/
|
|
96
97
|
export declare class DescribeTrustedAdvisorCheckRefreshStatusesCommand extends DescribeTrustedAdvisorCheckRefreshStatusesCommand_base {
|
|
97
98
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeTrustedAdvisorCheckResultCommandOutput extends Describe
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeTrustedAdvisorCheckResultCommand_base: {
|
|
24
24
|
new (input: DescribeTrustedAdvisorCheckResultCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTrustedAdvisorCheckResultCommandInput, DescribeTrustedAdvisorCheckResultCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeTrustedAdvisorCheckResultCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTrustedAdvisorCheckResultCommandInput, DescribeTrustedAdvisorCheckResultCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the results of the Trusted Advisor check that has the specified check ID. You
|
|
30
30
|
* can get the check IDs by calling the <a>DescribeTrustedAdvisorChecks</a>
|
|
31
31
|
* operation.</p>
|
|
@@ -147,6 +147,7 @@ declare const DescribeTrustedAdvisorCheckResultCommand_base: {
|
|
|
147
147
|
* @throws {@link SupportServiceException}
|
|
148
148
|
* <p>Base exception class for all service exceptions from Support service.</p>
|
|
149
149
|
*
|
|
150
|
+
* @public
|
|
150
151
|
*/
|
|
151
152
|
export declare class DescribeTrustedAdvisorCheckResultCommand extends DescribeTrustedAdvisorCheckResultCommand_base {
|
|
152
153
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeTrustedAdvisorCheckSummariesCommandOutput extends Descr
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeTrustedAdvisorCheckSummariesCommand_base: {
|
|
24
24
|
new (input: DescribeTrustedAdvisorCheckSummariesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTrustedAdvisorCheckSummariesCommandInput, DescribeTrustedAdvisorCheckSummariesCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeTrustedAdvisorCheckSummariesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTrustedAdvisorCheckSummariesCommandInput, DescribeTrustedAdvisorCheckSummariesCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the results for the Trusted Advisor check summaries for the check IDs that you
|
|
30
30
|
* specified. You can get the check IDs by calling the <a>DescribeTrustedAdvisorChecks</a> operation.</p>
|
|
31
31
|
* <p>The response contains an array of <a>TrustedAdvisorCheckSummary</a>
|
|
@@ -103,6 +103,7 @@ declare const DescribeTrustedAdvisorCheckSummariesCommand_base: {
|
|
|
103
103
|
* @throws {@link SupportServiceException}
|
|
104
104
|
* <p>Base exception class for all service exceptions from Support service.</p>
|
|
105
105
|
*
|
|
106
|
+
* @public
|
|
106
107
|
*/
|
|
107
108
|
export declare class DescribeTrustedAdvisorCheckSummariesCommand extends DescribeTrustedAdvisorCheckSummariesCommand_base {
|
|
108
109
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeTrustedAdvisorChecksCommandOutput extends DescribeTrust
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeTrustedAdvisorChecksCommand_base: {
|
|
24
24
|
new (input: DescribeTrustedAdvisorChecksCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTrustedAdvisorChecksCommandInput, DescribeTrustedAdvisorChecksCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeTrustedAdvisorChecksCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTrustedAdvisorChecksCommandInput, DescribeTrustedAdvisorChecksCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns information about all available Trusted Advisor checks, including the name, ID,
|
|
30
30
|
* category, description, and metadata. You must specify a language code.</p>
|
|
31
31
|
* <p>The response contains a <a>TrustedAdvisorCheckDescription</a> object for
|
|
@@ -96,6 +96,7 @@ declare const DescribeTrustedAdvisorChecksCommand_base: {
|
|
|
96
96
|
* @throws {@link SupportServiceException}
|
|
97
97
|
* <p>Base exception class for all service exceptions from Support service.</p>
|
|
98
98
|
*
|
|
99
|
+
* @public
|
|
99
100
|
*/
|
|
100
101
|
export declare class DescribeTrustedAdvisorChecksCommand extends DescribeTrustedAdvisorChecksCommand_base {
|
|
101
102
|
}
|
|
@@ -22,10 +22,10 @@ export interface RefreshTrustedAdvisorCheckCommandOutput extends RefreshTrustedA
|
|
|
22
22
|
}
|
|
23
23
|
declare const RefreshTrustedAdvisorCheckCommand_base: {
|
|
24
24
|
new (input: RefreshTrustedAdvisorCheckCommandInput): import("@smithy/smithy-client").CommandImpl<RefreshTrustedAdvisorCheckCommandInput, RefreshTrustedAdvisorCheckCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: RefreshTrustedAdvisorCheckCommandInput): import("@smithy/smithy-client").CommandImpl<RefreshTrustedAdvisorCheckCommandInput, RefreshTrustedAdvisorCheckCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Refreshes the Trusted Advisor check that you specify using the check ID. You can get the
|
|
30
30
|
* check IDs by calling the <a>DescribeTrustedAdvisorChecks</a>
|
|
31
31
|
* operation.</p>
|
|
@@ -85,6 +85,7 @@ declare const RefreshTrustedAdvisorCheckCommand_base: {
|
|
|
85
85
|
* @throws {@link SupportServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from Support service.</p>
|
|
87
87
|
*
|
|
88
|
+
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class RefreshTrustedAdvisorCheckCommand extends RefreshTrustedAdvisorCheckCommand_base {
|
|
90
91
|
}
|
|
@@ -22,10 +22,10 @@ export interface ResolveCaseCommandOutput extends ResolveCaseResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const ResolveCaseCommand_base: {
|
|
24
24
|
new (input: ResolveCaseCommandInput): import("@smithy/smithy-client").CommandImpl<ResolveCaseCommandInput, ResolveCaseCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ResolveCaseCommandInput]): import("@smithy/smithy-client").CommandImpl<ResolveCaseCommandInput, ResolveCaseCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Resolves a support case. This operation takes a <code>caseId</code> and returns the
|
|
30
30
|
* initial and final state of the case.</p>
|
|
31
31
|
* <note>
|
|
@@ -75,6 +75,7 @@ declare const ResolveCaseCommand_base: {
|
|
|
75
75
|
* @throws {@link SupportServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from Support service.</p>
|
|
77
77
|
*
|
|
78
|
+
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class ResolveCaseCommand extends ResolveCaseCommand_base {
|
|
80
81
|
}
|