aws-sdk-costexplorer 1.39.0 → 1.44.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: a6834234d6804f2a6d45d00c709b16f67682276fd0e28cfc2aefb5c1b2a5ad2c
4
- data.tar.gz: f0993bd58299e545b0ba34eae895ed4bf53bae3b9b872ffce96d24d3fc11ff77
3
+ metadata.gz: 164d9f468021a7e31ba7ad50b1c0a313e81b32a3de0af3bc40ad5af983d38900
4
+ data.tar.gz: 3d53cb57404e32426cb036ac4f6cf2dd71d65b867579584398c265e9b6e06c96
5
5
  SHA512:
6
- metadata.gz: 91ed3357b6a9b593c4e366303bb20738da673d4da09284c0a51a6cd853321412dc9a46a39f21129bd8e9be24e4dce8f9bcc14bdb01f3dd1121ec135a2e97f9e4
7
- data.tar.gz: 05c6c61af5b3e5c7c596ce8a7249cb800e84eeaa33ea3b9a0012f3897bb3cac411fc40300b2f5f48b41fe5e5e77bb10ee5dcc31ffb9d60e858ebe3d0350d376f
6
+ metadata.gz: 986c708f9c3041f1b821f0094363de49c2d2c179dafb8f1faf25c2c969410b3e89fa6d9a1dcb40e88ad3938057dd097db7ef2c36794108561e9d5d1e5fb4c6d5
7
+ data.tar.gz: 3b67042265c906ccb9961a0385a557f92356016e270b12b893bc74648e09dd72d4fec46e581e95cdfddfba86e05fdf6df70ce3ce614d925ac68e6f67a287541b
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-costexplorer/customizations'
45
47
  # @service
46
48
  module Aws::CostExplorer
47
49
 
48
- GEM_VERSION = '1.39.0'
50
+ GEM_VERSION = '1.44.0'
49
51
 
50
52
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -24,6 +26,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
24
26
  require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
25
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
26
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
+ require 'aws-sdk-core/plugins/http_checksum.rb'
27
30
  require 'aws-sdk-core/plugins/signature_v4.rb'
28
31
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
29
32
 
@@ -69,6 +72,7 @@ module Aws::CostExplorer
69
72
  add_plugin(Aws::Plugins::ClientMetricsPlugin)
70
73
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
71
74
  add_plugin(Aws::Plugins::TransferEncoding)
75
+ add_plugin(Aws::Plugins::HttpChecksum)
72
76
  add_plugin(Aws::Plugins::SignatureV4)
73
77
  add_plugin(Aws::Plugins::Protocols::JsonRpc)
74
78
 
@@ -105,7 +109,7 @@ module Aws::CostExplorer
105
109
  # @option options [required, String] :region
106
110
  # The AWS region to connect to. The configured `:region` is
107
111
  # used to determine the service `:endpoint`. When not passed,
108
- # a default `:region` is search for in the following locations:
112
+ # a default `:region` is searched for in the following locations:
109
113
  #
110
114
  # * `Aws.config[:region]`
111
115
  # * `ENV['AWS_REGION']`
@@ -161,7 +165,7 @@ module Aws::CostExplorer
161
165
  # @option options [String] :endpoint
162
166
  # The client endpoint is normally constructed from the `:region`
163
167
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be avalid HTTP(S) URI.
168
+ # to test or custom endpoints. This should be a valid HTTP(S) URI.
165
169
  #
166
170
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
171
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -176,7 +180,7 @@ module Aws::CostExplorer
176
180
  # requests fetching endpoints information. Defaults to 60 sec.
177
181
  #
178
182
  # @option options [Boolean] :endpoint_discovery (false)
179
- # When set to `true`, endpoint discovery will be enabled for operations when available. Defaults to `false`.
183
+ # When set to `true`, endpoint discovery will be enabled for operations when available.
180
184
  #
181
185
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
182
186
  # The log formatter.
@@ -1722,6 +1726,14 @@ module Aws::CostExplorer
1722
1726
  #
1723
1727
  # </note>
1724
1728
  #
1729
+ # @option params [Types::RightsizingRecommendationConfiguration] :configuration
1730
+ # Enables you to customize recommendations across two attributes. You
1731
+ # can choose to view recommendations for instances within the same
1732
+ # instance families or across different instance families. You can also
1733
+ # choose to view your estimated savings associated with recommendations
1734
+ # with consideration of existing Savings Plans or RI benefits, or
1735
+ # niether.
1736
+ #
1725
1737
  # @option params [required, String] :service
1726
1738
  # The specific service that you want recommendations for. The only valid
1727
1739
  # value for `GetRightsizingRecommendation` is "`AmazonEC2`".
@@ -1740,6 +1752,7 @@ module Aws::CostExplorer
1740
1752
  # * {Types::GetRightsizingRecommendationResponse#summary #summary} => Types::RightsizingRecommendationSummary
1741
1753
  # * {Types::GetRightsizingRecommendationResponse#rightsizing_recommendations #rightsizing_recommendations} => Array&lt;Types::RightsizingRecommendation&gt;
1742
1754
  # * {Types::GetRightsizingRecommendationResponse#next_page_token #next_page_token} => String
1755
+ # * {Types::GetRightsizingRecommendationResponse#configuration #configuration} => Types::RightsizingRecommendationConfiguration
1743
1756
  #
1744
1757
  # @example Request syntax with placeholder values
1745
1758
  #
@@ -1773,6 +1786,10 @@ module Aws::CostExplorer
1773
1786
  # values: ["Value"],
1774
1787
  # },
1775
1788
  # },
1789
+ # configuration: {
1790
+ # recommendation_target: "SAME_INSTANCE_FAMILY", # required, accepts SAME_INSTANCE_FAMILY, CROSS_INSTANCE_FAMILY
1791
+ # benefits_considered: false, # required
1792
+ # },
1776
1793
  # service: "GenericString", # required
1777
1794
  # page_size: 1,
1778
1795
  # next_page_token: "NextPageToken",
