@aws-sdk/client-trustedadvisor 3.533.0 → 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/TrustedAdvisor.d.ts +4 -1
- package/dist-types/TrustedAdvisorClient.d.ts +1 -1
- package/dist-types/commands/GetOrganizationRecommendationCommand.d.ts +2 -1
- package/dist-types/commands/GetRecommendationCommand.d.ts +2 -1
- package/dist-types/commands/ListChecksCommand.d.ts +2 -1
- package/dist-types/commands/ListOrganizationRecommendationAccountsCommand.d.ts +2 -1
- package/dist-types/commands/ListOrganizationRecommendationResourcesCommand.d.ts +2 -1
- package/dist-types/commands/ListOrganizationRecommendationsCommand.d.ts +2 -1
- package/dist-types/commands/ListRecommendationResourcesCommand.d.ts +2 -1
- package/dist-types/commands/ListRecommendationsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateOrganizationRecommendationLifecycleCommand.d.ts +2 -1
- package/dist-types/commands/UpdateRecommendationLifecycleCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +191 -191
- package/dist-types/ts3.4/TrustedAdvisor.d.ts +3 -0
- package/dist-types/ts3.4/commands/GetOrganizationRecommendationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetRecommendationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListChecksCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListOrganizationRecommendationAccountsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListOrganizationRecommendationResourcesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListOrganizationRecommendationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListRecommendationResourcesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListRecommendationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateOrganizationRecommendationLifecycleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateRecommendationLifecycleCommand.d.ts +9 -0
- package/package.json +40 -40
|
@@ -26,6 +26,7 @@ export interface TrustedAdvisor {
|
|
|
26
26
|
/**
|
|
27
27
|
* @see {@link ListChecksCommand}
|
|
28
28
|
*/
|
|
29
|
+
listChecks(): Promise<ListChecksCommandOutput>;
|
|
29
30
|
listChecks(args: ListChecksCommandInput, options?: __HttpHandlerOptions): Promise<ListChecksCommandOutput>;
|
|
30
31
|
listChecks(args: ListChecksCommandInput, cb: (err: any, data?: ListChecksCommandOutput) => void): void;
|
|
31
32
|
listChecks(args: ListChecksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListChecksCommandOutput) => void): void;
|
|
@@ -44,6 +45,7 @@ export interface TrustedAdvisor {
|
|
|
44
45
|
/**
|
|
45
46
|
* @see {@link ListOrganizationRecommendationsCommand}
|
|
46
47
|
*/
|
|
48
|
+
listOrganizationRecommendations(): Promise<ListOrganizationRecommendationsCommandOutput>;
|
|
47
49
|
listOrganizationRecommendations(args: ListOrganizationRecommendationsCommandInput, options?: __HttpHandlerOptions): Promise<ListOrganizationRecommendationsCommandOutput>;
|
|
48
50
|
listOrganizationRecommendations(args: ListOrganizationRecommendationsCommandInput, cb: (err: any, data?: ListOrganizationRecommendationsCommandOutput) => void): void;
|
|
49
51
|
listOrganizationRecommendations(args: ListOrganizationRecommendationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOrganizationRecommendationsCommandOutput) => void): void;
|
|
@@ -56,6 +58,7 @@ export interface TrustedAdvisor {
|
|
|
56
58
|
/**
|
|
57
59
|
* @see {@link ListRecommendationsCommand}
|
|
58
60
|
*/
|
|
61
|
+
listRecommendations(): Promise<ListRecommendationsCommandOutput>;
|
|
59
62
|
listRecommendations(args: ListRecommendationsCommandInput, options?: __HttpHandlerOptions): Promise<ListRecommendationsCommandOutput>;
|
|
60
63
|
listRecommendations(args: ListRecommendationsCommandInput, cb: (err: any, data?: ListRecommendationsCommandOutput) => void): void;
|
|
61
64
|
listRecommendations(args: ListRecommendationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRecommendationsCommandOutput) => void): void;
|
|
@@ -73,8 +76,8 @@ export interface TrustedAdvisor {
|
|
|
73
76
|
updateRecommendationLifecycle(args: UpdateRecommendationLifecycleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRecommendationLifecycleCommandOutput) => void): void;
|
|
74
77
|
}
|
|
75
78
|
/**
|
|
76
|
-
* @public
|
|
77
79
|
* <p>TrustedAdvisor Public API</p>
|
|
80
|
+
* @public
|
|
78
81
|
*/
|
|
79
82
|
export declare class TrustedAdvisor extends TrustedAdvisorClient implements TrustedAdvisor {
|
|
80
83
|
}
|
|
@@ -161,8 +161,8 @@ export type TrustedAdvisorClientResolvedConfigType = __SmithyResolvedConfigurati
|
|
|
161
161
|
export interface TrustedAdvisorClientResolvedConfig extends TrustedAdvisorClientResolvedConfigType {
|
|
162
162
|
}
|
|
163
163
|
/**
|
|
164
|
-
* @public
|
|
165
164
|
* <p>TrustedAdvisor Public API</p>
|
|
165
|
+
* @public
|
|
166
166
|
*/
|
|
167
167
|
export declare class TrustedAdvisorClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, TrustedAdvisorClientResolvedConfig> {
|
|
168
168
|
/**
|
|
@@ -22,10 +22,10 @@ export interface GetOrganizationRecommendationCommandOutput extends GetOrganizat
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetOrganizationRecommendationCommand_base: {
|
|
24
24
|
new (input: GetOrganizationRecommendationCommandInput): import("@smithy/smithy-client").CommandImpl<GetOrganizationRecommendationCommandInput, GetOrganizationRecommendationCommandOutput, TrustedAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetOrganizationRecommendationCommandInput): import("@smithy/smithy-client").CommandImpl<GetOrganizationRecommendationCommandInput, GetOrganizationRecommendationCommandOutput, TrustedAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Get a specific recommendation within an AWS Organizations organization. This API supports only prioritized
|
|
30
30
|
* recommendations.
|
|
31
31
|
* </p>
|
|
@@ -105,6 +105,7 @@ declare const GetOrganizationRecommendationCommand_base: {
|
|
|
105
105
|
* @throws {@link TrustedAdvisorServiceException}
|
|
106
106
|
* <p>Base exception class for all service exceptions from TrustedAdvisor service.</p>
|
|
107
107
|
*
|
|
108
|
+
* @public
|
|
108
109
|
*/
|
|
109
110
|
export declare class GetOrganizationRecommendationCommand extends GetOrganizationRecommendationCommand_base {
|
|
110
111
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetRecommendationCommandOutput extends GetRecommendationRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetRecommendationCommand_base: {
|
|
24
24
|
new (input: GetRecommendationCommandInput): import("@smithy/smithy-client").CommandImpl<GetRecommendationCommandInput, GetRecommendationCommandOutput, TrustedAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetRecommendationCommandInput): import("@smithy/smithy-client").CommandImpl<GetRecommendationCommandInput, GetRecommendationCommandOutput, TrustedAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Get a specific Recommendation</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -103,6 +103,7 @@ declare const GetRecommendationCommand_base: {
|
|
|
103
103
|
* @throws {@link TrustedAdvisorServiceException}
|
|
104
104
|
* <p>Base exception class for all service exceptions from TrustedAdvisor service.</p>
|
|
105
105
|
*
|
|
106
|
+
* @public
|
|
106
107
|
*/
|
|
107
108
|
export declare class GetRecommendationCommand extends GetRecommendationCommand_base {
|
|
108
109
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListChecksCommandOutput extends ListChecksResponse, __MetadataB
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListChecksCommand_base: {
|
|
24
24
|
new (input: ListChecksCommandInput): import("@smithy/smithy-client").CommandImpl<ListChecksCommandInput, ListChecksCommandOutput, TrustedAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListChecksCommandInput]): import("@smithy/smithy-client").CommandImpl<ListChecksCommandInput, ListChecksCommandOutput, TrustedAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>List a filterable set of Checks</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -88,6 +88,7 @@ declare const ListChecksCommand_base: {
|
|
|
88
88
|
* @throws {@link TrustedAdvisorServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from TrustedAdvisor service.</p>
|
|
90
90
|
*
|
|
91
|
+
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class ListChecksCommand extends ListChecksCommand_base {
|
|
93
94
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListOrganizationRecommendationAccountsCommandOutput extends Lis
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListOrganizationRecommendationAccountsCommand_base: {
|
|
24
24
|
new (input: ListOrganizationRecommendationAccountsCommandInput): import("@smithy/smithy-client").CommandImpl<ListOrganizationRecommendationAccountsCommandInput, ListOrganizationRecommendationAccountsCommandOutput, TrustedAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListOrganizationRecommendationAccountsCommandInput): import("@smithy/smithy-client").CommandImpl<ListOrganizationRecommendationAccountsCommandInput, ListOrganizationRecommendationAccountsCommandOutput, TrustedAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the accounts that own the resources for an organization aggregate recommendation. This API only
|
|
30
30
|
* supports prioritized recommendations.
|
|
31
31
|
* </p>
|
|
@@ -85,6 +85,7 @@ declare const ListOrganizationRecommendationAccountsCommand_base: {
|
|
|
85
85
|
* @throws {@link TrustedAdvisorServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from TrustedAdvisor service.</p>
|
|
87
87
|
*
|
|
88
|
+
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class ListOrganizationRecommendationAccountsCommand extends ListOrganizationRecommendationAccountsCommand_base {
|
|
90
91
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListOrganizationRecommendationResourcesCommandOutput extends Li
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListOrganizationRecommendationResourcesCommand_base: {
|
|
24
24
|
new (input: ListOrganizationRecommendationResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListOrganizationRecommendationResourcesCommandInput, ListOrganizationRecommendationResourcesCommandOutput, TrustedAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListOrganizationRecommendationResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListOrganizationRecommendationResourcesCommandInput, ListOrganizationRecommendationResourcesCommandOutput, TrustedAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>List Resources of a Recommendation within an Organization. This API only supports prioritized
|
|
30
30
|
* recommendations.
|
|
31
31
|
* </p>
|
|
@@ -90,6 +90,7 @@ declare const ListOrganizationRecommendationResourcesCommand_base: {
|
|
|
90
90
|
* @throws {@link TrustedAdvisorServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from TrustedAdvisor service.</p>
|
|
92
92
|
*
|
|
93
|
+
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class ListOrganizationRecommendationResourcesCommand extends ListOrganizationRecommendationResourcesCommand_base {
|
|
95
96
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListOrganizationRecommendationsCommandOutput extends ListOrgani
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListOrganizationRecommendationsCommand_base: {
|
|
24
24
|
new (input: ListOrganizationRecommendationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListOrganizationRecommendationsCommandInput, ListOrganizationRecommendationsCommandOutput, TrustedAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListOrganizationRecommendationsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListOrganizationRecommendationsCommandInput, ListOrganizationRecommendationsCommandOutput, TrustedAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>List a filterable set of Recommendations within an Organization. This API only supports prioritized
|
|
30
30
|
* recommendations.
|
|
31
31
|
* </p>
|
|
@@ -107,6 +107,7 @@ declare const ListOrganizationRecommendationsCommand_base: {
|
|
|
107
107
|
* @throws {@link TrustedAdvisorServiceException}
|
|
108
108
|
* <p>Base exception class for all service exceptions from TrustedAdvisor service.</p>
|
|
109
109
|
*
|
|
110
|
+
* @public
|
|
110
111
|
*/
|
|
111
112
|
export declare class ListOrganizationRecommendationsCommand extends ListOrganizationRecommendationsCommand_base {
|
|
112
113
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListRecommendationResourcesCommandOutput extends ListRecommenda
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListRecommendationResourcesCommand_base: {
|
|
24
24
|
new (input: ListRecommendationResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListRecommendationResourcesCommandInput, ListRecommendationResourcesCommandOutput, TrustedAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListRecommendationResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListRecommendationResourcesCommandInput, ListRecommendationResourcesCommandOutput, TrustedAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>List Resources of a Recommendation</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -86,6 +86,7 @@ declare const ListRecommendationResourcesCommand_base: {
|
|
|
86
86
|
* @throws {@link TrustedAdvisorServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from TrustedAdvisor service.</p>
|
|
88
88
|
*
|
|
89
|
+
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class ListRecommendationResourcesCommand extends ListRecommendationResourcesCommand_base {
|
|
91
92
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListRecommendationsCommandOutput extends ListRecommendationsRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListRecommendationsCommand_base: {
|
|
24
24
|
new (input: ListRecommendationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListRecommendationsCommandInput, ListRecommendationsCommandOutput, TrustedAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListRecommendationsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListRecommendationsCommandInput, ListRecommendationsCommandOutput, TrustedAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>List a filterable set of Recommendations</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -105,6 +105,7 @@ declare const ListRecommendationsCommand_base: {
|
|
|
105
105
|
* @throws {@link TrustedAdvisorServiceException}
|
|
106
106
|
* <p>Base exception class for all service exceptions from TrustedAdvisor service.</p>
|
|
107
107
|
*
|
|
108
|
+
* @public
|
|
108
109
|
*/
|
|
109
110
|
export declare class ListRecommendationsCommand extends ListRecommendationsCommand_base {
|
|
110
111
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateOrganizationRecommendationLifecycleCommandOutput extends
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateOrganizationRecommendationLifecycleCommand_base: {
|
|
24
24
|
new (input: UpdateOrganizationRecommendationLifecycleCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateOrganizationRecommendationLifecycleCommandInput, UpdateOrganizationRecommendationLifecycleCommandOutput, TrustedAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateOrganizationRecommendationLifecycleCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateOrganizationRecommendationLifecycleCommandInput, UpdateOrganizationRecommendationLifecycleCommandOutput, TrustedAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Update the lifecyle of a Recommendation within an Organization. This API only supports prioritized
|
|
30
30
|
* recommendations.
|
|
31
31
|
* </p>
|
|
@@ -74,6 +74,7 @@ declare const UpdateOrganizationRecommendationLifecycleCommand_base: {
|
|
|
74
74
|
* @throws {@link TrustedAdvisorServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from TrustedAdvisor service.</p>
|
|
76
76
|
*
|
|
77
|
+
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class UpdateOrganizationRecommendationLifecycleCommand extends UpdateOrganizationRecommendationLifecycleCommand_base {
|
|
79
80
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateRecommendationLifecycleCommandOutput extends __MetadataBe
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateRecommendationLifecycleCommand_base: {
|
|
24
24
|
new (input: UpdateRecommendationLifecycleCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRecommendationLifecycleCommandInput, UpdateRecommendationLifecycleCommandOutput, TrustedAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateRecommendationLifecycleCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRecommendationLifecycleCommandInput, UpdateRecommendationLifecycleCommandOutput, TrustedAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Update the lifecyle of a Recommendation. This API only supports prioritized recommendations.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -72,6 +72,7 @@ declare const UpdateRecommendationLifecycleCommand_base: {
|
|
|
72
72
|
* @throws {@link TrustedAdvisorServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from TrustedAdvisor service.</p>
|
|
74
74
|
*
|
|
75
|
+
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class UpdateRecommendationLifecycleCommand extends UpdateRecommendationLifecycleCommand_base {
|
|
77
78
|
}
|