aws-sdk-billingconductor 1.1.0 → 1.3.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -36,6 +36,7 @@ module Aws::BillingConductor
36
36
  BatchAssociateResourcesToCustomLineItemOutput = Shapes::StructureShape.new(name: 'BatchAssociateResourcesToCustomLineItemOutput')
37
37
  BatchDisassociateResourcesFromCustomLineItemInput = Shapes::StructureShape.new(name: 'BatchDisassociateResourcesFromCustomLineItemInput')
38
38
  BatchDisassociateResourcesFromCustomLineItemOutput = Shapes::StructureShape.new(name: 'BatchDisassociateResourcesFromCustomLineItemOutput')
39
+ BillingEntity = Shapes::StringShape.new(name: 'BillingEntity')
39
40
  BillingGroupArn = Shapes::StringShape.new(name: 'BillingGroupArn')
40
41
  BillingGroupArnList = Shapes::ListShape.new(name: 'BillingGroupArnList')
41
42
  BillingGroupCostReportElement = Shapes::StructureShape.new(name: 'BillingGroupCostReportElement')
@@ -51,6 +52,7 @@ module Aws::BillingConductor
51
52
  ClientToken = Shapes::StringShape.new(name: 'ClientToken')
52
53
  ComputationPreference = Shapes::StructureShape.new(name: 'ComputationPreference')
53
54
  ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
55
+ ConflictExceptionReason = Shapes::StringShape.new(name: 'ConflictExceptionReason')
54
56
  CreateBillingGroupInput = Shapes::StructureShape.new(name: 'CreateBillingGroupInput')
55
57
  CreateBillingGroupOutput = Shapes::StructureShape.new(name: 'CreateBillingGroupOutput')
56
58
  CreateCustomLineItemInput = Shapes::StructureShape.new(name: 'CreateCustomLineItemInput')
@@ -81,6 +83,8 @@ module Aws::BillingConductor
81
83
  CustomLineItemProductCode = Shapes::StringShape.new(name: 'CustomLineItemProductCode')
82
84
  CustomLineItemRelationship = Shapes::StringShape.new(name: 'CustomLineItemRelationship')
83
85
  CustomLineItemType = Shapes::StringShape.new(name: 'CustomLineItemType')
86
+ CustomLineItemVersionList = Shapes::ListShape.new(name: 'CustomLineItemVersionList')
87
+ CustomLineItemVersionListElement = Shapes::StructureShape.new(name: 'CustomLineItemVersionListElement')
84
88
  DeleteBillingGroupInput = Shapes::StructureShape.new(name: 'DeleteBillingGroupInput')
85
89
  DeleteBillingGroupOutput = Shapes::StructureShape.new(name: 'DeleteBillingGroupOutput')
86
90
  DeleteCustomLineItemInput = Shapes::StructureShape.new(name: 'DeleteCustomLineItemInput')
@@ -109,6 +113,10 @@ module Aws::BillingConductor
109
113
  ListCustomLineItemChargeDetails = Shapes::StructureShape.new(name: 'ListCustomLineItemChargeDetails')
110
114
  ListCustomLineItemFlatChargeDetails = Shapes::StructureShape.new(name: 'ListCustomLineItemFlatChargeDetails')
111
115
  ListCustomLineItemPercentageChargeDetails = Shapes::StructureShape.new(name: 'ListCustomLineItemPercentageChargeDetails')
116
+ ListCustomLineItemVersionsBillingPeriodRangeFilter = Shapes::StructureShape.new(name: 'ListCustomLineItemVersionsBillingPeriodRangeFilter')
117
+ ListCustomLineItemVersionsFilter = Shapes::StructureShape.new(name: 'ListCustomLineItemVersionsFilter')
118
+ ListCustomLineItemVersionsInput = Shapes::StructureShape.new(name: 'ListCustomLineItemVersionsInput')
119
+ ListCustomLineItemVersionsOutput = Shapes::StructureShape.new(name: 'ListCustomLineItemVersionsOutput')
112
120
  ListCustomLineItemsFilter = Shapes::StructureShape.new(name: 'ListCustomLineItemsFilter')
113
121
  ListCustomLineItemsInput = Shapes::StructureShape.new(name: 'ListCustomLineItemsInput')
114
122
  ListCustomLineItemsOutput = Shapes::StructureShape.new(name: 'ListCustomLineItemsOutput')