@@ -1835,6 +1852,8 @@ module Aws::CostExplorer
1835
1852
  # resp.rightsizing_recommendations[0].terminate_recommendation_detail.estimated_monthly_savings #=> String
1836
1853
  # resp.rightsizing_recommendations[0].terminate_recommendation_detail.currency_code #=> String
1837
1854
  # resp.next_page_token #=> String
1855
+ # resp.configuration.recommendation_target #=> String, one of "SAME_INSTANCE_FAMILY", "CROSS_INSTANCE_FAMILY"
1856
+ # resp.configuration.benefits_considered #=> Boolean
1838
1857
  #
1839
1858
  # @see http://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/GetRightsizingRecommendation AWS API Documentation
1840
1859
  #
@@ -2706,7 +2725,7 @@ module Aws::CostExplorer
2706
2725
  params: params,
2707
2726
  config: config)
2708
2727
  context[:gem_name] = 'aws-sdk-costexplorer'
2709
- context[:gem_version] = '1.39.0'
2728
+ context[:gem_version] = '1.44.0'
2710
2729
  Seahorse::Client::Request.new(handlers, context)
2711
2730
  end
2712
2731
 
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -134,6 +136,7 @@ module Aws::CostExplorer
134
136
  PurchasedHours = Shapes::StringShape.new(name: 'PurchasedHours')
135
137
  PurchasedUnits = Shapes::StringShape.new(name: 'PurchasedUnits')
136
138
  RDSInstanceDetails = Shapes::StructureShape.new(name: 'RDSInstanceDetails')
139
+ RecommendationTarget = Shapes::StringShape.new(name: 'RecommendationTarget')
137
140
  RedshiftInstanceDetails = Shapes::StructureShape.new(name: 'RedshiftInstanceDetails')
138
141
  RequestChangedException = Shapes::StructureShape.new(name: 'RequestChangedException')
139
142
  ReservationAggregates = Shapes::StructureShape.new(name: 'ReservationAggregates')
@@ -157,6 +160,7 @@ module Aws::CostExplorer
157
160
  ResultByTime = Shapes::StructureShape.new(name: 'ResultByTime')
158
161
  ResultsByTime = Shapes::ListShape.new(name: 'ResultsByTime')
159
162
  RightsizingRecommendation = Shapes::StructureShape.new(name: 'RightsizingRecommendation')
163
+ RightsizingRecommendationConfiguration = Shapes::StructureShape.new(name: 'RightsizingRecommendationConfiguration')
160
164
  RightsizingRecommendationList = Shapes::ListShape.new(name: 'RightsizingRecommendationList')
161
165
  RightsizingRecommendationMetadata = Shapes::StructureShape.new(name: 'RightsizingRecommendationMetadata')
162
166
  RightsizingRecommendationSummary = Shapes::StructureShape.new(name: 'RightsizingRecommendationSummary')
@@ -478,6 +482,7 @@ module Aws::CostExplorer
478
482
  GetReservationUtilizationResponse.struct_class = Types::GetReservationUtilizationResponse
479
483
 
480
484
  GetRightsizingRecommendationRequest.add_member(:filter, Shapes::ShapeRef.new(shape: Expression, location_name: "Filter"))
485
+ GetRightsizingRecommendationRequest.add_member(:configuration, Shapes::ShapeRef.new(shape: RightsizingRecommendationConfiguration, location_name: "Configuration"))
481
486
  GetRightsizingRecommendationRequest.add_member(:service, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "Service"))
482
487
  GetRightsizingRecommendationRequest.add_member(:page_size, Shapes::ShapeRef.new(shape: NonNegativeInteger, location_name: "PageSize"))
483
488
  GetRightsizingRecommendationRequest.add_member(:next_page_token, Shapes::ShapeRef.new(shape: NextPageToken, location_name: "NextPageToken"))
@@ -487,6 +492,7 @@ module Aws::CostExplorer
487
492
  GetRightsizingRecommendationResponse.add_member(:summary, Shapes::ShapeRef.new(shape: RightsizingRecommendationSummary, location_name: "Summary"))
488
493
  GetRightsizingRecommendationResponse.add_member(:rightsizing_recommendations, Shapes::ShapeRef.new(shape: RightsizingRecommendationList, location_name: "RightsizingRecommendations"))
489
494
  GetRightsizingRecommendationResponse.add_member(:next_page_token, Shapes::ShapeRef.new(shape: NextPageToken, location_name: "NextPageToken"))
495
+ GetRightsizingRecommendationResponse.add_member(:configuration, Shapes::ShapeRef.new(shape: RightsizingRecommendationConfiguration, location_name: "Configuration"))
490
496
  GetRightsizingRecommendationResponse.struct_class = Types::GetRightsizingRecommendationResponse
491
497
 
492
498
  GetSavingsPlansCoverageRequest.add_member(:time_period, Shapes::ShapeRef.new(shape: DateInterval, required: true, location_name: "TimePeriod"))
@@ -729,6 +735,10 @@ module Aws::CostExplorer
729
735
  RightsizingRecommendation.add_member(:terminate_recommendation_detail, Shapes::ShapeRef.new(shape: TerminateRecommendationDetail, location_name: "TerminateRecommendationDetail"))
730
736
  RightsizingRecommendation.struct_class = Types::RightsizingRecommendation
731
737
 
738
+ RightsizingRecommendationConfiguration.add_member(:recommendation_target, Shapes::ShapeRef.new(shape: RecommendationTarget, required: true, location_name: "RecommendationTarget"))
739
+ RightsizingRecommendationConfiguration.add_member(:benefits_considered, Shapes::ShapeRef.new(shape: GenericBoolean, required: true, location_name: "BenefitsConsidered"))
740
+ RightsizingRecommendationConfiguration.struct_class = Types::RightsizingRecommendationConfiguration
741
+
732
742
  RightsizingRecommendationList.member = Shapes::ShapeRef.new(shape: RightsizingRecommendation)
733
743
 
734
744
  RightsizingRecommendationMetadata.add_member(:recommendation_id, Shapes::ShapeRef.new(shape: GenericString, location_name: "RecommendationId"))
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -17,6 +19,7 @@ module Aws::CostExplorer
17
19
  #
