aws-sdk-billingconductor 1.45.0 → 1.46.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: f9749b009fe2ebb0a819f6da023d172a6f20046b29b3afa2de7de538e62c9259
4
- data.tar.gz: 5c799bcdb0f44f55d3d964a49206eb670155cd2f7c6de990568cfeeb3c6e22e5
3
+ metadata.gz: a588c5c190e7932f04799c2e1f2332e6b42640700c04868e232adb8585ecd892
4
+ data.tar.gz: '07476768630a6bcb6d0ed7d409281e39e15b65bbbce42b5c068e5a3755be39d3'
5
5
  SHA512:
6
- metadata.gz: 62940dce749f5832c6275f69f7de72c8aef9de3c7dd5cdff166d12cc0af4fbdb5401328f8a2f1c2f3d02ec0d387b9d6a44de4f72e8054a068d0fa69461bf11f6
7
- data.tar.gz: 9376d3cbbc81a4969b56173ba652ce0d4277df1f2fbc8882036fd57c7201683d1e4e07d3dfb9b8f2dda88413bd418b3ae9abee02b97863da5f3f5f8b55a56f93
6
+ metadata.gz: bffe11bd2ed846c44a3462ce0799cf8fd4c63dbe2a7baa8d2027c5dddbedd779e2e7ec4512fd7c6d1cda8fabfc4d8787eb5cfc6778a9c9b6afae299be1737bf1
7
+ data.tar.gz: be4e075da6e2635e847fa4383371fe6a23154e8f0715680c8b7a4521848dc2bda6632f60401bbe6af92863d34c99f9e030a3cc64b46aca5981be488dee466b1f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.46.0 (2025-10-16)
5
+ ------------------
6
+
7
+ * Feature - New feature: service flat CLI and first AWS managed pricing plan (BasicPricingPlan)
8
+
4
9
  1.45.0 (2025-08-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.45.0
1
+ 1.46.0
@@ -648,8 +648,11 @@ module Aws::BillingConductor
648
648
  # plan computation.
649
649
  #
650
650
  # @option params [String] :client_token
651
- # The token that is needed to support idempotency. Idempotency isn't
652
- # currently supported, but will be implemented in a future update.
651
+ # A unique, case-sensitive identifier that you specify to ensure
652
+ # idempotency of the request. Idempotency ensures that an API request
653
+ # completes no more than one time. With an idempotent request, if the
654
+ # original request completes successfully, any subsequent retries
655
+ # complete successfully without performing any further actions.
653
656
  #
654
657
  # **A suitable default value is auto-generated.** You should normally
655
658
  # not need to pass this option.**
@@ -718,8 +721,11 @@ module Aws::BillingConductor
718
721
  # or discount.
719
722
  #
720
723
  # @option params [String] :client_token
721
- # The token that is needed to support idempotency. Idempotency isn't
722
- # currently supported, but will be implemented in a future update.
724
+ # A unique, case-sensitive identifier that you specify to ensure
725
+ # idempotency of the request. Idempotency ensures that an API request
726
+ # completes no more than one time. With an idempotent request, if the
727
+ # original request completes successfully, any subsequent retries
728
+ # complete successfully without performing any further actions.
723
729
  #
724
730
  # **A suitable default value is auto-generated.** You should normally
725
731
  # not need to pass this option.**
@@ -750,6 +756,12 @@ module Aws::BillingConductor
750
756
  # The Amazon Web Services account in which this custom line item will be
751
757
  # applied to.
752
758
  #
759
+ # @option params [String] :computation_rule
760
+ # The display settings of the custom line item
761
+ #
762
+ # @option params [Types::PresentationObject] :presentation_details
763
+ # The presentation configuration of the custom line item
764
+ #
753
765
  # @return [Types::CreateCustomLineItemOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
754
766
  #
755
767
  # * {Types::CreateCustomLineItemOutput#arn #arn} => String
@@ -786,6 +798,10 @@ module Aws::BillingConductor
786
798
  # ],
787
799
  # },
788
800
  # account_id: "AccountId",
801
+ # computation_rule: "CONSOLIDATED", # accepts CONSOLIDATED
802
+ # presentation_details: {
803
+ # service: "Service", # required
804
+ # },
789
805
  # })
790
806
  #
791
807
  # @example Response structure
@@ -805,8 +821,11 @@ module Aws::BillingConductor
805
821
  # charges for billing groups.
806
822
  #
807
823
  # @option params [String] :client_token
808
- # The token that is needed to support idempotency. Idempotency isn't
809
- # currently supported, but will be implemented in a future update.
824
+ # A unique, case-sensitive identifier that you specify to ensure
825
+ # idempotency of the request. Idempotency ensures that an API request
826
+ # completes no more than one time. With an idempotent request, if the
827
+ # original request completes successfully, any subsequent retries
828
+ # complete successfully without performing any further actions.
810
829
  #
811
830
  # **A suitable default value is auto-generated.** You should normally
812
831
  # not need to pass this option.**
@@ -859,8 +878,11 @@ module Aws::BillingConductor
859
878
  # of pricing plans.
860
879
  #
861
880
  # @option params [String] :client_token
862
- # The token that's needed to support idempotency. Idempotency isn't
863
- # currently supported, but will be implemented in a future update.
881
+ # A unique, case-sensitive identifier that you specify to ensure
882
+ # idempotency of the request. Idempotency ensures that an API request
883
+ # completes no more than one time. With an idempotent request, if the
884
+ # original request completes successfully, any subsequent retries
885
+ # complete successfully without performing any further actions.
864
886
  #
865
887
  # **A suitable default value is auto-generated.** You should normally
866
888
  # not need to pass this option.**
@@ -880,6 +902,7 @@ module Aws::BillingConductor
880
902
  #
881
903
  # @option params [Float] :modifier_percentage
882
904
  # A percentage modifier that's applied on the public pricing rates.
905
+ # Your entry will be rounded to the nearest 2 decimal places.
883
906
  #
884
907
  # @option params [String] :service
885
908
  # If the `Scope` attribute is set to `SERVICE` or `SKU`, the attribute
@@ -904,7 +927,7 @@ module Aws::BillingConductor
904
927
  # If the `Scope` attribute is set to `SKU`, this attribute indicates
905
928
  # which usage type the `PricingRule` is modifying. For example,
906
929
  # `USW2-BoxUsage:m2.2xlarge` describes an` M2 High Memory Double Extra
907
- # Large` instance in the US West (Oregon) Region. </p>
930
+ # Large` instance in the US West (Oregon) Region.
908
931
  #
909
932
  # @option params [String] :operation
910
933
  # Operation is the specific Amazon Web Services action covered by this
@@ -1151,7 +1174,7 @@ module Aws::BillingConductor
1151
1174
 
1152
1175
  # Retrieves the margin summary report, which includes the Amazon Web
1153
1176
  # Services cost and charged amount (pro forma cost) by Amazon Web
1154
- # Service for a specific billing group.
1177
+ # Services service for a specific billing group.
1155
1178
  #
1156
1179
  # @option params [required, String] :arn
1157
1180
  # The Amazon Resource Number (ARN) that uniquely identifies the billing
@@ -1164,8 +1187,8 @@ module Aws::BillingConductor
1164
1187
  # @option params [Array<String>] :group_by
1165
1188
  # A list of strings that specify the attributes that are used to break
1166
1189
  # down costs in the margin summary reports for the billing group. For
1167
- # example, you can view your costs by the Amazon Web Service name or the
1168
- # billing period.
1190
+ # example, you can view your costs by the Amazon Web Services service
1191
+ # name or the billing period.
1169
1192
  #
1170
1193
  # @option params [Integer] :max_results
1171
1194
  # The maximum number of margin summary reports to retrieve.
@@ -1456,6 +1479,8 @@ module Aws::BillingConductor
1456
1479
  # resp.custom_line_item_versions[0].arn #=> String
1457
1480
  # resp.custom_line_item_versions[0].start_time #=> Integer
1458
1481
  # resp.custom_line_item_versions[0].account_id #=> String
1482
+ # resp.custom_line_item_versions[0].computation_rule #=> String, one of "CONSOLIDATED"
1483
+ # resp.custom_line_item_versions[0].presentation_details.service #=> String
1459
1484
  # resp.next_token #=> String
1460
1485
  #
1461
1486
  # @see http://docs.aws.amazon.com/goto/WebAPI/billingconductor-2021-07-30/ListCustomLineItemVersions AWS API Documentation
@@ -1528,6 +1553,8 @@ module Aws::BillingConductor
1528
1553
  # resp.custom_line_items[0].last_modified_time #=> Integer
1529
1554
  # resp.custom_line_items[0].association_size #=> Integer
1530
1555
  # resp.custom_line_items[0].account_id #=> String
1556
+ # resp.custom_line_items[0].computation_rule #=> String, one of "CONSOLIDATED"
1557
+ # resp.custom_line_items[0].presentation_details.service #=> String
1531
1558
  # resp.next_token #=> String
1532
1559
  #
1533
1560
  # @see http://docs.aws.amazon.com/goto/WebAPI/billingconductor-2021-07-30/ListCustomLineItems AWS API Documentation
@@ -2128,7 +2155,8 @@ module Aws::BillingConductor
2128
2155
  # The new pricing rule type.
2129
2156
  #
2130
2157
  # @option params [Float] :modifier_percentage
2131
- # The new modifier to show pricing plan rates as a percentage.
2158
+ # The new modifier to show pricing plan rates as a percentage. Your
2159
+ # entry will be rounded to the nearest 2 decimal places.
2132
2160
  #
2133
2161
  # @option params [Types::UpdateTieringInput] :tiering
2134
2162
  # The set of tiering configurations for the pricing rule.
@@ -2207,7 +2235,7 @@ module Aws::BillingConductor
2207
2235
  tracer: tracer
2208
2236
  )
