@aws-sdk/client-support 3.296.0 → 3.297.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.
@@ -15,6 +15,7 @@ import { RefreshTrustedAdvisorCheckCommandInput, RefreshTrustedAdvisorCheckComma
15
15
  import { ResolveCaseCommandInput, ResolveCaseCommandOutput } from "./commands/ResolveCaseCommand";
16
16
  import { SupportClient } from "./SupportClient";
17
17
  /**
18
+ * @public
18
19
  * <fullname>Amazon Web Services Support</fullname>
19
20
  * <p>The <i>Amazon Web Services Support API Reference</i> is intended for programmers who need detailed
20
21
  * information about the Amazon Web Services Support operations and data types. You can use the API to manage
@@ -62,6 +63,7 @@ import { SupportClient } from "./SupportClient";
62
63
  */
63
64
  export declare class Support extends SupportClient {
64
65
  /**
66
+ * @public
65
67
  * <p>Adds one or more attachments to an attachment set. </p>
66
68
  * <p>An attachment set is a temporary container for attachments that you add to a case or
67
69
  * case communication. The set is available for 1 hour after it's created. The
@@ -85,6 +87,7 @@ export declare class Support extends SupportClient {
85
87
  addAttachmentsToSet(args: AddAttachmentsToSetCommandInput, cb: (err: any, data?: AddAttachmentsToSetCommandOutput) => void): void;
86
88
  addAttachmentsToSet(args: AddAttachmentsToSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddAttachmentsToSetCommandOutput) => void): void;
87
89
  /**
90
+ * @public
88
91
  * <p>Adds additional customer communication to an Amazon Web Services Support case. Use the <code>caseId</code>
89
92
  * parameter to identify the case to which to add communication. You can list a set of
90
93
  * email addresses to copy on the communication by using the <code>ccEmailAddresses</code>
@@ -109,6 +112,7 @@ export declare class Support extends SupportClient {
109
112
  addCommunicationToCase(args: AddCommunicationToCaseCommandInput, cb: (err: any, data?: AddCommunicationToCaseCommandOutput) => void): void;
110
113
  addCommunicationToCase(args: AddCommunicationToCaseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddCommunicationToCaseCommandOutput) => void): void;
111
114
  /**
115
+ * @public
112
116
  * <p>Creates a case in the Amazon Web Services Support Center. This operation is similar to how you create a case
113
117
  * in the Amazon Web Services Support Center <a href="https://console.aws.amazon.com/support/home#/case/create">Create
114
118
  * Case</a> page.</p>
@@ -147,6 +151,7 @@ export declare class Support extends SupportClient {
147
151
  createCase(args: CreateCaseCommandInput, cb: (err: any, data?: CreateCaseCommandOutput) => void): void;
148
152
  createCase(args: CreateCaseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCaseCommandOutput) => void): void;
149
153
  /**
154
+ * @public
150
155
  * <p>Returns the attachment that has the specified ID. Attachments can include screenshots,
151
156
  * error logs, or other files that describe your issue. Attachment IDs are generated by the
152
157
  * case management system when you add an attachment to a case or case communication.
@@ -171,6 +176,7 @@ export declare class Support extends SupportClient {
171
176
  describeAttachment(args: DescribeAttachmentCommandInput, cb: (err: any, data?: DescribeAttachmentCommandOutput) => void): void;
172
177
  describeAttachment(args: DescribeAttachmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAttachmentCommandOutput) => void): void;
173
178
  /**
179
+ * @public
174
180
  * <p>Returns a list of cases that you specify by passing one or more case IDs. You can use
175
181
  * the <code>afterTime</code> and <code>beforeTime</code> parameters to filter the cases by
176
182
  * date. You can set values for the <code>includeResolvedCases</code> and
@@ -207,6 +213,7 @@ export declare class Support extends SupportClient {
207
213
  describeCases(args: DescribeCasesCommandInput, cb: (err: any, data?: DescribeCasesCommandOutput) => void): void;
208
214
  describeCases(args: DescribeCasesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCasesCommandOutput) => void): void;
209
215
  /**
216
+ * @public
210
217
  * <p>Returns communications and attachments for one or more support cases. Use the
211
218
  * <code>afterTime</code> and <code>beforeTime</code> parameters to filter by date. You
212
219
  * can use the <code>caseId</code> parameter to restrict the results to a specific
@@ -236,6 +243,7 @@ export declare class Support extends SupportClient {
236
243
  describeCommunications(args: DescribeCommunicationsCommandInput, cb: (err: any, data?: DescribeCommunicationsCommandOutput) => void): void;
237
244
  describeCommunications(args: DescribeCommunicationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCommunicationsCommandOutput) => void): void;
238
245
  /**
246
+ * @public
239
247
  * <p>Returns the current list of Amazon Web Services services and a list of service categories for each
240
248
  * service. You then use service names and categories in your <a>CreateCase</a>
241
249
  * requests. Each Amazon Web Services service has its own set of categories.</p>
@@ -264,6 +272,7 @@ export declare class Support extends SupportClient {
264
272
  describeServices(args: DescribeServicesCommandInput, cb: (err: any, data?: DescribeServicesCommandOutput) => void): void;
265
273
  describeServices(args: DescribeServicesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeServicesCommandOutput) => void): void;
266
274
  /**
275
+ * @public
267
276
  * <p>Returns the list of severity levels that you can assign to a support case. The
268
277
  * severity level for a case is also a field in the <a>CaseDetails</a> data type
269
278
  * that you include for a <a>CreateCase</a> request.</p>
@@ -286,6 +295,7 @@ export declare class Support extends SupportClient {
286
295
  describeSeverityLevels(args: DescribeSeverityLevelsCommandInput, cb: (err: any, data?: DescribeSeverityLevelsCommandOutput) => void): void;
287
296
  describeSeverityLevels(args: DescribeSeverityLevelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSeverityLevelsCommandOutput) => void): void;
288
297
  /**
298
+ * @public
289
299
  * <p>Returns the refresh status of the Trusted Advisor checks that have the specified check
290
300
  * IDs. You can get the check IDs by calling the <a>DescribeTrustedAdvisorChecks</a> operation.</p>
291
301
  * <p>Some checks are refreshed automatically, and you can't return their refresh statuses
@@ -315,6 +325,7 @@ export declare class Support extends SupportClient {
315
325
  describeTrustedAdvisorCheckRefreshStatuses(args: DescribeTrustedAdvisorCheckRefreshStatusesCommandInput, cb: (err: any, data?: DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput) => void): void;
316
326
  describeTrustedAdvisorCheckRefreshStatuses(args: DescribeTrustedAdvisorCheckRefreshStatusesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput) => void): void;
317
327
  /**
328
+ * @public
318
329
  * <p>Returns the results of the Trusted Advisor check that has the specified check ID. You
319
330
  * can get the check IDs by calling the <a>DescribeTrustedAdvisorChecks</a>
320
331
  * operation.</p>
@@ -379,6 +390,7 @@ export declare class Support extends SupportClient {
379
390
  describeTrustedAdvisorCheckResult(args: DescribeTrustedAdvisorCheckResultCommandInput, cb: (err: any, data?: DescribeTrustedAdvisorCheckResultCommandOutput) => void): void;
380
391
  describeTrustedAdvisorCheckResult(args: DescribeTrustedAdvisorCheckResultCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTrustedAdvisorCheckResultCommandOutput) => void): void;
381
392
  /**
393
+ * @public
382
394
  * <p>Returns information about all available Trusted Advisor checks, including the name, ID,
383
395
  * category, description, and metadata. You must specify a language code.</p>
384
396
  * <p>The response contains a <a>TrustedAdvisorCheckDescription</a> object for
@@ -410,6 +422,7 @@ export declare class Support extends SupportClient {
410
422
  describeTrustedAdvisorChecks(args: DescribeTrustedAdvisorChecksCommandInput, cb: (err: any, data?: DescribeTrustedAdvisorChecksCommandOutput) => void): void;
411
423
  describeTrustedAdvisorChecks(args: DescribeTrustedAdvisorChecksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTrustedAdvisorChecksCommandOutput) => void): void;
412
424
  /**
425
+ * @public
413
426
  * <p>Returns the results for the Trusted Advisor check summaries for the check IDs that you
414
427
  * specified. You can get the check IDs by calling the <a>DescribeTrustedAdvisorChecks</a> operation.</p>
415
428
  * <p>The response contains an array of <a>TrustedAdvisorCheckSummary</a>
@@ -437,6 +450,7 @@ export declare class Support extends SupportClient {
437
450
  describeTrustedAdvisorCheckSummaries(args: DescribeTrustedAdvisorCheckSummariesCommandInput, cb: (err: any, data?: DescribeTrustedAdvisorCheckSummariesCommandOutput) => void): void;
438
451
  describeTrustedAdvisorCheckSummaries(args: DescribeTrustedAdvisorCheckSummariesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTrustedAdvisorCheckSummariesCommandOutput) => void): void;
439
452
  /**
453
+ * @public
440
454
  * <p>Refreshes the Trusted Advisor check that you specify using the check ID. You can get the
441
455
  * check IDs by calling the <a>DescribeTrustedAdvisorChecks</a>
442
456
  * operation.</p>
@@ -468,6 +482,7 @@ export declare class Support extends SupportClient {
468
482
  refreshTrustedAdvisorCheck(args: RefreshTrustedAdvisorCheckCommandInput, cb: (err: any, data?: RefreshTrustedAdvisorCheckCommandOutput) => void): void;
469
483
  refreshTrustedAdvisorCheck(args: RefreshTrustedAdvisorCheckCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RefreshTrustedAdvisorCheckCommandOutput) => void): void;
470
484
  /**
485
+ * @public
471
486
  * <p>Resolves a support case. This operation takes a <code>caseId</code> and returns the
472
487
  * initial and final state of the case.</p>
473
488
  * <note>
@@ -22,15 +22,24 @@ import { DescribeTrustedAdvisorCheckSummariesCommandInput, DescribeTrustedAdviso
22
22
  import { RefreshTrustedAdvisorCheckCommandInput, RefreshTrustedAdvisorCheckCommandOutput } from "./commands/RefreshTrustedAdvisorCheckCommand";
23
23
  import { ResolveCaseCommandInput, ResolveCaseCommandOutput } from "./commands/ResolveCaseCommand";
24
24
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
25
+ /**
26
+ * @public
27
+ */
25
28
  export type ServiceInputTypes = AddAttachmentsToSetCommandInput | AddCommunicationToCaseCommandInput | CreateCaseCommandInput | DescribeAttachmentCommandInput | DescribeCasesCommandInput | DescribeCommunicationsCommandInput | DescribeServicesCommandInput | DescribeSeverityLevelsCommandInput | DescribeTrustedAdvisorCheckRefreshStatusesCommandInput | DescribeTrustedAdvisorCheckResultCommandInput | DescribeTrustedAdvisorCheckSummariesCommandInput | DescribeTrustedAdvisorChecksCommandInput | RefreshTrustedAdvisorCheckCommandInput | ResolveCaseCommandInput;
29
+ /**
30
+ * @public
31
+ */
26
32
  export type ServiceOutputTypes = AddAttachmentsToSetCommandOutput | AddCommunicationToCaseCommandOutput | CreateCaseCommandOutput | DescribeAttachmentCommandOutput | DescribeCasesCommandOutput | DescribeCommunicationsCommandOutput | DescribeServicesCommandOutput | DescribeSeverityLevelsCommandOutput | DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput | DescribeTrustedAdvisorCheckResultCommandOutput | DescribeTrustedAdvisorCheckSummariesCommandOutput | DescribeTrustedAdvisorChecksCommandOutput | RefreshTrustedAdvisorCheckCommandOutput | ResolveCaseCommandOutput;
33
+ /**
34
+ * @public
35
+ */
27
36
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
28
37
  /**
29
38
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
30
39
  */
31
40
  requestHandler?: __HttpHandler;
32
41
  /**
33
- * A constructor for a class implementing the {@link __Checksum} interface
42
+ * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
34
43
  * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
35
44
  * @internal
36
45
  */
@@ -120,23 +129,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
120
129
  */
121
130
  logger?: __Logger;
122
131
  /**
123
- * The {@link __DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
132
+ * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
124
133
  */
125
134
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
126
135
  }
136
+ /**
137
+ * @public
138
+ */
127
139
  type SupportClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
128
140
  /**
129
- * The configuration interface of SupportClient class constructor that set the region, credentials and other options.
141
+ * @public
142
+ *
143
+ * The configuration interface of SupportClient class constructor that set the region, credentials and other options.
130
144
  */
131
145
  export interface SupportClientConfig extends SupportClientConfigType {
132
146
  }
147
+ /**
148
+ * @public
149
+ */
133
150
  type SupportClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
134
151
  /**
135
- * The resolved configuration interface of SupportClient class. This is resolved and normalized from the {@link SupportClientConfig | constructor configuration interface}.
152
+ * @public
153
+ *
154
+ * The resolved configuration interface of SupportClient class. This is resolved and normalized from the {@link SupportClientConfig | constructor configuration interface}.
136
155
  */
137
156
  export interface SupportClientResolvedConfig extends SupportClientResolvedConfigType {
138
157
  }
139
158
  /**
159
+ * @public
140
160
  * <fullname>Amazon Web Services Support</fullname>
141
161
  * <p>The <i>Amazon Web Services Support API Reference</i> is intended for programmers who need detailed
142
162
  * information about the Amazon Web Services Support operations and data types. You can use the API to manage
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AddAttachmentsToSetRequest, AddAttachmentsToSetResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link AddAttachmentsToSetCommand}.
8
10
  */
9
11
  export interface AddAttachmentsToSetCommandInput extends AddAttachmentsToSetRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link AddAttachmentsToSetCommand}.
