@aws-sdk/client-compute-optimizer 3.169.0 → 3.171.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/ComputeOptimizer.d.ts +346 -95
- package/dist-types/ts3.4/ComputeOptimizerClient.d.ts +213 -91
- package/dist-types/ts3.4/commands/DeleteRecommendationPreferencesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeRecommendationExportJobsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ExportAutoScalingGroupRecommendationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ExportEBSVolumeRecommendationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ExportEC2InstanceRecommendationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ExportLambdaFunctionRecommendationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetAutoScalingGroupRecommendationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetEBSVolumeRecommendationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetEC2InstanceRecommendationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetEC2RecommendationProjectedMetricsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetEffectiveRecommendationPreferencesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetEnrollmentStatusCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetEnrollmentStatusesForOrganizationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetLambdaFunctionRecommendationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetRecommendationPreferencesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetRecommendationSummariesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutRecommendationPreferencesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateEnrollmentStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/index.d.ts +18 -18
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +5 -5
- package/dist-types/ts3.4/models/ComputeOptimizerServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1051 -1293
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +221 -56
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +67 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -11
- package/package.json +34 -34
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-compute-optimizer
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-compute-optimizer
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-compute-optimizer
|
|
@@ -1,95 +1,346 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DeleteRecommendationPreferencesCommandInput,
|
|
4
|
+
DeleteRecommendationPreferencesCommandOutput,
|
|
5
|
+
} from "./commands/DeleteRecommendationPreferencesCommand";
|
|
6
|
+
import {
|
|
7
|
+
DescribeRecommendationExportJobsCommandInput,
|
|
8
|
+
DescribeRecommendationExportJobsCommandOutput,
|
|
9
|
+
} from "./commands/DescribeRecommendationExportJobsCommand";
|
|
10
|
+
import {
|
|
11
|
+
ExportAutoScalingGroupRecommendationsCommandInput,
|
|
12
|
+
ExportAutoScalingGroupRecommendationsCommandOutput,
|
|
13
|
+
} from "./commands/ExportAutoScalingGroupRecommendationsCommand";
|
|
14
|
+
import {
|
|
15
|
+
ExportEBSVolumeRecommendationsCommandInput,
|
|
16
|
+
ExportEBSVolumeRecommendationsCommandOutput,
|
|
17
|
+
} from "./commands/ExportEBSVolumeRecommendationsCommand";
|
|
18
|
+
import {
|
|
19
|
+
ExportEC2InstanceRecommendationsCommandInput,
|
|
20
|
+
ExportEC2InstanceRecommendationsCommandOutput,
|
|
21
|
+
} from "./commands/ExportEC2InstanceRecommendationsCommand";
|
|
22
|
+
import {
|
|
23
|
+
ExportLambdaFunctionRecommendationsCommandInput,
|
|
24
|
+
ExportLambdaFunctionRecommendationsCommandOutput,
|
|
25
|
+
} from "./commands/ExportLambdaFunctionRecommendationsCommand";
|
|
26
|
+
import {
|
|
27
|
+
GetAutoScalingGroupRecommendationsCommandInput,
|
|
28
|
+
GetAutoScalingGroupRecommendationsCommandOutput,
|
|
29
|
+
} from "./commands/GetAutoScalingGroupRecommendationsCommand";
|
|
30
|
+
import {
|
|
31
|
+
GetEBSVolumeRecommendationsCommandInput,
|
|
32
|
+
GetEBSVolumeRecommendationsCommandOutput,
|
|
33
|
+
} from "./commands/GetEBSVolumeRecommendationsCommand";
|
|
34
|
+
import {
|
|
35
|
+
GetEC2InstanceRecommendationsCommandInput,
|
|
36
|
+
GetEC2InstanceRecommendationsCommandOutput,
|
|
37
|
+
} from "./commands/GetEC2InstanceRecommendationsCommand";
|
|
38
|
+
import {
|
|
39
|
+
GetEC2RecommendationProjectedMetricsCommandInput,
|
|
40
|
+
GetEC2RecommendationProjectedMetricsCommandOutput,
|
|
41
|
+
} from "./commands/GetEC2RecommendationProjectedMetricsCommand";
|
|
42
|
+
import {
|
|
43
|
+
GetEffectiveRecommendationPreferencesCommandInput,
|
|
44
|
+
GetEffectiveRecommendationPreferencesCommandOutput,
|
|
45
|
+
} from "./commands/GetEffectiveRecommendationPreferencesCommand";
|
|
46
|
+
import {
|
|
47
|
+
GetEnrollmentStatusCommandInput,
|
|
48
|
+
GetEnrollmentStatusCommandOutput,
|
|
49
|
+
} from "./commands/GetEnrollmentStatusCommand";
|
|
50
|
+
import {
|
|
51
|
+
GetEnrollmentStatusesForOrganizationCommandInput,
|
|
52
|
+
GetEnrollmentStatusesForOrganizationCommandOutput,
|
|
53
|
+
} from "./commands/GetEnrollmentStatusesForOrganizationCommand";
|
|
54
|
+
import {
|
|
55
|
+
GetLambdaFunctionRecommendationsCommandInput,
|
|
56
|
+
GetLambdaFunctionRecommendationsCommandOutput,
|
|
57
|
+
} from "./commands/GetLambdaFunctionRecommendationsCommand";
|
|
58
|
+
import {
|
|
59
|
+
GetRecommendationPreferencesCommandInput,
|
|
60
|
+
GetRecommendationPreferencesCommandOutput,
|
|
61
|
+
} from "./commands/GetRecommendationPreferencesCommand";
|
|
62
|
+
import {
|
|
63
|
+
GetRecommendationSummariesCommandInput,
|
|
64
|
+
GetRecommendationSummariesCommandOutput,
|
|
65
|
+
} from "./commands/GetRecommendationSummariesCommand";
|
|
66
|
+
import {
|
|
67
|
+
PutRecommendationPreferencesCommandInput,
|
|
68
|
+
PutRecommendationPreferencesCommandOutput,
|
|
69
|
+
} from "./commands/PutRecommendationPreferencesCommand";
|
|
70
|
+
import {
|
|
71
|
+
UpdateEnrollmentStatusCommandInput,
|
|
72
|
+
UpdateEnrollmentStatusCommandOutput,
|
|
73
|
+
} from "./commands/UpdateEnrollmentStatusCommand";
|
|
74
|
+
import { ComputeOptimizerClient } from "./ComputeOptimizerClient";
|
|
75
|
+
export declare class ComputeOptimizer extends ComputeOptimizerClient {
|
|
76
|
+
deleteRecommendationPreferences(
|
|
77
|
+
args: DeleteRecommendationPreferencesCommandInput,
|
|
78
|
+
options?: __HttpHandlerOptions
|
|
79
|
+
): Promise<DeleteRecommendationPreferencesCommandOutput>;
|
|
80
|
+
deleteRecommendationPreferences(
|
|
81
|
+
args: DeleteRecommendationPreferencesCommandInput,
|
|
82
|
+
cb: (err: any, data?: DeleteRecommendationPreferencesCommandOutput) => void
|
|
83
|
+
): void;
|
|
84
|
+
deleteRecommendationPreferences(
|
|
85
|
+
args: DeleteRecommendationPreferencesCommandInput,
|
|
86
|
+
options: __HttpHandlerOptions,
|
|
87
|
+
cb: (err: any, data?: DeleteRecommendationPreferencesCommandOutput) => void
|
|
88
|
+
): void;
|
|
89
|
+
describeRecommendationExportJobs(
|
|
90
|
+
args: DescribeRecommendationExportJobsCommandInput,
|
|
91
|
+
options?: __HttpHandlerOptions
|
|
92
|
+
): Promise<DescribeRecommendationExportJobsCommandOutput>;
|
|
93
|
+
describeRecommendationExportJobs(
|
|
94
|
+
args: DescribeRecommendationExportJobsCommandInput,
|
|
95
|
+
cb: (err: any, data?: DescribeRecommendationExportJobsCommandOutput) => void
|
|
96
|
+
): void;
|
|
97
|
+
describeRecommendationExportJobs(
|
|
98
|
+
args: DescribeRecommendationExportJobsCommandInput,
|
|
99
|
+
options: __HttpHandlerOptions,
|
|
100
|
+
cb: (err: any, data?: DescribeRecommendationExportJobsCommandOutput) => void
|
|
101
|
+
): void;
|
|
102
|
+
exportAutoScalingGroupRecommendations(
|
|
103
|
+
args: ExportAutoScalingGroupRecommendationsCommandInput,
|
|
104
|
+
options?: __HttpHandlerOptions
|
|
105
|
+
): Promise<ExportAutoScalingGroupRecommendationsCommandOutput>;
|
|
106
|
+
exportAutoScalingGroupRecommendations(
|
|
107
|
+
args: ExportAutoScalingGroupRecommendationsCommandInput,
|
|
108
|
+
cb: (
|
|
109
|
+
err: any,
|
|
110
|
+
data?: ExportAutoScalingGroupRecommendationsCommandOutput
|
|
111
|
+
) => void
|
|
112
|
+
): void;
|
|
113
|
+
exportAutoScalingGroupRecommendations(
|
|
114
|
+
args: ExportAutoScalingGroupRecommendationsCommandInput,
|
|
115
|
+
options: __HttpHandlerOptions,
|
|
116
|
+
cb: (
|
|
117
|
+
err: any,
|
|
118
|
+
data?: ExportAutoScalingGroupRecommendationsCommandOutput
|
|
119
|
+
) => void
|
|
120
|
+
): void;
|
|
121
|
+
exportEBSVolumeRecommendations(
|
|
122
|
+
args: ExportEBSVolumeRecommendationsCommandInput,
|
|
123
|
+
options?: __HttpHandlerOptions
|
|
124
|
+
): Promise<ExportEBSVolumeRecommendationsCommandOutput>;
|
|
125
|
+
exportEBSVolumeRecommendations(
|
|
126
|
+
args: ExportEBSVolumeRecommendationsCommandInput,
|
|
127
|
+
cb: (err: any, data?: ExportEBSVolumeRecommendationsCommandOutput) => void
|
|
128
|
+
): void;
|
|
129
|
+
exportEBSVolumeRecommendations(
|
|
130
|
+
args: ExportEBSVolumeRecommendationsCommandInput,
|
|
131
|
+
options: __HttpHandlerOptions,
|
|
132
|
+
cb: (err: any, data?: ExportEBSVolumeRecommendationsCommandOutput) => void
|
|
133
|
+
): void;
|
|
134
|
+
exportEC2InstanceRecommendations(
|
|
135
|
+
args: ExportEC2InstanceRecommendationsCommandInput,
|
|
136
|
+
options?: __HttpHandlerOptions
|
|
137
|
+
): Promise<ExportEC2InstanceRecommendationsCommandOutput>;
|
|
138
|
+
exportEC2InstanceRecommendations(
|
|
139
|
+
args: ExportEC2InstanceRecommendationsCommandInput,
|
|
140
|
+
cb: (err: any, data?: ExportEC2InstanceRecommendationsCommandOutput) => void
|
|
141
|
+
): void;
|
|
142
|
+
exportEC2InstanceRecommendations(
|
|
143
|
+
args: ExportEC2InstanceRecommendationsCommandInput,
|
|
144
|
+
options: __HttpHandlerOptions,
|
|
145
|
+
cb: (err: any, data?: ExportEC2InstanceRecommendationsCommandOutput) => void
|
|
146
|
+
): void;
|
|
147
|
+
exportLambdaFunctionRecommendations(
|
|
148
|
+
args: ExportLambdaFunctionRecommendationsCommandInput,
|
|
149
|
+
options?: __HttpHandlerOptions
|
|
150
|
+
): Promise<ExportLambdaFunctionRecommendationsCommandOutput>;
|
|
151
|
+
exportLambdaFunctionRecommendations(
|
|
152
|
+
args: ExportLambdaFunctionRecommendationsCommandInput,
|
|
153
|
+
cb: (
|
|
154
|
+
err: any,
|
|
155
|
+
data?: ExportLambdaFunctionRecommendationsCommandOutput
|
|
156
|
+
) => void
|
|
157
|
+
): void;
|
|
158
|
+
exportLambdaFunctionRecommendations(
|
|
159
|
+
args: ExportLambdaFunctionRecommendationsCommandInput,
|
|
160
|
+
options: __HttpHandlerOptions,
|
|
161
|
+
cb: (
|
|
162
|
+
err: any,
|
|
163
|
+
data?: ExportLambdaFunctionRecommendationsCommandOutput
|
|
164
|
+
) => void
|
|
165
|
+
): void;
|
|
166
|
+
getAutoScalingGroupRecommendations(
|
|
167
|
+
args: GetAutoScalingGroupRecommendationsCommandInput,
|
|
168
|
+
options?: __HttpHandlerOptions
|
|
169
|
+
): Promise<GetAutoScalingGroupRecommendationsCommandOutput>;
|
|
170
|
+
getAutoScalingGroupRecommendations(
|
|
171
|
+
args: GetAutoScalingGroupRecommendationsCommandInput,
|
|
172
|
+
cb: (
|
|
173
|
+
err: any,
|
|
174
|
+
data?: GetAutoScalingGroupRecommendationsCommandOutput
|
|
175
|
+
) => void
|
|
176
|
+
): void;
|
|
177
|
+
getAutoScalingGroupRecommendations(
|
|
178
|
+
args: GetAutoScalingGroupRecommendationsCommandInput,
|
|
179
|
+
options: __HttpHandlerOptions,
|
|
180
|
+
cb: (
|
|
181
|
+
err: any,
|
|
182
|
+
data?: GetAutoScalingGroupRecommendationsCommandOutput
|
|
183
|
+
) => void
|
|
184
|
+
): void;
|
|
185
|
+
getEBSVolumeRecommendations(
|
|
186
|
+
args: GetEBSVolumeRecommendationsCommandInput,
|
|
187
|
+
options?: __HttpHandlerOptions
|
|
188
|
+
): Promise<GetEBSVolumeRecommendationsCommandOutput>;
|
|
189
|
+
getEBSVolumeRecommendations(
|
|
190
|
+
args: GetEBSVolumeRecommendationsCommandInput,
|
|
191
|
+
cb: (err: any, data?: GetEBSVolumeRecommendationsCommandOutput) => void
|
|
192
|
+
): void;
|
|
193
|
+
getEBSVolumeRecommendations(
|
|
194
|
+
args: GetEBSVolumeRecommendationsCommandInput,
|
|
195
|
+
options: __HttpHandlerOptions,
|
|
196
|
+
cb: (err: any, data?: GetEBSVolumeRecommendationsCommandOutput) => void
|
|
197
|
+
): void;
|
|
198
|
+
getEC2InstanceRecommendations(
|
|
199
|
+
args: GetEC2InstanceRecommendationsCommandInput,
|
|
200
|
+
options?: __HttpHandlerOptions
|
|
201
|
+
): Promise<GetEC2InstanceRecommendationsCommandOutput>;
|
|
202
|
+
getEC2InstanceRecommendations(
|
|
203
|
+
args: GetEC2InstanceRecommendationsCommandInput,
|
|
204
|
+
cb: (err: any, data?: GetEC2InstanceRecommendationsCommandOutput) => void
|
|
205
|
+
): void;
|
|
206
|
+
getEC2InstanceRecommendations(
|
|
207
|
+
args: GetEC2InstanceRecommendationsCommandInput,
|
|
208
|
+
options: __HttpHandlerOptions,
|
|
209
|
+
cb: (err: any, data?: GetEC2InstanceRecommendationsCommandOutput) => void
|
|
210
|
+
): void;
|
|
211
|
+
getEC2RecommendationProjectedMetrics(
|
|
212
|
+
args: GetEC2RecommendationProjectedMetricsCommandInput,
|
|
213
|
+
options?: __HttpHandlerOptions
|
|
214
|
+
): Promise<GetEC2RecommendationProjectedMetricsCommandOutput>;
|
|
215
|
+
getEC2RecommendationProjectedMetrics(
|
|
216
|
+
args: GetEC2RecommendationProjectedMetricsCommandInput,
|
|
217
|
+
cb: (
|
|
218
|
+
err: any,
|
|
219
|
+
data?: GetEC2RecommendationProjectedMetricsCommandOutput
|
|
220
|
+
) => void
|
|
221
|
+
): void;
|
|
222
|
+
getEC2RecommendationProjectedMetrics(
|
|
223
|
+
args: GetEC2RecommendationProjectedMetricsCommandInput,
|
|
224
|
+
options: __HttpHandlerOptions,
|
|
225
|
+
cb: (
|
|
226
|
+
err: any,
|
|
227
|
+
data?: GetEC2RecommendationProjectedMetricsCommandOutput
|
|
228
|
+
) => void
|
|
229
|
+
): void;
|
|
230
|
+
getEffectiveRecommendationPreferences(
|
|
231
|
+
args: GetEffectiveRecommendationPreferencesCommandInput,
|
|
232
|
+
options?: __HttpHandlerOptions
|
|
233
|
+
): Promise<GetEffectiveRecommendationPreferencesCommandOutput>;
|
|
234
|
+
getEffectiveRecommendationPreferences(
|
|
235
|
+
args: GetEffectiveRecommendationPreferencesCommandInput,
|
|
236
|
+
cb: (
|
|
237
|
+
err: any,
|
|
238
|
+
data?: GetEffectiveRecommendationPreferencesCommandOutput
|
|
239
|
+
) => void
|
|
240
|
+
): void;
|
|
241
|
+
getEffectiveRecommendationPreferences(
|
|
242
|
+
args: GetEffectiveRecommendationPreferencesCommandInput,
|
|
243
|
+
options: __HttpHandlerOptions,
|
|
244
|
+
cb: (
|
|
245
|
+
err: any,
|
|
246
|
+
data?: GetEffectiveRecommendationPreferencesCommandOutput
|
|
247
|
+
) => void
|
|
248
|
+
): void;
|
|
249
|
+
getEnrollmentStatus(
|
|
250
|
+
args: GetEnrollmentStatusCommandInput,
|
|
251
|
+
options?: __HttpHandlerOptions
|
|
252
|
+
): Promise<GetEnrollmentStatusCommandOutput>;
|
|
253
|
+
getEnrollmentStatus(
|
|
254
|
+
args: GetEnrollmentStatusCommandInput,
|
|
255
|
+
cb: (err: any, data?: GetEnrollmentStatusCommandOutput) => void
|
|
256
|
+
): void;
|
|
257
|
+
getEnrollmentStatus(
|
|
258
|
+
args: GetEnrollmentStatusCommandInput,
|
|
259
|
+
options: __HttpHandlerOptions,
|
|
260
|
+
cb: (err: any, data?: GetEnrollmentStatusCommandOutput) => void
|
|
261
|
+
): void;
|
|
262
|
+
getEnrollmentStatusesForOrganization(
|
|
263
|
+
args: GetEnrollmentStatusesForOrganizationCommandInput,
|
|
264
|
+
options?: __HttpHandlerOptions
|
|
265
|
+
): Promise<GetEnrollmentStatusesForOrganizationCommandOutput>;
|
|
266
|
+
getEnrollmentStatusesForOrganization(
|
|
267
|
+
args: GetEnrollmentStatusesForOrganizationCommandInput,
|
|
268
|
+
cb: (
|
|
269
|
+
err: any,
|
|
270
|
+
data?: GetEnrollmentStatusesForOrganizationCommandOutput
|
|
271
|
+
) => void
|
|
272
|
+
): void;
|
|
273
|
+
getEnrollmentStatusesForOrganization(
|
|
274
|
+
args: GetEnrollmentStatusesForOrganizationCommandInput,
|
|
275
|
+
options: __HttpHandlerOptions,
|
|
276
|
+
cb: (
|
|
277
|
+
err: any,
|
|
278
|
+
data?: GetEnrollmentStatusesForOrganizationCommandOutput
|
|
279
|
+
) => void
|
|
280
|
+
): void;
|
|
281
|
+
getLambdaFunctionRecommendations(
|
|
282
|
+
args: GetLambdaFunctionRecommendationsCommandInput,
|
|
283
|
+
options?: __HttpHandlerOptions
|
|
284
|
+
): Promise<GetLambdaFunctionRecommendationsCommandOutput>;
|
|
285
|
+
getLambdaFunctionRecommendations(
|
|
286
|
+
args: GetLambdaFunctionRecommendationsCommandInput,
|
|
287
|
+
cb: (err: any, data?: GetLambdaFunctionRecommendationsCommandOutput) => void
|
|
288
|
+
): void;
|
|
289
|
+
getLambdaFunctionRecommendations(
|
|
290
|
+
args: GetLambdaFunctionRecommendationsCommandInput,
|
|
291
|
+
options: __HttpHandlerOptions,
|
|
292
|
+
cb: (err: any, data?: GetLambdaFunctionRecommendationsCommandOutput) => void
|
|
293
|
+
): void;
|
|
294
|
+
getRecommendationPreferences(
|
|
295
|
+
args: GetRecommendationPreferencesCommandInput,
|
|
296
|
+
options?: __HttpHandlerOptions
|
|
297
|
+
): Promise<GetRecommendationPreferencesCommandOutput>;
|
|
298
|
+
getRecommendationPreferences(
|
|
299
|
+
args: GetRecommendationPreferencesCommandInput,
|
|
300
|
+
cb: (err: any, data?: GetRecommendationPreferencesCommandOutput) => void
|
|
301
|
+
): void;
|
|
302
|
+
getRecommendationPreferences(
|
|
303
|
+
args: GetRecommendationPreferencesCommandInput,
|
|
304
|
+
options: __HttpHandlerOptions,
|
|
305
|
+
cb: (err: any, data?: GetRecommendationPreferencesCommandOutput) => void
|
|
306
|
+
): void;
|
|
307
|
+
getRecommendationSummaries(
|
|
308
|
+
args: GetRecommendationSummariesCommandInput,
|
|
309
|
+
options?: __HttpHandlerOptions
|
|
310
|
+
): Promise<GetRecommendationSummariesCommandOutput>;
|
|
311
|
+
getRecommendationSummaries(
|
|
312
|
+
args: GetRecommendationSummariesCommandInput,
|
|
313
|
+
cb: (err: any, data?: GetRecommendationSummariesCommandOutput) => void
|
|
314
|
+
): void;
|
|
315
|
+
getRecommendationSummaries(
|
|
316
|
+
args: GetRecommendationSummariesCommandInput,
|
|
317
|
+
options: __HttpHandlerOptions,
|
|
318
|
+
cb: (err: any, data?: GetRecommendationSummariesCommandOutput) => void
|
|
319
|
+
): void;
|
|
320
|
+
putRecommendationPreferences(
|
|
321
|
+
args: PutRecommendationPreferencesCommandInput,
|
|
322
|
+
options?: __HttpHandlerOptions
|
|
323
|
+
): Promise<PutRecommendationPreferencesCommandOutput>;
|
|
324
|
+
putRecommendationPreferences(
|
|
325
|
+
args: PutRecommendationPreferencesCommandInput,
|
|
326
|
+
cb: (err: any, data?: PutRecommendationPreferencesCommandOutput) => void
|
|
327
|
+
): void;
|
|
328
|
+
putRecommendationPreferences(
|
|
329
|
+
args: PutRecommendationPreferencesCommandInput,
|
|
330
|
+
options: __HttpHandlerOptions,
|
|
331
|
+
cb: (err: any, data?: PutRecommendationPreferencesCommandOutput) => void
|
|
332
|
+
): void;
|
|
333
|
+
updateEnrollmentStatus(
|
|
334
|
+
args: UpdateEnrollmentStatusCommandInput,
|
|
335
|
+
options?: __HttpHandlerOptions
|
|
336
|
+
): Promise<UpdateEnrollmentStatusCommandOutput>;
|
|
337
|
+
updateEnrollmentStatus(
|
|
338
|
+
args: UpdateEnrollmentStatusCommandInput,
|
|
339
|
+
cb: (err: any, data?: UpdateEnrollmentStatusCommandOutput) => void
|
|
340
|
+
): void;
|
|
341
|
+
updateEnrollmentStatus(
|
|
342
|
+
args: UpdateEnrollmentStatusCommandInput,
|
|
343
|
+
options: __HttpHandlerOptions,
|
|
344
|
+
cb: (err: any, data?: UpdateEnrollmentStatusCommandOutput) => void
|
|
345
|
+
): void;
|
|
346
|
+
}
|