aws-sdk-costexplorer 1.122.0 → 1.124.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: cbd6e46ef6b9c6b62e651890c14a8479a26e7b24bce1c2c60c4d0a0650e5199f
4
- data.tar.gz: 2c5d42a7cb6fd980ed34c9660d4e78ecf905c24b5903931cb2f73aabac983f87
3
+ metadata.gz: d6b37e9a215aa9c9cfeaf296e5a9b6cc22adbc93e664708de0b02aeaf1e3a1f3
4
+ data.tar.gz: 2f309369eac5efa74be5197799b2e43a63d3a5de7d50c33b45825434713deefa
5
5
  SHA512:
6
- metadata.gz: 0bca1fe478c97a10e8b42fba91fe2e9f275ee209b79f8933713ba2966b2546d10f4b4395484fc838a252592ef013eb3da892071a90b2d2987bb222c87d76b1a3
7
- data.tar.gz: e5bccc60302895c5bd3023b89730da5be0a080319899808aecc0d6e198b0ee0074432ff01fe77a30b67b37efc38ac1d4df62a505ca545b73e8ca1d05242f3b1c
6
+ metadata.gz: 55f7eb2d960f0d4756eab6605ef54d66efa78d9a59f0edfa5d733d3683e9660fa52765cb0068f9cab4b941b14fb57ba66396d62a6565341641c1be7bf0194092
7
+ data.tar.gz: 55088ff0a6fdff9d2d9b89ee63519f2e87ad4d9133bf636d2010b7c67a991d7924ffe54972c293dc4f20c9430287307a510472be905f88e4cc21bf8fd26b773d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.124.0 (2025-05-01)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.123.0 (2025-04-08)
10
+ ------------------
11
+
12
+ * Feature - This release supports Pagination traits on Cost Anomaly Detection APIs.
13
+
4
14
  1.122.0 (2025-03-10)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.122.0
1
+ 1.124.0
@@ -1030,6 +1030,8 @@ module Aws::CostExplorer
1030
1030
  # * {Types::GetAnomaliesResponse#anomalies #anomalies} => Array<Types::Anomaly>
1031
1031
  # * {Types::GetAnomaliesResponse#next_page_token #next_page_token} => String
1032
1032
  #
1033
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
1034
+ #
1033
1035
  # @example Request syntax with placeholder values
1034
1036
  #
1035
1037
  # resp = client.get_anomalies({
@@ -1102,6 +1104,8 @@ module Aws::CostExplorer
1102
1104
  # * {Types::GetAnomalyMonitorsResponse#anomaly_monitors #anomaly_monitors} => Array<Types::AnomalyMonitor>
1103
1105
  # * {Types::GetAnomalyMonitorsResponse#next_page_token #next_page_token} => String
1104
1106
  #
1107
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
1108
+ #
1105
1109
  # @example Request syntax with placeholder values
1106
1110
  #
1107
1111
  # resp = client.get_anomaly_monitors({
@@ -1175,6 +1179,8 @@ module Aws::CostExplorer
1175
1179
  # * {Types::GetAnomalySubscriptionsResponse#anomaly_subscriptions #anomaly_subscriptions} => Array<Types::AnomalySubscription>
1176
1180
  # * {Types::GetAnomalySubscriptionsResponse#next_page_token #next_page_token} => String
1177
1181
  #
1182
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
1183
+ #
1178
1184
  # @example Request syntax with placeholder values
1179
1185
  #
1180
1186
  # resp = client.get_anomaly_subscriptions({
@@ -1593,10 +1599,6 @@ module Aws::CostExplorer
1593
1599
  # You can nest `Expression` objects to define any combination of
1594
1600
  # dimension filters. For more information, see [Expression][1].
1595
1601
  #
1596
- # The `GetCostAndUsageWithResources` operation requires that you either
1597
- # group by or filter by a `ResourceId`. It requires the [Expression][1]
1598
- # `"SERVICE = Amazon Elastic Compute Cloud - Compute"` in the filter.
1599
- #
1600
1602
  # Valid values for `MatchOptions` for `Dimensions` are `EQUALS` and
1601
1603
  # `CASE_SENSITIVE`.
1602
1604
  #
@@ -2023,8 +2025,6 @@ module Aws::CostExplorer
2023
2025
  #
2024
2026
  # * `LINKED_ACCOUNT`
2025
2027
  #