13
17
  */
14
18
  export interface AddAttachmentsToSetCommandOutput extends AddAttachmentsToSetResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Adds one or more attachments to an attachment set. </p>
18
23
  * <p>An attachment set is a temporary container for attachments that you add to a case or
19
24
  * case communication. The set is available for 1 hour after it's created. The
@@ -42,6 +47,8 @@ export interface AddAttachmentsToSetCommandOutput extends AddAttachmentsToSetRes
42
47
  * const response = await client.send(command);
43
48
  * ```
44
49
  *
50
+ * @param AddAttachmentsToSetCommandInput - {@link AddAttachmentsToSetCommandInput}
51
+ * @returns {@link AddAttachmentsToSetCommandOutput}
45
52
  * @see {@link AddAttachmentsToSetCommandInput} for command's `input` shape.
46
53
  * @see {@link AddAttachmentsToSetCommandOutput} for command's `response` shape.
47
54
  * @see {@link SupportClientResolvedConfig | config} for SupportClient's `config` shape.
@@ -69,11 +76,20 @@ export interface AddAttachmentsToSetCommandOutput extends AddAttachmentsToSetRes
69
76
  export declare class AddAttachmentsToSetCommand extends $Command<AddAttachmentsToSetCommandInput, AddAttachmentsToSetCommandOutput, SupportClientResolvedConfig> {
70
77
  readonly input: AddAttachmentsToSetCommandInput;
71
78
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
+ /**
80
+ * @public
81
+ */
72
82
  constructor(input: AddAttachmentsToSetCommandInput);
73
83
  /**
74
84
  * @internal
75
85
  */
76
86
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SupportClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddAttachmentsToSetCommandInput, AddAttachmentsToSetCommandOutput>;
87
+ /**
88
+ * @internal
89
+ */
77
90
  private serialize;
91
+ /**
92
+ * @internal
93
+ */
78
94
  private deserialize;
79
95
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AddCommunicationToCaseRequest, AddCommunicationToCaseResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link AddCommunicationToCaseCommand}.
8
10
  */
9
11
  export interface AddCommunicationToCaseCommandInput extends AddCommunicationToCaseRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link AddCommunicationToCaseCommand}.
13
17
  */
14
18
  export interface AddCommunicationToCaseCommandOutput extends AddCommunicationToCaseResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Adds additional customer communication to an Amazon Web Services Support case. Use the <code>caseId</code>
18
23
  * parameter to identify the case to which to add communication. You can list a set of
19
24
  * email addresses to copy on the communication by using the <code>ccEmailAddresses</code>
@@ -43,6 +48,8 @@ export interface AddCommunicationToCaseCommandOutput extends AddCommunicationToC
43
48
  * const response = await client.send(command);
44
49
  * ```
