@aws-sdk/client-compute-optimizer 3.262.0 → 3.266.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.
@@ -70,6 +70,7 @@ var InferredWorkloadType;
70
70
  InferredWorkloadType["AMAZON_EMR"] = "AmazonEmr";
71
71
  InferredWorkloadType["APACHE_CASSANDRA"] = "ApacheCassandra";
72
72
  InferredWorkloadType["APACHE_HADOOP"] = "ApacheHadoop";
73
+ InferredWorkloadType["KAFKA"] = "Kafka";
73
74
  InferredWorkloadType["MEMCACHED"] = "Memcached";
74
75
  InferredWorkloadType["NGINX"] = "Nginx";
75
76
  InferredWorkloadType["POSTGRE_SQL"] = "PostgreSql";
@@ -64,6 +64,7 @@ export var InferredWorkloadType;
64
64
  InferredWorkloadType["AMAZON_EMR"] = "AmazonEmr";
65
65
  InferredWorkloadType["APACHE_CASSANDRA"] = "ApacheCassandra";
66
66
  InferredWorkloadType["APACHE_HADOOP"] = "ApacheHadoop";
67
+ InferredWorkloadType["KAFKA"] = "Kafka";
67
68
  InferredWorkloadType["MEMCACHED"] = "Memcached";
68
69
  InferredWorkloadType["NGINX"] = "Nginx";
69
70
  InferredWorkloadType["POSTGRE_SQL"] = "PostgreSql";
