aws-sdk-costexplorer 1.57.0 → 1.58.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
  SHA256:
3
- metadata.gz: d85cf5f3240cf155d437293d6c7df1b3d8563ffca0600bbf9b949635393d8d29
4
- data.tar.gz: 0fb516d77176c9e09aeca13312f06064ffd39ea8ce17bb8b8df4bf8999e5ee92
3
+ metadata.gz: a7ca77f39a92d16d38efa75ab6de4d269474b50378d102a599937950b8cc8a20
4
+ data.tar.gz: 80b993915644ae9e27d9dc13e7f2b4d820dd1622eee1633959f584b06960ef79
5
5
  SHA512:
6
- metadata.gz: 19ebb2ee1c9ae12308c5a0bd7d2b767dc2ac2c738220013858749a9c7fcb03a2c0ff25577fe029bd2d8bd1ae131476e7f4b0cc4964f71fb38076e514160f50e9
7
- data.tar.gz: ace84c9b4bdb084a79fb1432214727883397535583691e0ded5599ced7f854867c770103187f10d82adf2a1c4d7721c5e202c94b1d90479ef4cc854d9a445459
6
+ metadata.gz: 66f563afc25d9b15dcbf2972aa954154c6bc6fb4747b40abd6d11ff3a2a9639b6cd6082502e7ca7c0d4d2e73f34048731c10c9790c3ab2a4fa6808c053cc72b9
7
+ data.tar.gz: 6f6fa454fdd9c3741fbadae37f50831a7531763e2025fd119299935251bcdc15eca12c7997ca86f2c43d451276ff61726733153fa9deff93c3883e3d87e61be9
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-costexplorer/customizations'
48
48
  # @!group service
49
49
  module Aws::CostExplorer
50
50
 
51
- GEM_VERSION = '1.57.0'
51
+ GEM_VERSION = '1.58.0'
52
52
 
53
53
  end
@@ -1328,6 +1328,8 @@ module Aws::CostExplorer
1328
1328
  # `MaxResults` is not specified with `SortBy`, the request will return
1329
1329
  # 1000 results as the default value for this parameter.
1330
1330
  #
1331
+ # For `GetCostCategories`, MaxResults has an upper limit of 1000.
1332
+ #
1331
1333
  # @option params [String] :next_page_token
1332
1334
  # If the number of objects that are still available for retrieval
1333
1335
  # exceeds the limit, AWS returns a NextPageToken value in the response.
@@ -1448,8 +1450,54 @@ module Aws::CostExplorer
1448
1450
  # granularities.
1449
1451
  #
1450
1452
  # @option params [Types::Expression] :filter
1451
- # The filters that you want to use to filter your forecast. Cost
1452
- # Explorer API supports all of the Cost Explorer filters.
1453
+ # The filters that you want to use to filter your forecast. The
1454
+ # `GetCostForecast` API supports filtering by the following dimensions:
1455
+ #
1456
+ # * `AZ`
1457
+ #
1458
+ # * `INSTANCE_TYPE`
1459
+ #
1460
+ # * `LINKED_ACCOUNT`
1461
+ #
1462
+ # * `LINKED_ACCOUNT_NAME`
1463
+ #
1464
+ # * `OPERATION`
1465
+ #
1466
+ # * `PURCHASE_TYPE`
1467
+ #
1468
+ # * `REGION`
1469
+ #
1470
+ # * `SERVICE`
1471
+ #
1472
+ # * `USAGE_TYPE`
1473
+ #
1474
+ # * `USAGE_TYPE_GROUP`
1475
+ #
1476
+ # * `RECORD_TYPE`
1477
+ #
1478
+ # * `OPERATING_SYSTEM`
1479
+ #
1480
+ # * `TENANCY`
1481
+ #
1482
+ # * `SCOPE`
1483
+ #
1484
+ # * `PLATFORM`
1485
+ #
1486
+ # * `SUBSCRIPTION_ID`
1487
+ #
1488
+ # * `LEGAL_ENTITY_NAME`
1489
+ #
1490
+ # * `DEPLOYMENT_OPTION`
1491
+ #
1492
+ # * `DATABASE_ENGINE`
1493
+ #
1494
+ # * `INSTANCE_TYPE_FAMILY`
1495
+ #
1496
+ # * `BILLING_ENTITY`
1497
+ #
1498
+ # * `RESERVATION_ID`
1499
+ #
1500
+ # * `SAVINGS_PLAN_ARN`
1453
1501
  #
1454
1502
  # @option params [Integer] :prediction_interval_level
1455
1503
  # Cost Explorer always returns the mean forecast as a single point. You
@@ -1739,6 +1787,8 @@ module Aws::CostExplorer
1739
1787
  # MaxResults is not specified with SortBy, the request will return 1000
1740
1788
  # results as the default value for this parameter.
1741
1789
  #
1790
+ # For `GetDimensionValues`, MaxResults has an upper limit of 1000.
1791
+ #
1742
1792
  # @option params [String] :next_page_token
1743
1793
  # The token to retrieve the next set of results. AWS provides the token
1744
1794
  # when the response from a previous call has more results than the
@@ -3519,6 +3569,8 @@ module Aws::CostExplorer
3519
3569
  # MaxResults is not specified with SortBy, the request will return 1000
3520
3570
  # results as the default value for this parameter.
3521
3571
  #
3572
+ # For `GetTags`, MaxResults has an upper limit of 1000.
3573
+ #
3522
3574
  # @option params [String] :next_page_token
3523
3575
  # The token to retrieve the next set of results. AWS provides the token
3524
3576
  # when the response from a previous call has more results than the
@@ -3627,8 +3679,54 @@ module Aws::CostExplorer
3627
3679
  # granularities.
3628
3680
  #
3629
3681
  # @option params [Types::Expression] :filter
3630
- # The filters that you want to use to filter your forecast. Cost
3631
- # Explorer API supports all of the Cost Explorer filters.
3682
+ # The filters that you want to use to filter your forecast. The
3683
+ # `GetUsageForecast` API supports filtering by the following dimensions:
3684
+ #
3685
+ # * `AZ`
3686
+ #
3687
+ # * `INSTANCE_TYPE`
3688
+ #
3689
+ # * `LINKED_ACCOUNT`
3690
+ #
3691
+ # * `LINKED_ACCOUNT_NAME`
3692
+ #
3693
+ # * `OPERATION`
3694
+ #
3695
+ # * `PURCHASE_TYPE`
3696
+ #
3697
+ # * `REGION`
3698
+ #
3699
+ # * `SERVICE`
3700
+ #
3701
+ # * `USAGE_TYPE`
3702
+ #
3703
+ # * `USAGE_TYPE_GROUP`
3704
+ #
3705
+ # * `RECORD_TYPE`
3706
+ #
3707
+ # * `OPERATING_SYSTEM`
3708
+ #
3709
+ # * `TENANCY`
3710
+ #
3711
+ # * `SCOPE`
3712
+ #
3713
+ # * `PLATFORM`
3714
+ #
3715
+ # * `SUBSCRIPTION_ID`
3716
+ #
3717
+ # * `LEGAL_ENTITY_NAME`
3718
+ #
3719
+ # * `DEPLOYMENT_OPTION`
3720
+ #
3721
+ # * `DATABASE_ENGINE`
3722
+ #
3723
+ # * `INSTANCE_TYPE_FAMILY`
3724
+ #
3725
+ # * `BILLING_ENTITY`
3726
+ #
3727
+ # * `RESERVATION_ID`
3728
+ #
3729
+ # * `SAVINGS_PLAN_ARN`
3632
3730
  #
3633
3731
  # @option params [Integer] :prediction_interval_level
3634
3732
  # Cost Explorer always returns the mean forecast as a single point. You
@@ -3978,7 +4076,7 @@ module Aws::CostExplorer
3978
4076
  params: params,
3979
4077
  config: config)
3980
4078
  context[:gem_name] = 'aws-sdk-costexplorer'
3981
- context[:gem_version] = '1.57.0'
4079
+ context[:gem_version] = '1.58.0'
3982
4080
  Seahorse::Client::Request.new(handlers, context)
3983
4081
  end
3984
4082
 
@@ -2398,6 +2398,8 @@ module Aws::CostExplorer
2398
2398
  # The maximum number of objects that to be returned for this request.
2399
2399
  # If `MaxResults` is not specified with `SortBy`, the request will
2400
2400
  # return 1000 results as the default value for this parameter.
2401
+ #
2402
+ # For `GetCostCategories`, MaxResults has an upper limit of 1000.
2401
2403
  # @return [Integer]
2402
2404
  #
2403
2405
  # @!attribute [rw] next_page_token
@@ -2539,8 +2541,55 @@ module Aws::CostExplorer
2539
2541
  # @return [String]
2540
2542
  #
2541
2543
  # @!attribute [rw] filter
2542
- # The filters that you want to use to filter your forecast. Cost
2543
- # Explorer API supports all of the Cost Explorer filters.
2544
+ # The filters that you want to use to filter your forecast. The
2545
+ # `GetCostForecast` API supports filtering by the following
2546
+ # dimensions:
2547
+ #
2548
+ # * `AZ`
2549
+ #
2550
+ # * `INSTANCE_TYPE`
2551
+ #
2552
+ # * `LINKED_ACCOUNT`
2553
+ #
2554
+ # * `LINKED_ACCOUNT_NAME`
2555
+ #
2556
+ # * `OPERATION`
2557
+ #
2558
+ # * `PURCHASE_TYPE`
2559
+ #
2560
+ # * `REGION`
2561
+ #
2562
+ # * `SERVICE`
2563
+ #
2564
+ # * `USAGE_TYPE`
2565
+ #
2566
+ # * `USAGE_TYPE_GROUP`
2567
+ #
2568
+ # * `RECORD_TYPE`
2569
+ #
2570
+ # * `OPERATING_SYSTEM`
2571
+ #
2572
+ # * `TENANCY`
2573
+ #
2574
+ # * `SCOPE`
2575
+ #
2576
+ # * `PLATFORM`
2577
+ #
2578
+ # * `SUBSCRIPTION_ID`
2579
+ #
2580
+ # * `LEGAL_ENTITY_NAME`
2581
+ #
2582
+ # * `DEPLOYMENT_OPTION`
2583
+ #
2584
+ # * `DATABASE_ENGINE`
2585
+ #
2586
+ # * `INSTANCE_TYPE_FAMILY`
2587
+ #
2588
+ # * `BILLING_ENTITY`
2589
+ #
2590
+ # * `RESERVATION_ID`
2591
+ #
2592
+ # * `SAVINGS_PLAN_ARN`
2544
2593
  # @return [Types::Expression]
2545
2594
  #
2546
2595
  # @!attribute [rw] prediction_interval_level
@@ -2851,6 +2900,8 @@ module Aws::CostExplorer
2851
2900
  # maximum number of objects that to be returned for this request. If
2852
2901
  # MaxResults is not specified with SortBy, the request will return
2853
2902
  # 1000 results as the default value for this parameter.
2903
+ #
2904
+ # For `GetDimensionValues`, MaxResults has an upper limit of 1000.
2854
2905
  # @return [Integer]
2855
2906
  #
2856
2907
  # @!attribute [rw] next_page_token
@@ -4547,6 +4598,8 @@ module Aws::CostExplorer
4547
4598
  # maximum number of objects that to be returned for this request. If
4548
4599
  # MaxResults is not specified with SortBy, the request will return
4549
4600
  # 1000 results as the default value for this parameter.
4601
+ #
4602
+ # For `GetTags`, MaxResults has an upper limit of 1000.
4550
4603
  # @return [Integer]
4551
4604
  #
4552
4605
  # @!attribute [rw] next_page_token
@@ -4670,8 +4723,55 @@ module Aws::CostExplorer
4670
4723
  # @return [String]
4671
4724
  #
4672
4725
  # @!attribute [rw] filter
4673
- # The filters that you want to use to filter your forecast. Cost
4674
- # Explorer API supports all of the Cost Explorer filters.
4726
+ # The filters that you want to use to filter your forecast. The
4727
+ # `GetUsageForecast` API supports filtering by the following
4728
+ # dimensions:
4729
+ #
4730
+ # * `AZ`
4731
+ #
4732
+ # * `INSTANCE_TYPE`
4733
+ #
4734
+ # * `LINKED_ACCOUNT`
4735
+ #
4736
+ # * `LINKED_ACCOUNT_NAME`
4737
+ #
4738
+ # * `OPERATION`
4739
+ #
4740
+ # * `PURCHASE_TYPE`
4741
+ #
4742
+ # * `REGION`
4743
+ #
4744
+ # * `SERVICE`
4745
+ #
4746
+ # * `USAGE_TYPE`
4747
+ #
4748
+ # * `USAGE_TYPE_GROUP`
4749
+ #
4750
+ # * `RECORD_TYPE`
4751
+ #
4752
+ # * `OPERATING_SYSTEM`
4753
+ #
4754
+ # * `TENANCY`
4755
+ #
4756
+ # * `SCOPE`
4757
+ #
4758
+ # * `PLATFORM`
4759
+ #
4760
+ # * `SUBSCRIPTION_ID`
4761
+ #
4762
+ # * `LEGAL_ENTITY_NAME`
4763
+ #
4764
+ # * `DEPLOYMENT_OPTION`
4765
+ #
4766
+ # * `DATABASE_ENGINE`
4767
+ #
4768
+ # * `INSTANCE_TYPE_FAMILY`
4769
+ #
4770
+ # * `BILLING_ENTITY`
4771
+ #
4772
+ # * `RESERVATION_ID`
4773
+ #
4774
+ # * `SAVINGS_PLAN_ARN`
4675
4775
  # @return [Types::Expression]
4676
4776
  #
4677
4777
  # @!attribute [rw] prediction_interval_level
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.57.0
4
+ version: 1.58.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: 2021-02-02 00:00:00.000000000 Z
11
+ date: 2021-02-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core