45
50
  *
51
+ * @param AddCommunicationToCaseCommandInput - {@link AddCommunicationToCaseCommandInput}
52
+ * @returns {@link AddCommunicationToCaseCommandOutput}
46
53
  * @see {@link AddCommunicationToCaseCommandInput} for command's `input` shape.
47
54
  * @see {@link AddCommunicationToCaseCommandOutput} for command's `response` shape.
48
55
  * @see {@link SupportClientResolvedConfig | config} for SupportClient's `config` shape.
@@ -65,11 +72,20 @@ export interface AddCommunicationToCaseCommandOutput extends AddCommunicationToC
65
72
  export declare class AddCommunicationToCaseCommand extends $Command<AddCommunicationToCaseCommandInput, AddCommunicationToCaseCommandOutput, SupportClientResolvedConfig> {
66
73
  readonly input: AddCommunicationToCaseCommandInput;
67
74
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
+ /**
76
+ * @public
77
+ */
68
78
  constructor(input: AddCommunicationToCaseCommandInput);
69
79
  /**
70
80
  * @internal
71
81
  */
72
82
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SupportClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddCommunicationToCaseCommandInput, AddCommunicationToCaseCommandOutput>;
83
+ /**
84
+ * @internal
85
+ */
73
86
  private serialize;
87
+ /**
88
+ * @internal
89
+ */
74
90
  private deserialize;
75
91
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CreateCaseRequest, CreateCaseResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateCaseCommand}.
8
10
  */