@@ -162,6 +162,7 @@ export declare enum InferredWorkloadType {
162
162
  AMAZON_EMR = "AmazonEmr",
163
163
  APACHE_CASSANDRA = "ApacheCassandra",
164
164
  APACHE_HADOOP = "ApacheHadoop",
165
+ KAFKA = "Kafka",
165
166
  MEMCACHED = "Memcached",
166
167
  NGINX = "Nginx",
167
168
  POSTGRE_SQL = "PostgreSql",
@@ -1609,7 +1610,7 @@ export interface ECSServiceRecommendationFilter {
1609
1610
  export interface ExportECSServiceRecommendationsRequest {
1610
1611
  /**
1611
1612
  * <p>
1612
- * The Amazon Web Services account IDs for the export ECS service recommendations.
1613
+ * The Amazon Web Services account IDs for the export Amazon ECS service recommendations.
1613
1614
  * </p>
1614
1615
  * <p>If your account is the management account or the delegated administrator
1615
1616
  * of an organization, use this parameter to specify the member account you want to
@@ -1624,7 +1625,7 @@ export interface ExportECSServiceRecommendationsRequest {
1624
1625
  /**
1625
1626
  * <p>
1626
1627
  * An array of objects to specify a filter that exports a more specific set
1627
- * of ECS service recommendations.
1628
+ * of Amazon ECS service recommendations.
1628
1629
  * </p>
1629
1630
  */
1630
1631
  filters?: ECSServiceRecommendationFilter[];
@@ -2713,6 +2714,11 @@ export interface InstanceRecommendation {
2713
2714
  * <code>Redis</code> - Infers that Redis might be running on the
2714
2715
  * instance.</p>
2715
2716
  * </li>
2717
+ * <li>
2718
+ * <p>
2719
+ * <code>Kafka</code> - Infers that Kafka might be running on the
2720
+ * instance.</p>
2721
+ * </li>
2716
2722
  * </ul>
2717
2723
  */
2718
2724
  inferredWorkloadTypes?: (InferredWorkloadType | string)[];
@@ -2855,7 +2861,7 @@ export interface GetEC2RecommendationProjectedMetricsResponse {
2855
2861
  export interface GetECSServiceRecommendationProjectedMetricsRequest {
2856
2862
  /**
2857
2863
  * <p>
2858
- * The ARN that identifies the ECS service.
2864
+ * The ARN that identifies the Amazon ECS service.
2859
2865
  * </p>
2860
2866
  * <p>
2861
2867
  * The following is the format of the ARN:
@@ -2898,7 +2904,7 @@ export declare enum ECSServiceMetricName {
2898
2904
  * <p>
2899
2905
  * Describes the projected metrics of an Amazon ECS service recommendation option.
2900
2906
  * </p>
2901
- * <p>To determine the performance difference between your current ECS service and the recommended option,
2907
+ * <p>To determine the performance difference between your current Amazon ECS service and the recommended option,
2902
2908
  * compare the metric data of your service against its projected metric data.</p>
2903
2909
  */
2904
2910
  export interface ECSServiceProjectedMetric {
@@ -2910,13 +2916,13 @@ export interface ECSServiceProjectedMetric {
2910
2916
  * <ul>
2911
2917
  * <li>
2912
2918
  * <p>
2913
- * <code>CPU</code> — The percentage of allocated compute units
2914
- * that are currently in use on the ECS service tasks.</p>
2919
+ * <code>Cpu</code> — The percentage of allocated compute units
2920
+ * that are currently in use on the service tasks.</p>
2915
2921
  * </li>
2916
2922
  * <li>
2917
2923
  * <p>
2918
- * <code>Memory</code> — The percentage of memory that is
2919
- * currently in use on the ECS service tasks.</p>
2924
+ * <code>Memory</code> — The percentage of memory that's
2925
+ * currently in use on the service tasks.</p>
2920
2926
  * </li>
2921
2927
  * </ul>
2922
2928
  */
@@ -2944,19 +2950,19 @@ export interface ECSServiceProjectedMetric {
2944
2950
  * <p>
2945
2951
  * Describes the projected metrics of an Amazon ECS service recommendation option.
2946
2952
  * </p>
2947
- * <p>To determine the performance difference between your current ECS service and the recommended option,
2953
+ * <p>To determine the performance difference between your current Amazon ECS service and the recommended option,
2948
2954
  * compare the metric data of your service against its projected metric data.</p>
2949
2955
  */
2950
2956
  export interface ECSServiceRecommendedOptionProjectedMetric {
2951
2957
  /**
2952
2958
  * <p>
2953
- * The recommended CPU size for the ECS service.
2959
+ * The recommended CPU size for the Amazon ECS service.
2954
2960
  * </p>
2955
2961
  */
2956
2962
  recommendedCpuUnits?: number;
2957
2963
  /**
2958
2964
  * <p>
2959
- * The recommended memory size for the ECS service.
2965
+ * The recommended memory size for the Amazon ECS service.
2960
2966
  * </p>
2961
2967
  */
2962
2968
  recommendedMemorySize?: number;
@@ -2978,7 +2984,7 @@ export interface GetECSServiceRecommendationProjectedMetricsResponse {
2978
2984
  export interface GetECSServiceRecommendationsRequest {
2979
2985
  /**
2980
2986
  * <p>
2981
- * The ARN that identifies the ECS service.
2987
+ * The ARN that identifies the Amazon ECS service.
2982
2988
  * </p>
2983
2989
  * <p>
2984
2990
  * The following is the format of the ARN:
@@ -2990,13 +2996,13 @@ export interface GetECSServiceRecommendationsRequest {
2990
2996
  serviceArns?: string[];
2991
2997
  /**
2992
2998
  * <p>
2993
- * The token to advance to the next page of ECS service recommendations.
2999
+ * The token to advance to the next page of Amazon ECS service recommendations.
2994
3000
  * </p>
2995
3001
  */
2996
3002
  nextToken?: string;
2997
3003
  /**
2998
3004
  * <p>
2999
- * The maximum number of ECS service recommendations to return with a single request.
3005
+ * The maximum number of Amazon ECS service recommendations to return with a single request.
3000
3006
  * </p>
3001
3007
  * <p>To retrieve the remaining results, make another request with the returned
3002
3008
  * <code>nextToken</code> value.</p>
@@ -3004,16 +3010,16 @@ export interface GetECSServiceRecommendationsRequest {
3004
3010
  maxResults?: number;
3005
3011
  /**
3006
3012
  * <p>
3007
- * An array of objects to specify a filter that returns a more specific list of ECS service recommendations.
3013
+ * An array of objects to specify a filter that returns a more specific list of Amazon ECS service recommendations.
3008
3014
  * </p>
3009
3015
  */
3010
3016
  filters?: ECSServiceRecommendationFilter[];
3011
3017
  /**
3012
3018
  * <p>
3013
- * Return the ECS service recommendations to the specified Amazon Web Services account IDs.
3019
+ * Return the Amazon ECS service recommendations to the specified Amazon Web Services account IDs.
3014
3020
  * </p>
3015
3021
  * <p>If your account is the management account or the delegated administrator
3016
- * of an organization, use this parameter to return the ECS service recommendations to specific
3022
+ * of an organization, use this parameter to return the Amazon ECS service recommendations to specific
3017
3023
  * member accounts.</p>
3018
3024
  * <p>You can only specify one account ID per request.</p>
3019
3025
  */
@@ -3071,19 +3077,19 @@ export interface ContainerConfiguration {
3071
3077
  export interface ServiceConfiguration {
3072
3078
  /**
3073
3079
  * <p>
3074
- * The amount of memory used by the tasks in the ECS service.
3080
+ * The amount of memory used by the tasks in the Amazon ECS service.
3075
3081
  * </p>
3076
3082
  */
3077
3083
  memory?: number;
3078
3084
  /**
3079
3085
  * <p>
3080
- * The number of CPU units used by the tasks in the ECS service.
3086
+ * The number of CPU units used by the tasks in the Amazon ECS service.
3081
3087
  * </p>
3082
3088
  */
3083
3089
  cpu?: number;
3084
3090
  /**
3085
3091
  * <p>
3086
- * The container configurations within a task of an ECS service.
3092
+ * The container configurations within a task of an Amazon ECS service.
3087
3093
  * </p>
3088
3094
  */
3089
3095
  containerConfigurations?: ContainerConfiguration[];
@@ -3091,18 +3097,18 @@ export interface ServiceConfiguration {
3091
3097
  * <p>
3092
3098
  * Describes the Auto Scaling configuration methods for an Amazon ECS service. This affects
3093
3099
  * the generated recommendations. For example, if Auto Scaling is configured on a
3094
- * ECS service’s CPU, then Compute Optimizer doesn’t generate CPU size recommendations.
3100
+ * service’s CPU, then Compute Optimizer doesn’t generate CPU size recommendations.
3095
3101
  * </p>
3096
3102
  * <p>The Auto Scaling configuration methods include:</p>
3097
3103
  * <ul>
3098
3104
  * <li>
3099
3105
  * <p>
3100
- * <code>TARGET_TRACKING_SCALING_CPU</code> — If the ECS service is configured
3106
+ * <code>TARGET_TRACKING_SCALING_CPU</code> — If the Amazon ECS service is configured
3101
3107
  * to use target scaling on CPU, Compute Optimizer doesn't generate CPU recommendations.</p>
3102
3108
  * </li>
3103
3109
  * <li>
3104
3110
  * <p>
3105
- * <code>TARGET_TRACKING_SCALING_MEMORY</code> — If the ECS service is configured
3111
+ * <code>TARGET_TRACKING_SCALING_MEMORY</code> — If the Amazon ECS service is configured
3106
3112
  * to use target scaling on memory, Compute Optimizer doesn't generate memory recommendations.</p>
3107
3113
  * </li>
3108
3114
  * </ul>
@@ -3116,7 +3122,7 @@ export interface ServiceConfiguration {
3116
3122
  autoScalingConfiguration?: AutoScalingConfiguration | string;
3117
3123
  /**
3118
3124
  * <p>
3119
- * The task definition ARN used by the tasks in the ECS service.
3125
+ * The task definition ARN used by the tasks in the Amazon ECS service.
3120
3126
  * </p>
3121
3127
  */
3122
3128
  taskDefinitionArn?: string;
@@ -3169,7 +3175,7 @@ export declare enum ECSServiceMetricStatistic {
3169
3175
  * <p>
3170
3176
  * Describes the projected utilization metrics of an Amazon ECS service recommendation option.
3171
3177
  * </p>
3172
- * <p>To determine the performance difference between your current ECS service and the recommended option,
3178
+ * <p>To determine the performance difference between your current Amazon ECS service and the recommended option,
3173
3179
  * compare the utilization metric data of your service against its projected utilization metric data.</p>
3174
3180
  */
3175
3181
  export interface ECSServiceProjectedUtilizationMetric {
@@ -3181,13 +3187,13 @@ export interface ECSServiceProjectedUtilizationMetric {
3181
3187
  * <ul>
3182
3188
  * <li>
3183
3189
  * <p>
3184
- * <code>CPU</code> — The percentage of allocated compute units
3185
- * that are currently in use on the ECS service tasks.</p>
3190
+ * <code>Cpu</code> — The percentage of allocated compute units
3191
+ * that are currently in use on the service tasks.</p>
3186
3192
  * </li>
3187
3193
  * <li>
3188
3194
  * <p>
3189
- * <code>Memory</code> — The percentage of memory that is
3190
- * currently in use on the ECS service tasks.</p>
3195
+ * <code>Memory</code> — The percentage of memory that's
3196
+ * currently in use on the service tasks.</p>
3191
3197
  * </li>
3192
3198
  * </ul>
3193
3199
  */
@@ -3228,13 +3234,13 @@ export interface ECSServiceProjectedUtilizationMetric {
3228
3234
  export interface ECSServiceRecommendationOption {
3229
3235
  /**
3230
3236
  * <p>
3231
- * The memory size of the ECS service recommendation option.
3237
+ * The memory size of the Amazon ECS service recommendation option.
3232
3238
  * </p>
3233
3239
  */
3234
3240
  memory?: number;
3235
3241
  /**
3236
3242
  * <p>
3237
- * The CPU size of the ECS service recommendation option.
3243
+ * The CPU size of the Amazon ECS service recommendation option.
3238
3244
  * </p>
3239
3245
  */
3240
3246
  cpu?: number;
@@ -3259,13 +3265,13 @@ export interface ECSServiceRecommendationOption {
3259
3265
  savingsOpportunity?: SavingsOpportunity;
3260
3266
  /**
3261
3267
  * <p>
3262
- * An array of objects that describe the projected utilization metrics of the ECS service recommendation option.
3268
+ * An array of objects that describe the projected utilization metrics of the Amazon ECS service recommendation option.
3263
3269
  * </p>
3264
3270
  */
3265
3271
  projectedUtilizationMetrics?: ECSServiceProjectedUtilizationMetric[];
3266
3272
  /**
3267
3273
  * <p>
3268
- * The CPU and memory size recommendations for the containers within the task of your ECS service.
3274
+ * The CPU and memory size recommendations for the containers within the task of your Amazon ECS service.
3269
3275
  * </p>
3270
3276
  */
3271
3277
  containerRecommendations?: ContainerRecommendation[];
@@ -3274,7 +3280,7 @@ export interface ECSServiceRecommendationOption {
3274
3280
  * <p>
3275
3281
  * Describes the utilization metric of an Amazon ECS service.
3276
3282
  * </p>
3277
- * <p>To determine the performance difference between your current ECS service and the recommended option,
3283
+ * <p>To determine the performance difference between your current Amazon ECS service and the recommended option,
3278
3284
  * compare the utilization metric data of your service against its projected utilization metric data.</p>
3279
3285
  */
3280
3286
  export interface ECSServiceUtilizationMetric {
@@ -3286,11 +3292,11 @@ export interface ECSServiceUtilizationMetric {
3286
3292
  * <ul>
3287
3293
  * <li>
3288
3294
  * <p>
3289
- * <code>Cpu</code> — The amount of CPU units that are used in the service.</p>
3295
+ * <code>Cpu</code> — The amount of CPU capacity that's used in the service.</p>
3290
3296
  * </li>
3291
3297
  * <li>
3292
3298
  * <p>
3293
- * <code>Memory</code> — The amount of memory that is used in the service.</p>
3299
+ * <code>Memory</code> — The amount of memory that's used in the service.</p>
3294
3300
  * </li>
3295
3301
  * </ul>
3296
3302
  */
@@ -3325,7 +3331,7 @@ export interface ECSServiceUtilizationMetric {
3325
3331
  export interface ECSServiceRecommendation {
3326
3332
  /**
3327
3333
  * <p>
3328
- * The Amazon Resource Name (ARN) of the current ECS service.
3334
+ * The Amazon Resource Name (ARN) of the current Amazon ECS service.
3329
3335
  * </p>
3330
3336
  * <p>
3331
3337
  * The following is the format of the ARN:
@@ -3337,31 +3343,31 @@ export interface ECSServiceRecommendation {
3337
3343
  serviceArn?: string;
3338
3344
  /**
3339
3345
  * <p>
3340
- * The Amazon Web Services account ID of the ECS service.
3346
+ * The Amazon Web Services account ID of the Amazon ECS service.
3341
3347
  * </p>
3342
3348
  */
3343
3349
  accountId?: string;
3344
3350
  /**
3345
3351
  * <p>
3346
- * The configuration of the current ECS service.
3352
+ * The configuration of the current Amazon ECS service.
3347
3353
  * </p>
3348
3354
  */
3349
3355
  currentServiceConfiguration?: ServiceConfiguration;
3350
3356
  /**
3351
3357
  * <p>
3352
- * An array of objects that describe the utilization metrics of the ECS service.
3358
+ * An array of objects that describe the utilization metrics of the Amazon ECS service.
3353
3359
  * </p>
3354
3360
  */
3355
3361
  utilizationMetrics?: ECSServiceUtilizationMetric[];
3356
3362
  /**
3357
3363
  * <p>
3358
- * The number of days the ECS service utilization metrics were analyzed.
3364
+ * The number of days the Amazon ECS service utilization metrics were analyzed.
3359
3365
  * </p>
3360
3366
  */
3361
3367
  lookbackPeriodInDays?: number;
3362
3368
  /**
3363
3369
  * <p>
3364
- * The launch type the ECS service is using.
3370
+ * The launch type the Amazon ECS service is using.
3365
3371
  * </p>
3366
3372
  * <note>
3367
3373
  * <p>Compute Optimizer only supports the Fargate launch type.</p>
@@ -3370,23 +3376,23 @@ export interface ECSServiceRecommendation {
3370
3376
  launchType?: ECSServiceLaunchType | string;
3371
3377
  /**
3372
3378
  * <p>
3373
- * The timestamp of when the ECS service recommendation was last generated.
3379
+ * The timestamp of when the Amazon ECS service recommendation was last generated.
3374
3380
  * </p>
3375
3381
  */
3376
3382
  lastRefreshTimestamp?: Date;
3377
3383
  /**
3378
3384
  * <p>
3379
- * The finding classification of an ECS service.
3385
+ * The finding classification of an Amazon ECS service.
3380
3386
  * </p>
3381
- * <p>Findings for ECS services include:</p>
3387
+ * <p>Findings for Amazon ECS services include:</p>
3382
3388
  * <ul>
3383
3389
  * <li>
3384
3390
  * <p>
3385
3391
  * <b>
3386
3392
  * <code>Underprovisioned</code>
3387
3393
  * </b> —
3388
- * When Compute Optimizer detects that there’s not enough memory or CPU, an ECS
3389
- * service is considered under-provisioned. An under-provisioned ECS service might
3394
+ * When Compute Optimizer detects that there’s not enough memory or CPU, an Amazon ECS
3395
+ * service is considered under-provisioned. An under-provisioned service might
3390
3396
  * result in poor application performance.</p>
3391
3397
  * </li>
3392
3398
  * <li>
@@ -3394,8 +3400,8 @@ export interface ECSServiceRecommendation {
3394
3400
  * <b>
3395
3401
  * <code>Overprovisioned</code>
3396
3402
  * </b> —
3397
- * When Compute Optimizer detects that there’s excessive memory or CPU, an ECS
3398
- * service is considered over-provisioned. An over-provisioned ECS service might
3403
+ * When Compute Optimizer detects that there’s excessive memory or CPU, an Amazon ECS
3404
+ * service is considered over-provisioned. An over-provisioned service might
3399
3405
  * result in additional infrastructure costs. </p>
3400
3406
  * </li>
3401
3407
  * <li>
@@ -3403,7 +3409,7 @@ export interface ECSServiceRecommendation {
3403
3409
  * <b>
3404
3410
  * <code>Optimized</code>
3405
3411
  * </b> —
3406
- * When both the CPU and memory of your ECS service meet the performance requirements
3412
+ * When both the CPU and memory of your Amazon ECS service meet the performance requirements
3407
3413
  * of your workload, the service is considered optimized.</p>
3408
3414
  * </li>
3409
3415
  * </ul>
@@ -3411,16 +3417,16 @@ export interface ECSServiceRecommendation {
3411
3417
  finding?: ECSServiceRecommendationFinding | string;
3412
3418
  /**
3413
3419
  * <p>
3414
- * The reason for the finding classification of an ECS service.
3420
+ * The reason for the finding classification of an Amazon ECS service.
3415
3421
  * </p>
3416
- * <p>Finding reason codes for ECS services include:</p>
3422
+ * <p>Finding reason codes for Amazon ECS services include:</p>
3417
3423
  * <ul>
3418
3424
  * <li>
3419
3425
  * <p>
3420
3426
  * <b>
3421
3427
  * <code>CPUUnderprovisioned</code>
3422
3428
  * </b> —
3423
- * The ECS service CPU configuration can be sized up to enhance the performance of
3429
+ * The service CPU configuration can be sized up to enhance the performance of
3424
3430
  * your workload. This is identified by analyzing the <code>CPUUtilization</code> metric of the
3425
3431
  * current service during the look-back period.</p>
3426
3432
  * </li>
@@ -3429,7 +3435,7 @@ export interface ECSServiceRecommendation {
3429
3435
  * <b>
3430
3436
  * <code>CPUOverprovisioned</code>
3431
3437
  * </b> —
3432
- * The ECS service CPU configuration can be sized down while still meeting the performance
3438
+ * The service CPU configuration can be sized down while still meeting the performance
3433
3439
  * requirements of your workload. This is identified by analyzing the <code>CPUUtilization</code>
3434
3440
  * metric of the current service during the look-back period. </p>
3435
3441
  * </li>
@@ -3438,7 +3444,7 @@ export interface ECSServiceRecommendation {
3438
3444
  * <b>
3439
3445
  * <code>MemoryUnderprovisioned</code>
3440
3446
  * </b> —
3441
- * The ECS service memory configuration can be sized up to enhance the performance of
3447
+ * The service memory configuration can be sized up to enhance the performance of
3442
3448
  * your workload. This is identified by analyzing the <code>MemoryUtilization</code> metric of the
3443
3449
  * current service during the look-back period.</p>
3444
3450
  * </li>
@@ -3447,7 +3453,7 @@ export interface ECSServiceRecommendation {
3447
3453
  * <b>
3448
3454
  * <code>MemoryOverprovisioned</code>
3449
3455
  * </b> —
3450
- * The ECS service memory configuration can be sized down while still meeting the
3456
+ * The service memory configuration can be sized down while still meeting the
3451
3457
  * performance requirements of your workload. This is identified by analyzing the
3452
3458
  * <code>MemoryUtilization</code> metric of the current service during the look-back period.</p>
3453
3459
  * </li>
@@ -3456,13 +3462,13 @@ export interface ECSServiceRecommendation {
3456
3462
  findingReasonCodes?: (ECSServiceRecommendationFindingReasonCode | string)[];
3457
3463
  /**
3458
3464
  * <p>
3459
- * An array of objects that describe the recommendation options for the ECS service.
3465
+ * An array of objects that describe the recommendation options for the Amazon ECS service.
3460
3466
  * </p>
3461
3467
  */
3462
3468
  serviceRecommendationOptions?: ECSServiceRecommendationOption[];
3463
3469
  /**
3464
3470
  * <p>
3465
- * The risk of the current ECS service not meeting the performance needs of its workloads.
3471
+ * The risk of the current Amazon ECS service not meeting the performance needs of its workloads.
3466
3472
  * The higher the risk, the more likely the current service can't meet the performance
3467
3473
  * requirements of its workload.
3468
3474
  * </p>
@@ -3472,13 +3478,13 @@ export interface ECSServiceRecommendation {
3472
3478
  export interface GetECSServiceRecommendationsResponse {
3473
3479
  /**
3474
3480
  * <p>
3475
- * The token to advance to the next page of ECS service recommendations.
3481
+ * The token to advance to the next page of Amazon ECS service recommendations.
3476
3482
  * </p>
3477
3483
  */
3478
3484
  nextToken?: string;
3479
3485
  /**
3480
3486
  * <p>
3481
- * An array of objects that describe the ECS service recommendations.
3487
+ * An array of objects that describe the Amazon ECS service recommendations.
3482
3488
  * </p>
3483
3489
  */
3484
3490
  ecsServiceRecommendations?: ECSServiceRecommendation[];
@@ -72,6 +72,7 @@ export declare enum InferredWorkloadType {
72
72
  AMAZON_EMR = "AmazonEmr",
73
73
  APACHE_CASSANDRA = "ApacheCassandra",
74
74
  APACHE_HADOOP = "ApacheHadoop",
75
+ KAFKA = "Kafka",
75
76
  MEMCACHED = "Memcached",
76
77
  NGINX = "Nginx",
77
78
  POSTGRE_SQL = "PostgreSql",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-compute-optimizer",
3
3
  "description": "AWS SDK for JavaScript Compute Optimizer Client for Node.js, Browser and React Native",
4
- "version": "3.262.0",
4
+ "version": "3.266.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,37 +20,37 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.262.0",
24
- "@aws-sdk/config-resolver": "3.259.0",
25
- "@aws-sdk/credential-provider-node": "3.261.0",
26
- "@aws-sdk/fetch-http-handler": "3.257.0",
27
- "@aws-sdk/hash-node": "3.257.0",
28
- "@aws-sdk/invalid-dependency": "3.257.0",
29
- "@aws-sdk/middleware-content-length": "3.257.0",
30
- "@aws-sdk/middleware-endpoint": "3.257.0",
31
- "@aws-sdk/middleware-host-header": "3.257.0",
32
- "@aws-sdk/middleware-logger": "3.257.0",
33
- "@aws-sdk/middleware-recursion-detection": "3.257.0",
34
- "@aws-sdk/middleware-retry": "3.259.0",
35
- "@aws-sdk/middleware-serde": "3.257.0",
36
- "@aws-sdk/middleware-signing": "3.257.0",
37
- "@aws-sdk/middleware-stack": "3.257.0",
38
- "@aws-sdk/middleware-user-agent": "3.257.0",
39
- "@aws-sdk/node-config-provider": "3.259.0",
40
- "@aws-sdk/node-http-handler": "3.257.0",
41
- "@aws-sdk/protocol-http": "3.257.0",
42
- "@aws-sdk/smithy-client": "3.261.0",
43
- "@aws-sdk/types": "3.257.0",
44
- "@aws-sdk/url-parser": "3.257.0",
23
+ "@aws-sdk/client-sts": "3.266.0",
24
+ "@aws-sdk/config-resolver": "3.266.0",
25
+ "@aws-sdk/credential-provider-node": "3.266.0",
26
+ "@aws-sdk/fetch-http-handler": "3.266.0",
27
+ "@aws-sdk/hash-node": "3.266.0",
28
+ "@aws-sdk/invalid-dependency": "3.266.0",
29
+ "@aws-sdk/middleware-content-length": "3.266.0",
30
+ "@aws-sdk/middleware-endpoint": "3.266.0",
31
+ "@aws-sdk/middleware-host-header": "3.266.0",
32
+ "@aws-sdk/middleware-logger": "3.266.0",
33
+ "@aws-sdk/middleware-recursion-detection": "3.266.0",
34
+ "@aws-sdk/middleware-retry": "3.266.0",
35
+ "@aws-sdk/middleware-serde": "3.266.0",
36
+ "@aws-sdk/middleware-signing": "3.266.0",
37
+ "@aws-sdk/middleware-stack": "3.266.0",
38
+ "@aws-sdk/middleware-user-agent": "3.266.0",
39
+ "@aws-sdk/node-config-provider": "3.266.0",
40
+ "@aws-sdk/node-http-handler": "3.266.0",
41
+ "@aws-sdk/protocol-http": "3.266.0",
42
+ "@aws-sdk/smithy-client": "3.266.0",
43
+ "@aws-sdk/types": "3.266.0",
44
+ "@aws-sdk/url-parser": "3.266.0",
45
45
  "@aws-sdk/util-base64": "3.208.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.188.0",
47
47
  "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.261.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.261.0",
50
- "@aws-sdk/util-endpoints": "3.257.0",
51
- "@aws-sdk/util-retry": "3.257.0",
52
- "@aws-sdk/util-user-agent-browser": "3.257.0",
53
- "@aws-sdk/util-user-agent-node": "3.259.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.266.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.266.0",
50
+ "@aws-sdk/util-endpoints": "3.266.0",
51
+ "@aws-sdk/util-retry": "3.266.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.266.0",
53
+ "@aws-sdk/util-user-agent-node": "3.266.0",
54
54
  "@aws-sdk/util-utf8": "3.254.0",
55
55
  "tslib": "^2.3.1"
56
56
  },