@@ -223,7 +231,7 @@ module Aws::BillingConductor
223
231
  AssociateResourceError.add_member(:reason, Shapes::ShapeRef.new(shape: AssociateResourceErrorReason, location_name: "Reason"))
224
232
  AssociateResourceError.struct_class = Types::AssociateResourceError
225
233
 
226
- AssociateResourceResponseElement.add_member(:arn, Shapes::ShapeRef.new(shape: CustomLineItemArn, location_name: "Arn"))
234
+ AssociateResourceResponseElement.add_member(:arn, Shapes::ShapeRef.new(shape: CustomLineItemAssociationElement, location_name: "Arn"))
227
235
  AssociateResourceResponseElement.add_member(:error, Shapes::ShapeRef.new(shape: AssociateResourceError, location_name: "Error"))
228
236
  AssociateResourceResponseElement.struct_class = Types::AssociateResourceResponseElement
229
237
 
@@ -279,6 +287,7 @@ module Aws::BillingConductor
279
287
  ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
280
288
  ConflictException.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceId"))
281
289
  ConflictException.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceType"))
290
+ ConflictException.add_member(:reason, Shapes::ShapeRef.new(shape: ConflictExceptionReason, location_name: "Reason"))
282
291
  ConflictException.struct_class = Types::ConflictException
283
292
 
284
293
  CreateBillingGroupInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amzn-Client-Token", metadata: {"idempotencyToken"=>true}))
@@ -323,6 +332,7 @@ module Aws::BillingConductor
323
332
  CreatePricingRuleInput.add_member(:modifier_percentage, Shapes::ShapeRef.new(shape: ModifierPercentage, required: true, location_name: "ModifierPercentage"))
324
333
  CreatePricingRuleInput.add_member(:service, Shapes::ShapeRef.new(shape: Service, location_name: "Service"))
325
334
  CreatePricingRuleInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
335
+ CreatePricingRuleInput.add_member(:billing_entity, Shapes::ShapeRef.new(shape: BillingEntity, location_name: "BillingEntity"))
326
336
  CreatePricingRuleInput.struct_class = Types::CreatePricingRuleInput
327
337
 
328
338
  CreatePricingRuleOutput.add_member(:arn, Shapes::ShapeRef.new(shape: PricingRuleArn, location_name: "Arn"))
@@ -337,7 +347,7 @@ module Aws::BillingConductor
337
347
  CustomLineItemBatchDisassociationsList.member = Shapes::ShapeRef.new(shape: CustomLineItemAssociationElement)
338
348
 
339
349
  CustomLineItemBillingPeriodRange.add_member(:inclusive_start_billing_period, Shapes::ShapeRef.new(shape: BillingPeriod, required: true, location_name: "InclusiveStartBillingPeriod"))
340
- CustomLineItemBillingPeriodRange.add_member(:exclusive_end_billing_period, Shapes::ShapeRef.new(shape: BillingPeriod, required: true, location_name: "ExclusiveEndBillingPeriod"))
350
+ CustomLineItemBillingPeriodRange.add_member(:exclusive_end_billing_period, Shapes::ShapeRef.new(shape: BillingPeriod, location_name: "ExclusiveEndBillingPeriod"))
341
351
  CustomLineItemBillingPeriodRange.struct_class = Types::CustomLineItemBillingPeriodRange
342
352
 
343
353
  CustomLineItemChargeDetails.add_member(:flat, Shapes::ShapeRef.new(shape: CustomLineItemFlatChargeDetails, location_name: "Flat"))
@@ -368,6 +378,21 @@ module Aws::BillingConductor
368
378
  CustomLineItemPercentageChargeDetails.add_member(:associated_values, Shapes::ShapeRef.new(shape: CustomLineItemAssociationsList, location_name: "AssociatedValues"))
369
379
  CustomLineItemPercentageChargeDetails.struct_class = Types::CustomLineItemPercentageChargeDetails
370
380
 