9
11
  export interface CreateCaseCommandInput extends CreateCaseRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateCaseCommand}.
13
17
  */
14
18
  export interface CreateCaseCommandOutput extends CreateCaseResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a case in the Amazon Web Services Support Center. This operation is similar to how you create a case
18
23
  * in the Amazon Web Services Support Center <a href="https://console.aws.amazon.com/support/home#/case/create">Create
19
24
  * Case</a> page.</p>
@@ -57,6 +62,8 @@ export interface CreateCaseCommandOutput extends CreateCaseResponse, __MetadataB
57
62
  * const response = await client.send(command);
58
63
  * ```
59
64
  *
65
+ * @param CreateCaseCommandInput - {@link CreateCaseCommandInput}
66
+ * @returns {@link CreateCaseCommandOutput}
60
67
  * @see {@link CreateCaseCommandInput} for command's `input` shape.
61
68
  * @see {@link CreateCaseCommandOutput} for command's `response` shape.
62
69
  * @see {@link SupportClientResolvedConfig | config} for SupportClient's `config` shape.
@@ -79,11 +86,20 @@ export interface CreateCaseCommandOutput extends CreateCaseResponse, __MetadataB
79
86
  export declare class CreateCaseCommand extends $Command<CreateCaseCommandInput, CreateCaseCommandOutput, SupportClientResolvedConfig> {
80
87
  readonly input: CreateCaseCommandInput;
81
88
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
89
+ /**
90
+ * @public
91
+ */
82
92
  constructor(input: CreateCaseCommandInput);
83
93
  /**
84
94
  * @internal
85
95
  */
86
96
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SupportClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateCaseCommandInput, CreateCaseCommandOutput>;
97
+ /**
98
+ * @internal
99
+ */
87
100
  private serialize;
101
+ /**
102
+ * @internal
103
+ */
88
104
  private deserialize;
89
105
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DescribeAttachmentRequest, DescribeAttachmentResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeAttachmentCommand}.
8
10
  */
9
11
  export interface DescribeAttachmentCommandInput extends DescribeAttachmentRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeAttachmentCommand}.
13
17
  */
14
18
  export interface DescribeAttachmentCommandOutput extends DescribeAttachmentResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns the attachment that has the specified ID. Attachments can include screenshots,
18
23
  * error logs, or other files that describe your issue. Attachment IDs are generated by the
19
24
  * case management system when you add an attachment to a case or case communication.
@@ -43,6 +48,8 @@ export interface DescribeAttachmentCommandOutput extends DescribeAttachmentRespo
43
48
  * const response = await client.send(command);
44
49
  * ```
