@aws-sdk/client-compute-optimizer 3.821.0 → 3.823.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 +30 -0
- package/dist-es/models/models_0.js +26 -0
- package/dist-es/protocols/Aws_json1_0.js +2 -0
- package/dist-types/commands/DeleteRecommendationPreferencesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRecommendationExportJobsCommand.d.ts +1 -1
- package/dist-types/commands/ExportRDSDatabaseRecommendationsCommand.d.ts +3 -3
- package/dist-types/commands/GetEC2InstanceRecommendationsCommand.d.ts +1 -1
- package/dist-types/commands/GetRDSDatabaseRecommendationProjectedMetricsCommand.d.ts +2 -2
- package/dist-types/commands/GetRDSDatabaseRecommendationsCommand.d.ts +8 -6
- package/dist-types/commands/GetRecommendationPreferencesCommand.d.ts +2 -2
- package/dist-types/commands/GetRecommendationSummariesCommand.d.ts +10 -2
- package/dist-types/commands/PutRecommendationPreferencesCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +129 -129
- package/dist-types/ts3.4/models/models_0.d.ts +34 -0
- package/package.json +5 -5
|
@@ -1148,6 +1148,7 @@ export type RecommendationPreferenceName = (typeof RecommendationPreferenceName)
|
|
|
1148
1148
|
* @enum
|
|
1149
1149
|
*/
|
|
1150
1150
|
export declare const ResourceType: {
|
|
1151
|
+
readonly AURORA_DB_CLUSTER_STORAGE: "AuroraDBClusterStorage";
|
|
1151
1152
|
readonly AUTO_SCALING_GROUP: "AutoScalingGroup";
|
|
1152
1153
|
readonly EBS_VOLUME: "EbsVolume";
|
|
1153
1154
|
readonly EC2_INSTANCE: "Ec2Instance";
|
|
@@ -3094,6 +3095,7 @@ export interface ExportLicenseRecommendationsResponse {
|
|
|
3094
3095
|
*/
|
|
3095
3096
|
export declare const ExportableRDSDBField: {
|
|
3096
3097
|
readonly ACCOUNT_ID: "AccountId";
|
|
3098
|
+
readonly CLUSTER_WRITER: "ClusterWriter";
|
|
3097
3099
|
readonly CURRENT_DB_INSTANCE_CLASS: "CurrentDBInstanceClass";
|
|
3098
3100
|
readonly CURRENT_INSTANCE_ON_DEMAND_HOURLY_PRICE: "CurrentInstanceOnDemandHourlyPrice";
|
|
3099
3101
|
readonly CURRENT_INSTANCE_PERFORMANCE_RISK: "CurrentInstancePerformanceRisk";
|
|
@@ -3102,6 +3104,10 @@ export declare const ExportableRDSDBField: {
|
|
|
3102
3104
|
readonly CURRENT_STORAGE_CONFIGURATION_MAX_ALLOCATED_STORAGE: "CurrentStorageConfigurationMaxAllocatedStorage";
|
|
3103
3105
|
readonly CURRENT_STORAGE_CONFIGURATION_STORAGE_THROUGHPUT: "CurrentStorageConfigurationStorageThroughput";
|
|
3104
3106
|
readonly CURRENT_STORAGE_CONFIGURATION_STORAGE_TYPE: "CurrentStorageConfigurationStorageType";
|
|
3107
|
+
readonly CURRENT_STORAGE_ESTIMATED_CLUSTER_INSTANCE_ON_DEMAND_MONTHLY_COST: "CurrentStorageEstimatedClusterInstanceOnDemandMonthlyCost";
|
|
3108
|
+
readonly CURRENT_STORAGE_ESTIMATED_CLUSTER_STORAGE_IO_ON_DEMAND_MONTHLY_COST: "CurrentStorageEstimatedClusterStorageIOOnDemandMonthlyCost";
|
|
3109
|
+
readonly CURRENT_STORAGE_ESTIMATED_CLUSTER_STORAGE_ON_DEMAND_MONTHLY_COST: "CurrentStorageEstimatedClusterStorageOnDemandMonthlyCost";
|
|
3110
|
+
readonly CURRENT_STORAGE_ESTIMATED_MONTHLY_VOLUME_IOPS_COST_VARIATION: "CurrentStorageEstimatedMonthlyVolumeIOPsCostVariation";
|
|
3105
3111
|
readonly CURRENT_STORAGE_ON_DEMAND_MONTHLY_PRICE: "CurrentStorageOnDemandMonthlyPrice";
|
|
3106
3112
|
readonly DB_CLUSTER_IDENTIFIER: "DBClusterIdentifier";
|
|
3107
3113
|
readonly EFFECTIVE_RECOMMENDATION_PREFERENCES_CPU_VENDOR_ARCHITECTURES: "EffectiveRecommendationPreferencesCpuVendorArchitectures";
|
|
@@ -3132,10 +3138,14 @@ export declare const ExportableRDSDBField: {
|
|
|
3132
3138
|
readonly STORAGE_FINDING: "StorageFinding";
|
|
3133
3139
|
readonly STORAGE_FINDING_REASON_CODES: "StorageFindingReasonCodes";
|
|
3134
3140
|
readonly STORAGE_RECOMMENDATION_OPTIONS_ALLOCATED_STORAGE: "StorageRecommendationOptionsAllocatedStorage";
|
|
3141
|
+
readonly STORAGE_RECOMMENDATION_OPTIONS_ESTIMATED_CLUSTER_INSTANCE_ON_DEMAND_MONTHLY_COST: "StorageRecommendationOptionsEstimatedClusterInstanceOnDemandMonthlyCost";
|
|
3142
|
+
readonly STORAGE_RECOMMENDATION_OPTIONS_ESTIMATED_CLUSTER_STORAGE_IO_ON_DEMAND_MONTHLY_COST: "StorageRecommendationOptionsEstimatedClusterStorageIOOnDemandMonthlyCost";
|
|
3143
|
+
readonly STORAGE_RECOMMENDATION_OPTIONS_ESTIMATED_CLUSTER_STORAGE_ON_DEMAND_MONTHLY_COST: "StorageRecommendationOptionsEstimatedClusterStorageOnDemandMonthlyCost";
|
|
3135
3144
|
readonly STORAGE_RECOMMENDATION_OPTIONS_ESTIMATED_MONTHLY_SAVINGS_CURRENCY: "StorageRecommendationOptionsEstimatedMonthlySavingsCurrency";
|
|
3136
3145
|
readonly STORAGE_RECOMMENDATION_OPTIONS_ESTIMATED_MONTHLY_SAVINGS_CURRENCY_AFTER_DISCOUNTS: "StorageRecommendationOptionsEstimatedMonthlySavingsCurrencyAfterDiscounts";
|
|
3137
3146
|
readonly STORAGE_RECOMMENDATION_OPTIONS_ESTIMATED_MONTHLY_SAVINGS_VALUE: "StorageRecommendationOptionsEstimatedMonthlySavingsValue";
|
|
3138
3147
|
readonly STORAGE_RECOMMENDATION_OPTIONS_ESTIMATED_MONTHLY_SAVINGS_VALUE_AFTER_DISCOUNTS: "StorageRecommendationOptionsEstimatedMonthlySavingsValueAfterDiscounts";
|
|
3148
|
+
readonly STORAGE_RECOMMENDATION_OPTIONS_ESTIMATED_MONTHLY_VOLUME_IOPS_COST_VARIATION: "StorageRecommendationOptionsEstimatedMonthlyVolumeIOPsCostVariation";
|
|
3139
3149
|
readonly STORAGE_RECOMMENDATION_OPTIONS_IOPS: "StorageRecommendationOptionsIOPS";
|
|
3140
3150
|
readonly STORAGE_RECOMMENDATION_OPTIONS_MAX_ALLOCATED_STORAGE: "StorageRecommendationOptionsMaxAllocatedStorage";
|
|
3141
3151
|
readonly STORAGE_RECOMMENDATION_OPTIONS_ON_DEMAND_MONTHLY_PRICE: "StorageRecommendationOptionsOnDemandMonthlyPrice";
|
|
@@ -3162,6 +3172,9 @@ export declare const ExportableRDSDBField: {
|
|
|
3162
3172
|
readonly UTILIZATION_METRICS_READ_IOPS_EPHEMERAL_STORAGE_MAXIMUM: "UtilizationMetricsReadIOPSEphemeralStorageMaximum";
|
|
3163
3173
|
readonly UTILIZATION_METRICS_STORAGE_NETWORK_RECEIVE_THROUGHPUT_MAXIMUM: "UtilizationMetricsStorageNetworkReceiveThroughputMaximum";
|
|
3164
3174
|
readonly UTILIZATION_METRICS_STORAGE_NETWORK_TRANSMIT_THROUGHPUT_MAXIMUM: "UtilizationMetricsStorageNetworkTransmitThroughputMaximum";
|
|
3175
|
+
readonly UTILIZATION_METRICS_VOLUME_BYTES_USED_AVERAGE: "UtilizationMetricsVolumeBytesUsedAverage";
|
|
3176
|
+
readonly UTILIZATION_METRICS_VOLUME_READ_IOPS_AVERAGE: "UtilizationMetricsVolumeReadIOPsAverage";
|
|
3177
|
+
readonly UTILIZATION_METRICS_VOLUME_WRITE_IOPS_AVERAGE: "UtilizationMetricsVolumeWriteIOPsAverage";
|
|
3165
3178
|
readonly UTILIZATION_METRICS_WRITE_IOPS_EPHEMERAL_STORAGE_MAXIMUM: "UtilizationMetricsWriteIOPSEphemeralStorageMaximum";
|
|
3166
3179
|
};
|
|
3167
3180
|
/**
|
|
@@ -3185,7 +3198,7 @@ export declare const RDSDBRecommendationFilterName: {
|
|
|
3185
3198
|
export type RDSDBRecommendationFilterName = (typeof RDSDBRecommendationFilterName)[keyof typeof RDSDBRecommendationFilterName];
|
|
3186
3199
|
/**
|
|
3187
3200
|
* <p>
|
|
3188
|
-
* Describes a filter that returns a more specific list of
|
|
3201
|
+
* Describes a filter that returns a more specific list of DB instance
|
|
3189
3202
|
* recommendations. Use this filter with the <a>GetECSServiceRecommendations</a> action.
|
|
3190
3203
|
* </p>
|
|
3191
3204
|
* @public
|
|
@@ -3198,17 +3211,17 @@ export interface RDSDBRecommendationFilter {
|
|
|
3198
3211
|
* <p>
|
|
3199
3212
|
* Specify <code>Finding</code> to return recommendations with a specific finding classification.
|
|
3200
3213
|
* </p>
|
|
3201
|
-
* <p>You can filter your
|
|
3214
|
+
* <p>You can filter your DB instance recommendations by <code>tag:key</code>
|
|
3202
3215
|
* and <code>tag-key</code> tags.</p>
|
|
3203
3216
|
* <p>A <code>tag:key</code> is a key and value combination of a tag assigned to your
|
|
3204
|
-
*
|
|
3205
|
-
* as the filter value. For example, to find all
|
|
3217
|
+
* DB instance recommendations. Use the tag key in the filter name and the tag value
|
|
3218
|
+
* as the filter value. For example, to find all DB instance recommendations that have
|
|
3206
3219
|
* a tag with the key of <code>Owner</code> and the value of <code>TeamA</code>,
|
|
3207
3220
|
* specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
|
|
3208
|
-
* <p>A <code>tag-key</code> is the key of a tag assigned to your
|
|
3209
|
-
* this filter to find all of your
|
|
3221
|
+
* <p>A <code>tag-key</code> is the key of a tag assigned to your DB instance recommendations. Use
|
|
3222
|
+
* this filter to find all of your DB instance recommendations that have a tag with a
|
|
3210
3223
|
* specific key. This doesn’t consider the tag value. For example, you can find
|
|
3211
|
-
* your
|
|
3224
|
+
* your DB instance recommendations with a tag key value of <code>Owner</code> or without any tag
|
|
3212
3225
|
* keys assigned.</p>
|
|
3213
3226
|
* @public
|
|
3214
3227
|
*/
|
|
@@ -3227,7 +3240,7 @@ export interface RDSDBRecommendationFilter {
|
|
|
3227
3240
|
export interface ExportRDSDatabaseRecommendationsRequest {
|
|
3228
3241
|
/**
|
|
3229
3242
|
* <p>
|
|
3230
|
-
* The Amazon Web Services account IDs for the export Amazon RDS recommendations.
|
|
3243
|
+
* The Amazon Web Services account IDs for the export Amazon Aurora and RDS database recommendations.
|
|
3231
3244
|
* </p>
|
|
3232
3245
|
* <p>If your account is the management account or the delegated administrator
|
|
3233
3246
|
* of an organization, use this parameter to specify the member account you want to
|
|
@@ -3243,7 +3256,7 @@ export interface ExportRDSDatabaseRecommendationsRequest {
|
|
|
3243
3256
|
/**
|
|
3244
3257
|
* <p>
|
|
3245
3258
|
* An array of objects to specify a filter that exports a more specific set of
|
|
3246
|
-
* Amazon RDS recommendations.
|
|
3259
|
+
* Amazon Aurora and RDS recommendations.
|
|
3247
3260
|
* </p>
|
|
3248
3261
|
* @public
|
|
3249
3262
|
*/
|
|
@@ -4274,6 +4287,7 @@ export interface InstanceRecommendationOption {
|
|
|
4274
4287
|
* @enum
|
|
4275
4288
|
*/
|
|
4276
4289
|
export declare const RecommendationSourceType: {
|
|
4290
|
+
readonly AURORA_DB_CLUSTER_STORAGE: "AuroraDBClusterStorage";
|
|
4277
4291
|
readonly AUTO_SCALING_GROUP: "AutoScalingGroup";
|
|
4278
4292
|
readonly EBS_VOLUME: "EbsVolume";
|
|
4279
4293
|
readonly EC2_INSTANCE: "Ec2Instance";
|
|
@@ -7193,7 +7207,7 @@ export interface GetLicenseRecommendationsResponse {
|
|
|
7193
7207
|
export interface GetRDSDatabaseRecommendationProjectedMetricsRequest {
|
|
7194
7208
|
/**
|
|
7195
7209
|
* <p>
|
|
7196
|
-
* The ARN that identifies the Amazon RDS.
|
|
7210
|
+
* The ARN that identifies the Amazon Aurora or RDS database.
|
|
7197
7211
|
* </p>
|
|
7198
7212
|
* <p>
|
|
7199
7213
|
* The following is the format of the ARN:
|
|
@@ -7260,6 +7274,9 @@ export declare const RDSDBMetricName: {
|
|
|
7260
7274
|
readonly READ_IOPS_EPHEMERAL_STORAGE: "ReadIOPSEphemeralStorage";
|
|
7261
7275
|
readonly STORAGE_NETWORK_RECEIVE_THROUGHPUT: "StorageNetworkReceiveThroughput";
|
|
7262
7276
|
readonly STORAGE_NETWORK_TRANSMIT_THROUGHPUT: "StorageNetworkTransmitThroughput";
|
|
7277
|
+
readonly VOLUME_BYTES_USED: "VolumeBytesUsed";
|
|
7278
|
+
readonly VOLUME_READ_IOPS: "VolumeReadIOPs";
|
|
7279
|
+
readonly VOLUME_WRITE_IOPS: "VolumeWriteIOPs";
|
|
7263
7280
|
readonly WRITE_IOPS_EPHEMERAL_STORAGE: "WriteIOPSEphemeralStorage";
|
|
7264
7281
|
};
|
|
7265
7282
|
/**
|
|
@@ -7268,10 +7285,10 @@ export declare const RDSDBMetricName: {
|
|
|
7268
7285
|
export type RDSDBMetricName = (typeof RDSDBMetricName)[keyof typeof RDSDBMetricName];
|
|
7269
7286
|
/**
|
|
7270
7287
|
* <p>
|
|
7271
|
-
* Describes the projected metrics of an Amazon RDS recommendation option.
|
|
7288
|
+
* Describes the projected metrics of an Amazon Aurora and RDS database recommendation option.
|
|
7272
7289
|
* </p>
|
|
7273
7290
|
* <p>
|
|
7274
|
-
* To determine the performance difference between your current Amazon RDS
|
|
7291
|
+
* To determine the performance difference between your current Amazon Aurora and RDS database
|
|
7275
7292
|
* and the recommended option, compare the metric data of your service against
|
|
7276
7293
|
* its projected metric data.
|
|
7277
7294
|
* </p>
|
|
@@ -7302,10 +7319,10 @@ export interface RDSDatabaseProjectedMetric {
|
|
|
7302
7319
|
}
|
|
7303
7320
|
/**
|
|
7304
7321
|
* <p>
|
|
7305
|
-
* Describes the projected metrics of an Amazon RDS recommendation option.
|
|
7322
|
+
* Describes the projected metrics of an Amazon Aurora and RDS database recommendation option.
|
|
7306
7323
|
* </p>
|
|
7307
7324
|
* <p>
|
|
7308
|
-
* To determine the performance difference between your current Amazon RDS and the recommended option, compare
|
|
7325
|
+
* To determine the performance difference between your current Amazon Aurora and RDS database and the recommended option, compare
|
|
7309
7326
|
* the metric data of your service against its projected metric data.
|
|
7310
7327
|
* </p>
|
|
7311
7328
|
* @public
|
|
@@ -7313,14 +7330,14 @@ export interface RDSDatabaseProjectedMetric {
|
|
|
7313
7330
|
export interface RDSDatabaseRecommendedOptionProjectedMetric {
|
|
7314
7331
|
/**
|
|
7315
7332
|
* <p>
|
|
7316
|
-
* The recommended DB instance class for the Amazon RDS.
|
|
7333
|
+
* The recommended DB instance class for the Amazon Aurora or RDS database.
|
|
7317
7334
|
* </p>
|
|
7318
7335
|
* @public
|
|
7319
7336
|
*/
|
|
7320
7337
|
recommendedDBInstanceClass?: string | undefined;
|
|
7321
7338
|
/**
|
|
7322
7339
|
* <p>
|
|
7323
|
-
* The rank identifier of the RDS instance recommendation option.
|
|
7340
|
+
* The rank identifier of the Amazon Aurora or RDS DB instance recommendation option.
|
|
7324
7341
|
* </p>
|
|
7325
7342
|
* @public
|
|
7326
7343
|
*/
|
|
@@ -7351,7 +7368,7 @@ export interface GetRDSDatabaseRecommendationProjectedMetricsResponse {
|
|
|
7351
7368
|
export interface GetRDSDatabaseRecommendationsRequest {
|
|
7352
7369
|
/**
|
|
7353
7370
|
* <p>
|
|
7354
|
-
* The ARN that identifies the Amazon RDS.
|
|
7371
|
+
* The ARN that identifies the Amazon Aurora or RDS database.
|
|
7355
7372
|
* </p>
|
|
7356
7373
|
* <p>
|
|
7357
7374
|
* The following is the format of the ARN:
|
|
@@ -7368,13 +7385,13 @@ export interface GetRDSDatabaseRecommendationsRequest {
|
|
|
7368
7385
|
resourceArns?: string[] | undefined;
|
|
7369
7386
|
/**
|
|
7370
7387
|
* <p>
|
|
7371
|
-
* The token to advance to the next page of Amazon RDS recommendations.
|
|
7388
|
+
* The token to advance to the next page of Amazon Aurora and RDS database recommendations.
|
|
7372
7389
|
* </p>
|
|
7373
7390
|
* @public
|
|
7374
7391
|
*/
|
|
7375
7392
|
nextToken?: string | undefined;
|
|
7376
7393
|
/**
|
|
7377
|
-
* <p>The maximum number of Amazon RDS recommendations to return with a single
|
|
7394
|
+
* <p>The maximum number of Amazon Aurora and RDS database recommendations to return with a single
|
|
7378
7395
|
* request.</p>
|
|
7379
7396
|
* <p>To retrieve the remaining results, make another request with the returned
|
|
7380
7397
|
* <code>nextToken</code> value.</p>
|
|
@@ -7383,17 +7400,17 @@ export interface GetRDSDatabaseRecommendationsRequest {
|
|
|
7383
7400
|
maxResults?: number | undefined;
|
|
7384
7401
|
/**
|
|
7385
7402
|
* <p>
|
|
7386
|
-
* An array of objects to specify a filter that returns a more specific list of Amazon RDS recommendations.
|
|
7403
|
+
* An array of objects to specify a filter that returns a more specific list of Amazon Aurora and RDS database recommendations.
|
|
7387
7404
|
* </p>
|
|
7388
7405
|
* @public
|
|
7389
7406
|
*/
|
|
7390
7407
|
filters?: RDSDBRecommendationFilter[] | undefined;
|
|
7391
7408
|
/**
|
|
7392
7409
|
* <p>
|
|
7393
|
-
* Return the Amazon RDS recommendations to the specified Amazon Web Services account IDs.
|
|
7410
|
+
* Return the Amazon Aurora and RDS database recommendations to the specified Amazon Web Services account IDs.
|
|
7394
7411
|
* </p>
|
|
7395
7412
|
* <p>If your account is the management account or the delegated administrator
|
|
7396
|
-
* of an organization, use this parameter to return the Amazon RDS recommendations to specific
|
|
7413
|
+
* of an organization, use this parameter to return the Amazon Aurora and RDS database recommendations to specific
|
|
7397
7414
|
* member accounts.</p>
|
|
7398
7415
|
* <p>You can only specify one account ID per request.</p>
|
|
7399
7416
|
* @public
|
|
@@ -7428,40 +7445,54 @@ export type RDSCurrentInstancePerformanceRisk = (typeof RDSCurrentInstancePerfor
|
|
|
7428
7445
|
export interface DBStorageConfiguration {
|
|
7429
7446
|
/**
|
|
7430
7447
|
* <p>
|
|
7431
|
-
* The type of
|
|
7448
|
+
* The type of DB storage.
|
|
7432
7449
|
* </p>
|
|
7433
7450
|
* @public
|
|
7434
7451
|
*/
|
|
7435
7452
|
storageType?: string | undefined;
|
|
7436
7453
|
/**
|
|
7437
7454
|
* <p>
|
|
7438
|
-
* The size of the
|
|
7455
|
+
* The size of the DB storage in gigabytes (GB).
|
|
7439
7456
|
* </p>
|
|
7440
7457
|
* @public
|
|
7441
7458
|
*/
|
|
7442
7459
|
allocatedStorage?: number | undefined;
|
|
7443
7460
|
/**
|
|
7444
7461
|
* <p>
|
|
7445
|
-
* The provisioned IOPs of the
|
|
7462
|
+
* The provisioned IOPs of the DB storage.
|
|
7446
7463
|
* </p>
|
|
7447
7464
|
* @public
|
|
7448
7465
|
*/
|
|
7449
7466
|
iops?: number | undefined;
|
|
7450
7467
|
/**
|
|
7451
7468
|
* <p>
|
|
7452
|
-
* The maximum limit in gibibytes (GiB) to which Amazon RDS can automatically scale the storage of the
|
|
7469
|
+
* The maximum limit in gibibytes (GiB) to which Amazon RDS can automatically scale the storage of the DB instance.
|
|
7453
7470
|
* </p>
|
|
7454
7471
|
* @public
|
|
7455
7472
|
*/
|
|
7456
7473
|
maxAllocatedStorage?: number | undefined;
|
|
7457
7474
|
/**
|
|
7458
7475
|
* <p>
|
|
7459
|
-
* The storage throughput of the
|
|
7476
|
+
* The storage throughput of the DB storage.
|
|
7460
7477
|
* </p>
|
|
7461
7478
|
* @public
|
|
7462
7479
|
*/
|
|
7463
7480
|
storageThroughput?: number | undefined;
|
|
7464
7481
|
}
|
|
7482
|
+
/**
|
|
7483
|
+
* @public
|
|
7484
|
+
* @enum
|
|
7485
|
+
*/
|
|
7486
|
+
export declare const RDSEstimatedMonthlyVolumeIOPsCostVariation: {
|
|
7487
|
+
readonly HIGH: "High";
|
|
7488
|
+
readonly LOW: "Low";
|
|
7489
|
+
readonly MEDIUM: "Medium";
|
|
7490
|
+
readonly NONE: "None";
|
|
7491
|
+
};
|
|
7492
|
+
/**
|
|
7493
|
+
* @public
|
|
7494
|
+
*/
|
|
7495
|
+
export type RDSEstimatedMonthlyVolumeIOPsCostVariation = (typeof RDSEstimatedMonthlyVolumeIOPsCostVariation)[keyof typeof RDSEstimatedMonthlyVolumeIOPsCostVariation];
|
|
7465
7496
|
/**
|
|
7466
7497
|
* @public
|
|
7467
7498
|
* @enum
|
|
@@ -7477,14 +7508,14 @@ export declare const RDSSavingsEstimationModeSource: {
|
|
|
7477
7508
|
export type RDSSavingsEstimationModeSource = (typeof RDSSavingsEstimationModeSource)[keyof typeof RDSSavingsEstimationModeSource];
|
|
7478
7509
|
/**
|
|
7479
7510
|
* <p>
|
|
7480
|
-
* Describes the savings estimation mode used for calculating savings opportunity for
|
|
7511
|
+
* Describes the savings estimation mode used for calculating savings opportunity for DB instances.
|
|
7481
7512
|
* </p>
|
|
7482
7513
|
* @public
|
|
7483
7514
|
*/
|
|
7484
7515
|
export interface RDSSavingsEstimationMode {
|
|
7485
7516
|
/**
|
|
7486
7517
|
* <p>
|
|
7487
|
-
* Describes the source for calculating the savings opportunity for
|
|
7518
|
+
* Describes the source for calculating the savings opportunity for DB instances.
|
|
7488
7519
|
* </p>
|
|
7489
7520
|
* @public
|
|
7490
7521
|
*/
|
|
@@ -7492,14 +7523,14 @@ export interface RDSSavingsEstimationMode {
|
|
|
7492
7523
|
}
|
|
7493
7524
|
/**
|
|
7494
7525
|
* <p>
|
|
7495
|
-
* Describes the effective recommendation preferences for Amazon RDS.
|
|
7526
|
+
* Describes the effective recommendation preferences for Amazon Aurora and RDS databases.
|
|
7496
7527
|
* </p>
|
|
7497
7528
|
* @public
|
|
7498
7529
|
*/
|
|
7499
7530
|
export interface RDSEffectiveRecommendationPreferences {
|
|
7500
7531
|
/**
|
|
7501
7532
|
* <p>
|
|
7502
|
-
* Describes the CPU vendor and architecture for
|
|
7533
|
+
* Describes the CPU vendor and architecture for DB instance recommendations.
|
|
7503
7534
|
* </p>
|
|
7504
7535
|
* @public
|
|
7505
7536
|
*/
|
|
@@ -7521,14 +7552,14 @@ export interface RDSEffectiveRecommendationPreferences {
|
|
|
7521
7552
|
enhancedInfrastructureMetrics?: EnhancedInfrastructureMetrics | undefined;
|
|
7522
7553
|
/**
|
|
7523
7554
|
* <p>
|
|
7524
|
-
* The number of days the utilization metrics of the
|
|
7555
|
+
* The number of days the utilization metrics of the DB instance are analyzed.
|
|
7525
7556
|
* </p>
|
|
7526
7557
|
* @public
|
|
7527
7558
|
*/
|
|
7528
7559
|
lookBackPeriod?: LookBackPeriodPreference | undefined;
|
|
7529
7560
|
/**
|
|
7530
7561
|
* <p>
|
|
7531
|
-
* Describes the savings estimation mode preference applied for calculating savings opportunity for
|
|
7562
|
+
* Describes the savings estimation mode preference applied for calculating savings opportunity for DB instances.
|
|
7532
7563
|
* </p>
|
|
7533
7564
|
* @public
|
|
7534
7565
|
*/
|
|
@@ -7598,10 +7629,10 @@ export declare const RDSDBMetricStatistic: {
|
|
|
7598
7629
|
export type RDSDBMetricStatistic = (typeof RDSDBMetricStatistic)[keyof typeof RDSDBMetricStatistic];
|
|
7599
7630
|
/**
|
|
7600
7631
|
* <p>
|
|
7601
|
-
* Describes the utilization metric of an Amazon RDS.
|
|
7632
|
+
* Describes the utilization metric of an Amazon Aurora and RDS database.
|
|
7602
7633
|
* </p>
|
|
7603
7634
|
* <p>
|
|
7604
|
-
* To determine the performance difference between your current
|
|
7635
|
+
* To determine the performance difference between your current DB instance and the recommended option,
|
|
7605
7636
|
* compare the utilization metric data of your service against its projected utilization metric data.
|
|
7606
7637
|
* </p>
|
|
7607
7638
|
* @public
|
|
@@ -7642,8 +7673,8 @@ export interface RDSDBUtilizationMetric {
|
|
|
7642
7673
|
}
|
|
7643
7674
|
/**
|
|
7644
7675
|
* <p>
|
|
7645
|
-
* Describes the estimated monthly savings possible for
|
|
7646
|
-
* Compute Optimizer recommendations. This is based on
|
|
7676
|
+
* Describes the estimated monthly savings possible for DB instances by adopting
|
|
7677
|
+
* Compute Optimizer recommendations. This is based on DB instance pricing after applying
|
|
7647
7678
|
* Savings Plans discounts.
|
|
7648
7679
|
* </p>
|
|
7649
7680
|
* @public
|
|
@@ -7658,7 +7689,7 @@ export interface RDSInstanceEstimatedMonthlySavings {
|
|
|
7658
7689
|
currency?: Currency | undefined;
|
|
7659
7690
|
/**
|
|
7660
7691
|
* <p>
|
|
7661
|
-
* The value of the estimated monthly savings for
|
|
7692
|
+
* The value of the estimated monthly savings for DB instances.
|
|
7662
7693
|
* </p>
|
|
7663
7694
|
* @public
|
|
7664
7695
|
*/
|
|
@@ -7666,7 +7697,7 @@ export interface RDSInstanceEstimatedMonthlySavings {
|
|
|
7666
7697
|
}
|
|
7667
7698
|
/**
|
|
7668
7699
|
* <p>
|
|
7669
|
-
* Describes the savings opportunity for
|
|
7700
|
+
* Describes the savings opportunity for DB instance recommendations after applying Savings Plans discounts.
|
|
7670
7701
|
* </p>
|
|
7671
7702
|
* <p>
|
|
7672
7703
|
* Savings opportunity represents the estimated monthly savings after applying Savings Plans discounts.
|
|
@@ -7678,14 +7709,14 @@ export interface RDSInstanceSavingsOpportunityAfterDiscounts {
|
|
|
7678
7709
|
/**
|
|
7679
7710
|
* <p>
|
|
7680
7711
|
* The estimated monthly savings possible as a percentage of monthly cost by adopting Compute Optimizer’s
|
|
7681
|
-
*
|
|
7712
|
+
* DB instance recommendations. This includes any applicable Savings Plans discounts.
|
|
7682
7713
|
* </p>
|
|
7683
7714
|
* @public
|
|
7684
7715
|
*/
|
|
7685
7716
|
savingsOpportunityPercentage?: number | undefined;
|
|
7686
7717
|
/**
|
|
7687
7718
|
* <p>
|
|
7688
|
-
* The estimated monthly savings possible by adopting Compute Optimizer’s
|
|
7719
|
+
* The estimated monthly savings possible by adopting Compute Optimizer’s DB instance recommendations.
|
|
7689
7720
|
* This includes any applicable Savings Plans discounts.
|
|
7690
7721
|
* </p>
|
|
7691
7722
|
* @public
|
|
@@ -7694,35 +7725,35 @@ export interface RDSInstanceSavingsOpportunityAfterDiscounts {
|
|
|
7694
7725
|
}
|
|
7695
7726
|
/**
|
|
7696
7727
|
* <p>
|
|
7697
|
-
* Describes the recommendation options for
|
|
7728
|
+
* Describes the recommendation options for a DB instance.
|
|
7698
7729
|
* </p>
|
|
7699
7730
|
* @public
|
|
7700
7731
|
*/
|
|
7701
7732
|
export interface RDSDBInstanceRecommendationOption {
|
|
7702
7733
|
/**
|
|
7703
7734
|
* <p>
|
|
7704
|
-
* Describes the DB instance class recommendation option for your Amazon RDS
|
|
7735
|
+
* Describes the DB instance class recommendation option for your Amazon Aurora or RDS database.
|
|
7705
7736
|
* </p>
|
|
7706
7737
|
* @public
|
|
7707
7738
|
*/
|
|
7708
7739
|
dbInstanceClass?: string | undefined;
|
|
7709
7740
|
/**
|
|
7710
7741
|
* <p>
|
|
7711
|
-
* An array of objects that describe the projected utilization metrics of the
|
|
7742
|
+
* An array of objects that describe the projected utilization metrics of the DB instance recommendation option.
|
|
7712
7743
|
* </p>
|
|
7713
7744
|
* @public
|
|
7714
7745
|
*/
|
|
7715
7746
|
projectedUtilizationMetrics?: RDSDBUtilizationMetric[] | undefined;
|
|
7716
7747
|
/**
|
|
7717
7748
|
* <p>
|
|
7718
|
-
* The performance risk of the
|
|
7749
|
+
* The performance risk of the DB instance recommendation option.
|
|
7719
7750
|
* </p>
|
|
7720
7751
|
* @public
|
|
7721
7752
|
*/
|
|
7722
7753
|
performanceRisk?: number | undefined;
|
|
7723
7754
|
/**
|
|
7724
7755
|
* <p>
|
|
7725
|
-
* The rank identifier of the
|
|
7756
|
+
* The rank identifier of the DB instance recommendation option.
|
|
7726
7757
|
* </p>
|
|
7727
7758
|
* @public
|
|
7728
7759
|
*/
|
|
@@ -7749,7 +7780,7 @@ export interface RDSDBInstanceRecommendationOption {
|
|
|
7749
7780
|
savingsOpportunity?: SavingsOpportunity | undefined;
|
|
7750
7781
|
/**
|
|
7751
7782
|
* <p>
|
|
7752
|
-
* Describes the savings opportunity for Amazon RDS recommendations or for the recommendation option.
|
|
7783
|
+
* Describes the savings opportunity for Amazon Aurora and RDS database recommendations or for the recommendation option.
|
|
7753
7784
|
* </p>
|
|
7754
7785
|
* <p>Savings opportunity represents the estimated monthly savings after applying Savings Plans discounts.
|
|
7755
7786
|
* You can achieve this by implementing a given Compute Optimizer recommendation.</p>
|
|
@@ -7762,6 +7793,7 @@ export interface RDSDBInstanceRecommendationOption {
|
|
|
7762
7793
|
* @enum
|
|
7763
7794
|
*/
|
|
7764
7795
|
export declare const RDSStorageFinding: {
|
|
7796
|
+
readonly NOT_OPTIMIZED: "NotOptimized";
|
|
7765
7797
|
readonly OPTIMIZED: "Optimized";
|
|
7766
7798
|
readonly OVER_PROVISIONED: "Overprovisioned";
|
|
7767
7799
|
readonly UNDER_PROVISIONED: "Underprovisioned";
|
|
@@ -7775,6 +7807,8 @@ export type RDSStorageFinding = (typeof RDSStorageFinding)[keyof typeof RDSStora
|
|
|
7775
7807
|
* @enum
|
|
7776
7808
|
*/
|
|
7777
7809
|
export declare const RDSStorageFindingReasonCode: {
|
|
7810
|
+
readonly DB_CLUSTER_STORAGE_OPTION_AVAILABLE: "DBClusterStorageOptionAvailable";
|
|
7811
|
+
readonly DB_CLUSTER_STORAGE_SAVINGS_AVAILABLE: "DBClusterStorageSavingsAvailable";
|
|
7778
7812
|
readonly EBS_VOLUME_ALLOCATED_STORAGE_UNDER_PROVISIONED: "EBSVolumeAllocatedStorageUnderprovisioned";
|
|
7779
7813
|
readonly EBS_VOLUME_IOPS_OVER_PROVISIONED: "EBSVolumeIOPSOverprovisioned";
|
|
7780
7814
|
readonly EBS_VOLUME_THROUGHPUT_OVER_PROVISIONED: "EBSVolumeThroughputOverprovisioned";
|
|
@@ -7787,8 +7821,8 @@ export declare const RDSStorageFindingReasonCode: {
|
|
|
7787
7821
|
export type RDSStorageFindingReasonCode = (typeof RDSStorageFindingReasonCode)[keyof typeof RDSStorageFindingReasonCode];
|
|
7788
7822
|
/**
|
|
7789
7823
|
* <p>
|
|
7790
|
-
* Describes the estimated monthly savings possible for
|
|
7791
|
-
* recommendations. This is based on
|
|
7824
|
+
* Describes the estimated monthly savings possible for DB instance storage by adopting Compute Optimizer
|
|
7825
|
+
* recommendations. This is based on DB instance pricing after applying Savings Plans discounts.
|
|
7792
7826
|
* </p>
|
|
7793
7827
|
* @public
|
|
7794
7828
|
*/
|
|
@@ -7802,7 +7836,7 @@ export interface RDSStorageEstimatedMonthlySavings {
|
|
|
7802
7836
|
currency?: Currency | undefined;
|
|
7803
7837
|
/**
|
|
7804
7838
|
* <p>
|
|
7805
|
-
* The value of the estimated monthly savings for
|
|
7839
|
+
* The value of the estimated monthly savings for DB instance storage.
|
|
7806
7840
|
* </p>
|
|
7807
7841
|
* @public
|
|
7808
7842
|
*/
|
|
@@ -7822,14 +7856,14 @@ export interface RDSStorageSavingsOpportunityAfterDiscounts {
|
|
|
7822
7856
|
/**
|
|
7823
7857
|
* <p>
|
|
7824
7858
|
* The estimated monthly savings possible as a percentage of monthly cost by adopting Compute Optimizer’s
|
|
7825
|
-
*
|
|
7859
|
+
* DB instance storage recommendations. This includes any applicable Savings Plans discounts.
|
|
7826
7860
|
* </p>
|
|
7827
7861
|
* @public
|
|
7828
7862
|
*/
|
|
7829
7863
|
savingsOpportunityPercentage?: number | undefined;
|
|
7830
7864
|
/**
|
|
7831
7865
|
* <p>
|
|
7832
|
-
* The estimated monthly savings possible by adopting Compute Optimizer’s
|
|
7866
|
+
* The estimated monthly savings possible by adopting Compute Optimizer’s DB instance storage recommendations. This includes any applicable Savings Plans discounts.
|
|
7833
7867
|
* </p>
|
|
7834
7868
|
* @public
|
|
7835
7869
|
*/
|
|
@@ -7837,7 +7871,7 @@ export interface RDSStorageSavingsOpportunityAfterDiscounts {
|
|
|
7837
7871
|
}
|
|
7838
7872
|
/**
|
|
7839
7873
|
* <p>
|
|
7840
|
-
* Describes the recommendation options for
|
|
7874
|
+
* Describes the recommendation options for DB storage.
|
|
7841
7875
|
* </p>
|
|
7842
7876
|
* @public
|
|
7843
7877
|
*/
|
|
@@ -7851,7 +7885,7 @@ export interface RDSDBStorageRecommendationOption {
|
|
|
7851
7885
|
storageConfiguration?: DBStorageConfiguration | undefined;
|
|
7852
7886
|
/**
|
|
7853
7887
|
* <p>
|
|
7854
|
-
* The rank identifier of the
|
|
7888
|
+
* The rank identifier of the DB storage recommendation option.
|
|
7855
7889
|
* </p>
|
|
7856
7890
|
* @public
|
|
7857
7891
|
*/
|
|
@@ -7878,7 +7912,7 @@ export interface RDSDBStorageRecommendationOption {
|
|
|
7878
7912
|
savingsOpportunity?: SavingsOpportunity | undefined;
|
|
7879
7913
|
/**
|
|
7880
7914
|
* <p>
|
|
7881
|
-
* Describes the savings opportunity for
|
|
7915
|
+
* Describes the savings opportunity for DB storage recommendations or for the recommendation option.
|
|
7882
7916
|
* </p>
|
|
7883
7917
|
* <p>
|
|
7884
7918
|
* Savings opportunity represents the estimated monthly savings after applying Savings Plans discounts. You can achieve
|
|
@@ -7887,17 +7921,24 @@ export interface RDSDBStorageRecommendationOption {
|
|
|
7887
7921
|
* @public
|
|
7888
7922
|
*/
|
|
7889
7923
|
savingsOpportunityAfterDiscounts?: RDSStorageSavingsOpportunityAfterDiscounts | undefined;
|
|
7924
|
+
/**
|
|
7925
|
+
* <p>
|
|
7926
|
+
* The projected level of variation in monthly I/O costs for the DB storage recommendation option.
|
|
7927
|
+
* </p>
|
|
7928
|
+
* @public
|
|
7929
|
+
*/
|
|
7930
|
+
estimatedMonthlyVolumeIOPsCostVariation?: RDSEstimatedMonthlyVolumeIOPsCostVariation | undefined;
|
|
7890
7931
|
}
|
|
7891
7932
|
/**
|
|
7892
7933
|
* <p>
|
|
7893
|
-
* Describes an Amazon RDS recommendation.
|
|
7934
|
+
* Describes an Amazon Aurora and RDS database recommendation.
|
|
7894
7935
|
* </p>
|
|
7895
7936
|
* @public
|
|
7896
7937
|
*/
|
|
7897
7938
|
export interface RDSDBRecommendation {
|
|
7898
7939
|
/**
|
|
7899
7940
|
* <p>
|
|
7900
|
-
* The ARN of the current Amazon RDS.
|
|
7941
|
+
* The ARN of the current Amazon Aurora or RDS database.
|
|
7901
7942
|
* </p>
|
|
7902
7943
|
* <p>
|
|
7903
7944
|
* The following is the format of the ARN:
|
|
@@ -7910,14 +7951,14 @@ export interface RDSDBRecommendation {
|
|
|
7910
7951
|
resourceArn?: string | undefined;
|
|
7911
7952
|
/**
|
|
7912
7953
|
* <p>
|
|
7913
|
-
* The Amazon Web Services account ID of the Amazon RDS.
|
|
7954
|
+
* The Amazon Web Services account ID of the Amazon Aurora or RDS database.
|
|
7914
7955
|
* </p>
|
|
7915
7956
|
* @public
|
|
7916
7957
|
*/
|
|
7917
7958
|
accountId?: string | undefined;
|
|
7918
7959
|
/**
|
|
7919
7960
|
* <p>
|
|
7920
|
-
* The engine of the
|
|
7961
|
+
* The engine of the DB instance.
|
|
7921
7962
|
* </p>
|
|
7922
7963
|
* @public
|
|
7923
7964
|
*/
|
|
@@ -7936,14 +7977,14 @@ export interface RDSDBRecommendation {
|
|
|
7936
7977
|
promotionTier?: number | undefined;
|
|
7937
7978
|
/**
|
|
7938
7979
|
* <p>
|
|
7939
|
-
* The DB instance class of the current RDS instance.
|
|
7980
|
+
* The DB instance class of the current Aurora or RDS DB instance.
|
|
7940
7981
|
* </p>
|
|
7941
7982
|
* @public
|
|
7942
7983
|
*/
|
|
7943
7984
|
currentDBInstanceClass?: string | undefined;
|
|
7944
7985
|
/**
|
|
7945
7986
|
* <p>
|
|
7946
|
-
* The configuration of the current
|
|
7987
|
+
* The configuration of the current DB storage.
|
|
7947
7988
|
* </p>
|
|
7948
7989
|
* @public
|
|
7949
7990
|
*/
|
|
@@ -7955,82 +7996,34 @@ export interface RDSDBRecommendation {
|
|
|
7955
7996
|
dbClusterIdentifier?: string | undefined;
|
|
7956
7997
|
/**
|
|
7957
7998
|
* <p>
|
|
7958
|
-
* This indicates if the
|
|
7999
|
+
* This indicates if the DB instance is idle or not.
|
|
7959
8000
|
* </p>
|
|
7960
8001
|
* @public
|
|
7961
8002
|
*/
|
|
7962
8003
|
idle?: Idle | undefined;
|
|
7963
8004
|
/**
|
|
7964
8005
|
* <p>
|
|
7965
|
-
* The finding classification of an Amazon RDS instance.
|
|
8006
|
+
* The finding classification of an Amazon Aurora and RDS DB instance.
|
|
7966
8007
|
* </p>
|
|
7967
|
-
* <p>
|
|
7968
|
-
*
|
|
7969
|
-
*
|
|
7970
|
-
* <p>
|
|
7971
|
-
* <b>
|
|
7972
|
-
* <code>Underprovisioned</code>
|
|
7973
|
-
* </b> —
|
|
7974
|
-
* When Compute Optimizer detects that there’s not enough resource specifications, an Amazon RDS
|
|
7975
|
-
* is considered under-provisioned.</p>
|
|
7976
|
-
* </li>
|
|
7977
|
-
* <li>
|
|
7978
|
-
* <p>
|
|
7979
|
-
* <b>
|
|
7980
|
-
* <code>Overprovisioned</code>
|
|
7981
|
-
* </b> —
|
|
7982
|
-
* When Compute Optimizer detects that there’s excessive resource specifications, an Amazon RDS
|
|
7983
|
-
* is considered over-provisioned.</p>
|
|
7984
|
-
* </li>
|
|
7985
|
-
* <li>
|
|
7986
|
-
* <p>
|
|
7987
|
-
* <b>
|
|
7988
|
-
* <code>Optimized</code>
|
|
7989
|
-
* </b> —
|
|
7990
|
-
* When the specifications of your Amazon RDS instance meet the performance requirements
|
|
7991
|
-
* of your workload, the service is considered optimized.</p>
|
|
7992
|
-
* </li>
|
|
7993
|
-
* </ul>
|
|
8008
|
+
* <p>For more information about finding classifications, see <a href="https://docs.aws.amazon.com/compute-optimizer/latest/ug/view-rds-recommendations.html#rds-recommendations-findings">
|
|
8009
|
+
* Finding classifications for Aurora and RDS databases</a> in the <i>Compute Optimizer User
|
|
8010
|
+
* Guide</i>.</p>
|
|
7994
8011
|
* @public
|
|
7995
8012
|
*/
|
|
7996
8013
|
instanceFinding?: RDSInstanceFinding | undefined;
|
|
7997
8014
|
/**
|
|
7998
8015
|
* <p>
|
|
7999
|
-
* The finding classification of Amazon RDS storage.
|
|
8016
|
+
* The finding classification of Amazon RDS DB instance storage.
|
|
8000
8017
|
* </p>
|
|
8001
|
-
* <p>
|
|
8002
|
-
*
|
|
8003
|
-
*
|
|
8004
|
-
* <p>
|
|
8005
|
-
* <b>
|
|
8006
|
-
* <code>Underprovisioned</code>
|
|
8007
|
-
* </b> —
|
|
8008
|
-
* When Compute Optimizer detects that there’s not enough storage, an Amazon RDS
|
|
8009
|
-
* is considered under-provisioned.</p>
|
|
8010
|
-
* </li>
|
|
8011
|
-
* <li>
|
|
8012
|
-
* <p>
|
|
8013
|
-
* <b>
|
|
8014
|
-
* <code>Overprovisioned</code>
|
|
8015
|
-
* </b> —
|
|
8016
|
-
* When Compute Optimizer detects that there’s excessive storage, an Amazon RDS
|
|
8017
|
-
* is considered over-provisioned.</p>
|
|
8018
|
-
* </li>
|
|
8019
|
-
* <li>
|
|
8020
|
-
* <p>
|
|
8021
|
-
* <b>
|
|
8022
|
-
* <code>Optimized</code>
|
|
8023
|
-
* </b> —
|
|
8024
|
-
* When the storage of your Amazon RDS meet the performance requirements
|
|
8025
|
-
* of your workload, the service is considered optimized.</p>
|
|
8026
|
-
* </li>
|
|
8027
|
-
* </ul>
|
|
8018
|
+
* <p>For more information about finding classifications, see <a href="https://docs.aws.amazon.com/compute-optimizer/latest/ug/view-rds-recommendations.html#rds-recommendations-findings">
|
|
8019
|
+
* Finding classifications for Aurora and RDS databases</a> in the <i>Compute Optimizer User
|
|
8020
|
+
* Guide</i>.</p>
|
|
8028
8021
|
* @public
|
|
8029
8022
|
*/
|
|
8030
8023
|
storageFinding?: RDSStorageFinding | undefined;
|
|
8031
8024
|
/**
|
|
8032
8025
|
* <p>
|
|
8033
|
-
* The reason for the finding classification of
|
|
8026
|
+
* The reason for the finding classification of a DB instance.
|
|
8034
8027
|
* </p>
|
|
8035
8028
|
* @public
|
|
8036
8029
|
*/
|
|
@@ -8042,56 +8035,63 @@ export interface RDSDBRecommendation {
|
|
|
8042
8035
|
currentInstancePerformanceRisk?: RDSCurrentInstancePerformanceRisk | undefined;
|
|
8043
8036
|
/**
|
|
8044
8037
|
* <p>
|
|
8045
|
-
* The
|
|
8038
|
+
* The level of variation in monthly I/O costs for the current DB storage configuration.
|
|
8039
|
+
* </p>
|
|
8040
|
+
* @public
|
|
8041
|
+
*/
|
|
8042
|
+
currentStorageEstimatedMonthlyVolumeIOPsCostVariation?: RDSEstimatedMonthlyVolumeIOPsCostVariation | undefined;
|
|
8043
|
+
/**
|
|
8044
|
+
* <p>
|
|
8045
|
+
* The reason for the finding classification of RDS DB instance storage.
|
|
8046
8046
|
* </p>
|
|
8047
8047
|
* @public
|
|
8048
8048
|
*/
|
|
8049
8049
|
storageFindingReasonCodes?: RDSStorageFindingReasonCode[] | undefined;
|
|
8050
8050
|
/**
|
|
8051
8051
|
* <p>
|
|
8052
|
-
* An array of objects that describe the recommendation options for the
|
|
8052
|
+
* An array of objects that describe the recommendation options for the RDS DB instance.
|
|
8053
8053
|
* </p>
|
|
8054
8054
|
* @public
|
|
8055
8055
|
*/
|
|
8056
8056
|
instanceRecommendationOptions?: RDSDBInstanceRecommendationOption[] | undefined;
|
|
8057
8057
|
/**
|
|
8058
8058
|
* <p>
|
|
8059
|
-
* An array of objects that describe the recommendation options for
|
|
8059
|
+
* An array of objects that describe the recommendation options for DB instance storage.
|
|
8060
8060
|
* </p>
|
|
8061
8061
|
* @public
|
|
8062
8062
|
*/
|
|
8063
8063
|
storageRecommendationOptions?: RDSDBStorageRecommendationOption[] | undefined;
|
|
8064
8064
|
/**
|
|
8065
8065
|
* <p>
|
|
8066
|
-
* An array of objects that describe the utilization metrics of the
|
|
8066
|
+
* An array of objects that describe the utilization metrics of the DB instance.
|
|
8067
8067
|
* </p>
|
|
8068
8068
|
* @public
|
|
8069
8069
|
*/
|
|
8070
8070
|
utilizationMetrics?: RDSDBUtilizationMetric[] | undefined;
|
|
8071
8071
|
/**
|
|
8072
8072
|
* <p>
|
|
8073
|
-
* Describes the effective recommendation preferences for
|
|
8073
|
+
* Describes the effective recommendation preferences for DB instances.
|
|
8074
8074
|
* </p>
|
|
8075
8075
|
* @public
|
|
8076
8076
|
*/
|
|
8077
8077
|
effectiveRecommendationPreferences?: RDSEffectiveRecommendationPreferences | undefined;
|
|
8078
8078
|
/**
|
|
8079
8079
|
* <p>
|
|
8080
|
-
* The number of days the
|
|
8080
|
+
* The number of days the DB instance utilization metrics were analyzed.
|
|
8081
8081
|
* </p>
|
|
8082
8082
|
* @public
|
|
8083
8083
|
*/
|
|
8084
8084
|
lookbackPeriodInDays?: number | undefined;
|
|
8085
8085
|
/**
|
|
8086
8086
|
* <p>
|
|
8087
|
-
* The timestamp of when the
|
|
8087
|
+
* The timestamp of when the DB instance recommendation was last generated.
|
|
8088
8088
|
* </p>
|
|
8089
8089
|
* @public
|
|
8090
8090
|
*/
|
|
8091
8091
|
lastRefreshTimestamp?: Date | undefined;
|
|
8092
8092
|
/**
|
|
8093
8093
|
* <p>
|
|
8094
|
-
* A list of tags assigned to your
|
|
8094
|
+
* A list of tags assigned to your DB instance recommendations.
|
|
8095
8095
|
* </p>
|
|
8096
8096
|
* @public
|
|
8097
8097
|
*/
|
|
@@ -8103,14 +8103,14 @@ export interface RDSDBRecommendation {
|
|
|
8103
8103
|
export interface GetRDSDatabaseRecommendationsResponse {
|
|
8104
8104
|
/**
|
|
8105
8105
|
* <p>
|
|
8106
|
-
* The token to advance to the next page of Amazon RDS recommendations.
|
|
8106
|
+
* The token to advance to the next page of Amazon Aurora and RDS database recommendations.
|
|
8107
8107
|
* </p>
|
|
8108
8108
|
* @public
|
|
8109
8109
|
*/
|
|
8110
8110
|
nextToken?: string | undefined;
|
|
8111
8111
|
/**
|
|
8112
8112
|
* <p>
|
|
8113
|
-
* An array of objects that describe the Amazon RDS recommendations.
|
|
8113
|
+
* An array of objects that describe the Amazon Aurora and RDS database recommendations.
|
|
8114
8114
|
* </p>
|
|
8115
8115
|
* @public
|
|
8116
8116
|
*/
|