18
20
  class BillExpirationException < Struct.new(
19
21
  :message)
22
+ SENSITIVE = []
20
23
  include Aws::Structure
21
24
  end
22
25
 
@@ -58,6 +61,7 @@ module Aws::CostExplorer
58
61
  :name,
59
62
  :rule_version,
60
63
  :rules)
64
+ SENSITIVE = []
61
65
  include Aws::Structure
62
66
  end
63
67
 
@@ -95,6 +99,7 @@ module Aws::CostExplorer
95
99
  :effective_start,
96
100
  :effective_end,
97
101
  :number_of_rules)
102
+ SENSITIVE = []
98
103
  include Aws::Structure
99
104
  end
100
105
 
@@ -169,6 +174,7 @@ module Aws::CostExplorer
169
174
  class CostCategoryRule < Struct.new(
170
175
  :value,
171
176
  :rule)
177
+ SENSITIVE = []
172
178
  include Aws::Structure
173
179
  end
174
180
 
@@ -195,6 +201,7 @@ module Aws::CostExplorer
195
201
  class CostCategoryValues < Struct.new(
196
202
  :key,
197
203
  :values)
204
+ SENSITIVE = []
198
205
  include Aws::Structure
199
206
  end
200
207
 
@@ -219,6 +226,7 @@ module Aws::CostExplorer
219
226
  :coverage_hours,
220
227
  :coverage_normalized_units,
221
228
  :coverage_cost)
229
+ SENSITIVE = []
222
230
  include Aws::Structure
223
231
  end
224
232
 
@@ -242,6 +250,7 @@ module Aws::CostExplorer
242
250
  :time_period,
243
251
  :groups,
244
252
  :total)
253
+ SENSITIVE = []
245
254
  include Aws::Structure
246
255
  end
247
256
 
@@ -255,6 +264,7 @@ module Aws::CostExplorer
255
264
  #
256
265
  class CoverageCost < Struct.new(
257
266
  :on_demand_cost)
267
+ SENSITIVE = []
258
268
  include Aws::Structure
259
269
  end
260
270
 
@@ -285,6 +295,7 @@ module Aws::CostExplorer
285
295
  :reserved_hours,
286
296
  :total_running_hours,
287
297
  :coverage_hours_percentage)
298
+ SENSITIVE = []
288
299
  include Aws::Structure
289
300
  end
290
301
 
@@ -330,6 +341,7 @@ module Aws::CostExplorer
330
341
  :reserved_normalized_units,
331
342
  :total_running_normalized_units,
332
343
  :coverage_normalized_units_percentage)
344
+ SENSITIVE = []
333
345
  include Aws::Structure
334
346
  end
335
347
 
@@ -398,6 +410,7 @@ module Aws::CostExplorer
398
410
  :name,
399
411
  :rule_version,
400
412
  :rules)
413
+ SENSITIVE = []
401
414
  include Aws::Structure
402
415
  end
403
416
 
@@ -414,6 +427,7 @@ module Aws::CostExplorer
414
427
  class CreateCostCategoryDefinitionResponse < Struct.new(
415
428
  :cost_category_arn,
416
429
  :effective_start)
430
+ SENSITIVE = []
417
431
  include Aws::Structure
418
432
  end
419
433
 
@@ -477,6 +491,7 @@ module Aws::CostExplorer
477
491
  :total_running_hours_in_lookback_period,
478
492
  :monthly_cost,
479
493
  :currency_code)
494
+ SENSITIVE = []
480
495
  include Aws::Structure
481
496
  end
482
497
 
@@ -489,6 +504,7 @@ module Aws::CostExplorer
489
504
  #
490
505
  class DataUnavailableException < Struct.new(
491
506
  :message)
507
+ SENSITIVE = []
492
508
  include Aws::Structure
493
509
  end
494
510
 
@@ -521,6 +537,7 @@ module Aws::CostExplorer
521
537
  class DateInterval < Struct.new(
522
538
  :start,
523
539
  :end)
540
+ SENSITIVE = []
524
541
  include Aws::Structure
525
542
  end
526
543
 
@@ -539,6 +556,7 @@ module Aws::CostExplorer
539
556
  #
540
557
  class DeleteCostCategoryDefinitionRequest < Struct.new(
541
558
  :cost_category_arn)
559
+ SENSITIVE = []
542
560
  include Aws::Structure
543
561
  end
544
562
 
@@ -557,6 +575,7 @@ module Aws::CostExplorer
557
575
  class DeleteCostCategoryDefinitionResponse < Struct.new(
558
576
  :cost_category_arn,
559
577
  :effective_end)
578
+ SENSITIVE = []
560
579
  include Aws::Structure
561
580
  end
562
581
 
@@ -581,6 +600,7 @@ module Aws::CostExplorer
581
600
  class DescribeCostCategoryDefinitionRequest < Struct.new(
582
601
  :cost_category_arn,
583
602
  :effective_on)
603
+ SENSITIVE = []
584
604
  include Aws::Structure
585
605
  end
586
606
 
@@ -593,6 +613,7 @@ module Aws::CostExplorer
593
613
  #
594
614
  class DescribeCostCategoryDefinitionResponse < Struct.new(
595
615
  :cost_category)
616
+ SENSITIVE = []
596
617
  include Aws::Structure
597
618
  end
598
619
 
@@ -632,6 +653,7 @@ module Aws::CostExplorer
632
653
  :key,
633
654
  :values,
634
655
  :match_options)
656
+ SENSITIVE = []
635
657
  include Aws::Structure
636
658
  end
637
659
 
@@ -652,6 +674,7 @@ module Aws::CostExplorer
652
674
  class DimensionValuesWithAttributes < Struct.new(
653
675
  :value,
654
676
  :attributes)
677
+ SENSITIVE = []
655
678
  include Aws::Structure
656
679
  end
657
680
 
@@ -703,6 +726,7 @@ module Aws::CostExplorer
703
726
  :tenancy,
704
727
  :current_generation,
705
728
  :size_flex_eligible)
729
+ SENSITIVE = []
706
730
  include Aws::Structure
