aws-sdk-computeoptimizer 1.37.0 → 1.38.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 43fb1b2915f3f0f014ec3c72740af900c21da773fe89a902c7078d03008b9aac
4
- data.tar.gz: 50800d37b59a405159f8288a670fc4d75450f335caf3f19040918014f099b31d
3
+ metadata.gz: 1e73d1890bb9328da070157b4e14fb14aa439c99e192e8611dc833a6b8e81e59
4
+ data.tar.gz: b9e159a376cadf8e2cda78817ba89c1074c3f785371ec36bc91c1fbad917d242
5
5
  SHA512:
6
- metadata.gz: e880f695a0cb7dd844fcbae8c9e02d090f3cf7392c22e48ec484681e543ed3e1e566c692c6fd8e9ab374513859187d31497f24eea5665ea08a5e2f4cb9ed65a9
7
- data.tar.gz: 56e4d890abfdd741d0eefafb470a59dec86ae5fd7bd2549375cfc785a736f8689ad265e89d0f479158488be70cab12911abbb3a1f68ec89ed730a2a3a7a41be1
6
+ metadata.gz: 5ac7a72a522d5587726205c8caefa73108fb1ea0d7e9ff79b823b640e468884ea6a60d56935a7d670adceece1d1f9e227baac6050a8798bc32a76e85a9612c18
7
+ data.tar.gz: e5346e7cd21ee3303ef12766de3481252fbccc2672878a4b15612b9cb194a33e2ca1ee7de2e6a3fc6653415a213ead9c52aba35206d1f7e609d4bfeddab0e717
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.38.0 (2023-02-06)
5
+ ------------------
6
+
7
+ * Feature - AWS Compute optimizer can now infer if Kafka is running on an instance.
8
+
4
9
  1.37.0 (2023-01-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.37.0
1
+ 1.38.0
@@ -934,7 +934,7 @@ module Aws::ComputeOptimizer
934
934
  # [1]: https://docs.aws.amazon.com/compute-optimizer/latest/ug/exporting-recommendations.html
935
935
  #
936
936
  # @option params [Array<String>] :account_ids
937
- # The Amazon Web Services account IDs for the export ECS service
937
+ # The Amazon Web Services account IDs for the export Amazon ECS service
938
938
  # recommendations.
939
939
  #
940
940
  # If your account is the management account or the delegated
@@ -952,7 +952,7 @@ module Aws::ComputeOptimizer
952
952
  #
953
953
  # @option params [Array<Types::ECSServiceRecommendationFilter>] :filters
954
954
  # An array of objects to specify a filter that exports a more specific
955
- # set of ECS service recommendations.
955
+ # set of Amazon ECS service recommendations.
956
956
  #
957
957
  # @option params [Array<String>] :fields_to_export
958
958
  # The recommendations data to include in the export file. For more
@@ -1287,7 +1287,7 @@ module Aws::ComputeOptimizer
1287
1287
  # resp.auto_scaling_group_recommendations[0].effective_recommendation_preferences.inferred_workload_types #=> String, one of "Active", "Inactive"
1288
1288
  # resp.auto_scaling_group_recommendations[0].effective_recommendation_preferences.external_metrics_preference.source #=> String, one of "Datadog", "Dynatrace", "NewRelic", "Instana"
1289
1289
  # resp.auto_scaling_group_recommendations[0].inferred_workload_types #=> Array
1290
- # resp.auto_scaling_group_recommendations[0].inferred_workload_types[0] #=> String, one of "AmazonEmr", "ApacheCassandra", "ApacheHadoop", "Memcached", "Nginx", "PostgreSql", "Redis"
1290
+ # resp.auto_scaling_group_recommendations[0].inferred_workload_types[0] #=> String, one of "AmazonEmr", "ApacheCassandra", "ApacheHadoop", "Memcached", "Nginx", "PostgreSql", "Redis", "Kafka"
1291
1291
  # resp.errors #=> Array
1292
1292
  # resp.errors[0].identifier #=> String
1293
1293
  # resp.errors[0].code #=> String
@@ -1517,7 +1517,7 @@ module Aws::ComputeOptimizer
1517
1517
  # resp.instance_recommendations[0].effective_recommendation_preferences.inferred_workload_types #=> String, one of "Active", "Inactive"
1518
1518
  # resp.instance_recommendations[0].effective_recommendation_preferences.external_metrics_preference.source #=> String, one of "Datadog", "Dynatrace", "NewRelic", "Instana"
1519
1519
  # resp.instance_recommendations[0].inferred_workload_types #=> Array
1520
- # resp.instance_recommendations[0].inferred_workload_types[0] #=> String, one of "AmazonEmr", "ApacheCassandra", "ApacheHadoop", "Memcached", "Nginx", "PostgreSql", "Redis"
1520
+ # resp.instance_recommendations[0].inferred_workload_types[0] #=> String, one of "AmazonEmr", "ApacheCassandra", "ApacheHadoop", "Memcached", "Nginx", "PostgreSql", "Redis", "Kafka"
1521
1521
  # resp.errors #=> Array
1522
1522
  # resp.errors[0].identifier #=> String
1523
1523
  # resp.errors[0].code #=> String
@@ -1608,7 +1608,7 @@ module Aws::ComputeOptimizer
1608
1608
  # Returns the projected metrics of Amazon ECS service recommendations.
1609
1609
  #
1610
1610
  # @option params [required, String] :service_arn
1611
- # The ARN that identifies the ECS service.
1611
+ # The ARN that identifies the Amazon ECS service.
1612
1612
  #
1613
1613
  # The following is the format of the ARN:
1614
1614
  #
@@ -1675,33 +1675,34 @@ module Aws::ComputeOptimizer
1675
1675
  # [1]: https://docs.aws.amazon.com/compute-optimizer/latest/ug/requirements.html
1676
1676
  #
1677
1677
  # @option params [Array<String>] :service_arns
1678
- # The ARN that identifies the ECS service.
1678
+ # The ARN that identifies the Amazon ECS service.
1679
1679
  #
1680
1680
  # The following is the format of the ARN:
1681
1681
  #
1682
1682
  # `arn:aws:ecs:region:aws_account_id:service/cluster-name/service-name`
1683
1683
  #
1684
1684
  # @option params [String] :next_token
1685
- # The token to advance to the next page of ECS service recommendations.
1685
+ # The token to advance to the next page of Amazon ECS service
1686
+ # recommendations.
1686
1687
  #
1687
1688
  # @option params [Integer] :max_results
1688
- # The maximum number of ECS service recommendations to return with a
1689
- # single request.
1689
+ # The maximum number of Amazon ECS service recommendations to return
1690
+ # with a single request.
1690
1691
  #
1691
1692
  # To retrieve the remaining results, make another request with the
1692
1693
  # returned `nextToken` value.
1693
1694
  #
1694
1695
  # @option params [Array<Types::ECSServiceRecommendationFilter>] :filters
1695
1696
  # An array of objects to specify a filter that returns a more specific
1696
- # list of ECS service recommendations.
1697
+ # list of Amazon ECS service recommendations.
1697
1698
  #
1698
1699
  # @option params [Array<String>] :account_ids
1699
- # Return the ECS service recommendations to the specified Amazon Web
1700
- # Services account IDs.
1700
+ # Return the Amazon ECS service recommendations to the specified Amazon
1701
+ # Web Services account IDs.
1701
1702
  #
1702
1703
  # If your account is the management account or the delegated
1703
- # administrator of an organization, use this parameter to return the ECS
1704
- # service recommendations to specific member accounts.
1704
+ # administrator of an organization, use this parameter to return the
1705
+ # Amazon ECS service recommendations to specific member accounts.
1705
1706
  #
1706
1707
  # You can only specify one account ID per request.
1707
1708
  #
@@ -2415,7 +2416,7 @@ module Aws::ComputeOptimizer
2415
2416
  params: params,
2416
2417
  config: config)