45
50
  *
51
+ * @param DescribeAttachmentCommandInput - {@link DescribeAttachmentCommandInput}
52
+ * @returns {@link DescribeAttachmentCommandOutput}
46
53
  * @see {@link DescribeAttachmentCommandInput} for command's `input` shape.
47
54
  * @see {@link DescribeAttachmentCommandOutput} for command's `response` shape.
48
55
  * @see {@link SupportClientResolvedConfig | config} for SupportClient's `config` shape.
@@ -62,11 +69,20 @@ export interface DescribeAttachmentCommandOutput extends DescribeAttachmentRespo
62
69
  export declare class DescribeAttachmentCommand extends $Command<DescribeAttachmentCommandInput, DescribeAttachmentCommandOutput, SupportClientResolvedConfig> {
63
70
  readonly input: DescribeAttachmentCommandInput;
64
71
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
+ /**
73
+ * @public
74
+ */
65
75
  constructor(input: DescribeAttachmentCommandInput);
66
76
  /**
67
77
  * @internal
68
78
  */
69
79
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SupportClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAttachmentCommandInput, DescribeAttachmentCommandOutput>;
80
+ /**
81
+ * @internal
82
+ */
70
83
  private serialize;
84
+ /**
85
+ * @internal
86
+ */
71
87
  private deserialize;
72
88
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DescribeCasesRequest, DescribeCasesResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeCasesCommand}.
8
10
  */
