aws-sdk-billingconductor 1.2.0 → 1.4.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -55,13 +55,6 @@ module Aws::BillingConductor
55
55
  # The set of accounts that will be under the billing group. The set of
56
56
  # accounts resemble the linked accounts in a consolidated family.
57
57
  #
58
- # @note When making an API call, you may pass AccountGrouping
59
- # data as a hash:
60
- #
61
- # {
62
- # linked_account_ids: ["AccountId"], # required
63
- # }
64
- #
65
58
  # @!attribute [rw] linked_account_ids
66
59
  # The account IDs that make up the billing group. Account IDs must be
67
60
  # a part of the consolidated billing family, and not associated with
@@ -76,14 +69,6 @@ module Aws::BillingConductor
76
69
  include Aws::Structure
77
70
  end
78
71
 
79
- # @note When making an API call, you may pass AssociateAccountsInput
80
- # data as a hash:
81
- #
82
- # {
83
- # arn: "BillingGroupArn", # required
84
- # account_ids: ["AccountId"], # required
85
- # }
86
- #
87
72
  # @!attribute [rw] arn
88
73
  # The Amazon Resource Name (ARN) of the billing group that associates
89
74
  # the array of account IDs.
@@ -115,14 +100,6 @@ module Aws::BillingConductor
115
100
  include Aws::Structure
116
101
  end
117
102
 
118
- # @note When making an API call, you may pass AssociatePricingRulesInput
119
- # data as a hash:
120
- #
121
- # {
122
- # arn: "PricingPlanArn", # required
123
- # pricing_rule_arns: ["PricingRuleArn"], # required
124
- # }
125
- #
126
103
  # @!attribute [rw] arn
127
104
  # The `PricingPlanArn` that the `PricingRuleArns` are associated with.
128
105
  # @return [String]
@@ -191,18 +168,6 @@ module Aws::BillingConductor
191
168
  include Aws::Structure
192
169
  end
193
170
 
194
- # @note When making an API call, you may pass BatchAssociateResourcesToCustomLineItemInput
195
- # data as a hash:
196
- #
197
- # {
198
- # target_arn: "CustomLineItemArn", # required
199
- # resource_arns: ["CustomLineItemAssociationElement"], # required
200
- # billing_period_range: {
201
- # inclusive_start_billing_period: "BillingPeriod", # required
202
- # exclusive_end_billing_period: "BillingPeriod",
203
- # },
204
- # }
205
- #
206
171
  # @!attribute [rw] target_arn
207
172
  # A percentage custom line item ARN to associate the resources to.
208
173
  # @return [String]
@@ -246,18 +211,6 @@ module Aws::BillingConductor
246
211
  include Aws::Structure
247
212
  end
248
213
 
249
- # @note When making an API call, you may pass BatchDisassociateResourcesFromCustomLineItemInput
250
- # data as a hash:
251
- #
252
- # {
253
- # target_arn: "CustomLineItemArn", # required
254
- # resource_arns: ["CustomLineItemAssociationElement"], # required
255
- # billing_period_range: {
256
- # inclusive_start_billing_period: "BillingPeriod", # required
257
- # exclusive_end_billing_period: "BillingPeriod",
258
- # },
259
- # }
260
- #
261
214
  # @!attribute [rw] target_arn
262
215
  # A percentage custom line item ARN to disassociate the resources
263
216
  # from.
@@ -408,13 +361,6 @@ module Aws::BillingConductor
408
361
  # The preferences and settings that will be used to compute the Amazon
409
362
  # Web Services charges for a billing group.
410
363
  #
411
- # @note When making an API call, you may pass ComputationPreference
412
- # data as a hash:
413
- #
414
- # {
415
- # pricing_plan_arn: "PricingPlanFullArn", # required
416
- # }
417
- #
418
364
  # @!attribute [rw] pricing_plan_arn
419
365
  # The Amazon Resource Name (ARN) of the pricing plan that's used to
420
366
  # compute the Amazon Web Services charges for a billing group.
@@ -457,25 +403,6 @@ module Aws::BillingConductor
457
403
  include Aws::Structure
458
404
  end
459
405
 
460
- # @note When making an API call, you may pass CreateBillingGroupInput
461
- # data as a hash:
462
- #
463
- # {
464
- # client_token: "ClientToken",
465
- # name: "BillingGroupName", # required
466
- # account_grouping: { # required
467
- # linked_account_ids: ["AccountId"], # required
468
- # },
469
- # computation_preference: { # required
470
- # pricing_plan_arn: "PricingPlanFullArn", # required
471
- # },
472
- # primary_account_id: "AccountId",
473
- # description: "BillingGroupDescription",
474
- # tags: {
475
- # "TagKey" => "TagValue",
476
- # },
477
- # }
478
- #
479
406
  # @!attribute [rw] client_token
480
407
  # The token that is needed to support idempotency. Idempotency isn't
481
408
  # currently supported, but will be implemented in a future update.
@@ -537,33 +464,6 @@ module Aws::BillingConductor
537
464
  include Aws::Structure
538
465
  end
539
466
 