707
731
  end
708
732
 
@@ -759,6 +783,7 @@ module Aws::CostExplorer
759
783
  :network_performance,
760
784
  :storage,
761
785
  :vcpu)
786
+ SENSITIVE = []
762
787
  include Aws::Structure
763
788
  end
764
789
 
@@ -783,6 +808,7 @@ module Aws::CostExplorer
783
808
  :max_cpu_utilization_percentage,
784
809
  :max_memory_utilization_percentage,
785
810
  :max_storage_utilization_percentage)
811
+ SENSITIVE = []
786
812
  include Aws::Structure
787
813
  end
788
814
 
@@ -805,6 +831,7 @@ module Aws::CostExplorer
805
831
  #
806
832
  class EC2Specification < Struct.new(
807
833
  :offering_class)
834
+ SENSITIVE = []
808
835
  include Aws::Structure
809
836
  end
810
837
 
@@ -839,6 +866,7 @@ module Aws::CostExplorer
839
866
  :region,
840
867
  :current_generation,
841
868
  :size_flex_eligible)
869
+ SENSITIVE = []
842
870
  include Aws::Structure
843
871
  end
844
872
 
@@ -878,6 +906,7 @@ module Aws::CostExplorer
878
906
  :product_description,
879
907
  :current_generation,
880
908
  :size_flex_eligible)
909
+ SENSITIVE = []
881
910
  include Aws::Structure
882
911
  end
883
912
 
@@ -1062,6 +1091,7 @@ module Aws::CostExplorer
1062
1091
  :dimensions,
1063
1092
  :tags,
1064
1093
  :cost_categories)
1094
+ SENSITIVE = []
1065
1095
  include Aws::Structure
1066
1096
  end
1067
1097
 
@@ -1090,6 +1120,7 @@ module Aws::CostExplorer
1090
1120
  :mean_value,
1091
1121
  :prediction_interval_lower_bound,
1092
1122
  :prediction_interval_upper_bound)
1123
+ SENSITIVE = []
1093
1124
  include Aws::Structure
1094
1125
  end
1095
1126
 
@@ -1220,6 +1251,7 @@ module Aws::CostExplorer
1220
1251
  :metrics,
1221
1252
  :group_by,
1222
1253
  :next_page_token)
1254
+ SENSITIVE = []
1223
1255
  include Aws::Structure
1224
1256
  end
1225
1257
 
@@ -1244,6 +1276,7 @@ module Aws::CostExplorer
1244
1276
  :next_page_token,
1245
1277
  :group_definitions,
1246
1278
  :results_by_time)
1279
+ SENSITIVE = []
1247
1280
  include Aws::Structure
1248
1281
  end
1249
1282
 
@@ -1372,6 +1405,7 @@ module Aws::CostExplorer
1372
1405
  :metrics,
1373
1406
  :group_by,
1374
1407
  :next_page_token)
1408
+ SENSITIVE = []
1375
1409
  include Aws::Structure
1376
1410
  end
1377
1411
 
@@ -1396,6 +1430,7 @@ module Aws::CostExplorer
1396
1430
  :next_page_token,
1397
1431
  :group_definitions,
1398
1432
  :results_by_time)
1433
+ SENSITIVE = []
1399
1434
  include Aws::Structure
1400
1435
  end
1401
1436
 
@@ -1497,6 +1532,7 @@ module Aws::CostExplorer
1497
1532
  :granularity,
1498
1533
  :filter,
1499
1534
  :prediction_interval_level)
1535
+ SENSITIVE = []
1500
1536
  include Aws::Structure
1501
1537
  end
1502
1538
 
@@ -1516,6 +1552,7 @@ module Aws::CostExplorer
1516
1552
  class GetCostForecastResponse < Struct.new(
1517
1553
  :total,
1518
1554
  :forecast_results_by_time)
1555
+ SENSITIVE = []
1519
1556
  include Aws::Structure
1520
1557
  end
1521
1558
 
@@ -1674,6 +1711,7 @@ module Aws::CostExplorer
1674
1711
  :dimension,
1675
1712
  :context,
1676
1713
  :next_page_token)
1714
+ SENSITIVE = []
1677
1715
  include Aws::Structure
1678
1716
  end
1679
1717
 
@@ -1803,6 +1841,7 @@ module Aws::CostExplorer
1803
1841
  :return_size,
1804
1842
  :total_size,
1805
1843
  :next_page_token)
1844
+ SENSITIVE = []
1806
1845
  include Aws::Structure
1807
1846
  end
1808
1847
 
@@ -1968,6 +2007,7 @@ module Aws::CostExplorer
1968
2007
  :filter,
1969
2008
  :metrics,
1970
2009
  :next_page_token)
2010
+ SENSITIVE = []
1971
2011
  include Aws::Structure
1972
2012
  end
1973
2013
 
@@ -1991,6 +2031,7 @@ module Aws::CostExplorer
1991
2031
  :coverages_by_time,
1992
2032
  :total,
1993
2033
  :next_page_token)
2034
+ SENSITIVE = []
1994
2035
  include Aws::Structure
1995
2036
  end
1996
2037
 
@@ -2070,6 +2111,7 @@ module Aws::CostExplorer
2070
2111
  :service_specification,
2071
2112
  :page_size,
2072
2113
  :next_page_token)
2114
+ SENSITIVE = []
2073
2115
  include Aws::Structure
2074
2116
  end
2075
2117
 
@@ -2092,6 +2134,7 @@ module Aws::CostExplorer
2092
2134
  :metadata,
2093
2135
  :recommendations,
2094
2136
  :next_page_token)
2137
+ SENSITIVE = []
2095
2138
  include Aws::Structure
2096
2139
  end
2097
2140
 
@@ -2214,6 +2257,7 @@ module Aws::CostExplorer
2214
2257
  :granularity,
2215
2258
  :filter,
2216
2259
  :next_page_token)
2260
+ SENSITIVE = []
2217
2261
  include Aws::Structure
2218
2262
  end
2219
2263
 
@@ -2237,6 +2281,7 @@ module Aws::CostExplorer
2237
2281
  :utilizations_by_time,