9
11
  export interface DescribeCasesCommandInput extends DescribeCasesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeCasesCommand}.
13
17
  */
14
18
  export interface DescribeCasesCommandOutput extends DescribeCasesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns a list of cases that you specify by passing one or more case IDs. You can use
18
23
  * the <code>afterTime</code> and <code>beforeTime</code> parameters to filter the cases by
19
24
  * date. You can set values for the <code>includeResolvedCases</code> and
@@ -55,6 +60,8 @@ export interface DescribeCasesCommandOutput extends DescribeCasesResponse, __Met
55
60
  * const response = await client.send(command);
56
61
  * ```
57
62
  *
63
+ * @param DescribeCasesCommandInput - {@link DescribeCasesCommandInput}
64
+ * @returns {@link DescribeCasesCommandOutput}
58
65
  * @see {@link DescribeCasesCommandInput} for command's `input` shape.
59
66
  * @see {@link DescribeCasesCommandOutput} for command's `response` shape.
60
67
  * @see {@link SupportClientResolvedConfig | config} for SupportClient's `config` shape.
@@ -70,11 +77,20 @@ export interface DescribeCasesCommandOutput extends DescribeCasesResponse, __Met
70
77
  export declare class DescribeCasesCommand extends $Command<DescribeCasesCommandInput, DescribeCasesCommandOutput, SupportClientResolvedConfig> {
71
78
  readonly input: DescribeCasesCommandInput;
72
79
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
+ /**
81
+ * @public
82
+ */
73
83
  constructor(input: DescribeCasesCommandInput);
74
84
  /**
75
85
  * @internal
76
86
  */
77
87
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SupportClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeCasesCommandInput, DescribeCasesCommandOutput>;
88
+ /**
89
+ * @internal
90
+ */
78
91
  private serialize;
92
+ /**
93
+ * @internal
94
+ */
79
95
  private deserialize;
80
96
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DescribeCommunicationsRequest, DescribeCommunicationsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeCommunicationsCommand}.
8
10
  */
9
11
  export interface DescribeCommunicationsCommandInput extends DescribeCommunicationsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeCommunicationsCommand}.
13
17
  */
14
18
  export interface DescribeCommunicationsCommandOutput extends DescribeCommunicationsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns communications and attachments for one or more support cases. Use the
18
23
  * <code>afterTime</code> and <code>beforeTime</code> parameters to filter by date. You
19
24
  * can use the <code>caseId</code> parameter to restrict the results to a specific
@@ -48,6 +53,8 @@ export interface DescribeCommunicationsCommandOutput extends DescribeCommunicati
48
53
  * const response = await client.send(command);
49
54
  * ```