2026
- # * `LINKED_ACCOUNT_NAME`
2027
- #
2028
2028
  # * `OPERATION`
2029
2029
  #
2030
2030
  # * `PURCHASE_TYPE`
@@ -5115,7 +5115,7 @@ module Aws::CostExplorer
5115
5115
 
5116
5116
  # Request a cost allocation tag backfill. This will backfill the
5117
5117
  # activation status (either `active` or `inactive`) for all tag keys
5118
- # from `para:BackfillFrom` up to the when this request is made.
5118
+ # from `para:BackfillFrom` up to the time this request is made.
5119
5119
  #
5120
5120
  # You can request a backfill once every 24 hours.
5121
5121
  #
@@ -5635,7 +5635,7 @@ module Aws::CostExplorer
5635
5635
  tracer: tracer
5636
5636
  )
5637
5637
  context[:gem_name] = 'aws-sdk-costexplorer'
5638
- context[:gem_version] = '1.122.0'
5638
+ context[:gem_version] = '1.124.0'
5639
5639
  Seahorse::Client::Request.new(handlers, context)
5640
5640
  end
5641
5641
 
@@ -440,7 +440,7 @@ module Aws::CostExplorer
440
440
  AnomalySubscription.add_member(:account_id, Shapes::ShapeRef.new(shape: GenericString, location_name: "AccountId"))
441
441
  AnomalySubscription.add_member(:monitor_arn_list, Shapes::ShapeRef.new(shape: MonitorArnList, required: true, location_name: "MonitorArnList"))
442
442
  AnomalySubscription.add_member(:subscribers, Shapes::ShapeRef.new(shape: Subscribers, required: true, location_name: "Subscribers"))
443
- AnomalySubscription.add_member(:threshold, Shapes::ShapeRef.new(shape: NullableNonNegativeDouble, deprecated: true, location_name: "Threshold", metadata: {"deprecatedMessage"=>"Threshold has been deprecated in favor of ThresholdExpression"}))
443
+ AnomalySubscription.add_member(:threshold, Shapes::ShapeRef.new(shape: NullableNonNegativeDouble, deprecated: true, location_name: "Threshold", metadata: {"deprecatedMessage" => "Threshold has been deprecated in favor of ThresholdExpression"}))
444
444
  AnomalySubscription.add_member(:frequency, Shapes::ShapeRef.new(shape: AnomalySubscriptionFrequency, required: true, location_name: "Frequency"))
445
445
  AnomalySubscription.add_member(:subscription_name, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "SubscriptionName"))
446
446
  AnomalySubscription.add_member(:threshold_expression, Shapes::ShapeRef.new(shape: Expression, location_name: "ThresholdExpression"))
@@ -766,7 +766,7 @@ module Aws::CostExplorer
766
766
  GetAnomaliesRequest.add_member(:feedback, Shapes::ShapeRef.new(shape: AnomalyFeedbackType, location_name: "Feedback"))
767
767
  GetAnomaliesRequest.add_member(:total_impact, Shapes::ShapeRef.new(shape: TotalImpactFilter, location_name: "TotalImpact"))
768
768
  GetAnomaliesRequest.add_member(:next_page_token, Shapes::ShapeRef.new(shape: NextPageToken, location_name: "NextPageToken"))
769
- GetAnomaliesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
769
+ GetAnomaliesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults", metadata: {"box" => true}))
770
770
  GetAnomaliesRequest.struct_class = Types::GetAnomaliesRequest
771
771
 
772
772
  GetAnomaliesResponse.add_member(:anomalies, Shapes::ShapeRef.new(shape: Anomalies, required: true, location_name: "Anomalies"))
@@ -775,7 +775,7 @@ module Aws::CostExplorer
775
775
 
776
776
  GetAnomalyMonitorsRequest.add_member(:monitor_arn_list, Shapes::ShapeRef.new(shape: Values, location_name: "MonitorArnList"))
777
777
  GetAnomalyMonitorsRequest.add_member(:next_page_token, Shapes::ShapeRef.new(shape: NextPageToken, location_name: "NextPageToken"))
778
- GetAnomalyMonitorsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
778
+ GetAnomalyMonitorsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults", metadata: {"box" => true}))
779
779
  GetAnomalyMonitorsRequest.struct_class = Types::GetAnomalyMonitorsRequest
780
780
 