381
+ CustomLineItemVersionList.member = Shapes::ShapeRef.new(shape: CustomLineItemVersionListElement)
382
+
383
+ CustomLineItemVersionListElement.add_member(:name, Shapes::ShapeRef.new(shape: CustomLineItemName, location_name: "Name"))
384
+ CustomLineItemVersionListElement.add_member(:charge_details, Shapes::ShapeRef.new(shape: ListCustomLineItemChargeDetails, location_name: "ChargeDetails"))
385
+ CustomLineItemVersionListElement.add_member(:currency_code, Shapes::ShapeRef.new(shape: CurrencyCode, location_name: "CurrencyCode"))
386
+ CustomLineItemVersionListElement.add_member(:description, Shapes::ShapeRef.new(shape: CustomLineItemDescription, location_name: "Description"))
387
+ CustomLineItemVersionListElement.add_member(:product_code, Shapes::ShapeRef.new(shape: CustomLineItemProductCode, location_name: "ProductCode"))
388
+ CustomLineItemVersionListElement.add_member(:billing_group_arn, Shapes::ShapeRef.new(shape: BillingGroupArn, location_name: "BillingGroupArn"))
389
+ CustomLineItemVersionListElement.add_member(:creation_time, Shapes::ShapeRef.new(shape: Instant, location_name: "CreationTime"))
390
+ CustomLineItemVersionListElement.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Instant, location_name: "LastModifiedTime"))
391
+ CustomLineItemVersionListElement.add_member(:association_size, Shapes::ShapeRef.new(shape: NumberOfAssociations, location_name: "AssociationSize"))
392
+ CustomLineItemVersionListElement.add_member(:start_billing_period, Shapes::ShapeRef.new(shape: BillingPeriod, location_name: "StartBillingPeriod"))
393
+ CustomLineItemVersionListElement.add_member(:end_billing_period, Shapes::ShapeRef.new(shape: BillingPeriod, location_name: "EndBillingPeriod"))
394
+ CustomLineItemVersionListElement.struct_class = Types::CustomLineItemVersionListElement
395
+
371
396
  DeleteBillingGroupInput.add_member(:arn, Shapes::ShapeRef.new(shape: BillingGroupArn, required: true, location_name: "Arn"))
372
397
  DeleteBillingGroupInput.struct_class = Types::DeleteBillingGroupInput
373
398
 
@@ -407,7 +432,7 @@ module Aws::BillingConductor
407
432
  DisassociatePricingRulesOutput.add_member(:arn, Shapes::ShapeRef.new(shape: PricingPlanArn, location_name: "Arn"))
408
433
  DisassociatePricingRulesOutput.struct_class = Types::DisassociatePricingRulesOutput
409
434
 
410
- DisassociateResourceResponseElement.add_member(:arn, Shapes::ShapeRef.new(shape: CustomLineItemArn, location_name: "Arn"))
435
+ DisassociateResourceResponseElement.add_member(:arn, Shapes::ShapeRef.new(shape: CustomLineItemAssociationElement, location_name: "Arn"))
411
436
  DisassociateResourceResponseElement.add_member(:error, Shapes::ShapeRef.new(shape: AssociateResourceError, location_name: "Error"))
412
437
  DisassociateResourceResponseElement.struct_class = Types::DisassociateResourceResponseElement
413
438
 
@@ -468,13 +493,30 @@ module Aws::BillingConductor
468
493
  ListCustomLineItemPercentageChargeDetails.add_member(:percentage_value, Shapes::ShapeRef.new(shape: CustomLineItemPercentageChargeValue, required: true, location_name: "PercentageValue"))
469
494
  ListCustomLineItemPercentageChargeDetails.struct_class = Types::ListCustomLineItemPercentageChargeDetails
470
495
 
496
+ ListCustomLineItemVersionsBillingPeriodRangeFilter.add_member(:start_billing_period, Shapes::ShapeRef.new(shape: BillingPeriod, location_name: "StartBillingPeriod"))
497
+ ListCustomLineItemVersionsBillingPeriodRangeFilter.add_member(:end_billing_period, Shapes::ShapeRef.new(shape: BillingPeriod, location_name: "EndBillingPeriod"))
498
+ ListCustomLineItemVersionsBillingPeriodRangeFilter.struct_class = Types::ListCustomLineItemVersionsBillingPeriodRangeFilter
499
+
500
+ ListCustomLineItemVersionsFilter.add_member(:billing_period_range, Shapes::ShapeRef.new(shape: ListCustomLineItemVersionsBillingPeriodRangeFilter, location_name: "BillingPeriodRange"))
501
+ ListCustomLineItemVersionsFilter.struct_class = Types::ListCustomLineItemVersionsFilter
502
+
503
+ ListCustomLineItemVersionsInput.add_member(:arn, Shapes::ShapeRef.new(shape: CustomLineItemArn, required: true, location_name: "Arn"))
504
+ ListCustomLineItemVersionsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxCustomLineItemResults, location_name: "MaxResults"))
505
+ ListCustomLineItemVersionsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
506
+ ListCustomLineItemVersionsInput.add_member(:filters, Shapes::ShapeRef.new(shape: ListCustomLineItemVersionsFilter, location_name: "Filters"))
507
+ ListCustomLineItemVersionsInput.struct_class = Types::ListCustomLineItemVersionsInput
508
+
509
+ ListCustomLineItemVersionsOutput.add_member(:custom_line_item_versions, Shapes::ShapeRef.new(shape: CustomLineItemVersionList, location_name: "CustomLineItemVersions"))
510
+ ListCustomLineItemVersionsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
511
+ ListCustomLineItemVersionsOutput.struct_class = Types::ListCustomLineItemVersionsOutput
512
+
471
513
  ListCustomLineItemsFilter.add_member(:names, Shapes::ShapeRef.new(shape: CustomLineItemNameList, location_name: "Names"))
472
514
  ListCustomLineItemsFilter.add_member(:billing_groups, Shapes::ShapeRef.new(shape: BillingGroupArnList, location_name: "BillingGroups"))
473
515
  ListCustomLineItemsFilter.add_member(:arns, Shapes::ShapeRef.new(shape: CustomLineItemArns, location_name: "Arns"))
474
516
  ListCustomLineItemsFilter.struct_class = Types::ListCustomLineItemsFilter
475
517
 
476
518
  ListCustomLineItemsInput.add_member(:billing_period, Shapes::ShapeRef.new(shape: BillingPeriod, location_name: "BillingPeriod"))
477
- ListCustomLineItemsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxBillingGroupResults, location_name: "MaxResults"))
519
+ ListCustomLineItemsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxCustomLineItemResults, location_name: "MaxResults"))
478
520
  ListCustomLineItemsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
479
521
  ListCustomLineItemsInput.add_member(:filters, Shapes::ShapeRef.new(shape: ListCustomLineItemsFilter, location_name: "Filters"))
480
522
  ListCustomLineItemsInput.struct_class = Types::ListCustomLineItemsInput
@@ -552,6 +594,7 @@ module Aws::BillingConductor
552
594
 
553
595
  ListResourcesAssociatedToCustomLineItemResponseElement.add_member(:arn, Shapes::ShapeRef.new(shape: CustomLineItemAssociationElement, location_name: "Arn"))
554
596
  ListResourcesAssociatedToCustomLineItemResponseElement.add_member(:relationship, Shapes::ShapeRef.new(shape: CustomLineItemRelationship, location_name: "Relationship"))
597
+ ListResourcesAssociatedToCustomLineItemResponseElement.add_member(:end_billing_period, Shapes::ShapeRef.new(shape: BillingPeriod, location_name: "EndBillingPeriod"))
555
598
  ListResourcesAssociatedToCustomLineItemResponseElement.struct_class = Types::ListResourcesAssociatedToCustomLineItemResponseElement
556
599
 
557
600
  ListResourcesAssociatedToCustomLineItemResponseList.member = Shapes::ShapeRef.new(shape: ListResourcesAssociatedToCustomLineItemResponseElement)
@@ -592,6 +635,7 @@ module Aws::BillingConductor
592
635
  PricingRuleListElement.add_member(:associated_pricing_plan_count, Shapes::ShapeRef.new(shape: NumberOfPricingPlansAssociatedWith, location_name: "AssociatedPricingPlanCount"))
593
636
  PricingRuleListElement.add_member(:creation_time, Shapes::ShapeRef.new(shape: Instant, location_name: "CreationTime"))
594
637
  PricingRuleListElement.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Instant, location_name: "LastModifiedTime"))
638
+ PricingRuleListElement.add_member(:billing_entity, Shapes::ShapeRef.new(shape: BillingEntity, location_name: "BillingEntity"))
595
639
  PricingRuleListElement.struct_class = Types::PricingRuleListElement
596
640
 
597
641
  ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
@@ -653,7 +697,7 @@ module Aws::BillingConductor
653
697
  UpdateCustomLineItemFlatChargeDetails.struct_class = Types::UpdateCustomLineItemFlatChargeDetails
654
698
 
655
699
  UpdateCustomLineItemInput.add_member(:arn, Shapes::ShapeRef.new(shape: CustomLineItemArn, required: true, location_name: "Arn"))
656
- UpdateCustomLineItemInput.add_member(:name, Shapes::ShapeRef.new(shape: BillingGroupName, location_name: "Name"))
700
+ UpdateCustomLineItemInput.add_member(:name, Shapes::ShapeRef.new(shape: CustomLineItemName, location_name: "Name"))
657
701
  UpdateCustomLineItemInput.add_member(:description, Shapes::ShapeRef.new(shape: CustomLineItemDescription, location_name: "Description"))
658
702
  UpdateCustomLineItemInput.add_member(:charge_details, Shapes::ShapeRef.new(shape: UpdateCustomLineItemChargeDetails, location_name: "ChargeDetails"))
659
703
  UpdateCustomLineItemInput.add_member(:billing_period_range, Shapes::ShapeRef.new(shape: CustomLineItemBillingPeriodRange, location_name: "BillingPeriodRange"))
@@ -699,6 +743,7 @@ module Aws::BillingConductor
699
743
  UpdatePricingRuleOutput.add_member(:service, Shapes::ShapeRef.new(shape: Service, location_name: "Service"))
700
744
  UpdatePricingRuleOutput.add_member(:associated_pricing_plan_count, Shapes::ShapeRef.new(shape: NumberOfPricingPlansAssociatedWith, location_name: "AssociatedPricingPlanCount"))
701
745
  UpdatePricingRuleOutput.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Instant, location_name: "LastModifiedTime"))
746
+ UpdatePricingRuleOutput.add_member(:billing_entity, Shapes::ShapeRef.new(shape: BillingEntity, location_name: "BillingEntity"))
702
747
  UpdatePricingRuleOutput.struct_class = Types::UpdatePricingRuleOutput
703
748
 
704
749
  ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
@@ -981,6 +1026,24 @@ module Aws::BillingConductor
981
1026
  )
982
1027
  end)
983
1028
 
1029
+ api.add_operation(:list_custom_line_item_versions, Seahorse::Model::Operation.new.tap do |o|
1030
+ o.name = "ListCustomLineItemVersions"
1031
+ o.http_method = "POST"
1032
+ o.http_request_uri = "/list-custom-line-item-versions"
1033
+ o.input = Shapes::ShapeRef.new(shape: ListCustomLineItemVersionsInput)
1034
+ o.output = Shapes::ShapeRef.new(shape: ListCustomLineItemVersionsOutput)
1035
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1036
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1037
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1038
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1039
+ o[:pager] = Aws::Pager.new(
1040
+ limit_key: "max_results",
1041
+ tokens: {
1042
+ "next_token" => "next_token"
1043
+ }
1044
+ )
1045
+ end)
1046
+
984
1047
  api.add_operation(:list_custom_line_items, Seahorse::Model::Operation.new.tap do |o|
985
1048
  o.name = "ListCustomLineItems"
986
1049
  o.http_method = "POST"
@@ -78,8 +78,8 @@ YXJ0aXRpb25SZXN1bHQifSwic3VwcG9ydHNEdWFsU3RhY2siXX1dfV0sInR5
78
78
  cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlvbnMiOltdLCJlbmRwb2lu
79
79
  dCI6eyJ1cmwiOiJodHRwczovL2JpbGxpbmdjb25kdWN0b3ItZmlwcy57UmVn
80
80
  aW9ufS5hcGkuYXdzIiwicHJvcGVydGllcyI6eyJhdXRoU2NoZW1lcyI6W3si
81
- bmFtZSI6InNpZ3Y0Iiwic2lnbmluZ05hbWUiOiJiaWxsaW5nY29uZHVjdG9y
82
- Iiwic2lnbmluZ1JlZ2lvbiI6InVzLWVhc3QtMSJ9XX0sImhlYWRlcnMiOnt9
81
+ bmFtZSI6InNpZ3Y0Iiwic2lnbmluZ1JlZ2lvbiI6InVzLWVhc3QtMSIsInNp
82
+ Z25pbmdOYW1lIjoiYmlsbGluZ2NvbmR1Y3RvciJ9XX0sImhlYWRlcnMiOnt9
83
83
  fSwidHlwZSI6ImVuZHBvaW50In1dfSx7ImNvbmRpdGlvbnMiOltdLCJlcnJv
84
84
  ciI6IkZJUFMgYW5kIER1YWxTdGFjayBhcmUgZW5hYmxlZCwgYnV0IHRoaXMg
85
85
  cGFydGl0aW9uIGRvZXMgbm90IHN1cHBvcnQgb25lIG9yIGJvdGgiLCJ0eXBl
@@ -91,8 +91,8 @@ W3sicmVmIjoiUGFydGl0aW9uUmVzdWx0In0sInN1cHBvcnRzRklQUyJdfV19
91
91
  XSwidHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0aW9ucyI6W10sImVu
92
92
  ZHBvaW50Ijp7InVybCI6Imh0dHBzOi8vYmlsbGluZ2NvbmR1Y3Rvci1maXBz
93
93
  LntSZWdpb259LmFtYXpvbmF3cy5jb20iLCJwcm9wZXJ0aWVzIjp7ImF1dGhT
94
- Y2hlbWVzIjpbeyJuYW1lIjoic2lndjQiLCJzaWduaW5nTmFtZSI6ImJpbGxp
95
- bmdjb25kdWN0b3IiLCJzaWduaW5nUmVnaW9uIjoidXMtZWFzdC0xIn1dfSwi
94
+ Y2hlbWVzIjpbeyJuYW1lIjoic2lndjQiLCJzaWduaW5nUmVnaW9uIjoidXMt
95
+ ZWFzdC0xIiwic2lnbmluZ05hbWUiOiJiaWxsaW5nY29uZHVjdG9yIn1dfSwi
96
96
  aGVhZGVycyI6e319LCJ0eXBlIjoiZW5kcG9pbnQifV19LHsiY29uZGl0aW9u
97
97
  cyI6W10sImVycm9yIjoiRklQUyBpcyBlbmFibGVkIGJ1dCB0aGlzIHBhcnRp
98
98
  dGlvbiBkb2VzIG5vdCBzdXBwb3J0IEZJUFMiLCJ0eXBlIjoiZXJyb3IifV19
@@ -104,16 +104,16 @@ OiJQYXJ0aXRpb25SZXN1bHQifSwic3VwcG9ydHNEdWFsU3RhY2siXX1dfV0s
104
104
  InR5cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlvbnMiOltdLCJlbmRw
105
105
  b2ludCI6eyJ1cmwiOiJodHRwczovL2JpbGxpbmdjb25kdWN0b3Iue1JlZ2lv
106
106
  bn0uYXBpLmF3cyIsInByb3BlcnRpZXMiOnsiYXV0aFNjaGVtZXMiOlt7Im5h
107
- bWUiOiJzaWd2NCIsInNpZ25pbmdOYW1lIjoiYmlsbGluZ2NvbmR1Y3RvciIs
108
- InNpZ25pbmdSZWdpb24iOiJ1cy1lYXN0LTEifV19LCJoZWFkZXJzIjp7fX0s
107
+ bWUiOiJzaWd2NCIsInNpZ25pbmdSZWdpb24iOiJ1cy1lYXN0LTEiLCJzaWdu
108
+ aW5nTmFtZSI6ImJpbGxpbmdjb25kdWN0b3IifV19LCJoZWFkZXJzIjp7fX0s
109
109
  InR5cGUiOiJlbmRwb2ludCJ9XX0seyJjb25kaXRpb25zIjpbXSwiZXJyb3Ii
110
110
  OiJEdWFsU3RhY2sgaXMgZW5hYmxlZCBidXQgdGhpcyBwYXJ0aXRpb24gZG9l
111
111
  cyBub3Qgc3VwcG9ydCBEdWFsU3RhY2siLCJ0eXBlIjoiZXJyb3IifV19LHsi
112
112
  Y29uZGl0aW9ucyI6W10sImVuZHBvaW50Ijp7InVybCI6Imh0dHBzOi8vYmls
113
113
  bGluZ2NvbmR1Y3Rvci51cy1lYXN0LTEuYW1hem9uYXdzLmNvbSIsInByb3Bl
114
114
  cnRpZXMiOnsiYXV0aFNjaGVtZXMiOlt7Im5hbWUiOiJzaWd2NCIsInNpZ25p
115
- bmdOYW1lIjoiYmlsbGluZ2NvbmR1Y3RvciIsInNpZ25pbmdSZWdpb24iOiJ1
116
- cy1lYXN0LTEifV19LCJoZWFkZXJzIjp7fX0sInR5cGUiOiJlbmRwb2ludCJ9
115
+ bmdSZWdpb24iOiJ1cy1lYXN0LTEiLCJzaWduaW5nTmFtZSI6ImJpbGxpbmdj
116
+ b25kdWN0b3IifV19LCJoZWFkZXJzIjp7fX0sInR5cGUiOiJlbmRwb2ludCJ9
117
117
  XX0seyJjb25kaXRpb25zIjpbeyJmbiI6ImJvb2xlYW5FcXVhbHMiLCJhcmd2
118
118
  IjpbeyJyZWYiOiJVc2VGSVBTIn0sdHJ1ZV19LHsiZm4iOiJib29sZWFuRXF1
119
119
  YWxzIiwiYXJndiI6W3sicmVmIjoiVXNlRHVhbFN0YWNrIn0sdHJ1ZV19XSwi
@@ -158,8 +158,8 @@ aW9ucyI6W3siZm4iOiJzdHJpbmdFcXVhbHMiLCJhcmd2IjpbeyJyZWYiOiJS
158
158
  ZWdpb24ifSwiYXdzLWdsb2JhbCJdfV0sImVuZHBvaW50Ijp7InVybCI6Imh0
159
159
  dHBzOi8vYmlsbGluZ2NvbmR1Y3Rvci51cy1lYXN0LTEuYW1hem9uYXdzLmNv
160
160
  bSIsInByb3BlcnRpZXMiOnsiYXV0aFNjaGVtZXMiOlt7Im5hbWUiOiJzaWd2
161
- NCIsInNpZ25pbmdOYW1lIjoiYmlsbGluZ2NvbmR1Y3RvciIsInNpZ25pbmdS
162
- ZWdpb24iOiJ1cy1lYXN0LTEifV19LCJoZWFkZXJzIjp7fX0sInR5cGUiOiJl
161
+ NCIsInNpZ25pbmdSZWdpb24iOiJ1cy1lYXN0LTEiLCJzaWduaW5nTmFtZSI6
162
+ ImJpbGxpbmdjb25kdWN0b3IifV19LCJoZWFkZXJzIjp7fX0sInR5cGUiOiJl
163
163
  bmRwb2ludCJ9LHsiY29uZGl0aW9ucyI6W10sImVuZHBvaW50Ijp7InVybCI6
164
164
  Imh0dHBzOi8vYmlsbGluZ2NvbmR1Y3Rvci57UmVnaW9ufS57UGFydGl0aW9u
165
165
  UmVzdWx0I2Ruc1N1ZmZpeH0iLCJwcm9wZXJ0aWVzIjp7fSwiaGVhZGVycyI6
@@ -249,6 +249,20 @@ module Aws::BillingConductor
249
249
  end
250
250
  end
251
251
 
252
+ class ListCustomLineItemVersions
253
+ def self.build(context)
254
+ unless context.config.regional_endpoint
255
+ endpoint = context.config.endpoint.to_s
256
+ end
257
+ Aws::BillingConductor::EndpointParameters.new(
258
+ region: context.config.region,
259
+ use_dual_stack: context.config.use_dualstack_endpoint,
260
+ use_fips: context.config.use_fips_endpoint,
261
+ endpoint: endpoint,
262
+ )
263
+ end
264
+ end
265
+
252
266
  class ListCustomLineItems
253
267
  def self.build(context)
254
268
  unless context.config.regional_endpoint
@@ -79,6 +79,11 @@ module Aws::BillingConductor
79
79
  def resource_type
80
80
  @data[:resource_type]
81
81
  end
82
+
83
+ # @return [String]
84
+ def reason
85
+ @data[:reason]
86
+ end
82
87
  end
83
88
 
84
89
  class InternalServerException < ServiceError
@@ -90,6 +90,8 @@ module Aws::BillingConductor
90
90
  Aws::BillingConductor::Endpoints::ListBillingGroupCostReports.build(context)
91
91
  when :list_billing_groups
92
92
  Aws::BillingConductor::Endpoints::ListBillingGroups.build(context)
93
+ when :list_custom_line_item_versions
94
+ Aws::BillingConductor::Endpoints::ListCustomLineItemVersions.build(context)
93
95
  when :list_custom_line_items
94
96
  Aws::BillingConductor::Endpoints::ListCustomLineItems.build(context)
95
97
  when :list_pricing_plans