@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.
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DescribeTrustedAdvisorCheckResultRequest, DescribeTrustedAdvisorCheckResultResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeTrustedAdvisorCheckResultCommand}.
8
10
  */
9
11
  export interface DescribeTrustedAdvisorCheckResultCommandInput extends DescribeTrustedAdvisorCheckResultRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeTrustedAdvisorCheckResultCommand}.
13
17
  */
14
18
  export interface DescribeTrustedAdvisorCheckResultCommandOutput extends DescribeTrustedAdvisorCheckResultResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns the results of the Trusted Advisor check that has the specified check ID. You
18
23
  * can get the check IDs by calling the <a>DescribeTrustedAdvisorChecks</a>
19
24
  * operation.</p>
@@ -83,6 +88,8 @@ export interface DescribeTrustedAdvisorCheckResultCommandOutput extends Describe
83
88
  * const response = await client.send(command);
84
89
  * ```
85
90
  *
91
+ * @param DescribeTrustedAdvisorCheckResultCommandInput - {@link DescribeTrustedAdvisorCheckResultCommandInput}
92
+ * @returns {@link DescribeTrustedAdvisorCheckResultCommandOutput}
86
93
  * @see {@link DescribeTrustedAdvisorCheckResultCommandInput} for command's `input` shape.
87
94
  * @see {@link DescribeTrustedAdvisorCheckResultCommandOutput} for command's `response` shape.
88
95
  * @see {@link SupportClientResolvedConfig | config} for SupportClient's `config` shape.
@@ -95,11 +102,20 @@ export interface DescribeTrustedAdvisorCheckResultCommandOutput extends Describe
95
102
  export declare class DescribeTrustedAdvisorCheckResultCommand extends $Command<DescribeTrustedAdvisorCheckResultCommandInput, DescribeTrustedAdvisorCheckResultCommandOutput, SupportClientResolvedConfig> {
96
103
  readonly input: DescribeTrustedAdvisorCheckResultCommandInput;
97
104
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
105
+ /**
106
+ * @public
107
+ */
98
108
  constructor(input: DescribeTrustedAdvisorCheckResultCommandInput);
99
109
  /**
100
110
  * @internal
101
111
  */
102
112
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SupportClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTrustedAdvisorCheckResultCommandInput, DescribeTrustedAdvisorCheckResultCommandOutput>;
113
+ /**
114
+ * @internal
115
+ */
103
116
  private serialize;
117
+ /**
118
+ * @internal
119
+ */
104
120
  private deserialize;
105
121
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DescribeTrustedAdvisorCheckSummariesRequest, DescribeTrustedAdvisorCheckSummariesResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeTrustedAdvisorCheckSummariesCommand}.
8
10
  */
9
11
  export interface DescribeTrustedAdvisorCheckSummariesCommandInput extends DescribeTrustedAdvisorCheckSummariesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeTrustedAdvisorCheckSummariesCommand}.
13
17
  */
14
18
  export interface DescribeTrustedAdvisorCheckSummariesCommandOutput extends DescribeTrustedAdvisorCheckSummariesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns the results for the Trusted Advisor check summaries for the check IDs that you
18
23
  * specified. You can get the check IDs by calling the <a>DescribeTrustedAdvisorChecks</a> operation.</p>
19
24
  * <p>The response contains an array of <a>TrustedAdvisorCheckSummary</a>
@@ -46,6 +51,8 @@ export interface DescribeTrustedAdvisorCheckSummariesCommandOutput extends Descr
46
51
  * const response = await client.send(command);
47
52
  * ```
48
53
  *
54
+ * @param DescribeTrustedAdvisorCheckSummariesCommandInput - {@link DescribeTrustedAdvisorCheckSummariesCommandInput}
55
+ * @returns {@link DescribeTrustedAdvisorCheckSummariesCommandOutput}
49
56
  * @see {@link DescribeTrustedAdvisorCheckSummariesCommandInput} for command's `input` shape.
50
57
  * @see {@link DescribeTrustedAdvisorCheckSummariesCommandOutput} for command's `response` shape.
51
58
  * @see {@link SupportClientResolvedConfig | config} for SupportClient's `config` shape.
@@ -58,11 +65,20 @@ export interface DescribeTrustedAdvisorCheckSummariesCommandOutput extends Descr
58
65
  export declare class DescribeTrustedAdvisorCheckSummariesCommand extends $Command<DescribeTrustedAdvisorCheckSummariesCommandInput, DescribeTrustedAdvisorCheckSummariesCommandOutput, SupportClientResolvedConfig> {
59
66
  readonly input: DescribeTrustedAdvisorCheckSummariesCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: DescribeTrustedAdvisorCheckSummariesCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SupportClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTrustedAdvisorCheckSummariesCommandInput, DescribeTrustedAdvisorCheckSummariesCommandOutput>;
76
+ /**
77
+ * @internal
78
+ */
66
79
  private serialize;
80
+ /**
81
+ * @internal
82
+ */
67
83
  private deserialize;
68
84
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DescribeTrustedAdvisorChecksRequest, DescribeTrustedAdvisorChecksResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeTrustedAdvisorChecksCommand}.
8
10
  */
9
11
  export interface DescribeTrustedAdvisorChecksCommandInput extends DescribeTrustedAdvisorChecksRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeTrustedAdvisorChecksCommand}.
13
17
  */
14
18
  export interface DescribeTrustedAdvisorChecksCommandOutput extends DescribeTrustedAdvisorChecksResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns information about all available Trusted Advisor checks, including the name, ID,
18
23
  * category, description, and metadata. You must specify a language code.</p>
19
24
  * <p>The response contains a <a>TrustedAdvisorCheckDescription</a> object for