2238
2282
  :total,
2239
2283
  :next_page_token)
2284
+ SENSITIVE = []
2240
2285
  include Aws::Structure
2241
2286
  end
2242
2287
 
@@ -2273,6 +2318,10 @@ module Aws::CostExplorer
2273
2318
  # values: ["Value"],
2274
2319
  # },
2275
2320
  # },
2321
+ # configuration: {
2322
+ # recommendation_target: "SAME_INSTANCE_FAMILY", # required, accepts SAME_INSTANCE_FAMILY, CROSS_INSTANCE_FAMILY
2323
+ # benefits_considered: false, # required
2324
+ # },
2276
2325
  # service: "GenericString", # required
2277
2326
  # page_size: 1,
2278
2327
  # next_page_token: "NextPageToken",
@@ -2327,6 +2376,15 @@ module Aws::CostExplorer
2327
2376
  # </note>
2328
2377
  # @return [Types::Expression]
2329
2378
  #
2379
+ # @!attribute [rw] configuration
2380
+ # Enables you to customize recommendations across two attributes. You
2381
+ # can choose to view recommendations for instances within the same
2382
+ # instance families or across different instance families. You can
2383
+ # also choose to view your estimated savings associated with
2384
+ # recommendations with consideration of existing Savings Plans or RI
2385
+ # benefits, or niether.
2386
+ # @return [Types::RightsizingRecommendationConfiguration]
2387
+ #
2330
2388
  # @!attribute [rw] service
2331
2389
  # The specific service that you want recommendations for. The only
2332
2390
  # valid value for `GetRightsizingRecommendation` is "`AmazonEC2`".
@@ -2346,9 +2404,11 @@ module Aws::CostExplorer
2346
2404
  #
2347
2405
  class GetRightsizingRecommendationRequest < Struct.new(
2348
2406
  :filter,
2407
+ :configuration,
2349
2408
  :service,
2350
2409
  :page_size,
2351
2410
  :next_page_token)
2411
+ SENSITIVE = []
2352
2412
  include Aws::Structure
2353
2413
  end
2354
2414
 
@@ -2368,13 +2428,24 @@ module Aws::CostExplorer
2368
2428
  # The token to retrieve the next set of results.
2369
2429
  # @return [String]
2370
2430
  #
2431
+ # @!attribute [rw] configuration
2432
+ # Enables you to customize recommendations across two attributes. You
2433
+ # can choose to view recommendations for instances within the same
2434
+ # instance families or across different instance families. You can
2435
+ # also choose to view your estimated savings associated with
2436
+ # recommendations with consideration of existing Savings Plans or RI
2437
+ # benefits, or niether.
2438
+ # @return [Types::RightsizingRecommendationConfiguration]
2439
+ #
2371
2440
  # @see http://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/GetRightsizingRecommendationResponse AWS API Documentation
2372
2441
  #
2373
2442
  class GetRightsizingRecommendationResponse < Struct.new(
2374
2443
  :metadata,
2375
2444
  :summary,
2376
2445
  :rightsizing_recommendations,
2377
- :next_page_token)
2446
+ :next_page_token,
2447
+ :configuration)
2448
+ SENSITIVE = []
2378
2449
  include Aws::Structure
2379
2450
  end
2380
2451
 
@@ -2497,6 +2568,7 @@ module Aws::CostExplorer
2497
2568
  :metrics,
2498
2569
  :next_token,
2499
2570
  :max_results)
2571
+ SENSITIVE = []
2500
2572
  include Aws::Structure
2501
2573
  end
2502
2574
 
@@ -2515,6 +2587,7 @@ module Aws::CostExplorer
2515
2587
  class GetSavingsPlansCoverageResponse < Struct.new(
2516
2588
  :savings_plans_coverages,
2517
2589
  :next_token)
2590
+ SENSITIVE = []
2518
2591
  include Aws::Structure
2519
2592
  end
2520
2593
 
@@ -2622,6 +2695,7 @@ module Aws::CostExplorer
2622
2695
  :page_size,
2623
2696
  :lookback_period_in_days,
2624
2697
  :filter)
2698
+ SENSITIVE = []
2625
2699
  include Aws::Structure
2626
2700
  end
2627
2701
 
@@ -2646,6 +2720,7 @@ module Aws::CostExplorer
2646
2720
  :metadata,
2647
2721
  :savings_plans_purchase_recommendation,
2648
2722
  :next_page_token)
2723
+ SENSITIVE = []
2649
2724
  include Aws::Structure
2650
2725
  end
2651
2726
 
@@ -2738,6 +2813,7 @@ module Aws::CostExplorer
2738
2813
  :filter,
2739
2814
  :next_token,
2740
2815
  :max_results)
2816
+ SENSITIVE = []
2741
2817
  include Aws::Structure
2742
2818
  end
2743
2819
 
@@ -2767,6 +2843,7 @@ module Aws::CostExplorer
2767
2843
  :total,
2768
2844
  :time_period,
2769
2845
  :next_token)
2846
+ SENSITIVE = []
2770
2847
  include Aws::Structure
2771
2848
  end
2772
2849
 
@@ -2856,6 +2933,7 @@ module Aws::CostExplorer
2856
2933
  :time_period,
2857
2934
  :granularity,
2858
2935
  :filter)
2936
+ SENSITIVE = []
2859
2937
  include Aws::Structure
2860
2938
  end
2861
2939
 
@@ -2874,6 +2952,7 @@ module Aws::CostExplorer
2874
2952
  class GetSavingsPlansUtilizationResponse < Struct.new(
2875
2953
  :savings_plans_utilizations_by_time,
2876
2954
  :total)
2955
+ SENSITIVE = []
2877
2956
  include Aws::Structure
2878
2957
  end
2879
2958
 
@@ -2919,6 +2998,7 @@ module Aws::CostExplorer
2919
2998
  :time_period,
2920
2999
  :tag_key,
2921
3000
  :next_page_token)
3001
+ SENSITIVE = []
2922
3002
  include Aws::Structure
2923
3003
  end
2924
3004
 