50
55
  *
56
+ * @param DescribeCommunicationsCommandInput - {@link DescribeCommunicationsCommandInput}
57
+ * @returns {@link DescribeCommunicationsCommandOutput}
51
58
  * @see {@link DescribeCommunicationsCommandInput} for command's `input` shape.
52
59
  * @see {@link DescribeCommunicationsCommandOutput} for command's `response` shape.
53
60
  * @see {@link SupportClientResolvedConfig | config} for SupportClient's `config` shape.
@@ -63,11 +70,20 @@ export interface DescribeCommunicationsCommandOutput extends DescribeCommunicati
63
70
  export declare class DescribeCommunicationsCommand extends $Command<DescribeCommunicationsCommandInput, DescribeCommunicationsCommandOutput, SupportClientResolvedConfig> {
64
71
  readonly input: DescribeCommunicationsCommandInput;
65
72
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
+ /**
74
+ * @public
75
+ */
66
76
  constructor(input: DescribeCommunicationsCommandInput);
67
77
  /**
68
78
  * @internal
69
79
  */
70
80
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SupportClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeCommunicationsCommandInput, DescribeCommunicationsCommandOutput>;
81
+ /**
82
+ * @internal
83
+ */
71
84
  private serialize;
85
+ /**
86
+ * @internal
87
+ */
72
88
  private deserialize;
73
89
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DescribeServicesRequest, DescribeServicesResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeServicesCommand}.
8
10
  */
9
11
  export interface DescribeServicesCommandInput extends DescribeServicesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeServicesCommand}.
13
17
  */
14
18
  export interface DescribeServicesCommandOutput extends DescribeServicesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns the current list of Amazon Web Services services and a list of service categories for each
18
23
  * service. You then use service names and categories in your <a>CreateCase</a>
19
24
  * requests. Each Amazon Web Services service has its own set of categories.</p>
@@ -47,6 +52,8 @@ export interface DescribeServicesCommandOutput extends DescribeServicesResponse,
47
52
  * const response = await client.send(command);
48
53
  * ```
49
54
  *
55
+ * @param DescribeServicesCommandInput - {@link DescribeServicesCommandInput}
56
+ * @returns {@link DescribeServicesCommandOutput}
50
57
  * @see {@link DescribeServicesCommandInput} for command's `input` shape.
51
58
  * @see {@link DescribeServicesCommandOutput} for command's `response` shape.
52
59
  * @see {@link SupportClientResolvedConfig | config} for SupportClient's `config` shape.
@@ -59,11 +66,20 @@ export interface DescribeServicesCommandOutput extends DescribeServicesResponse,
59
66
  export declare class DescribeServicesCommand extends $Command<DescribeServicesCommandInput, DescribeServicesCommandOutput, SupportClientResolvedConfig> {
60
67
  readonly input: DescribeServicesCommandInput;
61
68
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
+ /**
70
+ * @public
71
+ */
62
72
  constructor(input: DescribeServicesCommandInput);
63
73
  /**
64
74
  * @internal
65
75
  */
66
76
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SupportClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeServicesCommandInput, DescribeServicesCommandOutput>;
77
+ /**
78
+ * @internal
79
+ */
67
80
  private serialize;
81
+ /**
82
+ * @internal
83
+ */
68
84
  private deserialize;
69
85
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DescribeSeverityLevelsRequest, DescribeSeverityLevelsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeSeverityLevelsCommand}.
8
10
  */
9
11
  export interface DescribeSeverityLevelsCommandInput extends DescribeSeverityLevelsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeSeverityLevelsCommand}.
13
17
  */
14
18
  export interface DescribeSeverityLevelsCommandOutput extends DescribeSeverityLevelsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns the list of severity levels that you can assign to a support case. The
18
23
  * severity level for a case is also a field in the <a>CaseDetails</a> data type
19
24
  * that you include for a <a>CreateCase</a> request.</p>
@@ -41,6 +46,8 @@ export interface DescribeSeverityLevelsCommandOutput extends DescribeSeverityLev
41
46
  * const response = await client.send(command);
42
47
  * ```