2209
2237
  context[:gem_name] = 'aws-sdk-billingconductor'
2210
- context[:gem_version] = '1.45.0'
2238
+ context[:gem_version] = '1.46.0'
2211
2239
  Seahorse::Client::Request.new(handlers, context)
2212
2240
  end
2213
2241
 
@@ -60,6 +60,7 @@ module Aws::BillingConductor
60
60
  Boolean = Shapes::BooleanShape.new(name: 'Boolean')
61
61
  ClientToken = Shapes::StringShape.new(name: 'ClientToken')
62
62
  ComputationPreference = Shapes::StructureShape.new(name: 'ComputationPreference')
63
+ ComputationRuleEnum = Shapes::StringShape.new(name: 'ComputationRuleEnum')
63
64
  ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
64
65
  ConflictExceptionReason = Shapes::StringShape.new(name: 'ConflictExceptionReason')
65
66
  CreateBillingGroupInput = Shapes::StructureShape.new(name: 'CreateBillingGroupInput')
@@ -173,6 +174,7 @@ module Aws::BillingConductor
173
174
  NumberOfAssociations = Shapes::IntegerShape.new(name: 'NumberOfAssociations')
174
175
  NumberOfPricingPlansAssociatedWith = Shapes::IntegerShape.new(name: 'NumberOfPricingPlansAssociatedWith')