@@ -2947,6 +3027,7 @@ module Aws::CostExplorer
2947
3027
  :tags,
2948
3028
  :return_size,
2949
3029
  :total_size)
3030
+ SENSITIVE = []
2950
3031
  include Aws::Structure
2951
3032
  end
2952
3033
 
@@ -3041,6 +3122,7 @@ module Aws::CostExplorer
3041
3122
  :granularity,
3042
3123
  :filter,
3043
3124
  :prediction_interval_level)
3125
+ SENSITIVE = []
3044
3126
  include Aws::Structure
3045
3127
  end
3046
3128
 
@@ -3059,6 +3141,7 @@ module Aws::CostExplorer
3059
3141
  class GetUsageForecastResponse < Struct.new(
3060
3142
  :total,
3061
3143
  :forecast_results_by_time)
3144
+ SENSITIVE = []
3062
3145
  include Aws::Structure
3063
3146
  end
3064
3147
 
@@ -3077,6 +3160,7 @@ module Aws::CostExplorer
3077
3160
  class Group < Struct.new(
3078
3161
  :keys,
3079
3162
  :metrics)
3163
+ SENSITIVE = []
3080
3164
  include Aws::Structure
3081
3165
  end
3082
3166
 
@@ -3104,6 +3188,7 @@ module Aws::CostExplorer
3104
3188
  class GroupDefinition < Struct.new(
3105
3189
  :type,
3106
3190
  :key)
3191
+ SENSITIVE = []
3107
3192
  include Aws::Structure
3108
3193
  end
3109
3194
 
@@ -3137,6 +3222,7 @@ module Aws::CostExplorer
3137
3222
  :redshift_instance_details,
3138
3223
  :elasticache_instance_details,
3139
3224
  :es_instance_details)
3225
+ SENSITIVE = []
3140
3226
  include Aws::Structure
3141
3227
  end
3142
3228
 
@@ -3149,6 +3235,7 @@ module Aws::CostExplorer
3149
3235
  #
3150
3236
  class InvalidNextTokenException < Struct.new(
3151
3237
  :message)
3238
+ SENSITIVE = []
3152
3239
  include Aws::Structure
3153
3240
  end
3154
3241
 
@@ -3161,6 +3248,7 @@ module Aws::CostExplorer
3161
3248
  #
3162
3249
  class LimitExceededException < Struct.new(
3163
3250
  :message)
3251
+ SENSITIVE = []
3164
3252
  include Aws::Structure
3165
3253
  end
3166
3254
 
@@ -3193,6 +3281,7 @@ module Aws::CostExplorer
3193
3281
  :effective_on,
3194
3282
  :next_token,
3195
3283
  :max_results)
3284
+ SENSITIVE = []
3196
3285
  include Aws::Structure
3197
3286
  end
3198
3287
 
@@ -3212,6 +3301,7 @@ module Aws::CostExplorer
3212
3301
  class ListCostCategoryDefinitionsResponse < Struct.new(
3213
3302
  :cost_category_references,
3214
3303
  :next_token)
3304
+ SENSITIVE = []
3215
3305
  include Aws::Structure
3216
3306
  end
3217
3307
 
@@ -3230,6 +3320,7 @@ module Aws::CostExplorer
3230
3320
  class MetricValue < Struct.new(
3231
3321
  :amount,
3232
3322
  :unit)
3323
+ SENSITIVE = []
3233
3324
  include Aws::Structure
3234
3325
  end
3235
3326
 
@@ -3244,6 +3335,7 @@ module Aws::CostExplorer
3244
3335
  #
3245
3336
  class ModifyRecommendationDetail < Struct.new(
3246
3337
  :target_instances)
3338
+ SENSITIVE = []
3247
3339
  include Aws::Structure
3248
3340
  end
3249
3341
 
@@ -3300,6 +3392,7 @@ module Aws::CostExplorer
3300
3392
  :license_model,
3301
3393
  :current_generation,
3302
3394
  :size_flex_eligible)
3395
+ SENSITIVE = []
3303
3396
  include Aws::Structure
3304
3397
  end
3305
3398
 
@@ -3334,6 +3427,7 @@ module Aws::CostExplorer
3334
3427
  :region,
3335
3428
  :current_generation,
3336
3429
  :size_flex_eligible)
3430
+ SENSITIVE = []
3337
3431
  include Aws::Structure
3338
3432
  end
3339
3433
 
@@ -3347,6 +3441,7 @@ module Aws::CostExplorer
3347
3441
  #
3348
3442
  class RequestChangedException < Struct.new(
3349
3443
  :message)
3444
+ SENSITIVE = []
3350
3445
  include Aws::Structure
3351
3446
  end
3352
3447
 
@@ -3438,6 +3533,7 @@ module Aws::CostExplorer
3438
3533
  :amortized_upfront_fee,
3439
3534
  :amortized_recurring_fee,
3440
3535
  :total_amortized_fee)
3536
+ SENSITIVE = []
3441
3537
  include Aws::Structure
3442
3538
  end
3443
3539
 
@@ -3456,6 +3552,7 @@ module Aws::CostExplorer
3456
3552
  class ReservationCoverageGroup < Struct.new(
3457
3553
  :attributes,
3458
3554
  :coverage)
3555
+ SENSITIVE = []
3459
3556
  include Aws::Structure
3460
3557
  end
3461
3558
 
@@ -3505,6 +3602,7 @@ module Aws::CostExplorer
3505
3602
  :service_specification,
3506
3603
  :recommendation_details,
3507
3604
  :recommendation_summary)
3605
+ SENSITIVE = []
3508
3606
  include Aws::Structure
3509
3607
  end
3510
3608
 
@@ -3628,6 +3726,7 @@ module Aws::CostExplorer
3628
3726
  :estimated_reservation_cost_for_lookback_period,
3629
3727
  :upfront_cost,
3630
3728
  :recurring_standard_monthly_cost)
3729
+ SENSITIVE = []
3631
3730
  include Aws::Structure
3632
3731
  end
3633
3732
 