2417
2418
  context[:gem_name] = 'aws-sdk-computeoptimizer'
2418
- context[:gem_version] = '1.37.0'
2419
+ context[:gem_version] = '1.38.0'
2419
2420
  Seahorse::Client::Request.new(handlers, context)
2420
2421
  end
2421
2422
 
@@ -581,20 +581,20 @@ module Aws::ComputeOptimizer
581
581
  # Describes the projected metrics of an Amazon ECS service
582
582
  # recommendation option.
583
583
  #
584
- # To determine the performance difference between your current ECS
585
- # service and the recommended option, compare the metric data of your
586
- # service against its projected metric data.
584
+ # To determine the performance difference between your current Amazon
585
+ # ECS service and the recommended option, compare the metric data of
586
+ # your service against its projected metric data.
587
587
  #
588
588
  # @!attribute [rw] name
589
589
  # The name of the projected metric.
590
590
  #
591
591
  # The following metrics are available:
592
592
  #
593
- # * `CPU` — The percentage of allocated compute units that are
594
- # currently in use on the ECS service tasks.
593
+ # * `Cpu` — The percentage of allocated compute units that are
594
+ # currently in use on the service tasks.
595
595
  #
596
- # * `Memory` — The percentage of memory that is currently in use on
597
- # the ECS service tasks.
596
+ # * `Memory` — The percentage of memory that's currently in use on
597
+ # the service tasks.
598
598
  # @return [String]