781
781
  GetAnomalyMonitorsResponse.add_member(:anomaly_monitors, Shapes::ShapeRef.new(shape: AnomalyMonitors, required: true, location_name: "AnomalyMonitors"))
@@ -785,7 +785,7 @@ module Aws::CostExplorer
785
785
  GetAnomalySubscriptionsRequest.add_member(:subscription_arn_list, Shapes::ShapeRef.new(shape: Values, location_name: "SubscriptionArnList"))
786
786
  GetAnomalySubscriptionsRequest.add_member(:monitor_arn, Shapes::ShapeRef.new(shape: GenericString, location_name: "MonitorArn"))
787
787
  GetAnomalySubscriptionsRequest.add_member(:next_page_token, Shapes::ShapeRef.new(shape: NextPageToken, location_name: "NextPageToken"))
788
- GetAnomalySubscriptionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
788
+ GetAnomalySubscriptionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults", metadata: {"box" => true}))
789
789
  GetAnomalySubscriptionsRequest.struct_class = Types::GetAnomalySubscriptionsRequest
790
790
 
791
791
  GetAnomalySubscriptionsResponse.add_member(:anomaly_subscriptions, Shapes::ShapeRef.new(shape: AnomalySubscriptions, required: true, location_name: "AnomalySubscriptions"))
@@ -898,7 +898,7 @@ module Aws::CostExplorer
898
898
  GetReservationCoverageRequest.add_member(:metrics, Shapes::ShapeRef.new(shape: MetricNames, location_name: "Metrics"))
899
899
  GetReservationCoverageRequest.add_member(:next_page_token, Shapes::ShapeRef.new(shape: NextPageToken, location_name: "NextPageToken"))
900
900
  GetReservationCoverageRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: SortDefinition, location_name: "SortBy"))
901
- GetReservationCoverageRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
901
+ GetReservationCoverageRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box" => true}))
902
902
  GetReservationCoverageRequest.struct_class = Types::GetReservationCoverageRequest
903
903
 
904
904
  GetReservationCoverageResponse.add_member(:coverages_by_time, Shapes::ShapeRef.new(shape: CoveragesByTime, required: true, location_name: "CoveragesByTime"))
@@ -929,7 +929,7 @@ module Aws::CostExplorer
929
929
  GetReservationUtilizationRequest.add_member(:filter, Shapes::ShapeRef.new(shape: Expression, location_name: "Filter"))
930
930
  GetReservationUtilizationRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: SortDefinition, location_name: "SortBy"))
931
931
  GetReservationUtilizationRequest.add_member(:next_page_token, Shapes::ShapeRef.new(shape: NextPageToken, location_name: "NextPageToken"))
932
- GetReservationUtilizationRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
932
+ GetReservationUtilizationRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box" => true}))
933
933
  GetReservationUtilizationRequest.struct_class = Types::GetReservationUtilizationRequest
934
934
 
935
935
  GetReservationUtilizationResponse.add_member(:utilizations_by_time, Shapes::ShapeRef.new(shape: UtilizationsByTime, required: true, location_name: "UtilizationsByTime"))
@@ -964,7 +964,7 @@ module Aws::CostExplorer
964
964
  GetSavingsPlansCoverageRequest.add_member(:filter, Shapes::ShapeRef.new(shape: Expression, location_name: "Filter"))
965
965
  GetSavingsPlansCoverageRequest.add_member(:metrics, Shapes::ShapeRef.new(shape: MetricNames, location_name: "Metrics"))
966
966
  GetSavingsPlansCoverageRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextPageToken, location_name: "NextToken"))
967
- GetSavingsPlansCoverageRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
967
+ GetSavingsPlansCoverageRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box" => true}))
968
968
  GetSavingsPlansCoverageRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: SortDefinition, location_name: "SortBy"))
969
969
  GetSavingsPlansCoverageRequest.struct_class = Types::GetSavingsPlansCoverageRequest
970
970
 
@@ -991,7 +991,7 @@ module Aws::CostExplorer
991
991
  GetSavingsPlansUtilizationDetailsRequest.add_member(:filter, Shapes::ShapeRef.new(shape: Expression, location_name: "Filter"))
992
992
  GetSavingsPlansUtilizationDetailsRequest.add_member(:data_type, Shapes::ShapeRef.new(shape: SavingsPlansDataTypes, location_name: "DataType"))
993
993
  GetSavingsPlansUtilizationDetailsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextPageToken, location_name: "NextToken"))