175
176
  Operation = Shapes::StringShape.new(name: 'Operation')
177
+ PresentationObject = Shapes::StructureShape.new(name: 'PresentationObject')
176
178
  PricingPlanArn = Shapes::StringShape.new(name: 'PricingPlanArn')
177
179
  PricingPlanArns = Shapes::ListShape.new(name: 'PricingPlanArns')
178
180
  PricingPlanDescription = Shapes::StringShape.new(name: 'PricingPlanDescription')
@@ -368,6 +370,8 @@ module Aws::BillingConductor
368
370
  CreateCustomLineItemInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
369
371
  CreateCustomLineItemInput.add_member(:charge_details, Shapes::ShapeRef.new(shape: CustomLineItemChargeDetails, required: true, location_name: "ChargeDetails"))
370
372
  CreateCustomLineItemInput.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "AccountId"))
373
+ CreateCustomLineItemInput.add_member(:computation_rule, Shapes::ShapeRef.new(shape: ComputationRuleEnum, location_name: "ComputationRule"))
374
+ CreateCustomLineItemInput.add_member(:presentation_details, Shapes::ShapeRef.new(shape: PresentationObject, location_name: "PresentationDetails"))
371
375
  CreateCustomLineItemInput.struct_class = Types::CreateCustomLineItemInput
372
376
 
373
377
  CreateCustomLineItemOutput.add_member(:arn, Shapes::ShapeRef.new(shape: CustomLineItemArn, location_name: "Arn"))
@@ -440,6 +444,8 @@ module Aws::BillingConductor
440
444
  CustomLineItemListElement.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Instant, location_name: "LastModifiedTime"))
441
445
  CustomLineItemListElement.add_member(:association_size, Shapes::ShapeRef.new(shape: NumberOfAssociations, location_name: "AssociationSize"))
442
446
  CustomLineItemListElement.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "AccountId"))
447
+ CustomLineItemListElement.add_member(:computation_rule, Shapes::ShapeRef.new(shape: ComputationRuleEnum, location_name: "ComputationRule"))
448
+ CustomLineItemListElement.add_member(:presentation_details, Shapes::ShapeRef.new(shape: PresentationObject, location_name: "PresentationDetails"))
443
449
  CustomLineItemListElement.struct_class = Types::CustomLineItemListElement
444
450
 
445
451
  CustomLineItemNameList.member = Shapes::ShapeRef.new(shape: CustomLineItemName)
@@ -464,6 +470,8 @@ module Aws::BillingConductor
464
470
  CustomLineItemVersionListElement.add_member(:arn, Shapes::ShapeRef.new(shape: CustomLineItemArn, location_name: "Arn"))
465
471
  CustomLineItemVersionListElement.add_member(:start_time, Shapes::ShapeRef.new(shape: Instant, location_name: "StartTime"))
466
472
  CustomLineItemVersionListElement.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "AccountId"))
473
+ CustomLineItemVersionListElement.add_member(:computation_rule, Shapes::ShapeRef.new(shape: ComputationRuleEnum, location_name: "ComputationRule"))
474
+ CustomLineItemVersionListElement.add_member(:presentation_details, Shapes::ShapeRef.new(shape: PresentationObject, location_name: "PresentationDetails"))
467
475
  CustomLineItemVersionListElement.struct_class = Types::CustomLineItemVersionListElement
468
476
 
469
477
  DeleteBillingGroupInput.add_member(:arn, Shapes::ShapeRef.new(shape: BillingGroupArn, required: true, location_name: "Arn"))
@@ -711,6 +719,9 @@ module Aws::BillingConductor
711
719
  ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
712
720
  ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
713
721
 
722
+ PresentationObject.add_member(:service, Shapes::ShapeRef.new(shape: Service, required: true, location_name: "Service"))
723
+ PresentationObject.struct_class = Types::PresentationObject
724
+
714
725
  PricingPlanArns.member = Shapes::ShapeRef.new(shape: PricingPlanArn)
715
726
 
716
727
  PricingPlanList.member = Shapes::ShapeRef.new(shape: PricingPlanListElement)
@@ -893,9 +904,10 @@ module Aws::BillingConductor
893
904
 