599
599
  #
600
600
  # @!attribute [rw] timestamps
@@ -623,8 +623,8 @@ module Aws::ComputeOptimizer
623
623
  # Describes the projected utilization metrics of an Amazon ECS service
624
624
  # recommendation option.
625
625
  #
626
- # To determine the performance difference between your current ECS
627
- # service and the recommended option, compare the utilization metric
626
+ # To determine the performance difference between your current Amazon
627
+ # ECS service and the recommended option, compare the utilization metric
628
628
  # data of your service against its projected utilization metric data.
629
629
  #
630
630
  # @!attribute [rw] name
@@ -632,11 +632,11 @@ module Aws::ComputeOptimizer
632
632
  #
633
633
  # The following utilization metrics are available:
634
634
  #
635
- # * `CPU` — The percentage of allocated compute units that are
636
- # currently in use on the ECS service tasks.
635
+ # * `Cpu` — The percentage of allocated compute units that are
636
+ # currently in use on the service tasks.
637
637
  #
638
- # * `Memory` — The percentage of memory that is currently in use on
639
- # the ECS service tasks.
638
+ # * `Memory` — The percentage of memory that's currently in use on
639
+ # the service tasks.
640
640
  # @return [String]
641
641
  #
642
642
  # @!attribute [rw] statistic
@@ -682,7 +682,7 @@ module Aws::ComputeOptimizer
682
682
  # Describes an Amazon ECS service recommendation.
683
683
  #
684
684
  # @!attribute [rw] service_arn
685
- # The Amazon Resource Name (ARN) of the current ECS service.
685
+ # The Amazon Resource Name (ARN) of the current Amazon ECS service.
686
686
  #
687
687
  # The following is the format of the ARN:
688
688
  #
@@ -690,25 +690,25 @@ module Aws::ComputeOptimizer
690
690
  # @return [String]
691
691
  #
692
692
  # @!attribute [rw] account_id
693
- # The Amazon Web Services account ID of the ECS service.
693
+ # The Amazon Web Services account ID of the Amazon ECS service.
694
694
  # @return [String]
695
695
  #
696
696
  # @!attribute [rw] current_service_configuration
697
- # The configuration of the current ECS service.
697
+ # The configuration of the current Amazon ECS service.
698
698
  # @return [Types::ServiceConfiguration]
699
699
  #
700
700
  # @!attribute [rw] utilization_metrics
701
- # An array of objects that describe the utilization metrics of the ECS
702
- # service.
701
+ # An array of objects that describe the utilization metrics of the
702
+ # Amazon ECS service.
703
703
  # @return [Array<Types::ECSServiceUtilizationMetric>]
704
704
  #
705
705
  # @!attribute [rw] lookback_period_in_days
706
- # The number of days the ECS service utilization metrics were
706
+ # The number of days the Amazon ECS service utilization metrics were
707
707
  # analyzed.
708
708
  # @return [Float]
709
709
  #
710
710
  # @!attribute [rw] launch_type
711
- # The launch type the ECS service is using.
711
+ # The launch type the Amazon ECS service is using.
712
712
  #
713
713
  # <note markdown="1"> Compute Optimizer only supports the Fargate launch type.
714
714
  #