@@ -3647,6 +3746,7 @@ module Aws::CostExplorer
3647
3746
  class ReservationPurchaseRecommendationMetadata < Struct.new(
3648
3747
  :recommendation_id,
3649
3748
  :generation_timestamp)
3749
+ SENSITIVE = []
3650
3750
  include Aws::Structure
3651
3751
  end
3652
3752
 
@@ -3674,6 +3774,7 @@ module Aws::CostExplorer
3674
3774
  :total_estimated_monthly_savings_amount,
3675
3775
  :total_estimated_monthly_savings_percentage,
3676
3776
  :currency_code)
3777
+ SENSITIVE = []
3677
3778
  include Aws::Structure
3678
3779
  end
3679
3780
 
@@ -3702,6 +3803,7 @@ module Aws::CostExplorer
3702
3803
  :value,
3703
3804
  :attributes,
3704
3805
  :utilization)
3806
+ SENSITIVE = []
3705
3807
  include Aws::Structure
3706
3808
  end
3707
3809
 
@@ -3715,6 +3817,7 @@ module Aws::CostExplorer
3715
3817
  #
3716
3818
  class ResourceDetails < Struct.new(
3717
3819
  :ec2_resource_details)
3820
+ SENSITIVE = []
3718
3821
  include Aws::Structure
3719
3822
  end
3720
3823
 
@@ -3727,6 +3830,7 @@ module Aws::CostExplorer
3727
3830
  #
3728
3831
  class ResourceNotFoundException < Struct.new(
3729
3832
  :message)
3833
+ SENSITIVE = []
3730
3834
  include Aws::Structure
3731
3835
  end
3732
3836
 
@@ -3740,6 +3844,7 @@ module Aws::CostExplorer
3740
3844
  #
3741
3845
  class ResourceUtilization < Struct.new(
3742
3846
  :ec2_resource_utilization)
3847
+ SENSITIVE = []
3743
3848
  include Aws::Structure
3744
3849
  end
3745
3850
 
@@ -3768,6 +3873,7 @@ module Aws::CostExplorer
3768
3873
  :total,
3769
3874
  :groups,
3770
3875
  :estimated)
3876
+ SENSITIVE = []
3771
3877
  include Aws::Structure
3772
3878
  end
3773
3879
 
@@ -3801,6 +3907,42 @@ module Aws::CostExplorer
3801
3907
  :rightsizing_type,
3802
3908
  :modify_recommendation_detail,
3803
3909
  :terminate_recommendation_detail)
3910
+ SENSITIVE = []
3911
+ include Aws::Structure
3912
+ end
3913
+
3914
+ # Enables you to customize recommendations across two attributes. You
3915
+ # can choose to view recommendations for instances within the same
3916
+ # instance families or across different instance families. You can also
3917
+ # choose to view your estimated savings associated with recommendations
3918
+ # with consideration of existing Savings Plans or RI benefits, or
3919
+ # niether.
3920
+ #
3921
+ # @note When making an API call, you may pass RightsizingRecommendationConfiguration
3922
+ # data as a hash:
3923
+ #
3924
+ # {
3925
+ # recommendation_target: "SAME_INSTANCE_FAMILY", # required, accepts SAME_INSTANCE_FAMILY, CROSS_INSTANCE_FAMILY
3926
+ # benefits_considered: false, # required
3927
+ # }
3928
+ #
3929
+ # @!attribute [rw] recommendation_target
3930
+ # The option to see recommendations within the same instance family,
3931
+ # or recommendations for instances across other families. The default
3932
+ # value is `SAME_INSTANCE_FAMILY`.
3933
+ # @return [String]
3934
+ #
3935
+ # @!attribute [rw] benefits_considered
3936
+ # The option to consider RI or Savings Plans discount benefits in your
3937
+ # savings calculation. The default value is `TRUE`.
3938
+ # @return [Boolean]
3939
+ #
3940
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/RightsizingRecommendationConfiguration AWS API Documentation
3941
+ #
3942
+ class RightsizingRecommendationConfiguration < Struct.new(
3943
+ :recommendation_target,
3944
+ :benefits_considered)
3945
+ SENSITIVE = []
3804
3946
  include Aws::Structure
3805
3947
  end
3806
3948
 
@@ -3826,6 +3968,7 @@ module Aws::CostExplorer
3826
3968
  :recommendation_id,
3827
3969
  :generation_timestamp,
3828
3970
  :lookback_period_in_days)
3971
+ SENSITIVE = []
3829
3972
  include Aws::Structure
3830
3973
  end
3831
3974
 
@@ -3857,6 +4000,7 @@ module Aws::CostExplorer
3857
4000
  :estimated_total_monthly_savings_amount,
3858
4001
  :savings_currency_code,
3859
4002
  :savings_percentage)
4003
+ SENSITIVE = []
3860
4004
  include Aws::Structure
3861
4005
  end
3862
4006
 
@@ -3884,6 +4028,7 @@ module Aws::CostExplorer
3884
4028
  :amortized_recurring_commitment,
3885
4029
  :amortized_upfront_commitment,
3886
4030
  :total_amortized_commitment)
4031
+ SENSITIVE = []
3887
4032
  include Aws::Structure
3888
4033
  end
3889
4034
 
@@ -3910,6 +4055,7 @@ module Aws::CostExplorer
3910
4055
  :attributes,
3911
4056
  :coverage,
3912
4057
  :time_period)
4058
+ SENSITIVE = []
3913
4059
  include Aws::Structure
3914
4060
  end
3915
4061
 
@@ -3944,6 +4090,7 @@ module Aws::CostExplorer
3944
4090
  :on_demand_cost,
3945
4091
  :total_cost,
3946
4092
  :coverage_percentage)
4093
+ SENSITIVE = []
3947
4094
  include Aws::Structure
3948
4095
  end
3949
4096
 
@@ -3968,6 +4115,7 @@ module Aws::CostExplorer
3968
4115
  :region,
3969
4116
  :instance_family,
3970
4117
  :offering_id)
4118
+ SENSITIVE = []
3971
4119
  include Aws::Structure
3972
4120
  end
3973
4121
 
@@ -4018,6 +4166,7 @@ module Aws::CostExplorer
4018
4166
  :lookback_period_in_days,