43
48
  *
49
+ * @param DescribeSeverityLevelsCommandInput - {@link DescribeSeverityLevelsCommandInput}
50
+ * @returns {@link DescribeSeverityLevelsCommandOutput}
44
51
  * @see {@link DescribeSeverityLevelsCommandInput} for command's `input` shape.
45
52
  * @see {@link DescribeSeverityLevelsCommandOutput} for command's `response` shape.
46
53
  * @see {@link SupportClientResolvedConfig | config} for SupportClient's `config` shape.
@@ -53,11 +60,20 @@ export interface DescribeSeverityLevelsCommandOutput extends DescribeSeverityLev
53
60
  export declare class DescribeSeverityLevelsCommand extends $Command<DescribeSeverityLevelsCommandInput, DescribeSeverityLevelsCommandOutput, SupportClientResolvedConfig> {
54
61
  readonly input: DescribeSeverityLevelsCommandInput;
55
62
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
63
+ /**
64
+ * @public
65
+ */
56
66
  constructor(input: DescribeSeverityLevelsCommandInput);
57
67
  /**
58
68
  * @internal
59
69
  */
60
70
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SupportClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSeverityLevelsCommandInput, DescribeSeverityLevelsCommandOutput>;
71
+ /**
72
+ * @internal
73
+ */
61
74
  private serialize;
75
+ /**
76
+ * @internal
77
+ */
62
78
  private deserialize;
63
79
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DescribeTrustedAdvisorCheckRefreshStatusesRequest, DescribeTrustedAdvisorCheckRefreshStatusesResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeTrustedAdvisorCheckRefreshStatusesCommand}.
8
10
  */
9
11
  export interface DescribeTrustedAdvisorCheckRefreshStatusesCommandInput extends DescribeTrustedAdvisorCheckRefreshStatusesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeTrustedAdvisorCheckRefreshStatusesCommand}.
13
17
  */
14
18
  export interface DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput extends DescribeTrustedAdvisorCheckRefreshStatusesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns the refresh status of the Trusted Advisor checks that have the specified check
18
23
  * IDs. You can get the check IDs by calling the <a>DescribeTrustedAdvisorChecks</a> operation.</p>
19
24
  * <p>Some checks are refreshed automatically, and you can't return their refresh statuses
@@ -48,6 +53,8 @@ export interface DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput extends
48
53
  * const response = await client.send(command);
49
54
  * ```
50
55
  *
56
+ * @param DescribeTrustedAdvisorCheckRefreshStatusesCommandInput - {@link DescribeTrustedAdvisorCheckRefreshStatusesCommandInput}
57
+ * @returns {@link DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput}
51
58
  * @see {@link DescribeTrustedAdvisorCheckRefreshStatusesCommandInput} for command's `input` shape.
52
59
  * @see {@link DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput} for command's `response` shape.
53
60
  * @see {@link SupportClientResolvedConfig | config} for SupportClient's `config` shape.
@@ -60,11 +67,20 @@ export interface DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput extends
60
67
  export declare class DescribeTrustedAdvisorCheckRefreshStatusesCommand extends $Command<DescribeTrustedAdvisorCheckRefreshStatusesCommandInput, DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput, SupportClientResolvedConfig> {
61
68
  readonly input: DescribeTrustedAdvisorCheckRefreshStatusesCommandInput;
62
69
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
+ /**
71
+ * @public
72
+ */
63
73
  constructor(input: DescribeTrustedAdvisorCheckRefreshStatusesCommandInput);
64
74
  /**
65
75
  * @internal
66
76
  */
67
77
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SupportClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTrustedAdvisorCheckRefreshStatusesCommandInput, DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput>;
78
+ /**
79
+ * @internal
80
+ */
68
81
  private serialize;
82
+ /**
83
+ * @internal
84
+ */
69
85
  private deserialize;
70
86
  }