@@ -716,54 +716,53 @@ module Aws::ComputeOptimizer
716
716
  # @return [String]
717
717
  #
718
718
  # @!attribute [rw] last_refresh_timestamp
719
- # The timestamp of when the ECS service recommendation was last
719
+ # The timestamp of when the Amazon ECS service recommendation was last
720
720
  # generated.
721
721
  # @return [Time]
722
722
  #
723
723
  # @!attribute [rw] finding
724
- # The finding classification of an ECS service.
724
+ # The finding classification of an Amazon ECS service.
725
725
  #
726
- # Findings for ECS services include:
726
+ # Findings for Amazon ECS services include:
727
727
  #
728
728
  # * <b> <code>Underprovisioned</code> </b> — When Compute Optimizer
729
- # detects that there’s not enough memory or CPU, an ECS service is
730
- # considered under-provisioned. An under-provisioned ECS service
731
- # might result in poor application performance.
729
+ # detects that there’s not enough memory or CPU, an Amazon ECS
730
+ # service is considered under-provisioned. An under-provisioned
731
+ # service might result in poor application performance.
732
732
  #
733
733
  # * <b> <code>Overprovisioned</code> </b> — When Compute Optimizer
734
- # detects that there’s excessive memory or CPU, an ECS service is
735
- # considered over-provisioned. An over-provisioned ECS service might
736
- # result in additional infrastructure costs.
734
+ # detects that there’s excessive memory or CPU, an Amazon ECS
735
+ # service is considered over-provisioned. An over-provisioned
736
+ # service might result in additional infrastructure costs.
737
737
  #
738
738
  # * <b> <code>Optimized</code> </b> — When both the CPU and memory of
739
- # your ECS service meet the performance requirements of your
739
+ # your Amazon ECS service meet the performance requirements of your
740
740
  # workload, the service is considered optimized.
741
741
  # @return [String]
742
742
  #
743
743
  # @!attribute [rw] finding_reason_codes
744
- # The reason for the finding classification of an ECS service.
744
+ # The reason for the finding classification of an Amazon ECS service.
745
745
  #
746
- # Finding reason codes for ECS services include:
746
+ # Finding reason codes for Amazon ECS services include:
747
747
  #
748
- # * <b> <code>CPUUnderprovisioned</code> </b> — The ECS service CPU
748
+ # * <b> <code>CPUUnderprovisioned</code> </b> — The service CPU
749
749
  # configuration can be sized up to enhance the performance of your
750
750
  # workload. This is identified by analyzing the `CPUUtilization`
751
751
  # metric of the current service during the look-back period.
752
752
  #
753
- # * <b> <code>CPUOverprovisioned</code> </b> — The ECS service CPU
753
+ # * <b> <code>CPUOverprovisioned</code> </b> — The service CPU
754
754
  # configuration can be sized down while still meeting the
755
755
  # performance requirements of your workload. This is identified by
756
756
  # analyzing the `CPUUtilization` metric of the current service
757
757
  # during the look-back period.
758
758
  #
759
- # * <b> <code>MemoryUnderprovisioned</code> </b> — The ECS service
760
- # memory configuration can be sized up to enhance the performance of
761
- # your workload. This is identified by analyzing the
762
- # `MemoryUtilization` metric of the current service during the
763
- # look-back period.
759
+ # * <b> <code>MemoryUnderprovisioned</code> </b> — The service memory
760
+ # configuration can be sized up to enhance the performance of your
761
+ # workload. This is identified by analyzing the `MemoryUtilization`
762
+ # metric of the current service during the look-back period.
764
763
  #
765
- # * <b> <code>MemoryOverprovisioned</code> </b> — The ECS service
766
- # memory configuration can be sized down while still meeting the
764
+ # * <b> <code>MemoryOverprovisioned</code> </b> — The service memory
765
+ # configuration can be sized down while still meeting the
767
766
  # performance requirements of your workload. This is identified by
768
767
  # analyzing the `MemoryUtilization` metric of the current service
769
768
  # during the look-back period.
@@ -771,14 +770,14 @@ module Aws::ComputeOptimizer
771
770
  #
772
771
  # @!attribute [rw] service_recommendation_options
773
772
  # An array of objects that describe the recommendation options for the
774
- # ECS service.
773
+ # Amazon ECS service.
775
774
  # @return [Array<Types::ECSServiceRecommendationOption>]
776
775
  #
777
776
  # @!attribute [rw] current_performance_risk
778
- # The risk of the current ECS service not meeting the performance
779
- # needs of its workloads. The higher the risk, the more likely the
780
- # current service can't meet the performance requirements of its
781
- # workload.
777
+ # The risk of the current Amazon ECS service not meeting the
778
+ # performance needs of its workloads. The higher the risk, the more
779
+ # likely the current service can't meet the performance requirements
780
+ # of its workload.
782
781
  # @return [String]
783
782
  #
784
783
  # @see http://docs.aws.amazon.com/goto/WebAPI/compute-optimizer-2019-11-01/ECSServiceRecommendation AWS API Documentation
@@ -838,11 +837,11 @@ module Aws::ComputeOptimizer
838
837
  # Describes the recommendation options for an Amazon ECS service.
839
838
  #
840
839
  # @!attribute [rw] memory
841
- # The memory size of the ECS service recommendation option.
840
+ # The memory size of the Amazon ECS service recommendation option.
842
841
  # @return [Integer]
843
842
  #
844
843
  # @!attribute [rw] cpu
845
- # The CPU size of the ECS service recommendation option.
844
+ # The CPU size of the Amazon ECS service recommendation option.
846
845
  # @return [Integer]
847
846
  #
848
847
  # @!attribute [rw] savings_opportunity
@@ -873,12 +872,12 @@ module Aws::ComputeOptimizer
873
872
  #
874
873
  # @!attribute [rw] projected_utilization_metrics
875
874
  # An array of objects that describe the projected utilization metrics
876
- # of the ECS service recommendation option.
875
+ # of the Amazon ECS service recommendation option.
877
876
  # @return [Array<Types::ECSServiceProjectedUtilizationMetric>]
878
877
  #
879
878
  # @!attribute [rw] container_recommendations
880
879
  # The CPU and memory size recommendations for the containers within
881
- # the task of your ECS service.
880
+ # the task of your Amazon ECS service.
882
881
  # @return [Array<Types::ContainerRecommendation>]
883
882
  #
884
883
  # @see http://docs.aws.amazon.com/goto/WebAPI/compute-optimizer-2019-11-01/ECSServiceRecommendationOption AWS API Documentation
@@ -896,16 +895,16 @@ module Aws::ComputeOptimizer
896
895
  # Describes the projected metrics of an Amazon ECS service
897
896
  # recommendation option.
898
897
  #
899
- # To determine the performance difference between your current ECS
900
- # service and the recommended option, compare the metric data of your
901
- # service against its projected metric data.
898
+ # To determine the performance difference between your current Amazon
899
+ # ECS service and the recommended option, compare the metric data of
900
+ # your service against its projected metric data.
902
901
  #
903
902
  # @!attribute [rw] recommended_cpu_units
904
- # The recommended CPU size for the ECS service.
903
+ # The recommended CPU size for the Amazon ECS service.
905
904
  # @return [Integer]
906
905
  #
907
906
  # @!attribute [rw] recommended_memory_size
908
- # The recommended memory size for the ECS service.
907
+ # The recommended memory size for the Amazon ECS service.
909
908
  # @return [Integer]
910
909
  #
911
910
  # @!attribute [rw] projected_metrics
@@ -924,8 +923,8 @@ module Aws::ComputeOptimizer
924
923
 
925
924
  # Describes the utilization metric of an Amazon ECS service.
926
925
  #
927
- # To determine the performance difference between your current ECS
928
- # service and the recommended option, compare the utilization metric
926
+ # To determine the performance difference between your current Amazon
927
+ # ECS service and the recommended option, compare the utilization metric
929
928
  # data of your service against its projected utilization metric data.
930
929
  #
931
930
  # @!attribute [rw] name
@@ -933,9 +932,9 @@ module Aws::ComputeOptimizer
933
932
  #
934
933
  # The following utilization metrics are available:
935
934
  #
936
- # * `Cpu` — The amount of CPU units that are used in the service.
935
+ # * `Cpu` — The amount of CPU capacity that's used in the service.
937
936
  #
938
- # * `Memory` — The amount of memory that is used in the service.
937
+ # * `Memory` — The amount of memory that's used in the service.
939
938
  # @return [String]
940
939
  #
941
940
  # @!attribute [rw] statistic
@@ -1475,8 +1474,8 @@ module Aws::ComputeOptimizer
1475
1474
  end
1476
1475
 
1477
1476
  # @!attribute [rw] account_ids
1478
- # The Amazon Web Services account IDs for the export ECS service
1479
- # recommendations.
1477
+ # The Amazon Web Services account IDs for the export Amazon ECS
1478
+ # service recommendations.
1480
1479
  #
1481
1480
  # If your account is the management account or the delegated
1482
1481
  # administrator of an organization, use this parameter to specify the
@@ -1494,7 +1493,7 @@ module Aws::ComputeOptimizer
1494
1493
  #
1495
1494
  # @!attribute [rw] filters
1496
1495
  # An array of objects to specify a filter that exports a more specific
1497
- # set of ECS service recommendations.
1496
+ # set of Amazon ECS service recommendations.
1498
1497
  # @return [Array<Types::ECSServiceRecommendationFilter>]
1499
1498
  #
1500
1499
  # @!attribute [rw] fields_to_export
@@ -2144,7 +2143,7 @@ module Aws::ComputeOptimizer
2144
2143
  end
2145
2144
 
2146
2145
  # @!attribute [rw] service_arn
2147
- # The ARN that identifies the ECS service.
2146
+ # The ARN that identifies the Amazon ECS service.
2148
2147
  #
2149
2148
  # The following is the format of the ARN:
2150
2149
  #
@@ -2192,7 +2191,7 @@ module Aws::ComputeOptimizer
2192
2191
  end
2193
2192
 
2194
2193
  # @!attribute [rw] service_arns
2195
- # The ARN that identifies the ECS service.
2194
+ # The ARN that identifies the Amazon ECS service.
2196
2195
  #
2197
2196
  # The following is the format of the ARN:
2198
2197
  #
@@ -2200,13 +2199,13 @@ module Aws::ComputeOptimizer
2200
2199
  # @return [Array<String>]
2201
2200
  #
2202
2201
  # @!attribute [rw] next_token
2203
- # The token to advance to the next page of ECS service
2202
+ # The token to advance to the next page of Amazon ECS service
2204
2203
  # recommendations.
2205
2204
  # @return [String]
2206
2205
  #
2207
2206
  # @!attribute [rw] max_results
2208
- # The maximum number of ECS service recommendations to return with a
2209
- # single request.
2207
+ # The maximum number of Amazon ECS service recommendations to return
2208
+ # with a single request.
2210
2209
  #
2211
2210
  # To retrieve the remaining results, make another request with the
2212
2211
  # returned `nextToken` value.
@@ -2214,16 +2213,16 @@ module Aws::ComputeOptimizer
2214
2213
  #
2215
2214
  # @!attribute [rw] filters
2216
2215
  # An array of objects to specify a filter that returns a more specific
2217
- # list of ECS service recommendations.
2216
+ # list of Amazon ECS service recommendations.
2218
2217
  # @return [Array<Types::ECSServiceRecommendationFilter>]
2219
2218
  #
2220
2219
  # @!attribute [rw] account_ids
2221
- # Return the ECS service recommendations to the specified Amazon Web
2222
- # Services account IDs.
2220
+ # Return the Amazon ECS service recommendations to the specified
2221
+ # Amazon Web Services account IDs.
2223
2222
  #
2224
2223
  # If your account is the management account or the delegated
2225
2224
  # administrator of an organization, use this parameter to return the
2226
- # ECS service recommendations to specific member accounts.
2225
+ # Amazon ECS service recommendations to specific member accounts.
2227
2226
  #
2228
2227
  # You can only specify one account ID per request.
2229
2228
  # @return [Array<String>]
@@ -2241,12 +2240,13 @@ module Aws::ComputeOptimizer
2241
2240
  end
2242
2241
 
2243
2242
  # @!attribute [rw] next_token
2244
- # The token to advance to the next page of ECS service
2243
+ # The token to advance to the next page of Amazon ECS service
2245
2244
  # recommendations.
2246
2245
  # @return [String]
2247
2246
  #
2248
2247
  # @!attribute [rw] ecs_service_recommendations
2249
- # An array of objects that describe the ECS service recommendations.
2248
+ # An array of objects that describe the Amazon ECS service
2249
+ # recommendations.
2250
2250
  # @return [Array<Types::ECSServiceRecommendation>]
2251
2251
  #
2252
2252
  # @!attribute [rw] errors
@@ -2913,6 +2913,8 @@ module Aws::ComputeOptimizer
2913
2913
  # instance.
2914
2914
  #
2915
2915
  # * `Redis` - Infers that Redis might be running on the instance.
2916
+ #
2917
+ # * `Kafka` - Infers that Kafka might be running on the instance.
2916
2918
  # @return [Array<String>]
2917
2919
  #
2918
2920
  # @see http://docs.aws.amazon.com/goto/WebAPI/compute-optimizer-2019-11-01/InstanceRecommendation AWS API Documentation
@@ -4196,30 +4198,30 @@ module Aws::ComputeOptimizer
4196
4198
  # The Amazon ECS service configurations used for recommendations.
4197
4199
  #
4198
4200
  # @!attribute [rw] memory
4199
- # The amount of memory used by the tasks in the ECS service.
4201
+ # The amount of memory used by the tasks in the Amazon ECS service.
4200
4202
  # @return [Integer]
4201
4203
  #
4202
4204
  # @!attribute [rw] cpu
4203
- # The number of CPU units used by the tasks in the ECS service.
4205
+ # The number of CPU units used by the tasks in the Amazon ECS service.
4204
4206
  # @return [Integer]
4205
4207
  #
4206
4208
  # @!attribute [rw] container_configurations
4207
- # The container configurations within a task of an ECS service.
4209
+ # The container configurations within a task of an Amazon ECS service.
4208
4210
  # @return [Array<Types::ContainerConfiguration>]
4209
4211
  #
4210
4212
  # @!attribute [rw] auto_scaling_configuration
4211
4213
  # Describes the Auto Scaling configuration methods for an Amazon ECS
4212
4214
  # service. This affects the generated recommendations. For example, if
4213
- # Auto Scaling is configured on a ECS service’s CPU, then Compute
4215
+ # Auto Scaling is configured on a service’s CPU, then Compute
4214
4216
  # Optimizer doesn’t generate CPU size recommendations.
4215
4217
  #
4216
4218
  # The Auto Scaling configuration methods include:
4217
4219
  #
4218
- # * `TARGET_TRACKING_SCALING_CPU` — If the ECS service is configured
4219
- # to use target scaling on CPU, Compute Optimizer doesn't generate
4220
- # CPU recommendations.
4220
+ # * `TARGET_TRACKING_SCALING_CPU` — If the Amazon ECS service is
4221
+ # configured to use target scaling on CPU, Compute Optimizer
4222
+ # doesn't generate CPU recommendations.
4221
4223
  #
4222
- # * `TARGET_TRACKING_SCALING_MEMORY` — If the ECS service is
4224
+ # * `TARGET_TRACKING_SCALING_MEMORY` — If the Amazon ECS service is
4223
4225
  # configured to use target scaling on memory, Compute Optimizer
4224
4226
  # doesn't generate memory recommendations.
4225
4227
  #
@@ -4235,7 +4237,7 @@ module Aws::ComputeOptimizer
4235
4237
  # @return [String]
4236
4238
  #
4237
4239
  # @!attribute [rw] task_definition_arn
4238
- # The task definition ARN used by the tasks in the ECS service.
4240
+ # The task definition ARN used by the tasks in the Amazon ECS service.
4239
4241
  # @return [String]
4240
4242
  #
4241
4243
  # @see http://docs.aws.amazon.com/goto/WebAPI/compute-optimizer-2019-11-01/ServiceConfiguration AWS API Documentation
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-computeoptimizer/customizations'
52
52
  # @!group service
53
53
  module Aws::ComputeOptimizer
54
54
 
55
- GEM_VERSION = '1.37.0'
55
+ GEM_VERSION = '1.38.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-computeoptimizer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.37.0
4
+ version: 1.38.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-18 00:00:00.000000000 Z
11
+ date: 2023-02-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core