4019
4167
  :savings_plans_purchase_recommendation_details,
4020
4168
  :savings_plans_purchase_recommendation_summary)
4169
+ SENSITIVE = []
4021
4170
  include Aws::Structure
4022
4171
  end
4023
4172
 
@@ -4121,6 +4270,7 @@ module Aws::CostExplorer
4121
4270
  :current_minimum_hourly_on_demand_spend,
4122
4271
  :current_maximum_hourly_on_demand_spend,
4123
4272
  :current_average_hourly_on_demand_spend)
4273
+ SENSITIVE = []
4124
4274
  include Aws::Structure
4125
4275
  end
4126
4276
 
@@ -4139,6 +4289,7 @@ module Aws::CostExplorer
4139
4289
  class SavingsPlansPurchaseRecommendationMetadata < Struct.new(
4140
4290
  :recommendation_id,
4141
4291
  :generation_timestamp)
4292
+ SENSITIVE = []
4142
4293
  include Aws::Structure
4143
4294
  end
4144
4295
 
@@ -4215,6 +4366,7 @@ module Aws::CostExplorer
4215
4366
  :estimated_savings_percentage,
4216
4367
  :estimated_monthly_savings_amount,
4217
4368
  :estimated_on_demand_cost_with_current_commitment)
4369
+ SENSITIVE = []
4218
4370
  include Aws::Structure
4219
4371
  end
4220
4372
 
@@ -4237,6 +4389,7 @@ module Aws::CostExplorer
4237
4389
  class SavingsPlansSavings < Struct.new(
4238
4390
  :net_savings,
4239
4391
  :on_demand_cost_equivalent)
4392
+ SENSITIVE = []
4240
4393
  include Aws::Structure
4241
4394
  end
4242
4395
 
@@ -4269,6 +4422,7 @@ module Aws::CostExplorer
4269
4422
  :used_commitment,
4270
4423
  :unused_commitment,
4271
4424
  :utilization_percentage)
4425
+ SENSITIVE = []
4272
4426
  include Aws::Structure
4273
4427
  end
4274
4428
 
@@ -4297,6 +4451,7 @@ module Aws::CostExplorer
4297
4451
  :utilization,
4298
4452
  :savings,
4299
4453
  :amortized_commitment)
4454
+ SENSITIVE = []
4300
4455
  include Aws::Structure
4301
4456
  end
4302
4457
 
@@ -4330,6 +4485,7 @@ module Aws::CostExplorer
4330
4485
  :utilization,
4331
4486
  :savings,
4332
4487
  :amortized_commitment)
4488
+ SENSITIVE = []
4333
4489
  include Aws::Structure
4334
4490
  end
4335
4491
 
@@ -4371,6 +4527,7 @@ module Aws::CostExplorer
4371
4527
  :utilization,
4372
4528
  :savings,
4373
4529
  :amortized_commitment)
4530
+ SENSITIVE = []
4374
4531
  include Aws::Structure
4375
4532
  end
4376
4533
 
@@ -4384,6 +4541,7 @@ module Aws::CostExplorer
4384
4541
  #
4385
4542
  class ServiceQuotaExceededException < Struct.new(
4386
4543
  :message)
4544
+ SENSITIVE = []
4387
4545
  include Aws::Structure
4388
4546
  end
4389
4547
 
@@ -4408,6 +4566,7 @@ module Aws::CostExplorer
4408
4566
  #
4409
4567
  class ServiceSpecification < Struct.new(
4410
4568
  :ec2_specification)
4569
+ SENSITIVE = []
4411
4570
  include Aws::Structure
4412
4571
  end
4413
4572
 
@@ -4443,6 +4602,7 @@ module Aws::CostExplorer
4443
4602
  :key,
4444
4603
  :values,
4445
4604
  :match_options)
4605
+ SENSITIVE = []
4446
4606
  include Aws::Structure
4447
4607
  end
4448
4608
 
@@ -4483,6 +4643,7 @@ module Aws::CostExplorer
4483
4643
  :default_target_instance,
4484
4644
  :resource_details,
4485
4645
  :expected_resource_utilization)
4646
+ SENSITIVE = []
4486
4647
  include Aws::Structure
4487
4648
  end
4488
4649
 
@@ -4502,6 +4663,7 @@ module Aws::CostExplorer
4502
4663
  class TerminateRecommendationDetail < Struct.new(
4503
4664
  :estimated_monthly_savings,
4504
4665
  :currency_code)
4666
+ SENSITIVE = []
4505
4667
  include Aws::Structure
4506
4668
  end
4507
4669
 
@@ -4516,6 +4678,7 @@ module Aws::CostExplorer
4516
4678
  #
4517
4679
  class UnresolvableUsageUnitException < Struct.new(
4518
4680
  :message)
4681
+ SENSITIVE = []
4519
4682
  include Aws::Structure
4520
4683
  end
4521
4684
 
@@ -4584,6 +4747,7 @@ module Aws::CostExplorer
4584
4747
  :cost_category_arn,
4585
4748
  :rule_version,
4586
4749
  :rules)
4750
+ SENSITIVE = []
4587
4751
  include Aws::Structure
4588
4752
  end
4589
4753
 
@@ -4600,6 +4764,7 @@ module Aws::CostExplorer
4600
4764
  class UpdateCostCategoryDefinitionResponse < Struct.new(
4601
4765
  :cost_category_arn,
4602
4766
  :effective_start)
4767
+ SENSITIVE = []
4603
4768
  include Aws::Structure
4604
4769
  end
4605
4770
 
@@ -4623,6 +4788,7 @@ module Aws::CostExplorer
4623
4788
  :time_period,
4624
4789
  :groups,
4625
4790
  :total)
4791
+ SENSITIVE = []
4626
4792
  include Aws::Structure
4627
4793
  end
4628
4794
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-costexplorer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.39.0
4
+ version: 1.44.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: 2020-04-20 00:00:00.000000000 Z
11
+ date: 2020-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.71.0
22
+ version: 3.99.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.71.0
32
+ version: 3.99.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement