aws-sdk-costexplorer 1.32.0 → 1.33.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b61ef099c0c47a2cc5c6b60fdf19da7313c1edfc
4
- data.tar.gz: 1f0cea46c3a46bb41edab2d108761a4ac1057f2e
3
+ metadata.gz: 8af2b05fbc7cef627abdf69d84dbd86d44d7c4f8
4
+ data.tar.gz: 2deb9a4c3e195ffe1ca748c2d619fd3d248d24dc
5
5
  SHA512:
6
- metadata.gz: b7d91295c5273afeac464e010e9cb11cda78178d0e9f538eeca092f38eafa6e118804db1b532095013bfce0993126bd25d003deb0c5b99457643fefcc8ca0767
7
- data.tar.gz: 7a35329234dfa391b9ba4ab4aacefbfbbb54892e42f0785201a6ad4db7be3d943a1ebac2f1c183232effa367a4491c0f92ad523b0c77ea6d4b46ca6fb36686f9
6
+ metadata.gz: 040611f5d24b12398d3f23e5c0909753e3e56bf40934a5b831397ffbf9a9e10eff0893c5e7e7c63e6a312e021f839e98750ec2bd5eafbffc91ee7bd73dd73684
7
+ data.tar.gz: a3ffd42aba2cb91ad9d86700a26f55398d7705146558af3750ea3e7852499ad10e0227ddf7f0aefc79e36f8766b54efb892179119ab30be24f1e3f2dbb02332c
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-costexplorer/customizations'
42
42
  # @service
43
43
  module Aws::CostExplorer
44
44
 
45
- GEM_VERSION = '1.32.0'
45
+ GEM_VERSION = '1.33.0'
46
46
 
47
47
  end
@@ -289,9 +289,6 @@ module Aws::CostExplorer
289
289
  # `Granularity` isn't set, the response object doesn't include the
290
290
  # `Granularity`, either `MONTHLY` or `DAILY`, or `HOURLY`.
291
291
  #
292
- # The `GetCostAndUsageRequest` operation supports only `DAILY` and
293
- # `MONTHLY` granularities.
294
- #
295
292
  # @option params [Types::Expression] :filter
296
293
  # Filters AWS costs by different dimensions. For example, you can
297
294
  # specify `SERVICE` and `LINKED_ACCOUNT` and get the costs that are
@@ -337,7 +334,7 @@ module Aws::CostExplorer
337
334
  #
338
335
  # Valid values are `AZ`, `INSTANCE_TYPE`, `LEGAL_ENTITY_NAME`,
339
336
  # `LINKED_ACCOUNT`, `OPERATION`, `PLATFORM`, `PURCHASE_TYPE`, `SERVICE`,
340
- # `TAGS`, `TENANCY`, and `USAGE_TYPE`.
337
+ # `TAGS`, `TENANCY`, `RECORD_TYPE`, and `USAGE_TYPE`.
341
338
  #
342
339
  # @option params [String] :next_page_token
343
340
  # The token to retrieve the next set of results. AWS provides the token
@@ -1782,6 +1779,7 @@ module Aws::CostExplorer
1782
1779
  # resp.savings_plans_purchase_recommendation.savings_plans_purchase_recommendation_details[0].currency_code #=> String
1783
1780
  # resp.savings_plans_purchase_recommendation.savings_plans_purchase_recommendation_details[0].estimated_sp_cost #=> String
1784
1781
  # resp.savings_plans_purchase_recommendation.savings_plans_purchase_recommendation_details[0].estimated_on_demand_cost #=> String
1782
+ # resp.savings_plans_purchase_recommendation.savings_plans_purchase_recommendation_details[0].estimated_on_demand_cost_with_current_commitment #=> String
1785
1783
  # resp.savings_plans_purchase_recommendation.savings_plans_purchase_recommendation_details[0].estimated_savings_amount #=> String
1786
1784
  # resp.savings_plans_purchase_recommendation.savings_plans_purchase_recommendation_details[0].estimated_savings_percentage #=> String
1787
1785
  # resp.savings_plans_purchase_recommendation.savings_plans_purchase_recommendation_details[0].hourly_commitment_to_purchase #=> String
@@ -1800,6 +1798,7 @@ module Aws::CostExplorer
1800
1798
  # resp.savings_plans_purchase_recommendation.savings_plans_purchase_recommendation_summary.hourly_commitment_to_purchase #=> String
1801
1799
  # resp.savings_plans_purchase_recommendation.savings_plans_purchase_recommendation_summary.estimated_savings_percentage #=> String
1802
1800
  # resp.savings_plans_purchase_recommendation.savings_plans_purchase_recommendation_summary.estimated_monthly_savings_amount #=> String
1801
+ # resp.savings_plans_purchase_recommendation.savings_plans_purchase_recommendation_summary.estimated_on_demand_cost_with_current_commitment #=> String
1803
1802
  # resp.next_page_token #=> String
1804
1803
  #
1805
1804
  # @see http://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/GetSavingsPlansPurchaseRecommendation AWS API Documentation
@@ -2229,7 +2228,7 @@ module Aws::CostExplorer
2229
2228
  params: params,
2230
2229
  config: config)
2231
2230
  context[:gem_name] = 'aws-sdk-costexplorer'
2232
- context[:gem_version] = '1.32.0'
2231
+ context[:gem_version] = '1.33.0'
2233
2232
  Seahorse::Client::Request.new(handlers, context)
2234
2233
  end
2235
2234
 
@@ -686,6 +686,7 @@ module Aws::CostExplorer
686
686
  SavingsPlansPurchaseRecommendationDetail.add_member(:currency_code, Shapes::ShapeRef.new(shape: GenericString, location_name: "CurrencyCode"))
687
687
  SavingsPlansPurchaseRecommendationDetail.add_member(:estimated_sp_cost, Shapes::ShapeRef.new(shape: GenericString, location_name: "EstimatedSPCost"))
688
688
  SavingsPlansPurchaseRecommendationDetail.add_member(:estimated_on_demand_cost, Shapes::ShapeRef.new(shape: GenericString, location_name: "EstimatedOnDemandCost"))
689
+ SavingsPlansPurchaseRecommendationDetail.add_member(:estimated_on_demand_cost_with_current_commitment, Shapes::ShapeRef.new(shape: GenericString, location_name: "EstimatedOnDemandCostWithCurrentCommitment"))
689
690
  SavingsPlansPurchaseRecommendationDetail.add_member(:estimated_savings_amount, Shapes::ShapeRef.new(shape: GenericString, location_name: "EstimatedSavingsAmount"))
690
691
  SavingsPlansPurchaseRecommendationDetail.add_member(:estimated_savings_percentage, Shapes::ShapeRef.new(shape: GenericString, location_name: "EstimatedSavingsPercentage"))
691
692
  SavingsPlansPurchaseRecommendationDetail.add_member(:hourly_commitment_to_purchase, Shapes::ShapeRef.new(shape: GenericString, location_name: "HourlyCommitmentToPurchase"))
@@ -712,6 +713,7 @@ module Aws::CostExplorer
712
713
  SavingsPlansPurchaseRecommendationSummary.add_member(:hourly_commitment_to_purchase, Shapes::ShapeRef.new(shape: GenericString, location_name: "HourlyCommitmentToPurchase"))
713
714
  SavingsPlansPurchaseRecommendationSummary.add_member(:estimated_savings_percentage, Shapes::ShapeRef.new(shape: GenericString, location_name: "EstimatedSavingsPercentage"))
714
715
  SavingsPlansPurchaseRecommendationSummary.add_member(:estimated_monthly_savings_amount, Shapes::ShapeRef.new(shape: GenericString, location_name: "EstimatedMonthlySavingsAmount"))
716
+ SavingsPlansPurchaseRecommendationSummary.add_member(:estimated_on_demand_cost_with_current_commitment, Shapes::ShapeRef.new(shape: GenericString, location_name: "EstimatedOnDemandCostWithCurrentCommitment"))
715
717
  SavingsPlansPurchaseRecommendationSummary.struct_class = Types::SavingsPlansPurchaseRecommendationSummary
716
718
 
717
719
  SavingsPlansSavings.add_member(:net_savings, Shapes::ShapeRef.new(shape: GenericString, location_name: "NetSavings"))
@@ -780,9 +780,6 @@ module Aws::CostExplorer
780
780
  # Sets the AWS cost granularity to `MONTHLY` or `DAILY`, or `HOURLY`.
781
781
  # If `Granularity` isn't set, the response object doesn't include
782
782
  # the `Granularity`, either `MONTHLY` or `DAILY`, or `HOURLY`.
783
- #
784
- # The `GetCostAndUsageRequest` operation supports only `DAILY` and
785
- # `MONTHLY` granularities.
786
783
  # @return [String]
787
784
  #
788
785
  # @!attribute [rw] filter
@@ -832,7 +829,7 @@ module Aws::CostExplorer
832
829
  #
833
830
  # Valid values are `AZ`, `INSTANCE_TYPE`, `LEGAL_ENTITY_NAME`,
834
831
  # `LINKED_ACCOUNT`, `OPERATION`, `PLATFORM`, `PURCHASE_TYPE`,
835
- # `SERVICE`, `TAGS`, `TENANCY`, and `USAGE_TYPE`.
832
+ # `SERVICE`, `TAGS`, `TENANCY`, `RECORD_TYPE`, and `USAGE_TYPE`.
836
833
  # @return [Array<Types::GroupDefinition>]
837
834
  #
838
835
  # @!attribute [rw] next_page_token
@@ -3505,6 +3502,12 @@ module Aws::CostExplorer
3505
3502
  # recommended Savings Plans, over the length of the lookback period.
3506
3503
  # @return [String]
3507
3504
  #
3505
+ # @!attribute [rw] estimated_on_demand_cost_with_current_commitment
3506
+ # The estimated On-Demand costs you would expect with no additional
3507
+ # commitment, based on your usage of the selected time period and the
3508
+ # Savings Plans you own.
3509
+ # @return [String]
3510
+ #
3508
3511
  # @!attribute [rw] estimated_savings_amount
3509
3512
  # The estimated savings amount based on the recommended Savings Plans
3510
3513
  # over the length of the lookback period.
@@ -3554,6 +3557,7 @@ module Aws::CostExplorer
3554
3557
  :currency_code,
3555
3558
  :estimated_sp_cost,
3556
3559
  :estimated_on_demand_cost,
3560
+ :estimated_on_demand_cost_with_current_commitment,
3557
3561
  :estimated_savings_amount,
3558
3562
  :estimated_savings_percentage,
3559
3563
  :hourly_commitment_to_purchase,
@@ -3636,6 +3640,12 @@ module Aws::CostExplorer
3636
3640
  # Savings Plans purchase.
3637
3641
  # @return [String]
3638
3642
  #
3643
+ # @!attribute [rw] estimated_on_demand_cost_with_current_commitment
3644
+ # The estimated On-Demand costs you would expect with no additional
3645
+ # commitment, based on your usage of the selected time period and the
3646
+ # Savings Plans you own.
3647
+ # @return [String]
3648
+ #
3639
3649
  # @see http://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/SavingsPlansPurchaseRecommendationSummary AWS API Documentation
3640
3650
  #
3641
3651
  class SavingsPlansPurchaseRecommendationSummary < Struct.new(
@@ -3648,7 +3658,8 @@ module Aws::CostExplorer
3648
3658
  :daily_commitment_to_purchase,
3649
3659
  :hourly_commitment_to_purchase,
3650
3660
  :estimated_savings_percentage,
3651
- :estimated_monthly_savings_amount)
3661
+ :estimated_monthly_savings_amount,
3662
+ :estimated_on_demand_cost_with_current_commitment)
3652
3663
  include Aws::Structure
3653
3664
  end
3654
3665
 
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.32.0
4
+ version: 1.33.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: 2019-11-11 00:00:00.000000000 Z
11
+ date: 2019-11-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core