994
- GetSavingsPlansUtilizationDetailsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
994
+ GetSavingsPlansUtilizationDetailsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box" => true}))
995
995
  GetSavingsPlansUtilizationDetailsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: SortDefinition, location_name: "SortBy"))
996
996
  GetSavingsPlansUtilizationDetailsRequest.struct_class = Types::GetSavingsPlansUtilizationDetailsRequest
997
997
 
@@ -1085,7 +1085,7 @@ module Aws::CostExplorer
1085
1085
  ListCommitmentPurchaseAnalysesResponse.struct_class = Types::ListCommitmentPurchaseAnalysesResponse
1086
1086
 
1087
1087
  ListCostAllocationTagBackfillHistoryRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextPageToken, location_name: "NextToken"))
1088
- ListCostAllocationTagBackfillHistoryRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: CostAllocationTagsMaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
1088
+ ListCostAllocationTagBackfillHistoryRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: CostAllocationTagsMaxResults, location_name: "MaxResults", metadata: {"box" => true}))
1089
1089
  ListCostAllocationTagBackfillHistoryRequest.struct_class = Types::ListCostAllocationTagBackfillHistoryRequest
1090
1090
 
1091
1091
  ListCostAllocationTagBackfillHistoryResponse.add_member(:backfill_requests, Shapes::ShapeRef.new(shape: CostAllocationTagBackfillRequestList, location_name: "BackfillRequests"))
@@ -1096,7 +1096,7 @@ module Aws::CostExplorer
1096
1096
  ListCostAllocationTagsRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: CostAllocationTagKeyList, location_name: "TagKeys"))
1097
1097
  ListCostAllocationTagsRequest.add_member(:type, Shapes::ShapeRef.new(shape: CostAllocationTagType, location_name: "Type"))
1098
1098
  ListCostAllocationTagsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextPageToken, location_name: "NextToken"))
1099
- ListCostAllocationTagsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: CostAllocationTagsMaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
1099
+ ListCostAllocationTagsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: CostAllocationTagsMaxResults, location_name: "MaxResults", metadata: {"box" => true}))
1100
1100
  ListCostAllocationTagsRequest.struct_class = Types::ListCostAllocationTagsRequest
1101
1101
 
1102
1102
  ListCostAllocationTagsResponse.add_member(:cost_allocation_tags, Shapes::ShapeRef.new(shape: CostAllocationTagList, location_name: "CostAllocationTags"))
@@ -1105,7 +1105,7 @@ module Aws::CostExplorer
1105
1105
 
1106
1106
  ListCostCategoryDefinitionsRequest.add_member(:effective_on, Shapes::ShapeRef.new(shape: ZonedDateTime, location_name: "EffectiveOn"))
1107
1107
  ListCostCategoryDefinitionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextPageToken, location_name: "NextToken"))
1108
- ListCostCategoryDefinitionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: CostCategoryMaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
1108
+ ListCostCategoryDefinitionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: CostCategoryMaxResults, location_name: "MaxResults", metadata: {"box" => true}))
1109
1109
  ListCostCategoryDefinitionsRequest.struct_class = Types::ListCostCategoryDefinitionsRequest
1110
1110
 
1111
1111
  ListCostCategoryDefinitionsResponse.add_member(:cost_category_references, Shapes::ShapeRef.new(shape: CostCategoryReferencesList, location_name: "CostCategoryReferences"))
@@ -1631,7 +1631,7 @@ module Aws::CostExplorer
1631
1631
  UpdateAnomalyMonitorResponse.struct_class = Types::UpdateAnomalyMonitorResponse
1632
1632
 
1633
1633
  UpdateAnomalySubscriptionRequest.add_member(:subscription_arn, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "SubscriptionArn"))
1634
- UpdateAnomalySubscriptionRequest.add_member(:threshold, Shapes::ShapeRef.new(shape: NullableNonNegativeDouble, deprecated: true, location_name: "Threshold", metadata: {"deprecatedMessage"=>"Threshold has been deprecated in favor of ThresholdExpression"}))
1634
+ UpdateAnomalySubscriptionRequest.add_member(:threshold, Shapes::ShapeRef.new(shape: NullableNonNegativeDouble, deprecated: true, location_name: "Threshold", metadata: {"deprecatedMessage" => "Threshold has been deprecated in favor of ThresholdExpression"}))
1635
1635
  UpdateAnomalySubscriptionRequest.add_member(:frequency, Shapes::ShapeRef.new(shape: AnomalySubscriptionFrequency, location_name: "Frequency"))
