@aws-sdk/client-trustedadvisor 3.927.0 → 3.929.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-cjs/index.js +921 -759
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/TrustedAdvisorClient.js +2 -0
- package/dist-es/commands/BatchUpdateRecommendationResourceExclusionCommand.js +3 -9
- package/dist-es/commands/GetOrganizationRecommendationCommand.js +3 -10
- package/dist-es/commands/GetRecommendationCommand.js +3 -10
- package/dist-es/commands/ListChecksCommand.js +3 -9
- package/dist-es/commands/ListOrganizationRecommendationAccountsCommand.js +3 -10
- package/dist-es/commands/ListOrganizationRecommendationResourcesCommand.js +3 -9
- package/dist-es/commands/ListOrganizationRecommendationsCommand.js +3 -9
- package/dist-es/commands/ListRecommendationResourcesCommand.js +3 -9
- package/dist-es/commands/ListRecommendationsCommand.js +3 -9
- package/dist-es/commands/UpdateOrganizationRecommendationLifecycleCommand.js +3 -10
- package/dist-es/commands/UpdateRecommendationLifecycleCommand.js +3 -10
- package/dist-es/models/models_0.js +0 -37
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +894 -0
- package/dist-types/TrustedAdvisorClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -32
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +65 -0
- package/dist-types/ts3.4/TrustedAdvisorClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -24
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +71 -0
- package/package.json +5 -5
- package/dist-es/protocols/Aws_restJson1.js +0 -633
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -101
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -137
|
@@ -1,101 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { BatchUpdateRecommendationResourceExclusionCommandInput, BatchUpdateRecommendationResourceExclusionCommandOutput } from "../commands/BatchUpdateRecommendationResourceExclusionCommand";
|
|
4
|
-
import { GetOrganizationRecommendationCommandInput, GetOrganizationRecommendationCommandOutput } from "../commands/GetOrganizationRecommendationCommand";
|
|
5
|
-
import { GetRecommendationCommandInput, GetRecommendationCommandOutput } from "../commands/GetRecommendationCommand";
|
|
6
|
-
import { ListChecksCommandInput, ListChecksCommandOutput } from "../commands/ListChecksCommand";
|
|
7
|
-
import { ListOrganizationRecommendationAccountsCommandInput, ListOrganizationRecommendationAccountsCommandOutput } from "../commands/ListOrganizationRecommendationAccountsCommand";
|
|
8
|
-
import { ListOrganizationRecommendationResourcesCommandInput, ListOrganizationRecommendationResourcesCommandOutput } from "../commands/ListOrganizationRecommendationResourcesCommand";
|
|
9
|
-
import { ListOrganizationRecommendationsCommandInput, ListOrganizationRecommendationsCommandOutput } from "../commands/ListOrganizationRecommendationsCommand";
|
|
10
|
-
import { ListRecommendationResourcesCommandInput, ListRecommendationResourcesCommandOutput } from "../commands/ListRecommendationResourcesCommand";
|
|
11
|
-
import { ListRecommendationsCommandInput, ListRecommendationsCommandOutput } from "../commands/ListRecommendationsCommand";
|
|
12
|
-
import { UpdateOrganizationRecommendationLifecycleCommandInput, UpdateOrganizationRecommendationLifecycleCommandOutput } from "../commands/UpdateOrganizationRecommendationLifecycleCommand";
|
|
13
|
-
import { UpdateRecommendationLifecycleCommandInput, UpdateRecommendationLifecycleCommandOutput } from "../commands/UpdateRecommendationLifecycleCommand";
|
|
14
|
-
/**
|
|
15
|
-
* serializeAws_restJson1BatchUpdateRecommendationResourceExclusionCommand
|
|
16
|
-
*/
|
|
17
|
-
export declare const se_BatchUpdateRecommendationResourceExclusionCommand: (input: BatchUpdateRecommendationResourceExclusionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
18
|
-
/**
|
|
19
|
-
* serializeAws_restJson1GetOrganizationRecommendationCommand
|
|
20
|
-
*/
|
|
21
|
-
export declare const se_GetOrganizationRecommendationCommand: (input: GetOrganizationRecommendationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
22
|
-
/**
|
|
23
|
-
* serializeAws_restJson1GetRecommendationCommand
|
|
24
|
-
*/
|
|
25
|
-
export declare const se_GetRecommendationCommand: (input: GetRecommendationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
26
|
-
/**
|
|
27
|
-
* serializeAws_restJson1ListChecksCommand
|
|
28
|
-
*/
|
|
29
|
-
export declare const se_ListChecksCommand: (input: ListChecksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
30
|
-
/**
|
|
31
|
-
* serializeAws_restJson1ListOrganizationRecommendationAccountsCommand
|
|
32
|
-
*/
|
|
33
|
-
export declare const se_ListOrganizationRecommendationAccountsCommand: (input: ListOrganizationRecommendationAccountsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
34
|
-
/**
|
|
35
|
-
* serializeAws_restJson1ListOrganizationRecommendationResourcesCommand
|
|
36
|
-
*/
|
|
37
|
-
export declare const se_ListOrganizationRecommendationResourcesCommand: (input: ListOrganizationRecommendationResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
38
|
-
/**
|
|
39
|
-
* serializeAws_restJson1ListOrganizationRecommendationsCommand
|
|
40
|
-
*/
|
|
41
|
-
export declare const se_ListOrganizationRecommendationsCommand: (input: ListOrganizationRecommendationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
42
|
-
/**
|
|
43
|
-
* serializeAws_restJson1ListRecommendationResourcesCommand
|
|
44
|
-
*/
|
|
45
|
-
export declare const se_ListRecommendationResourcesCommand: (input: ListRecommendationResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
46
|
-
/**
|
|
47
|
-
* serializeAws_restJson1ListRecommendationsCommand
|
|
48
|
-
*/
|
|
49
|
-
export declare const se_ListRecommendationsCommand: (input: ListRecommendationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
50
|
-
/**
|
|
51
|
-
* serializeAws_restJson1UpdateOrganizationRecommendationLifecycleCommand
|
|
52
|
-
*/
|
|
53
|
-
export declare const se_UpdateOrganizationRecommendationLifecycleCommand: (input: UpdateOrganizationRecommendationLifecycleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
54
|
-
/**
|
|
55
|
-
* serializeAws_restJson1UpdateRecommendationLifecycleCommand
|
|
56
|
-
*/
|
|
57
|
-
export declare const se_UpdateRecommendationLifecycleCommand: (input: UpdateRecommendationLifecycleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
58
|
-
/**
|
|
59
|
-
* deserializeAws_restJson1BatchUpdateRecommendationResourceExclusionCommand
|
|
60
|
-
*/
|
|
61
|
-
export declare const de_BatchUpdateRecommendationResourceExclusionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchUpdateRecommendationResourceExclusionCommandOutput>;
|
|
62
|
-
/**
|
|
63
|
-
* deserializeAws_restJson1GetOrganizationRecommendationCommand
|
|
64
|
-
*/
|
|
65
|
-
export declare const de_GetOrganizationRecommendationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetOrganizationRecommendationCommandOutput>;
|
|
66
|
-
/**
|
|
67
|
-
* deserializeAws_restJson1GetRecommendationCommand
|
|
68
|
-
*/
|
|
69
|
-
export declare const de_GetRecommendationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRecommendationCommandOutput>;
|
|
70
|
-
/**
|
|
71
|
-
* deserializeAws_restJson1ListChecksCommand
|
|
72
|
-
*/
|
|
73
|
-
export declare const de_ListChecksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListChecksCommandOutput>;
|
|
74
|
-
/**
|
|
75
|
-
* deserializeAws_restJson1ListOrganizationRecommendationAccountsCommand
|
|
76
|
-
*/
|
|
77
|
-
export declare const de_ListOrganizationRecommendationAccountsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOrganizationRecommendationAccountsCommandOutput>;
|
|
78
|
-
/**
|
|
79
|
-
* deserializeAws_restJson1ListOrganizationRecommendationResourcesCommand
|
|
80
|
-
*/
|
|
81
|
-
export declare const de_ListOrganizationRecommendationResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOrganizationRecommendationResourcesCommandOutput>;
|
|
82
|
-
/**
|
|
83
|
-
* deserializeAws_restJson1ListOrganizationRecommendationsCommand
|
|
84
|
-
*/
|
|
85
|
-
export declare const de_ListOrganizationRecommendationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOrganizationRecommendationsCommandOutput>;
|
|
86
|
-
/**
|
|
87
|
-
* deserializeAws_restJson1ListRecommendationResourcesCommand
|
|
88
|
-
*/
|
|
89
|
-
export declare const de_ListRecommendationResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRecommendationResourcesCommandOutput>;
|
|
90
|
-
/**
|
|
91
|
-
* deserializeAws_restJson1ListRecommendationsCommand
|
|
92
|
-
*/
|
|
93
|
-
export declare const de_ListRecommendationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRecommendationsCommandOutput>;
|
|
94
|
-
/**
|
|
95
|
-
* deserializeAws_restJson1UpdateOrganizationRecommendationLifecycleCommand
|
|
96
|
-
*/
|
|
97
|
-
export declare const de_UpdateOrganizationRecommendationLifecycleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateOrganizationRecommendationLifecycleCommandOutput>;
|
|
98
|
-
/**
|
|
99
|
-
* deserializeAws_restJson1UpdateRecommendationLifecycleCommand
|
|
100
|
-
*/
|
|
101
|
-
export declare const de_UpdateRecommendationLifecycleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRecommendationLifecycleCommandOutput>;
|
|
@@ -1,137 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
HttpRequest as __HttpRequest,
|
|
3
|
-
HttpResponse as __HttpResponse,
|
|
4
|
-
} from "@smithy/protocol-http";
|
|
5
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
6
|
-
import {
|
|
7
|
-
BatchUpdateRecommendationResourceExclusionCommandInput,
|
|
8
|
-
BatchUpdateRecommendationResourceExclusionCommandOutput,
|
|
9
|
-
} from "../commands/BatchUpdateRecommendationResourceExclusionCommand";
|
|
10
|
-
import {
|
|
11
|
-
GetOrganizationRecommendationCommandInput,
|
|
12
|
-
GetOrganizationRecommendationCommandOutput,
|
|
13
|
-
} from "../commands/GetOrganizationRecommendationCommand";
|
|
14
|
-
import {
|
|
15
|
-
GetRecommendationCommandInput,
|
|
16
|
-
GetRecommendationCommandOutput,
|
|
17
|
-
} from "../commands/GetRecommendationCommand";
|
|
18
|
-
import {
|
|
19
|
-
ListChecksCommandInput,
|
|
20
|
-
ListChecksCommandOutput,
|
|
21
|
-
} from "../commands/ListChecksCommand";
|
|
22
|
-
import {
|
|
23
|
-
ListOrganizationRecommendationAccountsCommandInput,
|
|
24
|
-
ListOrganizationRecommendationAccountsCommandOutput,
|
|
25
|
-
} from "../commands/ListOrganizationRecommendationAccountsCommand";
|
|
26
|
-
import {
|
|
27
|
-
ListOrganizationRecommendationResourcesCommandInput,
|
|
28
|
-
ListOrganizationRecommendationResourcesCommandOutput,
|
|
29
|
-
} from "../commands/ListOrganizationRecommendationResourcesCommand";
|
|
30
|
-
import {
|
|
31
|
-
ListOrganizationRecommendationsCommandInput,
|
|
32
|
-
ListOrganizationRecommendationsCommandOutput,
|
|
33
|
-
} from "../commands/ListOrganizationRecommendationsCommand";
|
|
34
|
-
import {
|
|
35
|
-
ListRecommendationResourcesCommandInput,
|
|
36
|
-
ListRecommendationResourcesCommandOutput,
|
|
37
|
-
} from "../commands/ListRecommendationResourcesCommand";
|
|
38
|
-
import {
|
|
39
|
-
ListRecommendationsCommandInput,
|
|
40
|
-
ListRecommendationsCommandOutput,
|
|
41
|
-
} from "../commands/ListRecommendationsCommand";
|
|
42
|
-
import {
|
|
43
|
-
UpdateOrganizationRecommendationLifecycleCommandInput,
|
|
44
|
-
UpdateOrganizationRecommendationLifecycleCommandOutput,
|
|
45
|
-
} from "../commands/UpdateOrganizationRecommendationLifecycleCommand";
|
|
46
|
-
import {
|
|
47
|
-
UpdateRecommendationLifecycleCommandInput,
|
|
48
|
-
UpdateRecommendationLifecycleCommandOutput,
|
|
49
|
-
} from "../commands/UpdateRecommendationLifecycleCommand";
|
|
50
|
-
export declare const se_BatchUpdateRecommendationResourceExclusionCommand: (
|
|
51
|
-
input: BatchUpdateRecommendationResourceExclusionCommandInput,
|
|
52
|
-
context: __SerdeContext
|
|
53
|
-
) => Promise<__HttpRequest>;
|
|
54
|
-
export declare const se_GetOrganizationRecommendationCommand: (
|
|
55
|
-
input: GetOrganizationRecommendationCommandInput,
|
|
56
|
-
context: __SerdeContext
|
|
57
|
-
) => Promise<__HttpRequest>;
|
|
58
|
-
export declare const se_GetRecommendationCommand: (
|
|
59
|
-
input: GetRecommendationCommandInput,
|
|
60
|
-
context: __SerdeContext
|
|
61
|
-
) => Promise<__HttpRequest>;
|
|
62
|
-
export declare const se_ListChecksCommand: (
|
|
63
|
-
input: ListChecksCommandInput,
|
|
64
|
-
context: __SerdeContext
|
|
65
|
-
) => Promise<__HttpRequest>;
|
|
66
|
-
export declare const se_ListOrganizationRecommendationAccountsCommand: (
|
|
67
|
-
input: ListOrganizationRecommendationAccountsCommandInput,
|
|
68
|
-
context: __SerdeContext
|
|
69
|
-
) => Promise<__HttpRequest>;
|
|
70
|
-
export declare const se_ListOrganizationRecommendationResourcesCommand: (
|
|
71
|
-
input: ListOrganizationRecommendationResourcesCommandInput,
|
|
72
|
-
context: __SerdeContext
|
|
73
|
-
) => Promise<__HttpRequest>;
|
|
74
|
-
export declare const se_ListOrganizationRecommendationsCommand: (
|
|
75
|
-
input: ListOrganizationRecommendationsCommandInput,
|
|
76
|
-
context: __SerdeContext
|
|
77
|
-
) => Promise<__HttpRequest>;
|
|
78
|
-
export declare const se_ListRecommendationResourcesCommand: (
|
|
79
|
-
input: ListRecommendationResourcesCommandInput,
|
|
80
|
-
context: __SerdeContext
|
|
81
|
-
) => Promise<__HttpRequest>;
|
|
82
|
-
export declare const se_ListRecommendationsCommand: (
|
|
83
|
-
input: ListRecommendationsCommandInput,
|
|
84
|
-
context: __SerdeContext
|
|
85
|
-
) => Promise<__HttpRequest>;
|
|
86
|
-
export declare const se_UpdateOrganizationRecommendationLifecycleCommand: (
|
|
87
|
-
input: UpdateOrganizationRecommendationLifecycleCommandInput,
|
|
88
|
-
context: __SerdeContext
|
|
89
|
-
) => Promise<__HttpRequest>;
|
|
90
|
-
export declare const se_UpdateRecommendationLifecycleCommand: (
|
|
91
|
-
input: UpdateRecommendationLifecycleCommandInput,
|
|
92
|
-
context: __SerdeContext
|
|
93
|
-
) => Promise<__HttpRequest>;
|
|
94
|
-
export declare const de_BatchUpdateRecommendationResourceExclusionCommand: (
|
|
95
|
-
output: __HttpResponse,
|
|
96
|
-
context: __SerdeContext
|
|
97
|
-
) => Promise<BatchUpdateRecommendationResourceExclusionCommandOutput>;
|
|
98
|
-
export declare const de_GetOrganizationRecommendationCommand: (
|
|
99
|
-
output: __HttpResponse,
|
|
100
|
-
context: __SerdeContext
|
|
101
|
-
) => Promise<GetOrganizationRecommendationCommandOutput>;
|
|
102
|
-
export declare const de_GetRecommendationCommand: (
|
|
103
|
-
output: __HttpResponse,
|
|
104
|
-
context: __SerdeContext
|
|
105
|
-
) => Promise<GetRecommendationCommandOutput>;
|
|
106
|
-
export declare const de_ListChecksCommand: (
|
|
107
|
-
output: __HttpResponse,
|
|
108
|
-
context: __SerdeContext
|
|
109
|
-
) => Promise<ListChecksCommandOutput>;
|
|
110
|
-
export declare const de_ListOrganizationRecommendationAccountsCommand: (
|
|
111
|
-
output: __HttpResponse,
|
|
112
|
-
context: __SerdeContext
|
|
113
|
-
) => Promise<ListOrganizationRecommendationAccountsCommandOutput>;
|
|
114
|
-
export declare const de_ListOrganizationRecommendationResourcesCommand: (
|
|
115
|
-
output: __HttpResponse,
|
|
116
|
-
context: __SerdeContext
|
|
117
|
-
) => Promise<ListOrganizationRecommendationResourcesCommandOutput>;
|
|
118
|
-
export declare const de_ListOrganizationRecommendationsCommand: (
|
|
119
|
-
output: __HttpResponse,
|
|
120
|
-
context: __SerdeContext
|
|
121
|
-
) => Promise<ListOrganizationRecommendationsCommandOutput>;
|
|
122
|
-
export declare const de_ListRecommendationResourcesCommand: (
|
|
123
|
-
output: __HttpResponse,
|
|
124
|
-
context: __SerdeContext
|
|
125
|
-
) => Promise<ListRecommendationResourcesCommandOutput>;
|
|
126
|
-
export declare const de_ListRecommendationsCommand: (
|
|
127
|
-
output: __HttpResponse,
|
|
128
|
-
context: __SerdeContext
|
|
129
|
-
) => Promise<ListRecommendationsCommandOutput>;
|
|
130
|
-
export declare const de_UpdateOrganizationRecommendationLifecycleCommand: (
|
|
131
|
-
output: __HttpResponse,
|
|
132
|
-
context: __SerdeContext
|
|
133
|
-
) => Promise<UpdateOrganizationRecommendationLifecycleCommandOutput>;
|
|
134
|
-
export declare const de_UpdateRecommendationLifecycleCommand: (
|
|
135
|
-
output: __HttpResponse,
|
|
136
|
-
context: __SerdeContext
|
|
137
|
-
) => Promise<UpdateRecommendationLifecycleCommandOutput>;
|