540
- # @note When making an API call, you may pass CreateCustomLineItemInput
541
- # data as a hash:
542
- #
543
- # {
544
- # client_token: "ClientToken",
545
- # name: "CustomLineItemName", # required
546
- # description: "CustomLineItemDescription", # required
547
- # billing_group_arn: "BillingGroupArn", # required
548
- # billing_period_range: {
549
- # inclusive_start_billing_period: "BillingPeriod", # required
550
- # exclusive_end_billing_period: "BillingPeriod",
551
- # },
552
- # tags: {
553
- # "TagKey" => "TagValue",
554
- # },
555
- # charge_details: { # required
556
- # flat: {
557
- # charge_value: 1.0, # required
558
- # },
559
- # percentage: {
560
- # percentage_value: 1.0, # required
561
- # associated_values: ["CustomLineItemAssociationElement"],
562
- # },
563
- # type: "CREDIT", # required, accepts CREDIT, FEE
564
- # },
565
- # }
566
- #
567
467
  # @!attribute [rw] client_token
568
468
  # The token that is needed to support idempotency. Idempotency isn't
569
469
  # currently supported, but will be implemented in a future update.
@@ -626,19 +526,20 @@ module Aws::BillingConductor
626
526
  include Aws::Structure
627
527
  end
628
528
 
629
- # @note When making an API call, you may pass CreatePricingPlanInput
630
- # data as a hash:
529
+ # The possible Amazon Web Services Free Tier configurations.
530
+ #
531
+ # @!attribute [rw] activated
532
+ # Activate or deactivate Amazon Web Services Free Tier.
533
+ # @return [Boolean]
631
534
  #
632
- # {
633
- # client_token: "ClientToken",
634
- # name: "PricingPlanName", # required
635
- # description: "PricingPlanDescription",
636
- # pricing_rule_arns: ["PricingRuleArn"],
637
- # tags: {
638
- # "TagKey" => "TagValue",
639
- # },
640
- # }
535
+ # @see http://docs.aws.amazon.com/goto/WebAPI/billingconductor-2021-07-30/CreateFreeTierConfig AWS API Documentation
641
536
  #
537
+ class CreateFreeTierConfig < Struct.new(
538
+ :activated)
539
+ SENSITIVE = []
540
+ include Aws::Structure
541
+ end
542
+
642
543
  # @!attribute [rw] client_token
643
544
  # The token that is needed to support idempotency. Idempotency isn't
644
545
  # currently supported, but will be implemented in a future update.
@@ -690,22 +591,6 @@ module Aws::BillingConductor
690
591
  include Aws::Structure
691
592
  end
692
593
 
693
- # @note When making an API call, you may pass CreatePricingRuleInput
694
- # data as a hash:
695
- #
696
- # {
697
- # client_token: "ClientToken",
698
- # name: "PricingRuleName", # required
699
- # description: "PricingRuleDescription",
700
- # scope: "GLOBAL", # required, accepts GLOBAL, SERVICE
701
- # type: "MARKUP", # required, accepts MARKUP, DISCOUNT
702
- # modifier_percentage: 1.0, # required
703
- # service: "Service",
704
- # tags: {
705
- # "TagKey" => "TagValue",
706
- # },
707
- # }
708
- #
709
594
  # @!attribute [rw] client_token
710
595
  # The token that's needed to support idempotency. Idempotency isn't
711
596
  # currently supported, but will be implemented in a future update.
@@ -746,6 +631,16 @@ module Aws::BillingConductor
746
631
  # pricing rule.
747
632
  # @return [Hash<String,String>]
748
633
  #
634
+ # @!attribute [rw] billing_entity
635
+ # The seller of services provided by Amazon Web Services, their
636
+ # affiliates, or third-party providers selling services via Amazon Web
637
+ # Services Marketplace.
638
+ # @return [String]
639
+ #
640
+ # @!attribute [rw] tiering
641
+ # The set of tiering configurations for the pricing rule.
642
+ # @return [Types::CreateTieringInput]
643
+ #
749
644
  # @see http://docs.aws.amazon.com/goto/WebAPI/billingconductor-2021-07-30/CreatePricingRuleInput AWS API Documentation
750
645
  #
751
646
  class CreatePricingRuleInput < Struct.new(
@@ -756,7 +651,9 @@ module Aws::BillingConductor
756
651
  :type,
757
652
  :modifier_percentage,
758
653
  :service,
759
- :tags)
654
+ :tags,
655
+ :billing_entity,
656
+ :tiering)
760
657
  SENSITIVE = [:name, :description]
761
658
  include Aws::Structure
762
659
  end
@@ -773,16 +670,22 @@ module Aws::BillingConductor
773
670
  include Aws::Structure
774
671
  end
775
672
 
776
- # The billing period range in which the custom line item request will be
777
- # applied.
673
+ # The set of tiering configurations for the pricing rule.
674
+ #
675
+ # @!attribute [rw] free_tier
676
+ # The possible Amazon Web Services Free Tier configurations.
677
+ # @return [Types::CreateFreeTierConfig]
778
678
  #
779
- # @note When making an API call, you may pass CustomLineItemBillingPeriodRange
780
- # data as a hash:
679
+ # @see http://docs.aws.amazon.com/goto/WebAPI/billingconductor-2021-07-30/CreateTieringInput AWS API Documentation
781
680
  #
782
- # {
783
- # inclusive_start_billing_period: "BillingPeriod", # required
784
- # exclusive_end_billing_period: "BillingPeriod",
785
- # }
681
+ class CreateTieringInput < Struct.new(
682
+ :free_tier)
683
+ SENSITIVE = []
684
+ include Aws::Structure
685
+ end
686
+
687
+ # The billing period range in which the custom line item request will be
688
+ # applied.
786
689
  #
787
690
  # @!attribute [rw] inclusive_start_billing_period
788
691
  # The inclusive start billing period that defines a billing period
@@ -806,20 +709,6 @@ module Aws::BillingConductor
806
709
  # The charge details of a custom line item. It should contain only one
807
710
  # of `Flat` or `Percentage`.
808
711
  #
809
- # @note When making an API call, you may pass CustomLineItemChargeDetails
810
- # data as a hash:
811
- #
812
- # {
813
- # flat: {
814
- # charge_value: 1.0, # required
815
- # },
816
- # percentage: {
817
- # percentage_value: 1.0, # required
818
- # associated_values: ["CustomLineItemAssociationElement"],
819
- # },
820
- # type: "CREDIT", # required, accepts CREDIT, FEE
821
- # }
822
- #
823
712
  # @!attribute [rw] flat
824
713
  # A `CustomLineItemFlatChargeDetails` that describes the charge
825
714
  # details of a flat custom line item.
@@ -848,13 +737,6 @@ module Aws::BillingConductor
848
737
  # A representation of the charge details that are associated with a flat
849
738
  # custom line item.
850
739
  #
851
- # @note When making an API call, you may pass CustomLineItemFlatChargeDetails
852
- # data as a hash:
853
- #
854
- # {
855
- # charge_value: 1.0, # required
856
- # }
857
- #
858
740
  # @!attribute [rw] charge_value
859
741
  # The custom line item's fixed charge value in USD.
860
742
  # @return [Float]
@@ -933,14 +815,6 @@ module Aws::BillingConductor
933
815
  # A representation of the charge details that are associated with a
934
816
  # percentage custom line item.
935
817
  #
936
- # @note When making an API call, you may pass CustomLineItemPercentageChargeDetails
937
- # data as a hash:
938
- #
939
- # {
940
- # percentage_value: 1.0, # required
941
- # associated_values: ["CustomLineItemAssociationElement"],
942
- # }
943
- #
944
818
  # @!attribute [rw] percentage_value
945
819
  # The custom line item's percentage value. This will be multiplied
946
820
  # against the combined value of its associated resources to determine
@@ -1027,13 +901,6 @@ module Aws::BillingConductor
1027
901
  include Aws::Structure
1028
902
  end
1029
903
 
1030
- # @note When making an API call, you may pass DeleteBillingGroupInput
1031
- # data as a hash:
1032
- #
1033
- # {
1034
- # arn: "BillingGroupArn", # required
1035
- # }
1036
- #
1037
904
  # @!attribute [rw] arn
1038
905
  # The Amazon Resource Name (ARN) of the billing group that you're
1039
906
  # deleting.
@@ -1059,17 +926,6 @@ module Aws::BillingConductor
1059
926
  include Aws::Structure
1060
927
  end
1061
928
 
1062
- # @note When making an API call, you may pass DeleteCustomLineItemInput
1063
- # data as a hash:
1064
- #
1065
- # {
1066
- # arn: "CustomLineItemArn", # required
1067
- # billing_period_range: {
1068
- # inclusive_start_billing_period: "BillingPeriod", # required
1069
- # exclusive_end_billing_period: "BillingPeriod",
1070
- # },
1071
- # }
1072
- #
1073
929
  # @!attribute [rw] arn
1074
930
  # The ARN of the custom line item to be deleted.
1075
931
  # @return [String]
@@ -1100,13 +956,6 @@ module Aws::BillingConductor
1100
956
  include Aws::Structure
1101
957
  end
1102
958
 
1103
- # @note When making an API call, you may pass DeletePricingPlanInput
1104
- # data as a hash:
1105
- #
1106
- # {
1107
- # arn: "PricingPlanArn", # required
1108
- # }
1109
- #
1110
959
  # @!attribute [rw] arn
1111
960
  # The Amazon Resource Name (ARN) of the pricing plan that you're
1112
961
  # deleting.
@@ -1132,13 +981,6 @@ module Aws::BillingConductor
1132
981
  include Aws::Structure
1133
982
  end
1134
983
 
1135
- # @note When making an API call, you may pass DeletePricingRuleInput
1136
- # data as a hash:
1137
- #
1138
- # {
1139
- # arn: "PricingRuleArn", # required
1140
- # }
1141
- #
1142
984
  # @!attribute [rw] arn
1143
985
  # The Amazon Resource Name (ARN) of the pricing rule that you are
1144
986
  # deleting.
@@ -1164,14 +1006,6 @@ module Aws::BillingConductor
1164
1006
  include Aws::Structure
1165
1007
  end
1166
1008
 
1167
- # @note When making an API call, you may pass DisassociateAccountsInput
1168
- # data as a hash:
1169
- #
1170
- # {
1171
- # arn: "BillingGroupArn", # required
1172
- # account_ids: ["AccountId"], # required
1173
- # }
1174
- #
1175
1009
  # @!attribute [rw] arn
1176
1010
  # The Amazon Resource Name (ARN) of the billing group that the array
1177
1011
  # of account IDs will disassociate from.
@@ -1203,14 +1037,6 @@ module Aws::BillingConductor
1203
1037
  include Aws::Structure
1204
1038
  end
1205
1039
 
1206
- # @note When making an API call, you may pass DisassociatePricingRulesInput
1207
- # data as a hash:
1208
- #
1209
- # {
1210
- # arn: "PricingPlanArn", # required
1211
- # pricing_rule_arns: ["PricingRuleArn"], # required
1212
- # }
1213
- #
1214
1040
  # @!attribute [rw] arn
1215
1041
  # The pricing plan Amazon Resource Name (ARN) to disassociate pricing
1216
1042
  # rules from.
@@ -1263,6 +1089,20 @@ module Aws::BillingConductor
1263
1089
  include Aws::Structure
1264
1090
  end
1265
1091
 
1092
+ # The possible Amazon Web Services Free Tier configurations.
1093
+ #
1094
+ # @!attribute [rw] activated
1095
+ # Activate or deactivate Amazon Web Services Free Tier application.
1096
+ # @return [Boolean]
1097
+ #
1098
+ # @see http://docs.aws.amazon.com/goto/WebAPI/billingconductor-2021-07-30/FreeTierConfig AWS API Documentation
1099
+ #
1100
+ class FreeTierConfig < Struct.new(
1101
+ :activated)
1102
+ SENSITIVE = []
1103
+ include Aws::Structure
1104
+ end
1105
+
1266
1106
  # An unexpected error occurred while processing a request.
1267
1107
  #
1268
1108
  # @!attribute [rw] message
@@ -1292,14 +1132,6 @@ module Aws::BillingConductor
1292
1132
  # `Billing Group Arn`\: linked accounts that are associated to the
1293
1133
  # provided Billing Group Arn.
1294
1134
  #
1295
- # @note When making an API call, you may pass ListAccountAssociationsFilter
1296
- # data as a hash:
1297
- #
1298
- # {
1299
- # association: "Association",
1300
- # account_id: "AccountId",
1301
- # }
1302
- #
1303
1135
  # @!attribute [rw] association
1304
1136
  # `MONITORED`\: linked accounts that are associated to billing groups.
1305
1137
  #
@@ -1323,18 +1155,6 @@ module Aws::BillingConductor
1323
1155
  include Aws::Structure
1324
1156
  end
1325
1157
 
1326
- # @note When making an API call, you may pass ListAccountAssociationsInput
1327
- # data as a hash:
1328
- #
1329
- # {
1330
- # billing_period: "BillingPeriod",
1331
- # filters: {
1332
- # association: "Association",
1333
- # account_id: "AccountId",
1334
- # },
1335
- # next_token: "Token",
1336
- # }
1337
- #
1338
1158
  # @!attribute [rw] billing_period
1339
1159
  # The preferred billing period to get account associations.
1340
1160
  # @return [String]
@@ -1387,13 +1207,6 @@ module Aws::BillingConductor
1387
1207
 
1388
1208
  # The filter used to retrieve specific `BillingGroupCostReportElements`.
1389
1209
  #
1390
- # @note When making an API call, you may pass ListBillingGroupCostReportsFilter
1391
- # data as a hash:
1392
- #
1393
- # {
1394
- # billing_group_arns: ["BillingGroupArn"],
1395
- # }
1396
- #
1397
1210
  # @!attribute [rw] billing_group_arns
1398
1211
  # The list of Amazon Resource Names (ARNs) used to filter billing
1399
1212
  # groups to retrieve reports.
@@ -1407,18 +1220,6 @@ module Aws::BillingConductor
1407
1220
  include Aws::Structure
1408
1221
  end
1409
1222
 
1410
- # @note When making an API call, you may pass ListBillingGroupCostReportsInput
1411
- # data as a hash:
1412
- #
1413
- # {
1414
- # billing_period: "BillingPeriod",
1415
- # max_results: 1,
1416
- # next_token: "Token",
1417
- # filters: {
1418
- # billing_group_arns: ["BillingGroupArn"],
1419
- # },
1420
- # }
1421
- #
1422
1223
  # @!attribute [rw] billing_period
1423
1224
  # The preferred billing period for your report.
1424
1225
  # @return [String]
@@ -1469,14 +1270,6 @@ module Aws::BillingConductor
1469
1270
  # The filter that specifies the billing groups and pricing plans to
1470
1271
  # retrieve billing group information.
1471
1272
  #
1472
- # @note When making an API call, you may pass ListBillingGroupsFilter
1473
- # data as a hash:
1474
- #
1475
- # {
1476
- # arns: ["BillingGroupArn"],
1477
- # pricing_plan: "PricingPlanFullArn",
1478
- # }
1479
- #
1480
1273
  # @!attribute [rw] arns
1481
1274
  # The list of billing group Amazon Resource Names (ARNs) to retrieve
1482
1275
  # information.
@@ -1496,19 +1289,6 @@ module Aws::BillingConductor
1496
1289
  include Aws::Structure
1497
1290
  end
1498
1291
 
1499
- # @note When making an API call, you may pass ListBillingGroupsInput
1500
- # data as a hash:
1501
- #
1502
- # {
1503
- # billing_period: "BillingPeriod",
1504
- # max_results: 1,
1505
- # next_token: "Token",
1506
- # filters: {
1507
- # arns: ["BillingGroupArn"],
1508
- # pricing_plan: "PricingPlanFullArn",
1509
- # },
1510
- # }
1511
- #
1512
1292
  # @!attribute [rw] billing_period
1513
1293
  # The preferred billing period to get billing groups.
1514
1294
  # @return [String]
@@ -1618,14 +1398,6 @@ module Aws::BillingConductor
1618
1398
  # A billing period filter that specifies the custom line item versions
1619
1399
  # to retrieve.
1620
1400
  #
1621
- # @note When making an API call, you may pass ListCustomLineItemVersionsBillingPeriodRangeFilter
1622
- # data as a hash:
1623
- #
1624
- # {
1625
- # start_billing_period: "BillingPeriod",
1626
- # end_billing_period: "BillingPeriod",
1627
- # }
1628
- #
1629
1401
  # @!attribute [rw] start_billing_period
1630
1402
  # The inclusive start billing period that defines a billing period
1631
1403
  # range where a custom line item version is applied.
@@ -1648,16 +1420,6 @@ module Aws::BillingConductor
1648
1420
  # A filter that specifies the billing period range where the custom line
1649
1421
  # item versions reside.
1650
1422
  #
1651
- # @note When making an API call, you may pass ListCustomLineItemVersionsFilter
1652
- # data as a hash:
1653
- #
1654
- # {
1655
- # billing_period_range: {
1656
- # start_billing_period: "BillingPeriod",
1657
- # end_billing_period: "BillingPeriod",
1658
- # },
1659
- # }
1660
- #
1661
1423
  # @!attribute [rw] billing_period_range
1662
1424
  # The billing period range in which the custom line item version is
1663
1425
  # applied.
@@ -1671,21 +1433,6 @@ module Aws::BillingConductor
1671
1433
  include Aws::Structure
1672
1434
  end
1673
1435
 
1674
- # @note When making an API call, you may pass ListCustomLineItemVersionsInput
1675
- # data as a hash:
1676
- #
1677
- # {
1678
- # arn: "CustomLineItemArn", # required
1679
- # max_results: 1,
1680
- # next_token: "Token",
1681
- # filters: {
1682
- # billing_period_range: {
1683
- # start_billing_period: "BillingPeriod",
1684
- # end_billing_period: "BillingPeriod",
1685
- # },
1686
- # },
1687
- # }
1688
- #
1689
1436
  # @!attribute [rw] arn
1690
1437
  # The Amazon Resource Name (ARN) for the custom line item.
1691
1438
  # @return [String]
@@ -1736,15 +1483,6 @@ module Aws::BillingConductor
1736
1483
  # A filter that specifies the custom line items and billing groups to
1737
1484
  # retrieve FFLI information.
1738
1485
  #
1739
- # @note When making an API call, you may pass ListCustomLineItemsFilter
1740
- # data as a hash:
1741
- #
1742
- # {
1743
- # names: ["CustomLineItemName"],
1744
- # billing_groups: ["BillingGroupArn"],
1745
- # arns: ["CustomLineItemArn"],
1746
- # }
1747
- #
1748
1486
  # @!attribute [rw] names
1749
1487
  # A list of custom line items to retrieve information.
1750
1488
  # @return [Array<String>]
@@ -1768,20 +1506,6 @@ module Aws::BillingConductor
1768
1506
  include Aws::Structure
1769
1507
  end
1770
1508
 
1771
- # @note When making an API call, you may pass ListCustomLineItemsInput
1772
- # data as a hash:
1773
- #
1774
- # {
1775
- # billing_period: "BillingPeriod",
1776
- # max_results: 1,
1777
- # next_token: "Token",
1778
- # filters: {
1779
- # names: ["CustomLineItemName"],
1780
- # billing_groups: ["BillingGroupArn"],
1781
- # arns: ["CustomLineItemArn"],
1782
- # },
1783
- # }
1784
- #
1785
1509
  # @!attribute [rw] billing_period
1786
1510
  # The preferred billing period to get custom line items (FFLIs).
1787
1511
  # @return [String]
@@ -1830,16 +1554,6 @@ module Aws::BillingConductor
1830
1554
  include Aws::Structure
1831
1555
  end
1832
1556
 
1833
- # @note When making an API call, you may pass ListPricingPlansAssociatedWithPricingRuleInput
1834
- # data as a hash:
1835
- #
1836
- # {
1837
- # billing_period: "BillingPeriod",
1838
- # pricing_rule_arn: "PricingRuleArn", # required
1839
- # max_results: 1,
1840
- # next_token: "Token",
1841
- # }
1842
- #
1843
1557
  # @!attribute [rw] billing_period
1844
1558
  # The pricing plan billing period for which associations will be
1845
1559
  # listed.
@@ -1903,13 +1617,6 @@ module Aws::BillingConductor
1903
1617
  # The filter that specifies the Amazon Resource Names (ARNs) of pricing
1904
1618
  # plans, to retrieve pricing plan information.
1905
1619
  #
1906
- # @note When making an API call, you may pass ListPricingPlansFilter
1907
- # data as a hash:
1908
- #
1909
- # {
1910
- # arns: ["PricingPlanArn"],
1911
- # }
1912
- #
1913
1620
  # @!attribute [rw] arns
1914
1621
  # A list of pricing plan Amazon Resource Names (ARNs) to retrieve
1915
1622
  # information.
@@ -1923,18 +1630,6 @@ module Aws::BillingConductor
1923
1630
  include Aws::Structure
1924
1631
  end
1925
1632
 
1926
- # @note When making an API call, you may pass ListPricingPlansInput
1927
- # data as a hash:
1928
- #
1929
- # {
1930
- # billing_period: "BillingPeriod",
1931
- # filters: {
1932
- # arns: ["PricingPlanArn"],
1933
- # },
1934
- # max_results: 1,
1935
- # next_token: "Token",
1936
- # }
1937
- #
1938
1633
  # @!attribute [rw] billing_period
1939
1634
  # The preferred billing period to get pricing plan.
1940
1635
  # @return [String]
@@ -1988,16 +1683,6 @@ module Aws::BillingConductor
1988
1683
  include Aws::Structure
1989
1684
  end
1990
1685
 
1991
- # @note When making an API call, you may pass ListPricingRulesAssociatedToPricingPlanInput
1992
- # data as a hash:
1993
- #
1994
- # {
1995
- # billing_period: "BillingPeriod",
1996
- # pricing_plan_arn: "PricingPlanArn", # required
1997
- # max_results: 1,
1998
- # next_token: "Token",
1999
- # }
2000
- #
2001
1686
  # @!attribute [rw] billing_period
2002
1687
  # The billing period for which the pricing rule associations are to be
2003
1688
  # listed.
@@ -2061,13 +1746,6 @@ module Aws::BillingConductor
2061
1746
  # The filter that specifies criteria that the pricing rules returned by
2062
1747
  # the `ListPricingRules` API will adhere to.
2063
1748
  #
2064
- # @note When making an API call, you may pass ListPricingRulesFilter
2065
- # data as a hash:
2066
- #
2067
- # {
2068
- # arns: ["PricingRuleArn"],
2069
- # }
2070
- #
2071
1749
  # @!attribute [rw] arns
2072
1750
  # A list containing the pricing rule Amazon Resource Names (ARNs) to
2073
1751
  # include in the API response.
@@ -2081,18 +1759,6 @@ module Aws::BillingConductor
2081
1759
  include Aws::Structure
2082
1760
  end
2083
1761
 
2084
- # @note When making an API call, you may pass ListPricingRulesInput
2085
- # data as a hash:
2086
- #
2087
- # {
2088
- # billing_period: "BillingPeriod",
2089
- # filters: {
2090
- # arns: ["PricingRuleArn"],
2091
- # },
2092
- # max_results: 1,
2093
- # next_token: "Token",
2094
- # }
2095
- #
2096
1762
  # @!attribute [rw] billing_period
2097
1763
  # The preferred billing period to get the pricing plan.
2098
1764
  # @return [String]
@@ -2149,13 +1815,6 @@ module Aws::BillingConductor
2149
1815
  # A filter that specifies the type of resource associations that should
2150
1816
  # be retrieved for a custom line item.
2151
1817
  #
2152
- # @note When making an API call, you may pass ListResourcesAssociatedToCustomLineItemFilter
2153
- # data as a hash:
2154
- #
2155
- # {
2156
- # relationship: "PARENT", # accepts PARENT, CHILD
2157
- # }
2158
- #
2159
1818
  # @!attribute [rw] relationship
2160
1819
  # The type of relationship between the custom line item and the
2161
1820
  # associated resource.
@@ -2169,19 +1828,6 @@ module Aws::BillingConductor
2169
1828
  include Aws::Structure
2170
1829
  end
2171
1830
 
2172
- # @note When making an API call, you may pass ListResourcesAssociatedToCustomLineItemInput
2173
- # data as a hash:
2174
- #
2175
- # {
2176
- # billing_period: "BillingPeriod",
2177
- # arn: "CustomLineItemArn", # required
2178
- # max_results: 1,
2179
- # next_token: "Token",
2180
- # filters: {
2181
- # relationship: "PARENT", # accepts PARENT, CHILD
2182
- # },
2183
- # }
2184
- #
2185
1831
  # @!attribute [rw] billing_period
2186
1832
  # The billing period for which the resource associations will be
2187
1833
  # listed.
@@ -2269,13 +1915,6 @@ module Aws::BillingConductor
2269
1915
  include Aws::Structure
2270
1916
  end
2271
1917
 
2272
- # @note When making an API call, you may pass ListTagsForResourceRequest
2273
- # data as a hash:
2274
- #
2275
- # {
2276
- # resource_arn: "Arn", # required
2277
- # }
2278
- #
2279
1918
  # @!attribute [rw] resource_arn
2280
1919
  # The Amazon Resource Name (ARN) that identifies the resource to list
2281
1920
  # the tags.
@@ -2387,6 +2026,16 @@ module Aws::BillingConductor
2387
2026
  # The most recent time when the pricing rule was modified.
2388
2027
  # @return [Integer]
2389
2028
  #
2029
+ # @!attribute [rw] billing_entity
2030
+ # The seller of services provided by Amazon Web Services, their
2031
+ # affiliates, or third-party providers selling services via Amazon Web
2032
+ # Services Marketplace.
2033
+ # @return [String]
2034
+ #
2035
+ # @!attribute [rw] tiering
2036
+ # The set of tiering configurations for the pricing rule.
2037
+ # @return [Types::Tiering]
2038
+ #
2390
2039
  # @see http://docs.aws.amazon.com/goto/WebAPI/billingconductor-2021-07-30/PricingRuleListElement AWS API Documentation
2391
2040
  #
2392
2041
  class PricingRuleListElement < Struct.new(
@@ -2399,7 +2048,9 @@ module Aws::BillingConductor
2399
2048
  :service,
2400
2049
  :associated_pricing_plan_count,
2401
2050
  :creation_time,
2402
- :last_modified_time)
2051
+ :last_modified_time,
2052
+ :billing_entity,
2053
+ :tiering)
2403
2054
  SENSITIVE = [:name, :description]
2404
2055
  include Aws::Structure
2405
2056
  end
@@ -2461,16 +2112,6 @@ module Aws::BillingConductor
2461
2112
  include Aws::Structure
2462
2113
  end
2463
2114
 
2464
- # @note When making an API call, you may pass TagResourceRequest
2465
- # data as a hash:
2466
- #
2467
- # {
2468
- # resource_arn: "Arn", # required
2469
- # tags: { # required
2470
- # "TagKey" => "TagValue",
2471
- # },
2472
- # }
2473
- #
2474
2115
  # @!attribute [rw] resource_arn
2475
2116
  # The Amazon Resource Name (ARN) of the resource to which to add tags.
2476
2117
  # @return [String]
@@ -2510,14 +2151,20 @@ module Aws::BillingConductor
2510
2151
  include Aws::Structure
2511
2152
  end
2512
2153
 
2513
- # @note When making an API call, you may pass UntagResourceRequest
2514
- # data as a hash:
2154
+ # The set of tiering configurations for the pricing rule.
2515
2155
  #
2516
- # {
2517
- # resource_arn: "Arn", # required
2518
- # tag_keys: ["TagKey"], # required
2519
- # }
2156
+ # @!attribute [rw] free_tier
2157
+ # The possible Amazon Web Services Free Tier configurations.
2158
+ # @return [Types::FreeTierConfig]
2520
2159
  #
2160
+ # @see http://docs.aws.amazon.com/goto/WebAPI/billingconductor-2021-07-30/Tiering AWS API Documentation
2161
+ #
2162
+ class Tiering < Struct.new(
2163
+ :free_tier)
2164
+ SENSITIVE = []
2165
+ include Aws::Structure
2166
+ end
2167
+
2521
2168
  # @!attribute [rw] resource_arn
2522
2169
  # The Amazon Resource Name (ARN) of the resource to which to delete
2523
2170
  # tags.
@@ -2540,19 +2187,6 @@ module Aws::BillingConductor
2540
2187
  #
2541
2188
  class UntagResourceResponse < Aws::EmptyStructure; end
2542
2189
 
2543
- # @note When making an API call, you may pass UpdateBillingGroupInput
2544
- # data as a hash:
2545
- #
2546
- # {
2547
- # arn: "BillingGroupArn", # required
2548
- # name: "BillingGroupName",
2549
- # status: "ACTIVE", # accepts ACTIVE, PRIMARY_ACCOUNT_MISSING
2550
- # computation_preference: {
2551
- # pricing_plan_arn: "PricingPlanFullArn", # required
2552
- # },
2553
- # description: "BillingGroupDescription",
2554
- # }
2555
- #
2556
2190
  # @!attribute [rw] arn
2557
2191
  # The Amazon Resource Name (ARN) of the billing group being updated.
2558
2192
  # @return [String]
@@ -2647,18 +2281,6 @@ module Aws::BillingConductor
2647
2281
  # A representation of the new charge details of a custom line item. This
2648
2282
  # should contain only one of `Flat` or `Percentage`.
2649
2283
  #
2650
- # @note When making an API call, you may pass UpdateCustomLineItemChargeDetails
2651
- # data as a hash:
2652
- #
2653
- # {
2654
- # flat: {
2655
- # charge_value: 1.0, # required
2656
- # },
2657
- # percentage: {
2658
- # percentage_value: 1.0, # required
2659
- # },
2660
- # }
2661
- #
2662
2284
  # @!attribute [rw] flat
2663
2285
  # An `UpdateCustomLineItemFlatChargeDetails` that describes the new
2664
2286
  # charge details of a flat custom line item.
@@ -2681,13 +2303,6 @@ module Aws::BillingConductor
2681
2303
  # A representation of the new charge details that are associated with a
2682
2304
  # flat custom line item.
2683
2305
  #
2684
- # @note When making an API call, you may pass UpdateCustomLineItemFlatChargeDetails
2685
- # data as a hash:
2686
- #
2687
- # {
2688
- # charge_value: 1.0, # required
2689
- # }
2690
- #
2691
2306
  # @!attribute [rw] charge_value
2692
2307
  # The custom line item's new fixed charge value in USD.
2693
2308
  # @return [Float]
@@ -2700,27 +2315,6 @@ module Aws::BillingConductor
2700
2315
  include Aws::Structure
2701
2316
  end
2702
2317
 
2703
- # @note When making an API call, you may pass UpdateCustomLineItemInput
2704
- # data as a hash:
2705
- #
2706
- # {
2707
- # arn: "CustomLineItemArn", # required
2708
- # name: "CustomLineItemName",
2709
- # description: "CustomLineItemDescription",
2710
- # charge_details: {
2711
- # flat: {
2712
- # charge_value: 1.0, # required
2713
- # },
2714
- # percentage: {
2715
- # percentage_value: 1.0, # required
2716
- # },
2717
- # },
2718
- # billing_period_range: {
2719
- # inclusive_start_billing_period: "BillingPeriod", # required
2720
- # exclusive_end_billing_period: "BillingPeriod",
2721
- # },
2722
- # }
2723
- #
2724
2318
  # @!attribute [rw] arn
2725
2319
  # The ARN of the custom line item to be updated.
2726
2320
  # @return [String]
@@ -2802,13 +2396,6 @@ module Aws::BillingConductor
2802
2396
  # A representation of the new charge details that are associated with a
2803
2397
  # percentage custom line item.
2804
2398
  #
2805
- # @note When making an API call, you may pass UpdateCustomLineItemPercentageChargeDetails
2806
- # data as a hash:
2807
- #
2808
- # {
2809
- # percentage_value: 1.0, # required
2810
- # }
2811
- #
2812
2399
  # @!attribute [rw] percentage_value
2813
2400
  # The custom line item's new percentage value. This will be
2814
2401
  # multiplied against the combined value of its associated resources to
@@ -2823,15 +2410,20 @@ module Aws::BillingConductor
2823
2410
  include Aws::Structure
2824
2411
  end
2825
2412
 
2826
- # @note When making an API call, you may pass UpdatePricingPlanInput
2827
- # data as a hash:
2413
+ # The possible Amazon Web Services Free Tier configurations.
2414
+ #
2415
+ # @!attribute [rw] activated
2416
+ # Activate or deactivate application of Amazon Web Services Free Tier.
2417
+ # @return [Boolean]
2828
2418
  #
2829
- # {
2830
- # arn: "PricingPlanArn", # required
2831
- # name: "PricingPlanName",
2832
- # description: "PricingPlanDescription",
2833
- # }
2419
+ # @see http://docs.aws.amazon.com/goto/WebAPI/billingconductor-2021-07-30/UpdateFreeTierConfig AWS API Documentation
2834
2420
  #
2421
+ class UpdateFreeTierConfig < Struct.new(
2422
+ :activated)
2423
+ SENSITIVE = []
2424
+ include Aws::Structure
2425
+ end
2426
+
2835
2427
  # @!attribute [rw] arn
2836
2428
  # The Amazon Resource Name (ARN) of the pricing plan that you're
2837
2429
  # updating.
@@ -2890,17 +2482,6 @@ module Aws::BillingConductor
2890
2482
  include Aws::Structure
2891
2483
  end
2892
2484
 
2893
- # @note When making an API call, you may pass UpdatePricingRuleInput
2894
- # data as a hash:
2895
- #
2896
- # {
2897
- # arn: "PricingRuleArn", # required
2898
- # name: "PricingRuleName",
2899
- # description: "PricingRuleDescription",
2900
- # type: "MARKUP", # accepts MARKUP, DISCOUNT
2901
- # modifier_percentage: 1.0,
2902
- # }
2903
- #
2904
2485
  # @!attribute [rw] arn
2905
2486
  # The Amazon Resource Name (ARN) of the pricing rule to update.
2906
2487
  # @return [String]
@@ -2922,6 +2503,10 @@ module Aws::BillingConductor
2922
2503
  # The new modifier to show pricing plan rates as a percentage.
2923
2504
  # @return [Float]
2924
2505
  #
2506
+ # @!attribute [rw] tiering
2507
+ # The set of tiering configurations for the pricing rule.
2508
+ # @return [Types::UpdateTieringInput]
2509
+ #
2925
2510
  # @see http://docs.aws.amazon.com/goto/WebAPI/billingconductor-2021-07-30/UpdatePricingRuleInput AWS API Documentation
2926
2511
  #
2927
2512
  class UpdatePricingRuleInput < Struct.new(
@@ -2929,7 +2514,8 @@ module Aws::BillingConductor
2929
2514
  :name,
2930
2515
  :description,
2931
2516
  :type,
2932
- :modifier_percentage)
2517
+ :modifier_percentage,
2518
+ :tiering)
2933
2519
  SENSITIVE = [:name, :description]
2934
2520
  include Aws::Structure
2935
2521
  end
@@ -2974,6 +2560,16 @@ module Aws::BillingConductor
2974
2560
  # The most recent time the pricing rule was modified.
2975
2561
  # @return [Integer]
2976
2562
  #
2563
+ # @!attribute [rw] billing_entity
2564
+ # The seller of services provided by Amazon Web Services, their
2565
+ # affiliates, or third-party providers selling services via Amazon Web
2566
+ # Services Marketplace.
2567
+ # @return [String]
2568
+ #
2569
+ # @!attribute [rw] tiering
2570
+ # The set of tiering configurations for the pricing rule.
2571
+ # @return [Types::UpdateTieringInput]
2572
+ #
2977
2573
  # @see http://docs.aws.amazon.com/goto/WebAPI/billingconductor-2021-07-30/UpdatePricingRuleOutput AWS API Documentation
2978
2574
  #
2979
2575
  class UpdatePricingRuleOutput < Struct.new(
@@ -2985,11 +2581,27 @@ module Aws::BillingConductor
2985
2581
  :modifier_percentage,
2986
2582
  :service,
2987
2583
  :associated_pricing_plan_count,
2988
- :last_modified_time)
2584
+ :last_modified_time,
2585
+ :billing_entity,
2586
+ :tiering)
2989
2587
  SENSITIVE = [:name, :description]
2990
2588
  include Aws::Structure
2991
2589
  end
2992
2590
 
2591
+ # The set of tiering configurations for the pricing rule.
2592
+ #
2593
+ # @!attribute [rw] free_tier
2594
+ # The possible Amazon Web Services Free Tier configurations.
2595
+ # @return [Types::UpdateFreeTierConfig]
2596
+ #
2597
+ # @see http://docs.aws.amazon.com/goto/WebAPI/billingconductor-2021-07-30/UpdateTieringInput AWS API Documentation
2598
+ #
2599
+ class UpdateTieringInput < Struct.new(
2600
+ :free_tier)
2601
+ SENSITIVE = []
2602
+ include Aws::Structure
2603
+ end
2604
+
2993
2605
  # The input doesn't match with the constraints specified by Amazon Web
2994
2606
  # Services services.
2995
2607
  #