1636
1636
  UpdateAnomalySubscriptionRequest.add_member(:monitor_arn_list, Shapes::ShapeRef.new(shape: MonitorArnList, location_name: "MonitorArnList"))
1637
1637
  UpdateAnomalySubscriptionRequest.add_member(:subscribers, Shapes::ShapeRef.new(shape: Subscribers, location_name: "Subscribers"))
@@ -1777,6 +1777,12 @@ module Aws::CostExplorer
1777
1777
  o.output = Shapes::ShapeRef.new(shape: GetAnomaliesResponse)
1778
1778
  o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1779
1779
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
1780
+ o[:pager] = Aws::Pager.new(
1781
+ limit_key: "max_results",
1782
+ tokens: {
1783
+ "next_page_token" => "next_page_token"
1784
+ }
1785
+ )
1780
1786
  end)
1781
1787
 
1782
1788
  api.add_operation(:get_anomaly_monitors, Seahorse::Model::Operation.new.tap do |o|
@@ -1788,6 +1794,12 @@ module Aws::CostExplorer
1788
1794
  o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1789
1795
  o.errors << Shapes::ShapeRef.new(shape: UnknownMonitorException)
1790
1796
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
1797
+ o[:pager] = Aws::Pager.new(
1798
+ limit_key: "max_results",
1799
+ tokens: {
1800
+ "next_page_token" => "next_page_token"
1801
+ }
1802
+ )
1791
1803
  end)
1792
1804
 
1793
1805
  api.add_operation(:get_anomaly_subscriptions, Seahorse::Model::Operation.new.tap do |o|
@@ -1799,6 +1811,12 @@ module Aws::CostExplorer
1799
1811
  o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1800
1812
  o.errors << Shapes::ShapeRef.new(shape: UnknownSubscriptionException)
1801
1813
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
1814
+ o[:pager] = Aws::Pager.new(
1815
+ limit_key: "max_results",
1816
+ tokens: {
1817
+ "next_page_token" => "next_page_token"
1818
+ }
1819
+ )
1802
1820
  end)
1803
1821
 
1804
1822
  api.add_operation(:get_approximate_usage_records, Seahorse::Model::Operation.new.tap do |o|
@@ -22,22 +22,22 @@ module Aws::CostExplorer
22
22
  if Aws::Endpoints::Matchers.set?(parameters.region)
23
23
  if (partition_result = Aws::Endpoints::Matchers.aws_partition(parameters.region))
24
24
  if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws") && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, false) && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, false)
25
- return Aws::Endpoints::Endpoint.new(url: "https://ce.us-east-1.amazonaws.com", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"ce", "signingRegion"=>"us-east-1"}]})
25
+ return Aws::Endpoints::Endpoint.new(url: "https://ce.us-east-1.amazonaws.com", headers: {}, properties: {"authSchemes" => [{"name" => "sigv4", "signingName" => "ce", "signingRegion" => "us-east-1"}]})
26
26
  end
27
27
  if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws-cn") && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, false) && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, false)
28
- return Aws::Endpoints::Endpoint.new(url: "https://ce.cn-northwest-1.amazonaws.com.cn", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"ce", "signingRegion"=>"cn-northwest-1"}]})
28
+ return Aws::Endpoints::Endpoint.new(url: "https://ce.cn-northwest-1.amazonaws.com.cn", headers: {}, properties: {"authSchemes" => [{"name" => "sigv4", "signingName" => "ce", "signingRegion" => "cn-northwest-1"}]})
29
29
  end
30
30
  if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws-iso") && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, false) && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, false)
31
- return Aws::Endpoints::Endpoint.new(url: "https://ce.us-iso-east-1.c2s.ic.gov", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"ce", "signingRegion"=>"us-iso-east-1"}]})
31
+ return Aws::Endpoints::Endpoint.new(url: "https://ce.us-iso-east-1.c2s.ic.gov", headers: {}, properties: {"authSchemes" => [{"name" => "sigv4", "signingName" => "ce", "signingRegion" => "us-iso-east-1"}]})
32
32
  end
33
33
  if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws-iso-b") && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, false) && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, false)
