aws-sdk-costexplorer 1.97.0 → 1.98.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-costexplorer/client.rb +7 -3
- data/lib/aws-sdk-costexplorer/client_api.rb +1 -0
- data/lib/aws-sdk-costexplorer/types.rb +14 -9
- data/lib/aws-sdk-costexplorer.rb +1 -1
- data/sig/types.rbs +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e09ea918c7b05d06c258c5d0ca7e64b0d67cd94a2fb07619f3ec091ca483de81
|
|
4
|
+
data.tar.gz: d8d92c37af3892842cd23de9de3f06130150bea3c47c0e3b00eb96cc348a11fa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 98937feb9a9be1c7f326b50b06720e5fca2e8026257c4b81608042c4808d9a579d2ffbc3721931d1a922e0e57163d55093aeb2107b22cd88d6554d6f7840b7fb
|
|
7
|
+
data.tar.gz: 587ed46a54167be712115a4ef85c0ecf9d69d68abfcf2fd7fa637bbc136dfc3632c573a4092a3555579a4ea233f0f400c760d59e0f64a7b39ea7eafaa3deefc3
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.98.0
|
|
@@ -1381,8 +1381,11 @@ module Aws::CostExplorer
|
|
|
1381
1381
|
# such as `SERVICE` or `AZ`, in a specific time range. For a complete
|
|
1382
1382
|
# list of valid dimensions, see the [GetDimensionValues][1] operation.
|
|
1383
1383
|
# Management account in an organization in Organizations have access to
|
|
1384
|
-
# all member accounts.
|
|
1385
|
-
#
|
|
1384
|
+
# all member accounts.
|
|
1385
|
+
#
|
|
1386
|
+
# Hourly granularity is only available for EC2-Instances (Elastic
|
|
1387
|
+
# Compute Cloud) resource-level data. All other resource-level data is
|
|
1388
|
+
# available at daily granularity.
|
|
1386
1389
|
#
|
|
1387
1390
|
# <note markdown="1"> This is an opt-in only feature. You can enable this feature from the
|
|
1388
1391
|
# Cost Explorer Settings page. For information about how to access the
|
|
@@ -2811,6 +2814,7 @@ module Aws::CostExplorer
|
|
|
2811
2814
|
#
|
|
2812
2815
|
# resp.metadata.recommendation_id #=> String
|
|
2813
2816
|
# resp.metadata.generation_timestamp #=> String
|
|
2817
|
+
# resp.metadata.additional_metadata #=> String
|
|
2814
2818
|
# resp.recommendations #=> Array
|
|
2815
2819
|
# resp.recommendations[0].account_scope #=> String, one of "PAYER", "LINKED"
|
|
2816
2820
|
# resp.recommendations[0].lookback_period_in_days #=> String, one of "SEVEN_DAYS", "THIRTY_DAYS", "SIXTY_DAYS"
|
|
@@ -5286,7 +5290,7 @@ module Aws::CostExplorer
|
|
|
5286
5290
|
params: params,
|
|
5287
5291
|
config: config)
|
|
5288
5292
|
context[:gem_name] = 'aws-sdk-costexplorer'
|
|
5289
|
-
context[:gem_version] = '1.
|
|
5293
|
+
context[:gem_version] = '1.98.0'
|
|
5290
5294
|
Seahorse::Client::Request.new(handlers, context)
|
|
5291
5295
|
end
|
|
5292
5296
|
|
|
@@ -1203,6 +1203,7 @@ module Aws::CostExplorer
|
|
|
1203
1203
|
|
|
1204
1204
|
ReservationPurchaseRecommendationMetadata.add_member(:recommendation_id, Shapes::ShapeRef.new(shape: GenericString, location_name: "RecommendationId"))
|
|
1205
1205
|
ReservationPurchaseRecommendationMetadata.add_member(:generation_timestamp, Shapes::ShapeRef.new(shape: GenericString, location_name: "GenerationTimestamp"))
|
|
1206
|
+
ReservationPurchaseRecommendationMetadata.add_member(:additional_metadata, Shapes::ShapeRef.new(shape: GenericString, location_name: "AdditionalMetadata"))
|
|
1206
1207
|
ReservationPurchaseRecommendationMetadata.struct_class = Types::ReservationPurchaseRecommendationMetadata
|
|
1207
1208
|
|
|
1208
1209
|
ReservationPurchaseRecommendationSummary.add_member(:total_estimated_monthly_savings_amount, Shapes::ShapeRef.new(shape: GenericString, location_name: "TotalEstimatedMonthlySavingsAmount"))
|
|
@@ -5803,22 +5803,27 @@ module Aws::CostExplorer
|
|
|
5803
5803
|
include Aws::Structure
|
|
5804
5804
|
end
|
|
5805
5805
|
|
|
5806
|
-
# Information about
|
|
5807
|
-
#
|
|
5806
|
+
# Information about a recommendation, such as the timestamp for when
|
|
5807
|
+
# Amazon Web Services made a specific recommendation.
|
|
5808
5808
|
#
|
|
5809
5809
|
# @!attribute [rw] recommendation_id
|
|
5810
|
-
# The ID for
|
|
5810
|
+
# The ID for the recommendation.
|
|
5811
5811
|
# @return [String]
|
|
5812
5812
|
#
|
|
5813
5813
|
# @!attribute [rw] generation_timestamp
|
|
5814
|
-
# The timestamp for when Amazon Web Services made
|
|
5814
|
+
# The timestamp for when Amazon Web Services made the recommendation.
|
|
5815
|
+
# @return [String]
|
|
5816
|
+
#
|
|
5817
|
+
# @!attribute [rw] additional_metadata
|
|
5818
|
+
# Additional metadata that might be applicable to the recommendation.
|
|
5815
5819
|
# @return [String]
|
|
5816
5820
|
#
|
|
5817
5821
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/ReservationPurchaseRecommendationMetadata AWS API Documentation
|
|
5818
5822
|
#
|
|
5819
5823
|
class ReservationPurchaseRecommendationMetadata < Struct.new(
|
|
5820
5824
|
:recommendation_id,
|
|
5821
|
-
:generation_timestamp
|
|
5825
|
+
:generation_timestamp,
|
|
5826
|
+
:additional_metadata)
|
|
5822
5827
|
SENSITIVE = []
|
|
5823
5828
|
include Aws::Structure
|
|
5824
5829
|
end
|
|
@@ -6055,19 +6060,19 @@ module Aws::CostExplorer
|
|
|
6055
6060
|
include Aws::Structure
|
|
6056
6061
|
end
|
|
6057
6062
|
|
|
6058
|
-
# Metadata for
|
|
6063
|
+
# Metadata for a recommendation set.
|
|
6059
6064
|
#
|
|
6060
6065
|
# @!attribute [rw] recommendation_id
|
|
6061
|
-
# The ID for
|
|
6066
|
+
# The ID for the recommendation.
|
|
6062
6067
|
# @return [String]
|
|
6063
6068
|
#
|
|
6064
6069
|
# @!attribute [rw] generation_timestamp
|
|
6065
|
-
# The timestamp for when Amazon Web Services made
|
|
6070
|
+
# The timestamp for when Amazon Web Services made the recommendation.
|
|
6066
6071
|
# @return [String]
|
|
6067
6072
|
#
|
|
6068
6073
|
# @!attribute [rw] lookback_period_in_days
|
|
6069
6074
|
# The number of days of previous usage that Amazon Web Services
|
|
6070
|
-
# considers when making
|
|
6075
|
+
# considers when making the recommendation.
|
|
6071
6076
|
# @return [String]
|
|
6072
6077
|
#
|
|
6073
6078
|
# @!attribute [rw] additional_metadata
|
data/lib/aws-sdk-costexplorer.rb
CHANGED
data/sig/types.rbs
CHANGED
|
@@ -1031,6 +1031,7 @@ module Aws::CostExplorer
|
|
|
1031
1031
|
class ReservationPurchaseRecommendationMetadata
|
|
1032
1032
|
attr_accessor recommendation_id: ::String
|
|
1033
1033
|
attr_accessor generation_timestamp: ::String
|
|
1034
|
+
attr_accessor additional_metadata: ::String
|
|
1034
1035
|
SENSITIVE: []
|
|
1035
1036
|
end
|
|
1036
1037
|
|
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.
|
|
4
|
+
version: 1.98.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: 2024-
|
|
11
|
+
date: 2024-04-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|