@@ -50,6 +55,8 @@ export interface DescribeTrustedAdvisorChecksCommandOutput extends DescribeTrust
50
55
  * const response = await client.send(command);
51
56
  * ```
52
57
  *
58
+ * @param DescribeTrustedAdvisorChecksCommandInput - {@link DescribeTrustedAdvisorChecksCommandInput}
59
+ * @returns {@link DescribeTrustedAdvisorChecksCommandOutput}
53
60
  * @see {@link DescribeTrustedAdvisorChecksCommandInput} for command's `input` shape.
54
61
  * @see {@link DescribeTrustedAdvisorChecksCommandOutput} for command's `response` shape.
55
62
  * @see {@link SupportClientResolvedConfig | config} for SupportClient's `config` shape.
@@ -62,11 +69,20 @@ export interface DescribeTrustedAdvisorChecksCommandOutput extends DescribeTrust
62
69
  export declare class DescribeTrustedAdvisorChecksCommand extends $Command<DescribeTrustedAdvisorChecksCommandInput, DescribeTrustedAdvisorChecksCommandOutput, SupportClientResolvedConfig> {
63
70
  readonly input: DescribeTrustedAdvisorChecksCommandInput;
64
71
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
+ /**
73
+ * @public
74
+ */
65
75
  constructor(input: DescribeTrustedAdvisorChecksCommandInput);
66
76
  /**
67
77
  * @internal
68
78
  */
69
79
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SupportClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTrustedAdvisorChecksCommandInput, DescribeTrustedAdvisorChecksCommandOutput>;
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 { RefreshTrustedAdvisorCheckRequest, RefreshTrustedAdvisorCheckResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link RefreshTrustedAdvisorCheckCommand}.
8
10
  */
9
11
  export interface RefreshTrustedAdvisorCheckCommandInput extends RefreshTrustedAdvisorCheckRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link RefreshTrustedAdvisorCheckCommand}.
13
17
  */
14
18
  export interface RefreshTrustedAdvisorCheckCommandOutput extends RefreshTrustedAdvisorCheckResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Refreshes the Trusted Advisor check that you specify using the check ID. You can get the
18
23
  * check IDs by calling the <a>DescribeTrustedAdvisorChecks</a>
19
24
  * operation.</p>
@@ -50,6 +55,8 @@ export interface RefreshTrustedAdvisorCheckCommandOutput extends RefreshTrustedA
50
55
  * const response = await client.send(command);
51
56
  * ```
52
57
  *
58
+ * @param RefreshTrustedAdvisorCheckCommandInput - {@link RefreshTrustedAdvisorCheckCommandInput}
59
+ * @returns {@link RefreshTrustedAdvisorCheckCommandOutput}
53
60
  * @see {@link RefreshTrustedAdvisorCheckCommandInput} for command's `input` shape.
54
61
  * @see {@link RefreshTrustedAdvisorCheckCommandOutput} for command's `response` shape.
55
62
  * @see {@link SupportClientResolvedConfig | config} for SupportClient's `config` shape.
@@ -62,11 +69,20 @@ export interface RefreshTrustedAdvisorCheckCommandOutput extends RefreshTrustedA
62
69
  export declare class RefreshTrustedAdvisorCheckCommand extends $Command<RefreshTrustedAdvisorCheckCommandInput, RefreshTrustedAdvisorCheckCommandOutput, SupportClientResolvedConfig> {
63
70
  readonly input: RefreshTrustedAdvisorCheckCommandInput;
64
71
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
+ /**
73
+ * @public
74
+ */
65
75
  constructor(input: RefreshTrustedAdvisorCheckCommandInput);
66
76
  /**
67
77
  * @internal
68
78
  */
69
79
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SupportClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RefreshTrustedAdvisorCheckCommandInput, RefreshTrustedAdvisorCheckCommandOutput>;
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 { ResolveCaseRequest, ResolveCaseResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ResolveCaseCommand}.
8
10
  */
9
11
  export interface ResolveCaseCommandInput extends ResolveCaseRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ResolveCaseCommand}.
13
17
  */
14
18
  export interface ResolveCaseCommandOutput extends ResolveCaseResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Resolves a support case. This operation takes a <code>caseId</code> and returns the
18
23
  * initial and final state of the case.</p>
19
24
  * <note>
@@ -40,6 +45,8 @@ export interface ResolveCaseCommandOutput extends ResolveCaseResponse, __Metadat
40
45
  * const response = await client.send(command);
41
46
  * ```
42
47
  *
48
+ * @param ResolveCaseCommandInput - {@link ResolveCaseCommandInput}
49
+ * @returns {@link ResolveCaseCommandOutput}
43
50
  * @see {@link ResolveCaseCommandInput} for command's `input` shape.
44
51
  * @see {@link ResolveCaseCommandOutput} for command's `response` shape.
45
52
  * @see {@link SupportClientResolvedConfig | config} for SupportClient's `config` shape.
@@ -55,11 +62,20 @@ export interface ResolveCaseCommandOutput extends ResolveCaseResponse, __Metadat
55
62
  export declare class ResolveCaseCommand extends $Command<ResolveCaseCommandInput, ResolveCaseCommandOutput, SupportClientResolvedConfig> {
56
63
  readonly input: ResolveCaseCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: ResolveCaseCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SupportClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ResolveCaseCommandInput, ResolveCaseCommandOutput>;
73
+ /**
74
+ * @internal
75
+ */
63
76
  private serialize;
77
+ /**
78
+ * @internal
79
+ */
64
80
  private deserialize;
65
81
  }
@@ -1,5 +1,7 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
2
  /**
3
+ * @public
4
+ *
3
5
  * Base exception class for all service exceptions from Support service.
4
6
  */
5
7
  export declare class SupportServiceException extends __ServiceException {