34
- return Aws::Endpoints::Endpoint.new(url: "https://ce.us-isob-east-1.sc2s.sgov.gov", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"ce", "signingRegion"=>"us-isob-east-1"}]})
34
+ return Aws::Endpoints::Endpoint.new(url: "https://ce.us-isob-east-1.sc2s.sgov.gov", headers: {}, properties: {"authSchemes" => [{"name" => "sigv4", "signingName" => "ce", "signingRegion" => "us-isob-east-1"}]})
35
35
  end
36
36
  if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws-iso-e") && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, false) && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, false)
37
- return Aws::Endpoints::Endpoint.new(url: "https://ce.eu-isoe-west-1.cloud.adc-e.uk", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"ce", "signingRegion"=>"eu-isoe-west-1"}]})
37
+ return Aws::Endpoints::Endpoint.new(url: "https://ce.eu-isoe-west-1.cloud.adc-e.uk", headers: {}, properties: {"authSchemes" => [{"name" => "sigv4", "signingName" => "ce", "signingRegion" => "eu-isoe-west-1"}]})
38
38
  end
39
39
  if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws-iso-f") && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, false) && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, false)
40
- return Aws::Endpoints::Endpoint.new(url: "https://ce.us-isof-south-1.csp.hci.ic.gov", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"ce", "signingRegion"=>"us-isof-south-1"}]})
40
+ return Aws::Endpoints::Endpoint.new(url: "https://ce.us-isof-south-1.csp.hci.ic.gov", headers: {}, properties: {"authSchemes" => [{"name" => "sigv4", "signingName" => "ce", "signingRegion" => "us-isof-south-1"}]})
41
41
  end
42
42
  if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, true)
43
43
  if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
@@ -1477,7 +1477,7 @@ module Aws::CostExplorer
1477
1477
  # Not all dimensions are supported in each API. Refer to the
1478
1478
  # documentation for each specific API to see what is supported.
1479
1479
  #
1480
- # `LINK_ACCOUNT_NAME` and `SERVICE_CODE` can only be used in
1480
+ # `LINKED_ACCOUNT_NAME` and `SERVICE_CODE` can only be used in
1481
1481
  # [CostCategoryRule][1].
1482
1482
  #
1483
1483
  # `ANOMALY_TOTAL_IMPACT_ABSOLUTE` and
@@ -2494,11 +2494,6 @@ module Aws::CostExplorer
2494
2494
  # service. You can nest `Expression` objects to define any combination
2495
2495
  # of dimension filters. For more information, see [Expression][1].
2496
2496
  #
2497
- # The `GetCostAndUsageWithResources` operation requires that you
2498
- # either group by or filter by a `ResourceId`. It requires the
2499
- # [Expression][1] `"SERVICE = Amazon Elastic Compute Cloud - Compute"`
2500
- # in the filter.
2501
- #
2502
2497
  # Valid values for `MatchOptions` for `Dimensions` are `EQUALS` and
2503
2498
  # `CASE_SENSITIVE`.
2504
2499
  #
@@ -2866,8 +2861,6 @@ module Aws::CostExplorer
2866
2861
  #
2867
2862
  # * `LINKED_ACCOUNT`
2868
2863
  #
2869
- # * `LINKED_ACCOUNT_NAME`
2870
- #
2871
2864
  # * `OPERATION`
2872
2865
  #
2873
2866
  # * `PURCHASE_TYPE`
@@ -54,7 +54,7 @@ module Aws::CostExplorer
54
54
  autoload :EndpointProvider, 'aws-sdk-costexplorer/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-costexplorer/endpoints'
56
56
 
57
- GEM_VERSION = '1.122.0'
57
+ GEM_VERSION = '1.124.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-costexplorer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.122.0
4
+ version: 1.124.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-03-10 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: aws-sdk-core
@@ -77,7 +76,6 @@ licenses:
77
76
  metadata:
78
77
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-costexplorer
79
78
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-costexplorer/CHANGELOG.md
80
- post_install_message:
81
79
  rdoc_options: []
82
80
  require_paths:
83
81
  - lib
@@ -92,8 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
90
  - !ruby/object:Gem::Version
93
91
  version: '0'
94
92
  requirements: []
95
- rubygems_version: 3.4.10
96
- signing_key:
93
+ rubygems_version: 3.6.7
97
94
  specification_version: 4
98
95
  summary: AWS SDK for Ruby - AWS Cost Explorer
99
96
  test_files: []