894
905
  api.metadata = {
895
906
  "apiVersion" => "2021-07-30",
907
+ "auth" => ["aws.auth#sigv4"],
896
908
  "endpointPrefix" => "billingconductor",
897
- "jsonVersion" => "1.1",
898
909
  "protocol" => "rest-json",
910
+ "protocols" => ["rest-json"],
899
911
  "serviceFullName" => "AWSBillingConductor",
900
912
  "serviceId" => "billingconductor",
901
913
  "signatureVersion" => "v4",
@@ -909,8 +921,8 @@ module Aws::BillingConductor
909
921
  o.http_request_uri = "/associate-accounts"
910
922
  o.input = Shapes::ShapeRef.new(shape: AssociateAccountsInput)
911
923
  o.output = Shapes::ShapeRef.new(shape: AssociateAccountsOutput)
912
- o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
913
924
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
925
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
914
926
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
915
927
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
916
928
  o.errors << Shapes::ShapeRef.new(shape: ServiceLimitExceededException)
@@ -924,8 +936,8 @@ module Aws::BillingConductor
924
936
  o.http_request_uri = "/associate-pricing-rules"
925
937
  o.input = Shapes::ShapeRef.new(shape: AssociatePricingRulesInput)
926
938
  o.output = Shapes::ShapeRef.new(shape: AssociatePricingRulesOutput)
927
- o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
928
939
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
940
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
929
941
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
930
942
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
931
943
  o.errors << Shapes::ShapeRef.new(shape: ServiceLimitExceededException)
@@ -939,8 +951,8 @@ module Aws::BillingConductor
939
951
  o.http_request_uri = "/batch-associate-resources-to-custom-line-item"
940
952
  o.input = Shapes::ShapeRef.new(shape: BatchAssociateResourcesToCustomLineItemInput)
941
953
  o.output = Shapes::ShapeRef.new(shape: BatchAssociateResourcesToCustomLineItemOutput)
942
- o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
943
954
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
955
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
944
956
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
945
957
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
946
958
  o.errors << Shapes::ShapeRef.new(shape: ServiceLimitExceededException)
@@ -954,8 +966,8 @@ module Aws::BillingConductor
954
966
  o.http_request_uri = "/batch-disassociate-resources-from-custom-line-item"
955
967
  o.input = Shapes::ShapeRef.new(shape: BatchDisassociateResourcesFromCustomLineItemInput)
956
968
  o.output = Shapes::ShapeRef.new(shape: BatchDisassociateResourcesFromCustomLineItemOutput)
957
- o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
958
969
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
970
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
959
971
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
960
972
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
961
973
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
@@ -968,8 +980,8 @@ module Aws::BillingConductor
968
980
  o.http_request_uri = "/create-billing-group"
969
981
  o.input = Shapes::ShapeRef.new(shape: CreateBillingGroupInput)
970
982
  o.output = Shapes::ShapeRef.new(shape: CreateBillingGroupOutput)
971
- o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
972
983
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
984
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
973
985
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
974
986
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
975
987
  o.errors << Shapes::ShapeRef.new(shape: ServiceLimitExceededException)
@@ -982,8 +994,8 @@ module Aws::BillingConductor
982
994
  o.http_request_uri = "/create-custom-line-item"
983
995
  o.input = Shapes::ShapeRef.new(shape: CreateCustomLineItemInput)
984
996
  o.output = Shapes::ShapeRef.new(shape: CreateCustomLineItemOutput)
985
- o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
986
997
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
998
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
987
999
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
988
1000
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
989
1001
  o.errors << Shapes::ShapeRef.new(shape: ServiceLimitExceededException)
@@ -996,8 +1008,8 @@ module Aws::BillingConductor
996
1008
  o.http_request_uri = "/create-pricing-plan"
997
1009
  o.input = Shapes::ShapeRef.new(shape: CreatePricingPlanInput)
998
1010
  o.output = Shapes::ShapeRef.new(shape: CreatePricingPlanOutput)
999
- o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1000
1011
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1012
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1001
1013
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1002
1014
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1003
1015
  o.errors << Shapes::ShapeRef.new(shape: ServiceLimitExceededException)
@@ -1011,8 +1023,8 @@ module Aws::BillingConductor
1011
1023
  o.http_request_uri = "/create-pricing-rule"
1012
1024
  o.input = Shapes::ShapeRef.new(shape: CreatePricingRuleInput)
1013
1025
  o.output = Shapes::ShapeRef.new(shape: CreatePricingRuleOutput)
1014
- o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1015
1026
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1027
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1016
1028
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1017
1029
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1018
1030
  o.errors << Shapes::ShapeRef.new(shape: ServiceLimitExceededException)
@@ -1037,8 +1049,8 @@ module Aws::BillingConductor
1037
1049
  o.http_request_uri = "/delete-custom-line-item"
1038
1050
  o.input = Shapes::ShapeRef.new(shape: DeleteCustomLineItemInput)
1039
1051
  o.output = Shapes::ShapeRef.new(shape: DeleteCustomLineItemOutput)
1040
- o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1041
1052
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1053
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1042
1054
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1043
1055
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1044
1056
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
@@ -1050,8 +1062,8 @@ module Aws::BillingConductor
1050
1062
  o.http_request_uri = "/delete-pricing-plan"
1051
1063
  o.input = Shapes::ShapeRef.new(shape: DeletePricingPlanInput)
1052
1064
  o.output = Shapes::ShapeRef.new(shape: DeletePricingPlanOutput)
1053
- o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1054
1065
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1066
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1055
1067
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1056
1068
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1057
1069
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
@@ -1063,8 +1075,8 @@ module Aws::BillingConductor
1063
1075
  o.http_request_uri = "/delete-pricing-rule"
1064
1076
  o.input = Shapes::ShapeRef.new(shape: DeletePricingRuleInput)
1065
1077
  o.output = Shapes::ShapeRef.new(shape: DeletePricingRuleOutput)
1066
- o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1067
1078
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1079
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1068
1080
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1069
1081
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1070
1082
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
@@ -1076,8 +1088,8 @@ module Aws::BillingConductor
1076
1088
  o.http_request_uri = "/disassociate-accounts"
1077
1089
  o.input = Shapes::ShapeRef.new(shape: DisassociateAccountsInput)
1078
1090
  o.output = Shapes::ShapeRef.new(shape: DisassociateAccountsOutput)
1079
- o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1080
1091
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1092
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1081
1093
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1082
1094
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1083
1095
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
@@ -1090,8 +1102,8 @@ module Aws::BillingConductor
1090
1102
  o.http_request_uri = "/disassociate-pricing-rules"
1091
1103
  o.input = Shapes::ShapeRef.new(shape: DisassociatePricingRulesInput)
1092
1104
  o.output = Shapes::ShapeRef.new(shape: DisassociatePricingRulesOutput)
1093
- o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1094
1105
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1106
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1095
1107
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1096
1108
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1097
1109
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
@@ -1342,8 +1354,8 @@ module Aws::BillingConductor
1342
1354
  o.http_request_uri = "/update-billing-group"
1343
1355
  o.input = Shapes::ShapeRef.new(shape: UpdateBillingGroupInput)
1344
1356
  o.output = Shapes::ShapeRef.new(shape: UpdateBillingGroupOutput)
1345
- o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1346
1357
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1358
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1347
1359
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1348
1360
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1349
1361
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
@@ -1369,8 +1381,8 @@ module Aws::BillingConductor
1369
1381
  o.http_request_uri = "/update-pricing-plan"
1370
1382
  o.input = Shapes::ShapeRef.new(shape: UpdatePricingPlanInput)
1371
1383
  o.output = Shapes::ShapeRef.new(shape: UpdatePricingPlanOutput)
1372
- o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1373
1384
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1385
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1374
1386
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1375
1387
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1376
1388
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
@@ -1383,8 +1395,8 @@ module Aws::BillingConductor
1383
1395
  o.http_request_uri = "/update-pricing-rule"
1384
1396
  o.input = Shapes::ShapeRef.new(shape: UpdatePricingRuleInput)
1385
1397
  o.output = Shapes::ShapeRef.new(shape: UpdatePricingRuleOutput)
1386
- o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1387
1398
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1399
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1388
1400
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1389
1401
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1390
1402
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
@@ -13,22 +13,22 @@ module Aws::BillingConductor
13
13
  # @!attribute region
14
14
  # The AWS region used to dispatch the request.
15
15
  #
16
- # @return [String]
16
+ # @return [string]
17
17
  #
18
18
  # @!attribute use_dual_stack
19
19
  # When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
20
20
  #
21
- # @return [Boolean]
21
+ # @return [boolean]
22
22
  #
23
23
  # @!attribute use_fips
24
24
  # When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
25
25
  #
26
- # @return [Boolean]
26
+ # @return [boolean]
27
27
  #
28
28
  # @!attribute endpoint
29
29
  # Override the endpoint used to send this request
30
30
  #
31
- # @return [String]
31
+ # @return [string]
32
32
  #
33
33
  EndpointParameters = Struct.new(
34
34
  :region,
@@ -518,8 +518,11 @@ module Aws::BillingConductor
518
518
  end
519
519
 
520
520
  # @!attribute [rw] client_token
521
- # The token that is needed to support idempotency. Idempotency isn't
522
- # currently supported, but will be implemented in a future update.
521
+ # A unique, case-sensitive identifier that you specify to ensure
522
+ # idempotency of the request. Idempotency ensures that an API request
523
+ # completes no more than one time. With an idempotent request, if the
524
+ # original request completes successfully, any subsequent retries
525
+ # complete successfully without performing any further actions.
523
526
  #
524
527
  # **A suitable default value is auto-generated.** You should normally
525
528
  # not need to pass this option.
@@ -580,8 +583,11 @@ module Aws::BillingConductor
580
583
  end
581
584
 
582
585
  # @!attribute [rw] client_token
583
- # The token that is needed to support idempotency. Idempotency isn't
584
- # currently supported, but will be implemented in a future update.
586
+ # A unique, case-sensitive identifier that you specify to ensure
587
+ # idempotency of the request. Idempotency ensures that an API request
588
+ # completes no more than one time. With an idempotent request, if the
589
+ # original request completes successfully, any subsequent retries
590
+ # complete successfully without performing any further actions.
585
591
  #
586
592
  # **A suitable default value is auto-generated.** You should normally
587
593
  # not need to pass this option.
@@ -620,6 +626,14 @@ module Aws::BillingConductor
620
626
  # be applied to.
621
627
  # @return [String]
622
628
  #
629
+ # @!attribute [rw] computation_rule
630
+ # The display settings of the custom line item
631
+ # @return [String]
632
+ #
633
+ # @!attribute [rw] presentation_details
634
+ # The presentation configuration of the custom line item
635
+ # @return [Types::PresentationObject]
636
+ #
623
637
  # @see http://docs.aws.amazon.com/goto/WebAPI/billingconductor-2021-07-30/CreateCustomLineItemInput AWS API Documentation
624
638
  #
625
639
  class CreateCustomLineItemInput < Struct.new(
@@ -630,7 +644,9 @@ module Aws::BillingConductor
630
644
  :billing_period_range,
631
645
  :tags,
632
646
  :charge_details,
633
- :account_id)
647
+ :account_id,
648
+ :computation_rule,
649
+ :presentation_details)
634
650
  SENSITIVE = [:name, :description]
635
651
  include Aws::Structure
636
652
  end
@@ -662,8 +678,11 @@ module Aws::BillingConductor
662
678
  end
663
679
 
664
680
  # @!attribute [rw] client_token
665
- # The token that is needed to support idempotency. Idempotency isn't
666
- # currently supported, but will be implemented in a future update.
681
+ # A unique, case-sensitive identifier that you specify to ensure
682
+ # idempotency of the request. Idempotency ensures that an API request
683
+ # completes no more than one time. With an idempotent request, if the
684
+ # original request completes successfully, any subsequent retries
685
+ # complete successfully without performing any further actions.
667
686
  #
668
687
  # **A suitable default value is auto-generated.** You should normally
669
688
  # not need to pass this option.
@@ -713,8 +732,11 @@ module Aws::BillingConductor
713
732
  end
714
733
 
715
734
  # @!attribute [rw] client_token
716
- # The token that's needed to support idempotency. Idempotency isn't
717
- # currently supported, but will be implemented in a future update.
735
+ # A unique, case-sensitive identifier that you specify to ensure
736
+ # idempotency of the request. Idempotency ensures that an API request
737
+ # completes no more than one time. With an idempotent request, if the
738
+ # original request completes successfully, any subsequent retries
739
+ # complete successfully without performing any further actions.
718
740
  #
719
741
  # **A suitable default value is auto-generated.** You should normally
720
742
  # not need to pass this option.
@@ -740,6 +762,7 @@ module Aws::BillingConductor
740
762
  #
741
763
  # @!attribute [rw] modifier_percentage
742
764
  # A percentage modifier that's applied on the public pricing rates.
765
+ # Your entry will be rounded to the nearest 2 decimal places.
743
766
  # @return [Float]
744
767
  #
745
768
  # @!attribute [rw] service
@@ -769,7 +792,7 @@ module Aws::BillingConductor
769
792
  # If the `Scope` attribute is set to `SKU`, this attribute indicates
770
793
  # which usage type the `PricingRule` is modifying. For example,
771
794
  # `USW2-BoxUsage:m2.2xlarge` describes an` M2 High Memory Double Extra
772
- # Large` instance in the US West (Oregon) Region. </p>
795
+ # Large` instance in the US West (Oregon) Region.
773
796
  # @return [String]
774
797
  #
775
798
  # @!attribute [rw] operation
@@ -948,6 +971,14 @@ module Aws::BillingConductor
948
971
  # be applied to.
949
972
  # @return [String]
950
973
  #
974
+ # @!attribute [rw] computation_rule
975
+ # The display settings of the custom line item
976
+ # @return [String]
977
+ #
978
+ # @!attribute [rw] presentation_details
979
+ # The presentation configuration of the custom line item
980
+ # @return [Types::PresentationObject]
981
+ #
951
982
  # @see http://docs.aws.amazon.com/goto/WebAPI/billingconductor-2021-07-30/CustomLineItemListElement AWS API Documentation
952
983
  #
953
984
  class CustomLineItemListElement < Struct.new(
@@ -961,7 +992,9 @@ module Aws::BillingConductor
961
992
  :creation_time,
962
993
  :last_modified_time,
963
994
  :association_size,
964
- :account_id)
995
+ :account_id,
996
+ :computation_rule,
997
+ :presentation_details)
965
998
  SENSITIVE = [:name, :description]
966
999
  include Aws::Structure
967
1000
  end
@@ -1051,6 +1084,14 @@ module Aws::BillingConductor
1051
1084
  # be applied to.
1052
1085
  # @return [String]
1053
1086
  #
1087
+ # @!attribute [rw] computation_rule
1088
+ # The display settings of the custom line item
1089
+ # @return [String]
1090
+ #
1091
+ # @!attribute [rw] presentation_details
1092
+ # The presentation configuration of the custom line item
1093
+ # @return [Types::PresentationObject]
1094
+ #
1054
1095
  # @see http://docs.aws.amazon.com/goto/WebAPI/billingconductor-2021-07-30/CustomLineItemVersionListElement AWS API Documentation
1055
1096
  #
1056
1097
  class CustomLineItemVersionListElement < Struct.new(
@@ -1067,7 +1108,9 @@ module Aws::BillingConductor
1067
1108
  :end_billing_period,
1068
1109
  :arn,
1069
1110
  :start_time,
1070
- :account_id)
1111
+ :account_id,
1112
+ :computation_rule,
1113
+ :presentation_details)
1071
1114
  SENSITIVE = [:name, :description]
1072
1115
  include Aws::Structure
1073
1116
  end
@@ -1287,8 +1330,8 @@ module Aws::BillingConductor
1287
1330
  # @!attribute [rw] group_by
1288
1331
  # A list of strings that specify the attributes that are used to break
1289
1332
  # down costs in the margin summary reports for the billing group. For
1290
- # example, you can view your costs by the Amazon Web Service name or
1291
- # the billing period.
1333
+ # example, you can view your costs by the Amazon Web Services service
1334
+ # name or the billing period.
1292
1335
  # @return [Array<String>]
1293
1336
  #
1294
1337
  # @!attribute [rw] max_results
@@ -2243,6 +2286,20 @@ module Aws::BillingConductor
2243
2286
  include Aws::Structure
2244
2287
  end
2245
2288
 
2289
+ # The presentation configuration of the custom line item
2290
+ #
2291
+ # @!attribute [rw] service
2292
+ # This defines the service of where the custom line item is presented
2293
+ # @return [String]
2294
+ #
2295
+ # @see http://docs.aws.amazon.com/goto/WebAPI/billingconductor-2021-07-30/PresentationObject AWS API Documentation
2296
+ #
2297
+ class PresentationObject < Struct.new(
2298
+ :service)
2299
+ SENSITIVE = []
2300
+ include Aws::Structure
2301
+ end
2302
+
2246
2303
  # A representation of a pricing plan.
2247
2304
  #
2248
2305
  # @!attribute [rw] name
@@ -2346,7 +2403,7 @@ module Aws::BillingConductor
2346
2403
  # If the `Scope` attribute is set to `SKU`, this attribute indicates
2347
2404
  # which usage type the `PricingRule` is modifying. For example,
2348
2405
  # `USW2-BoxUsage:m2.2xlarge` describes an` M2 High Memory Double Extra
2349
- # Large` instance in the US West (Oregon) Region. </p>
2406
+ # Large` instance in the US West (Oregon) Region.
2350
2407
  # @return [String]
2351
2408
  #
2352
2409
  # @!attribute [rw] operation
@@ -2858,7 +2915,8 @@ module Aws::BillingConductor
2858
2915
  # @return [String]
2859
2916
  #
2860
2917
  # @!attribute [rw] modifier_percentage
2861
- # The new modifier to show pricing plan rates as a percentage.
2918
+ # The new modifier to show pricing plan rates as a percentage. Your
2919
+ # entry will be rounded to the nearest 2 decimal places.
2862
2920
  # @return [Float]
2863
2921
  #
2864
2922
  # @!attribute [rw] tiering
@@ -2983,7 +3041,7 @@ module Aws::BillingConductor
2983
3041
  end
2984
3042
 
2985
3043
  # The input doesn't match with the constraints specified by Amazon Web
2986
- # Services.
3044
+ # Services services.
2987
3045
  #
2988
3046
  # @!attribute [rw] message
2989
3047
  # @return [String]
@@ -55,7 +55,7 @@ module Aws::BillingConductor
55
55
  autoload :EndpointProvider, 'aws-sdk-billingconductor/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-billingconductor/endpoints'
57
57
 
58
- GEM_VERSION = '1.45.0'
58
+ GEM_VERSION = '1.46.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -185,7 +185,11 @@ module Aws
185
185
  },
186
186
  ]?
187
187
  },
188
- ?account_id: ::String
188
+ ?account_id: ::String,
189
+ ?computation_rule: ("CONSOLIDATED"),
190
+ ?presentation_details: {
191
+ service: ::String
192
+ }
189
193
  ) -> _CreateCustomLineItemResponseSuccess
190
194
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateCustomLineItemResponseSuccess
191
195
 
data/sig/types.rbs CHANGED
@@ -173,6 +173,8 @@ module Aws::BillingConductor
173
173
  attr_accessor tags: ::Hash[::String, ::String]
174
174
  attr_accessor charge_details: Types::CustomLineItemChargeDetails
175
175
  attr_accessor account_id: ::String
176
+ attr_accessor computation_rule: ("CONSOLIDATED")
177
+ attr_accessor presentation_details: Types::PresentationObject
176
178
  SENSITIVE: [:name, :description]
177
179
  end
178
180
 
@@ -257,6 +259,8 @@ module Aws::BillingConductor
257
259
  attr_accessor last_modified_time: ::Integer
258
260
  attr_accessor association_size: ::Integer
259
261
  attr_accessor account_id: ::String
262
+ attr_accessor computation_rule: ("CONSOLIDATED")
263
+ attr_accessor presentation_details: Types::PresentationObject
260
264
  SENSITIVE: [:name, :description]
261
265
  end
262
266
 
@@ -281,6 +285,8 @@ module Aws::BillingConductor
281
285
  attr_accessor arn: ::String
282
286
  attr_accessor start_time: ::Integer
283
287
  attr_accessor account_id: ::String
288
+ attr_accessor computation_rule: ("CONSOLIDATED")
289
+ attr_accessor presentation_details: Types::PresentationObject
284
290
  SENSITIVE: [:name, :description]
285
291
  end
286
292
 
@@ -627,6 +633,11 @@ module Aws::BillingConductor
627
633
  SENSITIVE: []
628
634
  end
629
635
 
636
+ class PresentationObject
637
+ attr_accessor service: ::String
638
+ SENSITIVE: []
639
+ end
640
+
630
641
  class PricingPlanListElement
631
642
  attr_accessor name: ::String
632
643
  attr_accessor arn: ::String
@@ -821,7 +832,7 @@ module Aws::BillingConductor
821
832
 
822
833
  class ValidationException
823
834
  attr_accessor message: ::String
