@aws-sdk/client-compute-optimizer 3.131.0 → 3.142.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 +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/DeleteRecommendationPreferencesCommand.js +2 -2
- package/dist-cjs/commands/DescribeRecommendationExportJobsCommand.js +2 -2
- package/dist-cjs/commands/ExportAutoScalingGroupRecommendationsCommand.js +2 -2
- package/dist-cjs/commands/ExportEBSVolumeRecommendationsCommand.js +2 -2
- package/dist-cjs/commands/ExportEC2InstanceRecommendationsCommand.js +2 -2
- package/dist-cjs/commands/ExportLambdaFunctionRecommendationsCommand.js +2 -2
- package/dist-cjs/commands/GetAutoScalingGroupRecommendationsCommand.js +2 -2
- package/dist-cjs/commands/GetEBSVolumeRecommendationsCommand.js +2 -2
- package/dist-cjs/commands/GetEC2InstanceRecommendationsCommand.js +2 -2
- package/dist-cjs/commands/GetEC2RecommendationProjectedMetricsCommand.js +2 -2
- package/dist-cjs/commands/GetEffectiveRecommendationPreferencesCommand.js +2 -2
- package/dist-cjs/commands/GetEnrollmentStatusCommand.js +2 -2
- package/dist-cjs/commands/GetEnrollmentStatusesForOrganizationCommand.js +2 -2
- package/dist-cjs/commands/GetLambdaFunctionRecommendationsCommand.js +2 -2
- package/dist-cjs/commands/GetRecommendationPreferencesCommand.js +2 -2
- package/dist-cjs/commands/GetRecommendationSummariesCommand.js +2 -2
- package/dist-cjs/commands/PutRecommendationPreferencesCommand.js +2 -2
- package/dist-cjs/commands/UpdateEnrollmentStatusCommand.js +2 -2
- package/dist-cjs/models/models_0.js +299 -447
- package/dist-cjs/protocols/Aws_json1_0.js +90 -198
- package/dist-es/commands/DeleteRecommendationPreferencesCommand.js +3 -3
- package/dist-es/commands/DescribeRecommendationExportJobsCommand.js +3 -3
- package/dist-es/commands/ExportAutoScalingGroupRecommendationsCommand.js +3 -3
- package/dist-es/commands/ExportEBSVolumeRecommendationsCommand.js +3 -3
- package/dist-es/commands/ExportEC2InstanceRecommendationsCommand.js +3 -3
- package/dist-es/commands/ExportLambdaFunctionRecommendationsCommand.js +3 -3
- package/dist-es/commands/GetAutoScalingGroupRecommendationsCommand.js +3 -3
- package/dist-es/commands/GetEBSVolumeRecommendationsCommand.js +3 -3
- package/dist-es/commands/GetEC2InstanceRecommendationsCommand.js +3 -3
- package/dist-es/commands/GetEC2RecommendationProjectedMetricsCommand.js +3 -3
- package/dist-es/commands/GetEffectiveRecommendationPreferencesCommand.js +3 -3
- package/dist-es/commands/GetEnrollmentStatusCommand.js +3 -3
- package/dist-es/commands/GetEnrollmentStatusesForOrganizationCommand.js +3 -3
- package/dist-es/commands/GetLambdaFunctionRecommendationsCommand.js +3 -3
- package/dist-es/commands/GetRecommendationPreferencesCommand.js +3 -3
- package/dist-es/commands/GetRecommendationSummariesCommand.js +3 -3
- package/dist-es/commands/PutRecommendationPreferencesCommand.js +3 -3
- package/dist-es/commands/UpdateEnrollmentStatusCommand.js +3 -3
- package/dist-es/models/models_0.js +74 -296
- package/dist-es/protocols/Aws_json1_0.js +145 -199
- package/dist-types/models/models_0.d.ts +296 -444
- package/dist-types/ts3.4/models/models_0.d.ts +148 -296
- package/package.json +6 -6
|
@@ -41,12 +41,6 @@ export interface AccountEnrollmentStatus {
|
|
|
41
41
|
*/
|
|
42
42
|
lastUpdatedTimestamp?: Date;
|
|
43
43
|
}
|
|
44
|
-
export declare namespace AccountEnrollmentStatus {
|
|
45
|
-
/**
|
|
46
|
-
* @internal
|
|
47
|
-
*/
|
|
48
|
-
const filterSensitiveLog: (obj: AccountEnrollmentStatus) => any;
|
|
49
|
-
}
|
|
50
44
|
/**
|
|
51
45
|
* <p>Describes the configuration of an Auto Scaling group.</p>
|
|
52
46
|
*/
|
|
@@ -70,12 +64,6 @@ export interface AutoScalingGroupConfiguration {
|
|
|
70
64
|
*/
|
|
71
65
|
instanceType?: string;
|
|
72
66
|
}
|
|
73
|
-
export declare namespace AutoScalingGroupConfiguration {
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
const filterSensitiveLog: (obj: AutoScalingGroupConfiguration) => any;
|
|
78
|
-
}
|
|
79
67
|
export declare enum CurrentPerformanceRisk {
|
|
80
68
|
HIGH = "High",
|
|
81
69
|
LOW = "Low",
|
|
@@ -138,12 +126,6 @@ export interface EffectiveRecommendationPreferences {
|
|
|
138
126
|
*/
|
|
139
127
|
inferredWorkloadTypes?: InferredWorkloadTypesPreference | string;
|
|
140
128
|
}
|
|
141
|
-
export declare namespace EffectiveRecommendationPreferences {
|
|
142
|
-
/**
|
|
143
|
-
* @internal
|
|
144
|
-
*/
|
|
145
|
-
const filterSensitiveLog: (obj: EffectiveRecommendationPreferences) => any;
|
|
146
|
-
}
|
|
147
129
|
export declare enum Finding {
|
|
148
130
|
NOT_OPTIMIZED = "NotOptimized",
|
|
149
131
|
OPTIMIZED = "Optimized",
|
|
@@ -325,12 +307,6 @@ export interface UtilizationMetric {
|
|
|
325
307
|
*/
|
|
326
308
|
value?: number;
|
|
327
309
|
}
|
|
328
|
-
export declare namespace UtilizationMetric {
|
|
329
|
-
/**
|
|
330
|
-
* @internal
|
|
331
|
-
*/
|
|
332
|
-
const filterSensitiveLog: (obj: UtilizationMetric) => any;
|
|
333
|
-
}
|
|
334
310
|
export declare enum Currency {
|
|
335
311
|
CNY = "CNY",
|
|
336
312
|
USD = "USD"
|
|
@@ -352,12 +328,6 @@ export interface EstimatedMonthlySavings {
|
|
|
352
328
|
*/
|
|
353
329
|
value?: number;
|
|
354
330
|
}
|
|
355
|
-
export declare namespace EstimatedMonthlySavings {
|
|
356
|
-
/**
|
|
357
|
-
* @internal
|
|
358
|
-
*/
|
|
359
|
-
const filterSensitiveLog: (obj: EstimatedMonthlySavings) => any;
|
|
360
|
-
}
|
|
361
331
|
/**
|
|
362
332
|
* <p>Describes the savings opportunity for recommendations of a given resource type or for
|
|
363
333
|
* the recommendation option of an individual resource.</p>
|
|
@@ -389,12 +359,6 @@ export interface SavingsOpportunity {
|
|
|
389
359
|
*/
|
|
390
360
|
estimatedMonthlySavings?: EstimatedMonthlySavings;
|
|
391
361
|
}
|
|
392
|
-
export declare namespace SavingsOpportunity {
|
|
393
|
-
/**
|
|
394
|
-
* @internal
|
|
395
|
-
*/
|
|
396
|
-
const filterSensitiveLog: (obj: SavingsOpportunity) => any;
|
|
397
|
-
}
|
|
398
362
|
/**
|
|
399
363
|
* <p>Describes a recommendation option for an Auto Scaling group.</p>
|
|
400
364
|
*/
|
|
@@ -456,12 +420,6 @@ export interface AutoScalingGroupRecommendationOption {
|
|
|
456
420
|
*/
|
|
457
421
|
migrationEffort?: MigrationEffort | string;
|
|
458
422
|
}
|
|
459
|
-
export declare namespace AutoScalingGroupRecommendationOption {
|
|
460
|
-
/**
|
|
461
|
-
* @internal
|
|
462
|
-
*/
|
|
463
|
-
const filterSensitiveLog: (obj: AutoScalingGroupRecommendationOption) => any;
|
|
464
|
-
}
|
|
465
423
|
/**
|
|
466
424
|
* <p>Describes an Auto Scaling group recommendation.</p>
|
|
467
425
|
*/
|
|
@@ -583,12 +541,6 @@ export interface AutoScalingGroupRecommendation {
|
|
|
583
541
|
*/
|
|
584
542
|
inferredWorkloadTypes?: (InferredWorkloadType | string)[];
|
|
585
543
|
}
|
|
586
|
-
export declare namespace AutoScalingGroupRecommendation {
|
|
587
|
-
/**
|
|
588
|
-
* @internal
|
|
589
|
-
*/
|
|
590
|
-
const filterSensitiveLog: (obj: AutoScalingGroupRecommendation) => any;
|
|
591
|
-
}
|
|
592
544
|
export declare enum RecommendationPreferenceName {
|
|
593
545
|
ENHANCED_INFRASTRUCTURE_METRICS = "EnhancedInfrastructureMetrics",
|
|
594
546
|
INFERRED_WORKLOAD_TYPES = "InferredWorkloadTypes"
|
|
@@ -671,12 +623,6 @@ export interface Scope {
|
|
|
671
623
|
*/
|
|
672
624
|
value?: string;
|
|
673
625
|
}
|
|
674
|
-
export declare namespace Scope {
|
|
675
|
-
/**
|
|
676
|
-
* @internal
|
|
677
|
-
*/
|
|
678
|
-
const filterSensitiveLog: (obj: Scope) => any;
|
|
679
|
-
}
|
|
680
626
|
export interface DeleteRecommendationPreferencesRequest {
|
|
681
627
|
/**
|
|
682
628
|
* <p>The target resource type of the recommendation preference to delete.</p>
|
|
@@ -706,20 +652,8 @@ export interface DeleteRecommendationPreferencesRequest {
|
|
|
706
652
|
*/
|
|
707
653
|
recommendationPreferenceNames: (RecommendationPreferenceName | string)[] | undefined;
|
|
708
654
|
}
|
|
709
|
-
export declare namespace DeleteRecommendationPreferencesRequest {
|
|
710
|
-
/**
|
|
711
|
-
* @internal
|
|
712
|
-
*/
|
|
713
|
-
const filterSensitiveLog: (obj: DeleteRecommendationPreferencesRequest) => any;
|
|
714
|
-
}
|
|
715
655
|
export interface DeleteRecommendationPreferencesResponse {
|
|
716
656
|
}
|
|
717
|
-
export declare namespace DeleteRecommendationPreferencesResponse {
|
|
718
|
-
/**
|
|
719
|
-
* @internal
|
|
720
|
-
*/
|
|
721
|
-
const filterSensitiveLog: (obj: DeleteRecommendationPreferencesResponse) => any;
|
|
722
|
-
}
|
|
723
657
|
/**
|
|
724
658
|
* <p>An internal error has occurred. Try your call again.</p>
|
|
725
659
|
*/
|
|
@@ -839,12 +773,6 @@ export interface JobFilter {
|
|
|
839
773
|
*/
|
|
840
774
|
values?: string[];
|
|
841
775
|
}
|
|
842
|
-
export declare namespace JobFilter {
|
|
843
|
-
/**
|
|
844
|
-
* @internal
|
|
845
|
-
*/
|
|
846
|
-
const filterSensitiveLog: (obj: JobFilter) => any;
|
|
847
|
-
}
|
|
848
776
|
export interface DescribeRecommendationExportJobsRequest {
|
|
849
777
|
/**
|
|
850
778
|
* <p>The identification numbers of the export jobs to return.</p>
|
|
@@ -869,12 +797,6 @@ export interface DescribeRecommendationExportJobsRequest {
|
|
|
869
797
|
*/
|
|
870
798
|
maxResults?: number;
|
|
871
799
|
}
|
|
872
|
-
export declare namespace DescribeRecommendationExportJobsRequest {
|
|
873
|
-
/**
|
|
874
|
-
* @internal
|
|
875
|
-
*/
|
|
876
|
-
const filterSensitiveLog: (obj: DescribeRecommendationExportJobsRequest) => any;
|
|
877
|
-
}
|
|
878
800
|
/**
|
|
879
801
|
* <p>Describes the destination Amazon Simple Storage Service (Amazon S3) bucket name and
|
|
880
802
|
* object keys of a recommendations export file, and its associated metadata file.</p>
|
|
@@ -896,12 +818,6 @@ export interface S3Destination {
|
|
|
896
818
|
*/
|
|
897
819
|
metadataKey?: string;
|
|
898
820
|
}
|
|
899
|
-
export declare namespace S3Destination {
|
|
900
|
-
/**
|
|
901
|
-
* @internal
|
|
902
|
-
*/
|
|
903
|
-
const filterSensitiveLog: (obj: S3Destination) => any;
|
|
904
|
-
}
|
|
905
821
|
/**
|
|
906
822
|
* <p>Describes the destination of the recommendations export and metadata files.</p>
|
|
907
823
|
*/
|
|
@@ -913,12 +829,6 @@ export interface ExportDestination {
|
|
|
913
829
|
*/
|
|
914
830
|
s3?: S3Destination;
|
|
915
831
|
}
|
|
916
|
-
export declare namespace ExportDestination {
|
|
917
|
-
/**
|
|
918
|
-
* @internal
|
|
919
|
-
*/
|
|
920
|
-
const filterSensitiveLog: (obj: ExportDestination) => any;
|
|
921
|
-
}
|
|
922
832
|
export declare enum JobStatus {
|
|
923
833
|
COMPLETE = "Complete",
|
|
924
834
|
FAILED = "Failed",
|
|
@@ -962,12 +872,6 @@ export interface RecommendationExportJob {
|
|
|
962
872
|
*/
|
|
963
873
|
failureReason?: string;
|
|
964
874
|
}
|
|
965
|
-
export declare namespace RecommendationExportJob {
|
|
966
|
-
/**
|
|
967
|
-
* @internal
|
|
968
|
-
*/
|
|
969
|
-
const filterSensitiveLog: (obj: RecommendationExportJob) => any;
|
|
970
|
-
}
|
|
971
875
|
export interface DescribeRecommendationExportJobsResponse {
|
|
972
876
|
/**
|
|
973
877
|
* <p>An array of objects that describe recommendation export jobs.</p>
|
|
@@ -979,12 +883,6 @@ export interface DescribeRecommendationExportJobsResponse {
|
|
|
979
883
|
*/
|
|
980
884
|
nextToken?: string;
|
|
981
885
|
}
|
|
982
|
-
export declare namespace DescribeRecommendationExportJobsResponse {
|
|
983
|
-
/**
|
|
984
|
-
* @internal
|
|
985
|
-
*/
|
|
986
|
-
const filterSensitiveLog: (obj: DescribeRecommendationExportJobsResponse) => any;
|
|
987
|
-
}
|
|
988
886
|
export declare enum ExportableAutoScalingGroupField {
|
|
989
887
|
ACCOUNT_ID = "AccountId",
|
|
990
888
|
AUTO_SCALING_GROUP_ARN = "AutoScalingGroupArn",
|
|
@@ -1237,12 +1135,6 @@ export interface Filter {
|
|
|
1237
1135
|
*/
|
|
1238
1136
|
values?: string[];
|
|
1239
1137
|
}
|
|
1240
|
-
export declare namespace Filter {
|
|
1241
|
-
/**
|
|
1242
|
-
* @internal
|
|
1243
|
-
*/
|
|
1244
|
-
const filterSensitiveLog: (obj: Filter) => any;
|
|
1245
|
-
}
|
|
1246
1138
|
/**
|
|
1247
1139
|
* <p>Describes the recommendation preferences to return in the response of a <a>GetAutoScalingGroupRecommendations</a>, <a>GetEC2InstanceRecommendations</a>, and <a>GetEC2RecommendationProjectedMetrics</a> request.</p>
|
|
1248
1140
|
*/
|
|
@@ -1267,12 +1159,6 @@ export interface RecommendationPreferences {
|
|
|
1267
1159
|
*/
|
|
1268
1160
|
cpuVendorArchitectures?: (CpuVendorArchitecture | string)[];
|
|
1269
1161
|
}
|
|
1270
|
-
export declare namespace RecommendationPreferences {
|
|
1271
|
-
/**
|
|
1272
|
-
* @internal
|
|
1273
|
-
*/
|
|
1274
|
-
const filterSensitiveLog: (obj: RecommendationPreferences) => any;
|
|
1275
|
-
}
|
|
1276
1162
|
/**
|
|
1277
1163
|
* <p>Describes the destination Amazon Simple Storage Service (Amazon S3) bucket name and
|
|
1278
1164
|
* key prefix for a recommendations export job.</p>
|
|
@@ -1295,12 +1181,6 @@ export interface S3DestinationConfig {
|
|
|
1295
1181
|
*/
|
|
1296
1182
|
keyPrefix?: string;
|
|
1297
1183
|
}
|
|
1298
|
-
export declare namespace S3DestinationConfig {
|
|
1299
|
-
/**
|
|
1300
|
-
* @internal
|
|
1301
|
-
*/
|
|
1302
|
-
const filterSensitiveLog: (obj: S3DestinationConfig) => any;
|
|
1303
|
-
}
|
|
1304
1184
|
export interface ExportAutoScalingGroupRecommendationsRequest {
|
|
1305
1185
|
/**
|
|
1306
1186
|
* <p>The IDs of the Amazon Web Services accounts for which to export Auto Scaling group
|
|
@@ -1362,12 +1242,6 @@ export interface ExportAutoScalingGroupRecommendationsRequest {
|
|
|
1362
1242
|
*/
|
|
1363
1243
|
recommendationPreferences?: RecommendationPreferences;
|
|
1364
1244
|
}
|
|
1365
|
-
export declare namespace ExportAutoScalingGroupRecommendationsRequest {
|
|
1366
|
-
/**
|
|
1367
|
-
* @internal
|
|
1368
|
-
*/
|
|
1369
|
-
const filterSensitiveLog: (obj: ExportAutoScalingGroupRecommendationsRequest) => any;
|
|
1370
|
-
}
|
|
1371
1245
|
export interface ExportAutoScalingGroupRecommendationsResponse {
|
|
1372
1246
|
/**
|
|
1373
1247
|
* <p>The identification number of the export job.</p>
|
|
@@ -1381,12 +1255,6 @@ export interface ExportAutoScalingGroupRecommendationsResponse {
|
|
|
1381
1255
|
*/
|
|
1382
1256
|
s3Destination?: S3Destination;
|
|
1383
1257
|
}
|
|
1384
|
-
export declare namespace ExportAutoScalingGroupRecommendationsResponse {
|
|
1385
|
-
/**
|
|
1386
|
-
* @internal
|
|
1387
|
-
*/
|
|
1388
|
-
const filterSensitiveLog: (obj: ExportAutoScalingGroupRecommendationsResponse) => any;
|
|
1389
|
-
}
|
|
1390
1258
|
/**
|
|
1391
1259
|
* <p>The request exceeds a limit of the service.</p>
|
|
1392
1260
|
*/
|
|
@@ -1451,12 +1319,6 @@ export interface EBSFilter {
|
|
|
1451
1319
|
*/
|
|
1452
1320
|
values?: string[];
|
|
1453
1321
|
}
|
|
1454
|
-
export declare namespace EBSFilter {
|
|
1455
|
-
/**
|
|
1456
|
-
* @internal
|
|
1457
|
-
*/
|
|
1458
|
-
const filterSensitiveLog: (obj: EBSFilter) => any;
|
|
1459
|
-
}
|
|
1460
1322
|
export interface ExportEBSVolumeRecommendationsRequest {
|
|
1461
1323
|
/**
|
|
1462
1324
|
* <p>The IDs of the Amazon Web Services accounts for which to export Amazon EBS
|
|
@@ -1513,12 +1375,6 @@ export interface ExportEBSVolumeRecommendationsRequest {
|
|
|
1513
1375
|
*/
|
|
1514
1376
|
includeMemberAccounts?: boolean;
|
|
1515
1377
|
}
|
|
1516
|
-
export declare namespace ExportEBSVolumeRecommendationsRequest {
|
|
1517
|
-
/**
|
|
1518
|
-
* @internal
|
|
1519
|
-
*/
|
|
1520
|
-
const filterSensitiveLog: (obj: ExportEBSVolumeRecommendationsRequest) => any;
|
|
1521
|
-
}
|
|
1522
1378
|
export interface ExportEBSVolumeRecommendationsResponse {
|
|
1523
1379
|
/**
|
|
1524
1380
|
* <p>The identification number of the export job.</p>
|
|
@@ -1532,12 +1388,6 @@ export interface ExportEBSVolumeRecommendationsResponse {
|
|
|
1532
1388
|
*/
|
|
1533
1389
|
s3Destination?: S3Destination;
|
|
1534
1390
|
}
|
|
1535
|
-
export declare namespace ExportEBSVolumeRecommendationsResponse {
|
|
1536
|
-
/**
|
|
1537
|
-
* @internal
|
|
1538
|
-
*/
|
|
1539
|
-
const filterSensitiveLog: (obj: ExportEBSVolumeRecommendationsResponse) => any;
|
|
1540
|
-
}
|
|
1541
1391
|
export declare enum ExportableInstanceField {
|
|
1542
1392
|
ACCOUNT_ID = "AccountId",
|
|
1543
1393
|
CURRENT_INSTANCE_TYPE = "CurrentInstanceType",
|
|
@@ -1653,12 +1503,6 @@ export interface ExportEC2InstanceRecommendationsRequest {
|
|
|
1653
1503
|
*/
|
|
1654
1504
|
recommendationPreferences?: RecommendationPreferences;
|
|
1655
1505
|
}
|
|
1656
|
-
export declare namespace ExportEC2InstanceRecommendationsRequest {
|
|
1657
|
-
/**
|
|
1658
|
-
* @internal
|
|
1659
|
-
*/
|
|
1660
|
-
const filterSensitiveLog: (obj: ExportEC2InstanceRecommendationsRequest) => any;
|
|
1661
|
-
}
|
|
1662
1506
|
export interface ExportEC2InstanceRecommendationsResponse {
|
|
1663
1507
|
/**
|
|
1664
1508
|
* <p>The identification number of the export job.</p>
|
|
@@ -1672,12 +1516,6 @@ export interface ExportEC2InstanceRecommendationsResponse {
|
|
|
1672
1516
|
*/
|
|
1673
1517
|
s3Destination?: S3Destination;
|
|
1674
1518
|
}
|
|
1675
|
-
export declare namespace ExportEC2InstanceRecommendationsResponse {
|
|
1676
|
-
/**
|
|
1677
|
-
* @internal
|
|
1678
|
-
*/
|
|
1679
|
-
const filterSensitiveLog: (obj: ExportEC2InstanceRecommendationsResponse) => any;
|
|
1680
|
-
}
|
|
1681
1519
|
export declare enum ExportableLambdaFunctionField {
|
|
1682
1520
|
ACCOUNT_ID = "AccountId",
|
|
1683
1521
|
CURRENT_CONFIGURATION_MEMORY_SIZE = "CurrentConfigurationMemorySize",
|
|
@@ -1746,12 +1584,6 @@ export interface LambdaFunctionRecommendationFilter {
|
|
|
1746
1584
|
*/
|
|
1747
1585
|
values?: string[];
|
|
1748
1586
|
}
|
|
1749
|
-
export declare namespace LambdaFunctionRecommendationFilter {
|
|
1750
|
-
/**
|
|
1751
|
-
* @internal
|
|
1752
|
-
*/
|
|
1753
|
-
const filterSensitiveLog: (obj: LambdaFunctionRecommendationFilter) => any;
|
|
1754
|
-
}
|
|
1755
1587
|
export interface ExportLambdaFunctionRecommendationsRequest {
|
|
1756
1588
|
/**
|
|
1757
1589
|
* <p>The IDs of the Amazon Web Services accounts for which to export Lambda
|
|
@@ -1808,12 +1640,6 @@ export interface ExportLambdaFunctionRecommendationsRequest {
|
|
|
1808
1640
|
*/
|
|
1809
1641
|
includeMemberAccounts?: boolean;
|
|
1810
1642
|
}
|
|
1811
|
-
export declare namespace ExportLambdaFunctionRecommendationsRequest {
|
|
1812
|
-
/**
|
|
1813
|
-
* @internal
|
|
1814
|
-
*/
|
|
1815
|
-
const filterSensitiveLog: (obj: ExportLambdaFunctionRecommendationsRequest) => any;
|
|
1816
|
-
}
|
|
1817
1643
|
export interface ExportLambdaFunctionRecommendationsResponse {
|
|
1818
1644
|
/**
|
|
1819
1645
|
* <p>The identification number of the export job.</p>
|
|
@@ -1827,12 +1653,6 @@ export interface ExportLambdaFunctionRecommendationsResponse {
|
|
|
1827
1653
|
*/
|
|
1828
1654
|
s3Destination?: S3Destination;
|
|
1829
1655
|
}
|
|
1830
|
-
export declare namespace ExportLambdaFunctionRecommendationsResponse {
|
|
1831
|
-
/**
|
|
1832
|
-
* @internal
|
|
1833
|
-
*/
|
|
1834
|
-
const filterSensitiveLog: (obj: ExportLambdaFunctionRecommendationsResponse) => any;
|
|
1835
|
-
}
|
|
1836
1656
|
export interface GetAutoScalingGroupRecommendationsRequest {
|
|
1837
1657
|
/**
|
|
1838
1658
|
* <p>The ID of the Amazon Web Services account for which to return Auto Scaling group
|
|
@@ -1870,12 +1690,6 @@ export interface GetAutoScalingGroupRecommendationsRequest {
|
|
|
1870
1690
|
*/
|
|
1871
1691
|
recommendationPreferences?: RecommendationPreferences;
|
|
1872
1692
|
}
|
|
1873
|
-
export declare namespace GetAutoScalingGroupRecommendationsRequest {
|
|
1874
|
-
/**
|
|
1875
|
-
* @internal
|
|
1876
|
-
*/
|
|
1877
|
-
const filterSensitiveLog: (obj: GetAutoScalingGroupRecommendationsRequest) => any;
|
|
1878
|
-
}
|
|
1879
1693
|
/**
|
|
1880
1694
|
* <p>Describes an error experienced when getting recommendations.</p>
|
|
1881
1695
|
* <p>For example, an error is returned if you request recommendations for an unsupported
|
|
@@ -1896,12 +1710,6 @@ export interface GetRecommendationError {
|
|
|
1896
1710
|
*/
|
|
1897
1711
|
message?: string;
|
|
1898
1712
|
}
|
|
1899
|
-
export declare namespace GetRecommendationError {
|
|
1900
|
-
/**
|
|
1901
|
-
* @internal
|
|
1902
|
-
*/
|
|
1903
|
-
const filterSensitiveLog: (obj: GetRecommendationError) => any;
|
|
1904
|
-
}
|
|
1905
1713
|
export interface GetAutoScalingGroupRecommendationsResponse {
|
|
1906
1714
|
/**
|
|
1907
1715
|
* <p>The token to use to advance to the next page of Auto Scaling group
|
|
@@ -1921,12 +1729,6 @@ export interface GetAutoScalingGroupRecommendationsResponse {
|
|
|
1921
1729
|
*/
|
|
1922
1730
|
errors?: GetRecommendationError[];
|
|
1923
1731
|
}
|
|
1924
|
-
export declare namespace GetAutoScalingGroupRecommendationsResponse {
|
|
1925
|
-
/**
|
|
1926
|
-
* @internal
|
|
1927
|
-
*/
|
|
1928
|
-
const filterSensitiveLog: (obj: GetAutoScalingGroupRecommendationsResponse) => any;
|
|
1929
|
-
}
|
|
1930
1732
|
export interface GetEBSVolumeRecommendationsRequest {
|
|
1931
1733
|
/**
|
|
1932
1734
|
* <p>The Amazon Resource Name (ARN) of the volumes for which to return
|
|
@@ -1957,12 +1759,6 @@ export interface GetEBSVolumeRecommendationsRequest {
|
|
|
1957
1759
|
*/
|
|
1958
1760
|
accountIds?: string[];
|
|
1959
1761
|
}
|
|
1960
|
-
export declare namespace GetEBSVolumeRecommendationsRequest {
|
|
1961
|
-
/**
|
|
1962
|
-
* @internal
|
|
1963
|
-
*/
|
|
1964
|
-
const filterSensitiveLog: (obj: GetEBSVolumeRecommendationsRequest) => any;
|
|
1965
|
-
}
|
|
1966
1762
|
/**
|
|
1967
1763
|
* <p>Describes the configuration of an Amazon Elastic Block Store (Amazon EBS)
|
|
1968
1764
|
* volume.</p>
|
|
@@ -1997,12 +1793,6 @@ export interface VolumeConfiguration {
|
|
|
1997
1793
|
*/
|
|
1998
1794
|
volumeBurstThroughput?: number;
|
|
1999
1795
|
}
|
|
2000
|
-
export declare namespace VolumeConfiguration {
|
|
2001
|
-
/**
|
|
2002
|
-
* @internal
|
|
2003
|
-
*/
|
|
2004
|
-
const filterSensitiveLog: (obj: VolumeConfiguration) => any;
|
|
2005
|
-
}
|
|
2006
1796
|
export declare enum EBSFinding {
|
|
2007
1797
|
NOT_OPTIMIZED = "NotOptimized",
|
|
2008
1798
|
OPTIMIZED = "Optimized"
|
|
@@ -2072,12 +1862,6 @@ export interface EBSUtilizationMetric {
|
|
|
2072
1862
|
*/
|
|
2073
1863
|
value?: number;
|
|
2074
1864
|
}
|
|
2075
|
-
export declare namespace EBSUtilizationMetric {
|
|
2076
|
-
/**
|
|
2077
|
-
* @internal
|
|
2078
|
-
*/
|
|
2079
|
-
const filterSensitiveLog: (obj: EBSUtilizationMetric) => any;
|
|
2080
|
-
}
|
|
2081
1865
|
/**
|
|
2082
1866
|
* <p>Describes a recommendation option for an Amazon Elastic Block Store (Amazon EBS)
|
|
2083
1867
|
* instance.</p>
|
|
@@ -2110,12 +1894,6 @@ export interface VolumeRecommendationOption {
|
|
|
2110
1894
|
*/
|
|
2111
1895
|
savingsOpportunity?: SavingsOpportunity;
|
|
2112
1896
|
}
|
|
2113
|
-
export declare namespace VolumeRecommendationOption {
|
|
2114
|
-
/**
|
|
2115
|
-
* @internal
|
|
2116
|
-
*/
|
|
2117
|
-
const filterSensitiveLog: (obj: VolumeRecommendationOption) => any;
|
|
2118
|
-
}
|
|
2119
1897
|
/**
|
|
2120
1898
|
* <p>Describes an Amazon Elastic Block Store (Amazon EBS) volume recommendation.</p>
|
|
2121
1899
|
*/
|
|
@@ -2182,12 +1960,6 @@ export interface VolumeRecommendation {
|
|
|
2182
1960
|
*/
|
|
2183
1961
|
currentPerformanceRisk?: CurrentPerformanceRisk | string;
|
|
2184
1962
|
}
|
|
2185
|
-
export declare namespace VolumeRecommendation {
|
|
2186
|
-
/**
|
|
2187
|
-
* @internal
|
|
2188
|
-
*/
|
|
2189
|
-
const filterSensitiveLog: (obj: VolumeRecommendation) => any;
|
|
2190
|
-
}
|
|
2191
1963
|
export interface GetEBSVolumeRecommendationsResponse {
|
|
2192
1964
|
/**
|
|
2193
1965
|
* <p>The token to use to advance to the next page of volume recommendations.</p>
|
|
@@ -2206,12 +1978,6 @@ export interface GetEBSVolumeRecommendationsResponse {
|
|
|
2206
1978
|
*/
|
|
2207
1979
|
errors?: GetRecommendationError[];
|
|
2208
1980
|
}
|
|
2209
|
-
export declare namespace GetEBSVolumeRecommendationsResponse {
|
|
2210
|
-
/**
|
|
2211
|
-
* @internal
|
|
2212
|
-
*/
|
|
2213
|
-
const filterSensitiveLog: (obj: GetEBSVolumeRecommendationsResponse) => any;
|
|
2214
|
-
}
|
|
2215
1981
|
export interface GetEC2InstanceRecommendationsRequest {
|
|
2216
1982
|
/**
|
|
2217
1983
|
* <p>The Amazon Resource Name (ARN) of the instances for which to return
|
|
@@ -2247,12 +2013,6 @@ export interface GetEC2InstanceRecommendationsRequest {
|
|
|
2247
2013
|
*/
|
|
2248
2014
|
recommendationPreferences?: RecommendationPreferences;
|
|
2249
2015
|
}
|
|
2250
|
-
export declare namespace GetEC2InstanceRecommendationsRequest {
|
|
2251
|
-
/**
|
|
2252
|
-
* @internal
|
|
2253
|
-
*/
|
|
2254
|
-
const filterSensitiveLog: (obj: GetEC2InstanceRecommendationsRequest) => any;
|
|
2255
|
-
}
|
|
2256
2016
|
export declare enum InstanceRecommendationFindingReasonCode {
|
|
2257
2017
|
CPU_OVER_PROVISIONED = "CPUOverprovisioned",
|
|
2258
2018
|
CPU_UNDER_PROVISIONED = "CPUUnderprovisioned",
|
|
@@ -2439,12 +2199,6 @@ export interface InstanceRecommendationOption {
|
|
|
2439
2199
|
*/
|
|
2440
2200
|
migrationEffort?: MigrationEffort | string;
|
|
2441
2201
|
}
|
|
2442
|
-
export declare namespace InstanceRecommendationOption {
|
|
2443
|
-
/**
|
|
2444
|
-
* @internal
|
|
2445
|
-
*/
|
|
2446
|
-
const filterSensitiveLog: (obj: InstanceRecommendationOption) => any;
|
|
2447
|
-
}
|
|
2448
2202
|
export declare enum RecommendationSourceType {
|
|
2449
2203
|
AUTO_SCALING_GROUP = "AutoScalingGroup",
|
|
2450
2204
|
EBS_VOLUME = "EbsVolume",
|
|
@@ -2465,12 +2219,6 @@ export interface RecommendationSource {
|
|
|
2465
2219
|
*/
|
|
2466
2220
|
recommendationSourceType?: RecommendationSourceType | string;
|
|
2467
2221
|
}
|
|
2468
|
-
export declare namespace RecommendationSource {
|
|
2469
|
-
/**
|
|
2470
|
-
* @internal
|
|
2471
|
-
*/
|
|
2472
|
-
const filterSensitiveLog: (obj: RecommendationSource) => any;
|
|
2473
|
-
}
|
|
2474
2222
|
/**
|
|
2475
2223
|
* <p>Describes an Amazon EC2 instance recommendation.</p>
|
|
2476
2224
|
*/
|
|
@@ -2805,12 +2553,6 @@ export interface InstanceRecommendation {
|
|
|
2805
2553
|
*/
|
|
2806
2554
|
inferredWorkloadTypes?: (InferredWorkloadType | string)[];
|
|
2807
2555
|
}
|
|
2808
|
-
export declare namespace InstanceRecommendation {
|
|
2809
|
-
/**
|
|
2810
|
-
* @internal
|
|
2811
|
-
*/
|
|
2812
|
-
const filterSensitiveLog: (obj: InstanceRecommendation) => any;
|
|
2813
|
-
}
|
|
2814
2556
|
export interface GetEC2InstanceRecommendationsResponse {
|
|
2815
2557
|
/**
|
|
2816
2558
|
* <p>The token to use to advance to the next page of instance recommendations.</p>
|
|
@@ -2829,12 +2571,6 @@ export interface GetEC2InstanceRecommendationsResponse {
|
|
|
2829
2571
|
*/
|
|
2830
2572
|
errors?: GetRecommendationError[];
|
|
2831
2573
|
}
|
|
2832
|
-
export declare namespace GetEC2InstanceRecommendationsResponse {
|
|
2833
|
-
/**
|
|
2834
|
-
* @internal
|
|
2835
|
-
*/
|
|
2836
|
-
const filterSensitiveLog: (obj: GetEC2InstanceRecommendationsResponse) => any;
|
|
2837
|
-
}
|
|
2838
2574
|
export interface GetEC2RecommendationProjectedMetricsRequest {
|
|
2839
2575
|
/**
|
|
2840
2576
|
* <p>The Amazon Resource Name (ARN) of the instances for which to return recommendation
|
|
@@ -2863,12 +2599,6 @@ export interface GetEC2RecommendationProjectedMetricsRequest {
|
|
|
2863
2599
|
*/
|
|
2864
2600
|
recommendationPreferences?: RecommendationPreferences;
|
|
2865
2601
|
}
|
|
2866
|
-
export declare namespace GetEC2RecommendationProjectedMetricsRequest {
|
|
2867
|
-
/**
|
|
2868
|
-
* @internal
|
|
2869
|
-
*/
|
|
2870
|
-
const filterSensitiveLog: (obj: GetEC2RecommendationProjectedMetricsRequest) => any;
|
|
2871
|
-
}
|
|
2872
2602
|
/**
|
|
2873
2603
|
* <p>Describes a projected utilization metric of a recommendation option, such as an
|
|
2874
2604
|
* Amazon EC2 instance. This represents the projected utilization of a
|
|
@@ -2925,12 +2655,6 @@ export interface ProjectedMetric {
|
|
|
2925
2655
|
*/
|
|
2926
2656
|
values?: number[];
|
|
2927
2657
|
}
|
|
2928
|
-
export declare namespace ProjectedMetric {
|
|
2929
|
-
/**
|
|
2930
|
-
* @internal
|
|
2931
|
-
*/
|
|
2932
|
-
const filterSensitiveLog: (obj: ProjectedMetric) => any;
|
|
2933
|
-
}
|
|
2934
2658
|
/**
|
|
2935
2659
|
* <p>Describes a projected utilization metric of a recommendation option.</p>
|
|
2936
2660
|
* <note>
|
|
@@ -2958,24 +2682,12 @@ export interface RecommendedOptionProjectedMetric {
|
|
|
2958
2682
|
*/
|
|
2959
2683
|
projectedMetrics?: ProjectedMetric[];
|
|
2960
2684
|
}
|
|
2961
|
-
export declare namespace RecommendedOptionProjectedMetric {
|
|
2962
|
-
/**
|
|
2963
|
-
* @internal
|
|
2964
|
-
*/
|
|
2965
|
-
const filterSensitiveLog: (obj: RecommendedOptionProjectedMetric) => any;
|
|
2966
|
-
}
|
|
2967
2685
|
export interface GetEC2RecommendationProjectedMetricsResponse {
|
|
2968
2686
|
/**
|
|
2969
2687
|
* <p>An array of objects that describes projected metrics.</p>
|
|
2970
2688
|
*/
|
|
2971
2689
|
recommendedOptionProjectedMetrics?: RecommendedOptionProjectedMetric[];
|
|
2972
2690
|
}
|
|
2973
|
-
export declare namespace GetEC2RecommendationProjectedMetricsResponse {
|
|
2974
|
-
/**
|
|
2975
|
-
* @internal
|
|
2976
|
-
*/
|
|
2977
|
-
const filterSensitiveLog: (obj: GetEC2RecommendationProjectedMetricsResponse) => any;
|
|
2978
|
-
}
|
|
2979
2691
|
export interface GetEffectiveRecommendationPreferencesRequest {
|
|
2980
2692
|
/**
|
|
2981
2693
|
* <p>The Amazon Resource Name (ARN) of the resource for which to confirm effective
|
|
@@ -2984,12 +2696,6 @@ export interface GetEffectiveRecommendationPreferencesRequest {
|
|
|
2984
2696
|
*/
|
|
2985
2697
|
resourceArn: string | undefined;
|
|
2986
2698
|
}
|
|
2987
|
-
export declare namespace GetEffectiveRecommendationPreferencesRequest {
|
|
2988
|
-
/**
|
|
2989
|
-
* @internal
|
|
2990
|
-
*/
|
|
2991
|
-
const filterSensitiveLog: (obj: GetEffectiveRecommendationPreferencesRequest) => any;
|
|
2992
|
-
}
|
|
2993
2699
|
export interface GetEffectiveRecommendationPreferencesResponse {
|
|
2994
2700
|
/**
|
|
2995
2701
|
* <p>The status of the enhanced infrastructure metrics recommendation preference. Considers
|
|
@@ -3007,20 +2713,8 @@ export interface GetEffectiveRecommendationPreferencesResponse {
|
|
|
3007
2713
|
*/
|
|
3008
2714
|
enhancedInfrastructureMetrics?: EnhancedInfrastructureMetrics | string;
|
|
3009
2715
|
}
|
|
3010
|
-
export declare namespace GetEffectiveRecommendationPreferencesResponse {
|
|
3011
|
-
/**
|
|
3012
|
-
* @internal
|
|
3013
|
-
*/
|
|
3014
|
-
const filterSensitiveLog: (obj: GetEffectiveRecommendationPreferencesResponse) => any;
|
|
3015
|
-
}
|
|
3016
2716
|
export interface GetEnrollmentStatusRequest {
|
|
3017
2717
|
}
|
|
3018
|
-
export declare namespace GetEnrollmentStatusRequest {
|
|
3019
|
-
/**
|
|
3020
|
-
* @internal
|
|
3021
|
-
*/
|
|
3022
|
-
const filterSensitiveLog: (obj: GetEnrollmentStatusRequest) => any;
|
|
3023
|
-
}
|
|
3024
2718
|
export interface GetEnrollmentStatusResponse {
|
|
3025
2719
|
/**
|
|
3026
2720
|
* <p>The enrollment status of the account.</p>
|
|
@@ -3048,12 +2742,6 @@ export interface GetEnrollmentStatusResponse {
|
|
|
3048
2742
|
*/
|
|
3049
2743
|
numberOfMemberAccountsOptedIn?: number;
|
|
3050
2744
|
}
|
|
3051
|
-
export declare namespace GetEnrollmentStatusResponse {
|
|
3052
|
-
/**
|
|
3053
|
-
* @internal
|
|
3054
|
-
*/
|
|
3055
|
-
const filterSensitiveLog: (obj: GetEnrollmentStatusResponse) => any;
|
|
3056
|
-
}
|
|
3057
2745
|
export declare enum EnrollmentFilterName {
|
|
3058
2746
|
STATUS = "Status"
|
|
3059
2747
|
}
|
|
@@ -3076,12 +2764,6 @@ export interface EnrollmentFilter {
|
|
|
3076
2764
|
*/
|
|
3077
2765
|
values?: string[];
|
|
3078
2766
|
}
|
|
3079
|
-
export declare namespace EnrollmentFilter {
|
|
3080
|
-
/**
|
|
3081
|
-
* @internal
|
|
3082
|
-
*/
|
|
3083
|
-
const filterSensitiveLog: (obj: EnrollmentFilter) => any;
|
|
3084
|
-
}
|
|
3085
2767
|
export interface GetEnrollmentStatusesForOrganizationRequest {
|
|
3086
2768
|
/**
|
|
3087
2769
|
* <p>An array of objects to specify a filter that returns a more specific list of account
|
|
@@ -3100,12 +2782,6 @@ export interface GetEnrollmentStatusesForOrganizationRequest {
|
|
|
3100
2782
|
*/
|
|
3101
2783
|
maxResults?: number;
|
|
3102
2784
|
}
|
|
3103
|
-
export declare namespace GetEnrollmentStatusesForOrganizationRequest {
|
|
3104
|
-
/**
|
|
3105
|
-
* @internal
|
|
3106
|
-
*/
|
|
3107
|
-
const filterSensitiveLog: (obj: GetEnrollmentStatusesForOrganizationRequest) => any;
|
|
3108
|
-
}
|
|
3109
2785
|
export interface GetEnrollmentStatusesForOrganizationResponse {
|
|
3110
2786
|
/**
|
|
3111
2787
|
* <p>An array of objects that describe the enrollment statuses of organization member
|
|
@@ -3119,12 +2795,6 @@ export interface GetEnrollmentStatusesForOrganizationResponse {
|
|
|
3119
2795
|
*/
|
|
3120
2796
|
nextToken?: string;
|
|
3121
2797
|
}
|
|
3122
|
-
export declare namespace GetEnrollmentStatusesForOrganizationResponse {
|
|
3123
|
-
/**
|
|
3124
|
-
* @internal
|
|
3125
|
-
*/
|
|
3126
|
-
const filterSensitiveLog: (obj: GetEnrollmentStatusesForOrganizationResponse) => any;
|
|
3127
|
-
}
|
|
3128
2798
|
export interface GetLambdaFunctionRecommendationsRequest {
|
|
3129
2799
|
/**
|
|
3130
2800
|
* <p>The Amazon Resource Name (ARN) of the functions for which to return
|
|
@@ -3162,12 +2832,6 @@ export interface GetLambdaFunctionRecommendationsRequest {
|
|
|
3162
2832
|
*/
|
|
3163
2833
|
maxResults?: number;
|
|
3164
2834
|
}
|
|
3165
|
-
export declare namespace GetLambdaFunctionRecommendationsRequest {
|
|
3166
|
-
/**
|
|
3167
|
-
* @internal
|
|
3168
|
-
*/
|
|
3169
|
-
const filterSensitiveLog: (obj: GetLambdaFunctionRecommendationsRequest) => any;
|
|
3170
|
-
}
|
|
3171
2835
|
export declare enum LambdaFunctionRecommendationFinding {
|
|
3172
2836
|
NOT_OPTIMIZED = "NotOptimized",
|
|
3173
2837
|
OPTIMIZED = "Optimized",
|
|
@@ -3205,12 +2869,6 @@ export interface LambdaFunctionMemoryProjectedMetric {
|
|
|
3205
2869
|
*/
|
|
3206
2870
|
value?: number;
|
|
3207
2871
|
}
|
|
3208
|
-
export declare namespace LambdaFunctionMemoryProjectedMetric {
|
|
3209
|
-
/**
|
|
3210
|
-
* @internal
|
|
3211
|
-
*/
|
|
3212
|
-
const filterSensitiveLog: (obj: LambdaFunctionMemoryProjectedMetric) => any;
|
|
3213
|
-
}
|
|
3214
2872
|
/**
|
|
3215
2873
|
* <p>Describes a recommendation option for an Lambda function.</p>
|
|
3216
2874
|
*/
|
|
@@ -3236,12 +2894,6 @@ export interface LambdaFunctionMemoryRecommendationOption {
|
|
|
3236
2894
|
*/
|
|
3237
2895
|
savingsOpportunity?: SavingsOpportunity;
|
|
3238
2896
|
}
|
|
3239
|
-
export declare namespace LambdaFunctionMemoryRecommendationOption {
|
|
3240
|
-
/**
|
|
3241
|
-
* @internal
|
|
3242
|
-
*/
|
|
3243
|
-
const filterSensitiveLog: (obj: LambdaFunctionMemoryRecommendationOption) => any;
|
|
3244
|
-
}
|
|
3245
2897
|
export declare enum LambdaFunctionMetricName {
|
|
3246
2898
|
DURATION = "Duration",
|
|
3247
2899
|
MEMORY = "Memory"
|
|
@@ -3290,12 +2942,6 @@ export interface LambdaFunctionUtilizationMetric {
|
|
|
3290
2942
|
*/
|
|
3291
2943
|
value?: number;
|
|
3292
2944
|
}
|
|
3293
|
-
export declare namespace LambdaFunctionUtilizationMetric {
|
|
3294
|
-
/**
|
|
3295
|
-
* @internal
|
|
3296
|
-
*/
|
|
3297
|
-
const filterSensitiveLog: (obj: LambdaFunctionUtilizationMetric) => any;
|
|
3298
|
-
}
|
|
3299
2945
|
/**
|
|
3300
2946
|
* <p>Describes an Lambda function recommendation.</p>
|
|
3301
2947
|
*/
|
|
@@ -3443,12 +3089,6 @@ export interface LambdaFunctionRecommendation {
|
|
|
3443
3089
|
*/
|
|
3444
3090
|
currentPerformanceRisk?: CurrentPerformanceRisk | string;
|
|
3445
3091
|
}
|
|
3446
|
-
export declare namespace LambdaFunctionRecommendation {
|
|
3447
|
-
/**
|
|
3448
|
-
* @internal
|
|
3449
|
-
*/
|
|
3450
|
-
const filterSensitiveLog: (obj: LambdaFunctionRecommendation) => any;
|
|
3451
|
-
}
|
|
3452
3092
|
export interface GetLambdaFunctionRecommendationsResponse {
|
|
3453
3093
|
/**
|
|
3454
3094
|
* <p>The token to use to advance to the next page of function recommendations.</p>
|
|
@@ -3461,12 +3101,6 @@ export interface GetLambdaFunctionRecommendationsResponse {
|
|
|
3461
3101
|
*/
|
|
3462
3102
|
lambdaFunctionRecommendations?: LambdaFunctionRecommendation[];
|
|
3463
3103
|
}
|
|
3464
|
-
export declare namespace GetLambdaFunctionRecommendationsResponse {
|
|
3465
|
-
/**
|
|
3466
|
-
* @internal
|
|
3467
|
-
*/
|
|
3468
|
-
const filterSensitiveLog: (obj: GetLambdaFunctionRecommendationsResponse) => any;
|
|
3469
|
-
}
|
|
3470
3104
|
export interface GetRecommendationPreferencesRequest {
|
|
3471
3105
|
/**
|
|
3472
3106
|
* <p>The target resource type of the recommendation preference for which to return
|
|
@@ -3501,12 +3135,6 @@ export interface GetRecommendationPreferencesRequest {
|
|
|
3501
3135
|
*/
|
|
3502
3136
|
maxResults?: number;
|
|
3503
3137
|
}
|
|
3504
|
-
export declare namespace GetRecommendationPreferencesRequest {
|
|
3505
|
-
/**
|
|
3506
|
-
* @internal
|
|
3507
|
-
*/
|
|
3508
|
-
const filterSensitiveLog: (obj: GetRecommendationPreferencesRequest) => any;
|
|
3509
|
-
}
|
|
3510
3138
|
/**
|
|
3511
3139
|
* <p>Describes a recommendation preference.</p>
|
|
3512
3140
|
*/
|
|
@@ -3546,12 +3174,6 @@ export interface RecommendationPreferencesDetail {
|
|
|
3546
3174
|
*/
|
|
3547
3175
|
inferredWorkloadTypes?: InferredWorkloadTypesPreference | string;
|
|
3548
3176
|
}
|
|
3549
|
-
export declare namespace RecommendationPreferencesDetail {
|
|
3550
|
-
/**
|
|
3551
|
-
* @internal
|
|
3552
|
-
*/
|
|
3553
|
-
const filterSensitiveLog: (obj: RecommendationPreferencesDetail) => any;
|
|
3554
|
-
}
|
|
3555
3177
|
export interface GetRecommendationPreferencesResponse {
|
|
3556
3178
|
/**
|
|
3557
3179
|
* <p>The token to use to advance to the next page of recommendation preferences.</p>
|
|
@@ -3564,12 +3186,6 @@ export interface GetRecommendationPreferencesResponse {
|
|
|
3564
3186
|
*/
|
|
3565
3187
|
recommendationPreferencesDetails?: RecommendationPreferencesDetail[];
|
|
3566
3188
|
}
|
|
3567
|
-
export declare namespace GetRecommendationPreferencesResponse {
|
|
3568
|
-
/**
|
|
3569
|
-
* @internal
|
|
3570
|
-
*/
|
|
3571
|
-
const filterSensitiveLog: (obj: GetRecommendationPreferencesResponse) => any;
|
|
3572
|
-
}
|
|
3573
3189
|
export interface GetRecommendationSummariesRequest {
|
|
3574
3190
|
/**
|
|
3575
3191
|
* <p>The ID of the Amazon Web Services account for which to return recommendation
|
|
@@ -3590,12 +3206,6 @@ export interface GetRecommendationSummariesRequest {
|
|
|
3590
3206
|
*/
|
|
3591
3207
|
maxResults?: number;
|
|
3592
3208
|
}
|
|
3593
|
-
export declare namespace GetRecommendationSummariesRequest {
|
|
3594
|
-
/**
|
|
3595
|
-
* @internal
|
|
3596
|
-
*/
|
|
3597
|
-
const filterSensitiveLog: (obj: GetRecommendationSummariesRequest) => any;
|
|
3598
|
-
}
|
|
3599
3209
|
/**
|
|
3600
3210
|
* <p>Describes the performance risk ratings for a given resource type.</p>
|
|
3601
3211
|
* <p>Resources with a <code>high</code> or <code>medium</code> rating are at risk of not
|
|
@@ -3621,12 +3231,6 @@ export interface CurrentPerformanceRiskRatings {
|
|
|
3621
3231
|
*/
|
|
3622
3232
|
veryLow?: number;
|
|
3623
3233
|
}
|
|
3624
|
-
export declare namespace CurrentPerformanceRiskRatings {
|
|
3625
|
-
/**
|
|
3626
|
-
* @internal
|
|
3627
|
-
*/
|
|
3628
|
-
const filterSensitiveLog: (obj: CurrentPerformanceRiskRatings) => any;
|
|
3629
|
-
}
|
|
3630
3234
|
export declare enum FindingReasonCode {
|
|
3631
3235
|
MEMORY_OVER_PROVISIONED = "MemoryOverprovisioned",
|
|
3632
3236
|
MEMORY_UNDER_PROVISIONED = "MemoryUnderprovisioned"
|
|
@@ -3644,12 +3248,6 @@ export interface ReasonCodeSummary {
|
|
|
3644
3248
|
*/
|
|
3645
3249
|
value?: number;
|
|
3646
3250
|
}
|
|
3647
|
-
export declare namespace ReasonCodeSummary {
|
|
3648
|
-
/**
|
|
3649
|
-
* @internal
|
|
3650
|
-
*/
|
|
3651
|
-
const filterSensitiveLog: (obj: ReasonCodeSummary) => any;
|
|
3652
|
-
}
|
|
3653
3251
|
/**
|
|
3654
3252
|
* <p>The summary of a recommendation.</p>
|
|
3655
3253
|
*/
|
|
@@ -3667,12 +3265,6 @@ export interface Summary {
|
|
|
3667
3265
|
*/
|
|
3668
3266
|
reasonCodeSummaries?: ReasonCodeSummary[];
|
|
3669
3267
|
}
|
|
3670
|
-
export declare namespace Summary {
|
|
3671
|
-
/**
|
|
3672
|
-
* @internal
|
|
3673
|
-
*/
|
|
3674
|
-
const filterSensitiveLog: (obj: Summary) => any;
|
|
3675
|
-
}
|
|
3676
3268
|
/**
|
|
3677
3269
|
* <p>A summary of a recommendation.</p>
|
|
3678
3270
|
*/
|
|
@@ -3700,12 +3292,6 @@ export interface RecommendationSummary {
|
|
|
3700
3292
|
*/
|
|
3701
3293
|
currentPerformanceRiskRatings?: CurrentPerformanceRiskRatings;
|
|
3702
3294
|
}
|
|
3703
|
-
export declare namespace RecommendationSummary {
|
|
3704
|
-
/**
|
|
3705
|
-
* @internal
|
|
3706
|
-
*/
|
|
3707
|
-
const filterSensitiveLog: (obj: RecommendationSummary) => any;
|
|
3708
|
-
}
|
|
3709
3295
|
export interface GetRecommendationSummariesResponse {
|
|
3710
3296
|
/**
|
|
3711
3297
|
* <p>The token to use to advance to the next page of recommendation summaries.</p>
|
|
@@ -3718,12 +3304,6 @@ export interface GetRecommendationSummariesResponse {
|
|
|
3718
3304
|
*/
|
|
3719
3305
|
recommendationSummaries?: RecommendationSummary[];
|
|
3720
3306
|
}
|
|
3721
|
-
export declare namespace GetRecommendationSummariesResponse {
|
|
3722
|
-
/**
|
|
3723
|
-
* @internal
|
|
3724
|
-
*/
|
|
3725
|
-
const filterSensitiveLog: (obj: GetRecommendationSummariesResponse) => any;
|
|
3726
|
-
}
|
|
3727
3307
|
export interface PutRecommendationPreferencesRequest {
|
|
3728
3308
|
/**
|
|
3729
3309
|
* <p>The target resource type of the recommendation preference to create.</p>
|
|
@@ -3782,20 +3362,8 @@ export interface PutRecommendationPreferencesRequest {
|
|
|
3782
3362
|
*/
|
|
3783
3363
|
inferredWorkloadTypes?: InferredWorkloadTypesPreference | string;
|
|
3784
3364
|
}
|
|
3785
|
-
export declare namespace PutRecommendationPreferencesRequest {
|
|
3786
|
-
/**
|
|
3787
|
-
* @internal
|
|
3788
|
-
*/
|
|
3789
|
-
const filterSensitiveLog: (obj: PutRecommendationPreferencesRequest) => any;
|
|
3790
|
-
}
|
|
3791
3365
|
export interface PutRecommendationPreferencesResponse {
|
|
3792
3366
|
}
|
|
3793
|
-
export declare namespace PutRecommendationPreferencesResponse {
|
|
3794
|
-
/**
|
|
3795
|
-
* @internal
|
|
3796
|
-
*/
|
|
3797
|
-
const filterSensitiveLog: (obj: PutRecommendationPreferencesResponse) => any;
|
|
3798
|
-
}
|
|
3799
3367
|
export interface UpdateEnrollmentStatusRequest {
|
|
3800
3368
|
/**
|
|
3801
3369
|
* <p>The new enrollment status of the account.</p>
|
|
@@ -3828,12 +3396,6 @@ export interface UpdateEnrollmentStatusRequest {
|
|
|
3828
3396
|
*/
|
|
3829
3397
|
includeMemberAccounts?: boolean;
|
|
3830
3398
|
}
|
|
3831
|
-
export declare namespace UpdateEnrollmentStatusRequest {
|
|
3832
|
-
/**
|
|
3833
|
-
* @internal
|
|
3834
|
-
*/
|
|
3835
|
-
const filterSensitiveLog: (obj: UpdateEnrollmentStatusRequest) => any;
|
|
3836
|
-
}
|
|
3837
3399
|
export interface UpdateEnrollmentStatusResponse {
|
|
3838
3400
|
/**
|
|
3839
3401
|
* <p>The enrollment status of the account.</p>
|
|
@@ -3846,9 +3408,299 @@ export interface UpdateEnrollmentStatusResponse {
|
|
|
3846
3408
|
*/
|
|
3847
3409
|
statusReason?: string;
|
|
3848
3410
|
}
|
|
3849
|
-
|
|
3850
|
-
|
|
3851
|
-
|
|
3852
|
-
|
|
3853
|
-
|
|
3854
|
-
|
|
3411
|
+
/**
|
|
3412
|
+
* @internal
|
|
3413
|
+
*/
|
|
3414
|
+
export declare const AccountEnrollmentStatusFilterSensitiveLog: (obj: AccountEnrollmentStatus) => any;
|
|
3415
|
+
/**
|
|
3416
|
+
* @internal
|
|
3417
|
+
*/
|
|
3418
|
+
export declare const AutoScalingGroupConfigurationFilterSensitiveLog: (obj: AutoScalingGroupConfiguration) => any;
|
|
3419
|
+
/**
|
|
3420
|
+
* @internal
|
|
3421
|
+
*/
|
|
3422
|
+
export declare const EffectiveRecommendationPreferencesFilterSensitiveLog: (obj: EffectiveRecommendationPreferences) => any;
|
|
3423
|
+
/**
|
|
3424
|
+
* @internal
|
|
3425
|
+
*/
|
|
3426
|
+
export declare const UtilizationMetricFilterSensitiveLog: (obj: UtilizationMetric) => any;
|
|
3427
|
+
/**
|
|
3428
|
+
* @internal
|
|
3429
|
+
*/
|
|
3430
|
+
export declare const EstimatedMonthlySavingsFilterSensitiveLog: (obj: EstimatedMonthlySavings) => any;
|
|
3431
|
+
/**
|
|
3432
|
+
* @internal
|
|
3433
|
+
*/
|
|
3434
|
+
export declare const SavingsOpportunityFilterSensitiveLog: (obj: SavingsOpportunity) => any;
|
|
3435
|
+
/**
|
|
3436
|
+
* @internal
|
|
3437
|
+
*/
|
|
3438
|
+
export declare const AutoScalingGroupRecommendationOptionFilterSensitiveLog: (obj: AutoScalingGroupRecommendationOption) => any;
|
|
3439
|
+
/**
|
|
3440
|
+
* @internal
|
|
3441
|
+
*/
|
|
3442
|
+
export declare const AutoScalingGroupRecommendationFilterSensitiveLog: (obj: AutoScalingGroupRecommendation) => any;
|
|
3443
|
+
/**
|
|
3444
|
+
* @internal
|
|
3445
|
+
*/
|
|
3446
|
+
export declare const ScopeFilterSensitiveLog: (obj: Scope) => any;
|
|
3447
|
+
/**
|
|
3448
|
+
* @internal
|
|
3449
|
+
*/
|
|
3450
|
+
export declare const DeleteRecommendationPreferencesRequestFilterSensitiveLog: (obj: DeleteRecommendationPreferencesRequest) => any;
|
|
3451
|
+
/**
|
|
3452
|
+
* @internal
|
|
3453
|
+
*/
|
|
3454
|
+
export declare const DeleteRecommendationPreferencesResponseFilterSensitiveLog: (obj: DeleteRecommendationPreferencesResponse) => any;
|
|
3455
|
+
/**
|
|
3456
|
+
* @internal
|
|
3457
|
+
*/
|
|
3458
|
+
export declare const JobFilterFilterSensitiveLog: (obj: JobFilter) => any;
|
|
3459
|
+
/**
|
|
3460
|
+
* @internal
|
|
3461
|
+
*/
|
|
3462
|
+
export declare const DescribeRecommendationExportJobsRequestFilterSensitiveLog: (obj: DescribeRecommendationExportJobsRequest) => any;
|
|
3463
|
+
/**
|
|
3464
|
+
* @internal
|
|
3465
|
+
*/
|
|
3466
|
+
export declare const S3DestinationFilterSensitiveLog: (obj: S3Destination) => any;
|
|
3467
|
+
/**
|
|
3468
|
+
* @internal
|
|
3469
|
+
*/
|
|
3470
|
+
export declare const ExportDestinationFilterSensitiveLog: (obj: ExportDestination) => any;
|
|
3471
|
+
/**
|
|
3472
|
+
* @internal
|
|
3473
|
+
*/
|
|
3474
|
+
export declare const RecommendationExportJobFilterSensitiveLog: (obj: RecommendationExportJob) => any;
|
|
3475
|
+
/**
|
|
3476
|
+
* @internal
|
|
3477
|
+
*/
|
|
3478
|
+
export declare const DescribeRecommendationExportJobsResponseFilterSensitiveLog: (obj: DescribeRecommendationExportJobsResponse) => any;
|
|
3479
|
+
/**
|
|
3480
|
+
* @internal
|
|
3481
|
+
*/
|
|
3482
|
+
export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
|
|
3483
|
+
/**
|
|
3484
|
+
* @internal
|
|
3485
|
+
*/
|
|
3486
|
+
export declare const RecommendationPreferencesFilterSensitiveLog: (obj: RecommendationPreferences) => any;
|
|
3487
|
+
/**
|
|
3488
|
+
* @internal
|
|
3489
|
+
*/
|
|
3490
|
+
export declare const S3DestinationConfigFilterSensitiveLog: (obj: S3DestinationConfig) => any;
|
|
3491
|
+
/**
|
|
3492
|
+
* @internal
|
|
3493
|
+
*/
|
|
3494
|
+
export declare const ExportAutoScalingGroupRecommendationsRequestFilterSensitiveLog: (obj: ExportAutoScalingGroupRecommendationsRequest) => any;
|
|
3495
|
+
/**
|
|
3496
|
+
* @internal
|
|
3497
|
+
*/
|
|
3498
|
+
export declare const ExportAutoScalingGroupRecommendationsResponseFilterSensitiveLog: (obj: ExportAutoScalingGroupRecommendationsResponse) => any;
|
|
3499
|
+
/**
|
|
3500
|
+
* @internal
|
|
3501
|
+
*/
|
|
3502
|
+
export declare const EBSFilterFilterSensitiveLog: (obj: EBSFilter) => any;
|
|
3503
|
+
/**
|
|
3504
|
+
* @internal
|
|
3505
|
+
*/
|
|
3506
|
+
export declare const ExportEBSVolumeRecommendationsRequestFilterSensitiveLog: (obj: ExportEBSVolumeRecommendationsRequest) => any;
|
|
3507
|
+
/**
|
|
3508
|
+
* @internal
|
|
3509
|
+
*/
|
|
3510
|
+
export declare const ExportEBSVolumeRecommendationsResponseFilterSensitiveLog: (obj: ExportEBSVolumeRecommendationsResponse) => any;
|
|
3511
|
+
/**
|
|
3512
|
+
* @internal
|
|
3513
|
+
*/
|
|
3514
|
+
export declare const ExportEC2InstanceRecommendationsRequestFilterSensitiveLog: (obj: ExportEC2InstanceRecommendationsRequest) => any;
|
|
3515
|
+
/**
|
|
3516
|
+
* @internal
|
|
3517
|
+
*/
|
|
3518
|
+
export declare const ExportEC2InstanceRecommendationsResponseFilterSensitiveLog: (obj: ExportEC2InstanceRecommendationsResponse) => any;
|
|
3519
|
+
/**
|
|
3520
|
+
* @internal
|
|
3521
|
+
*/
|
|
3522
|
+
export declare const LambdaFunctionRecommendationFilterFilterSensitiveLog: (obj: LambdaFunctionRecommendationFilter) => any;
|
|
3523
|
+
/**
|
|
3524
|
+
* @internal
|
|
3525
|
+
*/
|
|
3526
|
+
export declare const ExportLambdaFunctionRecommendationsRequestFilterSensitiveLog: (obj: ExportLambdaFunctionRecommendationsRequest) => any;
|
|
3527
|
+
/**
|
|
3528
|
+
* @internal
|
|
3529
|
+
*/
|
|
3530
|
+
export declare const ExportLambdaFunctionRecommendationsResponseFilterSensitiveLog: (obj: ExportLambdaFunctionRecommendationsResponse) => any;
|
|
3531
|
+
/**
|
|
3532
|
+
* @internal
|
|
3533
|
+
*/
|
|
3534
|
+
export declare const GetAutoScalingGroupRecommendationsRequestFilterSensitiveLog: (obj: GetAutoScalingGroupRecommendationsRequest) => any;
|
|
3535
|
+
/**
|
|
3536
|
+
* @internal
|
|
3537
|
+
*/
|
|
3538
|
+
export declare const GetRecommendationErrorFilterSensitiveLog: (obj: GetRecommendationError) => any;
|
|
3539
|
+
/**
|
|
3540
|
+
* @internal
|
|
3541
|
+
*/
|
|
3542
|
+
export declare const GetAutoScalingGroupRecommendationsResponseFilterSensitiveLog: (obj: GetAutoScalingGroupRecommendationsResponse) => any;
|
|
3543
|
+
/**
|
|
3544
|
+
* @internal
|
|
3545
|
+
*/
|
|
3546
|
+
export declare const GetEBSVolumeRecommendationsRequestFilterSensitiveLog: (obj: GetEBSVolumeRecommendationsRequest) => any;
|
|
3547
|
+
/**
|
|
3548
|
+
* @internal
|
|
3549
|
+
*/
|
|
3550
|
+
export declare const VolumeConfigurationFilterSensitiveLog: (obj: VolumeConfiguration) => any;
|
|
3551
|
+
/**
|
|
3552
|
+
* @internal
|
|
3553
|
+
*/
|
|
3554
|
+
export declare const EBSUtilizationMetricFilterSensitiveLog: (obj: EBSUtilizationMetric) => any;
|
|
3555
|
+
/**
|
|
3556
|
+
* @internal
|
|
3557
|
+
*/
|
|
3558
|
+
export declare const VolumeRecommendationOptionFilterSensitiveLog: (obj: VolumeRecommendationOption) => any;
|
|
3559
|
+
/**
|
|
3560
|
+
* @internal
|
|
3561
|
+
*/
|
|
3562
|
+
export declare const VolumeRecommendationFilterSensitiveLog: (obj: VolumeRecommendation) => any;
|
|
3563
|
+
/**
|
|
3564
|
+
* @internal
|
|
3565
|
+
*/
|
|
3566
|
+
export declare const GetEBSVolumeRecommendationsResponseFilterSensitiveLog: (obj: GetEBSVolumeRecommendationsResponse) => any;
|
|
3567
|
+
/**
|
|
3568
|
+
* @internal
|
|
3569
|
+
*/
|
|
3570
|
+
export declare const GetEC2InstanceRecommendationsRequestFilterSensitiveLog: (obj: GetEC2InstanceRecommendationsRequest) => any;
|
|
3571
|
+
/**
|
|
3572
|
+
* @internal
|
|
3573
|
+
*/
|
|
3574
|
+
export declare const InstanceRecommendationOptionFilterSensitiveLog: (obj: InstanceRecommendationOption) => any;
|
|
3575
|
+
/**
|
|
3576
|
+
* @internal
|
|
3577
|
+
*/
|
|
3578
|
+
export declare const RecommendationSourceFilterSensitiveLog: (obj: RecommendationSource) => any;
|
|
3579
|
+
/**
|
|
3580
|
+
* @internal
|
|
3581
|
+
*/
|
|
3582
|
+
export declare const InstanceRecommendationFilterSensitiveLog: (obj: InstanceRecommendation) => any;
|
|
3583
|
+
/**
|
|
3584
|
+
* @internal
|
|
3585
|
+
*/
|
|
3586
|
+
export declare const GetEC2InstanceRecommendationsResponseFilterSensitiveLog: (obj: GetEC2InstanceRecommendationsResponse) => any;
|
|
3587
|
+
/**
|
|
3588
|
+
* @internal
|
|
3589
|
+
*/
|
|
3590
|
+
export declare const GetEC2RecommendationProjectedMetricsRequestFilterSensitiveLog: (obj: GetEC2RecommendationProjectedMetricsRequest) => any;
|
|
3591
|
+
/**
|
|
3592
|
+
* @internal
|
|
3593
|
+
*/
|
|
3594
|
+
export declare const ProjectedMetricFilterSensitiveLog: (obj: ProjectedMetric) => any;
|
|
3595
|
+
/**
|
|
3596
|
+
* @internal
|
|
3597
|
+
*/
|
|
3598
|
+
export declare const RecommendedOptionProjectedMetricFilterSensitiveLog: (obj: RecommendedOptionProjectedMetric) => any;
|
|
3599
|
+
/**
|
|
3600
|
+
* @internal
|
|
3601
|
+
*/
|
|
3602
|
+
export declare const GetEC2RecommendationProjectedMetricsResponseFilterSensitiveLog: (obj: GetEC2RecommendationProjectedMetricsResponse) => any;
|
|
3603
|
+
/**
|
|
3604
|
+
* @internal
|
|
3605
|
+
*/
|
|
3606
|
+
export declare const GetEffectiveRecommendationPreferencesRequestFilterSensitiveLog: (obj: GetEffectiveRecommendationPreferencesRequest) => any;
|
|
3607
|
+
/**
|
|
3608
|
+
* @internal
|
|
3609
|
+
*/
|
|
3610
|
+
export declare const GetEffectiveRecommendationPreferencesResponseFilterSensitiveLog: (obj: GetEffectiveRecommendationPreferencesResponse) => any;
|
|
3611
|
+
/**
|
|
3612
|
+
* @internal
|
|
3613
|
+
*/
|
|
3614
|
+
export declare const GetEnrollmentStatusRequestFilterSensitiveLog: (obj: GetEnrollmentStatusRequest) => any;
|
|
3615
|
+
/**
|
|
3616
|
+
* @internal
|
|
3617
|
+
*/
|
|
3618
|
+
export declare const GetEnrollmentStatusResponseFilterSensitiveLog: (obj: GetEnrollmentStatusResponse) => any;
|
|
3619
|
+
/**
|
|
3620
|
+
* @internal
|
|
3621
|
+
*/
|
|
3622
|
+
export declare const EnrollmentFilterFilterSensitiveLog: (obj: EnrollmentFilter) => any;
|
|
3623
|
+
/**
|
|
3624
|
+
* @internal
|
|
3625
|
+
*/
|
|
3626
|
+
export declare const GetEnrollmentStatusesForOrganizationRequestFilterSensitiveLog: (obj: GetEnrollmentStatusesForOrganizationRequest) => any;
|
|
3627
|
+
/**
|
|
3628
|
+
* @internal
|
|
3629
|
+
*/
|
|
3630
|
+
export declare const GetEnrollmentStatusesForOrganizationResponseFilterSensitiveLog: (obj: GetEnrollmentStatusesForOrganizationResponse) => any;
|
|
3631
|
+
/**
|
|
3632
|
+
* @internal
|
|
3633
|
+
*/
|
|
3634
|
+
export declare const GetLambdaFunctionRecommendationsRequestFilterSensitiveLog: (obj: GetLambdaFunctionRecommendationsRequest) => any;
|
|
3635
|
+
/**
|
|
3636
|
+
* @internal
|
|
3637
|
+
*/
|
|
3638
|
+
export declare const LambdaFunctionMemoryProjectedMetricFilterSensitiveLog: (obj: LambdaFunctionMemoryProjectedMetric) => any;
|
|
3639
|
+
/**
|
|
3640
|
+
* @internal
|
|
3641
|
+
*/
|
|
3642
|
+
export declare const LambdaFunctionMemoryRecommendationOptionFilterSensitiveLog: (obj: LambdaFunctionMemoryRecommendationOption) => any;
|
|
3643
|
+
/**
|
|
3644
|
+
* @internal
|
|
3645
|
+
*/
|
|
3646
|
+
export declare const LambdaFunctionUtilizationMetricFilterSensitiveLog: (obj: LambdaFunctionUtilizationMetric) => any;
|
|
3647
|
+
/**
|
|
3648
|
+
* @internal
|
|
3649
|
+
*/
|
|
3650
|
+
export declare const LambdaFunctionRecommendationFilterSensitiveLog: (obj: LambdaFunctionRecommendation) => any;
|
|
3651
|
+
/**
|
|
3652
|
+
* @internal
|
|
3653
|
+
*/
|
|
3654
|
+
export declare const GetLambdaFunctionRecommendationsResponseFilterSensitiveLog: (obj: GetLambdaFunctionRecommendationsResponse) => any;
|
|
3655
|
+
/**
|
|
3656
|
+
* @internal
|
|
3657
|
+
*/
|
|
3658
|
+
export declare const GetRecommendationPreferencesRequestFilterSensitiveLog: (obj: GetRecommendationPreferencesRequest) => any;
|
|
3659
|
+
/**
|
|
3660
|
+
* @internal
|
|
3661
|
+
*/
|
|
3662
|
+
export declare const RecommendationPreferencesDetailFilterSensitiveLog: (obj: RecommendationPreferencesDetail) => any;
|
|
3663
|
+
/**
|
|
3664
|
+
* @internal
|
|
3665
|
+
*/
|
|
3666
|
+
export declare const GetRecommendationPreferencesResponseFilterSensitiveLog: (obj: GetRecommendationPreferencesResponse) => any;
|
|
3667
|
+
/**
|
|
3668
|
+
* @internal
|
|
3669
|
+
*/
|
|
3670
|
+
export declare const GetRecommendationSummariesRequestFilterSensitiveLog: (obj: GetRecommendationSummariesRequest) => any;
|
|
3671
|
+
/**
|
|
3672
|
+
* @internal
|
|
3673
|
+
*/
|
|
3674
|
+
export declare const CurrentPerformanceRiskRatingsFilterSensitiveLog: (obj: CurrentPerformanceRiskRatings) => any;
|
|
3675
|
+
/**
|
|
3676
|
+
* @internal
|
|
3677
|
+
*/
|
|
3678
|
+
export declare const ReasonCodeSummaryFilterSensitiveLog: (obj: ReasonCodeSummary) => any;
|
|
3679
|
+
/**
|
|
3680
|
+
* @internal
|
|
3681
|
+
*/
|
|
3682
|
+
export declare const SummaryFilterSensitiveLog: (obj: Summary) => any;
|
|
3683
|
+
/**
|
|
3684
|
+
* @internal
|
|
3685
|
+
*/
|
|
3686
|
+
export declare const RecommendationSummaryFilterSensitiveLog: (obj: RecommendationSummary) => any;
|
|
3687
|
+
/**
|
|
3688
|
+
* @internal
|
|
3689
|
+
*/
|
|
3690
|
+
export declare const GetRecommendationSummariesResponseFilterSensitiveLog: (obj: GetRecommendationSummariesResponse) => any;
|
|
3691
|
+
/**
|
|
3692
|
+
* @internal
|
|
3693
|
+
*/
|
|
3694
|
+
export declare const PutRecommendationPreferencesRequestFilterSensitiveLog: (obj: PutRecommendationPreferencesRequest) => any;
|
|
3695
|
+
/**
|
|
3696
|
+
* @internal
|
|
3697
|
+
*/
|
|
3698
|
+
export declare const PutRecommendationPreferencesResponseFilterSensitiveLog: (obj: PutRecommendationPreferencesResponse) => any;
|
|
3699
|
+
/**
|
|
3700
|
+
* @internal
|
|
3701
|
+
*/
|
|
3702
|
+
export declare const UpdateEnrollmentStatusRequestFilterSensitiveLog: (obj: UpdateEnrollmentStatusRequest) => any;
|
|
3703
|
+
/**
|
|
3704
|
+
* @internal
|
|
3705
|
+
*/
|
|
3706
|
+
export declare const UpdateEnrollmentStatusResponseFilterSensitiveLog: (obj: UpdateEnrollmentStatusResponse) => any;
|