aws-sdk-bcmpricingcalculator 1.9.0 → 1.10.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-bcmpricingcalculator/client.rb +15 -15
- data/lib/aws-sdk-bcmpricingcalculator/client_api.rb +2 -1
- data/lib/aws-sdk-bcmpricingcalculator.rb +1 -1
- data/sig/client.rbs +13 -13
- data/sig/types.rbs +14 -14
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: acf8599426a493809c72dff05deb7f029b65afd87ec8c16461f1fe2d8e1cb17d
|
4
|
+
data.tar.gz: a87e81be80657fdea4c8edbf1a750d239bd6e5ea306b6274b61b2039d4be6a17
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ae1a65779de4e88dac576d5d437b63cf9df849147792a05c73abcd351040ff3a730374b0a2e2866f4b2f9c91b4e2c7e6e82d03e8a32b2d2dadcfad68232e8f04
|
7
|
+
data.tar.gz: 9938babf2e3266a0218e72a62ca412fb362f2d1663df6c9c4b87f56632c076cfa164a901d52fbb779a2e3e872ac1744ddf30d269953a93286a009c985dc85b05
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.10.0 (2025-05-29)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Add AFTER_DISCOUNTS_AND_COMMITMENTS to Workload Estimate Rate Type. Set ListWorkLoadEstimateUsage maxResults range to minimum of 0 and maximum of 300.
|
8
|
+
|
4
9
|
1.9.0 (2025-05-12)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.10.0
|
@@ -1463,7 +1463,7 @@ module Aws::BCMPricingCalculator
|
|
1463
1463
|
# resp = client.create_workload_estimate({
|
1464
1464
|
# name: "WorkloadEstimateName", # required
|
1465
1465
|
# client_token: "ClientToken",
|
1466
|
-
# rate_type: "BEFORE_DISCOUNTS", # accepts BEFORE_DISCOUNTS, AFTER_DISCOUNTS
|
1466
|
+
# rate_type: "BEFORE_DISCOUNTS", # accepts BEFORE_DISCOUNTS, AFTER_DISCOUNTS, AFTER_DISCOUNTS_AND_COMMITMENTS
|
1467
1467
|
# tags: {
|
1468
1468
|
# "ResourceTagKey" => "ResourceTagValue",
|
1469
1469
|
# },
|
@@ -1475,7 +1475,7 @@ module Aws::BCMPricingCalculator
|
|
1475
1475
|
# resp.name #=> String
|
1476
1476
|
# resp.created_at #=> Time
|
1477
1477
|
# resp.expires_at #=> Time
|
1478
|
-
# resp.rate_type #=> String, one of "BEFORE_DISCOUNTS", "AFTER_DISCOUNTS"
|
1478
|
+
# resp.rate_type #=> String, one of "BEFORE_DISCOUNTS", "AFTER_DISCOUNTS", "AFTER_DISCOUNTS_AND_COMMITMENTS"
|
1479
1479
|
# resp.rate_timestamp #=> Time
|
1480
1480
|
# resp.status #=> String, one of "UPDATING", "VALID", "INVALID", "ACTION_NEEDED"
|
1481
1481
|
# resp.total_cost #=> Float
|
@@ -1660,11 +1660,11 @@ module Aws::BCMPricingCalculator
|
|
1660
1660
|
# @example Response structure
|
1661
1661
|
#
|
1662
1662
|
# resp.management_account_rate_type_selections #=> Array
|
1663
|
-
# resp.management_account_rate_type_selections[0] #=> String, one of "BEFORE_DISCOUNTS", "AFTER_DISCOUNTS"
|
1663
|
+
# resp.management_account_rate_type_selections[0] #=> String, one of "BEFORE_DISCOUNTS", "AFTER_DISCOUNTS", "AFTER_DISCOUNTS_AND_COMMITMENTS"
|
1664
1664
|
# resp.member_account_rate_type_selections #=> Array
|
1665
|
-
# resp.member_account_rate_type_selections[0] #=> String, one of "BEFORE_DISCOUNTS", "AFTER_DISCOUNTS"
|
1665
|
+
# resp.member_account_rate_type_selections[0] #=> String, one of "BEFORE_DISCOUNTS", "AFTER_DISCOUNTS", "AFTER_DISCOUNTS_AND_COMMITMENTS"
|
1666
1666
|
# resp.standalone_account_rate_type_selections #=> Array
|
1667
|
-
# resp.standalone_account_rate_type_selections[0] #=> String, one of "BEFORE_DISCOUNTS", "AFTER_DISCOUNTS"
|
1667
|
+
# resp.standalone_account_rate_type_selections[0] #=> String, one of "BEFORE_DISCOUNTS", "AFTER_DISCOUNTS", "AFTER_DISCOUNTS_AND_COMMITMENTS"
|
1668
1668
|
#
|
1669
1669
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bcm-pricing-calculator-2024-06-19/GetPreferences AWS API Documentation
|
1670
1670
|
#
|
@@ -1705,7 +1705,7 @@ module Aws::BCMPricingCalculator
|
|
1705
1705
|
# resp.name #=> String
|
1706
1706
|
# resp.created_at #=> Time
|
1707
1707
|
# resp.expires_at #=> Time
|
1708
|
-
# resp.rate_type #=> String, one of "BEFORE_DISCOUNTS", "AFTER_DISCOUNTS"
|
1708
|
+
# resp.rate_type #=> String, one of "BEFORE_DISCOUNTS", "AFTER_DISCOUNTS", "AFTER_DISCOUNTS_AND_COMMITMENTS"
|
1709
1709
|
# resp.rate_timestamp #=> Time
|
1710
1710
|
# resp.status #=> String, one of "UPDATING", "VALID", "INVALID", "ACTION_NEEDED"
|
1711
1711
|
# resp.total_cost #=> Float
|
@@ -2429,7 +2429,7 @@ module Aws::BCMPricingCalculator
|
|
2429
2429
|
# resp.items[0].name #=> String
|
2430
2430
|
# resp.items[0].created_at #=> Time
|
2431
2431
|
# resp.items[0].expires_at #=> Time
|
2432
|
-
# resp.items[0].rate_type #=> String, one of "BEFORE_DISCOUNTS", "AFTER_DISCOUNTS"
|
2432
|
+
# resp.items[0].rate_type #=> String, one of "BEFORE_DISCOUNTS", "AFTER_DISCOUNTS", "AFTER_DISCOUNTS_AND_COMMITMENTS"
|
2433
2433
|
# resp.items[0].rate_timestamp #=> Time
|
2434
2434
|
# resp.items[0].status #=> String, one of "UPDATING", "VALID", "INVALID", "ACTION_NEEDED"
|
2435
2435
|
# resp.items[0].total_cost #=> Float
|
@@ -2628,19 +2628,19 @@ module Aws::BCMPricingCalculator
|
|
2628
2628
|
# @example Request syntax with placeholder values
|
2629
2629
|
#
|
2630
2630
|
# resp = client.update_preferences({
|
2631
|
-
# management_account_rate_type_selections: ["BEFORE_DISCOUNTS"], # accepts BEFORE_DISCOUNTS, AFTER_DISCOUNTS
|
2632
|
-
# member_account_rate_type_selections: ["BEFORE_DISCOUNTS"], # accepts BEFORE_DISCOUNTS, AFTER_DISCOUNTS
|
2633
|
-
# standalone_account_rate_type_selections: ["BEFORE_DISCOUNTS"], # accepts BEFORE_DISCOUNTS, AFTER_DISCOUNTS
|
2631
|
+
# management_account_rate_type_selections: ["BEFORE_DISCOUNTS"], # accepts BEFORE_DISCOUNTS, AFTER_DISCOUNTS, AFTER_DISCOUNTS_AND_COMMITMENTS
|
2632
|
+
# member_account_rate_type_selections: ["BEFORE_DISCOUNTS"], # accepts BEFORE_DISCOUNTS, AFTER_DISCOUNTS, AFTER_DISCOUNTS_AND_COMMITMENTS
|
2633
|
+
# standalone_account_rate_type_selections: ["BEFORE_DISCOUNTS"], # accepts BEFORE_DISCOUNTS, AFTER_DISCOUNTS, AFTER_DISCOUNTS_AND_COMMITMENTS
|
2634
2634
|
# })
|
2635
2635
|
#
|
2636
2636
|
# @example Response structure
|
2637
2637
|
#
|
2638
2638
|
# resp.management_account_rate_type_selections #=> Array
|
2639
|
-
# resp.management_account_rate_type_selections[0] #=> String, one of "BEFORE_DISCOUNTS", "AFTER_DISCOUNTS"
|
2639
|
+
# resp.management_account_rate_type_selections[0] #=> String, one of "BEFORE_DISCOUNTS", "AFTER_DISCOUNTS", "AFTER_DISCOUNTS_AND_COMMITMENTS"
|
2640
2640
|
# resp.member_account_rate_type_selections #=> Array
|
2641
|
-
# resp.member_account_rate_type_selections[0] #=> String, one of "BEFORE_DISCOUNTS", "AFTER_DISCOUNTS"
|
2641
|
+
# resp.member_account_rate_type_selections[0] #=> String, one of "BEFORE_DISCOUNTS", "AFTER_DISCOUNTS", "AFTER_DISCOUNTS_AND_COMMITMENTS"
|
2642
2642
|
# resp.standalone_account_rate_type_selections #=> Array
|
2643
|
-
# resp.standalone_account_rate_type_selections[0] #=> String, one of "BEFORE_DISCOUNTS", "AFTER_DISCOUNTS"
|
2643
|
+
# resp.standalone_account_rate_type_selections[0] #=> String, one of "BEFORE_DISCOUNTS", "AFTER_DISCOUNTS", "AFTER_DISCOUNTS_AND_COMMITMENTS"
|
2644
2644
|
#
|
2645
2645
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bcm-pricing-calculator-2024-06-19/UpdatePreferences AWS API Documentation
|
2646
2646
|
#
|
@@ -2689,7 +2689,7 @@ module Aws::BCMPricingCalculator
|
|
2689
2689
|
# resp.name #=> String
|
2690
2690
|
# resp.created_at #=> Time
|
2691
2691
|
# resp.expires_at #=> Time
|
2692
|
-
# resp.rate_type #=> String, one of "BEFORE_DISCOUNTS", "AFTER_DISCOUNTS"
|
2692
|
+
# resp.rate_type #=> String, one of "BEFORE_DISCOUNTS", "AFTER_DISCOUNTS", "AFTER_DISCOUNTS_AND_COMMITMENTS"
|
2693
2693
|
# resp.rate_timestamp #=> Time
|
2694
2694
|
# resp.status #=> String, one of "UPDATING", "VALID", "INVALID", "ACTION_NEEDED"
|
2695
2695
|
# resp.total_cost #=> Float
|
@@ -2723,7 +2723,7 @@ module Aws::BCMPricingCalculator
|
|
2723
2723
|
tracer: tracer
|
2724
2724
|
)
|
2725
2725
|
context[:gem_name] = 'aws-sdk-bcmpricingcalculator'
|
2726
|
-
context[:gem_version] = '1.
|
2726
|
+
context[:gem_version] = '1.10.0'
|
2727
2727
|
Seahorse::Client::Request.new(handlers, context)
|
2728
2728
|
end
|
2729
2729
|
|
@@ -242,6 +242,7 @@ module Aws::BCMPricingCalculator
|
|
242
242
|
WorkloadEstimateUpdateUsageErrorCode = Shapes::StringShape.new(name: 'WorkloadEstimateUpdateUsageErrorCode')
|
243
243
|
WorkloadEstimateUsageItem = Shapes::StructureShape.new(name: 'WorkloadEstimateUsageItem')
|
244
244
|
WorkloadEstimateUsageItems = Shapes::ListShape.new(name: 'WorkloadEstimateUsageItems')
|
245
|
+
WorkloadEstimateUsageMaxResults = Shapes::IntegerShape.new(name: 'WorkloadEstimateUsageMaxResults')
|
245
246
|
WorkloadEstimateUsageQuantity = Shapes::StructureShape.new(name: 'WorkloadEstimateUsageQuantity')
|
246
247
|
|
247
248
|
AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
@@ -889,7 +890,7 @@ module Aws::BCMPricingCalculator
|
|
889
890
|
ListWorkloadEstimateUsageRequest.add_member(:workload_estimate_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "workloadEstimateId"))
|
890
891
|
ListWorkloadEstimateUsageRequest.add_member(:filters, Shapes::ShapeRef.new(shape: ListUsageFilters, location_name: "filters"))
|
891
892
|
ListWorkloadEstimateUsageRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextPageToken, location_name: "nextToken"))
|
892
|
-
ListWorkloadEstimateUsageRequest.add_member(:max_results, Shapes::ShapeRef.new(shape:
|
893
|
+
ListWorkloadEstimateUsageRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: WorkloadEstimateUsageMaxResults, location_name: "maxResults"))
|
893
894
|
ListWorkloadEstimateUsageRequest.struct_class = Types::ListWorkloadEstimateUsageRequest
|
894
895
|
|
895
896
|
ListWorkloadEstimateUsageResponse.add_member(:items, Shapes::ShapeRef.new(shape: WorkloadEstimateUsageItems, location_name: "items"))
|
data/sig/client.rbs
CHANGED
@@ -370,7 +370,7 @@ module Aws
|
|
370
370
|
def name: () -> ::String
|
371
371
|
def created_at: () -> ::Time
|
372
372
|
def expires_at: () -> ::Time
|
373
|
-
def rate_type: () -> ("BEFORE_DISCOUNTS" | "AFTER_DISCOUNTS")
|
373
|
+
def rate_type: () -> ("BEFORE_DISCOUNTS" | "AFTER_DISCOUNTS" | "AFTER_DISCOUNTS_AND_COMMITMENTS")
|
374
374
|
def rate_timestamp: () -> ::Time
|
375
375
|
def status: () -> ("UPDATING" | "VALID" | "INVALID" | "ACTION_NEEDED")
|
376
376
|
def total_cost: () -> ::Float
|
@@ -381,7 +381,7 @@ module Aws
|
|
381
381
|
def create_workload_estimate: (
|
382
382
|
name: ::String,
|
383
383
|
?client_token: ::String,
|
384
|
-
?rate_type: ("BEFORE_DISCOUNTS" | "AFTER_DISCOUNTS"),
|
384
|
+
?rate_type: ("BEFORE_DISCOUNTS" | "AFTER_DISCOUNTS" | "AFTER_DISCOUNTS_AND_COMMITMENTS"),
|
385
385
|
?tags: Hash[::String, ::String]
|
386
386
|
) -> _CreateWorkloadEstimateResponseSuccess
|
387
387
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateWorkloadEstimateResponseSuccess
|
@@ -448,9 +448,9 @@ module Aws
|
|
448
448
|
|
449
449
|
interface _GetPreferencesResponseSuccess
|
450
450
|
include ::Seahorse::Client::_ResponseSuccess[Types::GetPreferencesResponse]
|
451
|
-
def management_account_rate_type_selections: () -> ::Array[("BEFORE_DISCOUNTS" | "AFTER_DISCOUNTS")]
|
452
|
-
def member_account_rate_type_selections: () -> ::Array[("BEFORE_DISCOUNTS" | "AFTER_DISCOUNTS")]
|
453
|
-
def standalone_account_rate_type_selections: () -> ::Array[("BEFORE_DISCOUNTS" | "AFTER_DISCOUNTS")]
|
451
|
+
def management_account_rate_type_selections: () -> ::Array[("BEFORE_DISCOUNTS" | "AFTER_DISCOUNTS" | "AFTER_DISCOUNTS_AND_COMMITMENTS")]
|
452
|
+
def member_account_rate_type_selections: () -> ::Array[("BEFORE_DISCOUNTS" | "AFTER_DISCOUNTS" | "AFTER_DISCOUNTS_AND_COMMITMENTS")]
|
453
|
+
def standalone_account_rate_type_selections: () -> ::Array[("BEFORE_DISCOUNTS" | "AFTER_DISCOUNTS" | "AFTER_DISCOUNTS_AND_COMMITMENTS")]
|
454
454
|
end
|
455
455
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/BCMPricingCalculator/Client.html#get_preferences-instance_method
|
456
456
|
def get_preferences: (
|
@@ -463,7 +463,7 @@ module Aws
|
|
463
463
|
def name: () -> ::String
|
464
464
|
def created_at: () -> ::Time
|
465
465
|
def expires_at: () -> ::Time
|
466
|
-
def rate_type: () -> ("BEFORE_DISCOUNTS" | "AFTER_DISCOUNTS")
|
466
|
+
def rate_type: () -> ("BEFORE_DISCOUNTS" | "AFTER_DISCOUNTS" | "AFTER_DISCOUNTS_AND_COMMITMENTS")
|
467
467
|
def rate_timestamp: () -> ::Time
|
468
468
|
def status: () -> ("UPDATING" | "VALID" | "INVALID" | "ACTION_NEEDED")
|
469
469
|
def total_cost: () -> ::Float
|
@@ -745,15 +745,15 @@ module Aws
|
|
745
745
|
|
746
746
|
interface _UpdatePreferencesResponseSuccess
|
747
747
|
include ::Seahorse::Client::_ResponseSuccess[Types::UpdatePreferencesResponse]
|
748
|
-
def management_account_rate_type_selections: () -> ::Array[("BEFORE_DISCOUNTS" | "AFTER_DISCOUNTS")]
|
749
|
-
def member_account_rate_type_selections: () -> ::Array[("BEFORE_DISCOUNTS" | "AFTER_DISCOUNTS")]
|
750
|
-
def standalone_account_rate_type_selections: () -> ::Array[("BEFORE_DISCOUNTS" | "AFTER_DISCOUNTS")]
|
748
|
+
def management_account_rate_type_selections: () -> ::Array[("BEFORE_DISCOUNTS" | "AFTER_DISCOUNTS" | "AFTER_DISCOUNTS_AND_COMMITMENTS")]
|
749
|
+
def member_account_rate_type_selections: () -> ::Array[("BEFORE_DISCOUNTS" | "AFTER_DISCOUNTS" | "AFTER_DISCOUNTS_AND_COMMITMENTS")]
|
750
|
+
def standalone_account_rate_type_selections: () -> ::Array[("BEFORE_DISCOUNTS" | "AFTER_DISCOUNTS" | "AFTER_DISCOUNTS_AND_COMMITMENTS")]
|
751
751
|
end
|
752
752
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/BCMPricingCalculator/Client.html#update_preferences-instance_method
|
753
753
|
def update_preferences: (
|
754
|
-
?management_account_rate_type_selections: Array[("BEFORE_DISCOUNTS" | "AFTER_DISCOUNTS")],
|
755
|
-
?member_account_rate_type_selections: Array[("BEFORE_DISCOUNTS" | "AFTER_DISCOUNTS")],
|
756
|
-
?standalone_account_rate_type_selections: Array[("BEFORE_DISCOUNTS" | "AFTER_DISCOUNTS")]
|
754
|
+
?management_account_rate_type_selections: Array[("BEFORE_DISCOUNTS" | "AFTER_DISCOUNTS" | "AFTER_DISCOUNTS_AND_COMMITMENTS")],
|
755
|
+
?member_account_rate_type_selections: Array[("BEFORE_DISCOUNTS" | "AFTER_DISCOUNTS" | "AFTER_DISCOUNTS_AND_COMMITMENTS")],
|
756
|
+
?standalone_account_rate_type_selections: Array[("BEFORE_DISCOUNTS" | "AFTER_DISCOUNTS" | "AFTER_DISCOUNTS_AND_COMMITMENTS")]
|
757
757
|
) -> _UpdatePreferencesResponseSuccess
|
758
758
|
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdatePreferencesResponseSuccess
|
759
759
|
|
@@ -763,7 +763,7 @@ module Aws
|
|
763
763
|
def name: () -> ::String
|
764
764
|
def created_at: () -> ::Time
|
765
765
|
def expires_at: () -> ::Time
|
766
|
-
def rate_type: () -> ("BEFORE_DISCOUNTS" | "AFTER_DISCOUNTS")
|
766
|
+
def rate_type: () -> ("BEFORE_DISCOUNTS" | "AFTER_DISCOUNTS" | "AFTER_DISCOUNTS_AND_COMMITMENTS")
|
767
767
|
def rate_timestamp: () -> ::Time
|
768
768
|
def status: () -> ("UPDATING" | "VALID" | "INVALID" | "ACTION_NEEDED")
|
769
769
|
def total_cost: () -> ::Float
|
data/sig/types.rbs
CHANGED
@@ -479,7 +479,7 @@ module Aws::BCMPricingCalculator
|
|
479
479
|
class CreateWorkloadEstimateRequest
|
480
480
|
attr_accessor name: ::String
|
481
481
|
attr_accessor client_token: ::String
|
482
|
-
attr_accessor rate_type: ("BEFORE_DISCOUNTS" | "AFTER_DISCOUNTS")
|
482
|
+
attr_accessor rate_type: ("BEFORE_DISCOUNTS" | "AFTER_DISCOUNTS" | "AFTER_DISCOUNTS_AND_COMMITMENTS")
|
483
483
|
attr_accessor tags: ::Hash[::String, ::String]
|
484
484
|
SENSITIVE: []
|
485
485
|
end
|
@@ -489,7 +489,7 @@ module Aws::BCMPricingCalculator
|
|
489
489
|
attr_accessor name: ::String
|
490
490
|
attr_accessor created_at: ::Time
|
491
491
|
attr_accessor expires_at: ::Time
|
492
|
-
attr_accessor rate_type: ("BEFORE_DISCOUNTS" | "AFTER_DISCOUNTS")
|
492
|
+
attr_accessor rate_type: ("BEFORE_DISCOUNTS" | "AFTER_DISCOUNTS" | "AFTER_DISCOUNTS_AND_COMMITMENTS")
|
493
493
|
attr_accessor rate_timestamp: ::Time
|
494
494
|
attr_accessor status: ("UPDATING" | "VALID" | "INVALID" | "ACTION_NEEDED")
|
495
495
|
attr_accessor total_cost: ::Float
|
@@ -587,9 +587,9 @@ module Aws::BCMPricingCalculator
|
|
587
587
|
end
|
588
588
|
|
589
589
|
class GetPreferencesResponse
|
590
|
-
attr_accessor management_account_rate_type_selections: ::Array[("BEFORE_DISCOUNTS" | "AFTER_DISCOUNTS")]
|
591
|
-
attr_accessor member_account_rate_type_selections: ::Array[("BEFORE_DISCOUNTS" | "AFTER_DISCOUNTS")]
|
592
|
-
attr_accessor standalone_account_rate_type_selections: ::Array[("BEFORE_DISCOUNTS" | "AFTER_DISCOUNTS")]
|
590
|
+
attr_accessor management_account_rate_type_selections: ::Array[("BEFORE_DISCOUNTS" | "AFTER_DISCOUNTS" | "AFTER_DISCOUNTS_AND_COMMITMENTS")]
|
591
|
+
attr_accessor member_account_rate_type_selections: ::Array[("BEFORE_DISCOUNTS" | "AFTER_DISCOUNTS" | "AFTER_DISCOUNTS_AND_COMMITMENTS")]
|
592
|
+
attr_accessor standalone_account_rate_type_selections: ::Array[("BEFORE_DISCOUNTS" | "AFTER_DISCOUNTS" | "AFTER_DISCOUNTS_AND_COMMITMENTS")]
|
593
593
|
SENSITIVE: []
|
594
594
|
end
|
595
595
|
|
@@ -603,7 +603,7 @@ module Aws::BCMPricingCalculator
|
|
603
603
|
attr_accessor name: ::String
|
604
604
|
attr_accessor created_at: ::Time
|
605
605
|
attr_accessor expires_at: ::Time
|
606
|
-
attr_accessor rate_type: ("BEFORE_DISCOUNTS" | "AFTER_DISCOUNTS")
|
606
|
+
attr_accessor rate_type: ("BEFORE_DISCOUNTS" | "AFTER_DISCOUNTS" | "AFTER_DISCOUNTS_AND_COMMITMENTS")
|
607
607
|
attr_accessor rate_timestamp: ::Time
|
608
608
|
attr_accessor status: ("UPDATING" | "VALID" | "INVALID" | "ACTION_NEEDED")
|
609
609
|
attr_accessor total_cost: ::Float
|
@@ -904,16 +904,16 @@ module Aws::BCMPricingCalculator
|
|
904
904
|
end
|
905
905
|
|
906
906
|
class UpdatePreferencesRequest
|
907
|
-
attr_accessor management_account_rate_type_selections: ::Array[("BEFORE_DISCOUNTS" | "AFTER_DISCOUNTS")]
|
908
|
-
attr_accessor member_account_rate_type_selections: ::Array[("BEFORE_DISCOUNTS" | "AFTER_DISCOUNTS")]
|
909
|
-
attr_accessor standalone_account_rate_type_selections: ::Array[("BEFORE_DISCOUNTS" | "AFTER_DISCOUNTS")]
|
907
|
+
attr_accessor management_account_rate_type_selections: ::Array[("BEFORE_DISCOUNTS" | "AFTER_DISCOUNTS" | "AFTER_DISCOUNTS_AND_COMMITMENTS")]
|
908
|
+
attr_accessor member_account_rate_type_selections: ::Array[("BEFORE_DISCOUNTS" | "AFTER_DISCOUNTS" | "AFTER_DISCOUNTS_AND_COMMITMENTS")]
|
909
|
+
attr_accessor standalone_account_rate_type_selections: ::Array[("BEFORE_DISCOUNTS" | "AFTER_DISCOUNTS" | "AFTER_DISCOUNTS_AND_COMMITMENTS")]
|
910
910
|
SENSITIVE: []
|
911
911
|
end
|
912
912
|
|
913
913
|
class UpdatePreferencesResponse
|
914
|
-
attr_accessor management_account_rate_type_selections: ::Array[("BEFORE_DISCOUNTS" | "AFTER_DISCOUNTS")]
|
915
|
-
attr_accessor member_account_rate_type_selections: ::Array[("BEFORE_DISCOUNTS" | "AFTER_DISCOUNTS")]
|
916
|
-
attr_accessor standalone_account_rate_type_selections: ::Array[("BEFORE_DISCOUNTS" | "AFTER_DISCOUNTS")]
|
914
|
+
attr_accessor management_account_rate_type_selections: ::Array[("BEFORE_DISCOUNTS" | "AFTER_DISCOUNTS" | "AFTER_DISCOUNTS_AND_COMMITMENTS")]
|
915
|
+
attr_accessor member_account_rate_type_selections: ::Array[("BEFORE_DISCOUNTS" | "AFTER_DISCOUNTS" | "AFTER_DISCOUNTS_AND_COMMITMENTS")]
|
916
|
+
attr_accessor standalone_account_rate_type_selections: ::Array[("BEFORE_DISCOUNTS" | "AFTER_DISCOUNTS" | "AFTER_DISCOUNTS_AND_COMMITMENTS")]
|
917
917
|
SENSITIVE: []
|
918
918
|
end
|
919
919
|
|
@@ -929,7 +929,7 @@ module Aws::BCMPricingCalculator
|
|
929
929
|
attr_accessor name: ::String
|
930
930
|
attr_accessor created_at: ::Time
|
931
931
|
attr_accessor expires_at: ::Time
|
932
|
-
attr_accessor rate_type: ("BEFORE_DISCOUNTS" | "AFTER_DISCOUNTS")
|
932
|
+
attr_accessor rate_type: ("BEFORE_DISCOUNTS" | "AFTER_DISCOUNTS" | "AFTER_DISCOUNTS_AND_COMMITMENTS")
|
933
933
|
attr_accessor rate_timestamp: ::Time
|
934
934
|
attr_accessor status: ("UPDATING" | "VALID" | "INVALID" | "ACTION_NEEDED")
|
935
935
|
attr_accessor total_cost: ::Float
|
@@ -975,7 +975,7 @@ module Aws::BCMPricingCalculator
|
|
975
975
|
attr_accessor name: ::String
|
976
976
|
attr_accessor created_at: ::Time
|
977
977
|
attr_accessor expires_at: ::Time
|
978
|
-
attr_accessor rate_type: ("BEFORE_DISCOUNTS" | "AFTER_DISCOUNTS")
|
978
|
+
attr_accessor rate_type: ("BEFORE_DISCOUNTS" | "AFTER_DISCOUNTS" | "AFTER_DISCOUNTS_AND_COMMITMENTS")
|
979
979
|
attr_accessor rate_timestamp: ::Time
|
980
980
|
attr_accessor status: ("UPDATING" | "VALID" | "INVALID" | "ACTION_NEEDED")
|
981
981
|
attr_accessor total_cost: ::Float
|