824
- attr_accessor reason: ("UNKNOWN_OPERATION" | "CANNOT_PARSE" | "FIELD_VALIDATION_FAILED" | "OTHER" | "PRIMARY_NOT_ASSOCIATED" | "PRIMARY_CANNOT_DISASSOCIATE" | "ACCOUNTS_NOT_ASSOCIATED" | "ACCOUNTS_ALREADY_ASSOCIATED" | "ILLEGAL_PRIMARY_ACCOUNT" | "ILLEGAL_ACCOUNTS" | "MISMATCHED_BILLINGGROUP_ARN" | "MISSING_BILLINGGROUP" | "MISMATCHED_CUSTOMLINEITEM_ARN" | "ILLEGAL_BILLING_PERIOD" | "ILLEGAL_BILLING_PERIOD_RANGE" | "TOO_MANY_ACCOUNTS_IN_REQUEST" | "DUPLICATE_ACCOUNT" | "INVALID_BILLING_GROUP_STATUS" | "MISMATCHED_PRICINGPLAN_ARN" | "MISSING_PRICINGPLAN" | "MISMATCHED_PRICINGRULE_ARN" | "DUPLICATE_PRICINGRULE_ARNS" | "ILLEGAL_EXPRESSION" | "ILLEGAL_SCOPE" | "ILLEGAL_SERVICE" | "PRICINGRULES_NOT_EXIST" | "PRICINGRULES_ALREADY_ASSOCIATED" | "PRICINGRULES_NOT_ASSOCIATED" | "INVALID_TIME_RANGE" | "INVALID_BILLINGVIEW_ARN" | "MISMATCHED_BILLINGVIEW_ARN" | "ILLEGAL_CUSTOMLINEITEM" | "MISSING_CUSTOMLINEITEM" | "ILLEGAL_CUSTOMLINEITEM_UPDATE" | "TOO_MANY_CUSTOMLINEITEMS_IN_REQUEST" | "ILLEGAL_CHARGE_DETAILS" | "ILLEGAL_UPDATE_CHARGE_DETAILS" | "INVALID_ARN" | "ILLEGAL_RESOURCE_ARNS" | "ILLEGAL_CUSTOMLINEITEM_MODIFICATION" | "MISSING_LINKED_ACCOUNT_IDS" | "MULTIPLE_LINKED_ACCOUNT_IDS" | "MISSING_PRICING_PLAN_ARN" | "MULTIPLE_PRICING_PLAN_ARN" | "ILLEGAL_CHILD_ASSOCIATE_RESOURCE" | "CUSTOM_LINE_ITEM_ASSOCIATION_EXISTS" | "INVALID_BILLING_GROUP" | "INVALID_BILLING_PERIOD_FOR_OPERATION" | "ILLEGAL_BILLING_ENTITY" | "ILLEGAL_MODIFIER_PERCENTAGE" | "ILLEGAL_TYPE" | "ILLEGAL_ENDED_BILLINGGROUP" | "ILLEGAL_TIERING_INPUT" | "ILLEGAL_OPERATION" | "ILLEGAL_USAGE_TYPE" | "INVALID_SKU_COMBO" | "INVALID_FILTER" | "TOO_MANY_AUTO_ASSOCIATE_BILLING_GROUPS" | "CANNOT_DELETE_AUTO_ASSOCIATE_BILLING_GROUP" | "ILLEGAL_ACCOUNT_ID")
835
+ attr_accessor reason: ("UNKNOWN_OPERATION" | "CANNOT_PARSE" | "FIELD_VALIDATION_FAILED" | "OTHER" | "PRIMARY_NOT_ASSOCIATED" | "PRIMARY_CANNOT_DISASSOCIATE" | "ACCOUNTS_NOT_ASSOCIATED" | "ACCOUNTS_ALREADY_ASSOCIATED" | "ILLEGAL_PRIMARY_ACCOUNT" | "ILLEGAL_ACCOUNTS" | "MISMATCHED_BILLINGGROUP_ARN" | "MISSING_BILLINGGROUP" | "MISMATCHED_CUSTOMLINEITEM_ARN" | "ILLEGAL_BILLING_PERIOD" | "ILLEGAL_BILLING_PERIOD_RANGE" | "TOO_MANY_ACCOUNTS_IN_REQUEST" | "DUPLICATE_ACCOUNT" | "INVALID_BILLING_GROUP_STATUS" | "MISMATCHED_PRICINGPLAN_ARN" | "MISSING_PRICINGPLAN" | "MISMATCHED_PRICINGRULE_ARN" | "DUPLICATE_PRICINGRULE_ARNS" | "MISSING_COSTCATEGORY" | "ILLEGAL_EXPRESSION" | "ILLEGAL_SCOPE" | "ILLEGAL_SERVICE" | "PRICINGRULES_NOT_EXIST" | "PRICINGRULES_ALREADY_ASSOCIATED" | "PRICINGRULES_NOT_ASSOCIATED" | "INVALID_TIME_RANGE" | "INVALID_BILLINGVIEW_ARN" | "MISMATCHED_BILLINGVIEW_ARN" | "ILLEGAL_CUSTOMLINEITEM" | "MISSING_CUSTOMLINEITEM" | "ILLEGAL_CUSTOMLINEITEM_UPDATE" | "TOO_MANY_CUSTOMLINEITEMS_IN_REQUEST" | "ILLEGAL_CHARGE_DETAILS" | "ILLEGAL_UPDATE_CHARGE_DETAILS" | "INVALID_ARN" | "ILLEGAL_RESOURCE_ARNS" | "ILLEGAL_CUSTOMLINEITEM_MODIFICATION" | "MISSING_LINKED_ACCOUNT_IDS" | "MULTIPLE_LINKED_ACCOUNT_IDS" | "MISSING_PRICING_PLAN_ARN" | "MULTIPLE_PRICING_PLAN_ARN" | "ILLEGAL_CHILD_ASSOCIATE_RESOURCE" | "CUSTOM_LINE_ITEM_ASSOCIATION_EXISTS" | "INVALID_BILLING_GROUP" | "INVALID_BILLING_PERIOD_FOR_OPERATION" | "ILLEGAL_BILLING_ENTITY" | "ILLEGAL_MODIFIER_PERCENTAGE" | "ILLEGAL_TYPE" | "ILLEGAL_ENDED_BILLINGGROUP" | "ILLEGAL_TIERING_INPUT" | "ILLEGAL_OPERATION" | "ILLEGAL_USAGE_TYPE" | "INVALID_SKU_COMBO" | "INVALID_FILTER" | "TOO_MANY_AUTO_ASSOCIATE_BILLING_GROUPS" | "CANNOT_DELETE_AUTO_ASSOCIATE_BILLING_GROUP" | "ILLEGAL_ACCOUNT_ID" | "BILLING_GROUP_ALREADY_EXIST_IN_CURRENT_BILLING_PERIOD" | "ILLEGAL_COMPUTATION_RULE" | "ILLEGAL_LINE_ITEM_FILTER")
825
836
  attr_accessor fields: ::Array[Types::ValidationExceptionField]
826
837
  SENSITIVE: []
827
838
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-billingconductor
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.45.0
4
+ version: 1.46.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -35,14 +35,14 @@ dependencies:
35
35
  requirements:
36
36
  - - "~>"
37
37
  - !ruby/object:Gem::Version
38
- version: '1.1'
38
+ version: '1.5'
39
39
  type: :runtime
40
40
  prerelease: false
41
41
  version_requirements: !ruby/object:Gem::Requirement
42
42
  requirements:
43
43
  - - "~>"
44
44
  - !ruby/object:Gem::Version
45
- version: '1.1'
45
+ version: '1.5'
46
46
  description: Official AWS Ruby gem for AWSBillingConductor. This gem is part of the
47
47
  AWS SDK for Ruby.
48
48
  email: